:root {
  --black: #070706;
  --black-soft: #11100e;
  --ink: #171511;
  --gold: #d6a64a;
  --gold-light: #f0cf85;
  --bronze: #7c5724;
  --ivory: #f5f0e6;
  --paper: #fbf8f1;
  --muted: #837d72;
  --line: rgba(26, 22, 15, .15);
  --max: 1240px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 15px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: .98; }
h1 { font-size: clamp(3.7rem, 8vw, 8rem); letter-spacing: -.045em; }
h2 { font-size: clamp(3rem, 5.7vw, 5.8rem); letter-spacing: -.04em; }
h3 { font-size: clamp(1.7rem, 2.5vw, 2.6rem); letter-spacing: -.025em; }
.container { width: min(calc(100% - 80px), var(--max)); margin-inline: auto; }
.section { padding: 140px 0; }
.section-dark { padding: 140px 0; color: var(--ivory); background: var(--black); }
.eyebrow { margin: 0 0 24px; color: var(--bronze); font-size: .71rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.section-dark .eyebrow, .hero .eyebrow, .page-hero .eyebrow, .contact-page .eyebrow { color: var(--gold-light); }
.sr-only { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 18px; color: #000; background: var(--gold); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; height: 96px; padding: 0 42px; color: white; border-bottom: 1px solid rgba(255,255,255,.15); transition: height .35s, background .35s, box-shadow .35s; }
.site-header.scrolled { height: 76px; background: rgba(7,7,6,.94); box-shadow: 0 15px 40px rgba(0,0,0,.15); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: block; overflow: hidden; width: 58px; height: 58px; border: 1px solid rgba(214,166,74,.35); border-radius: 50%; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; text-transform: uppercase; }
.brand-copy strong { color: var(--gold-light); font: 600 1.36rem var(--serif); letter-spacing: .18em; }
.brand-copy small { margin-top: 5px; color: #fff; font-size: .58rem; letter-spacing: .22em; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(24px, 3vw, 52px); }
.desktop-nav a { position: relative; font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav a::after { position: absolute; inset: auto 0 -9px; height: 1px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-cta { display: inline-flex; align-items: center; gap: 22px; padding: 12px 18px 12px 22px; color: #111; background: var(--gold); font-size: .69rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.header-cta span { font-size: 1rem; }
.menu-toggle, .mobile-menu { display: none; }
.hero { position: relative; min-height: 100svh; overflow: hidden; color: #fff; background: #000; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media video { width: 100%; height: 100%; object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(3,3,2,.84) 0%, rgba(3,3,2,.54) 48%, rgba(3,3,2,.24) 75%), linear-gradient(0deg, rgba(0,0,0,.55), transparent 40%); }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-height: 100svh; padding-top: 120px; padding-bottom: 80px; }
.hero h1 { max-width: 900px; margin: 0; color: var(--ivory); }
.hero-lede { max-width: 620px; margin: 32px 0 0; color: rgba(255,255,255,.75); font-size: clamp(1rem, 1.4vw, 1.2rem); }
.hero-actions { display: flex; align-items: center; gap: 38px; margin-top: 44px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 54px; padding: 14px 24px; border: 1px solid transparent; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: transform .25s, color .25s, background .25s, border-color .25s; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-gold { color: #111; background: var(--gold); }
.button-gold:hover { background: var(--gold-light); }
.button-outline-dark { color: var(--ink); border-color: var(--ink); }
.button-outline-dark:hover { color: #fff; background: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 25px; padding: 6px 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.45); font-size: .72rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.text-link.dark { color: var(--ink); border-bottom-color: rgba(0,0,0,.3); }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translateX(6px); }
.hero-rail { position: absolute; z-index: 3; top: 50%; right: -128px; display: flex; align-items: center; gap: 20px; color: rgba(255,255,255,.65); font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; transform: rotate(90deg); }
.hero-rail .line { width: 70px; height: 1px; background: rgba(255,255,255,.4); }
.scroll-cue { position: absolute; z-index: 3; bottom: 34px; left: 42px; display: flex; flex-direction: column; align-items: center; color: rgba(255,255,255,.7); font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue b { margin-top: 12px; font-size: 1rem; animation: bounce 2s infinite; }
@keyframes bounce { 50% { transform: translateY(7px); } }
.intro { background: var(--ivory); }
.intro-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 10vw; align-items: end; }
.intro h2 { max-width: 730px; margin-bottom: 0; }
.intro-copy { padding-bottom: 8px; }
.intro-copy p { margin-bottom: 34px; color: #5f594f; font-size: 1.05rem; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 100px; background: var(--line); border: 1px solid var(--line); }
.stat { display: flex; flex-direction: column; padding: 36px; background: var(--ivory); }
.stat strong { font: 600 3rem var(--serif); }
.stat span { color: var(--muted); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 80px; }
.section-heading h2 { margin: 0; }
.section-note { max-width: 400px; color: var(--muted); }
.services-preview .section-heading .text-link { margin-bottom: 15px; }
.service-stack { border-top: 1px solid rgba(255,255,255,.18); }
.service-row { position: relative; display: grid; grid-template-columns: 80px 1fr 150px 40px; align-items: center; gap: 30px; min-height: 170px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.service-number { color: var(--gold); font-size: .67rem; letter-spacing: .12em; }
.service-row h3 { margin: 0 0 10px; }
.service-row p { max-width: 600px; margin: 0; color: rgba(255,255,255,.58); }
.service-thumb { overflow: hidden; width: 140px; height: 90px; opacity: .65; transition: opacity .3s, transform .3s; }
.service-thumb img { width: 100%; height: 100%; object-fit: cover; }
.service-arrow { color: var(--gold); font-size: 1.4rem; transition: transform .3s; }
.service-row:hover .service-thumb { opacity: 1; transform: scale(1.07) rotate(-2deg); }
.service-row:hover .service-arrow { transform: translate(5px, -5px); }
.featured-gallery { background: var(--paper); overflow: hidden; }
.gallery-strip { display: grid; grid-template-columns: repeat(6, minmax(260px, 1fr)); gap: 18px; width: max(1600px, 120vw); margin-left: max(40px, calc((100vw - var(--max))/2)); }
.gallery-tile { position: relative; overflow: hidden; height: 430px; padding: 0; border: 0; background: #ddd; cursor: zoom-in; }
.gallery-tile:nth-child(even) { margin-top: 70px; }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s; }
.gallery-tile::after { position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.75)); content: ""; }
.gallery-tile > span { position: absolute; z-index: 1; inset: auto 24px 22px; display: flex; flex-direction: column; align-items: start; color: #fff; text-align: left; }
.gallery-tile b { font: 600 1.6rem var(--serif); }
.gallery-tile small { color: var(--gold-light); letter-spacing: .13em; text-transform: uppercase; }
.gallery-tile:hover img { transform: scale(1.06); }
.center-action { margin-top: 72px; text-align: center; }
.trust { background: var(--ivory); }
.trust-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: center; }
.trust-image { position: relative; min-height: 700px; }
.trust-image img { width: 100%; height: 700px; object-fit: cover; }
.image-stamp { position: absolute; right: -58px; bottom: 50px; display: grid; place-items: center; width: 140px; height: 140px; color: #111; background: var(--gold); border-radius: 50%; font-size: .67rem; font-weight: 700; letter-spacing: .16em; line-height: 1.7; text-align: center; text-transform: uppercase; }
.trust-layout h2 { max-width: 690px; }
.trust-list { margin-top: 60px; border-top: 1px solid var(--line); }
.trust-list article { display: grid; grid-template-columns: 60px 1fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.trust-list article > span { color: var(--bronze); font-size: .67rem; }
.trust-list h3 { margin: 0 0 8px; font-size: 1.6rem; }
.trust-list p { margin: 0; color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.process-card { min-height: 310px; padding: 34px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.process-card > span { display: block; margin-bottom: 75px; color: var(--gold); font-size: .68rem; }
.process-card h3 { font-size: 1.8rem; }
.process-card p { color: rgba(255,255,255,.55); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 70px 30px; }
.project-card:nth-child(3n+2) { transform: translateY(55px); }
.project-image { display: block; overflow: hidden; aspect-ratio: 4/5; margin-bottom: 26px; background: #ddd; }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.project-image:hover img { transform: scale(1.045); }
.project-meta { display: flex; justify-content: space-between; color: var(--bronze); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.project-card h3, .project-card h2 { margin: 12px 0; font-size: 2rem; }
.project-card p { color: var(--muted); }
.reviews { color: #fff; background: var(--bronze); }
.review-slider { max-width: 950px; margin: auto; text-align: center; }
.review-slide { display: none; margin: 0; }
.review-slide.active { display: block; animation: fade .5s; }
.stars { margin-bottom: 28px; color: var(--gold-light); letter-spacing: .2em; }
.review-slide p { font: 500 clamp(2.2rem, 4.4vw, 4.5rem)/1.08 var(--serif); }
.review-slide footer { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
@keyframes fade { from { opacity: 0; } }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; align-items: start; }
.faq-layout h2 { font-size: clamp(3rem, 5vw, 5rem); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 25px; padding: 27px 0; font: 600 1.3rem var(--serif); cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--bronze); transition: transform .25s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { padding: 0 50px 28px 0; color: var(--muted); }
.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 10vw; align-items: start; }
.contact-layout h1, .contact-layout h2 { margin-bottom: 30px; }
.contact-layout > div > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.contact-direct { display: flex; flex-direction: column; align-items: start; margin-top: 50px; }
.contact-direct a { margin-bottom: 8px; color: var(--gold-light); font: 600 1.35rem var(--serif); }
.contact-direct span { margin-top: 18px; color: rgba(255,255,255,.45); font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; }
.contact-direct b { font-weight: 500; }
.estimate-form { padding: 48px; color: var(--ink); background: var(--paper); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; }
.field { display: flex; flex-direction: column; }
.field.full, .check.full, .field-error.full { grid-column: 1 / -1; }
.field label { margin-bottom: 8px; color: #645d52; font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid #c8c1b5; border-radius: 0; outline: 0; color: var(--ink); background: transparent; transition: border-color .2s; }
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--bronze); }
.file-field input { padding: 12px; border: 1px dashed #b8ae9d; }
.file-field small { color: var(--muted); }
.check { display: flex; gap: 10px; align-items: start; margin: 5px 0 10px; font-size: .76rem; }
.check input { margin-top: 5px; accent-color: var(--bronze); }
.field-error { color: #a63727 !important; font-size: .72rem; }
.honeypot { position: absolute; left: -9999px; }
.estimate-form .button { margin-top: 28px; border: 0; cursor: pointer; }
.page-hero { position: relative; display: flex; align-items: end; min-height: 78svh; overflow: hidden; padding: 190px 0 90px; color: #fff; background: #000; }
.page-hero.compact { min-height: 68svh; }
.page-hero-media { position: absolute; inset: 0; }
.page-hero-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.28)), linear-gradient(0deg, rgba(0,0,0,.6), transparent); content: ""; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 1000px; margin-bottom: 24px; }
.page-hero .container > p:last-child { max-width: 600px; color: rgba(255,255,255,.7); font-size: 1.05rem; }
.service-detail-list { background: var(--ivory); }
.service-detail { display: grid; grid-template-columns: 50px 1fr 1fr; gap: 7vw; align-items: center; padding: 90px 0; border-bottom: 1px solid var(--line); }
.service-detail:nth-child(even) .service-detail-image { order: 3; }
.service-detail-number { align-self: start; color: var(--bronze); font-size: .7rem; }
.service-detail-image { height: 560px; }
.service-detail-image img { width: 100%; height: 100%; object-fit: cover; }
.service-detail h2 { font-size: clamp(2.8rem, 4.5vw, 4.8rem); }
.service-detail p { color: var(--muted); }
.page-cta { padding: 130px 0; color: #fff; background: var(--bronze); text-align: center; }
.page-cta h2 { max-width: 850px; margin: 0 auto 45px; }
.gallery-page { background: var(--paper); }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 55px; }
.filter-bar button { padding: 10px 18px; border: 1px solid var(--line); color: var(--muted); background: transparent; cursor: pointer; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.filter-bar button.active, .filter-bar button:hover { color: #fff; background: var(--ink); }
.gallery-masonry { columns: 3; column-gap: 24px; }
.gallery-card { position: relative; display: block; overflow: hidden; width: 100%; margin: 0 0 24px; padding: 0; border: 0; background: #ddd; break-inside: avoid; cursor: zoom-in; text-align: left; }
.gallery-card[hidden] { display: none; }
.gallery-card img { width: 100%; transition: transform .65s; }
.gallery-card::after { position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.8)); content: ""; }
.gallery-card-copy { position: absolute; z-index: 1; inset: auto 25px 23px; display: flex; flex-direction: column; color: #fff; }
.gallery-card-copy small { color: var(--gold-light); font-size: .61rem; letter-spacing: .14em; text-transform: uppercase; }
.gallery-card-copy b { margin: 5px 0; font: 600 1.6rem var(--serif); }
.gallery-card-copy em { overflow: hidden; max-height: 0; opacity: 0; font-size: .72rem; font-style: normal; transition: max-height .35s, opacity .35s; }
.gallery-card:hover img { transform: scale(1.045); }
.gallery-card:hover em { max-height: 100px; opacity: .8; }
.lightbox { width: min(94vw, 1280px); max-width: none; height: 92vh; max-height: none; padding: 0; border: 0; color: #fff; background: #080807; }
.lightbox::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(8px); }
.lightbox-stage { height: calc(100% - 110px); }
.lightbox-stage img { width: 100%; height: 100%; object-fit: contain; }
.lightbox-close { position: absolute; z-index: 2; top: 16px; right: 18px; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #fff; background: rgba(0,0,0,.5); cursor: pointer; font-size: 1.7rem; }
.lightbox-caption { height: 110px; padding: 18px 28px; }
.lightbox-caption h2 { margin: 0 0 4px; font-size: 1.7rem; }
.lightbox-caption p { color: rgba(255,255,255,.55); font-size: .75rem; }
.empty-state { padding: 60px; border: 1px solid var(--line); background: var(--ivory); }
.empty-state.wide { grid-column: 1 / -1; padding: 100px 8vw; text-align: center; }
.empty-state h2 { font-size: 3rem; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 100px; }
.pagination a { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); }
.pagination a.active { color: #fff; background: var(--ink); }
.preview-banner { position: fixed; z-index: 200; inset: 0 0 auto; padding: 7px; color: #111; background: var(--gold); text-align: center; font-weight: 700; }
.project-article { padding-top: 170px; }
.article-header { max-width: 1000px; padding-bottom: 80px; text-align: center; }
.back-link { display: inline-block; margin-bottom: 60px; color: var(--muted); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.article-header h1 { font-size: clamp(3.6rem, 7vw, 7rem); }
.article-excerpt { max-width: 720px; margin: 30px auto 0; color: var(--muted); font-size: 1.1rem; }
.article-cover { width: min(calc(100% - 80px), 1480px); height: min(78vh, 850px); margin: auto; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: 180px 1fr; gap: 9vw; max-width: 980px; padding-top: 100px; padding-bottom: 100px; }
.article-layout aside { display: flex; flex-direction: column; }
.article-layout aside span { margin-top: 20px; color: var(--muted); font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.article-layout aside b { font-family: var(--serif); font-size: 1.3rem; }
.rich-content { font-size: 1.05rem; }
.rich-content h2 { margin: 65px 0 25px; font-size: 3rem; }
.rich-content h3 { margin: 50px 0 20px; font-size: 2.2rem; }
.rich-content p, .rich-content li { color: #514c43; }
.rich-content blockquote { margin: 50px 0; padding-left: 30px; border-left: 2px solid var(--gold); font: 500 2rem var(--serif); }
.rich-content img { margin: 40px auto; }
.article-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding-bottom: 120px; }
.article-gallery button { padding: 0; border: 0; background: #ddd; cursor: zoom-in; }
.article-gallery img, .article-gallery video { width: 100%; height: 560px; object-fit: cover; }
.article-gallery > :nth-child(3n) { grid-column: 1 / -1; }
.about-intro { background: var(--paper); }
.contact-page { min-height: 100vh; padding-top: 190px; }
.contact-intro h1 { font-size: clamp(3.6rem, 6vw, 6rem); }
.simple-page { min-height: 80vh; padding: 210px 0 130px; background: var(--ivory); }
.simple-page .narrow { max-width: 850px; }
.simple-page h1 { max-width: 900px; }
.simple-page > .container > p:not(.eyebrow) { max-width: 700px; color: var(--muted); font-size: 1.08rem; }
.thank-you .container > div { display: flex; align-items: center; gap: 30px; margin-top: 45px; }
.policy { margin-top: 70px; }
.policy h2 { margin-top: 60px; font-size: 2.3rem; }
.policy p { color: #5f594f; }
.policy a { border-bottom: 1px solid; }
.site-footer { padding: 120px 42px 25px; color: rgba(255,255,255,.66); background: #050504; }
.footer-top { display: flex; justify-content: space-between; gap: 50px; width: min(100%, var(--max)); margin: auto; padding-bottom: 100px; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-brand h2 { max-width: 780px; margin: 0; color: var(--ivory); font-size: clamp(3rem, 5vw, 5.5rem); }
.circle-link { display: flex; flex: 0 0 auto; align-items: center; justify-content: space-between; width: 180px; height: 180px; padding: 35px; color: #111; background: var(--gold); border-radius: 50%; font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: transform .3s; }
.circle-link:hover { transform: rotate(5deg) scale(1.04); }
.circle-link b { font-size: 1.2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.4fr 1fr; gap: 6vw; width: min(100%, var(--max)); margin: 70px auto; }
.footer-grid > div { display: flex; flex-direction: column; align-items: start; }
.footer-grid p { max-width: 330px; margin-top: 25px; }
.footer-grid a { margin-bottom: 8px; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-label { margin-bottom: 20px; color: var(--gold-light); font-size: .62rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.footer-bottom { display: flex; gap: 30px; width: min(100%, var(--max)); margin: auto; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.15); font-size: .62rem; }
.footer-bottom span:last-child { margin-left: auto; }
.toast-stack { position: fixed; z-index: 500; right: 25px; bottom: 25px; }
.toast { max-width: 380px; padding: 14px 20px; color: #111; background: var(--gold-light); box-shadow: 0 15px 50px rgba(0,0,0,.2); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 1050px) {
  .container { width: min(calc(100% - 48px), var(--max)); }
  .site-header { height: 78px; padding: 0 24px; }
  .desktop-nav, .header-cta { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { display: flex; flex-direction: column; gap: 5px; width: 42px; padding: 10px; border: 0; background: transparent; }
  .menu-toggle span { width: 100%; height: 1px; background: white; transition: transform .3s, opacity .3s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: -1; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 110px 8vw 60px; visibility: hidden; opacity: 0; background: #090908; transition: opacity .35s, visibility .35s; }
  .mobile-menu.open { visibility: visible; opacity: 1; }
  .mobile-menu nav { display: flex; flex-direction: column; }
  .mobile-menu nav a { padding: 8px 0; color: var(--ivory); font: 600 clamp(2.8rem, 8vw, 5rem)/1 var(--serif); }
  .mobile-menu nav a:last-child { margin-top: 30px; color: var(--gold-light); font: 700 .75rem var(--sans); letter-spacing: .15em; text-transform: uppercase; }
  .mobile-menu p { margin-top: 50px; color: rgba(255,255,255,.45); font-size: .7rem; }
  .intro-grid, .trust-layout, .faq-layout, .contact-layout { gap: 6vw; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .gallery-masonry { columns: 2; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}
@media (max-width: 760px) {
  h1 { font-size: clamp(3.35rem, 15vw, 5.5rem); }
  h2 { font-size: clamp(2.8rem, 12vw, 4.4rem); }
  .container { width: calc(100% - 36px); }
  .section, .section-dark { padding: 90px 0; }
  .brand-mark { width: 48px; height: 48px; }
  .brand-copy strong { font-size: 1.05rem; }
  .brand-copy small { font-size: .5rem; }
  .hero-content { padding-top: 110px; }
  .hero-actions { align-items: start; flex-direction: column; gap: 24px; margin-top: 35px; }
  .hero-rail { display: none; }
  .scroll-cue { right: 18px; left: auto; }
  .intro-grid, .trust-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 55px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .section-heading { align-items: start; flex-direction: column; gap: 25px; margin-bottom: 50px; }
  .service-row { grid-template-columns: 42px 1fr 25px; min-height: 145px; }
  .service-row p { display: none; }
  .service-thumb { display: none; }
  .service-row h3 { font-size: 1.7rem; }
  .gallery-strip { grid-template-columns: repeat(6, 240px); width: max-content; margin-left: 18px; }
  .gallery-tile { height: 360px; }
  .trust-image, .trust-image img { min-height: 520px; height: 520px; }
  .image-stamp { right: -5px; width: 115px; height: 115px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 240px; }
  .process-card > span { margin-bottom: 45px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card:nth-child(3n+2) { transform: none; }
  .estimate-form { padding: 30px 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full, .check.full, .field-error.full { grid-column: auto; }
  .page-hero, .page-hero.compact { min-height: 70svh; padding: 150px 0 60px; }
  .service-detail { grid-template-columns: 30px 1fr; gap: 20px; padding: 60px 0; }
  .service-detail-image { grid-column: 2; height: 420px; }
  .service-detail:nth-child(even) .service-detail-image { order: initial; }
  .service-detail > div:last-child { grid-column: 2; }
  .gallery-masonry { columns: 1; }
  .gallery-card-copy em { display: none; }
  .article-cover { width: calc(100% - 36px); height: 55vh; }
  .article-layout { grid-template-columns: 1fr; gap: 30px; padding-top: 60px; }
  .article-layout aside { display: grid; grid-template-columns: auto 1fr; gap: 6px 15px; }
  .article-gallery { grid-template-columns: 1fr; }
  .article-gallery > :nth-child(3n) { grid-column: auto; }
  .article-gallery img, .article-gallery video { height: 430px; }
  .simple-page { padding-top: 150px; }
  .footer-top { align-items: start; flex-direction: column; }
  .circle-link { width: 145px; height: 145px; padding: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-wrap: wrap; }
  .footer-bottom span:last-child { width: 100%; margin-left: 0; }
  .site-footer { padding-inline: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
