:root {
  --ink: #173329;
  --ink-2: #315145;
  --cream: #f4f0e8;
  --paper: #fbfaf6;
  --sand: #d9c6ae;
  --line: rgba(23, 51, 41, 0.17);
  --berry: #9d4964;
  --white: #fff;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --shadow: 0 22px 70px rgba(30, 49, 41, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.8; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .19; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -70px; z-index: 100; background: var(--white); padding: 12px 18px; border-radius: 4px; }
.skip-link:focus { top: 16px; }

.site-header { height: 86px; padding: 0 clamp(20px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; position: absolute; inset: 0 0 auto; z-index: 10; color: var(--cream); }
.brand { display: inline-flex; gap: 12px; align-items: center; text-decoration: none; letter-spacing: .04em; }
.brand-mark { width: 39px; height: 39px; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; display: grid; place-items: center; font: italic 22px/1 Georgia, serif; }
.brand strong { display: block; font: 600 16px/1 var(--serif); }
.brand small { display: block; margin-top: 5px; font-size: 8px; letter-spacing: .24em; opacity: .72; }
.header-link { text-decoration: none; font-size: 12px; letter-spacing: .08em; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: 3px; }

.hero { min-height: 780px; height: min(900px, 100vh); display: grid; grid-template-columns: 54% 46%; background: var(--ink); color: var(--cream); overflow: hidden; }
.hero-copy { padding: 150px clamp(30px, 6.1vw, 100px) 56px; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.hero-copy::after { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(244,240,232,.08); border-radius: 50%; left: -160px; bottom: -140px; }
.eyebrow { margin: 0 0 20px; font-size: 10px; font-weight: 700; line-height: 1.4; letter-spacing: .25em; text-transform: uppercase; }
.hero h1 { margin: 0; font: 500 clamp(40px, 4.6vw, 70px)/1.37 var(--serif); letter-spacing: -.055em; }
.hero-second { white-space: nowrap; }
.hero h1 em { color: #e4c5c6; font-style: normal; position: relative; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; left: 1%; right: -2%; bottom: -5px; height: 9px; border-bottom: 1px solid rgba(228,197,198,.55); border-radius: 50%; transform: rotate(-1deg); }
.hero-lead { max-width: 590px; margin: 30px 0 0; color: rgba(244,240,232,.78); font-size: 15px; line-height: 2.05; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { border: 0; border-radius: 2px; min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 25px; padding: 0 25px; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, opacity .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .answer-option:focus-visible, .text-button:focus-visible { outline: 3px solid #d8a5b4; outline-offset: 3px; }
.button-primary { background: var(--berry); color: var(--white); box-shadow: 0 10px 28px rgba(104, 33, 56, .22); }
.button-primary:hover { background: #ac5871; box-shadow: 0 14px 34px rgba(104,33,56,.28); }
.button-primary:disabled { opacity: .35; cursor: default; transform: none; box-shadow: none; }
.text-link { color: var(--cream); text-underline-offset: 6px; font-size: 12px; letter-spacing: .08em; }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin: auto 0 0; padding-top: 42px; border-top: 1px solid rgba(244,240,232,.15); }
.hero-facts div { min-width: 0; }
.hero-facts dt { font-size: 8px; letter-spacing: .22em; color: rgba(244,240,232,.46); }
.hero-facts dd { margin: 5px 0 0; font: 500 13px/1.6 var(--serif); }
.hero-visual { position: relative; padding: 42px 38px 42px 0; }
.hero-image-wrap { height: 100%; overflow: hidden; border-radius: 220px 220px 8px 8px; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; filter: saturate(.85) contrast(.96); }
.hero-visual::after { content: ""; position: absolute; inset: 42px 38px 42px 0; border-radius: 220px 220px 8px 8px; background: linear-gradient(180deg, rgba(15,42,32,.05) 45%, rgba(15,42,32,.5)); pointer-events: none; }
.photo-note { position: absolute; z-index: 2; left: 28px; bottom: 61px; margin: 0; color: var(--white); font: 500 12px/1.4 var(--serif); letter-spacing: .04em; }
.photo-note span { display: inline-block; margin-right: 12px; font: 10px/1 var(--sans); opacity: .65; }
.vertical-word { position: absolute; z-index: 2; top: 50%; right: 10px; transform: rotate(90deg) translateX(50%); transform-origin: right center; font-size: 8px; letter-spacing: .32em; color: rgba(244,240,232,.45); }

.experience { padding: clamp(85px, 10vw, 150px) clamp(22px, 6.7vw, 110px); display: grid; grid-template-columns: minmax(300px, .82fr) minmax(500px, 1.18fr); gap: clamp(55px, 8vw, 128px); align-items: start; background: var(--cream); }
.experience h2, .section-heading h2, .closing h2 { margin: 0; font: 500 clamp(32px, 4vw, 56px)/1.45 var(--serif); letter-spacing: -.04em; }
.experience-intro > p:not(.eyebrow) { margin: 28px 0 0; color: #51665e; font-size: 14px; line-height: 2.15; }
.experience-flow { list-style: none; padding: 0; margin: 42px 0 0; border-top: 1px solid var(--line); }
.experience-flow li { display: grid; grid-template-columns: 44px 75px 1fr; gap: 10px; align-items: baseline; padding: 16px 0; border-bottom: 1px solid var(--line); }
.experience-flow li span { font-size: 9px; letter-spacing: .1em; color: var(--berry); }
.experience-flow strong { font: 500 16px/1.4 var(--serif); }
.experience-flow small { color: #6d7e77; font-size: 12px; }
.quiet-image { margin: 34px 0 0; }
.quiet-image img { height: 210px; object-fit: cover; filter: saturate(.72); }
.quiet-image figcaption { margin-top: 9px; font: 11px/1.7 var(--serif); color: #718078; }

.finder-shell { position: sticky; top: 24px; background: var(--paper); box-shadow: var(--shadow); border: 1px solid rgba(23,51,41,.08); min-height: 650px; }
.finder-heading { padding: 34px 40px 28px; display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; border-bottom: 1px solid var(--line); }
.finder-heading .eyebrow { margin-bottom: 8px; color: var(--berry); }
.finder-heading h2 { margin: 0; font: 500 clamp(24px, 2.4vw, 34px)/1.45 var(--serif); }
.time-badge { flex: 0 0 auto; padding: 5px 11px; border: 1px solid var(--line); border-radius: 20px; color: #60736b; font-size: 10px; }
.quiz { padding: 30px 40px 36px; }
.progress-row { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center; margin-bottom: 32px; }
.progress-row > span { font-size: 9px; letter-spacing: .16em; color: #74827c; }
.progress-track { height: 2px; background: #deded7; overflow: hidden; }
.progress-track span { display: block; height: 100%; width: 25%; background: var(--berry); transition: width .35s ease; }
.question-number { margin: 0 0 8px; color: var(--berry); font: italic 22px/1 Georgia, serif; }
.question-title { margin: 0 0 22px; font: 500 clamp(21px, 2.1vw, 29px)/1.55 var(--serif); }
.answer-list { display: grid; gap: 10px; }
.answer-option { width: 100%; border: 1px solid var(--line); background: transparent; color: var(--ink); padding: 15px 17px; text-align: left; display: flex; justify-content: space-between; gap: 16px; align-items: center; cursor: pointer; transition: .18s ease; }
.answer-option:hover { background: #f1ece3; border-color: rgba(23,51,41,.3); }
.answer-option[aria-pressed="true"] { color: var(--white); background: var(--ink); border-color: var(--ink); }
.answer-option span:first-child { font-size: 13px; line-height: 1.55; }
.answer-option .option-mark { flex: 0 0 21px; width: 21px; height: 21px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-size: 10px; }
.answer-option[aria-pressed="true"] .option-mark::after { content: "✓"; }
.quiz-actions { display: flex; justify-content: space-between; gap: 14px; margin-top: 28px; }
.button-ghost { min-width: 95px; min-height: 48px; border: 1px solid var(--line); background: transparent; color: var(--ink); box-shadow: none; }
.quiz-actions .button-primary { min-width: 132px; min-height: 48px; }

.result { animation: fadeUp .45s ease both; }
.result-image { height: 235px; position: relative; overflow: hidden; }
.result-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(23,51,41,.35)); }
.result-image img { height: 100%; object-fit: cover; }
.result-image span { position: absolute; z-index: 2; right: 22px; bottom: 12px; color: var(--white); font: italic 30px/1 Georgia, serif; }
.result-content { padding: 30px 40px 36px; }
.result-kicker { margin: 0 0 4px; color: var(--berry); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.result-content h3 { margin: 0; font: 500 clamp(28px, 3vw, 42px)/1.35 var(--serif); }
.result-lead { margin: 13px 0 0; color: #53675e; font-size: 13px; line-height: 1.9; }
.result-meta { display: flex; gap: 30px; margin: 20px 0; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.result-meta div { display: flex; gap: 10px; }
.result-meta dt { color: #7e8a84; font-size: 10px; }
.result-meta dd { margin: 0; font-size: 12px; font-weight: 700; }
.result-content h4 { margin: 0 0 8px; font: 500 14px/1.5 var(--serif); }
.result-content ul { margin: 0; padding-left: 1.25em; color: #5a6a63; font-size: 12px; }
.result-actions { display: flex; align-items: flex-end; gap: 23px; margin-top: 24px; }
.result-cta { display: flex; flex: 1; flex-direction: column; gap: 10px; }
.result-cta .btn-primary { display: block; background: #173329; color: #fff; text-align: center; padding: 14px 18px; border-radius: 4px; text-decoration: none; font-size: 13px; font-weight: 600; line-height: 1.6; transition: background .2s ease, transform .2s ease; }
.result-cta .btn-primary:hover { background: #294a3e; transform: translateY(-1px); }
.result-cta .btn-secondary { text-align: center; padding: 6px 10px; color: #173329; text-decoration: underline; text-underline-offset: 4px; font-size: 12px; }
.cond-note { margin: 12px 0 0; color: #555; font-size: 12px; line-height: 1.8; }
.text-button { border: 0; background: none; color: #687970; text-decoration: underline; text-underline-offset: 5px; font-size: 11px; cursor: pointer; }

.lessons { padding: clamp(85px, 10vw, 150px) clamp(22px, 6.7vw, 110px) 34px; background: var(--paper); }
.section-heading { max-width: 720px; margin-bottom: 55px; }
.section-heading .eyebrow { color: var(--berry); }
.section-heading > p:last-child { max-width: 560px; margin: 22px 0 0; color: #65766f; font-size: 14px; }
.lesson-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 2.2vw, 34px); }
.lesson-card { min-width: 0; }
.card-image { height: clamp(230px, 28vw, 390px); position: relative; overflow: hidden; background: #e6e0d5; }
.card-image img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.lesson-card:hover .card-image img { transform: scale(1.025); }
.card-image span { position: absolute; left: 14px; top: 14px; width: 32px; height: 32px; display: grid; place-items: center; background: rgba(251,250,246,.9); font: italic 13px/1 Georgia, serif; }
.card-body { padding: 22px 2px 0; }
.card-body > p:first-child { margin: 0 0 4px; color: var(--berry); font-size: 8px; font-weight: 700; letter-spacing: .18em; }
.card-body h3 { margin: 0; font: 500 clamp(20px, 2vw, 28px)/1.5 var(--serif); }
.card-body > p:not(:first-child) { min-height: 72px; margin: 12px 0 18px; color: #65766f; font-size: 12px; line-height: 1.85; }
.card-body dl { margin: 0; border-top: 1px solid var(--line); }
.card-body dl div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 10px; }
.card-body dt { color: #829089; }
.card-body dd { margin: 0; text-align: right; font-weight: 600; }

.closing { margin-top: clamp(90px, 11vw, 160px); min-height: 560px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--ink); color: var(--cream); overflow: hidden; }
.closing-collage { display: grid; grid-template-columns: 44% 56%; gap: 7px; padding: 34px 0 34px 34px; }
.closing-collage img { height: 100%; object-fit: cover; filter: saturate(.72); }
.closing-collage img:first-child { transform: translateY(30px); }
.closing-copy { padding: clamp(45px, 7vw, 100px); display: flex; flex-direction: column; justify-content: center; }
.closing-copy .eyebrow { color: #dcb9be; }
.closing-copy p:not(.eyebrow) { max-width: 420px; margin: 24px 0 30px; color: rgba(244,240,232,.72); font-size: 13px; }
.button-light { width: max-content; background: var(--cream); color: var(--ink); }
footer { display: flex; justify-content: space-between; gap: 28px; padding: 30px 0 0; color: #7a8982; font-size: 9px; letter-spacing: .03em; }
footer p { margin: 0; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

@media (max-width: 1040px) {
  .hero { grid-template-columns: 58% 42%; }
  .hero-copy { padding-left: 45px; padding-right: 45px; }
  .experience { grid-template-columns: 1fr; }
  .finder-shell { position: static; max-width: 760px; width: 100%; justify-self: center; }
  .lesson-grid { grid-template-columns: repeat(2, 1fr); row-gap: 60px; }
  .card-image { height: 440px; }
  .card-body > p:not(:first-child) { min-height: 0; }
}

@media (max-width: 720px) {
  .site-header { height: 68px; padding: 0 19px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand small { display: none; }
  .header-link { font-size: 10px; }
  .hero { min-height: 860px; height: auto; display: block; padding-bottom: 26px; position: relative; }
  .hero-copy { min-height: 560px; padding: 118px 24px 42px; justify-content: flex-start; }
  .hero h1 { font-size: clamp(32px, 9.4vw, 38px); line-height: 1.45; }
  .hero-lead { font-size: 13px; line-height: 2; margin-top: 23px; }
  .hero-actions { margin-top: 28px; }
  .text-link { display: none; }
  .hero-facts { margin-top: 36px; padding-top: 21px; gap: 9px; }
  .hero-facts dt { font-size: 6px; }
  .hero-facts dd { font-size: 10px; }
  .hero-visual { height: 330px; padding: 0 17px; }
  .hero-image-wrap, .hero-visual::after { border-radius: 150px 150px 5px 5px; }
  .hero-visual::after { inset: 0 17px; }
  .hero-image-wrap img { object-position: center 58%; }
  .vertical-word { display: none; }
  .photo-note { left: 35px; bottom: 18px; }
  .button { min-height: 52px; padding: 0 20px; }

  .experience, .lessons { padding-left: 20px; padding-right: 20px; }
  .experience { gap: 64px; }
  .experience h2, .section-heading h2 { font-size: 34px; }
  .experience-intro > p:not(.eyebrow) { font-size: 13px; }
  .experience-flow li { grid-template-columns: 34px 64px 1fr; }
  .experience-flow small { font-size: 10px; }
  .quiet-image img { height: 170px; }
  .finder-shell { min-height: 0; margin: 0 -5px; }
  .finder-heading { padding: 25px 22px 20px; }
  .finder-heading h2 { font-size: 23px; }
  .quiz { padding: 23px 22px 25px; }
  .question-title { min-height: 68px; margin-bottom: 16px; font-size: 21px; }
  .answer-option { min-height: 57px; padding: 12px 14px; }
  .answer-option span:first-child { font-size: 12px; }
  .result-image { height: 200px; }
  .result-content { padding: 24px 22px 28px; }
  .result-meta { flex-direction: column; gap: 4px; }
  .result-actions { align-items: stretch; flex-direction: column; }
  .result-cta { width: 100%; }
  .result-cta .btn-primary { padding: 15px 16px; font-size: 14px; }
  .result-actions .text-button { align-self: center; min-height: 44px; padding: 8px; }

  .section-heading { margin-bottom: 36px; }
  .lesson-grid { grid-template-columns: 1fr; row-gap: 48px; }
  .card-image { height: 390px; }
  .closing { margin-left: -20px; margin-right: -20px; grid-template-columns: 1fr; }
  .closing-collage { height: 360px; padding: 18px 18px 0; }
  .closing-copy { padding: 52px 25px 62px; }
  .closing h2 { font-size: 39px; }
  footer { flex-direction: column; padding-top: 26px; }
}

@media (max-width: 390px) {
  .hero-actions .button { width: 100%; }
  .hero-facts dd { font-size: 9px; }
  .finder-heading { gap: 10px; }
  .time-badge { padding: 4px 8px; }
  .card-image { height: 340px; }
}

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