:root {
  --ink: #07080a;
  --panel: #111318;
  --panel-soft: #181a20;
  --gold: #d7a84b;
  --gold-light: #f4d58b;
  --ivory: #f4efe4;
  --muted: #aaa59d;
  --burgundy: #6d2331;
  --line: rgba(244, 239, 228, 0.13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--ivory);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 100;
  padding: 12px 16px;
  background: var(--gold-light);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  transition: top 160ms ease;
}

.skip-link:focus {
  top: 18px;
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
}

.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 {
  width: min(1240px, calc(100% - 48px));
  height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  letter-spacing: 0.14em;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.brand span {
  display: grid;
  gap: 2px;
}

.brand strong {
  font-family: var(--serif);
  color: var(--gold-light);
  font-size: 15px;
}

.brand small {
  color: var(--muted);
  font-size: 8px;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-light);
  text-decoration: none;
  font-size: 13px;
  border-bottom: 1px solid var(--gold);
  padding: 10px 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
  margin-right: 38px;
}

.site-nav a {
  color: var(--muted);
  font-size: 12px;
  text-decoration: none;
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--gold-light);
}

.hero {
  width: min(1240px, calc(100% - 48px));
  min-height: 710px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  gap: 70px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -140px;
  top: 30px;
  background: radial-gradient(circle, rgba(215, 168, 75, 0.13), transparent 68%);
  z-index: -2;
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(215, 168, 75, 0.18);
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}

.orbit-one {
  width: 510px;
  height: 510px;
  right: -90px;
  top: 76px;
}

.orbit-two {
  width: 330px;
  height: 330px;
  right: 0;
  top: 165px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(52px, 6vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.hero h1 span {
  display: block;
  color: var(--gold-light);
  font-style: italic;
}

.hero-lead {
  max-width: 610px;
  margin: 30px 0 28px;
  color: #c6c0b6;
  font-size: 18px;
  line-height: 1.65;
}

.hero-points {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.hero-points li {
  color: #d6d0c5;
  font-size: 13px;
}

.hero-points span {
  color: var(--gold);
  margin-right: 6px;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.primary-link,
.download-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-width: 278px;
  padding: 17px 20px;
  background: linear-gradient(135deg, #e5b85e, #b9822f);
  color: #17120b;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 18px 45px rgba(215, 168, 75, 0.13);
}

.primary-link span,
.download-button span,
button span {
  font-size: 21px;
  line-height: 1;
}

.microcopy {
  margin: 12px 0 0;
  color: #77736d;
  font-size: 11px;
}

.hero-visual {
  min-height: 610px;
  position: relative;
}

.portrait-frame {
  position: absolute;
  width: 390px;
  height: 510px;
  right: 0;
  top: 34px;
  overflow: hidden;
  border: 1px solid rgba(244, 213, 139, 0.28);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.45);
}

.portrait-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 6, 8, 0.08),
    transparent 40%,
    rgba(5, 6, 8, 0.64)
  );
}

.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
  filter: saturate(0.82) contrast(1.06);
}

.guide-card {
  width: 276px;
  height: 378px;
  position: absolute;
  left: 0;
  bottom: 8px;
  padding: 24px 25px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.06), transparent 40%),
    #0e1014;
  border: 1px solid rgba(244, 213, 139, 0.38);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.62);
  transform: rotate(-3deg);
}

.guide-card::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(215, 168, 75, 0.17);
  pointer-events: none;
}

.guide-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
  color: var(--gold);
  font-size: 8px;
  letter-spacing: 0.15em;
}

.guide-card-top img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
}

.guide-card > p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.19em;
  color: var(--gold);
}

.guide-card > strong {
  display: block;
  margin-top: 8px;
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1.08;
}

.guide-lines {
  display: grid;
  gap: 11px;
  margin: 30px 0 32px;
}

.guide-lines span {
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(215, 168, 75, 0.08));
}

.guide-card > small {
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 0.15em;
}

.discipline-tag {
  position: absolute;
  right: 12px;
  bottom: 28px;
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.method-section,
.faq-section {
  padding: 110px max(24px, calc((100vw - 1240px) / 2));
  background: #0c0d10;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 52px;
}

.section-heading h2,
.form-panel h2,
.success-state h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
}

.section-heading > p:last-child {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.method-card {
  min-height: 260px;
  padding: 26px;
  background: var(--panel);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.method-card::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(215, 168, 75, 0.14);
  border-radius: 50%;
  right: -38px;
  bottom: -38px;
}

.method-card > span {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.14em;
}

.method-card h3 {
  margin: 62px 0 15px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
}

.method-card p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
}

.signature-band {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 110px 0;
  display: grid;
  grid-template-columns: 180px 1fr;
  column-gap: 70px;
  align-items: start;
  position: relative;
}

.signature-band::before,
.signature-band::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(215, 168, 75, 0.55) 18%,
    rgba(215, 168, 75, 0.55) 82%,
    transparent
  );
}

.signature-band::before {
  top: 0;
}

.signature-band::after {
  bottom: 0;
}

.signature-mark {
  display: grid;
  justify-items: start;
  gap: 18px;
}

.signature-mark img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
}

.signature-mark span {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.19em;
}

.signature-band blockquote {
  max-width: 820px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(39px, 5vw, 68px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.signature-band blockquote small {
  display: block;
  margin-bottom: 16px;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.signature-band blockquote em {
  display: block;
  color: var(--gold-light);
  font-weight: 400;
}

.signature-band > p {
  grid-column: 2;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.2em;
}

.conversion-section {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 120px 0;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 100px;
  align-items: center;
}

.conversion-copy blockquote {
  margin: 0 0 28px;
  font-family: var(--serif);
  color: var(--gold-light);
  font-size: clamp(35px, 4.2vw, 54px);
  line-height: 1.08;
}

.conversion-copy > p {
  color: var(--muted);
  line-height: 1.75;
}

.inside-list {
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
}

.inside-list > span {
  color: var(--gold);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.inside-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  color: #d0cabf;
}

.inside-list li::before {
  content: "—";
  color: var(--gold);
  margin-right: 10px;
}

.form-panel {
  min-height: 590px;
  padding: clamp(30px, 5vw, 58px);
  background:
    radial-gradient(circle at 100% 0, rgba(215, 168, 75, 0.12), transparent 36%),
    var(--panel);
  border: 1px solid rgba(244, 213, 139, 0.24);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.3);
}

.form-panel h2,
.success-state h2 {
  font-size: clamp(38px, 4.4vw, 56px);
}

.form-intro,
.success-state > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 18px 0 32px;
}

form {
  display: grid;
}

form > label:first-of-type {
  margin-bottom: 9px;
  color: #d9d3c8;
  font-size: 12px;
  font-weight: 700;
}

input[type="email"] {
  width: 100%;
  height: 58px;
  padding: 0 18px;
  color: var(--ivory);
  background: #0b0c0f;
  border: 1px solid #383a40;
  outline: none;
}

input[type="email"]:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(215, 168, 75, 0.1);
}

.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.consent-row {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 11px;
  margin: 17px 0 20px;
  color: #99958d;
  font-size: 11px;
  line-height: 1.55;
}

.consent-row input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: var(--gold);
}

form button {
  height: 58px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: linear-gradient(135deg, #e5b85e, #b9822f);
  color: #17120b;
  font-weight: 800;
  cursor: pointer;
}

form button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.form-message {
  min-height: 19px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.form-message.is-error {
  color: #f0a4ad;
}

.privacy-note,
.success-state small {
  margin: 8px 0 0;
  color: #74716c;
  font-size: 10px;
  line-height: 1.5;
}

.static-form-panel {
  min-height: 0;
}

.delivery-steps {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 2px;
}

.delivery-steps li {
  padding: 16px 0;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  border-top: 1px solid var(--line);
}

.delivery-steps li:last-child {
  border-bottom: 1px solid var(--line);
}

.delivery-steps > li > span {
  padding-top: 2px;
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.delivery-steps strong {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
}

.delivery-steps p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.brevo-cta {
  width: 100%;
}

.success-state {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.success-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--gold);
  color: #17120b;
  font-size: 25px;
  font-weight: 900;
}

.download-button {
  margin-top: 8px;
}

.success-state small {
  display: block;
  margin-top: 12px;
}

.product-section {
  padding: 120px max(24px, calc((100vw - 1240px) / 2));
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(60px, 8vw, 120px);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(109, 35, 49, 0.1), transparent 42%),
    #0c0d10;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.product-visual {
  min-height: 690px;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.product-halo {
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(215, 168, 75, 0.2);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 168, 75, 0.13), transparent 68%);
  z-index: -2;
}

.product-halo::after {
  content: "";
  position: absolute;
  inset: 70px;
  border: 1px solid rgba(215, 168, 75, 0.12);
  border-radius: 50%;
}

.product-cover {
  width: min(360px, 72vw);
  aspect-ratio: 827 / 1170;
  position: relative;
  transform: perspective(1200px) rotateY(8deg) rotateZ(-1.5deg);
  box-shadow: -30px 42px 80px rgba(0, 0, 0, 0.6);
}

.product-cover::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -12px;
  width: 13px;
  background: linear-gradient(90deg, #5f461d, #d1a34a);
  transform: skewY(45deg);
  transform-origin: right top;
  z-index: -1;
}

.product-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(244, 213, 139, 0.36);
}

.product-file-card {
  width: 210px;
  min-height: 104px;
  padding: 18px;
  position: absolute;
  background: rgba(17, 19, 24, 0.96);
  border: 1px solid rgba(244, 213, 139, 0.28);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45);
}

.product-file-card span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.product-file-card strong {
  display: block;
  margin-top: 14px;
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.15;
}

.product-file-card-one {
  left: 0;
  top: 125px;
  transform: rotate(-4deg);
}

.product-file-card-two {
  right: -15px;
  bottom: 105px;
  transform: rotate(3deg);
}

.product-copy h2 {
  max-width: 670px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(44px, 5.2vw, 70px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.product-title-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: end;
}

.founder-price {
  min-width: 130px;
  padding: 15px 17px;
  border-left: 2px solid var(--gold);
  background: rgba(215, 168, 75, 0.08);
}

.founder-price span {
  display: block;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.founder-price strong {
  display: block;
  margin-top: 5px;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
}

.product-lead {
  max-width: 690px;
  margin: 26px 0 32px;
  color: #c6c0b6;
  font-size: 17px;
  line-height: 1.7;
}

.product-inclusions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.product-inclusion {
  min-height: 116px;
  padding: 20px;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-inclusion > span {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.product-inclusion strong {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
}

.product-inclusion p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.product-form {
  margin-top: 28px;
  padding: 22px;
  background: var(--panel);
  border: 1px solid rgba(244, 213, 139, 0.2);
}

.product-form > p:first-child {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.product-form > p:first-child strong {
  color: var(--ivory);
}

.product-form-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
}

.product-form-line input[type="email"] {
  border-right: 0;
}

.product-form-line button {
  min-width: 0;
}

.product-consent {
  margin-bottom: 0;
}

.product-success {
  margin-top: 28px;
  padding: 24px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  align-items: center;
  background: rgba(97, 201, 133, 0.08);
  border: 1px solid rgba(97, 201, 133, 0.35);
}

.product-success > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #61c985;
  color: #0b170f;
  font-weight: 900;
}

.product-success strong {
  color: #b8efc9;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
}

.product-success p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.product-checkout {
  margin-top: 28px;
}

.product-checkout .download-button {
  width: 100%;
}

.product-checkout p {
  margin: 10px 0 0;
  color: #74716c;
  font-size: 10px;
}

.product-disclaimer {
  margin: 13px 0 0;
  color: #74716c;
  font-size: 10px;
}

.product-waitlist {
  margin-top: 28px;
  padding: 22px;
  background: var(--panel);
  border: 1px solid rgba(244, 213, 139, 0.2);
}

.product-waitlist > p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.product-waitlist > p strong {
  color: var(--ivory);
}

.product-waitlist .download-button {
  width: 100%;
  margin-top: 0;
}

.social-section {
  padding: 110px max(24px, calc((100vw - 1240px) / 2));
  background:
    radial-gradient(circle at 50% 0, rgba(215, 168, 75, 0.12), transparent 38%),
    #0d0f13;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.social-section .section-heading {
  margin-bottom: 42px;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.social-card {
  min-height: 170px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: space-between;
  gap: 22px;
  color: var(--ivory);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 52%),
    var(--panel);
  border: 1px solid var(--line);
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.social-card:hover,
.social-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(244, 213, 139, 0.52);
  background-color: #17191f;
}

.social-monogram {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--gold-light);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.social-card-copy {
  display: grid;
  align-self: end;
  gap: 7px;
}

.social-card-copy strong {
  font-family: var(--serif);
  color: #eee6d7;
  font-size: 20px;
  font-weight: 400;
}

.social-card-copy small {
  color: var(--muted);
  font-size: 11px;
}

.social-arrow {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: start;
  color: var(--gold);
  font-size: 19px;
}

.social-signature {
  margin-top: 26px;
  padding: 24px 28px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(215, 168, 75, 0.18);
  color: var(--muted);
  text-align: center;
}

.social-signature span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.social-signature p {
  margin: 0;
  font-family: var(--serif);
  color: #dcd5c9;
  font-size: 18px;
  font-style: italic;
}

.motion-ready .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.faq-section {
  background: #0a0b0d;
}

.section-heading.compact {
  margin-bottom: 30px;
}

.faq-list {
  max-width: 900px;
}

.faq-list details {
  border-top: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  padding: 23px 0;
  cursor: pointer;
  font-family: var(--serif);
  color: #e5dfd4;
  font-size: 21px;
}

.faq-list details p {
  max-width: 730px;
  margin: -6px 0 25px;
  color: var(--muted);
  line-height: 1.7;
}

footer {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 62px 0;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 20px 60px;
  align-items: center;
}

.footer-brand img {
  width: 42px;
  height: 42px;
}

footer p {
  margin: 0;
  color: #88847d;
  font-size: 11px;
  line-height: 1.65;
}

.footer-meta {
  grid-column: 2;
}

.footer-socials {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.footer-socials a {
  color: var(--gold-light);
  font-size: 11px;
  text-decoration: none;
  border-bottom: 1px solid rgba(215, 168, 75, 0.35);
  padding-bottom: 3px;
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 80px 0 110px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    width: min(620px, 100%);
    min-height: 590px;
    margin: 0 auto;
  }

  .method-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .conversion-section {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .product-section {
    grid-template-columns: 1fr;
  }

  .social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-visual {
    width: min(620px, 100%);
    margin: 0 auto;
  }

  .signature-band {
    grid-template-columns: 120px 1fr;
    column-gap: 35px;
  }
}

@media (max-width: 640px) {
  .site-header,
  .hero,
  .conversion-section,
  footer {
    width: min(100% - 30px, 1240px);
  }

  .site-header {
    height: 74px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .header-cta {
    font-size: 0;
  }

  .header-cta span {
    font-size: 24px;
  }

  .site-nav {
    display: none;
  }

  .hero {
    padding-top: 60px;
    gap: 40px;
  }

  .hero h1 {
    font-size: clamp(47px, 15vw, 66px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-points {
    display: grid;
  }

  .primary-link,
  .download-button {
    width: 100%;
  }

  .hero-visual {
    min-height: 500px;
  }

  .portrait-frame {
    width: 82%;
    height: 410px;
  }

  .guide-card {
    width: 225px;
    height: 320px;
    padding: 20px;
  }

  .guide-card-top {
    margin-bottom: 28px;
  }

  .guide-card > strong {
    font-size: 25px;
  }

  .guide-lines {
    margin: 24px 0;
  }

  .method-section,
  .faq-section,
  .product-section,
  .social-section {
    padding: 80px 20px;
  }

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

  .method-card {
    min-height: 220px;
  }

  .method-card h3 {
    margin-top: 42px;
  }

  .conversion-section {
    padding: 85px 0;
  }

  .signature-band {
    width: min(100% - 30px, 1120px);
    padding: 80px 0;
    grid-template-columns: 1fr;
    row-gap: 35px;
  }

  .signature-mark {
    grid-template-columns: 62px 1fr;
    align-items: center;
  }

  .signature-mark img {
    width: 62px;
    height: 62px;
  }

  .signature-band > p {
    grid-column: 1;
    margin-top: 0;
  }

  .inside-list {
    grid-template-columns: 1fr;
  }

  .form-panel {
    min-height: 0;
    padding: 34px 22px;
  }

  .product-visual {
    min-height: 570px;
  }

  .product-file-card {
    width: 170px;
  }

  .product-file-card-one {
    top: 80px;
  }

  .product-file-card-two {
    right: -5px;
    bottom: 65px;
  }

  .product-title-row,
  .product-inclusions,
  .product-form-line {
    grid-template-columns: 1fr;
  }

  .product-title-row {
    align-items: start;
  }

  .founder-price {
    width: 150px;
  }

  .product-form-line {
    gap: 10px;
  }

  .product-form-line input[type="email"] {
    border-right: 1px solid #383a40;
  }

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

  .social-card {
    min-height: 138px;
  }

  .social-signature {
    align-items: center;
    flex-direction: column;
  }

  footer {
    grid-template-columns: 1fr;
  }

  .footer-meta {
    grid-column: 1;
  }

  .footer-socials {
    grid-column: 1;
  }
}

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

  .motion-ready .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

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