
:root {
  --bg: #ffffff;
  --bg-soft: #f7f5f2;
  --bg-muted: #f1efec;
  --text: #1b1b1b;
  --muted: #66615c;
  --line: #e4dfd8;
  --accent: #111111;
  --max: 1320px;
  --content: 1200px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Arial, sans-serif;
  --shadow: 0 14px 36px rgba(20,20,20,.06);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.content { width: min(calc(100% - 48px), var(--content)); margin: 0 auto; }
.eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #5e5853;
  margin-bottom: 18px;
}
.h1, .h2, .h3, h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.03em;
  margin: 0;
}
h1, .h1 { font-size: clamp(40px, 4.6vw, 68px); }
h2, .h2 { font-size: clamp(34px, 3.7vw, 58px); }
h3, .h3 { font-size: clamp(24px, 2vw, 34px); }
p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
}
.small { font-size: 14px; line-height: 1.7; }
.muted { color: var(--muted); }
.section { padding: 92px 0; }
.section--tight { padding: 68px 0; }
.section--soft { background: var(--bg-soft); }
.section--muted { background: var(--bg-muted); }
.section-head { text-align: center; margin: 0 auto 52px; max-width: 860px; }
.section-head p { margin-top: 14px; }
.cta-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-top: 14px;
}
.cta-link::after { content: "→"; font-size: 18px; transform: translateY(-1px); }
.button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  padding: 15px 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  transition: .25s ease;
}
.button::after { content: "→"; font-size: 16px; }
.button:hover { background: transparent; color: var(--accent); }
.button--light { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.button--light:hover { background: #fff; color: var(--accent); }
.button--ghost { background: transparent; color: var(--accent); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.header-inner {
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 18px; }
.brand img { width: 360px; max-width: 100%; height: auto; }
.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
  width: 40px; height: 40px;
}
.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  display: block; content: ""; width: 22px; height: 2px; background: #111; margin: 5px auto; transition: .25s ease;
}
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a {
  font-size: 13px;
  color: #252525;
  position: relative;
  padding: 8px 0;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1px;
  background: #111;
  transition: width .2s ease;
}
.site-nav a:hover::after,
.site-nav a.active::after { width: 100%; }







.hero__content .button, .hero__content .cta-link { margin-top: 22px; color: #fff; border-color: rgba(255,255,255,.5); }








/* HERO OVERLAY FIX - text sits on top of the image, not below it */
.hero {
  position: relative;
  min-height: clamp(620px, 78vh, 860px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #111;
}

.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.62) 31%, rgba(0,0,0,.28) 58%, rgba(0,0,0,.06) 100%),
    linear-gradient(180deg, rgba(0,0,0,.16) 0%, rgba(0,0,0,.04) 48%, rgba(0,0,0,.24) 100%);
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 110px 0;
  display: grid;
  grid-template-columns: minmax(320px, 680px);
}

.hero__content {
  position: relative;
  color: #fff;
  max-width: 680px;
  padding: 0;
}

.hero__text-panel {
  max-width: 680px;
}

.hero__content h1 {
  max-width: 720px;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0,0,0,.48);
}

.hero__content p {
  color: rgba(255,255,255,.92);
  max-width: 610px;
  font-size: 18px;
  line-height: 1.75;
  text-shadow: 0 1px 18px rgba(0,0,0,.4);
}

.hero__content .eyebrow {
  color: rgba(255,255,255,.84);
  text-shadow: 0 1px 14px rgba(0,0,0,.34);
}

.hero__actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero__actions .button {
  color: #fff;
  border-color: rgba(255,255,255,.62);
  background: rgba(0,0,0,.18);
  backdrop-filter: blur(4px);
}

.hero__actions .button:hover {
  background: #fff;
  color: #111;
}

.hero__actions .cta-link {
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.6);
  padding-bottom: 7px;
  margin-top: 0;
}

@media (max-width: 980px) {
  .hero {
    min-height: 640px;
  }
  .hero__inner {
    width: min(calc(100% - 32px), var(--max));
    padding: 86px 0;
  }
  .hero__content p {
    font-size: 16px;
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: 620px;
  }
  .hero > img {
    object-position: center center;
  }
  .hero::before {
    background:
      linear-gradient(90deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.66) 52%, rgba(0,0,0,.3) 100%),
      linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.30) 100%);
  }
  .hero__inner {
    padding: 74px 0;
  }
}

.grid-2 { display: grid; grid-template-columns: 1.08fr .92fr; gap: 52px; align-items: center; }
.grid-2--reverse { grid-template-columns: .95fr 1.05fr; }
.media-card img, .image-frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.image-frame {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.cards-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.card img { width: 100%; aspect-ratio: 4 / 2.45; object-fit: cover; }
.card__body { padding: 22px 20px 24px; display: flex; flex-direction: column; flex: 1; }
.card__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-family: var(--serif);
}
.card__meta {
  font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #706a65; margin-bottom: 12px;
}
.card .cta-link { margin-top: auto; }
.logo-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 34px 0;
  display: grid;
  gap: 18px;
  justify-items: center;
}
.wordmarks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}
.wordmarks span {
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 40px);
  letter-spacing: -.03em;
}
.wordmarks b { font-weight: 400; }
.divider { width: 1px; height: 30px; background: var(--line); }
.stats {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 34px;
  align-items: center;
}
.stats__numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.stat {
  border-left: 1px solid var(--line);
  padding-left: 20px;
}
.stat:first-child { border-left: 0; padding-left: 0; }
.stat strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 56px);
  color: var(--text);
  line-height: 1;
  margin-bottom: 8px;
}
.stat span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #6b655f;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.feature {
  padding: 28px 22px;
  border: 1px solid var(--line);
  background: #fff;
}
.feature__icon {
  width: 44px; height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 18px;
  margin-bottom: 18px;
  color: #444;
}
.feature h3, .feature h4 {
  font-size: 15px;
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  position: relative;
  margin-top: 28px;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 17px; left: 0; right: 0;
  height: 1px; background: var(--line);
}
.milestone { position: relative; padding-top: 44px; }
.milestone::before {
  content: "";
  width: 14px; height: 14px; border-radius: 50%;
  background: #fff; border: 1px solid #555;
  position: absolute; top: 10px; left: 0;
}
.milestone__year { font-family: var(--serif); font-size: 36px; margin-bottom: 10px; }
.milestone__title { font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 10px; }
.number-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 42px;
}
.number-strip .stat { padding: 28px 20px; border-left: 1px solid var(--line); }
.number-strip .stat:first-child { border-left: 0; }
.location-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.location-card {
  border: 1px solid var(--line); background: #fff;
}
.location-card img { width: 100%; aspect-ratio: 1.6 / 1; object-fit: cover; }
.location-card__body { padding: 20px; }
.location-card__city { font-family: var(--serif); font-size: 24px; margin-bottom: 10px; }
.location-card p { margin-bottom: 8px; }
.split-band {
  display: grid; grid-template-columns: .92fr 1.08fr; gap: 48px; align-items: center;
}
.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.brand-col {
  padding: 22px 20px 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.brand-col h4 {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #625d58;
}
.brand-col ul { list-style: none; padding: 0; margin: 0; }
.brand-col li { padding: 5px 0; color: #302d2b; }
.map-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}
.map-card {
  border: 1px solid var(--line); background: #fff;
  display: grid; grid-template-columns: 1fr 1fr;
}
.map-card__text { padding: 30px; }
.map-card img { width: 100%; height: 100%; object-fit: contain; background: #fbfaf8; }
.capability-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line);
}
.capability {
  padding: 24px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; text-align: center;
}
.capability__icon { font-size: 24px; margin-bottom: 12px; }
.capability h4 { margin: 0 0 10px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.process {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px;
}
.process-step { position: relative; text-align: center; padding: 0 12px; }
.process-step:not(:last-child)::after {
  content: "→"; position: absolute; top: 16px; right: -14px; color: #666; font-size: 20px;
}
.process-step__num { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #5e5954; margin-bottom: 12px; }
.process-step__icon { font-size: 28px; margin-bottom: 12px; }
.contact-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.contact-card {
  border: 1px solid var(--line);
  background: #fff;
  padding: 28px 22px;
}
.contact-card__icon { font-size: 28px; margin-bottom: 16px; }
.form-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start;
}
.form-box {
  border: 1px solid var(--line);
  padding: 30px;
  background: #fff;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
input, textarea {
  width: 100%;
  border: 1px solid #d7d1ca;
  padding: 14px 14px;
  font: inherit;
  color: #222;
  background: #fff;
  margin-bottom: 14px;
}
textarea { min-height: 150px; resize: vertical; }
.map-box {
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
}
.map-box img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.cta-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 42px 0;
}
.cta-band__inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.site-footer {
  background: #fbfaf8;
  border-top: 1px solid var(--line);
}
.footer-main {
  padding: 50px 0 34px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr .9fr .9fr .8fr;
  gap: 24px;
  align-items: start;
}
.footer-brand img { width: 240px; }
.footer-title {
  font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: #5e5954; margin-bottom: 12px;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; color: #494541; }
.footer-bottom {
  background: #111; color: rgba(255,255,255,.8);
  text-align: center; padding: 14px 18px; font-size: 12px; letter-spacing: .08em;
}
.spacer-18 { height: 18px; }
.spacer-24 { height: 24px; }
.spacer-36 { height: 36px; }
.only-mobile { display: none; }
@media (max-width: 1200px) {
  .cards-4, .feature-grid, .location-grid, .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .process { grid-template-columns: repeat(3, 1fr); }
  .timeline { grid-template-columns: repeat(3, 1fr); }
  .number-strip { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 980px) {
  .header-inner { min-height: 84px; }
  .brand img { width: 250px; }
  .nav-toggle { display: block; }
  .site-nav {
    display: none;
    position: absolute;
    left: 0; right: 0; top: 84px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 16px 24px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .site-nav.open { display: flex; }
  .grid-2, .stats, .split-band, .form-grid, .map-card, .map-grid { grid-template-columns: 1fr; }
  
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .container, .content, 
  .section { padding: 68px 0; }
  p { font-size: 15px; }
  .cards-4, .feature-grid, .location-grid, .contact-grid, .brand-grid, .capability-grid, .timeline, .number-strip, .footer-grid, .process { grid-template-columns: 1fr; }
  .stats__numbers { grid-template-columns: 1fr; }
  .wordmarks { flex-direction: column; gap: 14px; }
  .divider { width: 120px; height: 1px; }
  .form-row { grid-template-columns: 1fr; }
  .map-card__text { padding: 24px; }
}


/* Hero update: image only, no text overlay */




.page-intro {
  padding: 54px 0 34px;
  background: #fff;
}
.page-intro__inner {
  width: min(calc(100% - 48px), var(--content));
  margin: 0 auto;
}
.page-intro h1 {
  max-width: 920px;
  margin-bottom: 18px;
}
.page-intro p {
  max-width: 780px;
}
.page-intro .button,
.page-intro .cta-link { margin-top: 12px; }
@media (max-width: 720px) {
  .page-intro { padding: 36px 0 22px; }
  .page-intro__inner { width: min(calc(100% - 28px), var(--content)); }
  
}

.page-intro .button--light {
  color: var(--accent);
  border-color: var(--accent);
  background: transparent;
}
.page-intro .button--light:hover {
  background: var(--accent);
  color: #fff;
}


/* Distribution brand logos and independent network sections */
.distribution-logo-wall {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.distribution-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--line);
  min-height: 156px;
  padding: 16px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.distribution-logo-card:hover {
  transform: translateY(-4px);
  border-color: #cfc7bd;
  box-shadow: 0 18px 36px rgba(20,20,20,.07);
}

.distribution-logo-card img {
  width: 100%;
  max-width: 260px;
  height: auto;
}

.country-logo-section {
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.country-logo-section:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.country-logo-head {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 20px;
}

.country-logo-head h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(26px, 2.4vw, 38px);
  margin: 0;
}

.country-logo-head p {
  margin: 0;
  max-width: 720px;
}

.network-section {
  padding: 92px 0;
}

.network-section + .network-section {
  border-top: 1px solid var(--line);
}

.network-layout {
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  gap: 54px;
  align-items: center;
}

.network-layout.reverse {
  grid-template-columns: 1.16fr .84fr;
}

.network-copy {
  max-width: 560px;
}

.network-copy ul {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.network-copy li {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.6;
}

.network-copy li strong {
  color: var(--text);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.network-visual {
  background: #fff;
  border: 1px solid var(--line);
  padding: 18px;
  box-shadow: var(--shadow);
}

.network-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: #fbfaf8;
}

@media (max-width: 1200px) {
  .distribution-logo-wall {
    grid-template-columns: repeat(3, 1fr);
  }
  .country-logo-head {
    grid-template-columns: 1fr;
  }
  .network-layout,
  .network-layout.reverse {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .distribution-logo-wall {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .distribution-logo-card {
    min-height: 120px;
  }
  .network-copy li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}


/* Real uploaded brand logos */
.distribution-logo-card {
  background: #fff;
  overflow: hidden;
}

.distribution-logo-card img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: contain;
  filter: none;
}

.distribution-logo-card.is-placeholder-logo {
  opacity: .72;
}

.distribution-logo-card.is-placeholder-logo::after {
  content: "Official logo pending";
  display: block;
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 10px;
  text-align: center;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8c857e;
}

.distribution-logo-card {
  position: relative;
}

/* Contact form handler messages */
.form-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.form-message {
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: #fbfaf8;
  color: var(--text);
  font-size: 14px;
  line-height: 1.6;
}

.form-message.success {
  border-color: #b7c9b7;
  background: #f4faf4;
}

.form-message.error {
  border-color: #d9b9b2;
  background: #fff6f4;
}

/* Clickable e-commerce wordmarks */
.wordmarks a {
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 40px);
  letter-spacing: -.03em;
  color: var(--text);
  text-decoration: none;
  transition: opacity .25s ease, transform .25s ease;
}

.wordmarks a:hover {
  opacity: .62;
  transform: translateY(-2px);
}

.wordmarks a small {
  font-size: .62em;
}

/* Google map iframe */
.map-box iframe {
  width: 100%;
  min-height: 450px;
  display: block;
  border: 0;
}

/* Retail locations updated layout */
.location-grid.location-grid--six {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1200px) {
  .location-grid.location-grid--six {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .location-grid.location-grid--six {
    grid-template-columns: 1fr;
  }
}
