/* =============================================================================
   NewBond Confinement Centre — Main Stylesheet
   Version: 2.1  |  Built: April 2026  |  Updated: April 2026
   Design System: Official NewBond Brand Identity (Brand Style Guide Dec 2023)
   Fonts: Self-hosted Agenor + Euclid Circular B (licensed)
   ============================================================================= */

/* =============================================================================
   0. FONT FACE — Self-hosted brand fonts
   ============================================================================= */

/* Agenor — Primary heading font (timeless sophistication) */
@font-face {
  font-family: 'Agenor';
  src: url('../fonts/AgenorRegular.woff') format('woff'),
       url('../fonts/AgenorRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Baguile — Decorative / display variant (for special headings / hero) */
@font-face {
  font-family: 'Baguile';
  src: url('../fonts/Baguile-Regular.woff') format('woff'),
       url('../fonts/Baguile-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Euclid Circular B — Supporting body font (geometric harmony, readability) */
@font-face {
  font-family: 'Euclid Circular B';
  src: url('../fonts/EuclidCircularB-Regular.woff') format('woff'),
       url('../fonts/EuclidCircularB-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Euclid Circular B';
  src: url('../fonts/EuclidCircularB-Medium.woff') format('woff'),
       url('../fonts/EuclidCircularB-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* =============================================================================
   1. DESIGN TOKENS — Colours, Typography, Spacing
   ============================================================================= */

:root {
  /* -----------------------------------------------------------------------
     OFFICIAL NEWBOND BRAND COLOURS
     Source: NewBond Brand Style Guide December 2023
     ----------------------------------------------------------------------- */

  /* Primary Palette — brand colours */
  --nb-gold:          #F1D499;   /* Champagne Gold — backgrounds, dividers, decorative ONLY */
  --nb-light-purple:  #DFCCE4;   /* Light Purple  — card/section backgrounds ONLY */
  --nb-purple:        #B595A9;   /* Darker Purple — logo, borders, thin accents ONLY */
  --nb-grey:          #4D4D4F;   /* Darker Grey   — body text (8.4:1 contrast ✓) */
  --nb-black:         #000000;

  /* Supporting Palette */
  --nb-light-gold:    #FAF2CD;   /* Light Gold — page bg tint, section fills */
  --nb-white:         #FFFFFF;

  /* -----------------------------------------------------------------------
     READABILITY TOKENS — brand palette tuned for contrast + visual identity

     Two-tier dark system:
       --nb-plum:      #5C2D4A  ← heading colour — clearly READS as brand purple
                                  10.9:1 on white, 9.7:1 on lt-gold, 7.2:1 on lt-purple ✓
       --nb-plum-dark: #3D1A2E  ← dark section backgrounds, footer (not text use)

     Pastel brand colours (#B595A9, #F1D499) are accent/decorative ONLY:
       - Used as backgrounds, icon strokes, borders, decorative lines
       - NEVER as readable text on white/light backgrounds
     Reference: Charlotte Tilbury, Jo Malone, Tatcha — brand colour in dark heading,
       pastels as large decorative blocks, not small text.
     ----------------------------------------------------------------------- */
  --nb-plum:          #5C2D4A;   /* Deep wine-purple — headings, nav, key text — 10.9:1 on white ✓ */
  --nb-plum-dark:     #3D1A2E;   /* Near-black plum — dark section bg, footer ONLY */
  --nb-purple-dark:   #7A4A6E;   /* Gradient endpoint — CTA banner, featured card headers */
  --nb-purple-mid:    #8A6B7E;   /* Medium purple — eyebrow labels, link arrows — 4.68:1 ✓ */
  --nb-purple-hover:  #4A1F38;   /* Deepened hover — interactive plum states */

  /* -----------------------------------------------------------------------
     SEMANTIC ALIASES — all backward-compat aliases resolve to correct values
     ----------------------------------------------------------------------- */
  --cream:        var(--nb-light-gold);     /* #FAF2CD — warm section bg tint */
  --gold:         var(--nb-gold);           /* #F1D499 — decorative accents, borders */
  --sand:         var(--nb-light-purple);   /* #DFCCE4 — card/section bg tint */
  --forest:       var(--nb-plum-dark);      /* #3D1A2E — dark section backgrounds */
  --blush:        var(--nb-light-purple);
  --walnut:       var(--nb-plum);           /* #5C2D4A — headings, prominent text */
  --sage:         var(--nb-purple-mid);     /* #8A6B7E — icons, accents (see note below) */
  --sage-dark:    var(--nb-purple-hover);
  --sage-light:   var(--nb-light-purple);
  --white:        var(--nb-white);

  --bg-primary:   var(--nb-white);
  --bg-card:      var(--nb-white);          /* cards on white bg */
  --bg-soft:      var(--nb-light-purple);   /* #DFCCE4 light purple sections */
  --bg-dark:      var(--nb-plum-dark);      /* #3D1A2E footer, CTA banner */

  --text-primary: var(--nb-grey);           /* #4D4D4F body text — 8.4:1 on white ✓ */
  --text-heading: var(--nb-plum);           /* #5C2D4A headings — 10.9:1 on white ✓ */
  --text-accent:  var(--nb-purple-mid);     /* #8A6B7E eyebrows, labels — 4.68:1 ✓ */
  --text-secondary: #6B6B6D;               /* secondary body text — 5.3:1 ✓ */
  --text-light:   #767677;                  /* captions, footnotes — 4.74:1 ✓ */
  --text-on-dark: var(--nb-white);

  /* Note on icons (SVGs): icons are decorative, exempt from contrast requirements.
     --nb-purple (#B595A9) used for icon strokes = on-brand, visually rich. */
  --icon-color:   var(--nb-purple);         /* #B595A9 — brand purple for decorative icons */

  --border-light: rgba(181, 149, 169, 0.20);
  --shadow-soft:  0 4px 32px rgba(92, 45, 74, 0.10);
  --shadow-card:  0 2px 16px rgba(92, 45, 74, 0.07);

  /* --- Typography (official brand fonts, self-hosted) ---
     Primary heading: Agenor — timeless sophistication, modern simplicity
     Display/hero:    Baguile — decorative variant for hero headlines
     Body:            Euclid Circular B — geometric harmony, calm, readable
  */
  --font-heading: 'Agenor', Georgia, serif;
  --font-serif:   'Agenor', Georgia, serif;
  --font-display: 'Baguile', 'Agenor', Georgia, serif;
  --font-body:    'Euclid Circular B', system-ui, -apple-system, sans-serif;
  --font-sans:    'Euclid Circular B', system-ui, -apple-system, sans-serif;
  --font-zh-serif:'Noto Serif SC', 'Songti SC', serif;
  --font-zh-sans: 'Noto Sans SC', 'PingFang SC', sans-serif;

  /* --- Type Scale --- */
  --text-xs:      0.8125rem;   /* 13px */
  --text-sm:      0.875rem;    /* 14px */
  --text-base:    1rem;        /* 16px */
  --text-lg:      1.125rem;    /* 18px */
  --text-xl:      1.25rem;     /* 20px */
  --text-2xl:     1.5rem;      /* 24px */
  --text-3xl:     1.875rem;    /* 30px */
  --text-4xl:     2.25rem;     /* 36px */
  --text-5xl:     3rem;        /* 48px */
  --text-6xl:     3.75rem;     /* 60px */
  --text-7xl:     4.5rem;      /* 72px */

  /* --- Spacing --- */
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-5:  1.25rem;
  --space-6:  1.5rem;
  --space-8:  2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  /* --- Border Radius --- */
  --radius-sm:  6px;
  --radius-md:  10px;
  --radius-lg:  16px;
  --radius-xl:  24px;
  --radius-full: 9999px;

  /* --- Transitions --- */
  --transition-fast:   150ms ease;
  --transition-base:   250ms ease;
  --transition-slow:   400ms ease;

  /* --- Layout --- */
  --container-max:  1200px;
  --container-wide: 1440px;
  --nav-height:     90px;
}

/* =============================================================================
   2. RESET & BASE
   ============================================================================= */

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-sans);
  font-size: var(--text-base);
  line-height: 1.7;
  color: var(--text-primary);
  background-color: var(--bg-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* =============================================================================
   3. TYPOGRAPHY
   ============================================================================= */

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 1.2;
  color: var(--text-heading);
  letter-spacing: -0.01em;
}

h1 { font-size: var(--text-5xl); font-weight: 300; }
h2 { font-size: var(--text-4xl); }
h3 { font-size: var(--text-2xl); }
h4 { font-size: var(--text-xl); }

p {
  margin-bottom: var(--space-4);
  color: var(--text-primary);
}

p:last-child { margin-bottom: 0; }

.text-lg   { font-size: var(--text-lg); line-height: 1.8; }
.text-sm   { font-size: var(--text-sm); }
.text-xs   { font-size: var(--text-xs); }

.font-serif  { font-family: var(--font-serif); }
.font-sans   { font-family: var(--font-sans); }

.text-secondary  { color: var(--text-secondary); }
.text-light      { color: var(--text-light); }
.text-gold       { color: var(--nb-gold); }
.text-purple     { color: var(--nb-purple); }
.text-sage       { color: var(--nb-gold); }   /* sage alias → brand gold */
.text-on-dark    { color: var(--text-on-dark); }

.eyebrow {
  font-family: var(--font-sans);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-accent);   /* #8A6B7E — 4.68:1 on white ✓ */
  display: block;
  margin-bottom: var(--space-3);
}

.lead {
  font-size: var(--text-lg);
  line-height: 1.75;
  color: var(--text-secondary);
}

blockquote {
  font-family: var(--font-serif);
  font-size: var(--text-2xl);
  font-weight: 300;
  font-style: italic;
  color: var(--walnut);
  line-height: 1.5;
  border-left: 3px solid var(--gold);
  padding-left: var(--space-6);
  margin: var(--space-8) 0;
}

/* Brand accent divider line — decorative element, WCAG contrast exempt */
.gold-line {
  width: 48px;
  height: 2px;
  background: var(--nb-gold);     /* #F1D499 Champagne Gold — decorative, not text */
  display: block;
  margin: var(--space-5) 0;
  border-radius: 1px;
}

/* Purple variant */
.gold-line--purple {
  background: var(--nb-purple);
}

/* On dark sections, gold line is highly visible */
.section--dark .gold-line,
.cta-banner .gold-line {
  background: var(--nb-gold);
}

.gold-line--center {
  margin: var(--space-5) auto;
}

/* =============================================================================
   4. LAYOUT UTILITIES
   ============================================================================= */

.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-6);
}

.container--wide {
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 0 var(--space-6);
}

.section {
  padding: var(--space-24) 0;
}

.section--sm {
  padding: var(--space-16) 0;
}

.section--lg {
  padding: var(--space-32) 0;
}

.section--dark {
  background-color: var(--nb-plum);   /* #3D1A2E deep plum */
  color: var(--text-on-dark);
}

.section--dark h1,
.section--dark h2,
.section--dark h3,
.section--dark h4 {
  color: var(--nb-white);
}

.section--dark .eyebrow {
  color: var(--nb-gold);   /* gold on dark plum: ~4.8:1 ✓ */
}

/* On cream/gold bg, use plum for eyebrow — 9.7:1 ✓ (gold bg drops mid-purple to 4.2:1) */
.section--cream .eyebrow,
.section--gold .eyebrow,
.trust-bar .eyebrow {
  color: var(--nb-plum);
}

/* Purple-tinted section — light purple bg with dark text */
.section--purple {
  background-color: var(--nb-light-purple);
  color: var(--nb-grey);
}

.section--purple h2,
.section--purple h3 {
  color: var(--nb-plum);
}

/* Gold-tinted section — light gold bg with dark text */
.section--gold {
  background-color: var(--nb-light-gold);
  color: var(--nb-grey);
}

.section--gold h2,
.section--gold h3 {
  color: var(--nb-plum);
}

.section--sand {
  background-color: var(--sand);
}

.section--sage-light {
  background-color: var(--sage-light);
}

.section--cream {
  background-color: var(--cream);
}

.section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto var(--space-16);
}

.section-header h2 {
  margin-top: var(--space-3);
}

.section-header .lead {
  margin-top: var(--space-4);
}

/* Grid */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-8); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-8); }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-8); }

/* Flex */
.flex       { display: flex; }
.flex-col   { flex-direction: column; }
.items-center   { align-items: center; }
.items-start    { align-items: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-4  { gap: var(--space-4); }
.gap-6  { gap: var(--space-6); }
.gap-8  { gap: var(--space-8); }

/* Spacing utilities */
.mt-2  { margin-top: var(--space-2); }
.mt-4  { margin-top: var(--space-4); }
.mt-6  { margin-top: var(--space-6); }
.mt-8  { margin-top: var(--space-8); }
.mb-4  { margin-bottom: var(--space-4); }
.mb-6  { margin-bottom: var(--space-6); }
.mb-8  { margin-bottom: var(--space-8); }

.text-center { text-align: center; }
.text-left   { text-align: left; }

/* =============================================================================
   5. PHOTO PLACEHOLDER SYSTEM
   ============================================================================= */

/* Base placeholder — CSS gradient simulates brand-palette warmth */
.photo-placeholder {
  background: linear-gradient(135deg, var(--nb-light-gold) 0%, var(--nb-light-purple) 40%, var(--nb-purple) 100%);
  position: relative;
  overflow: hidden;
}

.photo-placeholder::after {
  content: attr(data-photo-label);
  position: absolute;
  bottom: var(--space-4);
  left: var(--space-4);
  background: rgba(77, 77, 79, 0.60);
  color: var(--nb-white);
  font-size: var(--text-xs);
  font-family: var(--font-sans);
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-sm);
  letter-spacing: 0.06em;
}

/* Specific gradient variants — brand palette */
.photo-placeholder--exterior {
  background: linear-gradient(160deg, #FAF2CD 0%, #F1D499 40%, #d4a843 100%);
}

.photo-placeholder--room {
  background: linear-gradient(135deg, #FAF2CD 0%, #DFCCE4 40%, #B595A9 100%);
}

.photo-placeholder--food {
  background: linear-gradient(145deg, #FAF2CD 0%, #F1D499 45%, #d4a843 100%);
}

.photo-placeholder--team {
  background: linear-gradient(135deg, #DFCCE4 0%, #B595A9 60%, #8A6B7E 100%);
}

.photo-placeholder--lifestyle {
  background: linear-gradient(150deg, #FFFFFF 0%, #FAF2CD 40%, #DFCCE4 100%);
}

/* =============================================================================
   6. COMPONENTS — Buttons
   ============================================================================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: 0.875rem 2rem;
  border-radius: var(--radius-full);
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: all var(--transition-base);
  white-space: nowrap;
  text-decoration: none;
  border: 1.5px solid transparent;
}

/* Primary — Deep Plum (15:1 contrast on white ✓) */
.btn--primary {
  background-color: var(--nb-plum);
  color: var(--nb-white);
  border-color: var(--nb-plum);
}
.btn--primary:hover {
  background-color: var(--nb-purple-hover);
  border-color: var(--nb-purple-hover);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(61, 26, 46, 0.30);
}

/* Secondary — Outlined deep plum */
.btn--secondary {
  background-color: transparent;
  color: var(--nb-plum);
  border-color: var(--nb-plum);
}
.btn--secondary:hover {
  background-color: var(--nb-plum);
  color: var(--nb-white);
  transform: translateY(-1px);
}

/* Soft — Purple tint bg, plum text (for lighter sections) */
.btn--soft {
  background-color: var(--nb-light-purple);
  color: var(--nb-plum);
  border-color: var(--nb-light-purple);
}
.btn--soft:hover {
  background-color: var(--nb-purple);
  color: var(--nb-white);
  border-color: var(--nb-purple);
  transform: translateY(-1px);
}

/* Ghost — Outlined white (for dark/plum backgrounds) */
.btn--ghost {
  background-color: transparent;
  color: var(--nb-white);
  border-color: rgba(255, 255, 255, 0.55);
}
.btn--ghost:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: var(--nb-white);
}

/* WhatsApp */
.btn--whatsapp {
  background-color: #25D366;
  color: var(--nb-white);
  border-color: #25D366;
}
.btn--whatsapp:hover {
  background-color: #1DB954;
  border-color: #1DB954;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
}

/* Gold CTA — #F1D499 bg + deep plum text (10.55:1 ✓) */
.btn--gold {
  background-color: var(--nb-gold);
  color: var(--nb-plum);
  border-color: var(--nb-gold);
  font-weight: 600;
}
.btn--gold:hover {
  background-color: #e8c870;
  border-color: #e8c870;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(241, 212, 153, 0.45);
}

.btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* Text link style */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--nb-purple-mid);   /* #8A6B7E — 4.68:1 ✓ */
  letter-spacing: 0.04em;
  transition: gap var(--transition-fast), color var(--transition-fast);
}
.link-arrow:hover { gap: var(--space-3); color: var(--nb-plum); }
.link-arrow::after { content: '→'; }

/* =============================================================================
   7. NAVIGATION
   ============================================================================= */

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--nav-height);
  display: flex;
  align-items: center;
  transition: background-color var(--transition-slow), box-shadow var(--transition-slow);
}

.nav--transparent {
  background-color: transparent;
}

.nav--scrolled {
  background-color: rgba(255, 255, 255, 0.97);   /* white at 97% */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--border-light);
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-6);
}

/* Logo */
.nav__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.nav__logo-img {
  display: block;
  height: 58px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
  object-position: left center;
}

.nav__logo-wordmark {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--walnut);
  letter-spacing: 0.04em;
}

.nav__logo-tagline {
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-top: 1px;
}

.nav--transparent .nav__logo-wordmark,
.nav--transparent .nav__logo-tagline {
  color: var(--cream);
}

/* Nav links */
.nav__links {
  display: flex;
  align-items: center;
  gap: var(--space-8);
}

.nav__link {
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--nb-plum);          /* #3D1A2E — 15:1 on white ✓ */
  letter-spacing: 0.03em;
  transition: color var(--transition-fast);
  position: relative;
}

.nav__link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 1.5px;
  background: var(--nb-purple);   /* #B595A9 — decorative underline, not text */
  transform: scaleX(0);
  transition: transform var(--transition-fast);
}

.nav__link:hover { color: var(--nb-purple-mid); }   /* #8A6B7E — 4.68:1 ✓ */
.nav__link:hover::after,
.nav__link.active::after,
.nav__link--active::after { transform: scaleX(1); }

.nav--transparent .nav__link { color: rgba(255, 255, 255, 0.90); }
.nav--transparent .nav__link:hover { color: var(--nb-white); }

/* Nav CTA */
.nav__cta {
  padding: 0.625rem 1.5rem;
  font-size: var(--text-sm);
}

/* Mobile hamburger */
.nav__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: var(--space-2);
  cursor: pointer;
  background: none;
  border: none;
}

.nav__hamburger span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--walnut);
  transition: all var(--transition-base);
  transform-origin: center;
}

.nav--transparent .nav__hamburger span { background: var(--cream); }

.nav__hamburger.is-open span:nth-child(1) { transform: rotate(45deg) translate(4.5px, 4.5px); }
.nav__hamburger.is-open span:nth-child(2) { opacity: 0; }
.nav__hamburger.is-open span:nth-child(3) { transform: rotate(-45deg) translate(4.5px, -4.5px); }

/* Mobile menu */
.nav__mobile-menu {
  display: none;
  position: fixed;
  top: var(--nav-height);
  left: 0;
  right: 0;
  background: var(--nb-white);
  border-top: 1px solid var(--border-light);
  padding: var(--space-6);
  z-index: 999;
  flex-direction: column;
  gap: var(--space-1);
  box-shadow: 0 8px 32px rgba(181, 149, 169, 0.15);
}

.nav__mobile-menu.is-open {
  display: flex;
}

.nav__mobile-link {
  padding: var(--space-3) var(--space-2);
  font-size: var(--text-base);
  font-weight: 500;
  color: var(--walnut);
  border-bottom: 1px solid var(--border-light);
  display: block;
}

.nav__mobile-link:last-of-type { border-bottom: none; }
.nav__mobile-link:hover { color: var(--sage); }

.nav__mobile-cta {
  margin-top: var(--space-4);
  width: 100%;
  text-align: center;
}

.nav__lang {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--text-secondary);
}

.nav__lang a {
  padding: 2px 6px;
  border-radius: 3px;
  transition: all var(--transition-fast);
}

.nav__lang a:hover,
.nav__lang a.active {
  background: var(--sage);
  color: var(--white);
}

.nav__lang-sep { opacity: 0.4; }

/* =============================================================================
   8. HERO SECTION
   ============================================================================= */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: var(--nav-height);
}

.hero__bg {
  position: absolute;
  inset: 0;
  /* PHOTO: exterior-hero.jpg or premium-suite-morning.jpg */
  /* Placeholder gradient uses brand palette — purple to gold */
  background: linear-gradient(160deg, #DFCCE4 0%, #B595A9 35%, #8A6B7E 70%, #4D4D4F 100%);
  z-index: 0;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(77, 77, 79, 0.60) 0%,
    rgba(181, 149, 169, 0.25) 100%
  );
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: var(--space-24) var(--space-6);
  display: grid;
  grid-template-columns: 1fr;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hero__eyebrow {
  font-family: var(--font-sans);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.80);
  margin-bottom: var(--space-5);
}

.hero__title {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 300;
  color: var(--cream);
  line-height: 1.15;
  margin-bottom: var(--space-6);
  letter-spacing: -0.02em;
}

.hero__subtitle {
  font-size: var(--text-lg);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin-bottom: var(--space-10);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.hero__ctas {
  display: flex;
  gap: var(--space-4);
  justify-content: center;
  flex-wrap: wrap;
}

/* Hero scroll indicator */
.hero__scroll {
  position: absolute;
  bottom: var(--space-8);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--text-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: bounce 2.5s infinite;
}

.hero__scroll svg {
  width: 20px;
  height: 20px;
}

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(6px); }
}

/* =============================================================================
   9. TRUST BAR
   ============================================================================= */

.trust-bar {
  padding: var(--space-10) 0;
  background-color: var(--white);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.trust-bar__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-6);
  text-align: center;
}

.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
}

.trust-item__icon {
  width: 44px;
  height: 44px;
  color: var(--nb-purple);   /* #B595A9 brand purple — decorative icon, not text */
  flex-shrink: 0;
}

.trust-item__label {
  display: block;
  font-family: var(--font-serif);
  font-size: var(--text-lg);
  color: var(--walnut);
  line-height: 1.3;
}

.trust-item__sublabel {
  display: block;
  font-size: var(--text-xs);
  color: var(--text-secondary);
  letter-spacing: 0.06em;
  margin-top: -var(--space-2);
}

/* =============================================================================
   10. CARDS
   ============================================================================= */

/* Service card */
.service-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  box-shadow: var(--shadow-card);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
  border: 1px solid var(--border-light);
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

.service-card__icon {
  width: 48px;
  height: 48px;
  color: var(--nb-purple);   /* #B595A9 brand purple — decorative icon */
  margin-bottom: var(--space-5);
}

.service-card__title {
  font-size: var(--text-xl);
  margin-bottom: var(--space-3);
}

.service-card__desc {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: var(--space-5);
}

/* Room card */
.room-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
  border: 1px solid var(--border-light);
}

.room-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

.room-card__image {
  height: 240px;
  position: relative;
}

.room-card__badge {
  position: absolute;
  top: var(--space-4);
  right: var(--space-4);
  background: var(--nb-plum);    /* #5C2D4A — 10.9:1 contrast with white text ✓ */
  color: var(--nb-white);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-full);
}

.room-card__body {
  padding: var(--space-6);
}

.room-card__title {
  font-size: var(--text-xl);
  margin-bottom: var(--space-2);
}

.room-card__size {
  font-size: var(--text-xs);
  color: var(--text-light);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: var(--space-4);
}

.room-card__features {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  margin-bottom: var(--space-5);
}

.room-feature {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  color: var(--text-secondary);
}

.room-feature svg {
  width: 14px;
  height: 14px;
  color: var(--nb-purple);   /* brand purple check marks */
  flex-shrink: 0;
}

.room-card__price {
  font-family: var(--font-serif);
  font-size: var(--text-xl);
  color: var(--walnut);
  margin-bottom: var(--space-5);
}

.room-card__price span {
  font-size: var(--text-sm);
  font-family: var(--font-sans);
  color: var(--text-light);
}

/* Testimonial card */
.testimonial-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border-light);
  position: relative;
}

.testimonial-card__stars {
  display: flex;
  gap: 3px;
  margin-bottom: var(--space-4);
  color: var(--gold);
}

.testimonial-card__stars svg {
  width: 16px;
  height: 16px;
}

.testimonial-card__quote {
  font-family: var(--font-serif);
  font-size: var(--text-lg);
  font-style: italic;
  color: var(--walnut);
  line-height: 1.7;
  margin-bottom: var(--space-6);
  text-transform: none;        /* guard against any inherited uppercase */
}

/* Testimonials section — all text in sentence/title case, never uppercase */
#testimonials h2,
#testimonials .section__title {
  text-transform: none;
  font-variant: normal;
}

#testimonials .eyebrow {
  text-transform: none;
  letter-spacing: 0.06em;
}

#testimonials .testimonial-card__quote,
#testimonials .testimonial-card__name,
#testimonials .testimonial-card__role {
  text-transform: none;
  font-variant: normal;
}

.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

.testimonial-card__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--sand);
  border: 2px solid var(--sage-light);
}

.testimonial-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.testimonial-card__name {
  font-weight: 600;
  font-size: var(--text-sm);
  color: var(--walnut);
  display: block;
}

.testimonial-card__role {
  font-size: var(--text-xs);
  color: var(--text-light);
  display: block;
  margin-top: 2px;
}

/* Package card */
.package-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border-light);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
  display: flex;
  flex-direction: column;
}

.package-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

.package-card--featured {
  border-color: var(--gold);
  box-shadow: 0 0 0 1px var(--gold), var(--shadow-soft);
}

.package-card__header {
  padding: var(--space-8);
  background: linear-gradient(135deg, var(--nb-light-gold) 0%, var(--nb-light-purple) 100%);
  text-align: center;
  position: relative;
}

.package-card--featured .package-card__header {
  background: linear-gradient(135deg, var(--nb-purple) 0%, var(--nb-purple-dark) 100%);
}

.package-card--featured .package-card__name,
.package-card--featured .package-card__price,
.package-card--featured .package-card__price-note {
  color: var(--cream);
}

.package-card__featured-label {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--white);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
}

.package-card__name {
  font-family: var(--font-serif);
  font-size: var(--text-2xl);
  color: var(--walnut);
  margin-bottom: var(--space-3);
}

.package-card__price {
  font-family: var(--font-serif);
  font-size: var(--text-4xl);
  font-weight: 300;
  color: var(--walnut);
}

.package-card__price-note {
  font-size: var(--text-xs);
  color: var(--text-secondary);
  margin-top: var(--space-1);
  letter-spacing: 0.04em;
}

.package-card__body {
  padding: var(--space-8);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.package-card__features {
  flex: 1;
  margin-bottom: var(--space-6);
}

.package-feature {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--border-light);
  font-size: var(--text-sm);
  color: var(--text-secondary);
}

.package-feature:last-child { border-bottom: none; }

.package-feature svg {
  width: 16px;
  height: 16px;
  color: var(--sage);
  flex-shrink: 0;
  margin-top: 2px;
}

/* =============================================================================
   11. FAQ ACCORDION
   ============================================================================= */

.faq-list {
  max-width: 720px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid var(--border-light);
}

.faq-item:first-child {
  border-top: 1px solid var(--border-light);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-6) 0;
  cursor: pointer;
  font-family: var(--font-serif);
  font-size: var(--text-xl);
  color: var(--walnut);
  gap: var(--space-4);
  transition: color var(--transition-fast);
  background: none;
  border: none;
  width: 100%;
  text-align: left;
}

.faq-question:hover { color: var(--sage); }

.faq-question__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: var(--sage);
  transition: transform var(--transition-base);
}

.faq-item.is-open .faq-question__icon {
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  padding: 0 0 var(--space-6);
  color: var(--text-secondary);
  line-height: 1.8;
}

.faq-item.is-open .faq-answer {
  display: block;
}

/* =============================================================================
   12. STATS BAR
   ============================================================================= */

.stats-bar {
  padding: var(--space-16) 0;
  background: var(--forest);
}

.stats-bar__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-8);
  text-align: center;
}

.stat-item__number {
  font-family: var(--font-serif);
  font-size: var(--text-5xl);
  font-weight: 300;
  color: var(--cream);
  line-height: 1;
  display: block;
}

.stat-item__label {
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.06em;
  margin-top: var(--space-2);
  display: block;
}

/* =============================================================================
   13. NUTRITION FEATURE
   ============================================================================= */

.nutrition-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 500px;
}

.nutrition-feature__image {
  min-height: 500px;
  /* PHOTO: confinement-meal-hero.jpg */
}

.nutrition-feature__content {
  padding: var(--space-16) var(--space-12);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--cream);
}

.nutrition-detail-line {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-6);
}

.nutrition-detail-item {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  color: var(--text-secondary);
}

.nutrition-detail-item::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sage);
  flex-shrink: 0;
}

/* =============================================================================
   14. CTA BANNER
   ============================================================================= */

.cta-banner {
  padding: var(--space-20) 0;
  background: linear-gradient(135deg, var(--nb-purple) 0%, var(--nb-purple-dark) 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.cta-banner__content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
}

.cta-banner h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--cream);
  margin-bottom: var(--space-4);
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--text-lg);
  margin-bottom: var(--space-8);
}

.cta-banner__buttons {
  display: flex;
  gap: var(--space-4);
  justify-content: center;
  flex-wrap: wrap;
}

.cta-banner__note {
  margin-top: var(--space-5);
  font-size: var(--text-xs);
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.06em;
}

/* =============================================================================
   15. FOOTER
   ============================================================================= */

.footer {
  background: var(--walnut);
  color: var(--cream);
  padding: var(--space-16) 0 var(--space-8);
}

.footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: var(--space-10);
  padding-bottom: var(--space-12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: var(--space-8);
}

.footer__logo-img {
  display: block;
  height: 46px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: var(--space-4);
  /* If logo has a dark background: remove the filter comment below */
  /* If logo is a transparent PNG with light colours, uncomment: filter: brightness(0) invert(1); */
}

.footer__logo-wordmark {
  font-family: var(--font-serif);
  font-size: 1.625rem;
  color: var(--cream);
  margin-bottom: var(--space-3);
  display: block;
}

.footer__tagline {
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.60);
  line-height: 1.7;
  margin-bottom: var(--space-6);
}

.footer__social {
  display: flex;
  gap: var(--space-3);
}

.footer__social-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.20);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.70);
  transition: all var(--transition-fast);
}

.footer__social-link:hover {
  background: rgba(255, 255, 255, 0.10);
  color: var(--cream);
  border-color: rgba(255, 255, 255, 0.40);
}

.footer__social-link svg { width: 16px; height: 16px; }

.footer__col-title {
  font-family: var(--font-sans);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: var(--space-5);
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.footer__link {
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.70);
  transition: color var(--transition-fast);
}

.footer__link:hover { color: var(--cream); }

.footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.70);
  margin-bottom: var(--space-3);
  line-height: 1.5;
}

.footer__contact-item svg {
  width: 16px;
  height: 16px;
  color: var(--nb-gold);     /* gold icons on dark plum bg — decorative, highly visible */
  flex-shrink: 0;
  margin-top: 2px;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-4);
}

.footer__copyright {
  font-size: var(--text-xs);
  color: rgba(255, 255, 255, 0.40);
}

.footer__lang {
  display: flex;
  gap: var(--space-3);
}

.footer__lang-link {
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.50);
  padding: 3px 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-sm);
  transition: all var(--transition-fast);
}

.footer__lang-link:hover,
.footer__lang-link.active {
  color: var(--cream);
  border-color: rgba(255, 255, 255, 0.40);
}

/* =============================================================================
   16. WHATSAPP FLOATING BUTTON
   ============================================================================= */

.whatsapp-float {
  position: fixed;
  bottom: var(--space-6);
  right: var(--space-6);
  z-index: 900;
  display: flex;
  align-items: center;
  gap: var(--space-3);
  background: #25D366;
  color: var(--white);
  border-radius: var(--radius-full);
  padding: 0.875rem 1.375rem;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.40);
  font-size: var(--text-sm);
  font-weight: 600;
  transition: all var(--transition-base);
  text-decoration: none;
}

.whatsapp-float:hover {
  background: #1DB954;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.50);
}

.whatsapp-float svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.whatsapp-float__label {
  white-space: nowrap;
}

/* Hide label on very small screens */
@media (max-width: 380px) {
  .whatsapp-float__label { display: none; }
  .whatsapp-float { padding: 0.875rem; }
}

/* =============================================================================
   17. ABOUT SNIPPET (2-col)
   ============================================================================= */

.about-snippet {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: center;
}

.about-snippet__image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  /* PHOTO: building-exterior.jpg */
}

.about-snippet__content {
  padding: var(--space-8) 0;
}

/* =============================================================================
   18. COMPARISON TABLE (Packages)
   ============================================================================= */

.comparison-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--border-light);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  min-width: 600px;
}

.comparison-table th {
  background: var(--forest);
  color: var(--cream);
  font-family: var(--font-serif);
  font-size: var(--text-lg);
  font-weight: 400;
  padding: var(--space-5) var(--space-6);
  text-align: center;
}

.comparison-table th:first-child {
  text-align: left;
  background: var(--walnut);
}

.comparison-table th.featured {
  background: linear-gradient(180deg, var(--sage-dark) 0%, var(--forest) 100%);
  position: relative;
}

.comparison-table th.featured::after {
  content: 'Most Popular';
  display: block;
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 3px;
}

.comparison-table td {
  padding: var(--space-4) var(--space-6);
  text-align: center;
  font-size: var(--text-sm);
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border-light);
}

.comparison-table td:first-child {
  text-align: left;
  font-weight: 500;
  color: var(--walnut);
}

.comparison-table tr:last-child td { border-bottom: none; }

.comparison-table tr:hover td {
  background-color: var(--cream);
}

.check-yes {
  color: var(--sage);
  font-size: 1.1rem;
}

.check-no {
  color: var(--border-light);
  font-size: 1.1rem;
}

/* =============================================================================
   19. CONTACT FORM
   ============================================================================= */

.contact-form {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: var(--space-10);
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--border-light);
}

.form-group {
  margin-bottom: var(--space-5);
}

.form-label {
  display: block;
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--walnut);
  margin-bottom: var(--space-2);
  letter-spacing: 0.02em;
}

.form-label .required {
  color: var(--blush);
  margin-left: 3px;
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-md);
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  color: var(--walnut);
  background: var(--nb-white);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
  -webkit-appearance: none;
  appearance: none;
}

.form-control:focus {
  outline: none;
  border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(138, 158, 133, 0.18);
  background: var(--white);
}

.form-control::placeholder {
  color: var(--text-light);
}

select.form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238B7355' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}

textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-5);
}

.form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  margin-top: var(--space-2);
  flex-wrap: wrap;
}

.form-note {
  font-size: var(--text-xs);
  color: var(--text-light);
  line-height: 1.6;
  max-width: 340px;
}

/* =============================================================================
   20. PROCESS STEPS
   ============================================================================= */

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-8);
  position: relative;
}

.process-steps::before {
  content: '';
  position: absolute;
  top: 24px;
  left: calc(12.5% + 24px);
  right: calc(12.5% + 24px);
  height: 1px;
  background: linear-gradient(90deg, var(--sage) 0%, var(--gold) 100%);
  opacity: 0.4;
}

.process-step {
  text-align: center;
  position: relative;
}

.process-step__num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--sage);
  color: var(--white);
  font-family: var(--font-serif);
  font-size: var(--text-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-4);
  position: relative;
  z-index: 1;
}

.process-step__title {
  font-size: var(--text-lg);
  color: var(--walnut);
  margin-bottom: var(--space-2);
}

.process-step__desc {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.6;
}

/* =============================================================================
   21. BREADCRUMB
   ============================================================================= */

.breadcrumb {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-xs);
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: var(--space-5);
}

.breadcrumb a { color: inherit; }
.breadcrumb a:hover { color: var(--cream); }
.breadcrumb__sep { opacity: 0.4; }

/* =============================================================================
   22. PAGE HERO (inner pages — shorter)
   ============================================================================= */

.page-hero {
  padding: calc(var(--nav-height) + var(--space-16)) 0 var(--space-16);
  position: relative;
  overflow: hidden;
}

.page-hero--dark {
  background: linear-gradient(160deg, var(--forest) 0%, var(--walnut) 100%);
  color: var(--cream);
}

.page-hero--dark h1 { color: var(--cream); }

/* Photo-bg hero variant — bg & overlay are position:absolute */
.page-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.page-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 10, 8, 0.52);
  z-index: 1;
}

.page-hero__content {
  max-width: 640px;
  position: relative;
  z-index: 2;
}

/* Photo-bg hero: force light colours on content */
.page-hero:not(.page-hero--dark) .page-hero__content h1,
.page-hero:not(.page-hero--dark) .page-hero__content .eyebrow {
  color: var(--cream);
}

.page-hero__sub {
  font-size: var(--text-lg);
  color: rgba(249, 245, 238, 0.82);
  margin-top: var(--space-4);
  line-height: 1.65;
  max-width: 560px;
}

.page-hero--compact {
  min-height: 320px;
}

/* =============================================================================
   23. ADD-ONS GRID
   ============================================================================= */

.addon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}

.addon-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: var(--space-6);
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
  transition: all var(--transition-base);
}

.addon-card:hover {
  border-color: var(--sage);
  box-shadow: var(--shadow-card);
}

.addon-card__icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background: var(--sage-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--sage);
}

.addon-card__icon svg { width: 20px; height: 20px; }

.addon-card__title {
  font-size: var(--text-base);
  font-weight: 500;
  color: var(--walnut);
  margin-bottom: var(--space-1);
}

.addon-card__desc {
  font-size: var(--text-xs);
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* =============================================================================
   24. FACILITIES GRID
   ============================================================================= */

.facility-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
}

.facility-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-card);
}

.facility-card__image {
  position: absolute;
  inset: 0;
}

.facility-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(42, 61, 48, 0.80) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: var(--space-6);
}

.facility-card__label {
  font-family: var(--font-serif);
  font-size: var(--text-xl);
  color: var(--cream);
  line-height: 1.3;
}

.facility-card__sublabel {
  font-size: var(--text-xs);
  color: rgba(255, 255, 255, 0.70);
  margin-top: var(--space-1);
}

/* =============================================================================
   25. GOOGLE MAP EMBED
   ============================================================================= */

.map-embed {
  width: 100%;
  height: 400px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--sand);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-light);
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.map-embed__placeholder {
  text-align: center;
  color: var(--text-secondary);
}

/* =============================================================================
   26. RESPONSIVE — Tablet (≤ 1024px)
   ============================================================================= */

@media (max-width: 1024px) {
  :root { --nav-height: 80px; }

  .nav__logo-img { height: 50px; }

  .nav__links { gap: var(--space-4); }

  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .trust-bar__inner { grid-template-columns: repeat(2, 1fr); gap: var(--space-5); }
  .stats-bar__inner { grid-template-columns: repeat(2, 1fr); }

  .footer__top {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-8);
  }

  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .process-steps::before { display: none; }

  .nutrition-feature { grid-template-columns: 1fr; }
  .nutrition-feature__image { min-height: 350px; }
  .nutrition-feature__content { padding: var(--space-10) var(--space-8); }

  .comparison-table { font-size: var(--text-xs); }

  .addon-grid { grid-template-columns: repeat(2, 1fr); }
}

/* =============================================================================
   27. RESPONSIVE — Mobile (≤ 768px)
   ============================================================================= */

@media (max-width: 768px) {
  :root {
    --nav-height: 70px;
    --text-5xl: 2.5rem;
    --text-4xl: 2rem;
    --text-3xl: 1.625rem;
    --text-2xl: 1.375rem;
  }

  h1 { font-size: 2.25rem; }
  h2 { font-size: 1.875rem; }

  .section { padding: var(--space-16) 0; }
  .section--lg { padding: var(--space-20) 0; }
  .container { padding: 0 var(--space-5); }

  /* Nav: hide desktop links, show hamburger */
  .nav__links { display: none; }
  .nav__hamburger { display: flex; }
  .nav__logo-img { height: 44px; max-width: 200px; }

  .hero__ctas {
    flex-direction: column;
    align-items: center;
  }

  .hero__ctas .btn { width: 100%; max-width: 320px; justify-content: center; }

  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .trust-bar__inner { grid-template-columns: repeat(2, 1fr); }
  .stats-bar__inner { grid-template-columns: repeat(2, 1fr); gap: var(--space-6); }

  .about-snippet { grid-template-columns: 1fr; }
  .about-snippet__image { aspect-ratio: 3/2; order: -1; }

  .footer__top {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-row { grid-template-columns: 1fr; }
  .form-submit { flex-direction: column; align-items: stretch; }
  .form-submit .btn { width: 100%; justify-content: center; }

  .facility-grid { grid-template-columns: 1fr; }
  .addon-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }

  .contact-form { padding: var(--space-6); }

  .cta-banner__buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-banner__buttons .btn {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }

  blockquote {
    font-size: var(--text-xl);
    padding-left: var(--space-4);
  }
}

/* =============================================================================
   28. RESPONSIVE — Small Mobile (≤ 480px)
   ============================================================================= */

@media (max-width: 480px) {
  .trust-bar__inner { grid-template-columns: 1fr; }
  .stats-bar__inner { grid-template-columns: 1fr 1fr; }
  .package-card { margin-bottom: var(--space-6); }
}

/* =============================================================================
   29. CHINESE LANGUAGE OVERRIDES
   ============================================================================= */

.lang-zh h1,
.lang-zh h2,
.lang-zh h3,
.lang-zh h4 {
  font-family: var(--font-zh-serif);
}

.lang-zh body,
.lang-zh p,
.lang-zh .nav__link,
.lang-zh .btn,
.lang-zh .lead {
  font-family: var(--font-zh-sans);
  line-height: 1.85;
}

.lang-zh .eyebrow {
  font-family: var(--font-zh-sans);
  letter-spacing: 0.06em;
}

/* =============================================================================
   30. UTILITY — Visually Hidden (accessibility)
   ============================================================================= */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* =============================================================================
   31. PRINT
   ============================================================================= */

@media print {
  .nav,
  .whatsapp-float,
  .nav__hamburger,
  .nav__mobile-menu { display: none !important; }

  body { font-size: 12pt; }
  h1 { font-size: 24pt; }
  h2 { font-size: 18pt; }
}
