@font-face {
  font-family: "Tangkiwood";
  src: url("/assets/fonts/TAN-Tangkiwood-Regular.otf?v=1") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #181311;
  --surface: #221B18;
  --surface-2: #2B221E;
  --border: #3A302B;
  --divider: #463A34;
  --accent: #D4926D;
  --accent-soft: #E1B290;
  --text: #F7F3EE;
  --muted: rgba(247, 243, 238, .68);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  padding: 28px clamp(22px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wordmark {
  font-family: "Tangkiwood", Georgia, serif;
  color: var(--accent-soft);
  letter-spacing: .05em;
  font-size: 2.15rem;
  line-height: 1;
  font-weight: 400;
}
.header-link {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255,255,255,.5);
}

.hero {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.hero-image {
  position: absolute;
  inset: -4%;
  width: 108%;
  height: 108%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(24,19,17,.9) 0%, rgba(24,19,17,.52) 45%, rgba(24,19,17,.15) 75%),
    linear-gradient(0deg, rgba(24,19,17,.7) 0%, transparent 50%);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 140px clamp(22px, 7vw, 110px) clamp(70px, 10vh, 110px);
  width: min(760px, 100%);
}
.eyebrow, .kicker {
  margin: 0 0 22px;
  font-size: .73rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.chapter-number {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  font-size: .66rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.chapter-number::after {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
  opacity: .65;
}
.eyebrow { color: rgba(255,255,255,.75); }
.hero h1 {
  margin: 0;
  font-size: clamp(4.5rem, 10vw, 10rem);
  line-height: .78;
  letter-spacing: -.065em;
  font-weight: 500;
}
.hero-copy {
  margin: 34px 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
}
.button {
  border: 0;
  display: inline-flex;
  gap: 36px;
  align-items: center;
  justify-content: space-between;
  min-width: 220px;
  padding: 15px 18px;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-light {
  background: var(--text);
  color: var(--bg);
}
.button-light:hover { background: var(--accent-soft); }

.chapter {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(68px, 8vw, 118px) clamp(22px, 6vw, 88px);
}
.chapter-number { color: var(--accent); }
.statement {
  min-height: 54svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.statement h2 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(2.7rem, 5.8vw, 5.9rem);
  line-height: .99;
  letter-spacing: -.05em;
  font-weight: 450;
}

.editorial-split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: clamp(36px, 6vw, 92px);
  align-items: center;
}
.image-panel img {
  min-height: 560px;
  object-fit: cover;
}
.copy-panel h2, .product h2, .signup h2 {
  margin: 0 0 24px;
  font-size: clamp(2.45rem, 4.4vw, 4.8rem);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 470;
}
.kicker { color: var(--accent-soft); }
.muted {
  max-width: 520px;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.65;
}

.product {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(38px, 6vw, 92px);
  align-items: center;
  background: var(--surface);
  max-width: none;
  padding-left: max(clamp(22px, 6vw, 88px), calc((100vw - var(--max)) / 2 + 88px));
  padding-right: max(clamp(22px, 6vw, 88px), calc((100vw - var(--max)) / 2 + 88px));
}
.product-image img {
  max-height: 680px;
  object-fit: cover;
  object-position: center top;
  border: 1px solid var(--border);
}

.signup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 8vw, 120px);
  align-items: start;
}
.signup-form label:not(.consent) {
  display: block;
  margin-bottom: 34px;
}
.signup-form label > span:first-child {
  display: block;
  color: var(--muted);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 10px;
}
.signup-form input[type="text"],
.signup-form input[type="email"] {
  width: 100%;
  color: var(--text);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--divider);
  border-radius: 0;
  outline: 0;
  padding: 10px 0 14px;
  font-size: 1.15rem;
}
.signup-form input:focus { border-bottom-color: var(--accent-soft); }
.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  margin: 4px 0 30px;
  color: var(--muted);
  font-size: .85rem;
  line-height: 1.55;
}
.consent input { margin-top: 3px; accent-color: var(--accent); }
.submit-button { width: 100%; }
.form-note {
  color: var(--muted);
  font-size: .75rem;
  margin-top: 16px;
}
.form-note a { border-bottom: 1px solid var(--divider); }
.hidden { display: none; }

footer {
  border-top: 1px solid var(--border);
  max-width: var(--max);
  margin: 0 auto;
  padding: 30px clamp(22px, 6vw, 88px) 48px;
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: .76rem;
}
footer span { margin-left: auto; }

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .85s ease, transform .85s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.legal-page {
  background: #fff;
  color: #161616;
}
.legal-header {
  position: static;
  border-bottom: 1px solid #e7e7e7;
}
.legal-header .wordmark { color: #161616; font-family: "Tangkiwood", Georgia, serif; font-size: 1.35rem; letter-spacing: .08em; font-weight: 400; }
.legal-header .header-link { color: #161616; }
.legal-wrap {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 80px 0 120px;
}
.legal-wrap h1 {
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  letter-spacing: -.045em;
  margin: 0 0 12px;
}
.legal-wrap .effective { color: #666; margin-bottom: 55px; }
.legal-wrap h2 { margin: 42px 0 12px; font-size: 1.28rem; }
.legal-wrap p, .legal-wrap li { color: #333; line-height: 1.75; }
.legal-wrap a { text-decoration: underline; }

.thanks {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 32px;
  text-align: center;
}
.thanks-inner { max-width: 680px; }
.thanks h1 {
  font-size: clamp(4rem, 10vw, 8rem);
  line-height: .88;
  letter-spacing: -.06em;
  margin: 0 0 28px;
}
.thanks p { color: var(--muted); font-size: 1.1rem; margin-bottom: 34px; }

@media (max-width: 820px) {
  .hero-shade {
    background: linear-gradient(0deg, rgba(24,19,17,.9) 0%, rgba(24,19,17,.2) 75%);
  }
  .hero-image { object-position: 58% center; }
  .hero-content { padding-bottom: 80px; }
  .editorial-split, .product, .signup { grid-template-columns: 1fr; }
  .product { padding-top: 100px; padding-bottom: 100px; }
  .image-panel img { min-height: 500px; }
  .product-image { order: -1; }
  footer span { width: 100%; margin-left: 0; margin-top: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}







@media (max-width: 820px) {
  .wordmark { font-size: 1.7rem; }
  

@media (max-width: 820px) {
  .chapter {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .statement {
    min-height: auto;
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .statement h2 {
    font-size: clamp(2.65rem, 12vw, 4.4rem);
  }
  .chapter-number {
    margin-bottom: 14px;
  }
  .image-panel img {
    min-height: 420px;
  }
  


/* V5 — three-image editorial layout */
.compact-statement {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(320px, 1.15fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: center;
}
.compact-statement .statement-copy {
  max-width: 620px;
}
.compact-statement h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5.4vw, 5.6rem);
  line-height: .98;
  letter-spacing: -.05em;
  font-weight: 450;
}
.statement-image {
  width: 100%;
  max-width: 700px;
  justify-self: end;
}
.statement-image img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  object-position: center 52%;
}

.product-focus {
  background: var(--surface);
  max-width: none;
  grid-template-columns: minmax(280px, .75fr) minmax(420px, 1.25fr);
  padding-left: max(clamp(22px, 6vw, 88px), calc((100vw - var(--max)) / 2 + 88px));
  padding-right: max(clamp(22px, 6vw, 88px), calc((100vw - var(--max)) / 2 + 88px));
}
.product-focus .product-image img {
  max-height: 760px;
  object-fit: contain;
  background: transparent;
  border: 0;
}
.signup {
  background: var(--bg);
}
.signup-form {
  background: transparent;
  border: 0;
  padding: 0;
  backdrop-filter: none;
}

@media (max-width: 820px) {
  .compact-statement,
  .product-focus {
    grid-template-columns: 1fr;
  }
  .statement-image {
    max-width: none;
    justify-self: stretch;
  }
  .statement-image img {
    max-height: 480px;
  }
  .product-focus .product-image {
    order: 0;
  }
}


/* V6 — simplified combined story + product section */
.combined-product {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
  gap: clamp(44px, 7vw, 110px);
  align-items: center;
  min-height: 760px;
}
.combined-copy {
  max-width: 650px;
}
.combined-copy h2 {
  margin: 0 0 44px;
  font-size: clamp(3rem, 5.8vw, 6rem);
  line-height: .98;
  letter-spacing: -.052em;
  font-weight: 450;
}
.combined-copy .kicker {
  margin-top: 0;
  margin-bottom: 14px;
}
.combined-phone {
  display: flex;
  align-items: center;
  justify-content: center;
}
.combined-phone img {
  width: min(100%, 620px);
  max-height: 780px;
  object-fit: contain;
}

@media (max-width: 820px) {
  .combined-product {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 42px;
  }
  .combined-copy h2 {
    margin-bottom: 30px;
    font-size: clamp(2.8rem, 12vw, 4.4rem);
  }
  .combined-phone img {
    width: min(100%, 520px);
    max-height: 680px;
  }
}


/* V7 — hero + signup only */
.signup-only {
  min-height: 100svh;
  display: grid;
  align-items: center;
  background: var(--bg);
  border-top: 1px solid var(--border);
}
.signup-shell {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: clamp(90px, 12vw, 170px) clamp(22px, 6vw, 88px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: clamp(54px, 10vw, 150px);
  align-items: start;
}
.signup-only h2 {
  margin: 0 0 24px;
  font-size: clamp(3.2rem, 6vw, 6rem);
  line-height: .96;
  letter-spacing: -.055em;
  font-weight: 450;
}
.signup-only .signup-form {
  background: transparent;
  border: 0;
  padding: 0;
}
.signup-only .kicker {
  color: var(--accent-soft);
}

@media (max-width: 820px) {
  .signup-shell {
    grid-template-columns: 1fr;
    gap: 50px;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .signup-only h2 {
    font-size: clamp(3rem, 14vw, 4.7rem);
  }
}


/* Production accessibility polish */
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 2px solid var(--accent-soft);
  outline-offset: 4px;
}

/* MailerLite early-access form */
.mailerlite-signup {
  width: 100%;
  max-width: 680px;
  min-width: 0;
}

.mailerlite-signup .ml-embedded {
  width: 100%;
}

.form-fallback {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.6;
}

.form-fallback a {
  color: inherit;
  border-bottom: 1px solid var(--divider);
}
