:root{
  --cream:#fbf5e9;
  --cream-2:#fffaf1;
  --paper:#fffdf8;
  --wine:#520813;
  --wine-2:#6a0b1b;
  --wine-deep:#2a0209;
  --gold:#c58f2c;
  --gold-2:#e2ba68;
  --ink:#35080d;
  --text:#302826;
  --muted:#73635c;
  --line:rgba(197,143,44,.45);
  --shadow:0 15px 45px rgba(56,22,10,.12);
  --radius:20px;
  --content-max:1440px;
  --section-space:95px;
  --mobile-section-space:58px;
  --mobile-header-height:76px;
  --mobile-hero-height:360px;
  --hero-desktop-pos:50% 50%;
  --hero-mobile-pos:56% 44%;
  --shell:min(var(--content-max), calc(100% - 80px));
  --serif:'Cormorant Garamond',Georgia,'Times New Roman',serif;
  --sans:'Montserrat',Arial,sans-serif;
  --script:'Allura','Brush Script MT',cursive;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:118px}
body{margin:0;background:var(--cream);color:var(--text);font-family:var(--sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button{color:inherit}
.shell{width:var(--shell);margin-inline:auto}
.narrow{max-width:900px}
.center{text-align:center}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed;left:12px;top:-50px;background:#fff;padding:10px 14px;z-index:9999;border:1px solid var(--gold)}
.skip-link:focus{top:12px}

/* Header */
.site-header{height:118px;background:rgba(255,253,248,.96);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(95,64,37,.08);backdrop-filter:blur(10px)}
.header-inner{height:100%;display:grid;grid-template-columns:280px 1fr auto;align-items:center;gap:30px}
.brand{width:245px;display:flex;align-items:center;align-self:stretch;padding:8px 18px 8px 0;border-right:1px solid var(--line)}
.brand img{width:220px;height:auto;object-fit:contain}
.site-nav{display:flex;justify-content:center;align-items:stretch;height:100%;gap:56px}
.site-nav a{font-family:var(--serif);font-size:20px;display:flex;align-items:center;position:relative;color:#201716;white-space:nowrap}
.site-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:31px;height:2px;background:var(--gold);transition:.22s ease}
.site-nav a:hover::after,.site-nav a.active::after{right:0}
.site-nav a.active{color:var(--wine)}
.header-cta{min-width:168px}
.menu-toggle{display:none;background:transparent;border:0;padding:10px;width:44px;height:44px}
.menu-toggle span{display:block;height:2px;background:var(--wine);margin:6px 0;transition:.2s}

/* Buttons */
.btn{min-height:58px;display:inline-flex;align-items:center;justify-content:center;gap:24px;padding:0 30px;border:1px solid transparent;letter-spacing:.09em;font-size:13px;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s;color:#fff;cursor:pointer}
.btn:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(69,16,12,.12)}
.btn-gold{background:linear-gradient(135deg,#bf8725,#dda83e);border-color:#c39033}
.btn-gold-light{background:linear-gradient(135deg,#ecc775,#d9a84a);color:#4a120b;border-radius:13px}
.btn-wine{background:linear-gradient(135deg,#4a020d,#6a0a16);border-color:#68101b;border-radius:13px}
.btn-outline{color:var(--wine);background:rgba(255,255,255,.3);border-color:#821a2f}
.btn-outline-gold{color:#f3cb6b;border-color:#d6a846;background:transparent;border-radius:999px}
.button-row{display:flex;align-items:center;gap:30px;flex-wrap:wrap}

/* Shared headings */
.section{position:relative;padding:var(--section-space) 0;background:var(--cream-2);overflow:hidden}
.section::before,.section::after{content:"";position:absolute;width:270px;height:290px;background:url('../images/floral-corner.webp') center/contain no-repeat;opacity:.22;pointer-events:none;mix-blend-mode:multiply}
.section::before{left:-40px;top:10px;transform:rotate(180deg)}
.section::after{right:-35px;bottom:0}
.section-copy{position:relative;z-index:2}
.section-kicker{display:flex;align-items:center;gap:12px;color:var(--gold);font-size:13px;letter-spacing:.18em;margin-bottom:22px;font-weight:500}
.section-kicker span{height:1px;width:70px;background:var(--gold);opacity:.75}
.section-kicker strong{font-weight:500;white-space:nowrap}
h1,h2,h3,p{margin-top:0}
h1,h2,.page-display{font-family:var(--serif);font-weight:500;color:var(--ink);line-height:.97;letter-spacing:-.025em}
h2{font-size:clamp(46px,4.2vw,72px);margin-bottom:30px}
.page-display{font-size:clamp(58px,5vw,86px);margin:0 0 28px}
.script-line,.script-gold,.script-wine,.inline-script{display:block;font-family:var(--script);font-weight:400;line-height:.82;letter-spacing:0}
.script-line{font-size:1.12em;color:var(--wine);margin-top:15px}
.script-gold{color:var(--gold);font-size:1.06em}
.script-wine{color:var(--wine);font-size:1.06em}
.inline-script{display:inline-block;font-size:1.16em;margin-left:.05em}
.section-copy>p,.lead,.lead-left{font-size:18px;line-height:1.7;max-width:720px;color:#38302d}
.lead{margin:0 auto 45px;text-align:center}
.lead-left{margin-bottom:38px}
.center-heading{text-align:center;position:relative;z-index:2}
.center-heading .section-kicker{justify-content:center}
.two-col{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,1fr);gap:70px;align-items:center}
.mini-ornament{color:var(--gold);font-size:12px;margin:5px 0 13px}
.round-icon{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;background:var(--cream-2);border:1px solid var(--line);color:var(--gold);margin:-52px auto 14px;position:relative;z-index:3}
.round-icon.soft{margin:0 auto 15px;border:0;background:#f7ecd8;width:74px;height:74px}

/* Hero */
.hero-section{display:grid;grid-template-columns:52% 48%;min-height:calc(100svh - 118px);background:var(--cream-2);overflow:hidden}
.hero-copy{padding:85px 5.6vw 80px 7vw;display:flex;flex-direction:column;justify-content:center;position:relative;background:radial-gradient(circle at 85% 50%,rgba(227,204,166,.22),transparent 44%),linear-gradient(115deg,#fffaf1,#faf3e6)}
.hero-copy::before{content:"";position:absolute;left:-20px;bottom:0;width:300px;height:300px;background:url('../images/floral-corner.webp') center/contain no-repeat;opacity:.35;transform:rotate(170deg)}
.hero-copy .section-kicker{font-size:13px}
.hero-copy h1{font-size:clamp(58px,5.1vw,92px);max-width:760px;margin:0 0 35px;position:relative;z-index:2}
.hero-copy p{font-family:var(--serif);font-size:22px;max-width:640px;color:#4e312d;margin-bottom:40px;position:relative;z-index:2}
.hero-copy .button-row{position:relative;z-index:2}
.hero-media{min-height:680px;overflow:hidden;background:#d8c5aa}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:var(--hero-desktop-pos)}

/* Story */
.story-section{padding-top:110px}
.story-grid{grid-template-columns:.9fr 1.1fr}
.story-media img{width:100%;max-height:900px;object-fit:contain}
.story-section h2{font-size:clamp(48px,4.6vw,78px)}
.story-section .btn{margin:14px 0 46px}
.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.stat-item{padding:0 20px;text-align:center;border-right:1px solid rgba(197,143,44,.55);display:flex;flex-direction:column;align-items:center}
.stat-item:last-child{border-right:0}
.stat-icon{color:var(--gold);height:34px;margin-bottom:7px}
.stat-item strong{font-family:var(--serif);font-size:44px;line-height:1;color:var(--wine);font-weight:500}
.stat-item span{font-size:13px;line-height:1.35;margin-top:8px}
.story-stats .stat-item{padding-inline:10px}

/* Services cards */
.services-intro{padding-top:85px}
.services-intro h2{max-width:1000px;margin-inline:auto}
.service-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin:30px 0 34px;text-align:center}
.service-card{border:1px solid rgba(197,143,44,.52);border-radius:18px;background:rgba(255,253,248,.7);overflow:hidden;box-shadow:0 10px 25px rgba(102,70,34,.04);transition:.25s}
.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.service-card>img{width:100%;aspect-ratio:1.25/1;object-fit:cover}
.service-card-body{padding:0 25px 28px;min-height:245px}
.service-card h3,.mini-card h3,.why-tile h3{font-family:var(--serif);font-weight:600;color:var(--ink);font-size:19px;letter-spacing:.02em;margin-bottom:4px}
.service-card p,.mini-card p,.why-tile p{font-size:13px;line-height:1.65;margin:0 auto;max-width:240px}

/* What we do */
.what-section{padding-bottom:0}
.what-grid{display:grid;grid-template-columns:.68fr 1.32fr;gap:22px;margin-top:42px;align-items:stretch}
.what-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.mini-card{border:1px solid rgba(197,143,44,.55);border-radius:16px;padding:20px 14px;text-align:center;background:rgba(255,253,248,.7);display:flex;flex-direction:column;justify-content:center;min-height:230px}
.photo-triptych{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;min-height:510px}
.photo-triptych img{width:100%;height:100%;object-fit:cover;border-radius:10px}
.wine-band{background:radial-gradient(circle at 25% 10%,rgba(120,20,30,.35),transparent 35%),linear-gradient(145deg,#3b030b,#5b0a15 55%,#33030a);color:#fff}
.why-band{margin-top:30px;border-radius:130px 130px 0 0;padding:27px 0 38px;position:relative;overflow:hidden}
.why-band .section-kicker{justify-content:center;margin-bottom:18px}
.why-strip{display:grid;grid-template-columns:repeat(5,1fr);margin-bottom:22px}
.why-item{padding:0 25px;text-align:center;border-right:1px solid rgba(222,175,83,.35)}
.why-item:last-child{border-right:0}
.why-item>div{color:#e1b14f;margin-bottom:7px}
.why-item strong{display:block;color:#f0ca75;font-size:13px;letter-spacing:.04em}
.why-item span{font-size:11px;line-height:1.55;color:#f4e8dc;display:block;margin-top:6px}

/* Gallery */
.gallery-section h2{max-width:820px;margin-inline:auto}
.gallery-mosaic{display:grid;grid-template-columns:1.38fr .72fr .78fr;grid-template-rows:1fr 1fr;gap:13px;height:520px;max-width:1200px;margin:34px auto 40px}
.gallery-cell{padding:0;border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden;cursor:zoom-in;box-shadow:0 7px 20px rgba(78,48,20,.07)}
.gallery-cell img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.gallery-cell:hover img{transform:scale(1.02)}
.gallery-cell.g1{grid-row:1/3}
.gallery-actions{display:flex;justify-content:center;align-items:center;gap:25px;flex-wrap:wrap}
.gallery-filter{display:flex;align-items:center;gap:8px;color:var(--wine);font-family:var(--serif);font-weight:600;font-size:15px;padding-left:25px;border-left:1px solid rgba(197,143,44,.35)}
.gallery-filter:first-of-type{border-left:0}

/* Testimonials */
.testimonials-section{padding-bottom:58px}
.testimonials-section h2{font-size:clamp(48px,4.3vw,74px)}
.testimonial-wrap{position:relative;max-width:1240px;margin:30px auto 0}
.testimonial-track{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.testimonial-card{position:relative;background:rgba(255,253,248,.88);border:1px solid rgba(185,146,86,.24);border-radius:22px;padding:24px 28px 24px;text-align:center;box-shadow:0 8px 24px rgba(71,35,22,.09);min-height:345px}
.testimonial-card>img{width:142px;height:142px;object-fit:cover;border-radius:50%;border:3px solid #c6912f;margin:0 auto 8px}
.quote-mark{position:absolute;left:22px;top:15px;font-family:Georgia,serif;font-size:66px;line-height:1;color:var(--wine)}
.stars{color:#cf9023;letter-spacing:.16em;margin:8px 0 10px}
.testimonial-card p{font-size:14px;line-height:1.6;margin-bottom:14px}
.testimonial-card h3{font-family:var(--serif);color:var(--ink);font-size:20px;margin-bottom:0}
.carousel-arrow{position:absolute;top:44%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:0;background:#fff7e7;color:var(--gold);box-shadow:0 5px 15px rgba(49,27,12,.12);font-size:32px;z-index:2;cursor:pointer}
.carousel-arrow.prev{left:-70px}.carousel-arrow.next{right:-70px}

/* Process */
.process-section{position:relative;padding:0}
.process-grid{display:grid;grid-template-columns:1.7fr .7fr;gap:20px;align-items:end;min-height:390px}
.process-copy{padding:44px 0 32px}
.process-copy .section-kicker{margin-bottom:8px}
.process-copy h2{color:#fff;font-size:48px;margin-bottom:5px}
.process-copy>p{color:#f2e4d8;margin-bottom:22px;font-size:14px}
.process-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}
.process-step{text-align:center;position:relative}
.process-step:not(:last-child)::after{content:"";position:absolute;top:35px;right:-15px;width:30px;border-top:1px dashed #d9a945}
.process-icon{width:72px;height:72px;border:1px solid #d3a33f;border-radius:50%;margin:0 auto 12px;display:grid;place-items:center;color:#e1b34e;position:relative}
.process-icon b{position:absolute;bottom:-13px;width:28px;height:28px;border-radius:50%;background:#d7a548;color:#4f0b11;font-size:10px;display:grid;place-items:center}
.process-step h3{color:#f1c762;font-size:11px;letter-spacing:.05em;margin:17px 0 5px}
.process-step p{font-size:11px;line-height:1.55;color:#f6ece4;margin:0}
.process-image{align-self:stretch;display:flex;align-items:flex-end}
.process-image img{width:100%;height:100%;max-height:390px;object-fit:cover;border-radius:230px 230px 0 0;border:2px solid var(--gold)}
.process-cta{background:var(--cream-2);color:var(--text);padding:25px 0}
.cta-inline{display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center}
.cta-inline h3{font-family:var(--serif);font-size:32px;color:var(--ink);margin:0}
.cta-inline p{margin:0;font-size:13px}.cta-icon{color:var(--gold)}

/* Why choose */
.why-grid{grid-template-columns:1.05fr .95fr}
.why-section h2{font-size:clamp(48px,4.4vw,76px)}
.why-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:24px 6px;margin-top:30px}
.why-tile{text-align:center;padding:0 13px;border-right:1px solid rgba(197,143,44,.36)}
.why-tile:nth-child(3n){border-right:0}
.why-tile .round-icon{width:64px;height:64px}
.why-tile p{font-size:12px}
.why-media img{width:100%;height:auto}
.trusted-band{width:var(--shell);border-radius:22px;padding:16px 26px;display:grid;grid-template-columns:2.1fr .9fr;gap:22px;align-items:center;box-shadow:var(--shadow)}
.trusted-title{text-align:center;color:#e1b34f;letter-spacing:.1em;font-size:13px;margin-bottom:8px}
.trusted-stats .stat-item strong{color:#efbd5b}
.trusted-stats .stat-item span{color:#fff}
.trusted-stats .stat-item{border-color:rgba(225,177,79,.4)}
.trusted-cta{border-left:1px solid rgba(225,177,79,.4);padding:12px 25px;text-align:center}
.trusted-cta>span{color:#e1b34f;font-size:11px;letter-spacing:.1em}
.trusted-cta h3{font-family:var(--serif);font-size:38px;margin:1px 0 4px;color:#fff;font-weight:500}
.trusted-cta p{font-size:12px;line-height:1.5;color:#f3e9df}
.trusted-cta .btn{min-height:46px;width:210px}

/* Contact */
.contact-grid{grid-template-columns:.78fr 1.22fr}
.contact-section h2{font-size:clamp(48px,4.4vw,75px)}
.contact-cards{display:grid;gap:10px;margin:30px 0 25px}
.contact-card{display:grid;grid-template-columns:60px 1fr;gap:16px;align-items:center;border:1px solid rgba(197,143,44,.28);border-radius:15px;padding:15px 20px;background:rgba(255,255,255,.22)}
.contact-icon{width:48px;height:48px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold)}
.contact-card strong{font-family:var(--serif);font-size:14px;letter-spacing:.08em;color:#b87b1b}
.contact-card h3{font-family:var(--serif);font-size:20px;color:var(--wine);margin:0 0 1px;font-weight:600}
.contact-card p{font-family:var(--serif);font-size:16px;color:#654139;margin:0;line-height:1.4}
.map-card{display:block;border:1px solid rgba(197,143,44,.42);padding:9px;background:#f8eddc;box-shadow:0 10px 30px rgba(79,53,20,.07)}
.map-card img{width:100%;height:100%;max-height:630px;object-fit:cover}

/* Services page */
.page-top-space{padding-top:0}
.services-page-hero{padding-bottom:0}
.services-page-grid{display:grid;grid-template-columns:1.45fr .72fr;gap:25px;align-items:center}
.service-mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:30px 0 20px}
.services-page-image img{width:100%;max-height:740px;object-fit:contain}
.services-stats{margin-top:18px;padding:27px 0}
.services-stats .stat-item strong{color:#e8b94e}.services-stats .stat-item span{color:#fff}.services-stats .stat-icon{color:#e4b34e}
.film-focus{padding-top:80px}.film-feature img{width:100%;min-height:420px;object-fit:cover;border-radius:280px 280px 20px 20px;border:2px solid var(--gold)}
.simple-page{min-height:50vh;padding-top:120px}.simple-page-body{font-family:var(--serif);font-size:22px;white-space:normal}

/* Footer */
.site-footer{background:radial-gradient(circle at 50% 0,rgba(93,20,32,.35),transparent 45%),linear-gradient(145deg,#220107,#3d0410 58%,#1f0106);color:#f3e1d4;position:relative;padding-top:62px;overflow:hidden}
.site-footer::before,.site-footer::after{content:"";position:absolute;width:270px;height:290px;background:url('../images/floral-corner.webp') center/contain no-repeat;filter:sepia(1) saturate(2);opacity:.15;bottom:0}
.site-footer::before{left:-45px;transform:rotate(90deg)}.site-footer::after{right:-45px;transform:rotate(-90deg)}
.footer-ornament{text-align:center;color:#d4a447;font-size:25px;position:relative;margin-bottom:25px}
.footer-ornament::before,.footer-ornament::after{content:"";position:absolute;top:50%;width:45%;height:1px;background:#a36e28}.footer-ornament::before{left:0}.footer-ornament::after{right:0}
.footer-grid{display:grid;grid-template-columns:1.25fr .8fr 1fr .95fr 1.15fr;gap:0;position:relative;z-index:2}
.footer-brand{padding-right:32px;border-right:1px solid rgba(207,155,66,.25);text-align:center}.footer-brand img{max-width:360px;width:100%;margin:0 auto 15px}.footer-brand p{font-family:var(--serif);font-size:18px;line-height:1.35;max-width:310px;margin:0 auto 20px}
.footer-col{padding:42px 30px 20px;border-right:1px solid rgba(207,155,66,.25)}.footer-col:last-child{border-right:0}
.footer-col h3{font-family:var(--serif);color:#d8a949;font-weight:600;font-size:22px;margin-bottom:22px;position:relative}.footer-col h3::after{content:"✣";display:block;font-size:12px;margin-top:4px}
.footer-col a,.footer-col span{display:flex;align-items:center;gap:10px;font-family:var(--serif);font-size:16px;margin:0 0 18px;color:#f0ddd0;transition:.2s}.footer-col a:hover{color:#e1b34f;transform:translateX(2px)}
.footer-contact a,.footer-contact span{font-size:14px}.footer-contact svg{color:#d8a949;flex:0 0 auto}
.socials{display:flex;justify-content:center;gap:11px}.socials a{width:42px;height:42px;border:1px solid #d5a23e;border-radius:50%;display:grid;place-items:center;color:#dcae50;font-family:var(--serif);font-weight:600}
.newsletter-box{margin-top:36px;border:1px solid rgba(214,167,74,.72);padding:22px 45px;display:grid;grid-template-columns:auto 1fr minmax(420px,1.4fr);gap:28px;align-items:center;position:relative;z-index:2;background:linear-gradient(90deg,rgba(87,8,24,.5),rgba(105,18,36,.35))}
.newsletter-icon{width:84px;height:84px;border:2px solid #d5a23e;border-radius:50%;display:grid;place-items:center;color:#d5a23e}.newsletter-box h3{font-family:var(--serif);color:#d8a949;font-size:23px;margin:0}.newsletter-box p{font-family:var(--serif);font-size:16px;line-height:1.4;margin:2px 0 0}
.newsletter-form{display:grid;grid-template-columns:1fr auto}.newsletter-form input{min-height:56px;border:1px solid #a75c63;border-right:0;background:rgba(88,9,27,.7);color:#fff;padding:0 22px;outline:0}.newsletter-form input::placeholder{color:#e5c4bd;font-family:var(--serif);font-style:italic;font-size:17px}.newsletter-form button{border:0;background:#e1b45c;color:#46110d;padding:0 28px;font-family:var(--serif);font-weight:600;font-size:17px;cursor:pointer}
.footer-bottom{border-top:1px solid rgba(207,155,66,.65);margin-top:46px;padding:24px 0;position:relative;z-index:2}.footer-bottom .shell{display:flex;justify-content:space-between;font-family:var(--serif);font-size:16px;color:#e9d5c5}

/* Modal / lightbox */
.modal[hidden],.lightbox[hidden]{display:none!important}.modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px}.modal-backdrop{position:absolute;inset:0;background:rgba(18,2,5,.75);backdrop-filter:blur(5px)}.modal-card{position:relative;z-index:1;width:min(720px,100%);max-height:92vh;overflow:auto;background:var(--cream-2);padding:38px;border-radius:18px;box-shadow:0 25px 80px rgba(0,0,0,.35)}.modal-card h2{font-size:48px}.modal-card .section-kicker span:first-child{display:none}.modal-close{position:absolute;right:16px;top:11px;border:0;background:transparent;font-size:34px;color:var(--wine);cursor:pointer}.consultation-form label{display:grid;gap:6px;color:var(--wine);font-size:13px;font-weight:600;letter-spacing:.03em;margin-bottom:16px}.consultation-form input,.consultation-form textarea{width:100%;border:1px solid rgba(130,77,43,.28);background:#fffdfa;padding:13px 14px;border-radius:8px;color:#2f2826;outline:0}.consultation-form input:focus,.consultation-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(197,143,44,.12)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.lightbox{position:fixed;inset:0;z-index:1100;background:rgba(10,2,3,.92);display:grid;place-items:center;padding:40px}.lightbox img{max-width:min(1300px,92vw);max-height:88vh;object-fit:contain}.lightbox-close{position:absolute;right:25px;top:15px;color:#fff;border:0;background:transparent;font-size:45px;cursor:pointer}
.maintenance{min-height:100vh;display:grid;place-items:center;align-content:center;background:var(--cream-2);text-align:center}.maintenance img{width:250px}.maintenance h1{font-size:55px}

/* Flash notice */
.public-notice{position:fixed;left:50%;top:135px;transform:translateX(-50%);background:#fff8e8;border:1px solid #c99b42;color:#4d1510;padding:12px 18px;border-radius:10px;z-index:500;box-shadow:var(--shadow)}

@media (max-width:1280px){
  :root{--shell:min(1180px,calc(100% - 50px))}
  .site-nav{gap:30px}.site-nav a{font-size:18px}.header-inner{grid-template-columns:235px 1fr auto}.brand{width:220px}.brand img{width:195px}.header-cta{min-width:145px;padding-inline:20px}
  .hero-copy{padding-left:5vw}.hero-copy h1{font-size:68px}
  .footer-col{padding-inline:20px}.footer-grid{grid-template-columns:1.15fr .8fr 1fr .9fr 1.2fr}
  .carousel-arrow.prev{left:-45px}.carousel-arrow.next{right:-45px}
}

@media (max-width:1024px){
  :root{--shell:min(920px,calc(100% - 40px))}
  html{scroll-padding-top:var(--mobile-header-height)}
  .site-header{height:var(--mobile-header-height)}.header-inner{grid-template-columns:1fr auto auto;gap:14px}.brand{width:185px;border-right:0;padding:4px 0}.brand img{width:160px;max-height:calc(var(--mobile-header-height) - 10px)}.header-cta{display:none}.menu-toggle{display:block;order:3}.site-nav{position:fixed;top:var(--mobile-header-height);left:0;right:0;height:auto;display:grid;gap:0;background:#fffaf3;border-top:1px solid var(--line);box-shadow:0 16px 30px rgba(50,20,10,.12);padding:10px 25px 22px;transform:translateY(-140%);opacity:0;pointer-events:none;transition:.25s}.site-nav.open{transform:translateY(0);opacity:1;pointer-events:auto}.site-nav a{height:50px;border-bottom:1px solid rgba(197,143,44,.14);justify-content:center}.site-nav a::after{bottom:7px;left:45%;right:45%}.site-nav a.active::after,.site-nav a:hover::after{left:36%;right:36%}
  .hero-section{grid-template-columns:1fr;min-height:0}.hero-copy{padding:58px max(28px,7vw) 62px}.hero-media{min-height:0;height:clamp(430px,58vw,560px)}.hero-copy h1{font-size:clamp(54px,9vw,76px)}
  .two-col,.story-grid,.why-grid,.contact-grid{grid-template-columns:1fr;gap:45px}.story-media{order:-1;max-width:700px;margin:auto}.story-media img{max-height:720px}.why-media{order:-1;max-width:700px;margin:auto}
  .service-cards{grid-template-columns:repeat(2,1fr)}
  .what-grid{grid-template-columns:1fr}.photo-triptych{min-height:420px}
  .why-strip{grid-template-columns:repeat(3,1fr);row-gap:25px}.why-item:nth-child(3){border-right:0}.why-item:nth-child(n+4){border-top:1px solid rgba(222,175,83,.2);padding-top:20px}
  .gallery-mosaic{height:460px}
  .testimonial-track{display:flex;overflow:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px}.testimonial-track::-webkit-scrollbar{display:none}.testimonial-card{min-width:calc(50% - 12px);scroll-snap-align:start}.carousel-arrow.prev{left:-20px}.carousel-arrow.next{right:-20px}
  .process-grid{grid-template-columns:1fr}.process-image{display:none}.process-copy{padding:45px 0}.process-steps{gap:8px}.process-step:not(:last-child)::after{display:none}
  .why-tiles{grid-template-columns:repeat(2,1fr)}.why-tile:nth-child(3n){border-right:1px solid rgba(197,143,44,.36)}.why-tile:nth-child(2n){border-right:0}
  .trusted-band{grid-template-columns:1fr}.trusted-cta{border-left:0;border-top:1px solid rgba(225,177,79,.4)}
  .services-page-grid{grid-template-columns:1fr}.services-page-image{order:-1;max-width:540px;margin:auto}.service-mini-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1/-1;border-right:0;border-bottom:1px solid rgba(207,155,66,.25);padding:0 0 35px}.footer-col:nth-child(3){border-right:0}.footer-col:last-child{grid-column:1/-1;border-top:1px solid rgba(207,155,66,.25)}.newsletter-box{grid-template-columns:auto 1fr}.newsletter-form{grid-column:1/-1}.footer-bottom .shell{gap:25px}
}

@media (max-width:700px){
  :root{--shell:calc(100% - 32px)}
  body{font-size:15px;overflow-x:hidden}.section{padding:var(--mobile-section-space) 0}.section::before,.section::after{width:150px;height:160px;opacity:.12}.section-kicker{font-size:10px;letter-spacing:.12em;gap:8px;margin-bottom:15px}.section-kicker span{width:28px;flex:0 0 auto}.section-kicker strong{white-space:normal;line-height:1.35}
  h2{font-size:clamp(38px,10.7vw,44px);margin-bottom:20px}.page-display{font-size:clamp(43px,11.3vw,50px);margin-bottom:20px}.section-copy>p,.lead,.lead-left{font-size:15px;line-height:1.65}.lead{margin-bottom:27px}.two-col{gap:34px}
  .btn{min-height:50px;padding-inline:18px;font-size:10.5px;gap:12px}.button-row{gap:10px}.button-row .btn{flex:1 1 0;min-width:0}
  .hero-section{display:flex;flex-direction:column;background:#fffaf1}.hero-copy{padding:31px 20px 42px;justify-content:flex-start}.hero-copy::before{width:180px;height:180px;opacity:.2;left:-45px}.hero-copy .section-kicker{font-size:9.5px;margin-bottom:14px}.hero-copy h1{font-size:clamp(40px,11.6vw,47px);line-height:.93;letter-spacing:-.022em;margin-bottom:19px;max-width:560px}.hero-copy .script-line{margin-top:9px;line-height:.86}.hero-copy p{font-size:16px;line-height:1.55;margin-bottom:24px;max-width:520px}.hero-media{height:var(--mobile-hero-height);min-height:0;max-height:62vh;width:100%;position:relative}.hero-media img{object-position:var(--hero-mobile-pos)}
  .story-section{padding-top:70px}.story-section h2,.why-section h2,.contact-section h2{font-size:44px}.story-media{width:100%}.story-stats{grid-template-columns:repeat(2,1fr);gap:20px 0}.story-stats .stat-item:nth-child(2){border-right:0}.story-stats .stat-item:nth-child(-n+2){padding-bottom:18px;border-bottom:1px solid rgba(197,143,44,.3)}.stat-item strong{font-size:38px}
  .service-cards{grid-template-columns:1fr;gap:20px}.service-card{max-width:520px;width:100%;margin:auto}.service-card-body{min-height:215px}.service-card>img{aspect-ratio:1.35/1}
  .what-cards{grid-template-columns:1fr 1fr}.mini-card{min-height:210px;padding:16px 9px}.mini-card h3{font-size:16px}.mini-card p{font-size:11px}.round-icon.soft{width:60px;height:60px}.photo-triptych{grid-template-columns:1fr 1fr;min-height:0}.photo-triptych img{height:280px}.photo-triptych img:last-child{grid-column:1/-1;height:230px}.why-band{border-radius:70px 70px 0 0}.why-strip{grid-template-columns:1fr 1fr}.why-item{border-right:0!important;border-top:1px solid rgba(222,175,83,.2);padding:18px 12px}.why-item:first-child,.why-item:nth-child(2){border-top:0}.why-item:last-child{grid-column:1/-1}
  .gallery-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:260px 160px 160px;height:auto}.gallery-cell.g1{grid-row:1;grid-column:1/-1}.gallery-cell.g2{grid-row:2}.gallery-cell.g3{grid-row:2}.gallery-cell.g4{grid-row:3}.gallery-cell.g5{grid-row:3}.gallery-actions{gap:12px}.gallery-filter{font-size:12px;padding-left:12px}
  .testimonial-card{min-width:86%;padding-inline:18px}.carousel-arrow{display:none}
  .process-copy h2{font-size:39px}.process-steps{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:14px;gap:8px}.process-step{min-width:45%;scroll-snap-align:start}.cta-inline{grid-template-columns:auto 1fr}.cta-inline .btn{grid-column:1/-1}.cta-inline h3{font-size:27px}
  .why-tiles{grid-template-columns:1fr 1fr;gap:22px 0}.why-tile{padding:0 8px}.why-tile h3{font-size:15px}.why-tile p{font-size:11px}.trusted-band{width:calc(100% - 20px);padding-inline:12px}.trusted-stats{grid-template-columns:repeat(2,1fr);gap:20px 0}.trusted-stats .stat-item{border-right:0}.trusted-stats .stat-item:nth-child(odd){border-right:1px solid rgba(225,177,79,.4)}.trusted-stats .stat-item:last-child{grid-column:1/-1;border-top:1px solid rgba(225,177,79,.3);padding-top:18px}.trusted-cta h3{font-size:34px}
  .contact-card{grid-template-columns:48px 1fr;padding:13px}.contact-card h3{font-size:18px}.contact-card p{font-size:14px}.contact-section .button-row .btn{width:100%}.map-card{padding:6px}.map-card img{max-height:440px}
  .service-mini-grid{grid-template-columns:1fr 1fr}.services-page-image{max-width:420px}.services-stats .stats-row{grid-template-columns:repeat(2,1fr);gap:20px 0}.services-stats .stat-item{border-right:0}.services-stats .stat-item:nth-child(odd){border-right:1px solid rgba(225,177,79,.4)}.services-stats .stat-item:last-child{grid-column:1/-1;border-top:1px solid rgba(225,177,79,.3);padding-top:18px}
  .footer-grid{grid-template-columns:1fr}.footer-col,.footer-col:nth-child(3),.footer-col:last-child{grid-column:auto;border-right:0;border-top:1px solid rgba(207,155,66,.2);padding:28px 10px}.footer-col h3{margin-bottom:14px}.footer-col a,.footer-col span{margin-bottom:11px}.footer-brand img{max-width:290px}.newsletter-box{grid-template-columns:1fr;text-align:center;padding:24px 18px}.newsletter-icon{margin:auto}.newsletter-form{grid-column:auto;grid-template-columns:1fr}.newsletter-form input{border-right:1px solid #a75c63}.newsletter-form button{min-height:52px}.footer-bottom .shell{flex-direction:column;text-align:center;font-size:14px}.site-footer{padding-top:45px}
  .form-grid{grid-template-columns:1fr}.modal-card{padding:28px 20px}.modal-card h2{font-size:42px}.public-notice{top:100px;width:calc(100% - 30px);text-align:center}
}

@media (max-width:420px){
  .hero-copy{padding-inline:18px}.hero-copy h1{font-size:clamp(38px,11.8vw,44px)}.hero-copy p{font-size:15.5px}.what-cards,.why-tiles,.service-mini-grid{grid-template-columns:1fr}.why-tile,.why-tile:nth-child(3n){border-right:0}.process-step{min-width:72%}.gallery-filter{width:45%;justify-content:center;border-left:0}.story-stats .stat-item{padding-inline:7px}.stat-item span{font-size:11px}.btn{letter-spacing:.06em}
}


@media (max-width:700px){
  .services-intro{padding-top:var(--mobile-section-space)}
  .story-section{padding-top:var(--mobile-section-space)}
  .story-section .btn{margin:8px 0 34px}
  .service-cards{margin-top:24px;margin-bottom:28px}
  .service-card-body{min-height:0;padding-bottom:24px}
  .what-grid{margin-top:30px}
  .gallery-mosaic{margin-top:26px;margin-bottom:30px}
  .testimonial-section,.why-section,.contact-section{padding-top:var(--mobile-section-space)}
  .process-copy{padding:36px 0}
  .contact-cards{margin:24px 0 20px}
  .footer-grid{gap:0}
  .simple-page{padding-top:var(--mobile-section-space)}
  .simple-page-body{font-size:19px}
}

@media (max-width:350px){.hero-copy .button-row{display:grid;grid-template-columns:1fr}.hero-copy .button-row .btn{width:100%}}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
.section-title{font-family:var(--serif);font-weight:500;color:var(--ink);line-height:.97;letter-spacing:-.025em;font-size:clamp(46px,4.2vw,72px);margin:0 0 30px}
@media(max-width:700px){.section-title{font-size:43px}}
