:root {
  --ink: #24160d;
  --wine: #4b1e13;
  --amber: #bd5f0b;
  --orange: #e98217;
  --honey: #f3b62c;
  --gold: #ffd76a;
  --cream: #fff8df;
  --sunwash: #fff0b7;
  --white: #fffdf6;
  --line: rgba(77, 38, 13, .18);
  --shadow: 0 28px 80px rgba(109, 49, 0, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 86% 9%, rgba(255, 201, 66, .62), transparent 23rem),
    radial-gradient(circle at 11% 31%, rgba(255, 149, 27, .17), transparent 28rem),
    linear-gradient(180deg, #fff9e8 0%, #fffdf6 43%, #fff4cd 100%);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 48rem;
  opacity: .42;
  background-image: repeating-radial-gradient(ellipse at 65% 0%, transparent 0 26px, rgba(184, 88, 5, .1) 27px 28px, transparent 29px 54px);
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.nav { min-height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--wine); text-decoration: none; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50% 50% 46% 54%; background: linear-gradient(145deg, var(--honey), var(--amber)); color: #fffaf0; font-family: "Playfair Display", serif; font-size: 1.15rem; box-shadow: 0 5px 18px rgba(189, 95, 11, .26); }
.nav-actions { display: flex; align-items: center; gap: 24px; }
.nav-login { color: #6f4e3a; text-decoration: none; font-size: .9rem; font-weight: 700; }
.nav-login:hover { color: var(--amber); }
.nav-cta { color: var(--wine); text-decoration: none; font-size: .94rem; font-weight: 700; border-bottom: 1px solid var(--amber); padding: 6px 0; }

.hero { min-height: 670px; display: grid; grid-template-columns: 1.15fr .75fr; align-items: center; gap: clamp(40px, 8vw, 110px); padding-block: 64px 108px; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 700; color: var(--amber); }
.eyebrow { display: flex; gap: 10px; align-items: center; }
.eyebrow span { width: 42px; height: 1px; background: var(--amber); }
h1, h2 { font-family: "Playfair Display", serif; color: var(--wine); margin: 0; letter-spacing: -.035em; line-height: 1.03; }
h1 { font-size: clamp(3.2rem, 6.4vw, 6.25rem); max-width: 880px; }
h1 em { color: var(--amber); font-weight: 600; }
.hero-lede { max-width: 680px; font-size: clamp(1.08rem, 1.7vw, 1.28rem); line-height: 1.7; margin: 30px 0; color: #553929; }
.hero-actions { display: flex; align-items: center; gap: 27px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 26px; border: 0; border-radius: 999px; text-decoration: none; font: 700 .94rem "DM Sans", sans-serif; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(120deg, var(--amber), var(--orange)); box-shadow: 0 12px 28px rgba(189, 95, 11, .25); }
.text-link { color: var(--wine); font-weight: 700; text-decoration: none; }
.delivery-note { margin-top: 22px; color: #7a5845; font-size: .87rem; }

.report-card { position: relative; background: linear-gradient(155deg, rgba(255,253,246,.94), rgba(255,239,181,.76)); border: 1px solid rgba(170, 84, 7, .24); border-radius: 160px 160px 32px 32px; min-height: 510px; padding: 65px 42px 36px; box-shadow: var(--shadow); overflow: hidden; transform: rotate(2deg); }
.report-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 12%, rgba(255, 190, 42, .55), transparent 32%), repeating-linear-gradient(165deg, transparent 0 34px, rgba(189,95,11,.055) 35px 36px); }
.report-card > * { position: relative; }
.report-topline, .report-footer { display: flex; justify-content: space-between; align-items: center; font-size: .68rem; letter-spacing: .12em; font-weight: 700; color: #87501f; }
.current-week { display: grid; gap: 5px; }
.current-week strong { font: inherit; }
.current-week small { color: #a36b2a; font-size: .61rem; letter-spacing: .06em; }
.issue { border: 1px solid rgba(135,80,31,.32); border-radius: 20px; padding: 4px 8px; }
.report-title { margin: 92px 0 70px; }
.report-title p { color: var(--amber); font-size: .78rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 700; }
.report-title h2 { font-size: clamp(2rem, 3.5vw, 3rem); }
.instrument-row { display: flex; gap: 9px; }
.instrument-row span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--wine); background: rgba(255,255,255,.54); border: 1px solid rgba(135,80,31,.2); font-size: .75rem; font-weight: 700; }
.flow-line { height: 30px; display: flex; align-items: end; gap: 5px; margin: 20px 0 17px; }
.flow-line i { display: block; flex: 1; border-top: 2px solid rgba(189,95,11,.36); border-radius: 50%; height: 12px; transform: rotate(-2deg); }

.clarity-band { position: relative; background: linear-gradient(115deg, #552316, #713115 60%, #8c3d0e); color: #ffe7a3; padding: 95px 0; overflow: hidden; }
.clarity-band::after { content: ""; position: absolute; width: 70%; height: 180%; top: -75%; right: -16%; border: 1px solid rgba(255,210,99,.22); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255,210,99,.04), 0 0 0 60px rgba(255,210,99,.03); }
.clarity-grid { display: grid; grid-template-columns: .5fr 1.15fr .8fr; gap: 60px; align-items: start; position: relative; z-index: 1; }
.clarity-grid h2 { color: var(--cream); font-size: clamp(2.3rem, 4vw, 4rem); }
.clarity-grid > p:last-child { font-size: 1.05rem; line-height: 1.8; margin: 0; }

.report-preview { padding-block: 130px 40px; }
.preview-heading { display: grid; grid-template-columns: 1.2fr .75fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.preview-heading h2 { font-size: clamp(2.6rem, 5vw, 4.8rem); }
.preview-heading > p { margin: 0 0 5px; color: #664a3b; font-size: 1.02rem; line-height: 1.8; }
.preview-hero { margin-bottom: 48px; }
.preview-stage { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: stretch; }
.preview-stack { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; min-width: 0; }
.preview-card { position: relative; margin: 0; min-width: 0; overflow: hidden; background: rgba(255,253,246,.92); border: 1px solid rgba(170,84,7,.22); border-radius: 28px; box-shadow: 0 24px 70px rgba(91,42,5,.12); }
.preview-image { position: relative; overflow: hidden; background: #fff; }
.preview-image::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(92,45,12,.07); }
.preview-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transform: scale(1.14); }
.preview-hero .preview-image { height: 480px; }
.preview-featured .preview-image, .preview-supporting .preview-image { height: auto; aspect-ratio: 2556 / 1179; }
.preview-featured .preview-image img, .preview-supporting .preview-image img { object-fit: contain; transform: none; }
.preview-card figcaption { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: start; padding: 22px 24px 24px; }
.preview-card figcaption > span { color: var(--orange); font: italic 1rem "Playfair Display", serif; }
.preview-card figcaption div { display: grid; gap: 4px; }
.preview-card figcaption strong { color: var(--wine); font: 700 1.22rem "Playfair Display", serif; }
.preview-card figcaption small { color: #715343; font-size: .84rem; line-height: 1.5; }
.preview-note { max-width: 720px; margin: 20px auto 0; color: #80614e; text-align: center; font-size: .82rem; }
.preview-scenarios { margin-top: 48px; }
.scenario-preview { padding: 42px; background: #f8f6ef; }
.scenario-preview-heading { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 30px; }
.scenario-preview-heading p { margin: 0 0 7px; color: #9b6a13; font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.scenario-preview-heading h3 { margin: 0; color: #0c223b; font: 700 clamp(2rem, 3.2vw, 3.2rem) "Playfair Display", serif; }
.scenario-preview-heading > span { padding: 10px 16px; border-radius: 999px; color: #fff; background: #0c223b; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.scenario-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.scenario-card { min-height: 310px; padding: 30px 28px; border: 1px solid; border-radius: 24px; }
.scenario-card p { margin: 0 0 20px; color: #0c223b; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.scenario-card h4 { margin: 0 0 22px; color: #0c223b; font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.2; }
.scenario-card ul { margin: 0; padding-left: 20px; color: #172536; font-size: 1rem; line-height: 1.62; }
.scenario-card li + li { margin-top: 7px; }
.scenario-hawkish { background: #f9eeee; border-color: #e8bebe; }
.scenario-dovish { background: #edf7f3; border-color: #b7dbcf; }
.scenario-surprise { background: #f3f0f8; border-color: #cec3dd; }

.inside { padding-block: 130px; }
.section-heading { display: grid; grid-template-columns: .6fr 1.5fr; gap: 60px; align-items: start; margin-bottom: 70px; }
.section-heading h2, .week-grid h2, .fit-card h2, .subscribe h2 { font-size: clamp(2.4rem, 4.8vw, 4.6rem); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-grid article { min-height: 280px; padding: 38px 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-number { font-family: "Playfair Display", serif; font-style: italic; color: var(--orange); }
.feature-grid h3 { font-family: "Playfair Display", serif; color: var(--wine); font-size: 1.65rem; line-height: 1.2; margin: 42px 0 13px; }
.feature-grid p { margin: 0; max-width: 430px; color: #664a3b; }

.week-section { padding: 125px 0; background: linear-gradient(180deg, #ffefad, #f9cf62); }
.week-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 100px; align-items: center; }
.week-copy { max-width: 520px; color: #68472f; font-size: 1.05rem; }
.timeline { list-style: none; margin: 0; padding: 0; border-left: 1px solid rgba(85,35,22,.28); }
.timeline li { position: relative; display: grid; grid-template-columns: 90px 1fr; padding: 18px 0 26px 38px; }
.timeline li::before { content: ""; position: absolute; left: -6px; top: 25px; width: 11px; height: 11px; background: var(--orange); border: 3px solid #f8d46b; border-radius: 50%; }
.timeline span { color: var(--amber); text-transform: uppercase; font-size: .75rem; letter-spacing: .12em; font-weight: 700; }
.timeline strong { color: var(--wine); font-family: "Playfair Display", serif; font-size: 1.35rem; }
.timeline small { grid-column: 2; font-size: .9rem; color: #71523d; }

.fit { padding-block: 125px; }
.fit-card { max-width: 970px; margin-inline: auto; border-radius: 38px; background: rgba(255,255,255,.48); border: 1px solid var(--line); padding: clamp(34px, 7vw, 80px); box-shadow: 0 20px 80px rgba(111,57,12,.08); }
.fit-list { margin-top: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px 40px; }
.fit-list p { display: grid; grid-template-columns: 26px 1fr; gap: 8px; margin: 0; color: #5c4030; }
.fit-list span { color: var(--orange); font-weight: 700; }

.subscribe { padding: 90px clamp(28px, 6vw, 75px); margin-bottom: 60px; background: radial-gradient(circle at 12% 15%, rgba(255,199,60,.25), transparent 30%), linear-gradient(125deg, #4b1e13, #6f2b14); border-radius: 44px; display: grid; grid-template-columns: 1fr .75fr; gap: 90px; align-items: center; color: var(--cream); }
.subscribe h2 { color: var(--cream); }
.subscribe-copy > p:last-child { color: #f6d5a5; font-size: 1.07rem; }
.price-card { background: var(--cream); color: var(--ink); border-radius: 28px; padding: 36px; box-shadow: 0 22px 70px rgba(31,12,5,.28); }
.price-card > p { margin: 0; color: var(--amber); font-weight: 700; }
.price-card .sale-label { display: inline-block; padding: 6px 11px; border-radius: 999px; color: var(--wine); background: var(--gold); font-size: .78rem; letter-spacing: .07em; text-transform: uppercase; }
.price { font-family: "Playfair Display", serif; color: var(--wine); font-size: 4rem; line-height: 1; margin: 24px 0; }
.price sup { font-size: 1.45rem; vertical-align: top; position: relative; top: 8px; }
.price span { font: 500 .92rem "DM Sans", sans-serif; color: #7d5c46; }
.price-card .regular-price { margin: -10px 0 22px; color: #826750; font-size: .9rem; font-weight: 500; }
.regular-price s { text-decoration-thickness: 2px; text-decoration-color: var(--orange); }
.price-card ul { list-style: none; margin: 0 0 28px; padding: 0; }
.price-card li { padding: 9px 0; border-bottom: 1px solid rgba(83,48,28,.11); }
.price-card li::before { content: "•"; color: var(--orange); margin-right: 9px; }
.button-dark { width: 100%; color: var(--cream); background: var(--wine); }
.button-dark:hover { background: #682713; box-shadow: 0 10px 24px rgba(75,30,19,.2); }
.price-card small { display: block; text-align: center; color: #826750; margin-top: 13px; }
.price-card .checkout-legal { margin: 14px 0 0; color: #80604e; font-size: .72rem; font-weight: 500; line-height: 1.55; text-align: center; }
.checkout-legal a { color: var(--wine); font-weight: 700; }
.disclaimer { max-width: 900px; padding-bottom: 70px; color: #705444; font-size: .85rem; text-align: center; }
.footer { min-height: 130px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid var(--line); color: #745746; }
.footer p { text-align: center; font-family: "Playfair Display", serif; font-style: italic; }
.footer nav { display: flex; justify-content: flex-end; gap: 20px; }
.footer nav a { color: #745746; font-size: .8rem; text-decoration: none; }
.toast { position: fixed; z-index: 20; left: 50%; bottom: 24px; transform: translate(-50%, 25px); background: var(--wine); color: var(--cream); padding: 13px 20px; border-radius: 30px; box-shadow: var(--shadow); font-size: .88rem; opacity: 0; pointer-events: none; transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.login-page { min-height: 100vh; display: flex; flex-direction: column; }
.login-page::before { height: 100%; opacity: .6; }
.login-nav { position: relative; z-index: 2; }
.login-back { color: var(--wine); text-decoration: none; font-size: .9rem; font-weight: 700; }
.login-back:hover { color: var(--amber); }
.login-main { flex: 1; display: grid; place-items: center; width: 100%; padding: 55px 0 90px; }
.login-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(340px, .72fr); width: min(1040px, calc(100% - 40px)); overflow: hidden; border: 1px solid rgba(170,84,7,.2); border-radius: 42px; background: rgba(255,253,246,.84); box-shadow: 0 32px 100px rgba(109,49,0,.17); backdrop-filter: blur(18px); }
.login-panel { padding: clamp(38px, 6vw, 76px); }
.login-panel h1 { max-width: 610px; font-size: clamp(3rem, 6vw, 5.35rem); }
.login-intro { max-width: 560px; margin: 24px 0 34px; color: #614434; font-size: 1.06rem; line-height: 1.75; }
.login-form { display: grid; gap: 12px; }
.login-form label { color: var(--wine); font-size: .82rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.login-form input { width: 100%; min-height: 58px; padding: 0 18px; border: 1px solid rgba(99,48,20,.25); border-radius: 16px; outline: none; background: rgba(255,255,255,.74); color: var(--ink); font: 500 1rem "DM Sans", sans-serif; }
.login-form input:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(233,130,23,.13); }
.login-form .button { margin-top: 6px; }
.login-status { min-height: 24px; margin: 2px 0 0; color: #74513c; font-size: .85rem; line-height: 1.5; }
.login-help { margin: 23px 0 0; color: #80604e; font-size: .84rem; }
.login-help a { color: var(--wine); font-weight: 700; }
.login-legal { display: flex; gap: 10px; align-items: center; margin: 12px 0 0; font-size: .78rem; }
.login-legal a { color: #74513c; font-weight: 700; }
.member-preview { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(38px, 5vw, 64px); color: var(--cream); background: radial-gradient(circle at 82% 12%, rgba(255,198,49,.36), transparent 30%), linear-gradient(145deg, #572317, #8b3e0f); overflow: hidden; }
.member-preview::after { content: ""; position: absolute; width: 420px; height: 420px; right: -240px; bottom: -210px; border: 1px solid rgba(255,215,106,.24); border-radius: 50%; box-shadow: 0 0 0 34px rgba(255,215,106,.06), 0 0 0 68px rgba(255,215,106,.04); }
.member-preview > * { position: relative; z-index: 1; }
.member-preview .section-kicker { color: var(--gold); }
.member-preview h2 { color: var(--cream); font-size: clamp(2.25rem, 4vw, 3.7rem); }
.access-list { display: grid; gap: 0; margin-top: 46px; }
.access-item { display: grid; grid-template-columns: 34px 1fr; gap: 13px; padding: 18px 0; border-top: 1px solid rgba(255,244,211,.18); }
.access-item span { color: var(--gold); font: italic 1rem "Playfair Display", serif; }
.access-item strong { display: block; color: var(--cream); font-family: "Playfair Display", serif; font-size: 1.15rem; }
.access-item small { color: #f0cf9c; font-size: .8rem; }
.member-note { margin: 38px 0 0; color: #f1d5aa; font-size: .78rem; line-height: 1.6; }
.login-footer { min-height: 86px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); color: #745746; font-size: .82rem; }
.login-footer a { color: #745746; }

.legal-page { min-height: 100vh; }
.legal-page::before { height: 40rem; }
.legal-nav { position: relative; z-index: 2; }
.legal-main { padding: 50px 0 100px; }
.legal-hero { max-width: 780px; margin-bottom: 44px; }
.legal-hero h1 { font-size: clamp(3.15rem, 7vw, 6.5rem); }
.legal-effective { margin: 20px 0 0; color: var(--amber); font-size: .83rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.legal-article { max-width: 920px; padding: clamp(30px, 6vw, 70px); border: 1px solid rgba(170,84,7,.2); border-radius: 34px; background: rgba(255,253,246,.88); box-shadow: 0 26px 80px rgba(109,49,0,.12); }
.legal-article > p:first-child { margin-top: 0; }
.legal-article h2 { margin: 52px 0 18px; color: var(--wine); font-size: clamp(1.55rem, 3vw, 2.05rem); line-height: 1.2; }
.legal-article h3 { margin: 30px 0 10px; color: #713115; font: 700 1.08rem "DM Sans", sans-serif; }
.legal-article p, .legal-article li { color: #533a2c; font-size: 1rem; line-height: 1.8; }
.legal-article ul, .legal-article ol { padding-left: 24px; }
.legal-article li + li { margin-top: 7px; }
.legal-article a { color: var(--amber); font-weight: 700; }
.legal-contact { margin-top: 55px; padding: 26px; border-left: 4px solid var(--honey); background: #fff5cf; }
.legal-contact p { margin: 0; }
.legal-footer { min-height: 100px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); color: #745746; font-size: .82rem; }
.legal-footer nav { display: flex; gap: 18px; }
.legal-footer a { color: #745746; }

@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; padding-top: 35px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions { justify-content: center; }
  .hero-lede { margin-inline: auto; }
  .report-card { width: min(470px, 100%); margin-inline: auto; transform: none; }
  .clarity-grid, .section-heading, .week-grid, .subscribe { grid-template-columns: 1fr; gap: 38px; }
  .preview-heading { grid-template-columns: 1fr; gap: 28px; }
  .preview-hero { margin-bottom: 64px; }
  .preview-stage { grid-template-columns: 1fr; }
  .preview-stack { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .preview-hero .preview-image, .preview-featured .preview-image { height: 390px; }
  .preview-supporting .preview-image { height: 210px; }
  .scenario-preview { padding: 32px; }
  .scenario-grid { grid-template-columns: 1fr; }
  .scenario-card { min-height: 0; }
  .fit-list { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr; gap: 14px; padding-block: 30px; text-align: center; }
  .footer nav { justify-content: center; flex-wrap: wrap; }
  .footer p { margin: 0; }
  .login-layout { grid-template-columns: 1fr; }
  .member-preview { min-height: 500px; }
  .legal-footer { flex-direction: column; justify-content: center; gap: 8px; text-align: center; }
}

@media (max-width: 580px) {
  .shell { width: min(100% - 28px, 1160px); }
  .nav { min-height: 76px; }
  .hero { padding-block: 40px 78px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  .report-card { min-height: 450px; padding: 56px 28px 30px; border-radius: 120px 120px 26px 26px; }
  .report-title { margin: 75px 0 55px; }
  .clarity-band, .report-preview, .inside, .week-section, .fit { padding-block: 82px; }
  .report-preview { padding-bottom: 20px; }
  .preview-hero { margin-bottom: 88px; }
  .preview-stack { grid-template-columns: 1fr; }
  .preview-hero .preview-image, .preview-featured .preview-image, .preview-supporting .preview-image { height: 220px; }
  .preview-card figcaption { padding: 18px 18px 20px; }
  .preview-scenarios { margin-top: 34px; }
  .scenario-preview { padding: 25px 18px; }
  .scenario-preview-heading { display: grid; align-items: start; margin-bottom: 24px; }
  .scenario-preview-heading > span { justify-self: start; }
  .scenario-card { padding: 26px 22px; border-radius: 20px; }
  .scenario-card ul { font-size: .95rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 240px; padding: 30px; }
  .timeline li { grid-template-columns: 75px 1fr; padding-left: 24px; }
  .subscribe { border-radius: 28px; margin-inline: 14px; width: calc(100% - 28px); }
  .price-card { padding: 28px 22px; }
  .nav-actions { gap: 13px; }
  .nav-login { font-size: .78rem; }
  .login-main { padding: 24px 0 58px; }
  .login-layout { width: min(100% - 28px, 1040px); border-radius: 28px; }
  .login-panel, .member-preview { padding: 36px 25px; }
  .login-panel h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .member-preview { min-height: 460px; }
  .login-footer { flex-direction: column; justify-content: center; gap: 4px; text-align: center; }
  .legal-main { padding: 24px 0 70px; }
  .legal-article { padding: 30px 22px; border-radius: 24px; }
  .legal-article h2 { margin-top: 40px; }
}

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