@import"https://fonts.googleapis.com/css2?family=Fraunces:wght@500;600&family=Outfit:wght@400;500;600;700&display=swap";:root{color-scheme:light;--bg: #f4efe6;--bg-soft: #fbf8f1;--surface: rgba(255, 255, 255, .7);--surface-strong: #ffffff;--text: #12302a;--muted: #556e68;--line: rgba(18, 48, 42, .12);--brand: #0f8a6c;--brand-deep: #0a5a47;--accent: #e7b76d;--shadow: 0 22px 60px rgba(18, 48, 42, .12);--radius: 26px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Outfit,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(15,138,108,.16),transparent 30%),radial-gradient(circle at top right,rgba(231,183,109,.18),transparent 25%),linear-gradient(180deg,#f8f4eb,#f1ece2)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea{font:inherit}.site-shell{min-height:100vh}.shell{width:min(1180px,calc(100% - 2rem));margin:0 auto}.eyebrow{margin:0 0 .8rem;text-transform:uppercase;letter-spacing:.22em;font-size:.76rem;color:var(--brand);font-weight:700}.lead{font-size:1.08rem;line-height:1.75;color:var(--muted)}.site-header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f8f4ebb3;border-bottom:1px solid rgba(18,48,42,.08)}.header-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.brand{display:inline-flex;align-items:center;max-width:200px}.site-nav{display:flex;align-items:center;gap:1.2rem}.site-nav a{color:var(--muted);font-weight:500}.site-nav a.is-active{color:var(--text)}.menu-toggle{display:none;width:48px;height:48px;border:1px solid var(--line);border-radius:999px;background:#fffc;align-items:center;justify-content:center;flex-direction:column;gap:.25rem}.menu-toggle span{display:block;width:18px;height:2px;background:var(--text)}.hero,.page-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;padding:5rem 0 4rem;align-items:center}.page-hero{grid-template-columns:1fr;padding-bottom:2rem}.hero h1,.page-hero h1,.section-heading h2,.site-footer h2,.split h2{font-family:Fraunces,serif;font-weight:600;letter-spacing:-.03em;line-height:1;margin:0 0 1.2rem}.hero h1,.page-hero h1{font-size:clamp(3rem,6vw,5.4rem)}.section-heading h2,.split h2,.site-footer h2{font-size:clamp(2rem,3.6vw,3.3rem)}.hero-copy{position:relative}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 1.4rem;border-radius:999px;font-weight:700}.button-primary{background:var(--brand);color:#fff;box-shadow:0 14px 30px #0f8a6c47}.button-secondary{border:1px solid rgba(18,48,42,.14);background:#ffffffa6}.stat-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:2.4rem}.stat-strip div,.detail-panel,.card,.feature-item,.faq-item,.image-panel{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.stat-strip div{border-radius:22px;padding:1rem}.stat-strip strong{display:block;font-size:1.5rem;margin-bottom:.25rem}.stat-strip span{color:var(--muted);font-size:.92rem}.hero-visual{position:relative;min-height:560px}.hero-frame{position:absolute;overflow:hidden;border-radius:34px;box-shadow:var(--shadow)}.hero-frame img,.stacked-visuals img,.image-panel img,.card-image{width:100%;height:100%;object-fit:cover}.hero-frame-main{top:0;right:7rem;bottom:3.5rem;left:0}.hero-frame-side{right:0;bottom:0;width:42%;height:48%;border:8px solid rgba(255,255,255,.75)}.section{padding:2rem 0 4.5rem}.section-tinted{background:linear-gradient(180deg,#0f8a6c0f,#fff0),#ffffff47}.section-heading{max-width:760px;margin-bottom:2rem}.section-heading p:last-child,.split p{color:var(--muted);line-height:1.75}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem}.card-grid-services .card{min-height:100%}.card{border-radius:var(--radius);overflow:hidden}.card-image{aspect-ratio:4 / 3}.card-body{padding:1.4rem}.card h3,.feature-item h3,.detail-panel h3{margin:0 0 .75rem;font-size:1.16rem}.card p,.feature-item p,.detail-panel p,.faq-item p{margin:0;color:var(--muted);line-height:1.7}.split{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.split-highlight{align-items:center}.feature-list,.faq-list{display:grid;gap:1rem}.feature-item,.detail-panel,.image-panel{border-radius:var(--radius);padding:1.5rem}.stacked-visuals{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.stacked-visuals img{border-radius:26px;min-height:420px}.tick-list{list-style:none;padding:0;margin:1.2rem 0 0;display:grid;gap:1rem}.tick-list li{display:grid;gap:.25rem;padding:1rem 0 0 1.2rem;border-top:1px solid var(--line);position:relative}.tick-list li:before{content:"";position:absolute;left:0;top:1.35rem;width:.55rem;height:.55rem;border-radius:999px;background:var(--accent)}.tick-list strong{font-size:1rem}.tick-list span{color:var(--muted);line-height:1.6}.faq-item{border-radius:22px;padding:1.1rem 1.2rem}.faq-item summary{cursor:pointer;font-weight:700;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item[open] summary{margin-bottom:.8rem}.site-footer{padding:4rem 0;margin-top:2rem;border-top:1px solid rgba(18,48,42,.08)}.footer-row{display:flex;justify-content:space-between;gap:2rem;align-items:end}.footer-links{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-end}@media (max-width: 980px){.hero,.split,.footer-row{grid-template-columns:1fr;display:grid}.hero{padding-top:3rem}.hero-visual{min-height:420px}.card-grid,.stat-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.stacked-visuals img{min-height:320px}}@media (max-width: 720px){.menu-toggle{display:inline-flex}.site-nav{position:absolute;left:1rem;right:1rem;top:calc(100% + .5rem);display:none;flex-direction:column;align-items:flex-start;padding:1rem;border:1px solid var(--line);border-radius:20px;background:#fffffff5;box-shadow:var(--shadow)}.site-nav.is-open{display:flex}.card-grid,.stat-strip,.stacked-visuals{grid-template-columns:1fr}.hero-frame-main{top:0;right:0;bottom:7rem;left:0}.hero-frame-side{width:62%;height:40%}}
