:root {
  --paper: #f3f0e9;
  --ink: #11110f;
  --muted: #66635d;
  --line: rgba(17, 17, 15, .17);
  --man: #9b722f;
  --woman: #97586a;
  --ease: cubic-bezier(.2, .8, .2, 1);
  color: var(--ink);
  background: var(--paper);
  color-scheme: only light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background-color: var(--paper); color-scheme: only light; -webkit-text-size-adjust: 100%; }
body { min-width: 320px; min-height: 100svh; margin: 0; overflow-x: hidden; color: var(--ink); background: radial-gradient(circle at 50% 0%, #fff 0, var(--paper) 42rem); forced-color-adjust: none; }
a { color: inherit; text-decoration: none; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; z-index: 100; left: 12px; top: 12px; padding: 11px 14px; background: var(--ink); color: var(--paper); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.shell { position: relative; width: min(100%, 1500px); min-height: 100svh; margin-inline: auto; padding: max(18px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left)); display: flex; flex-direction: column; isolation: isolate; }

.brand-refrain { min-height: 40px; display: grid; place-items: center; border-bottom: 1px solid var(--ink); font-size: clamp(10px, 2.8vw, 12px); font-weight: 900; letter-spacing: .09em; line-height: 1.1; text-align: center; }
.topbar, .footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; text-transform: uppercase; letter-spacing: .14em; }
.topbar { min-height: 48px; border-bottom: 1px solid var(--line); font-size: 10px; }
.brand { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; font-weight: 900; }
.brand-mark { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 8px; font-family: Georgia, serif; font-size: 14px; transform: rotate(-5deg); }
.top-note { color: var(--muted); }

main { width: 100%; max-width: 1260px; flex: 1; align-self: center; padding: clamp(42px, 7vh, 82px) 0 clamp(30px, 5vh, 58px); }
.intro { display: grid; grid-template-columns: minmax(0, 1.17fr) minmax(300px, .83fr); align-items: end; gap: clamp(30px, 6vw, 86px); margin-bottom: clamp(30px, 5vh, 50px); }
.eyebrow, .card-index, .card-meta, .choice-kicker { font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { margin: 0 0 16px; display: flex; align-items: center; gap: 10px; color: var(--muted); }
.eyebrow::before { width: 26px; height: 1px; content: ""; background: currentColor; }
h1 { max-width: 760px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 6.2vw, 88px); font-weight: 400; line-height: .93; letter-spacing: -.06em; }
h1 em { color: var(--ink); font-weight: 400; -webkit-text-fill-color: var(--ink); -webkit-text-stroke: 0; }
.intro-detail > p { max-width: 450px; margin: 0; color: var(--muted); font-size: clamp(14px, 1.35vw, 18px); line-height: 1.55; }
.intro-detail > p strong { color: var(--ink); }
.quick-facts { max-width: 450px; margin-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.quick-facts span { min-height: 58px; display: grid; place-content: center; gap: 3px; color: var(--muted); font-size: 8px; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.quick-facts span + span { border-left: 1px solid var(--line); }
.quick-facts strong { color: var(--ink); font-size: 17px; line-height: 1; }

.choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(12px, 2vw, 24px); }
.choice { --accent: var(--man); position: relative; min-height: clamp(360px, 41vh, 440px); display: grid; overflow: hidden; color: #11110f; border: 1px solid #d5d0c6; border-top: 4px solid var(--accent); border-radius: 16px; background: #fff; -webkit-text-fill-color: currentColor; forced-color-adjust: none; transition: transform .35s var(--ease), border-color .25s ease, box-shadow .35s var(--ease); }
.choice--woman { --accent: var(--woman); }
.choice-inner { position: relative; z-index: 1; min-height: 100%; padding: clamp(20px, 2.5vw, 30px); display: grid; grid-template-rows: auto 1fr auto; }
.choice-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.card-index { color: var(--accent); -webkit-text-fill-color: var(--accent); }
.card-meta { color: #66635d; -webkit-text-fill-color: #66635d; letter-spacing: .09em; }
.choice-body { align-self: center; padding: 25px 0 22px; }
.choice-kicker { display: block; margin-bottom: 10px; color: #66635d; -webkit-text-fill-color: #66635d; }
.choice-title { position: relative; z-index: 2; display: block; max-width: 480px; color: #11110f; background: transparent; -webkit-text-fill-color: #11110f; text-shadow: none; font-size: clamp(38px, 4.1vw, 60px); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.choice-description { display: block; max-width: 470px; margin-top: 16px; color: #5d5a54; -webkit-text-fill-color: #5d5a54; font-size: 13px; line-height: 1.5; }
.topics { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 6px; }
.topics span { padding: 6px 8px; border: 1px solid #c9c4ba; border-radius: 999px; color: #3f3d39; -webkit-text-fill-color: #3f3d39; background: #faf9f6; font-size: 9px; font-weight: 700; }
.choice-button { padding-top: 15px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); }
.choice-button > span:first-child { display: grid; gap: 3px; }
.choice-button small { color: var(--muted); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.choice-button b { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.button-icon { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 19px; transition: color .25s ease, background .25s ease, transform .4s var(--ease); }
.choice:hover, .choice:focus-visible { z-index: 2; border-color: var(--accent); box-shadow: 0 20px 52px rgba(17,17,15,.1); transform: translateY(-4px); outline: none; }
.choice:hover .button-icon, .choice:focus-visible .button-icon { color: var(--paper); background: var(--ink); transform: translateX(3px); }

.access-note { min-height: 44px; margin: 18px 0 0; display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--muted); font-size: 10px; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.access-note strong { color: var(--ink); }
.footer { min-height: 36px; border-top: 1px solid var(--line); color: var(--muted); font-size: 8px; }
.footer span:last-child { text-align: right; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }

@media (max-width: 760px) {
  .shell { padding-inline: 15px; }
  .top-note { font-size: 8px; }
  main { padding-block: 28px 26px; }
  .intro { grid-template-columns: 1fr; gap: 12px; margin-bottom: 22px; }
  h1 { max-width: 560px; font-size: clamp(43px, 13.8vw, 64px); }
  .intro-detail > p { max-width: 560px; font-size: 14px; }
  .quick-facts { display: none; }
  .choices { grid-template-columns: 1fr; }
  .choice { min-height: 326px; border-top-width: 3px; }
  .choice-inner { padding: 20px; }
  .choice-body { padding-block: 20px 16px; }
  .choice-title { font-size: clamp(38px, 11.8vw, 52px); line-height: .94; }
  .choice-description { margin-top: 14px; }
  .footer { align-items: flex-start; padding-top: 13px; }
}

@media (max-width: 480px) {
  h1 { font-size: 43px; }
}

@media (max-width: 380px) {
  .top-note { display: none; }
  h1 { font-size: 42px; }
  .choice { min-height: 320px; }
  .topics span { padding: 5px 7px; }
}

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