:root {
  --paper: #f3efe4;
  --paper-light: #fbf8f0;
  --paper-deep: #dfd5c2;
  --ink: #17191a;
  --muted: #62635f;
  --navy: #101820;
  --navy-soft: #1a2730;
  --red: #a72c2c;
  --red-dark: #7d2020;
  --gold: #bd9447;
  --line: rgba(23, 25, 26, .18);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --serif: "Source Serif 4", Georgia, serif;
  --sans: "Libre Franklin", Arial, sans-serif;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 5rem; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font: 16px/1.6 var(--sans); }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; text-wrap: balance; }
h1 { margin: 0 auto 1.2rem; font: 800 clamp(3.4rem, 7.5vw, 7.2rem)/.92 var(--display); text-align: center; text-transform: uppercase; }
h2 { margin-bottom: 1rem; font: 700 clamp(2.2rem, 4.5vw, 4.3rem)/1.02 var(--serif); }
h3 { margin-bottom: .35rem; font: 700 1.3rem/1.15 var(--serif); }

.skip-link { position: fixed; top: .7rem; left: .7rem; z-index: 60; padding: .7rem 1rem; background: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.countdown { min-height: 74px; background: var(--red-dark); color: #fff; }
.countdown-inner { display: grid; grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr); gap: 2rem; align-items: center; width: min(1180px, calc(100% - 2rem)); min-height: 74px; margin: 0 auto; }
.countdown p { display: flex; flex-direction: column; margin: 0; font-size: .76rem; line-height: 1.25; }
.countdown p strong { font: 700 1rem/1 var(--display); text-transform: uppercase; }
.countdown p span { color: #ead1cf; }
.countdown-clock { display: grid; grid-template-columns: 48px 8px 48px 8px 48px 8px 48px; gap: .2rem; min-width: 240px; font-variant-numeric: tabular-nums; }
.countdown-clock span { display: flex; flex-direction: column; align-items: center; }
.countdown-clock b { min-width: 2ch; font: 700 1.55rem/1 var(--display); text-align: center; }
.countdown-clock small { margin-top: .25rem; color: #ead1cf; font-size: .54rem; font-weight: 800; line-height: 1; text-transform: uppercase; }
.countdown-clock i { font-style: normal; font-weight: 800; line-height: 1.25; text-align: center; }
.countdown-inner > a { justify-self: end; padding: .55rem 1rem; border: 1px solid rgba(255,255,255,.5); font-size: .73rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.countdown-inner > a:hover { background: #fff; color: var(--red-dark); }
.countdown.is-expired .countdown-inner { grid-template-columns: 1fr auto; }
.countdown.is-expired .countdown-clock { display: none; }

.masthead { display: flex; align-items: center; justify-content: space-between; width: min(1180px, calc(100% - 2rem)); min-height: 78px; margin: 0 auto; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; gap: .8rem; align-items: center; font: 700 1.1rem/1 var(--serif); text-decoration: none; }
.brand img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.masthead nav { display: flex; gap: 1.7rem; }
.masthead nav a { color: var(--muted); font-size: .82rem; font-weight: 700; text-decoration: none; }
.masthead nav a:hover { color: var(--red); }

.time-save-badge {
  display: table;
  margin: 0 auto .9rem;
  padding: .48rem .95rem;
  border: 1px solid rgba(152, 211, 144, .68);
  border-radius: 3px;
  background: #22703a;
  color: #fff;
  font: 700 .88rem/1.2 var(--display);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.time-save-badge strong { color: #b8e7a7; font-size: 1.15em; }

.hero .benefits strong { color: #a9dc99; }
.hero .benefits li::before { background: #65b957; }

.hero { position: relative; isolation: isolate; padding: clamp(4rem, 8vw, 7rem) 1rem clamp(5rem, 9vw, 8rem); overflow: hidden; background: var(--navy); color: #fff; }
.hero::before { position: absolute; inset: 0; z-index: -2; background: url("/assets/archive-paris.jpg") center 35%/cover; content: ""; }
.hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(16,24,32,.93), rgba(16,24,32,.99) 66%); }
.hero-inner { width: min(1120px, 100%); margin: 0 auto; }
.eyebrow, .section-label { margin: 0 0 .8rem; color: var(--red); font: 700 .9rem/1 var(--display); text-transform: uppercase; }
.hero .eyebrow { color: #dfbb71; text-align: center; }
.hero-intro { max-width: 760px; margin: 0 auto clamp(2.8rem, 6vw, 4.5rem); color: #dddcd6; font: 500 clamp(1.12rem, 2vw, 1.4rem)/1.5 var(--serif); text-align: center; }
.hero-offer { display: grid; grid-template-columns: minmax(280px, 430px) minmax(0, 510px); gap: clamp(2.5rem, 8vw, 7rem); align-items: center; justify-content: center; }
.cover-stage { margin: 0; text-align: center; }
.cover-stage img { width: min(100%, 410px); height: auto; margin: 0 auto; filter: drop-shadow(18px 26px 28px rgba(0,0,0,.38)); }
.cover-stage figcaption { margin-top: 1rem; color: #acb2b1; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.purchase-copy { max-width: 510px; }
.purchase-lead { margin-bottom: 1.5rem; color: #fff; font: 600 1.28rem/1.45 var(--serif); }
.benefits { display: grid; gap: .8rem; margin: 0 0 1.7rem; padding: 0; list-style: none; }
.benefits li { position: relative; padding-left: 1.45rem; color: #c8cdcc; line-height: 1.45; }
.benefits li::before { position: absolute; top: .62rem; left: 0; width: .48rem; height: .48rem; background: var(--gold); content: ""; transform: rotate(45deg); }
.benefits strong { color: #fff; }
.price, .final-price { display: flex; gap: .75rem; align-items: baseline; margin-bottom: 1rem; font-variant-numeric: tabular-nums; }
.price s, .final-price s { color: #a8aeac; font-size: 1.05rem; font-weight: 700; text-decoration-thickness: 2px; }
.price strong, .final-price strong { font-size: 2.1rem; font-weight: 900; }
.price span { color: #e0b85d; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 58px; padding: 1rem 1.6rem; border: 1px solid transparent; border-radius: 3px; font-size: .92rem; font-weight: 900; line-height: 1.2; text-align: center; text-decoration: none; transition: background .2s, box-shadow .2s, transform .2s; }
.button:hover, .button:focus-visible { box-shadow: 0 14px 30px rgba(0,0,0,.2); transform: translateY(-2px); }
.button:active { transform: translateY(1px); }
.button-primary { width: min(100%, 390px); background: #fff; color: var(--navy); }
.button-red { background: var(--red); color: #fff; }
.button-red:hover { background: var(--red-dark); }
.button-dark { background: var(--navy); color: #fff; }
.secure { margin: .65rem 0 1rem; color: #aeb4b2; font-size: .76rem; }
.text-link { color: #e0b85d; font-size: .8rem; font-weight: 800; text-underline-offset: .25rem; }

.facts { display: grid; grid-template-columns: repeat(4, 1fr); width: min(1120px, calc(100% - 2rem)); margin: 0 auto; padding: 1.3rem 0; }
.facts div { display: flex; gap: .6rem; align-items: baseline; justify-content: center; border-right: 1px solid var(--line); }
.facts div:last-child { border-right: 0; }
.facts strong { color: var(--red); font: 700 1.5rem/1 var(--display); }
.facts span { font-size: .67rem; font-weight: 800; text-transform: uppercase; }

.promise { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); min-height: 690px; background: var(--paper-light); }
.promise-image { min-height: 520px; overflow: hidden; }
.promise-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.promise-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem); }
.promise-copy h2 { font-size: clamp(2.3rem, 4.3vw, 4rem); }
.promise-copy > p:not(.section-label) { color: var(--muted); }
blockquote { margin: 1.4rem 0 0; padding: 1.2rem 0 0 1.2rem; border-top: 1px solid var(--line); border-left: 4px solid var(--red); color: var(--red-dark); font: italic 600 1.2rem/1.45 var(--serif); }

.chapters, .method, .identity, .offer, .faq { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }
.chapters { padding: clamp(5rem, 10vw, 9rem) 0; }
.section-heading { display: grid; grid-template-columns: minmax(270px,.95fr) minmax(260px,.65fr); gap: 2rem 5rem; align-items: end; margin-bottom: 3rem; }
.section-heading .section-label { grid-column: 1/-1; margin-bottom: -1rem; }
.section-heading h2 { margin: 0; }
.section-heading > p:last-child { margin: 0; color: var(--muted); }
.chapter-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.chapter-grid li { display: grid; grid-template-columns: 40px 1fr; gap: .7rem; min-height: 120px; padding: 1.3rem 1rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.chapter-grid li:nth-child(3n) { border-right: 0; }
.chapter-grid span { color: var(--red); font: 700 1rem/1 var(--display); }
.chapter-grid strong { font: 700 1.08rem/1.25 var(--serif); }

.preview { padding: clamp(5rem, 10vw, 8rem) max(1rem, calc((100vw - 1120px)/2)); background: var(--navy); color: #fff; }
.light-heading h2 { color: #fff; }
.light-heading > p:last-child { color: #b8bdbc; }
.preview .section-label { color: #dfbb71; }
.preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(.8rem, 2vw, 1.8rem); }
.preview-grid figure { position: relative; margin: 0; overflow: hidden; }
.preview-grid figure::after { position: absolute; inset: 0 0 2rem; z-index: 1; pointer-events: none; background: linear-gradient(rgba(243,239,228,.04), rgba(243,239,228,.18)); content: ""; }
.preview-grid img { width: 100%; height: auto; aspect-ratio: 777/1100; border: 7px solid #ded3bd; background: #fff; box-shadow: 0 22px 50px rgba(0,0,0,.28); filter: blur(2.7px) contrast(.9); object-fit: cover; transform: scale(1.008); }
.preview-grid figcaption { margin-top: .7rem; color: #adb3b1; font-size: .68rem; font-weight: 800; text-align: center; text-transform: uppercase; }
.preview-action { display: flex; gap: 2rem; align-items: center; justify-content: space-between; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.18); }
.preview-action p { margin: 0; color: #bdc2c0; }
.preview-action strong { color: #fff; }

.method { display: grid; grid-template-columns: minmax(280px,.75fr) minmax(0,1.25fr); gap: clamp(3rem,8vw,8rem); padding: clamp(5rem,10vw,9rem) 0; }
.method > div:first-child { align-self: center; }
.method > div:first-child p:last-child { color: var(--muted); }
.method-list { border-top: 1px solid var(--line); }
.method-list article { display: grid; grid-template-columns: 45px 1fr; gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.method-list article > span { color: var(--red); font: 700 1rem/1 var(--display); }
.method-list h3, .method-list p { margin: 0; }
.method-list p { color: var(--muted); font-size: .88rem; }

.identity { display: grid; grid-template-columns: 170px 1fr; gap: clamp(2rem,6vw,5rem); align-items: center; padding: clamp(3rem,7vw,5rem); background: var(--paper-light); border-top: 5px solid var(--gold); }
.identity > img { width: 155px; height: 155px; border-radius: 50%; box-shadow: 12px 13px 0 var(--paper-deep); object-fit: cover; }
.identity h2 { margin-bottom: .5rem; }
.identity p:not(.section-label) { max-width: 700px; color: var(--muted); }

.offer { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); gap: clamp(3rem,8vw,7rem); align-items: center; padding: clamp(5rem,10vw,9rem) 0; }
.offer ul { display: grid; gap: .6rem; padding-left: 1.2rem; }
.offer li::marker { color: var(--red); }
.offer-box { display: flex; flex-direction: column; align-items: flex-start; padding: 2.2rem; border: 1px solid var(--line); background: var(--paper-light); box-shadow: 12px 12px 0 var(--paper-deep); }
.offer-box > span { color: var(--muted); font-size: .82rem; }
.offer-box > strong { margin: .1rem 0; font: 800 3.6rem/1 var(--display); }
.offer-box > em { color: var(--red); font-size: .75rem; font-style: normal; font-weight: 800; text-transform: uppercase; }
.offer-box .button { width: 100%; margin-top: 1.4rem; }
.offer-box small { align-self: center; margin-top: .6rem; color: var(--muted); font-size: .67rem; }

.faq { display: grid; grid-template-columns: minmax(250px,.55fr) minmax(0,1.45fr); gap: clamp(3rem,8vw,8rem); padding-bottom: clamp(5rem,10vw,9rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 1.4rem 3rem 1.4rem 0; cursor: pointer; font: 700 1.15rem/1.35 var(--serif); list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { position: absolute; top: 1.3rem; right: .2rem; color: var(--red); content: "+"; font-size: 1.5rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0 0 1.4rem; color: var(--muted); }

.final-cta { display: grid; grid-template-columns: minmax(190px,300px) minmax(300px,680px); gap: clamp(2rem,7vw,6rem); align-items: center; justify-content: center; padding: clamp(4rem,9vw,8rem) max(1rem,calc((100vw - 1120px)/2)); background: var(--red-dark); color: #fff; }
.final-cta > img { width: min(100%,280px); height: auto; filter: drop-shadow(14px 18px 18px rgba(0,0,0,.25)); }
.final-cta .section-label { color: #e2be76; }
.final-price s { color: #d2b4b4; }
footer { display: flex; align-items: center; justify-content: space-between; min-height: 110px; padding: 1.5rem max(1rem,calc((100vw - 1120px)/2)); background: var(--navy); color: #adb3b1; font-size: .76rem; }
footer span { color: #fff; font: 700 1rem/1 var(--serif); }
footer p { margin: 0; }

.mobile-buy { display: none; }
.exit-modal[hidden] { display: none; }
.exit-modal { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 1rem; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(8,12,15,.8); backdrop-filter: blur(4px); }
.modal-dialog { position: relative; display: grid; grid-template-columns: 150px minmax(0,1fr); gap: .7rem 2rem; width: min(700px,100%); max-height: calc(100dvh - 2rem); overflow: auto; padding: 2.2rem; border-top: 6px solid var(--red); background: var(--paper-light); box-shadow: 0 28px 80px rgba(0,0,0,.45); }
.modal-dialog > img { grid-row: 1/7; align-self: start; width: 150px; height: auto; filter: drop-shadow(7px 9px 8px rgba(0,0,0,.18)); }
.modal-dialog .section-label { align-self: end; margin: 0; }
.modal-dialog h2 { margin: 0; font-size: clamp(2rem,5vw,3rem); }
.modal-dialog p:not(.section-label) { margin-bottom: .4rem; color: var(--muted); line-height: 1.5; }
.modal-dialog .button { width: 100%; }
.modal-close { position: absolute; top: .55rem; right: .7rem; width: 40px; height: 40px; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 1.8rem; }
.modal-text { justify-self: center; border: 0; background: transparent; color: var(--red-dark); cursor: pointer; font: 800 .75rem var(--sans); text-decoration: underline; text-underline-offset: .2rem; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

@media (max-width: 820px) {
  body { padding-bottom: 78px; }
  .countdown-inner { grid-template-columns: 1fr auto; gap: .7rem; padding: .6rem 0; }
  .countdown p span, .countdown-inner > a { display: none; }
  .countdown-clock { justify-self: end; }
  .masthead nav { display: none; }
  .hero-offer, .promise, .section-heading, .method, .identity, .offer, .faq, .final-cta { grid-template-columns: 1fr; }
  .cover-stage img { width: min(82vw,390px); }
  .purchase-copy { max-width: 620px; margin: 0 auto; }
  .promise-image { min-height: 420px; }
  .promise-copy { padding: 3.5rem 1rem 4.5rem; }
  .section-heading { align-items: start; }
  .chapter-grid { grid-template-columns: repeat(2,1fr); }
  .chapter-grid li:nth-child(3n) { border-right: 1px solid var(--line); }
  .chapter-grid li:nth-child(2n) { border-right: 0; }
  .preview-grid { grid-template-columns: repeat(2,1fr); }
  .preview-grid figure:last-child { display: none; }
  .identity { grid-template-columns: 130px 1fr; padding: 2rem; }
  .identity > img { width: 120px; height: 120px; }
  .faq { gap: 1.5rem; }
  .final-cta { grid-template-columns: 190px 1fr; }
  .mobile-buy { position: fixed; right: 0; bottom: 0; left: 0; z-index: 40; display: flex; gap: 1rem; align-items: center; justify-content: space-between; min-height: 76px; padding: .65rem 1rem; background: rgba(16,24,32,.98); color: #fff; box-shadow: 0 -8px 30px rgba(0,0,0,.2); }
  .mobile-buy div { display: flex; flex-direction: column; line-height: 1.1; }
  .mobile-buy s { color: #adb3b1; font-size: .68rem; }
  .mobile-buy strong { font-size: 1.1rem; }
  .mobile-buy .button { min-height: 50px; padding: .75rem 1rem; background: var(--red); color: #fff; }
}

@media (max-width: 620px) {
  .countdown { min-height: 66px; }
  .countdown-inner { width: min(100% - 1rem,1180px); min-height: 66px; }
  .countdown p { width: 84px; }
  .countdown p strong { font-size: .76rem; }
  .countdown-clock { grid-template-columns: 38px 5px 38px 5px 38px 5px 38px; gap: .1rem; min-width: 188px; }
  .countdown-clock b { font-size: 1.3rem; }
  .countdown-clock small { font-size: .46rem; }
  .masthead { width: min(100% - 1.2rem,1180px); min-height: 68px; }
  .brand { font-size: .95rem; }
  .brand img { width: 42px; height: 42px; }
  h1 { font-size: clamp(3rem,14vw,4.8rem); }
  h2 { font-size: clamp(2rem,10vw,3rem); }
  .facts { grid-template-columns: repeat(2,1fr); }
  .facts div:nth-child(2) { border-right: 0; }
  .facts div:nth-child(-n+2) { padding-bottom: .65rem; border-bottom: 1px solid var(--line); }
  .facts div:nth-child(n+3) { padding-top: .65rem; }
  .promise-image { min-height: 330px; }
  .chapters, .method, .identity, .offer, .faq { width: min(100% - 1.5rem,1120px); }
  .chapter-grid { grid-template-columns: 1fr; }
  .chapter-grid li, .chapter-grid li:nth-child(3n) { border-right: 0; }
  .preview { padding-inline: .75rem; }
  .preview-grid { grid-template-columns: 1fr; gap: 2.3rem; }
  .preview-grid figure:last-child { display: block; }
  .preview-action { flex-direction: column; align-items: stretch; }
  .preview-action .button { width: 100%; }
  .identity { grid-template-columns: 1fr; text-align: center; }
  .identity > img { margin: 0 auto; }
  .offer-box { padding: 1.6rem; }
  .final-cta { grid-template-columns: 110px 1fr; gap: 1.2rem; padding-inline: 1rem; }
  .final-cta h2 { font-size: clamp(1.8rem,8vw,2.6rem); }
  .final-cta .button { width: 100%; }
  footer { flex-direction: column; align-items: flex-start; gap: .5rem; }
  .modal-dialog { grid-template-columns: 88px 1fr; gap: .6rem 1rem; padding: 1.4rem; padding-top: 2.6rem; }
  .modal-dialog > img { width: 88px; }
  .modal-dialog h2 { font-size: 1.8rem; }
  .modal-dialog p:not(.section-label), .modal-dialog .button, .modal-text { grid-column: 1/-1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
