:root {
  --ink: #211a18;
  --ink-soft: #5f5651;
  --cream: #f7f1e8;
  --cream-deep: #ede3d4;
  --paper: #fffdf9;
  --berry: #8b1538;
  --berry-deep: #631029;
  --pine: #1f493b;
  --pine-deep: #15372d;
  --gold: #c99a4a;
  --gold-soft: #f2dcae;
  --ice: #b9d8db;
  --ice-deep: #608c92;
  --copper: #c88964;
  --charcoal: #171716;
  --line: rgba(33, 26, 24, 0.13);
  --shadow: 0 22px 70px rgba(65, 42, 35, 0.14);
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "Manrope", "Segoe UI", sans-serif;
  --shell: min(1380px, calc(100vw - 64px));
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 14px;
}

/* Shared language controls */
.language-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 30px;
  padding: 5px 10px;
  color: var(--berry) !important;
  background: rgba(139, 21, 56, 0.07);
  border: 1px solid rgba(139, 21, 56, 0.14);
  border-radius: 99px;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.policy-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

html[lang^="zh"] {
  --display: "Noto Serif SC", "Songti SC", STSong, SimSun, serif;
  --body: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
}

html[lang^="zh"] body {
  letter-spacing: 0;
}

html[lang^="zh"] .hero--editorial h1 {
  max-width: 680px;
  font-size: clamp(66px, 6.3vw, 100px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

html[lang^="zh"] .hero--editorial h1 em {
  margin-top: 18px;
}

html[lang^="zh"] .product-card__open::after {
  content: "查看详情  ↗";
}

html[lang^="zh"] .sourcing-studio::before {
  content: "OULU / 布艺 / 工坊";
}

html[lang^="zh"] .program-card h3,
html[lang^="zh"] .commerce-intro h2,
html[lang^="zh"] .atelier-intro h2 {
  line-height: 1.06;
  letter-spacing: -0.045em;
}

html[lang^="zh"] .product-card h3 {
  font-size: 22px;
  line-height: 1.3;
}

@media (max-width: 640px) {
  .policy-header__actions .button {
    min-height: 40px;
    padding-inline: 12px;
    font-size: 8px;
  }

  html[lang^="zh"] .hero--editorial h1 {
    max-width: 350px;
    font-size: clamp(54px, 15vw, 68px);
    line-height: 1.02;
  }

  html[lang^="zh"] .product-card h3 {
    font-size: 17px;
  }
}

/* OULU textile atelier — v3 */
.hero__swatches {
  display: flex;
  gap: 5px;
  margin-top: 20px;
}

.swatch {
  width: 22px;
  height: 7px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 99px;
}

.swatch--berry { background: var(--berry); }
.swatch--ice { background: var(--ice); }
.swatch--copper { background: var(--copper); }
.swatch--paper { background: var(--cream); }

.atelier-intro {
  display: grid;
  grid-template-columns: 0.36fr 1.2fr 0.74fr;
  align-items: end;
  gap: 54px;
  padding-block: 88px;
  border-bottom: 1px solid var(--line);
}

.atelier-intro__index {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 164px;
  padding: 17px;
  color: var(--cream);
  background:
    repeating-linear-gradient(90deg, transparent 0 13px, rgba(255, 255, 255, 0.08) 13px 14px),
    var(--berry);
  border-radius: 2px 28px 2px 2px;
}

.atelier-intro__index span,
.atelier-intro__index strong {
  font-size: 9px;
  letter-spacing: 0.18em;
}

.atelier-intro__index strong {
  font-size: 22px;
  font-weight: 500;
}

.atelier-intro h2 {
  margin-top: 17px;
  font-family: var(--display);
  font-size: clamp(52px, 6vw, 92px);
  font-weight: 500;
  line-height: 0.84;
  letter-spacing: -0.045em;
}

.atelier-intro h2 em {
  color: var(--berry);
  font-weight: 500;
}

.atelier-intro__note {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.atelier-intro__note > p {
  max-width: 420px;
  color: var(--ink-soft);
  font-size: 13px;
}

.atelier-intro__note div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.atelier-intro__note span {
  padding: 7px 10px;
  background: rgba(185, 216, 219, 0.38);
  border-radius: 99px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sourcing-studio {
  position: relative;
  overflow: hidden;
  background: #ece5da;
}

.sourcing-studio::before {
  content: "OULU / TEXTILE / STUDIO";
  position: absolute;
  top: 38px;
  right: -14px;
  color: rgba(33, 26, 24, 0.045);
  font-size: clamp(56px, 9vw, 150px);
  font-weight: 800;
  letter-spacing: -0.06em;
  white-space: nowrap;
  pointer-events: none;
}

.section-heading--studio {
  position: relative;
}

.program-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 54px;
}

.program-card {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  overflow: hidden;
  color: var(--ink);
  border: 0;
  border-radius: 3px 46px 3px 3px;
  text-align: left;
  cursor: pointer;
  isolation: isolate;
  transition: transform 0.35s ease, border-radius 0.35s ease, box-shadow 0.35s ease;
}

.program-card::before,
.program-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.program-card::before {
  inset: 0;
  opacity: 0.28;
  background:
    repeating-linear-gradient(90deg, transparent 0 24px, currentColor 24px 25px),
    repeating-linear-gradient(0deg, transparent 0 24px, currentColor 24px 25px);
}

.program-card::after {
  right: -85px;
  bottom: -100px;
  width: 280px;
  height: 280px;
  border: 42px solid currentColor;
  border-radius: 50%;
  opacity: 0.08;
}

.program-card:hover {
  border-radius: 3px 18px 3px 3px;
  box-shadow: 0 30px 60px rgba(48, 32, 27, 0.17);
  transform: translateY(-8px);
}

.program-card--ice { background: var(--ice); }
.program-card--berry { color: #fff8ef; background: var(--berry); }
.program-card--copper { background: #d7a586; }

.program-card__number {
  font-family: var(--display);
  font-size: 58px;
  line-height: 1;
}

.program-card small {
  display: block;
  margin-bottom: 11px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.program-card h3 {
  font-family: var(--display);
  font-size: clamp(35px, 3.4vw, 50px);
  font-weight: 500;
  line-height: 0.95;
}

.program-card p {
  max-width: 360px;
  margin-top: 17px;
  font-size: 12px;
  line-height: 1.65;
  opacity: 0.73;
}

.program-card > strong {
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid currentColor;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.commerce-section {
  color: #fff8ef;
  background:
    radial-gradient(circle at 18% 100%, rgba(185, 216, 219, 0.18), transparent 32%),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(255, 255, 255, 0.025) 79px 80px),
    var(--charcoal);
}

.commerce-grid {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  align-items: center;
  gap: clamp(60px, 9vw, 140px);
}

.commerce-intro h2 {
  max-width: 630px;
  margin-top: 21px;
  font-family: var(--display);
  font-size: clamp(54px, 5.6vw, 86px);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.04em;
}

.commerce-intro > p:not(.eyebrow) {
  max-width: 570px;
  margin-top: 28px;
  color: rgba(255, 248, 239, 0.62);
  font-size: 13px;
}

.commerce-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 28px 0;
  color: rgba(255, 248, 239, 0.72);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.commerce-status i {
  width: 9px;
  height: 9px;
  background: var(--copper);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(200, 137, 100, 0.12);
}

.commerce-status i.is-online {
  background: #7dd4a5;
  box-shadow: 0 0 0 5px rgba(125, 212, 165, 0.12);
}

.payment-map {
  display: grid;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 3px 46px 3px 3px;
  backdrop-filter: blur(10px);
}

.payment-map article {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 24px;
  min-height: 108px;
  padding: 22px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.payment-map article > span {
  color: var(--ice);
  font-family: var(--display);
  font-size: 28px;
}

.payment-map small,
.payment-map strong {
  display: block;
}

.payment-map small {
  color: rgba(255, 248, 239, 0.42);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.payment-map strong {
  margin-top: 5px;
  font-family: var(--display);
  font-size: 25px;
  font-weight: 500;
}

.payment-methods-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 21px 28px;
}

.payment-methods-inline span {
  padding: 7px 11px;
  color: rgba(255, 248, 239, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 99px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card__compare {
  position: absolute;
  z-index: 4;
  top: 58px;
  right: 14px;
  min-height: 29px;
  padding: 0 10px;
  color: var(--ink);
  background: rgba(255, 253, 249, 0.9);
  border: 1px solid rgba(33, 26, 24, 0.1);
  border-radius: 99px;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-5px);
  transition: 0.2s ease;
}

.product-card:hover .product-card__compare,
.product-card__compare:focus-visible,
.product-card__compare.is-added {
  opacity: 1;
  transform: none;
}

.product-card__compare.is-added {
  color: #fff;
  background: var(--ice-deep);
}

.compare-tray {
  position: fixed;
  z-index: 80;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 12px 11px 17px;
  color: #fff;
  background: rgba(23, 23, 22, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.compare-tray[hidden] { display: none; }
.compare-tray > div:first-child span,
.compare-tray > div:first-child strong { display: block; }
.compare-tray > div:first-child span { color: rgba(255,255,255,.48); font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.compare-tray > div:first-child strong { margin-top: 3px; font-size: 10px; }
.compare-tray .button { min-height: 38px; padding: 0 15px; }
.compare-tray .button:disabled { opacity: .42; cursor: not-allowed; }

.compare-tray__items {
  display: flex;
  gap: 6px;
}

.compare-thumb {
  position: relative;
  width: 38px;
  height: 45px;
}

.compare-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.compare-thumb button {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 17px;
  height: 17px;
  padding: 0;
  color: #fff;
  background: var(--berry);
  border: 0;
  border-radius: 50%;
  line-height: 1;
}

.compare-tray__clear,
.text-action {
  padding: 5px;
  color: inherit;
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  opacity: .62;
}

.compare-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(1180px, calc(100vw - 48px));
  max-height: min(860px, calc(100vh - 48px));
  overflow: auto;
  background: var(--paper);
  border-radius: 28px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
  animation: modal-in 0.32s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.compare-content { padding: 30px 36px 42px; }
.compare-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }

.compare-column {
  position: relative;
  padding: 12px 12px 22px;
  background: #f4ede3;
  border-radius: 4px 24px 4px 4px;
}

.compare-column__remove {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  color: #fff;
  background: rgba(23,23,22,.7);
  border: 0;
  border-radius: 50%;
}

.compare-column__media { height: 240px; overflow: hidden; background: var(--cream-deep); border-radius: 3px 18px 3px 3px; }
.compare-column__media img { width: 100%; height: 100%; object-fit: cover; }
.compare-column > small { display: block; margin: 18px 8px 0; color: var(--berry); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.compare-column h3 { min-height: 54px; margin: 7px 8px 0; font-family: var(--display); font-size: 23px; font-weight: 600; line-height: 1.05; }
.compare-column dl { margin: 20px 8px; border-top: 1px solid var(--line); }
.compare-column dl div { padding: 10px 0; border-bottom: 1px solid var(--line); }
.compare-column dt { color: var(--ink-soft); font-size: 7px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.compare-column dd { margin-top: 4px; font-size: 10px; line-height: 1.45; }
.compare-column > .button { width: calc(100% - 16px); margin-inline: 8px; }

.payment-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(690px, 100vw);
  height: 100%;
  overflow: auto;
  background: var(--paper);
  box-shadow: -35px 0 90px rgba(0, 0, 0, 0.2);
  animation: drawer-in 0.32s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.payment-drawer__body { padding: 30px 38px 48px; }
.payment-notice { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 20px; color: #fff; background: var(--charcoal); border-radius: 3px 20px 3px 3px; }
.payment-notice span { color: var(--ice); font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.payment-notice p { color: rgba(255,255,255,.66); font-size: 11px; line-height: 1.65; }
.payment-option-grid { display: grid; gap: 12px; margin-top: 20px; }

.payment-option-grid article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding: 22px;
  background: #f4ede3;
  border: 1px solid var(--line);
  border-radius: 3px 22px 3px 3px;
}

.payment-option__icon { width: 50px; height: 50px; display: grid; place-items: center; color: #fff; background: var(--berry); border-radius: 50%; font-size: 11px; font-weight: 800; }
.payment-option-grid small { color: var(--berry); font-size: 7px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.payment-option-grid h3 { margin-top: 4px; font-family: var(--display); font-size: 27px; font-weight: 600; }
.payment-option-grid p { margin-top: 7px; color: var(--ink-soft); font-size: 10px; line-height: 1.55; }
.status-chip { grid-column: 2; justify-self: start; padding: 6px 9px; color: var(--pine); background: rgba(31,73,59,.1); border-radius: 99px; font-size: 7px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.status-chip--pending { color: #865637; background: rgba(200,137,100,.16); }
.payment-safety { margin: 20px 0; padding: 20px; border: 1px solid var(--line); border-radius: 3px 18px 3px 3px; }
.payment-safety strong { font-family: var(--display); font-size: 24px; }
.payment-safety ul { display: grid; gap: 8px; margin: 12px 0 0; padding-left: 18px; color: var(--ink-soft); font-size: 10px; }

.intent-selector {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin: 0;
  padding: 0;
  border: 0;
}

.intent-selector legend { margin-bottom: 8px; color: var(--ink-soft); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.inquiry-form .intent-selector label { display: block; }
.intent-selector input { position: absolute; opacity: 0; pointer-events: none; }
.intent-selector span { display: flex; min-height: 42px; align-items: center; justify-content: center; padding: 7px; background: #f4ede3; border: 1px solid transparent; border-radius: 9px; font-size: 8px; text-align: center; }
.intent-selector input:checked + span { color: #fff; background: var(--berry); border-color: var(--berry); }
.inquiry-form .consent-check { display: grid; grid-template-columns: 17px 1fr; align-items: start; gap: 9px; font-size: 8px; line-height: 1.5; text-transform: none; }
.inquiry-form .consent-check input { width: 16px; height: 16px; margin: 1px 0 0; padding: 0; accent-color: var(--berry); }
.honeypot { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-actions--primary .button { flex: 1; }
.form-actions--secondary { justify-content: flex-start; gap: 18px; }
.button--whatsapp { color: #fff; background: #187c5d; border: 1px solid #187c5d; }
.button--whatsapp:hover { background: #11654b; }
.copy-status.is-success { color: var(--pine); }
.copy-status.is-error { color: #a22a33; }

.policy-page { background: #f3ece2; }
.policy-header { position: sticky; z-index: 30; top: 0; background: rgba(255,253,249,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.policy-header__inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; }
.policy-main { padding-block: 82px 120px; }
.policy-hero { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 22px; padding-bottom: 62px; border-bottom: 1px solid var(--line); }
.policy-hero .eyebrow, .policy-hero h1, .policy-hero > p { grid-column: 1; }
.policy-hero h1 { max-width: 940px; margin-top: 24px; font-family: var(--display); font-size: clamp(64px, 8vw, 118px); font-weight: 500; line-height: .82; letter-spacing: -.05em; }
.policy-hero > p { max-width: 720px; margin-top: 24px; color: var(--ink-soft); }
.policy-hero small { grid-column: 2; grid-row: 1 / span 3; align-self: end; font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.policy-nav { position: sticky; z-index: 20; top: 86px; display: flex; gap: 10px; padding: 14px 0; background: rgba(243,236,226,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.policy-nav a { padding: 8px 12px; background: var(--paper); border-radius: 99px; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.policy-layout { display: grid; grid-template-columns: .34fr 1fr; gap: clamp(50px, 9vw, 150px); margin-top: 76px; }
.policy-layout > aside { position: sticky; top: 155px; align-self: start; display: flex; flex-direction: column; padding: 22px; color: #fff; background: var(--berry); border-radius: 3px 28px 3px 3px; }
.policy-layout > aside span { color: var(--ice); font-size: 8px; letter-spacing: .12em; }
.policy-layout > aside p { margin-top: 50px; color: rgba(255,255,255,.55); font-size: 8px; text-transform: uppercase; }
.policy-layout > aside strong { margin-top: 4px; font-family: var(--display); font-size: 28px; }
.policy-layout > aside a { margin-top: 6px; color: var(--gold-soft); font-size: 11px; }
.policy-layout > aside address { margin-top: 28px; color: rgba(255,255,255,.55); font-size: 9px; font-style: normal; }
.policy-sections { display: grid; gap: 0; }
.policy-sections section { position: relative; padding: 0 0 64px 76px; border-left: 1px solid var(--line); }
.policy-sections section > span { position: absolute; top: 0; left: 20px; color: var(--berry); font-family: var(--display); font-size: 24px; }
.policy-sections h2 { font-family: var(--display); font-size: clamp(38px, 4vw, 54px); font-weight: 500; line-height: 1; }
.policy-sections p { max-width: 780px; margin-top: 18px; color: var(--ink-soft); font-size: 13px; }
.policy-footer { padding-block: 34px; color: rgba(255,255,255,.58); background: var(--charcoal); font-size: 9px; }
.policy-footer .shell { display: flex; justify-content: space-between; gap: 20px; }
.policy-footer a { color: var(--ice); }

@media (max-width: 1100px) {
  .atelier-intro { grid-template-columns: .3fr 1fr; }
  .atelier-intro__note { grid-column: 2; }
  .program-grid { grid-template-columns: 1fr 1fr; }
  .program-card:last-child { grid-column: 1 / -1; min-height: 350px; }
  .commerce-grid { gap: 56px; }
}

@media (max-width: 900px) {
  .atelier-intro { grid-template-columns: 1fr; gap: 32px; padding-block: 66px; }
  .atelier-intro__index { min-height: 100px; }
  .atelier-intro__note { grid-column: auto; padding: 0; border: 0; }
  .commerce-grid { grid-template-columns: 1fr; }
  .compare-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-layout > aside { position: static; }
}

@media (max-width: 640px) {
  .atelier-intro { padding-block: 52px; }
  .atelier-intro h2 { font-size: 54px; }
  .program-grid { grid-template-columns: 1fr; margin-top: 34px; }
  .program-card,
  .program-card:last-child { grid-column: auto; min-height: 340px; padding: 23px; }
  .program-card h3 { font-size: 40px; }
  .commerce-intro h2 { font-size: 54px; }
  .payment-map article { grid-template-columns: 40px 1fr; gap: 12px; min-height: 92px; padding: 17px; }
  .payment-map strong { font-size: 21px; }
  .product-card__compare { top: 50px; right: 9px; opacity: 1; }
  .compare-tray { right: 10px; bottom: 10px; left: 10px; justify-content: space-between; padding: 9px; }
  .compare-tray > div:first-child,
  .compare-tray__clear { display: none; }
  .compare-tray .button { padding: 0 11px; }
  .compare-modal { width: calc(100vw - 20px); max-height: calc(100vh - 20px); border-radius: 18px; }
  .compare-content { padding: 18px 12px 26px; }
  .compare-grid { grid-template-columns: 1fr; }
  .compare-column__media { height: 210px; }
  .payment-drawer__body { padding: 22px 18px 34px; }
  .payment-option-grid article { grid-template-columns: 44px 1fr; padding: 17px; }
  .payment-option__icon { width: 42px; height: 42px; }
  .field-row { grid-template-columns: 1fr; }
  .intent-selector { grid-template-columns: 1fr; }
  .form-actions--primary { flex-direction: column; }
  .policy-main { padding-block: 54px 90px; }
  .policy-hero { grid-template-columns: 1fr; }
  .policy-hero h1 { font-size: 64px; }
  .policy-hero small { grid-column: 1; grid-row: auto; }
  .policy-nav { top: 76px; overflow-x: auto; }
  .policy-sections section { padding: 0 0 50px 50px; }
  .policy-sections section > span { left: 13px; }
  .policy-footer .shell { flex-direction: column; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.is-locked {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

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

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

figure,
h1,
h2,
h3,
p,
dl,
dd {
  margin: 0;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  padding-block: 118px;
}

.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;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--paper);
  border-radius: 10px;
  transform: translateY(-180%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: none;
}

.announcement {
  position: relative;
  z-index: 60;
  color: #fff8ee;
  background: var(--pine-deep);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.announcement__inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 7px 24px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.announcement__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold-soft);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(247, 241, 232, 0.88);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 8px 35px rgba(44, 32, 28, 0.07);
}

.site-header__inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 36px;
}

.brand {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.brand img {
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(139, 21, 56, 0.2);
}

.brand__copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand__copy strong {
  font-family: var(--display);
  font-size: 19px;
  letter-spacing: 0.13em;
}

.brand__copy small {
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
  font-weight: 600;
}

.desktop-nav a {
  position: relative;
  padding-block: 8px;
}

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

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

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.icon-button,
.menu-button,
.modal-close {
  display: inline-grid;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.icon-button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.icon-button svg,
.search-box svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.035em;
  cursor: pointer;
  transition: transform 0.25s ease, color 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.icon-button:focus-visible,
.menu-button:focus-visible,
.text-link:focus-visible,
.chip:focus-visible,
.product-card button:focus-visible {
  outline: 3px solid rgba(201, 154, 74, 0.48);
  outline-offset: 3px;
}

.button--dark {
  color: #fff;
  background: var(--ink);
}

.button--dark:hover {
  background: var(--berry);
  box-shadow: 0 12px 24px rgba(139, 21, 56, 0.18);
}

.button--berry {
  color: #fff;
  background: var(--berry);
  box-shadow: 0 14px 28px rgba(139, 21, 56, 0.16);
}

.button--berry:hover {
  background: var(--berry-deep);
  box-shadow: 0 16px 34px rgba(99, 16, 41, 0.24);
}

.button--cream {
  color: var(--pine-deep);
  background: var(--cream);
}

.button--cream:hover {
  background: #fff;
}

.button--outline {
  color: var(--ink);
  background: transparent;
  border-color: rgba(33, 26, 24, 0.3);
}

.button--outline:hover {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.inquiry-count {
  min-width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  padding-inline: 5px;
  color: var(--ink);
  background: var(--gold-soft);
  border-radius: 999px;
  font-size: 10px;
}

.menu-button {
  width: 44px;
  height: 44px;
  display: none;
  gap: 5px;
}

.menu-button span {
  width: 22px;
  height: 1px;
  display: block;
  background: currentColor;
  transition: transform 0.2s ease;
}

.mobile-menu {
  width: var(--shell);
  margin-inline: auto;
  padding: 10px 0 24px;
  border-top: 1px solid var(--line);
}

.mobile-menu a {
  display: block;
  padding: 12px 2px;
  font-size: 15px;
  font-weight: 600;
}

.mobile-menu .button {
  width: 100%;
  margin-top: 10px;
}

.hero {
  min-height: calc(100vh - 116px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
  align-items: center;
  gap: clamp(50px, 7vw, 110px);
  padding-block: 82px 96px;
}

.hero__copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--berry);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 24px;
  height: 1px;
  background: currentColor;
}

.eyebrow--light {
  color: var(--gold-soft);
}

.hero h1 {
  max-width: 690px;
  margin-top: 22px;
  font-family: var(--display);
  font-size: clamp(58px, 6vw, 94px);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.hero h1 em {
  display: block;
  color: var(--berry);
  font-weight: 600;
}

.hero__lede {
  max-width: 620px;
  margin-top: 30px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.8;
}

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

.text-link {
  position: relative;
  padding: 8px 0;
  border: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.text-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: currentColor;
  transition: transform 0.25s ease;
}

.text-link:hover::after {
  transform: scaleX(0.55);
}

.hero__metrics {
  max-width: 590px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 58px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.hero__metrics div {
  display: flex;
  flex-direction: column;
}

.hero__metrics dt {
  font-family: var(--display);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.hero__metrics dd {
  margin-top: 7px;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-gallery {
  position: relative;
  min-height: 660px;
}

.hero-gallery__halo {
  position: absolute;
  inset: 5% 4% 8% 10%;
  border-radius: 48% 52% 44% 56%;
  background:
    radial-gradient(circle at 35% 30%, rgba(242, 220, 174, 0.95), transparent 42%),
    linear-gradient(145deg, rgba(139, 21, 56, 0.15), rgba(31, 73, 59, 0.12));
  filter: blur(2px);
  transform: rotate(-5deg);
}

.hero-card {
  position: absolute;
  overflow: hidden;
  background: #e9ded0;
  box-shadow: var(--shadow);
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.35s ease, transform 0.8s ease;
}

.hero-card:hover img {
  transform: scale(1.035);
}

.hero-card--main {
  z-index: 3;
  width: 58%;
  height: 79%;
  top: 7%;
  left: 17%;
  border-radius: 180px 180px 26px 26px;
}

.hero-card--main::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(24, 18, 16, 0.72));
}

.hero-card--main figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 27px;
  left: 28px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.hero-card--main figcaption span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-card--main figcaption strong {
  max-width: 90%;
  margin-top: 6px;
  font-family: var(--display);
  font-size: 24px;
  line-height: 1.1;
}

.hero-card--top {
  z-index: 4;
  width: 31%;
  height: 34%;
  top: 2%;
  right: 1%;
  border: 7px solid var(--cream);
  border-radius: 50% 50% 20px 20px;
  transform: rotate(5deg);
}

.hero-card--bottom {
  z-index: 4;
  width: 35%;
  height: 34%;
  right: 2%;
  bottom: 4%;
  border: 7px solid var(--cream);
  border-radius: 24px;
  transform: rotate(-4deg);
}

.hero-seal {
  position: absolute;
  z-index: 5;
  bottom: 4%;
  left: 4%;
  width: 122px;
  height: 122px;
  display: grid;
  place-content: center;
  gap: 1px;
  color: var(--pine-deep);
  background: var(--gold-soft);
  border: 1px solid rgba(31, 73, 59, 0.25);
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 12px 30px rgba(70, 45, 35, 0.16);
  transform: rotate(-9deg);
}

.hero-seal::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px dashed rgba(31, 73, 59, 0.4);
  border-radius: 50%;
}

.hero-seal span {
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.hero-seal strong {
  font-family: var(--display);
  font-size: 22px;
}

.trust-strip {
  color: #f9f1e6;
  background: var(--berry);
  overflow: hidden;
}

.trust-strip__inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.trust-strip__inner span {
  position: relative;
  padding-inline: 30px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.trust-strip__inner span + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.24);
  transform: translateY(-50%);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.55fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 54px;
}

.section-heading h2,
.capabilities h2,
.about h2,
.closing-cta h2 {
  max-width: 850px;
  margin-top: 13px;
  font-family: var(--display);
  font-size: clamp(42px, 4.5vw, 68px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.section-heading > p {
  color: var(--ink-soft);
  line-height: 1.8;
}

.collection-feature-grid {
  display: grid;
  grid-template-columns: 1.28fr 0.86fr 0.86fr;
  grid-template-rows: repeat(2, 250px);
  gap: 18px;
}

.collection-feature {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 26px;
  border-radius: var(--radius-md);
  isolation: isolate;
  cursor: pointer;
}

.collection-feature:first-child {
  grid-row: 1 / 3;
}

.collection-feature img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.collection-feature::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 25% 0 0;
  background: linear-gradient(transparent, rgba(18, 14, 12, 0.78));
}

.collection-feature:hover img {
  transform: scale(1.05);
}

.collection-feature__copy {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}

.collection-feature__copy span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.collection-feature__copy h3 {
  margin-top: 5px;
  font-family: var(--display);
  font-size: 27px;
  line-height: 1.1;
}

.collection-feature__copy strong {
  width: 40px;
  height: 40px;
  display: grid;
  flex: 0 0 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 15px;
}

.product-section {
  background: var(--paper);
}

.section-heading--products {
  margin-bottom: 36px;
}

.catalog-toolbar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  margin-bottom: 22px;
}

.search-box {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding-inline: 18px;
  background: #f6f0e7;
  border: 1px solid transparent;
  border-radius: 16px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.search-box:focus-within {
  background: #fff;
  border-color: rgba(139, 21, 56, 0.35);
}

.search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 14px;
}

.sort-box {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.sort-box select {
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
}

.category-chips {
  display: flex;
  gap: 9px;
  padding-bottom: 7px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.chip {
  min-height: 38px;
  flex: 0 0 auto;
  padding: 0 15px;
  color: var(--ink-soft);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}

.chip:hover,
.chip.is-active {
  color: #fff;
  background: var(--pine);
  border-color: var(--pine);
}

.catalog-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0 30px;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-meta__line {
  width: 38px;
  height: 1px;
  background: var(--line);
}

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

.product-card {
  min-width: 0;
}

.product-card__media {
  position: relative;
  aspect-ratio: 4 / 4.85;
  overflow: hidden;
  background: #eee5d9;
  border-radius: 18px;
}

.product-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(33, 26, 24, 0.08);
  border-radius: inherit;
  pointer-events: none;
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  transition: transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.3s ease;
}

.product-card:hover .product-card__media img {
  transform: scale(1.04);
}

.product-card__open {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.product-card__badge {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  color: var(--pine-deep);
  background: rgba(255, 253, 249, 0.9);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.product-card__add {
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 14px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--berry);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(80, 12, 33, 0.24);
  font-size: 21px;
  cursor: pointer;
  transform: translateY(10px);
  opacity: 0;
  transition: 0.25s ease;
}

.product-card:hover .product-card__add,
.product-card__add:focus-visible,
.product-card__add.is-added {
  transform: none;
  opacity: 1;
}

.product-card__add.is-added {
  color: var(--pine-deep);
  background: var(--gold-soft);
}

.product-card__body {
  padding: 15px 3px 0;
}

.product-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card__meta span:last-child {
  overflow: hidden;
  color: var(--berry);
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-card h3 {
  min-height: 50px;
  margin-top: 8px;
  font-family: var(--display);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-card__detail {
  margin-top: 8px;
  color: var(--ink-soft);
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-empty {
  grid-column: 1 / -1;
  padding: 90px 24px;
  border: 1px dashed var(--line);
  border-radius: var(--radius-md);
  text-align: center;
}

.product-empty h3 {
  font-family: var(--display);
  font-size: 32px;
}

.product-empty p {
  margin-top: 8px;
  color: var(--ink-soft);
}

.load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}

.capabilities {
  position: relative;
  overflow: hidden;
  color: #f9f1e6;
  background:
    radial-gradient(circle at 4% 110%, rgba(201, 154, 74, 0.22), transparent 33%),
    radial-gradient(circle at 96% 0%, rgba(139, 21, 56, 0.28), transparent 34%),
    var(--pine-deep);
}

.capabilities::after {
  content: "OULU";
  position: absolute;
  right: -2vw;
  bottom: -9vw;
  color: rgba(255, 255, 255, 0.025);
  font-family: var(--display);
  font-size: 24vw;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.capabilities__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 110px;
}

.capabilities__intro {
  position: sticky;
  top: 130px;
  align-self: start;
}

.capabilities__intro p:not(.eyebrow) {
  max-width: 560px;
  margin: 25px 0 34px;
  color: rgba(255, 248, 238, 0.7);
}

.capability-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 28px;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.capability-list article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.capability-list article > span {
  color: var(--gold-soft);
  font-family: var(--display);
  font-size: 24px;
  font-style: italic;
}

.capability-list h3 {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 600;
}

.capability-list p {
  max-width: 570px;
  margin-top: 8px;
  color: rgba(255, 248, 238, 0.65);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.process-steps li {
  position: relative;
  min-height: 250px;
  padding: 34px 28px 24px;
  border-right: 1px solid var(--line);
}

.process-steps li:first-child {
  border-left: 1px solid var(--line);
}

.process-steps li > span {
  color: var(--berry);
  font-family: var(--display);
  font-size: 17px;
  font-style: italic;
}

.process-steps h3 {
  margin-top: 64px;
  font-family: var(--display);
  font-size: 28px;
  font-weight: 600;
}

.process-steps p {
  margin-top: 10px;
  color: var(--ink-soft);
}

.about {
  padding-top: 0;
}

.about__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 600px;
  overflow: hidden;
  background: #efe5d7;
  border-radius: var(--radius-lg);
}

.about__visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: var(--berry);
}

.about__pattern {
  position: absolute;
  inset: -60px;
  opacity: 0.68;
  background:
    radial-gradient(circle at 20% 20%, transparent 0 19px, rgba(255, 255, 255, 0.1) 20px 21px, transparent 22px) 0 0 / 76px 76px,
    linear-gradient(45deg, transparent 46%, rgba(242, 220, 174, 0.13) 47% 53%, transparent 54%) 0 0 / 92px 92px,
    linear-gradient(-45deg, transparent 46%, rgba(242, 220, 174, 0.1) 47% 53%, transparent 54%) 0 0 / 92px 92px;
  transform: rotate(-7deg) scale(1.15);
}

.about__quote {
  position: absolute;
  right: 13%;
  bottom: 13%;
  left: 13%;
  color: #fff9ef;
}

.about__quote span {
  color: var(--gold-soft);
  font-family: var(--display);
  font-size: 80px;
  line-height: 0.5;
}

.about__quote p {
  max-width: 480px;
  font-family: var(--display);
  font-size: clamp(30px, 3vw, 46px);
  font-style: italic;
  line-height: 1.16;
}

.about__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(50px, 7vw, 100px);
}

.about__copy > p:not(.eyebrow) {
  margin-top: 26px;
  color: var(--ink-soft);
}

.about__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
  padding: 15px 18px;
  color: var(--ink) !important;
  background: rgba(126, 23, 55, 0.06);
  border-left: 3px solid var(--berry);
  border-radius: 0 10px 10px 0;
}

.about__legal span {
  color: var(--berry);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.about__legal strong {
  font-size: 14px;
}

.about__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 46px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.about__facts div {
  display: flex;
  flex-direction: column;
}

.about__facts strong {
  font-family: var(--display);
  font-size: 29px;
}

.about__facts span {
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.closing-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 118px;
  padding: 64px clamp(34px, 6vw, 90px);
  color: #fff7ed;
  background:
    radial-gradient(circle at 90% 20%, rgba(242, 220, 174, 0.15), transparent 30%),
    var(--berry);
  border-radius: var(--radius-lg);
}

.closing-cta h2 {
  max-width: 780px;
  font-size: clamp(38px, 4vw, 60px);
}

.closing-cta .button {
  flex: 0 0 auto;
}

.site-footer {
  color: rgba(255, 248, 238, 0.78);
  background: #171311;
}

.site-footer__top {
  min-height: 230px;
  display: grid;
  grid-template-columns: 1fr auto minmax(270px, 0.7fr) auto;
  align-items: center;
  gap: 48px;
}

.brand--footer .brand__copy strong {
  color: #fff;
}

.brand--footer .brand__copy small {
  color: rgba(255, 248, 238, 0.55);
}

.footer-contact {
  display: flex;
  flex-direction: column;
}

.footer-contact span {
  color: rgba(255, 248, 238, 0.45);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-contact strong {
  margin-top: 5px;
  color: #fff;
}

.footer-contact a {
  margin-top: 3px;
  color: var(--gold-soft);
  font-size: 13px;
}

.footer-wechat {
  display: grid;
  grid-template-columns: 144px minmax(112px, 1fr);
  align-items: center;
  gap: 15px;
  margin-top: 16px;
  padding: 10px;
  border: 1px solid rgba(255, 248, 238, 0.13);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.045);
}

.wechat-qr-link,
.footer-contact .wechat-qr-link,
.direct-contact .wechat-qr-link {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.wechat-qr-link img {
  width: 100%;
  height: auto;
  display: block;
}

.footer-wechat__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-wechat__copy span {
  color: rgba(255, 248, 238, 0.5);
}

.footer-contact .footer-wechat__copy strong {
  margin-top: 6px;
  font-family: var(--display);
  font-size: 18px;
  line-height: 1.05;
}

.footer-wechat__copy small {
  margin-top: 9px;
  color: rgba(255, 248, 238, 0.62);
  font-size: 9px;
  line-height: 1.5;
}

.footer-wechat__copy b {
  color: var(--gold-soft);
  font-weight: 700;
}

.footer-address {
  max-width: 420px;
  color: rgba(255, 248, 238, 0.58);
  font-size: 12px;
  font-style: normal;
  line-height: 1.7;
}

.footer-links {
  display: flex;
  gap: 22px;
  font-size: 11px;
  font-weight: 700;
}

.footer-links button {
  padding: 0;
  color: inherit;
  background: none;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.footer-links a:hover,
.footer-links button:hover {
  color: var(--gold-soft);
}

.site-footer__bottom {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 248, 238, 0.42);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contact-fab {
  position: fixed;
  z-index: 70;
  left: 22px;
  bottom: 22px;
  min-width: 205px;
  min-height: 62px;
  display: grid;
  grid-template-columns: 42px 1fr 8px;
  align-items: center;
  gap: 11px;
  padding: 9px 13px 9px 10px;
  color: #fff;
  background: rgba(20, 91, 67, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(8, 51, 37, 0.28);
  text-align: left;
  backdrop-filter: blur(14px);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, opacity 0.22s ease;
}

.contact-fab.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.contact-fab.is-visible:hover {
  background: #11694d;
  box-shadow: 0 22px 58px rgba(8, 51, 37, 0.36);
  transform: translateY(-3px);
}

.contact-fab__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 13px;
}

.contact-fab__icon svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.contact-fab small,
.contact-fab strong {
  display: block;
}

.contact-fab small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-fab strong {
  margin-top: 2px;
  font-size: 12px;
  letter-spacing: 0.01em;
}

.contact-fab > i {
  width: 7px;
  height: 7px;
  background: #8ff0b3;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(143, 240, 179, 0.12);
}

.modal-shell,
.drawer-shell {
  position: fixed;
  z-index: 100;
  inset: 0;
}

.modal-shell[hidden],
.drawer-shell[hidden] {
  display: none;
}

.modal-backdrop,
.drawer-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(23, 19, 17, 0.68);
  backdrop-filter: blur(10px);
  cursor: default;
  animation: fade-in 0.25s ease both;
}

.product-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(1120px, calc(100vw - 48px));
  max-height: min(820px, calc(100vh - 48px));
  overflow: auto;
  background: var(--paper);
  border-radius: 28px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
  animation: modal-in 0.32s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.modal-close {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  color: var(--ink);
  background: rgba(255, 253, 249, 0.9);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 25px;
  line-height: 1;
  backdrop-filter: blur(8px);
}

.product-detail {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  min-height: 680px;
}

.product-detail__media {
  min-height: 680px;
  background: #eee5d9;
}

.product-detail__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail__copy {
  padding: 66px clamp(34px, 5vw, 70px) 52px;
}

.product-detail__kicker {
  color: var(--berry);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.product-detail h2 {
  margin-top: 12px;
  font-family: var(--display);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.05;
}

.product-detail__description {
  margin-top: 20px;
  color: var(--ink-soft);
}

.product-detail__points {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.product-detail__points li {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
}

.product-detail__points li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
  transform: translateY(-50%);
}

.product-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.product-specs div {
  padding: 15px 12px 15px 0;
  border-bottom: 1px solid var(--line);
}

.product-specs span {
  display: block;
  color: var(--ink-soft);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-specs strong {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5;
}

.product-detail__actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.product-detail__actions .button {
  flex: 1;
}

.product-source-note {
  margin-top: 16px;
  color: var(--ink-soft);
  font-size: 9px;
  line-height: 1.5;
}

.inquiry-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(620px, 100vw);
  height: 100%;
  overflow: auto;
  background: var(--paper);
  box-shadow: -35px 0 90px rgba(0, 0, 0, 0.2);
  animation: drawer-in 0.32s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.drawer-header {
  position: sticky;
  z-index: 4;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 34px 38px 25px;
  background: rgba(255, 253, 249, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.drawer-header h2 {
  margin-top: 6px;
  font-family: var(--display);
  font-size: 37px;
  line-height: 1;
}

.drawer-header .modal-close {
  position: static;
  flex: 0 0 42px;
}

.inquiry-body {
  padding: 28px 38px 46px;
}

.inquiry-items {
  display: grid;
  gap: 12px;
}

.inquiry-item {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 10px;
  background: #f6f0e7;
  border-radius: 14px;
}

.inquiry-item img {
  width: 74px;
  height: 82px;
  object-fit: cover;
  border-radius: 10px;
}

.inquiry-item strong {
  display: block;
  font-family: var(--display);
  font-size: 16px;
  line-height: 1.2;
}

.inquiry-item span {
  display: block;
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 9px;
}

.inquiry-item button {
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.inquiry-empty {
  padding: 44px 22px;
  text-align: center;
  border: 1px dashed var(--line);
  border-radius: 16px;
}

.inquiry-empty strong {
  display: block;
  font-family: var(--display);
  font-size: 24px;
}

.inquiry-empty p {
  margin-top: 7px;
  color: var(--ink-soft);
  font-size: 12px;
}

.inquiry-form {
  display: grid;
  gap: 15px;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.inquiry-form label {
  display: grid;
  gap: 7px;
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 11px;
  outline: none;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
  border-color: rgba(139, 21, 56, 0.5);
  box-shadow: 0 0 0 3px rgba(139, 21, 56, 0.08);
}

.form-note {
  color: var(--ink-soft);
  font-size: 9px;
}

.direct-contact {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 18px;
  padding: 15px 17px;
  color: #fff7ed;
  background: var(--pine-deep);
  border-radius: 13px;
}

.direct-contact div {
  display: flex;
  flex-direction: column;
}

.direct-contact span {
  color: rgba(255, 248, 238, 0.56);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.direct-contact strong {
  margin-top: 3px;
  font-family: var(--display);
  font-size: 18px;
}

.direct-contact a {
  align-self: center;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 700;
}

.direct-contact small {
  grid-column: 1 / -1;
  color: rgba(255, 248, 238, 0.58);
  font-size: 8px;
  line-height: 1.55;
}

.direct-contact .wechat-contact {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 156px 1fr;
  align-items: center;
  gap: 17px;
  margin-top: 8px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 248, 238, 0.13);
}

.wechat-contact__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.direct-contact .wechat-contact__copy strong {
  margin-top: 6px;
  font-size: 22px;
  line-height: 1.05;
}

.direct-contact .wechat-contact__copy small {
  grid-column: auto;
  margin-top: 10px;
  color: rgba(255, 248, 238, 0.66);
  font-size: 10px;
}

.wechat-contact__copy b {
  color: var(--gold-soft);
  font-weight: 700;
}

.form-actions {
  display: flex;
  gap: 10px;
}

.copy-status {
  min-height: 20px;
  color: var(--pine);
  font-size: 10px;
  font-weight: 700;
}

.toast {
  position: fixed;
  z-index: 130;
  right: 26px;
  bottom: 26px;
  max-width: min(380px, calc(100vw - 52px));
  padding: 13px 17px;
  color: #fff;
  background: var(--ink);
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  font-size: 11px;
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
}

.toast.is-visible {
  transform: none;
  opacity: 1;
}

.noscript {
  position: fixed;
  z-index: 200;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 16px;
  color: #fff;
  background: var(--berry);
  border-radius: 12px;
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes fade-in {
  from { opacity: 0; }
}

@keyframes modal-in {
  from { opacity: 0; transform: translate(-50%, -47%) scale(0.98); }
}

@keyframes drawer-in {
  from { transform: translateX(100%); }
}

@media (max-width: 1180px) {
  :root { --shell: min(100% - 44px, 1120px); }
  .desktop-nav { display: none; }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .menu-button { display: inline-grid; }
  .hero { grid-template-columns: 0.88fr 1.12fr; gap: 40px; }
  .hero h1 { font-size: clamp(54px, 6.7vw, 78px); }
  .hero-gallery { min-height: 590px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .capabilities__grid { gap: 70px; }
  .site-footer__top { grid-template-columns: 1fr 1fr; padding-block: 55px; }
  .footer-links { justify-content: flex-end; }
}

@media (max-width: 900px) {
  :root { --shell: calc(100% - 36px); }
  .section { padding-block: 86px; }
  .announcement__inner span:nth-of-type(2),
  .announcement__inner span:nth-of-type(3),
  .announcement__dot:nth-of-type(2) { display: none; }
  .site-header__inner { min-height: 72px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-block: 70px 80px; }
  .hero__copy { max-width: 720px; }
  .hero-gallery { min-height: 680px; margin-top: -20px; }
  .hero-card--main { width: 57%; left: 18%; }
  .hero-card--top { width: 30%; right: 5%; }
  .hero-card--bottom { right: 6%; }
  .trust-strip__inner { grid-template-columns: 1fr 1fr; padding-block: 12px; }
  .trust-strip__inner span { min-height: 38px; display: grid; place-items: center; }
  .trust-strip__inner span:nth-child(3)::before { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading > p { max-width: 650px; }
  .collection-feature-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 230px; }
  .collection-feature:first-child { grid-column: 1 / 3; grid-row: auto; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .capabilities__grid { grid-template-columns: 1fr; gap: 60px; }
  .capabilities__intro { position: static; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-steps li:nth-child(3) { border-left: 1px solid var(--line); }
  .about__grid { grid-template-columns: 1fr; }
  .about__visual { min-height: 450px; }
  .product-detail { grid-template-columns: 1fr; }
  .product-detail__media { min-height: 420px; max-height: 55vh; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); --radius-lg: 25px; }
  body { font-size: 14px; }
  .announcement__inner { min-height: 30px; font-size: 8px; letter-spacing: 0.11em; }
  .brand__copy small { display: none; }
  .header-actions .search-trigger { display: none; }
  .header-actions > .button { min-height: 42px; padding-inline: 15px; }
  .hero { padding-top: 58px; }
  .hero h1 { font-size: clamp(50px, 15vw, 72px); }
  .hero__lede { font-size: 14px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero__metrics { gap: 10px; margin-top: 44px; }
  .hero__metrics dt { font-size: 25px; }
  .hero__metrics dd { font-size: 7px; }
  .hero-gallery { min-height: 500px; }
  .hero-card--main { width: 68%; height: 82%; top: 4%; left: 7%; }
  .hero-card--top { width: 37%; height: 32%; right: 0; }
  .hero-card--bottom { width: 40%; height: 31%; right: 0; }
  .hero-seal { width: 94px; height: 94px; left: 0; }
  .hero-seal strong { font-size: 17px; }
  .trust-strip__inner { width: 100%; grid-template-columns: 1fr; }
  .trust-strip__inner span { display: none; }
  .trust-strip__inner span:first-child { min-height: 52px; display: grid; }
  .section-heading h2,
  .capabilities h2,
  .about h2,
  .closing-cta h2 { font-size: clamp(38px, 12vw, 54px); }
  .collection-feature-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .collection-feature { min-width: 85vw; min-height: 390px; scroll-snap-align: center; }
  .catalog-toolbar { grid-template-columns: 1fr; }
  .sort-box { justify-content: space-between; }
  .catalog-meta { align-items: flex-start; flex-direction: column; gap: 6px; }
  .catalog-meta__line { display: none; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 28px 10px; }
  .product-card__media { border-radius: 14px; }
  .product-card__badge { top: 9px; left: 9px; font-size: 7px; }
  .product-card__add { right: 9px; bottom: 9px; width: 38px; height: 38px; opacity: 1; transform: none; }
  .product-card h3 { font-size: 17px; }
  .product-card__meta { font-size: 7px; }
  .product-card__detail { font-size: 9px; }
  .capability-list article { grid-template-columns: 38px 1fr; gap: 18px; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps li,
  .process-steps li:nth-child(3) { min-height: 190px; border-left: 1px solid var(--line); }
  .process-steps h3 { margin-top: 35px; }
  .about__visual { min-height: 390px; }
  .about__copy { padding: 50px 28px; }
  .about__facts { grid-template-columns: 1fr 1fr; }
  .closing-cta { align-items: flex-start; flex-direction: column; margin-bottom: 78px; padding: 48px 28px; }
  .site-footer__top { grid-template-columns: 1fr; gap: 30px; }
  .footer-wechat { width: min(100%, 340px); }
  .footer-links { flex-wrap: wrap; justify-content: flex-start; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 22px; }
  .contact-fab { left: 10px; bottom: 10px; width: 50px; min-width: 50px; height: 50px; min-height: 50px; display: grid; grid-template-columns: 1fr; gap: 0; padding: 8px; border-radius: 50%; }
  .contact-fab__icon { width: 34px; height: 34px; border-radius: 50%; }
  .contact-fab__icon svg { width: 20px; }
  .contact-fab > span:nth-child(2),
  .contact-fab > i { display: none; }
  .product-modal { width: calc(100vw - 20px); max-height: calc(100vh - 20px); border-radius: 22px; }
  .product-detail__media { min-height: 360px; }
  .product-detail__copy { padding: 36px 24px 30px; }
  .product-specs { grid-template-columns: 1fr; }
  .product-detail__actions { flex-direction: column; }
  .drawer-header { padding: 26px 22px 20px; }
  .inquiry-body { padding: 22px 22px 38px; }
  .field-row { grid-template-columns: 1fr; }
  .direct-contact { grid-template-columns: 1fr; }
  .direct-contact > a { justify-self: start; }
  .direct-contact .wechat-contact { grid-template-columns: 132px 1fr; }
  .form-actions { flex-direction: column; }
}

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

/* OULU editorial refinement — v2 */
.hero--editorial {
  position: relative;
  width: 100%;
  min-height: min(850px, calc(100vh - 116px));
  display: block;
  overflow: hidden;
  color: #fff9f1;
  background: #1b1714;
  isolation: isolate;
}

.hero--editorial .hero__media,
.hero--editorial .hero__wash {
  position: absolute;
  inset: 0;
}

.hero--editorial .hero__media {
  z-index: -3;
}

.hero--editorial .hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  filter: saturate(0.92) contrast(1.03);
  transform: scale(1.015);
  animation: editorial-hero-settle 1.6s cubic-bezier(0.2, 0.65, 0.25, 1) both;
}

.hero--editorial .hero__wash {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(19, 16, 14, 0.92) 0%, rgba(25, 20, 17, 0.75) 35%, rgba(25, 20, 17, 0.18) 67%, rgba(25, 20, 17, 0.06) 100%),
    linear-gradient(0deg, rgba(19, 16, 14, 0.44) 0%, transparent 32%, rgba(19, 16, 14, 0.1) 100%);
}

.hero--editorial::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.2;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.17'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.hero--editorial .hero__inner {
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 70px;
  padding-block: 72px 118px;
}

.hero--editorial .hero__copy {
  max-width: 760px;
  padding-top: 5px;
}

.hero--editorial h1 {
  max-width: 760px;
  margin-top: 26px;
  font-size: clamp(70px, 7.2vw, 112px);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.hero--editorial h1 em {
  display: block;
  margin-top: 12px;
  color: var(--gold-soft);
  font-weight: 500;
}

.hero--editorial .hero__lede {
  max-width: 600px;
  margin-top: 34px;
  color: rgba(255, 249, 241, 0.74);
  font-size: 15px;
  line-height: 1.85;
}

.hero--editorial .hero__actions {
  margin-top: 38px;
}

.text-link--light {
  color: #fff9f1;
}

.hero--editorial .hero__metrics {
  max-width: 620px;
  margin-top: 58px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: rgba(15, 13, 11, 0.25);
  backdrop-filter: blur(12px);
}

.hero--editorial .hero__metrics div + div {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.hero--editorial .hero__metrics dt {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
}

.hero--editorial .hero__metrics dd {
  color: rgba(255, 249, 241, 0.56);
}

.hero__edition {
  align-self: end;
  min-width: 178px;
  margin-bottom: 112px;
  padding: 22px 0 3px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.42);
  text-align: left;
}

.hero__edition span,
.hero__edition small {
  display: block;
  color: rgba(255, 249, 241, 0.58);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero__edition strong {
  display: block;
  margin: 9px 0 17px;
  font-family: var(--display);
  font-size: 38px;
  font-weight: 500;
  line-height: 0.92;
}

.hero__foot {
  position: absolute;
  right: 0;
  bottom: 28px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255, 249, 241, 0.54);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero__foot-line {
  width: 54px;
  height: 1px;
  background: rgba(255, 255, 255, 0.36);
}

.collections {
  position: relative;
}

.collections::before,
.process::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1380px, calc(100vw - 64px));
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line) 14%, var(--line) 86%, transparent);
  transform: translateX(-50%);
}

.collection-feature {
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(49, 31, 25, 0.08);
}

.collection-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: inherit;
  pointer-events: none;
}

.collection-feature__copy h3 {
  font-size: 31px;
  font-weight: 500;
}

.product-section {
  background:
    linear-gradient(rgba(255, 253, 249, 0.95), rgba(255, 253, 249, 0.95)),
    radial-gradient(circle at 10% 20%, rgba(201, 154, 74, 0.14), transparent 25%);
}

.section-heading--products h2 {
  font-size: clamp(54px, 5.5vw, 84px);
  font-weight: 500;
}

.catalog-toolbar {
  position: relative;
  padding: 7px;
  background: #f3ebe0;
  border: 1px solid rgba(33, 26, 24, 0.06);
  border-radius: 20px;
}

.search-box,
.sort-box {
  background: rgba(255, 253, 249, 0.88);
  border-radius: 14px;
}

.product-grid {
  gap: 48px 22px;
}

.product-card__media {
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(53, 34, 27, 0.07);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.product-card:hover .product-card__media {
  box-shadow: 0 22px 50px rgba(53, 34, 27, 0.17);
  transform: translateY(-4px);
}

.product-card__open::after {
  content: "VIEW DETAILS  ↗";
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(25, 20, 17, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(8px);
  transition: 0.25s ease;
}

html[lang^="zh"] .product-card__open::after {
  content: "查看详情  ↗";
}

.product-card:hover .product-card__open::after,
.product-card__open:focus-visible::after {
  opacity: 1;
  transform: none;
}

.product-card__add {
  top: 14px;
  right: 14px;
  bottom: auto;
  width: 40px;
  height: 40px;
  transform: translateY(-7px);
}

.product-card__body {
  padding-top: 18px;
}

.product-card h3 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.025em;
  transition: color 0.2s ease;
}

.product-card:hover h3 {
  color: var(--berry);
}

.capabilities {
  background:
    radial-gradient(circle at 8% 115%, rgba(201, 154, 74, 0.28), transparent 34%),
    radial-gradient(circle at 98% -5%, rgba(139, 21, 56, 0.38), transparent 38%),
    linear-gradient(135deg, #102d25, #183f34 58%, #10291f);
}

.about__grid,
.closing-cta {
  box-shadow: 0 24px 70px rgba(56, 36, 28, 0.11);
}

@keyframes editorial-hero-settle {
  from { opacity: 0; transform: scale(1.08); }
  to { opacity: 1; transform: scale(1.015); }
}

@media (max-width: 900px) {
  .hero--editorial {
    min-height: 820px;
  }

  .hero--editorial .hero__media img {
    object-position: 63% center;
  }

  .hero--editorial .hero__wash {
    background:
      linear-gradient(90deg, rgba(18, 15, 13, 0.88), rgba(18, 15, 13, 0.46) 68%, rgba(18, 15, 13, 0.18)),
      linear-gradient(0deg, rgba(18, 15, 13, 0.58), transparent 42%);
  }

  .hero--editorial .hero__inner {
    min-height: inherit;
    grid-template-columns: 1fr;
    align-items: center;
    padding-block: 78px 118px;
  }

  .hero--editorial .hero__copy {
    max-width: 660px;
  }

  .hero__edition {
    display: none;
  }
}

@media (max-width: 640px) {
  .hero--editorial {
    min-height: 760px;
  }

  .hero--editorial .hero__media img {
    object-position: 66% center;
  }

  .hero--editorial .hero__wash {
    background:
      linear-gradient(90deg, rgba(16, 13, 11, 0.88), rgba(16, 13, 11, 0.42) 78%, rgba(16, 13, 11, 0.2)),
      linear-gradient(0deg, rgba(16, 13, 11, 0.65), transparent 48%);
  }

  .hero--editorial .hero__inner {
    padding-block: 64px 96px;
  }

  .hero--editorial h1 {
    max-width: 360px;
    font-size: clamp(58px, 17vw, 76px);
    line-height: 0.86;
  }

  .hero--editorial .hero__lede {
    max-width: 345px;
    font-size: 13px;
    line-height: 1.72;
  }

  .hero--editorial .hero__actions {
    gap: 10px;
  }

  .hero--editorial .hero__metrics {
    margin-top: 38px;
    padding: 15px 13px;
  }

  .hero--editorial .hero__metrics div + div {
    padding-left: 10px;
  }

  .hero--editorial .hero__metrics dt {
    font-size: 26px;
  }

  .hero__foot {
    bottom: 19px;
  }

  .hero__foot span:first-child,
  .hero__foot-line {
    display: none;
  }

  .product-card__open::after {
    display: none;
  }

  .product-card__add {
    top: 9px;
    right: 9px;
  }

  .product-card h3 {
    font-size: 18px;
  }

  .hero--editorial .hero__actions .text-link {
    display: none;
  }
}
