:root {
  color-scheme: light;
  --ink: #132235;
  --muted: #5d6978;
  --soft: #edf2f7;
  --paper: #f7f8fb;
  --white: #ffffff;
  --line: #d4dde7;
  --forest: #082a4f;
  --sage: #7c96ad;
  --blue: #17466f;
  --clay: #a85e4b;
  --gold: #c79a42;
  --shadow: 0 18px 48px rgba(8, 42, 79, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#products,
#b2b,
#markets,
#contact {
  scroll-margin-top: 92px;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  align-items: center;
  background: rgba(248, 247, 242, 0.94);
  border-bottom: 1px solid rgba(216, 222, 214, 0.9);
  display: grid;
  gap: 22px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 12px clamp(20px, 4vw, 58px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

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

.brand-mark {
  align-items: center;
  background: transparent;
  border: 0;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  width: 40px;
}

.brand-mark img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.brand-name {
  color: var(--forest);
  font-weight: 850;
  letter-spacing: 0.02em;
}

sup {
  font-size: 0.48em;
  line-height: 0;
  margin-left: 2px;
  position: relative;
  top: -0.48em;
}

.nav {
  align-items: center;
  display: flex;
  gap: 26px;
  font-size: 0.94rem;
  justify-content: flex-end;
}

.nav a {
  color: var(--muted);
}

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

.language-switch {
  border: 1px solid var(--line);
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  justify-self: end;
  min-width: 104px;
}

.language-button {
  background: transparent;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.84rem;
  min-height: 36px;
  padding: 7px 12px;
}

.language-button.is-active {
  background: var(--forest);
  color: var(--white);
}

.hero {
  display: grid;
  min-height: 74vh;
  position: relative;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(8, 24, 48, 0.88), rgba(8, 42, 79, 0.66), rgba(8, 42, 79, 0.22)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=82");
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
}

.hero-content {
  align-self: center;
  color: var(--white);
  max-width: 780px;
  padding: 68px clamp(20px, 6vw, 82px) 104px;
  position: relative;
}

.eyebrow,
.section-label {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 850;
  margin: 0 0 13px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(2.35rem, 5vw, 4.55rem);
  line-height: 1;
  margin-bottom: 24px;
  max-width: 780px;
}

h2 {
  font-size: clamp(1.8rem, 2.7vw, 2.72rem);
  line-height: 1.1;
  margin-bottom: 18px;
}

h3 {
  font-size: 1.12rem;
  line-height: 1.22;
  margin-bottom: 10px;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.02rem, 1.45vw, 1.22rem);
  max-width: 650px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  align-items: center;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
}

.button.primary {
  background: var(--white);
  color: var(--ink);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.62);
  color: var(--white);
}

.hero-strip {
  align-self: end;
  background: rgba(248, 247, 242, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--ink);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: auto;
  position: relative;
}

.hero-strip span {
  background: rgba(255, 255, 255, 0.62);
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 740;
  padding: 15px clamp(16px, 3vw, 34px);
}

.section {
  padding: 74px clamp(20px, 6vw, 82px);
}

.intro {
  align-items: start;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.intro p:last-child,
.b2b-section .section-heading p,
.market-row p,
.contact p {
  color: var(--muted);
  font-size: 1.06rem;
}

.section-heading {
  max-width: 780px;
}

.section-cta {
  border-bottom: 2px solid var(--gold);
  color: var(--forest);
  display: inline-flex;
  font-weight: 820;
  margin-top: 8px;
  padding-bottom: 3px;
}

.section-cta:hover {
  color: var(--gold);
}

.product-line {
  background: var(--white);
}

.product-feature {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
  margin-top: 30px;
  min-height: 0;
}

.product-stage {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(8, 42, 79, 0.12), rgba(199, 154, 66, 0.1)),
    var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  justify-items: center;
  overflow: hidden;
  min-height: 300px;
  padding: 30px;
  position: relative;
}

.product-stage::after {
  background: rgba(255, 255, 255, 0.7);
  bottom: 68px;
  content: "";
  height: 1px;
  left: 12%;
  position: absolute;
  right: 12%;
}

.story-board {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(70px, 1fr));
  max-width: 360px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.line-sketch {
  fill: none;
  stroke: var(--forest);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.story-board .line-sketch {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(8, 42, 79, 0.1);
  box-shadow: 0 14px 28px rgba(8, 42, 79, 0.08);
  min-height: 116px;
  padding: 10px;
}

.story-board .charm-sketch {
  transform: translateY(18px);
}

.story-board .cushion-sketch {
  transform: translateY(36px);
}

.color-map {
  bottom: 24px;
  display: flex;
  gap: 8px;
  position: absolute;
  right: 24px;
  z-index: 3;
}

.color-map span,
.palette-strip span {
  background: var(--swatch);
  border: 2px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 18px rgba(8, 42, 79, 0.13);
  display: block;
  height: 22px;
  width: 22px;
}

.product-details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  align-content: center;
  padding: clamp(28px, 5vw, 46px);
}

.product-details p,
.variant-card p,
.program-card p {
  color: var(--muted);
}

.spec-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.spec-grid span {
  border: 1px solid var(--line);
  color: var(--forest);
  font-weight: 740;
  padding: 13px 14px;
}

.variant-grid,
.program-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.variant-card,
.program-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}

.story-card {
  display: grid;
  gap: 14px;
}

.story-visual {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  justify-items: center;
  min-height: 150px;
  overflow: hidden;
}

.story-visual svg {
  max-height: 118px;
  width: min(72%, 190px);
}

.shell-visual {
  background: linear-gradient(135deg, #f7f3ea, #ffffff);
}

.charm-visual {
  background: linear-gradient(135deg, #f8f1f4, #ffffff);
}

.cushion-visual {
  background: linear-gradient(135deg, #eef3f8, #ffffff);
}

.story-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.story-tags span {
  background: rgba(8, 42, 79, 0.06);
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 780;
  padding: 7px 9px;
}

.variant-kicker {
  color: var(--clay);
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.variant-card p:last-child,
.program-card p:last-child {
  margin-bottom: 0;
}

.sample-gallery {
  align-items: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(220px, 0.54fr) minmax(0, 1.46fr);
  margin-top: 30px;
  padding-top: 28px;
}

.sample-copy {
  max-width: 360px;
}

.sample-copy p:last-child {
  color: var(--muted);
  margin-bottom: 0;
}

.sample-images {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sample-images img {
  aspect-ratio: 1;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: block;
  object-fit: contain;
  padding: 8px;
  width: 100%;
}

.series-note {
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 30px;
  padding: 26px;
}

.series-note h3 {
  max-width: 680px;
}

.series-note p:last-child {
  color: var(--muted);
  margin-bottom: 0;
  max-width: 760px;
}

.palette-strip {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(7, 22px);
}

.b2b-section {
  background: #eef3f8;
}

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

.program-card {
  background: var(--white);
}

.program-card span {
  color: var(--gold);
  display: inline-block;
  font-weight: 850;
  margin-bottom: 18px;
}

.markets {
  background: var(--forest);
  color: var(--white);
}

.markets .section-heading {
  max-width: 720px;
}

.markets .section-label {
  color: #d2ad67;
}

.b2b-section .section-cta {
  margin-top: 16px;
}

.market-panel {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 34px;
}

.market-row {
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 22px;
  grid-template-columns: 52px minmax(180px, 0.55fr) minmax(0, 1fr);
  padding: 24px 0;
}

.market-row span {
  color: #d2ad67;
  font-weight: 850;
}

.market-row strong {
  font-size: 1.05rem;
}

.market-row p {
  color: rgba(255, 255, 255, 0.74);
  margin-bottom: 0;
}

.contact {
  align-items: start;
  background: var(--white);
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.65fr);
}

.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  padding: 24px;
}

.contact-form label {
  display: grid;
  gap: 7px;
}

.contact-form span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 740;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid var(--line);
  color: var(--ink);
  min-height: 46px;
  padding: 10px 12px;
  width: 100%;
}

.contact-form input:focus,
.contact-form textarea:focus,
.language-button:focus-visible,
.button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  background: var(--forest);
  border: 0;
  color: var(--white);
  cursor: pointer;
  font-weight: 800;
  min-height: 48px;
}

.site-footer {
  background: #07192f;
  color: rgba(255, 255, 255, 0.72);
  padding: 0 clamp(20px, 6vw, 82px);
}

.footer-shell {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(190px, 0.7fr) minmax(0, 1.6fr);
  margin: 0 auto;
  max-width: 1180px;
  padding: 28px 0;
}

.footer-brand-panel {
  align-content: start;
  display: grid;
  gap: 10px;
}

.footer-brand-panel p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.88rem;
  margin: 0;
}

.footer-logo {
  align-items: center;
  color: var(--white);
  display: inline-flex;
  gap: 12px;
  font-weight: 850;
}

.footer-logo img {
  display: block;
  height: 28px;
  object-fit: contain;
  width: 38px;
}

.footer-email {
  align-items: center;
  color: var(--white);
  display: inline-flex;
  gap: 10px;
  margin-top: 2px;
}

.footer-email span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.footer-email strong {
  font-size: 0.98rem;
  font-weight: 780;
}

.footer-info-grid {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-left: 38px;
}

.footer-block {
  display: grid;
  gap: 7px;
}

.footer-block h2 {
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  margin: 0 0 2px;
  text-transform: uppercase;
}

.footer-block p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
  margin: 0;
}

.footer-block p:first-of-type {
  color: var(--white);
  font-weight: 720;
}

.footer-block a {
  color: var(--white);
  font-weight: 720;
}

.footer-block p span + span {
  margin-left: 8px;
}

.footer-email:hover,
.footer-block a:hover {
  color: var(--gold);
}

@media (max-width: 980px) {
  .product-feature,
  .intro,
  .contact {
    grid-template-columns: 1fr;
  }

  .product-details {
    border-left: 1px solid var(--line);
  }

  .variant-grid,
  .program-grid,
  .sample-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-grid .story-card:nth-child(3) {
    align-items: center;
    grid-column: 1 / -1;
    grid-template-columns: minmax(220px, 0.44fr) minmax(0, 1fr);
  }

  .story-grid .story-card:nth-child(3) .story-visual {
    grid-row: 1 / span 4;
    min-height: 190px;
  }

  .series-note {
    grid-template-columns: 1fr;
  }

  .footer-shell {
    grid-template-columns: 1fr;
  }

  .footer-info-grid {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-left: 0;
    padding-top: 24px;
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: space-between;
    order: 3;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding-bottom: 86px;
    padding-top: 70px;
  }

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

  .market-row {
    grid-template-columns: 44px 1fr;
  }

  .market-row p {
    grid-column: 2;
  }

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

  .story-grid .story-card:nth-child(3) {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .story-grid .story-card:nth-child(3) .story-visual {
    grid-row: auto;
  }
}

@media (max-width: 620px) {
  .site-header {
    gap: 14px;
    padding: 12px 16px;
  }

  .nav {
    gap: 18px;
    font-size: 0.88rem;
  }

  h1 {
    font-size: 2.46rem;
  }

  h2 {
    font-size: 1.92rem;
  }

  .section {
    padding: 62px 18px;
  }

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

  .button {
    width: 100%;
  }

  .hero-strip,
  .variant-grid,
  .program-grid,
  .sample-gallery,
  .spec-grid {
    grid-template-columns: 1fr;
  }

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

  .story-board {
    grid-template-columns: 1fr;
  }

  .story-board .line-sketch,
  .story-board .charm-sketch,
  .story-board .cushion-sketch {
    transform: none;
  }

  .footer-info-grid {
    gap: 22px;
    grid-template-columns: 1fr;
  }

  .product-stage {
    padding: 34px 18px;
  }

  .color-map {
    bottom: 18px;
    right: 18px;
  }
}
