/* ————— Span (embedded webfonts, extracted from the reference design) ————— */
@font-face {
  font-family: "Span Comp";
  src: url("/assets/fonts/spancomp-400-normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Span Comp";
  src: url("/assets/fonts/spancomp-600-normal.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Span Cond";
  src: url("/assets/fonts/spancond-600-normal.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Span Cond";
  src: url("/assets/fonts/spancond-400-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --ultramarine: #071389;
  --lapis: #060d52;
  --lapis-deep: #04083a;
  --gold: #c9a84c;
  --gold-light: #e8d9a8;
  --gold-deep: #8f7434;
  --ivory: #f3ecd8;
  --ivory-dim: rgba(243, 236, 216, 0.78);
  --line: rgba(201, 168, 76, 0.35);
  --comp: "Span Comp", "Cormorant Garamond", Georgia, serif;
  --cond: "Span Cond", "Cormorant Garamond", Georgia, serif;
  --body: "Cormorant Garamond", Georgia, serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body);
  color: var(--ivory);
  background: var(--lapis-deep);
  font-size: 19px;
  line-height: 1.65;
}

/* A single continuous lapis lazuli background across the whole page (stable on mobile too) */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: var(--lapis-deep) url("/assets/extracted/body-bg-texture.jpg") center/cover no-repeat;
}

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

a {
  color: var(--gold-light);
}

/* ----- Header ----- */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: linear-gradient(180deg, rgba(4, 8, 58, 0.92), rgba(4, 8, 58, 0.7));
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.hwrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  transition: height 0.3s ease;
}
header.compact .hwrap {
  height: 66px;
}
.brandmark {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.brandmark img {
  height: 64px;
  width: auto;
  transition: height 0.3s ease;
}
header.compact .brandmark img {
  height: 48px;
}
nav {
  display: flex;
  gap: 34px;
}
nav a {
  font-family: var(--cond);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3em;
  text-decoration: none;
  color: var(--ivory-dim);
  padding: 6px 0;
  position: relative;
  transition: color 0.25s;
}
nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transition: right 0.3s ease;
}
nav a:hover {
  color: var(--gold-light);
}
nav a:hover::after {
  right: 0;
}
nav a:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 4px;
}
.lang-chip {
  font-family: var(--cond);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--gold-light);
  border: 1px solid rgba(201, 168, 76, 0.5);
  padding: 6px 11px 6px 13px;
  margin-left: 6px;
  align-self: center;
  cursor: default;
  user-select: none;
}

/* ----- Hero ----- */
.hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  padding: 120px 6vw 60px;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse 75% 70% at center,
    rgba(4, 8, 58, 0) 32%,
    rgba(4, 8, 58, 0.26) 64%,
    rgba(4, 8, 58, 0.52) 100%
  );
}
.hero::before {
  content: "";
  position: absolute;
  inset: clamp(14px, 2.4vw, 30px);
  z-index: 1;
  border: 1px solid rgba(201, 168, 76, 0.45);
  outline: 1px solid rgba(201, 168, 76, 0.18);
  outline-offset: 5px;
  pointer-events: none;
}
.hero-logo,
.hero-copy,
.scrollcue {
  position: relative;
  z-index: 1;
}
.hero-logo {
  width: min(540px, 76vw);
  max-height: 38svh;
  object-fit: contain;
  opacity: 0;
  animation: rise 1.6s 0.25s ease forwards;
  filter: drop-shadow(0 10px 60px rgba(0, 0, 0, 0.55));
}
.hero-copy {
  max-width: 660px;
  margin-top: 34px;
  opacity: 0;
  animation: rise 1.4s 0.8s ease forwards;
}
.hero-copy .rule {
  width: 64px;
  height: 1px;
  margin: 0 auto 20px;
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
}
.hero-copy .slogan {
  font-family: var(--cond);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(14px, 4vw, 34px);
  letter-spacing: 0.04em;
  white-space: nowrap;
  color: var(--ivory);
  text-shadow: 0 2px 18px rgba(4, 8, 58, 0.9);
  margin-bottom: 14px;
}
.hero-copy .support {
  font-family: var(--body);
  font-size: clamp(17px, 1.8vw, 20px);
  color: var(--ivory-dim);
  max-width: 560px;
  margin: 0 auto;
  text-shadow: 0 2px 14px rgba(4, 8, 58, 0.9);
}
.scrollcue {
  margin-top: 44px;
  color: var(--gold);
  text-decoration: none;
  font-family: var(--cond);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.5em;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
  animation: rise 1.4s 1.25s ease forwards;
}
.scrollcue::after {
  content: "";
  width: 1px;
  height: 44px;
  background: linear-gradient(180deg, var(--gold), transparent);
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* ----- Divider: line-diamond-line ----- */
.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 auto 30px;
  color: var(--gold);
}
.divider::before,
.divider::after {
  content: "";
  height: 1px;
  width: min(120px, 22vw);
}
.divider::before {
  background: linear-gradient(90deg, transparent, var(--gold));
}
.divider::after {
  background: linear-gradient(90deg, var(--gold), transparent);
}
.divider .gem {
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  flex: none;
  border: 1px solid var(--gold);
  background: linear-gradient(135deg, var(--gold-light), var(--gold-deep));
}

/* ----- Sections ----- */
section {
  padding: 84px 6vw;
  position: relative;
}
section.band {
  background: linear-gradient(180deg, rgba(7, 19, 137, 0.22) 0%, rgba(2, 5, 40, 0.55) 100%);
  border-top: 1px solid rgba(201, 168, 76, 0.26);
  border-bottom: 1px solid rgba(201, 168, 76, 0.26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.wrap {
  max-width: 1180px;
  margin: 0 auto;
}
.eyebrow {
  font-family: var(--cond);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.55em;
  color: var(--gold);
  text-align: center;
  margin-bottom: 12px;
}
h2 {
  font-family: var(--comp);
  font-weight: 600;
  text-align: center;
  font-size: clamp(38px, 5vw, 58px);
  letter-spacing: 0.1em;
  color: var(--gold-light);
  margin-bottom: 18px;
}
.lede {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 56px;
  color: var(--ivory-dim);
  font-size: 21px;
}

/* ----- The Group ----- */
.about {
  max-width: 780px;
  margin: 0 auto 62px;
}
.about p {
  color: var(--ivory-dim);
  font-size: 20px;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  margin-bottom: 20px;
}
.about p:last-child {
  margin-bottom: 0;
}
.stats-title {
  font-family: var(--cond);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.45em;
  color: var(--gold);
  text-align: center;
  margin-bottom: 36px;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  max-width: 1080px;
  margin: 0 auto;
}
.stat {
  border: 1px solid rgba(201, 168, 76, 0.45);
  outline: 1px solid rgba(201, 168, 76, 0.18);
  outline-offset: 4px;
  background: rgba(4, 8, 58, 0.5);
  padding: 34px 22px 30px;
  text-align: center;
}
.stat .num {
  font-family: var(--comp);
  font-weight: 600;
  font-size: clamp(44px, 4.6vw, 60px);
  line-height: 1;
  letter-spacing: 0.04em;
  background: linear-gradient(120deg, var(--gold-deep), var(--gold-light) 55%, var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 12px;
}
.stat .lbl {
  font-family: var(--cond);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.3em;
  color: var(--gold-light);
  margin-bottom: 12px;
  min-height: 2.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stat p {
  color: var(--ivory-dim);
  font-size: 16.5px;
  line-height: 1.6;
  text-align: justify;
  text-align-last: center;
  hyphens: auto;
  -webkit-hyphens: auto;
}

/* ----- Brand cards ----- */
.brands {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1120px;
  margin: 0 auto;
}
.card {
  position: relative;
  background: var(--ultramarine);
  border: 1px solid rgba(201, 168, 76, 0.55);
  outline: 1px solid rgba(201, 168, 76, 0.22);
  outline-offset: 5px;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  text-align: center;
  transition: box-shadow 0.35s ease, border-color 0.35s ease;
}
.card-photo {
  position: relative;
  border-bottom: 1px solid rgba(201, 168, 76, 0.55);
}
.card-photo img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}
.card-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 -26px 40px -22px rgba(4, 8, 58, 0.55);
  pointer-events: none;
}
.card:hover .card-photo img {
  transform: scale(1.035);
}
.card-body {
  padding: 30px 30px 38px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card:hover {
  box-shadow: 0 18px 60px -18px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(232, 217, 168, 0.25);
  border-color: rgba(232, 217, 168, 0.8);
}
.card-body > img {
  width: min(88%, 340px);
  height: 220px;
  object-fit: contain;
  margin: 0 auto 10px;
}
.card .tag {
  font-family: var(--cond);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.42em;
  color: var(--gold);
  border-top: 1px solid rgba(201, 168, 76, 0.4);
  border-bottom: 1px solid rgba(201, 168, 76, 0.4);
  padding: 9px 0;
  margin: 0 auto 20px;
  width: min(100%, 260px);
}
.card h3 {
  font-family: var(--comp);
  font-weight: 600;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0.08em;
  color: var(--ivory);
  margin-bottom: 12px;
  min-height: 1.3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ribbon {
  position: absolute;
  top: 26px;
  right: -38px;
  z-index: 2;
  transform: rotate(45deg);
  font-family: var(--cond);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.28em;
  color: var(--lapis-deep);
  background: linear-gradient(120deg, var(--gold-deep), var(--gold-light) 45%, var(--gold));
  padding: 7px 44px;
  min-width: 208px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.card p {
  color: var(--ivory-dim);
  font-size: 18.5px;
  flex: 1;
  margin-bottom: 26px;
  text-align: justify;
  text-align-last: center;
  hyphens: auto;
  -webkit-hyphens: auto;
}
.btn {
  font-family: var(--cond);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3em;
  color: var(--lapis-deep);
  text-decoration: none;
  background: linear-gradient(120deg, var(--gold-deep), var(--gold-light) 45%, var(--gold));
  padding: 14px 26px;
  display: inline-block;
  margin: 0 auto;
  transition: filter 0.25s, transform 0.25s;
  border: 0;
  cursor: pointer;
}
.btn:hover {
  filter: brightness(1.12);
  transform: translateY(-1px);
}
.btn:focus-visible {
  outline: 2px solid var(--ivory);
  outline-offset: 3px;
}

/* ----- Sales boxes ----- */
.sales {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1120px;
  margin: 0 auto;
}
.sales-2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 737px;
  margin-bottom: 30px;
}
.sale .logo-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ultramarine);
  border: 1px solid rgba(201, 168, 76, 0.45);
  padding: 10px 22px;
  margin-bottom: 18px;
  height: 112px;
  box-sizing: content-box;
}
.sale .logo-tile img {
  max-height: 112px;
  max-width: 220px;
  width: auto;
  display: block;
}
.sale {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.5);
  outline: 1px solid rgba(201, 168, 76, 0.2);
  outline-offset: 5px;
  background: rgba(4, 8, 58, 0.55);
  padding: 46px 38px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}
.sale:hover {
  border-color: rgba(232, 217, 168, 0.8);
  box-shadow: 0 18px 60px -22px rgba(0, 0, 0, 0.7);
}
.sale .icon {
  color: var(--gold);
  margin-bottom: 20px;
}
.sale .sub {
  font-family: var(--cond);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.38em;
  color: var(--gold);
  border-top: 1px solid rgba(201, 168, 76, 0.4);
  border-bottom: 1px solid rgba(201, 168, 76, 0.4);
  padding: 8px 0;
  margin: 2px 0 18px;
  width: min(100%, 230px);
}
.sale h3 {
  font-family: var(--comp);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 1.3;
  color: var(--gold-light);
  margin-bottom: 14px;
  min-height: 2.6em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sale p {
  color: var(--ivory-dim);
  font-size: 18.5px;
  flex: 1;
  margin-bottom: 26px;
  max-width: 380px;
  text-align: justify;
  text-align-last: center;
  hyphens: auto;
  -webkit-hyphens: auto;
}
.sale .ribbon {
  right: -38px;
}

/* ----- Export band (full width) ----- */
.sale-wide {
  margin: 34px auto 0;
  max-width: 1120px;
  border: 1px solid rgba(201, 168, 76, 0.5);
  outline: 1px solid rgba(201, 168, 76, 0.2);
  outline-offset: 5px;
  background: rgba(4, 8, 58, 0.55);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 38px;
  align-items: center;
  padding: 38px 44px;
  text-align: left;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}
.sale-wide:hover {
  border-color: rgba(232, 217, 168, 0.8);
  box-shadow: 0 18px 60px -22px rgba(0, 0, 0, 0.7);
}
.sale-wide .icon {
  color: var(--gold);
}
.sale-wide h3 {
  font-family: var(--comp);
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.08em;
  color: var(--gold-light);
  margin-bottom: 10px;
}
.sale-wide .sub {
  font-family: var(--cond);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.38em;
  color: var(--gold);
  margin-bottom: 12px;
}
.sale-wide p {
  color: var(--ivory-dim);
  font-size: 18.5px;
  max-width: 640px;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
}
.sale-wide .btn {
  white-space: nowrap;
}

/* ----- Contact form ----- */
.contact-grid {
  max-width: 660px;
  margin: 0 auto;
}
.mail-inline {
  color: var(--gold-light);
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 168, 76, 0.5);
  padding-bottom: 1px;
  transition: color 0.25s, border-color 0.25s;
  white-space: nowrap;
}
.mail-inline:hover {
  color: #fff;
  border-color: var(--gold-light);
}
#contactForm {
  border: 1px solid rgba(201, 168, 76, 0.5);
  outline: 1px solid rgba(201, 168, 76, 0.2);
  outline-offset: 5px;
  background: rgba(4, 8, 58, 0.55);
  padding: 40px 36px;
}
.field {
  margin-bottom: 20px;
}
.field label {
  display: block;
  font-family: var(--cond);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.3em;
  color: var(--gold);
  margin-bottom: 8px;
}
.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field select,
.field textarea {
  width: 100%;
  background: rgba(7, 19, 137, 0.35);
  border: 1px solid rgba(201, 168, 76, 0.4);
  color: var(--ivory);
  font-family: var(--body);
  font-size: 17.5px;
  padding: 12px 14px;
  transition: border-color 0.25s, background 0.25s;
}
.field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%),
    linear-gradient(135deg, var(--gold) 50%, transparent 50%);
  background-position: calc(100% - 20px) 55%, calc(100% - 14px) 55%;
  background-size: 6px 6px;
  background-repeat: no-repeat;
}
.field select option {
  background: var(--lapis-deep);
  color: var(--ivory);
}
.field textarea {
  resize: vertical;
  min-height: 96px;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--gold-light);
  background: rgba(7, 19, 137, 0.55);
}
.field.is-invalid input,
.field.is-invalid select,
.field.is-invalid textarea {
  border-color: #e4a090;
  background: rgba(90, 24, 24, 0.28);
}
.field.is-invalid input:focus,
.field.is-invalid select:focus,
.field.is-invalid textarea:focus {
  border-color: #f0c4b8;
}
.field-error {
  display: none;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.4;
  color: #f0c4b8;
}
.field.is-invalid .field-error:not(:empty) {
  display: block;
}
.field.consent.is-invalid .consent-label {
  color: #f0c4b8;
}
.field input::placeholder,
.field textarea::placeholder {
  color: rgba(243, 236, 216, 0.35);
}
.consent-label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 16px;
  color: var(--ivory-dim);
  cursor: pointer;
}
.consent-label input {
  margin-top: 5px;
  accent-color: var(--gold);
}
.consent-label a {
  color: var(--gold-light);
}
.turnstile-field {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.turnstile-field .field-error {
  width: 100%;
  text-align: center;
}
#contactForm .btn {
  width: 100%;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  margin-top: 4px;
}
.form-note {
  font-size: 14.5px;
  color: rgba(243, 236, 216, 0.5);
  text-align: center;
  margin-top: 14px;
}
.form-status {
  min-height: 1.4em;
  font-size: 15.5px;
  text-align: center;
  margin-top: 10px;
  color: #f0c4b8;
}
.form-status:empty {
  display: none;
}
.form-status.is-info {
  color: var(--gold-light);
}
.form-success {
  display: none;
  margin-top: 18px;
  padding: 18px 20px;
  text-align: center;
  border: 1px solid var(--gold);
  color: var(--gold-light);
  font-size: 17px;
}
.form-success span {
  font-family: var(--cond);
  font-weight: 600;
  letter-spacing: 0.14em;
}
.form-success.show {
  display: block;
}

/* ----- Footer ----- */
footer {
  border-top: 1px solid var(--line);
  background: rgba(4, 8, 58, 0.78);
}
.fwrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 32px 40px;
}
.fgrid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: center;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(201, 168, 76, 0.22);
}
.fbrand img {
  height: 96px;
  width: auto;
  margin-bottom: 18px;
}
.fbrand p {
  max-width: 420px;
  font-size: 16.5px;
  line-height: 1.7;
  color: rgba(243, 236, 216, 0.65);
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  margin-bottom: 0;
}
.fmail {
  margin-top: 8px;
  font-size: 16.5px;
  line-height: 1.7;
  color: rgba(243, 236, 216, 0.65);
}
.fmail a {
  color: var(--gold-light);
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 168, 76, 0.4);
  transition: color 0.25s;
}
.fmail a:hover {
  color: #fff;
}
.socials {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}
.soc-a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  color: var(--gold);
  transition: border-color 0.25s, color 0.25s;
}
.soc-a:hover {
  border-color: var(--gold-light);
  color: var(--gold-light);
}
.fbrands {
  max-width: 330px;
  margin-left: auto;
}
.fmakers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 12px;
}
.fbrandrow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.fbrand-tile {
  background: var(--ultramarine);
  border: 1px solid rgba(201, 168, 76, 0.45);
  padding: 8px;
  display: flex;
  align-items: center;
  transition: border-color 0.25s, transform 0.25s;
}
.fbrand-tile:hover {
  border-color: var(--gold-light);
  transform: translateY(-2px);
}
.fbrand-tile img {
  width: 100%;
  display: block;
}
.fmakers .fbrand-tile img {
  height: 104px;
  object-fit: contain;
}
.fbrandrow .fbrand-tile img {
  height: 76px;
  object-fit: contain;
}
.flinks {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding-top: 30px;
  font-size: 15px;
}
.foot-a {
  color: rgba(243, 236, 216, 0.7);
  text-decoration: none;
  background: none;
  border: 0;
  cursor: pointer;
  font-family: var(--body);
  font-size: 15px;
  transition: color 0.25s;
}
.foot-a:hover {
  color: var(--gold-light);
}
.fmotto {
  text-align: center;
  margin-top: 28px;
  font-family: var(--cond);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.34em;
  color: var(--gold);
}
.fcopy {
  text-align: center;
  margin-top: 14px;
  font-size: 14.5px;
  color: rgba(243, 236, 216, 0.45);
}

/* ----- Legal modals ----- */
.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(4, 8, 58, 0.8);
  backdrop-filter: blur(6px);
}
.modal.open {
  display: flex;
}
.modal-box {
  background: var(--lapis-deep);
  border: 1px solid var(--gold);
  outline: 1px solid rgba(201, 168, 76, 0.25);
  outline-offset: 5px;
  max-width: 720px;
  width: 100%;
  max-height: 82vh;
  overflow: auto;
  padding: 46px 44px;
  position: relative;
}
.modal-box h4 {
  font-family: var(--comp);
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.08em;
  color: var(--gold-light);
  margin-bottom: 18px;
}
.modal-box p {
  color: var(--ivory-dim);
  font-size: 17.5px;
  margin-bottom: 12px;
}
.modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: 0;
  cursor: pointer;
  color: var(--gold);
  font-size: 26px;
  line-height: 1;
  font-family: var(--body);
}
.modal-close:hover {
  color: var(--gold-light);
}

/* ----- Mobile ----- */
@media (max-width: 960px) {
  .brands {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .sales {
    grid-template-columns: 1fr;
    max-width: 520px;
    gap: 26px;
  }
  .sales-2 {
    grid-template-columns: 1fr;
    max-width: 520px;
  }
  .sale-wide {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
    max-width: 520px;
    gap: 16px;
    padding: 38px 30px;
  }
  .sale-wide p {
    margin-bottom: 8px;
  }
  .fgrid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .fbrand img {
    margin: 0 auto 18px;
  }
  .fbrand p {
    margin: 0 auto;
  }
  .socials {
    justify-content: center;
  }
  .fbrands {
    margin: 26px auto 0;
    max-width: 280px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 18px;
  }
  .stats {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
  .about p {
    text-align: justify;
  }
  .hwrap {
    padding: 0 18px;
    height: 70px;
  }
  header.compact .hwrap {
    height: 60px;
  }
  .brandmark img {
    height: 46px;
  }
  header.compact .brandmark img {
    height: 42px;
  }
  nav {
    gap: 18px;
  }
  nav a {
    font-size: 12px;
    letter-spacing: 0.2em;
  }
  section {
    padding: 62px 6vw;
  }
  .modal-box {
    padding: 34px 24px;
  }
}

/* ----- Mobile navigation (hamburger) ----- */
.nav-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  flex: none;
  background: none;
  border: 1px solid rgba(201, 168, 76, 0.5);
  cursor: pointer;
  transition: border-color 0.25s;
}
.nav-toggle:hover {
  border-color: var(--gold-light);
}
.nav-toggle:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 3px;
}
.nav-toggle span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: var(--gold-light);
  transition: transform 0.3s ease, opacity 0.25s ease;
}
header.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
header.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}
header.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

@media (max-width: 860px) {
  .nav-toggle {
    display: flex;
  }
  header.nav-open {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  nav {
    position: fixed;
    inset: 0;
    z-index: 45;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
    background: rgba(4, 8, 58, 0.96);
    backdrop-filter: blur(14px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
  }
  header.nav-open nav {
    opacity: 1;
    pointer-events: auto;
  }
  nav a {
    font-size: 17px;
    letter-spacing: 0.42em;
    padding: 6px 0;
  }
  nav .lang-chip {
    margin: 14px 0 0;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .hero-logo,
  .hero-copy,
  .scrollcue {
    animation: none;
    opacity: 1;
  }
}

/* ----- Secondary / SEO pages (brands, where-to-buy, contact, legal, homepage-v2) ----- */
h1 {
  font-family: var(--comp);
  font-weight: 600;
  text-align: center;
  font-size: clamp(38px, 5vw, 58px);
  letter-spacing: 0.1em;
  color: var(--gold-light);
  margin-bottom: 18px;
}
.section-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 6vw;
}
.hero-shell {
  padding: 168px 0 60px;
  text-align: center;
}
.hero-shell--compact {
  padding-bottom: 40px;
}
.section-spacing {
  padding: 0 0 84px;
}
.prose-block {
  max-width: 760px;
  margin: 0 auto;
}
.prose-block p {
  color: var(--ivory-dim);
  font-size: 20px;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  margin-bottom: 20px;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  max-width: 1120px;
  margin: 0 auto;
}
.content-card {
  border: 1px solid rgba(201, 168, 76, 0.5);
  outline: 1px solid rgba(201, 168, 76, 0.2);
  outline-offset: 5px;
  background: rgba(4, 8, 58, 0.55);
  padding: 38px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-card h2 {
  font-size: clamp(24px, 3vw, 30px);
  margin-bottom: 14px;
}
.content-card p {
  color: var(--ivory-dim);
  font-size: 18.5px;
  flex: 1;
  margin-bottom: 26px;
}
.button-link {
  font-family: var(--cond);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3em;
  color: var(--lapis-deep);
  text-decoration: none;
  background: linear-gradient(120deg, var(--gold-deep), var(--gold-light) 45%, var(--gold));
  padding: 14px 26px;
  display: inline-block;
  transition: filter 0.25s, transform 0.25s;
}
.button-link:hover {
  filter: brightness(1.12);
  transform: translateY(-1px);
}

@media (max-width: 960px) {
  .card-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
  }
}
