:root {
  --color-forest-depths: #1c3a13;
  --color-lime-pulse: #d3fa99;
  --color-sage-moss: #757c5d;
  --color-snow-white: #fcfcf7;
  --color-warm-stone: #eeeee9;
  --color-pewter: #666666;
  --font-sans: Inter, ui-sans-serif, system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --radius-cards: 16px;
  --radius-large: 32px;
  --radius-buttons: 1000px;
  --page-max: 1200px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--color-snow-white);
  color: var(--color-forest-depths);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
}
h1, h2, h3 { font-weight: 300; letter-spacing: -0.02em; line-height: 1.1; color: var(--color-forest-depths); }
a { color: inherit; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 30; background: var(--color-snow-white); border-bottom: 1px solid var(--color-warm-stone); }
.header-top { display: flex; justify-content: space-between; padding: 10px 48px; font-size: 12px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; background: var(--color-warm-stone); }
.nav { display: flex; justify-content: space-between; align-items: center; gap: 16px; max-width: var(--page-max); margin: 0 auto; padding: 16px 24px; width: 100%; }
.logo { font-weight: 400; font-size: 18px; }

nav { display: flex; gap: 24px; font-size: 14px; color: var(--color-pewter); }
nav a:hover { color: var(--color-forest-depths); }
.eyebrow { color: var(--color-sage-moss); letter-spacing: .12em; text-transform: uppercase; font-size: 12px; font-weight: 500; }
.hero, .salon-hero, .story, .journey, .featured, .inquiry, .detail, .mood { max-width: var(--page-max); margin: 0 auto; padding: 80px 24px; }
.hero-cinematic { min-height: 72vh; display: grid; align-items: center; }
.hero-copy { max-width: 640px; }
.hero-copy h1, .salon-hero h1, .detail h1 { font-size: clamp(40px, 6vw, 48px); font-weight: 300; letter-spacing: -0.72px; line-height: 1.1; margin: 16px 0 18px; }
.lead, .quote { color: var(--color-pewter); font-size: 16px; max-width: 36rem; margin-bottom: 24px; }
.hero-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.btn { display: inline-block; border: 0; border-radius: var(--radius-buttons); background: var(--color-forest-depths); color: var(--color-snow-white); padding: 16px 24px; font: 400 16px var(--font-sans); cursor: pointer; }
.btn-sm { padding: 10px 18px; font-size: 14px; }
.btn-ghost { background: transparent; color: var(--color-forest-depths); border: 1.5px solid var(--color-forest-depths); }
.strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--color-warm-stone); }
.strip article { padding: 40px 24px; }
.strip span { display: block; font-family: var(--font-mono); font-size: 12px; letter-spacing: .015em; margin-bottom: 8px; color: var(--color-sage-moss); }
.strip strong { display: block; font-weight: 400; font-size: 24px; margin-bottom: 8px; }
.mood { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.mood img { width: 100%; height: 480px; object-fit: cover; border-radius: var(--radius-large); display: block; }
.mood figcaption { font-size: 12px; color: var(--color-pewter); margin-top: 8px; }
.mood h2 { font-size: clamp(32px, 4vw, 40px); font-weight: 300; max-width: 12ch; margin: 12px 0 16px; }
.band { background: var(--color-forest-depths); color: var(--color-snow-white); text-align: center; padding: 80px 24px; font-size: clamp(32px, 4vw, 40px); font-weight: 300; }
.journey h2, .featured h2, .inquiry h2, .story h2 { font-size: 36px; font-weight: 300; margin: 10px 0 24px; }
.journey-grid { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.journey-grid li { background: var(--color-warm-stone); padding: 24px; border-radius: var(--radius-cards); min-height: 170px; }
.journey-grid em { display: block; font-family: var(--font-mono); font-style: normal; font-size: 12px; letter-spacing: .015em; color: var(--color-sage-moss); margin-bottom: 10px; }
.lookbook, .orchid-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
.look, .orchid-card { min-height: 220px; padding: 16px; border-radius: var(--radius-cards); background: var(--color-warm-stone); display: flex; flex-direction: column; justify-content: flex-end; }
.look small, .orchid-card small { font-family: var(--font-mono); font-size: 12px; letter-spacing: .015em; text-transform: uppercase; border: 1.5px solid var(--color-forest-depths); border-radius: 1000px; padding: 4px 8px; width: fit-content; margin-bottom: 8px; }
.look strong { font-size: 24px; font-weight: 300; }
.look span, .orchid-card p { color: var(--color-pewter); font-size: 14px; }
.orchid-card { padding: 0; overflow: hidden; }
.orchid-card img { width: 100%; height: 220px; object-fit: cover; display: block; }
.orchid-card div { padding: 16px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; max-width: var(--page-max); margin: 0 auto; padding: 0 24px 16px; }
.filters a { border: 1.5px solid var(--color-forest-depths); border-radius: 1000px; padding: 6px 12px; font-size: 12px; font-weight: 500; }
.filters .on { background: var(--color-lime-pulse); border-color: transparent; }
.inquiry { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
form { display: grid; gap: 12px; }
input, select, textarea { background: transparent; border: 1.5px solid var(--color-forest-depths); border-radius: 8px; color: var(--color-forest-depths); padding: 14px 16px; font: inherit; }
.flash { padding: 12px 24px; background: var(--color-lime-pulse); color: var(--color-forest-depths); font-size: 14px; }
.price { font-family: var(--font-mono); font-size: 12px; letter-spacing: .015em; text-transform: uppercase; margin: 10px 0 24px; }
.split-cta { display: grid; grid-template-columns: 1fr 1fr; }
.cta-block { padding: 64px 48px; min-height: 240px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--color-warm-stone); }
.cta-block small { font-family: var(--font-mono); font-size: 12px; letter-spacing: .015em; text-transform: uppercase; }
.cta-block strong { font-size: 32px; font-weight: 300; margin: 8px 0; }
.cta-dark { background: var(--color-forest-depths); color: var(--color-snow-white); }
.foot { background: var(--color-warm-stone); padding: 64px 24px 24px; }
.foot-grid { max-width: var(--page-max); margin: 0 auto; display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 32px; }
.foot-grid a, .foot-grid p { display: block; margin-top: 8px; color: var(--color-pewter); font-size: 14px; }
.foot-bottom { max-width: var(--page-max); margin: 36px auto 0; padding-top: 16px; display: flex; justify-content: space-between; font-size: 12px; color: var(--color-pewter); border-top: 1px solid #b3b3b3; }
.admin-wrap { max-width: var(--page-max); margin: 0 auto; padding: 48px 24px 80px; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 14px; margin-top: 22px; }
.admin-table th, .admin-table td { border-bottom: 1px solid var(--color-warm-stone); padding: 12px 8px; text-align: left; vertical-align: top; }
.chat-fab { position: fixed; right: 22px; bottom: 22px; z-index: 40; background: var(--color-forest-depths); color: var(--color-snow-white); border: 0; border-radius: 1000px; padding: 14px 20px; font: 400 14px var(--font-sans); cursor: pointer; }
.chat-box { position: fixed; right: 22px; bottom: 74px; z-index: 40; width: min(320px, calc(100vw - 32px)); background: rgba(252,252,247,.72); backdrop-filter: blur(37.5px); border-radius: var(--radius-cards); padding: 16px; }
.chat-box header { display: flex; justify-content: space-between; margin-bottom: 10px; }
.chat-log { max-height: 160px; overflow: auto; color: var(--color-pewter); font-size: 14px; display: grid; gap: 8px; }
.chat-quick { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0; }
.chat-quick button { border: 1.5px solid var(--color-forest-depths); background: transparent; border-radius: 1000px; padding: 6px 10px; font: inherit; cursor: pointer; }
@media (max-width: 900px) {
  .strip, .mood, .inquiry, .journey-grid, .lookbook, .orchid-grid, .foot-grid, .split-cta { grid-template-columns: 1fr; }
  nav { display: none; }
  .header-top { display: none; }
  .mood img { height: 260px; }
}

.promo-banner {
  height: 40px; display: flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--color-snow-white); color: var(--color-forest-depths);
  font-size: 12px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase;
  border-bottom: 1px solid var(--color-warm-stone);
}
.promo-banner a { text-decoration: underline; text-underline-offset: 3px; }
.nav { min-height: 72px; padding: 0 48px; max-width: none; }
.nav-actions { display: flex; gap: 8px; align-items: center; }
.hero-seed {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 24px;
  padding: 24px;
  min-height: 78vh;
}
.hero-seed-text { padding: 80px 48px; display: flex; flex-direction: column; justify-content: center; }
.hero-seed-text h1 { font-size: 48px; font-weight: 300; letter-spacing: -0.72px; line-height: 1.1; margin: 16px 0; }
.hero-seed-media { margin: 0; }
.hero-seed-media img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; display: block; }
.wrap-seed { max-width: 1200px; margin: 0 auto; padding: 80px 24px; }
.dark-section { background: var(--color-forest-depths); color: var(--color-snow-white); }
.dark-section h2, .dark-section p, .dark-section .eyebrow { color: var(--color-snow-white); }
.eyebrow.light { color: var(--color-lime-pulse); }
.btn.light, .btn-ghost.light { color: var(--color-snow-white); border-color: var(--color-snow-white); background: transparent; }
.dark-split { display: grid; grid-template-columns: 40% 1fr; gap: 48px; align-items: start; }
.on-dark li { background: transparent; color: var(--color-snow-white); border: 1.5px solid rgba(252,252,247,.25); }
.on-dark em { color: var(--color-lime-pulse); }
.lookbook.four { grid-template-columns: repeat(4, 1fr); }
.text-arrow { font-size: 16px; border-bottom: 1.5px solid var(--color-forest-depths); padding-bottom: 2px; }
@media (max-width: 900px) {
  .hero-seed, .dark-split, .lookbook.four { grid-template-columns: 1fr; }
  .nav { padding: 12px 16px; min-height: 64px; }
  .nav-actions .btn-ghost { display: none; }
  .hero-seed-text { padding: 48px 20px; }
}

.brand-logo { height: 56px; width: auto; display: block; }
.lang { font-size: 12px; font-weight: 500; padding: 6px 8px; border-radius: 1000px; }
.lang.on { background: var(--color-lime-pulse); }
.hero-slide { position: relative; overflow: hidden; background: var(--color-warm-stone); }
.hero-slide .swiper-wrapper,
.hero-slide .swiper-slide { height: 100%; }
.hero-slide img {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1 !important;
}
.strip-icon { width: 48px; height: 48px; object-fit: contain; margin-bottom: 12px; display: block; }
.flags { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 24px; }
.flag { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px 8px; background: var(--color-warm-stone); border-radius: 16px; font-size: 12px; }
.flag img { width: 40px; height: auto; border-radius: 3px; }
.class-grid { grid-template-columns: repeat(5, 1fr); }
.class-card { padding: 0; overflow: hidden; }
.class-card img { width: 100%; height: 180px; object-fit: contain; background: #fff; display: block; }
.class-card small, .class-card strong, .class-card span { margin: 0 12px 6px; }
.class-card strong { margin-top: 10px; }
.journey-photos li { padding: 0; overflow: hidden; }
.journey-photos img { width: 100%; height: 160px; object-fit: cover; display: block; }
.journey-photos em, .journey-photos strong { padding: 0 16px; }
.journey-photos strong { display: block; padding-bottom: 16px; }
@media (max-width: 900px) {
  .flags { grid-template-columns: repeat(3, 1fr); }
  .class-grid { grid-template-columns: 1fr 1fr; }
  .hero-slide { min-height: 240px; }
}

.soc { display: flex; gap: 12px; margin-top: 10px; }
.soc a { color: var(--color-forest-depths); }
.cat-form { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.cat-form select { min-width: 220px; }
.shopee-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: 1200px; margin: 0 auto 80px; padding: 0 24px; }
.shopee-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 4px; overflow: hidden; display: block; }
.shopee-card:hover { border-color: #ee4d2d; }
.shopee-img { background: #fafafa; height: 200px; display: flex; align-items: center; justify-content: center; }
.shopee-img img { max-height: 180px; max-width: 100%; object-fit: contain; }
.shopee-body { padding: 10px; }
.shopee-sku { font-size: 12px; color: #888; }
.shopee-name { font-size: 14px; margin: 4px 0; min-height: 40px; }
.shopee-price { color: #ee4d2d; font-weight: 500; }
.shopee-tag { display: inline-block; font-size: 11px; border: 1px solid #ee4d2d; color: #ee4d2d; padding: 1px 6px; margin-top: 6px; }
.shopee-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; max-width: 1200px; margin: 0 auto; padding: 40px 24px 80px; }
.shopee-detail-img { background: #fafafa; border: 1px solid #e5e5e5; padding: 24px; display: flex; align-items: center; justify-content: center; }
.shopee-detail-img img { max-width: 100%; max-height: 420px; }
.bonus-list { margin: 8px 0 20px 18px; color: var(--color-pewter); }
.chat-page { max-width: 520px; }
@media (max-width: 900px) {
  .shopee-grid { grid-template-columns: 1fr 1fr; }
  .shopee-detail { grid-template-columns: 1fr; }
}

.auth-card { max-width: 420px; margin: 64px auto 80px; padding: 0 24px; }
.auth-card form { margin-top: 16px; }
.auth-card .or { margin: 16px 0; color: var(--color-pewter); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.google-btn { background: #fff; color: var(--color-forest-depths); border: 1.5px solid var(--color-forest-depths); width: 100%; text-align: center; }
.nav-actions form { display: inline; }
.flags { grid-template-columns: repeat(6, 1fr); }

.strip article { text-align: center; }
.strip-icon { width: 200px; height: 200px; object-fit: contain; margin: 0 auto 16px; display: block; }
.class-card { text-align: center; align-items: center; }
.class-card strong, .class-card span { display: block; text-align: center; width: 100%; }
.journey-photos strong, .journey-photos p { text-align: center; display: block; }
.glass-panel {
  background: rgba(252,252,247,.42);
  border: 1px solid rgba(255,255,255,.55);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  border-radius: 24px;
}
.hero-seed-text.glass-panel { padding: 40px 36px; margin: 40px 24px; }
.auth-wrap { min-height: 70vh; display: flex; align-items: center; justify-content: center; padding: 40px 16px; }
.auth-card { width: min(420px, 100%); padding: 36px 28px; }
.auth-card h1 { margin-bottom: 18px; }
.auth-switch { margin-top: 16px; text-align: center; }
.about-journey article { margin-bottom: 32px; max-width: 720px; }

.strip-icon { width: 100px; height: 100px; object-fit: contain; margin: 0 auto 16px; display: block; }
.hero-slide {
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 0 0 10px rgba(252,252,247,.55), 0 0 0 11px rgba(28,58,19,.18);
  height: 72vh;
  min-height: 560px;
}
p.lead, .about-journey p, .quote, .salon-hero p, .story p {
  max-width: 62ch; line-height: 1.7; text-wrap: pretty;
}
.cart-link { position: relative; display: inline-flex; align-items: center; color: var(--color-forest-depths); }
.cart-link em {
  position: absolute; top: -6px; right: -8px; min-width: 16px; height: 16px;
  background: var(--color-lime-pulse); color: var(--color-forest-depths);
  border-radius: 1000px; font-size: 10px; font-style: normal; text-align: center; line-height: 16px;
}
.cart-row { display: grid; grid-template-columns: 72px 1fr auto; gap: 16px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--color-warm-stone); }
.cart-row img { width: 72px; height: 72px; object-fit: contain; }
.chat-premium { min-height: 72vh; display: flex; justify-content: center; padding: 48px 16px 80px; }
.chat-shell { width: min(520px, 100%); padding: 0 0 24px; overflow: hidden; }
.chat-head { display: flex; gap: 12px; align-items: center; padding: 18px 20px; border-bottom: 1px solid rgba(28,58,19,.08); }
.chat-head .dot { width: 10px; height: 10px; border-radius: 50%; background: #1c3a13; box-shadow: 0 0 0 4px #d3fa99; }
.chat-head small { display: block; color: var(--color-pewter); font-size: 12px; }
.premium-log { padding: 20px; min-height: 240px; }
.bubble { background: rgba(238,238,233,.9); border-radius: 16px 16px 16px 4px; padding: 12px 14px; margin-bottom: 8px; }
.chat-shell .chat-quick, .chat-shell .btn { margin-left: 20px; margin-right: 20px; }

.strip-icon { width: 60px; height: 60px; object-fit: contain; margin: 0 auto 12px; display: block; }
.glass-hero {
  background: linear-gradient(160deg, rgba(28,58,19,.55), rgba(252,252,247,.82));
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 28px;
  padding: 48px 40px;
  margin: 0;
  color: #1c3a13;
  height: 72vh;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.glass-hero h1, .glass-hero .lead { color: #1c3a13; }
.journey-photos li { padding-bottom: 16px; }
.journey-photos strong { margin: 10px 16px 4px; }
.journey-photos p { margin: 0 16px 12px; text-align: center; }
.home-gallery { padding: 24px 0 64px; overflow: hidden; }
.marquee { overflow: hidden; margin: 12px 0; }
.marquee-track { display: flex; gap: 12px; width: max-content; }
.marquee-track img { width: 260px; height: 170px; object-fit: cover; border-radius: 12px; flex: 0 0 auto; }
.marquee.left .marquee-track { animation: drift-left 32s linear infinite; }
.marquee.right .marquee-track { animation: drift-right 32s linear infinite; }
@keyframes drift-left { from { transform: translateX(0); } to { transform: translateX(-33.333%); } }
@keyframes drift-right { from { transform: translateX(-33.333%); } to { transform: translateX(0); } }
.wa-fab { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; padding: 0; background: #25d366; }
.chat-form { display: flex; gap: 8px; padding: 12px 16px; }
.chat-form input { flex: 1; }
.bubble.me { background: #1c3a13; color: #fcfcf7; border-radius: 16px 16px 4px 16px; margin-left: 24px; }
.chat-box-premium { padding-bottom: 12px; }

.io-fab { width: 64px; height: 64px; padding: 0; background: #fff; border: 1px solid var(--color-warm-stone); overflow: hidden; }
.io-fab img { width: 100%; height: 100%; object-fit: cover; }
.chat-wa { display: block; margin: 0 16px 12px; text-align: center; }
.gal-masonry { column-count: 3; column-gap: 14px; padding-bottom: 80px; }
.gal-item { break-inside: avoid; margin: 0 0 14px; cursor: zoom-in; }
.gal-item img { width: 100%; display: block; border-radius: 12px; }
.gal-item figcaption { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; padding: 8px 2px; color: var(--color-pewter); }
.lightbox { position: fixed; inset: 0; background: rgba(10,20,12,.88); place-items: center; z-index: 50; }
.lightbox[hidden] { display: none !important; }
.lightbox:not([hidden]) { display: grid; }
.lightbox img { max-width: 90vw; max-height: 86vh; }
.lightbox button { position: absolute; top: 16px; right: 20px; background: none; border: 0; color: #fff; font-size: 32px; cursor: pointer; }
@media (max-width: 900px) { .gal-masonry { column-count: 2; } }

.map-frame { border-radius: 20px; overflow: hidden; border: 1px solid var(--color-warm-stone); margin: 16px 0; }
.map-frame iframe { width: 100%; height: 380px; border: 0; display: block; }

.gal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding-bottom: 80px; }
.gal-shot img { width: 100%; height: 180px; object-fit: cover; border-radius: 12px; cursor: zoom-in; display: block; }
@media (max-width: 900px) { .gal-grid { grid-template-columns: 1fr 1fr; } }

.io-map.dark-section { padding: 64px 0; }
.io-map h2, .io-map .lead, .io-map a { color: #fcfcf7; }
.io-map .map-frame { border-color: rgba(252,252,247,.18); }

@media (max-width: 900px) {
  .glass-hero, .hero-slide { height: 52vh; min-height: 360px; }
}

.hero-seed,
.strip,
.class-grid,
.lookbook,
.journey-grid,
.gal-grid,
.flags,
.shopee-grid,
.foot-grid {
  display: grid;
  gap: 20px;
}
.hero-seed { grid-template-columns: minmax(0,1fr) minmax(0,1fr); margin-bottom: 20px; }
.glass-hero,
.hero-slide {
  min-width: 0;
  margin-bottom: 20px;
}
.hero-slide.swiper { height: 72vh; min-height: 560px; }
.hero-slide .swiper-slide,
.hero-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-slide .swiper-button-prev,
.hero-slide .swiper-button-next { color: #fcfcf7; }
.hero-slide .swiper-pagination-bullet-active { background: #d3fa99; }
.strip { grid-template-columns: repeat(3, minmax(0,1fr)); margin-bottom: 20px; }
.class-grid { grid-template-columns: repeat(5, minmax(0,1fr)); }
.gal-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
@media (max-width: 900px) {
  .hero-seed, .strip, .class-grid, .gal-grid { grid-template-columns: 1fr; }
  .hero-slide.swiper { height: 52vh; min-height: 360px; }
}

.crumbs { padding: 16px 24px 0; max-width: 1200px; margin: 0 auto; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--color-pewter); }
.crumbs li:not(:last-child)::after { content: "›"; margin-left: 8px; color: var(--color-pewter); }
.crumbs a { color: var(--color-forest-depths); }
.crumbs [aria-current="page"] { color: var(--color-forest-depths); }

.crumbs-sep { margin: 0 8px; color: var(--color-pewter); }
.crumbs li:not(:last-child)::after { content: none; }

.faq { padding-top: 24px; }
.faq-item { padding: 20px 0; border-bottom: 1px solid var(--color-warm-stone); }
.faq dt { font-weight: 500; margin-bottom: 8px; }
.faq dd { margin: 0; max-width: 62ch; line-height: 1.7; color: var(--color-pewter); }

.nav-badge {
  display: inline-grid; place-items: center; min-width: 18px; height: 18px; padding: 0 5px;
  margin-left: 6px; border-radius: 1000px; background: var(--color-lime-pulse);
  color: var(--color-forest-depths); font-size: 11px; font-style: normal;
}
.admin-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 24px; }
.admin-filters a { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; padding: 6px 10px; border-radius: 1000px; border: 1px solid var(--color-warm-stone); }
.admin-filters a.on { background: var(--color-forest-depths); color: var(--color-snow-white); }
.admin-table tr.is-new { background: rgba(211,250,153,.25); }
.admin-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.admin-actions form { display: inline; }

.admin-thumb { width: 88px; height: 88px; object-fit: cover; border-radius: 10px; display: block; margin-bottom: 8px; }

.stock-line { font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--color-pewter); margin: 4px 0 0; }

.admin-body { background: #f4f3ee; }
.admin-top {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 12px 28px; background: #fcfcf7; border-bottom: 1px solid var(--color-warm-stone);
  position: sticky; top: 0; z-index: 20;
}
.admin-top nav { display: flex; gap: 16px; flex-wrap: wrap; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.admin-wrap { max-width: 1120px; margin: 0 auto; padding: 36px 24px 80px; }
.admin-card { background: #fcfcf7; border: 1px solid var(--color-warm-stone); border-radius: 16px; padding: 20px; margin: 16px 0 28px; display: grid; gap: 10px; }
.admin-alert { background: #1c3a13; color: #d3fa99; padding: 10px 28px; font-size: 13px; }
.admin-table { width: 100%; border-collapse: collapse; background: #fcfcf7; }
.admin-table th, .admin-table td { padding: 12px 10px; border-bottom: 1px solid var(--color-warm-stone); vertical-align: top; text-align: left; }

.admin-shell { display: grid; grid-template-columns: 240px minmax(0,1fr); min-height: 100vh; }
.admin-side {
  background: #1c3a13; color: #fcfcf7; padding: 28px 20px; display: flex; flex-direction: column; gap: 24px;
  position: sticky; top: 0; height: 100vh;
}
.admin-brand img { height: 40px; width: auto; filter: brightness(0) invert(1); }
.admin-side nav { display: flex; flex-direction: column; gap: 6px; flex: 1; }
.admin-side nav a {
  color: #fcfcf7; padding: 10px 12px; border-radius: 10px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase;
}
.admin-side nav a.on, .admin-side nav a:hover { background: rgba(211,250,153,.18); color: #d3fa99; }
.admin-side .btn { color: #fcfcf7; border-color: rgba(252,252,247,.35); }
.admin-main { background: #f4f3ee; min-width: 0; }
@media (max-width: 900px) {
  .admin-shell { grid-template-columns: 1fr; }
  .admin-side { height: auto; position: relative; }
  .admin-side nav { flex-direction: row; flex-wrap: wrap; }
}

.admin-burger {
  display: none; position: fixed; top: 12px; left: 12px; z-index: 30;
  background: #1c3a13; color: #fcfcf7; border: 0; border-radius: 10px; padding: 8px 12px; letter-spacing: .1em; text-transform: uppercase;
}
.admin-side nav a { display: flex; align-items: center; gap: 10px; }
.admin-side nav a svg { flex: 0 0 18px; }
@media (max-width: 900px) {
  .admin-shell { grid-template-columns: 1fr; }
  .admin-burger { display: block; }
  .admin-side {
    position: fixed; inset: 0 auto 0 0; width: min(80vw, 280px); height: 100vh;
    transform: translateX(-105%); transition: transform .25s ease; z-index: 25;
  }
  .admin-side.open { transform: translateX(0); }
  .admin-wrap { padding-top: 56px; }
}

.table-scroll { overflow-x: auto; background: #fcfcf7; border: 1px solid var(--color-warm-stone); border-radius: 16px; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--color-pewter); background: #eeeee9; }
.admin-table th, .admin-table td { padding: 14px 16px; border-bottom: 1px solid var(--color-warm-stone); vertical-align: top; text-align: left; }
.admin-table tr:last-child td { border-bottom: 0; }
.mono { font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 12px; letter-spacing: .04em; margin: 0 0 8px; }
.unit-form, .mini-form, .stack-form { display: grid; gap: 8px; }
.unit-row { display: grid; grid-template-columns: 1fr 72px; gap: 8px; }
.pill { display: inline-block; padding: 4px 10px; border-radius: 1000px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; border: 1px solid var(--color-warm-stone); }
.pill.on { background: #d3fa99; border-color: #d3fa99; color: #1c3a13; }
.pager { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; align-items: center; }
.pager-btn { min-width: 40px; height: 40px; display: grid; place-items: center; padding: 0 12px; border-radius: 1000px; border: 1.5px solid var(--color-forest-depths); color: var(--color-forest-depths); font-size: 13px; }
.pager-btn.on { background: var(--color-forest-depths); color: #fcfcf7; }
.pager-btn.is-off { opacity: .35; pointer-events: none; }

.nav-burger {
  display: none;
  border: 1.5px solid var(--color-forest-depths);
  background: transparent;
  color: var(--color-forest-depths);
  border-radius: 1000px;
  padding: 8px 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
}
@media (max-width: 900px) {
  .nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
  .nav-burger { display: inline-flex; margin-left: auto; }
  .nav-panel {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 8px;
    padding: 12px 0 8px;
    border-top: 1px solid var(--color-warm-stone);
  }
  .nav-panel.open { display: flex; }
  .nav-panel nav { display: flex; flex-direction: column; gap: 4px; }
  .nav-panel nav a { padding: 10px 4px; }
  .nav-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
}
@media (min-width: 901px) {
  .nav-panel { display: contents; }
}

@media (max-width: 900px) {
  .hero-seed {
    grid-template-columns: 1fr !important;
    gap: 12px;
    padding: 12px 12px 8px;
    min-height: 0;
  }
  .glass-hero {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 24px 20px !important;
    border-radius: 20px;
    order: 1;
  }
  .glass-hero h1 { font-size: 28px !important; line-height: 1.15; margin: 8px 0 10px; }
  .glass-hero .lead { font-size: 15px; max-width: none; }
  .hero-actions { display: flex; flex-direction: column; gap: 8px; }
  .hero-actions .btn { width: 100%; text-align: center; }
  .hero-slide,
  .hero-slide.swiper {
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px;
    margin: 0 !important;
    order: 0;
    border-radius: 20px;
  }
  .hero-slide .swiper-button-prev,
  .hero-slide .swiper-button-next { display: none; }
}

.yt-frame { position: relative; width: 100%; aspect-ratio: 16/9; background: #111; border-radius: 16px; overflow: hidden; }
.yt-frame iframe, .yt-frame video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.yt-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.cert-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; }
.cert-grid img { width: 100%; height: 180px; object-fit: cover; border-radius: 12px; }
.premium-gal .gal-shot img { border-radius: 16px; }
.home-video { padding-top: 48px; }

body { background: #f7f6f1; }
.salon-hero { padding: 48px 24px 24px; }
.salon-hero h1 { font-weight: 300; letter-spacing: -0.03em; }
.about-journey article { padding: 28px 0; border-bottom: 1px solid var(--color-warm-stone); max-width: 68ch; }
.premium-gal .gal-shot { overflow: hidden; border-radius: 18px; }
.premium-gal .gal-shot img { transition: transform .5s ease; }
.premium-gal .gal-shot img:hover { transform: scale(1.04); }
.cert-open-home { cursor: zoom-in; }

.admin-login-body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(1200px 500px at 50% -10%, rgba(211,250,153,.35), transparent 55%),
    #1c3a13;
}
.admin-login-card {
  width: min(420px, calc(100% - 32px));
  background: #fcfcf7;
  border-radius: 24px;
  padding: 40px 32px 36px;
  text-align: center;
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
}
.admin-login-logo {
  display: block;
  width: 180px;
  height: auto;
  max-height: 64px;
  object-fit: contain;
  margin: 0 auto 20px;
}
.admin-login-card h1 { margin: 8px 0 24px; font-weight: 300; letter-spacing: .12em; text-transform: uppercase; font-size: 22px; }
.admin-login-card form { display: grid; gap: 12px; text-align: left; }
.admin-login-card input {
  width: 100%;
  border: 1px solid var(--color-warm-stone);
  border-radius: 12px;
  padding: 12px 14px;
  background: #fff;
}
.admin-login-card .btn { width: 100%; justify-content: center; }
@media (max-width: 480px) {
  .admin-login-logo { width: 140px; max-height: 52px; }
  .admin-login-card { padding: 28px 20px; }
}

.home-video .lead { max-width: 42ch; margin-bottom: 20px; }
.yt-frame { box-shadow: 0 18px 40px rgba(28,58,19,.12); }
.home-gallery { overflow: hidden; padding-bottom: 8px; }
.home-gallery .wrap-seed { padding-bottom: 12px; }
.marquee { padding: 0 24px; }
.marquee-track { gap: 14px; }
.marquee-track img {
  height: 200px;
  width: 280px;
  object-fit: cover;
  border-radius: 16px;
  flex: 0 0 auto;
}
.cert-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.cert-grid img { height: 280px; object-fit: contain; background: #fff; padding: 8px; box-shadow: 0 10px 28px rgba(28,58,19,.08); }
.home-cta { padding: 56px 24px 72px; text-align: center; }
.home-cta .lead { margin-left: auto; margin-right: auto; }
.home-cta .hero-actions { justify-content: center; }

.data-table { width: 100%; border-collapse: collapse; background: #fcfcf7; }
.data-table th { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--color-pewter); text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--color-warm-stone); }
.data-table td { padding: 14px; border-bottom: 1px solid var(--color-warm-stone); vertical-align: middle; }
.data-table tr:last-child td { border-bottom: 0; }

.salon-hero { padding: 28px 24px 12px; }
.salon-hero h1 { margin-top: 8px; }
.premium-log { min-height: 160px; max-height: 280px; overflow-y: auto; }
.chat-premium { padding: 12px 16px 48px; }
.chat-shell { max-width: 520px; margin: 0 auto; }
.yt-grid article { max-width: 720px; }
.orchid-grid img { width: 100%; height: 220px; object-fit: cover; border-radius: 16px 16px 0 0; }

.salon-hero { padding: 4px 24px 8px !important; }
.salon-hero h1 { margin: 4px 0 8px !important; }
.salon-hero .lead { margin: 0 0 8px; }
.wrap-seed { padding-top: 16px; padding-bottom: 24px; }
.wrap-seed.tight { padding-top: 8px; }
.about-journey { padding-top: 8px; }
.about-journey article { padding: 14px 0 !important; }
.featured { padding-top: 8px; padding-bottom: 16px; }
.journey { padding-top: 8px; }
.crumb, .breadcrumb { margin: 0; padding: 8px 24px 0; }
:root {
  --void: #07140f;
  --forest: #0d241c;
  --pine: #16352a;
  --gold: #c8a24a;
  --gold-2: #e8d39a;
  --gold-3: #f3e7c4;
  --cream: #f7f1e4;
  --cream-2: #efe6d2;
  --ink: #14241d;
  --muted: #6d776f;
  --color-forest-depths: #0d241c;
  --color-snow-white: #f7f1e4;
  --color-lime-pulse: #e8d39a;
  --color-warm-stone: #e4d8be;
  --page-max: 1200px;
}
html { scroll-behavior: smooth; }
body {
  font-family: Manrope, sans-serif !important;
  background: var(--cream) !important;
  color: var(--ink);
}
h1, h2, h3, .salon-hero h1, .glass-hero h1 {
  font-family: "Playfair Display", serif !important;
  font-weight: 500;
}
.eyebrow, .label, .kicker {
  font-family: Cinzel, serif !important;
  letter-spacing: .22em;
  color: #8d7640;
  text-transform: uppercase;
  font-size: 11px;
}
.promo-banner {
  background: var(--void);
  color: var(--gold-3);
  border: 0;
  font-size: 11px;
  letter-spacing: .14em;
}
.promo-banner a { color: var(--gold-2); }
.site-header {
  position: sticky; top: 0; z-index: 80;
  background: rgba(7,20,15,.94) !important;
  border-bottom: 1px solid rgba(200,162,74,.22);
  backdrop-filter: blur(16px);
}
.nav a, .nav-panel nav a, .lang { color: #d7e0da !important; }
.nav .logo, .brand-logo { filter: none; }
.nav-burger { color: var(--gold-3) !important; border-color: var(--gold) !important; }
.btn {
  border-radius: 999px !important;
  letter-spacing: .04em;
}
.btn:not(.btn-ghost) {
  background: linear-gradient(180deg, #f0d88a 0%, #c8a24a 55%, #b08932 100%) !important;
  color: #2a2108 !important;
  border: 0 !important;
  font-weight: 600;
}
.btn-ghost, .btn-line {
  background: transparent !important;
  border: 1px solid rgba(200,162,74,.45) !important;
  color: var(--ink) !important;
}
.site-header .btn-ghost { color: var(--gold-3) !important; }
.hero-seed, .salon-hero {
  background: transparent;
}
.glass-hero {
  background: linear-gradient(180deg, rgba(7,20,15,.55), rgba(7,20,15,.2)) !important;
  color: #fff !important;
  border: 1px solid rgba(232,211,154,.25);
}
.glass-hero h1, .glass-hero .lead { color: #f7f1e4 !important; }
.strip, .values-grid {
  background: var(--cream);
}
.strip article strong { font-family: "Playfair Display", serif; }
.class-card, .look, .card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(13,36,28,.08);
}
.class-card strong, .card h3 { font-family: "Playfair Display", serif; }
.dark-section, .io-map, .science-band {
  background: var(--forest) !important;
  color: #fff;
}
.foot {
  background: var(--void) !important;
  color: #d5e0da !important;
  border-top: 2px solid var(--gold);
}
.chat-fab.io-fab {
  background: linear-gradient(180deg, #f0d88a, #c8a24a) !important;
}
.data-table th { color: #8d7640; }
.yt-frame { border: 1px solid rgba(200,162,74,.28); }
.script {
  font-family: "Great Vibes", cursive;
  color: var(--gold-2);
  font-size: 28px;
}

.io-why,.io-why .wrap,.io-why-box{max-width:1080px!important;margin-left:auto!important;margin-right:auto!important;float:none!important;display:block!important;width:100%!important;}
