/* ============================================================
   CHIRU — V1.0 Dark Alpine Luxury
   Palette: Highland Black / Antique Champagne Gold /
            Warm Stone Ivory / Glacier Grey
   Language hierarchy: English primary, Chinese secondary (45-60%)
   ============================================================ */

:root {
  --ink: #0E0D0B;             /* Warm night black — palette A (v2) */
  --coal: #161411;            /* Warm charcoal section — palette A */
  --coal-2: #1C1915;          /* Raised surface — warm */
  --ivory: #EFE8DA;           /* Warm cream ivory — display emphasis */
  --text: #D9D2C4;            /* Body text — warm */
  --text-dim: #9B9284;        /* Quiet supporting text — warm */
  --gold: #C9A96E;            /* Gold — v1 live */
  --gold-light: #D4BC8A;
  --gold-dim: #A8894F;
  --glacier: #9AA3A9;         /* Subtle Glacier Grey */
  --line: rgba(201, 169, 110, 0.18);
  --line-strong: rgba(201, 169, 110, 0.36);
  --serif: 'Cormorant Garamond', 'Noto Serif SC', serif;
  --sans: 'Montserrat', 'Noto Serif SC', sans-serif;
  --zh: 'Noto Serif SC', serif;
  --tibetan: 'Noto Serif Tibetan', 'Noto Serif SC', serif;
  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background:
    radial-gradient(ellipse 80% 40% at 50% 0%, rgba(21, 19, 15, 0.9) 0%, transparent 60%),
    var(--ink);
  color: var(--text);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}

::selection { background: rgba(201, 169, 110, 0.28); color: var(--ivory); }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color 0.4s var(--ease); }

/* ---------- Typography ---------- */

.display-title {
  font-family: var(--serif);
  font-weight: 300;
  color: var(--ivory);
  font-size: clamp(38px, 6vw, 76px);
  line-height: 1.12;
  letter-spacing: 0.045em;
}

.section-title {
  font-family: var(--serif);
  font-weight: 300;
  color: var(--ivory);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  letter-spacing: 0.05em;
}

.eyebrow {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 26px;
}

/* Chinese — strictly secondary: 45-60% of English scale, quieter tone */
.zh {
  font-family: var(--zh);
  font-weight: 300;
  color: var(--text-dim);
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.14em;
  display: block;
  margin-top: 14px;
}

.display-title .zh { font-size: clamp(14px, 1.6vw, 19px); margin-top: 22px; }
.section-title .zh { font-size: clamp(12px, 1.3vw, 15px); margin-top: 16px; }
.eyebrow .zh { letter-spacing: 0.3em; font-size: 10px; margin-top: 6px; }

/* Collections hero — compact English, smaller & dimmer Chinese */
.collections .display-title { font-size: clamp(26px, 3.2vw, 42px); letter-spacing: 0.12em; }
.collections .display-title .zh { font-size: clamp(10px, 0.9vw, 13px); color: var(--text-dim); margin-top: 16px; letter-spacing: 0.34em; }
.collections .lead { font-size: 15px; }
.collections .lead .zh { font-size: 11px; color: var(--text-dim); letter-spacing: 0.18em; }

.lead {
  font-size: 16.5px;
  color: var(--text);
  line-height: 2;
  max-width: 620px;
  font-weight: 300;
}

.lead .zh { font-size: 12.5px; margin-top: 12px; }

.body-copy { max-width: 620px; }
.body-copy p { margin-bottom: 22px; }

/* What Remains — compact, single-screen statement */
.remains-line {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(18px, 2.6vw, 30px);
  letter-spacing: 0.04em;
  line-height: 1.45;
  color: var(--text);
  margin: 0 0 22px;
}
.remains-line:last-child { margin-bottom: 0; }
.remains-line .zh {
  display: block;
  margin-top: 8px;
  font-family: var(--zh);
  font-size: clamp(13px, 1.4vw, 16px);
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: var(--text-dim);
}

.quote-line {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(24px, 3vw, 34px);
  color: var(--ivory);
  letter-spacing: 0.06em;
  line-height: 1.4;
}

/* ---------- Layout ---------- */

.wrap { width: min(1200px, 90vw); margin: 0 auto; }
section { padding: 130px 0; }
.section-alt { background: var(--coal); }

.divider {
  width: 100%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-strong), transparent);
  border: none;
}

/* ---------- Navigation ---------- */

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: linear-gradient(180deg, rgba(14,13,11,0.42) 0%, rgba(14,13,11,0) 100%);
  border-bottom: none;
}

.nav-inner {
  width: min(1300px, 94vw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
}

.nav-brand {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 23px;
  letter-spacing: 0.5em;
  color: var(--gold-light);
  text-indent: 0.5em;
}

.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }

.nav-links a {
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(201,169,110,0.9);
  padding: 6px 2px;
  border: none;
  background: none;
  position: relative;
  transition: color 0.4s var(--ease);
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width 0.5s var(--ease);
}

.nav-links a:hover { color: var(--gold-light); }
.nav-links a:hover::after { width: 100%; }

.nav-links a.active { color: var(--gold-light); }
.nav-links a.active::after { width: 100%; }

.nav-actions { display: flex; align-items: center; gap: 26px; }

.nav-cart {
  font-size: 10.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text);
  display: flex; align-items: center; gap: 8px;
}

.nav-cart:hover { color: var(--gold-light); }
.cart-count {
  min-width: 17px; height: 17px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 9px;
  color: var(--gold-light);
  padding: 0 3px;
}

.nav-toggle { display: none; }

/* ---------- Hero ---------- */

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 120px 0 90px;
}

.hero-bg {
  display: none;
}

.hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(14,13,11,0.55) 0%,
    rgba(14,13,11,0.35) 45%,
    rgba(14,13,11,0.92) 100%);
}

.hero-content {
  position: relative; z-index: 2;
  text-align: center;
  width: min(880px, 90vw);
}

.hero-eyebrow {
  font-size: 10px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 34px;
}

.hero-title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(44px, 8vw, 96px);
  color: var(--ivory);
  line-height: 1.08;
  letter-spacing: 0.06em;
  text-shadow: 0 4px 40px rgba(0,0,0,0.55);
}

.hero-title .zh {
  font-size: clamp(14px, 1.7vw, 20px);
  color: var(--text-dim);
  margin-top: 26px;
  letter-spacing: 0.22em;
}

.hero-sub {
  margin-top: 26px;
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(17px, 2vw, 22px);
  color: var(--gold-light);
  letter-spacing: 0.12em;
}

.hero-sub .zh { font-size: 12px; color: var(--text-dim); margin-top: 10px; letter-spacing: 0.2em; }

.hero-cta { margin-top: 52px; display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; }

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-light);
  border: 1px solid var(--line-strong);
  background: transparent;
  padding: 17px 40px;
  cursor: pointer;
  transition: all 0.5s var(--ease);
  text-align: center;
}

.btn:hover {
  border-color: var(--gold);
  background: rgba(201, 169, 110, 0.08);
  color: var(--ivory);
}

.btn-solid {
  background: var(--gold);
  border-color: var(--gold);
  color: #141410;
}

.btn-solid:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  color: #141410;
}

.btn .zh { display: block; font-size: 9px; color: inherit; opacity: 0.72; margin-top: 5px; letter-spacing: 0.24em; }

.btn-quiet { border-color: transparent; color: var(--text-dim); }
.btn-quiet:hover { border-color: var(--line-strong); color: var(--gold-light); background: transparent; }

/* ---------- Spirit triptych ---------- */

.triptych {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.triptych > div {
  background: var(--ink);
  padding: 70px 44px;
  text-align: center;
}

.triptych .num {
  font-family: var(--serif);
  font-size: 13px;
  color: var(--gold-dim);
  letter-spacing: 0.4em;
  display: block;
  margin-bottom: 28px;
}

.triptych h3 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 27px;
  letter-spacing: 0.24em;
  color: var(--ivory);
}

.triptych h3 .zh { font-size: 12px; color: var(--text-dim); margin-top: 10px; letter-spacing: 0.2em; }

.triptych p {
  margin-top: 22px;
  font-size: 14px;
  color: var(--text);
}

.triptych p .zh { font-size: 11.5px; color: var(--text-dim); }

/* ---------- Collection cards ---------- */

.col-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.col-card {
  border: 1px solid var(--line);
  background: var(--coal);
  padding: 56px 40px 48px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.5s var(--ease), transform 0.6s var(--ease);
}

.col-card:hover { border-color: var(--line-strong); transform: translateY(-4px); }

.col-card .name {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 0.22em;
  color: var(--ivory);
}

.col-card .name .zh { font-size: 12.5px; color: var(--gold-dim); margin-top: 8px; letter-spacing: 0.26em; }

.col-card .cat {
  margin-top: 18px;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
}

.col-card .desc { margin-top: 22px; font-size: 13.5px; color: var(--text); flex: 1; }
.col-card .desc .zh { font-size: 11.5px; color: var(--text-dim); }

.col-card .kw {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--glacier);
}

.col-link {
  margin-top: 26px;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-light);
}

.col-card .spirit {
  margin-top: 14px;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: var(--ivory);
}

.col-card .col-paragraph {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.75;
  color: var(--text-dim);
  max-width: 360px;
}

/* ---------- House Introduction (homepage) ---------- */

.house-cols {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
}

.house-col {
  padding: 32px 18px;
  border-top: 1px solid var(--line);
}

.house-col h3 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 0.22em;
  color: var(--ivory);
}

.house-col h3 .tib {
  display: block;
  font-size: 14px;
  color: var(--gold-dim);
  letter-spacing: 0.18em;
  margin-top: 6px;
}

.house-col .spirit {
  margin-top: 16px;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: var(--gold-light);
}

.house-col .kw {
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-dim);
}

@media (max-width: 920px) {
  .house-cols { grid-template-columns: 1fr; gap: 8px; }
}

/* ---------- Product grid ---------- */

.prod-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.prod-card {
  border: 1px solid var(--line);
  background: var(--coal);
  transition: border-color 0.5s var(--ease), transform 0.6s var(--ease);
  display: block;
}

.prod-card:hover { border-color: var(--line-strong); transform: translateY(-4px); }

.prod-img {
  aspect-ratio: 4 / 5;
  background:
    radial-gradient(ellipse at 50% 38%, rgba(201,169,110,0.10), transparent 62%),
    linear-gradient(160deg, #202023 0%, #171719 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.prod-mark {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 0.3em;
  color: var(--gold-dim);
  text-indent: 0.3em;
  opacity: 0.85;
}

.prod-tag {
  position: absolute;
  top: 16px; left: 16px;
  font-size: 8.5px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--line-strong);
  padding: 5px 10px;
}

.prod-info { padding: 26px 26px 30px; }

.prod-name {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 19px;
  letter-spacing: 0.16em;
  color: var(--ivory);
}

.prod-collection {
  margin-top: 8px;
  font-size: 9.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
}

.prod-price {
  margin-top: 16px;
  font-size: 12.5px;
  letter-spacing: 0.12em;
  color: var(--text-dim);
}

/* ---------- Product detail ---------- */

.pdp {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 70px;
  align-items: start;
}

.pdp-gallery .main-img {
  aspect-ratio: 4 / 5;
  background:
    radial-gradient(ellipse at 50% 38%, rgba(201,169,110,0.12), transparent 62%),
    linear-gradient(160deg, #202023 0%, #171719 100%);
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
}

.pdp-gallery .main-img .prod-mark { font-size: 56px; }

.pdp-thumbs { display: flex; gap: 14px; margin-top: 14px; }

.pdp-thumbs .thumb {
  flex: 1;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  background: var(--coal);
  display: flex; align-items: center; justify-content: center;
  font-size: 8px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--text-dim);
  cursor: pointer;
  transition: border-color 0.4s var(--ease);
}

.pdp-thumbs .thumb:hover, .pdp-thumbs .thumb.active { border-color: var(--line-strong); color: var(--gold-light); }

.pdp-info .prod-name { font-size: 32px; }

.spec-table { width: 100%; border-collapse: collapse; margin-top: 34px; }

.spec-table th, .spec-table td {
  text-align: left;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 300;
  vertical-align: top;
}

.spec-table th {
  width: 38%;
  font-size: 9.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}

.spec-table td { font-size: 13px; color: var(--text); }

.pdp-actions { display: flex; gap: 18px; margin-top: 40px; flex-wrap: wrap; }

.pdp-notes {
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  font-size: 11.5px;
  color: var(--text-dim);
  line-height: 2;
}

/* ---------- Editorial split ---------- */

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.split-img {
  aspect-ratio: 3 / 4;
  border: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 50% 40%, rgba(201,169,110,0.09), transparent 65%),
    linear-gradient(160deg, #202023 0%, #171719 100%);
  overflow: hidden;
}

.split-img img { width: 100%; height: 100%; object-fit: cover; opacity: 0.88; }

.split-img.portrait-frame img { object-position: center 22%; }

/* ---------- Founder — inline portrait next to second quote ---------- */
.founder-split {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 72px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}

.founder-photo {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  /* edges dissolve into the black page background */
  -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 0%, #000 22%, transparent 92%);
  mask-image: radial-gradient(ellipse at 50% 50%, #000 0%, #000 22%, transparent 92%);
}
.founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  filter: brightness(0.94) saturate(0.9);
}
/* inner feather — photo melts into #0D0D0D */
.founder-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 50%, transparent 22%, rgba(14,13,11,1) 100%);
}

.founder-quote {
  max-width: 520px;
}
.founder-quote p {
  font-family: var(--serif);
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 300;
  line-height: 1.55;
  color: var(--ivory);
  letter-spacing: 0.02em;
}
.founder-quote .zh {
  margin-top: 18px;
  font-family: var(--zh);
  font-size: clamp(13px, 1.3vw, 15px);
  line-height: 2;
  letter-spacing: 0.14em;
  color: var(--text-dim);
}

.founder-quote .attribution {
  font-family: var(--sans);
  font-size: clamp(11px, 1vw, 12px);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 24px;
}
/* secondary quotes stacked under the main one — compact */
.founder-quote p.sub {
  margin-top: 26px;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.6;
  color: var(--text);
}
.founder-quote p.sub .zh {
  margin-top: 10px;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 1.8;
  letter-spacing: 0.1em;
}

/* Founder quote — quiet supporting tone, matches .zh subtitle color */
.founder-quote-gold .attribution,
.founder-quote-gold p,
.founder-quote-gold p.sub {
  color: var(--text-dim);
}
.founder-quote-gold p {
  font-size: clamp(20px, 2.4vw, 27px);
  line-height: 1.52;
}
.founder-quote-gold p.sub {
  font-size: clamp(15px, 1.55vw, 18px);
  line-height: 1.6;
  margin-top: 28px;
}
/* attribution moved to the end — same size as body text, one blank line above */
.founder-quote-gold .attribution {
  font-family: var(--serif);
  font-size: clamp(15px, 1.55vw, 18px);
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: none;
  line-height: 1.6;
  margin-top: 40px;
  margin-bottom: 0;
}

/* ---------- Founder ---------- */

.founder-name {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(18px, 2.2vw, 26px);
  letter-spacing: 0.2em;
  color: var(--gold-light);
}

.founder-name .tib {
  font-family: var(--tibetan);
  color: var(--gold-light);
  font-size: 0.5em;
  display: inline;
  margin-left: 8px;
  letter-spacing: 0.3em;
}

.founder-role {
  margin-top: 22px;
  font-size: 10px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ---------- Journal ---------- */

.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }

.journal-card {
  border: 1px solid var(--line);
  background: var(--coal);
  display: block;
  transition: border-color 0.5s var(--ease), transform 0.6s var(--ease);
}

.journal-card:hover { border-color: var(--line-strong); transform: translateY(-4px); }

.journal-img {
  aspect-ratio: 16 / 10;
  background: linear-gradient(160deg, #202023 0%, #151517 100%);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: 0.3em;
  color: var(--gold-dim);
  border-bottom: 1px solid var(--line);
}

.journal-body { padding: 30px 28px 34px; }

.journal-date { font-size: 9.5px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--glacier); }

.journal-title {
  margin-top: 14px;
  font-family: var(--serif);
  font-weight: 300;
  font-size: 21px;
  color: var(--ivory);
  letter-spacing: 0.08em;
}

.journal-title .zh { font-size: 12px; color: var(--text-dim); margin-top: 6px; }

.journal-excerpt { margin-top: 16px; font-size: 12.5px; color: var(--text-dim); }

.journal-body-full { max-width: 680px; }
.journal-body-full p { margin-bottom: 24px; font-size: 15px; }

/* ---------- Forms ---------- */

.form { max-width: 620px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

.form label {
  display: block;
  font-size: 9.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.form input, .form textarea, .form select {
  width: 100%;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--line);
  color: var(--ivory);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 13.5px;
  padding: 14px 16px;
  margin-bottom: 26px;
  transition: border-color 0.4s var(--ease);
}

.form input:focus, .form textarea:focus, .form select:focus {
  outline: none;
  border-color: var(--line-strong);
}

.form textarea { min-height: 130px; resize: vertical; }

.contact-cats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.contact-cats > div { background: var(--ink); padding: 38px 36px; }

.contact-cats h4 {
  font-size: 10.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-light);
}

.contact-cats h4 .zh { display: block; font-size: 11px; color: var(--text-dim); margin-top: 8px; letter-spacing: 0.18em; }

.contact-cats p { margin-top: 14px; font-size: 12.5px; color: var(--text-dim); }

/* ---------- Photographic page headers — v10 (bracelet: Collections, craft: Shop) ---------- */
.photo-hero { position: relative; overflow: hidden; }
.photo-hero::before {
  content: "";
  position: absolute; inset: 0;
  background: var(--ink) url('../images/atelier-bracelet.jpg') center/cover no-repeat;
  opacity: 0.42;
}
.photo-hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14,13,11,0.6) 0%, rgba(14,13,11,0.35) 45%, rgba(14,13,11,0.82) 100%);
}
.photo-hero .wrap { position: relative; z-index: 2; }
.photo-hero.hero-bg-shop::before { background-image: url('../images/shop-hero.jpg'); opacity: 0.58; }
.photo-hero.hero-bg-contact::before { background-image: url('../images/contact-bg.jpg'); opacity: 0.58; }
.photo-hero.hero-bg-bag {
  min-height: 460px;
  display: flex; align-items: center; justify-content: center;
}
.photo-hero.hero-bg-bag::before {
  background-image: url('../images/transition-dusk.jpg');
  opacity: 0.78;
  background-position: center 38%;
}
.photo-hero.hero-bg-bag::after {
  background: linear-gradient(180deg,
    rgba(14,13,11,0.28) 0%,
    rgba(14,13,11,0.08) 40%,
    rgba(14,13,11,0.52) 100%);
}
.hero-bg-bag .display-title,
.hero-bg-bag .eyebrow { text-shadow: 0 2px 24px rgba(0,0,0,0.55); }

/* Contact right visual — mountain lake, dark and cool, integrated into ink */
.contact-visual {
  position: relative;
  min-height: 520px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  overflow: hidden;
}
.contact-visual::before {
  content: "";
  position: absolute; inset: 0; z-index: 0;
  background: url('../images/contact-lake.jpg') center/cover no-repeat;
  opacity: 0.62;
  filter: saturate(0.85) contrast(1.02);
}
.contact-visual::after {
  content: "";
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(14,13,11,0.30) 0%, transparent 28%, transparent 72%, rgba(14,13,11,0.50) 100%);
}
.contact-visual .body-copy { position: relative; z-index: 2; text-align: center; }

/* Journal — misty forest banner between title and grid */
.journal-banner {
  position: relative;
  height: 480px;
  overflow: hidden;
}
.journal-banner img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 55%;
  filter: brightness(0.70) saturate(0.85) contrast(1.03);
}
.journal-banner::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14,13,11,0.45) 0%, transparent 32%, transparent 62%, rgba(14,13,11,0.72) 100%);
}

/* ---------- Cart ---------- */

.cart-table { width: 100%; border-collapse: collapse; }

.cart-table th {
  text-align: left;
  font-size: 9.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 16px 0;
  border-bottom: 1px solid var(--line-strong);
  font-weight: 400;
}

.cart-table td {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  vertical-align: middle;
}

.cart-qty { display: inline-flex; align-items: center; gap: 14px; }

.cart-qty button {
  background: none;
  border: 1px solid var(--line);
  color: var(--gold-light);
  width: 28px; height: 28px;
  cursor: pointer;
  font-size: 13px;
  transition: border-color 0.4s var(--ease);
}

.cart-qty button:hover { border-color: var(--line-strong); }

.cart-remove {
  background: none; border: none;
  color: var(--text-dim);
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  cursor: pointer;
}

.cart-remove:hover { color: var(--gold-light); }

.cart-summary {
  margin-left: auto;
  width: min(380px, 100%);
  border: 1px solid var(--line);
  padding: 40px;
  background: var(--coal);
}

.cart-summary .row {
  display: flex; justify-content: space-between;
  padding: 12px 0;
  font-size: 13px;
}

.cart-summary .total {
  border-top: 1px solid var(--line-strong);
  margin-top: 12px; padding-top: 22px;
  font-family: var(--serif);
  font-size: 22px;
  color: var(--ivory);
}

.cart-note { font-size: 11px; color: var(--text-dim); margin-top: 20px; line-height: 1.9; }

.empty-cart { text-align: center; padding: 90px 0; }
.empty-cart .zh { font-size: 12px; }

/* ---------- Footer ---------- */

footer {
  background: var(--coal);
  border-top: 1px solid var(--line);
  padding: 90px 0 50px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
}

.footer-brand {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.5em;
  color: var(--gold-light);
}

.footer-tag {
  margin-top: 18px;
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: 0.14em;
  color: var(--text-dim);
}

.footer-sig {
  margin-top: 22px;
  font-family: var(--tibetan);
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--gold-dim);
}

footer h5 {
  font-size: 9.5px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
  font-weight: 400;
}

footer ul { list-style: none; }

footer ul li { margin-bottom: 12px; }

footer ul a {
  font-size: 12px;
  color: var(--text-dim);
  letter-spacing: 0.06em;
}

footer ul a:hover { color: var(--gold-light); }

.footer-legal {
  margin-top: 70px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--text-dim);
}

.footer-legal a:hover { color: var(--gold-light); }

/* ---------- Reveal animation — restrained ---------- */

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 1.1s var(--ease), transform 1.1s var(--ease);
}

.reveal.visible { opacity: 1; transform: none; }

.reveal-d1 { transition-delay: 0.12s; }
.reveal-d2 { transition-delay: 0.24s; }
.reveal-d3 { transition-delay: 0.36s; }

/* ---------- Utility ---------- */

.center { text-align: center; }
.mt-s { margin-top: 34px; }
.mt-m { margin-top: 54px; }
.mt-l { margin-top: 84px; }
.muted { color: var(--text-dim); }
.gold { color: var(--gold-light); }

/* ---------- Responsive ---------- */

@media (max-width: 960px) {
  section { padding: 90px 0; }
  .split { grid-template-columns: 1fr; gap: 44px; }
  .founder-split { grid-template-columns: 1fr; gap: 36px; }
  .founder-photo { max-width: 320px; margin: 0 auto; }
  .col-grid, .prod-grid, .journal-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .pdp { grid-template-columns: 1fr; gap: 44px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .triptych { grid-template-columns: 1fr; }
  .contact-cats { grid-template-columns: 1fr; }
  .contact-visual { min-height: 380px; padding: 36px 24px; }
  .atelier-atmosphere { padding: 110px 0; }
  .journal-banner { height: 300px; }

  .nav-links {
    position: fixed;
    top: 74px; left: 0; right: 0;
    background: rgba(16, 17, 19, 0.97);
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    gap: 26px;
    border-bottom: 1px solid var(--line);
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
}

@media (max-width: 620px) {
  .col-grid, .prod-grid, .journal-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-cta .btn { width: 100%; }
  .pdp-actions .btn { flex: 1; }
  section { padding: 72px 0; }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .reveal { transition: none; opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   V1.0.1 — FINAL REFINEMENT
   English-first premium serif weight · hero split with a darkened
   highland portrait · 五彩经幡 restored (one hero bar + small accents)
   ============================================================ */

/* Display serif gains spine so Cormorant reads premium, not washed */
.display-title { font-weight: 500; letter-spacing: 0.055em; }
.section-title { font-weight: 400; letter-spacing: 0.06em; }
.hero-title    { font-weight: 500; }
.quote-line    { font-weight: 400; }
.triptych h3   { font-weight: 400; }
.col-card .name, .founder-name, .prod-name, .journal-title { font-weight: 400; }

/* ---------- HERO — split cinematic, highland as a dark portrait ---------- */
.hero {
  flex-direction: column;
  padding: 0;
  background:
    radial-gradient(ellipse at 80% 40%, rgba(201, 169, 110, 0.07), transparent 55%),
    var(--ink);
}
.hero-inner {
  width: min(1240px, 92vw);
  margin: auto 0;
  display: grid;
  grid-template-columns: 1.05fr 0.9fr;
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 96px;
}
.hero-copy { max-width: 560px; }
.hero-copy .hero-eyebrow,
.hero-copy .hero-title,
.hero-copy .hero-sub { text-align: left; }
.hero-copy .hero-title { font-size: clamp(38px, 5.6vw, 72px); }
.hero-copy .hero-cta { justify-content: flex-start; }

.hero-figure {
  position: relative;
  aspect-ratio: 3 / 4;
  width: 100%;
  max-height: 74vh;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: var(--coal);
  box-shadow: 0 44px 100px rgba(0, 0, 0, 0.55);
}
.hero-figure img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 22%;
  filter: brightness(0.72) saturate(0.8) contrast(1.04);
  opacity: 0.93;
}
.hero-figure::after {            /* Tibetan double-frame accent */
  content: "";
  position: absolute; inset: 12px;
  border: 1px solid rgba(201, 169, 110, 0.3);
  pointer-events: none;
}

/* Hero 五彩经幡 — the single wide bar (thin, not large-area) */
.hero-lungta {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 8px;
  display: flex;
  z-index: 3;
}

/* ---------- 五彩经幡 (lungta) — v1 live colours ---------- */
.lungta { display: flex; }
.lungta span { flex: 1; }
.lungta span:nth-child(1) { background: #2D5F8A; }  /* sky 天 */
.lungta span:nth-child(2) { background: #E8E8E8; }  /* cloud 云 */
.lungta span:nth-child(3) { background: #C41E3A; }  /* fire 火 */
.lungta span:nth-child(4) { background: #E8C84A; }  /* earth 黄 */
.lungta span:nth-child(5) { background: #2D8A4E; }  /* water 水 */
.lungta-sm { height: 3px; width: 150px; opacity: 0.8; margin: 22px 0 6px; }

/* Memory / story highland image — warmed & muted (no loud bright sky) */
.split-img.muted-img img { filter: brightness(0.8) saturate(0.86); opacity: 0.9; }

/* Atelier — hand + arch photo frame, Tibetan arch shape blending into dark ground */
.split-img.arch {
  display: flex; align-items: center; justify-content: center;
  padding: 0;
  background:
    radial-gradient(ellipse at 50% 45%, rgba(201, 169, 110, 0.06), transparent 60%),
    linear-gradient(160deg, #202023 0%, #171719 100%);
}
.split-img.arch .arch-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 220px 220px 0 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-bottom: none;
}
.split-img.arch .arch-frame::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 35%, transparent 38%, rgba(14,13,11,0.55) 100%),
    linear-gradient(180deg, transparent 65%, rgba(14,13,11,0.75) 100%);
}
.split-img.arch .arch-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 25%;
  filter: brightness(0.94) saturate(0.88);
}

/* Atelier atmosphere — full-width material image with centered text */
.atelier-atmosphere {
  position: relative;
  padding: 160px 0;
  overflow: hidden;
  text-align: center;
}
.aa-img {
  position: absolute; inset: 0; z-index: 0;
}
.aa-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 50%;
  filter: brightness(0.65) saturate(0.82) contrast(1.04);
}
.aa-veil {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse at 50% 45%, transparent 20%, rgba(14,13,11,0.72) 100%),
    linear-gradient(180deg, rgba(14,13,11,0.45) 0%, transparent 30%, transparent 70%, rgba(14,13,11,0.75) 100%);
}
.aa-text {
  position: relative; z-index: 2;
  max-width: 720px;
  margin: 0 auto;
}

/* Atelier wear band — let the turquoise ring pop while keeping text readable */
.atelier-atmosphere.wear-band .aa-img img {
  object-position: center 55%;
  filter: brightness(0.88) saturate(1.18) contrast(1.08);
}
.atelier-atmosphere.wear-band .aa-veil {
  background:
    radial-gradient(ellipse at 55% 55%, transparent 42%, rgba(14,13,11,0.46) 100%),
    linear-gradient(180deg, rgba(14,13,11,0.30) 0%, transparent 28%, transparent 72%, rgba(14,13,11,0.48) 100%);
}

/* ---------- Responsive overrides ---------- */
@media (max-width: 920px) {
  .hero-inner { grid-template-columns: 1fr; gap: 42px; padding-top: 122px; padding-bottom: 64px; }
  .hero-copy { max-width: 100%; }
  .hero-copy .hero-eyebrow,
  .hero-copy .hero-title,
  .hero-copy .hero-sub { text-align: center; }
  .hero-copy .hero-cta { justify-content: center; }
  .hero-figure { max-height: none; aspect-ratio: 4 / 5; }
}

/* =====================================================================
   HOME — full-bleed highland hero restored to v1 live look:
   film grain + golden dust particles + vignette + gilt pill nav.
   Scoped to body.home so the rest of the site is untouched.
   ===================================================================== */

/* Full-screen landscape background, centred content like v1 */
body.home .hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 120px 24px 96px;
  background: var(--ink);
}
body.home .hero-bg {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
}
body.home .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1);
  will-change: transform;
}
/* Film grain overlay — v1 */
body.home .hero-grain {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}
/* Gold dust particles — like v1, generous and breathable */
body.home .hero-particles {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}
body.home .hero-particles::before,
body.home .hero-particles::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow:
    10vw 20vh 0 0 var(--gold-light),
    25vw 35vh 0 0 var(--gold),
    40vw 15vh 0 0 var(--gold-dark),
    55vw 45vh 0 0 var(--gold-light),
    70vw 25vh 0 0 var(--gold),
    85vw 50vh 0 0 var(--gold-dark),
    15vw 60vh 0 0 var(--gold-light),
    35vw 70vh 0 0 var(--gold),
    60vw 65vh 0 0 var(--gold-dark),
    80vw 80vh 0 0 var(--gold-light),
    5vw 85vh 0 0 var(--gold),
    50vw 90vh 0 0 var(--gold-dark),
    90vw 10vh 0 0 var(--gold-light),
    30vw 5vh 0 0 var(--gold);
  opacity: 0;
  animation: particleFloat 12s ease-in-out infinite;
}
body.home .hero-particles::after {
  animation-delay: 6s;
  animation-duration: 15s;
}
@keyframes particleFloat {
  0%, 100% { opacity: 0; transform: translateY(0) scale(0.5); }
  20% { opacity: 0.7; }
  50% { opacity: 0.4; transform: translateY(-30px) scale(1); }
  80% { opacity: 0.2; }
}

/* Sparse, barely-there snowflakes — ivory whisper over the hero */
body.home .hero-snow {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
}
/* Refined vignette — v1 */
body.home .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at 50% 50%, transparent 36%, rgba(14,13,11,0.34) 100%),
    linear-gradient(180deg, rgba(14,13,11,0.38) 0%, transparent 25%, transparent 62%, rgba(14,13,11,0.75) 100%);
}
/* Top fade keeps the nav readable over the sky — v1 */
body.home .hero-top-fade {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 200px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(14,13,11,0.45) 0%, transparent 100%);
  pointer-events: none;
}
body.home .hero-content {
  position: relative;
  z-index: 2;
  width: min(940px, 90vw);
  text-align: center;
  padding-top: 4vh;
}

/* Primary statement — CHIRU in cream, generous tracked caps like v1 */
body.home .hero-title {
  margin: 0 auto;
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(52px, 9vw, 110px);
  letter-spacing: 0.18em;
  line-height: 1;
  color: var(--ivory);
  text-shadow: 0 2px 40px rgba(0,0,0,0.55);
  white-space: nowrap;
  padding-left: 0.18em;
}

/* English tagline — one line, navigation gold, larger than Chinese */
body.home .hero-tagline {
  margin-top: 22px;
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(13px, 1.7vw, 20px);
  letter-spacing: 0.2em;
  line-height: 1.6;
  color: var(--gold);
  text-shadow: 0 1px 20px rgba(0,0,0,0.5);
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

/* Chinese tagline — italic, quiet ivory, strictly secondary */
body.home .hero-zh {
  margin-top: 14px;
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(12px, 1.4vw, 16px);
  letter-spacing: 0.18em;
  line-height: 1.9;
  color: rgba(245,240,232,0.8);
  text-shadow: 0 1px 16px rgba(0,0,0,0.45);
}

body.home .hero-sub {
  margin-top: 26px;
  font-size: clamp(15px, 1.7vw, 19px);
  letter-spacing: 0.1em;
  color: var(--gold-light);
}

/* Full-width five-colour lungta bar across the hero bottom — v2 finer & muted */
body.home .lungta-hero {
  display: none;
}
body.home .lungta-hero i { flex: 1; }
body.home .lungta-hero i:nth-child(1) { background: #4A5C6E; }  /* sky 天 muted */
body.home .lungta-hero i:nth-child(2) { background: #A9AAAC; }  /* cloud 云 muted */
body.home .lungta-hero i:nth-child(3) { background: #8A4750; }  /* fire 火 muted */
body.home .lungta-hero i:nth-child(4) { background: #9C8F66; }  /* earth 黄 muted */
body.home .lungta-hero i:nth-child(5) { background: #5C7263; }  /* water 水 muted */

/* Homepage small lungta strips — same muted palette, finer */
body.home .lungta-sm { height: 2px; opacity: 0.55; }
body.home .lungta span:nth-child(1) { background: #4A5C6E; }
body.home .lungta span:nth-child(2) { background: #A9AAAC; }
body.home .lungta span:nth-child(3) { background: #8A4750; }
body.home .lungta span:nth-child(4) { background: #9C8F66; }
body.home .lungta span:nth-child(5) { background: #5C7263; }

/* CTA row (no black box, keeps the landscape clear) */
body.home .hero-cta { margin-top: 46px; justify-content: center; }

/* Homepage typographic hierarchy — v1 palette kept (colors untouched).
   English quieter, Chinese strictly secondary: smaller & dimmer. */
body.home .section-title { font-size: clamp(23px, 2.9vw, 34px); }
body.home .section-title .zh { font-size: clamp(10.5px, 0.95vw, 13.5px); color: var(--text-dim); margin-top: 14px; letter-spacing: 0.2em; }
body.home .lead { font-size: 15px; }
body.home .lead .zh { font-size: 11px; color: var(--text-dim); letter-spacing: 0.18em; }
body.home .quote-line { font-size: clamp(19px, 2.2vw, 26px); }

/* Navigation — transparent over the landscape, gilt pills like v1 */
body.home .nav {
  background: linear-gradient(180deg, rgba(14,13,11,0.5) 0%, rgba(14,13,11,0) 100%);
  border-bottom: none;
}
body.home .nav-cart { color: var(--ivory); }
body.home .nav-cart:hover { color: var(--gold-light); }

/* Home responsive */
@media (max-width: 920px) {
  body.home .hero { padding: 128px 22px 72px; }
  body.home .hero-title { font-size: clamp(40px, 12vw, 76px); letter-spacing: 0.22em; white-space: nowrap; padding-left: 0.22em; }
  body.home .hero-tagline { font-size: clamp(11px, 2.6vw, 14px); letter-spacing: 0.18em; padding-left: 0.18em; }
  body.home .hero-zh { font-size: clamp(11px, 2.6vw, 13px); }
  body.home .lungta-hero { display: none; }
}

/* ============================================================
   HIGHLAND ATMOSPHERE — homepage brand statement
   Full-bleed Tibetan plateau dusk image, text floats on top.
   ============================================================ */
.highland-atmosphere {
  position: relative;
  min-height: 96vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--ink) url('../images/transition-snow.jpg') center center/cover no-repeat;
}
.highland-atmosphere::before {
  content: "";
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse at 50% 58%, transparent 25%, rgba(14,13,11,0.58) 100%),
    linear-gradient(180deg, rgba(14,13,11,0.68) 0%, rgba(14,13,11,0.25) 32%, rgba(14,13,11,0.35) 55%, rgba(14,13,11,0.78) 100%);
  pointer-events: none;
}
.ha-glow {
  display: none;
}
.ha-contour {
  display: none;
}
.ha-rule {
  position: absolute;
  left: 6vw; top: 13vh; bottom: 13vh;
  width: 1px; z-index: 2;
  background: linear-gradient(180deg, transparent, var(--line-strong), transparent);
  opacity: 0.35;
}
.ha-inner {
  position: relative; z-index: 3;
  padding: 16vh 7vw;
  display: flex;
  align-items: center;
}
.ha-copy {
  width: min(560px, 92%);
  text-align: left;
  margin-left: 3.5vw;
  padding: 5vh 0;
}

@media (max-width: 920px) {
  .highland-atmosphere { min-height: 0; }
  .ha-inner { padding: 96px 26px; }
  .ha-copy { width: 100%; margin-left: 0; }
  .ha-rule { left: 26px; top: 14%; bottom: 14%; }
}

/* ============================================================
   STORY / Born in Aba — full-bleed image, text floats on top
   Compact. Only used on story.html.
   ============================================================ */
.story-highlands-bg {
  position: relative;
  min-height: 0;
  padding: 120px 0 90px;
  overflow: hidden;
  background: var(--ink) url('../images/story-highlands.jpg?v21') center/cover no-repeat;
}
.story-highlands-bg::before {
  content: "";
  position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(180deg, rgba(14,13,11,0.72) 0%, rgba(14,13,11,0.35) 45%, rgba(14,13,11,0.82) 100%);
  pointer-events: none;
}
.story-highlands-bg .ha-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(ellipse 80% 60% at 28% 42%, rgba(14,13,11,0.35), transparent 70%);
  pointer-events: none;
}
.story-highlands-bg .ha-inner {
  position: relative; z-index: 3;
  padding: 0 7vw;
  display: flex;
  align-items: center;
}
.story-highlands-bg .ha-copy {
  width: min(560px, 92%);
  text-align: left;
  margin-left: 3.5vw;
}

@media (max-width: 920px) {
  .story-highlands-bg { padding: 84px 0 70px; }
  .story-highlands-bg .ha-inner { padding: 0 26px; }
  .story-highlands-bg .ha-copy { width: 100%; margin-left: 0; }
}

/* ============================================================
   STORY / Philosophy — full-bleed craft image, text floats on top
   ============================================================ */
.philosophy-atmosphere {
  position: relative;
  padding: 110px 0 96px;
  min-height: 720px;
  overflow: hidden;
  background: var(--coal) url('../images/shop-bg.jpg?v21') center center/cover no-repeat;
}
.philosophy-atmosphere::before {
  content: "";
  position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(180deg, rgba(26,26,28,0.86) 0%, rgba(26,26,28,0.62) 30%, rgba(26,26,28,0.45) 58%, rgba(26,26,28,0.78) 100%);
  pointer-events: none;
}
.philosophy-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(ellipse 70% 55% at 50% 30%, rgba(26,26,28,0.45), transparent 70%);
  pointer-events: none;
}
.philosophy-copy {
  position: relative;
  z-index: 3;
}

@media (max-width: 920px) {
  .philosophy-atmosphere { padding: 84px 0 76px; }
}

/* ---------- WhatsApp float — warm-night palette ---------- */
.wa-float {
  position: fixed;
  right: 22px; bottom: 22px;
  z-index: 200;
  display: inline-flex; align-items: center; gap: 10px;
  background: #161411;
  border: 1px solid rgba(201, 169, 110, 0.36);
  border-radius: 999px;
  padding: 10px 18px 10px 11px;
  color: var(--ivory);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: border-color 0.4s var(--ease), color 0.4s var(--ease), transform 0.4s var(--ease);
}
.wa-float:hover { color: var(--gold-light); border-color: var(--gold); transform: translateY(-2px); }
.wa-float svg { width: 20px; height: 20px; display: block; flex: none; }
@media (max-width: 640px) {
  .wa-float { padding: 12px; }
  .wa-float .wa-txt { display: none; }
}

/* ---------- Contact form dual-channel send ---------- */
.send-choice {
  display: none;
  margin-top: 26px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 18px 20px;
}
.send-choice.visible { display: block; }
.send-choice .sc-hint {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 14px;
}
.send-choice .sc-row { display: flex; flex-wrap: wrap; gap: 12px; }
.send-choice .btn { padding: 11px 20px; font-size: 11px; }
