:root {
      --ivory: #f6f1e8;
      --cream: #efe6da;
      --paper: #fffdf9;
      --ink: #171512;
      --muted: #6d655c;
      --gold: #b88b45;
      --gold-soft: #d5b178;
      --line: rgba(23, 21, 18, 0.14);
      --shadow: 0 25px 70px rgba(57, 45, 28, 0.13);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background: var(--ivory);
      color: var(--ink);
      line-height: 1.5;
    }

    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }

    .site-shell { min-height: 100vh; overflow: hidden; }

    /* Opening brand reveal */
    .intro {
      position: fixed;
      inset: 0;
      z-index: 9999;
      display: grid;
      place-items: center;
      overflow: hidden;
      background:
        radial-gradient(circle at 50% 42%, rgba(213,177,120,.18), transparent 28%),
        linear-gradient(135deg, #f9f5ee 0%, #efe5d8 50%, #faf7f1 100%);
      transform-origin: 50% 50%;
      animation: introExit 1.25s cubic-bezier(.76,0,.24,1) 2.35s forwards;
    }

    .intro::before,
    .intro::after {
      content: "";
      position: absolute;
      width: 34vw;
      height: 34vw;
      min-width: 280px;
      min-height: 280px;
      border: 1px solid rgba(184,139,69,.18);
      border-radius: 50%;
      opacity: 0;
      animation: halo 1.8s ease-out .25s forwards;
    }

    .intro::after { animation-delay: .5s; }

    .intro-mark {
      position: relative;
      text-align: center;
      transform: scale(.72);
      opacity: 0;
      animation: markReveal 1.55s cubic-bezier(.22,1,.36,1) .12s forwards;
    }

    .intro-logo {
      display: block;
      font-size: clamp(3.1rem, 9vw, 8.8rem);
      line-height: .9;
      font-weight: 300;
      letter-spacing: .24em;
      padding-left: .24em;
    }

    .intro-sub {
      display: block;
      margin-top: 20px;
      color: var(--gold);
      font-size: clamp(.66rem, 1.25vw, 1rem);
      letter-spacing: .58em;
      padding-left: .58em;
      text-transform: uppercase;
      opacity: 0;
      animation: subReveal .7s ease 1s forwards;
    }

    .site-shell {
      opacity: 0;
      transform: scale(1.025);
      animation: siteReveal 1s ease 2.7s forwards;
    }

    @keyframes markReveal {
      0% { opacity: 0; transform: scale(.72); filter: blur(8px); }
      55% { opacity: 1; filter: blur(0); }
      100% { opacity: 1; transform: scale(1); filter: blur(0); }
    }
    @keyframes subReveal { to { opacity: 1; } }
    @keyframes halo {
      0% { opacity: 0; transform: scale(.45); }
      30% { opacity: 1; }
      100% { opacity: 0; transform: scale(1.75); }
    }
    @keyframes introExit {
      0% { opacity: 1; transform: scale(1); }
      55% { opacity: 1; transform: scale(1.08); }
      100% { opacity: 0; transform: scale(1.38); visibility: hidden; pointer-events: none; }
    }
    @keyframes siteReveal {
      to { opacity: 1; transform: scale(1); }
    }

    @media (prefers-reduced-motion: reduce) {
      .intro { animation: introExit .01s linear .35s forwards; }
      .intro-mark { animation: none; opacity: 1; transform: none; }
      .intro-sub { animation: none; opacity: 1; }
      .intro::before, .intro::after { display: none; }
      .site-shell { animation: siteReveal .01s linear .36s forwards; }
    }

    header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 20;
      padding: 26px 5vw;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .brand {
      letter-spacing: 0.28em;
      font-weight: 500;
      font-size: 1.05rem;
      text-transform: uppercase;
    }

    .brand small {
      display: block;
      margin-top: 5px;
      letter-spacing: 0.38em;
      font-size: 0.55rem;
      color: var(--muted);
    }

    .nav {
      display: flex;
      gap: 28px;
      align-items: center;
      font-size: 0.78rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .nav a { opacity: 0.76; transition: opacity .2s ease; }
    .nav a:hover { opacity: 1; }

    .nav .cta {
      padding: 11px 18px;
      border: 1px solid var(--ink);
      opacity: 1;
    }

    .hero {
      min-height: 100vh;
      display: grid;
      grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
      align-items: center;
      position: relative;
      background:
        radial-gradient(circle at 16% 25%, rgba(213,177,120,.22), transparent 30%),
        linear-gradient(120deg, #f8f3eb 0%, #eee4d7 49%, #f9f6ef 100%);
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0 0;
      height: 1px;
      background: var(--line);
    }

    .hero-copy {
      padding: 150px 5vw 80px 8vw;
      max-width: 760px;
      z-index: 2;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      color: var(--gold);
      text-transform: uppercase;
      letter-spacing: .22em;
      font-size: .74rem;
      margin-bottom: 26px;
    }

    .eyebrow::before {
      content: "";
      width: 42px;
      height: 1px;
      background: currentColor;
    }

    h1 {
      margin: 0;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(3.5rem, 7vw, 7.6rem);
      line-height: .92;
      font-weight: 400;
      letter-spacing: -.045em;
    }

    .hero-sub {
      margin-top: 24px;
      max-width: 560px;
      font-size: clamp(1.05rem, 1.5vw, 1.35rem);
      color: var(--muted);
    }

    .hero-product {
      margin-top: 34px;
      font-size: .92rem;
      letter-spacing: .16em;
      text-transform: uppercase;
    }

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

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 0 24px;
      border: 1px solid var(--ink);
      font-size: .76rem;
      letter-spacing: .14em;
      text-transform: uppercase;
      transition: all .2s ease;
    }

    .button.primary { background: var(--ink); color: #fff; }
    .button.primary:hover { background: var(--gold); border-color: var(--gold); }
    .button.secondary:hover { background: rgba(255,255,255,.55); }

    .hero-visual {
      min-height: 100vh;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 120px 4vw 60px 2vw;
    }

    .image-card {
      width: min(760px, 100%);
      position: relative;
      border: 1px solid rgba(184,139,69,.24);
      background: rgba(255,255,255,.42);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .image-card img {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      object-position: 0% 50%;
      transform: scale(1.03);
    }

    .image-badge {
      position: absolute;
      left: 22px;
      bottom: 22px;
      background: rgba(248,243,235,.9);
      backdrop-filter: blur(8px);
      padding: 12px 14px;
      border: 1px solid rgba(184,139,69,.28);
      letter-spacing: .16em;
      text-transform: uppercase;
      font-size: .68rem;
    }

    .strip {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      border-bottom: 1px solid var(--line);
      background: var(--paper);
    }

    .strip-item {
      padding: 24px 20px;
      text-align: center;
      border-right: 1px solid var(--line);
      font-size: .74rem;
      text-transform: uppercase;
      letter-spacing: .14em;
      color: #4e473f;
    }
    .strip-item:last-child { border-right: 0; }

    .story {
      max-width: 1280px;
      margin: 0 auto;
      padding: 110px 5vw;
      display: grid;
      grid-template-columns: .85fr 1.15fr;
      gap: 8vw;
      align-items: start;
    }

    .story h2 {
      margin: 0;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(2.7rem, 5vw, 5rem);
      line-height: 1;
      font-weight: 400;
    }

    .story-copy {
      font-size: 1.06rem;
      color: var(--muted);
    }

    .story-copy p:first-child { margin-top: 0; }

    .formula-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
      margin-top: 34px;
    }

    .formula-card {
      padding: 24px;
      min-height: 150px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,.45);
    }

    .formula-card strong {
      display: block;
      margin-bottom: 9px;
      font-size: .84rem;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--ink);
    }

    .formula-card span { font-size: .92rem; color: var(--muted); }

    .signup {
      margin: 0 5vw 90px;
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 86% 18%, rgba(213,177,120,.22), transparent 30%),
        linear-gradient(120deg, #f8f3eb 0%, #eee4d7 52%, #faf7f1 100%);
      color: var(--ink);
      padding: 70px max(5vw, 40px);
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 30px;
      align-items: center;
      border: 3px solid #b88b45;
      box-shadow: inset 0 0 0 1px rgba(213,177,120,.42), 0 22px 55px rgba(57,45,28,.08);
    }

    .signup h3 {
      margin: 0 0 10px;
      font-family: Georgia, "Times New Roman", serif;
      font-weight: 400;
      font-size: clamp(2rem, 4vw, 3.8rem);
    }

    .signup p { margin: 0; color: var(--muted); }

    .signup-form {
      display: flex;
      min-width: min(460px, 100%);
      border-bottom: 1px solid rgba(23,21,18,.38);
    }

    .signup-form input {
      flex: 1;
      border: 0;
      outline: 0;
      background: transparent;
      color: var(--ink);
      padding: 14px 4px;
      font: inherit;
    }

    .signup-form input::placeholder { color: #857b70; }

    .signup-form button {
      border: 0;
      background: transparent;
      color: var(--ink);
      text-transform: uppercase;
      letter-spacing: .14em;
      font-size: .72rem;
      cursor: pointer;
      padding: 0 4px 0 18px;
    }


    .waitlist-status {
      margin-top: 14px;
      min-height: 1.4em;
      font-size: .82rem;
      color: var(--muted);
    }

    .waitlist-status.success { color: #8d6a34; }
    .waitlist-status.error { color: #8b4038; }

    .signup-form button[disabled] {
      opacity: .55;
      cursor: wait;
    }

    footer {
      padding: 30px 5vw 42px;
      display: flex;
      justify-content: space-between;
      gap: 20px;
      color: var(--muted);
      font-size: .78rem;
      border-top: 1px solid var(--line);
    }

    footer a {
      text-decoration: underline;
      text-underline-offset: 3px;
      text-decoration-color: rgba(184,139,69,.5);
    }

    footer a:hover {
      color: var(--gold);
    }

    @media (max-width: 900px) {
      header { position: relative; background: #f6f1e8; }
      .nav a:not(.cta) { display: none; }
      .hero { grid-template-columns: 1fr; min-height: auto; }
      .hero-copy { padding: 80px 7vw 30px; }
      .hero-visual { min-height: auto; padding: 30px 7vw 70px; }
      .strip { grid-template-columns: repeat(2, 1fr); }
      .strip-item:nth-child(2) { border-right: 0; }
      .strip-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
      .story { grid-template-columns: 1fr; gap: 30px; padding-top: 80px; }
      .signup { grid-template-columns: 1fr; }
      .signup-form { min-width: 0; width: 100%; }
    }

    @media (max-width: 560px) {
      .brand { font-size: .9rem; }
      .hero-copy { padding-top: 58px; }
      .strip { grid-template-columns: 1fr; }
      .strip-item { border-right: 0; border-bottom: 1px solid var(--line); }
      .formula-grid { grid-template-columns: 1fr; }
  
    .waitlist-status {
      margin-top: 14px;
      min-height: 1.4em;
      font-size: .82rem;
      color: var(--muted);
    }

    .waitlist-status.success { color: #8d6a34; }
    .waitlist-status.error { color: #8b4038; }

    .signup-form button[disabled] {
      opacity: .55;
      cursor: wait;
    }

    footer { flex-direction: column; }
    }
