:root {
  --navy: #08234d;
  --navy-deep: #03162f;
  --blue: #23a9e4;
  --blue-soft: #dff4fc;
  --blue-pale: #f2fbfe;
  --ivory: #f8f4ec;
  --white: #ffffff;
  --ink: #102542;
  --muted: #5d6b7d;
  --line: rgba(8, 35, 77, .14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --shadow: 0 28px 70px rgba(4, 25, 57, .12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  transform: translateY(-150%);
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid rgba(8, 35, 77, .06);
  backdrop-filter: blur(14px);
  transition: background .3s ease, box-shadow .3s ease;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 40px rgba(4, 25, 57, .08);
}

.header-inner {
  width: min(100% - 32px, 1240px);
  min-height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 13px;
  flex: 0 0 auto;
  text-decoration: none;
}

.brand-bof {
  width: 112px;
  height: 58px;
  object-fit: contain;
}

.brand-divider {
  width: 1px;
  height: 34px;
  background: rgba(8, 35, 77, .2);
}

.brand-hildon {
  width: 88px;
  height: auto;
}

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

.desktop-nav a {
  position: relative;
  color: var(--navy);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--blue);
  transform: scaleX(0);
  transition: transform .2s ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after { transform: scaleX(1); }

.header-actions { display: flex; align-items: center; gap: 14px; }

.language-toggle {
  display: flex;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
}

.language-toggle button {
  min-width: 33px;
  min-height: 28px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.language-toggle button.active {
  color: var(--white);
  background: var(--navy);
}

.header-cta {
  padding: 12px 17px;
  border-radius: 999px;
  color: var(--white);
  background: var(--navy);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s ease;
}

.header-cta:hover { background: #0d3572; }

.hero {
  position: relative;
  min-height: min(900px, 100svh);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 112px 0 54px;
  color: var(--white);
  background: var(--navy-deep);
}

.hero-background,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 51%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 18, 40, .95) 0%, rgba(3, 22, 47, .86) 43%, rgba(3, 22, 47, .52) 69%, rgba(3, 22, 47, .34) 100%),
    linear-gradient(0deg, rgba(3, 22, 47, .4), transparent 42%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 445px);
  gap: clamp(46px, 7vw, 95px);
  align-items: center;
}

.hero-message { max-width: 640px; }

.eyebrow,
.hero-eyebrow {
  margin: 0 0 20px;
  color: #1388be;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero-eyebrow { color: #75d3fa; }

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

h1, h2 {
  margin-bottom: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -.035em;
}

h1 { font-size: clamp(55px, 5.3vw, 76px); line-height: .94; }
h2 { font-size: clamp(48px, 5vw, 72px); line-height: .95; }
h1 em, h2 em { color: var(--blue); font-weight: 500; }

.hero h1 { color: var(--white); }

.hero-description {
  max-width: 590px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.72;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s ease;
}

.button-primary { color: var(--white); background: var(--navy); }
.button-primary:hover { background: #0d3572; }

.value-points {
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}

.value-points li {
  position: relative;
  min-width: 0;
  padding: 0 17px 0 26px;
}

.value-points li:first-child { padding-left: 26px; }
.value-points li + li { border-left: 1px solid rgba(255,255,255,.2); }
.value-points li > span { position: absolute; left: 0; top: 0; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; color: var(--navy-deep); background: #75d3fa; font-size: 10px; font-weight: 800; }
.value-points strong, .value-points small { display: block; }
.value-points strong { color: var(--white); font-size: 11px; line-height: 1.35; }
.value-points small { margin-top: 5px; color: rgba(255,255,255,.58); font-size: 9px; line-height: 1.45; }

.hero-distributor {
  margin-top: 27px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.55);
  font-size: 10px;
  letter-spacing: .03em;
}

.hero-distributor strong { margin-left: 5px; color: var(--white); }

.explore-link {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 18px;
  display: inline-flex;
  gap: 11px;
  color: rgba(255,255,255,.72);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.explore-link:hover { color: var(--white); }

.section { padding: 120px 0; }
.section-inner { width: min(100% - 40px, 1180px); margin: 0 auto; }

.origin { color: rgba(255,255,255,.75); background: var(--navy-deep); }
.origin-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.origin-image { position: relative; }
.origin-image::before { content: ""; position: absolute; top: -20px; right: -20px; bottom: 20px; left: 20px; border: 1px solid rgba(255,255,255,.16); }
.origin-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1.35; object-fit: cover; box-shadow: var(--shadow); }
.image-note { position: absolute; z-index: 2; right: 18px; bottom: 16px; padding: 8px 12px; color: var(--navy); background: rgba(255,255,255,.88); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; backdrop-filter: blur(8px); }
.eyebrow-light { color: #75d3fa; }
.origin h2, .quality h2 { color: var(--white); }
.origin-copy > p:not(.eyebrow) { margin: 28px 0 0; font-size: 15px; line-height: 1.85; }

.origin-detail { margin-top: 42px; padding-top: 27px; display: flex; gap: 22px; border-top: 1px solid rgba(255,255,255,.13); }
.origin-detail > span { color: #75d3fa; font-family: var(--serif); font-size: 30px; }
.origin-detail p { margin: 0; }
.origin-detail strong, .origin-detail small { display: block; }
.origin-detail strong { color: var(--white); font-size: 14px; }
.origin-detail small { margin-top: 6px; color: rgba(255,255,255,.58); font-size: 12px; }

.range { background: var(--blue-pale); }
.section-heading { max-width: 710px; margin: 0 auto 64px; text-align: center; }
.section-heading > p:last-child { max-width: 620px; margin: 28px auto 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }

.product-card {
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(220px, .9fr) minmax(240px, 1.1fr);
  align-items: stretch;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 16px 30px -22px rgba(8, 35, 77, .34);
}

.product-copy { padding: 44px 30px 42px 38px; display: flex; justify-content: center; flex-direction: column; }
.product-media { min-width: 0; overflow: hidden; background: #e7e6ed; }
.product-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.product-kicker { margin-bottom: 13px; color: var(--blue); font-family: var(--serif); font-size: 21px; font-style: italic; }
.product-card h3 { margin-bottom: 18px; color: var(--navy); font: 600 35px/1.02 var(--serif); }
.product-card .product-copy > p:not(.product-kicker) { color: var(--muted); font-size: 13px; line-height: 1.7; }
.product-sizes { margin-top: 18px; display: flex; align-items: flex-start; flex-direction: column; gap: 8px; }
.product-sizes > span { color: var(--navy); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.product-sizes > div { display: flex; flex-wrap: wrap; gap: 7px; }
.product-sizes strong { display: inline-flex; align-items: center; min-height: 28px; padding: 0 11px; border: 1px solid rgba(8,35,77,.13); border-radius: 999px; color: var(--navy); background: rgba(255,255,255,.75); font-size: 10px; font-weight: 800; letter-spacing: .04em; box-shadow: 0 5px 14px rgba(8,35,77,.06); }
.product-sparkling { background: #eef0f7; }

.moments {
  padding-top: 0;
  padding-bottom: 105px;
  background: var(--blue-pale);
}

.moments-heading {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .7fr);
  gap: clamp(45px, 9vw, 130px);
  align-items: end;
}

.moments-heading h2 { max-width: 720px; }
.moments-heading p { margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.8; }

.moments-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.moment-item { margin: 0; display: grid; grid-template-rows: auto minmax(66px, auto); align-content: start; }
.moment-media { width: 100%; aspect-ratio: 79 / 100; overflow: hidden; }
.moment-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.moment-item figcaption { padding: 15px 2px 0; display: flex; align-items: flex-start; flex-direction: column; gap: 5px; }
.moment-item figcaption strong { color: var(--navy); font-size: 13px; }
.moment-item figcaption span { color: var(--muted); font-size: 11px; line-height: 1.55; }

.commerce { background: var(--blue-pale); }

.commerce { padding-top: 0; padding-bottom: 95px; }

.commerce-heading {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .72fr);
  gap: clamp(45px, 9vw, 130px);
  align-items: end;
}

.commerce-heading h2 { max-width: 720px; }

.commerce-heading p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.price-ledger { min-width: 0; }

.price-ledger table,
.price-ledger tbody { width: 100%; display: block; }

.price-ledger table { border-collapse: collapse; }

.price-ledger thead {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.price-ledger tbody {
  padding: 8px;
  background: #dceef5;
}

.price-ledger tr {
  min-height: 130px;
  display: grid;
  grid-template-columns: minmax(310px, 1.55fr) repeat(3, minmax(135px, .65fr));
  align-items: stretch;
  background: var(--white);
}

.price-ledger tr + tr { margin-top: 7px; }

.price-ledger td {
  min-width: 0;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  color: #34465e;
  line-height: 1.35;
}

.product-spec { min-width: 0; display: flex; align-items: center; gap: 21px; }
.product-thumb { width: 94px; height: 114px; flex: 0 0 94px; display: block; overflow: hidden; background: var(--white); }
.product-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: multiply; transform: scale(1.26); }
.product-details,
.product-details strong,
.product-details span { display: block; }
.product-details { min-width: 0; }
.product-details .product-name { margin-bottom: 5px; color: #4e6077; font-size: 12px; font-weight: 600; }
.product-details strong { color: var(--navy); font: 600 31px/.95 var(--serif); letter-spacing: -.02em; white-space: nowrap; }
.product-details .product-style { margin-top: 6px; color: #267fa8; font-size: 10px; font-weight: 700; }

.price-metric {
  position: relative;
  align-content: center;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: center;
}

.price-metric::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 2px;
  border-radius: 999px;
  background: #d7e1e9;
}

.price-metric > span { min-height: 23px; color: #697789; font-size: 8px; font-weight: 700; line-height: 1.35; }
.price-metric > strong { display: block; color: var(--navy); font: 600 22px/1 var(--serif); white-space: nowrap; }
.price-metric > small { display: block; margin-top: 5px; color: #7d8998; font-size: 8px; }
.price-metric-total { background: #f4fafd; }
.price-metric-total > strong { color: #0b6793; font-size: 25px; }

.order-panel {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--white);
  background: #0c356c;
}

.order-panel strong { display: block; margin-bottom: 7px; font: 600 24px/1 var(--serif); }
.order-panel p { margin: 0; color: rgba(255,255,255,.82); font-size: 12px; line-height: 1.65; }
.order-panel p a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.order-panel small { display: block; margin-top: 6px; color: rgba(255,255,255,.62); font-size: 10px; }

.order-link {
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 4px;
  color: var(--white);
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}

.order-link:hover,
.order-link:focus-visible { color: var(--navy); background: var(--white); }

.quality { background: #0a2a59; }
.quality .section-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(65px, 9vw, 130px); align-items: start; }
.quality-heading > p:last-child { margin: 28px 0 0; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.8; }
.quality-list { border-top: 1px solid rgba(255,255,255,.15); }
.quality-item { padding: 30px 0; display: grid; grid-template-columns: 55px 1fr; column-gap: 20px; border-bottom: 1px solid rgba(255,255,255,.15); }
.quality-item span { grid-row: 1 / span 2; color: #75d3fa; font-family: var(--serif); font-size: 25px; }
.quality-item h3 { margin: 0 0 9px; color: var(--white); font: 600 27px/1 var(--serif); }
.quality-item p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.7; }

.contact-form { padding: 32px 34px 28px; color: var(--ink); background: var(--white); box-shadow: 0 26px 80px rgba(0,0,0,.28); }
.form-heading { margin-bottom: 22px; }
.form-heading span { color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.form-heading h2 { margin: 7px 0 0; color: var(--navy); font: 600 36px/.98 var(--serif); letter-spacing: -.025em; }
.form-heading p { margin: 9px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.info-callout { position: relative; overflow: hidden; margin: -2px 0 20px; padding: 16px 17px 15px; border: 1px solid rgba(35,169,228,.32); background: linear-gradient(145deg,#f4fcff,#e8f7fd); }
.info-callout::after { content: ""; position: absolute; right: -42px; top: -55px; width: 115px; height: 115px; border: 1px solid rgba(35,169,228,.16); border-radius: 50%; box-shadow: 0 0 0 17px rgba(35,169,228,.035); }
.info-label { position: relative; z-index: 1; display: inline-flex; padding: 5px 9px; border-radius: 999px; color: var(--white); background: var(--navy); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.info-title { position: relative; z-index: 1; margin: 10px 0 0; color: var(--navy); font: 600 18px/1.12 var(--serif); }
.info-body { position: relative; z-index: 1; margin: 8px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.info-note { position: relative; z-index: 1; margin: 10px 0 0; padding-top: 9px; border-top: 1px solid rgba(35,169,228,.25); color: #0d5f8d; font-size: 9px; font-weight: 700; line-height: 1.45; }
.field { margin-bottom: 15px; }
.field label { display: block; margin-bottom: 7px; color: var(--navy); font-size: 10px; font-weight: 700; letter-spacing: .05em; }
.field input {
  width: 100%;
  min-height: 48px;
  padding: 0 15px;
  border: 1px solid #cdd5de;
  border-radius: 0;
  outline: 0;
  color: var(--ink);
  background: #fbfcfd;
  font-size: 14px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.field input::placeholder { color: #97a1ae; }
.field input:focus { border-color: var(--blue); background: var(--white); box-shadow: 0 0 0 3px rgba(35,169,228,.13); }
.field-error { display: none; margin-top: 7px; color: #ad2430; font-size: 11px; }
.field.is-invalid input { border-color: #c83945; background: #fffafb; box-shadow: 0 0 0 3px rgba(200,57,69,.08); }
.field.is-invalid .field-error { display: block; }
.field.is-valid input { border-color: #3b8e78; }
.button-submit { width: 100%; min-height: 52px; margin-top: 3px; color: var(--white); background: var(--navy); }
.button-submit:hover { background: #0d3572; }
.button-submit:disabled { cursor: wait; opacity: .7; transform: none; }
.form-note { margin: 11px 0 0; color: #84909e; font-size: 9px; line-height: 1.45; text-align: center; }
.form-status { display: none; margin-top: 18px; padding: 14px 16px; font-size: 12px; line-height: 1.5; }
.form-status.success { display: block; color: #145d49; background: #eaf7f2; border: 1px solid #bfe3d6; }
.form-status.error { display: block; color: #9c2430; background: #fff1f2; border: 1px solid #efc2c7; }

.closing-cta { position: relative; overflow: hidden; text-align: center; background: var(--ivory); }
.closing-cta::before, .closing-cta::after { content: ""; position: absolute; border: 1px solid rgba(35,169,228,.15); border-radius: 50%; }
.closing-cta::before { width: 420px; height: 420px; left: -250px; bottom: -170px; box-shadow: 0 0 0 60px rgba(35,169,228,.035); }
.closing-cta::after { width: 250px; height: 250px; right: -130px; top: 70px; }
.closing-inner { position: relative; z-index: 1; max-width: 780px; }
.closing-inner > p:not(.eyebrow) { max-width: 620px; margin: 26px auto 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.closing-inner .button { margin-top: 30px; }

.site-footer { color: rgba(255,255,255,.7); background: var(--navy-deep); }
.footer-inner { width: min(100% - 40px, 1180px); margin: 0 auto; padding: 65px 0 48px; display: grid; grid-template-columns: 160px 1fr auto; align-items: center; gap: 35px; }
.footer-inner > img { width: 150px; padding: 10px; background: var(--white); }
.footer-inner p { margin: 0; font-family: var(--serif); font-size: 22px; }
.footer-inner a { color: var(--white); font-size: 12px; font-weight: 700; text-decoration: none; }
.footer-inner a:hover { color: #75d3fa; }
.footer-bottom { width: min(100% - 40px, 1180px); margin: 0 auto; padding: 20px 0 28px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; letter-spacing: .06em; }

.reveal,
.reveal.in { opacity: 1; transform: none; }

:focus-visible { outline: 3px solid rgba(35,169,228,.42); outline-offset: 3px; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .hero { min-height: 780px; }
  .hero-inner { grid-template-columns: minmax(0, 1fr) 390px; gap: 35px; }
  .hero h1 { font-size: 55px; }
  .value-points li { padding-right: 10px; }
  .contact-form { padding-right: 28px; padding-left: 28px; }
  .product-card { min-height: 450px; grid-template-columns: minmax(180px, .9fr) minmax(210px, 1.1fr); }
  .product-copy { padding: 34px 24px 32px 30px; }
  .product-card h3 { font-size: 31px; }
}

@media (max-width: 820px) {
  .header-inner { min-height: 72px; }
  .brand-bof { width: 93px; height: 50px; }
  .brand-hildon { width: 73px; }
  .brand-divider { height: 30px; }
  .hero { min-height: auto; padding: 108px 0 55px; }
  .hero-background img { object-position: 58% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,18,40,.96), rgba(3,22,47,.87)), linear-gradient(0deg, rgba(3,22,47,.55), transparent); }
  .hero-inner { max-width: 690px; grid-template-columns: 1fr; gap: 30px; }
  .hero-message { max-width: none; }
  .hero h1 { font-size: clamp(48px, 9vw, 64px); }
  .contact-form { max-width: 690px; width: 100%; }
  .explore-link { display: none; }
  .section { padding: 88px 0; }
  .moments { padding-top: 0; padding-bottom: 76px; }
  .commerce { padding-top: 0; padding-bottom: 76px; }
  .origin-grid, .quality .section-inner { grid-template-columns: 1fr; }
  .origin-grid { gap: 70px; }
  .origin-image { max-width: 650px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 500px; grid-template-columns: minmax(230px, .86fr) minmax(280px, 1.14fr); }
  .product-copy { padding: 42px 32px 40px 38px; }
  .product-card h3 { font-size: 36px; }
  .moments-heading { grid-template-columns: 1fr; gap: 18px; }
  .commerce-heading { grid-template-columns: 1fr; }
  .quality .section-inner { gap: 55px; }
  .footer-inner { grid-template-columns: 130px 1fr; }
  .footer-inner a { grid-column: 2; }
}

@media (max-width: 760px) {
  .moments-track {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 430px);
    gap: 10px;
    padding-bottom: 10px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-color: rgba(8,35,77,.3) transparent;
  }
  .moment-item { scroll-snap-align: start; }
  .price-ledger tbody { padding: 6px; }
  .price-ledger tr { min-height: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .price-ledger tr + tr { margin-top: 6px; }
  .price-ledger td:first-child { grid-column: 1 / -1; padding: 7px 14px; border-bottom: 2px solid #dceef5; }
  .product-spec { width: 100%; gap: 15px; }
  .product-thumb { width: 74px; height: 90px; flex-basis: 74px; }
  .product-thumb img { transform: scale(1.24); }
  .product-details strong { font-size: 28px; }
  .price-metric { min-height: 88px; padding: 12px 9px 14px; }
  .price-metric:nth-child(2)::before { display: none; }
  .price-metric::before { top: 12px; bottom: 12px; }
  .price-metric > span { min-height: 24px; font-size: 7.5px; }
  .price-metric > strong { font-size: clamp(17px, 5.5vw, 21px); }
  .price-metric-total > strong { font-size: clamp(18px, 5.7vw, 22px); }
}

@media (max-width: 560px) {
  .header-inner { width: calc(100% - 22px); min-height: 68px; gap: 8px; }
  .brand-lockup { gap: 8px; }
  .brand-bof { width: 76px; height: 44px; }
  .brand-hildon { width: 59px; }
  .brand-divider { height: 27px; }
  .header-actions { gap: 7px; }
  .language-toggle button { min-width: 28px; min-height: 26px; font-size: 9px; }
  .header-cta { padding: 10px 12px; font-size: 10px; }
  .hero { padding: 82px 0 30px; }
  .hero-inner { width: calc(100% - 28px); gap: 18px; }
  .hero-eyebrow { margin-bottom: 13px; font-size: 8px; }
  .eyebrow { margin-bottom: 16px; font-size: 9px; }
  .hero h1 { font-size: clamp(40px, 11.8vw, 48px); }
  h2 { font-size: 44px; }
  .hero-description { margin-top: 15px; font-size: 12.5px; line-height: 1.52; }
  .value-points { margin-top: 16px; }
  .value-points li { padding: 23px 7px 0 0; }
  .value-points li:first-child { padding-left: 0; }
  .value-points li + li { padding-left: 8px; }
  .value-points li > span { top: 0; left: 0; width: 16px; height: 16px; }
  .value-points li + li > span { left: 8px; }
  .value-points strong { font-size: 10px; }
  .value-points small { font-size: 8px; }
  .hero-distributor { display: none; }
  .contact-form { margin: 0; padding: 19px 18px 16px; }
  .form-heading { margin-bottom: 14px; }
  .form-heading h2 { font-size: 29px; }
  .form-heading p { display: none; }
  .info-callout { margin-bottom: 14px; padding: 13px 14px 12px; }
  .info-title { margin-top: 8px; font-size: 16px; }
  .info-body { margin-top: 6px; font-size: 9px; }
  .info-note { margin-top: 8px; padding-top: 7px; font-size: 8.5px; }
  .field { margin-bottom: 10px; }
  .field input { min-height: 45px; font-size: 13px; }
  .button-submit { min-height: 48px; }
  .form-note { margin-top: 9px; }
  .button { width: 100%; }
  .section-inner { width: calc(100% - 36px); }
  .section { padding: 76px 0; }
  .origin-image::before { top: -12px; right: -10px; bottom: 12px; left: 10px; }
  .origin-copy > p:not(.eyebrow) { font-size: 14px; }
  .section-heading { margin-bottom: 42px; text-align: left; }
  .section-heading > p:last-child { margin-left: 0; }
  .product-card { min-height: 0; grid-template-columns: 1fr; }
  .product-media { order: -1; aspect-ratio: 4 / 5; }
  .product-copy { padding: 28px 26px 30px; }
  .product-card h3 { font-size: 34px; }
  .commerce { padding-top: 0; }
  .moments-heading { margin-bottom: 30px; }
  .moments-heading h2 { font-size: 42px; }
  .moments-heading p { font-size: 13px; line-height: 1.7; }
  .commerce-heading { margin-bottom: 34px; gap: 18px; }
  .commerce-heading h2 { font-size: 42px; }
  .commerce-heading p { font-size: 13px; line-height: 1.7; }
  .order-panel { padding: 20px; align-items: flex-start; flex-direction: column; }
  .order-panel p span { display: none; }
  .order-panel p a { display: block; }
  .order-link { width: 100%; }
  .quality-item { grid-template-columns: 42px 1fr; column-gap: 10px; }
  .footer-inner { padding-top: 48px; display: flex; align-items: flex-start; flex-direction: column; gap: 20px; }
  .footer-inner p { font-size: 20px; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

@media (max-width: 390px) {
  .language-toggle { display: none; }
  .header-cta { padding-right: 11px; padding-left: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
