/* NAKHRA — Premium construction luxury theme
   Palette: Dark Emerald / Gold / Cream
   Type: Cormorant Garamond · Kanit · IBM Plex Sans Thai · Montserrat
*/

:root {
  --naka-950: #021C17;
  --naka-900: #052F27;
  --naka-800: #073D32;
  --naka-700: #0B4B3B;
  --naka-600: #0E5C48;
  --gold-500: #D7A941;
  --gold-400: #E8C15A;
  --gold-300: #F2D37B;
  --cream: #F6F2E9;
  --white: #FFFFFF;
  --ink: #EDE6D6;
  --muted: #B7C4BE;
  --line: rgba(215, 169, 65, 0.28);
  --glass: rgba(5, 47, 39, 0.62);
  --header-h: 84px;
  --bottom-nav-h: 68px;
  --font-luxury: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-heading: Kanit, "Noto Sans Thai", "PingFang SC", "Noto Sans SC", sans-serif;
  --font-body: "IBM Plex Sans Thai", "Noto Sans Thai", "PingFang SC", "Noto Sans SC", system-ui, sans-serif;
  --font-label: Montserrat, system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}
body {
  margin: 0;
  background: var(--naka-950);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  -webkit-tap-highlight-color: transparent;
}

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

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.font-luxury { font-family: var(--font-luxury); }
.font-heading,
.font-display {
  font-family: var(--font-heading);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.font-body { font-family: var(--font-body); font-weight: 400; }
.font-label {
  font-family: var(--font-label);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.font-stat {
  font-family: Montserrat, "IBM Plex Sans Thai", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

h1, h2 {
  font-family: var(--font-heading);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
h1 { font-weight: 600; }
h3 {
  font-family: var(--font-heading);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3,
html[lang="en"] .font-display,
html[lang="en"] .font-heading,
html[lang="en"] .section-title {
  font-family: var(--font-luxury);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.15;
}
html[lang="en"] h2.footer-label {
  font-family: var(--font-label);
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.2;
}

.container-lux {
  width: min(1280px, calc(100% - 40px));
  margin-inline: auto;
}

/* Gold utilities */
.gold-text {
  background: linear-gradient(180deg, #F2D37B 0%, #E8C15A 46%, #D7A941 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.gold-border { border: 1px solid var(--line); }
.gold-glow { box-shadow: 0 0 0 1px rgba(215,169,65,.22), 0 18px 50px rgba(2,28,23,.45); }
.gold-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232,193,90,.7), transparent);
}

/* Decorative gold curves used across hero / footer */
.gold-curve {
  position: absolute;
  pointer-events: none;
  border: 1.5px solid rgba(232,193,90,.48);
  border-radius: 999px;
  box-shadow: inset 0 0 40px rgba(215,169,65,.08);
  animation: gold-curve-pulse 8s ease-in-out infinite;
}
.gold-curve.is-br { animation-delay: 1.6s; }
.gold-curve.is-tr { width: 480px; height: 480px; top: -150px; right: -170px; }
.gold-curve.is-br { width: 620px; height: 620px; bottom: -300px; right: -200px; }
.gold-curve.is-bl { width: 380px; height: 380px; bottom: -180px; left: -160px; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .06em;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
  cursor: pointer;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.icon-line {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}
.icon-line--lg {
  width: 22px;
  height: 22px;
  border-radius: 5px;
}
.footer-chip-icon .icon-line {
  width: 20px;
  height: 20px;
}
.icon-line--inline {
  width: 1.15em;
  height: 1.15em;
  display: inline;
  vertical-align: -0.18em;
  margin-right: .28em;
  border-radius: 3px;
}
.line-mention {
  color: #F2D37B;
  white-space: nowrap;
}
.line-mention:hover {
  color: #FFF3C4;
}
.btn-gold {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #F2D37B, #D7A941);
  color: #1a1404;
  font-weight: 600;
  box-shadow: 0 10px 28px rgba(215,169,65,.28);
}
.btn-gold::after {
  content: "";
  position: absolute;
  inset: -20% -40%;
  background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,.55) 50%, transparent 65%);
  transform: translateX(-80%);
  animation: gold-btn-sheen 4.8s ease-in-out infinite;
  pointer-events: none;
}
.btn-gold:hover { box-shadow: 0 14px 34px rgba(215,169,65,.5); }
.btn-ghost {
  background: transparent;
  color: var(--cream);
  border-color: rgba(232,193,90,.55);
}
.btn-ghost:hover { background: rgba(232,193,90,.08); }

.header-cta {
  align-items: center;
  gap: 10px;
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.header-cta:hover { color: var(--gold-300); }
.header-cta-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(232,193,90,.55);
  display: grid;
  place-items: center;
  color: var(--gold-300);
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  height: var(--header-h);
  display: flex;
  align-items: center;
  overflow: visible;
  padding-inline: 8px;
  background: transparent;
  transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease, border-color .3s ease;
  border-bottom: 1px solid transparent;
}
.site-header .container-lux {
  width: min(1280px, calc(100% - 56px));
}
.site-header.is-scrolled {
  background: rgba(2, 28, 23, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 10px 40px rgba(0,0,0,.28);
  border-bottom-color: rgba(215,169,65,.16);
}
.site-header .nav-link {
  position: relative;
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(246,242,233,.78);
  padding: 8px 0;
}
.site-header .nav-link:hover,
.site-header .nav-link.is-active { color: var(--gold-300); }
.site-header .nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-400), transparent);
}

.logo-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  flex-shrink: 0;
}
.site-header .logo-mark {
  width: 48px;
  height: 48px;
  margin-left: 4px;
  padding: 2px 0 2px 6px;
}
.logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 4px 12px rgba(215, 169, 65, 0.28));
}
.logo-mark.is-sm {
  width: 44px;
  height: 44px;
}
.logo-mark.is-sm img {
  width: 44px;
  height: 44px;
}
.logo-mark.is-lg {
  width: 88px;
  height: 88px;
}
.logo-mark.is-lg img {
  width: 88px;
  height: 88px;
}
.logo-word { line-height: 1.15; }
.logo-word .logo-brand {
  display: block;
  font-family: var(--font-luxury);
  font-weight: 600;
  font-size: clamp(20px, 2vw, 24px);
  letter-spacing: 0.08em;
  line-height: 1;
  color: #ffb100;
  background:
    radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #cd8e00 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #ffb100 62.5%, #ffb100 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.logo-word .logo-en {
  font-family: var(--font-label);
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.logo-word .logo-th {
  font-family: var(--font-body);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(232,193,90,.28);
  border-radius: 999px;
}
.lang-switch a {
  min-width: 0;
  height: 28px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 999px;
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .08em;
  color: rgba(246,242,233,.7);
}
.lang-flag {
  width: 18px;
  height: 12px;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(246,242,233,.22);
  flex-shrink: 0;
}
.lang-switch a.is-active,
.lang-switch a[aria-current="true"] {
  background: rgba(215,169,65,.16);
  color: var(--gold-300);
}
@media (max-width: 390px) {
  .lang-switch { padding: 2px; }
  .lang-switch a { min-width: 0; height: 26px; padding: 0 6px; font-size: 10px; gap: 4px; }
  .lang-flag { width: 16px; height: 11px; }
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: #021C17;
  color: var(--cream);
}
.hero-media {
  position: absolute;
  inset: 0;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.hero-slide.is-active { opacity: 1; }
.hero-media img,
.hero-media picture,
.hero-media picture img,
.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% 38%;
  filter: saturate(1.02) contrast(1.04) brightness(0.9);
}
.hero-slide:nth-child(2) img { object-position: center 42%; }
.hero-slide:nth-child(3) img { object-position: 70% 50%; }
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(2,28,23,.78) 0%, rgba(2,28,23,.42) 32%, rgba(2,28,23,.12) 58%, rgba(2,28,23,.08) 100%),
    linear-gradient(180deg, rgba(2,28,23,.5) 0%, transparent 18%, transparent 62%, rgba(2,28,23,.82) 100%);
}
.hero-tint {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #052F27;
  mix-blend-mode: multiply;
  opacity: .14;
  pointer-events: none;
}
.hero-controls {
  position: absolute;
  left: 50%;
  bottom: 118px;
  transform: translateX(-50%);
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(246,242,233,.35);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}
.hero-dot.is-active {
  width: 28px;
  background: linear-gradient(180deg, #F2D37B, #D7A941);
}
.hero-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(232,193,90,.45);
  background: rgba(2,28,23,.4);
  color: var(--gold-300);
  cursor: pointer;
  backdrop-filter: blur(8px);
}
.hero-arrow:hover {
  background: rgba(215,169,65,.16);
  border-color: rgba(232,193,90,.75);
}
.hero-copy {
  width: 100%;
  max-width: 640px;
  padding: 72px 0 120px;
}
.hero-gold-dust {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(242,211,123,.85) 0 1.2px, transparent 1.8px),
    radial-gradient(circle, rgba(255,248,210,.7) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(215,169,65,.7) 0 1.4px, transparent 2px);
  background-size: 220px 180px, 160px 140px, 280px 220px;
  background-position: 12% 28%, 72% 42%, 38% 78%;
  animation: gold-dust-drift 14s ease-in-out infinite;
  opacity: .55;
  mix-blend-mode: screen;
}
.hero-script {
  position: absolute;
  right: max(36px, calc((100vw - 1280px) / 2));
  bottom: 168px;
  z-index: 4;
  margin: 0;
  font-family: var(--font-luxury);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(26px, 2.8vw, 40px);
  line-height: 1.12;
  text-align: right;
  color: #E8C15A;
  background-image:
    linear-gradient(108deg, transparent 30%, rgba(255,255,255,.8) 50%, transparent 70%),
    linear-gradient(180deg, #FFF3C4, #E8C15A 46%, #D7A941);
  background-size: 220% 100%, 100% 100%;
  background-position: 160% 0, 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 8px 16px rgba(205,142,0,.22));
  animation: nakhra-gold-shine 7.2s ease-in-out 1.2s infinite;
}
.hero-script span { display: block; }
.hero-caption {
  position: absolute;
  right: max(36px, calc((100vw - 1280px) / 2));
  bottom: 72px;
  z-index: 4;
  margin: 0;
  text-align: right;
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(246,242,233,.88);
}
.hero-kicker {
  font-family: var(--font-label);
  font-weight: 500;
  color: var(--gold-400);
  font-size: 12px;
  letter-spacing: .32em;
  text-transform: uppercase;
  margin: 0 0 10px;
  text-shadow: 0 0 18px rgba(242,211,123,.35);
}
.hero-seo {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(18px, 2vw, 26px);
  letter-spacing: -0.01em;
  line-height: 1.4;
  color: var(--cream);
  margin: 0 0 16px;
  max-width: 22em;
}
html[lang="en"] .hero-seo {
  font-family: var(--font-luxury);
  font-weight: 600;
}
.hero-brand {
  font-family: var(--font-luxury);
  font-size: clamp(64px, 10vw, 128px);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 0.88;
  margin: 0 0 6px;
  color: #ffb100;
  background-image:
    linear-gradient(
      108deg,
      transparent 0%,
      transparent 36%,
      rgba(255, 248, 210, .08) 44%,
      rgba(255, 255, 255, .92) 50%,
      rgba(253, 185, 49, .65) 54%,
      transparent 64%,
      transparent 100%
    ),
    radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #cd8e00 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #ffb100 62.5%, #ffb100 100%);
  background-size: 240% 100%, 140% 140%, 140% 140%;
  background-position: 160% 0, 100% 100%, 0 0;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 10px 22px rgba(205, 142, 0, .28));
  animation: nakhra-gold-shine 6.5s ease-in-out infinite;
}
@keyframes nakhra-gold-shine {
  0%, 18% {
    background-position: 165% 0, 100% 100%, 0 0;
  }
  48% {
    background-position: -45% 0, 55% 70%, 40% 20%;
  }
  100% {
    background-position: -45% 0, 0 0, 100% 100%;
  }
}
@keyframes gold-curve-pulse {
  0%, 100% { opacity: .55; box-shadow: inset 0 0 40px rgba(215,169,65,.08); }
  50% { opacity: 1; box-shadow: inset 0 0 70px rgba(242,211,123,.22); }
}
@keyframes gold-dust-drift {
  0%, 100% { background-position: 12% 28%, 72% 42%, 38% 78%; opacity: .4; }
  50% { background-position: 18% 22%, 66% 48%, 44% 72%; opacity: .7; }
}
@keyframes gold-btn-sheen {
  0%, 35% { transform: translateX(-80%); }
  60%, 100% { transform: translateX(80%); }
}
@keyframes gold-quote-glow {
  0%, 100% { text-shadow: 0 0 0 rgba(242,211,123,0); }
  50% { text-shadow: 0 0 22px rgba(242,211,123,.35); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-brand,
  .hero-script,
  .hero-tag,
  .hero-quote,
  .gold-curve,
  .hero-gold-dust,
  .btn-gold::after { animation: none; }
}
.hero-tag {
  font-family: var(--font-label);
  font-weight: 500;
  font-size: clamp(16px, 1.8vw, 22px);
  letter-spacing: .42em;
  margin: 0 0 28px;
  text-transform: uppercase;
  color: #E8C15A;
  background-image:
    linear-gradient(108deg, transparent 32%, rgba(255,255,255,.75) 50%, transparent 68%),
    linear-gradient(180deg, #FFF3C4, #E8C15A 50%, #D7A941);
  background-size: 240% 100%, 100% 100%;
  background-position: 160% 0, 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: nakhra-gold-shine 8s ease-in-out .6s infinite;
}
.hero-quote {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(18px, 1.8vw, 26px);
  letter-spacing: -0.01em;
  line-height: 1.45;
  color: var(--gold-300);
  margin: 0 0 12px;
  animation: gold-quote-glow 5.5s ease-in-out infinite;
}
html[lang="en"] .hero-quote {
  font-family: var(--font-luxury);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.hero-desc,
.hero-description {
  max-width: 460px;
  color: rgba(246,242,233,.82);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.8;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
  max-width: 560px;
}
.hero-stats strong {
  display: block;
  font-family: Montserrat, "IBM Plex Sans Thai", system-ui, sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: var(--gold-300);
  letter-spacing: .04em;
  line-height: 1;
}
.hero-stats span {
  display: block;
  margin-top: 6px;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
}

.float-card {
  position: absolute;
  top: 118px;
  right: max(40px, calc((100vw - 1280px) / 2));
  width: min(250px, 28vw);
  padding: 22px 22px 20px;
  border-radius: 18px;
  background: rgba(5,47,39,.42);
  border: 1px solid rgba(232,193,90,.38);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 18px 50px rgba(0,0,0,.28);
}
.float-card .play {
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(180deg, #F2D37B, #D7A941);
  color: #1a1404;
  margin-left: auto;
  box-shadow: 0 8px 20px rgba(215,169,65,.35);
}

/* USP floating bar */
.usp-bar {
  position: relative;
  z-index: 8;
  margin-top: -56px;
}
.usp-panel {
  position: relative;
  padding-top: 36px;
  background:
    radial-gradient(420px 160px at 50% 0%, rgba(215,169,65,.16), transparent 60%),
    linear-gradient(180deg, rgba(11,75,59,.96), rgba(2,28,23,.98));
  border: 1px solid rgba(232,193,90,.38);
  border-radius: 28px;
  box-shadow:
    0 0 0 1px rgba(215,169,65,.08),
    0 28px 70px rgba(0,0,0,.4);
}
.usp-seal {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  width: 92px;
  height: 92px;
  transform: translate(-50%, -46%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 32%, #0E5C48, #021C17 72%);
  border: 2px solid rgba(232,193,90,.7);
  box-shadow:
    0 0 0 6px rgba(2,28,23,.88),
    0 0 0 7px rgba(215,169,65,.35),
    0 16px 36px rgba(0,0,0,.4);
}
.usp-seal img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(215,169,65,.35));
}
.usp-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.usp-item {
  padding: 52px 22px 34px;
  text-align: center;
  border-right: 1px solid rgba(232,193,90,.14);
  transition: background .25s ease;
}
.usp-item:last-child { border-right: 0; }
.usp-item:hover { background: rgba(215,169,65,.05); }
.usp-medal {
  width: 76px;
  height: 76px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #F2D37B;
  background:
    radial-gradient(circle at 35% 30%, rgba(242,211,123,.22), transparent 46%),
    radial-gradient(circle at 50% 50%, #0B4B3B, #021C17 78%);
  border: 1.5px solid rgba(232,193,90,.55);
  box-shadow:
    inset 0 0 18px rgba(215,169,65,.12),
    0 8px 22px rgba(0,0,0,.28);
}
.usp-medal-icon {
  width: 32px;
  height: 32px;
  stroke-width: 1.5;
}
.usp-item h3 {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--cream);
}
.usp-item p {
  margin: 0 auto;
  max-width: 220px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--muted);
}

/* Products */
.section { position: relative; padding: 92px 0; }
.section-kicker {
  font-family: var(--font-label);
  font-weight: 500;
  color: var(--gold-400);
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: 11px;
}
.section-title {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(32px, 4vw, 48px);
  margin: 8px 0 10px;
  line-height: 1.22;
  letter-spacing: -0.02em;
}
h1.section-title { font-weight: 600; }
.page-hero-copy { position: relative; z-index: 2; }
.page-hero .section-title {
  color: var(--gold-300);
  text-shadow: 0 2px 18px rgba(2,28,23,.45);
}
.page-hero-brand {
  color: var(--gold-400);
  font-family: var(--font-label);
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 0 12px;
}
.page-hero-lead {
  color: var(--gold-300);
  max-width: 40rem;
  opacity: .92;
}
.home-intro {
  padding: 28px 0 12px;
  background: #041910;
}
.home-intro-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 28px 32px;
  align-items: start;
  padding: 36px 36px 32px;
  border-radius: 28px;
  border: 1px solid rgba(232,193,90,.32);
  background:
    radial-gradient(520px 220px at 12% 0%, rgba(215,169,65,.14), transparent 58%),
    linear-gradient(180deg, rgba(11,75,59,.55), rgba(2,28,23,.94));
  box-shadow:
    0 0 0 1px rgba(215,169,65,.06),
    0 24px 60px rgba(0,0,0,.32);
}
.home-intro-copy { min-width: 0; }
.home-intro-title {
  margin: 8px 0 0;
  font-weight: 500;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: #F2D37B;
  max-width: 16ch;
}
.home-intro-rule {
  display: block;
  width: 72px;
  height: 2px;
  margin: 18px 0 20px;
  background: linear-gradient(90deg, #E8C15A, transparent);
}
.home-intro-lead,
.home-intro-body {
  max-width: 42rem;
  color: rgba(246,242,233,.84);
  line-height: 1.9;
  margin: 0 0 14px;
  font-size: 16px;
}
.home-intro-lead { color: rgba(246,242,233,.9); }
.home-intro-body { color: rgba(246,242,233,.72); font-size: 15px; }
.home-intro-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.home-intro-aside {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}
.home-intro-slider {
  position: relative;
  width: 100%;
  max-width: 280px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(232,193,90,.28);
  background: #021C17;
}
.home-intro-track {
  position: relative;
  aspect-ratio: 4 / 3;
  max-height: 210px;
}
.home-intro-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .55s ease;
}
.home-intro-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.home-intro-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.92) contrast(1.05);
}
.home-intro-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.home-intro-dot {
  width: 7px;
  height: 7px;
  padding: 6px 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(246,242,233,.38);
  background-clip: content-box;
  cursor: pointer;
}
.home-intro-dot.is-active {
  width: 18px;
  background: #E8C15A;
  background-clip: content-box;
}
.home-intro-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-intro-facts li {
  padding: 12px 10px;
  border-radius: 16px;
  border: 1px solid rgba(232,193,90,.18);
  background: rgba(2,28,23,.55);
  text-align: center;
}
.home-intro-facts strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 500;
  color: #F2D37B;
  line-height: 1.1;
}
.home-intro-facts span {
  display: block;
  margin-top: 4px;
  color: rgba(246,242,233,.62);
  font-size: 11px;
  letter-spacing: .04em;
}
.home-intro-links { margin-top: 22px; }
.home-intro-links-label {
  margin: 0 0 10px;
  font-family: var(--font-label);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(232,193,90,.7);
}
.home-intro-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.home-intro-chips a {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(232,193,90,.28);
  background: rgba(2,28,23,.55);
  color: #F2D37B;
  font-size: 13px;
  line-height: 1.3;
}
.home-intro-chips a:hover {
  border-color: rgba(232,193,90,.55);
  background: rgba(215,169,65,.12);
  color: #F6F2E9;
}
.home-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 900px) {
  .home-intro-panel { grid-template-columns: 1fr; padding: 20px 16px 18px; }
  .home-intro-title { max-width: none; }
  .home-intro-aside {
    order: -1;
    max-width: none;
    width: 100%;
    margin: 0;
  }
  .home-intro-slider {
    max-width: none;
    width: 100%;
  }
  .home-intro-track {
    max-height: none;
    aspect-ratio: 16 / 10;
    min-height: 240px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-intro-slide { transition: none; }
}
@media (max-width: 640px) {
  .home-intro-facts { grid-template-columns: 1fr 1fr 1fr; }
  .home-intro-facts strong { font-size: 16px; }
  .home-intro-facts span { font-size: 10px; }
  .home-intro-cta .btn { width: 100%; justify-content: center; }
}
.home-products-intro {
  padding: 8px 0 0;
  background: #041910;
}
.home-products-banner {
  display: block;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(232,193,90,.22);
  background: #021C17;
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
}
.home-products-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.home-products {
  position: relative;
  overflow: hidden;
  padding: 36px 0 64px;
  background: #041910;
}
.home-products-side {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.home-products-side img {
  position: absolute;
  top: 8%;
  width: 22%;
  max-width: 320px;
  height: 84%;
  object-fit: cover;
  opacity: .28;
  filter: saturate(.7);
}
.home-products-side img:first-child {
  left: 0;
  object-position: left center;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, transparent 88%);
  mask-image: linear-gradient(90deg, #000 0%, transparent 88%);
}
.home-products-side img:last-child {
  right: 0;
  object-position: right center;
  -webkit-mask-image: linear-gradient(270deg, #000 0%, transparent 88%);
  mask-image: linear-gradient(270deg, #000 0%, transparent 88%);
}
.home-products .container-lux { position: relative; z-index: 1; }
.home-products-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
  margin-bottom: 36px;
}
.home-products-sub {
  margin: 0;
  color: rgba(246,242,233,.68);
  font-size: 15px;
}
.home-products-tools { text-align: right; flex: 0 0 auto; }
.home-products-all {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 5px 6px 5px 18px;
  border-radius: 999px;
  border: 1px solid rgba(232,193,90,.7);
  color: #F2D37B;
  font-size: 13px;
  background: rgba(2,28,23,.35);
}
.home-products-all span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #F2D37B, #D7A941);
  color: #1a1404;
}
.home-products-aside {
  margin: 16px 0 0;
  font-family: var(--font-label);
  letter-spacing: .18em;
  font-size: 11px;
  color: rgba(246,242,233,.42);
}
.home-products-aside-sub {
  margin: 4px 0 0;
  font-family: var(--font-label);
  letter-spacing: .14em;
  font-size: 10px;
  color: rgba(246,242,233,.32);
}
.home-products-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}
.home-product { text-align: center; height: 100%; }
.home-product a { color: inherit; display: flex; flex-direction: column; height: 100%; }
.home-product-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(232,193,90,.55);
  background: #0B4B3B;
  box-shadow: 0 16px 36px rgba(0,0,0,.28);
}
.home-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}
.home-product:hover .home-product-media img { transform: scale(1.06); }
.home-product-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  max-width: 70%;
  font-family: var(--font-label);
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(246,242,233,.86);
  text-shadow: 0 2px 10px rgba(2,28,23,.55);
}
.home-product-body { padding: 16px 6px 0; display: flex; flex-direction: column; flex: 1; }
.home-product h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 22px;
  color: #F2D37B;
}
.home-product .en {
  margin: 4px 0 0;
  font-family: var(--font-label);
  letter-spacing: .14em;
  font-size: 10px;
  text-transform: uppercase;
  color: #E8C15A;
}
.home-product-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 4.2em;
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(246,242,233,.62);
}
.home-product-price {
  margin: 12px 0 0;
  font-family: var(--font-heading);
  font-size: 16px;
  color: #F2D37B;
}
.home-product-more {
  width: 36px;
  height: 36px;
  margin: 16px auto 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(232,193,90,.45);
  color: #F2D37B;
}
.home-products-foot {
  margin: 36px 0 0;
  text-align: center;
  font-family: var(--font-label);
  letter-spacing: .2em;
  font-size: 10px;
  color: rgba(246,242,233,.38);
}
.product-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}
.product-rail--catalog {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.product-card.is-catalog {
  text-align: center;
  padding: 22px 18px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(14,86,68,.72), rgba(3,32,26,.96));
  border: 1px solid rgba(232,193,90,.2);
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
}
.product-card.is-catalog:hover {
  border-color: rgba(232,193,90,.4);
  box-shadow: 0 18px 44px rgba(0,0,0,.3);
}
.product-card.is-catalog .product-thumb {
  width: min(88%, 248px);
  margin-inline: auto;
  border: 1px solid rgba(232,193,90,.3);
  box-shadow: 0 12px 28px rgba(0,0,0,.28);
}
.product-card.is-catalog h3 {
  margin-top: 16px;
  font-size: 18px;
}
.product-card-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.7em;
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(246,242,233,.68);
}
.product-card-price {
  margin: 12px 0 0;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 18px;
  color: #F2D37B;
}
.page-products .catalog-hero {
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  padding: 168px 0 64px;
}
.page-products .catalog-hero .catalog-hero-grid {
  width: min(1180px, calc(100% - 80px));
}
.page-products .catalog-hero .photo-page-bg img {
  object-position: 78% 42%;
}
.page-products .catalog-hero .photo-page-bg::after {
  background:
    linear-gradient(90deg, rgba(2,28,23,.78) 0%, rgba(2,28,23,.42) 48%, rgba(2,28,23,.18) 100%),
    linear-gradient(180deg, rgba(2,28,23,.2) 0%, rgba(2,28,23,.38) 52%, rgba(2,28,23,.92) 100%);
}
.catalog-hero-grid {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(200px, .55fr);
  gap: 48px 64px;
  align-items: end;
}
.catalog-hero-title {
  max-width: 10em;
  font-size: clamp(36px, 4.6vw, 60px);
  line-height: 1.18;
  margin-bottom: 14px;
  white-space: pre-line;
}
.catalog-hero-lead {
  max-width: 32rem;
  color: rgba(246,242,233,.86);
}
.catalog-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.catalog-stats li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  color: rgba(246,242,233,.9);
  background: rgba(2,28,23,.48);
  border: 1px solid rgba(232,193,90,.22);
  backdrop-filter: blur(8px);
}
.catalog-quote {
  margin: 0 8% 12px auto;
  max-width: 14rem;
  text-align: right;
  color: #F2D37B;
  font-family: var(--font-luxury);
  font-style: italic;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.4;
}
.catalog-quote p { margin: 0; }
.catalog-quote cite {
  display: block;
  margin-top: 10px;
  font-family: var(--font-label);
  font-style: normal;
  font-size: 11px;
  letter-spacing: .2em;
  color: #E8C15A;
}
.catalog-section { padding-top: 56px; }
.catalog-head { margin-bottom: 28px; }
.catalog-head-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 20px;
}
.catalog-head-row .section-title { margin: 8px 0 0; }
.catalog-head-sub {
  margin: 10px 0 0;
  max-width: 40rem;
  color: rgba(246,242,233,.68);
}
.catalog-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.catalog-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(232,193,90,.2);
  background: rgba(2,28,23,.4);
  color: rgba(246,242,233,.86);
  font-size: 14px;
}
.catalog-tab:hover { border-color: rgba(232,193,90,.4); color: #fff; }
.catalog-tab.is-active {
  background: linear-gradient(180deg, #F2D37B, #D7A941);
  color: #1a1404;
  border-color: transparent;
  font-weight: 600;
}
.catalog-tab.is-active .svc-point-icon {
  background: rgba(26,20,4,.12);
  border-color: rgba(26,20,4,.18);
  color: #1a1404;
}
.catalog-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(232,193,90,.2);
  background: linear-gradient(180deg, rgba(11,75,59,.72), rgba(2,28,23,.94));
}
.catalog-cta-copy { padding: 40px 40px 32px; }
.catalog-cta-media {
  min-height: 320px;
  background: #021C17;
}
.catalog-cta-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 12% 55%;
  display: block;
}
.catalog-feats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.catalog-feats li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  color: rgba(246,242,233,.88);
  border: 1px solid rgba(232,193,90,.16);
  background: rgba(2,28,23,.35);
}
@media (max-width: 1100px) {
  .product-rail--catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .catalog-hero-grid,
  .catalog-cta { grid-template-columns: 1fr; }
  .page-products .catalog-hero .catalog-hero-grid {
    width: min(1180px, calc(100% - 48px));
  }
  .catalog-quote { text-align: left; margin: 16px 0 0; max-width: 18rem; }
  .catalog-cta-media { min-height: 200px; }
  .catalog-tabs { justify-content: flex-start; }
  .catalog-cta-copy { padding: 28px 22px 24px; }
}
.product-card {
  position: relative;
  text-align: center;
  transition: transform .3s ease;
}
.product-card:hover { transform: translateY(-8px); }
.product-thumb {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(232,193,90,.28);
  background: #0B4B3B;
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
}
.product-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.product-card:hover .product-thumb {
  box-shadow: 0 0 0 1px rgba(232,193,90,.45), 0 18px 50px rgba(215,169,65,.18);
}
.product-card:hover .product-thumb img { transform: scale(1.08); }
.product-card h3 {
  margin: 16px 0 0;
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
}
.product-card .en {
  font-family: var(--font-label);
  font-weight: 500;
  color: var(--gold-400);
  letter-spacing: .16em;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 4px;
}
.product-card .more {
  width: 34px; height: 34px; margin: 14px auto 0;
  border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(232,193,90,.4);
  color: var(--gold-300);
}

/* About */
.about-home {
  padding-top: 24px;
  padding-bottom: 56px;
}
.about-stage {
  display: block;
  width: min(1760px, calc(100% - 24px));
  margin-inline: auto;
  overflow: visible;
  border-radius: 22px;
  background: #021C17;
}
.about-stage img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #021C17;
}
.about-banner-cta {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
.about-visual {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  min-height: 520px;
  background: #073D32;
}
.about-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 50%;
  min-height: 520px;
}
.about-script {
  position: absolute;
  left: 28px;
  bottom: 28px;
  margin: 0;
  font-family: var(--font-luxury);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.12;
  color: var(--gold-300);
}
.about-lead {
  max-width: 36rem;
  color: rgba(246,242,233,.78);
  line-height: 1.85;
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}
.about-stat-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
  border-radius: 50%;
  border: 1px solid rgba(232,193,90,.4);
  display: grid;
  place-items: center;
  color: var(--gold-400);
}
.about-stat-label {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(246,242,233,.58);
  line-height: 1.45;
}
.about-play {
  position: absolute; inset: auto auto 24px 24px;
  width: 56px; height: 56px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(2,28,23,.55);
  border: 1px solid rgba(232,193,90,.5);
  color: var(--gold-300);
  backdrop-filter: blur(8px);
}
.stat-xl {
  font-family: var(--font-label);
  font-weight: 700;
  font-size: clamp(72px, 9vw, 120px);
  line-height: .85;
  letter-spacing: 0.02em;
  color: var(--gold-300);
}

/* TikTok */
.tiktok-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}
.tiktok-sub {
  max-width: 36rem;
  color: rgba(246,242,233,.72);
  line-height: 1.75;
}
.tiktok-stage {
  border-radius: 24px;
  border: 1px solid rgba(232,193,90,.38);
  background:
    radial-gradient(520px 180px at 50% 0%, rgba(215,169,65,.12), transparent 60%),
    linear-gradient(180deg, rgba(11,75,59,.55), rgba(2,28,23,.88));
  padding: 16px 16px 8px;
  overflow: hidden;
}
.tiktok-stage .tiktok-embed {
  margin: 0 auto !important;
  max-width: 100% !important;
}

/* Cards / surfaces */
.surface {
  background: linear-gradient(180deg, rgba(11,75,59,.55), rgba(2,28,23,.88));
  border: 1px solid rgba(232,193,90,.18);
  border-radius: 22px;
}
.why-card, .svc-card, .reco-card, .article-card {
  background: linear-gradient(180deg, rgba(11,75,59,.42), rgba(2,28,23,.7));
  border: 1px solid rgba(232,193,90,.16);
  border-radius: 20px;
  padding: 26px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.why-card:hover, .svc-card:hover, .reco-card:hover, .article-card:hover {
  transform: translateY(-4px);
  border-color: rgba(232,193,90,.42);
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
}
.svc-card { padding: 0; overflow: hidden; }
.svc-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0B4B3B;
}
.svc-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.svc-card:hover .svc-card-media img { transform: scale(1.06); }
.svc-card-body { padding: 22px 26px 26px; }
.svc-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.svc-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: #E8C15A;
  border: 1.5px solid rgba(215,169,65,.45);
  background:
    radial-gradient(circle at 28% 24%, rgba(242,211,123,.22), transparent 60%),
    #021C17;
  box-shadow: 0 6px 16px rgba(0,0,0,.2);
}
.svc-card-type {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #E8C15A;
}
.svc-points {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  flex: 1;
}
.svc-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 12px;
  font-size: 0.9rem;
  color: rgba(246,242,233,.88);
  background: rgba(2,28,23,.4);
  border: 1px solid rgba(232,193,90,.12);
}
.svc-point-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: #E8C15A;
  border: 1px solid rgba(215,169,65,.38);
  background: #021C17;
}
.svc-card-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.9rem;
  color: #F2D37B;
  border: 1px solid rgba(215,169,65,.35);
  background: rgba(2,28,23,.35);
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.svc-card-more:hover {
  border-color: rgba(232,193,90,.6);
  background: linear-gradient(180deg, rgba(242,211,123,.16), rgba(2,28,23,.4));
  color: #F6F2E9;
}
.article-card.has-media { padding: 0; overflow: hidden; }
.article-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0B4B3B;
}
.article-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.article-card.has-media:hover .article-card-media img { transform: scale(1.06); }
.article-card-body { padding: 22px 26px 26px; }

.project-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.page-projects .article-card-media img { object-position: center 46%; }

/* Forms */
.field {
  width: 100%;
  background: rgba(2,28,23,.55);
  border: 1px solid rgba(232,193,90,.2);
  color: var(--cream);
  border-radius: 14px;
  padding: 13px 14px;
  outline: none;
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.6;
}
.field:focus { border-color: var(--gold-400); box-shadow: 0 0 0 3px rgba(215,169,65,.14); }
.field.is-invalid { border-color: rgba(248,113,113,.55); }
.field::placeholder { color: rgba(183,196,190,.7); }
label.lbl {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Footer */
.site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(720px 280px at 8% 0%, rgba(215,169,65,.1), transparent 55%),
    linear-gradient(180deg, #052F27 0%, #021410 42%);
  border-top: 1px solid rgba(232,193,90,.2);
  padding: 56px 0 22px;
}
.site-footer a:hover { color: var(--gold-300); }
.footer-mark {
  position: absolute;
  left: -2%;
  bottom: -18px;
  font-family: var(--font-luxury);
  font-weight: 600;
  font-size: clamp(96px, 18vw, 220px);
  line-height: .8;
  letter-spacing: 0.04em;
  color: rgba(246,242,233,.035);
  pointer-events: none;
  user-select: none;
}
.footer-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding: 28px 32px;
  margin-bottom: 48px;
  border: 1px solid rgba(232,193,90,.22);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(11,75,59,.45), rgba(2,28,23,.35));
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
}
.footer-cta-title {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(22px, 2.6vw, 34px);
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--gold-300);
  margin: 8px 0 8px;
  max-width: 34rem;
}
html[lang="en"] .footer-cta-title {
  font-family: var(--font-luxury);
  font-style: italic;
  font-weight: 600;
}
.footer-cta-sub {
  margin: 0;
  max-width: 32rem;
  color: rgba(246,242,233,.68);
  line-height: 1.7;
  font-size: 14px;
}
.footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .8fr .8fr 1.1fr;
  gap: 40px 32px;
  margin-bottom: 40px;
}
.footer-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.footer-brand {
  display: block;
  font-family: var(--font-luxury);
  font-weight: 600;
  letter-spacing: 0.16em;
  font-size: 26px;
  color: var(--gold-300);
  line-height: 1;
}
.footer-legal {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: rgba(246,242,233,.62);
}
.footer-blurb {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(246,242,233,.62);
  max-width: 22rem;
}
.site-footer .footer-label {
  font-family: var(--font-label);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--gold-300);
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(232,193,90,.16);
}
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links a {
  display: inline-block;
  padding: 5px 0;
  font-size: 14px;
  color: rgba(246,242,233,.72);
  transition: color .2s ease, transform .2s ease;
}
.footer-links a:hover { transform: translateX(4px); }
.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.footer-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(232,193,90,.16);
  background: rgba(2,28,23,.35);
  color: inherit;
}
.footer-chip:hover {
  border-color: rgba(232,193,90,.4);
  background: rgba(215,169,65,.08);
}
.footer-chip-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(232,193,90,.35);
  color: var(--gold-300);
  flex-shrink: 0;
}
.footer-chip small {
  display: block;
  font-family: var(--font-label);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(246,242,233,.45);
}
.footer-chip strong {
  display: block;
  margin-top: 2px;
  font-weight: 500;
  font-size: 14px;
  color: var(--cream);
}
.footer-sitelinks {
  margin: 8px 0 28px;
  padding-top: 8px;
}
.footer-sitelinks ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.footer-sitelinks a {
  color: #E8C15A;
  border-bottom: 1px solid rgba(232,193,90,.35);
  font-size: 14px;
}
.footer-sitelinks a:hover { color: #F2D37B; }
.contact-rating {
  margin: 6px 0 0;
  color: #F2D37B;
  font-size: 13px;
}
.contact-rating small { color: rgba(246,242,233,.6); }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 22px;
  border-top: 1px solid rgba(232,193,90,.14);
  font-size: 12px;
  color: rgba(246,242,233,.42);
}
.footer-bottom-tag {
  color: rgba(215,169,65,.55);
  letter-spacing: .14em;
}
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .footer-cta { padding: 22px; }
  .footer-cta-actions .btn { width: 100%; justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

/* Mobile bottom menu */
.sticky-cta { display: none; }
.line-chat {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 52;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(18px) scale(.92);
  transition: opacity .45s ease, transform .45s cubic-bezier(.2, .9, .2, 1);
}
.line-chat.is-ready {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
body.nav-sheet-open .line-chat {
  opacity: 0;
  pointer-events: none;
}
.line-chat-bubble {
  position: relative;
  width: min(260px, calc(100vw - 120px));
  padding: 14px 16px 12px;
  border-radius: 18px 18px 6px 18px;
  background: linear-gradient(180deg, #F7F3E8, #EFE6D2);
  color: #1a1404;
  box-shadow:
    0 0 0 1px rgba(215,169,65,.35),
    0 16px 36px rgba(0,0,0,.28);
  transform-origin: 100% 80%;
  animation: line-pop .45s cubic-bezier(.2, .9, .2, 1);
}
.line-chat-bubble[hidden] { display: none; }
.line-chat-close {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(26,20,4,.45);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.line-chat-close:hover { color: #1a1404; background: rgba(0,0,0,.06); }
.line-chat-name {
  margin: 0 18px 6px 0;
  font-family: var(--font-heading);
  font-size: 14px;
  color: #0B4B3B;
}
.line-chat-msg {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.55;
  color: #2a2416;
}
.line-chat-typing {
  display: flex;
  gap: 5px;
  align-items: center;
  min-height: 22px;
  margin: 0 0 10px;
}
.line-chat-typing span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #06C755;
  animation: line-dot 1s ease-in-out infinite;
}
.line-chat-typing span:nth-child(2) { animation-delay: .15s; }
.line-chat-typing span:nth-child(3) { animation-delay: .3s; }
.line-chat-go {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #06C755;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
}
.line-chat-go:hover { filter: brightness(1.06); color: #fff; }
.line-chat-go .icon-line {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.line-chat-fab {
  position: relative;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.line-chat-fab img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  object-position: 50% 12%;
  border-radius: 999px;
  border: 2px solid #E8C15A;
  box-shadow: 0 10px 24px rgba(0,0,0,.32);
  background: #021C17;
  position: relative;
  z-index: 1;
  animation: line-bob 2.8s ease-in-out infinite;
}
.line-chat-fab:hover img {
  animation: none;
  transform: scale(1.06) rotate(-4deg);
}
.line-chat.is-nudge .line-chat-fab img { animation: line-wiggle .7s ease; }
.line-chat-pulse {
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 2px solid rgba(6,199,85,.55);
  animation: line-pulse 2.2s ease-out infinite;
  z-index: 0;
}
.line-chat-spark {
  position: absolute;
  inset: -10px;
  pointer-events: none;
  z-index: 2;
}
.line-chat-spark::before,
.line-chat-spark::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #F2D37B;
  clip-path: polygon(50% 0, 61% 35%, 100% 50%, 61% 65%, 50% 100%, 39% 65%, 0 50%, 39% 35%);
  animation: line-spark 2.6s ease-in-out infinite;
}
.line-chat-spark::before { top: 2px; right: 6px; }
.line-chat-spark::after {
  bottom: 8px;
  left: 2px;
  width: 6px;
  height: 6px;
  animation-delay: 1.1s;
}
.line-chat-badge {
  position: absolute;
  right: -4px;
  bottom: -2px;
  z-index: 3;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,.28);
  animation: line-badge 2.4s ease-in-out infinite;
}
.line-chat-badge .icon-line {
  width: 26px;
  height: 26px;
  border-radius: 8px;
}
.line-chat-online {
  position: absolute;
  left: 4px;
  bottom: 4px;
  z-index: 3;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #06C755;
  border: 2px solid #F6F2E9;
  box-shadow: 0 0 0 4px rgba(6,199,85,.18);
}
@keyframes line-pop {
  from { opacity: 0; transform: translate(12px, 10px) scale(.86); }
  to { opacity: 1; transform: none; }
}
@keyframes line-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
@keyframes line-pulse {
  0% { transform: scale(.92); opacity: .7; }
  100% { transform: scale(1.18); opacity: 0; }
}
@keyframes line-dot {
  0%, 80%, 100% { transform: translateY(0); opacity: .35; }
  40% { transform: translateY(-4px); opacity: 1; }
}
@keyframes line-spark {
  0%, 100% { transform: scale(.6) rotate(0deg); opacity: .35; }
  50% { transform: scale(1.15) rotate(18deg); opacity: 1; }
}
@keyframes line-badge {
  0%, 100% { transform: rotate(0deg); }
  20% { transform: rotate(-12deg); }
  40% { transform: rotate(10deg); }
  60% { transform: rotate(0deg); }
}
@keyframes line-wiggle {
  0%, 100% { transform: rotate(0); }
  25% { transform: rotate(-8deg) scale(1.05); }
  50% { transform: rotate(8deg) scale(1.08); }
  75% { transform: rotate(-4deg); }
}
@media (prefers-reduced-motion: reduce) {
  .line-chat,
  .line-chat-bubble,
  .line-chat-fab img,
  .line-chat-pulse,
  .line-chat-spark::before,
  .line-chat-spark::after,
  .line-chat-badge,
  .line-chat-typing span { animation: none; }
}
.bottom-nav {
  display: none;
}
.nav-scrim,
.nav-sheet {
  display: none;
}
.drawer-brand {
  font-family: var(--font-luxury);
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 22px;
}
.drawer-link {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 4px;
  border-bottom: 1px solid rgba(232,193,90,.12);
  color: rgba(246,242,233,.86);
}
.drawer-link.is-active,
.drawer-link.text-gold-300 { color: var(--gold-300); }

/* Search overlay */
.search-overlay {
  position: fixed; inset: 0; z-index: 70;
  background: rgba(2,28,23,.86);
  backdrop-filter: blur(10px);
  display: none;
  place-items: center;
  padding: 24px;
}
.search-overlay.is-open { display: grid; }

/* Breadcrumb */
.crumb {
  font-family: var(--font-label);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.crumb a:hover { color: var(--gold-300); }

/* Page hero (inner pages) */
.page-hero {
  position: relative;
  padding: 150px 0 70px;
  overflow: hidden;
  background:
    radial-gradient(900px 420px at 90% 10%, rgba(215,169,65,.12), transparent 55%),
    linear-gradient(180deg, #052F27, #021C17);
}

/* Inner-page photographic background (about, information) */
.photo-page,
.about-page {
  position: relative;
  isolation: isolate;
}
.photo-page-bg,
.about-page-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background: #021C17;
  pointer-events: none;
  overflow: hidden;
}
.page-about .page-hero,
.page-information .page-hero,
.page-recommend .page-hero,
.page-products .page-hero,
.page-projects .page-hero,
.page-contact .page-hero,
.page-article .page-hero,
.page-product.photo-page .page-hero {
  min-height: 460px;
}
.photo-page-bg img,
.about-page-bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: 82% 42%;
}
.page-products .photo-page-bg img {
  object-position: 50% 58%;
}
.page-product .photo-page-bg img {
  object-position: 70% 46%;
}
.works-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 40px;
  align-items: center;
}
.works-split--copy-first {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}
.works-split-copy { min-width: 0; }
.works-split-media {
  display: block;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(232,193,90,.22);
  background: #021C17;
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
}
.works-split-media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}
.photo-page-bg::after,
.about-page-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2,28,23,.28) 0%, rgba(2,28,23,.5) 46%, rgba(2,28,23,.88) 100%);
}
.page-article .photo-page-bg::after {
  background:
    linear-gradient(90deg, rgba(2,28,23,.78) 0%, rgba(4,47,39,.42) 52%, rgba(2,28,23,.28) 100%),
    linear-gradient(180deg, rgba(2,28,23,.42) 0%, rgba(2,28,23,.52) 42%, rgba(2,28,23,.9) 100%);
}
.page-about .page-hero,
.page-information .page-hero,
.page-recommend .page-hero,
.page-products .page-hero,
.page-projects .page-hero,
.page-contact .page-hero,
.page-article .page-hero,
.page-product.photo-page .page-hero {
  background: transparent;
}
.page-about .page-hero,
.page-about .section,
.page-information .page-hero,
.page-information .section,
.page-recommend .page-hero,
.page-recommend .section,
.page-products .page-hero,
.page-products .section,
.page-projects .page-hero,
.page-projects .section,
.page-contact .page-hero,
.page-contact .section,
.page-article .page-hero,
.page-article .section,
.page-product .page-hero,
.page-product .section {
  position: relative;
  z-index: 1;
}
.page-about .surface,
.page-about .why-card,
.page-information .article-card,
.page-recommend .reco-card,
.page-contact .surface {
  background: linear-gradient(180deg, rgba(11,75,59,.62), rgba(2,28,23,.78));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* About page — photographic story layout */
.page-about .about-page {
  background:
    radial-gradient(900px 520px at 8% 18%, rgba(215,169,65,.08), transparent 60%),
    radial-gradient(700px 480px at 96% 72%, rgba(11,75,59,.45), transparent 55%),
    #021C17;
}
.page-about {
  --about-gutter: max(36px, calc((100% - 1280px) / 2));
}
.page-about .about-page .container-lux,
.page-about .about-mv-inner,
.page-about .about-cta-inner {
  width: min(1280px, calc(100% - 72px));
  max-width: none;
  margin-inline: auto;
}
.page-about .page-hero.about-hero {
  min-height: 720px;
  display: flex;
  align-items: flex-end;
  padding: 148px 0 72px;
  overflow: hidden;
}
.page-about .about-hero .about-page-bg img {
  object-position: 78% 48%;
}
.page-about .about-hero .about-page-bg::after {
  background:
    linear-gradient(90deg, rgba(2,28,23,.94) 0%, rgba(2,28,23,.82) 28%, rgba(2,28,23,.42) 52%, rgba(2,28,23,.12) 72%, rgba(2,28,23,.08) 100%),
    linear-gradient(180deg, rgba(2,28,23,.38) 0%, rgba(2,28,23,.18) 36%, rgba(2,28,23,.72) 100%);
}
.about-hero-copy {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 44rem;
  margin-inline: 0;
  padding: 0;
}
.about-hero-title {
  margin: 6px 0 16px;
  line-height: 1.16;
}
.about-hero-name {
  display: block;
  color: var(--gold-300);
  font-size: clamp(34px, 4.6vw, 56px);
  font-weight: 600;
  letter-spacing: -0.03em;
  text-shadow: 0 10px 28px rgba(0,0,0,.35);
}
.about-hero-tag {
  display: block;
  margin-top: 8px;
  color: var(--cream);
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 500;
}
.about-hero-lead {
  max-width: 34rem;
  padding-right: 8px;
  color: rgba(246,242,233,.88);
  font-size: 1rem;
  line-height: 1.9;
}
.about-quote {
  margin: 22px 0 0;
  padding: 4px 12px 4px 18px;
  border: 0;
  border-left: 2px solid rgba(232,193,90,.55);
  color: var(--gold-300);
  font-family: var(--font-heading);
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.6;
  font-weight: 500;
}
.about-quote p { margin: 0; }
.about-chips {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  max-width: 34rem;
}
.about-chips li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 10px 16px 10px 10px;
  border-radius: 999px;
  border: 1px solid rgba(232,193,90,.22);
  background: rgba(2,28,23,.42);
  color: rgba(246,242,233,.92);
  font-size: 0.86rem;
  line-height: 1.35;
}
.about-chips li span:last-child { min-width: 0; }
.about-chip-icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(232,193,90,.35);
  color: var(--gold-300);
  background: rgba(2,28,23,.45);
}
.about-ornament {
  position: absolute;
  z-index: 2;
  margin: 0;
  font-family: var(--font-label);
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(246,242,233,.78);
  text-align: right;
  line-height: 1.45;
  text-shadow: 0 8px 24px rgba(0,0,0,.45);
  pointer-events: none;
}
.about-ornament--hero {
  top: calc(var(--header-h) + 28px);
  right: var(--about-gutter);
  font-size: clamp(11px, 1.1vw, 13px);
}
.about-script {
  position: absolute;
  z-index: 2;
  margin: 0;
  font-family: var(--font-luxury);
  font-style: italic;
  color: var(--gold-300);
  pointer-events: none;
  text-shadow: 0 6px 20px rgba(0,0,0,.4);
}
.about-script--hero {
  left: auto;
  right: var(--about-gutter);
  bottom: 40px;
  text-align: right;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.25;
  z-index: 1;
}
.about-duo {
  padding-top: 0;
  margin-top: -48px;
  position: relative;
  z-index: 4;
}
.about-duo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}
.about-glass {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 24px;
  border: 1px solid rgba(232,193,90,.22);
  background: linear-gradient(180deg, rgba(11,75,59,.78), rgba(2,28,23,.9));
  box-shadow: 0 18px 44px rgba(0,0,0,.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 32px 32px 26px;
}
.about-glass-head {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-300);
  margin-bottom: 16px;
}
.about-glass-head h2 {
  margin: 0;
  font-size: clamp(24px, 2.2vw, 30px);
  color: var(--cream);
}
.about-check-grid,
.about-extra-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-check-grid li,
.about-customer-list li,
.about-extra-grid li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: rgba(246,242,233,.86);
}
.about-check-grid [data-lucide],
.about-customer-list [data-lucide],
.about-extra-grid [data-lucide] {
  flex: 0 0 auto;
  margin-top: 4px;
  color: var(--gold-400);
}
.about-glass-note {
  margin: 18px 0 16px;
  color: var(--gold-300);
  font-family: var(--font-heading);
  font-size: 1.05rem;
}
.about-pile-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.about-pile-row figure {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(232,193,90,.18);
  aspect-ratio: 4 / 3;
  background: #021C17;
}
.about-pile-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-customers-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, .9fr);
  gap: 18px;
  align-items: start;
}
.about-customer-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.about-customers-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  min-height: 220px;
  border: 1px solid rgba(232,193,90,.2);
}
.about-customers-media img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  object-position: 70% 40%;
}
.about-customers-media blockquote {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  margin: 0;
  padding: 10px 12px;
  border: 0;
  border-radius: 12px;
  background: rgba(2,28,23,.72);
  color: var(--gold-300);
  font-family: var(--font-heading);
  font-size: 0.95rem;
  line-height: 1.45;
}
.about-customers-media blockquote p { margin: 0; }
.about-extra-title {
  margin: 22px 0 12px;
  font-size: 1.35rem;
}
.about-mv {
  position: relative;
  isolation: isolate;
  min-height: 0;
  display: flex;
  align-items: flex-end;
  padding: 88px 0 80px;
  overflow: hidden;
}
.about-mv-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #021C17;
}
.about-mv-bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 42%;
}
.about-mv-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2,28,23,.28) 0%, rgba(2,28,23,.55) 42%, rgba(2,28,23,.9) 100%),
    linear-gradient(90deg, rgba(2,28,23,.4) 0%, transparent 58%);
}
.about-mv-inner { position: relative; z-index: 1; }
.page-about .about-mv,
.page-about .about-cta {
  padding-inline: 0;
}
.about-mv-head {
  max-width: 44rem;
  padding: 0;
}
.about-mv-head .section-title {
  text-shadow: 0 10px 28px rgba(0,0,0,.45);
  padding-right: 12px;
}
.about-mv-sub {
  margin: 0 0 32px;
  padding-right: 12px;
  color: var(--gold-300);
  font-family: var(--font-heading);
  font-size: 1.15rem;
  text-shadow: 0 6px 18px rgba(0,0,0,.4);
}
.about-mv-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.about-mv-card {
  padding: 32px 30px 28px;
  border-radius: 20px;
  border: 1px solid rgba(232,193,90,.22);
  background: linear-gradient(180deg, rgba(5,47,39,.78), rgba(2,28,23,.88));
  box-shadow: 0 16px 36px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.about-mv-card h3 {
  margin: 10px 0 12px;
  padding-right: 4px;
  font-size: 1.55rem;
  color: var(--cream);
}
.about-mv-card > p:last-child {
  color: rgba(246,242,233,.86);
  margin: 0;
  padding-right: 4px;
  font-size: 0.95rem;
  line-height: 1.75;
}
.about-mv-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--gold-400);
  font-family: var(--font-label);
  letter-spacing: .16em;
  font-size: 11px;
}
.about-ornament--mv {
  top: 48px;
  right: var(--about-gutter);
  bottom: auto;
  font-size: 12px;
  z-index: 1;
}
.about-why { padding-top: 72px; }
.about-why-lead {
  margin: -4px 0 28px;
  color: var(--gold-300);
  font-family: var(--font-heading);
  font-size: 1.15rem;
}
.about-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.about-why-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  border-radius: 20px;
  border: 1px solid rgba(232,193,90,.18);
  background: #021C17;
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
}
.about-why-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  transition: transform .7s ease;
}
.about-why-card:hover img { transform: scale(1.06); }
.about-why-copy {
  position: absolute;
  inset: auto 0 0;
  padding: 56px 24px 24px;
  background: linear-gradient(180deg, transparent, rgba(2,28,23,.92) 58%);
}
.about-why-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 8px;
  border-radius: 999px;
  border: 1px solid rgba(232,193,90,.35);
  color: var(--gold-300);
  background: rgba(2,28,23,.45);
}
.about-why-copy h3 {
  margin: 0 0 6px;
  font-size: 1.35rem;
}
.about-why-copy p {
  margin: 0;
  color: rgba(246,242,233,.84);
  font-size: 0.9rem;
}
.about-story { padding-top: 36px; }
.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: 40px;
  align-items: center;
}
.about-story-kicker {
  margin: -6px 0 16px;
  color: var(--gold-300);
  font-family: var(--font-heading);
  font-size: 1.12rem;
}
.about-story-copy {
  padding: 0;
}
.about-story-copy p { color: rgba(246,242,233,.86); }
.about-story-shots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.about-story-shots figure {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(232,193,90,.18);
  background: #021C17;
}
.about-story-shots img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.about-story-shots figcaption {
  padding: 8px 12px 12px;
  font-size: 0.88rem;
  color: var(--gold-300);
}
.about-cta {
  position: relative;
  isolation: isolate;
  min-height: 360px;
  display: flex;
  align-items: center;
  padding: 72px 0;
  overflow: hidden;
}
.about-cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #021C17;
}
.about-cta-bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 70% 50%;
}
.about-cta-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2,28,23,.88) 0%, rgba(2,28,23,.55) 48%, rgba(2,28,23,.22) 100%),
    linear-gradient(180deg, rgba(2,28,23,.2), rgba(2,28,23,.55));
}
.about-cta-inner {
  position: relative;
  z-index: 1;
}
.about-cta-panel {
  max-width: 44rem;
  padding: 32px 32px 28px;
  border-radius: 22px;
  border: 1px solid rgba(232,193,90,.2);
  background: linear-gradient(180deg, rgba(5,47,39,.78), rgba(2,28,23,.88));
  box-shadow: 0 18px 40px rgba(0,0,0,.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.about-cta-panel h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.4vw, 40px);
  color: var(--gold-300);
  line-height: 1.25;
}
.about-cta-panel p {
  margin: 0;
  color: rgba(246,242,233,.88);
}
.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

@media (max-width: 1100px) {
  .about-duo-grid,
  .about-story-grid,
  .about-customers-top {
    grid-template-columns: 1fr;
  }
  .about-duo { margin-top: 0; padding-top: 28px; }
  .about-why-grid,
  .about-mv-grid {
    grid-template-columns: 1fr 1fr;
  }
  .about-ornament--hero,
  .about-script--hero,
  .about-ornament--mv { display: none; }
}
@media (max-width: 768px) {
  .page-about { --about-gutter: 16px; }
  .page-about .page-hero.about-hero {
    min-height: 0;
    align-items: flex-end;
    padding: calc(var(--header-h) + 28px) 0 32px;
  }
  .page-about .about-page .container-lux,
  .page-about .about-mv-inner,
  .page-about .about-cta-inner {
    width: min(1280px, calc(100% - 32px));
    margin-inline: auto;
  }
  .about-hero-copy {
    padding: 0;
  }
  .about-mv-card,
  .about-cta-panel {
    padding: 22px 20px 20px;
  }
  .about-check-grid,
  .about-extra-grid,
  .about-why-grid,
  .about-mv-grid,
  .about-story-shots {
    grid-template-columns: 1fr 1fr;
  }
  .about-pile-row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .about-chips li { white-space: normal; }
  .about-duo { margin-top: 0; padding-top: 28px; }
  .about-glass { padding: 22px 18px 16px; }
  .about-customers-media img { min-height: 200px; }
  .about-mv { min-height: 0; padding: 48px 0; }
  .about-why-card,
  .about-why-card img { min-height: 240px; }
  .about-story-shots img { height: 150px; }
  .about-cta { padding: 48px 0; min-height: 0; }
}
@media (max-width: 560px) {
  .about-check-grid,
  .about-extra-grid,
  .about-mv-grid {
    grid-template-columns: 1fr;
  }
  .page-home .about-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-pile-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .about-cta-actions .btn { width: 100%; justify-content: center; }
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 22px;
}
.article-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(246,242,233,.78);
  font-size: 0.92rem;
}
.article-meta-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #E8C15A;
  border: 1px solid rgba(215,169,65,.35);
  background: rgba(2,28,23,.45);
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 28px;
  align-items: start;
}
.article-main,
.article-aside-card {
  background: linear-gradient(180deg, rgba(11,75,59,.62), rgba(2,28,23,.78));
  border: 1px solid rgba(232,193,90,.18);
  border-radius: 22px;
}
.article-main { padding: 28px 28px 32px; }
.article-cover {
  margin: 0 0 22px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(232,193,90,.16);
}
.article-cover img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.article-block-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #E8C15A;
  font-family: var(--font-label);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.article-facts ul,
.article-audience ul,
.article-steps ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-facts ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 22px;
}
.article-facts li,
.article-steps li,
.article-aside-stat {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(2,28,23,.4);
  border: 1px solid rgba(232,193,90,.12);
}
.article-facts li strong,
.article-steps li strong {
  display: block;
  color: #F6F2E9;
  font-weight: 600;
}
.article-facts li em,
.article-steps li em {
  display: block;
  margin-top: 2px;
  font-style: normal;
  font-size: 0.88rem;
  color: rgba(246,242,233,.68);
  line-height: 1.5;
}
.article-prose {
  color: rgba(246,242,233,.86);
  font-size: 1.05rem;
  line-height: 1.85;
}
.article-prose p + p { margin-top: 1.1em; }
.article-prose h2,
.article-prose h3 {
  font-family: var(--font-heading);
  color: #F2D37B;
  margin: 1.4em 0 .5em;
}
.article-prose ul {
  margin: .4em 0 0;
  padding-left: 1.15em;
}
.article-prose li { margin: .4em 0; }
.article-prose strong { color: #F2D37B; font-weight: 600; }
.article-audience { margin-top: 28px; }
.article-audience ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.article-audience li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.9rem;
  color: rgba(246,242,233,.88);
  background: rgba(2,28,23,.4);
  border: 1px solid rgba(232,193,90,.14);
}
.article-steps { margin-top: 28px; }
.article-steps ol { display: flex; flex-direction: column; gap: 10px; }
.article-step-n {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 3px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 700;
  color: #1a1404;
  background: linear-gradient(180deg, #F2D37B, #D7A941);
}
.article-aside { position: sticky; top: calc(var(--header-h) + 18px); }
.article-aside-card { padding: 22px; }
.article-aside-stat {
  align-items: center;
  margin-bottom: 16px;
  color: #F6F2E9;
}
.article-aside-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.article-aside-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(232,193,90,.12);
}
.article-aside-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #F2D37B;
  font-size: 0.92rem;
}
.product-cover {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(232,193,90,.18);
  background: #021C17;
}
.product-cover img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.product-buy {
  background: linear-gradient(180deg, rgba(11,75,59,.62), rgba(2,28,23,.78));
  border: 1px solid rgba(232,193,90,.18);
  border-radius: 22px;
  padding: 26px;
}
.product-price {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: clamp(26px, 3vw, 36px);
  color: #F2D37B;
  line-height: 1.1;
}
.product-answer {
  margin-top: 20px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(2,28,23,.4);
  border: 1px solid rgba(232,193,90,.14);
}

.pd-page {
  padding: calc(var(--header-h) + 18px) 0 72px;
}
.pd-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 28px;
}
.pd-cover {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(232,193,90,.18);
  background: #021C17;
  aspect-ratio: 5 / 4;
}
.pd-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pd-cover-copy {
  position: absolute;
  inset: auto 0 0;
  padding: 22px 22px 18px;
  background: linear-gradient(180deg, transparent, rgba(2,28,23,.88) 42%);
}
.pd-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(215,169,65,.16);
  color: #F2D37B;
  font-size: 12px;
}
.pd-cover-copy h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  color: #F2D37B;
}
.pd-cover-copy h1.is-long {
  font-size: clamp(22px, 3vw, 34px);
  max-width: 18ch;
}
.pd-en {
  margin: 4px 0 8px;
  font-family: var(--font-label);
  letter-spacing: .16em;
  font-size: 11px;
  text-transform: uppercase;
  color: #E8C15A;
}
.pd-cover-copy p { margin: 0; color: rgba(246,242,233,.82); font-size: 14px; max-width: 42ch; }
.pd-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.pd-chips li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(232,193,90,.2);
  background: rgba(2,28,23,.45);
  font-size: 12px;
}
.pd-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 10px; }
.pd-thumb {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(232,193,90,.16);
  background: #021C17;
  padding: 0;
}
.pd-thumb.is-active { border-color: #F2D37B; }
.pd-thumb img { width: 100%; height: 86px; object-fit: cover; display: block; }
.pd-buy {
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  border: 1px solid rgba(232,193,90,.18);
  background: linear-gradient(180deg, rgba(11,75,59,.7), rgba(2,28,23,.9));
  padding: 22px;
}
.pd-buy-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.pd-buy-kicker { margin: 0; color: rgba(246,242,233,.55); font-size: 12px; }
.pd-buy > h2 {
  margin: 14px 0 0;
  font-family: var(--font-heading);
  font-size: 32px;
  line-height: 1.1;
  color: #F2D37B;
}
.pd-buy-short {
  margin: 8px 0 0;
  color: rgba(246,242,233,.72);
  font-size: 14px;
  line-height: 1.65;
}
.pd-buy-price {
  margin: 16px 0 0;
  font-family: var(--font-heading);
  font-size: 22px;
  color: #F2D37B;
}
.pd-ready {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #9ad7a2;
  background: rgba(74, 168, 108, .12);
  font-size: 12px;
  white-space: nowrap;
}
.pd-buy-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.pd-buy-actions .btn { justify-content: center; }
.pd-buy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
}
.pd-buy-links a,
.pd-buy-links button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #F2D37B;
  background: none;
  border: 0;
  padding: 0;
  font-size: 13px;
  cursor: pointer;
}
.pd-buy-links button.is-on { color: #f5b4b4; }
.pd-answer {
  margin-top: auto;
  padding: 14px;
  border-radius: 16px;
  background: rgba(2,28,23,.4);
  border: 1px solid rgba(232,193,90,.14);
}
.pd-answer-q { display: flex; gap: 8px; margin: 0 0 6px; color: #F2D37B; }
.pd-answer p { margin: 0; color: rgba(246,242,233,.78); font-size: 14px; line-height: 1.7; }
.pd-block { margin-top: 28px; }
.pd-aeo {
  margin-top: 28px;
  padding: 22px 24px;
  border-radius: 20px;
  border: 1px solid rgba(232,193,90,.16);
  background: linear-gradient(180deg, rgba(11,75,59,.36), rgba(2,28,23,.9));
}
.pd-aeo h2 {
  margin: 6px 0 12px;
  font-family: var(--font-heading);
  font-size: clamp(24px, 3vw, 32px);
  color: #F2D37B;
}
.pd-aeo h3 {
  margin: 16px 0 8px;
  font-family: var(--font-heading);
  font-size: 20px;
  color: #E8C15A;
}
.pd-aeo-short {
  margin: 0;
  color: rgba(246,242,233,.88);
  font-size: 16px;
  line-height: 1.8;
}
.pd-aeo p { color: rgba(246,242,233,.78); line-height: 1.8; }
.pd-suit {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pd-suit li {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(232,193,90,.14);
  background: rgba(2,28,23,.45);
}
.pd-suit h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 18px;
  color: #F2D37B;
}
.pd-inline-links,
.pd-internal-list,
.area-links,
.area-svc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.pd-inline-links a,
.pd-internal-list a,
.area-links a,
.area-svc a {
  color: #E8C15A;
  border-bottom: 1px solid rgba(232,193,90,.35);
}
.area-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 16px;
}
.pd-h2 { margin: 6px 0 14px; font-family: var(--font-heading); font-size: 28px; }
.pd-sub { margin: 0; color: rgba(246,242,233,.55); font-size: 13px; }
.pd-detail { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; }
.pd-card {
  border-radius: 20px;
  border: 1px solid rgba(232,193,90,.14);
  background: linear-gradient(180deg, rgba(11,75,59,.42), rgba(2,28,23,.88));
  padding: 20px;
}
.pd-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 16px;
}
.pd-points div {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(2,28,23,.35);
  border: 1px solid rgba(232,193,90,.1);
}
.pd-points span { color: #F2D37B; }
.pd-points strong { font-size: 13px; }
.pd-points small { color: rgba(246,242,233,.55); font-size: 12px; }
.pd-spec h2 { margin: 0 0 12px; font-family: var(--font-heading); font-size: 22px; }
.pd-spec h2 span { color: rgba(246,242,233,.4); font-size: 13px; }
.pd-spec ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.pd-spec li { display: grid; grid-template-columns: 36px 1fr auto; gap: 10px; align-items: center; }
.pd-spec-icon {
  width: 36px; height: 36px; display: grid; place-items: center;
  border-radius: 10px; color: #F2D37B; background: rgba(215,169,65,.12);
}
.pd-spec-label { color: rgba(246,242,233,.78); font-size: 13px; }
.pd-spec-value { color: #F2D37B; font-size: 13px; text-align: right; }
.pd-video { display: grid; grid-template-columns: 1.4fr .7fr; gap: 14px; align-items: stretch; }
.pd-video-main {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(232,193,90,.16);
  padding: 0;
  background: #021C17;
  aspect-ratio: 16 / 9;
}
.pd-video-main > img:not(.pd-video-logo) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  display: block;
}
.pd-video-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 36%, rgba(2,28,23,.5));
  pointer-events: none;
}
.pd-video-logo {
  position: absolute;
  top: 16px; left: 16px;
  z-index: 2;
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(232,193,90,.45);
  background: rgba(2,28,23,.55);
  object-fit: cover;
  min-height: 0;
}
.pd-play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 64px; height: 64px;
  display: grid; place-items: center;
  border-radius: 999px;
  background: rgba(215,169,65,.92);
  color: #1a1404;
}
.pd-video-title {
  position: absolute;
  right: 22px; bottom: 22px;
  left: auto;
  z-index: 2;
  max-width: 11em;
  text-align: right;
  font-family: var(--font-heading);
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.25;
  color: #F6F2E9;
  text-shadow: 0 8px 24px rgba(2,28,23,.65);
}
.pd-video-list { display: grid; gap: 10px; align-content: stretch; grid-template-rows: repeat(3, 1fr); }
.pd-video-list a,
.pd-video-list button {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 10px;
  align-items: center;
  color: inherit;
  text-align: left;
  background: rgba(2,28,23,.35);
  border: 1px solid rgba(232,193,90,.12);
  border-radius: 14px;
  padding: 8px;
  cursor: pointer;
  height: 100%;
}
.pd-video-list img { width: 88px; height: 58px; object-fit: cover; border-radius: 10px; }
.pd-video-list b { display: block; font-size: 13px; }
.pd-video-list small { color: rgba(246,242,233,.5); }
.pd-gallery-head { display: flex; justify-content: space-between; align-items: end; gap: 12px; }
.pd-more {
  color: #F2D37B;
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 13px;
}
.pd-shots {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 14px;
}
.pd-shots button {
  padding: 0;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(232,193,90,.14);
  background: #021C17;
}
.pd-shots img { width: 100%; height: 140px; object-fit: cover; display: block; }
.pd-usage {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.pd-usage article {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(232,193,90,.14);
  background: rgba(2,28,23,.5);
}
.pd-usage img { width: 100%; height: 110px; object-fit: cover; display: block; }
.pd-usage-icon {
  height: 110px;
  display: grid;
  place-items: center;
  color: #F2D37B;
  background: rgba(215,169,65,.08);
}
.pd-usage p { margin: 0; padding: 8px 10px 10px; font-size: 12px; text-align: center; }
.pd-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr .9fr;
  gap: 14px;
  margin-top: 28px;
}
.pd-faq { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.pd-faq li { display: grid; grid-template-columns: 20px 1fr; gap: 8px; align-items: start; color: #F2D37B; }
.pd-faq details { color: var(--cream); }
.pd-faq summary { cursor: pointer; list-style: none; }
.pd-faq summary::-webkit-details-marker { display: none; }
.pd-faq p { margin: 6px 0 0; color: rgba(246,242,233,.7); font-size: 13px; }
.pd-svc { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.pd-svc li { display: grid; grid-template-columns: 32px 1fr; gap: 8px; align-items: center; }
.pd-svc span {
  width: 32px; height: 32px; display: grid; place-items: center;
  border-radius: 10px; color: #F2D37B; background: rgba(215,169,65,.12);
}
.pd-cta {
  border-radius: 20px;
  padding: 20px;
  background:
    linear-gradient(160deg, rgba(215,169,65,.18), transparent 48%),
    linear-gradient(180deg, rgba(11,75,59,.7), rgba(2,28,23,.95));
  border: 1px solid rgba(232,193,90,.2);
}
.pd-cta p { margin: 0; color: #F2D37B; font-size: 12px; }
.pd-cta h2 { margin: 0 0 16px; font-family: var(--font-heading); font-size: 24px; line-height: 1.3; max-width: 12ch; }
.pd-cta-btns { display: grid; gap: 8px; }
.pd-cta-btns .btn { justify-content: center; }
.pd-related {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 8px;
}
.pd-related .text-sm,
.pd-related .product-card-desc { display: none; }
.pd-related .more { display: none; }
.pd-lightbox, .pd-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(2,28,23,.82);
  padding: 24px;
  overflow: auto;
}
.pd-lightbox-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; max-width: 1100px; margin: 48px auto 0; }
.pd-lightbox img { width: 100%; height: 180px; object-fit: cover; border-radius: 12px; }
.pd-lightbox-close, .pd-modal > button {
  position: absolute;
  top: 16px; right: 16px;
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border-radius: 12px;
  color: #F2D37B;
  background: rgba(2,28,23,.8);
  border: 1px solid rgba(232,193,90,.2);
}
.pd-modal-frame { width: min(960px, 100%); aspect-ratio: 16/9; margin: 72px auto 0; }
.pd-modal-frame iframe, .pd-modal-frame video { width: 100%; height: 100%; border: 0; border-radius: 16px; }
.pd-toast {
  position: fixed;
  left: 50%;
  bottom: 88px;
  transform: translateX(-50%);
  z-index: 90;
  padding: 10px 16px;
  border-radius: 999px;
  background: #0B4B3B;
  border: 1px solid rgba(232,193,90,.3);
  color: #F2D37B;
}
@media (max-width: 1100px) {
  .pd-stage, .pd-detail, .pd-video, .pd-bottom { grid-template-columns: 1fr; }
  .pd-suit { grid-template-columns: 1fr; }
  .pd-aeo { padding: 18px 16px; }
  .pd-points { grid-template-columns: repeat(4, 1fr); }
  .pd-usage { grid-template-columns: repeat(3, 1fr); }
  .pd-related { grid-template-columns: repeat(2, 1fr); }
  .pd-shots { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .pd-buy-actions { grid-template-columns: 1fr; }
  .pd-points, .pd-usage { grid-template-columns: 1fr 1fr; }
  .pd-cover { aspect-ratio: 4 / 3; }
  .pd-spec-value { white-space: normal; }
  .pd-buy-top { flex-direction: column; }
}
@media (max-width: 900px) {
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .article-facts ul { grid-template-columns: 1fr; }
  .article-main { padding: 20px 18px 24px; }
}

/* FAQ */
.contact-logo-mark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #D7A941;
  overflow: hidden;
  background: #021C17;
  flex-shrink: 0;
  display: grid;
  place-items: center;
}
.contact-logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-form-panel { min-width: 0; }
.contact-form { display: grid; gap: 14px; }
.contact-form-grid {
  display: grid;
  gap: 14px;
}
@media (min-width: 640px) {
  .contact-form-grid { grid-template-columns: 1fr 1fr; }
}
.contact-flash {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 14px;
}
.contact-flash.is-ok {
  border: 1px solid rgba(6,199,85,.35);
  background: rgba(6,199,85,.1);
  color: #d8ffe6;
}
.contact-flash.is-err {
  border: 1px solid rgba(248,113,113,.4);
  background: rgba(248,113,113,.1);
  color: #fecaca;
}
.contact-field-err {
  margin: 6px 0 0;
  font-size: 12px;
  color: #fca5a5;
}
.hp-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.contact-map {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(232,193,90,.2);
  background: linear-gradient(180deg, rgba(11,75,59,.62), rgba(2,28,23,.78));
}
.contact-map-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  flex-wrap: wrap;
}
.contact-map-head .btn { margin-left: auto; }
.contact-map--panel {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.contact-map-frame {
  position: relative;
  aspect-ratio: 16 / 7;
  background: #021C17;
}
.contact-map--panel .contact-map-frame {
  flex: 1;
  aspect-ratio: auto;
  min-height: 420px;
}
.contact-map-frame iframe,
.contact-map-frame [data-contact-map],
.contact-map-frame .leaflet-container {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.contact-map-frame [data-contact-map] {
  position: absolute;
  inset: 0;
  background: #e8efe6;
}
.contact-map-frame .leaflet-container {
  font-family: inherit;
}
.contact-map-btn-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.contact-map-marker-wrap {
  background: none !important;
  border: none !important;
}
.contact-map-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 64px;
  filter: drop-shadow(0 10px 16px rgba(0,0,0,.32));
}
.contact-map-marker-disc {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #D7A941;
  display: grid;
  place-items: center;
}
.contact-map-marker-disc img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.contact-map-marker-tip {
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #D7A941;
  transform: rotate(45deg);
  border-radius: 2px;
}
@media (max-width: 768px) {
  .contact-map-frame { aspect-ratio: 4 / 3; }
  .contact-map-head .btn { width: 100%; margin-left: 0; justify-content: center; }
}
.faq-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}
.faq-head-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: #F2D37B;
  border: 1.5px solid rgba(215,169,65,.5);
  background:
    radial-gradient(circle at 30% 25%, rgba(242,211,123,.28), transparent 58%),
    linear-gradient(180deg, #0B4B3B, #021C17);
  box-shadow: 0 8px 22px rgba(0,0,0,.22);
}
.faq-head .section-title { margin-bottom: 6px; }
.faq-head .faq-head-sub { margin: 0; color: rgba(246,242,233,.7); }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  background: linear-gradient(180deg, rgba(11,75,59,.5), rgba(2,28,23,.82));
  border: 1px solid rgba(232,193,90,.2);
  border-radius: 18px;
  padding: 0;
  overflow: hidden;
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.faq-item:hover {
  border-color: rgba(232,193,90,.4);
}
.faq-item[open] {
  border-color: rgba(232,193,90,.5);
  box-shadow: 0 14px 34px rgba(0,0,0,.26);
  background: linear-gradient(180deg, rgba(11,75,59,.68), rgba(2,28,23,.9));
}
.faq-item summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  font-family: var(--font-heading);
  font-weight: 500;
  letter-spacing: -0.01em;
  list-style: none;
  color: #F6F2E9;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: #E8C15A;
  border: 1.5px solid rgba(215,169,65,.45);
  background:
    radial-gradient(circle at 28% 24%, rgba(242,211,123,.22), transparent 60%),
    #021C17;
}
.faq-item[open] .faq-icon {
  border-color: #D7A941;
  box-shadow: 0 0 0 4px rgba(215,169,65,.14);
  color: #F2D37B;
}
.faq-q {
  flex: 1;
  min-width: 0;
  line-height: 1.45;
}
.faq-toggle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: #E8C15A;
  border: 1px solid rgba(215,169,65,.3);
  background: rgba(2,28,23,.55);
  transition: transform .22s ease, background .22s ease, color .22s ease;
}
.faq-item[open] .faq-toggle {
  transform: rotate(180deg);
  background: linear-gradient(180deg, #F2D37B, #D7A941);
  color: #1a1404;
  border-color: transparent;
}
.faq-body {
  margin: 0 16px;
  padding: 14px 4px 18px 56px;
  color: rgba(246,242,233,.78);
  font-size: 0.95rem;
  line-height: 1.7;
  border-top: 1px solid rgba(232,193,90,.12);
}
.faq-body p { margin: 0; }
@media (max-width: 768px) {
  .faq-head { gap: 12px; }
  .faq-head-icon { width: 46px; height: 46px; }
  .faq-icon { width: 38px; height: 38px; }
  .faq-item summary { padding: 12px 12px; gap: 10px; }
  .faq-body { margin: 0 12px; padding: 12px 0 14px 48px; }
}

/* Admin */
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 260px 1fr; background: #071a16; }
.admin-side {
  background: linear-gradient(180deg, #052F27, #021C17);
  border-right: 1px solid rgba(232,193,90,.14);
  padding: 22px 16px;
}
.admin-side a {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px; border-radius: 12px;
  font-family: var(--font-label);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(246,242,233,.78); font-size: 12px;
}
.admin-side a:hover, .admin-side a.is-active {
  background: rgba(215,169,65,.1);
  color: var(--gold-300);
}
.admin-main { padding: 28px; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th, .admin-table td {
  text-align: left; padding: 12px 10px;
  border-bottom: 1px solid rgba(232,193,90,.12);
  font-size: 14px;
}
.badge {
  display: inline-flex; align-items: center;
  padding: 2px 8px; border-radius: 999px;
  font-family: var(--font-label);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(232,193,90,.3); color: var(--gold-300);
}

/* Responsive — designed per breakpoint, not just shrink */
@media (max-width: 1280px) {
  .float-card { right: 24px; width: 220px; }
}
@media (max-width: 1100px) {
  .home-products-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-products-side img { width: 18%; opacity: .18; }
  .project-work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
  .product-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .usp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .usp-item:nth-child(2) { border-right: 0; }
  .usp-item:nth-child(-n+2) { border-bottom: 1px solid rgba(232,193,90,.14); }
  .float-card { display: none; }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-side { display: none; }
  .admin-side.is-open { display: block; position: fixed; inset: 0 auto 0 0; width: 260px; z-index: 40; }
}
@media (max-width: 1023px) {
  body {
    padding-bottom: calc(var(--bottom-nav-h) + 56px + env(safe-area-inset-bottom, 0px));
  }
  .site-footer { display: none; }
  .bottom-nav {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 59;
    height: calc(var(--bottom-nav-h) + env(safe-area-inset-bottom, 0px));
    padding: 6px 6px calc(8px + env(safe-area-inset-bottom, 0px));
    background: rgba(2, 28, 23, 0.94);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-top: 1px solid rgba(232,193,90,.28);
    box-shadow: 0 -12px 32px rgba(0,0,0,.28);
  }
  .bottom-nav-item {
    appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-height: 52px;
    padding: 4px 2px 0;
    color: rgba(246,242,233,.62);
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
  }
  .bottom-nav-item svg { width: 20px; height: 20px; }
  .bottom-nav-item.is-active { color: var(--gold-300); }
  .bottom-nav-item.is-center {
    margin-top: -18px;
  }
  .bottom-nav-fab {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(180deg, #F2D37B, #D7A941);
    color: #1a1404;
    box-shadow: 0 8px 20px rgba(215,169,65,.38);
    border: 2px solid rgba(2,28,23,.9);
  }
  .bottom-nav-item.is-center span:last-child { margin-top: 2px; }
  .nav-scrim {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 56;
    background: rgba(2,28,23,.55);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
  }
  .nav-scrim.is-open {
    opacity: 1;
    pointer-events: auto;
  }
  .nav-sheet {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 58;
    max-height: min(78vh, 560px);
    padding: 14px 22px calc(var(--bottom-nav-h) + 20px + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, rgba(11,75,59,.98), rgba(2,28,23,.98));
    border: 1px solid rgba(232,193,90,.32);
    border-bottom: 0;
    border-radius: 22px 22px 0 0;
    transform: translateY(110%);
    transition: transform .3s ease;
    overflow: auto;
  }
  .nav-sheet.is-open { transform: none; }
  .nav-sheet-handle {
    width: 44px;
    height: 4px;
    margin: 0 auto 16px;
    border-radius: 999px;
    background: rgba(232,193,90,.4);
  }
  .nav-sheet-links { display: grid; }
  .nav-sheet-actions {
    display: grid;
    gap: 10px;
    margin-top: 20px;
  }
  .nav-sheet-actions .btn { width: 100%; justify-content: center; }
  .sticky-cta {
    display: flex;
    position: fixed;
    left: 8px;
    right: 8px;
    bottom: calc(var(--bottom-nav-h) + env(safe-area-inset-bottom, 0px) + 8px);
    z-index: 54;
    gap: 6px;
    padding: 6px;
    border-radius: 999px;
    background: rgba(2,28,23,.92);
    border: 1px solid rgba(232,193,90,.35);
    backdrop-filter: blur(12px);
  }
  .sticky-cta a {
    flex: 1;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 999px;
    font-size: 12px;
    color: var(--cream);
    background: rgba(215,169,65,.12);
  }
  .sticky-cta a:last-child {
    background: linear-gradient(180deg, #F2D37B, #D7A941);
    color: #1a1404;
    font-weight: 600;
  }
  .line-chat {
    right: 12px;
    bottom: calc(var(--bottom-nav-h) + 62px + env(safe-area-inset-bottom, 0px));
    gap: 8px;
    flex-direction: column;
    align-items: flex-end;
  }
  .line-chat-fab,
  .line-chat-fab img {
    width: 62px;
    height: 62px;
  }
  .line-chat-bubble {
    width: min(230px, calc(100vw - 92px));
    border-radius: 18px 18px 18px 6px;
  }
}
@media (max-width: 768px) {
  .works-split {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .works-split-media img { min-height: 200px; }
  :root { --header-h: 64px; }
  .container-lux { width: min(100% - 32px, 1280px); }
  .site-header { padding-inline: 8px; }
  .site-header .container-lux { width: min(100% - 16px, 1280px); }
  .site-header .lang-switch span { display: none; }
  .site-header .lang-switch a { padding: 0 7px; }
  .hero {
    min-height: calc(100svh - var(--header-h) - var(--bottom-nav-h));
  }
  .hero-copy {
    padding: 28px 0 72px;
    max-width: none;
  }
  .hero-copy .btn { width: 100%; justify-content: center; white-space: normal; }
  .hero-media img,
  .hero-slide img { object-position: 80% 40%; }
  .hero-slide:nth-child(2) img { object-position: center 38%; }
  .hero-controls { bottom: 16px; gap: 10px; }
  .hero-arrow { width: 36px; height: 36px; }
  .hero-shade {
    background:
      linear-gradient(180deg, rgba(2,28,23,.55) 0%, rgba(2,28,23,.78) 46%, rgba(2,28,23,.94) 100%);
  }
  .hero-stats { grid-template-columns: 1fr; gap: 10px; }
  .gold-curve.is-tr { width: 220px; height: 220px; top: -80px; right: -90px; }
  .gold-curve.is-br { width: 240px; height: 240px; bottom: -110px; right: -90px; }
  .gold-curve.is-bl { width: 180px; height: 180px; bottom: -80px; left: -80px; }
  .usp-bar { margin-top: -16px; }
  .usp-panel { padding-top: 44px; border-radius: 20px; }
  .usp-seal { width: 72px; height: 72px; }
  .usp-seal img { width: 52px; height: 52px; }
  .usp-grid { grid-template-columns: 1fr 1fr; }
  .usp-item { border-right: 0; border-bottom: 1px solid rgba(232,193,90,.14); padding: 20px 12px; }
  .usp-item:nth-child(odd) { border-right: 1px solid rgba(232,193,90,.14); }
  .usp-item:nth-last-child(-n+2) { border-bottom: 0; }
  .usp-medal { width: 58px; height: 58px; }
  .usp-medal-icon { width: 24px; height: 24px; }
  .product-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .home-products-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .home-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .project-work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .page-projects .article-card-body { padding: 14px 16px 16px; }
  .page-projects .article-card-body h2 { font-size: 18px; }
  .page-home .article-card-body { padding: 12px 12px 14px; }
  .page-home .article-card-body h3 { font-size: 15px; line-height: 1.35; }
  .page-home .article-card-body p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    margin-top: 6px;
  }
  .page-home .about-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .page-home .about-why-card,
  .page-home .about-why-card img { min-height: 200px; }
  .page-home .about-why-copy { padding: 36px 12px 12px; }
  .page-home .about-why-copy h3 { font-size: 15px; }
  .page-home .about-why-copy p { font-size: 12px; }
  .home-products-head { flex-direction: column; }
  .home-products-tools { text-align: left; }
  .home-products-side { display: none; }
  .product-card h3 { font-size: 15px; }
  .section { padding: 48px 0; }
  .about-home { padding-top: 8px; padding-bottom: 36px; }
  .about-visual, .about-visual img { min-height: 280px; }
  .tiktok-head { flex-direction: column; align-items: stretch; }
  .tiktok-head .btn { width: 100%; justify-content: center; }
  .tiktok-stage { padding: 8px 8px 2px; border-radius: 16px; overflow: hidden; }
  .tiktok-stage .tiktok-embed { max-width: 100% !important; min-width: 0 !important; }
  .page-hero { padding: calc(var(--header-h) + 36px) 0 40px; }
  .page-about .page-hero,
  .page-information .page-hero,
  .page-recommend .page-hero,
  .page-products .page-hero,
  .page-projects .page-hero,
  .page-contact .page-hero,
  .page-article .page-hero { min-height: 340px; }
  .page-products .catalog-hero {
    min-height: 480px;
    padding: calc(var(--header-h) + 28px) 0 36px;
  }
  .page-products .catalog-hero .catalog-hero-grid {
    width: min(1180px, calc(100% - 40px));
  }
  .catalog-hero-title { max-width: 9.5em; font-size: clamp(30px, 7.4vw, 40px); white-space: pre-line; }
  .catalog-section { padding-top: 36px; }
  .stat-xl { font-size: 64px; }
  .footer-cta-title { font-size: 28px; }
}
@media (max-width: 430px) {
  .container-lux { width: min(100% - 24px, 1280px); }
  .hero-brand { font-size: 48px; letter-spacing: 0.04em; }
  .hero-tag { font-size: 13px; letter-spacing: .2em; }
  .hero-quote { font-size: 17px; }
  .hero-kicker { font-size: 10px; }
  .site-header .logo-mark { width: 38px; height: 38px; margin-left: 0; padding-left: 2px; }
  .btn { width: 100%; justify-content: center; }
  .bottom-nav-item { font-size: 10px; }
  .usp-item h3 { font-size: 14px; }
  .usp-item p { font-size: 12px; }
}
@media (max-width: 640px) {
  .product-rail.product-rail--catalog {
    grid-template-columns: 1fr;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
