/* PickHelp: white surfaces, mist-blue accents, native mobile interactions. */
:root {
  --paper: #f8fafb;
  --surface: #fff;
  --soft: #edf3f6;
  --ink: #2d3d46;
  --muted: #64737b;
  --accent: #476b80;
  --accent-dark: #34576b;
  --line: #e0e7ea;
  --shadow: 0 8px 28px #2d465b08;
  --gutter: max(20px, env(safe-area-inset-left), env(safe-area-inset-right));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.75 system-ui, -apple-system, 'Segoe UI', 'Malgun Gothic', sans-serif; word-break: keep-all; overflow-wrap: anywhere; }
a { color: inherit; text-decoration: none; text-underline-offset: 5px; }
button { font: inherit; color: inherit; cursor: pointer; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { letter-spacing: -.045em; line-height: 1.4; }
p { color: var(--muted); }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
.wrap { width: min(1160px, calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.skip { position: fixed; top: -90px; left: 16px; padding: 12px 20px; background: white; z-index: 10; }
.skip:focus { top: 12px; }
.header { background: var(--surface); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 4px 24px; padding-block: 17px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 25px; font-weight: 780; letter-spacing: -1px; }
.brand-dot { color: var(--accent); margin-left: -10px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 22px; }
.nav-links a { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-size: 14px; font-weight: 600; }
.hero { display: grid; gap: 30px; padding-block: 36px 38px; }
.hero-copy { min-width: 0; }
.eyebrow { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; margin-bottom: 18px; }
.hero-copy > .eyebrow { display: inline-flex; align-items: center; padding: 6px 12px; background: var(--soft); border-radius: 30px; font-size: 12px; letter-spacing: 0; }
.tiny-dot { display: inline-block; flex-shrink: 0; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--accent); }
.hero h1 { font-size: clamp(36px, 4.45vw, 58px); font-weight: 760; line-height: 1.3; letter-spacing: -.06em; }
.hero-line { display: block; }
.hero h1 em { font-style: normal; color: var(--ink); }
.hero-description { margin-top: 20px; font-size: 15px; line-height: 1.95; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 20px; margin-top: 25px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 52px; padding: 12px 23px; border-radius: 100px; background: var(--accent); color: white; font-size: 14px; font-weight: 650; box-shadow: 0 5px 15px #476b8014; }
.button span { font-size: 21px; line-height: 1; }
.secondary-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 13px; font-weight: 600; }
.hero-footnote { margin-top: 14px; font-size: 12px; }
.hero-feature { position: relative; display: flex; flex-direction: column; min-width: 0; overflow: hidden; background: #eef2f2; border: 1px solid #e4e9e8; border-radius: 24px; box-shadow: var(--shadow); }
.feature-top { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 10px; padding: 20px 22px 0; color: #626f73; font-size: 9px; letter-spacing: 1.5px; }
.hero-feature > img { width: 100%; margin-top: -8px; }
.feature-caption { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 20px 22px 27px; margin-top: -22px; background: #ffffffed; border-top: 1px solid #ffffffad; }
.feature-caption .eyebrow { margin-bottom: 6px; font-size: 11px; letter-spacing: 0; }
.feature-caption h2 { font-size: 23px; }
.art-note { position: absolute; right: 22px; bottom: 5px; z-index: 2; font-size: 8px; color: var(--muted); }
.manifesto-strip { background: white; border-block: 1px solid var(--line); }
.manifesto-strip .wrap { display: grid; grid-template-columns: 1fr; gap: 22px; padding-block: 26px; }
.strip-intro { font-size: 13px; color: var(--muted); }
.strip-intro br { display: none; }
.strip-intro strong { color: var(--ink); margin-left: 5px; font-weight: 600; }
.strip-item { display: flex; align-items: center; gap: 14px; font-size: 12px; color: var(--muted); }
.strip-item strong { display: block; color: var(--ink); font-size: 14px; font-weight: 650; }
.strip-icon { display: grid; place-items: center; flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%; background: var(--soft); color: var(--accent); font-size: 12px; font-weight: 650; }
.section { padding-block: 46px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 24px; }
.section-heading .eyebrow { margin-bottom: 10px; }
.section-heading h2, .about h2 { font-size: clamp(25px, 2.6vw, 32px); }
.section-heading p:not(.eyebrow) { margin-top: 12px; font-size: 14px; }
.section-number { display: none; white-space: nowrap; color: var(--muted); font-size: 10px; letter-spacing: 1px; }
.filter-bar { display: flex; gap: 8px; overflow-x: auto; padding: 5px 4px 13px; margin-bottom: 12px; scrollbar-width: thin; scrollbar-color: #c8d5dc transparent; }
.filter-bar button { flex-shrink: 0; min-height: 44px; padding: 9px 17px; border: 1px solid var(--line); border-radius: 30px; background: white; font-size: 13px; }
.filter-bar button[aria-pressed=true] { border-color: var(--accent); background: var(--accent); color: white; }
.filter-bar button span { margin-left: 6px; font-size: 10px; opacity: .8; }
.rail { display: flex; gap: 18px; overflow-x: auto; padding: 8px 4px 20px; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #c8d5dc transparent; }
.pick-card { flex: 0 0 88%; min-width: 0; scroll-snap-align: start; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow); }
.pick-card > a { display: flex; flex-direction: column; height: 100%; }
.pick-card:focus-within { outline: 3px solid var(--accent); outline-offset: 2px; }
.card-art { position: relative; overflow: hidden; }
.card-art img { width: 100%; aspect-ratio: 1.4; object-fit: contain; }
.peach { background: #edf1f2; }
.sage { background: #eef2ec; }
.lavender { background: #f0eef4; }
.sand { background: #f4f0e9; }
.card-tag { position: absolute; top: 16px; left: 16px; z-index: 1; padding: 4px 10px; border: 1px solid #ffffffc0; border-radius: 30px; background: #ffffffb8; color: #596871; font-size: 9px; letter-spacing: 1px; }
.card-body { display: flex; flex-direction: column; flex: 1; padding: 23px 22px 19px; }
.card-kicker { margin-bottom: 8px; font-size: 12px; }
.card-body h3 { font-size: 22px; }
.card-body > p:not(.card-kicker) { margin-top: 12px; font-size: 14px; line-height: 1.85; }
.card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid var(--line); padding-top: 15px; margin-top: auto; font-size: 11px; color: var(--muted); }
.card-body > p:last-of-type { margin-bottom: 24px; }
.rail-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 10px; }
.rail-footer > p { font-size: 11px; }
.guide-section { padding-block: 46px; background: #f0f4f6; border-block: 1px solid var(--line); }
.guide-layout { display: grid; gap: 22px; }
.guide-note { display: grid; grid-template-columns: 44px 1fr; gap: 12px 18px; padding: 24px; background: #e5edf1; border-radius: 20px; }
.note-symbol { grid-row: span 2; font-size: 44px; line-height: 1.15; color: var(--accent); }
.guide-note h3 { font-size: 23px; }
.guide-note p { font-size: 13px; }
.note-bottom { grid-column: 2; color: var(--muted); font-size: 9px; letter-spacing: 1px; }
.guide-list { min-width: 0; display: grid; gap: 10px; align-content: start; }
details { background: white; border: 1px solid var(--line); border-radius: 15px; scroll-margin-top: 24px; }
summary { display: flex; align-items: center; gap: 13px; min-height: 100px; padding: 20px 18px; list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
.guide-index { align-self: flex-start; padding-top: 4px; color: var(--muted); font-size: 11px; }
summary > span:nth-child(2) { flex: 1; }
summary small { display: block; margin-bottom: 6px; color: var(--muted); font-size: 10px; letter-spacing: .6px; }
summary strong { display: block; font-size: 15px; letter-spacing: -.025em; line-height: 1.65; font-weight: 650; }
.plus { color: var(--accent); font-size: 24px; font-weight: 300; }
details[open] .plus { transform: rotate(45deg); }
details[open] { border-color: #b7cbd6; }
.guide-content { padding: 0 22px 24px 42px; font-size: 14px; }
.guide-content ul { padding-left: 18px; color: var(--muted); }
.guide-content li + li { margin-top: 8px; }
.guide-tip { padding-left: 12px; margin-top: 18px; border-left: 2px solid var(--accent); }
.about { display: grid; gap: 30px; }
.principles { display: grid; gap: 24px; }
.principles > div { padding-top: 18px; border-top: 1px solid var(--line); }
.principles span { color: var(--accent); font-size: 12px; }
.principles h3 { font-size: 17px; margin-block: 10px; }
.principles p { font-size: 13px; line-height: 1.9; }
.footer { padding-block: 30px; background: white; border-top: 1px solid var(--line); }
.footer-top { display: flex; align-items: center; gap: 14px 26px; flex-wrap: wrap; }
.footer-top p { font-size: 13px; }
.back-top { display: inline-flex; align-items: center; min-height: 44px; margin-left: auto; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; border-top: 1px solid var(--line); margin-top: 22px; padding-top: 20px; color: var(--muted); font-size: 11px; }
@media (min-width: 600px) {
  :root { --gutter: max(28px, env(safe-area-inset-left), env(safe-area-inset-right)); }
  .hero { gap: 38px; }
  .hero-feature { width: 100%; max-width: 650px; }
  .manifesto-strip .wrap { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .strip-intro { grid-column: 1 / -1; }
  .strip-item { gap: 10px; }
  .strip-item strong { font-size: 13px; }
  .pick-card { flex-basis: 46%; }
  .section-number { display: block; }
  .principles { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .rail-footer > p { font-size: 12px; }
}
@media (min-width: 900px) {
  .nav { padding-block: 18px; }
  .nav-links { gap: 32px; }
  .hero { grid-template-columns: 1fr 1fr; align-items: center; gap: 52px; padding-block: 48px; }
  .hero-description { font-size: 16px; }
  .feature-caption { padding: 23px 28px 30px; }
  .feature-caption h2 { font-size: 26px; }
  .manifesto-strip .wrap { grid-template-columns: .9fr 1fr 1fr 1.15fr; align-items: center; gap: 24px; padding-block: 26px; }
  .strip-intro { grid-column: auto; }
  .strip-intro br { display: block; }
  .strip-intro strong { margin-left: 0; }
  .strip-item { border-left: 1px solid var(--line); padding-left: 22px; gap: 12px; }
  .section { padding-block: 60px; }
  .section-heading { margin-bottom: 28px; }
  .rail { gap: 22px; }
  .pick-card { flex-basis: 31.5%; }
  .card-body { padding: 25px 24px 20px; }
  .guide-section { padding-block: 54px; }
  .guide-layout { grid-template-columns: 290px minmax(0, 1fr); gap: 30px; }
  .guide-note { display: flex; flex-direction: column; gap: 0; padding: 32px; }
  .note-symbol { margin-bottom: 26px; }
  .guide-note h3 { font-size: 27px; }
  .guide-note p { margin-top: 20px; font-size: 14px; }
  .note-bottom { margin-top: auto; padding-top: 26px; }
  summary { padding: 20px 24px; }
  summary strong { font-size: 17px; }
  .guide-content { padding-left: 51px; }
  .about { grid-template-columns: .85fr 1.6fr; gap: 46px; }
}
@media (max-width: 359px) {
  :root { --gutter: max(14px, env(safe-area-inset-left), env(safe-area-inset-right)); }
  .nav { padding-block: 12px; }
  .nav-links { gap: 16px; }
  .nav-links a { font-size: 12px; }
  .hero h1 { font-size: 34px; }
  .hero-copy > .eyebrow { font-size: 11px; }
  .hero-description { font-size: 14px; }
  .hero { padding-block: 28px; }
  .feature-caption { padding-inline: 17px; }
  .feature-caption h2 { font-size: 21px; }
  .rail-footer { align-items: flex-start; flex-direction: column; }
  .pick-card { flex-basis: 94%; }
  .section-heading h2 { font-size: 23px; }
  .guide-note { grid-template-columns: 32px 1fr; padding: 20px; gap: 12px; }
  .note-symbol { font-size: 34px; }
  summary { gap: 10px; padding-inline: 14px; }
  .guide-content { padding-inline: 18px; }
}
@media (hover: hover) and (pointer: fine) {
  .nav-links a:hover, .back-top:hover, .secondary-link:hover { color: var(--accent); text-decoration: underline; }
  .button:hover { background: var(--accent-dark); }
  .rail-controls button:not(:disabled):hover { background: var(--accent); color: white; border-color: var(--accent); }
  .filter-bar button:not([aria-pressed=true]):hover { background: var(--soft); border-color: #b4c7d2; }
  .pick-card:hover { box-shadow: 0 15px 28px #2d465b12; border-color: #c5d4dc; }
  .pick-card:hover h3 { color: var(--accent-dark); }
  summary:hover { background: #f8fafb; border-radius: 15px; }
}
/* One-time entrances; content remains visible without JS or animation support. */
@media (prefers-reduced-motion: no-preference) {
  .hero-copy > .eyebrow { animation: arrive .65s ease both; }
  .hero-line { animation: arrive .8s cubic-bezier(.2,.7,.2,1) .08s both; }
  .hero-line:nth-child(2) { animation-delay: .2s; }
  .hero-description { animation: arrive .8s ease .3s both; }
  .hero-actions, .hero-footnote { animation: arrive .8s ease .4s both; }
  .hero-feature { animation: arrive .9s ease .15s both; }
  .reveal.is-visible { animation: reveal-in .4s ease both; }
  details[open] .guide-content { animation: arrive .3s ease both; }
  .button, .rail-controls button, .filter-bar button, .plus { transition: background .22s, color .22s, transform .25s, border-color .22s; }
  .button:active { transform: scale(.98); }
  @keyframes reveal-in { from { opacity: .4; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes arrive { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
}
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .pick-card { transition: translate .25s, box-shadow .25s, border-color .25s; }
  .card-art img, .hero-feature > img { transition: transform .45s ease, filter .45s ease; }
  .pick-card:hover { translate: 0 -4px; }
  .pick-card:hover .card-art img { transform: scale(1.04); filter: brightness(1.025); }
  .hero-feature:hover > img { transform: scale(1.018); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
/* Hover over either the image or text to reveal the rail controls. */
.carousel-stage { position: relative; }
.rail-controls { position: absolute; inset: 8px 0 20px; pointer-events: none; }
.rail-controls button { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: #fffffff2; color: var(--accent); box-shadow: 0 4px 18px #2d465b18; pointer-events: auto; }
.rail-controls [data-prev] { left: 5px; }
.rail-controls [data-next] { right: 5px; }
.rail-controls svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.rail-controls button:disabled { opacity: 0; pointer-events: none; }
#rail-position { flex-shrink: 0; color: var(--muted); font-size: 11px; }
@media (hover: hover) and (pointer: fine) {
  .rail-controls button { opacity: 0; pointer-events: none; }
  .carousel-stage:hover .rail-controls button:not(:disabled),
  .carousel-stage:focus-within .rail-controls button:not(:disabled) { opacity: 1; pointer-events: auto; }
}
@media (prefers-reduced-motion: no-preference) {
  .rail-controls button { transition: opacity .2s ease, background .2s ease, color .2s ease; }
}

/* Photo-led editorial redesign: broad compositions and a restrained navy palette. */
:root { --paper: #fff; --surface: #fff; --soft: #f0f5f8; --ink: #10253c; --muted: #6a7989; --accent: #193c61; --accent-dark: #102d4c; --line: #e5ebf0; }
.header { position: relative; z-index: 2; }
.nav { min-height: 76px; padding-block: 12px; }
.brand { font-size: 24px; letter-spacing: -.8px; }
.nav-start { display: none; min-height: 40px; padding: 7px 20px; border-radius: 9px; color: white; background: var(--accent); font-size: 12px; }
.nav-links a { font-size: 13px; }
.hero-banner { position: relative; isolation: isolate; display: flex; flex-direction: column; background: #f2f5f7; overflow: hidden; }
.hero-photo-link { display: block; order: 2; }
.hero-photo-link img { width: 100%; height: 290px; object-fit: cover; object-position: 65% center; }
.hero-layout { padding-block: 42px 34px; }
.hero-copy > .eyebrow { display: block; padding: 0; background: none; border-radius: 0; color: #5c7390; font-size: 9px; letter-spacing: 2px; margin-bottom: 24px; }
.hero-copy h1 { font-size: clamp(30px, 3.75vw, 50px); line-height: 1.35; letter-spacing: -.065em; font-weight: 750; }
.hero-copy h1 a { display: block; }
.hero-description { font-size: 14px; margin-top: 21px; line-height: 1.9; }
.hero-actions { gap: 12px 18px; margin-top: 26px; }
.button { min-height: 48px; padding: 12px 24px; font-size: 13px; box-shadow: none; }
.secondary-link { font-size: 12px; }
.hero-footnote { margin-top: 22px; font-size: 11px; }
.hero-caption { position: absolute; z-index: 1; bottom: 12px; right: 18px; font-size: 8px; letter-spacing: 1px; background: #ffffffbd; color: #40536b; padding: 3px 7px; border-radius: 3px; }
.category-section { display: flex; gap: 24px; flex-direction: column; padding-block: 30px; border-bottom: 1px solid var(--line); }
.category-intro .eyebrow { font-size: 9px; margin-bottom: 8px; }
.category-intro h2 { font-size: 20px; }
.category-intro h2 br { display: none; }
.category-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.category-links a { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 11px; min-height: 85px; padding: 10px 2px; font-size: 10px; background: #f8fafb; border-radius: 7px; text-align: center; }
.line-icon { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.section-heading h2 { font-size: clamp(23px, 2.4vw, 30px); }
.section-heading p:not(.eyebrow) { font-size: 13px; }
.eyebrow { font-size: 10px; letter-spacing: 2px; color: #5f7690; }
.text-link { font-size: 12px; min-height: 44px; display: inline-flex; align-items: center; white-space: nowrap; }
.section-heading { flex-wrap: wrap; gap: 10px; }
.pick-card { border-radius: 10px; box-shadow: none; }
.card-art img { aspect-ratio: 1.48; object-fit: cover; }
.card-body { padding: 20px 19px 17px; }
.card-kicker { font-size: 9px; letter-spacing: 1.3px; }
.card-body h3 { font-size: 20px; }
.card-body > p:not(.card-kicker) { font-size: 12px; line-height: 1.85; margin-top: 9px; }
.card-body > p:last-of-type { margin-bottom: 17px; }
.card-bottom { padding-top: 11px; font-size: 10px; }
.values-section { background: #f1f6f9; padding-block: 42px; }
.values-heading { text-align: center; }
.values-heading .eyebrow { margin-bottom: 10px; }
.values-heading h2 { font-size: 25px; }
.values-heading > p:last-child { font-size: 13px; margin-top: 10px; }
.values-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 18px; margin-top: 34px; }
.values-grid > div { text-align: center; }
.values-grid .line-icon { width: 33px; height: 33px; margin-bottom: 14px; }
.values-grid h3 { font-size: 15px; }
.values-grid p { font-size: 11px; margin-top: 9px; line-height: 1.85; }
.editorial-guides { display: grid; gap: 26px; }
.editorial-intro h2 { font-size: 29px; }
.editorial-intro > p:last-child { font-size: 13px; margin-top: 18px; }
.editorial-list { display: grid; gap: 12px; }
.editorial-row { display: grid; grid-template-columns: 90px minmax(0,1fr); align-items: center; gap: 16px; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.editorial-row img { width: 100%; height: 115px; object-fit: cover; }
.editorial-row > div { padding-block: 14px; padding-right: 12px; }
.editorial-row .eyebrow { font-size: 9px; letter-spacing: .6px; margin-bottom: 7px; }
.editorial-row h3 { font-size: 14px; line-height: 1.6; }
.editorial-row p:not(.eyebrow) { display: none; font-size: 12px; margin-top: 5px; }
.read-label { display: none; }
.closing { margin-bottom: 48px; }
.closing > a { position: relative; display: block; min-height: 340px; border-radius: 12px; overflow: hidden; background: #eff3f4; }
.closing img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.closing > a::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,#f3f6f8f5 0%,#f3f6f8db 42%,#f3f6f811 100%); }
.closing-copy { position: relative; z-index: 1; padding: 32px 25px; width: 85%; }
.closing-copy h2 { font-size: 25px; }
.closing-copy > p:not(.eyebrow) { font-size: 13px; margin-top: 15px; }
.closing-copy .button { margin-top: 22px; }
.footer { padding-top: 24px; }
.footer-top .brand { font-size: 22px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 12px; padding-block: 25px; font-size: 12px; color: var(--muted); }
.detail-hero { display: grid; gap: 25px; padding-block: 18px 42px; }
.detail-hero h1 { font-size: clamp(30px,4vw,44px); }
.detail-hero p:not(.eyebrow) { margin-block: 20px 25px; font-size: 15px; max-width: 520px; }
.detail-hero > img { width: 100%; aspect-ratio: 1.5; object-fit: cover; border-radius: 12px; }
.detail-article { max-width: 800px; padding-block: 40px; border-top: 1px solid var(--line); }
.detail-article h2 { font-size: 25px; }
.article-content { margin-top: 25px; font-size: 16px; line-height: 1.95; }
.article-content ul { padding-left: 22px; }
.article-content li { margin-bottom: 14px; }
.editorial-disclosure { background: var(--soft); border-radius: 12px; padding: 23px; margin-block: 30px 20px; font-size: 13px; }
.editorial-disclosure p { margin-top: 10px; }
.related-grid { display: grid; gap: 24px; }
.related-grid img { width: 100%; aspect-ratio: 1.5; object-fit: cover; border-radius: 9px; }
.related-grid h3 { font-size: 20px; margin-top: 17px; }
.related-grid p { font-size: 13px; margin-top: 8px; }
@media(min-width:600px) {
  .category-section { flex-direction: row; align-items: center; gap: 32px; }
  .category-intro { flex: 0 0 210px; }
  .category-intro h2 br { display: block; }
  .category-links { flex: 1; }
  .related-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .editorial-row { grid-template-columns: 135px minmax(0,1fr) 45px; }
  .read-label { display: block; font-size: 11px; color: var(--muted); }
  .editorial-row p:not(.eyebrow) { display: block; }
  .closing-copy { width: 62%; padding: 40px; }
}
@media(min-width:900px) {
  .nav-start { display: inline-flex; align-items: center; }
  .nav-links { gap: 34px; }
  .hero-banner { display: block; min-height: 570px; }
  .hero-photo-link { position: absolute; inset: 0; z-index: -2; }
  .hero-photo-link img { height: 100%; object-position: center 55%; }
  .hero-banner::before { content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg,#f5f7f9ed 0%,#f5f7f9dc 29%,#f5f7f988 43%,#f5f7f900 61%); }
  .hero-layout { padding-block: 76px; pointer-events: none; }
  .hero-copy { max-width: 525px; pointer-events: auto; }
  .hero-description { font-size: 16px; }
  .hero-copy .eyebrow { margin-bottom: 27px; }
  .hero-actions { margin-top: 30px; }
  .hero-caption { right: 30px; bottom: 20px; }
  .category-section { padding-block: 30px; }
  .category-links a { background: transparent; border-left: 1px solid var(--line); border-radius: 0; min-height: 90px; font-size: 12px; }
  .section { padding-block: 55px; }
  .pick-card { flex-basis: 29%; }
  .values-section { padding-block: 45px; }
  .values-grid { grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 35px; gap: 0; }
  .values-grid > div { padding-inline: 20px; border-left: 1px solid #dce5ec; }
  .values-grid > div:first-child { border: 0; }
  .values-grid h3 { font-size: 17px; }
  .values-grid p { font-size: 12px; }
  .editorial-guides { grid-template-columns: .72fr 1.65fr; gap: 55px; }
  .editorial-intro h2 { font-size: 31px; }
  .closing > a { min-height: 315px; }
  .closing-copy { width: 55%; padding: 38px 55px; }
  .closing-copy h2 { font-size: 29px; }
  .detail-hero { grid-template-columns: 1fr 1.15fr; gap: 55px; align-items: center; padding-bottom: 55px; }
}
@media(max-width:359px) {
  .nav-links { gap: 14px; }
  .nav-links a { font-size: 11px; }
  .hero-copy h1 { font-size: 29px; }
  .hero-copy > .eyebrow { font-size: 8px; letter-spacing: 1.2px; }
  .hero-photo-link img { height: 230px; }
  .category-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .values-grid { grid-template-columns: 1fr; }
  .editorial-row { grid-template-columns: 76px minmax(0,1fr); gap: 12px; }
  .closing-copy { width: 100%; }
}
@media(hover:hover) and (pointer:fine) {
  .editorial-row:hover, .category-links a:hover { background: #f4f7f9; }
  .editorial-row:hover h3, .related-grid a:hover h3, .text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
}
@media(prefers-reduced-motion:no-preference) {
  .hero-copy > .eyebrow { animation: slide-right .8s ease .05s both; }
  .hero-copy .hero-line { animation: slide-right 1s cubic-bezier(.2,.7,.2,1) .15s both; }
  .hero-copy .hero-line:nth-child(2) { animation-delay: .3s; }
  .hero-copy .hero-description { animation: slide-right 1s ease .45s both; }
  .hero-copy .hero-actions, .hero-copy .hero-footnote { animation: slide-right 1s ease .6s both; }
  @keyframes slide-right { from { opacity: 0; transform: translateX(-28px); clip-path: inset(0 100% 0 0); } to { opacity: 1; transform: translateX(0); clip-path: inset(0); } }
}
/* Local catalog management and empty/registered states. */
.catalog-empty { padding: 35px 28px; border: 1px dashed #c9d6df; border-radius: 12px; background: #f7fafb; }
.catalog-empty h3 { font-size: 20px; }
.catalog-empty p { margin-top: 12px; font-size: 14px; }
.product-main { min-height: 70vh; padding-bottom: 45px; }
.product-main .detail-article { margin-inline: auto; }
.product-price { display: block; font-size: 22px; }
.article-content p + p { margin-top: 16px; }
.admin-entry { font-size: 12px; min-height: 44px; display: inline-flex; align-items: center; }
.admin-main { padding-block: 38px 60px; }
.admin-main h1 { font-size: 32px; }
.admin-main h2 { font-size: 22px; margin-bottom: 20px; }
.admin-main > p { margin-block: 12px; }
.admin-notice { background: var(--soft); padding: 15px 18px; border-radius: 8px; }
#admin-status { padding: 12px 0; color: #254f3e; }
#admin-status.error { color: #9f3227; }
.admin-layout { display: grid; gap: 40px; margin-top: 22px; }
#editor-fields { margin: 0; padding: 0; border: 0; min-width: 0; }
#editor-fields > label { display: grid; gap: 7px; margin-bottom: 19px; font-weight: 600; font-size: 14px; }
#editor-fields input:not([type=checkbox]), #editor-fields textarea, #editor-fields select { width: 100%; min-height: 44px; font: inherit; padding: 10px 12px; border: 1px solid #c5d2dc; border-radius: 7px; background: white; color: var(--ink); }
#editor-fields textarea { resize: vertical; }
#editor-fields small { font-weight: 400; color: var(--muted); }
#editor-fields:disabled { opacity: .6; }
#photo-preview { max-width: 360px; width: 100%; max-height: 250px; object-fit: contain; background: var(--soft); margin-bottom: 20px; }
.admin-checks { display: grid; gap: 10px; }
.admin-checks label { display: flex; align-items: center; gap: 9px; min-height: 44px; }
.admin-checks input { width: 18px; height: 18px; accent-color: var(--accent); }
.admin-reset, .admin-list button { min-height: 44px; padding: 8px 18px; background: white; border: 1px solid var(--line); border-radius: 8px; }
.admin-list { display: grid; gap: 16px; margin-top: 20px; }
.admin-list article { border: 1px solid var(--line); padding: 18px; border-radius: 10px; }
.admin-list img { width: 100%; height: 150px; object-fit: contain; background: var(--soft); border-radius: 7px; }
.admin-list h3 { font-size: 18px; margin-top: 12px; }
.admin-list p { margin-block: 8px; font-size: 13px; }
.admin-list a { display: inline-flex; align-items: center; min-height: 44px; margin-left: 14px; font-size: 13px; }
@media(min-width:900px) { .admin-layout { grid-template-columns: 1.3fr .8fr; gap: 60px; } }
/* Registered catalog: category navigation and a multi-row product directory. */
.category-section { align-items: stretch; }
.category-links { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.category-links a { border: 1px solid var(--line); background: #f8fafb; border-radius: 8px; min-height: 68px; padding: 10px; gap: 5px; }
.category-links strong { font-size: 12px; font-weight: 600; }
.category-count { color: var(--muted); font-size: 10px; }
.filter-bar { margin-top: 20px; }
.all-products { margin-top: 46px; border-top: 1px solid var(--line); padding-top: 36px; }
.product-grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 20px; }
.product-grid .pick-card { min-width: 0; }
.product-grid .card-art img { aspect-ratio: 1.3; object-fit: contain; background: #f7f9fa; }
.product-grid .catalog-empty { grid-column: 1/-1; }
.load-more-wrap { display: flex; justify-content: center; margin-top: 28px; }
.load-more-wrap .button { border: 0; }
.category-page { min-height: 65vh; padding-bottom: 50px; }
.category-page h1 { font-size: 32px; }
.category-page > p { margin-block: 12px 24px; }
.category-page .filter-bar { margin-bottom: 20px; }
.rail > .catalog-empty { width: 100%; flex: 0 0 100%; }
.hero-empty { min-height: 0; background: #f0f5f8; }
.hero-empty .hero-layout { padding-block: 50px; }
.hero-empty::before { display: none; }
.hero-empty .hero-copy { max-width: 700px; }
.affiliate-disclosure { font-size: 12px!important; margin: 20px 0 12px!important; padding: 12px 14px; background: var(--soft); border-radius: 8px; }
.price-note { font-size: 12px!important; margin-block: 8px 15px!important; }
.purchase-button { margin-top: 8px; }
@media(min-width:380px) { .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }.product-grid .card-body { padding: 15px 13px; }.product-grid h3 { font-size: 17px; } }
@media(min-width:600px) { .category-links { grid-template-columns: repeat(3,minmax(0,1fr)); }.category-intro { padding-top: 14px; }.product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; } }
@media(min-width:1000px) { .category-links { grid-template-columns: repeat(4,minmax(0,1fr)); }.product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }.product-grid .card-body { padding: 20px; }.product-grid h3 { font-size: 19px; } }
/* Compact detail layout and horizontal illustrated guide. */
.product-main .detail-hero { gap: 28px; padding-bottom: 28px; align-items: start; }
.product-main .detail-hero h1 { font-size: clamp(23px,2.5vw,34px); line-height: 1.4; margin: 8px 0 12px; }
.product-main .detail-hero > img { width: 100%; max-height: 390px; aspect-ratio: 1; object-fit: contain; border-radius: 16px; background: #f5f7f9; }
.product-main .detail-hero > div > p { margin-block: 10px; font-size: 14px; }
.product-main .product-price { font-size: 29px; margin-top: 18px; }
.seller-identity { display: flex; align-items: center; gap: 12px; margin-top: 12px; }
.seller-identity > span { font-size: 12px; color: var(--muted); }
.seller-identity img { width: 150px; height: 70px; object-fit: contain; }
.product-main .purchase-button { display: flex; width: 100%; min-height: 68px; padding: 18px 20px; border-radius: 12px; font-size: clamp(16px,2vw,21px); font-weight: 700; justify-content: center; text-align: center; background: #1264d8; color: white; box-shadow: 0 8px 22px #1264d820; }
.product-main .purchase-button:hover { background: #0a4daa; }
.product-main .detail-article { max-width: none; padding-block: 26px 12px; }
.detail-article h2 { font-size: clamp(22px,2.5vw,29px); }
.story-hint { font-size: 13px; margin: 10px 0 20px; }
.story-shell { position: relative; }
.story-track { display: flex; gap: 16px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; padding-bottom: 14px; }
.story-card { flex: 0 0 min(86%,350px); min-width: 0; border: 1px solid #dce5ee; border-radius: 16px; overflow: hidden; scroll-snap-align: start; background: white; }
.story-art { height: 145px; position: relative; display: grid; place-items: center; background: #eef4fb; overflow: hidden; }
.story-number { position: absolute; left: 20px; top: 16px; font-size: 12px; letter-spacing: 2px; color: #466184; }
.story-symbol { position: relative; width: 100px; height: 80px; display: block; }
.story-symbol i { position: absolute; display: block; border: 2px solid #466184; border-radius: 9px; background: #fff9; width: 58px; height: 58px; }
.story-symbol i:nth-child(1) { left: 0; top: 15px; transform: rotate(-12deg); }
.story-symbol i:nth-child(2) { left: 25px; top: 3px; transform: rotate(8deg); }
.story-symbol i:nth-child(3) { left: 42px; top: 25px; width: 32px; height: 32px; border-radius: 50%; background: #abc8eb; }
.story-art-1 { background: #fff3dd; }.story-art-1 i { border-color: #b07828; border-radius: 50%; }.story-art-1 i:nth-child(3) { background: #f5cc7b; }
.story-art-2 { background: #eaf3ed; }.story-art-2 i { border-color: #4d7861; }.story-art-2 i:nth-child(3) { background: #a4c7b3; }
.story-art-3 { background: #f0edf8; }.story-art-3 i { border-color: #75618f; }.story-art-3 i:nth-child(3) { background: #c7b9df; }
.story-body { padding: 22px; }.story-body h3 { font-size: 19px; margin-bottom: 12px; }.story-body p { font-size: 14px; line-height: 1.85; word-break: keep-all; overflow-wrap: anywhere; }
.story-arrow { position: absolute; top: 52px; width: 44px; height: 44px; border: 1px solid #d9e2eb; border-radius: 50%; background: white; color: #153454; font-size: 30px; box-shadow: 0 3px 14px #1233; }
.story-arrow-prev { left: 8px; }.story-arrow-next { right: 8px; }.story-arrow:disabled { visibility: hidden; }
.trademark-note { margin-top: 22px; font-size: 10px; color: var(--muted); }
@media (hover:hover) and (pointer:fine) { .story-arrow { opacity: 0; pointer-events: none; }.story-shell:hover .story-arrow,.story-shell:focus-within .story-arrow { opacity: 1; pointer-events: auto; } }
@media (min-width:760px) { .product-main .detail-hero { grid-template-columns: minmax(0,1fr) minmax(0,.85fr); }.story-card { flex-basis: calc((100% - 32px)/3); } }
@media (max-width:759px) { .product-main .detail-hero > img { grid-row: 1; max-height: 260px; }.story-arrow { display: none; } }
.seller-identity img { width: 240px; height: 85px; }
/* Customer-facing product story: warm imagery, clear type and adjacent purchase action. */
.affiliate-top { max-width: 1160px; margin: 18px auto 24px; padding: 13px 17px; border: 1px solid #d4dee9; border-radius: 10px; background: #f0f5fa; color: #314860; font-size: 13px; line-height: 1.65; }
.affiliate-top strong { display: block; color: #163856; margin-bottom: 3px; }.affiliate-top p { margin: 0; color: inherit; }
main:not(.wrap) > .affiliate-top { width: calc(100% - 40px); }
.product-main .breadcrumbs { margin-bottom: 22px; }
.product-main .detail-hero { grid-template-columns: minmax(0,1fr); gap: 26px; padding-bottom: 36px; }
.product-main .detail-hero h1 { font-size: clamp(25px,2.8vw,36px); letter-spacing: -1px; line-height: 1.4; }
.product-main .detail-hero > div > p:not(.eyebrow):not(.price-note) { font-size: 17px; line-height: 1.85; color: #34495f; }
.product-main .detail-hero .price-note { color: #506175; font-size: 13px!important; line-height: 1.7; max-width: 42ch; }
.product-main .product-price { font-size: 32px; margin-top: 24px; }
.detail-media { min-width: 0; }
.gallery-stage { position: relative; border-radius: 16px; overflow: hidden; background: #f6f5f1; touch-action: pan-y; }
.gallery-stage > img { width: 100%; height: clamp(230px,30vw,370px); display: block; object-fit: contain; }
.gallery-caption { font-size: 12px; color: #4b5b6b; margin: 9px 0!important; line-height: 1.6; }
.gallery-thumbs { display: flex; gap: 9px; margin-bottom: 14px; }
.gallery-thumbs button { width: 64px; height: 48px; padding: 2px; border: 2px solid transparent; border-radius: 8px; background: #f1f3f5; overflow: hidden; }
.gallery-thumbs button[aria-pressed=true] { border-color: #1264d8; }.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
.gallery-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; background: #fffffff0; border: 1px solid #d4dde5; border-radius: 50%; color: #173852; font-size: 30px; }
.gallery-prev { left: 12px; }.gallery-next { right: 12px; }
.product-main .purchase-button { margin: 0; min-height: 68px; position: relative; overflow: hidden; isolation: isolate; font-size: clamp(16px,1.8vw,20px); background: #145ac5; }
.purchase-hint { text-align: center; font-size: 12px; color: #4d5f74; margin: 10px 0 0; }
.seller-identity { margin-top: 12px; }.seller-identity img { max-width: 200px; }
.story-hint { font-size: 16px; color: #475a6e; line-height: 1.7; }
.story-card { border-color: #e0e5e7; box-shadow: 0 3px 12px #112d4405; }
.story-art { height: 210px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; background: #f6f0e7; }
.story-art > img { width: 100%; height: 100%; object-fit: cover; }
.ai-caption { position: absolute; bottom: 9px; left: 10px; right: 10px; font-size: 11px; background: #ffffffef; color: #314253; border-radius: 5px; padding: 5px 8px; text-align: center; }
.story-art-1 { background: #f5eee2; }.story-art-2 { background: #edf2e7; }.story-art-3 { background: #edf1f7; }
.story-metric { font-size: 48px; letter-spacing: -2px; color: #203b30; line-height: 1; font-weight: 650; }
.story-metric-label { font-size: 14px; color: #495745; }.story-number { color: #51614c; }
.story-body { padding: 24px; }.story-body h3 { font-size: 21px; line-height: 1.5; letter-spacing: -.5px; color: #132c42; }
.story-body p { font-size: 16px; line-height: 1.9; color: #394c5d; }
.story-arrow { top: 83px; }
.editorial-note { color: #516173; font-size: 13px; line-height: 1.8; border-top: 1px solid #e0e7ec; padding-top: 18px; margin-top: 12px; }
@media(min-width:800px) { .product-main .detail-hero { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 44px; }.detail-hero > div:first-child { padding-top: 12px; } }
@media(min-width:760px) { .story-card { flex-basis: calc((100% - 32px)/2.7); } }
@media(max-width:359px) { .story-body { padding: 18px; }.story-body h3 { font-size: 19px; }.story-body p { font-size: 15px; }.affiliate-top { padding: 12px; }.story-metric { font-size: 40px; } }
@media(hover:hover) and (pointer:fine) { .gallery-arrow { opacity: 0; }.gallery-stage:hover .gallery-arrow,.gallery-stage:focus-within .gallery-arrow { opacity: 1; } }
@media(prefers-reduced-motion:no-preference) {
 .product-main .purchase-button { animation: purchase-emphasis 2.4s ease-in-out 2; }
 .product-main .purchase-button:hover { box-shadow: 0 8px 25px #145ac53b; }
 @keyframes purchase-emphasis { 0%,100% { background: #145ac5; box-shadow: 0 0 0 0 #145ac500; } 50% { background: #0847a1; box-shadow: 0 0 0 5px #145ac51c; } }
}
@media(prefers-reduced-motion:reduce) { .product-main .purchase-button { animation: none; transition: none; } }
/* Rail controls are anchored to the entire card, not its artwork. */
.story-shell { --control-size: 46px; }
.story-arrow { top: calc(50% - 7px); transform: translateY(-50%); width: var(--control-size); height: var(--control-size); padding: 0; display: grid; place-items: center; z-index: 2; border: 1px solid #d2dce5; background: #fffffff5; color: #173852; box-shadow: 0 4px 14px #18385020; }
.story-arrow::before { content: ''; display: block; width: 10px; height: 10px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); margin-left: -4px; }
.story-arrow-prev::before { transform: rotate(-135deg); margin-left: 4px; }
.story-arrow-prev { left: -15px; }.story-arrow-next { right: -15px; }
.story-arrow:hover { background: #173852; color: white; border-color: #173852; }
.story-arrow:focus-visible,.gallery-play:focus-visible { outline: 3px solid #1264d8; outline-offset: 4px; }
.gallery-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.gallery-toolbar .gallery-thumbs { margin-bottom: 0; }
.gallery-play { flex: 0 0 auto; min-height: 44px; padding: 9px 14px; border-radius: 22px; border: 1px solid #d3dde7; background: white; color: #29465f; font-size: 12px; font-weight: 600; }
.gallery-play:hover { background: #eff4f8; }.gallery-play:disabled { color: #617283; cursor: default; }
@media(max-width:759px) { .story-arrow { display: none; } }
@media(prefers-reduced-motion:no-preference) { .story-arrow { transition: opacity .18s,background .18s,color .18s; } }
/* Soft edge tabs with geometrically centered SVG arrows. */
.story-arrow,.gallery-arrow { display: grid; place-items: center; width: 46px; height: 46px; padding: 0; border: 1px solid #d5dfe7; border-radius: 12px; background: #f2f5f8; color: #25465f; box-shadow: 0 3px 10px #122b4214; line-height: 1; }
.story-arrow::before { display: none; }
.story-arrow svg,.gallery-arrow svg { display: block; width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.story-arrow:hover,.gallery-arrow:hover { background: #e3ebf2; color: #102f49; border-color: #b8cad9; }
.story-arrow-prev { left: -12px; }.story-arrow-next { right: -12px; }
.gallery-arrow:focus-visible { outline: 3px solid #1264d8; outline-offset: 4px; }
@media(max-width:759px) { .story-arrow { display: none; } }
.gallery-toolbar { min-width: 0; }
.gallery-thumbs { min-width: 0; max-width: 100%; overflow-x: auto; padding: 3px 1px 7px; scrollbar-width: thin; }
.gallery-thumbs button { flex: 0 0 64px; }
