:root {
  --ink: #102a2b;
  --ink-2: #173c3d;
  --paper: #f7f4ec;
  --paper-2: #eeeadf;
  --white: #ffffff;
  --mint: #b8f2d4;
  --mint-strong: #7be1ae;
  --coral: #f06f54;
  --pink: #d63384;
  --orange: #f19b38;
  --blue: #6296ea;
  --text: #183536;
  --muted: #5f7473;
  --line: #d8ddd5;
  --shadow: 0 26px 70px -42px rgba(16,42,43,.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; text-rendering: optimizeLegibility; }
a { color: inherit; }
img { max-width: 100%; }
button, input { font: inherit; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-150%); background: var(--white); padding: 10px 14px; border-radius: 8px; z-index: 999; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3 { margin: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(3.25rem, 7.2vw, 6.7rem); font-weight: 500; }
h2 { font-size: clamp(2.25rem, 4.3vw, 4.25rem); font-weight: 500; }
h3 { font-size: 1.6rem; font-weight: 600; }
p { margin: 0; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(16,42,43,.12); background: rgba(247,244,236,.92); backdrop-filter: blur(14px); }
.nav-shell { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 700; letter-spacing: -.03em; }
.brand > span:last-child > span { color: var(--coral); }
.brand-mark { width: 38px; height: 38px; padding: 8px; border-radius: 12px; background: var(--ink); display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; align-items: end; }
.brand-mark i { display: block; border-radius: 99px; background: var(--mint); }
.brand-mark i:nth-child(1) { height: 45%; }
.brand-mark i:nth-child(2) { height: 100%; }
.brand-mark i:nth-child(3) { height: 70%; background: var(--coral); }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav > a { color: #536866; text-decoration: none; font-size: .92rem; font-weight: 650; }
.primary-nav > a:hover { color: var(--ink); }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 999px; background: transparent; padding: 8px 14px; color: var(--ink); font-weight: 700; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 0 24px; border: 1.5px solid var(--ink); border-radius: 999px; background: var(--ink); color: var(--white); text-decoration: none; font-size: .95rem; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px -16px var(--ink); }
.button-small { min-height: 42px; padding-inline: 18px; color: var(--white) !important; }
.button-ghost { background: transparent; color: var(--ink); }
.button-dark { margin-top: 28px; }
.button-mint { background: var(--mint); border-color: var(--mint); color: var(--ink); }

.hero { position: relative; overflow: hidden; padding: 92px 0 84px; }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; right: -260px; top: -220px; border-radius: 50%; border: 90px solid rgba(184,242,212,.5); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); gap: 76px; align-items: center; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: #47615f; font-size: .77rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.signal { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(240,111,84,.14); }
.hero h1 { max-width: 8.7em; margin: 22px 0 24px; }
.hero h1 em { color: var(--coral); font-weight: 500; }
.hero-lead { max-width: 42rem; color: var(--muted); font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 22px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px 22px; padding: 0; margin: 0; list-style: none; color: #5a706e; font-size: .84rem; font-weight: 650; }
.hero-proof li::before { content: "✓"; color: var(--coral); margin-right: 7px; font-weight: 900; }

.product-stack { position: relative; padding: 26px; border: 1px solid rgba(16,42,43,.15); border-radius: 30px; background: rgba(255,255,255,.58); box-shadow: var(--shadow); transform: rotate(1deg); }
.stack-label { margin-bottom: 14px; color: #6b7d7b; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.stack-card { display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 14px; padding: 17px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); color: var(--ink); text-decoration: none; box-shadow: 0 12px 28px -24px var(--ink); }
.stack-card + .stack-card { margin-top: 10px; }
.stack-card span:nth-child(2) { display: grid; }
.stack-card strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; }
.stack-card small { color: var(--muted); font-size: .76rem; }
.product-icon { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; color: var(--white); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 700; }
.studio .product-icon { background: var(--pink); }
.garage .product-icon { background: var(--orange); }
.verify .product-icon { background: var(--blue); }
.status { padding: 5px 10px; border-radius: 999px; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.status.live { background: #e4f8ed; color: #197148; }
.status.next { background: #fff1dc; color: #8c5415; }
.status.planned { background: #eaf0fb; color: #426596; }
.shared-core { display: flex; align-items: center; gap: 12px; margin-top: 14px; padding: 16px 18px; border-radius: 15px; background: var(--ink); color: var(--white); }
.shared-core > span:last-child { display: grid; }
.shared-core small { color: #b6cbc6; }
.core-dot { width: 14px; height: 14px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 6px rgba(184,242,212,.13); }

.trust-strip { border-block: 1px solid var(--line); background: var(--white); }
.marquee { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #5f7371; font-size: .85rem; font-weight: 750; }
.marquee i { width: 5px; height: 5px; border-radius: 50%; background: var(--coral); }

.section { padding: 104px 0; }
.section-heading { max-width: 780px; margin-bottom: 48px; }
.section-heading h2 { margin: 14px 0 20px; }
.section-heading > p { max-width: 42rem; color: var(--muted); font-size: 1.05rem; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; gap: 74px; align-items: end; }
.split-heading p { padding-bottom: 8px; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.principle { min-height: 290px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.55); display: flex; flex-direction: column; }
.principle.featured { background: var(--mint); border-color: var(--mint); transform: translateY(-12px); }
.number { color: var(--coral); font-size: .78rem; font-weight: 850; letter-spacing: .09em; }
.principle h3 { margin: auto 0 15px; }
.principle p { color: #58706d; font-size: .94rem; }
.principle.featured p { color: #385553; }

.products-section { background: var(--ink); color: var(--white); }
.products-section h2, .products-section .section-heading h2 { color: var(--white); }
.products-section .section-heading > p { color: #afc2be; }
.kicker.light { color: var(--mint); }
.product-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 18px; }
.product-card { padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: #173637; }
.product-card.product-live { background: #fff8fc; color: var(--text); }
.product-card-top { display: flex; align-items: start; justify-content: space-between; }
.product-badge { padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.09); color: #bdd0cc; font-size: .7rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.product-live .product-badge { background: #f8e7f1; color: #a02868; }
.big-letter { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: var(--pink); color: var(--white); font-family: Georgia, serif; font-size: 1.6rem; font-weight: 700; }
.product-next .big-letter { background: var(--orange); }
.product-planned .big-letter { background: var(--blue); }
.product-industry { margin-top: 34px; color: var(--coral); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-card h3 { margin: 8px 0 14px; color: var(--white); font-size: 2rem; }
.product-live h3 { color: var(--ink); }
.product-card > p:not(.product-industry) { min-height: 105px; color: #b7c8c4; font-size: .92rem; }
.product-live > p:not(.product-industry) { color: var(--muted); }
.product-card ul { min-height: 120px; padding: 18px 0 0; margin: 22px 0; border-top: 1px solid rgba(255,255,255,.12); list-style: none; }
.product-live ul { border-color: #eadde5; }
.product-card li { margin: 8px 0; color: #d6e0dd; font-size: .84rem; }
.product-live li { color: #566d6b; }
.product-card li::before { content: "•"; margin-right: 9px; color: var(--coral); }
.text-link { color: var(--mint); text-decoration: none; font-weight: 800; font-size: .9rem; }
.product-live .text-link { color: #a62869; }
.text-link.muted { color: #7f9692; }
.idea-shelf { margin-top: 22px; padding: 32px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 40px; align-items: center; }
.idea-shelf .kicker { color: var(--mint); }
.idea-shelf h3 { margin-top: 12px; color: var(--white); font-size: 1.5rem; }
.idea-chips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.idea-chips > span { padding: 12px 14px; border-radius: 12px; background: rgba(255,255,255,.06); display: grid; color: var(--white); font-weight: 750; font-size: .86rem; }
.idea-chips small { color: #8ea6a1; font-weight: 500; }

.fit-section { background: var(--paper-2); }
.fit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.fit-copy h2 { margin: 14px 0 20px; }
.fit-copy p { max-width: 38rem; color: var(--muted); }
.fit-diagram { position: relative; min-height: 440px; display: grid; place-items: center; }
.core-ring, .vertical-layer { border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.core-ring { width: 330px; height: 330px; border: 1px solid rgba(16,42,43,.2); background: rgba(255,255,255,.55); }
.core-ring strong, .vertical-layer strong { margin-bottom: 13px; font-family: Georgia, serif; font-size: 1.5rem; color: var(--ink); }
.core-ring span, .vertical-layer span { font-size: .8rem; color: var(--muted); }
.vertical-layer { position: absolute; right: 4%; bottom: 0; width: 230px; height: 230px; background: var(--mint); box-shadow: var(--shadow); }
.vertical-layer span { color: #365351; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-grid > div:first-child h2 { margin: 14px 0 18px; }
.faq-grid > div:first-child p { color: var(--muted); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 21px 46px 21px 0; cursor: pointer; list-style: none; color: var(--ink); font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 16px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--paper-2); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 48px 22px 0; color: var(--muted); font-size: .94rem; }

.cta-section { padding: 0 0 104px; }
.cta-panel { min-height: 340px; padding: 54px; border-radius: 30px; background: var(--coral); display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: center; color: var(--ink); }
.cta-panel h2 { max-width: 720px; margin: 14px 0 16px; }
.cta-panel p { max-width: 650px; color: #5e3831; }
.eyebrow-dark { color: #63372e; }
.eyebrow-dark .signal { background: var(--ink); box-shadow: 0 0 0 5px rgba(16,42,43,.13); }
.cta-actions { display: flex; flex-direction: column; align-items: start; gap: 17px; }
.contact-link { font-weight: 800; text-decoration: none; }

.site-footer { padding: 60px 0 28px; background: #0b2223; color: #a9bdb8; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr .6fr; gap: 50px; padding-bottom: 48px; }
.footer-brand { color: var(--white); }
.footer-brand > span:last-child > span { color: var(--mint); }
.footer-grid > div:first-child p { margin-top: 14px; }
.footer-links { display: grid; gap: 7px; align-content: start; }
.footer-links strong { margin-bottom: 6px; color: var(--white); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-links a { color: #a9bdb8; text-decoration: none; font-size: .88rem; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; font-size: .77rem; }

.legal-page { min-height: 100vh; }
.legal-header { padding: 38px 0; }
.legal-main { width: min(760px, calc(100% - 40px)); margin: 50px auto 100px; }
.legal-main h1 { margin: 18px 0 26px; font-size: clamp(2.8rem, 7vw, 5rem); }
.legal-main h2 { margin: 42px 0 12px; font-size: 1.65rem; }
.legal-main p, .legal-main li { color: var(--muted); }
.legal-main ul { padding-left: 22px; }
.back-link { color: var(--ink); font-weight: 800; text-decoration: none; }

@media (max-width: 980px) {
  .hero-grid, .split-heading, .fit-grid, .faq-grid, .cta-panel { grid-template-columns: 1fr; }
  .hero-grid { gap: 54px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card.product-planned { grid-column: 1 / -1; }
  .idea-shelf { grid-template-columns: 1fr; }
  .fit-grid, .faq-grid { gap: 55px; }
  .cta-panel { gap: 28px; }
  .cta-actions { flex-direction: row; align-items: center; flex-wrap: wrap; }
}

@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .section { padding: 76px 0; }
  .menu-button { display: block; }
  .primary-nav { position: absolute; left: 14px; right: 14px; top: 64px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; gap: 10px; }
  .primary-nav.open { display: flex; }
  .primary-nav > a { padding: 7px; }
  .primary-nav .button { color: var(--white); text-align: center; }
  .hero { padding: 64px 0 60px; }
  .hero-grid { grid-template-columns: 1fr; }
  .product-stack { padding: 16px; }
  .stack-card { grid-template-columns: 44px 1fr; }
  .product-icon { width: 44px; height: 44px; }
  .status { grid-column: 2; width: fit-content; }
  .marquee { justify-content: center; flex-wrap: wrap; padding: 18px 0; gap: 8px 16px; }
  .principles-grid, .product-grid, .idea-chips { grid-template-columns: 1fr; }
  .principle.featured { transform: none; }
  .product-card.product-planned { grid-column: auto; }
  .product-card > p:not(.product-industry), .product-card ul { min-height: auto; }
  .fit-diagram { min-height: 390px; }
  .core-ring { width: 285px; height: 285px; }
  .vertical-layer { width: 190px; height: 190px; right: 0; }
  .cta-panel { padding: 34px 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
