:root {
  --ink: #102030;
  --muted: #607080;
  --line: #dbe4ea;
  --soft: #f5f8fa;
  --blue: #0f4c81;
  --blue-dark: #083456;
  --teal: #1f9d8a;
  --gold: #d88a2d;
  --brand-gold: #c9ab73;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(16, 32, 48, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 0%, rgba(201, 171, 115, 0.12), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(31, 157, 138, 0.08), transparent 24%),
    var(--white);
  line-height: 1.55;
}

.top-bar,
.promo-bar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 9px clamp(20px, 5vw, 72px);
  background: #0b1824;
  color: #d8e4ec;
  font-size: 13px;
}

.top-bar a,
.promo-bar a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

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

.site-header,
.brand-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 28px;
  padding: 16px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(219, 228, 234, 0.85);
  backdrop-filter: blur(14px);
}

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

.brand-logo {
  display: block;
  width: 88px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  box-shadow: none;
}

.language-switch {
  display: inline-flex;
  align-items: center;
}

.language-switch select {
  min-height: 42px;
  max-width: 132px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  color: #26394a;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
}

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

#google_translate_element,
.goog-te-banner-frame,
.skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--blue);
  color: var(--white);
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: #26394a;
  font-size: 14px;
}

.main-nav a:hover {
  color: var(--blue);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
}

.header-cta,
.btn.primary {
  background: var(--gold);
  color: var(--white);
}

.btn.secondary {
  color: var(--blue);
  background: var(--white);
  border-color: var(--line);
}

.btn.light {
  background: var(--white);
  color: var(--blue-dark);
}

.text-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  padding: clamp(58px, 8vw, 104px) clamp(20px, 5vw, 72px) 48px;
  background:
    linear-gradient(90deg, rgba(245, 248, 250, 1) 0%, rgba(255, 255, 255, 1) 58%),
    var(--soft);
}

.brand-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
  min-height: calc(100vh - 150px);
  padding: clamp(36px, 5.5vw, 72px) clamp(20px, 5vw, 72px) clamp(34px, 5vw, 64px);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 249, 0.9)),
    radial-gradient(circle at 72% 52%, rgba(201, 171, 115, 0.18), transparent 32%),
    #f7faf9;
}

.store-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
  padding: clamp(42px, 6vw, 86px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.92), rgba(247, 250, 249, 0.94)),
    radial-gradient(circle at 80% 40%, rgba(201, 171, 115, 0.2), transparent 36%),
    #f7faf9;
}

.store-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(44px, 5.8vw, 78px);
  line-height: 1;
}

.store-hero-copy p {
  max-width: 660px;
  color: var(--muted);
  font-size: 18px;
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.store-badges span {
  padding: 9px 12px;
  border: 1px solid rgba(201, 171, 115, 0.42);
  border-radius: 999px;
  background: #fffaf0;
  color: #5b4a2c;
  font-size: 13px;
  font-weight: 800;
}

.store-hero-media {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.store-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.hero-price-card {
  position: absolute;
  right: 22px;
  bottom: 22px;
  max-width: 280px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 32px rgba(16, 32, 48, 0.14);
}

.hero-price-card strong,
.hero-price-card span {
  display: block;
}

.hero-price-card strong {
  color: var(--blue);
  font-size: 22px;
}

.hero-price-card span {
  color: var(--muted);
}

.shop-entry a {
  text-transform: uppercase;
  letter-spacing: 0;
}

.product-shop-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8f5ee 100%);
}

.shop-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.catalog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-product-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.shop-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(16, 32, 48, 0.1);
}

.shop-product-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #edf4f5;
}

.shop-card-copy {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.shop-card-copy h2,
.shop-card-copy h3 {
  margin: 0;
}

.shop-card-copy p {
  margin: 0;
  color: var(--muted);
}

.shop-card-copy strong {
  color: var(--gold);
}

.tag {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: #fff3d9;
  color: #76541f;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.feature-strip-section {
  background: #102030;
  color: #ffffff;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.feature-strip div {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.feature-strip strong,
.feature-strip span {
  display: block;
}

.feature-strip strong {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 19px;
}

.feature-strip span {
  color: #bdcbd4;
}

.review-section {
  background: #ffffff;
}

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

.review-grid div {
  min-height: 180px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.review-grid strong,
.review-grid span {
  display: block;
}

.review-grid strong {
  margin-bottom: 12px;
  font-size: 20px;
}

.review-grid span {
  color: var(--muted);
}

.product-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.product-filter-row a {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: #26394a;
  font-size: 13px;
  font-weight: 800;
}

.color-dots {
  display: flex;
  gap: 7px;
  margin: 2px 0 4px;
}

.color-dots span {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(16, 32, 48, 0.16);
  border-radius: 50%;
}

.color-dots .navy { background: #142b46; }
.color-dots .black { background: #111111; }
.color-dots .teal { background: #147c78; }
.color-dots .ceil { background: #8eb7d2; }
.color-dots .sage { background: #9aa889; }
.color-dots .wine { background: #7a263f; }
.color-dots .charcoal { background: #4a4e55; }
.color-dots .white { background: #ffffff; }

.brand-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: 1.02;
}

.brand-hero-copy p {
  max-width: 660px;
  color: var(--muted);
  font-size: 18px;
}

.editorial-visual {
  position: relative;
  min-height: 500px;
}

.photo-card {
  display: grid;
  place-items: center;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(174, 189, 200, 0.55);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(19, 62, 92, 0.12), rgba(31, 157, 138, 0.1)),
    #edf4f5;
  color: #536675;
  text-align: center;
  padding: 0;
}

.photo-card img,
.image-placeholder img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.main-photo {
  min-height: 500px;
  box-shadow: var(--shadow);
}

.photo-card.wide {
  min-height: 520px;
}

.mini-proof {
  position: absolute;
  right: 24px;
  bottom: 24px;
  max-width: 280px;
  padding: 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 32px rgba(16, 32, 48, 0.14);
}

.mini-proof strong,
.mini-proof span {
  display: block;
}

.mini-proof strong {
  color: var(--blue);
  font-size: 24px;
}

.mini-proof span {
  color: var(--muted);
}

.quick-entry {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.quick-entry a {
  display: grid;
  place-items: center;
  min-height: 86px;
  padding: 14px;
  border-right: 1px solid var(--line);
  color: #24394b;
  font-weight: 800;
  text-align: center;
}

.quick-entry a:last-child {
  border-right: 0;
}

.quick-entry a:hover {
  background: var(--soft);
  color: var(--blue);
}

.page-hero {
  padding: clamp(58px, 8vw, 108px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(245, 248, 250, 1) 0%, rgba(255, 255, 255, 1) 72%),
    var(--soft);
}

.page-hero h1,
.page-hero p {
  max-width: 860px;
}

.page-hero p {
  color: var(--muted);
  font-size: 18px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.03;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.12;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.hero-text {
  max-width: 660px;
  color: var(--muted);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: #32465a;
  font-size: 13px;
  font-weight: 700;
}

.hero-media {
  position: relative;
}

.image-placeholder {
  display: grid;
  place-items: center;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid rgba(174, 189, 200, 0.6);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(15, 76, 129, 0.12), rgba(31, 157, 138, 0.10)),
    #eef4f7;
  color: #526475;
  text-align: center;
  padding: 0;
}

.image-placeholder.large {
  min-height: 560px;
  box-shadow: var(--shadow);
}

.image-placeholder.tall {
  min-height: 520px;
}

.image-placeholder.wide {
  min-height: 420px;
}

.hero-stats {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.hero-stats div {
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 22px rgba(16, 32, 48, 0.1);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  color: var(--blue);
  font-size: 22px;
}

.hero-stats span {
  color: var(--muted);
  font-size: 12px;
}

.section,
.split-section,
.cta-band,
.site-footer {
  padding: clamp(64px, 8vw, 108px) clamp(20px, 5vw, 72px);
}

.section-head {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-head.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-head p {
  color: var(--muted);
}

.section-head.compact {
  margin-bottom: 24px;
}

.category-grid,
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.category-card,
.benefit-card,
.metric-panel,
.quote-form,
.buyer-grid div,
.proof-card,
.service-grid div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.category-card {
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.category-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(16, 32, 48, 0.1);
}

.collection-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8f5ee 100%);
}

.collection-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 18px;
}

.collection-card {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.collection-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(16, 32, 48, 0.1);
}

.collection-card.feature .photo-card {
  min-height: 540px;
}

.collection-card .photo-card {
  min-height: 360px;
}

.collection-card h3 {
  margin-bottom: 4px;
}

.collection-card span {
  color: var(--muted);
}

.value-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
  background: var(--soft);
}

.value-copy p {
  color: var(--muted);
}

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

.value-grid div {
  min-height: 170px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.value-grid strong,
.value-grid span {
  display: block;
}

.value-grid strong {
  margin-bottom: 10px;
  font-size: 19px;
}

.value-grid span {
  color: var(--muted);
}

.brand-band {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
  padding: clamp(64px, 8vw, 108px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(16, 32, 48, 0.96), rgba(8, 52, 86, 0.94)),
    radial-gradient(circle at 14% 20%, rgba(201, 171, 115, 0.24), transparent 36%),
    #102030;
  color: var(--white);
}

.brand-band-copy p {
  color: #bdcbd4;
}

.brand-band .eyebrow {
  color: #7bd2c4;
}

.clean-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
}

.clean-list li {
  padding-left: 18px;
  border-left: 3px solid var(--teal);
  color: #e2edf3;
}

.quote-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 68px);
  align-items: start;
  padding: clamp(64px, 8vw, 108px) clamp(20px, 5vw, 72px);
  background: #f7faf9;
}

.quote-panel p {
  color: var(--muted);
}

.inline-quote {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.inline-quote input,
.inline-quote select,
.inline-quote textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px;
  color: var(--ink);
  font: inherit;
}

.inline-quote textarea,
.inline-quote button {
  grid-column: 1 / -1;
}

.category-card .image-placeholder {
  min-height: 260px;
  border-width: 0 0 1px;
  border-radius: 0;
}

.category-card h3,
.category-card p {
  padding: 0 18px;
}

.category-card h3 {
  padding-top: 18px;
}

.category-card p {
  color: var(--muted);
  padding-bottom: 20px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
  background: var(--soft);
}

.split-copy p {
  color: var(--muted);
}

.feature-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.feature-list div {
  padding: 18px;
  border-left: 4px solid var(--teal);
  background: var(--white);
}

.feature-list strong,
.feature-list span,
.metric-panel strong,
.metric-panel span,
.benefit-card strong,
.benefit-card span {
  display: block;
}

.feature-list span,
.metric-panel span,
.benefit-card span {
  color: var(--muted);
}

.buyer-section {
  background: #ffffff;
}

.buyer-grid,
.proof-grid,
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.buyer-grid div,
.service-grid div {
  min-height: 170px;
  padding: 22px;
}

.buyer-grid strong,
.buyer-grid span,
.service-grid strong,
.service-grid span {
  display: block;
}

.buyer-grid strong,
.service-grid strong {
  margin-bottom: 10px;
  font-size: 18px;
}

.buyer-grid span,
.service-grid span {
  color: var(--muted);
}

.factory-section {
  background: #ffffff;
}

.proof-section {
  background: #ffffff;
}

.proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-card {
  min-height: 210px;
  padding: 24px;
}

.proof-card span {
  display: block;
  margin-bottom: 30px;
  color: var(--gold);
  font-weight: 800;
}

.proof-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 19px;
}

.proof-card p {
  color: var(--muted);
}

.product-list {
  display: grid;
  gap: 18px;
}

.product-row {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.product-row .image-placeholder {
  min-height: 320px;
}

.product-row p {
  color: var(--muted);
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.factory-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  gap: 18px;
}

.metric-panel {
  display: grid;
  gap: 0;
}

.metric-panel div {
  padding: 22px;
  border-bottom: 1px solid var(--line);
}

.metric-panel div:last-child {
  border-bottom: 0;
}

.fabric-section {
  background: var(--soft);
}

.benefit-card {
  min-height: 140px;
  padding: 22px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-list li {
  min-height: 230px;
  padding: 22px;
  border-top: 4px solid var(--blue);
  background: var(--soft);
}

.process-list span {
  display: block;
  margin-bottom: 36px;
  color: var(--gold);
  font-weight: 800;
}

.process-list p {
  color: var(--muted);
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--blue-dark);
  color: var(--white);
}

.cta-band .eyebrow {
  color: #7bd2c4;
}

.cta-band h2 {
  margin-bottom: 0;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.contact-copy p {
  color: var(--muted);
}

.contact-notes {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-notes span {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--soft);
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: #33485c;
  font-size: 14px;
  font-weight: 700;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px;
  color: var(--ink);
  font: inherit;
}

.quote-form textarea {
  resize: vertical;
}

.quote-form .full {
  grid-column: 1 / -1;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 38px;
  padding-bottom: 38px;
  border-top: 1px solid var(--line);
  background: #0b1824;
  color: var(--white);
}

.site-footer p,
.footer-links {
  margin: 8px 0 0;
  color: #b8c5cf;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

@media (max-width: 980px) {
  .site-header,
  .brand-header {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .language-switch {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .main-nav.is-open {
    display: grid;
    grid-column: 1 / -1;
    justify-content: stretch;
    gap: 0;
  }

  .main-nav.is-open a {
    padding: 14px 0;
    border-top: 1px solid var(--line);
  }

  .hero,
  .store-hero,
  .brand-hero,
  .split-section,
  .factory-grid,
  .contact-section,
  .product-row,
  .value-section,
  .brand-band,
  .quote-panel {
    grid-template-columns: 1fr;
  }

  .brand-hero {
    min-height: auto;
  }

  .editorial-visual {
    min-height: auto;
  }

  .main-photo {
    min-height: 520px;
  }

  .store-hero-media,
  .store-hero-media img {
    min-height: 480px;
  }

  .quick-entry {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .collection-grid {
    grid-template-columns: 1fr;
  }

  .category-grid,
  .benefit-grid,
  .buyer-grid,
  .proof-grid,
  .shop-card-grid,
  .feature-strip,
  .review-grid,
  .service-grid,
  .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 640px) {
  h1 {
    font-size: 40px;
  }

  .hero {
    padding-top: 40px;
  }

  .image-placeholder.large,
  .image-placeholder.tall,
  .image-placeholder.wide {
    min-height: 360px;
  }

  .hero-stats {
    position: static;
    grid-template-columns: 1fr;
    margin-top: 12px;
  }

  .category-grid,
  .benefit-grid,
  .buyer-grid,
  .proof-grid,
  .shop-card-grid,
  .feature-strip,
  .review-grid,
  .service-grid,
  .value-grid,
  .gallery-grid,
  .process-list,
  .quote-form,
  .inline-quote,
  .quick-entry {
    grid-template-columns: 1fr;
  }

  .cta-band,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .top-bar,
  .promo-bar {
    flex-direction: column;
  }

  .main-photo,
  .photo-card.wide,
  .collection-card.feature .photo-card,
  .collection-card .photo-card {
    min-height: 340px;
  }

  .mini-proof {
    position: static;
    margin-top: 12px;
  }
}
