@font-face{font-family:'Fraunces';font-style:normal;font-weight:500 700;font-display:swap;
  src:url('/assets/fonts/fraunces-latin-ext.woff2') format('woff2');
  unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Fraunces';font-style:normal;font-weight:500 700;font-display:swap;
  src:url('/assets/fonts/fraunces-latin.woff2') format('woff2');
  unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Inter';font-style:normal;font-weight:400 700;font-display:swap;
  src:url('/assets/fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Inter';font-style:normal;font-weight:400 700;font-display:swap;
  src:url('/assets/fonts/inter-latin.woff2') format('woff2');
  unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}

:root{
  --font-display:'Fraunces', Georgia, serif;
  --font-body:'Inter', system-ui, -apple-system, sans-serif;
  --navy:#0b2545; --navy-soft:#1c3a5e; --teal:#0f766e; --teal-bright:#13988c;
  --paper:#faf8f5; --paper-2:#f3efe9; --ink:#1f2a37; --muted:#5b6470;
  --warm-muted:#6b6258; --line:#e9e2d8; --white:#fff; --footer:#08182f;
}
*{box-sizing:border-box;margin:0;padding:0}

[hidden]{display:none !important}
html{scroll-behavior:smooth}
body{font-family:var(--font-body);background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.5}
img{max-width:100%;display:block}
a{color:inherit}
.wrap{max-width:1120px;margin:0 auto;padding:0 32px}

h1,h2,h3{font-family:var(--font-display);color:var(--navy);font-weight:600;letter-spacing:-.02em}
.mono{font-family:ui-monospace,SFMono-Regular,'Cascadia Mono',Menlo,Consolas,monospace;font-size:.92em;background:var(--paper-2);border:1px solid var(--line);border-radius:5px;padding:1px 6px;color:var(--navy);white-space:nowrap}
.sec-label{font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--teal);margin-bottom:14px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--teal);margin-bottom:18px}
.eyebrow::before{content:"";width:22px;height:2px;background:var(--teal)}
em.accent{font-style:italic;color:var(--teal)}

.btn{display:inline-block;font:600 14.5px var(--font-body);border-radius:9px;padding:13px 24px;cursor:pointer;text-decoration:none;border:none;transition:transform .12s ease,box-shadow .12s ease}
.btn-primary{background:var(--navy);color:#fff}
.btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(11,37,69,.22)}
.btn-ghost{background:#fff;color:var(--navy);border:1px solid var(--line)}
.btn-ghost:hover{border-color:#cdd6e0}

.nav{display:flex;align-items:center;justify-content:space-between;padding:20px 0}
.brand{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:600;font-size:20px;text-decoration:none}
.brand img{width:26px;height:26px}
.brand .a{color:var(--navy)} .brand .b{color:var(--teal)}
.nav-links{display:flex;gap:28px;align-items:center;font-size:14px;font-weight:500;color:var(--muted)}
.nav-links a{text-decoration:none}
.nav-links a.here{color:var(--navy);font-weight:600}
.nav-links a.cta{background:var(--navy);color:#fff;padding:9px 17px;border-radius:8px;font-weight:600}
.nav-toggle{display:none;background:none;border:none;font-size:24px;color:var(--navy);cursor:pointer}

.block{padding:64px 0;border-top:1px solid var(--line)}
.center{text-align:center;max-width:640px;margin:0 auto 44px}
.center h2{font-size:34px;margin-bottom:12px}
.center p{color:var(--warm-muted);font-size:16px;line-height:1.6}

.hero{padding:58px 0 30px;display:grid;grid-template-columns:1.1fr .9fr;gap:46px;align-items:center}
.hero h1{font-size:50px;line-height:1.05;margin-bottom:20px}
.hero .lede{font-size:17px;line-height:1.6;color:var(--warm-muted);max-width:450px;margin-bottom:28px}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-stack{position:relative;height:300px}
.hero-card{position:absolute;left:0;right:0;background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 20px;box-shadow:0 10px 30px rgba(11,37,69,.10)}
.hero-card h3{font-size:17px;margin-bottom:3px}
.hero-card p{font-size:12.5px;color:var(--muted);line-height:1.45}
.hero-card--1{top:0;transform:rotate(-2deg);z-index:1}
.hero-card--2{top:115px;left:26px;right:-12px;transform:rotate(1.5deg);z-index:2}
.chip{display:inline-block;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--teal);background:rgba(15,118,110,.10);padding:4px 8px;border-radius:6px;margin-bottom:10px}

.props{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.prop{background:#fff;border:1px solid var(--line);border-radius:14px;padding:26px 24px}
.prop .ic{width:40px;height:40px;border-radius:10px;background:rgba(15,118,110,.10);display:flex;align-items:center;justify-content:center;color:var(--teal);font-size:20px;margin-bottom:16px}
.prop h3{font-size:18px;margin-bottom:8px}
.prop p{font-size:13.5px;color:var(--muted);line-height:1.55}

.prod-block{background:var(--paper-2)}
.portfolio-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.portfolio-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px;display:flex;flex-direction:column}
.portfolio-card .top{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.portfolio-card .glyph{width:46px;height:46px;border-radius:12px;background:linear-gradient(135deg,var(--navy),var(--teal))}
.portfolio-card h3{font-size:23px}
.portfolio-card .sub{font-size:12px;color:var(--teal);font-weight:600;text-transform:uppercase;letter-spacing:.06em}
.portfolio-card p{font-size:14.5px;color:var(--warm-muted);line-height:1.6;margin-bottom:18px}
.portfolio-card ul{list-style:none;margin-bottom:22px}
.portfolio-card li{font-size:13.5px;color:var(--ink);padding:6px 0 6px 22px;position:relative}
.portfolio-card li::before{content:"\203A";position:absolute;left:4px;color:var(--teal);font-weight:700}
.portfolio-card .link{margin-top:auto;color:var(--navy);font-weight:600;font-size:14px;text-decoration:none}

.vision{background:var(--navy);color:#eaf1f8}
.vision .wrap{padding:74px 32px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.vision .sec-label{color:var(--teal-bright)}
.vision h2{color:#fff;font-size:36px;line-height:1.15}
.vision p{color:#bcccdd;font-size:16px;line-height:1.7;margin-bottom:18px}
.vision .link{color:#fff;font-weight:600;border-bottom:2px solid var(--teal-bright);padding-bottom:2px;text-decoration:none}

.cta-band{text-align:center;padding:70px 0}
.cta-band h2{font-size:34px;margin-bottom:14px}
.cta-band p{color:var(--warm-muted);font-size:16px;margin-bottom:26px}

.phead{padding:56px 0 24px;max-width:760px}
.phead h1{font-size:46px;line-height:1.06;margin-bottom:18px}
.phead p{font-size:17px;line-height:1.6;color:var(--warm-muted)}

.prose{max-width:760px;padding-bottom:76px}
.prose h2{font-size:21px;margin:34px 0 10px}
.prose p{font-size:16px;line-height:1.7;margin-bottom:12px}
.prose a{color:var(--teal);font-weight:500}

.tabs{display:flex;gap:10px;padding:22px 0 30px;flex-wrap:wrap}
.tab{font-size:13px;font-weight:600;padding:7px 16px;border-radius:30px;border:1px solid var(--line);color:var(--muted);background:#fff;cursor:pointer}
.tab.on{background:var(--navy);color:#fff;border-color:var(--navy)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding-bottom:18px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;display:flex;flex-direction:column;min-height:230px;transition:transform .15s ease,box-shadow .15s ease;text-decoration:none}
.product-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(11,37,69,.10);border-color:#d7cfc2}
.product-card .icontile{width:44px;height:44px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:linear-gradient(150deg,#0b2545,#16456e);margin-bottom:16px}
.product-card .icontile img{width:24px;height:24px}
.product-card .cat{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--teal);margin-bottom:6px}
.product-card h3{font-size:21px;margin-bottom:8px}
.product-card p{font-size:13.5px;color:var(--muted);line-height:1.55;margin-bottom:18px}
.product-card .go{margin-top:auto;font-size:13.5px;font-weight:600;color:var(--navy)}
.product-card--ghost{background:transparent;border:1.5px dashed #d8cdbd;cursor:default}
.product-card--ghost .cat{color:#bcae9b}
.product-card--ghost h3{color:#a99c88}
.product-card--ghost p{color:#bcae9b}
.product-card--ghost:hover{transform:none;box-shadow:none;border-color:#d8cdbd}

.why{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}
.why .pull{font-family:var(--font-display);font-size:27px;line-height:1.32;color:var(--navy);font-weight:500;margin-bottom:22px;max-width:520px}
.why p{font-size:16.5px;line-height:1.75;color:var(--ink);margin-bottom:18px;max-width:520px}
.manifesto{background:linear-gradient(165deg,#0b2545,#123a5e);border-radius:22px;padding:40px 36px;color:#eaf1f8;position:relative;overflow:hidden;min-height:330px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 22px 50px rgba(11,37,69,.22)}
.manifesto::after{content:"";position:absolute;right:-70px;bottom:-70px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(19,152,140,.4),transparent 70%)}
.manifesto img{width:68px;height:68px;position:relative;z-index:1}
.manifesto .qlabel{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-bright);font-weight:600;margin-bottom:12px;position:relative;z-index:1}
.manifesto .qtext{font-family:var(--font-display);font-size:23px;line-height:1.4;color:#fff;font-weight:500;position:relative;z-index:1}
.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.pr{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px}
.pr .n{font-family:var(--font-display);color:var(--teal);font-size:14px;font-weight:600;margin-bottom:10px}
.pr h3{font-size:18px;margin-bottom:8px}
.pr p{font-size:13.5px;color:var(--muted);line-height:1.55}

.founder{background:var(--navy);color:#eaf1f8}
.founder .wrap{padding:64px 32px;display:grid;grid-template-columns:200px 1fr;gap:44px;align-items:start}
.avatar{width:200px;height:230px;border-radius:18px;background:linear-gradient(160deg,#16456e,#0e7c66);display:flex;align-items:flex-end;justify-content:center;color:#cfe0f0;font-size:12px;padding:14px;text-align:center}
.founder .sec-label{color:var(--teal-bright)}
.founder h2{color:#fff;font-size:30px;margin-bottom:18px}
.founder p{color:#c4d2e2;font-size:16px;line-height:1.72;margin-bottom:16px}
.founder .sig{font-family:var(--font-display);color:#fff;font-size:20px;margin-top:6px}
.founder .role{font-size:13px;color:#8fa6c0;margin-top:2px}

.contact{display:grid;grid-template-columns:1fr 1.1fr;gap:56px;padding:58px 0 70px;align-items:start}
.contact .lead h1{font-size:46px;line-height:1.06;margin-bottom:18px}
.contact .lead p{font-size:17px;line-height:1.62;color:var(--warm-muted);margin-bottom:30px;max-width:420px}
.reasons{display:flex;flex-direction:column;gap:14px;margin-bottom:30px}
.reason{display:flex;gap:13px;align-items:flex-start}
.reason .rb{width:34px;height:34px;border-radius:9px;background:rgba(15,118,110,.10);color:var(--teal);display:flex;align-items:center;justify-content:center;font-size:16px;flex:0 0 34px}
.reason h3{font-size:15.5px;margin-bottom:2px}
.reason p{font-size:13.5px;color:var(--muted);line-height:1.5}
.direct{border-top:1px solid var(--line);padding-top:22px;font-size:14px;color:var(--muted)}
.direct a{color:var(--navy);font-weight:600;text-decoration:none}
.formcard{background:#fff;border:1px solid var(--line);border-radius:20px;padding:34px;box-shadow:0 14px 36px rgba(11,37,69,.07)}
.field{margin-bottom:18px}
.field label{display:block;font-size:13px;font-weight:600;color:var(--navy);margin-bottom:7px}
.field input,.field select,.field textarea{width:100%;font:400 14.5px var(--font-body);color:var(--ink);background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:12px 14px;outline:none}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--teal)}
.field textarea{min-height:120px;resize:vertical}
.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.submit{width:100%;background:var(--navy);color:#fff;border:none;font:600 15px var(--font-body);padding:14px;border-radius:11px;cursor:pointer;margin-top:6px}
.priv{font-size:12px;color:var(--muted);margin-top:12px;text-align:center}

.detail-hero{padding:52px 0 10px;max-width:780px}
.detail-hero h1{font-size:44px;line-height:1.06;margin-bottom:16px}
.detail-hero p{font-size:18px;line-height:1.6;color:var(--warm-muted)}
.detail-row{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:50px 0;border-top:1px solid var(--line)}
.detail-row ul{list-style:none}
.detail-row li{font-size:14.5px;color:var(--ink);padding:7px 0 7px 24px;position:relative}
.detail-row li::before{content:"\203A";position:absolute;left:4px;color:var(--teal);font-weight:700;font-size:16px}
.detail-visual{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;min-height:260px}
.chatq{background:var(--paper-2);border-radius:12px;padding:12px 14px;font-size:13px;color:var(--navy);font-weight:500;margin-bottom:12px}
.chata{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px;font-size:13px;color:var(--ink);line-height:1.55}
.cite{display:inline-block;font-size:11px;color:var(--teal);font-weight:600;background:rgba(15,118,110,.10);padding:2px 8px;border-radius:6px;margin-top:8px}

.footer{background:var(--footer);color:#9fb1c6;padding:46px 0 34px;font-size:13px}
.footer .wrap{display:flex;justify-content:space-between;flex-wrap:wrap;gap:24px}
.footer .brand .a,.footer .brand .b{color:#fff}
.footer .tagline{margin-top:12px;max-width:240px;color:#7e90a6}
.footer .cols{display:flex;gap:54px}
.footer h4{color:#fff;font-size:12px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;font-family:var(--font-body);font-weight:600}
.footer a{display:block;color:#9fb1c6;text-decoration:none;margin-bottom:7px}

@media(max-width:880px){
  .nav-links{display:none}
  .nav-links.open{display:flex;flex-direction:column;position:absolute;top:64px;right:32px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px 20px;gap:16px;box-shadow:0 12px 30px rgba(11,37,69,.12);z-index:20}
  .nav-toggle{display:block}
  .hero{grid-template-columns:1fr}.hero-stack{display:none}.hero h1{font-size:38px}
  .props,.portfolio-grid,.product-grid,.why,.principles,.vision .wrap,.contact,.detail-row{grid-template-columns:1fr}
  .founder .wrap{grid-template-columns:1fr}.avatar{width:160px;height:180px}
  .phead h1,.contact .lead h1,.detail-hero h1{font-size:34px}
}
@media(max-width:620px){.product-grid{grid-template-columns:1fr}}
.nav{position:relative}
