*,:before,:after{box-sizing:border-box}html{background:var(--bg);color:var(--fg);font-family:var(--font-body);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth;font-weight:300;line-height:1.6}body{flex-direction:column;min-height:100vh;margin:0;display:flex}body.has-variant-bar{padding-bottom:56px}body.nav-locked{overflow:hidden}main{flex:1}img{max-width:100%;display:block}a{color:inherit;text-decoration:none;transition:color .3s,opacity .3s}a:hover{color:var(--accent-hover)}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:3px}h1,h2,h3{font-family:var(--font-heading);font-weight:var(--heading-weight);text-transform:var(--heading-transform);letter-spacing:var(--heading-spacing);margin:0;line-height:1.1}h1{font-size:clamp(2.6rem,6vw,4.5rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:1.4rem}p{margin:0}.container{width:min(1200px,90%);margin:0 auto}.section{padding:10vh 0}.section--alt{background:var(--bg-alt);border-top:1px solid var(--line)}.section-title{text-align:center;margin-bottom:5vh}.muted{color:var(--fg-muted)}.button{border:1.5px solid var(--fg);border-radius:var(--button-radius);color:var(--fg);font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;background:0 0;padding:.85em 2.2em;font-size:.85rem;font-weight:500;transition:background-color .3s,color .3s,border-color .3s;display:inline-block}.button:hover{background:var(--fg);color:var(--bg)}.button--accent{border-color:var(--accent);background:var(--accent);color:var(--bg)}.button--accent:hover{border-color:var(--accent-hover);background:var(--accent-hover);color:var(--bg)}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.fadeup{animation:.7s ease-out both fadeUp}.fadeup:nth-child(2){animation-delay:.1s}.fadeup:nth-child(3){animation-delay:.2s}.fadeup:nth-child(4){animation-delay:.3s}.site-header{z-index:10;background:var(--header-bg);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:2rem;padding:.6rem 5%;display:flex;position:sticky;top:0}.site-logo img{width:auto;height:64px}.header-nav{font-family:var(--font-body);font-size:var(--nav-size);letter-spacing:var(--nav-spacing);text-transform:var(--nav-transform);gap:clamp(1.2rem,3vw,2.8rem);font-weight:500;display:flex}.header-link{padding:.4rem 0;position:relative}.header-link:after{content:"";background:var(--accent);width:0;height:1.5px;transition:width .4s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.header-link:hover:after,.header-link[aria-current=page]:after{width:100%}.header-link[aria-current=page]{cursor:default}[data-theme=classic] .site-header{border-bottom:none;flex-direction:row-reverse}[data-theme=classic] .site-logo img{height:84px}.burger-toggle{cursor:pointer;z-index:12;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;padding:0;display:none}.burger-toggle span{background:var(--fg);border-radius:2px;width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.burger-toggle.active span:first-child{transform:translateY(9px)rotate(45deg)}.burger-toggle.active span:nth-child(2){opacity:0}.burger-toggle.active span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.hero{position:relative}.hero-title{margin-bottom:1.2rem}.hero-tagline{max-width:34em;color:var(--fg-muted);font-size:clamp(1rem,1.4vw,1.2rem)}.hero-actions{margin-top:2.5rem}.hero-photo{object-fit:cover;background:var(--bg-alt);width:100%;height:100%}.hero--centered{text-align:center;background-image:linear-gradient(var(--overlay), var(--overlay)), var(--hero-image);background-position:50%;background-size:cover;place-items:center;min-height:calc(100vh - 82px);padding:12vh 5%;display:grid}.hero--centered .hero-tagline{color:var(--fg);margin:0 auto}.hero--fullbleed .hero-media{height:78vh}.hero--fullbleed .hero-body{text-align:center;padding:8vh 5% 6vh}.hero--fullbleed .hero-tagline{margin:0 auto}.hero--split{grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:calc(100vh - 82px);display:grid}.hero--split>*{min-width:0}.hero--split .hero-body{flex-direction:column;justify-content:center;padding:10vh 8% 10vh 5%;display:flex}.hero--split .hero-media{padding:3vh 5% 3vh 0}.hero--split .hero-photo{border-radius:var(--radius);min-height:60vh}.hero--grid{padding:8vh 5% 4vh}.hero--grid .hero-title{margin-bottom:2rem;font-size:clamp(3.5rem,12vw,11rem);line-height:.95}.hero--grid .hero-meta{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.hero--grid .hero-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.hero--grid .hero-strip img{aspect-ratio:3/4;object-fit:cover;background:var(--bg-alt);width:100%}.gallery{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.2rem;display:grid}.gallery-item{border-radius:var(--radius);background:var(--bg-alt);overflow:hidden}.gallery-item img{aspect-ratio:4/5;object-fit:cover;width:100%;transition:transform .6s,opacity .3s}.gallery-item:hover img{transform:scale(1.04)}.gallery-cta{text-align:center;margin-top:5vh}.pricing-intro{text-align:center;max-width:40em;margin:-3vh auto 6vh}.pricing-cards{grid-template-columns:repeat(3,minmax(220px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.pricing-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--card-bg);padding:2.5rem 2rem;transition:border-color .3s,transform .3s}.pricing-card:hover{border-color:var(--accent);transform:translateY(-3px)}.pricing-card--highlighted{border-color:var(--accent)}.pricing-card h3{margin-bottom:.6rem}.pricing-price{font-family:var(--font-heading);font-size:2.2rem;font-weight:var(--heading-weight);color:var(--accent);margin-bottom:1.5rem}.pricing-card ul{margin:0;padding:0;list-style:none}.pricing-card li{margin:.6em 0;padding-left:1.4em;position:relative}.pricing-card li:before{content:"—";color:var(--accent);position:absolute;left:0}.about{text-align:center;max-width:44em;margin:0 auto}.about h1{margin-bottom:2rem}.about p{font-size:1.05rem}.awards-list{color:var(--fg-muted);margin:3rem 0;padding:0;list-style:none}.awards-list li{margin:.7rem 0}.about-contact{border-top:1px solid var(--line);padding-top:2rem}.site-footer{border-top:1px solid var(--line);letter-spacing:.04em;padding:4vh 5%;font-size:.9rem}.site-footer .container{justify-content:space-between;align-items:center;gap:2rem;display:flex}.footer-brand{font-family:var(--font-heading);text-transform:var(--heading-transform);letter-spacing:var(--heading-spacing);font-size:1.1rem}.socials{align-items:center;gap:1.2rem;display:flex}.socials a{color:var(--fg);display:inline-flex}.socials svg{fill:currentColor;width:22px;height:22px}.phone-number{cursor:pointer;position:relative}.phone-number:hover{color:var(--accent-hover)}.copied-badge{white-space:nowrap;color:var(--accent);opacity:0;pointer-events:none;margin-top:2px;font-size:.7em;transition:opacity .3s;position:absolute;top:100%;left:50%;transform:translate(-50%)}.copied-badge.visible{opacity:1}.variant-bar{z-index:20;color:#eee;letter-spacing:0;text-transform:none;background:#1a1a1a;align-items:center;gap:.5rem;padding:.6rem 1rem;font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:.8rem;display:flex;position:fixed;bottom:0;left:0;right:0;overflow-x:auto;box-shadow:0 -2px 12px #00000040}.variant-bar__label{opacity:.6;white-space:nowrap;margin-right:.4rem}.variant-bar a{color:#eee;white-space:nowrap;border:1px solid #ffffff40;border-radius:999px;padding:.35rem .8rem}.variant-bar a:hover{color:#fff;border-color:#fff}.variant-bar a[aria-current=true]{color:#111;background:#fff;border-color:#fff}@media (width<=768px){.burger-toggle{display:flex}.header-nav{background:var(--bg);z-index:11;flex-direction:column;justify-content:center;align-items:center;gap:2.2rem;font-size:1.1rem;transition:transform .4s;position:fixed;inset:0;transform:translateY(-100%)}.header-nav.nav-open{transform:translateY(0)}[data-theme=classic] .site-header{flex-direction:row}.hero--split{grid-template-columns:minmax(0,1fr);min-height:auto}.hero--split .hero-body{text-align:center;order:2;align-items:center;padding:6vh 5%}.hero--split .hero-media{order:1;padding:0}.hero--split .hero-photo{border-radius:0;min-height:55vh}.hero--fullbleed .hero-media{height:55vh}.hero--grid .hero-meta{flex-direction:column;align-items:flex-start}.hero--grid .hero-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.hero--grid .hero-strip img:nth-child(3){display:none}.gallery{grid-template-columns:repeat(2,1fr);gap:.7rem}.pricing-cards{grid-template-columns:1fr}.site-footer .container{text-align:center;flex-direction:column}}
