:root {
    --forest: #0b3b2e;
    --forest-2: #14543f;
    --forest-3: #1d6a4f;
    --gold: #e1ad3d;
    --gold-soft: #f7e6b9;
    --red: #ce4b3e;
    --ink: #17211d;
    --muted: #66716c;
    --cream: #f7f3e8;
    --paper: #fffdf8;
    --line: #dfe4dc;
    --shadow: 0 20px 60px rgba(11, 59, 46, .12);
    --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.scroll-progress {
    position: fixed; inset: 0 auto auto 0; z-index: 1000;
    width: 0; height: 4px; background: linear-gradient(90deg, var(--gold), #f6d76b);
}

.site-header {
    position: absolute; inset: 0 0 auto; z-index: 10;
    color: #fff; border-bottom: 1px solid rgba(255,255,255,.14);
}
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { display: grid; grid-template-columns: repeat(3, 6px); align-items: end; gap: 3px; width: 24px; height: 24px; }
.brand-mark i { display: block; border-radius: 4px; }
.brand-mark i:nth-child(1) { height: 12px; background: var(--red); }
.brand-mark i:nth-child(2) { height: 22px; background: var(--gold); }
.brand-mark i:nth-child(3) { height: 16px; background: #fff; }
.market-badge { padding: 9px 14px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: rgba(255,255,255,.9); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.hero-section { position: relative; overflow: hidden; min-height: 720px; color: #fff; background: var(--forest); }
.hero-pattern { position: absolute; inset: 0; opacity: .24; background-image: radial-gradient(circle at 72% 24%, rgba(225,173,61,.5), transparent 23%), linear-gradient(135deg, transparent 0 46%, rgba(255,255,255,.06) 46% 47%, transparent 47% 100%); background-size: auto, 70px 70px; }
.hero-section::after { content: ""; position: absolute; width: 560px; height: 560px; right: -220px; bottom: -310px; border: 90px solid rgba(225,173,61,.12); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 76px; padding-top: 132px; padding-bottom: 76px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #f4cb68; font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.hero-copy h1 { margin: 22px 0 22px; max-width: 680px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5.2vw, 72px); line-height: .98; letter-spacing: -.045em; }
.hero-intro { max-width: 610px; margin: 0; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.7; }
.author-line { display: flex; align-items: center; gap: 13px; margin-top: 30px; }
.author-avatar-small { width: 48px; height: 48px; object-fit: cover; border: 3px solid rgba(255,255,255,.25); border-radius: 50%; }
.author-line strong, .author-line span { display: block; }
.author-line strong { font-size: 14px; }
.author-line span { margin-top: 3px; color: rgba(255,255,255,.6); font-size: 12px; }
.hero-cta { display: inline-flex; align-items: center; gap: 14px; margin-top: 34px; padding: 14px 18px 14px 22px; border: 0; border-radius: 999px; color: var(--forest); background: var(--gold); box-shadow: 0 12px 28px rgba(0,0,0,.18); font-weight: 900; cursor: pointer; }
.hero-cta span:last-child { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: #fff; background: var(--forest); }
.hero-visual { position: relative; padding: 0 18px 34px 0; }
.portrait-frame { position: relative; overflow: hidden; aspect-ratio: 4/5; border: 1px solid rgba(255,255,255,.2); border-radius: 180px 180px 28px 28px; box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.portrait-frame::before { content: ""; position: absolute; inset: 14px; z-index: 2; border: 1px solid rgba(255,255,255,.32); border-radius: inherit; pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; }
.portrait-shade { position: absolute; inset: 52% 0 0; background: linear-gradient(transparent, rgba(5,35,26,.92)); }
.portrait-frame p { position: absolute; z-index: 3; right: 44px; bottom: 36px; left: 44px; margin: 0; font-family: Georgia, serif; font-size: 17px; line-height: 1.5; }
.hero-note { position: absolute; right: -20px; bottom: 0; display: flex; align-items: center; gap: 12px; width: 260px; padding: 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: rgba(255,255,255,.94); color: var(--ink); box-shadow: var(--shadow); }
.hero-note > span { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border-radius: 50%; color: #fff; background: linear-gradient(140deg, var(--red) 0 33%, var(--gold) 33% 66%, var(--forest) 66%); font-size: 11px; font-weight: 900; }
.hero-note strong, .hero-note small { display: block; }
.hero-note strong { font-size: 13px; }
.hero-note small { margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.35; }

.engagement-strip { position: relative; z-index: 3; margin-top: -1px; border-bottom: 1px solid var(--line); background: #fff; }
.engagement-grid { min-height: 92px; display: grid; grid-template-columns: repeat(3, 145px) 1fr; align-items: center; gap: 18px; }
.engagement-grid > div, .engagement-grid > button { display: flex; align-items: baseline; gap: 8px; min-width: 0; padding: 0; border: 0; color: inherit; background: none; text-align: left; }
.engagement-grid > button { cursor: pointer; }
.engagement-grid strong { font-size: 18px; }
.engagement-grid span { color: var(--muted); font-size: 12px; }
.engagement-grid .heart-icon { color: var(--red); font-size: 17px; transition: transform .2s; }
.engagement-grid .momo-pill { justify-self: end; align-items: center; padding: 11px 16px; border-radius: 999px; background: var(--cream); }
.momo-pill span { color: var(--gold); }
.momo-pill strong { font-size: 12px; }

.story-section { padding: 104px 0; background: var(--paper); }
.story-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .72fr); align-items: start; gap: 72px; }
.story-card { max-width: 720px; }
.section-label, .question-count { color: var(--forest-3); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.opening-paragraph { display: flex; align-items: flex-start; gap: 4px; margin-top: 25px; }
.dropcap { flex: none; margin: -6px 0 0; color: var(--forest); font-family: Georgia, serif; font-size: 86px; line-height: .85; }
.opening-paragraph p, .body-copy { color: #38423e; font-family: Georgia, serif; font-size: 20px; line-height: 1.78; }
.opening-paragraph p { margin: 0; }
.body-copy { margin: 24px 0; }
blockquote { position: relative; margin: 40px 0; padding: 32px 34px 32px 74px; border: 0; border-radius: 0 22px 22px 0; background: var(--cream); box-shadow: inset 5px 0 var(--gold); }
blockquote .quote-mark { position: absolute; top: 16px; left: 24px; color: var(--gold); font-family: Georgia, serif; font-size: 60px; line-height: 1; }
blockquote p { margin: 0; color: var(--forest); font-family: Georgia, serif; font-size: 22px; font-style: italic; line-height: 1.55; }
.chapter-heading { display: grid; grid-template-columns: 55px 1fr; gap: 18px; align-items: start; margin-top: 58px; }
.chapter-number { color: var(--gold); font: 700 40px/1 Georgia, serif; }
.chapter-heading h2 { margin: 0; color: var(--forest); font-family: Georgia, serif; font-size: 34px; line-height: 1.13; letter-spacing: -.025em; }
.milestone-card { display: flex; gap: 18px; margin-top: 42px; padding: 26px; border: 1px solid #cfe0d7; border-radius: var(--radius); background: #f1f8f4; }
.milestone-icon { display: grid; place-items: center; flex: 0 0 46px; height: 46px; border-radius: 50%; color: #fff; background: var(--forest-2); font-weight: 900; }
.milestone-card span { color: var(--forest-3); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.milestone-card h3 { margin: 7px 0 8px; color: var(--forest); font-size: 20px; }
.milestone-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.story-contact-note { display: flex; gap: 13px; align-items: flex-start; margin: 28px 0 8px; padding: 17px 18px; border: 1px solid #d6e5dc; border-radius: 15px; background: #f2f8f4; }
.story-contact-note > span { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border-radius: 10px; background: #fff; }
.story-contact-note p { margin: 0; color: var(--forest); font-size: 13px; font-weight: 700; line-height: 1.55; }
.story-aside { position: sticky; top: 28px; }
.aside-card { padding: 32px; border-radius: var(--radius); color: #fff; background: var(--forest); box-shadow: var(--shadow); }
.aside-kicker { color: #f4cb68; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.aside-card h2 { margin: 12px 0; font-family: Georgia, serif; font-size: 30px; line-height: 1.1; }
.aside-card > p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.65; }
.process-list { margin: 26px 0 0; padding: 0; list-style: none; }
.process-list li { display: flex; gap: 14px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.13); }
.process-list li > span { display: grid; place-items: center; flex: 0 0 30px; height: 30px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--gold); font-size: 12px; font-weight: 900; }
.process-list strong, .process-list p { display: block; }
.process-list strong { font-size: 14px; }
.process-list p { margin: 5px 0 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.5; }
.task-visual { position: relative; overflow: hidden; margin-top: 18px; border-radius: var(--radius); background: var(--cream); }
.task-visual img { width: 100%; aspect-ratio: 5/4; object-fit: cover; }
.task-visual span { position: absolute; right: 14px; bottom: 14px; padding: 9px 12px; border-radius: 999px; color: #fff; background: rgba(11,59,46,.88); font-size: 9px; font-weight: 900; letter-spacing: .12em; }

.benefits-section { padding: 96px 0; background: var(--cream); }
.section-heading { max-width: 620px; margin-bottom: 38px; }
.section-heading span, .comments-heading > span { color: var(--forest-3); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.section-heading h2, .comments-heading h2 { margin: 12px 0 0; color: var(--forest); font-family: Georgia, serif; font-size: clamp(34px, 4vw, 50px); line-height: 1.08; letter-spacing: -.035em; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.benefit-grid article { min-height: 250px; padding: 28px 24px; border: 1px solid rgba(11,59,46,.1); border-radius: 22px; background: rgba(255,255,255,.72); transition: transform .25s, box-shadow .25s; }
.benefit-grid article:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(11,59,46,.08); }
.benefit-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; color: #fff; background: var(--forest); font-family: Georgia, serif; font-size: 19px; }
.benefit-grid h3 { margin: 40px 0 10px; color: var(--forest); font-size: 17px; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.decision-section { padding: 92px 0; color: #fff; background: linear-gradient(130deg, #0b3b2e, #145b43); }
.decision-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 82px; align-items: center; }
.eyebrow.light { color: var(--gold); }
.decision-grid h2 { margin: 16px 0; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 50px); line-height: 1.08; }
.decision-grid > div:first-child > p { max-width: 650px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.7; }
.decision-grid .disclaimer { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); font-size: 11px !important; }
.availability-card { padding: 30px; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); background: rgba(255,255,255,.1); box-shadow: 0 24px 70px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.availability-top { display: flex; justify-content: space-between; gap: 16px; align-items: flex-end; }
.availability-top span { color: rgba(255,255,255,.72); font-size: 13px; }
.availability-top strong { color: var(--gold); font-size: 24px; }
.slots-track { overflow: hidden; height: 10px; margin: 18px 0 12px; border-radius: 99px; background: rgba(255,255,255,.14); }
.slots-track span { display: block; width: 16%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--gold), #ffe49b); transition: width .4s; }
.availability-card p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.5; }
.availability-card button { width: 100%; display: flex; justify-content: space-between; margin-top: 22px; padding: 15px 17px; border: 0; border-radius: 14px; color: var(--forest); background: var(--gold); font-weight: 900; cursor: pointer; }

.quiz-section { padding: 100px 0; background: #fff; }
.quiz-shell { display: grid; grid-template-columns: .7fr 1fr; gap: 72px; align-items: center; }
.quiz-intro h2 { margin: 15px 0; color: var(--forest); font-family: Georgia, serif; font-size: 44px; line-height: 1.08; }
.quiz-intro > p { color: var(--muted); line-height: 1.65; }
.privacy-note { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; padding: 10px 13px; border-radius: 10px; color: var(--forest-2); background: #eef7f1; font-size: 12px; font-weight: 800; }
.quiz-panel { min-height: 430px; padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: var(--paper); box-shadow: var(--shadow); }
.quiz-progress { display: flex; gap: 7px; margin-bottom: 38px; }
.quiz-progress .dot { width: 42px; height: 5px; border-radius: 99px; background: #dce2dd; transition: background .2s; }
.quiz-progress .dot.active { background: var(--gold); }
.quiz-slide { display: none; }
.quiz-slide.active { display: block; animation: slideIn .25s ease both; }
.quiz-slide h3 { min-height: 90px; margin: 13px 0 28px; color: var(--forest); font-family: Georgia, serif; font-size: 30px; line-height: 1.22; }
.quiz-option { width: 100%; margin-top: 10px; padding: 16px 18px; border: 1px solid var(--forest); border-radius: 14px; color: #fff; background: var(--forest); font-weight: 800; text-align: left; cursor: pointer; transition: transform .18s, background .18s; }
.quiz-option:hover { transform: translateY(-2px); background: var(--forest-2); }
.quiz-option.secondary { color: var(--forest); background: transparent; }
.quiz-slide.evaluating { padding-top: 58px; text-align: center; }
.quiz-slide.evaluating h3 { min-height: 0; margin-bottom: 8px; }
.quiz-slide.evaluating p { color: var(--muted); }
.loader { width: 50px; height: 50px; margin: 0 auto 22px; border: 4px solid #e3e8e4; border-top-color: var(--gold); border-radius: 50%; animation: spin .8s linear infinite; }

.comments-section { padding: 96px 0 130px; background: var(--cream); }
.comments-shell { max-width: 940px; }
.comments-heading { text-align: center; }
.comments-heading p { color: var(--muted); }
.comment-form { margin: 38px 0; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 36px rgba(11,59,46,.06); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.comment-form label > span { display: block; margin: 0 0 7px 2px; color: var(--forest); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.comment-form input, .comment-form select, .comment-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #d8ded9; border-radius: 12px; outline: 0; color: var(--ink); background: #fbfcfa; }
.comment-form textarea { margin-top: 14px; resize: vertical; }
.comment-form input:focus, .comment-form select:focus, .comment-form textarea:focus { border-color: var(--forest-3); box-shadow: 0 0 0 3px rgba(29,106,79,.1); }
.comment-form button { margin-top: 14px; padding: 13px 20px; border: 0; border-radius: 12px; color: #fff; background: var(--forest); font-weight: 900; cursor: pointer; }
.comment-form > small { margin-left: 12px; color: #8a938f; font-size: 10px; }
.comments-list { display: grid; gap: 14px; }
.comment-card { display: flex; gap: 15px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.comment-avatar { display: grid; place-items: center; flex: 0 0 44px; height: 44px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--forest-2), var(--forest)); font-weight: 900; }
.comment-content { min-width: 0; flex: 1; }
.comment-user-row { display: flex; justify-content: space-between; gap: 12px; }
.comment-username { color: var(--forest); font-weight: 900; }
.comment-time { flex: none; color: #9aa19d; font-size: 11px; }
.comment-badges { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 5px; }
.comment-badge-verified, .comment-momo-user, .comment-earnings, .comment-moderation-badge { display: inline-flex; padding: 4px 7px; border-radius: 999px; font-size: 9px; font-weight: 800; }
.comment-badge-verified { color: var(--forest-2); background: #eaf5ee; }
.comment-momo-user { color: #835b00; background: #fff3ce; }
.comment-earnings { color: #fff; background: var(--forest-2); }
.comment-moderation-badge { margin-top: 8px; color: #8a6110; background: #fff4d6; }
.comment-text { margin: 10px 0 0; color: #4f5b56; font-size: 14px; line-height: 1.65; }
.comment-reply { margin-top: 14px; padding: 13px 15px; border-left: 3px solid var(--gold); border-radius: 0 10px 10px 0; background: var(--cream); }
.reply-author { color: var(--forest); font-size: 11px; font-weight: 900; }
.reply-text { margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.comment-image-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.comment-image-button { padding: 0; border: 0; border-radius: 10px; background: transparent; cursor: zoom-in; }
.comment-attached-image { width: 150px; height: 210px; margin: 0; border: 1px solid rgba(11,59,46,.1); border-radius: 10px; object-fit: cover; object-position: top; }

/* The familiar compact V3 comment composer and feed, retained inside the V4 page. */
.comments-shell { max-width: 820px; }
.comments-heading { padding-bottom: 15px; border-bottom: 2px solid rgba(11,59,46,.12); text-align: left; }
.comments-heading h2 { font-size: clamp(30px, 4vw, 42px); }
.comments-heading p { margin-bottom: 0; }
.comment-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 24px 0 32px;
    padding: 16px;
    border-radius: 16px;
}
.form-row { display: grid; grid-template-columns: 1.2fr 1fr; gap: 10px; }
.comment-form input, .comment-form select, .comment-form textarea {
    padding: 12px;
    border: 1.5px solid #e2e8e3;
    border-radius: 10px;
    background: #f8faf8;
    font-size: 14px;
}
.comment-form textarea { margin: 0; }
.comment-form .submit-comment-btn {
    width: 100%;
    margin: 0;
    padding: 12px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--forest), var(--forest-2));
    font-size: 14px;
}
.comments-list { display: flex; flex-direction: column; gap: 18px; }
.comment-card {
    gap: 12px;
    padding: 0 0 18px;
    border: 0;
    border-bottom: 1px solid rgba(11,59,46,.08);
    border-radius: 0;
    background: transparent;
}
.comment-card:last-child { border-bottom: 0; }
.comment-avatar { flex-basis: 40px; width: 40px; height: 40px; }

.site-footer { padding: 48px 0 120px; color: rgba(255,255,255,.6); background: #07291f; text-align: center; }
.site-footer strong { color: #fff; }
.site-footer p { max-width: 720px; margin: 12px auto 0; font-size: 11px; line-height: 1.6; }
.sticky-cta { position: fixed; z-index: 100; right: 0; bottom: -110px; left: 0; padding: 10px 0 calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(255,255,255,.16); color: #fff; background: rgba(7,41,31,.95); box-shadow: 0 -12px 32px rgba(0,0,0,.16); backdrop-filter: blur(14px); transition: bottom .32s ease; }
.sticky-cta.show { bottom: 0; }
.sticky-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.sticky-inner > div { display: grid; grid-template-columns: 10px auto; column-gap: 10px; }
.sticky-inner .live-dot { grid-row: 1/3; align-self: center; width: 9px; height: 9px; border-radius: 50%; background: #55d890; box-shadow: 0 0 0 5px rgba(85,216,144,.13); }
.sticky-tag, .sticky-sub { display: block; }
.sticky-tag { font-size: 14px; }
.sticky-sub { margin-top: 2px; color: rgba(255,255,255,.55); font-size: 10px; }
.sticky-inner button { min-width: 220px; padding: 14px 20px; border: 0; border-radius: 12px; color: var(--forest); background: var(--gold); font-weight: 900; cursor: pointer; }

.modal-overlay { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 20px; visibility: hidden; opacity: 0; background: rgba(3,22,16,.72); backdrop-filter: blur(8px); transition: opacity .25s, visibility .25s; }
.modal-overlay.show { visibility: visible; opacity: 1; }
.modal-card { position: relative; width: min(520px, 100%); max-height: calc(100vh - 32px); overflow: auto; padding: 38px; border-radius: 28px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.3); transform: translateY(16px) scale(.98); transition: transform .25s; }
.modal-overlay.show .modal-card { transform: none; }
.modal-close { position: absolute; top: 14px; right: 16px; width: 34px; height: 34px; border: 0; border-radius: 50%; color: #607069; background: #edf1ee; font-size: 22px; cursor: pointer; }
.modal-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 17px; border-radius: 17px; color: #fff; background: var(--forest); font-size: 24px; font-weight: 900; }
.modal-kicker { color: var(--forest-3); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.modal-card h2 { margin: 8px 0; color: var(--forest); font-family: Georgia, serif; font-size: 34px; }
.modal-card > p { color: var(--muted); line-height: 1.6; }
.modal-card .modal-channel-note { margin: 12px 0 0; padding: 10px 12px; border-radius: 10px; color: var(--forest-2); background: #eef7f1; font-size: 12px; font-weight: 800; }
.modal-features { margin: 22px 0; border-top: 1px solid var(--line); }
.modal-features > div { display: flex; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.modal-features > div > span { display: grid; place-items: center; flex: 0 0 24px; height: 24px; border-radius: 50%; color: #fff; background: var(--forest-2); font-size: 11px; }
.modal-features p, .modal-features strong, .modal-features small { display: block; margin: 0; }
.modal-features strong { color: var(--forest); font-size: 13px; }
.modal-features small { margin-top: 3px; color: var(--muted); }
.modal-warning { font-size: 12px; }
.modal-contact { display: flex; align-items: center; gap: 10px; padding: 16px; border-radius: 14px; color: #fff; background: var(--forest); text-decoration: none; font-weight: 900; }
.modal-contact span:nth-child(2) { flex: 1; }
.modal-timer { display: block; margin-top: 12px; color: var(--red); text-align: center; font-size: 11px; font-weight: 800; }

.image-modal { position: fixed; inset: 0; z-index: 400; display: none; place-items: center; padding: 30px; background: rgba(0,0,0,.88); }
.image-modal.show { display: grid; }
.image-modal img { max-width: min(900px, 94vw); max-height: 88vh; border-radius: 12px; }
.image-modal button { position: absolute; top: 18px; right: 22px; border: 0; color: #fff; background: none; font-size: 38px; cursor: pointer; }
#heart-particles-container { position: fixed; inset: 0; z-index: 500; pointer-events: none; }
.heart-particle { position: absolute; bottom: 70px; animation: floatHeart 1.1s ease-out forwards; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes slideIn { from { opacity: 0; transform: translateX(10px); } }
@keyframes floatHeart { to { opacity: 0; transform: translate(var(--drift), -180px) rotate(var(--spin)); } }

@media (max-width: 900px) {
    .hero-grid { gap: 34px; }
    .hero-copy h1 { font-size: 50px; }
    .story-layout { gap: 40px; }
    .benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .decision-grid, .quiz-shell { gap: 42px; }
}

@media (max-width: 720px) {
    .shell { width: min(100% - 28px, 600px); }
    .header-inner { height: 64px; }
    .brand { font-size: 13px; }
    .market-badge { padding: 7px 9px; font-size: 9px; }
    .hero-section { min-height: auto; }
    .hero-grid { grid-template-columns: 1fr; padding-top: 108px; padding-bottom: 54px; }
    .hero-copy h1 { margin-top: 16px; font-size: clamp(40px, 12vw, 56px); }
    .hero-intro { font-size: 16px; }
    .hero-cta { margin-top: 25px; }
    .hero-visual { padding-right: 0; }
    .portrait-frame { aspect-ratio: 1/1.1; border-radius: 120px 120px 22px 22px; }
    .portrait-frame p { right: 26px; bottom: 25px; left: 26px; font-size: 15px; }
    .hero-note { right: 8px; width: 245px; }
    .engagement-grid { min-height: 118px; grid-template-columns: repeat(3, 1fr); gap: 4px; }
    .engagement-grid > div, .engagement-grid > button { display: grid; justify-items: center; gap: 2px; text-align: center; }
    .engagement-grid .momo-pill { grid-column: 1/-1; justify-self: stretch; display: flex; justify-content: center; margin-bottom: 12px; }
    .story-section, .benefits-section, .decision-section, .quiz-section, .comments-section { padding: 68px 0; }
    .story-layout, .decision-grid, .quiz-shell { grid-template-columns: 1fr; }
    .story-aside { position: static; }
    .opening-paragraph p, .body-copy { font-size: 18px; }
    .dropcap { font-size: 72px; }
    blockquote { padding: 28px 24px 28px 58px; }
    blockquote .quote-mark { left: 17px; }
    blockquote p { font-size: 19px; }
    .chapter-heading { grid-template-columns: 44px 1fr; }
    .chapter-number { font-size: 32px; }
    .chapter-heading h2 { font-size: 29px; }
    .benefit-grid { grid-template-columns: 1fr 1fr; }
    .benefit-grid article { min-height: 220px; padding: 22px 18px; }
    .benefit-grid h3 { margin-top: 28px; }
    .quiz-intro h2 { font-size: 38px; }
    .quiz-panel { min-height: 410px; padding: 25px 20px; }
    .quiz-slide h3 { font-size: 25px; }
    .form-grid, .form-row { grid-template-columns: 1fr; }
    .comment-form > small { display: block; margin: 10px 0 0; }
    .sticky-inner { gap: 10px; }
    .sticky-inner button { min-width: 0; padding: 13px 15px; font-size: 12px; }
    .sticky-tag { font-size: 11px; }
    .modal-card { padding: 30px 22px; border-radius: 22px; }
}

@media (max-width: 430px) {
    .benefit-grid { grid-template-columns: 1fr; }
    .benefit-grid article { min-height: auto; }
    .comment-card { padding: 17px 14px; }
    .comment-user-row { display: block; }
    .comment-time { display: block; margin-top: 4px; }
    .comment-attached-image { width: 122px; height: 172px; }
}

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