/* ============================================================================
   BASE RESET — neutralize legacy style5.css body shorthand & inheritance
   This must be FIRST so custom.css tokens cascade correctly.
   ============================================================================ */
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }

/* Style5.css sets `font: 400 12px/1.8 "Open Sans"` which is a font shorthand
   that clobbers font-family inheritance. Restore a sensible base. */
body {
  font-family: 'Open Sans', 'PingFang TC', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Scope legacy 12px font override to legacy-only contexts */
.module, .module-small { font-size: 15px; }

/* ============================================================================
   Luvaii & BEAUTY AGENT 新竹高鐵店 — Custom CSS
   Consolidated from contact.php, tip.php inline styles + frontend polish
   Design tokens:
     --color-primary:   #a68b74  (warm taupe)
     --color-primary-d: #8e735b
     --color-accent:    #B38B6D
     --color-accent-l:  #D2B9A1
     --color-text:      #333
     --color-muted:     #666
     --color-bg-soft:   #fdfaf7
============================================================================ */

:root {
  --color-primary:   #a68b74;
  --color-primary-d: #8e735b;
  --color-accent:    #B38B6D;
  --color-accent-l:  #D2B9A1;
  --color-text:      #333;
  --color-muted:     #666;
  --color-bg-soft:   #fdfaf7;
  --shadow-sm:       0 2px 8px rgba(0,0,0,.06);
  --shadow-md:       0 6px 20px rgba(0,0,0,.08);
  --radius-sm:       6px;
  --radius-md:       10px;
}

/* ---------- Accessibility ---------- */
*:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.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;
}

/* ---------- Performance: prevent layout shift ---------- */
img { max-width: 100%; height: auto; }
.post-thumbnail img,
.news_img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius-sm);
  transition: transform .4s ease;
}
.post-thumbnail:hover img { transform: scale(1.03); }

/* ---------- Header / Nav polish ---------- */
.navbar-custom .navbar-brand {
  font-weight: 700;
  letter-spacing: .5px;
}
.navbar-custom .dropdown-menu > li > a {
  padding: 10px 20px;
  transition: background .2s ease, color .2s ease;
}
.navbar-custom .dropdown-menu > li > a:hover {
  background: var(--color-bg-soft);
  color: var(--color-primary-d);
}

/* ---------- Post / Card hover effect ---------- */
.post {
  transition: transform .3s ease, box-shadow .3s ease;
}
.post:hover {
  transform: translateY(-4px);
}
.post-title a {
  color: var(--color-text);
  transition: color .2s ease;
}
.post-title a:hover {
  color: var(--color-primary);
  text-decoration: none;
}
.text-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ---------- Contact page styles (moved from inline) ---------- */
.section-padding { padding: 70px 0; position: relative; }
.section-title {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--color-muted);
}
.section-sub-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 60px;
  color: #212121;
}

.ts-service-box-bg {
  background: var(--color-accent);
  color: #fff;
  padding: 30px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease;
  height: 100%;
}
.ts-service-box-bg:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.ts-service-box-bg h4,
.ts-service-box-bg h3,
.ts-service-box-bg h2 { color: #fff; }
.ts-service-box-bg a { color: #fff; text-decoration: underline; }

.ts-service-icon.icon-round i {
  font-size: 24px;
  color: #fff;
  background: var(--color-accent-l);
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  display: inline-block;
}
.ts-service-icon i { font-size: 28px; margin-right: 15px; margin-top: 2px; }

.gap-60 { clear: both; height: 60px; }
.gap-40 { clear: both; height: 40px; }

.column-title { margin: 0 0 40px; }

/* Map iframe responsive */
.map-container {
  margin-top: 20px;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.map-container iframe {
  width: 100%;
  height: 500px;
  border: 0;
  display: block;
}
@media (max-width: 768px) {
  .map-container iframe { height: 360px; }
}

/* ---------- Article / blog post styles (moved from tip.php inline) ---------- */
.article-hero {
  background: var(--color-bg-soft);
  padding: 40px 20px;
  text-align: center;
  border-radius: var(--radius-md);
  margin-bottom: 30px;
}
.post-entry h1 { color: var(--color-primary-d); font-size: 2rem; }
.post-entry h2 {
  color: var(--color-primary);
  font-size: 1.5rem;
  border-left: 4px solid var(--color-primary);
  padding-left: 15px;
  margin-top: 32px;
}
.post-entry h3 { color: var(--color-primary-d); font-size: 1.25rem; margin-top: 24px; }
.post-entry p { line-height: 1.8; margin-bottom: 16px; }
.post-entry img { border-radius: var(--radius-sm); margin: 20px 0; }

.cta-button {
  display: inline-block;
  background: var(--color-primary);
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: var(--radius-sm);
  margin-top: 20px;
  transition: background .2s ease, transform .2s ease;
}
.cta-button:hover {
  background: var(--color-primary-d);
  color: #fff;
  transform: translateY(-2px);
  text-decoration: none;
}

/* ---------- Price / Booking button ---------- */
.price-wrapper {
  margin-top: 16px;
  padding: 16px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.salepage-price {
  display: block;
  margin-bottom: 12px;
}
.btn-alt {
  display: inline-block;
  background: var(--color-primary);
  color: #fff !important;
  padding: 12px 32px;
  text-decoration: none;
  border-radius: var(--radius-sm);
  font-weight: 600;
  letter-spacing: .5px;
  transition: background .2s ease, transform .2s ease;
}
.btn-alt:hover {
  background: var(--color-primary-d);
  transform: translateY(-2px);
  text-decoration: none;
}

/* ---------- Sidebar widgets ---------- */
.sidebar .widget {
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
}
.sidebar .widget:last-child { border-bottom: 0; }
.widget-title {
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 18px;
}
.icon-list li a {
  color: var(--color-text);
  padding: 6px 0;
  display: block;
  transition: color .2s ease, padding-left .2s ease;
}
.icon-list li a:hover {
  color: var(--color-primary);
  padding-left: 6px;
  text-decoration: none;
}

/* ---------- Footer polish ---------- */
.footer { background: #1f1a17; color: #d4c4b3; padding-top: 60px; }
.footer .widget-title { color: #fff; margin-bottom: 20px; }
.footer a { color: #d4c4b3; transition: color .2s ease; }
.footer a:hover { color: var(--color-accent-l); text-decoration: none; }
.footer .service-item { margin-bottom: 16px; }
.footer .service-item h5 { color: #fff; margin-bottom: 6px; }
.footer .list-arrow { list-style: none; padding: 0; }
.footer .list-arrow li { padding: 6px 0; }
.footer .list-arrow li::before {
  content: "›";
  margin-right: 8px;
  color: var(--color-accent-l);
}
.footer-social ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  gap: 12px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  color: #fff;
  transition: background .2s ease, transform .2s ease;
}
.footer-social a:hover {
  background: var(--color-primary);
  transform: translateY(-2px);
  color: #fff;
}
.copyright {
  margin-top: 40px;
  padding: 20px 0;
  background: rgba(0,0,0,.2);
  font-size: 13px;
  color: #a89580;
}

/* ---------- Back to top ---------- */
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}
.back-to-top.affix,
.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}
.back-to-top .btn {
  background: var(--color-primary);
  border: 0;
  width: 44px; height: 44px;
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}
.back-to-top .btn:hover { background: var(--color-primary-d); }

/* ---------- Form controls ---------- */
.btn-primary {
  background: var(--color-primary);
  border: 0;
  border-radius: var(--radius-sm);
  padding: 12px 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .5px;
  transition: background .2s ease;
}
.btn-primary:hover, .btn-primary:focus { background: var(--color-primary-d); }

.search-box { position: relative; }
.search-box .form-control { padding-right: 40px; }
.search-box .search-btn {
  position: absolute;
  right: 0; top: 0; bottom: 0;
  background: transparent;
  border: 0;
  padding: 0 12px;
  color: var(--color-muted);
}

/* ---------- Responsive tweaks ---------- */
@media (max-width: 767px) {
  .section-sub-title { font-size: 26px; line-height: 34px; margin-bottom: 40px; }
  .module-title { font-size: 28px; }
  .titan-title-size-1,
  .titan-title-size-3,
  .titan-title-size-4 { font-size: clamp(1.5rem, 6vw, 3rem); }
  .footer-social ul { justify-content: center; }
  .footer-about-content { text-align: center; }
}

/* ---------- Print ---------- */
@media print {
  .navbar, .footer, .back-to-top, .page-loader, .scroll-up { display: none !important; }
  body { color: #000; background: #fff; }
  a { color: #000; text-decoration: underline; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* ============================================================================
   EDITORIAL HEADER (hamburger + full-screen mega-menu)
   ============================================================================ */

/* Skip link */
.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: #000; color: #fff; padding: 10px 16px;
  z-index: 10000; font-weight: 600;
}
.skip-link:focus { left: 0; }

/* Hide legacy Bootstrap navbar if present */
nav.navbar-custom { display: none !important; }

/* Header shell */
.ed-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(255, 253, 250, 0.97);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid rgba(20, 15, 10, 0.06);
  transition: background .35s ease, padding .35s ease, border-color .35s ease;
}
.ed-header--transparent {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.ed-header.is-scrolled {
  background: rgba(255, 253, 250, 0.98);
  border-bottom-color: rgba(20, 15, 10, 0.08);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.04);
}
.ed-header.is-scrolled.ed-header--transparent {
  background: rgba(255, 253, 250, 0.98);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
}

.ed-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 36px;
  transition: padding .35s ease;
}
.ed-header.is-scrolled .ed-header__inner { padding: 14px 36px; }
@media (max-width: 768px) {
  .ed-header__inner { padding: 14px 20px; }
  .ed-header.is-scrolled .ed-header__inner { padding: 12px 20px; }
}

/* Burger */
.ed-header__burger {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: transparent;
  border: 0;
  padding: 6px 0;
  cursor: pointer;
  color: #1a1410;
  font-family: 'Volkhov', Georgia, serif;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  justify-self: start;
  transition: color .25s ease;
}
.ed-header--transparent:not(.is-scrolled) .ed-header__burger { color: #fff; }
.ed-header__burger-bars {
  position: relative;
  width: 26px;
  height: 14px;
  display: inline-block;
}
.ed-header__burger-bars span {
  position: absolute;
  left: 0; right: 0;
  height: 1.5px;
  background: currentColor;
  transition: transform .35s ease, top .35s ease, opacity .2s ease;
}
.ed-header__burger-bars span:nth-child(1) { top: 0; }
.ed-header__burger-bars span:nth-child(2) { top: 6px; width: 70%; }
.ed-header__burger-bars span:nth-child(3) { top: 12px; }
.ed-header__burger:hover .ed-header__burger-bars span:nth-child(2) { width: 100%; }
@media (max-width: 560px) {
  .ed-header__burger-label { display: none; }
}

/* Brand */
.ed-header__brand {
  justify-self: center;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  text-decoration: none;
  color: #1a1410;
  transition: color .25s ease;
  white-space: nowrap;
}
.ed-header--transparent:not(.is-scrolled) .ed-header__brand { color: #fff; }
.ed-header__brand:hover { text-decoration: none; }
.ed-header__brand-mark {
  font-family: 'Volkhov', Georgia, serif;
  font-style: italic;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.ed-header__brand-x {
  font-family: 'Volkhov', serif;
  font-size: 16px;
  opacity: 0.5;
  font-weight: 300;
}
.ed-header.is-scrolled .ed-header__brand-mark { font-size: 20px; }
@media (max-width: 768px) {
  .ed-header__brand-mark { font-size: 18px; }
  .ed-header.is-scrolled .ed-header__brand-mark { font-size: 17px; }
}
@media (max-width: 420px) {
  .ed-header__brand-mark { font-size: 15px; }
  .ed-header__brand-x { font-size: 12px; }
}

/* CTA */
.ed-header__cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  font-family: 'Volkhov', Georgia, serif;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1a1410;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: color .25s ease, gap .25s ease;
}
.ed-header--transparent:not(.is-scrolled) .ed-header__cta { color: #fff; }
.ed-header__cta:hover {
  text-decoration: none;
  color: #8e735b;
  gap: 14px;
}
.ed-header--transparent:not(.is-scrolled) .ed-header__cta:hover { color: #fff; opacity: 0.8; }
.ed-header__cta-arrow { font-size: 16px; }
@media (max-width: 560px) {
  .ed-header__cta-text { display: none; }
  .ed-header__cta { border-bottom: 0; font-size: 20px; }
}

/* Body padding */
body { padding-top: 80px; }
@media (max-width: 768px) { body { padding-top: 62px; } }
body:has(.ed-header--transparent) { padding-top: 0; }

/* ============================================================================
   MEGA-MENU (full-screen)
   ============================================================================ */
.ed-mega {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: #faf6f1;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease;
  overflow-y: auto;
}
.ed-mega.is-open {
  opacity: 1;
  pointer-events: auto;
}
.ed-mega__close {
  position: absolute;
  top: 26px; right: 36px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: transparent;
  border: 0;
  color: #1a1410;
  font-family: 'Volkhov', Georgia, serif;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 10;
}
.ed-mega__close > span[aria-hidden] {
  display: inline-flex;
  width: 32px; height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  transition: background .2s ease, color .2s ease;
}
.ed-mega__close:hover > span[aria-hidden] {
  background: #1a1410;
  color: #faf6f1;
}
@media (max-width: 768px) {
  .ed-mega__close { top: 18px; right: 20px; }
  .ed-mega__close-label { display: none; }
}

.ed-mega__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 36px 48px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .ed-mega__inner { padding: 80px 20px 32px; }
}

.ed-mega__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr 1.2fr;
  gap: 36px;
  flex: 1;
  min-height: 480px;
}
@media (max-width: 991px) {
  .ed-mega__grid { grid-template-columns: 1fr; min-height: auto; }
}

.ed-mega__eyebrow {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #8e735b;
  margin: 0 0 18px;
}

/* Nav list */
.ed-mega__nav { display: flex; flex-direction: column; }
.ed-mega__nav ul {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ed-mega__nav li {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .5s ease, transform .5s ease;
}
.ed-mega.is-ready .ed-mega__nav li { opacity: 1; transform: translateY(0); }
.ed-mega.is-ready .ed-mega__nav li:nth-child(1) { transition-delay: 0.10s; }
.ed-mega.is-ready .ed-mega__nav li:nth-child(2) { transition-delay: 0.16s; }
.ed-mega.is-ready .ed-mega__nav li:nth-child(3) { transition-delay: 0.22s; }
.ed-mega.is-ready .ed-mega__nav li:nth-child(4) { transition-delay: 0.28s; }
.ed-mega.is-ready .ed-mega__nav li:nth-child(5) { transition-delay: 0.34s; }

.ed-mega__nav a {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: 14px 0;
  font-family: 'Volkhov', 'Noto Serif TC', Georgia, serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 400;
  color: #1a1410;
  text-decoration: none;
  border-bottom: 1px solid rgba(26, 20, 16, 0.12);
  letter-spacing: 0.01em;
  transition: color .3s ease, padding-left .3s ease;
}
.ed-mega__nav a:hover {
  color: #8e735b;
  text-decoration: none;
  /*padding-left: 8px;*/
}
.ed-mega__nav-num {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #a68b74;
  min-width: 30px;
}
.ed-mega__nav em {
  font-size: 0.45em;
  font-style: italic;
  color: #a68b74;
  margin-left: 12px;
  letter-spacing: 0.08em;
}

/* Visual tiles */
.ed-mega__tile {
  position: relative;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  aspect-ratio: 4 / 5;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease, transform .6s ease;
}
.ed-mega.is-ready .ed-mega__tile:nth-of-type(1) { transition-delay: 0.18s; }
.ed-mega.is-ready .ed-mega__tile:nth-of-type(2) { transition-delay: 0.26s; }
.ed-mega.is-ready .ed-mega__tile { opacity: 1; transform: translateY(0); }

.ed-mega__tile-media {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  transition: transform 1.2s cubic-bezier(.2,.8,.2,1);
}
.ed-mega__tile:hover .ed-mega__tile-media { transform: scale(1.12); }
.ed-mega__tile-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(20,15,10,0.75) 100%);
  transition: background .3s ease;
}
.ed-mega__tile:hover .ed-mega__tile-overlay {
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(20,15,10,0.85) 100%);
}
.ed-mega__tile-body {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 36px 32px;
  color: #fff;
}
.ed-mega__tile-label {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  margin: 0 0 10px;
}
.ed-mega__tile-title {
  font-family: 'Volkhov', 'Noto Serif TC', serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
  margin: 0 0 4px;
  letter-spacing: 0.02em;
}
.ed-mega__tile-sub {
  font-family: 'Volkhov', serif;
  font-style: italic;
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  margin: 0 0 18px;
}
.ed-mega__tile-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  transition: gap .25s ease;
}
.ed-mega__tile:hover .ed-mega__tile-link { gap: 14px; }

/* Foot */
.ed-mega__foot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid rgba(26, 20, 16, 0.12);
  font-size: 13px;
  color: #5c4a3b;
  line-height: 1.8;
}
.ed-mega__foot address,
.ed-mega__foot p { margin: 0; font-style: normal; }
.ed-mega__foot a {
  color: #1a1410;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease;
}
.ed-mega__foot a:hover { border-bottom-color: #8e735b; }
.ed-mega__socials { display: flex; flex-direction: column; gap: 6px; }
@media (max-width: 768px) {
  .ed-mega__foot { grid-template-columns: 1fr 1fr; gap: 24px; }
}

/* ============================================================================
   PRODUCT DETAIL — Full-width hero + content below
   ============================================================================ */

.pd-hero {
  position: relative;
  min-height: 78vh;
  min-height: 620px;
  max-height: 820px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  overflow: hidden;
  /*margin-top: -80px;*/
  padding-top: 80px;
}
@media (max-width: 768px) { .pd-hero { min-height: 70vh; margin-top: -62px; padding-top: 62px; } }

.pd-hero__media {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  animation: pdKenburns 24s ease-in-out infinite alternate;
}
@keyframes pdKenburns {
  0% { transform: scale(1.02); }
  100% { transform: scale(1.1); }
}
.pd-hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 6, 3, 0.35) 0%, rgba(10, 6, 3, 0) 25%, rgba(10, 6, 3, 0.8) 100%);
}

/* Breadcrumb on hero */
.pd-hero__crumb {
  position: absolute;
  top: 110px; left: 0; right: 0;
  padding: 0 36px;
  z-index: 2;
}
.pd-hero__crumb ol {
  list-style: none; margin: 0; padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.82);
  max-width: 1400px;
  margin: 0 auto;
}
.pd-hero__crumb li:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  opacity: 0.5;
}
.pd-hero__crumb a {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease;
}
.pd-hero__crumb a:hover { color: #fff; }
.pd-hero__crumb li[aria-current="page"] { color: #fff; font-weight: 600; }
@media (max-width: 768px) {
  .pd-hero__crumb { top: 80px; padding: 0 20px; font-size: 11px; }
}

/* Hero content */
.pd-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 0 36px 80px;
}
@media (max-width: 768px) {
  .pd-hero__content { padding: 0 20px 48px; }
}
.pd-hero__eyebrow {
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  margin: 0 0 16px;
}
.pd-hero__sale-tag {
  display: inline-block;
  padding: 3px 10px;
  background: #ba543b;
  color: #fff;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 4px;
}
.pd-hero__title {
  font-family: 'Volkhov', 'Noto Serif TC', Georgia, serif;
  font-size: clamp(36px, 6vw, 68px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 0 0 24px;
  max-width: 900px;
}
.pd-hero__desc {
  max-width: 640px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,0.9);
  margin: 0 0 36px;
}
.pd-hero__desc p { margin-bottom: 8px; }

.pd-hero__scroll {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  transition: color .25s ease;
}
.pd-hero__scroll:hover { color: #fff; text-decoration: none; }
.pd-hero__scroll-line {
  width: 50px;
  height: 1px;
  background: currentColor;
  position: relative;
  overflow: hidden;
}
.pd-hero__scroll-line::after {
  content: "";
  position: absolute;
  left: 0; top: 0;
  width: 20px; height: 100%;
  background: #fff;
  animation: pdScrollLine 1.8s ease-in-out infinite;
}
@keyframes pdScrollLine {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(250%); }
}

/* Meta strip */
.pd-meta {
  background: #1a1410;
  color: #f4eee7;
  padding: 40px 0;
}
.pd-meta__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 768px) { .pd-meta__grid { grid-template-columns: 1fr 1fr; gap: 24px; } }
.pd-meta__item { position: relative; }
.pd-meta__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -16px; top: 50%;
  transform: translateY(-50%);
  width: 1px; height: 40px;
  background: rgba(255,255,255,0.12);
}
@media (max-width: 768px) {
  .pd-meta__item:nth-child(2n)::after,
  .pd-meta__item:last-child::after { display: none; }
}
.pd-meta__label {
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #a68b74;
  margin: 0 0 8px;
}
.pd-meta__value {
  font-family: 'Volkhov', 'Noto Serif TC', serif;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  color: #fff;
  letter-spacing: 0.02em;
}
.pd-meta__value a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  transition: border-color .2s ease;
}
.pd-meta__value a:hover { border-bottom-color: #fff; }
.pd-meta__value--price { color: #e8b792; }
.pd-meta__value-old {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  margin-left: 10px;
}

/* Body */
.pd-body { padding: 100px 0 60px; background: #fdfaf7; }
@media (max-width: 768px) { .pd-body { padding: 60px 0 40px; } }

.pd-eyebrow {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #a68b74;
  margin: 0 0 14px;
  font-weight: 600;
}
.pd-eyebrow--light { color: rgba(255,255,255,0.75); }

.pd-h2 {
  font-family: 'Volkhov', 'Noto Serif TC', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 400;
  color: #1a1410;
  line-height: 1.25;
  letter-spacing: 0.01em;
  margin: 0 0 32px;
}
.pd-h2--light { color: #fff; }

.pd-body__heading {
  max-width: 820px;
  margin: 0 auto 60px;
  text-align: center;
}
.pd-body__content {
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.9;
  color: #3a2f26;
  font-size: 16px;
}
.pd-body__content h2 {
  font-family: 'Volkhov', 'Noto Serif TC', serif;
  font-size: 28px;
  font-weight: 400;
  color: #8e735b;
  margin-top: 40px;
  margin-bottom: 18px;
  letter-spacing: 0.01em;
}
.pd-body__content h3 {
  font-family: 'Volkhov', serif;
  font-size: 22px;
  color: #1a1410;
  margin-top: 32px;
  margin-bottom: 14px;
}
.pd-body__content p { margin-bottom: 20px; }
.pd-body__content img {
  display: block;
  margin: 32px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.pd-body__content ul,
.pd-body__content ol { padding-left: 24px; margin-bottom: 20px; }
.pd-body__content li { margin-bottom: 8px; }
.pd-body__content blockquote {
  border-left: 3px solid #a68b74;
  padding: 8px 0 8px 24px;
  margin: 28px 0;
  font-family: 'Volkhov', 'Noto Serif TC', serif;
  font-size: 20px;
  color: #5c4a3b;
  font-style: italic;
}

/* Gallery grid */
.pd-gallery { padding: 40px 0 60px; background: #fdfaf7; }
.pd-gallery__grid { display: grid; gap: 16px; }
.pd-gallery__grid--1 { grid-template-columns: 1fr; max-width: 800px; margin: 0 auto; }
.pd-gallery__grid--2 { grid-template-columns: 1fr 1fr; }
.pd-gallery__grid--3 { grid-template-columns: repeat(3, 1fr); }
.pd-gallery__grid--4 {
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.pd-gallery__grid--4 .pd-gallery__item:first-child { grid-row: 1 / 3; }
@media (max-width: 768px) {
  .pd-gallery__grid--2,
  .pd-gallery__grid--3,
  .pd-gallery__grid--4 {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .pd-gallery__grid--4 .pd-gallery__item:first-child { grid-row: auto; }
}

.pd-gallery__item {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 6px;
  background: #e9e1d6;
}
.pd-gallery__grid--4 .pd-gallery__item:first-child { aspect-ratio: auto; min-height: 100%; }
.pd-gallery__item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}
.pd-gallery__item:hover img { transform: scale(1.04); }

/* Luxe buttons (shared with About & Contact) */
.pd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 34px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  transition: all .25s ease;
  white-space: nowrap;
}
.pd-btn--primary {
  background: #06c755;
  color: #fff;
}
.pd-btn--primary:hover {
  background: #05a647;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(6, 199, 85, 0.25);
}
.pd-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.4);
}
.pd-btn--ghost:hover {
  background: #fff;
  color: #1a1410;
  border-color: #fff;
  text-decoration: none;
}
.pd-btn--dark {
  color: #1a1410;
  border-color: #1a1410;
}
.pd-btn--dark:hover {
  background: #1a1410;
  color: #fff;
}
.pd-btn--sm { padding: 10px 22px; font-size: 12px; }

/* CTA band */
.pd-cta-band {
  background: linear-gradient(135deg, #1f1a17 0%, #2a2220 100%);
  color: #fff;
  padding: 100px 0;
}
.pd-cta-band__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 768px) {
  .pd-cta-band { padding: 60px 0; }
  .pd-cta-band__inner { grid-template-columns: 1fr; gap: 32px; }
}
.pd-cta-band__lede {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,0.8);
  margin: 0;
  max-width: 560px;
}
.pd-cta-band__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .pd-cta-band__actions { justify-content: flex-start; }
}

/* Related */
.pd-related { padding: 100px 0; background: #fdfaf7; }
.pd-related__head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.pd-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991px) { .pd-related__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .pd-related__grid { grid-template-columns: 1fr; } }

.pd-related__card {
  display: block;
  text-decoration: none;
  color: #1a1410;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(26,20,16,0.08);
  transition: transform .35s ease, box-shadow .35s ease;
}
.pd-related__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  text-decoration: none;
  color: #1a1410;
}
.pd-related__media {
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  transition: transform .8s ease;
}
.pd-related__card:hover .pd-related__media { transform: scale(1.04); }
.pd-related__body { padding: 24px 28px 28px; }
.pd-related__title {
  font-family: 'Volkhov', 'Noto Serif TC', serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 14px;
  color: #1a1410;
  letter-spacing: 0.01em;
}
.pd-related__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8e735b;
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
}

/* Sticky bottom bar */
.pd-stickybar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: #fff;
  border-top: 1px solid rgba(26,20,16,0.1);
  box-shadow: 0 -8px 24px rgba(0,0,0,0.05);
  z-index: 900;
  transform: translateY(100%);
  opacity: 0;
  transition: transform .35s ease, opacity .35s ease;
}
.pd-stickybar.is-visible {
  transform: translateY(0);
  opacity: 1;
}
.pd-stickybar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 36px;
}
@media (max-width: 768px) { .pd-stickybar__inner { padding: 12px 20px; } }
.pd-stickybar__info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.pd-stickybar__name {
  font-family: 'Volkhov', 'Noto Serif TC', serif;
  font-size: 16px;
  color: #1a1410;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60vw;
}
.pd-stickybar__price {
  font-size: 13px;
  color: #ba543b;
  font-weight: 700;
}
.pd-stickybar__price del {
  color: #a68b74;
  font-weight: 400;
  margin-left: 6px;
  font-size: 11px;
}

/* ============================================================================
   ABOUT — Editorial (story + philosophy + space photos)
   ============================================================================ */

.ab-eyebrow {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #a68b74;
  font-weight: 600;
  margin: 0 0 14px;
}
.ab-eyebrow--light { color: rgba(255,255,255,0.85); }
.ab-h2 {
  font-family: 'Volkhov', 'Noto Serif TC', Georgia, serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 400;
  color: #1a1410;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0 0 24px;
}
.ab-h2 em {
  font-style: italic;
  color: #8e735b;
}

/* HERO */
.ab-hero {
  position: relative;
  min-height: 88vh;
  min-height: 700px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
  margin-top: -80px;
  padding-top: 80px;
}
@media (max-width: 768px) { .ab-hero { margin-top: -62px; padding-top: 62px; min-height: 80vh; } }

.ab-hero__media {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  animation: pdKenburns 28s ease-in-out infinite alternate;
}
.ab-hero__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,6,3,0.3) 0%, rgba(10,6,3,0) 40%, rgba(10,6,3,0.75) 100%);
}
.ab-hero__inner {
  position: relative;
  z-index: 2;
  padding: 0 36px 96px;
  max-width: 1400px;
}
@media (max-width: 768px) { .ab-hero__inner { padding: 0 20px 56px; } }
.ab-hero__kicker {
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  margin: 0 0 28px;
}
.ab-hero__title {
  font-family: 'Volkhov', 'Noto Serif TC', Georgia, serif;
  font-size: clamp(44px, 8vw, 104px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 0 0 24px;
  max-width: 960px;
}
.ab-hero__title em {
  font-style: italic;
  color: #e8c9a8;
}
.ab-hero__lede {
  font-family: 'Volkhov', serif;
  font-style: italic;
  font-size: clamp(18px, 2vw, 22px);
  color: rgba(255,255,255,0.9);
  margin: 0 0 16px;
  letter-spacing: 0.02em;
}
.ab-hero__credit {
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin: 0;
}

/* STORY */
.ab-story {
  padding: 120px 0 100px;
  background: #fdfaf7;
}
@media (max-width: 768px) { .ab-story { padding: 72px 0 56px; } }
.ab-story__grid {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 991px) {
  .ab-story__grid { grid-template-columns: 1fr; gap: 48px; }
}

.ab-story__aside {
  position: sticky;
  top: 120px;
}
@media (max-width: 991px) { .ab-story__aside { position: static; } }
.ab-story__caption {
  font-family: 'Volkhov', 'Noto Serif TC', serif;
  font-size: 20px;
  line-height: 1.6;
  color: #5c4a3b;
  margin: 0 0 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(26,20,16,0.12);
  letter-spacing: 0.02em;
}
.ab-story__meta {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ab-story__meta > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
  padding-bottom: 14px;
  border-bottom: 1px dashed rgba(166,139,116,0.3);
}
.ab-story__meta strong {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #8e735b;
  font-weight: 600;
  font-size: 11px;
}
.ab-story__meta span { color: #1a1410; font-weight: 500; }

.ab-story__lead {
  margin-bottom: 48px;
  max-width: 800px;
}
.ab-story__drop {
  max-width: 720px;
  color: #3a2f26;
  font-size: 17px;
  line-height: 1.9;
}
.ab-story__drop p { margin-bottom: 24px; }
.ab-story__drop em {
  font-style: italic;
  color: #8e735b;
  font-family: 'Volkhov', serif;
}
.ab-dropcap {
  font-family: 'Volkhov', Georgia, serif;
  font-size: 68px;
  line-height: 0.85;
  float: left;
  margin: 8px 14px 0 0;
  color: #a68b74;
  font-style: italic;
}

/* SPACE */
.ab-space {
  padding: 100px 0;
  background: #1a1410;
  color: #f4eee7;
}
@media (max-width: 768px) { .ab-space { padding: 60px 0; } }
.ab-space__intro {
  max-width: 640px;
  margin: 0 auto 60px;
  text-align: center;
}
.ab-space .ab-eyebrow { color: #d6b89a; }
.ab-space__intro .ab-h2 { color: #fff; }
.ab-space__sub {
  font-family: 'Volkhov', serif;
  font-style: italic;
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  margin: 0;
}

.ab-space__gallery {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 4px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 4px;
}
.ab-space__fig--tall { grid-row: 1 / 3; }
.ab-space__fig--wide { grid-column: 2 / 4; }
@media (max-width: 768px) {
  .ab-space__gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .ab-space__fig--tall,
  .ab-space__fig--wide { grid-row: auto; grid-column: auto; }
}

.ab-space__fig {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #2a2220;
}
.ab-space__fig--tall { aspect-ratio: 3 / 4; }
@media (max-width: 768px) {
  .ab-space__fig,
  .ab-space__fig--tall { aspect-ratio: 4 / 3; }
}

.ab-space__img {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 1s ease;
}
.ab-space__fig:hover .ab-space__img { transform: scale(1.05); }
.ab-space__fig figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 24px 28px;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.75) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 14px;
}
.ab-space__num {
  font-family: 'Volkhov', serif;
  font-style: italic;
  font-size: 22px;
  color: #e8c9a8;
}
.ab-space__cap {
  font-size: 13px;
  letter-spacing: 0.1em;
}

/* PHILOSOPHY */
.ab-philo { padding: 120px 0; background: #fdfaf7; }
@media (max-width: 768px) { .ab-philo { padding: 72px 0; } }
.ab-philo__intro {
  max-width: 640px;
  margin: 0 auto 80px;
  text-align: center;
}

.ab-philo__list {
  max-width: 1080px;
  margin: 0 auto;
}
.ab-philo__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 48px;
  padding: 48px 0;
  position: relative;
  align-items: start;
}
@media (max-width: 768px) {
  .ab-philo__row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 32px 0;
  }
}
.ab-philo__num {
  font-family: 'Volkhov', Georgia, serif;
  font-style: italic;
  font-size: 28px;
  color: #a68b74;
  letter-spacing: 0.04em;
  padding-top: 6px;
}
.ab-philo__body h3 {
  font-family: 'Volkhov', 'Noto Serif TC', serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 400;
  color: #1a1410;
  margin: 0 0 18px;
  letter-spacing: 0.01em;
}
.ab-philo__body h3 em {
  font-style: italic;
  font-size: 0.55em;
  color: #a68b74;
  margin-left: 12px;
  font-weight: 400;
}
.ab-philo__body p {
  font-size: 16px;
  line-height: 1.9;
  color: #3a2f26;
  margin: 0;
  max-width: 680px;
}
.ab-philo__body p em {
  font-style: italic;
  color: #8e735b;
  font-family: 'Volkhov', serif;
}
.ab-philo__line {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: rgba(26,20,16,0.1);
}

/* BRANDS SPLIT */
.ab-brands {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
}
@media (max-width: 768px) {
  .ab-brands { grid-template-columns: 1fr; }
}
.ab-brands__half {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  color: #fff;
}
.ab-brands__media {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 1s ease;
}
.ab-brands__half:hover .ab-brands__media { transform: scale(1.04); }
.ab-brands__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,6,3,0) 30%, rgba(10,6,3,0.85) 100%);
}
.ab-brands__text {
  position: relative;
  z-index: 2;
  padding: 60px;
  max-width: 540px;
}
@media (max-width: 768px) { .ab-brands__text { padding: 40px 24px; } }
.ab-brands__title {
  font-family: 'Volkhov', 'Noto Serif TC', serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 400;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: 0.01em;
}
.ab-brands__desc {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.88);
  margin: 0 0 24px;
}
.ab-brands__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  transition: gap .25s ease, border-color .25s ease;
}
.ab-brands__link:hover {
  color: #fff;
  text-decoration: none;
  gap: 16px;
  border-bottom-color: #fff;
}

/* VISIT */
.ab-visit {
  padding: 100px 0;
  background: #f4eee7;
}
@media (max-width: 768px) { .ab-visit { padding: 60px 0; } }
.ab-visit__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 991px) {
  .ab-visit__grid { grid-template-columns: 1fr; gap: 40px; }
}
.ab-visit__desc {
  font-size: 16px;
  line-height: 1.8;
  color: #3a2f26;
  margin: 0 0 32px;
}
.ab-visit__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.ab-visit__map {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e9e1d6;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}
.ab-visit__map iframe {
  width: 100%; height: 100%; border: 0;
  display: block;
  filter: saturate(0.9);
}

/* ============================================================================
   CONTACT PAGE (kept from prior round — user did not request change)
   ============================================================================ */

.page-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: -80px;
  padding-top: 80px;
  overflow: hidden;
}
@media (max-width: 768px) { .page-hero { margin-top: -62px; padding-top: 62px; } }
.page-hero--tall { min-height: 520px; }
.page-hero__media {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}
.page-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(30,22,14,0.35) 0%, rgba(30,22,14,0.65) 100%);
}
.page-hero__inner {
  position: relative;
  text-align: center;
  padding: 80px 20px;
  max-width: 760px;
  margin: 0 auto;
}
.page-hero__eyebrow {
  font-size: 12px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  margin-bottom: 16px;
}
.page-hero__title {
  font-family: 'Volkhov', 'Noto Serif TC', Georgia, serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0 0 20px;
  line-height: 1.2;
}
.page-hero__lede {
  font-size: 16px;
  color: rgba(255,255,255,0.92);
  line-height: 1.8;
  margin: 0;
}

.btn-luxe,
.btn-luxe-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: all .25s ease;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
}
.btn-luxe {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-d) 100%);
  color: #fff;
  box-shadow: 0 6px 20px rgba(166,139,116,0.28);
}
.btn-luxe:hover {
  color: #fff; text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(166,139,116,0.38);
}
.btn-luxe-outline {
  background: transparent;
  color: var(--color-primary-d);
  border: 1.5px solid var(--color-primary);
}
.btn-luxe-outline:hover {
  background: var(--color-primary);
  color: #fff; text-decoration: none;
  transform: translateY(-2px);
}
.btn-luxe--block,
.btn-luxe-outline--block { width: 100%; }

.contact-grid {
  padding: 80px 0 60px;
  background: var(--color-bg-soft);
}
.contact-grid__row {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 991px) {
  .contact-grid__row { grid-template-columns: 1fr; gap: 32px; }
}
.contact-grid__heading {
  font-family: 'Volkhov', 'Noto Serif TC', serif;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 400;
  color: var(--color-text);
  margin: 0 0 32px;
  line-height: 1.3;
}
.contact-grid__eyebrow {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 10px;
  font-style: normal;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 28px;
  background: #fff;
  border-radius: 16px;
  text-decoration: none;
  color: var(--color-text);
  margin-bottom: 16px;
  border: 1px solid rgba(166,139,116,0.1);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.06);
  border-color: var(--color-primary);
  text-decoration: none;
  color: var(--color-text);
}
.contact-card__icon {
  flex-shrink: 0;
  width: 60px; height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--color-accent-l) 0%, var(--color-primary) 100%);
  color: #fff;
  font-size: 22px;
}
.contact-card__icon--line {
  background: linear-gradient(135deg, #06c755 0%, #05a647 100%);
}
.contact-card__body { flex: 1; min-width: 0; }
.contact-card__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--color-muted);
  margin-bottom: 4px;
}
.contact-card__tag {
  display: inline-block;
  padding: 2px 8px;
  font-size: 10px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 999px;
  letter-spacing: 0.05em;
}
.contact-card__value {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.4;
  margin-bottom: 4px;
  word-break: break-word;
}
.contact-card__hint {
  font-size: 13px;
  color: var(--color-muted);
}
.contact-card__arrow {
  flex-shrink: 0;
  color: var(--color-primary);
  font-size: 20px;
  transition: transform .25s ease;
}
.contact-card:hover .contact-card__arrow { transform: translateX(4px); }

.contact-grid__aside { display: flex; flex-direction: column; gap: 20px; }
.contact-hours,
.contact-social {
  background: #fff;
  padding: 28px;
  border-radius: 16px;
  border: 1px solid rgba(166,139,116,0.1);
}
.contact-hours__title,
.contact-social__title {
  font-family: 'Volkhov', 'Noto Serif TC', serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--color-text);
  margin: 0 0 16px;
}
.contact-hours__list { margin: 0; }
.contact-hours__list > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(166,139,116,0.2);
}
.contact-hours__list > div:last-child { border-bottom: 0; }
.contact-hours__list dt {
  font-weight: 500;
  color: var(--color-muted);
  font-size: 14px;
  margin: 0;
}
.contact-hours__list dd {
  font-weight: 600;
  color: var(--color-text);
  margin: 0;
  font-size: 14px;
}
.contact-hours__badge {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(6,199,85,0.1);
  color: #05a647;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}
.contact-hours__badge.is-closed {
  background: rgba(166,139,116,0.1);
  color: var(--color-primary-d);
}
.contact-hours__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #06c755;
  animation: pulse 2s ease-in-out infinite;
}
.contact-hours__badge.is-closed .contact-hours__dot {
  background: var(--color-primary);
  animation: none;
}
@keyframes pulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(6,199,85,0.4); }
  50% { box-shadow: 0 0 0 8px rgba(6,199,85,0); }
}

.contact-social__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.contact-social__links a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: var(--color-bg-soft);
  border-radius: 10px;
  color: var(--color-text);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}
.contact-social__links a:hover {
  background: var(--color-primary);
  color: #fff;
  text-decoration: none;
}
.contact-social__links a i { font-size: 16px; }

.contact-map { padding: 80px 0 0; }
.contact-map__header { text-align: center; max-width: 760px; margin: 0 auto 40px; }
.contact-map__eyebrow {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 10px;
}
.contact-map__title {
  font-family: 'Volkhov', 'Noto Serif TC', serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 400;
  color: var(--color-text);
  margin: 0 0 16px;
}
.contact-map__desc {
  color: var(--color-muted);
  line-height: 1.8;
}
.contact-map__frame {
  width: 100%;
  height: 520px;
  overflow: hidden;
}
.contact-map__frame iframe {
  width: 100%; height: 100%; border: 0;
  display: block;
  filter: saturate(0.9);
}
@media (max-width: 768px) {
  .contact-map__frame { height: 360px; }
}

.contact-final-cta {
  padding: 80px 20px;
  background: linear-gradient(135deg, #1f1a17 0%, #2a2220 100%);
  color: #fff;
  text-align: center;
}
.contact-final-cta__inner {
  max-width: 640px;
  margin: 0 auto;
}
.contact-final-cta__title {
  font-family: 'Volkhov', 'Noto Serif TC', serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 400;
  color: #fff;
  margin: 0 0 16px;
}
.contact-final-cta__desc {
  color: rgba(255,255,255,0.8);
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 32px;
}
.contact-final-cta__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.contact-final-cta .btn-luxe-outline {
  color: #fff;
  border-color: rgba(255,255,255,0.4);
}
.contact-final-cta .btn-luxe-outline:hover {
  background: #fff;
  color: var(--color-primary-d);
  border-color: #fff;
}

/* Breadcrumb strip for other pages */
.page-crumb {
  padding: 20px 0;
  background: var(--color-bg-soft);
  border-bottom: 1px solid rgba(166,139,116,0.1);
  font-size: 13px;
}
.page-crumb ol {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--color-muted);
}
.page-crumb li:not(:last-child)::after {
  content: "›";
  margin-left: 8px;
  color: rgba(166,139,116,0.5);
}
.page-crumb a {
  color: var(--color-muted);
  text-decoration: none;
  transition: color .2s ease;
}
.page-crumb a:hover { color: var(--color-primary-d); }
.page-crumb li[aria-current="page"] {
  color: var(--color-primary-d);
  font-weight: 600;
}

/* ============================================================================
   HOMEPAGE — editorial
   ============================================================================ */

/* --- 1. BANNER ------------------------------------------------------------ */
.hp-banner {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  /*margin-top: -80px;*/
  padding-top: 80px;
}
@media (max-width: 768px) { .hp-banner { margin-top: -62px; padding-top: 62px; } }

.hp-banner__media {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  animation: hpKenburns 22s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes hpKenburns {
  0%   { transform: scale(1.02); }
  100% { transform: scale(1.12); }
}
.hp-banner__scrim {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 40%, rgba(10,6,3,0.2) 0%, rgba(10,6,3,0.65) 70%),
    linear-gradient(180deg, rgba(10,6,3,0.35) 0%, rgba(10,6,3,0) 30%, rgba(10,6,3,0.5) 100%);
}
.hp-banner__grain {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='200' height='200' filter='url(%23n)' opacity='0.5'/></svg>");
  opacity: 0.08;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.hp-banner__marquee {
  position: absolute;
  top: 100px; left: 0; right: 0;
  overflow: hidden;
  opacity: 0.35;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 10%, #000 90%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0, #000 10%, #000 90%, transparent 100%);
}
@media (max-width: 768px) { .hp-banner__marquee { top: 76px; } }
.hp-banner__marquee-track {
  display: inline-flex;
  white-space: nowrap;
  gap: 40px;
  animation: hpMarquee 38s linear infinite;
  font-family: 'Volkhov', Georgia, serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 0;
}
@keyframes hpMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.hp-banner__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 36px;
}
@media (max-width: 768px) { .hp-banner__inner { padding: 60px 20px; } }

.hp-banner__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
  margin: 0 0 28px;
  padding: 6px 14px 6px 12px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 999px;
}
.hp-banner__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #06c755;
  box-shadow: 0 0 0 0 rgba(6,199,85,0.6);
  animation: pulse 2s ease-in-out infinite;
}

.hp-banner__title {
  font-family: 'Volkhov', 'Noto Serif TC', Georgia, serif;
  font-size: clamp(44px, 9vw, 112px);
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: 0.005em;
  color: #fff;
  margin: 0 0 28px;
  max-width: 10ch;
}
.hp-banner__title em {
  font-style: italic;
  color: #e8c9a8;
}
.hp-banner__lede {
  font-family: 'Volkhov', serif;
  font-style: italic;
  font-size: clamp(16px, 1.8vw, 20px);
  color: rgba(255,255,255,0.92);
  line-height: 1.7;
  margin: 0 0 36px;
  max-width: 540px;
}
.hp-banner__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hp-banner__actions .pd-btn--ghost {
  color: #fff;
  border-color: rgba(255,255,255,0.5);
}
.hp-banner__actions .pd-btn--ghost:hover {
  background: #fff;
  color: #1a1410;
  border-color: #fff;
}

.hp-banner__scroll {
  position: absolute;
  right: 36px;
  bottom: 32px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  transition: color .25s ease;
}
@media (max-width: 768px) {
  .hp-banner__scroll { right: 20px; bottom: 20px; font-size: 10px; }
}
.hp-banner__scroll:hover { color: #fff; text-decoration: none; }
.hp-banner__scroll-line {
  width: 60px; height: 1px;
  background: currentColor;
  position: relative; overflow: hidden;
}
.hp-banner__scroll-line::after {
  content: "";
  position: absolute;
  left: 0; top: 0;
  width: 24px; height: 100%;
  background: #fff;
  animation: pdScrollLine 1.8s ease-in-out infinite;
}
@media (max-width: 560px) {
  .hp-banner__scroll-label { display: none; }
  .hp-banner__scroll-line { width: 40px; }
}

/* --- 2. TRUST BAR --------------------------------------------------------- */
.hp-trust {
  padding: 64px 0;
  background: #1a1410;
  color: #f4eee7;
}
.hp-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 768px) { .hp-trust__grid { grid-template-columns: 1fr 1fr; gap: 24px; } }
.hp-trust__item {
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
}
.hp-trust__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -16px; top: 50%;
  transform: translateY(-50%);
  width: 1px; height: 48px;
  background: rgba(255,255,255,0.1);
}
@media (max-width: 768px) {
  .hp-trust__item:nth-child(2n)::after,
  .hp-trust__item:last-child::after { display: none; }
}
.hp-trust__icon {
  flex-shrink: 0;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: rgba(232,201,168,0.12);
  color: #e8c9a8;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
}
.hp-trust__body { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.hp-trust__body strong {
  font-family: 'Volkhov', 'Noto Serif TC', serif;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 1;
}
.hp-trust__body span {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.05em;
}

/* --- 3. SERVICES ---------------------------------------------------------- */
.hp-services { padding: 120px 0; background: #fdfaf7; }
@media (max-width: 768px) { .hp-services { padding: 72px 0; } }
.hp-services__head { text-align: center; max-width: 720px; margin: 0 auto 64px; }
.hp-services__sub {
  font-family: 'Volkhov', serif;
  font-style: italic;
  font-size: 17px;
  color: #5c4a3b;
  margin: 8px 0 0;
}
.hp-services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
@media (max-width: 768px) { .hp-services__grid { grid-template-columns: 1fr; } }

.hp-service-card {
  position: relative;
  display: block;
  min-height: 520px;
  overflow: hidden;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
}
.hp-service-card__media {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 1s cubic-bezier(.2,.8,.2,1);
  z-index: 0;
}
.hp-service-card:hover .hp-service-card__media { transform: scale(1.06); }
.hp-service-card__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,6,3,0.1) 20%, rgba(10,6,3,0.82) 100%);
  z-index: 1;
  transition: background .35s ease;
}
.hp-service-card:hover .hp-service-card__scrim {
  background: linear-gradient(180deg, rgba(10,6,3,0.2) 0%, rgba(10,6,3,0.9) 100%);
}
.hp-service-card__body {
  position: relative;
  z-index: 2;
  padding: 60px 48px 48px;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 560px) { .hp-service-card__body { padding: 40px 28px 32px; } }
.hp-service-card__label {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
  margin: 0 0 14px;
}
.hp-service-card__title {
  font-family: 'Volkhov', 'Noto Serif TC', serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  color: #fff;
  margin: 0 0 18px;
  letter-spacing: 0.01em;
}
.hp-service-card__desc {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.88);
  margin: 0 0 28px;
  max-width: 440px;
}
.hp-service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  transition: gap .25s ease, border-color .25s ease;
}
.hp-service-card:hover .hp-service-card__link {
  gap: 16px;
  border-bottom-color: #fff;
  color: #fff;
  text-decoration: none;
}

/* --- 4. FEATURED TREATMENTS ---------------------------------------------- */
.hp-featured { padding: 120px 0; background: #f4eee7; }
@media (max-width: 768px) { .hp-featured { padding: 72px 0; } }
.hp-featured__head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.hp-featured__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 991px) { .hp-featured__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .hp-featured__grid { grid-template-columns: 1fr; } }

.hp-feat-card {
  display: block;
  background: #fff;
  text-decoration: none;
  color: #1a1410;
  overflow: hidden;
  border: 1px solid rgba(26,20,16,0.08);
  transition: transform .3s ease, box-shadow .3s ease;
}
.hp-feat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  color: #1a1410;
  text-decoration: none;
}
.hp-feat-card__media {
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  transition: transform .7s ease;
}
.hp-feat-card:hover .hp-feat-card__media { transform: scale(1.05); }
.hp-feat-card__body { padding: 22px 22px 24px; }
.hp-feat-card__cat {
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #a68b74;
  margin: 0 0 8px;
}
.hp-feat-card__title {
  font-family: 'Volkhov', 'Noto Serif TC', serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 14px;
  line-height: 1.4;
  color: #1a1410;
}
.hp-feat-card__link {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8e735b;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
}
.hp-featured__foot {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 48px;
  flex-wrap: wrap;
}

/* --- 5. PHILOSOPHY ------------------------------------------------------- */
.hp-philo { padding: 120px 0; background: #fdfaf7; }
@media (max-width: 768px) { .hp-philo { padding: 72px 0; } }
.hp-philo__head { text-align: center; max-width: 640px; margin: 0 auto 64px; }
.hp-philo__sub {
  font-family: 'Volkhov', serif;
  font-style: italic;
  color: #5c4a3b;
  font-size: 16px;
  margin: 8px 0 0;
}
.hp-philo__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 991px) { .hp-philo__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .hp-philo__grid { grid-template-columns: 1fr; } }

.hp-philo__card {
  padding: 40px 32px;
  background: #fff;
  border: 1px solid rgba(26,20,16,0.06);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  position: relative;
}
.hp-philo__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
  border-color: #a68b74;
}
.hp-philo__num {
  font-family: 'Volkhov', Georgia, serif;
  font-style: italic;
  font-size: 40px;
  color: #a68b74;
  line-height: 1;
  margin-bottom: 20px;
  opacity: 0.7;
}
.hp-philo__card h3 {
  font-family: 'Volkhov', 'Noto Serif TC', serif;
  font-size: 22px;
  font-weight: 400;
  color: #1a1410;
  margin: 0 0 12px;
  letter-spacing: 0.01em;
}
.hp-philo__card p {
  font-size: 14.5px;
  line-height: 1.8;
  color: #5c4a3b;
  margin: 0;
}

/* --- 6. TESTIMONIALS ---------------------------------------------------- */
.hp-quotes {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.hp-quotes__bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(135deg, #2a2220 0%, #1a1410 60%, #2a2220 100%);
}
.hp-quotes__bg::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='200' height='200' filter='url(%23n)' opacity='0.5'/></svg>");
  opacity: 0.05;
  mix-blend-mode: overlay;
}
.hp-quotes > .container { position: relative; z-index: 2; overflow: hidden; }

.hp-quotes__track {
  display: flex;
  transition: transform .7s cubic-bezier(.2,.8,.2,1);
}
.hp-quote {
  flex: 0 0 100%;
  margin: 0;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}
.hp-quote__mark {
  font-family: 'Volkhov', Georgia, serif;
  font-size: 96px;
  color: #e8c9a8;
  line-height: 0.6;
  margin-bottom: 32px;
  opacity: 0.5;
}
.hp-quote blockquote {
  font-family: 'Volkhov', 'Noto Serif TC', serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 400;
  line-height: 1.6;
  margin: 0 auto 32px;
  max-width: 780px;
  color: #fff;
  padding: 0;
  border: 0;
  letter-spacing: 0.02em;
}
.hp-quote blockquote em {
  display: block;
  font-size: 0.65em;
  opacity: 0.8;
  margin-top: 10px;
  color: #e8c9a8;
}
.hp-quote cite {
  display: block;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 4px;
}
.hp-quote figcaption span {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}

.hp-quotes__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 48px;
}
.hp-quotes__dots button {
  width: 28px; height: 2px;
  border: 0;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  padding: 0;
  transition: background .25s ease, width .25s ease;
}
.hp-quotes__dots button:hover { background: rgba(255,255,255,0.5); }
.hp-quotes__dots button.is-active { background: #e8c9a8; width: 42px; }

/* --- 7. PROCESS --------------------------------------------------------- */
.hp-process { padding: 120px 0; background: #fdfaf7; }
@media (max-width: 768px) { .hp-process { padding: 72px 0; } }
.hp-process__head { text-align: center; max-width: 640px; margin: 0 auto 72px; }
.hp-process__steps {
  list-style: none;
  padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
.hp-process__steps::before {
  content: "";
  position: absolute;
  top: 28px; left: 8%; right: 8%;
  height: 1px;
  background: linear-gradient(to right, transparent, #a68b74 20%, #a68b74 80%, transparent);
  z-index: 0;
}
@media (max-width: 768px) {
  .hp-process__steps { grid-template-columns: 1fr; }
  .hp-process__steps::before { display: none; }
}
.hp-process__step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 12px;
}
.hp-process__num {
  display: inline-block;
  padding: 8px 18px;
  background: #fdfaf7;
  border: 1px solid #a68b74;
  border-radius: 999px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #8e735b;
  margin-bottom: 24px;
  font-weight: 600;
}
.hp-process__step h3 {
  font-family: 'Volkhov', 'Noto Serif TC', serif;
  font-size: 22px;
  font-weight: 400;
  color: #1a1410;
  margin: 0 0 12px;
}
.hp-process__step p {
  font-size: 14px;
  line-height: 1.8;
  color: #5c4a3b;
  margin: 0;
}

/* --- 8. JOURNAL --------------------------------------------------------- */
.hp-journal { padding: 120px 0; background: #fff; }
@media (max-width: 768px) { .hp-journal { padding: 72px 0; } }
.hp-journal__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 56px;
  flex-wrap: wrap;
}
.hp-journal__all {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8e735b;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  transition: gap .25s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hp-journal__all:hover { gap: 14px; color: #8e735b; text-decoration: none; }

.hp-journal__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 991px) { .hp-journal__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .hp-journal__grid { grid-template-columns: 1fr; } }

.hp-journal-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hp-journal-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.hp-journal-card__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}
.hp-journal-card:hover .hp-journal-card__media img { transform: scale(1.05); }
.hp-journal-card__body { padding: 0 4px; }
.hp-journal-card__date {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a68b74;
  margin-bottom: 10px;
}
.hp-journal-card__title {
  font-family: 'Volkhov', 'Noto Serif TC', serif;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 12px;
  line-height: 1.4;
}
.hp-journal-card__title a {
  color: #1a1410;
  text-decoration: none;
  transition: color .25s ease;
}
.hp-journal-card__title a:hover { color: #8e735b; text-decoration: none; }
.hp-journal-card__excerpt {
  font-size: 14px;
  line-height: 1.7;
  color: #5c4a3b;
  margin-bottom: 14px;
}
.hp-journal-card__link {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8e735b;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap .25s ease;
}
.hp-journal-card__link:hover { gap: 12px; color: #8e735b; text-decoration: none; }

/* --- 9. GALLERY STRIP --------------------------------------------------- */
.hp-gallery { padding: 100px 0 120px; background: #fdfaf7; overflow: hidden; }
@media (max-width: 768px) { .hp-gallery { padding: 60px 0 72px; } }
.hp-gallery__head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.hp-gallery__follow {
  font-family: 'Volkhov', serif;
  font-style: italic;
  font-size: 16px;
  color: #5c4a3b;
  margin: 8px 0 0;
}
.hp-gallery__follow a {
  color: #8e735b;
  text-decoration: none;
  border-bottom: 1px solid;
}
.hp-gallery__strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 4px;
}
@media (max-width: 768px) {
  .hp-gallery__strip {
    grid-template-columns: repeat(3, 1fr);
  }
  .hp-gallery__strip figure:nth-child(4),
  .hp-gallery__strip figure:nth-child(5) { display: none; }
}
.hp-gallery__strip figure {
  margin: 0;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  transition: transform .7s ease;
  cursor: pointer;
}
.hp-gallery__strip figure:hover { transform: scale(1.03); }

/* --- 10. FAQ ------------------------------------------------------------ */
.hp-faq { padding: 120px 0; background: #fff; }
@media (max-width: 768px) { .hp-faq { padding: 72px 0; } }
.hp-faq__grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 72px;
  align-items: start;
}
@media (max-width: 991px) { .hp-faq__grid { grid-template-columns: 1fr; gap: 48px; } }
.hp-faq__intro {
  position: sticky;
  top: 120px;
}
@media (max-width: 991px) { .hp-faq__intro { position: static; } }
.hp-faq__intro p {
  font-size: 15px;
  line-height: 1.8;
  color: #5c4a3b;
  margin: 0 0 24px;
}

.hp-faq__list { display: flex; flex-direction: column; gap: 0; }
.hp-faq__item {
  border-bottom: 1px solid rgba(26,20,16,0.1);
}
.hp-faq__item:first-child { border-top: 1px solid rgba(26,20,16,0.1); }
.hp-faq__item > summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
  font-family: 'Volkhov', 'Noto Serif TC', serif;
  font-size: 20px;
  font-weight: 400;
  color: #1a1410;
  transition: color .25s ease;
  letter-spacing: 0.01em;
}
.hp-faq__item > summary::-webkit-details-marker { display: none; }
.hp-faq__item > summary:hover { color: #8e735b; }
.hp-faq__icon {
  flex-shrink: 0;
  position: relative;
  width: 28px; height: 28px;
}
.hp-faq__icon::before,
.hp-faq__icon::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  background: currentColor;
  transition: transform .3s ease, opacity .3s ease;
}
.hp-faq__icon::before {
  width: 14px; height: 1px;
  transform: translate(-50%, -50%);
}
.hp-faq__icon::after {
  width: 1px; height: 14px;
  transform: translate(-50%, -50%);
}
.hp-faq__item[open] .hp-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.hp-faq__body {
  padding: 0 0 28px;
  font-size: 15px;
  line-height: 1.9;
  color: #5c4a3b;
  max-width: 680px;
}

/* --- 11. FINAL CTA BAND ------------------------------------------------- */
.hp-cta-band {
  padding: 120px 0;
  background: linear-gradient(135deg, #1f1a17 0%, #2a2220 100%);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) { .hp-cta-band { padding: 72px 0; } }
.hp-cta-band::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='200' height='200' filter='url(%23n)' opacity='0.5'/></svg>");
  opacity: 0.05;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.hp-cta-band__inner { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; }
.hp-cta-band__lede {
  font-family: 'Volkhov', serif;
  font-style: italic;
  font-size: 18px;
  color: rgba(255,255,255,0.85);
  margin: 0 0 36px;
}
.hp-cta-band__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.hp-cta-band .pd-btn--ghost {
  color: #fff;
  border-color: rgba(255,255,255,0.4);
}
.hp-cta-band .pd-btn--ghost:hover {
  background: #fff;
  color: #1a1410;
  border-color: #fff;
}

/* ============================================================================
   404 PAGE
   ============================================================================ */
.hp-404 {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  padding: 140px 0 100px;
}
@media (max-width: 768px) { .hp-404 { padding: 110px 0 72px; } }

.hp-404__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 30%, #3a2f26 0%, #1a1410 60%, #0a0603 100%);
}
.hp-404__bg::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='200' height='200' filter='url(%23n)' opacity='0.5'/></svg>");
  opacity: 0.08;
  mix-blend-mode: overlay;
}
.hp-404__scrim {
  position: absolute; inset: 0;
  background: radial-gradient(circle at center, transparent 30%, rgba(0,0,0,0.35) 100%);
}

.hp-404__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hp-404__kicker {
  font-size: 12px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin: 0 0 20px;
}
.hp-404__code {
  font-family: 'Volkhov', Georgia, serif;
  font-size: clamp(120px, 20vw, 260px);
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  gap: 0.05em;
}
.hp-404__code span { display: inline-block; }
.hp-404__o {
  color: #e8c9a8;
  font-style: italic;
  display: inline-block;
  animation: spin 12s linear infinite;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
.hp-404__title {
  font-family: 'Volkhov', 'Noto Serif TC', serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 400;
  color: #fff;
  margin: 0 0 20px;
  letter-spacing: 0.02em;
}
.hp-404__desc {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,0.85);
  margin: 0 auto 40px;
  max-width: 560px;
}
.hp-404__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.hp-404__actions .pd-btn--ghost {
  color: #fff;
  border-color: rgba(255,255,255,0.4);
}
.hp-404__actions .pd-btn--ghost:hover {
  background: #fff;
  color: #1a1410;
  border-color: #fff;
}

.hp-404__links {
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.12);
  max-width: 720px;
  margin: 0 auto;
}
.hp-404__links-label {
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin: 0 0 16px;
}
.hp-404__links ul {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}
.hp-404__links li a {
  font-family: 'Volkhov', 'Noto Serif TC', serif;
  font-size: 18px;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: color .25s ease;
}
.hp-404__links li a:hover { color: #e8c9a8; text-decoration: none; }
