@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

:root {
  --ink: #10261f;
  --ink-2: #183b30;
  --cream: #f3efe4;
  --paper: #fbf8ef;
  --sage: #90a98f;
  --leaf: #315f49;
  --lime: #cadd82;
  --gold: #d2ad62;
  --sand: #d8c49a;
  --line: rgba(16, 38, 31, 0.16);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --display: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ink);
  font-family: var(--sans);
  line-height: 1.55;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
svg { display: block; }
img { max-width: 100%; }

.page-shell {
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 4%, rgba(202, 221, 130, 0.13), transparent 24%),
    var(--paper);
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 26px clamp(24px, 5vw, 78px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #f7f4eb;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(12px);
}

.brand-mark svg {
  width: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-text { display: grid; line-height: 1.05; }
.brand-text strong {
  font-family: var(--display);
  letter-spacing: -0.04em;
  font-size: 1.05rem;
}
.brand-text small {
  margin-top: 5px;
  color: rgba(255,255,255,.65);
  font-size: .66rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.5vw, 38px);
  font-size: .88rem;
}

.site-nav a:not(.nav-cta) {
  color: rgba(255,255,255,.74);
  transition: color .2s ease;
}
.site-nav a:hover { color: white; }

.nav-cta {
  padding: 12px 17px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}

.menu-toggle {
  display: none;
  width: 44px; height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: white;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 19px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 900px;
  padding: 180px clamp(24px, 6vw, 96px) 110px;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr);
  align-items: center;
  gap: clamp(48px, 6vw, 110px);
  color: white;
  background:
    radial-gradient(circle at 67% 40%, rgba(111, 160, 123, .36), transparent 30%),
    linear-gradient(135deg, #0b1c17 0%, #17372d 56%, #244b3c 100%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, rgba(0,0,0,.13));
}

.hero-art {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.leaf {
  position: absolute;
  fill: rgba(205, 222, 135, .09);
  stroke: rgba(235, 242, 209, .17);
  stroke-width: 1.5;
}

.leaf-a {
  width: 410px;
  right: -70px;
  top: -80px;
  transform: rotate(16deg);
}

.leaf-b {
  width: 320px;
  left: -120px;
  bottom: -95px;
  transform: rotate(-25deg) scaleX(-1);
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}
.orb-one {
  width: 430px; height: 430px;
  right: 24%;
  top: 24%;
  border: 1px solid rgba(255,255,255,.07);
}
.orb-two {
  width: 560px; height: 560px;
  right: 18%;
  top: 16%;
  border: 1px solid rgba(255,255,255,.035);
}

.eyebrow,
.section-label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--lime);
  margin: 0 0 24px;
}

.hero h1,
.section-heading h2,
.manifesto h2,
.possibilities h2,
.early-access h2 {
  margin: 0;
  font-family: var(--display);
  letter-spacing: -.065em;
  line-height: .95;
}

.hero h1 { font-size: clamp(4rem, 7vw, 7.4rem); }
.hero h1 span {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 600;
  color: var(--lime);
  letter-spacing: -.055em;
}

.hero-intro {
  max-width: 610px;
  margin: 32px 0 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.hero-actions {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  font-size: .92rem;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }

.button-primary {
  color: var(--ink);
  background: var(--lime);
}
.button-ghost {
  color: white;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.05);
}
.button-light {
  color: var(--ink);
  background: #f7f2e7;
}

.hero-proof {
  margin-top: 42px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.5);
  font-size: .73rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-proof i {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--lime);
}

.hero-stage {
  position: relative;
  min-height: 580px;
  perspective: 1100px;
}

.stage-glow {
  position: absolute;
  width: 70%;
  height: 70%;
  left: 17%;
  top: 12%;
  border-radius: 50%;
  background: rgba(173, 208, 148, .2);
  filter: blur(80px);
}

.publication-card {
  position: absolute;
  overflow: hidden;
  background: #f8f5eb;
  color: var(--ink);
  box-shadow: 0 40px 90px rgba(0,0,0,.35);
}

.publication-main {
  width: min(690px, 90%);
  right: 2%;
  top: 40px;
  border-radius: 30px;
  transform: rotateY(-6deg) rotateZ(1deg);
}

.publication-topline,
.mock-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.publication-topline {
  padding: 17px 22px;
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #5d6d66;
}

.status-dot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.status-dot::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #83a457;
  box-shadow: 0 0 0 4px rgba(131,164,87,.13);
}

.mock-hero { position: relative; margin: 0 16px; border-radius: 22px; overflow: hidden; }
.mock-image svg { width: 100%; height: auto; }
.mock-overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 58px 28px 26px;
  color: white;
  background: linear-gradient(to top, rgba(7,25,20,.88), transparent);
}
.mock-overlay small { letter-spacing: .17em; font-size: .58rem; }
.mock-overlay strong {
  display: block;
  margin: 7px 0;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: .97;
}
.mock-overlay span { color: rgba(255,255,255,.76); font-size: .72rem; }

.mock-content { padding: 20px 22px 22px; }
.mock-content div { display: grid; }
.mock-content small { font-size: .55rem; letter-spacing: .15em; color: #7b897f; }
.mock-content strong { margin-top: 3px; font-size: .85rem; }
.mock-content button {
  width: 42px; height: 42px;
  border: 0;
  border-radius: 50%;
  color: white;
  background: var(--ink);
  cursor: pointer;
}

.floating-card {
  position: absolute;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 20px;
  color: white;
  background: rgba(11,30,24,.74);
  box-shadow: 0 25px 50px rgba(0,0,0,.24);
  backdrop-filter: blur(18px);
}

.floating-card small {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,.48);
  font-size: .58rem;
  letter-spacing: .15em;
}

.card-style {
  z-index: 2;
  left: 0;
  bottom: 32px;
  width: 210px;
  transform: rotate(-4deg);
}
.card-style strong { font-family: var(--serif); font-size: 1.25rem; }

.palette { display: flex; gap: 6px; margin-top: 15px; }
.palette span { width: 28px; height: 12px; border-radius: 999px; }
.palette span:nth-child(1){ background:#17382d; }
.palette span:nth-child(2){ background:#6b8f6b; }
.palette span:nth-child(3){ background:#cadd82; }
.palette span:nth-child(4){ background:#d2ad62; }

.card-output {
  z-index: 3;
  right: -20px;
  bottom: -10px;
  width: 220px;
  transform: rotate(4deg);
}
.output-row {
  padding: 7px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: .76rem;
}
.output-row b { color: var(--lime); }

.section-pad { padding: 120px clamp(24px, 7vw, 110px); }

.manifesto {
  background: var(--paper);
}

.section-label { color: #708077; }

.manifesto-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1.1fr .75fr;
  gap: clamp(40px, 8vw, 130px);
  align-items: end;
}

.manifesto h2,
.section-heading h2,
.possibilities h2,
.early-access h2 {
  font-size: clamp(3rem, 6vw, 6.6rem);
}

.manifesto-copy {
  color: #54635c;
  font-size: 1.06rem;
}
.manifesto-copy p + p { margin-top: 24px; }

.truth-strip {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.truth-strip div {
  min-height: 165px;
  padding: 24px 20px;
  display: grid;
  align-content: center;
  border-right: 1px solid var(--line);
}
.truth-strip div:last-child { border-right: 0; }
.truth-strip small { color: #9ca79f; }
.truth-strip strong { margin-top: 14px; font-family: var(--serif); font-size: 1.42rem; }
.truth-strip span { margin-top: 4px; color: #7a887f; font-size: .78rem; }

.how {
  color: #f5f1e8;
  background: #11281f;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
}
.section-heading .section-label { align-self: start; color: #8ea297; }

.process-grid {
  margin-top: 76px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.11);
}

.process-card {
  min-height: 390px;
  padding: 30px;
  position: relative;
  background: #173329;
  transition: background .3s ease, transform .3s ease;
}
.process-card:hover {
  background: #1d3e32;
  transform: translateY(-7px);
}

.process-number {
  color: rgba(255,255,255,.34);
  font-size: .68rem;
  letter-spacing: .12em;
}
.process-icon {
  margin-top: 70px;
  font-size: 2.2rem;
  color: var(--lime);
}
.process-card h3 {
  margin: 26px 0 12px;
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1.08;
}
.process-card p { color: rgba(255,255,255,.58); font-size: .88rem; }

.possibilities {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
  background:
    linear-gradient(rgba(250,247,238,.92),rgba(250,247,238,.92)),
    repeating-linear-gradient(90deg, transparent 0 70px, rgba(16,38,31,.035) 71px);
}

.possibilities-copy p {
  max-width: 520px;
  margin-top: 28px;
  color: #607068;
}

.style-deck {
  min-height: 610px;
  position: relative;
}

.style-card {
  position: absolute;
  width: min(370px, 58%);
  aspect-ratio: .73;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 8px;
  box-shadow: 0 32px 65px rgba(21,39,32,.2);
  transition: transform .35s ease;
}

.style-card:hover { z-index: 8; transform: translateY(-10px) rotate(0deg) !important; }
.style-card span { margin-bottom: auto; font-size: .6rem; letter-spacing: .2em; }
.style-card strong { font-family: var(--serif); font-size: 2.35rem; line-height: .95; }
.style-card small { margin-top: 13px; font-size: .65rem; letter-spacing: .07em; opacity: .7; }

.style-card.tropical {
  z-index: 3;
  left: 0;
  top: 46px;
  color: white;
  background:
    radial-gradient(circle at 70% 20%, rgba(202,221,130,.3), transparent 25%),
    linear-gradient(145deg,#193d31,#64805f);
  transform: rotate(-5deg);
}
.style-card.tropical::after {
  content: "❧";
  position: absolute;
  right: 28px; top: 65px;
  font-size: 8rem;
  opacity: .14;
}

.style-card.deco {
  z-index: 2;
  left: 29%;
  top: 2px;
  color: #f8db93;
  background:
    linear-gradient(135deg, transparent 38%, rgba(217,178,92,.22) 39% 41%, transparent 42%),
    linear-gradient(45deg, transparent 38%, rgba(217,178,92,.17) 39% 41%, transparent 42%),
    #111827;
  transform: rotate(2deg);
  border: 1px solid #a77d33;
}

.style-card.modern {
  z-index: 1;
  right: 0;
  top: 86px;
  color: #1e2a2f;
  background:
    linear-gradient(135deg, #f2efe8 0 65%, #d5a56f 65% 72%, #91aab4 72%);
  transform: rotate(7deg);
}

.outputs {
  padding-left: 0;
  padding-right: 0;
  color: white;
  background: #18392d;
}
.outputs .section-heading { padding: 0 clamp(24px, 7vw, 110px); }
.outputs .section-label { color: #96ab9f; }

.output-marquee {
  margin-top: 74px;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.marquee-track {
  width: max-content;
  padding: 26px 0;
  display: flex;
  align-items: center;
  gap: 28px;
  animation: marquee 30s linear infinite;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.5rem, 3vw, 3.4rem);
  white-space: nowrap;
}
.marquee-track i { color: var(--lime); font-size: .7em; }

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.early-access {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr .65fr;
  gap: 80px;
  align-items: end;
  color: white;
  background: #9b6f43;
}

.cta-art {
  position: absolute;
  inset: auto -90px -120px auto;
  width: 56%;
  opacity: .16;
}
.cta-art svg { fill: none; stroke: #f8e8c5; stroke-width: 2; }

.early-access .section-label { color: #ecd8b5; }
.early-access p {
  max-width: 640px;
  margin: 28px 0 34px;
  color: rgba(255,255,255,.72);
}

.cta-signature {
  position: relative;
  z-index: 2;
  padding: 30px;
  border-left: 1px solid rgba(255,255,255,.3);
}
.cta-signature span {
  display: block;
  margin-bottom: 20px;
  font-size: .7rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.cta-signature strong {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 4.3rem);
  line-height: .95;
}

.site-footer {
  padding: 30px clamp(24px, 7vw, 110px);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  color: rgba(255,255,255,.63);
  background: #0d211a;
  font-size: .76rem;
}
.site-footer div { display: flex; align-items: center; gap: 18px; }
.site-footer strong { color: white; font-family: var(--display); }
.version {
  padding-left: 18px;
  border-left: 1px solid rgba(255,255,255,.2);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .8s ease var(--delay, 0ms),
    transform .8s cubic-bezier(.2,.65,.2,1) var(--delay, 0ms);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 160px;
  }
  .hero-stage { min-height: 630px; }
  .publication-main { right: 7%; }
  .manifesto-grid,
  .possibilities { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .truth-strip { grid-template-columns: repeat(3,1fr); }
  .truth-strip div:nth-child(3) { border-right: 0; }
  .truth-strip div:nth-child(n+4) { border-top: 1px solid var(--line); }
  .style-deck { max-width: 820px; width: 100%; }
}

@media (max-width: 820px) {
  .site-header { position: absolute; }
  .menu-toggle { display: block; position: relative; z-index: 22; }
  .site-nav {
    position: fixed;
    z-index: 21;
    inset: 0;
    padding: 120px 30px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(11,28,23,.97);
    transform: translateX(100%);
    transition: transform .3s ease;
  }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { font-family: var(--serif); font-size: 2rem; }
  .nav-cta { margin-top: 10px; }

  .hero {
    padding-left: 24px;
    padding-right: 24px;
  }
  .hero h1 { font-size: clamp(3.55rem, 15vw, 5.5rem); }
  .hero-stage { min-height: 530px; }
  .publication-main { width: 94%; right: 0; top: 30px; transform: none; }
  .card-style { left: -5px; bottom: 3px; }
  .card-output { right: -5px; bottom: -36px; }
  .hero-proof { flex-wrap: wrap; }

  .section-pad { padding-top: 88px; padding-bottom: 88px; }
  .section-heading { display: block; }
  .section-heading h2 { margin-top: 24px; }
  .manifesto-grid { margin-top: 24px; }
  .manifesto-copy { font-size: .97rem; }
  .truth-strip { grid-template-columns: 1fr 1fr; }
  .truth-strip div,
  .truth-strip div:nth-child(3) { border-right: 1px solid var(--line); border-top: 1px solid var(--line); }
  .truth-strip div:nth-child(even) { border-right: 0; }
  .truth-strip div:first-child,
  .truth-strip div:nth-child(2) { border-top: 0; }

  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 310px; }
  .process-icon { margin-top: 45px; }

  .style-deck {
    min-height: 680px;
    margin-top: 20px;
  }
  .style-card { width: 66%; }
  .style-card.deco { left: 17%; top: 105px; }
  .style-card.modern { top: 210px; }

  .early-access { grid-template-columns: 1fr; gap: 54px; }
  .cta-signature { border-left: 0; border-top: 1px solid rgba(255,255,255,.3); padding-left: 0; }

  .site-footer,
  .site-footer div { align-items: flex-start; flex-direction: column; }
  .site-footer { gap: 22px; }
  .version { border-left: 0; padding-left: 0; }
}

@media (max-width: 560px) {
  .brand-text small { display: none; }
  .hero { padding-top: 135px; padding-bottom: 80px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-stage { min-height: 445px; }
  .publication-topline { padding: 12px 15px; }
  .mock-hero { margin: 0 10px; }
  .mock-overlay { padding: 44px 18px 18px; }
  .mock-overlay strong { font-size: 1.7rem; }
  .mock-content { padding: 15px; }
  .floating-card { padding: 13px; border-radius: 15px; }
  .card-style { width: 170px; }
  .card-output { width: 177px; }
  .card-style strong { font-size: 1rem; }

  .manifesto h2,
  .section-heading h2,
  .possibilities h2,
  .early-access h2 { font-size: clamp(2.7rem, 13vw, 4.2rem); }

  .truth-strip { grid-template-columns: 1fr; }
  .truth-strip div,
  .truth-strip div:nth-child(even) { border-right: 0; border-top: 1px solid var(--line); }
  .truth-strip div:first-child { border-top: 0; }

  .style-deck { min-height: 560px; }
  .style-card { width: 72%; padding: 21px; }
  .style-card strong { font-size: 1.7rem; }
  .style-card.tropical { left: -4%; }
  .style-card.deco { left: 14%; }
  .style-card.modern { right: -4%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
