/* Calm luxury visual direction: keeps the existing layouts and interactions while softening typography, contrast, and motion. */
:root {
  --ivory: #f7f5f1;
  --soft-white: #fffefa;
  --stone: #e5e0d8;
  --putty: #b7aa9f;
  --ink: #393530;
  --espresso: #766b62;
  --espresso-2: #655b53;
  --line: rgba(57, 53, 48, .12);
  --light-line: rgba(255, 255, 255, .20);
  --serif: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --sans: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

body {
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 15.5px;
  line-height: 1.75;
  font-weight: 400;
}

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.012em;
}
h1 { font-size: clamp(44px, 4.25vw, 64px); }
h2 { font-size: clamp(36px, 3.35vw, 51px); }
h3 { font-size: clamp(25px, 2.15vw, 33px); }
h1 em, h2 em, h3 em { font-style: italic; font-weight: 400; }

.section { padding: clamp(86px, 8vw, 122px) 0; }
.eyebrow {
  margin-bottom: 15px;
  color: rgba(57,53,48,.62);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .15em;
}
.eyebrow-light { color: rgba(255,255,255,.72); }

.button {
  min-height: 47px;
  padding: 12px 20px;
  border-color: var(--ink);
  border-radius: 1px;
  background: #4c4742;
  color: #fff;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .11em;
  transition: background .22s ease, color .22s ease, border-color .22s ease, opacity .22s ease;
}
.button:hover { background: #655d56; transform: none; }
.button-small { min-height: 41px; padding: 10px 15px; font-size: 9.5px; }
.button-outline { background: transparent; color: var(--ink); border-color: rgba(57,53,48,.58); }
.button-outline:hover { background: rgba(57,53,48,.06); color: var(--ink); }
.button-light { background: rgba(255,255,255,.94); color: var(--ink); border-color: rgba(255,255,255,.94); }
.button-light:hover { background: transparent; color: #fff; border-color: rgba(255,255,255,.65); }
.button-ghost-light { border-color: rgba(255,255,255,.45); }
.text-link {
  gap: 9px;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .1em;
}
.text-link:hover span { transform: translateX(3px); }
.centered-action { margin-top: 46px; }

.site-header {
  background: rgba(248, 246, 242, .96);
  border-bottom-color: rgba(57,53,48,.05);
  box-shadow: none;
}
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 24px rgba(45,40,36,.035); }
.site-header .brand-name { font-family: "Pompiere", var(--sans); font-size: 22px; font-weight: 400; letter-spacing: .075em; }
.nav-link, .art-nav a { font-size: 10.5px; font-weight: 400; letter-spacing: .055em; }
.nav-link-art, .art-nav .back-to-staging { border-color: rgba(57,53,48,.10); }
.nav-dropdown-panel { box-shadow: 0 18px 48px rgba(45,40,36,.08); }
.nav-dropdown-panel a { font-size: 13px; }
.menu-label { font-size: 9px; font-weight: 500; }

.hero { background: var(--ivory); }
.hero-copy-inner { max-width: 535px; padding-right: clamp(30px, 3.5vw, 56px); }
.hero h1 { margin-bottom: 22px; font-size: clamp(44px, 4.15vw, 64px); line-height: 1.04; }
.hero h1 em { color: #655b53; }
.hero-intro { max-width: 530px; margin-bottom: 27px; color: rgba(57,53,48,.72); font-size: clamp(15px, 1vw, 17px); line-height: 1.8; }
.hero-services { margin-top: 23px; color: rgba(57,53,48,.57); font-size: 10.5px; }
.hero-image-note { background: rgba(48,44,40,.55); font-size: 8.5px; letter-spacing: .07em; }

.trust-strip { background: #fbfaf7; }
.trust-grid { min-height: 66px; }
.trust-grid span { color: rgba(57,53,48,.66); font-size: 9px; font-weight: 500; letter-spacing: .12em; }

.section-heading { margin-bottom: clamp(46px, 5vw, 70px); }
.split-heading { gap: clamp(42px, 7vw, 105px); }
.split-heading > p, .portfolio-heading p:last-child, .professionals-copy > p:not(.eyebrow), .art-copy > p:not(.eyebrow):not(.art-wordmark), .final-cta p:not(.eyebrow) {
  color: rgba(57,53,48,.68);
  font-size: 15.5px;
  line-height: 1.8;
}

.service-grid { gap: 62px 32px; }
.service-card h3 { margin-bottom: 13px; font-size: clamp(28px, 2.6vw, 36px); }
.service-card:not(.service-card-large) h3 { font-size: clamp(25px, 2.15vw, 31px); }
.service-card > p:not(.eyebrow) { color: rgba(57,53,48,.67); font-size: 15px; }
.service-image img, .project img { transition-duration: .9s; }
.service-image:hover img, .project:hover img { transform: scale(1.012); }

.rental-feature {
  margin-top: clamp(72px, 8vw, 112px);
  min-height: 530px;
  background: #766b62;
}
.rental-copy { padding: clamp(48px, 6vw, 76px); }
.rental-copy h3 { font-size: clamp(34px, 3.4vw, 47px); }
.rental-copy > p:not(.eyebrow) { color: rgba(255,255,255,.78); font-size: 15.5px; }
.rental-options span { padding: 7px 10px; border-color: rgba(255,255,255,.22); font-size: 9.5px; font-weight: 400; letter-spacing: .08em; }

.portfolio-heading { margin-bottom: 54px; }
.project figcaption span { font-size: 9px; font-weight: 500; letter-spacing: .12em; }
.project figcaption strong { font-size: clamp(24px, 2.35vw, 33px); font-weight: 500; line-height: 1.06; }

.process-list li { grid-template-columns: 95px 1fr; gap: 34px; padding: 34px 0; }
.process-number { font-size: 31px; color: #aa9c90; }
.process-list h3 { font-size: clamp(26px, 2.25vw, 33px); }
.process-list p { color: rgba(57,53,48,.66); font-size: 15px; }

.packages { background: #eeeae4; color: var(--ink); }
.packages .eyebrow-light { color: rgba(57,53,48,.60); }
.packages-heading { margin-bottom: 50px; }
.packages-heading h2 { font-size: clamp(36px, 3.5vw, 52px); }
.packages-heading p:last-child { color: rgba(57,53,48,.66); }
.package-grid { border-color: var(--line); }
.package-card { min-height: 350px; padding: 32px 25px 36px; border-color: var(--line); }
.package-card-featured { background: rgba(255,255,255,.45); }
.package-badge { border-color: rgba(57,53,48,.24); color: rgba(57,53,48,.67); font-size: 8px; }
.package-name { margin-bottom: 38px; color: rgba(57,53,48,.55); font-size: 9.5px; font-weight: 500; letter-spacing: .15em; }
.package-card h3 { min-height: 66px; margin-bottom: 22px; font-size: 29px; }
.package-price { color: rgba(57,53,48,.62); font-size: 12px; }
.package-price strong { color: var(--ink); font-size: 30px; font-weight: 500; }
.package-card > p:last-child { color: rgba(57,53,48,.64); font-size: 13.5px; }
.package-actions { margin-top: 40px; }
.packages .button-light { background: #4c4742; color: #fff; border-color: #4c4742; }
.packages .button-light:hover { background: #655d56; color: #fff; border-color: #655d56; }
.packages .text-link-light { color: var(--ink); }

.professionals-grid { min-height: 740px; }
.professionals-copy { padding: clamp(58px, 7vw, 100px); background: #eeeae4; }
.professionals-copy blockquote { margin-top: 52px; padding-top: 26px; font-size: clamp(22px, 1.9vw, 28px); line-height: 1.35; }
.professionals-copy cite { font-size: 9.5px; font-weight: 500; }

.testimonials-shell { gap: 76px; }
.testimonial-intro h2 { font-size: clamp(36px, 3.4vw, 50px); }
.testimonial-stage { padding-left: 56px; }
.testimonial blockquote { font-size: clamp(27px, 2.8vw, 40px); line-height: 1.22; }
.testimonial p { margin-top: 27px; }
.testimonial p strong { font-size: 10.5px; font-weight: 500; }
.testimonial p span { font-size: 12px; }
.testimonial-controls { margin-top: 42px; }
.testimonial-controls button { width: 40px; height: 40px; }
.testimonial-controls button:hover { background: rgba(57,53,48,.08); color: var(--ink); }

.art-studio { padding: clamp(88px, 9vw, 126px) 0; background: #5f5751; }
.art-layout { gap: clamp(54px, 7vw, 105px); }
.art-wordmark { margin-bottom: 23px; font-size: 10.5px; font-weight: 500; letter-spacing: .22em; }
.art-copy h2 { font-size: clamp(36px, 3.7vw, 52px); }
.art-copy > p:not(.eyebrow):not(.art-wordmark) { color: rgba(255,255,255,.76); }
.art-canvas { box-shadow: 0 18px 42px rgba(27,24,22,.18); }
.art-card:hover .art-canvas { transform: translateY(-3px); }
.art-card-label { font-size: 9.5px; font-weight: 500; letter-spacing: .08em; }

.about-grid { gap: clamp(58px, 8vw, 110px); }
.about-copy h2 { font-size: clamp(38px, 3.8vw, 54px); }
.about-lead { font-size: clamp(23px, 2.2vw, 31px); line-height: 1.3; }
.about-copy p:not(.eyebrow):not(.about-lead) { color: rgba(57,53,48,.68); }

.final-cta { padding: clamp(88px, 9vw, 128px) 0; background: #766b62; }
.final-cta h2 { font-size: clamp(38px, 4vw, 56px); }
.final-cta p:not(.eyebrow) { color: rgba(255,255,255,.78); font-size: 15.5px; }

.site-footer { padding-top: 68px; background: #403a35; }
.footer-brand > p { color: rgba(255,255,255,.66); font-size: 13px; }
.footer-grid > div:not(.footer-brand) a { color: rgba(255,255,255,.70); font-size: 12px; }
.footer-heading { font-size: 9px; font-weight: 500; letter-spacing: .14em; }
.footer-bottom { margin-top: 58px; font-size: 9px; }

.quote-dialog::backdrop { background: rgba(31,28,25,.58); }
.dialog-intro { background: #766b62; }
.dialog-intro h2 { font-size: clamp(36px, 3.7vw, 48px); }
.dialog-intro > p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.quote-form label, .quote-form legend, .art-form label, .art-form legend { font-size: 10.5px; font-weight: 500; letter-spacing: .04em; }

/* Internal staging pages */
.internal-hero { padding: calc(var(--header-height) + clamp(68px, 7vw, 96px)) 0 clamp(70px, 7vw, 98px); }
.internal-hero-grid { gap: clamp(44px, 7vw, 96px); }
.internal-hero h1 { font-size: clamp(44px, 4.6vw, 68px); }
.internal-hero-copy { color: rgba(57,53,48,.67); font-size: 15.5px; line-height: 1.8; }
.internal-section { padding: clamp(86px, 8vw, 120px) 0; }
.internal-heading { margin-bottom: clamp(42px, 5vw, 64px); }
.internal-heading > p:not(.eyebrow) { color: rgba(57,53,48,.67); font-size: 15.5px; }
.internal-gallery figcaption span { font-size: 9px; font-weight: 500; }
.internal-gallery figcaption strong { font-size: clamp(24px, 2.4vw, 34px); font-weight: 500; line-height: 1.06; }
.internal-prose p { color: rgba(57,53,48,.68); font-size: 15.5px; }
.internal-prose .lead { font-size: clamp(23px, 2.25vw, 32px); line-height: 1.3; }
.light-package-card { min-height: 390px; padding: 32px 25px; }
.light-package-card h3 { min-height: 64px; font-size: 29px; }
.value-card { padding: 30px; background: rgba(255,255,255,.42); }
.value-card h3 { font-size: 29px; }
.internal-note { background: #eee9e2; }
.internal-final { padding: clamp(86px, 9vw, 126px) 0; background: #766b62; }
.internal-final h2 { font-size: clamp(38px, 4vw, 56px); }
.internal-final p { color: rgba(255,255,255,.78); font-size: 15.5px; }

/* Portfolio page */
.portfolio-card-caption strong { font-size: clamp(25px, 2.4vw, 35px); font-weight: 500; line-height: 1.06; }
.portfolio-card:not(.portfolio-card-featured) .portfolio-card-caption strong { font-size: clamp(23px, 2vw, 30px); }
.portfolio-card-meta, .portfolio-lightbox-meta { font-size: 8.5px; font-weight: 500; letter-spacing: .12em; }
.portfolio-card-action { font-size: 8.5px; font-weight: 500; background: rgba(30,28,26,.22); }
.portfolio-card:hover > img, .portfolio-card:focus-visible > img { transform: scale(1.015); }
.portfolio-lightbox-details h2 { font-size: clamp(29px, 3vw, 42px); font-weight: 500; line-height: 1.06; }

/* Contact page */
.contact-info-card, .contact-route-card { background: rgba(255,255,255,.40); }
.contact-info-card h3 { font-size: clamp(26px, 2.35vw, 33px); }
.contact-route-card h3 { font-size: clamp(27px, 2.45vw, 34px); }
.contact-form-copy > p:not(.eyebrow) { color: rgba(57,53,48,.68); font-size: 15.5px; }

/* Art Studio: same calm type and softer contrast while preserving the gallery-led layouts. */
.art-page {
  --art-paper: #f7f5f1;
  --art-ink: #393530;
  --art-muted: #766e66;
  --art-line: rgba(57,53,48,.12);
  background: var(--art-paper);
}
.art-page .site-header { background: rgba(248,246,242,.96); }
.brand-division { color: rgba(57,53,48,.52); font-size: 7.5px; font-weight: 500; letter-spacing: .20em; }
.art-hero-inner { gap: clamp(48px, 6vw, 88px); padding-block: clamp(66px, 7vw, 92px); }
.art-hero-copy h1 { margin-bottom: 24px; font-size: clamp(44px, 4.5vw, 64px); }
.art-hero-copy > p:not(.eyebrow) { color: rgba(57,53,48,.68); font-size: 15.5px; line-height: 1.8; }
.art-hero-gallery .art-panel { box-shadow: 0 16px 40px rgba(45,40,36,.09); }
.art-path-section, .art-category-section, .art-content-section { padding: clamp(86px, 8vw, 120px) 0; }
.art-section-heading { margin-bottom: clamp(42px, 5vw, 64px); }
.art-section-heading > p:not(.eyebrow) { color: rgba(57,53,48,.66); font-size: 15.5px; }
.art-path-card { min-height: 520px; }
.art-path-card-copy { min-height: 190px; padding: 27px; }
.art-path-card-copy h3 { font-size: clamp(27px, 2.3vw, 34px); }
.art-path-card-copy p { color: rgba(57,53,48,.66); font-size: 14.5px; }
.category-visual { transition-duration: .55s; }
.category-card:hover .category-visual { transform: translateY(-2px); }
.category-card h3 { font-size: clamp(24px, 2vw, 30px); }
.category-card p { color: rgba(57,53,48,.60); font-size: 13px; }
.art-finish-section { background: #5f5751; }
.finish-card { background: rgba(255,255,255,.045); border-color: rgba(255,255,255,.14); }
.art-help-section { padding: clamp(82px, 8vw, 116px) 0; background: #eee9e2; }
.art-help-inner h2 { font-size: clamp(38px, 3.8vw, 54px); }
.art-help-inner p { color: rgba(57,53,48,.66); font-size: 15.5px; }
.art-subhero { padding: calc(var(--header-height) + clamp(62px, 6vw, 88px)) 0 clamp(64px, 6vw, 90px); }
.art-subhero-grid { gap: clamp(40px, 6vw, 88px); }
.art-subhero h1 { font-size: clamp(44px, 4.7vw, 68px); }
.art-subhero-copy { color: rgba(57,53,48,.66); font-size: 15.5px; line-height: 1.8; }
.breadcrumbs { margin-bottom: 22px; font-size: 9.5px; }
.collection-toolbar p { color: rgba(57,53,48,.58); font-size: 12px; }
.collection-chips span { font-size: 9px; }
.artwork-card-copy h3 { font-size: 24px; }
.artwork-card-copy p { color: rgba(57,53,48,.58); font-size: 12px; }
.artwork-inquiry { font-size: 10px; }
.art-process-step { min-height: 250px; padding: 27px 22px; }
.art-process-step b { margin-bottom: 42px; font-size: 29px; }
.art-process-step h3 { font-size: 25px; }
.art-process-step p { color: rgba(57,53,48,.62); font-size: 13px; }
.art-form-intro h2 { font-size: clamp(36px, 3.5vw, 49px); }
.upload-box strong { font-size: 26px; }
.art-form-success h3 { font-size: 38px; }
.art-info-card h3 { font-size: 28px; }
.art-faq-list summary { font-size: 25px; }
.art-site-footer { background: #403a35; }

@media (max-width: 900px) {
  .hero-copy { min-height: 610px; }
  .hero-copy-inner { padding-top: 76px; padding-bottom: 62px; }
  .service-card-large .service-image { height: 620px; }
  .professionals-image { height: 560px; }
  .art-hero-inner { padding-top: 76px; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .section { padding: 74px 0; }
  h1 { font-size: clamp(40px, 12.5vw, 52px); }
  h2 { font-size: clamp(33px, 10vw, 44px); }
  h3 { font-size: clamp(24px, 7.5vw, 31px); }
  .site-header .brand-name { font-size: 18px; }
  .hero-copy-inner { padding: 64px 0 52px; }
  .hero h1 { font-size: clamp(40px, 12vw, 52px); }
  .hero-intro { font-size: 15.5px; }
  .hero-media { min-height: 58svh; }
  .service-card h3, .service-card:not(.service-card-large) h3 { font-size: 28px; }
  .rental-copy { padding: 46px 26px; }
  .rental-copy h3 { font-size: 35px; }
  .process-list li { grid-template-columns: 48px 1fr; gap: 16px; padding: 27px 0; }
  .process-number { font-size: 26px; }
  .package-card h3 { font-size: 27px; }
  .professionals-copy { padding: 60px 22px; }
  .testimonial blockquote { font-size: 28px; }
  .art-copy h2 { font-size: 39px; }
  .about-copy h2 { font-size: 40px; }
  .about-lead { font-size: 25px; }
  .final-cta h2, .internal-final h2 { font-size: 40px; }
  .internal-hero h1 { font-size: 43px; }
  .internal-section { padding: 76px 0; }
  .internal-gallery figcaption strong { font-size: 28px; }
  .portfolio-card-caption strong, .portfolio-card:not(.portfolio-card-featured) .portfolio-card-caption strong { font-size: 28px; }
  .portfolio-lightbox-details h2 { font-size: 29px; }
  .art-hero-copy h1 { font-size: 43px; }
  .art-subhero h1 { font-size: 43px; }
  .art-path-card { min-height: 500px; }
  .art-path-card-copy h3 { font-size: 29px; }
  .art-help-inner h2 { font-size: 40px; }
  .art-faq-list summary { font-size: 23px; }
}


/* =========================================================
   Soft luxury refinement
   Smaller type, no italic emphasis, full-image homepage hero.
   ========================================================= */

/* Use weight and tone instead of italics for emphasis. */
em,
h1 em, h2 em, h3 em,
.art-page em {
  font-style: normal !important;
}
h1 em, h2 em, h3 em {
  font-weight: 400;
  color: #766b62;
}

/* Restrained type scale across the site. */
h1 { font-size: clamp(36px, 3.35vw, 50px); line-height: 1.12; }
h2 { font-size: clamp(30px, 2.65vw, 41px); line-height: 1.14; }
h3 { font-size: clamp(22px, 1.75vw, 29px); line-height: 1.18; }
.section { padding: clamp(80px, 7vw, 108px) 0; }
.section-heading { margin-bottom: clamp(40px, 4.5vw, 58px); }
.eyebrow { margin-bottom: 14px; font-size: 11px; letter-spacing: .16em; }

.service-card h3,
.service-card:not(.service-card-large) h3 { font-size: clamp(23px, 1.95vw, 29px); line-height: 1.2; }
.rental-copy h3 { font-size: clamp(28px, 2.5vw, 37px); }
.project figcaption strong { font-size: clamp(21px, 1.75vw, 27px); line-height: 1.14; }
.process-list h3 { font-size: clamp(22px, 1.7vw, 27px); }
.packages-heading h2 { font-size: clamp(30px, 2.65vw, 40px); }
.package-card h3 { min-height: 54px; font-size: 25px; }
.package-price strong { font-size: 27px; }
.professionals-copy blockquote { font-size: clamp(20px, 1.55vw, 24px); }
.testimonial-intro h2 { font-size: clamp(30px, 2.65vw, 40px); }
.testimonial blockquote { font-size: clamp(23px, 2vw, 31px); line-height: 1.35; }
.art-copy h2 { font-size: clamp(30px, 2.7vw, 41px); }
.about-copy h2 { font-size: clamp(30px, 2.7vw, 41px); }
.about-lead { font-size: clamp(20px, 1.65vw, 26px); }
.final-cta h2 { font-size: clamp(30px, 2.8vw, 42px); }
.dialog-intro h2 { font-size: clamp(29px, 2.6vw, 38px); }

/* Full-screen photographic homepage entrance. */
.hero {
  position: relative;
  min-height: 100svh;
  padding-top: var(--header-height);
  overflow: hidden;
  background: #4c4742;
}
.hero-inner {
  position: relative;
  width: 100%;
  min-height: calc(100svh - var(--header-height));
  margin: 0;
  display: block;
}
.hero-media {
  position: absolute;
  inset: 0;
  min-height: 0;
  overflow: hidden;
  z-index: 0;
}
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(33,29,26,.54) 0%, rgba(33,29,26,.31) 37%, rgba(33,29,26,.08) 70%, rgba(33,29,26,.03) 100%),
    linear-gradient(0deg, rgba(30,27,24,.26) 0%, rgba(30,27,24,0) 45%);
  pointer-events: none;
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: var(--shell);
  min-height: calc(100svh - var(--header-height));
  margin-inline: auto;
  display: flex;
  align-items: flex-end;
  padding-bottom: clamp(62px, 8vh, 92px);
}
.hero-copy-inner {
  width: min(550px, 100%);
  max-width: 550px;
  padding: 0;
  color: #fff;
}
.hero .eyebrow { color: rgba(255,255,255,.74); }
.hero h1 {
  max-width: 540px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(36px, 3.2vw, 49px);
  line-height: 1.11;
  letter-spacing: -.006em;
  text-shadow: 0 1px 18px rgba(0,0,0,.08);
}
.hero h1 em { color: rgba(255,255,255,.88); font-weight: 400; }
.hero-intro {
  max-width: 505px;
  margin-bottom: 26px;
  color: rgba(255,255,255,.84);
  font-size: clamp(14.5px, .95vw, 16px);
  line-height: 1.75;
}
.hero .button { background: rgba(250,248,244,.95); color: #393530; border-color: rgba(250,248,244,.95); }
.hero .button:hover { background: #fff; color: #393530; border-color: #fff; }
.hero .button-outline { background: rgba(31,27,24,.12); color: #fff; border-color: rgba(255,255,255,.58); }
.hero .button-outline:hover { background: rgba(255,255,255,.10); color: #fff; border-color: rgba(255,255,255,.82); }
.hero-services { margin-top: 21px; color: rgba(255,255,255,.70); font-size: 9.5px; letter-spacing: .035em; }
.hero-image-note { z-index: 3; background: rgba(35,31,28,.38); color: rgba(255,255,255,.82); }

/* Internal pages: keep the same layout, just quieter typography. */
.internal-hero { padding: calc(var(--header-height) + clamp(58px, 6vw, 82px)) 0 clamp(60px, 6vw, 84px); }
.internal-hero h1 { font-size: clamp(36px, 3.35vw, 49px); }
.internal-section { padding: clamp(78px, 7vw, 105px) 0; }
.internal-gallery figcaption strong { font-size: clamp(21px, 1.8vw, 28px); line-height: 1.15; }
.internal-prose .lead { font-size: clamp(20px, 1.75vw, 27px); }
.light-package-card h3 { min-height: 54px; font-size: 25px; }
.value-card h3 { font-size: 25px; }
.internal-final { padding: clamp(78px, 7.5vw, 108px) 0; }
.internal-final h2 { font-size: clamp(30px, 2.8vw, 42px); }

/* Portfolio */
.portfolio-card-caption strong { font-size: clamp(21px, 1.8vw, 28px); line-height: 1.15; }
.portfolio-card:not(.portfolio-card-featured) .portfolio-card-caption strong { font-size: clamp(20px, 1.55vw, 25px); }
.portfolio-lightbox-details h2 { font-size: clamp(26px, 2.25vw, 34px); line-height: 1.13; }

/* Contact */
.contact-info-card h3 { font-size: clamp(23px, 1.8vw, 28px); }
.contact-route-card h3 { font-size: clamp(23px, 1.9vw, 29px); }

/* Art Studio follows the same quieter language. */
.art-hero-copy h1 { font-size: clamp(36px, 3.35vw, 50px); line-height: 1.12; }
.art-path-section, .art-category-section, .art-content-section { padding: clamp(78px, 7vw, 105px) 0; }
.art-path-card-copy h3 { font-size: clamp(23px, 1.85vw, 29px); }
.category-card h3 { font-size: clamp(21px, 1.55vw, 25px); }
.art-help-inner h2 { font-size: clamp(30px, 2.7vw, 41px); }
.art-subhero { padding: calc(var(--header-height) + clamp(54px, 5vw, 74px)) 0 clamp(56px, 5vw, 78px); }
.art-subhero h1 { font-size: clamp(36px, 3.35vw, 50px); }
.artwork-card-copy h3 { font-size: 21px; }
.art-process-step b { font-size: 25px; }
.art-process-step h3 { font-size: 22px; }
.art-form-intro h2 { font-size: clamp(30px, 2.65vw, 40px); }
.upload-box strong { font-size: 23px; }
.art-form-success h3 { font-size: 31px; }
.art-info-card h3 { font-size: 24px; }
.art-faq-list summary { font-size: 22px; }

@media (max-width: 900px) {
  .hero-copy { min-height: calc(100svh - var(--header-height)); padding-bottom: 62px; }
  .hero-copy-inner { padding: 0; }
  .hero h1 { max-width: 500px; }
  .hero-media img { object-position: 58% center; }
}

@media (max-width: 640px) {
  body { font-size: 14.5px; }
  .section { padding: 68px 0; }
  h1 { font-size: clamp(32px, 9.6vw, 40px); }
  h2 { font-size: clamp(27px, 8vw, 34px); }
  h3 { font-size: clamp(21px, 6.4vw, 27px); }

  .hero { min-height: 100svh; }
  .hero-inner { min-height: calc(100svh - var(--header-height)); }
  .hero-copy {
    min-height: calc(100svh - var(--header-height));
    padding-top: 90px;
    padding-bottom: 42px;
    align-items: flex-end;
  }
  .hero h1 { max-width: 330px; font-size: clamp(32px, 9.5vw, 40px); line-height: 1.13; }
  .hero-intro { max-width: 335px; font-size: 14px; line-height: 1.65; }
  .hero-media { min-height: 0; }
  .hero-media img { object-position: 62% center; }
  .hero-media::after {
    background:
      linear-gradient(0deg, rgba(30,27,24,.60) 0%, rgba(30,27,24,.26) 48%, rgba(30,27,24,.05) 78%),
      linear-gradient(90deg, rgba(30,27,24,.20), rgba(30,27,24,.02));
  }
  .hero-services { max-width: 320px; line-height: 1.65; }
  .hero-image-note { display: none; }

  .service-card h3, .service-card:not(.service-card-large) h3 { font-size: 24px; }
  .rental-copy h3 { font-size: 29px; }
  .process-list h3 { font-size: 23px; }
  .package-card h3 { font-size: 23px; }
  .testimonial blockquote { font-size: 23px; }
  .art-copy h2, .about-copy h2 { font-size: 32px; }
  .about-lead { font-size: 21px; }
  .final-cta h2, .internal-final h2 { font-size: 32px; }
  .internal-hero h1 { font-size: 36px; }
  .internal-section { padding: 68px 0; }
  .internal-gallery figcaption strong { font-size: 24px; }
  .portfolio-card-caption strong, .portfolio-card:not(.portfolio-card-featured) .portfolio-card-caption strong { font-size: 24px; }
  .portfolio-lightbox-details h2 { font-size: 26px; }
  .art-hero-copy h1, .art-subhero h1 { font-size: 36px; }
  .art-path-card-copy h3 { font-size: 25px; }
  .art-help-inner h2 { font-size: 32px; }
  .art-faq-list summary { font-size: 20px; }
}


/* Title contrast pass: preserve the soft palette while keeping all display text legible. */
h1 em, h2 em, h3 em {
  color: #5f554e;
}

/* Dark/taupe sections need light title emphasis rather than the light-page accent. */
.rental-feature h1,
.rental-feature h2,
.rental-feature h3,
.art-studio h1,
.art-studio h2,
.art-studio h3,
.final-cta h1,
.final-cta h2,
.final-cta h3,
.internal-final h1,
.internal-final h2,
.internal-final h3,
.dialog-intro h1,
.dialog-intro h2,
.dialog-intro h3,
.art-finish-section h1,
.art-finish-section h2,
.art-finish-section h3 {
  color: #fffefa;
}

.rental-feature h1 em,
.rental-feature h2 em,
.rental-feature h3 em,
.art-studio h1 em,
.art-studio h2 em,
.art-studio h3 em,
.final-cta h1 em,
.final-cta h2 em,
.final-cta h3 em,
.internal-final h1 em,
.internal-final h2 em,
.internal-final h3 em,
.dialog-intro h1 em,
.dialog-intro h2 em,
.dialog-intro h3 em,
.art-finish-section h1 em,
.art-finish-section h2 em,
.art-finish-section h3 em {
  color: rgba(255, 254, 250, .94);
  font-weight: 500;
}

/* Full-image hero remains deliberately light over photography. */
.hero h1,
.hero h1 em {
  color: #fff;
}


/* Services introduction: keep the message together as one calm editorial block. */
.services-heading {
  max-width: 760px;
  margin-bottom: clamp(48px, 5vw, 68px);
}
.services-heading h2 {
  max-width: 660px;
  margin-bottom: 18px;
}
.services-heading-copy {
  max-width: 690px;
  margin: 0;
  color: rgba(57,53,48,.66);
  font-size: 15.5px;
  line-height: 1.8;
}
.services-heading::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  margin-top: 28px;
  background: rgba(57,53,48,.24);
}
@media (max-width: 640px) {
  .services-heading { margin-bottom: 42px; }
  .services-heading h2 { margin-bottom: 15px; }
  .services-heading-copy { font-size: 15px; line-height: 1.75; }
  .services-heading::after { margin-top: 22px; }
}

/* Rental label contrast */
.rental-copy .eyebrow { color: rgba(255, 254, 250, .90); }
