:root {
  --ink: #231c19;
  --muted: #756963;
  --paper: #f7f1e7;
  --panel: #fffaf1;
  --line: #cfc1b2;
  --accent: #a13f2c;
  --accent-dark: #6f2c20;
  --gold: #c99637;
  --soft: #eadbca;
  --display: "Iowan Old Style", Baskerville, "Palatino Linotype", Georgia, serif;
  --body: Aptos, Candara, "Trebuchet MS", sans-serif;
}

html {
  background: #e8dfd2;
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 16% 10%, rgba(161, 63, 44, .035), transparent 28rem),
    repeating-linear-gradient(0deg, rgba(64, 43, 34, .018) 0, rgba(64, 43, 34, .018) 1px, transparent 1px, transparent 5px),
    var(--paper);
  font-family: var(--body);
  letter-spacing: .005em;
}

h1,
h2,
h3,
.quote-line,
.price-stack strong,
.offer-box .price {
  font-family: var(--display);
  font-weight: 600;
}

.topbar {
  position: relative;
  z-index: 5;
  padding: 18px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(35, 28, 25, .25);
  background: rgba(247, 241, 231, .96);
  backdrop-filter: none;
}

.brand {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .035em;
}

.edition {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 6vw, 76px) clamp(20px, 4vw, 56px) clamp(56px, 8vw, 104px);
  background: transparent;
}

.hero::before {
  position: absolute;
  top: 5.2rem;
  right: max(24px, calc((100vw - 1180px) / 2));
  content: "01 / READ THE PATTERN";
  color: rgba(111, 44, 32, .48);
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  writing-mode: vertical-rl;
}

.hero-inner {
  max-width: 1180px;
}

.ad-bridge {
  max-width: 660px;
  margin: 0 auto 16px;
  color: var(--accent-dark);
  font-family: var(--display);
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 500;
  letter-spacing: .01em;
}

h1 {
  max-width: 900px;
  font-size: clamp(46px, 6.2vw, 78px);
  font-weight: 600;
  line-height: .96;
  letter-spacing: -.035em;
}

.subhead {
  max-width: 720px;
  margin-top: 24px;
  color: #514541;
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.55;
}

.product-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 0;
  max-width: 1120px;
  margin: clamp(58px, 8vw, 96px) auto 0;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid rgba(35, 28, 25, .42);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.guide-gallery {
  min-width: 0;
  padding: 48px 54px 34px 0;
  background: transparent;
}

.gallery-label {
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--accent-dark);
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-align: left;
}

.page-stack {
  height: 430px;
  margin: 12px 0 0;
}

.guide-page {
  border: 1px solid rgba(65, 43, 35, .22);
  border-radius: 0;
  box-shadow: 7px 16px 34px rgba(65, 43, 35, .18);
}

.guide-page-left {
  top: 92px;
  left: 1%;
  transform: rotate(-5deg);
}

.guide-page-right {
  top: 70px;
  right: 2%;
  transform: rotate(4deg);
}

.guide-page-cover {
  top: 24px;
  left: 29%;
  width: 41%;
  box-shadow: 10px 22px 42px rgba(65, 43, 35, .23);
}

.page-peeks {
  display: none;
}

.purchase-copy {
  align-self: center;
  padding: 54px 0 54px clamp(38px, 5vw, 70px);
  border-left: 1px solid rgba(35, 28, 25, .28);
  color: var(--ink);
  background: transparent;
}

.product-kicker {
  color: var(--accent);
  font-family: "Courier New", monospace;
  font-size: 10px;
  letter-spacing: .18em;
}

.purchase-copy h2 {
  max-width: 440px;
  margin: 12px 0 18px;
  color: var(--ink);
  font-size: clamp(38px, 4.5vw, 58px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.025em;
}

.purchase-copy .order-intro {
  max-width: 450px;
  color: #564a45;
  font-size: 16px;
  line-height: 1.6;
}

.purchase-copy .includes {
  margin: 26px 0;
  padding: 2px 0;
  border-top: 1px solid rgba(35, 28, 25, .28);
  border-bottom: 1px solid rgba(35, 28, 25, .28);
}

.purchase-copy .includes li {
  display: block;
  padding: 12px 0;
  color: #3f3531;
  font-size: 14px;
  line-height: 1.4;
}

.purchase-copy .includes li + li {
  border-top: 1px dotted rgba(35, 28, 25, .22);
}

.purchase-copy .includes li::before {
  content: none;
}

.product-facts {
  display: flex;
  gap: 0;
  margin-bottom: 28px;
  overflow: visible;
  border: 0;
  border-radius: 0;
}

.product-facts span {
  flex: 1;
  padding: 0 14px;
  color: var(--muted);
  font-size: 9px;
  text-align: left;
}

.product-facts span:first-child {
  padding-left: 0;
}

.product-facts span + span {
  border-left: 1px solid rgba(35, 28, 25, .28);
}

.product-facts strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: 18px;
}

.buy-row {
  grid-template-columns: minmax(110px, auto) minmax(190px, 1fr);
  gap: 20px;
}

.price-stack span {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .12em;
}

.price-stack strong {
  color: var(--accent-dark);
  font-size: 46px;
  font-weight: 600;
}

.button,
.purchase-copy .button {
  border: 1px solid var(--accent-dark);
  border-radius: 2px;
  background: var(--accent-dark);
  color: #fffaf1;
  box-shadow: 5px 5px 0 var(--gold);
  font-family: var(--body);
  font-size: 15px;
  letter-spacing: .025em;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.button:hover,
.purchase-copy .button:hover {
  background: #552219;
  box-shadow: 2px 2px 0 var(--gold);
  transform: translate(3px, 3px);
}

.purchase-copy .checkout-note {
  color: var(--muted);
  text-align: left;
}

.quiet-proof {
  border-top-color: rgba(35, 28, 25, .28);
  color: #554843;
  text-align: left;
}

.quiet-proof a,
.purchase-copy .secondary-link {
  color: var(--accent-dark);
}

.purchase-copy .secondary-link {
  width: fit-content;
  border-bottom: 1px solid rgba(111, 44, 32, .42);
  text-align: left;
}

.story-chapter {
  position: relative;
  max-width: 820px;
  padding-top: clamp(66px, 9vw, 112px);
  padding-bottom: clamp(66px, 9vw, 112px);
}

.story-chapter + .story-chapter {
  border-top: 1px solid rgba(35, 28, 25, .22);
}

.story-chapter h2 {
  max-width: 700px;
  margin-bottom: 34px;
  font-size: clamp(42px, 5.2vw, 62px);
  font-weight: 600;
  line-height: 1.01;
  letter-spacing: -.025em;
}

.story-chapter p {
  max-width: 690px;
  font-size: clamp(18px, 1.8vw, 21px);
  line-height: 1.68;
}

.story-chapter:nth-of-type(odd) {
  transform: translateX(38px);
}

.story-label {
  max-width: 610px !important;
  margin-bottom: 14px !important;
  color: var(--muted);
  font-family: "Courier New", monospace;
  font-size: 10px !important;
  letter-spacing: .12em;
  text-transform: uppercase;
}

#lina p:nth-of-type(2)::first-letter {
  float: left;
  margin: .07em .12em 0 0;
  color: var(--accent-dark);
  font-family: var(--display);
  font-size: 4.4em;
  line-height: .73;
}

.quote-line {
  max-width: 760px !important;
  margin: 42px 0 !important;
  padding: 8px 0 8px 28px;
  border-left: 4px solid var(--gold);
  color: var(--accent-dark);
  font-size: clamp(30px, 4vw, 46px) !important;
  font-style: italic;
  font-weight: 500;
  line-height: 1.12 !important;
}

mark {
  background: linear-gradient(transparent 58%, rgba(231, 199, 93, .66) 58%, rgba(231, 199, 93, .66) 91%, transparent 91%);
}

.module-wrap {
  max-width: none;
  padding: clamp(74px, 9vw, 112px) max(24px, calc((100vw - 1120px) / 2));
  background: #27201d;
  color: #fff8ec;
}

.module-wrap > h2 {
  max-width: 760px;
  margin: 0 0 48px;
  text-align: left;
  font-size: clamp(44px, 5.5vw, 66px);
  font-weight: 500;
  line-height: 1;
}

.module-grid {
  counter-reset: module;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 52px;
}

.module-grid article {
  counter-increment: module;
  position: relative;
  padding: 24px 0 30px 54px;
  border: 0;
  border-top: 1px solid rgba(255, 248, 236, .24);
  border-radius: 0;
  background: transparent;
  color: #fff8ec;
  box-shadow: none;
}

.module-grid article::before {
  position: absolute;
  top: 28px;
  left: 0;
  content: "0" counter(module);
  color: var(--gold);
  font-family: "Courier New", monospace;
  font-size: 11px;
  letter-spacing: .12em;
}

.module-grid h3 {
  margin-bottom: 10px;
  color: #fff8ec;
  font-size: 27px;
  font-weight: 500;
}

.module-grid p {
  margin: 0;
  color: #cfc2b9;
  line-height: 1.6;
}

.compare {
  max-width: 1120px;
  padding-top: clamp(72px, 9vw, 112px);
  padding-bottom: clamp(72px, 9vw, 112px);
}

.compare h2 {
  max-width: 720px;
  margin-bottom: 48px;
  text-align: left;
  font-size: clamp(43px, 5.4vw, 64px);
  font-weight: 600;
  line-height: 1;
}

.compare-grid {
  counter-reset: signal;
  gap: 0;
  border-top: 1px solid rgba(35, 28, 25, .38);
  border-bottom: 1px solid rgba(35, 28, 25, .38);
}

.compare-card {
  counter-increment: signal;
  position: relative;
  padding: 34px 30px 34px 48px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.compare-card + .compare-card {
  border-left: 1px solid rgba(35, 28, 25, .28);
}

.compare-card::before {
  position: absolute;
  top: 40px;
  left: 18px;
  content: counter(signal);
  color: var(--accent);
  font-family: "Courier New", monospace;
  font-size: 10px;
}

.compare-card h3 {
  font-size: 27px;
  font-weight: 600;
}

.compare-card p {
  color: #594c47;
  line-height: 1.58;
}

.section:not(.story-chapter) {
  padding-top: clamp(66px, 8vw, 96px);
  padding-bottom: clamp(66px, 8vw, 96px);
}

.section:not(.story-chapter) h2 {
  font-size: clamp(42px, 5vw, 60px);
  font-weight: 600;
  line-height: 1;
}

.offer-section {
  position: relative;
  overflow: hidden;
  padding: clamp(68px, 8vw, 96px) 24px;
  background: var(--accent-dark);
  color: #fff8ec;
}

.offer-section::after {
  position: absolute;
  right: -6rem;
  bottom: -9rem;
  content: "$19";
  color: rgba(255, 248, 236, .06);
  font-family: var(--display);
  font-size: 22rem;
  line-height: 1;
}

.offer-box {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.offer-box h2 {
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 500;
}

.offer-box p {
  max-width: 600px;
  color: #eaded4;
}

.offer-box .price {
  display: block;
  margin: 28px 0 18px;
  padding: 0;
  border: 0;
  color: #efd28e;
  font-size: 76px;
  font-weight: 500;
}

.offer-box .price::before {
  display: none;
}

.offer-box .button {
  max-width: 340px;
  margin: 0;
  border-color: #fff8ec;
  background: #fff8ec;
  color: var(--accent-dark);
  box-shadow: 5px 5px 0 var(--gold);
}

.offer-box .fine {
  max-width: 340px;
  text-align: left;
}

.faq {
  max-width: 850px;
  padding-top: clamp(74px, 9vw, 110px);
  padding-bottom: clamp(74px, 9vw, 110px);
}

.faq h2 {
  margin-bottom: 38px;
  text-align: left;
  font-size: clamp(44px, 5.2vw, 62px);
  font-weight: 600;
}

.faq details {
  margin: 0;
  padding: 22px 0;
  border: 0;
  border-top: 1px solid rgba(35, 28, 25, .34);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.faq details:last-child {
  border-bottom: 1px solid rgba(35, 28, 25, .34);
}

.faq summary {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 600;
}

.footer {
  padding: 48px max(24px, calc((100vw - 1120px) / 2));
  border-top: 1px solid rgba(35, 28, 25, .32);
  background: #e9dfd2;
  text-align: left;
}

.footer nav {
  justify-content: flex-start;
}

@media (max-width: 860px) {
  .hero::before {
    display: none;
  }

  .product-stage {
    grid-template-columns: 1fr;
    border-radius: 0;
  }

  .guide-gallery {
    padding: 38px 12px 24px;
  }

  .gallery-label {
    text-align: center;
  }

  .purchase-copy {
    padding: 42px 16px 48px;
    border-top: 1px solid rgba(35, 28, 25, .28);
    border-left: 0;
  }

  .module-grid {
    grid-template-columns: 1fr;
  }

  .story-chapter:nth-of-type(odd) {
    transform: none;
  }
}

@media (max-width: 600px) {
  .topbar {
    padding: 14px 18px;
  }

  .brand {
    font-size: 15px;
  }

  .hero {
    padding: 34px 18px 66px;
  }

  .ad-bridge {
    max-width: 310px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.35;
  }

  h1 {
    max-width: 350px;
    font-size: clamp(39px, 11vw, 48px);
    line-height: .98;
  }

  .subhead {
    max-width: 350px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.52;
  }

  .product-stage {
    margin-top: 56px;
  }

  .page-stack {
    height: 300px;
  }

  .guide-page-left,
  .guide-page-right {
    top: 76px;
  }

  .guide-page-cover {
    top: 18px;
  }

  .purchase-copy h2 {
    max-width: 350px;
    font-size: 41px;
  }

  .product-facts strong {
    font-size: 15px;
  }

  .buy-row {
    grid-template-columns: 1fr;
  }

  .price-stack {
    text-align: left;
  }

  .purchase-copy .checkout-note,
  .quiet-proof {
    text-align: left;
  }

  .story-chapter,
  .section:not(.story-chapter) {
    padding-right: 20px;
    padding-left: 20px;
  }

  .story-chapter h2,
  .section:not(.story-chapter) h2 {
    font-size: 40px;
  }

  .story-chapter p {
    font-size: 18px;
    line-height: 1.65;
  }

  .quote-line {
    margin: 34px 0 !important;
    padding-left: 20px;
    font-size: 31px !important;
  }

  .module-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .module-wrap > h2,
  .compare h2,
  .faq h2 {
    font-size: 42px;
  }

  .module-grid article {
    padding-left: 46px;
  }

  .compare {
    padding-right: 20px;
    padding-left: 20px;
  }

  .compare-grid {
    grid-template-columns: 1fr;
  }

  .compare-card {
    padding-left: 44px;
  }

  .compare-card + .compare-card {
    border-top: 1px solid rgba(35, 28, 25, .28);
    border-left: 0;
  }

  .offer-box .price {
    font-size: 68px;
  }

  .faq {
    padding-right: 20px;
    padding-left: 20px;
  }
}

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