@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Mono:wght@400;500&family=Outfit:wght@300;400;500;600&display=swap');

:root {
  --g50:#f0f7ee; --g100:#d4eace; --g200:#a9d49e; --g400:#5fa84e;
  --g600:#3b6d31; --g800:#1e3a18; --g900:#0f1f0d;
  --t400:#2ba386; --t600:#1a6b5a;
  --border:#e0ddd5; --muted:#5c5a54; --light:#8a8880;
  --gray50:#f7f6f2; --gray100:#eceae3; --white:#ffffff; --text:#1a1a18;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Outfit',sans-serif;font-size:16px;line-height:1.7;color:var(--text);background:var(--white)}

/* ── NAV ── */
nav{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}
.nav-inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:64px}
.logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.logo img{height:38px;width:auto}
.logo-text{font-family:'DM Serif Display',serif;font-size:1.2rem;color:var(--text);letter-spacing:-.01em}
.logo-text span{color:var(--g600)}
.nav-links{display:flex;gap:0;list-style:none;align-items:center}
.nav-links a{text-decoration:none;color:var(--muted);font-size:.875rem;font-weight:400;padding:.4rem 1rem;border-radius:6px;transition:color .2s,background .2s}
.nav-links a:hover{color:var(--text);background:var(--gray50)}
.nav-links a.active{color:var(--g600);font-weight:500}
.nav-cta{background:var(--g600)!important;color:white!important;padding:.4rem 1.1rem!important;border-radius:6px!important}
.nav-cta:hover{background:var(--g800)!important}
.hamburger{display:none;cursor:pointer;flex-direction:column;gap:5px;background:none;border:none;padding:4px}
.hamburger span{display:block;width:22px;height:1.5px;background:var(--text);border-radius:2px;transition:all .3s}

/* ── LAYOUT ── */
.page-hero{background:var(--g800);padding:4rem 0 3rem;color:white}
.page-hero .wrap{max-width:1200px;margin:0 auto;padding:0 2rem}
.page-hero .breadcrumb{font-family:'DM Mono',monospace;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-bottom:.75rem}
.page-hero .breadcrumb a{color:rgba(255,255,255,.45);text-decoration:none}
.page-hero .breadcrumb a:hover{color:rgba(255,255,255,.7)}
.page-hero h1{font-family:'DM Serif Display',serif;font-size:clamp(2rem,4vw,3rem);line-height:1.15;letter-spacing:-.025em;margin-bottom:.75rem}
.page-hero h1 em{font-style:italic;color:var(--g200)}
.page-hero p{font-size:1.05rem;color:rgba(255,255,255,.7);max-width:580px;line-height:1.8}

section{padding:4.5rem 0}
.wrap{max-width:1200px;margin:0 auto;padding:0 2rem}
.section-tag{font-family:'DM Mono',monospace;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--g600);display:block;margin-bottom:.5rem}
.section-title{font-family:'DM Serif Display',serif;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.2;letter-spacing:-.02em;color:var(--text)}
.section-sub{margin-top:.75rem;font-size:1rem;color:var(--muted);max-width:560px;line-height:1.75}
.bg-gray{background:var(--gray50)}
.bg-dark{background:var(--g800)}

/* ── BUTTONS ── */
.btn-p{display:inline-flex;align-items:center;gap:7px;background:var(--g600);color:white;text-decoration:none;padding:.7rem 1.4rem;border-radius:8px;font-weight:500;font-size:.9rem;transition:background .2s,transform .15s;border:none;cursor:pointer}
.btn-p:hover{background:var(--g800);transform:translateY(-1px)}
.btn-s{display:inline-flex;align-items:center;gap:7px;background:transparent;color:var(--text);text-decoration:none;padding:.7rem 1.4rem;border-radius:8px;font-size:.9rem;border:1px solid var(--border);transition:border-color .2s,background .2s}
.btn-s:hover{border-color:var(--gray400);background:var(--gray50)}
.btn-ghost{display:inline-flex;align-items:center;gap:6px;color:var(--g600);text-decoration:none;font-size:.875rem;font-weight:500;transition:gap .2s}
.btn-ghost:hover{gap:10px}

/* ── CARDS ── */
.card-grid{display:grid;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:12px;overflow:hidden}
.card-grid.cols2{grid-template-columns:repeat(2,1fr)}
.card-grid.cols3{grid-template-columns:repeat(3,1fr)}
.card{background:var(--white);padding:2rem;text-decoration:none;color:inherit;display:block;position:relative;transition:background .2s}
.card:hover{background:var(--g50)}
.card-icon{width:44px;height:44px;border-radius:10px;background:var(--g50);border:1px solid var(--g100);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.card-icon svg{width:22px;height:22px;stroke:var(--g600);fill:none;stroke-width:1.6}
.card h3{font-family:'DM Serif Display',serif;font-size:1.15rem;margin-bottom:.5rem;color:var(--text)}
.card p{font-size:.9rem;color:var(--muted);line-height:1.7}
.card-arrow{position:absolute;top:1.5rem;right:1.5rem;width:28px;height:28px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--light);font-size:.85rem;transition:all .2s}
.card:hover .card-arrow{background:var(--g600);border-color:var(--g600);color:white}
.card-tag{font-family:'DM Mono',monospace;font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;color:var(--g600);background:var(--g50);border:1px solid var(--g100);padding:.15rem .5rem;border-radius:100px;display:inline-block;margin-bottom:.6rem}

/* subpage cards - flat list style */
.sub-list{display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:12px;overflow:hidden}
.sub-item{background:var(--white);padding:1.25rem 1.5rem;text-decoration:none;color:inherit;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--border);transition:background .2s}
.sub-item:last-child{border-bottom:none}
.sub-item:hover{background:var(--g50)}
.sub-item-info h4{font-weight:500;font-size:.95rem;margin-bottom:.2rem}
.sub-item-info p{font-size:.83rem;color:var(--muted);line-height:1.5}
.sub-item-arrow{color:var(--light);flex-shrink:0;transition:color .2s,transform .2s}
.sub-item:hover .sub-item-arrow{color:var(--g600);transform:translateX(3px)}

/* two col layout */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.two-col.centered{align-items:center}

/* bullet list */
.bio-list{list-style:none;margin-top:1rem}
.bio-list li{display:flex;gap:.75rem;padding:.6rem 0;border-bottom:1px solid var(--border);font-size:.9rem;color:var(--muted);align-items:flex-start}
.bio-list li::before{content:'';width:5px;height:5px;background:var(--g400);border-radius:50%;margin-top:.6rem;flex-shrink:0}

/* feature box */
.feat-box{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:1.5rem}
.feat-box+.feat-box{margin-top:1rem}
.feat-box h4{font-weight:500;font-size:.95rem;margin-bottom:.35rem}
.feat-box p{font-size:.875rem;color:var(--muted);line-height:1.65;margin:0}

/* quote block */
.quote-block{background:var(--g800);border-radius:12px;padding:2.5rem;color:white}
.quote-block blockquote{font-family:'DM Serif Display',serif;font-size:1.3rem;line-height:1.55;font-style:italic;margin-bottom:1.25rem}
.quote-block cite{font-style:normal;font-size:.75rem;color:rgba(255,255,255,.45);letter-spacing:.05em;text-transform:uppercase;font-family:'DM Mono',monospace}
.value-chip{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:.5rem .9rem;font-size:.85rem;color:rgba(255,255,255,.8);margin-top:.6rem}
.vdot{width:5px;height:5px;background:var(--g200);border-radius:50%;flex-shrink:0}

/* stats bar */
.stats-bar{background:var(--g800)}
.stats-inner{max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-around;flex-wrap:wrap;gap:1rem}
.stat-item{text-align:center;padding:0 1rem}
.stat-item+.stat-item{border-left:1px solid rgba(255,255,255,.15)}
.stat-number{font-family:'DM Serif Display',serif;font-size:1.8rem;color:white;line-height:1;margin-bottom:.2rem}
.stat-label{font-family:'DM Mono',monospace;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.5)}

/* hero label */
.hero-label{display:inline-flex;align-items:center;gap:8px;font-family:'DM Mono',monospace;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--g600);background:var(--g50);border:1px solid var(--g100);padding:.3rem .75rem;border-radius:100px;margin-bottom:1.5rem}
.hero-label::before{content:'';width:6px;height:6px;background:var(--g400);border-radius:50%;animation:pulse 2s ease-in-out infinite}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}

/* contact form */
.contact-form{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:2rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}
.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}
.form-group label{font-size:.8rem;font-weight:500;color:var(--text)}
.form-group input,.form-group textarea,.form-group select{font-family:'Outfit',sans-serif;font-size:.9rem;color:var(--text);background:var(--white);border:1px solid var(--border);border-radius:8px;padding:.65rem .9rem;outline:none;transition:border-color .2s;width:100%}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--g400)}
.form-group textarea{min-height:110px;resize:vertical}
.form-submit{width:100%;background:var(--g600);color:white;border:none;border-radius:8px;padding:.8rem;font-family:'Outfit',sans-serif;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s}
.form-submit:hover{background:var(--g800)}
.form-note{font-size:.78rem;color:var(--light);margin-top:.75rem;text-align:center}

/* ── FOOTER ── */
footer{background:var(--g900);color:rgba(255,255,255,.65);padding:3rem 0 2rem}
.footer-inner{max-width:1200px;margin:0 auto;padding:0 2rem}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:1.5rem}
.footer-brand img{height:40px;width:auto;margin-bottom:.5rem;opacity:.85}
.footer-brand p{font-size:.875rem;line-height:1.7;margin-top:.5rem;max-width:240px}
.footer-col h5{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;font-family:'DM Mono',monospace;color:rgba(255,255,255,.35);margin-bottom:.75rem}
.footer-col a{display:block;color:rgba(255,255,255,.6);text-decoration:none;font-size:.875rem;padding:.25rem 0;transition:color .2s}
.footer-col a:hover{color:white}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:.8rem}
.footer-bottom span:last-child{font-family:'DM Mono',monospace;font-size:.68rem;opacity:.35}

/* ── MOBILE ── */
@media(max-width:900px){
  .two-col,.card-grid.cols3{grid-template-columns:1fr}
  .card-grid.cols2{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
  .nav-links{display:none;flex-direction:column;position:absolute;top:64px;left:0;right:0;background:white;border-bottom:1px solid var(--border);padding:1rem;gap:4px}
  .nav-links.open{display:flex}
  .hamburger{display:flex}
  .form-row{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr}
  .stats-inner .stat-item+.stat-item{border-left:none}
  .page-hero{padding:2.5rem 0 2rem}
}
