:root {
  --ink: #171512;
  --ink-soft: #3f3a34;
  --muted: #6e675e;
  --paper: #fffdf9;
  --cream: #f5f1e9;
  --sand: #e7dfd2;
  --line: #d8d0c3;
  --gold: #a96822;
  --gold-dark: #7e4b16;
  --white: #ffffff;
  --focus: #2257d6;
  --shadow: 0 22px 60px rgba(31, 25, 18, 0.10);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 30px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
body[data-nav-open] { overflow: hidden; }
a { color: inherit; }
a:hover { text-decoration-thickness: 2px; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
img, svg { display: block; max-width: 100%; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: 12px; z-index: 999; transform: translateY(-150%);
  background: var(--white); color: var(--ink); padding: 10px 14px; border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(23, 21, 18, 0.92); color: var(--white);
  backdrop-filter: saturate(140%) blur(18px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-shell {
  width: min(calc(100% - 40px), var(--max)); height: 68px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 700; letter-spacing: -0.02em; }
.brand-mark {
  display: inline-grid; place-items: center; width: 34px; height: 34px;
  border: 1px solid rgba(255,255,255,0.46); border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif; font-size: 12px; letter-spacing: 0.08em;
}
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: rgba(255,255,255,0.78); text-decoration: none; font-size: 14px; font-weight: 600; }
.site-nav a:hover { color: var(--white); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,0.10); }
.nav-toggle span:not(.sr-only) { display: block; width: 18px; height: 1px; margin: 5px auto; background: var(--white); transition: transform .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(3px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }

.hero {
  width: min(calc(100% - 40px), 1320px); min-height: 720px; margin: 22px auto 0;
  display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden;
  border-radius: var(--radius-lg); background: var(--cream);
}
.hero-copy { align-self: center; padding: clamp(48px, 7vw, 104px); }
.eyebrow { margin: 0 0 12px; color: var(--gold-dark); font-size: 12px; line-height: 1.3; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero h1, .article-hero h1, .policy-hero h1 {
  margin: 0; max-width: 850px; font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6.8vw, 92px); line-height: .98; letter-spacing: -.055em; font-weight: 500;
}
.hero h1 em { color: var(--gold-dark); font-weight: 400; }
.hero-lede { max-width: 690px; margin: 30px 0 0; color: var(--ink-soft); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center;
  border: 1px solid transparent; border-radius: 999px; padding: 12px 21px;
  font-size: 14px; line-height: 1.2; font-weight: 750; text-decoration: none;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--ink); color: var(--white); }
.button-secondary { border-color: var(--ink); background: transparent; }
.button-light { background: var(--paper); color: var(--ink); }
.button-amazon { width: fit-content; background: var(--ink); color: var(--white); margin-top: 8px; }
.hero-art { position: relative; min-height: 620px; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-art::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 45% 38%, rgba(201,141,72,.18), transparent 34%); }
.hero-art > p { position: absolute; right: 26px; bottom: 18px; z-index: 2; margin: 0; color: rgba(255,255,255,.5); font-size: 10px; letter-spacing: .18em; }
.dial {
  position: absolute; z-index: 2; left: 50%; top: 38%; width: min(25vw, 310px); aspect-ratio: 1;
  transform: translate(-50%, -50%); border: 2px solid rgba(255,255,255,.65); border-radius: 50%;
  box-shadow: inset 0 0 0 18px rgba(255,255,255,.035), 0 30px 80px rgba(0,0,0,.42);
}
.dial::before { content: ""; position: absolute; inset: 14%; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.dial-hand { position: absolute; left: 50%; bottom: 50%; width: 2px; transform-origin: bottom; background: #d0a36b; }
.dial-hour { height: 27%; transform: rotate(48deg); }
.dial-minute { height: 36%; transform: rotate(144deg); }
.dial-center { position: absolute; width: 10px; height: 10px; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; background: #d0a36b; }
.lens { position: absolute; z-index: 3; bottom: 13%; width: 32%; height: 18%; border: 2px solid #d0a36b; border-radius: 22% 22% 42% 42%; background: rgba(255,255,255,.025); }
.lens-left { left: 15%; transform: rotate(4deg); }
.lens-right { right: 15%; transform: rotate(-4deg); }
.bridge { position: absolute; z-index: 3; bottom: 21%; left: 46%; width: 8%; height: 18px; border-top: 2px solid #d0a36b; border-radius: 50%; }

.trust-strip {
  width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 52px 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-bottom: 1px solid var(--line);
}
.trust-strip div { padding: 2px 34px; border-right: 1px solid var(--line); }
.trust-strip div:first-child { padding-left: 0; }
.trust-strip div:last-child { padding-right: 0; border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.trust-strip span { margin-top: 5px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.guide-section { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 100px 0 10px; scroll-margin-top: 76px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); column-gap: 60px; align-items: end; margin-bottom: 34px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2, .method-banner h2, .article-main > section > h2, .buying-note h2, .methodology h2, .prose-page h2 {
  margin: 0; font-family: Georgia, serif; font-size: clamp(34px, 4.2vw, 56px); line-height: 1.06; letter-spacing: -.035em; font-weight: 500;
}
.section-heading > p:last-child { margin: 0; color: var(--muted); }
.guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.guide-card { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 320px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); }
.guide-card-art { position: relative; display: grid; place-items: end start; padding: 22px; overflow: hidden; background: var(--ink); color: var(--white); }
.guide-card-art::before, .guide-card-art::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.26); }
.guide-card-art::before { width: 128px; height: 128px; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; }
.art-sunglasses::before { width: 76px; height: 46px; border-radius: 14px 14px 28px 28px; box-shadow: 86px 0 0 -1px var(--ink), 86px 0 0 0 rgba(255,255,255,.26); }
.art-sunglasses::after { width: 22px; height: 8px; left: calc(50% + 27px); top: 48%; border-width: 1px 0 0; }
.art-accessories::before { width: 126px; height: 88px; border-radius: 12px; transform: translate(-50%,-50%) rotate(-5deg); }
.guide-card-art > span { position: relative; z-index: 2; font-family: Georgia, serif; font-size: 44px; color: rgba(255,255,255,.86); }
.guide-card-copy { align-self: center; padding: 30px; }
.guide-card h3 { margin: 0; font-family: Georgia, serif; font-size: 27px; line-height: 1.15; letter-spacing: -.025em; font-weight: 500; }
.guide-card h3 a { text-decoration: none; }
.guide-card h3 a::after { content: ""; position: absolute; }
.guide-card-copy > p:not(.eyebrow) { color: var(--muted); font-size: 15px; }
.text-link { color: var(--gold-dark); font-size: 14px; font-weight: 800; text-decoration: none; }
.method-banner { width: min(calc(100% - 40px), var(--max)); margin: 100px auto 0; padding: clamp(40px, 7vw, 80px); border-radius: var(--radius-lg); background: var(--ink); color: var(--white); }
.method-banner .eyebrow { color: #d6ad78; }
.method-banner p:not(.eyebrow) { max-width: 760px; color: rgba(255,255,255,.72); font-size: 18px; }

.article-shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.article-hero { min-height: 520px; display: grid; grid-template-columns: 1fr 260px; gap: 80px; align-items: center; border-bottom: 1px solid var(--line); }
.article-hero h1 { font-size: clamp(46px, 6.5vw, 82px); }
.article-hero > div > p:last-child { max-width: 760px; color: var(--muted); font-size: 20px; }
.article-hero aside { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding-left: 38px; border-left: 1px solid var(--line); }
.article-hero aside span { font-family: Georgia, serif; font-size: 78px; line-height: 1; color: var(--gold-dark); }
.article-hero aside p { color: var(--muted); font-size: 14px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 70px; padding: 72px 0 0; }
.article-main { min-width: 0; }
.article-intro { max-width: 800px; font-family: Georgia, serif; font-size: 22px; line-height: 1.62; }
.article-main > section { margin-bottom: 92px; scroll-margin-top: 90px; }
.article-main > section > h2, .buying-note h2, .methodology h2 { margin-bottom: 30px; font-size: clamp(32px, 4vw, 48px); }
.criteria-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.criterion { min-height: 230px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.criterion > span { color: var(--gold-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.criterion h3 { margin: 34px 0 6px; font-family: Georgia, serif; font-size: 23px; font-weight: 500; }
.criterion p { margin: 0; color: var(--muted); font-size: 15px; }
.products > h2 { margin-bottom: 16px !important; }
.product-card { display: grid; grid-template-columns: 170px minmax(0,1fr); gap: 34px; padding: 42px 0; border-top: 1px solid var(--line); }
.product-card:last-child { border-bottom: 1px solid var(--line); }
.product-rank span, .product-rank small { display: block; }
.product-rank span { font-family: Georgia, serif; font-size: 64px; line-height: 1; color: var(--gold); }
.product-rank small { margin-top: 14px; color: var(--gold-dark); font-size: 12px; line-height: 1.4; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.product-copy h2 { margin: 0; font-family: Georgia, serif; font-size: 31px; line-height: 1.14; font-weight: 500; }
.product-title { margin: 10px 0 18px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.product-copy > p:not(.product-title) { color: var(--ink-soft); }
.product-copy h3 { margin: 24px 0 8px; font-size: 14px; }
.product-copy ul { margin: 0; padding-left: 20px; color: var(--ink-soft); }
.product-copy li { margin: 5px 0; }
.watch-for { padding: 14px 16px; border-left: 3px solid var(--gold); background: var(--cream); font-size: 14px; }
.buying-note, .methodology { padding: 38px; border-radius: var(--radius); background: var(--cream); }
.buying-note p, .methodology p { color: var(--ink-soft); }
.article-aside { align-self: start; position: sticky; top: 96px; }
.aside-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); }
.aside-card + .aside-card { margin-top: 16px; }
.aside-card ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: 14px; }
.aside-card p:not(.eyebrow), .aside-card a { color: var(--muted); font-size: 14px; }
.disclosure-card { background: var(--cream); }

.policy-hero { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 110px 0 72px; border-bottom: 1px solid var(--line); }
.policy-hero h1 { max-width: 980px; font-size: clamp(46px, 6vw, 76px); }
.policy-hero > p:last-child { max-width: 780px; margin: 26px 0 0; color: var(--muted); font-size: 20px; }
.prose-page { width: min(calc(100% - 40px), 790px); margin: 0 auto; padding: 74px 0 40px; }
.prose-page h2 { margin: 58px 0 16px; font-size: 34px; }
.prose-page h2:first-child { margin-top: 0; }
.prose-page p { color: var(--ink-soft); }

.site-footer { margin-top: 110px; padding: 66px 0 24px; background: var(--ink); color: var(--white); }
.footer-grid, .footer-note { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 50px; }
.brand-footer { margin-bottom: 14px; }
.footer-grid p { max-width: 430px; color: rgba(255,255,255,.58); font-size: 14px; }
.footer-grid h2 { margin: 4px 0 14px; color: rgba(255,255,255,.56); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { display: block; margin: 8px 0; color: rgba(255,255,255,.75); font-size: 14px; text-decoration: none; }
.footer-note { display: flex; justify-content: space-between; gap: 30px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.56); font-size: 11px; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 540px; }
  .dial { width: 290px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p:last-child { margin-top: 15px; max-width: 620px; }
  .guide-grid { grid-template-columns: 1fr; }
  .article-hero { grid-template-columns: 1fr; gap: 32px; padding: 82px 0 54px; }
  .article-hero aside { min-height: auto; padding: 24px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .article-hero aside span { font-size: 50px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; order: -1; }
  .aside-card + .aside-card { margin-top: 0; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .nav-shell { width: min(calc(100% - 28px), var(--max)); }
  .nav-toggle { display: block; color: var(--white); }
  .site-nav {
    display: none; position: fixed; inset: 68px 0 0; height: calc(100dvh - 68px); padding: 38px 24px;
    flex-direction: column; align-items: flex-start; gap: 4px; background: var(--ink);
  }
  .site-nav[data-open] { display: flex; }
  .site-nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-family: Georgia, serif; font-size: 28px; }
  .hero { width: calc(100% - 20px); margin-top: 10px; min-height: 0; border-radius: 22px; }
  .hero-copy { padding: 52px 26px 58px; }
  .hero h1 { font-size: clamp(46px, 14vw, 68px); }
  .hero-art { min-height: 420px; }
  .dial { width: 220px; }
  .trust-strip { grid-template-columns: 1fr; width: calc(100% - 40px); }
  .trust-strip div, .trust-strip div:first-child, .trust-strip div:last-child { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip div:last-child { border-bottom: 0; }
  .guide-section { padding-top: 72px; }
  .guide-card { grid-template-columns: 1fr; }
  .guide-card-art { min-height: 220px; }
  .guide-card-copy { padding: 26px; }
  .method-banner { padding: 42px 28px; }
  .article-hero { min-height: 0; }
  .article-hero h1 { font-size: clamp(44px, 13vw, 66px); }
  .article-layout { padding-top: 48px; gap: 48px; }
  .article-aside { grid-template-columns: 1fr; }
  .criteria-grid { grid-template-columns: 1fr; }
  .product-card { grid-template-columns: 1fr; gap: 18px; padding: 34px 0; }
  .product-rank { display: flex; align-items: center; gap: 16px; }
  .product-rank span { font-size: 44px; }
  .product-rank small { margin: 0; }
  .buying-note, .methodology { padding: 28px 24px; }
  .policy-hero { padding-top: 76px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-note { flex-direction: column; gap: 8px; }
}

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