*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#faf9f6;--bg-2:#f2ede4;--bg-3:#e8e0d4;--dark:#1a1a12;--accent:#2a6049;--accent-dark:#1a4035;--accent-warm:#c4793a;--accent-warm-dark:#a05520;--text:#1a1a12;--muted:#6a6a5a;--cream:#fdf9f2;--border:#1a1a121f;--border-mid:#1a1a1233;--shadow-sm:0 2px 8px #1a1a1212;--shadow-md:0 6px 24px #1a1a121a;--shadow-lg:0 16px 48px #1a1a1224;--serif:"Playfair Display", Georgia, serif;--sans:"Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius:12px;--radius-lg:20px}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:16px;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--sans);background:0 0;border:none}h1,h2,h3,h4{font-family:var(--serif);color:var(--text);font-weight:700;line-height:1.2}h1{font-size:clamp(2.4rem,5.5vw,4rem)}h2{font-size:clamp(1.8rem,3.5vw,2.8rem)}h3{font-size:clamp(1.2rem,2vw,1.6rem)}h4{font-size:1.1rem}em{color:inherit;font-style:italic}.serif{font-family:var(--serif)}.muted{color:var(--muted)}.label-sm{text-transform:uppercase;letter-spacing:.14em;color:var(--muted);font-size:.72rem;font-weight:700}.body-lg{color:var(--muted);font-size:1.1rem;line-height:1.75}.body{color:var(--muted);font-size:.95rem;line-height:1.75}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.container-wide{max-width:1280px;margin:0 auto;padding:0 1.5rem}section{padding:5rem 0}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(28px)}.reveal.in{opacity:1;transform:none}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.btn{font-size:.9rem;font-weight:700;font-family:var(--sans);cursor:pointer;white-space:nowrap;border-radius:100px;align-items:center;gap:.5rem;padding:.8rem 1.6rem;transition:all .25s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 4px 14px #2a604959}.btn-primary:hover{background:var(--accent-dark);transform:translateY(-1px);box-shadow:0 6px 20px #2a604973}.btn-warm{background:var(--accent-warm);color:#fff;box-shadow:0 4px 14px #c4793a59}.btn-warm:hover{background:var(--accent-warm-dark);transform:translateY(-1px)}.btn-outline{color:var(--accent);border:2px solid var(--accent);background:0 0}.btn-outline:hover{background:var(--accent);color:#fff}.btn-ghost{color:var(--text);border:2px solid var(--border-mid);background:0 0}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.nav{z-index:200;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);background:#faf9f6f5;transition:box-shadow .3s;position:sticky;top:0}.nav.scrolled{box-shadow:0 4px 20px #1a1a121a}.nav-inner{justify-content:space-between;align-items:center;gap:1rem;height:72px;display:flex}.brand{flex-shrink:0;align-items:center;gap:.75rem;text-decoration:none;display:flex}.brand-logo{object-fit:cover;border:2px solid var(--accent);background:#1a1a12;border-radius:50%;flex-shrink:0;width:42px;height:42px}.brand-text{flex-direction:column;gap:0;line-height:1.2;display:flex}.brand-serif{font-family:var(--serif);color:var(--accent);letter-spacing:-.01em;font-size:1.2rem;font-style:italic;font-weight:700}.brand-sans{font-family:var(--sans);color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:.7rem;font-weight:600}.nav-links{align-items:center;gap:.25rem;list-style:none;display:flex}.nav-links a{color:var(--muted);letter-spacing:.02em;border-radius:100px;padding:.45rem .8rem;font-size:.85rem;font-weight:600;transition:color .2s,background .2s}.nav-links a:hover{color:var(--accent);background:#2a604914}.nav-cta{background:var(--accent);color:#fff;letter-spacing:.04em;font-size:.82rem;font-weight:700;font-family:var(--sans);border-radius:100px;flex-shrink:0;align-items:center;padding:.55rem 1.2rem;transition:background .2s,transform .2s;display:inline-flex}.nav-cta:hover{background:var(--accent-dark);transform:translateY(-1px)}.nav-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:38px;height:38px;padding:0;display:none}.ham-line{background:var(--text);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.ham-line.open:first-child{transform:translateY(7px)rotate(45deg)}.ham-line.open:nth-child(2){opacity:0;transform:scaleX(0)}.ham-line.open:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{background:var(--cream);border-top:1px solid var(--border);flex-direction:column;gap:.25rem;padding:1rem 1.5rem 1.5rem;display:flex}.mobile-menu a{color:var(--muted);border-bottom:1px solid var(--border);padding:.6rem 0;font-size:1rem;font-weight:600;transition:color .2s}.mobile-menu a:hover{color:var(--accent)}.mobile-menu a:last-child{border-bottom:none}.mobile-menu-cta{text-align:center;border-radius:100px;margin-top:.75rem;background:var(--accent)!important;color:#fff!important;border-bottom:none!important;padding:.75rem 1.5rem!important;font-size:.9rem!important}.hero{background:var(--bg);padding:4rem 0 5rem;position:relative}.hero:before{content:"";opacity:.04;pointer-events:none;background:url(/images/owners-studio.jpg) 50%/cover no-repeat;position:absolute;inset:0}.hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--accent);background:#2a60491a;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem .9rem;font-size:.75rem;font-weight:700;display:inline-flex}.hero-eyebrow:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;display:inline-block}.hero-headline{color:var(--dark);margin-bottom:1.25rem;font-size:clamp(2.6rem,5vw,3.8rem);font-weight:700;line-height:1.12}.hero-headline em{color:var(--accent);font-style:italic}.hero-subtext{color:var(--muted);max-width:480px;margin-bottom:2rem;font-size:1.05rem;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem;display:flex}.hero-credentials{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.hero-cred-item{align-items:center;gap:.5rem;display:flex}.hero-cred-dot{background:var(--accent-warm);border-radius:50%;flex-shrink:0;width:7px;height:7px}.hero-cred-text{color:var(--muted);letter-spacing:.03em;font-size:.8rem;font-weight:600}.hero-image-panel{position:relative}.hero-img-wrapper{border-radius:var(--radius-lg);aspect-ratio:4/5;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.hero-img-wrapper img{object-fit:cover;object-position:center top;width:100%;height:100%}.hero-img-deco{border:2px solid var(--accent);border-radius:var(--radius-lg);z-index:-1;opacity:.35;width:calc(100% - 24px);height:calc(100% - 24px);position:absolute;top:-16px;right:-16px}.hero-badge{background:var(--cream);border-radius:var(--radius);box-shadow:var(--shadow-md);border:1px solid var(--border);z-index:10;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex;position:absolute;bottom:-20px;left:-20px}.hero-badge-icon{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.hero-badge-icon svg{stroke:#fff;fill:#fff;width:16px;height:16px}.hero-badge-text strong{color:var(--dark);font-size:.9rem;font-weight:700;font-family:var(--sans);line-height:1.1;display:block}.hero-badge-text span{color:var(--muted);font-size:.72rem;font-weight:500}.about-strip{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:0}.about-strip-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;min-height:64px;padding:1rem 1.5rem;display:flex}.strip-item{text-transform:uppercase;letter-spacing:.14em;color:var(--muted);text-align:center;padding:0 1.5rem;font-size:.82rem;font-weight:700}.strip-divider{background:var(--border-mid);flex-shrink:0;width:1px;height:24px}.trust-strip{background:var(--cream);border-bottom:1px solid var(--border);padding:3.5rem 0}.trust-strip-inner{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.trust-item{text-align:center;padding:1.5rem 1rem}.trust-num{font-family:var(--serif);color:var(--accent);margin-bottom:.35rem;font-size:2.4rem;font-weight:700;line-height:1;display:block}.trust-lbl{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:.78rem;font-weight:700}.story{background:var(--bg);padding:6rem 0}.story-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.story-images{padding-bottom:32px;padding-right:32px;position:relative}.story-img-main{border-radius:var(--radius-lg);aspect-ratio:3/4;box-shadow:var(--shadow-lg);overflow:hidden}.story-img-main img{object-fit:cover;width:100%;height:100%}.story-img-secondary{aspect-ratio:4/3;border-radius:var(--radius);width:55%;box-shadow:var(--shadow-md);border:4px solid var(--cream);position:absolute;bottom:0;right:0;overflow:hidden}.story-img-secondary img{object-fit:cover;width:100%;height:100%}.story-text{padding:2rem 0}.story-label{text-transform:uppercase;letter-spacing:.16em;color:var(--accent-warm);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.72rem;font-weight:700;display:inline-flex}.story-label:before{content:"";background:var(--accent-warm);width:24px;height:2px;display:inline-block}.story-text h2{margin-bottom:1.5rem}.story-text h2 em{color:var(--accent)}.story-body{color:var(--muted);margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.story-supplies{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.supply-tag{color:var(--accent);letter-spacing:.04em;background:#2a60491a;border-radius:100px;padding:.3rem .75rem;font-size:.75rem;font-weight:700}.pull-quote{border-left:3px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;background:#2a60490d;margin-top:2rem;padding:1.25rem 1.5rem}.pull-quote p{font-family:var(--serif);color:var(--dark);margin-bottom:.75rem;font-size:1.05rem;font-style:italic;line-height:1.7}.pull-quote cite{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-style:normal;font-weight:700}.services{background:var(--bg-2);padding:5rem 0}.section-header{grid-template-columns:1fr 1fr;align-items:end;gap:2rem;margin-bottom:3rem;display:grid}.section-label{text-transform:uppercase;letter-spacing:.18em;color:var(--accent-warm);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.72rem;font-weight:700;display:flex}.section-label:before{content:"";background:var(--accent-warm);width:20px;height:2px}.section-header h2 em{color:var(--accent)}.section-header .body{max-width:420px}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.svc-card{background:var(--cream);border-radius:var(--radius);border:1px solid var(--border);border-left:4px solid var(--accent);flex-direction:column;gap:.75rem;padding:1.75rem;transition:transform .25s,box-shadow .25s;display:flex}.svc-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.svc-icon{border-radius:var(--radius);width:44px;height:44px;color:var(--accent);background:#2a60491a;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:.25rem;display:flex}.svc-icon svg{width:22px;height:22px;stroke:var(--accent)}.svc-card h3{color:var(--dark);font-size:1.05rem;font-weight:700;font-family:var(--sans)}.svc-card p{color:var(--muted);flex:1;font-size:.87rem;line-height:1.65}.svc-link{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.3rem;margin-top:.25rem;font-size:.8rem;font-weight:700;transition:gap .2s;display:inline-flex}.svc-link:hover{gap:.5rem}.svc-link:after{content:" →"}.viz-cta{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);padding:5rem 0}.viz-cta-inner{grid-template-columns:1fr auto;align-items:center;gap:3rem;display:grid}.viz-cta h2{color:#fff;margin-bottom:.75rem;font-size:clamp(1.8rem,3vw,2.6rem)}.viz-cta h2 em{color:#ffffffbf}.viz-cta p{color:#fffc;max-width:520px;font-size:1rem;line-height:1.75}.viz-cta-btn{color:var(--accent-dark);font-weight:700;font-family:var(--sans);white-space:nowrap;background:#fff;border-radius:100px;flex-shrink:0;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:.95rem;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 16px #00000026}.viz-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.viz-cta-btn:after{content:" →"}.gallery{background:var(--bg);padding:5rem 0}.gallery-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:220px;gap:1rem;margin-top:3rem;display:grid}.gal-item{border-radius:var(--radius);cursor:pointer;position:relative;overflow:hidden}.gal-item:first-child,.gal-item:nth-child(4){grid-row:span 2}.gal-img{width:100%;height:100%;transition:transform .4s}.gal-item:hover .gal-img{transform:scale(1.04)}.gal-overlay{color:#fff;opacity:0;background:linear-gradient(#0000 0%,#1a1a12b3 100%);padding:1.25rem;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.gal-item:hover .gal-overlay{opacity:1}.gal-overlay h4{font-family:var(--sans);margin-bottom:.2rem;font-size:.9rem;font-weight:700}.gal-overlay span{opacity:.8;font-size:.75rem}.gal-1{background:url(/images/owner-baseball-bat.jpg) 50%/cover no-repeat}.gal-2{background:url(/images/framed-church-art.jpg) 50%/cover no-repeat}.gal-3{background:url(/images/framed-wine.jpg) 50%/cover no-repeat}.gal-4{background:url(/images/art-class-evening.jpg) 50%/cover no-repeat}.gal-5{background:url(/images/owner-military-flag.jpg) 50%/cover no-repeat}.gal-6{background:url(/images/framed-stadium.jpg) 50%/cover no-repeat}.process{background:var(--bg-2);padding:5rem 0}.process-steps{grid-template-columns:repeat(4,1fr);gap:0;margin-top:3rem;display:grid;position:relative}.process-steps:before{content:"";background:linear-gradient(to right, var(--accent) 0%, var(--accent-warm) 100%);z-index:0;height:2px;position:absolute;top:26px;left:calc(12.5% + 16px);right:calc(12.5% + 16px)}.step-card{text-align:center;padding:0 1.5rem;position:relative}.step-num-bubble{background:var(--accent);color:#fff;width:52px;height:52px;font-family:var(--serif);z-index:1;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.1rem;font-weight:700;display:flex;position:relative;box-shadow:0 4px 14px #2a604966}.step-card:nth-child(4) .step-num-bubble{background:var(--accent-warm);box-shadow:0 4px 14px #c4793a66}.step-card h4{font-size:1.05rem;font-weight:700;font-family:var(--sans);color:var(--dark);margin-bottom:.6rem}.step-card p{color:var(--muted);font-size:.85rem;line-height:1.65}.step-badge{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);background:#2a60491a;border-radius:100px;margin-top:.75rem;padding:.25rem .65rem;font-size:.7rem;font-weight:700;display:inline-block}.visit{background:var(--cream);padding:5rem 0}.visit-inner{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.visit-text h2{margin-bottom:1rem}.visit-text h2 em{color:var(--accent)}.visit-text p{color:var(--muted);margin-bottom:2rem;font-size:1rem;line-height:1.75}.visit-actions{flex-wrap:wrap;gap:.75rem;display:flex}.visit-card{background:var(--bg);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-md);overflow:hidden}.visit-row{border-bottom:1px solid var(--border);flex-direction:column;gap:.3rem;padding:1.25rem 1.5rem;display:flex}.visit-row:last-child{border-bottom:none}.visit-row .lbl{text-transform:uppercase;letter-spacing:.14em;color:var(--accent);font-size:.7rem;font-weight:700}.visit-row .val{color:var(--dark);font-size:.95rem;font-weight:600;line-height:1.5}.visit-row .phone{font-family:var(--serif);color:var(--accent);font-size:1.15rem;font-weight:700}.hours-table{width:100%}.hours-row{justify-content:space-between;padding:.3rem 0;display:flex}.hours-day{color:var(--muted);font-size:.88rem}.hours-time{color:var(--dark);font-size:.88rem;font-weight:700}.hours-closed{color:var(--muted);font-weight:400}footer{background:var(--dark);color:#ffffffb3;padding:4rem 0 2rem}.footer-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2rem;padding-bottom:3rem;display:grid}.footer-brand{max-width:280px}.footer-logo-serif{font-family:var(--serif);color:var(--accent);font-size:1.5rem;font-style:italic;font-weight:700}.footer-logo-sans{font-family:var(--sans);color:#ffffff80;letter-spacing:.06em;margin-top:.1rem;margin-bottom:.75rem;font-size:.8rem;font-weight:600;display:block}.footer-brand p{color:#ffffff80;font-size:.85rem;line-height:1.7}.footer-col h5{text-transform:uppercase;letter-spacing:.18em;color:#ffffff59;font-size:.72rem;font-weight:700;font-family:var(--sans);margin-bottom:1rem}.footer-col ul{flex-direction:column;gap:.6rem;list-style:none;display:flex}.footer-col ul li{color:#fff9;font-size:.87rem}.footer-col ul a{color:#fff9;transition:color .2s}.footer-col ul a:hover{color:#fff}.footer-bottom{color:#ffffff59;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;font-size:.78rem;display:flex}@media (max-width:1024px){.trust-strip-inner{grid-template-columns:repeat(3,1fr)}.services-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:220px}.gal-item:first-child,.gal-item:nth-child(4){grid-row:span 1}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.section-header{grid-template-columns:1fr}.viz-cta-inner{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:768px){section{padding:3.5rem 0}.nav-links,.nav-cta{display:none}.nav-hamburger{display:flex}.hero{padding:2.5rem 0 3.5rem}.hero-inner{grid-template-columns:1fr;gap:2.5rem}.hero-image-panel{order:-1}.hero-img-wrapper{aspect-ratio:16/9}.hero-badge{display:none}.about-strip-inner{gap:.5rem}.strip-divider{display:none}.strip-item{padding:0 .5rem;font-size:.72rem}.trust-strip-inner{grid-template-columns:repeat(2,1fr)}.story-inner{grid-template-columns:1fr;gap:2.5rem}.story-images{display:none}.services-grid{grid-template-columns:1fr}.process-steps{grid-template-columns:1fr 1fr;gap:2rem}.process-steps:before{display:none}.gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:180px}.gal-item:first-child,.gal-item:nth-child(4){grid-row:span 1}.visit-inner{grid-template-columns:1fr;gap:2.5rem}.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column}}@media (max-width:480px){.hero-credentials{flex-direction:column;align-items:flex-start;gap:.5rem}.hero-actions{flex-direction:column}.hero-actions .btn{text-align:center;justify-content:center}.process-steps{grid-template-columns:1fr}.trust-strip-inner{grid-template-columns:1fr 1fr}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:260px}}.reviews-section{background:var(--bg-2);padding:5rem 0}.reviews-header{text-align:center;margin-bottom:3rem}.reviews-header h2{margin:.5rem 0 1.5rem}.reviews-rating-row{background:#fff;border-radius:100px;align-items:center;gap:1rem;padding:.75rem 1.5rem;display:inline-flex;box-shadow:0 2px 12px #1a1a1214}.reviews-big-score{color:var(--accent);font-size:2.2rem;font-weight:800;font-family:var(--sans);line-height:1}.reviews-stars{color:#f59e0b;letter-spacing:2px;font-size:1.1rem}.reviews-count{color:var(--muted);margin-top:2px;font-size:.78rem}.reviews-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (max-width:900px){.reviews-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.reviews-grid{grid-template-columns:1fr}}.review-card{border:1px solid var(--border);background:#fff;border-radius:16px;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex;box-shadow:0 2px 16px #1a1a120f}.review-stars{color:#f59e0b;letter-spacing:1px;font-size:1rem}.review-text{color:var(--text);flex:1;font-size:.92rem;font-style:italic;line-height:1.65}.review-meta{border-top:1px solid var(--border);align-items:center;gap:.75rem;padding-top:.75rem;display:flex}.review-avatar{background:var(--accent);color:#fff;width:36px;height:36px;font-size:.9rem;font-weight:700;font-family:var(--sans);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.review-name{color:var(--text);font-size:.85rem;font-weight:700}.review-badge{color:var(--muted);margin-top:1px;font-size:.72rem}.fullbleed-hero{align-items:flex-end;height:620px;display:flex;position:relative;overflow:hidden}.fullbleed-hero-img{object-fit:cover;object-position:center 30%;width:100%;height:100%;position:absolute;inset:0}.fullbleed-hero-overlay{background:linear-gradient(90deg,#1a1a12cc 0%,#1a1a1273 60%,#1a1a1226 100%);position:absolute;inset:0}.fullbleed-hero-content{z-index:2;max-width:620px;margin:0 auto 0 calc(50vw - 550px);padding:0 1.5rem 3.5rem max(1.5rem,50vw - 550px);position:relative}.fullbleed-hero-headline{color:#fff;font-size:clamp(2.6rem,5.5vw,4.2rem);font-weight:700;line-height:1.08;font-family:var(--serif);margin:.5rem 0 1.25rem}.fullbleed-hero-headline em{color:var(--accent)}.fullbleed-hero-sub{color:#ffffffd9;max-width:480px;margin-bottom:1.75rem;font-size:1.05rem;line-height:1.65}.fullbleed-hero-stats{flex-wrap:wrap;align-items:center;gap:1.25rem;margin-top:2rem;display:flex}.fh-stat{flex-direction:column;display:flex}.fh-num{color:var(--accent);font-size:1rem;font-weight:800;font-family:var(--sans);line-height:1.2}.fh-lbl{color:#fff9;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem}.fh-divider{background:#fff3;width:1px;height:32px}.btn-light{color:#fff;background:0 0;border:2px solid #fff9}.btn-light:hover{background:#ffffff1f;border-color:#fff}@media (max-width:720px){.fullbleed-hero{height:520px}.fullbleed-hero-content{margin-left:0}}@media (max-width:500px){.fullbleed-hero{height:480px}}
