.geoPage {
  --geo-ink: #1b1b1b;
  --geo-paper: #f6f1ea;
  --geo-muted: #675f56;
  --geo-line: #d9d0c5;
  --geo-accent: #72431f;
  margin: 0;
  color: var(--geo-ink);
  background: var(--geo-paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

.geoPage--brandShell {
  color: var(--ink);
  background: var(--bg);
  font-family: var(--sans);
  line-height: 1.7;
}

.geoPage *, .geoPage *::before, .geoPage *::after { box-sizing: border-box; }
.geoContainer { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.geoUtility { background: #191816; color: #f6f1ea; font-size: .82rem; }
.geoUtility .geoContainer { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; }
.geoUtility a { color: inherit; }
.geoHeader { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--geo-line); background: rgba(246, 241, 234, .96); }
.geoHeader.is-sticky { box-shadow: 0 5px 18px rgba(27, 27, 27, .11); }
.geoHeaderInner { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 2rem; }
.geoBrand { color: inherit; font-family: Georgia, serif; font-size: 1.3rem; font-weight: 700; text-decoration: none; }
.geoPage:not(.geoPage--brandShell) .navRight { display: flex; align-items: center; gap: 1.3rem; }
.geoPage:not(.geoPage--brandShell) .navRight a, .geoDrawer a, .geoRelated a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
.geoMenuButton, .geoDrawerClose { display: none; border: 1px solid currentColor; background: transparent; color: inherit; padding: .55rem .8rem; font: inherit; }
.geoOverlay { position: fixed; z-index: 29; inset: 0; background: rgba(0, 0, 0, .42); }
.geoDrawer { position: fixed; z-index: 30; top: 0; right: 0; bottom: 0; width: min(360px, 88vw); padding: 1.25rem; background: var(--geo-paper); box-shadow: -8px 0 32px rgba(0, 0, 0, .18); transform: translateX(105%); transition: transform .2s ease; }
.geoDrawer.is-open { transform: translateX(0); }
.geoDrawerHeader { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid var(--geo-line); }
.geoDrawerNav { display: grid; gap: 1rem; padding-top: 1.25rem; }
.geoBreadcrumb { display: flex; gap: .6rem; padding: 1.25rem 0; color: var(--geo-muted); font-size: .9rem; }
.geoBreadcrumb a { color: inherit; }
.geoHero { padding: 4rem 0 3rem; border-bottom: 1px solid var(--geo-line); }
.geoHeroLayout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.geoHeroCopy { min-width: 0; }
.geoEyebrow { margin: 0 0 .75rem; color: var(--geo-accent); font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.geoHero h1, .geoSection h2, .geoSources h2, .geoRelated h2 { font-family: Georgia, 'Times New Roman', serif; line-height: 1.15; }
.geoHero h1 { max-width: 860px; margin: 0; font-size: clamp(2.2rem, 5vw, 4.6rem); }
.geoDirectAnswer { max-width: 800px; margin-top: 1.5rem; font-size: 1.12rem; }
.geoDirectAnswer p { margin: 0; }
.geoFacts { padding: 1.5rem 0; background: #eee7de; }
.geoFactGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 0; background: var(--geo-line); border: 1px solid var(--geo-line); }
.geoFact { min-width: 0; padding: 1.15rem; background: var(--geo-paper); }
.geoFact dt { color: var(--geo-muted); font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; }
.geoFact dd { margin: .25rem 0 0; font-weight: 700; }
.geoContent { padding: 3.5rem 0 4.5rem; }
.geoSection { max-width: 800px; margin: 0 0 3rem; }
.geoSection h2, .geoSources h2, .geoRelated h2 { margin: 0 0 1rem; font-size: clamp(1.65rem, 3vw, 2.5rem); }
.geoSection p { margin: 0 0 1rem; }
.geoTableWrap { overflow-x: auto; border: 1px solid var(--geo-line); }
.geoTableWrap table { width: 100%; min-width: 580px; border-collapse: collapse; }
.geoTableWrap th, .geoTableWrap td { padding: .9rem 1rem; border-bottom: 1px solid var(--geo-line); text-align: left; vertical-align: top; }
.geoTableWrap th { background: #eee7de; }
.geoMediaGrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; margin: 3rem 0; }
.geoMedia { margin: 0; }
.geoMedia:first-child { grid-column: 1 / -1; }
.geoHero .geoMedia { grid-column: auto; }
.geoMedia picture { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #ded7cd; }
.geoMedia img { width: 100%; height: 100%; object-fit: cover; display: block; }
.geoMedia figcaption { margin-top: .65rem; color: var(--geo-muted); font-size: .9rem; }
.geoSources, .geoByline, .geoRelated { max-width: 800px; margin: 2.5rem 0; padding-top: 2rem; border-top: 1px solid var(--geo-line); }
.geoSources ul, .geoRelated ul { margin: 0; padding-left: 1.2rem; }
.geoByline { color: var(--geo-muted); font-size: .92rem; }
.geoCtas { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.5rem; }
.geoButton { display: inline-flex; justify-content: center; padding: .9rem 1.2rem; border: 1px solid var(--geo-ink); color: var(--geo-ink); font-weight: 700; text-decoration: none; }
.geoButtonPrimary { background: var(--geo-ink); color: var(--geo-paper); }
.geoFooter { padding: 2rem 0; color: #f6f1ea; background: #191816; font-size: .9rem; }
.geoFooter p { margin: .25rem 0; }
.geoFooter a { color: inherit; }
.geoPage a:focus-visible, .geoPage button:focus-visible { outline: 3px solid #0d6efd; outline-offset: 3px; }

/* Buyer-facing GEO pages that share the Shoes / About visual system. */
.geoPage--brandShell .geoBreadcrumb {
  padding: 20px 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .04em;
}

.geoPage--brandShell .geoHero {
  padding: clamp(44px, 7vw, 84px) 0 clamp(48px, 7vw, 76px);
  border-bottom: 1px solid var(--line);
}

.geoPage--brandShell .geoHeroLayout {
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, .94fr);
  gap: clamp(36px, 7vw, 88px);
}

.geoPage--brandShell .geoEyebrow {
  margin-bottom: 16px;
  color: var(--accent2);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .15em;
}

.geoPage--brandShell .geoHero h1,
.geoPage--brandShell .geoSection h2,
.geoPage--brandShell .geoSources h2,
.geoPage--brandShell .geoRelated h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.015em;
}

.geoPage--brandShell .geoHero h1 {
  max-width: 720px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.03;
}

.geoPage--brandShell .geoDirectAnswer {
  max-width: 690px;
  margin-top: 24px;
  color: #403b36;
  font-family: var(--sans);
  font-size: clamp(15px, 1.45vw, 17px);
  line-height: 1.82;
}

.geoPage--brandShell .geoHero .geoMedia picture {
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
}

.geoPage--brandShell .geoMedia figcaption {
  margin-top: 11px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.55;
}

.geoPage--brandShell .geoFacts {
  padding: 32px 0;
  background: rgba(255, 255, 255, .22);
  border-bottom: 1px solid var(--line);
}

.geoPage--brandShell .geoFactGrid {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
  border: 0;
  background: transparent;
}

.geoPage--brandShell .geoFact {
  min-height: 122px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.geoPage--brandShell .geoFact dt {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .13em;
}

.geoPage--brandShell .geoFact dd {
  margin-top: 13px;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.35;
}

.geoPage--brandShell .geoContent {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  padding: clamp(52px, 7vw, 84px) 0 32px;
}

.geoPage--brandShell .geoSection {
  grid-column: span 6;
  max-width: none;
  margin: 0;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .3);
}

.geoPage--brandShell .geoSection[data-geo-block="evidence-table"] {
  grid-column: 1 / -1;
  margin-top: 24px;
  padding: clamp(26px, 4vw, 42px);
}

.geoPage--brandShell .geoSection h2,
.geoPage--brandShell .geoSources h2,
.geoPage--brandShell .geoRelated h2 {
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.15;
}

.geoPage--brandShell .geoSection p {
  color: #4f4943;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.8;
}

.geoPage--brandShell .geoTableWrap {
  border-color: var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, .35);
}

.geoPage--brandShell .geoTableWrap th,
.geoPage--brandShell .geoTableWrap td {
  padding: 17px 18px;
  border-color: var(--line);
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.6;
}

.geoPage--brandShell .geoTableWrap th {
  background: #eadfd5;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 600;
}

.geoPage--brandShell .geoMediaGrid {
  grid-column: 1 / -1;
  gap: 18px;
  margin: 20px 0 8px;
}

.geoPage--brandShell .geoMediaGrid picture {
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.geoPage--brandShell .geoSources,
.geoPage--brandShell .geoByline,
.geoPage--brandShell .geoRelated {
  max-width: none;
  margin: 18px 0 0;
  padding-top: 26px;
  border-color: var(--line);
}

.geoPage--brandShell .geoSources { grid-column: 1 / 8; }
.geoPage--brandShell .geoByline { grid-column: 8 / -1; }
.geoPage--brandShell .geoRelated { grid-column: 1 / -1; }

.geoPage--brandShell .geoRelated ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.geoPage--brandShell .geoRelated a {
  display: inline-flex;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .32);
  font-family: var(--sans);
  font-size: 12px;
  text-decoration: none;
}

.geoPage--brandShell .geoCtas {
  grid-column: 1 / -1;
  margin-top: 18px;
  padding: 40px 0 18px;
  border-top: 1px solid var(--line);
}

.geoPage--brandShell .geoButton {
  min-height: 48px;
  align-items: center;
  padding: 12px 20px;
  border-color: var(--ink);
  border-radius: 999px;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 600;
}

.geoPage--brandShell .geoButtonPrimary {
  background: var(--ink);
  color: var(--bg);
}

.geoPage--brandShell .lp-footer {
  margin-top: 40px;
}

.geoPage--brandShell .lp-footer__direct {
  display: inline-flex;
  margin: 2px 0 22px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(246, 241, 234, .65);
  font-family: var(--serif);
  font-size: 15px;
}

@media (min-width: 1156px) {
  .geoPage--brandShell .lp-footer__inner {
    grid-template-columns: minmax(260px, 1.4fr) repeat(4, minmax(140px, 1fr));
  }
}

@media (max-width: 760px) {
  .geoContainer { width: min(100% - 32px, 1200px); }
  .geoPage:not(.geoPage--brandShell) .navRight { display: none; }
  .geoMenuButton, .geoDrawerClose { display: inline-block; }
  .geoFactGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .geoMediaGrid { grid-template-columns: 1fr; }
  .geoHeroLayout { grid-template-columns: 1fr; }
  .geoCtas { display: grid; }
  .geoButton { width: 100%; }
  .geoTableWrap { margin-inline: -16px; }

  .geoPage--brandShell .geoHeroLayout { grid-template-columns: 1fr; }
  .geoPage--brandShell .geoHero .geoMedia { margin-top: 8px; }
  .geoPage--brandShell .geoFactGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .geoPage--brandShell .geoContent { display: block; }
  .geoPage--brandShell .geoSection { margin-bottom: 16px; padding: 24px; }
  .geoPage--brandShell .geoSection[data-geo-block="evidence-table"] { margin-top: 28px; }
  .geoPage--brandShell .geoSources,
  .geoPage--brandShell .geoByline,
  .geoPage--brandShell .geoRelated { margin-top: 30px; }
  .geoPage--brandShell .geoCtas { margin-top: 30px; }
}

@media (max-width: 460px) {
  .geoPage--brandShell .geoFactGrid { grid-template-columns: 1fr; }
  .geoPage--brandShell .geoFact { min-height: 0; }
  .geoPage--brandShell .geoTableWrap { margin-inline: -24px; border-right: 0; border-left: 0; border-radius: 0; }
}

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