:root {
  --ink: #26261f;
  --paper: #f8f3e9;
  --cream: #eee4d4;
  --clay: #a4513f;
  --moss: #667247;
  --line: rgba(38, 38, 31, 0.16);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
}
.wrap {
  max-width: 1200px;
  margin: auto;
  padding-left: 32px;
  padding-right: 32px;
}
.skip {
  position: absolute;
  left: -999px;
}
.skip:focus {
  left: 16px;
  top: 16px;
  z-index: 5;
  background: #fff;
  padding: 8px;
}
.nav {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  color: var(--ink);
  text-decoration: none;
  font: 500 12px var(--mono);
  letter-spacing: 0.08em;
}
.mark {
  font-size: 22px;
  vertical-align: -2px;
  color: var(--clay);
}
.nav nav {
  display: flex;
  gap: 28px;
}
.nav a,
.footer a {
  color: var(--ink);
  text-decoration: none;
  font-size: 14px;
}
.nav-cta {
  border-bottom: 1px solid var(--ink);
  padding-bottom: 3px;
}
.nav-cta span {
  color: var(--clay);
  font-size: 17px;
}
.eyebrow {
  font: 500 11px var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.eyebrow span {
  width: 16px;
  height: 1px;
  background: var(--clay);
  display: inline-block;
}
.hero {
  padding-top: 86px;
  padding-bottom: 105px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 45px;
  align-items: center;
}
.hero h1,
.truth h2,
.section-head h2,
.promise h2,
.buy h2 {
  font: 500 clamp(45px, 5.5vw, 75px) / 1.05 var(--serif);
  letter-spacing: -0.045em;
  margin: 0;
}
.hero h1 em,
.section-head h2 em,
.buy h2 em {
  font-weight: 500;
  color: var(--clay);
}
.lede {
  font-size: 19px;
  line-height: 1.55;
  max-width: 530px;
  margin: 28px 0;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}
.button {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  border: 0;
  padding: 15px 18px 15px 21px;
  min-width: 230px;
  font: 600 14px var(--sans);
  cursor: pointer;
}
.button span {
  font-size: 20px;
}
.button:hover {
  background: var(--clay);
}
.text-link {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 3px;
  font-size: 14px;
}
.text-link span {
  color: var(--clay);
  padding-left: 5px;
}
.micro {
  font: 400 11px var(--mono);
  color: #68675e;
  margin-top: 27px;
}
.hero-art {
  height: 485px;
  position: relative;
  background: var(--cream);
  overflow: hidden;
}
.sun {
  position: absolute;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: #d7a169;
  right: -60px;
  top: -125px;
  opacity: 0.72;
}
.paper {
  position: absolute;
  background: #fffaf0;
  box-shadow: 0 18px 35px rgba(38, 38, 31, 0.14);
  padding: 27px;
  width: 260px;
  height: 350px;
}
.paper-back {
  transform: rotate(8deg);
  right: 38px;
  bottom: 25px;
  background: #f4eee0;
}
.paper-front {
  transform: rotate(-4deg);
  left: 55px;
  top: 53px;
  padding: 32px;
}
.paper-kicker,
.card-label {
  font: 500 10px var(--mono);
  letter-spacing: 0.12em;
  color: #797364;
}
.paper-front h2 {
  font: 500 43px/1.02 var(--serif);
  margin: 54px 0 13px;
  letter-spacing: -0.04em;
}
.paper-front h2 em {
  color: var(--clay);
}
.paper-front p {
  font-size: 12px;
  max-width: 165px;
}
.paper-footer {
  position: absolute;
  bottom: 20px;
  left: 32px;
  right: 32px;
  border-top: 1px solid var(--line);
  padding-top: 10px;
  font: 400 8px var(--mono);
  letter-spacing: 0.08em;
}
.paper-footer b {
  float: right;
}
.paper-back strong {
  font: 500 22px/1.12 var(--serif);
  display: block;
  margin: 18px 0;
}
.line {
  height: 1px;
  background: #c4bdad;
  margin: 16px 0;
}
.w80 {
  width: 80%;
}
.w60 {
  width: 60%;
}
.check {
  font-size: 11px;
  margin: 14px 0;
}
.check i {
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 1px solid #777063;
  margin-right: 8px;
  vertical-align: -1px;
}
.tag {
  position: absolute;
  left: 22px;
  bottom: 28px;
  background: var(--moss);
  color: #fff;
  padding: 9px 13px;
  font: 400 10px var(--mono);
  letter-spacing: 0.06em;
  transform: rotate(-3deg);
}
.truth {
  border-top: 1px solid var(--line);
  padding-top: 95px;
  padding-bottom: 115px;
}
.truth-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr;
  gap: 110px;
}
.truth h2 {
  font-size: 48px;
}
.truth-grid div p {
  margin: 0 0 19px;
  color: #48483f;
  font-size: 17px;
}
.inside {
  background: #e7ddd0;
  padding: 110px 0;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 48px;
}
.section-head h2 {
  font-size: 52px;
}
.section-head > p {
  max-width: 280px;
  margin: 0 0 6px;
  color: #5b5a51;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
}
.feature {
  background: var(--paper);
  padding: 25px;
  min-height: 340px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.feature-large {
  grid-row: span 2;
  min-height: 698px;
}
.number {
  font: 500 11px var(--mono);
  color: var(--clay);
}
.feature h3 {
  font: 500 27px/1.1 var(--serif);
  letter-spacing: -0.03em;
  margin: 22px 0 8px;
}
.feature > p {
  margin: 0;
  font-size: 14px;
  color: #626157;
}
.mini-schedule,
.mini-list,
.mini-note {
  margin: auto 0 28px;
  background: #f3ecdf;
  padding: 20px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.04em;
}
.mini-schedule p,
.mini-list p,
.mini-note p {
  margin: 0 0 14px;
  color: #5f5a4e;
  font-size: 9px;
}
.mini-note p {
  color: #342921;
}
.mini-schedule div {
  border-top: 1px solid #d0c5b3;
  padding: 12px 0;
  display: flex;
  gap: 9px;
}
.mini-schedule b {
  width: 34px;
  font-weight: 500;
}
.mini-schedule i {
  width: 44px;
  background: #d8c8b2;
  height: 7px;
  margin-top: 4px;
}
.mini-list div {
  border-top: 1px solid #d0c5b3;
  padding: 10px 0;
}
.soft {
  background: #dfe1cd;
}
.mini-note {
  background: #d1a07b;
  min-height: 145px;
  color: #342921;
}
.mini-note strong {
  font: 500 23px/1.05 var(--serif);
  display: block;
}
.mini-note i {
  display: block;
  margin-top: 17px;
  font-size: 9px;
}
.promise {
  padding: 105px 32px;
}
.promise-card {
  background: var(--moss);
  color: #fff;
  position: relative;
  padding: 60px max(48px, 8%);
  overflow: hidden;
}
.promise-card:after {
  content: "";
  width: 310px;
  height: 310px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  position: absolute;
  right: -85px;
  bottom: -145px;
}
.light {
  color: #fff;
}
.light span {
  background: #fff;
}
.promise h2 {
  font-size: 53px;
}
.promise-card > p:not(.eyebrow) {
  max-width: 550px;
  font-size: 18px;
  line-height: 1.55;
  position: relative;
  z-index: 1;
}
.details {
  padding-bottom: 110px;
}
.detail-list {
  border-top: 1px solid var(--line);
}
.detail-list > div {
  display: grid;
  grid-template-columns: 80px 1fr 0.8fr;
  gap: 22px;
  border-bottom: 1px solid var(--line);
  padding: 25px 0;
  align-items: baseline;
}
.detail-list span {
  font: 500 11px var(--mono);
  color: var(--clay);
}
.detail-list h3 {
  font: 500 24px var(--serif);
  letter-spacing: -0.025em;
  margin: 0;
}
.detail-list h3 a {
  color: inherit;
  text-decoration: none;
}
.detail-list h3 a:hover,
.detail-list h3 a:focus-visible {
  color: var(--clay);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.detail-list p {
  font-size: 14px;
  color: #625f55;
  margin: 0;
}
.previews {
  padding: 105px 0 115px;
  background: #efe6d8;
}
.preview-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.preview-grid figure {
  margin: 0;
}
.preview-grid img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--line);
  box-shadow: 0 18px 35px rgba(38, 38, 31, 0.12);
}
.preview-grid figcaption {
  margin-top: 12px;
  font: 500 10px var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.buy {
  background: var(--clay);
  color: #fff;
  padding: 100px 0;
}
.buy-grid {
  display: grid;
  grid-template-columns: 1fr 385px;
  gap: 80px;
  align-items: center;
}
.buy h2 {
  font-size: 58px;
}
.buy h2 em {
  color: #ffdfc6;
}
.buy-lede {
  font-size: 18px;
  line-height: 1.5;
  max-width: 480px;
}
.buy ul {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  font-size: 14px;
}
.buy li {
  margin: 10px 0;
}
.buy li:before {
  content: "✓";
  padding-right: 10px;
}
.checkout-card {
  background: #fffaf2;
  color: var(--ink);
  padding: 34px;
}
.button:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}
.order-page {
  min-height: calc(100vh - 86px);
  display: grid;
  place-items: center;
  padding-top: 70px;
  padding-bottom: 90px;
}
.order-card {
  width: min(100%, 760px);
  border: 1px solid var(--line);
  background: #fffaf2;
  padding: clamp(36px, 7vw, 76px);
}
.order-card h1 {
  font: 500 clamp(44px, 7vw, 72px) / 1.05 var(--serif);
  letter-spacing: -0.045em;
  margin: 0;
}
.order-lede {
  max-width: 560px;
  margin: 26px 0 36px;
  font-size: 19px;
  line-height: 1.55;
}
.order-help {
  border-top: 1px solid var(--line);
  margin-top: 40px;
  padding-top: 28px;
}
.order-help h2 {
  font: 500 26px var(--serif);
  margin: 0 0 12px;
}
.order-help p {
  color: #555247;
  margin: 10px 0;
}
.order-help a {
  color: var(--ink);
}
.price {
  font: 500 71px/0.9 var(--serif);
  margin-top: 13px;
  letter-spacing: -0.05em;
}
.price sup {
  font: 26px var(--sans);
  vertical-align: 27px;
}
.price-note {
  font: 400 11px var(--mono);
  margin: 12px 0 26px;
  color: #625f55;
}
.button-dark {
  width: 100%;
}
.button-dark:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}
.checkout-note {
  font-size: 11px;
  line-height: 1.45;
  color: #716d60;
  margin: 13px 0;
}

.feedback-form { display:grid; gap:28px; margin-top:34px; }
.feedback-form fieldset { border:0; padding:0; margin:0; display:grid; gap:10px; }
.feedback-form legend { font-weight:600; margin-bottom:8px; }
.feedback-form label { font-size:16px; }
.feedback-form input { accent-color:var(--ink); }
.feedback-comment { display:grid; gap:9px; font-weight:600; }
.feedback-comment span { font-weight:400; color:var(--muted); }
.feedback-comment textarea { width:100%; box-sizing:border-box; resize:vertical; padding:12px; background:#fffdf9; border:1px solid var(--line); font:inherit; color:var(--ink); }
.rating { display:flex; gap:12px; }
.rating label { display:flex; gap:4px; align-items:center; }
.card-rule {
  height: 1px;
  background: var(--line);
  margin: 22px 0;
}
.refund {
  font-size: 11px;
  color: #625f55;
  line-height: 1.5;
}
.refund a {
  color: inherit;
}
.questions {
  padding-top: 110px;
  padding-bottom: 110px;
}
.faq {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}
summary {
  cursor: pointer;
  list-style: none;
  font: 500 25px/1.2 var(--serif);
  letter-spacing: -0.02em;
  display: flex;
  justify-content: space-between;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  font: 400 28px var(--sans);
  color: var(--clay);
}
details[open] summary span {
  transform: rotate(45deg);
}
details p {
  max-width: 650px;
  color: #605f56;
  margin: 15px 0 2px;
  font-size: 15px;
}
.footer {
  border-top: 1px solid var(--line);
  padding-top: 27px;
  padding-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer div {
  display: flex;
  gap: 22px;
}
.footer p {
  font: 400 10px var(--mono);
  color: #68675e;
  margin: 0;
}
@media (max-width: 800px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav {
    height: 70px;
  }
  .nav nav {
    display: none;
  }
  .nav-cta {
    font-size: 12px;
  }
  .hero {
    padding-top: 54px;
    padding-bottom: 65px;
  }
  .hero-grid,
  .truth-grid,
  .buy-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero-art {
    height: 400px;
  }
  .paper-front {
    left: 28px;
    top: 42px;
  }
  .paper-back {
    right: 16px;
    bottom: 14px;
  }
  .truth {
    padding-top: 65px;
    padding-bottom: 75px;
  }
  .truth h2 {
    font-size: 40px;
  }
  .inside {
    padding: 70px 0;
  }
  .section-head {
    display: block;
  }
  .section-head h2 {
    font-size: 42px;
  }
  .section-head > p {
    margin-top: 20px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature,
  .feature-large {
    min-height: 310px;
    grid-row: auto;
  }
  .promise {
    padding: 70px 20px;
  }
  .promise-card {
    padding: 42px 28px;
  }
  .promise h2 {
    font-size: 42px;
  }
  .details {
    padding-bottom: 70px;
  }
  .previews {
    padding: 70px 0;
  }
  .preview-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .detail-list > div {
    grid-template-columns: 40px 1fr;
  }
  .detail-list p {
    grid-column: 2;
  }
  .buy {
    padding: 70px 0;
  }
  .buy h2 {
    font-size: 47px;
  }
  .checkout-card {
    padding: 28px;
  }
  .questions {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  summary {
    font-size: 22px;
  }
  .footer {
    display: block;
  }
  .footer div {
    margin: 20px 0;
  }
  .footer p {
    margin-top: 14px;
  }
}
