@font-face { font-family: 'Lato'; font-style: italic; font-weight: 400; font-display: swap; src: url('../assets/fonts/lato-400-italic-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Lato'; font-style: italic; font-weight: 400; font-display: swap; src: url('../assets/fonts/lato-400-italic-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 400; font-display: swap; src: url('../assets/fonts/lato-400-normal-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 400; font-display: swap; src: url('../assets/fonts/lato-400-normal-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 700; font-display: swap; src: url('../assets/fonts/lato-700-normal-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 700; font-display: swap; src: url('../assets/fonts/lato-700-normal-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 900; font-display: swap; src: url('../assets/fonts/lato-900-normal-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 900; font-display: swap; src: url('../assets/fonts/lato-900-normal-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* ============================================================
   Paloma — paloma.supply
   Dark-first design system. Brand: #B5121B, Lato.
   ============================================================ */
:root {
  --red: #B5121B;
  --red-bright: #E0212C;
  --bg: #0A0A0C;
  --bg-2: #121216;
  --bg-3: #1A1A20;
  --line: rgba(255, 255, 255, 0.09);
  --text: #F4F4F2;
  --text-dim: #A6A6AD;
  --text-faint: #6E6E76;
  --tile: #FFFFFF;
  --light-bg: #F6F5F2;
  --light-text: #131316;
  --light-dim: #5B5B63;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow-card: 0 24px 60px -24px rgba(0, 0, 0, 0.75);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --nav-h: 74px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Lato', -apple-system, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.wrap { max-width: 1280px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-weight: 900; line-height: 1.08; letter-spacing: -0.02em; }
.display { font-size: clamp(2.6rem, 6.5vw, 5rem); }
.h2 { font-size: clamp(2rem, 4.2vw, 3.2rem); }
.h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); letter-spacing: -0.01em; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--red-bright);
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--red); }
.lead { font-size: clamp(1.05rem, 1.5vw, 1.25rem); color: var(--text-dim); max-width: 60ch; }
.section-head { display: grid; gap: 18px; margin-bottom: clamp(32px, 5vw, 56px); }
.section-head .row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 28px; border-radius: 999px;
  font-weight: 700; font-size: 0.95rem; letter-spacing: 0.02em;
  border: 1px solid transparent; cursor: pointer;
  transition: transform 0.3s var(--ease-out), background 0.25s, border-color 0.25s, color 0.25s, box-shadow 0.3s;
}
.btn svg { transition: transform 0.3s var(--ease-out); }
.btn:hover svg { transform: translateX(4px); }
.btn-red { background: var(--red); color: #fff; box-shadow: 0 12px 32px -12px rgba(181, 18, 27, 0.55); }
.btn-red:hover { background: var(--red-bright); transform: translateY(-2px); }
.btn-ghost { border-color: rgba(255, 255, 255, 0.22); color: var(--text); }
.btn-ghost:hover { border-color: rgba(255, 255, 255, 0.55); transform: translateY(-2px); background: rgba(255,255,255,0.04); }
.btn-dark { background: var(--light-text); color: #fff; }
.btn-dark:hover { transform: translateY(-2px); }

/* ---------- Nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  height: var(--nav-h);
  display: flex; align-items: center;
  transition: background 0.35s, border-color 0.35s, backdrop-filter 0.35s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled, .nav.solid {
  background: rgba(10, 10, 12, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom-color: var(--line);
}
.nav .wrap { width: 100%; display: flex; align-items: center; gap: 40px; }
.nav-logo img { height: 52px; width: auto; }
.lang-select {
  background: var(--bg-3); color: var(--text-dim); border: 1px solid var(--line);
  border-radius: 999px; padding: 8px 14px; font-family: inherit; font-weight: 700;
  font-size: 0.82rem; cursor: pointer; outline: none; max-width: 150px;
  transition: border-color 0.25s, color 0.25s;
}
.lang-select:hover, .lang-select:focus { color: var(--text); border-color: rgba(255,255,255,0.35); }
html[lang^="zh-Hans"] body { font-family: 'Lato', 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif; }
html[lang^="zh-Hant"] body { font-family: 'Lato', 'Noto Sans TC', 'PingFang HK', 'Microsoft JhengHei', sans-serif; }
html[lang="ja"] body { font-family: 'Lato', 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic', sans-serif; }
.nav-links { display: flex; gap: 30px; margin-left: auto; align-items: center; }
.nav-links a { font-weight: 700; font-size: 0.92rem; color: var(--text-dim); transition: color 0.2s; position: relative; }
.nav-links a:hover, .nav-links a.active { color: var(--text); }
.nav-links a.active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; background: var(--red);
}
.nav-cta { margin-left: 8px; }
.nav-burger { display: none; margin-left: auto; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-burger span { display: block; width: 24px; height: 2px; background: var(--text); margin: 5px 0; transition: 0.3s; }

/* mobile menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: 99; background: rgba(8, 8, 10, 0.98);
  display: flex; flex-direction: column; justify-content: center; padding: 48px;
  gap: 8px; opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu a { font-size: 1.8rem; font-weight: 900; padding: 10px 0; color: var(--text); }
.mobile-menu a span { color: var(--red-bright); }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media video, .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to top, var(--bg) 4%, rgba(10,10,12,0.55) 40%, rgba(10,10,12,0.35) 100%),
    radial-gradient(120% 90% at 15% 100%, rgba(181,18,27,0.28), transparent 55%);
}
.hero-content { position: relative; z-index: 2; padding: 0 0 clamp(56px, 9vh, 110px); width: 100%; }
.hero-content .eyebrow { margin-bottom: 20px; }
.hero-content h1 { max-width: 14ch; margin-bottom: 22px; }
.hero-content h1 em { font-style: normal; color: var(--red-bright); }
.hero-content .lead { margin-bottom: 36px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-scroll {
  position: absolute; right: clamp(20px, 4vw, 48px); bottom: 40px; z-index: 2;
  font-size: 0.72rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--text-faint);
  writing-mode: vertical-rl; display: flex; align-items: center; gap: 12px;
}
.hero-scroll::after { content: ""; width: 1px; height: 48px; background: linear-gradient(var(--red), transparent); }

/* ---------- Stats strip ---------- */
.stats { border-block: 1px solid var(--line); background: var(--bg-2); }
.stats .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: clamp(28px, 4vw, 44px) 24px; text-align: center; position: relative; }
.stat + .stat::before { content: ""; position: absolute; left: 0; top: 25%; bottom: 25%; width: 1px; background: var(--line); }
.stat b { display: block; font-size: clamp(1.7rem, 3vw, 2.6rem); font-weight: 900; letter-spacing: -0.02em; }
.stat b i { font-style: normal; color: var(--red-bright); }
.stat span { font-size: 0.85rem; color: var(--text-dim); letter-spacing: 0.06em; text-transform: uppercase; font-weight: 700; }

/* ---------- Sections ---------- */
.section { padding: clamp(64px, 9vw, 130px) 0; position: relative; }
.section-light { background: var(--light-bg); color: var(--light-text); }
.section-light .lead { color: var(--light-dim); }
.section-light .eyebrow { color: var(--red); }

/* ---------- Category grid ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cat-card {
  position: relative; border-radius: var(--radius); overflow: hidden;
  background: var(--bg-2); border: 1px solid var(--line);
  aspect-ratio: 4 / 4.6; display: flex; flex-direction: column; justify-content: flex-end;
  transition: transform 0.45s var(--ease-out), border-color 0.3s;
}
.cat-card:hover { transform: translateY(-6px); border-color: rgba(224, 33, 44, 0.45); }
.cat-card .cat-img {
  position: absolute; inset: 0 0 28% 0; display: flex; align-items: center; justify-content: center; padding: 12%;
  background: radial-gradient(90% 90% at 50% 30%, #ffffff 0%, #ececea 100%);
  margin: 14px; border-radius: calc(var(--radius) - 6px);
  transition: transform 0.5s var(--ease-out);
}
.cat-card .cat-img img { max-height: 100%; object-fit: contain; transition: transform 0.55s var(--ease-out); }
.cat-card:hover .cat-img img { transform: scale(1.07) rotate(-1.2deg); }
.cat-body { position: relative; padding: 18px 20px 20px; }
.cat-body h3 { font-size: 1.08rem; margin-bottom: 4px; }
.cat-body p { font-size: 0.84rem; color: var(--text-dim); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.cat-body .count { position: absolute; top: -34px; right: 22px; font-size: 0.75rem; font-weight: 700; color: var(--text-faint); letter-spacing: 0.1em; }

/* ---------- Product cards (tilt) ---------- */
.prod-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 20px; }
.prod-card { perspective: 1000px; display: block; }
.prod-card .tilt {
  position: relative; border-radius: var(--radius); overflow: hidden;
  background: var(--bg-2); border: 1px solid var(--line);
  transform-style: preserve-3d; will-change: transform;
  transition: border-color 0.3s, box-shadow 0.4s;
}
.prod-card:hover .tilt { border-color: rgba(224, 33, 44, 0.5); box-shadow: var(--shadow-card); }
.prod-media {
  aspect-ratio: 1 / 1; margin: 12px; border-radius: calc(var(--radius) - 6px);
  background: radial-gradient(95% 95% at 50% 25%, #ffffff 0%, #ebebe9 100%);
  display: flex; align-items: center; justify-content: center; padding: 9%;
  position: relative; overflow: hidden;
}
.prod-media img { max-height: 100%; object-fit: contain; transform: translateZ(34px); transition: transform 0.4s var(--ease-out); }
.prod-media .glare {
  position: absolute; inset: -60%;
  background: radial-gradient(closest-side, rgba(255, 255, 255, 0.85), transparent 65%);
  opacity: 0; transition: opacity 0.3s; pointer-events: none; mix-blend-mode: soft-light;
}
.prod-body { padding: 6px 20px 20px; transform: translateZ(20px); }
.prod-body .cat { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red-bright); }
.prod-body h3 { font-size: 1.06rem; margin: 6px 0 6px; }
.prod-body p { font-size: 0.86rem; color: var(--text-dim); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.prod-body .more { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; font-size: 0.84rem; font-weight: 700; color: var(--text); }
.prod-body .more svg { transition: transform 0.3s var(--ease-out); }
.prod-card:hover .more svg { transform: translateX(4px); }
.prod-card:hover .more { color: var(--red-bright); }
.banner-card .prod-body { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 2px; }
.badge {
  position: absolute; top: 22px; left: 22px; z-index: 3;
  background: var(--red); color: #fff; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px;
  transform: translateZ(40px);
}
.badge.video-badge { background: rgba(12,12,14,0.78); backdrop-filter: blur(6px); display: inline-flex; align-items: center; gap: 6px; }
.badge.video-badge::before { content: "▶"; font-size: 0.6rem; color: var(--red-bright); }

/* ---------- Filter bar ---------- */
.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }
.chip {
  padding: 9px 20px; border-radius: 999px; border: 1px solid var(--line);
  background: var(--bg-2); color: var(--text-dim); font-weight: 700; font-size: 0.87rem;
  cursor: pointer; transition: all 0.25s; font-family: inherit;
}
.chip:hover { color: var(--text); border-color: rgba(255, 255, 255, 0.3); }
.chip.active { background: var(--red); border-color: var(--red); color: #fff; }
.search-box {
  flex: 1 1 220px; min-width: 200px; display: flex; align-items: center; gap: 10px;
  border: 1px solid var(--line); border-radius: 999px; padding: 9px 20px; background: var(--bg-2);
}
.search-box input {
  background: none; border: 0; outline: 0; color: var(--text); font-family: inherit;
  font-size: 0.92rem; width: 100%;
}
.search-box svg { flex: none; opacity: 0.5; }

/* ---------- Lifestyle (light) ---------- */
.life-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.life-grid figure { border-radius: var(--radius); overflow: hidden; position: relative; margin: 0; }
.life-grid figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease-out); }
.life-grid figure:hover img { transform: scale(1.05); }
.life-grid .l-a { grid-column: span 7; aspect-ratio: 16 / 10; }
.life-grid .l-b { grid-column: span 5; aspect-ratio: 4 / 3.55; }
.life-grid .l-c { grid-column: span 4; aspect-ratio: 1 / 1; }
.life-grid .l-d { grid-column: span 4; aspect-ratio: 1 / 1; }
.life-grid .l-e { grid-column: span 4; aspect-ratio: 1 / 1; }

/* ---------- Feature split (test lab / eco) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.split-media { border-radius: var(--radius); overflow: hidden; position: relative; }
.split-media img, .split-media video { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3.2; }
.split-body .eyebrow { margin-bottom: 18px; }
.split-body .h2 { margin-bottom: 18px; }
.split-body .lead { margin-bottom: 28px; }
.tick-list { display: grid; gap: 14px; margin-bottom: 32px; }
.tick-list li { display: flex; gap: 14px; align-items: flex-start; color: var(--text-dim); }
.section-light .tick-list li { color: var(--light-dim); }
.tick-list li::before {
  content: "✓"; flex: none; width: 24px; height: 24px; border-radius: 50%;
  background: rgba(181, 18, 27, 0.14); color: var(--red-bright);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.8rem; font-weight: 900; margin-top: 2px;
}

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; border-block: 1px solid var(--line); padding: 22px 0; background: var(--bg); }
.marquee-track { display: flex; gap: 56px; width: max-content; animation: marquee 38s linear infinite; }
.marquee-track span {
  font-size: 1rem; font-weight: 900; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--text-faint); display: flex; align-items: center; gap: 56px; white-space: nowrap;
}
.marquee-track span::after { content: "●"; color: var(--red); font-size: 0.55rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Product detail page ---------- */
.pd-hero { padding-top: calc(var(--nav-h) + clamp(28px, 5vw, 60px)); }
.pd-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.pd-gallery { position: sticky; top: calc(var(--nav-h) + 24px); }
.pd-main {
  border-radius: var(--radius); overflow: hidden; perspective: 900px;
  background: radial-gradient(100% 100% at 50% 20%, #ffffff 0%, #e9e9e7 100%);
  aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; padding: 7%;
  position: relative; cursor: crosshair;
}
.pd-main img { max-height: 100%; object-fit: contain; will-change: transform; transition: transform 0.25s ease-out; }
.pd-main .glare {
  position: absolute; inset: -60%;
  background: radial-gradient(closest-side, rgba(255,255,255,0.9), transparent 62%);
  opacity: 0; pointer-events: none; mix-blend-mode: soft-light; transition: opacity 0.3s;
}
.pd-hint {
  position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%);
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(19, 19, 22, 0.45); background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(4px);
  padding: 6px 14px; border-radius: 999px; pointer-events: none;
}
.pd-thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 12px; }
.pd-thumbs button {
  border-radius: var(--radius-sm); overflow: hidden; border: 2px solid transparent; cursor: pointer;
  background: radial-gradient(100% 100% at 50% 30%, #fff, #ececea); aspect-ratio: 1/1; padding: 8%;
  transition: border-color 0.25s, transform 0.25s;
}
.pd-thumbs button img { width: 100%; height: 100%; object-fit: contain; }
.pd-thumbs button:hover { transform: translateY(-2px); }
.pd-thumbs button.active { border-color: var(--red); }
.pd-info .eyebrow { margin-bottom: 14px; }
.pd-info h1 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); margin-bottom: 18px; }
.pd-info .lead { font-size: 1.05rem; margin-bottom: 28px; }
.pd-block { border-top: 1px solid var(--line); padding: 22px 0; }
.pd-block h4 { font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-faint); margin-bottom: 14px; }
.finish-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.finish-chips span {
  padding: 7px 16px; border: 1px solid var(--line); border-radius: 999px;
  font-size: 0.85rem; font-weight: 700; color: var(--text-dim); background: var(--bg-2);
}
.size-list { display: flex; flex-wrap: wrap; gap: 8px; }
.size-list span {
  padding: 7px 16px; border-radius: var(--radius-sm); font-size: 0.85rem; font-weight: 700;
  background: var(--bg-3); color: var(--text-dim); border: 1px solid var(--line);
}
.pd-note { font-size: 0.9rem; color: var(--text-dim); background: var(--bg-2); border-left: 3px solid var(--red); padding: 14px 18px; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.pd-ctas { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }

.pd-video { margin-top: clamp(48px, 7vw, 90px); }
.pd-video video { width: 100%; border-radius: var(--radius); background: #000; }
.pd-drawings { margin-top: clamp(48px, 7vw, 90px); }
.draw-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
.draw-grid figure {
  background: #fff; border-radius: var(--radius-sm); padding: 18px; margin: 0;
  display: flex; align-items: center; justify-content: center; aspect-ratio: 4/3;
}
.draw-grid img { max-height: 100%; object-fit: contain; }
.related { margin-top: clamp(48px, 7vw, 90px); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(36px, 6vw, 80px); }
.contact-card {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(24px, 3vw, 40px); margin-bottom: 18px;
}
.contact-card h3 { margin-bottom: 6px; }
.contact-card .role { color: var(--red-bright); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 18px; }
.contact-rows { display: grid; gap: 12px; }
.contact-rows a, .contact-rows div { display: flex; gap: 14px; align-items: center; color: var(--text-dim); font-size: 0.98rem; transition: color 0.2s; }
.contact-rows a:hover { color: var(--text); }
.contact-rows svg { flex: none; color: var(--red-bright); }
.contact-form { display: grid; gap: 14px; }
.contact-form label { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-faint); }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%; background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 14px 16px; color: var(--text); font-family: inherit; font-size: 0.98rem; outline: none;
  transition: border-color 0.25s;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: rgba(224, 33, 44, 0.6); }
.contact-form .hp-field { position: absolute; left: -9999px; height: 0; width: 0; opacity: 0; pointer-events: none; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { padding: calc(var(--nav-h) + clamp(48px, 9vw, 110px)) 0 clamp(40px, 6vw, 80px); position: relative; overflow: hidden; }
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(70% 90% at 85% 0%, rgba(181, 18, 27, 0.16), transparent 60%);
  pointer-events: none;
}
.page-hero .eyebrow { margin-bottom: 18px; }
.page-hero h1 { max-width: 18ch; }
.page-hero .lead { margin-top: 20px; }

/* ---------- Cert cards ---------- */
.cert-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cert-card {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; transition: transform 0.4s var(--ease-out), border-color 0.3s;
}
.cert-card:hover { transform: translateY(-5px); border-color: rgba(224, 33, 44, 0.4); }
.cert-card .ico {
  width: 52px; height: 52px; border-radius: 14px; background: rgba(181, 18, 27, 0.13);
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: var(--red-bright);
}
.cert-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.cert-card p { font-size: 0.9rem; color: var(--text-dim); }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line); background: var(--bg-2); padding: clamp(48px, 6vw, 80px) 0 36px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; margin-bottom: 48px; }
.footer-brand img { height: 50px; margin-bottom: 18px; }
a.cert-card { display: block; }
.footer-brand p { color: var(--text-dim); font-size: 0.92rem; max-width: 34ch; }
.footer h4 { font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-faint); margin-bottom: 18px; }
.footer-col ul { display: grid; gap: 10px; }
.footer-col a { color: var(--text-dim); font-size: 0.94rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--text); }
.footer-bottom {
  border-top: 1px solid var(--line); padding-top: 28px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  color: var(--text-faint); font-size: 0.84rem;
}

/* ---------- Reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.08s; } .reveal-d2 { transition-delay: 0.16s; }
.reveal-d3 { transition-delay: 0.24s; } .reveal-d4 { transition-delay: 0.32s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .stats .wrap { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3)::before { display: none; }
  .split, .pd-grid, .contact-grid { grid-template-columns: 1fr; }
  .pd-gallery { position: static; }
  .cert-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .life-grid .l-a, .life-grid .l-b { grid-column: span 12; }
  .life-grid .l-c, .life-grid .l-d { grid-column: span 6; }
  .life-grid .l-e { grid-column: span 12; aspect-ratio: 16/8; }
}
@media (max-width: 720px) {
  .nav-links { display: none; }
  .nav-burger { display: block; }
  .cat-grid { grid-template-columns: 1fr; }
  .cat-card { aspect-ratio: 4/4.2; }
  .prod-grid { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
  .cert-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .pd-thumbs { grid-template-columns: repeat(5, 1fr); }
  .stats .wrap { grid-template-columns: repeat(2, 1fr); }
}
