@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');

@font-face {
  font-family: "Astrix Sans";
  src: url("/_next/static/media/13971731025ec697-s.p.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}

@font-face {
  font-family: "Astrix Manrope";
  src: url("/_next/static/media/4c9affa5bc8f420e-s.p.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --navy-950: #020817;
  --navy-900: #061329;
  --navy-850: #081a35;
  --navy-800: #0a2040;
  --gold: #e5bd70;
  --gold-bright: #f3d690;
  --cream: #f6f0e5;
  --muted: #aeb7c7;
  --line: rgba(229, 189, 112, 0.25);
  --line-soft: rgba(255, 255, 255, 0.11);
  --shell: min(1440px, calc(100vw - 96px));
  --header-height: 84px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --astrix-future: "Sratome", "Michroma", "Eurostile Extended", "Bank Gothic", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
  background: var(--navy-950);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 75% 16%, rgba(39, 80, 142, 0.16), transparent 36rem),
    var(--navy-950);
  font-family: var(--astrix-future);
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--navy-950);
  background: var(--gold-bright);
  border-radius: 6px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(48px, calc((100vw - 1440px) / 2));
  border-bottom: 1px solid rgba(229, 189, 112, 0.19);
  background: linear-gradient(180deg, rgba(2, 8, 23, 0.92), rgba(2, 8, 23, 0.7));
  backdrop-filter: blur(18px);
  transition: background .35s ease, box-shadow .35s ease;
}

.site-header.is-scrolled {
  background: rgba(2, 8, 23, 0.94);
  box-shadow: 0 14px 40px rgba(0, 0, 0, .22);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(229, 189, 112, .35);
  border-radius: 50%;
  background: rgba(14, 34, 65, .75);
  box-shadow: inset 0 0 26px rgba(229, 189, 112, .06);
}

.brand-mark img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.brand-name {
  font-family: var(--astrix-future);
  font-size: 17px;
  font-weight: 760;
  letter-spacing: .15em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-name span {
  color: var(--gold);
  font-weight: 520;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.4vw, 42px);
  color: rgba(246, 240, 229, .78);
  font-size: 13px;
  font-weight: 620;
}

.header-nav > a:not(.back-link) {
  position: relative;
  padding-block: 12px;
}

.header-nav > a:not(.back-link)::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s var(--ease);
}

.header-nav > a:not(.back-link):hover::after,
.header-nav > a:not(.back-link):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.back-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0 18px 0 22px;
  border: 1px solid rgba(246, 240, 229, .28);
  border-radius: 999px;
  color: var(--cream);
  transition: color .25s ease, background .25s ease, border-color .25s ease;
}

.back-link svg,
.carousel-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.back-link:hover,
.back-link:focus-visible {
  color: var(--navy-950);
  border-color: var(--gold);
  background: var(--gold);
}

.hero {
  position: relative;
  min-height: max(720px, 100svh);
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-media,
.hero-media img,
.hero-shade,
.hero-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  z-index: -4;
}

.hero-media img {
  object-fit: cover;
  object-position: center;
  animation: heroReveal 1.6s var(--ease) both;
}

.hero-shade {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(2, 8, 23, .98) 0%, rgba(2, 8, 23, .9) 33%, rgba(2, 8, 23, .36) 65%, rgba(2, 8, 23, .28) 100%),
    linear-gradient(0deg, rgba(2, 8, 23, .92) 0%, transparent 38%, rgba(2, 8, 23, .48) 100%);
}

.hero-grid {
  z-index: -2;
  opacity: .14;
  background-image:
    linear-gradient(rgba(229, 189, 112, .18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(229, 189, 112, .18) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(90deg, black, transparent 66%);
}

.hero-content {
  min-height: calc(max(720px, 100svh) - var(--header-height));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 72px;
  padding-top: calc(var(--header-height) + 48px);
  padding-bottom: 78px;
}

.hero-copy {
  width: min(780px, 64vw);
  animation: contentEnter 1.1s .12s var(--ease) both;
}

.eyebrow {
  margin: 0 0 26px;
  color: var(--gold-bright);
  font-family: var(--astrix-future);
  font-size: 12px;
  font-weight: 740;
  letter-spacing: .2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
}

.hero .eyebrow span + span {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.hero .eyebrow span + span::before {
  width: 42px;
  height: 1px;
  content: "";
  background: var(--gold);
}

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

h1,
h2 {
  letter-spacing: -.055em;
  line-height: .94;
}

h1 {
  max-width: 820px;
  margin-bottom: 30px;
  font-family: var(--astrix-future);
  font-size: clamp(56px, 5.9vw, 88px);
  font-weight: 440;
}

h1 em,
h2 em {
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero-intro {
  max-width: 650px;
  margin-bottom: 36px;
  color: rgba(246, 240, 229, .76);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 720;
  transition: transform .28s var(--ease), color .28s ease, background .28s ease, border-color .28s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-gold {
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--gold-bright), #d6a554);
  box-shadow: 0 14px 44px rgba(229, 189, 112, .17);
}

.button-gold:hover,
.button-gold:focus-visible {
  background: var(--cream);
}

.button-ghost {
  color: var(--cream);
  border-color: rgba(246, 240, 229, .35);
  background: rgba(2, 8, 23, .25);
  backdrop-filter: blur(8px);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  color: var(--navy-950);
  border-color: var(--cream);
  background: var(--cream);
}

.hero-note {
  align-self: flex-end;
  display: grid;
  padding: 4px 0 4px 32px;
  border-left: 1px solid var(--gold);
  color: rgba(246, 240, 229, .72);
  font-size: 12px;
  letter-spacing: .16em;
  line-height: 2.1;
  text-transform: uppercase;
  animation: contentEnter 1s .4s var(--ease) both;
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  right: max(48px, calc((100vw - 1440px) / 2));
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(246, 240, 229, .58);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.scroll-line {
  width: 1px;
  height: 56px;
  display: block;
  background: linear-gradient(var(--gold), transparent);
}

.section {
  position: relative;
  padding-block: clamp(100px, 10vw, 164px);
}

.story {
  border-bottom: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 18% 35%, rgba(26, 70, 128, .22), transparent 34rem),
    linear-gradient(180deg, var(--navy-950), var(--navy-900));
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(180px, .62fr) minmax(0, 2fr);
  gap: clamp(48px, 8vw, 148px);
}

.section-kicker {
  padding-top: 5px;
}

.section-kicker > span {
  display: block;
  margin-bottom: 24px;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 64px;
  font-style: italic;
}

.section-kicker p {
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  letter-spacing: .05em;
  line-height: 1.65;
  text-transform: uppercase;
}

.story-copy h2,
.section-head h2,
.closing h2 {
  margin-bottom: clamp(42px, 5vw, 70px);
  font-family: var(--astrix-future);
  font-size: clamp(46px, 5.6vw, 86px);
  font-weight: 430;
}

.story-copy h2 {
  max-width: 1040px;
}

.story-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 80px);
  padding-top: 36px;
  border-top: 1px solid var(--line);
}

.story-columns p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.82;
}

.collection {
  overflow: hidden;
  background:
    linear-gradient(rgba(229, 189, 112, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(229, 189, 112, .03) 1px, transparent 1px),
    var(--navy-900);
  background-size: 90px 90px;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, .65fr);
  align-items: end;
  gap: 72px;
  margin-bottom: clamp(56px, 7vw, 100px);
}

.section-head h2 {
  margin-bottom: 0;
}

.section-summary {
  margin-bottom: 8px;
  padding-left: 24px;
  border-left: 1px solid var(--gold);
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.carousel {
  position: relative;
}

.carousel-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.carousel-status {
  margin: 0;
  color: var(--gold-bright);
  font-family: Georgia, serif;
  font-size: 25px;
}

.carousel-status .slash {
  margin-inline: 10px;
  color: rgba(246, 240, 229, .4);
}

.carousel-controls {
  display: flex;
  gap: 10px;
}

.carousel-button {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--cream);
  border: 1px solid rgba(246, 240, 229, .22);
  border-radius: 50%;
  background: rgba(255, 255, 255, .025);
  cursor: pointer;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s var(--ease);
}

.carousel-button:hover,
.carousel-button:focus-visible {
  color: var(--navy-950);
  border-color: var(--gold);
  background: var(--gold);
  transform: scale(1.05);
}

.carousel-viewport {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.carousel-viewport::-webkit-scrollbar {
  display: none;
}

.carousel-viewport:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 8px;
}

.product-track {
  width: max-content;
  display: flex;
  gap: clamp(18px, 1.8vw, 28px);
  margin: 0;
  padding: 0 0 8px;
  list-style: none;
}

.product-card {
  width: clamp(300px, 29vw, 425px);
  scroll-snap-align: start;
}

.product-card figure {
  margin-bottom: 0;
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(229, 189, 112, .18);
  border-radius: 2px;
  background: #07162c;
  filter: saturate(.95) contrast(1.02);
  transition: border-color .35s ease, filter .35s ease, transform .7s var(--ease);
}

.product-card:hover img {
  border-color: rgba(229, 189, 112, .55);
  filter: saturate(1.07) contrast(1.04);
  transform: scale(.99);
}

.product-card figcaption {
  position: relative;
  margin-top: 20px;
  padding: 0 2px 18px;
  border-bottom: 1px solid rgba(229, 189, 112, .26);
  font-family: var(--astrix-future);
  font-size: clamp(19px, 1.5vw, 23px);
  font-weight: 500;
}

.carousel-progress {
  height: 1px;
  margin-top: 42px;
  background: rgba(246, 240, 229, .13);
}

.carousel-progress span {
  width: calc(100% / 16);
  height: 100%;
  display: block;
  background: var(--gold);
  transform-origin: left;
  transition: transform .45s var(--ease);
}

.swipe-hint {
  margin: 16px 0 0;
  color: rgba(174, 183, 199, .67);
  font-size: 12px;
  letter-spacing: .05em;
}

.locations {
  background:
    radial-gradient(circle at 90% 15%, rgba(36, 79, 143, .18), transparent 38rem),
    linear-gradient(180deg, #041126, var(--navy-950));
}

.locations-heading {
  padding-bottom: 54px;
  border-bottom: 1px solid var(--line);
}

.branch-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 42px);
}

.branch-card {
  position: relative;
  min-width: 0;
  padding: clamp(18px, 2vw, 28px);
  border: 1px solid rgba(229, 189, 112, .2);
  background: linear-gradient(145deg, rgba(13, 33, 64, .75), rgba(5, 17, 38, .8));
  box-shadow: 0 26px 60px rgba(0, 0, 0, .17);
  transition: border-color .35s ease, transform .4s var(--ease), box-shadow .4s ease;
}

.branch-card:hover {
  border-color: rgba(229, 189, 112, .48);
  box-shadow: 0 30px 76px rgba(0, 0, 0, .28);
  transform: translateY(-4px);
}

.branch-header {
  min-height: 84px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 4px 2px 22px;
}

.branch-header > span {
  padding-top: 5px;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 14px;
  font-style: italic;
}

.branch-header h3 {
  margin-bottom: 0;
  font-family: var(--astrix-future);
  font-size: clamp(23px, 2vw, 31px);
  font-weight: 470;
  letter-spacing: -.03em;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.branch-gallery {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.branch-gallery figure,
.gallery-map {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #061328;
}

.branch-gallery figure img,
.gallery-map img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  transition: transform .8s var(--ease), filter .4s ease;
}

.branch-card-photo-only .branch-gallery figure img {
  aspect-ratio: 1 / 1;
}

.branch-gallery figure::after,
.gallery-map::after {
  position: absolute;
  inset: 50% 0 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(transparent, rgba(2, 8, 23, .8));
}

.branch-gallery figcaption,
.gallery-map span {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 12px;
  left: 14px;
  color: rgba(246, 240, 229, .92);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gallery-map span {
  display: flex;
  justify-content: space-between;
}

.branch-card:hover .branch-gallery figure img,
.gallery-map:hover img,
.gallery-map:focus-visible img {
  filter: saturate(1.08);
  transform: scale(1.025);
}

.map-preview {
  min-height: 112px;
  display: grid;
  grid-template-columns: 36% minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  margin-top: 8px;
  padding-right: 22px;
  overflow: hidden;
  border: 1px solid rgba(229, 189, 112, .17);
  background: rgba(2, 8, 23, .5);
  transition: color .28s ease, border-color .28s ease, background .28s ease;
}

.map-preview img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  object-position: center;
}

.map-preview > span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 690;
}

.map-preview small {
  grid-column: 1 / -1;
  margin-bottom: -3px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 740;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.map-preview b {
  color: var(--gold);
  font-size: 18px;
  font-weight: 400;
}

.map-preview:hover,
.map-preview:focus-visible {
  color: var(--navy-950);
  border-color: var(--gold);
  background: var(--gold);
}

.map-preview:hover small,
.map-preview:focus-visible small,
.map-preview:hover b,
.map-preview:focus-visible b {
  color: var(--navy-950);
}

.map-text-link {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 8px;
  padding: 0 18px;
  color: var(--gold-bright);
  border: 1px solid rgba(229, 189, 112, .22);
  font-size: 14px;
  font-weight: 650;
  transition: color .25s ease, background .25s ease;
}

.map-text-link:hover,
.map-text-link:focus-visible {
  color: var(--navy-950);
  background: var(--gold);
}

.closing {
  position: relative;
  min-height: 640px;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(rgba(229, 189, 112, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(229, 189, 112, .04) 1px, transparent 1px),
    #030c1e;
  background-size: 100px 100px;
}

.closing-glow {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: min(860px, 82vw);
  aspect-ratio: 1;
  border: 1px solid rgba(229, 189, 112, .23);
  border-radius: 50%;
  box-shadow: 0 0 120px rgba(31, 74, 137, .22), inset 0 0 110px rgba(229, 189, 112, .04);
  transform: translate(-50%, -50%);
}

.closing-glow::before,
.closing-glow::after {
  position: absolute;
  border: 1px solid rgba(229, 189, 112, .11);
  border-radius: 50%;
  content: "";
}

.closing-glow::before { inset: 12%; }
.closing-glow::after { inset: 28%; }

.closing-inner {
  padding-block: 120px;
  text-align: center;
}

.closing h2 {
  max-width: 1000px;
  margin-inline: auto;
}

.site-footer {
  padding-block: 28px;
  border-top: 1px solid rgba(229, 189, 112, .18);
  background: var(--navy-950);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 36px;
  color: rgba(174, 183, 199, .72);
  font-size: 12px;
}

.footer-inner p {
  margin: 0;
}

.footer-brand .brand-mark {
  width: 38px;
  height: 38px;
}

.footer-brand .brand-mark img {
  width: 31px;
  height: 31px;
}

.footer-brand .brand-name {
  font-size: 13px;
}

:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 4px;
}

@keyframes heroReveal {
  from { opacity: 0; transform: scale(1.04); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes contentEnter {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1050px) {
  :root {
    --shell: calc(100vw - 56px);
  }

  .site-header {
    padding-inline: 28px;
  }

  .hero-copy {
    width: min(740px, 76vw);
  }

  .hero-note,
  .scroll-cue {
    display: none;
  }

  .story-layout {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 52px;
  }

  .branch-list {
    gap: 24px;
  }
}

@media (max-width: 800px) {
  :root {
    --shell: calc(100vw - 36px);
    --header-height: 68px;
  }

  .site-header {
    height: var(--header-height);
    padding-inline: 18px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-mark img {
    width: 33px;
    height: 33px;
  }

  .brand-name {
    display: grid;
    gap: 1px;
    font-size: 12px;
    line-height: 1.2;
  }

  .brand-name span {
    font-size: 9px;
    letter-spacing: .12em;
  }

  .header-nav > a:not(.back-link) {
    display: none;
  }

  .back-link {
    min-height: 40px;
    gap: 8px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .back-link svg {
    width: 17px;
    height: 17px;
  }

  .hero {
    min-height: max(680px, 100svh);
    align-items: end;
  }

  .hero-media img {
    object-position: center 24%;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(2, 8, 23, .99) 0%, rgba(2, 8, 23, .88) 38%, rgba(2, 8, 23, .28) 75%, rgba(2, 8, 23, .48) 100%),
      linear-gradient(90deg, rgba(2, 8, 23, .68), rgba(2, 8, 23, .16));
  }

  .hero-grid {
    background-size: 62px 62px;
    mask-image: linear-gradient(0deg, black, transparent 75%);
  }

  .hero-content {
    min-height: max(680px, 100svh);
    display: block;
    padding-top: clamp(290px, 45vh, 400px);
    padding-bottom: 46px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero .eyebrow {
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-bottom: 18px;
    font-size: 10px;
  }

  .hero .eyebrow span + span {
    gap: 12px;
  }

  .hero .eyebrow span + span::before {
    width: 24px;
  }

  h1 {
    margin-bottom: 20px;
    font-size: clamp(45px, 13vw, 68px);
    line-height: .96;
  }

  .hero-intro {
    max-width: 560px;
    margin-bottom: 26px;
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
  }

  .button {
    min-height: 52px;
    gap: 12px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .section {
    padding-block: 88px;
  }

  .story-layout,
  .section-head {
    grid-template-columns: 1fr;
  }

  .story-layout {
    gap: 48px;
  }

  .section-kicker {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: end;
    gap: 26px;
  }

  .section-kicker > span {
    margin-bottom: 0;
    font-size: 48px;
  }

  .section-kicker p {
    margin-bottom: 0;
  }

  .eyebrow {
    margin-bottom: 18px;
    font-size: 10px;
  }

  .story-copy h2,
  .section-head h2,
  .closing h2 {
    margin-bottom: 38px;
    font-size: clamp(41px, 11.8vw, 60px);
    line-height: .98;
  }

  .story-columns {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 26px;
  }

  .story-columns p {
    font-size: 15px;
    line-height: 1.72;
  }

  .section-head {
    align-items: start;
    gap: 0;
    margin-bottom: 52px;
  }

  .section-summary {
    margin: 0;
    font-size: 14px;
  }

  .carousel-topline {
    margin-bottom: 18px;
  }

  .carousel-button {
    width: 46px;
    height: 46px;
  }

  .product-card {
    width: min(82vw, 360px);
  }

  .product-card img {
    aspect-ratio: 4 / 3;
  }

  .carousel-progress {
    margin-top: 30px;
  }

  .locations-heading {
    padding-bottom: 38px;
  }

  .branch-list {
    grid-template-columns: 1fr;
  }

  .branch-card {
    padding: 16px;
  }

  .branch-header {
    min-height: 74px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding-bottom: 18px;
  }

  .branch-header h3 {
    font-size: clamp(22px, 6.4vw, 28px);
  }

  .branch-gallery {
    gap: 5px;
  }

  .branch-gallery figcaption,
  .gallery-map span {
    right: 10px;
    bottom: 9px;
    left: 10px;
    font-size: 9px;
  }

  .map-preview {
    min-height: 92px;
    grid-template-columns: 39% minmax(0, 1fr);
    gap: 14px;
    padding-right: 14px;
  }

  .map-preview img {
    height: 90px;
  }

  .map-preview > span {
    font-size: 13px;
  }

  .map-text-link {
    min-height: 52px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .closing {
    min-height: 560px;
  }

  .closing-inner {
    padding-block: 100px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: center;
  }

  .footer-brand {
    justify-self: center;
  }
}

/* v29: one-brand-at-a-time product selector */
.brand-explorer {
  margin-top: clamp(42px, 6vw, 84px);
}

.brand-explorer-bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding: 22px 0 26px;
  border-top: 1px solid rgba(229, 189, 112, .28);
  border-bottom: 1px solid rgba(229, 189, 112, .16);
}

.brand-select-label {
  width: min(520px, 62vw);
  display: grid;
  gap: 10px;
  color: var(--gold-bright);
  font-family: var(--astrix-future);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.brand-select-control {
  position: relative;
  display: block;
}

.brand-select-control select {
  width: 100%;
  height: 66px;
  appearance: none;
  padding: 0 64px 0 22px;
  color: var(--cream);
  border: 1px solid rgba(246, 240, 229, .23);
  border-radius: 2px;
  outline: 0;
  background: linear-gradient(135deg, rgba(13, 31, 61, .96), rgba(4, 16, 36, .96));
  font: 560 clamp(18px, 1.5vw, 23px)/1 var(--astrix-future);
  cursor: pointer;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.brand-select-control select:hover,
.brand-select-control select:focus-visible {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(229, 189, 112, .09);
  background: linear-gradient(135deg, rgba(20, 44, 82, .98), rgba(5, 19, 41, .98));
}

.brand-select-control select option {
  color: #050b16;
  background: #ffffff;
}

.brand-select-control svg {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--gold-bright);
  stroke-width: 1.6;
  pointer-events: none;
  transform: translateY(-50%);
}

.brand-position {
  display: flex;
  gap: 10px;
  margin: 0 2px 11px 0;
  color: var(--gold-bright);
  font-family: var(--astrix-future);
  font-size: clamp(20px, 2vw, 30px);
  font-variant-numeric: tabular-nums;
}

.brand-position span:nth-child(2) {
  color: rgba(246, 240, 229, .35);
}

.brand-display {
  width: min(1120px, 100%);
  margin: clamp(28px, 4vw, 54px) auto 0;
}

.brand-display-media {
  position: relative;
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(229, 189, 112, .22);
  background:
    radial-gradient(circle at 50% 42%, rgba(39, 81, 142, .22), transparent 62%),
    #020a1a;
}

.brand-display-media::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(229, 189, 112, .07);
  pointer-events: none;
}

.brand-display img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  filter: saturate(.98) contrast(1.03);
  transform: scale(1);
  transition: opacity .22s ease, transform .35s var(--ease), filter .35s ease;
}

.brand-display img.is-changing {
  opacity: .16;
  transform: scale(.992);
}

.brand-display figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 0;
  padding: 22px 2px 24px;
  border-bottom: 1px solid rgba(229, 189, 112, .28);
  color: var(--cream);
  font: 570 clamp(23px, 2.4vw, 38px)/1.1 var(--astrix-future);
}

.brand-display figcaption::after {
  content: "SELECTED BRAND";
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .18em;
}

@media (max-width: 800px) {
  .brand-explorer {
    margin-top: 38px;
  }

  .brand-explorer-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 14px;
    padding: 18px 0 20px;
  }

  .brand-select-label {
    width: 100%;
  }

  .brand-select-control select {
    height: 58px;
    padding-inline: 16px 50px;
    font-size: 16px;
  }

  .brand-select-control svg {
    right: 16px;
  }

  .brand-position {
    margin-bottom: 14px;
    font-size: 18px;
  }

  .brand-display {
    margin-top: 24px;
  }

  .brand-display-media {
    aspect-ratio: 4 / 3;
  }

  .brand-display figcaption {
    padding: 18px 2px 20px;
    font-size: 22px;
  }

  .brand-display figcaption::after {
    font-size: 8px;
    letter-spacing: .12em;
  }
}

@media (max-width: 380px) {
  .brand-explorer-bar {
    grid-template-columns: 1fr;
  }

  .brand-position {
    grid-row: 1;
    justify-self: end;
    margin: 0;
  }
}

@media (max-width: 390px) {
  :root {
    --shell: calc(100vw - 28px);
  }

  .site-header {
    padding-inline: 14px;
  }

  .back-link span {
    max-width: none;
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
  }

  .hero-content {
    padding-top: clamp(260px, 40vh, 340px);
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero-intro {
    font-size: 14px;
  }

  .product-card {
    width: calc(100vw - 42px);
  }

  .branch-gallery figure img,
  .gallery-map img {
    aspect-ratio: 1 / 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* v27: one professional network gallery and simplified location cards. */
.network-gallery {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 15%, rgba(229, 189, 112, .09), transparent 31rem),
    linear-gradient(180deg, var(--navy-950), #06152d 52%, #041126);
}

.gallery-heading {
  margin-bottom: clamp(40px, 5vw, 70px);
}

.gallery-grid {
  width: 100vw;
  display: flex;
  gap: clamp(12px, 1.4vw, 22px);
  margin-left: calc((100vw - var(--shell)) / -2);
  padding: 0 max(18px, calc((100vw - var(--shell)) / 2)) 28px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: max(18px, calc((100vw - var(--shell)) / 2));
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--gold) rgba(255, 255, 255, .08);
  scrollbar-width: thin;
}

.gallery-grid::-webkit-scrollbar {
  height: 4px;
}

.gallery-grid::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .08);
}

.gallery-grid::-webkit-scrollbar-thumb {
  background: var(--gold);
}

.gallery-item {
  position: relative;
  flex: 0 0 auto;
  height: clamp(370px, 43vw, 580px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(229, 189, 112, .24);
  background: #020817;
  box-shadow: 0 24px 58px rgba(0, 0, 0, .24);
  scroll-snap-align: start;
}

.gallery-item--landscape {
  aspect-ratio: 4 / 3;
}

.gallery-item--portrait {
  aspect-ratio: 3 / 4;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter .45s ease, transform .8s var(--ease);
}

.gallery-item::after {
  display: none;
}

.gallery-item figcaption {
  display: none;
}

.gallery-item figcaption span {
  color: var(--cream);
  font-size: clamp(13px, 1.15vw, 17px);
  font-weight: 650;
  letter-spacing: .025em;
}

.gallery-item figcaption small {
  color: var(--gold-bright);
  font-size: 9px;
  font-weight: 720;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.gallery-item:hover img {
  filter: saturate(1.05) contrast(1.025);
  transform: scale(1.015);
}

.branch-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.branch-card {
  display: flex;
  flex-direction: column;
  padding: clamp(14px, 1.5vw, 20px);
}

.branch-header {
  min-height: 112px;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  padding: 5px 2px 20px;
}

.branch-header h3 {
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 590;
  letter-spacing: -.02em;
  line-height: 1.22;
  text-transform: uppercase;
}

.branch-header h3 b {
  display: block;
  margin-top: 5px;
  color: var(--gold-bright);
  font-weight: 490;
}

.branch-photo {
  position: relative;
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(229, 189, 112, .12);
  background: #020817;
}

.branch-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: filter .35s ease, transform .65s var(--ease);
}

.branch-card:hover .branch-photo img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.008);
}

.map-text-link,
.location-no-link {
  min-height: 54px;
  margin-top: 8px;
}

.location-no-link {
  display: flex;
  align-items: center;
  padding: 0 17px;
  color: rgba(174, 183, 199, .72);
  border: 1px solid rgba(255, 255, 255, .09);
  font-size: 11px;
  font-weight: 620;
  letter-spacing: .05em;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .branch-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .branch-header {
    min-height: 100px;
  }
}

@media (max-width: 800px) {
  .gallery-heading {
    margin-bottom: 42px;
  }

  .gallery-grid {
    gap: 12px;
    padding-bottom: 20px;
  }

  .gallery-item {
    height: min(112vw, 510px);
  }

  .gallery-item--landscape {
    height: min(72vw, 390px);
  }

  .branch-list {
    grid-template-columns: 1fr;
  }

  .branch-card {
    padding: 14px;
  }

  .branch-header {
    min-height: 88px;
    padding-bottom: 16px;
  }

  .branch-header h3 {
    font-size: clamp(18px, 5.2vw, 23px);
  }

  .branch-photo {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 390px) {
  .gallery-item {
    height: min(118vw, 470px);
  }

  .gallery-item--landscape {
    height: min(74vw, 320px);
  }

  .branch-photo img {
    aspect-ratio: auto;
  }
}

/* PowerPlay v31 information architecture */
html {
  scroll-padding-top: calc(var(--header-height) + 16px);
}

main {
  display: flex;
  flex-direction: column;
}

.hero { order: 0; }
.brands-section { order: 1; }
.products-section { order: 2; }
.locations { order: 3; }
.network-gallery { order: 4; }
.distribution-section { order: 5; }
.partners-section { order: 6; }
.story { order: 7; }
.closing { order: 8; }

section[id] {
  scroll-margin-top: calc(var(--header-height) + 16px);
}

.mobile-section-nav {
  display: none;
}

.header-nav {
  gap: clamp(10px, 1.15vw, 22px);
  font-size: 11px;
}

.header-nav .back-link {
  gap: 10px;
  padding-inline: 16px 13px;
}

.brands-section {
  background:
    radial-gradient(circle at 78% 34%, rgba(87, 137, 223, .12), transparent 34%),
    linear-gradient(180deg, #061329, #041026);
}

.brand-directory {
  display: grid;
  grid-template-columns: minmax(390px, .78fr) minmax(0, 1.22fr);
  gap: clamp(22px, 3vw, 48px);
  align-items: stretch;
}

.brand-name-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(229, 189, 112, .26);
  border-left: 1px solid rgba(229, 189, 112, .16);
}

.brand-name-button {
  min-width: 0;
  min-height: 68px;
  padding: 13px 16px;
  border: 0;
  border-right: 1px solid rgba(229, 189, 112, .16);
  border-bottom: 1px solid rgba(229, 189, 112, .16);
  color: rgba(246, 240, 229, .78);
  background: rgba(4, 16, 38, .32);
  font: 620 clamp(12px, .9vw, 15px)/1.25 var(--astrix-future);
  letter-spacing: .015em;
  text-align: left;
  cursor: pointer;
  transition: color .25s ease, background .25s ease, box-shadow .25s ease;
}

.brand-name-button:hover,
.brand-name-button:focus-visible {
  color: var(--cream);
  background: rgba(229, 189, 112, .08);
}

.brand-name-button.is-active {
  color: #061329;
  background: linear-gradient(110deg, #d2a44f, #f3d58f);
  box-shadow: inset 0 0 0 1px rgba(255, 241, 198, .38);
}

.brand-showcase {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(300px, 1fr) auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(229, 189, 112, .28);
  background: rgba(2, 8, 23, .75);
  box-shadow: 0 34px 80px rgba(0, 0, 0, .28);
}

.brand-showcase-media {
  min-height: 0;
  display: grid;
  place-items: center;
  padding: clamp(8px, 1vw, 16px);
  background: #020817;
}

.brand-showcase-media img {
  width: 100%;
  height: 100%;
  max-height: 510px;
  object-fit: contain;
  transition: opacity .2s ease, transform .45s var(--ease);
}

.brand-showcase-media img.is-changing {
  opacity: .18;
  transform: scale(.99);
}

.brand-showcase-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 24px;
  align-items: end;
  padding: clamp(20px, 2.4vw, 34px);
  border-top: 1px solid rgba(229, 189, 112, .2);
}

.brand-showcase-copy > p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--gold-bright);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.brand-showcase-copy h3 {
  margin: 0;
  color: var(--cream);
  font: 560 clamp(28px, 3vw, 48px)/1 var(--astrix-future);
  letter-spacing: -.04em;
}

.family-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.family-list span {
  padding: 8px 10px;
  border: 1px solid rgba(229, 189, 112, .28);
  color: rgba(246, 240, 229, .78);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.products-section {
  background:
    linear-gradient(90deg, rgba(5, 19, 43, .98), rgba(6, 27, 57, .92)),
    radial-gradient(circle at 18% 20%, rgba(229, 189, 112, .1), transparent 35%);
}

.category-explorer {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: clamp(24px, 4vw, 64px);
}

.category-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(229, 189, 112, .22);
  border-left: 1px solid rgba(229, 189, 112, .22);
}

.category-button {
  min-height: 106px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border: 0;
  border-right: 1px solid rgba(229, 189, 112, .22);
  border-bottom: 1px solid rgba(229, 189, 112, .22);
  color: rgba(246, 240, 229, .78);
  background: transparent;
  font: 560 clamp(17px, 1.4vw, 24px)/1.1 var(--astrix-future);
  text-align: left;
  cursor: pointer;
  transition: color .25s ease, background .25s ease;
}

.category-button span {
  color: var(--gold-bright);
  font: 690 10px/1 var(--astrix-future);
}

.category-button:hover,
.category-button:focus-visible,
.category-button.is-active {
  color: var(--cream);
  background: rgba(229, 189, 112, .1);
}

.category-button.is-active {
  box-shadow: inset 3px 0 0 var(--gold);
}

.category-result {
  min-height: 100%;
  padding: clamp(24px, 3vw, 44px);
  border: 1px solid rgba(229, 189, 112, .24);
  background: rgba(2, 8, 23, .48);
}

.category-result > p {
  margin: 0 0 28px;
  color: rgba(174, 183, 199, .82);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.category-result strong {
  display: block;
  margin-top: 7px;
  color: var(--gold-bright);
  font: 560 clamp(30px, 3vw, 48px)/1 var(--astrix-future);
  letter-spacing: -.035em;
  text-transform: none;
}

.category-brand-list {
  display: grid;
  gap: 8px;
}

.category-brand-list button {
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  color: var(--cream);
  background: rgba(6, 19, 41, .62);
  font: 600 13px/1 var(--astrix-future);
  text-align: left;
  cursor: pointer;
  transition: border-color .25s ease, color .25s ease, transform .25s ease;
}

.category-brand-list button:hover,
.category-brand-list button:focus-visible {
  color: var(--gold-bright);
  border-color: rgba(229, 189, 112, .5);
  transform: translateX(3px);
}

.branch-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 10px 0 0;
  border-top: 1px solid rgba(229, 189, 112, .15);
  border-left: 1px solid rgba(229, 189, 112, .15);
}

.branch-details div {
  min-width: 0;
  min-height: 66px;
  padding: 10px 12px;
  border-right: 1px solid rgba(229, 189, 112, .15);
  border-bottom: 1px solid rgba(229, 189, 112, .15);
}

.branch-details dt,
.warehouse-copy dt {
  margin-bottom: 5px;
  color: var(--gold-bright);
  font-size: 8px;
  font-weight: 740;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.branch-details dd,
.warehouse-copy dd {
  margin: 0;
  color: rgba(246, 240, 229, .78);
  font-size: 11px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.branch-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin-top: 8px;
}

.branch-actions .map-text-link,
.branch-actions .location-no-link {
  margin-top: 0;
}

.photo-text-link {
  min-width: 84px;
  min-height: 54px;
  display: grid;
  place-items: center;
  padding-inline: 14px;
  border: 1px solid rgba(229, 189, 112, .24);
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 660;
  letter-spacing: .04em;
  transition: background .25s ease, color .25s ease;
}

.photo-text-link:hover,
.photo-text-link:focus-visible {
  color: #061329;
  background: var(--gold);
}

.distribution-section {
  background:
    radial-gradient(circle at 78% 30%, rgba(229, 189, 112, .09), transparent 33%),
    #030b1d;
}

.warehouse-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: clamp(22px, 3vw, 46px);
  align-items: stretch;
}

.warehouse-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.warehouse-photos figure {
  min-width: 0;
  min-height: 480px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(229, 189, 112, .22);
  background: #020817;
}

.warehouse-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.warehouse-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid rgba(229, 189, 112, .24);
  background: rgba(6, 19, 41, .78);
}

.warehouse-index {
  margin: 0 0 22px;
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 740;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.warehouse-copy h3 {
  margin: 0 0 28px;
  color: var(--cream);
  font: 560 clamp(28px, 3vw, 46px)/1.05 var(--astrix-future);
  letter-spacing: -.04em;
}

.warehouse-copy dl {
  display: grid;
  gap: 0;
  margin: 0 0 28px;
}

.warehouse-copy dl div {
  padding: 15px 0;
  border-top: 1px solid rgba(229, 189, 112, .17);
}

.warehouse-copy .map-text-link {
  margin-top: auto;
}

.partners-section {
  background:
    linear-gradient(120deg, rgba(218, 170, 83, .96), rgba(246, 215, 152, .9)),
    #e5bd70;
  color: #061329;
}

.partners-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(32px, 5vw, 90px);
  align-items: end;
}

.partners-section .eyebrow,
.partners-section h2,
.partners-section h2 em,
.partners-intro {
  color: #061329;
}

.partners-section h2 {
  margin: 14px 0 22px;
  font: 620 clamp(46px, 6vw, 94px)/.9 var(--astrix-future);
  letter-spacing: -.065em;
}

.partners-section h2 em {
  font-family: var(--astrix-serif);
  font-weight: 460;
}

.partners-intro {
  max-width: 720px;
  margin: 0 0 36px;
  font-size: clamp(17px, 1.5vw, 24px);
}

.partner-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
}

.partner-flow span {
  padding: 10px 13px;
  border: 1px solid rgba(6, 19, 41, .3);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.partner-flow i {
  font-style: normal;
}

.partner-actions {
  display: grid;
  gap: 12px;
  min-width: 260px;
}

.partners-section .button-gold {
  color: var(--cream);
  background: #061329;
}

.partners-section .button-ghost {
  color: #061329;
  border-color: rgba(6, 19, 41, .42);
}

.contact-summary {
  max-width: 620px;
  margin: 0 auto 28px;
  color: rgba(246, 240, 229, .72);
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.6;
}

.contact-actions {
  justify-content: center;
}

@media (max-width: 1180px) {
  .header-nav {
    gap: 10px;
    font-size: 10px;
  }

  .header-nav .back-link {
    padding-inline: 13px 11px;
  }

  .brand-directory,
  .warehouse-layout {
    grid-template-columns: 1fr;
  }

  .brand-showcase {
    grid-template-rows: minmax(360px, 52vw) auto;
  }

  .warehouse-photos figure {
    min-height: 420px;
  }
}

@media (max-width: 900px) and (min-width: 801px) {
  .header-nav > a:not(.back-link):nth-child(4),
  .header-nav > a:not(.back-link):nth-child(6),
  .header-nav > a:not(.back-link):nth-child(7) {
    display: none;
  }
}

@media (max-width: 800px) {
  html {
    scroll-padding-top: calc(var(--header-height) + 48px);
  }

  section[id] {
    scroll-margin-top: calc(var(--header-height) + 48px);
  }

  .mobile-section-nav {
    position: fixed;
    z-index: 98;
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: 44px;
    display: flex;
    gap: 0;
    overflow-x: auto;
    border-bottom: 1px solid rgba(229, 189, 112, .19);
    background: rgba(2, 8, 23, .96);
    scrollbar-width: none;
  }

  .mobile-section-nav::-webkit-scrollbar {
    display: none;
  }

  .mobile-section-nav a {
    min-width: max-content;
    display: grid;
    place-items: center;
    padding: 0 16px;
    border-right: 1px solid rgba(229, 189, 112, .12);
    color: rgba(246, 240, 229, .78);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
  }

  .brand-directory,
  .category-explorer,
  .warehouse-layout,
  .partners-layout {
    grid-template-columns: 1fr;
  }

  .brand-name-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-name-button {
    min-height: 60px;
    padding: 10px 12px;
    font-size: 11px;
  }

  .brand-showcase {
    grid-template-rows: minmax(220px, 66vw) auto;
  }

  .brand-showcase-copy {
    grid-template-columns: 1fr;
  }

  .family-list {
    justify-content: flex-start;
  }

  .category-tabs {
    grid-template-columns: 1fr;
  }

  .category-button {
    min-height: 70px;
  }

  .branch-details div {
    min-height: 61px;
  }

  .warehouse-photos {
    grid-template-columns: 1fr;
  }

  .warehouse-photos figure {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .warehouse-photos img {
    object-fit: contain;
  }

  .partner-actions {
    min-width: 0;
  }

  .partners-section h2 {
    font-size: clamp(44px, 13vw, 64px);
  }

  .partner-flow {
    gap: 8px;
  }

  .partner-flow i {
    display: none;
  }
}

@media (max-width: 390px) {
  .brand-name-button {
    font-size: 10px;
  }

  .branch-details {
    grid-template-columns: 1fr;
  }

  .branch-details div {
    min-height: 0;
  }

  .branch-actions {
    grid-template-columns: 1fr;
  }

  .photo-text-link {
    min-height: 48px;
  }
}
