@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#20241f;--paper:#fff;--soft:#f3f4f0;--line:#d9dcd5;--accent:#855234;--muted:#636b62;--radius:2px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.65}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,Arial,sans-serif;line-height:1.13;font-weight:500;letter-spacing:-.045em}h1{font-size:clamp(48px,5.7vw,88px)}h2{font-size:clamp(36px,4vw,60px)}h3{font-size:26px}em{font-family:Georgia,serif;font-weight:400}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.6}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #b47955;outline-offset:5px}input:focus,select:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:2px}img{max-width:100%;display:block}button{color:inherit}[hidden]{display:none!important}.site-header{height:96px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;background:#fff;position:relative;z-index:5;border-bottom:1px solid #eee}.brand{display:flex;align-items:center;gap:13px;flex-shrink:0}.brand-symbol{font-family:Georgia,serif;font-size:48px;line-height:1;letter-spacing:-12px;padding-right:12px}.brand-symbol span{font-size:39px}.brand-name{font-family:Manrope,Arial,sans-serif;font-size:19px;line-height:1.25;letter-spacing:.18em;font-weight:700}.brand-name small{display:block;font-size:10px;letter-spacing:.34em;margin-top:5px}.site-header nav{display:flex;align-items:center;gap:34px;font-size:14px}.site-header nav>a:not(.button):hover{color:var(--accent)}.button{display:inline-flex;align-items:center;justify-content:center;gap:32px;background:var(--ink);color:#fff;padding:16px 23px;border:1px solid var(--ink);font-size:14px;line-height:1.5;font-weight:500;transition:background .2s,transform .2s}.button:hover{background:#414b3c;transform:translateY(-2px)}.button span{font-size:20px}.button.small{padding:12px 20px}.button.white{background:#fff;color:var(--ink);border-color:#fff}.button.white:hover{background:#e7eae2}.button.outline{background:transparent;color:var(--ink)}.menu-toggle{display:none}.hero{position:relative;min-height:710px;height:calc(100svh - 96px);max-height:1000px;color:white;display:flex;align-items:center;padding:6% 7% 9%;isolation:isolate}.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero-image{object-position:50% 55%}.hero-shade{background:linear-gradient(90deg,rgba(10,16,18,.72),rgba(10,16,18,.38) 48%,rgba(10,16,18,.08)),linear-gradient(0deg,rgba(0,0,0,.4),transparent 40%);z-index:-1}.hero-copy{max-width:830px}.eyebrow{font-family:Manrope,Arial,sans-serif;font-size:12px;line-height:1.5;font-weight:700;letter-spacing:.16em;color:var(--accent);margin-bottom:24px}.eyebrow.light{color:#f3e5d9}.hero h1{margin:24px 0 30px;letter-spacing:-.05em}.hero-copy>p:not(.eyebrow){font-size:17px;line-height:1.8;color:#eee}.hero-actions{display:flex;align-items:center;gap:36px;margin-top:35px}.text-link{font-size:14px;display:flex;gap:20px;align-items:center;border-bottom:1px solid #ffffff80;padding:10px 0}.hero-bottom{position:absolute;bottom:32px;left:7%;right:7%;display:flex;justify-content:space-between;font-size:11px;letter-spacing:.13em;padding-top:20px;border-top:1px solid #ffffff50}.section{padding:95px 7%}.intro{display:grid;grid-template-columns:1fr 2fr;align-items:start;border-bottom:1px solid var(--line)}.intro>.eyebrow{margin-top:12px}.intro>div{display:grid;grid-template-columns:1.1fr 1fr;gap:50px}.intro h2{font-size:43px}.intro p:not(.eyebrow){color:var(--muted);font-size:16px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:48px}.section-heading>p{color:var(--muted)}.line-link{font-size:14px;border-bottom:1px solid var(--ink);padding-bottom:8px}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:22px}.portfolio-image{position:relative;border:0;padding:0;background:var(--ink);overflow:hidden;text-align:left;height:370px}.portfolio-image.wide{grid-column:1/-1;height:520px}.portfolio-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.portfolio-image:hover img{transform:scale(1.025)}.portfolio-image:after{content:'';position:absolute;inset:40% 0 0;background:linear-gradient(transparent,#0009)}.portfolio-image>span{position:absolute;bottom:27px;left:30px;color:#fff;z-index:1}.portfolio-image b{display:block;font-family:Manrope,Arial,sans-serif;font-size:26px;font-weight:500;letter-spacing:-.02em}.portfolio-image small{font-size:11px;letter-spacing:.16em}.services{background:var(--soft)}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.service-grid article{border-top:1px solid #b9c0b5;padding-top:24px}.service-no{font-size:13px;color:var(--accent)}.service-grid h3{margin:34px 0 18px;font-size:23px;letter-spacing:-.035em}.service-grid p{font-size:15px;color:var(--muted);min-height:102px}.service-grid a{font-size:13px;border-bottom:1px solid #a6aea0;padding-bottom:6px;display:inline-block;margin-top:20px}.pricing{background:#fff}.package-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.package-card{border:1px solid var(--line);padding:29px 23px;display:flex;flex-direction:column;position:relative}.package-card.featured{background:var(--ink);color:#fff;border-color:var(--ink)}.package-card .eyebrow{font-size:10px;min-height:15px;margin-bottom:24px}.package-card.featured .eyebrow{color:#e7c8b3}.package-card h3{font-size:24px;min-height:58px}.package-card .price{font-size:45px;font-family:Manrope,Arial,sans-serif;line-height:1;margin:24px 0}.price small{font-size:12px;letter-spacing:0;color:var(--muted)}.featured .price small{color:#ccc}.package-card>p:not(.eyebrow){font-size:14px;line-height:1.7;min-height:105px;margin-bottom:25px}.package-card .button{padding:12px 15px;gap:12px;width:100%;margin-top:auto}.featured .button{background:#fff;color:var(--ink)}.full-pricing{margin-top:35px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}summary{cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}.full-pricing summary{padding:26px 0;display:flex;justify-content:space-between;font-size:18px}.full-pricing summary span{font-size:14px;color:var(--muted)}#price-table{display:grid;grid-template-columns:1fr 1fr;gap:35px;padding-bottom:35px}.price-group h3{font-size:23px;margin:15px 0}.price-row{display:flex;justify-content:space-between;gap:22px;font-size:14px;padding:12px 0;border-bottom:1px solid var(--line)}.price-row strong{white-space:nowrap}.fine-print{font-size:12px;line-height:1.8;color:var(--muted);margin-top:22px}.about{background:var(--soft);display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about>img{width:100%;height:470px;object-fit:cover}.about h2{font-size:43px}.about p:not(.eyebrow){margin:26px 0;color:var(--muted)}.faq{max-width:1080px;margin:auto}.faq h2{margin-bottom:40px}.faq details{border-bottom:1px solid var(--line)}.faq summary{padding:24px 40px 24px 0;font-size:18px;position:relative}.faq summary:after{content:'+';position:absolute;right:5px}.faq details[open] summary:after{content:'−'}.faq details p{color:var(--muted);padding:0 0 26px;max-width:730px}.cta{text-align:center;background:var(--ink);padding:85px 20px;color:white}.cta h2{font-size:clamp(46px,5.5vw,76px);margin-bottom:35px}footer{padding:60px 7% 25px;background:#f7f8f4}.footer-top{display:flex;justify-content:space-between;gap:30px;align-items:start;margin-bottom:60px;font-size:14px}.footer-top>div a{display:block}.footer-bottom{border-top:1px solid var(--line);padding-top:25px;display:flex;gap:25px;font-size:12px;color:var(--muted)}.footer-bottom>span{margin-right:auto}.skip{position:absolute;top:-100px;z-index:20;padding:10px;background:white}.skip:focus{top:0}dialog{padding:35px;background:#151a15;color:white;border:0;max-width:90vw;max-height:95vh}dialog::backdrop{background:#000c}dialog img{max-height:75vh;object-fit:contain}dialog p{padding-top:15px;font-size:14px}.close-dialog{position:absolute;right:4px;top:0;background:none;border:0;color:#fff;font-size:30px;width:35px}.booking-main{background:#f8f9f6;padding:50px 7% 100px}.booking-heading{max-width:950px;margin-bottom:50px}.back-link{font-size:13px;color:var(--muted);display:inline-block;margin-bottom:38px}.booking-heading h1{font-size:clamp(40px,4.5vw,65px);margin-bottom:20px}.booking-heading>p:last-child{color:var(--muted)}.booking-heading .eyebrow{margin-bottom:18px}.booking-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:55px;align-items:start}.steps{padding:0;margin:0 0 38px;display:grid;grid-template-columns:repeat(4,1fr);list-style:none;border-bottom:1px solid var(--line)}.steps li{padding:0 0 17px;display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}.steps li span{font-size:14px}.steps li.active{border-bottom:2px solid var(--ink);color:var(--ink);font-weight:700}.form-step h2{font-size:32px;letter-spacing:-.035em;margin-bottom:12px}.muted{color:var(--muted)}fieldset{border:0;padding:0;margin:30px 0}legend{font-size:16px;font-weight:600;margin-bottom:18px}.booking-packages{display:grid;grid-template-columns:1fr 1fr;gap:12px}.choice-card{position:relative;display:block;border:1px solid var(--line);padding:18px 18px 18px 43px;cursor:pointer;background:#fff}.choice-card:has(input:checked){border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink);background:#edf0e9}.choice-card input{position:absolute;top:23px;left:16px}.choice-card b{font-size:15px}.choice-card strong{display:block;font-size:24px;margin:5px 0}.choice-card small{font-size:12px;line-height:1.5;color:var(--muted);display:block}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:20px 0}.field-grid>label,.field{font-size:14px;display:flex;flex-direction:column;gap:8px}.field{margin:22px 0}input:not([type=radio]):not([type=checkbox]),select,textarea{background:#fff;border:1px solid #cbd0c5;border-radius:0;padding:12px 13px;width:100%;color:var(--ink);min-height:48px}input[type=checkbox],input[type=radio]{width:17px;height:17px;accent-color:var(--ink);flex-shrink:0}label small{font-size:12px;color:var(--muted)}.addons{display:grid;grid-template-columns:1fr 1fr;gap:12px}.addon{display:flex;gap:10px;padding:15px;border:1px solid var(--line);font-size:14px;background:white}.addon span{display:flex;flex-direction:column}.addon small{font-size:12px;color:var(--muted)}.addon:has(input:disabled){opacity:.6}.estimate{background:#fff;border:1px solid var(--line);padding:30px;position:sticky;top:25px}.estimate .eyebrow{font-size:10px;margin-bottom:12px}.estimate h2{font-size:30px;margin-bottom:25px}.estimate-row{font-size:13px;display:flex;justify-content:space-between;gap:20px;padding:11px 0;border-bottom:1px solid #eceee8}.estimate-row span{max-width:190px}.estimate-row b{white-space:nowrap;font-weight:500}.estimate-total{margin-top:24px;display:flex;justify-content:space-between;align-items:center;gap:15px}.estimate-total>span{font-size:13px}.estimate-total strong{font-size:30px;letter-spacing:-.06em}.estimate-contact{border-top:1px solid var(--line);padding-top:23px;margin-top:24px;font-size:12px}.estimate-contact span{display:block;color:var(--muted)}.estimate-contact a{display:block;font-size:13px;margin-top:8px}.form-actions{display:flex;gap:14px;justify-content:end;border-top:1px solid var(--line);padding-top:25px;margin-top:30px}.form-actions #previous{margin-right:auto}.inline-note,.preview-note{padding:15px 18px;background:#ecefe7;font-size:13px;margin:22px 0}.preview-note{background:#efe5db;margin-top:-20px;margin-bottom:30px}.form-step h3{font-size:23px;margin-top:35px}.form-error{color:#a02920;font-size:14px}.review-section{border-bottom:1px solid var(--line);padding:18px 0}.review-section h3{margin:0 0 12px;font-size:20px}.review-section p{font-size:14px;white-space:pre-line;overflow-wrap:anywhere}.consent{display:flex;align-items:start;gap:12px;margin-top:25px;font-size:13px}.consent a{text-decoration:underline}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.success{padding:35px;background:white}.success h2{font-size:36px;margin-bottom:25px}.success p{margin-bottom:25px}
@media(min-width:1600px){.section,.booking-main{padding-left:max(7%,calc((100vw - 1450px)/2));padding-right:max(7%,calc((100vw - 1450px)/2))}}@media(max-width:1100px){.site-header nav{gap:20px}.section{padding:70px 5%}.intro{grid-template-columns:1fr;gap:25px}.package-grid{grid-template-columns:1fr 1fr}.package-card>p:not(.eyebrow){min-height:60px}.about{gap:40px}.booking-main{padding:40px 5% 70px}.booking-layout{grid-template-columns:minmax(0,1fr) 300px;gap:25px}.estimate{padding:22px}.booking-packages{grid-template-columns:1fr}.service-grid{gap:20px}.service-grid p{min-height:130px}.hero{padding-left:6%;min-height:650px}.hero-bottom{left:6%;right:6%}}@media(max-width:760px){.site-header{height:80px;padding:0 5%}.brand-symbol{font-size:41px}.brand-symbol span{font-size:33px}.brand-name{font-size:16px}.brand-name small{font-size:9px}.menu-toggle{display:flex;gap:12px;border:0;background:none;font-size:14px}.site-header nav{display:none;position:absolute;top:80px;left:0;right:0;align-items:stretch;padding:25px;background:white;box-shadow:0 10px 20px #0001}.site-header nav.open{display:flex;flex-direction:column}.hero{height:740px;min-height:0;max-height:none;padding:70px 6% 100px;align-items:center}.hero h1{font-size:clamp(44px,9vw,66px)}.hero-copy>p:not(.eyebrow){font-size:15px}.hero-shade{background:linear-gradient(90deg,#0a1012c7,#0a10125e),linear-gradient(0deg,#0008,transparent)}.hero-image{object-position:62% center}.hero-actions{gap:22px;align-items:start;flex-direction:column}.hero-bottom{font-size:9px;bottom:25px}.hero-bottom span:last-child{display:none}.eyebrow{font-size:11px;margin-bottom:18px}.section{padding:60px 6%}.intro>div{grid-template-columns:1fr;gap:23px}.intro h2,.about h2{font-size:37px}.section-heading{flex-direction:column;align-items:start;gap:25px;margin-bottom:30px}.section-heading>p{font-size:14px}.portfolio-image.wide{height:340px}.portfolio-image{height:280px}.gallery{grid-template-columns:1fr;gap:16px}.portfolio-image b{font-size:23px}.portfolio-image>span{left:22px;bottom:20px}.service-grid{grid-template-columns:1fr 1fr;gap:28px 20px}.service-grid h3{font-size:21px;margin-top:20px}.service-grid p{font-size:14px;min-height:100px}.service-grid a{font-size:12px}.package-grid{grid-template-columns:1fr 1fr;gap:10px}.package-card{padding:22px 16px}.package-card h3{font-size:21px;min-height:50px}.package-card .price{font-size:36px}.package-card>p:not(.eyebrow){font-size:12px;min-height:104px}.package-card .button{font-size:12px;gap:8px;padding:10px 8px}.full-pricing summary{flex-direction:column;gap:8px}#price-table{grid-template-columns:1fr;gap:10px}.about{grid-template-columns:1fr;gap:35px}.about>img{height:340px}.faq summary{font-size:16px}.footer-top{flex-direction:column;margin-bottom:35px}.footer-bottom{flex-wrap:wrap}.footer-bottom>span{flex-basis:100%}.booking-main{padding:30px 6% 60px}.booking-heading{margin-bottom:30px}.booking-heading h1{font-size:42px}.booking-layout{display:flex;flex-direction:column;gap:30px}.booking-layout>div,.estimate{width:100%}.estimate{position:static}.steps li{gap:5px;font-size:10px}.steps li span{font-size:12px}.booking-packages{grid-template-columns:1fr 1fr}.choice-card{padding:15px 12px 15px 36px}.choice-card input{left:11px;top:19px}.choice-card b{font-size:13px}.choice-card small{font-size:11px}.field-grid{gap:18px 12px}.addons{grid-template-columns:1fr}.form-step h2{font-size:28px}input:not([type=radio]):not([type=checkbox]),select,textarea{font-size:16px}.back-link{margin-bottom:25px}.form-actions .button{padding:13px 18px}.preview-note{margin-top:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
.film-feature{display:flex;justify-content:space-between;gap:30px;align-items:center;border-bottom:1px solid var(--line);padding:35px 0}.film-feature .eyebrow{margin-bottom:12px}.film-feature h3{font-size:28px;margin-bottom:12px}.film-feature p:not(.eyebrow){font-size:14px;color:var(--muted)}@media(max-width:760px){.film-feature{align-items:start;flex-direction:column}}
/* Version 2: service-led imagery, dedicated pages and video hero. */
.video-toggle{position:absolute;right:7%;bottom:82px;z-index:2;color:#fff;background:#0005;border:1px solid #fff8;padding:8px 13px;font-size:12px}.service-showcase{display:grid;grid-template-columns:1fr 1fr;gap:40px 30px}.service-showcase article{display:grid;grid-template-columns:42% 1fr;gap:25px;align-items:center}.service-showcase img{width:100%;height:240px;object-fit:cover}.service-showcase h3{font-size:25px;margin:10px 0 15px}.service-showcase p{font-size:14px;color:var(--muted);margin-bottom:18px}.service-showcase .line-link{font-size:12px}.video-poster{position:relative;display:block}.video-poster span{position:absolute;bottom:15px;left:12px;color:#fff;background:#000a;padding:8px 10px;font-size:12px}.contain-image{object-fit:contain!important;background:#fff}.standard-offer{padding:30px;border:1px solid var(--line);display:flex;align-items:center;gap:35px;margin-bottom:20px}.standard-offer .eyebrow{margin-bottom:10px}.standard-offer h3{font-size:27px;margin-bottom:10px}.standard-offer p:not(.eyebrow){color:var(--muted);font-size:14px}.standard-offer>strong{margin-left:auto;font-family:Manrope,Arial,sans-serif;font-weight:500;font-size:45px}.pricing-page-link{margin-top:30px}.page-heading{background:var(--soft)}.page-heading h1{font-size:clamp(44px,5.2vw,75px)}.page-heading>p:last-child{margin-top:25px;color:var(--muted)}.service-detail{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center;border-bottom:1px solid var(--line)}.service-detail>img{width:100%;height:450px;object-fit:cover}.service-detail h2{font-size:45px}.service-detail p:not(.eyebrow){margin:25px 0;color:var(--muted)}.service-detail .service-price{font-weight:600;color:var(--ink)!important}.spaces-hero{position:relative;min-height:650px;display:flex;align-items:center;padding:80px 7%;color:#fff;isolation:isolate}.spaces-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.spaces-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#000b,#0003);z-index:-1}.spaces-hero h1{font-size:clamp(44px,5.6vw,80px)}.spaces-hero p:not(.eyebrow){margin:28px 0}.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:85px}.audience-grid h2{font-size:40px}.audience-grid p:not(.eyebrow){margin:25px 0;color:var(--muted)}.audience-grid ul{padding-left:20px;color:var(--muted);font-size:14px}.spaces-work{background:var(--soft)}.spaces-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.spaces-gallery img{width:100%;height:320px;object-fit:cover}.enquiry-section{display:grid;grid-template-columns:1fr 1.2fr;gap:80px}.enquiry-section>div>p:not(.eyebrow){margin:25px 0;color:var(--muted)}#enquiry-status{margin:20px 0}.credit-link{border:1px solid var(--line);padding:7px 12px;white-space:nowrap}.footer-bottom{flex-wrap:wrap;align-items:center}.travel-check{padding:22px;background:#edf0e9;margin:25px 0}.travel-check h3{margin-top:0}.travel-check>p{font-size:14px;margin:15px 0}.address-candidate{display:block;text-align:left;width:100%;background:#fff;padding:14px;border:1px solid var(--line);margin-top:10px;font-size:14px}.address-candidate:hover{border-color:var(--accent)}.calculator-heading{padding:35px 5%;display:flex;justify-content:space-between;align-items:center;gap:20px}.calculator-heading h1{font-size:34px}.calculator-heading p{font-size:14px;color:var(--muted)}.calculator-frame{display:block;width:100%;height:1050px;border:0}.brand-logo{width:74px;height:60px;object-fit:contain}.site-header nav{gap:24px}#schedule-note{border-left:3px solid var(--accent)}
@media(max-width:1100px){.service-showcase article{grid-template-columns:1fr}.service-showcase img{height:260px}.enquiry-section{gap:40px}.site-header nav{gap:15px}.standard-offer{gap:20px}}@media(max-width:760px){.service-showcase{grid-template-columns:1fr;gap:35px}.service-showcase article{grid-template-columns:40% 1fr;gap:18px}.service-showcase img{height:230px}.service-showcase h3{font-size:22px}.service-showcase p{font-size:13px}.standard-offer{flex-wrap:wrap;padding:24px}.standard-offer>div{flex-basis:100%}.standard-offer>strong{margin-left:0;margin-right:auto;font-size:36px}.service-detail,.audience-grid,.enquiry-section{grid-template-columns:1fr;gap:35px}.service-detail>img{height:320px}.service-detail h2{font-size:36px}.spaces-hero{min-height:650px}.spaces-gallery{grid-template-columns:1fr 1fr;gap:12px}.spaces-gallery img{height:230px}.audience-grid{gap:60px}.calculator-heading{flex-direction:column;align-items:start}.calculator-frame{height:1500px}.video-toggle{bottom:65px}.brand-logo{width:55px;height:50px}.enquiry-section .field-grid{grid-template-columns:1fr}.credit-link{white-space:normal}}
.promo-box{margin-top:25px;padding:20px;border:1px solid var(--line);background:#fff}.promo-box summary{font-size:16px;font-weight:600;min-height:44px;display:flex;align-items:center}.promo-box summary:after{content:'+';margin-left:auto;padding-left:15px}.promo-box[open] summary:after{content:'−'}.promo-box p{font-size:14px;color:var(--muted);margin:12px 0}.promo-actions{display:flex;gap:12px;flex-wrap:wrap}.promo-box input{text-transform:uppercase}
/* Keep navigation and booking controls comfortable on portrait tablets. */
@media(min-width:761px) and (max-width:1000px){.site-header{height:80px;padding:0 5%}.menu-toggle{display:flex;gap:12px;border:0;background:none;font-size:14px;min-height:44px;align-items:center}.site-header nav{display:none;position:absolute;top:80px;left:0;right:0;align-items:stretch;padding:25px;background:white;box-shadow:0 10px 20px #0001}.site-header nav.open{display:flex;flex-direction:column}.booking-layout{display:flex;flex-direction:column;gap:30px}.booking-layout>div,.estimate{width:100%}.estimate{position:static}.booking-packages{grid-template-columns:1fr 1fr}}
/* Listing-led portfolio, consistent icons and staging comparison. */
.arrow-icon{display:inline-block;width:1.2em;height:1.2em;flex:none;vertical-align:-.2em;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.listing-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:24px}.gallery-tile{padding:0;text-align:left;border:0;background:transparent;color:inherit;cursor:pointer}.gallery-tile img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.gallery-tile span{display:block;font-size:12px;margin-top:12px;color:var(--muted)}.clients{background:var(--soft);border-top:1px solid var(--line)}.client-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.client-grid figure{margin:0;min-width:0;padding:22px 15px;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px}.client-grid img{width:100%;height:65px;object-fit:contain;filter:grayscale(1)}.client-grid figcaption{font-size:10px;text-align:center;color:var(--muted)}.headshots{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:center;background:var(--soft)}.headshots h2{font-size:clamp(36px,4vw,56px)}.headshots p:not(.eyebrow){margin:25px 0;color:var(--muted)}.headshot-offer{border:1px solid var(--line);background:var(--paper);padding:40px}.headshot-offer>strong{font-size:70px;font-weight:400;letter-spacing:-.06em}.headshot-offer .line-link{display:table;margin-top:25px;font-size:13px}.studio-location{font-size:13px;letter-spacing:.04em}.comparison{--split:50%;min-width:0}.comparison-images{position:relative;aspect-ratio:3/2;overflow:hidden;background:#ddd}.comparison-images>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.comparison-before{clip-path:inset(0 calc(100% - var(--split)) 0 0)}.comparison-label{position:absolute;top:14px;background:#ffffffe8;padding:6px 9px;font-size:11px;color:#222}.before-label{left:12px}.after-label{right:12px}.comparison-divider{position:absolute;top:0;bottom:0;left:var(--split);width:2px;background:#fff;box-shadow:0 0 4px #0006;pointer-events:none}.comparison label{display:block;font-size:12px;margin-top:16px}.comparison input[type=range]{width:100%;height:44px;padding:0;accent-color:var(--accent);cursor:ew-resize}.service-detail>div{min-width:0}.address-candidate{min-height:48px}.address-candidate:focus-visible{outline:2px solid var(--accent);outline-offset:2px}#travel-candidates:empty{display:none}#travel-candidates{max-height:290px;overflow-y:auto;overscroll-behavior:contain}#travel-status{font-size:13px;margin:12px 0 24px;color:var(--muted)}[hidden]{display:none!important}
@media(max-width:1000px){.client-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.headshots{gap:35px}.headshot-offer{padding:28px}}
@media(max-width:760px){.client-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.client-grid figure{padding:18px 12px}.listing-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 12px}.gallery-tile span{font-size:11px}.headshots{grid-template-columns:1fr}.headshot-offer>strong{font-size:56px}.hero h1{font-size:clamp(40px,8vw,60px)}.comparison-label{font-size:9px;top:10px}.comparison-images{aspect-ratio:3/2}.client-grid img{height:55px}}
.client-grid img[src*="RealmarkLogo"],.client-grid img[src*="jasco_logo"],.client-grid img[src*="IMG_77EE"]{filter:grayscale(1) brightness(0)}
.client-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.headshot-photo{display:block;width:100%;height:320px;object-fit:cover;object-position:50% 35%;margin-bottom:30px}@media(max-width:760px){.client-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.headshot-photo{height:300px}}
.headshot-choice{margin-top:24px;padding:22px;border:1px solid var(--line);background:var(--soft);width:100%}
