:root {
  --charcoal: #171815;
  --charcoal-soft: #242720;
  --green: #2f5a3e;
  --green-deep: #1f3d2b;
  --gold: #d9a447;
  --gold-light: #f0c76f;
  --paper: #f4ebdd;
  --paper-bright: #fff9ef;
  --brown: #704a2b;
  --muted: #746d62;
  --line: rgba(23, 24, 21, 0.18);
  --shadow: 0 18px 50px rgba(23, 24, 21, 0.16);
  --display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html,
body {
  overflow-x: hidden;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--charcoal);
  font-family: var(--body);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body::selection { background: var(--gold); color: var(--charcoal); }

a { color: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

button { font: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--gold);
  color: var(--charcoal);
  font-weight: 800;
  text-decoration: none;
  transition: top 180ms ease;
}

.skip-link:focus { top: 1rem; }

.page-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(244, 235, 221, 0.96);
  border-bottom: 1px solid rgba(23, 24, 21, 0.14);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(1240px, calc(100% - 48px));
  min-height: 76px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.brand-lockup {
  display: grid;
  grid-template-columns: 36px auto;
  grid-template-rows: auto auto;
  column-gap: 0.65rem;
  align-items: center;
  min-width: 195px;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  grid-row: 1 / span 2;
  width: 32px;
  height: 25px;
  border: 3px solid var(--charcoal);
  border-radius: 48% 54% 44% 46%;
  background: var(--gold);
  transform: rotate(-12deg);
}

.brand-mark::after {
  position: absolute;
  content: "";
  left: 12px;
  top: -8px;
  width: 7px;
  height: 10px;
  border-left: 3px solid var(--green);
  border-radius: 100% 0 0 0;
  transform: rotate(25deg);
}

.brand-mark span {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 10px;
  border-top: 2px solid var(--charcoal);
  transform: rotate(-5deg);
}

.brand-name {
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  line-height: 1;
}

.brand-name strong { color: var(--green); }

.brand-place {
  margin-top: 0.28rem;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 1.45rem;
  margin-left: auto;
}

.desktop-nav a {
  color: var(--charcoal-soft);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible { color: var(--green); }

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: 0.5rem;
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.language-button {
  padding: 0.15rem 0.25rem;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.language-button:hover,
.language-button:focus-visible,
.language-button.is-active { color: var(--green); }

.header-cta,
.button,
.action-placeholder {
  border: 1.5px solid var(--charcoal);
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, opacity 180ms ease;
}

.header-cta {
  padding: 0.75rem 1.05rem;
  background: var(--charcoal);
  color: var(--paper-bright);
}

.header-cta[aria-disabled="true"],
.button[aria-disabled="true"],
.action-placeholder[aria-disabled="true"] { opacity: 0.55; }

.header-cta[aria-disabled="true"]:hover,
.button[aria-disabled="true"]:hover,
.action-placeholder[aria-disabled="true"]:hover { transform: none; }

.concept-banner {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.35rem 1rem;
  background: var(--charcoal);
  color: var(--gold-light);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-align: center;
}

.banner-dot,
.hold-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gold);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 79% 10%, rgba(217, 164, 71, 0.16), transparent 19rem),
    linear-gradient(135deg, var(--paper-bright) 0%, var(--paper) 70%);
}

.hero::before {
  position: absolute;
  content: "";
  width: 430px;
  height: 430px;
  right: -210px;
  top: 85px;
  border: 1px solid rgba(47, 90, 62, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(47, 90, 62, 0.035), 0 0 0 68px rgba(47, 90, 62, 0.025);
}

.hero-inner {
  min-height: min(710px, calc(100svh - 104px));
  display: grid;
  grid-template-columns: minmax(0, 0.87fr) minmax(400px, 1.13fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
  padding-block: 72px 64px;
}

.route-kicker {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--green);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.route-kicker > span:first-child {
  display: inline-grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.62rem;
}

.route-kicker-light { color: var(--gold-light); }

.section-overline {
  margin: 2rem 0 0.75rem;
  color: var(--brown);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.23em;
  line-height: 1.2;
}

.light-text { color: rgba(255, 249, 239, 0.75); }
.gold-text { color: var(--gold-light); }

h1, h2, h3, p { margin-top: 0; }

h1,
h2 {
  margin-bottom: 1.25rem;
  font-family: var(--display);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-wrap: balance;
}

h1 {
  max-width: 600px;
  color: var(--charcoal);
  font-size: clamp(4.2rem, 8vw, 7.5rem);
}

h1::first-line,
h2::first-line { color: var(--green); }

.hero-lede {
  max-width: 480px;
  color: var(--charcoal-soft);
  font-size: clamp(1.02rem, 1.65vw, 1.23rem);
  line-height: 1.45;
}

.concept-note {
  max-width: 490px;
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-top: 1.25rem;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.4;
}

.note-marker {
  width: 12px;
  height: 12px;
  margin-top: 0.15rem;
  flex: 0 0 auto;
  border: 2px solid var(--gold);
  transform: rotate(45deg);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 2rem;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.15rem;
  text-decoration: none;
}

.button-primary {
  border-color: var(--green);
  background: var(--green);
  color: var(--paper-bright);
}

.button-primary:hover,
.button-primary:focus-visible { background: var(--green-deep); transform: translateY(-2px); }

.button-outline { background: transparent; color: var(--charcoal); }

.hold-line {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.3rem;
  color: var(--muted);
  font-size: 0.69rem;
  font-weight: 750;
  letter-spacing: 0.03em;
}

.hold-dot { width: 6px; height: 6px; background: var(--brown); }

.hero-visual { position: relative; margin: 0; }

.photo-frame {
  position: relative;
  width: min(100%, 460px);
  margin-left: auto;
  padding: 11px;
  background: var(--charcoal);
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}

.photo-frame::before,
.photo-frame::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.photo-frame::before {
  z-index: 2;
  inset: 13px;
  border: 1px solid rgba(255, 249, 239, 0.28);
}

.photo-frame::after {
  left: -29px;
  bottom: 36px;
  width: 65px;
  height: 58px;
  background: var(--gold);
  clip-path: polygon(0 0, 100% 0, 84% 50%, 100% 100%, 0 100%, 16% 50%);
}

.photo-frame img {
  display: block;
  width: 100%;
  max-height: min(46svh, 420px);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.photo-stamp {
  position: absolute;
  z-index: 3;
  top: 30px;
  right: 29px;
  width: 86px;
  height: 86px;
  display: grid;
  align-content: center;
  justify-items: center;
  border: 2px solid var(--charcoal);
  border-radius: 50%;
  background: var(--gold);
  color: var(--charcoal);
  font-size: 0.55rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  line-height: 1.1;
  transform: rotate(8deg);
}

.photo-stamp strong { color: var(--green); font-size: 1rem; }

.photo-caption {
  position: absolute;
  z-index: 3;
  left: 13px;
  right: 13px;
  bottom: 13px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0.85rem;
  background: rgba(23, 24, 21, 0.86);
  color: var(--paper-bright);
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.05em;
}

.photo-caption a { color: var(--gold-light); text-underline-offset: 3px; }

.photo-credit {
  max-width: 490px;
  margin: 1.2rem 0 0 auto;
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.45;
  text-align: right;
}

.route-rail {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding-bottom: 34px;
  color: var(--muted);
}

.rail-label {
  color: var(--green);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.15em;
}

.rail-step {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  color: inherit;
  font-size: 0.67rem;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
}

.rail-step span { color: var(--gold); font-size: 0.6rem; }
.rail-step.is-current { color: var(--charcoal); }
.rail-line { width: min(10vw, 100px); height: 1px; background: var(--line); }

.choose-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0 96px;
  background: var(--green);
  color: var(--paper-bright);
}

.choose-section::after {
  position: absolute;
  content: "";
  right: -180px;
  bottom: -280px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(240, 199, 111, 0.3);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(240, 199, 111, 0.05), 0 0 0 56px rgba(240, 199, 111, 0.04);
}

.section-heading,
.go-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 4rem;
  align-items: end;
}

.section-heading h2,
.go-header h2 { margin-bottom: 0; color: var(--paper-bright); font-size: clamp(3.1rem, 6vw, 5.8rem); }
.section-heading h2::first-line,
.go-header h2::first-line { color: var(--gold-light); }

.section-intro { max-width: 410px; margin-bottom: 0.2rem; font-size: 1.02rem; line-height: 1.55; }

.product-focus {
  position: relative;
  z-index: 1;
  min-height: 186px;
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 2rem;
  align-items: center;
  margin-top: 72px;
  padding: 2.4rem 2.8rem;
  border: 1px solid rgba(255, 249, 239, 0.36);
  background: var(--charcoal);
}

.potato-glyph {
  position: relative;
  width: 126px;
  height: 92px;
  display: grid;
  place-items: center;
  border: 4px solid var(--gold);
  border-radius: 52% 45% 47% 55%;
  background: var(--gold);
  transform: rotate(-7deg);
}

.potato-glyph::before,
.potato-glyph::after {
  position: absolute;
  content: "";
  background: var(--charcoal);
}

.potato-glyph::before { width: 72px; height: 4px; transform: rotate(4deg); }
.potato-glyph::after { width: 8px; height: 16px; top: -15px; left: 54px; border-radius: 100% 0 0 0; transform: rotate(30deg); }
.potato-glyph span { width: 12px; height: 8px; border: 3px solid var(--charcoal); border-radius: 50%; transform: translate(-29px, -11px) rotate(18deg); }

.mini-label {
  margin-bottom: 0.65rem;
  color: var(--gold);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.25;
}

.product-focus h3 { margin-bottom: 0.6rem; color: var(--gold-light); font-family: var(--display); font-size: clamp(2.5rem, 4vw, 4rem); letter-spacing: -0.045em; line-height: 0.9; }
.product-focus p:not(.mini-label) { max-width: 620px; margin-bottom: 0; color: rgba(255, 249, 239, 0.76); }
.product-index { align-self: start; justify-self: end; color: var(--gold); font-family: var(--display); font-size: 3rem; font-weight: 950; line-height: 1; }

.category-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.7rem;
  margin-top: 0.7rem;
}

.category-card {
  min-height: 208px;
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
  border: 1px solid rgba(255, 249, 239, 0.3);
  background: rgba(255, 249, 239, 0.08);
}

.category-card-main { border-color: var(--gold); background: var(--gold); color: var(--charcoal); }
.category-number { color: var(--gold-light); font-size: 0.62rem; font-weight: 900; letter-spacing: 0.1em; }
.category-card-main .category-number { color: var(--green-deep); }
.category-card h3 { max-width: 160px; margin: auto 0 0.6rem; font-family: var(--display); font-size: 1.45rem; letter-spacing: -0.03em; line-height: 0.98; }
.category-card p { margin-bottom: 0; color: rgba(255, 249, 239, 0.68); font-size: 0.72rem; line-height: 1.35; }
.category-card-main p { color: var(--charcoal-soft); }
.section-footnote { position: relative; z-index: 1; margin: 1rem 0 0; font-size: 0.72rem; }

.trust-section { padding: 112px 0 100px; background: var(--paper); }
.trust-section .section-heading h2 { color: var(--charcoal); }
.trust-section .section-heading h2::first-line { color: var(--green); }

.trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 1rem;
  margin-top: 72px;
}

.evidence-panel,
.confirm-panel {
  position: relative;
  min-height: 390px;
  padding: 1.6rem 1.65rem;
  border: 1px solid var(--line);
}

.evidence-panel { background: var(--paper-bright); }
.confirm-panel { background: var(--gold); }
.panel-topline { display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: 0.65rem; font-weight: 900; letter-spacing: 0.14em; }
.confirm-panel .panel-topline { color: var(--green-deep); }
.panel-status { font-family: var(--display); font-size: 1.2rem; line-height: 0.7; }

.evidence-list,
.confirm-list { margin: 2.3rem 0 0; padding: 0; list-style: none; }
.evidence-list { max-width: 620px; }
.evidence-list li { display: flex; gap: 0.85rem; padding: 0.8rem 0; border-top: 1px solid var(--line); font-size: 0.92rem; line-height: 1.45; }
.evidence-list li:last-child { border-bottom: 1px solid var(--line); }
.check-mark { color: var(--green); font-family: var(--display); font-size: 1.35rem; font-weight: 950; line-height: 1; }
.no-proof-stamp { position: absolute; right: 1.5rem; bottom: 1.1rem; width: 107px; height: 107px; display: grid; place-content: center; border: 2px solid var(--green); border-radius: 50%; color: var(--green); text-align: center; transform: rotate(-10deg); }
.no-proof-stamp span { font-family: var(--display); font-size: 1rem; font-weight: 950; line-height: 0.9; }
.no-proof-stamp strong { font-family: var(--display); font-size: 1.25rem; letter-spacing: 0.03em; line-height: 0.9; }
.no-proof-stamp small { margin-top: 0.3rem; font-size: 0.45rem; font-weight: 900; letter-spacing: 0.12em; }

.confirm-list { counter-reset: item; }
.confirm-list li { display: grid; grid-template-columns: 31px 1fr; gap: 0.75rem; align-items: start; padding: 0.73rem 0; border-bottom: 1px solid rgba(23, 24, 21, 0.22); }
.confirm-list li > span { color: var(--green-deep); font-family: var(--display); font-size: 1.25rem; font-weight: 950; line-height: 1; }
.confirm-list p { margin: 0; color: var(--charcoal-soft); font-size: 0.84rem; line-height: 1.35; }
.honesty-strip { display: flex; align-items: center; gap: 1rem; margin-top: 1.25rem; color: var(--brown); }
.honesty-line { width: 45px; height: 2px; flex: 0 0 auto; background: var(--gold); }
.honesty-strip p { max-width: 740px; margin: 0; font-size: 0.77rem; font-weight: 700; }

.go-section {
  position: relative;
  overflow: hidden;
  padding: 108px 0 102px;
  background: var(--charcoal);
  color: var(--paper-bright);
}

.go-section::before {
  position: absolute;
  content: "";
  width: 780px;
  height: 780px;
  right: -390px;
  top: -200px;
  border: 1px solid rgba(217, 164, 71, 0.23);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(217, 164, 71, 0.035), 0 0 0 76px rgba(217, 164, 71, 0.025);
}

.go-header { position: relative; z-index: 1; }
.go-intro { max-width: 410px; margin-bottom: 0.3rem; color: rgba(255, 249, 239, 0.72); font-size: 1rem; line-height: 1.55; }

.go-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr); gap: 1rem; margin-top: 72px; }
.visit-card, .action-card { min-height: 348px; padding: 1.55rem 1.7rem; border: 1px solid rgba(255, 249, 239, 0.3); }
.visit-card { background: var(--brown); }
.action-card { background: var(--green); }
.visit-card-top, .action-card-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }
.location-symbol { color: var(--gold-light); font-family: var(--display); font-size: 2rem; line-height: 0.6; }
.visit-card h3 { margin: 3.6rem 0 0.65rem; color: var(--gold-light); font-family: var(--display); font-size: clamp(2.5rem, 4vw, 4rem); letter-spacing: -0.05em; line-height: 0.9; }
.reference-address { margin-bottom: 0.6rem; color: var(--paper-bright); font-size: 1rem; line-height: 1.55; }
.reference-note { max-width: 390px; margin-bottom: 2rem; color: rgba(255, 249, 239, 0.67); font-size: 0.7rem; }
.visit-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding-top: 1rem; border-top: 1px solid rgba(255, 249, 239, 0.26); }
.visit-meta div { display: grid; gap: 0.28rem; }
.visit-meta span { color: var(--gold-light); font-size: 0.59rem; font-weight: 900; letter-spacing: 0.12em; }
.visit-meta strong { color: var(--paper-bright); font-size: 0.85rem; }

.action-counter { color: var(--gold-light); font-family: var(--display); font-size: 1.2rem; font-weight: 950; }
.action-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid rgba(255, 249, 239, 0.25); }
.action-row > div { display: grid; grid-template-columns: 32px 1fr; column-gap: 0.7rem; align-items: center; }
.action-index { grid-row: 1 / span 2; color: var(--gold-light); font-family: var(--display); font-size: 1.2rem; font-weight: 950; }
.action-row strong { color: var(--paper-bright); font-family: var(--display); font-size: 1.45rem; line-height: 1; }
.action-row small { color: rgba(255, 249, 239, 0.65); font-size: 0.66rem; }
.action-placeholder { width: 42px; height: 42px; display: grid; place-items: center; border-color: var(--gold-light); border-radius: 50%; background: transparent; color: var(--gold-light); font-size: 1.45rem; line-height: 1; }
.action-footnote { margin: 1.4rem 0 0; color: rgba(255, 249, 239, 0.66); font-size: 0.7rem; line-height: 1.45; }

.site-footer { padding: 42px 0; background: var(--paper); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.35fr); gap: 3rem; }
.footer-brand { margin-bottom: 0.75rem; }
.site-footer p { max-width: 430px; margin: 0; color: var(--muted); font-size: 0.72rem; line-height: 1.5; }
.footer-note { display: grid; gap: 0.7rem; justify-items: end; text-align: right; }
.footer-credit { color: var(--brown) !important; }

.toast { position: fixed; z-index: 50; left: 50%; bottom: 1.4rem; max-width: min(500px, calc(100% - 32px)); padding: 0.8rem 1rem; background: var(--gold); color: var(--charcoal); font-size: 0.76rem; font-weight: 800; line-height: 1.35; opacity: 0; pointer-events: none; transform: translate(-50%, 1rem); transition: opacity 180ms ease, transform 180ms ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.no-script { position: fixed; z-index: 100; inset: auto 1rem 1rem; padding: 1rem; background: var(--gold); color: var(--charcoal); font-weight: 750; }

@media (max-width: 920px) {
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .hero-inner { grid-template-columns: minmax(0, 0.95fr) minmax(350px, 1.05fr); gap: 2.5rem; }
  .product-focus { grid-template-columns: 110px 1fr 60px; gap: 1.3rem; padding-inline: 1.7rem; }
  .potato-glyph { width: 100px; height: 74px; }
  .potato-glyph::before { width: 58px; }
  .potato-glyph::after { left: 42px; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .category-card { min-height: 170px; }
  .category-card-main { grid-column: span 2; }
}

@media (max-width: 700px) {
  .page-shell,
  .header-inner { width: min(100% - 32px, 560px); }
  .header-inner { min-height: 68px; gap: 0.8rem; }
  .brand-lockup { min-width: 0; }
  .brand-place { display: none; }
  .header-actions { gap: 0.45rem; }
  .header-cta { padding-inline: 0.75rem; }
  .concept-banner { min-height: 34px; font-size: 0.52rem; letter-spacing: 0.11em; }
  .hero-inner { min-height: auto; display: flex; flex-direction: column; align-items: stretch; gap: 2.8rem; padding-block: 48px 42px; }
  .hero-visual { order: -1; width: min(100%, 340px); margin-inline: auto; }
  h1 { font-size: clamp(4rem, 19vw, 6.3rem); }
  .section-overline { margin-top: 1.6rem; }
  .hero-lede { font-size: 1rem; }
  .hero-visual { width: calc(100% - 12px); margin-inline: auto; }
  .photo-frame { transform: rotate(1deg); }
  .photo-frame img { aspect-ratio: auto; max-height: min(40svh, 340px); }
  .photo-stamp { top: 26px; right: 23px; width: 72px; height: 72px; font-size: 0.45rem; }
  .photo-caption { flex-direction: column; gap: 0.25rem; font-size: 0.6rem; }
  .photo-credit { margin-top: 0.85rem; text-align: left; }
  .route-rail { flex-wrap: wrap; gap: 0.65rem; padding-bottom: 28px; }
  .rail-label { width: 100%; }
  .rail-line { width: 22px; }
  .choose-section, .trust-section, .go-section { padding-block: 76px; }
  .section-heading, .go-header { display: block; }
  .section-intro, .go-intro { margin-top: 2rem; }
  .section-heading h2, .go-header h2 { font-size: clamp(3.35rem, 15vw, 5.2rem); }
  .product-focus { grid-template-columns: 78px 1fr; gap: 1rem; margin-top: 48px; padding: 1.4rem; }
  .product-index { display: none; }
  .potato-glyph { width: 72px; height: 57px; border-width: 3px; }
  .potato-glyph::before { width: 42px; height: 3px; }
  .potato-glyph::after { left: 31px; width: 6px; height: 11px; top: -10px; }
  .potato-glyph span { width: 8px; height: 6px; border-width: 2px; transform: translate(-18px, -8px) rotate(18deg); }
  .product-focus h3 { font-size: 2.35rem; }
  .product-focus p:not(.mini-label) { font-size: 0.78rem; }
  .category-grid, .trust-grid, .go-grid { grid-template-columns: 1fr; }
  .category-card-main { grid-column: auto; }
  .category-card { min-height: 150px; }
  .trust-grid, .go-grid { margin-top: 48px; }
  .evidence-panel, .confirm-panel, .visit-card, .action-card { min-height: 0; }
  .no-proof-stamp { position: relative; right: auto; bottom: auto; margin: 1.4rem 0 0 auto; }
  .go-header h2 { color: var(--paper-bright); }
  .visit-card h3 { margin-top: 3rem; font-size: 3.5rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-note { justify-items: start; text-align: left; }
}

@media (max-width: 420px) {
  .header-cta { display: none; }
  .brand-name { font-size: 0.98rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .visit-meta { grid-template-columns: 1fr; }
  .photo-frame { padding: 9px; }
  .photo-frame::before { inset: 9px; }
  .photo-caption { left: 9px; right: 9px; bottom: 9px; }
}

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