:root {
  --ink: #0d0a0f;
  --plum: #170b1d;
  --violet: #3b0a57;
  --oxblood: #8f1738;
  --oxblood-dark: #72102c;
  --gold: #c9a86a;
  --ivory: #f7f1ea;
  --paper: #f4efea;
  --muted: #c5bec8;
  --line: #4d3c52;
  --dark-text: #211624;
  --shadow: 0 22px 60px rgb(0 0 0 / 0.24);
  --radius: 8px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--plum); color: var(--ivory); font-family: var(--sans); font-size: 18px; line-height: 1.7; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 0.08em; text-underline-offset: 0.2em; }
a:hover { color: var(--gold); }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 100; padding: 0.8rem 1rem; background: var(--ivory); color: var(--dark-text); }
.skip-link:focus { top: 1rem; }
.site-header { position: relative; z-index: 20; display: grid; grid-template-columns: minmax(160px, 205px) 1fr auto; gap: 1.25rem; align-items: center; min-height: 118px; padding: 0.75rem clamp(1rem, 4vw, 4.5rem); border-bottom: 1px solid rgb(201 168 106 / 0.28); background: rgb(13 10 15 / 0.96); }
.brand-link { display: inline-block; width: min(205px, 100%); padding: 0.35rem 0.55rem; border: 1px solid rgb(201 168 106 / 0.5); border-radius: 6px; background: var(--ivory); }
.brand-link img { width: 100%; }
.primary-navigation ul, .footer-links, .link-grid, .card-grid, .breadcrumbs ol, .contents-list { margin: 0; padding: 0; list-style: none; }
.primary-navigation ul { display: flex; flex-wrap: wrap; gap: 0.25rem 1.15rem; justify-content: center; }
.primary-navigation a, .login-link { display: inline-flex; min-height: 44px; align-items: center; font-size: 0.89rem; font-weight: 650; text-decoration: none; }
.primary-navigation a[aria-current="page"] { color: var(--gold); }
.member-actions { display: flex; gap: 0.8rem; align-items: center; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0.75rem 1.2rem; border: 1px solid transparent; border-radius: 4px; font-weight: 750; line-height: 1.2; text-align: center; text-decoration: none; transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--oxblood); color: white; }
.button-primary:hover { background: var(--oxblood-dark); color: white; }
.button-secondary { border-color: var(--gold); color: var(--ivory); }
.mobile-header, .mobile-navigation { display: none; }
main { overflow: hidden; }
.container { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; }
.narrow { width: min(760px, calc(100% - 2rem)); margin-inline: auto; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-light { background: var(--paper); color: var(--dark-text); }
.section-dark { background: var(--ink); }
.section-violet { background: var(--violet); }
.eyebrow { margin: 0 0 0.85rem; color: var(--gold); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 600; line-height: 1.08; text-wrap: balance; }
h1 { max-width: 880px; margin-bottom: 1.4rem; font-size: clamp(2.65rem, 6vw, 5.2rem); }
h2 { margin-bottom: 1.15rem; font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { margin-bottom: 0.65rem; font-size: clamp(1.35rem, 2.5vw, 1.8rem); }
p, li { max-width: 76ch; }
.lead { max-width: 66ch; font-size: clamp(1.1rem, 2vw, 1.3rem); }
.hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr); min-height: 690px; background: linear-gradient(135deg, var(--ink), var(--plum) 62%, var(--violet)); }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 6vw, 6rem); }
.hero-copy .actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.6rem; }
.hero-media { display: flex; align-items: center; justify-content: center; padding: clamp(1.5rem, 4vw, 4rem); background: rgb(0 0 0 / 0.18); }
.hero-media img { width: 100%; border: 1px solid rgb(201 168 106 / 0.45); box-shadow: var(--shadow); }
.page-hero { padding: clamp(4rem, 8vw, 7rem) 0 3rem; background: linear-gradient(145deg, var(--ink), var(--plum) 65%, var(--violet)); }
.page-hero .container { width: min(1480px, calc(100% - 3rem)); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr); gap: clamp(2rem, 4vw, 4.5rem); align-items: center; }
.page-hero-image { max-height: 760px; width: 100%; object-fit: contain; border: 1px solid rgb(201 168 106 / 0.45); background: var(--ink); box-shadow: var(--shadow); }
.breadcrumbs { margin-bottom: 1.25rem; font-size: 0.83rem; color: var(--muted); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 0.25rem 0.6rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 0.6rem; color: var(--gold); }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.article-body { min-width: 0; }
.article-body h2 { margin-top: 3.8rem; padding-top: 0.5rem; }
.article-body h3 { margin-top: 2.2rem; }
.article-body p, .article-body li { color: #302535; }
.article-body a { color: #68102a; }
.article-aside { position: sticky; top: 2rem; padding: 1.3rem; border-left: 2px solid var(--oxblood); background: #ece3e5; }
.contents-list li + li { margin-top: 0.65rem; }
.direct-answer { margin: 0 0 2.4rem; padding: 1.4rem; border-left: 4px solid var(--oxblood); background: #eee5e8; color: var(--dark-text); font-size: 1.08rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.card { display: flex; flex-direction: column; min-height: 100%; padding: 1.45rem; border: 1px solid rgb(201 168 106 / 0.28); border-radius: var(--radius); background: rgb(255 255 255 / 0.045); }
.section-light .card { border-color: #d4c7cf; background: white; box-shadow: 0 14px 36px rgb(51 28 44 / 0.08); }
.card p { flex-grow: 1; }
.card a { font-weight: 750; }
.image-feature { display: grid; grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.image-feature img { max-height: 720px; width: 100%; object-fit: contain; background: var(--ink); }
.link-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.65rem 1.5rem; }
.link-grid a { display: block; padding: 0.7rem 0; }
.comparison-table-wrap { overflow-x: auto; margin: 2rem 0; }
table { width: 100%; border-collapse: collapse; font-size: 0.94rem; }
th, td { padding: 0.9rem; border: 1px solid #cdbfc8; text-align: left; vertical-align: top; }
th { background: #e8dde3; color: var(--dark-text); }
.faq-list details { border-top: 1px solid #d4c7cf; }
.faq-list details:last-child { border-bottom: 1px solid #d4c7cf; }
.faq-list summary { min-height: 58px; padding: 1rem 2.2rem 1rem 0; cursor: pointer; font-weight: 750; }
.faq-list details p { padding-bottom: 1rem; }
.bottom-cta { padding: clamp(4rem, 8vw, 7rem) 0; border-block: 1px solid rgb(201 168 106 / 0.28); background: linear-gradient(135deg, var(--violet), var(--oxblood-dark)); text-align: center; }
.bottom-cta p { margin-inline: auto; }
.inline-editorial-image { width: min(88%, 760px); margin: 3.25rem 0 4.5rem; }
.inline-editorial-image-right { margin-left: auto; }
.inline-editorial-image img { width: 100%; max-height: 640px; object-fit: contain; object-position: center; border: 1px solid #bdaab5; border-radius: 10px; background: #171019; box-shadow: 0 18px 44px rgb(51 28 44 / 0.16); }
.site-footer { padding: 4rem 0 2rem; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, minmax(150px, 1fr)); gap: 2.5rem; }
.footer-brand a { display: inline-block; width: 175px; margin-bottom: 1rem; padding: 0.35rem 0.55rem; border: 1px solid rgb(201 168 106 / 0.5); border-radius: 6px; background: var(--ivory); }
.footer-brand img { width: 100%; }
.footer-heading { margin-bottom: 0.65rem; font-size: 0.86rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.footer-links li + li { margin-top: 0.45rem; }
.footer-links a { font-size: 0.88rem; }
.photo-disclosure, .copyright { width: min(1180px, calc(100% - 2rem)); margin: 2.5rem auto 0; color: var(--muted); font-size: 0.78rem; }
.copyright { margin-top: 0.6rem; }

@media (max-width: 1080px) {
  .site-header { display: none; }
  .mobile-header { display: flex; position: relative; z-index: 20; gap: 0.8rem; align-items: center; justify-content: space-between; min-height: 96px; padding: 0.65rem 1rem; border-bottom: 1px solid rgb(201 168 106 / 0.28); background: var(--ink); }
  .mobile-header .brand-link { width: 132px; }
  .mobile-navigation { display: block; position: relative; }
  .mobile-navigation summary { display: inline-flex; min-height: 44px; align-items: center; padding: 0.55rem 0.75rem; border: 1px solid var(--line); cursor: pointer; font-weight: 750; list-style: none; }
  .mobile-navigation summary::-webkit-details-marker { display: none; }
  .mobile-navigation nav { position: absolute; right: 0; top: calc(100% + 0.5rem); width: min(300px, calc(100vw - 2rem)); padding: 1rem; border: 1px solid var(--line); background: var(--ink); box-shadow: var(--shadow); }
  .mobile-navigation ul { margin: 0; padding: 0; list-style: none; }
  .mobile-navigation a { display: flex; min-height: 46px; align-items: center; text-decoration: none; }
  .card-grid, .link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  body { font-size: 17px; }
  .hero, .page-hero-grid, .image-feature, .content-layout, .footer-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-copy { padding-block: 4.5rem; }
  .hero-media { padding-top: 0; }
  .page-hero .container { width: min(100% - 2rem, 760px); }
  .page-hero-image { max-height: 680px; }
  .article-aside { position: static; order: -1; }
  .footer-grid { gap: 1.8rem; }
  .inline-editorial-image { width: 100%; margin-block: 2.5rem 3.5rem; }
}

@media (max-width: 580px) {
  .mobile-header .button { min-height: 44px; padding-inline: 0.7rem; font-size: 0.78rem; }
  .card-grid, .link-grid { grid-template-columns: 1fr; }
  .hero-copy .actions { align-items: stretch; flex-direction: column; width: 100%; }
  .hero-copy .actions .button { width: 100%; }
}

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