@import"https://fonts.googleapis.com/css2?family=Archivo+Black&family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;600;700&display=swap";:root{--yellow:#f4d84a;--soft:#fff4ad;--red:#b92f38;--darkred:#841c25;--ink:#20201d;--cream:#f7f2e8;--paper:#fffdf8;--line:#d8cfbf}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,sans-serif}a{color:inherit;text-decoration:none}img{display:block;width:100%}svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:100;background:#fff;padding:.8rem 1rem}.skip-link:focus{top:1rem}.concept-bar{background:var(--yellow);text-align:center;padding:.42rem 1rem;font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.site-header{min-height:84px;padding:0 max(5vw,1.25rem);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:var(--paper);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.brand{display:inline-flex;align-items:center;gap:.7rem;width:fit-content}.brand>span:last-child{display:flex;flex-direction:column;line-height:.88}.brand strong{font-family:Archivo Black;font-size:1.55rem;color:var(--red);letter-spacing:-.05em}.brand small{font:800 .88rem Barlow Condensed;letter-spacing:.08em;text-transform:uppercase}.pole{width:20px;height:42px;border:2px solid var(--ink);border-radius:10px;background:repeating-linear-gradient(-35deg,var(--red) 0 7px,var(--paper) 7px 13px,#315b91 13px 20px,var(--paper) 20px 26px)}.site-header nav{display:flex;gap:2rem;font-size:.82rem;font-weight:700}.header-call{justify-self:end;display:inline-flex;align-items:center;gap:.7rem;background:var(--red);color:#fff;padding:.75rem 1.1rem}.header-call span,.button span{display:flex;flex-direction:column;font-weight:800;line-height:1.12}.header-call small,.button small{font-size:.65rem;opacity:.78}.mobile-menu{display:none}.hero{min-height:650px;display:grid;grid-template-columns:43% 57%;background:var(--yellow);overflow:hidden}.hero-copy{padding:clamp(4rem,8vw,8rem) max(4vw,1.5rem);align-self:center;z-index:2}.eyebrow,.section-kicker{margin:0 0 1.1rem;font-size:.72rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--darkred)}h1,h2{font-family:Barlow Condensed;text-transform:uppercase}.hero h1{margin:0;font-size:clamp(4.3rem,7vw,7.8rem);line-height:.82;letter-spacing:-.045em}.hero h1 em{color:var(--red);font-style:normal}.hero-lede{max-width:590px;margin:2rem 0;font-size:clamp(1rem,1.35vw,1.2rem);line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem}.button{min-height:58px;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.85rem 1.3rem;border:2px solid transparent;font-size:.88rem;transition:transform .18s}.button:hover{transform:translateY(-2px)}.button-red{background:var(--red);color:#fff}.button-ink{background:var(--ink);color:#fff}.button-yellow{background:var(--yellow);color:var(--ink)}.hero-photo{min-height:650px;position:relative}.hero-photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(244,216,74,.28),transparent 30%),linear-gradient(0deg,rgba(0,0,0,.2),transparent 50%)}.hero-photo img{height:100%;object-fit:cover}.hero-badge{position:absolute;right:3rem;bottom:3rem;z-index:2;width:142px;height:142px;border-radius:50%;background:var(--red);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(6deg);box-shadow:0 8px #20201d40;text-transform:uppercase;line-height:.9}.hero-badge strong{font:800 1.2rem Barlow Condensed}.hero-badge span{font:800 2.25rem Barlow Condensed}.hero-badge small{font-size:.65rem;letter-spacing:.16em;margin-top:.35rem}.proof-strip{display:grid;grid-template-columns:repeat(3,1fr);background:var(--ink);color:#fff;padding:1.5rem max(6vw,1.5rem);gap:1rem}.proof-strip>div{display:flex;align-items:center;justify-content:center;gap:.85rem;border-right:1px solid rgba(255,255,255,.2)}.proof-strip>div:last-child{border:0}.proof-strip svg,.seven{color:var(--yellow)}.proof-strip .seven{font:800 2rem Barlow Condensed}.proof-strip span:not(.seven){display:flex;flex-direction:column}.proof-strip strong{font-size:.82rem}.proof-strip small{margin-top:.2rem;font-size:.68rem;opacity:.7}.about-section{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,7vw,8rem);align-items:center;max-width:1240px;margin:auto;padding:clamp(5rem,9vw,9rem) max(5vw,1.5rem)}.about-photo{position:relative;background:var(--yellow);padding:1rem 1rem 3.2rem;transform:rotate(-1.5deg);box-shadow:18px 18px 0 var(--soft)}.about-photo img{aspect-ratio:4/5;object-fit:cover}.photo-label{position:absolute;left:1.2rem;bottom:1rem;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.about-copy h2,.services-heading h2,.gallery-heading h2,.visit-copy h2,.final-cta h2{margin:0;font-size:clamp(2.8rem,5vw,5.4rem);line-height:.9;letter-spacing:-.035em}.about-copy>p:not(.section-kicker){font-size:1.02rem;line-height:1.8}.quote-card{margin-top:2rem;padding:1.5rem 1.7rem;background:var(--paper);border-left:7px solid var(--red)}.quote-card>span{font:800 2.5rem Georgia;color:var(--red);line-height:.5}.quote-card p{margin:.3rem 0 .7rem;font-weight:700;line-height:1.5}.quote-card small{color:#686359}.services-section{background:var(--soft);padding:clamp(5rem,8vw,8rem) max(6vw,1.5rem)}.services-heading,.service-cards,.verification-note{max-width:1040px;margin-left:auto;margin-right:auto}.services-heading{margin-bottom:3rem}.service-cards{display:grid;grid-template-columns:repeat(3,1fr);border:2px solid var(--ink)}.service-cards article{padding:2rem;min-height:240px;border-right:2px solid var(--ink)}.service-cards article:last-child{border:0}.service-cards span{font:800 2.1rem Barlow Condensed;color:var(--red)}.service-cards h3{margin:2.8rem 0 .7rem;font:800 1.55rem Barlow Condensed;text-transform:uppercase}.service-cards p{margin:0;line-height:1.6;font-size:.9rem}.verification-note{margin-top:1rem;font-size:.7rem;color:#6d665a}.gallery-section{padding:clamp(5rem,9vw,9rem) max(5vw,1.5rem);background:var(--paper)}.gallery-heading,.gallery-grid{max-width:1160px;margin-left:auto;margin-right:auto}.gallery-heading{margin-bottom:3rem}.gallery-grid{display:grid;grid-template-columns:1.35fr .7fr .9fr;gap:1rem}.gallery-grid figure{margin:0;position:relative;overflow:hidden;min-height:460px;background:var(--ink)}.gallery-grid img{height:100%;object-fit:cover}.gallery-grid figcaption{position:absolute;left:1rem;bottom:1rem;background:var(--yellow);padding:.65rem .85rem;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.gallery-grid figure:nth-child(2) img{object-position:center 20%}.visit-section{display:grid;grid-template-columns:1fr 1fr;min-height:610px}.visit-copy{padding:clamp(4rem,8vw,8rem) max(6vw,1.5rem)}.visit-copy address{margin:2rem 0 1.5rem;font-style:normal;line-height:1.75}.open-line{display:flex;flex-direction:column;margin-bottom:1.5rem}.open-line span{font-weight:800;color:var(--red)}.open-line small{margin-top:.3rem;color:#6d665a}.visit-copy .button{margin-right:.8rem}.map-link{color:var(--darkred);font-weight:800;text-decoration:underline;text-underline-offset:4px}.visit-section iframe{width:100%;height:100%;min-height:520px;border:0}.final-cta{background:var(--red);color:#fff;padding:4rem max(7vw,1.5rem);display:flex;align-items:center;justify-content:space-between;gap:2rem}.final-cta .section-kicker{color:var(--yellow)}.final-cta h2{font-size:clamp(3.2rem,6vw,6.4rem)}footer{background:var(--ink);color:#fff;padding:3.5rem max(6vw,1.5rem);display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:2rem;font-size:.75rem}.footer-brand strong{color:var(--yellow)}footer>small{grid-column:1/-1;opacity:.5;border-top:1px solid rgba(255,255,255,.15);padding-top:1.2rem}footer>a:not(.brand){color:var(--yellow);font-weight:700}@media(max-width:900px){.site-header{grid-template-columns:1fr auto auto;gap:.7rem}.site-header nav{display:none}.mobile-menu{display:block;position:relative}.mobile-menu summary{list-style:none;width:46px;height:46px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:var(--ink);cursor:pointer}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{width:20px;height:2px;background:#fff}.mobile-menu>div{position:absolute;right:0;top:54px;min-width:210px;background:var(--paper);border:1px solid var(--line);display:flex;flex-direction:column;box-shadow:0 12px 30px #00000029}.mobile-menu>div a{padding:1rem 1.2rem;border-bottom:1px solid var(--line);font-weight:700}.hero{grid-template-columns:1fr}.hero-copy{order:2}.hero-photo{min-height:480px;order:1}.about-section{grid-template-columns:.85fr 1fr;gap:3rem}.gallery-grid{grid-template-columns:1.2fr 1fr}.gallery-grid figure:last-child{grid-column:1/-1;min-height:420px}}@media(max-width:640px){.concept-bar{font-size:.58rem}.site-header{min-height:70px;padding:0 1rem}.brand strong{font-size:1.2rem}.brand small{font-size:.66rem}.pole{width:16px;height:34px}.header-call{width:46px;height:46px;padding:0;justify-content:center}.header-call span{display:none}.hero-photo{min-height:350px}.hero-badge{width:106px;height:106px;right:1.2rem;bottom:1.2rem}.hero-badge span{font-size:1.7rem}.hero-copy{padding:3.5rem 1.25rem}.hero h1{font-size:clamp(3.5rem,17vw,5rem)}.hero-actions{display:grid}.button{width:100%}.proof-strip{grid-template-columns:1fr;padding:1.5rem}.proof-strip>div{justify-content:flex-start;border-right:0;border-bottom:1px solid rgba(255,255,255,.18);padding:.5rem 0 1rem}.about-section{grid-template-columns:1fr;padding:5rem 1.25rem}.about-copy h2,.services-heading h2,.gallery-heading h2,.visit-copy h2{font-size:3rem}.service-cards{grid-template-columns:1fr}.service-cards article{min-height:190px;border-right:0;border-bottom:2px solid var(--ink)}.service-cards h3{margin-top:1.8rem}.gallery-grid{grid-template-columns:1fr}.gallery-grid figure,.gallery-grid figure:last-child{min-height:360px;grid-column:auto}.visit-section{grid-template-columns:1fr}.visit-copy{padding:5rem 1.25rem}.visit-copy .button{margin:0 0 1.4rem}.map-link{display:block}.visit-section iframe{min-height:400px}.final-cta{flex-direction:column;align-items:flex-start}footer{grid-template-columns:1fr;gap:1.2rem}footer>small{grid-column:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
