/* =========================================================================
   Alessandra Nirwan Photography- Design System
   Light theme by default, with a dark-mode toggle. Palette sampled
   directly from the studio logo: deep forest green, gold, amber-orange
   and a crimson petal-tip accent.
   ========================================================================= */

/* ---------- Design tokens : LIGHT (default) ---------- */
:root {
  --bg: #faf7f1;
  --bg-alt: #f2ebdb;
  --bg-soft: #f7f4ec;
  --surface: #ffffff;
  --surface-2: #f4eee0;
  --surface-3: #e9dfc9;

  --text: #1c1a13;
  --text-muted: #5c5646;
  --text-faint: #8b8471;

  --line: rgba(20, 18, 16, 0.10);
  --line-soft: rgba(20, 18, 16, 0.06);
  --line-strong: rgba(20, 18, 16, 0.20);

  --gold: #d8a345;
  --gold-soft: #c69335;
  --gold-dark: #a8721c;
  --green: #2f6b46;
  --orange: #c1671f;
  --red: #a83a24;

  --glass-bg: rgba(255, 255, 255, 0.55);
  --glass-border: rgba(20, 18, 16, 0.10);

  /* fixed- used only on full-bleed photography, independent of theme */
  --ink: #0b0d0a;
  --on-image-text: #f4efe4;
  --on-image-muted: #cfc7b3;
  --on-image-faint: #9b937d;
  --on-image-line: rgba(244, 239, 225, 0.16);
  --on-image-gold: #eacd8e;
  --btn-ink: #14170f;
  --petal-gradient: linear-gradient(90deg, #c6462b, #dd7a33, #d8a345);

  --serif: "Big Shoulders Display", "Impact", "Trebuchet MS", sans-serif;
  --sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --display: "Big Shoulders Display", "Impact", sans-serif;

  --container: 1280px;
  --container-narrow: 920px;
  --radius-sm: 4px;
  --radius: 10px;
  --radius-lg: 22px;
  --header-h: 88px;
  --section-pad: clamp(32px, 4vw, 56px);

  --ease: cubic-bezier(.16, .84, .44, 1);
  --ease-soft: cubic-bezier(.22, .61, .36, 1);
}

/* ---------- Design tokens : DARK ---------- */
:root[data-theme="dark"] {
  --bg: #0b0d0a;
  --bg-alt: #111509;
  --bg-soft: #14170f;
  --surface: #171b12;
  --surface-2: #20251a;
  --surface-3: #2b3122;

  --text: #f2ecdd;
  --text-muted: #b3ab96;
  --text-faint: #837c69;

  --line: rgba(242, 236, 221, 0.10);
  --line-soft: rgba(242, 236, 221, 0.06);
  --line-strong: rgba(242, 236, 221, 0.22);

  --gold: #d8a345;
  --gold-soft: #eacd8e;
  --green: #3c8c5b;
  --orange: #dd7a33;
  --red: #c6462b;

  --glass-bg: rgba(23, 27, 18, 0.55);
  --glass-border: rgba(242, 236, 221, 0.12);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text-muted);
  font-family: var(--sans);
  font-size: 15.5px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  transition: background .4s var(--ease), color .4s var(--ease);
}

img {
  max-width: 100%;
  display: block;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  font-family: inherit;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.06;
  margin: 0 0 .38em;
  color: var(--text);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

p {
  margin: 0 0 .85em;
}

::selection {
  background: var(--gold);
  color: var(--btn-ink);
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* ---------- Utility ---------- */
.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}

.container--narrow {
  max-width: var(--container-narrow);
}

.section {
  padding-block: var(--section-pad);
  margin-top: 0;
  margin-bottom: 0;
}

.section--tight {
  padding-block: clamp(16px, 2.5vw, 32px);
  margin-top: 0;
  margin-bottom: 0;
}

.section--dark {
  background: var(--ink);
  color: var(--on-image-muted);
}

.section--dark h1,
.section--dark h2,
.section--dark h3 {
  color: var(--on-image-text);
}

.section--beige {
  background: var(--bg-alt);
}

.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--gold-soft);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: var(--petal-gradient);
}

.section--dark .eyebrow {
  color: var(--on-image-gold);
}

h1 {
  font-size: clamp(3rem, 6vw, 5.2rem);
  letter-spacing: .02em;
}

h2 {
  font-size: clamp(2.2rem, 4.2vw, 3.6rem);
  letter-spacing: .02em;
}

h3 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  letter-spacing: .02em;
}

.lede {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  color: var(--text-muted);
  max-width: 100%;
  width: 100%;
}

.section-head {
  margin-bottom: 28px;
  width: 100%;
}

.section-head>div {
  width: 100%;
}

.section-head .lede {
  max-width: 100%;
  width: 100%;
}

.section--dark .lede {
  color: var(--on-image-muted);
}

.text-center {
  text-align: center;
  margin-inline: auto;
}

.mt-0 {
  margin-top: 0;
}

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

.skip-link {
  position: absolute;
  left: 12px;
  top: -60px;
  background: var(--gold);
  color: var(--btn-ink);
  padding: 12px 18px;
  border-radius: 6px;
  z-index: 1000;
  transition: top .2s var(--ease);
  font-weight: 600;
}

.skip-link:focus {
  top: 12px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid transparent;
  transition: all .35s var(--ease);
  white-space: nowrap;
}

.btn--primary {
  background: var(--gold, #d8a345);
  color: var(--btn-ink, #0b0d0a);
  border-color: var(--gold, #d8a345);
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(216, 163, 69, 0.28);
}

.btn--primary:hover {
  background: #0b0d0a;
  color: #ffffff;
  border-color: #0b0d0a;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.section--dark .btn--primary {
  background: var(--gold, #d8a345);
  color: var(--btn-ink, #0b0d0a);
  border-color: var(--gold, #d8a345);
}

.section--dark .btn--primary:hover {
  background: #ffffff;
  color: #0b0d0a;
  border-color: #ffffff;
}

.btn--outline {
  background: transparent;
  color: var(--text);
  border-color: var(--line-strong);
}

.btn--outline:hover {
  background: var(--text);
  color: var(--bg);
  border-color: var(--text);
}

.section--dark .btn--outline {
  color: var(--on-image-text);
  border-color: var(--on-image-line);
}

.section--dark .btn--outline:hover {
  background: var(--on-image-text);
  color: var(--ink);
  border-color: var(--on-image-text);
}

.btn--ghost {
  background: transparent;
  color: var(--gold-soft);
  padding-inline: 0;
  border-radius: 0;
  position: relative;
}

.section--dark .btn--ghost {
  color: var(--on-image-gold);
}

.btn--ghost::after {
  content: "→";
  margin-left: 8px;
  transition: transform .3s var(--ease);
  display: inline-block;
}

.btn--ghost:hover::after {
  transform: translateX(6px);
}

.btn--sm {
  padding: 12px 22px;
  font-size: 12px;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

/* ---------- Header (Theme-Aware & Solid Opaque Background) ---------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  height: var(--header-h);
  display: flex;
  align-items: center;
  transition: background .35s var(--ease), box-shadow .35s var(--ease), height .3s var(--ease), border-color .35s var(--ease);
}

.site-header .container.header-container {
  width: 100%;
}

.header-inner-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-block: 12px;
  transition: padding .35s var(--ease);
}

/* Dark Mode Header (Default / :root[data-theme="dark"]) */
:root[data-theme="dark"] .site-header,
.site-header {
  background: #0d110c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

:root[data-theme="dark"] .site-header.is-scrolled,
.site-header.is-scrolled {
  background: #090d08;
  height: 72px;
  box-shadow: 0 12px 36px -8px rgba(0, 0, 0, 0.85);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

:root[data-theme="dark"] .site-header .nav-link,
.site-header .nav-link {
  color: #ffffff;
}

:root[data-theme="dark"] .site-header .nav-link:hover,
.site-header .nav-link:hover {
  color: var(--gold, #d8a345);
}

:root[data-theme="dark"] .site-header .nav-link[aria-current="page"],
.site-header .nav-link[aria-current="page"] {
  color: var(--gold, #d8a345);
}

:root[data-theme="dark"] .site-header .theme-toggle,
.site-header .theme-toggle {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.05);
}

:root[data-theme="dark"] .site-header .nav-toggle,
.site-header .nav-toggle {
  color: #ffffff;
}

:root[data-theme="dark"] .site-header .header-cta-btn,
.site-header .header-cta-btn {
  background: var(--gold, #d8a345);
  color: #0b0d0a;
  border: 1px solid var(--gold, #d8a345);
  box-shadow: 0 4px 14px rgba(216, 163, 69, 0.4);
}

:root[data-theme="dark"] .site-header .header-cta-btn:hover,
.site-header .header-cta-btn:hover {
  background: #ffffff;
  color: #0b0d0a;
  border-color: #ffffff;
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
}

:root[data-theme="dark"] .site-header.is-scrolled .header-cta-btn,
.site-header.is-scrolled .header-cta-btn {
  background: var(--gold, #d8a345);
  color: #0b0d0a;
  border: 1px solid var(--gold, #d8a345);
  box-shadow: 0 4px 14px rgba(216, 163, 69, 0.4);
}

:root[data-theme="dark"] .site-header.is-scrolled .header-cta-btn:hover,
.site-header.is-scrolled .header-cta-btn:hover {
  background: #ffffff;
  color: #0b0d0a;
  border-color: #ffffff;
}

/* Light Mode Header (:root:not([data-theme="dark"])) */
:root:not([data-theme="dark"]) .site-header {
  background: #f8f5ee;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  color: #151813;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

:root:not([data-theme="dark"]) .site-header.is-scrolled {
  background: #f4efe4;
  height: 72px;
  box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.12);
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

:root:not([data-theme="dark"]) .site-header .nav-link {
  color: #1c2019;
}

:root:not([data-theme="dark"]) .site-header .nav-link:hover {
  color: var(--gold-dark, #b58128);
}

:root:not([data-theme="dark"]) .site-header .nav-link[aria-current="page"] {
  color: var(--gold-dark, #b58128);
}

:root:not([data-theme="dark"]) .site-header .theme-toggle {
  color: #1c2019;
  border-color: rgba(0, 0, 0, 0.22);
  background: rgba(0, 0, 0, 0.04);
}

:root:not([data-theme="dark"]) .site-header .nav-toggle {
  color: #1c2019;
}

:root:not([data-theme="dark"]) .site-header .header-cta-btn {
  background: var(--gold, #d8a345);
  color: #0b0d0a;
  border: 1px solid var(--gold, #d8a345);
  box-shadow: 0 4px 14px rgba(216, 163, 69, 0.3);
}

:root:not([data-theme="dark"]) .site-header .header-cta-btn:hover {
  background: #1c2019;
  color: #ffffff;
  border-color: #1c2019;
}

:root:not([data-theme="dark"]) .site-header.is-scrolled .header-cta-btn {
  background: var(--gold, #d8a345);
  color: #0b0d0a;
  border: 1px solid var(--gold, #d8a345);
  box-shadow: 0 4px 14px rgba(216, 163, 69, 0.3);
}

:root:not([data-theme="dark"]) .site-header.is-scrolled .header-cta-btn:hover {
  background: #1c2019;
  color: #ffffff;
  border-color: #1c2019;
}

/* Brand Mark (Logo) */
.brand-mark {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-mark img {
  height: 52px;
  width: auto;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
  transition: height .3s var(--ease), filter .3s var(--ease);
}

.site-header.is-scrolled .brand-mark img {
  height: 44px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
}

/* Navigation */
.main-nav {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.nav-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-link {
  font-family: var(--display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 12px 14px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: relative;
  transition: color .25s var(--ease);
}

.nav-chevron {
  width: 10px;
  height: 10px;
  transition: transform .3s var(--ease), opacity .25s ease;
  margin-left: 3px;
  opacity: .75;
}

.nav-item:hover .nav-chevron,
.nav-item:focus-within .nav-chevron {
  transform: rotate(180deg);
  opacity: 1;
  color: var(--gold, #d8a345);
}

/* Attractive Frosted Dropdown Menu (Floats cleanly below the header bar) */
.dropdown {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 290px;
  background: #131812;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, .85), 0 0 0 1px rgba(255, 255, 255, 0.06);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s;
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  z-index: 1000;
}

.dropdown::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: #131812;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.nav-item:hover .dropdown,
.nav-item:focus-within .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown a {
  display: flex;
  flex-direction: column;
  padding: 10px 14px;
  font-family: var(--display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .04em;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  transition: background .2s ease, color .2s ease, padding-left .2s ease;
  text-transform: uppercase;
}

.dropdown a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding-left: 18px;
}

.dropdown a small {
  display: block;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  color: var(--gold, #d8a345);
  margin-top: 2px;
  text-transform: none;
  letter-spacing: 0;
  opacity: .85;
}

.dropdown a:hover small {
  opacity: 1;
}

/* Dropdown in light theme */
:root:not([data-theme="dark"]) .dropdown {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 24px 50px -10px rgba(0, 0, 0, 0.15);
}

:root:not([data-theme="dark"]) .dropdown::before {
  background: #ffffff;
  border-left-color: rgba(0, 0, 0, 0.12);
  border-top-color: rgba(0, 0, 0, 0.12);
}

:root:not([data-theme="dark"]) .dropdown a {
  color: #1c2019;
}

:root:not([data-theme="dark"]) .dropdown a:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #000000;
}

:root:not([data-theme="dark"]) .dropdown a small {
  color: var(--gold-dark, #b58128);
}

/* Header Actions & High-Contrast Button */
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 22px;
  font-family: var(--display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 9999px;
  transition: all .3s var(--ease);
  white-space: nowrap;
  text-decoration: none;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  opacity: .92;
  transition: all .3s var(--ease);
}

.theme-toggle:hover {
  opacity: 1;
  border-color: var(--gold, #d4af37);
  color: var(--gold, #d4af37);
  transform: translateY(-1px);
}

.theme-toggle svg {
  width: 16px;
  height: 16px;
}

.theme-toggle .icon-moon {
  display: block;
}

.theme-toggle .icon-sun {
  display: none;
}

:root[data-theme="dark"] .theme-toggle .icon-moon {
  display: none;
}

:root[data-theme="dark"] .theme-toggle .icon-sun {
  display: block;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 8px;
  z-index: 1100;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: currentColor;
  transition: all .3s var(--ease);
}

.nav-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width:1100px) {
  .nav-link {
    padding: 10px 10px;
    font-size: 12px;
    letter-spacing: .08em;
  }

  .header-actions {
    gap: 8px;
  }
}

@media (max-width:960px) {
  .main-nav {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .header-cta-btn {
    display: none;
  }
}

/* ---------- Mobile nav ---------- */
.mobile-nav {
  position: fixed;
  inset: 0;
  background: var(--bg);
  color: var(--text);
  z-index: 1050;
  padding: 110px 28px 40px;
  overflow-y: auto;
  transform: translateY(-100%);
  transition: transform .5s var(--ease), background .4s var(--ease);
  display: flex;
  flex-direction: column;
}

.mobile-nav.is-open {
  transform: translateY(0);
}

.mobile-nav-list>li {
  border-bottom: 1px solid var(--line);
}

.mobile-nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.mobile-nav-link {
  display: inline-flex;
  align-items: center;
  padding: 16px 4px;
  font-family: var(--display);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--text);
  flex-grow: 1;
  text-decoration: none;
  transition: color 0.25s var(--ease);
}

.mobile-nav-link:hover,
.mobile-nav-link:active {
  color: var(--gold, #d8a345);
}

.mobile-sub-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--text);
  cursor: pointer;
  transition: all 0.3s var(--ease);
  flex-shrink: 0;
  padding: 0;
  margin-left: 8px;
}

:root[data-theme="dark"] .mobile-sub-toggle {
  background: rgba(255, 255, 255, 0.06);
}

.mobile-sub-toggle .nav-chevron {
  width: 13px;
  height: 13px;
  transition: transform 0.3s var(--ease);
  opacity: 0.85;
  margin: 0;
}

.mobile-sub-toggle.is-active {
  background: var(--gold, #d8a345);
  color: #0b0d0a;
  border-color: var(--gold, #d8a345);
}

.mobile-sub-toggle.is-active .nav-chevron {
  transform: rotate(180deg);
}

.mobile-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s var(--ease);
  padding-left: 12px;
  margin: 0;
}

.mobile-sub.is-open {
  max-height: 600px;
  padding-bottom: 12px;
}

.mobile-sub a {
  display: block;
  padding: 10px 4px;
  font-family: var(--display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s var(--ease), padding-left 0.2s var(--ease);
}

.mobile-sub a:hover {
  color: var(--gold, #d8a345);
  padding-left: 6px;
}

.mobile-sub-overview {
  color: var(--gold, #d8a345) !important;
  border-bottom: 1px dashed var(--line);
  padding-bottom: 10px !important;
  margin-bottom: 6px;
}

.mobile-nav-foot {
  margin-top: auto;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mobile-theme-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 4px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 6px;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.mobile-theme-row .theme-toggle {
  border-color: var(--line-strong);
}

/* ---------- Hero (always dark-scrim over photography, theme-independent) ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  color: var(--on-image-text);
  overflow: hidden;
  background: var(--ink);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  animation: heroZoom 16s ease-out forwards;
}

@keyframes heroZoom {
  to {
    transform: scale(1);
  }
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11, 13, 10, .94) 0%, rgba(11, 13, 10, .55) 45%, rgba(11, 13, 10, .3) 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-block: clamp(60px, 10vh, 120px) clamp(56px, 9vh, 96px);
}

.hero-kicker {
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: .3em;
  color: var(--on-image-gold);
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-kicker::before {
  content: "";
  width: 44px;
  height: 2px;
  border-radius: 2px;
  background: var(--petal-gradient);
}

.hero h1 {
  color: var(--on-image-text);
  font-size: clamp(2.8rem, 7vw, 5.6rem);
  max-width: 16ch;
}

.hero p {
  max-width: 52ch;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  color: var(--on-image-muted);
  margin-top: 18px;
}

.hero-actions {
  margin-top: 38px;
}

.hero-scroll {
  position: absolute;
  bottom: 34px;
  right: clamp(20px, 5vw, 64px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--on-image-muted);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.hero-scroll::after {
  content: "";
  writing-mode: horizontal-tb;
  width: 1px;
  height: 56px;
  background: linear-gradient(var(--on-image-gold), transparent);
}

.hero--sub {
  min-height: 62vh;
}

.hero--sub .hero-inner {
  padding-bottom: clamp(48px, 7vh, 80px);
}

/* Subpage Clean Logo-Color Hero (Simple Logo Green) */
.hero--sub.hero--brand-bg {
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #143522;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: clamp(130px, 18vh, 170px);
  padding-bottom: clamp(46px, 7vh, 68px);
  text-align: center;
  position: relative;
}

.hero--brand-bg .hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}

.hero-sub-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(216, 163, 69, 0.4);
  background: rgba(12, 32, 21, 0.6);
  color: var(--gold, #d8a345);
  margin-bottom: 14px;
  box-shadow: 0 6px 20px -4px rgba(0, 0, 0, 0.5), 0 0 16px rgba(216, 163, 69, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero--sub.hero--brand-bg h1,
.hero--sub.hero--brand-bg .hero-sub-title,
.hero-sub-title {
  font-family: var(--sans) !important;
  font-size: clamp(1.75rem, 3.4vw, 2.6rem) !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase;
  color: #ffffff !important;
  margin: 0 0 14px !important;
  line-height: 1.15 !important;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.75);
  max-width: none !important;
  width: 100% !important;
  text-align: center;
}

.hero-title-bar {
  width: 46px;
  height: 3px;
  border-radius: 2px;
  background: var(--gold, #d8a345);
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(216, 163, 69, 0.5);
}

/* ---------- Curved 3D Panoramic Hero Layout ---------- */
.hero--curved-layout {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 92vh;
  padding-block: 0;
  background: #090b09;
}

.hero--curved-layout .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero--curved-layout .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.82) contrast(1.04);
}

.hero--curved-layout .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(9, 11, 8, 0.55) 0%,
      rgba(9, 11, 8, 0.25) 30%,
      rgba(9, 11, 8, 0.5) 68%,
      rgba(7, 9, 6, 0.96) 100%);
  pointer-events: none;
}

/* Floating Glass Island Nav */
.hero-island-nav {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 80;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 6px 8px 6px 12px;
  background: rgba(20, 24, 18, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  backdrop-filter: blur(22px) saturate(1.4);
  -webkit-backdrop-filter: blur(22px) saturate(1.4);
  box-shadow: 0 12px 32px -8px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.island-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  transition: all .25s ease;
}

.island-icon:hover {
  background: rgba(255, 255, 255, 0.24);
  transform: scale(1.05);
}

.island-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.island-links a {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  transition: color .2s ease;
  letter-spacing: .02em;
}

.island-links a:hover {
  color: #ffffff;
}

.island-cta {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  background: #ffffff;
  color: #111410;
  font-size: 12.5px;
  font-weight: 600;
  border-radius: 9999px;
  transition: all .25s var(--ease);
}

.island-cta:hover {
  background: #f0ece3;
  transform: scale(1.03);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

/* Center Stage (No block background, pure organic floating text) */
.hero-center-stage {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(32px, 5vh, 52px);
  min-height: auto;
  padding-top: clamp(130px, 16vh, 175px);
  padding-bottom: clamp(60px, 8vh, 90px);
}

.hero-text-wrap {
  text-align: center;
  max-width: 840px;
  margin-inline: auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hero-kicker-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold, #d8a345);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.9);
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 0;
}

.hero-kicker-badge::before,
.hero-kicker-badge::after {
  content: "";
  width: 24px;
  height: 1.5px;
  background: linear-gradient(to right, transparent, var(--gold, #d8a345));
  display: inline-block;
}

.hero-kicker-badge::after {
  background: linear-gradient(to left, transparent, var(--gold, #d8a345));
}

.hero-kicker-badge .badge-dot {
  display: none;
}

.hero-main-title {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.1;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.85);
  text-transform: uppercase;
}

@media (max-width:680px) {
  .hero-main-title {
    white-space: normal;
  }
}

.hero-main-lede {
  font-family: var(--sans);
  font-size: clamp(0.95rem, 1.18vw, 1.08rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  max-width: 60ch;
  margin: 0 0 22px;
  line-height: 1.65;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.85);
}

.hero-pill-buttons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  font-size: 12.5px;
  font-weight: 700;
  border-radius: 9999px;
  transition: all .3s var(--ease);
  text-decoration: none;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: var(--sans);
}

.pill-btn--white {
  background: #111410;
  color: #ffffff;
  box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.pill-btn--white:hover {
  background: #000000;
  color: var(--gold, #d8a345);
  border-color: var(--gold, #d8a345);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -4px rgba(0, 0, 0, 0.8), 0 0 20px rgba(216, 163, 69, 0.2);
}

.pill-btn--glass {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.4);
}

.pill-btn--glass:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.38);
  transform: translateY(-2px);
}

/* 6-Photo Compact Proportional Hero Carousel */
.hero-cylinder-stage {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  overflow: hidden;
  position: relative;
  padding-block: 8px 4px;
  mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
}

.hero-cylinder-track {
  display: flex;
  align-items: center;
  gap: 14px;
  will-change: transform;
  padding-inline: 10px;
}

.cylinder-card {
  flex: 0 0 calc((100% - (5 * 14px)) / 6);
  max-width: 180px;
  aspect-ratio: 3 / 3.9;
  border-radius: 14px;
  position: relative;
  transition: transform .35s var(--ease), box-shadow .35s ease;
  cursor: pointer;
}

.cylinder-card:hover {
  transform: translateY(-6px);
  z-index: 5;
}

.cylinder-card-frame {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 13px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 14px 28px -8px rgba(0, 0, 0, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  background: #141712;
}

.cylinder-card-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s var(--ease);
}

.cylinder-card:hover .cylinder-card-frame img {
  transform: scale(1.08);
}

.cylinder-card-tag {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  padding: 5px 8px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(10, 12, 10, 0.86);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 6px;
  transition: all .3s var(--ease);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.cylinder-card:hover .cylinder-card-tag {
  background: var(--gold, #d8a345);
  color: #0b0d0a;
  border-color: var(--gold, #d8a345);
}

@media (max-width: 1100px) {
  .cylinder-card {
    flex: 0 0 calc((100% - (4 * 12px)) / 5);
    max-width: 180px;
  }
}

@media (max-width: 880px) {
  .hero-cylinder-stage {
    padding-inline: 10px;
  }

  .cylinder-card {
    flex: 0 0 calc((100% - (3 * 10px)) / 4);
    max-width: 170px;
  }

  .hero-island-nav {
    display: none;
  }

  .hero-text-wrap {
    padding: 0 16px;
  }
}

@media (max-width: 768px) {
  .hero--curved-layout {
    min-height: auto;
    padding-bottom: 0;
  }

  .hero-center-stage {
    padding-top: 135px;
    padding-bottom: 56px;
    min-height: auto;
    gap: 22px;
  }

  .hero-kicker-badge {
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: .18em;
  }

  .hero-main-title {
    font-size: clamp(2.1rem, 8.8vw, 2.75rem);
    margin-bottom: 10px;
    line-height: 1.12;
  }

  .hero-main-lede {
    font-size: 13.5px;
    margin-bottom: 18px;
    line-height: 1.55;
    max-width: 94%;
  }

  .hero-pill-buttons {
    gap: 10px;
    margin-bottom: 6px;
  }

  .pill-btn {
    padding: 11px 24px;
    font-size: 11.5px;
  }

  .hero-cylinder-stage {
    margin-top: 6px;
    padding-block: 6px 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    max-width: 100%;
  }

  .hero-cylinder-stage::-webkit-scrollbar {
    display: none;
  }

  .hero-cylinder-track {
    gap: 12px;
    padding-inline: 16px;
  }

  .cylinder-card {
    flex: 0 0 120px;
    max-width: 130px;
    aspect-ratio: 3 / 4;
  }
}

@media (max-width: 440px) {
  .hero-center-stage {
    padding-top: 125px;
    padding-bottom: 48px;
    gap: 18px;
  }

  .hero-main-title {
    font-size: clamp(1.9rem, 8.4vw, 2.45rem);
  }

  .cylinder-card {
    flex: 0 0 108px;
    max-width: 118px;
  }

  .cylinder-card-tag {
    font-size: 8.5px;
    padding: 3px 4px;
  }
}

/* ---------- Breadcrumbs (on hero image) ---------- */
.breadcrumbs {
  position: relative;
  z-index: 2;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--on-image-muted);
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.breadcrumbs a {
  color: var(--on-image-muted);
  opacity: .85;
}

.breadcrumbs a:hover {
  opacity: 1;
  color: var(--on-image-gold);
}

.breadcrumbs .sep {
  opacity: .5;
}

.breadcrumbs .current {
  color: var(--on-image-gold);
}

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .9s var(--ease-soft), transform .9s var(--ease-soft);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-stagger>* {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s var(--ease-soft), transform .7s var(--ease-soft);
}

.reveal-stagger.is-visible>* {
  opacity: 1;
  transform: translateY(0);
}

.reveal-stagger.is-visible>*:nth-child(1) {
  transition-delay: .05s;
}

.reveal-stagger.is-visible>*:nth-child(2) {
  transition-delay: .13s;
}

.reveal-stagger.is-visible>*:nth-child(3) {
  transition-delay: .21s;
}

.reveal-stagger.is-visible>*:nth-child(4) {
  transition-delay: .29s;
}

.reveal-stagger.is-visible>*:nth-child(5) {
  transition-delay: .37s;
}

.reveal-stagger.is-visible>*:nth-child(6) {
  transition-delay: .45s;
}

/* ---------- Section heading row ---------- */
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.section-head .lede {
  margin-top: 10px;
}

/* ---------- Cards ---------- */
.grid {
  display: grid;
  gap: 20px;
}

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

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

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

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease);
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 60px -30px rgba(0, 0, 0, .3);
  border-color: var(--line-strong);
}

.card-media {
  aspect-ratio: 4/5;
  overflow: hidden;
  position: relative;
  background: var(--surface-2);
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease);
}

.card:hover .card-media img {
  transform: scale(1.08);
}

.card-body {
  padding: 22px 22px 26px;
}

.card-body h3 {
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.card-body p {
  color: var(--text-muted);
  font-size: 14.5px;
  margin-bottom: 14px;
}

.card-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(11, 13, 10, .65);
  backdrop-filter: blur(6px);
  color: var(--on-image-text);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 7px 12px;
  border-radius: 2px;
  border: 1px solid var(--on-image-line);
}

/* ---------- Team Placeholder Media ---------- */
.card-media--placeholder {
  aspect-ratio: 1/1;
  background: var(--surface-2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.team-placeholder-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--text-faint);
  transition: all .35s var(--ease);
}

.team-placeholder-icon {
  color: var(--gold);
  opacity: 0.7;
  transition: transform .35s var(--ease), opacity .35s var(--ease);
}

.team-placeholder-tag {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.team-card:hover .team-placeholder-icon {
  transform: scale(1.1);
  opacity: 1;
}

/* ---------- Glass cards ---------- */
.glass {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  border-radius: var(--radius);
}

.glass-panel {
  padding: 28px;
}

/* ---------- Clean Editorial Achievements / Stats Section (No Black, No Glass, No Blocks) ---------- */
.section--stats-clean {
  padding-block: clamp(28px, 3.2vw, 42px);
  background: var(--bg-alt);
  border-block: 1px solid var(--line);
  position: relative;
  margin: 0;
}

.stats-strip-clean {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  align-items: center;
}

.stat-clean-item {
  padding: 6px clamp(16px, 2.5vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  transition: transform .3s var(--ease);
}

.stat-clean-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: var(--line);
}

.stat-clean-item:hover {
  transform: translateY(-2px);
}

.stat-clean-num {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 3.4vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
  color: var(--gold, #d8a345);
  letter-spacing: 0.02em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.stat-clean-label {
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 4px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.stat-clean-desc {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.4;
  margin: 0;
}

@media (max-width:960px) {
  .stats-strip-clean {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
  }

  .stat-clean-item:nth-child(2)::after {
    display: none;
  }
}

@media (max-width:540px) {
  .stats-strip-clean {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }

  .stat-clean-item::after {
    display: none;
  }

  .stat-clean-item {
    padding-inline: 0;
    padding-block: 4px;
  }
}

/* ---------- Route / service cards (Luxury dark-scrim photography cards) ---------- */
.route-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 3/4.2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  isolation: isolate;
  background: #0d110c;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  transition: all .4s var(--ease);
  box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.35);
}

.route-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  z-index: -2;
  transition: transform .7s var(--ease);
}

.route-card-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 13, 9, 0.08) 0%, rgba(10, 13, 9, 0.45) 42%, rgba(10, 13, 9, 0.92) 78%, rgba(8, 10, 7, 0.98) 100%);
  z-index: -1;
  transition: background .4s ease;
}

.route-card:hover {
  transform: translateY(-6px);
  border-color: rgba(216, 163, 69, 0.55);
  box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.55), 0 0 24px rgba(216, 163, 69, 0.15);
}

.route-card:hover img {
  transform: scale(1.08);
}

.route-card:hover .route-card-scrim {
  background: linear-gradient(180deg, rgba(10, 13, 9, 0.15) 0%, rgba(10, 13, 9, 0.55) 40%, rgba(10, 13, 9, 0.95) 75%, rgba(8, 10, 7, 0.99) 100%);
}

.route-card-body {
  padding: 24px 22px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  z-index: 2;
}

.route-card-tag {
  display: inline-flex;
  align-items: center;
  background: rgba(12, 16, 11, 0.75);
  border: 1px solid rgba(216, 163, 69, 0.35);
  padding: 4px 10px;
  border-radius: 20px;
  color: var(--gold, #d8a345);
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 10px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.route-card-title {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 400;
  color: #ffffff !important;
  line-height: 1.18;
  margin: 0 0 10px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  letter-spacing: -0.01em;
}

.route-card-desc {
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.55;
  color: rgba(245, 240, 230, 0.92) !important;
  margin: 0 0 18px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

.route-card-action {
  margin-top: auto;
}

.route-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold, #d8a345);
  background: rgba(216, 163, 69, 0.12);
  border: 1px solid rgba(216, 163, 69, 0.35);
  padding: 7px 14px;
  border-radius: 30px;
  transition: all .3s var(--ease);
}

.route-card:hover .route-card-btn {
  background: var(--gold, #d8a345);
  color: #0b0d0a;
  border-color: var(--gold, #d8a345);
  transform: translateX(3px);
}

/* ---------- Selected work- bento showcase grid ---------- */
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 180px;
  gap: 14px;
  grid-auto-flow: dense;
}

.showcase-tile {
  position: relative;
  grid-column: span 1;
  grid-row: span 1;
  border-radius: var(--radius);
  overflow: hidden;
  isolation: isolate;
  background: var(--ink);
  display: block;
}

.showcase-tile--lg {
  grid-column: span 2;
  grid-row: span 2;
}

.showcase-tile--wide {
  grid-column: span 2;
}

.showcase-tile--tall {
  grid-row: span 2;
}

.showcase-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  transition: transform 1s var(--ease);
}

.showcase-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11, 13, 10, .92) 0%, rgba(11, 13, 10, .28) 45%, rgba(11, 13, 10, 0) 70%);
  transition: background .4s var(--ease);
}

.showcase-tile:hover img {
  transform: scale(1.08);
}

.showcase-tile:hover::after {
  background: linear-gradient(to top, rgba(11, 13, 10, .96) 0%, rgba(11, 13, 10, .5) 55%, rgba(11, 13, 10, .08) 100%);
}

.showcase-tile-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 18px;
  color: var(--on-image-text);
  transform: translateY(10px);
  opacity: .92;
  transition: transform .4s var(--ease), opacity .4s var(--ease);
}

.showcase-tile:hover .showcase-tile-body {
  transform: translateY(0);
  opacity: 1;
}

.showcase-tile-tag {
  display: inline-block;
  font-size: 10.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--on-image-gold);
  margin-bottom: 6px;
  font-weight: 600;
}

.showcase-tile-title {
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--on-image-text);
  margin: 0;
  line-height: 1.25;
}

.showcase-tile--lg .showcase-tile-title {
  font-size: 1.5rem;
}

.showcase-tile-arrow {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(11, 13, 10, .4);
  border: 1px solid var(--on-image-line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--on-image-text);
  opacity: 0;
  transform: translateY(-6px) rotate(-45deg);
  transition: all .4s var(--ease);
}

.showcase-tile:hover .showcase-tile-arrow {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
  background: var(--gold);
  color: var(--btn-ink);
  border-color: var(--gold);
}

.showcase-foot {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

@media (max-width:960px) {
  .showcase-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
  }

  .showcase-tile--lg {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media (max-width:600px) {
  .showcase-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }

  .showcase-tile--lg,
  .showcase-tile--wide,
  .showcase-tile--tall {
    grid-column: span 1;
    grid-row: span 1;
  }
}

/* ---------- Client Reviews & Testimonials Carousel ---------- */
.section--reviews-carousel {
  position: relative;
  background: var(--bg-alt);
  overflow: hidden;
}

.reviews-head-row {
  margin-bottom: 24px;
}

.reviews-title {
  margin: 0 0 6px;
}

.reviews-carousel-wrapper {
  position: relative;
  width: 100%;
}

.reviews-carousel-stage {
  overflow: hidden;
  width: 100%;
  padding-block: 4px;
}

.reviews-track {
  display: flex;
  gap: 18px;
  transition: transform .45s var(--ease);
  will-change: transform;
}

.review-slide {
  flex: 0 0 calc((100% - (2 * 18px)) / 3);
  min-width: 0;
}

@media (max-width:980px) {
  .review-slide {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}

@media (max-width:620px) {
  .review-slide {
    flex: 0 0 100%;
  }
}

.review-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all .3s var(--ease);
  box-shadow: none;
}

.review-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  box-shadow: none;
}

.review-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.review-stars {
  display: flex;
  gap: 3px;
}

.review-quote-mark {
  font-family: var(--serif);
  font-size: 2.6rem;
  line-height: 1;
  color: var(--gold);
  opacity: 0.4;
}

.review-quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--text);
  margin: 0 0 18px;
  flex-grow: 1;
}

.review-author-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold, #d8a345), #966b1e);
  color: #0b0d0a;
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(216, 163, 69, 0.3);
}

.review-author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.review-author-name {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  margin: 0;
}

.review-author-role {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--text-muted);
}

.review-badge {
  display: inline-flex;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--gold);
  margin-top: 2px;
}

/* Nav Controls */
.reviews-nav-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.reviews-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .25s var(--ease);
}

.reviews-nav-btn:hover {
  background: var(--gold);
  color: #0b0d0a;
  border-color: var(--gold);
  transform: scale(1.06);
}

.reviews-dots {
  display: flex;
  gap: 8px;
}

.reviews-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--line-strong);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all .3s var(--ease);
}

.reviews-dot.is-active {
  width: 24px;
  border-radius: 10px;
  background: var(--gold);
}

.empty-note {
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 30px;
  text-align: center;
  color: var(--text-muted);
  font-size: 14.5px;
}

/* ---------- Pricing bands ---------- */
.section--pricing {
  position: relative;
  background: var(--bg-soft, #f7f4ec);
  border-block: 1px solid var(--line);
  padding-block: var(--section-pad);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 28px);
}

.price-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 30px 26px 26px;
  background: var(--surface);
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.08);
  transition: all .35s var(--ease);
}

.price-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.16), 0 0 20px rgba(216, 163, 69, 0.12);
}

.price-card-head {
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.price-card .price {
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--text);
  margin: 6px 0;
  line-height: 1.1;
}

.price-card .price small {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
}

.price-desc {
  font-family: var(--sans);
  font-size: 13.5px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}

.price-features-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  flex: 1 1 auto;
}

.price-features-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: var(--text);
  line-height: 1.45;
}

.p-check {
  color: var(--gold);
  font-weight: 700;
  flex-shrink: 0;
}

.price-card-foot {
  margin-top: auto;
}

.price-card-btn {
  width: 100%;
  justify-content: center;
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: .06em;
  padding: 11px 20px;
}

@media (max-width: 960px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Pricing Guarantee / Transparency Callout Box ---------- */
.pricing-guarantee-box {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  border-radius: 12px;
  padding: 16px 22px;
  margin-top: 28px;
  box-shadow: 0 6px 18px -4px rgba(0, 0, 0, 0.04);
}

.pricing-guarantee-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(216, 163, 69, 0.12);
  border: 1px solid rgba(216, 163, 69, 0.3);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pricing-guarantee-content {
  font-family: var(--sans);
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--text-muted);
}

.pricing-guarantee-content strong {
  color: var(--text);
  font-weight: 700;
  margin-right: 6px;
  letter-spacing: .02em;
}

@media (max-width: 640px) {
  .pricing-guarantee-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 16px;
  }
}

/* ---------- FAQ accordion ---------- */
.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
  transition: background .25s ease;
}

.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px 4px;
  background: none;
  border: none;
  text-align: left;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--text);
  cursor: pointer;
  transition: color .25s ease;
}

.faq-q:hover {
  color: var(--gold);
}

.faq-q .plus {
  flex: none;
  width: 22px;
  height: 22px;
  position: relative;
}

.faq-q .plus::before,
.faq-q .plus::after {
  content: "";
  position: absolute;
  background: var(--gold);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-q .plus::before {
  width: 14px;
  height: 1.5px;
}

.faq-q .plus::after {
  width: 1.5px;
  height: 14px;
  transition: transform .3s var(--ease);
}

.faq-item.is-open .plus::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s var(--ease);
}

.faq-a p {
  font-family: var(--sans);
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--text-muted);
  padding: 0 4px 22px;
  max-width: 72ch;
  margin: 0;
}

/* ---------- Gallery / lightbox ---------- */
.masonry {
  columns: 3 280px;
  column-gap: 20px;
}

.masonry figure {
  margin: 0 0 20px;
  break-inside: avoid;
  border-radius: 12px;
  overflow: hidden;
  cursor: zoom-in;
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 6px 20px -4px rgba(0, 0, 0, 0.06);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
}

.masonry figure:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 163, 69, 0.45);
  box-shadow: 0 16px 36px -8px rgba(0, 0, 0, 0.15);
}

.masonry img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s var(--ease);
}

.masonry figure:hover img {
  transform: scale(1.04);
}

@media (max-width: 640px) {
  .masonry {
    columns: 2 140px;
    column-gap: 12px;
  }

  .masonry figure {
    margin-bottom: 12px;
    border-radius: 8px;
  }
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(4, 5, 3, .96);
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.lightbox.is-open {
  display: flex;
}

.lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 86vh;
  object-fit: contain;
  border-radius: 4px;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: none;
  border: 1px solid var(--on-image-line);
  color: var(--on-image-text);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s;
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(255, 255, 255, .1);
}

.lightbox-close {
  top: 24px;
  right: 24px;
}

.lightbox-prev {
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-next {
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

/* ---------- Forms ---------- */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.field--full {
  grid-column: 1/-1;
}

.field label {
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.field input,
.field select,
.field textarea {
  border: 1px solid var(--line-strong);
  background: var(--surface);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  font-family: var(--sans);
  font-size: 14.5px;
  color: var(--text);
  transition: border-color .25s;
}

.field input::placeholder,
.field textarea::placeholder {
  color: var(--text-faint);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gold);
}

.field textarea {
  resize: vertical;
  min-height: 110px;
}

.field-error {
  font-size: 12px;
  color: var(--red);
  min-height: 14px;
}

.form-note {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 4px;
}

.form-success {
  display: none;
  background: var(--surface);
  border: 1px solid var(--green);
  border-radius: var(--radius-sm);
  padding: 18px;
  font-size: 14.5px;
  color: var(--text);
}

.form-success.is-visible {
  display: block;
}

/* ---------- Info blocks (studio/contact) ---------- */
.info-row {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.info-row:last-child {
  border-bottom: none;
}

.info-row .ico {
  flex: none;
  width: 20px;
  height: 20px;
  color: var(--gold);
  margin-top: 2px;
}

.info-row h4 {
  margin-bottom: 3px;
  font-size: 14px;
  font-family: var(--sans);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--text);
}

.info-row p {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
}

.map-embed {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 16/11;
  filter: grayscale(.25) contrast(1.02);
}

:root[data-theme="dark"] .map-embed {
  filter: grayscale(.4) invert(.9) contrast(.9);
}

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

/* ---------- CTA banner (always dark-scrim, sits on photography) ---------- */
.cta-banner {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  padding: clamp(36px, 5vw, 56px);
  color: var(--on-image-text);
  isolation: isolate;
}

.cta-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(11, 13, 10, .95), rgba(27, 85, 51, .55));
  z-index: -1;
}

.cta-banner h2 {
  color: var(--on-image-text);
  max-width: 14ch;
}

.cta-banner .lede {
  color: var(--on-image-muted);
}

/* ---------- Footer (permanently dark, grounds the page regardless of theme) ---------- */
.site-footer {
  background: var(--ink);
  color: var(--on-image-muted);
  padding-top: clamp(44px, 5.5vw, 68px);
  border-top: 1px solid var(--on-image-line);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1.2fr;
  gap: 28px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--on-image-line);
}

.footer-brand p {
  color: var(--on-image-muted);
  font-family: var(--display);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: .03em;
  margin-top: 14px;
  max-width: 36ch;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
}

.footer-logo img {
  height: 48px;
  width: auto;
  display: block;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, .4));
}

.footer-col h5 {
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--on-image-gold);
  margin-bottom: 14px;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-col a {
  font-family: var(--display);
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--on-image-muted);
  transition: color .25s;
}

.footer-col a:hover {
  color: var(--on-image-text);
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border: 1px solid var(--on-image-line);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  color: var(--on-image-text);
}

.footer-social a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--btn-ink);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  font-family: var(--display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--on-image-faint);
  flex-wrap: wrap;
}

.footer-bottom a {
  color: var(--on-image-faint);
}

.footer-bottom a:hover {
  color: var(--on-image-gold);
}

/* ---------- Dark Minimal Circular Button CTA Banner ---------- */
.section--minimal-cta {
  position: relative;
  background: #181a1b;
  color: #f2ecdd;
  padding-block: clamp(54px, 6.5vw, 84px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.minimal-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(28px, 4.5vw, 64px);
  width: 100%;
}

.minimal-cta-content {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 820px;
}

.minimal-cta-content .eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--on-image-gold);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.minimal-cta-content .eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: var(--petal-gradient);
}

.minimal-cta-title {
  font-family: var(--serif);
  font-size: clamp(1.85rem, 3.2vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
}

.minimal-cta-lede {
  font-family: var(--sans);
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.6;
  color: var(--on-image-muted);
  margin: 0;
  max-width: 620px;
  white-space: normal;
}

.minimal-cta-action {
  flex-shrink: 0;
}

.circle-cta-btn {
  width: clamp(135px, 14vw, 175px);
  height: clamp(135px, 14vw, 175px);
  border-radius: 50%;
  background: #2b2e31;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  transition: all .35s var(--ease);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
  flex-shrink: 0;
}

.circle-cta-text {
  font-family: var(--display);
  font-size: clamp(16px, 1.4vw, 19px);
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.25;
  transition: color .3s var(--ease);
}

.circle-cta-btn:hover {
  background: var(--gold, #d8a345);
  transform: scale(1.06);
  box-shadow: 0 14px 40px -5px rgba(216, 163, 69, 0.4);
}

.circle-cta-btn:hover .circle-cta-text {
  color: #0b0d0a;
}

@media (max-width: 900px) {

  .minimal-cta-title,
  .minimal-cta-lede {
    white-space: normal;
  }
}

@media (max-width: 768px) {
  .minimal-cta-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }

  .minimal-cta-content {
    max-width: 100%;
  }

  .circle-cta-btn {
    width: 130px;
    height: 130px;
  }
}

/* ---------- Floating actions ---------- */
.float-actions {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 800;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}

.fab {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 32px -12px rgba(0, 0, 0, .4);
  transition: transform .3s var(--ease);
}

.fab:hover {
  transform: translateY(-4px) scale(1.05);
}

.fab--whatsapp {
  background: #25D366 !important;
  color: #ffffff !important;
  border: 1px solid #25D366 !important;
  box-shadow: 0 10px 24px -4px rgba(37, 211, 102, 0.55), 0 0 16px rgba(37, 211, 102, 0.35) !important;
}

.fab--whatsapp svg {
  fill: #ffffff !important;
  color: #ffffff !important;
}

.fab--whatsapp:hover {
  background: #20ba5a !important;
  color: #ffffff !important;
  transform: translateY(-4px) scale(1.08) !important;
  box-shadow: 0 14px 30px -4px rgba(37, 211, 102, 0.7), 0 0 22px rgba(37, 211, 102, 0.45) !important;
}

.fab--top {
  background: #111410;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 24px -4px rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: all .3s var(--ease);
}

.fab--top:hover {
  background: #000000;
  color: var(--gold, #d8a345);
  border-color: var(--gold, #d8a345);
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 14px 32px -4px rgba(0, 0, 0, 0.75), 0 0 16px rgba(216, 163, 69, 0.25);
}

.fab--top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* ---------- Misc: quote / story ---------- */
.split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.split-media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  max-width: 440px;
  width: 100%;
  aspect-ratio: 4/3.9;
  background: #141712;
  border: 1px solid var(--line);
  box-shadow: 0 16px 40px -12px rgba(0, 0, 0, 0.2);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
}

.split-media:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 163, 69, 0.4);
  box-shadow: 0 22px 50px -15px rgba(0, 0, 0, 0.25), 0 0 18px rgba(216, 163, 69, 0.1);
}

.split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease);
}

.split-media:hover img {
  transform: scale(1.04);
}

.split-media-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  background: rgba(12, 16, 11, 0.84);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(216, 163, 69, 0.35);
  color: #ffffff;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

@media (max-width: 860px) {
  .split {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .split-media {
    max-width: 100%;
    aspect-ratio: 16/10;
  }
}

.pull-quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  color: var(--text);
  border-left: 2px solid var(--gold);
  padding-left: 26px;
  margin: 28px 0;
}

/* ---------- About Page Lead Story Showcase ---------- */
.section--about-story {
  position: relative;
  background: var(--bg);
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1.18fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.about-story-media-wrap {
  position: relative;
  width: 100%;
}

.about-story-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/4.8;
  background: #121510;
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px -15px rgba(0, 0, 0, 0.25);
  isolation: isolate;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
}

.about-story-frame:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 163, 69, 0.4);
  box-shadow: 0 28px 70px -15px rgba(0, 0, 0, 0.35), 0 0 24px rgba(216, 163, 69, 0.12);
}

.about-story-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transition: transform .8s var(--ease);
}

.about-story-frame:hover img {
  transform: scale(1.03);
}

.about-story-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 13, 9, 0.02) 0%, rgba(10, 13, 9, 0.2) 60%, rgba(10, 13, 9, 0.72) 100%);
  pointer-events: none;
}

/* Floating Glass Badges */
.floating-story-badge {
  position: absolute;
  z-index: 3;
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  border-radius: 14px;
  transition: all .35s var(--ease);
}

.floating-story-badge--top {
  top: 18px;
  left: 18px;
  background: rgba(12, 16, 11, 0.82);
  border: 1px solid rgba(216, 163, 69, 0.35);
  padding: 7px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.fsb-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold, #d8a345);
  box-shadow: 0 0 8px var(--gold, #d8a345);
}

.fsb-text {
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.floating-story-badge--bottom {
  bottom: 18px;
  left: 18px;
  right: 18px;
  background: rgba(14, 18, 13, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 12px 30px -6px rgba(0, 0, 0, 0.45);
}

.fsb-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(216, 163, 69, 0.16);
  border: 1px solid rgba(216, 163, 69, 0.45);
  color: var(--gold, #d8a345);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fsb-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.fsb-content strong {
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 700;
  color: #ffffff;
}

.fsb-content span {
  font-family: var(--sans);
  font-size: 11.5px;
  color: rgba(242, 236, 221, 0.85);
}

/* Right Editorial Content */
.about-story-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-story-title {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 3.8vw, 3.4rem);
  font-weight: 700;
  line-height: 1.08;
  color: var(--text);
  margin: 0 0 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.about-story-lede {
  font-size: 15.5px;
  color: var(--text);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 14px;
}

.about-story-body p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.about-story-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
  margin: 14px 0 24px;
  padding: 16px 0;
  border-block: 1px solid var(--line);
}

.story-pillar-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.pillar-num {
  font-family: var(--mono, monospace);
  font-size: 11.5px;
  font-weight: 700;
  color: var(--gold);
  background: rgba(216, 163, 69, 0.12);
  border: 1px solid rgba(216, 163, 69, 0.3);
  padding: 3px 7px;
  border-radius: 4px;
  flex-shrink: 0;
  margin-top: 2px;
}

.pillar-info h4 {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 3px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.pillar-info p {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.45;
  margin: 0;
}

.about-story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 880px) {
  .about-story-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-story-pillars {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* ---------- Approach & Philosophy Showcase ---------- */
.section--approach {
  position: relative;
  background: var(--bg-soft, #f7f4ec);
  padding-block: var(--section-pad);
  border-block: 1px solid var(--line);
}

.approach-grid {
  display: grid;
  grid-template-columns: 1.18fr 1fr;
  gap: clamp(36px, 5vw, 68px);
  align-items: center;
}

.approach-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.approach-title {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 3.8vw, 3.4rem);
  font-weight: 700;
  line-height: 1.08;
  color: var(--text);
  margin: 0 0 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.approach-lede {
  font-size: 15.5px;
  color: var(--text);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 14px;
}

.approach-body p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.approach-quote-box {
  position: relative;
  background: var(--surface);
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 14px 20px;
  margin: 12px 0 20px;
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.06);
}

.approach-quote-text {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--text);
  margin: 0;
}

.approach-pillars-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  width: 100%;
  margin-top: 10px;
}

.approach-pillar-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: all .3s var(--ease);
}

.approach-pillar-card:hover {
  transform: translateY(-2px);
  border-color: rgba(216, 163, 69, 0.5);
  box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.12);
}

.pillar-step-badge {
  font-family: var(--mono, monospace);
  font-size: 11px;
  font-weight: 700;
  color: var(--gold);
  background: rgba(216, 163, 69, 0.12);
  border: 1px solid rgba(216, 163, 69, 0.3);
  padding: 3px 6px;
  border-radius: 4px;
  flex-shrink: 0;
  margin-top: 2px;
}

.pillar-card-info h4 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 2px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.pillar-card-info p {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.45;
  margin: 0;
}

/* Media Frame */
.approach-media-wrap {
  position: relative;
  width: 100%;
}

.approach-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/4.8;
  background: #121510;
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px -15px rgba(0, 0, 0, 0.25);
  isolation: isolate;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
}

.approach-frame:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 163, 69, 0.4);
  box-shadow: 0 28px 70px -15px rgba(0, 0, 0, 0.35), 0 0 24px rgba(216, 163, 69, 0.12);
}

.approach-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  transition: transform .8s var(--ease);
}

.approach-frame:hover img {
  transform: scale(1.03);
}

.approach-frame-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 13, 9, 0.02) 0%, rgba(10, 13, 9, 0.15) 60%, rgba(10, 13, 9, 0.72) 100%);
  pointer-events: none;
}

@media (max-width: 880px) {
  .approach-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .approach-pillars-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- 3-Column Dribbble-Style Timeline Component ---------- */
.section--timeline-dribbble {
  position: relative;
  background: var(--bg);
  padding-top: clamp(20px, 3vw, 36px);
}

.dt-timeline {
  position: relative;
  margin-top: 36px;
  width: 100%;
}

.dt-timeline-spine {
  position: absolute;
  left: 155px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background: linear-gradient(180deg, var(--gold) 0%, rgba(216, 163, 69, 0.4) 70%, rgba(60, 140, 91, 0.25) 100%);
  transform: translateX(-50%);
  border-radius: 2px;
}

.dt-timeline-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
}

.dt-timeline-item {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.dt-timeline-date {
  width: 130px;
  text-align: right;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  padding-right: 25px;
  flex-shrink: 0;
  letter-spacing: .03em;
}

.dt-timeline-node {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.dt-node-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--surface);
  border: 1.5px solid rgba(216, 163, 69, 0.5);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: all .35s var(--ease);
}

.dt-timeline-item:hover .dt-node-icon {
  background: var(--gold);
  color: #0b0d0a;
  border-color: var(--gold);
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(216, 163, 69, 0.4);
}

.dt-timeline-card {
  flex-grow: 1;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px 26px;
  box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.12);
  position: relative;
  margin-left: 14px;
  transition: all .35s var(--ease);
}

/* Speech-bubble arrow pointing to the icon node */
.dt-timeline-card::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: var(--surface);
  border-left: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: border-color .35s var(--ease);
}

.dt-timeline-card:hover {
  transform: translateX(4px);
  border-color: rgba(216, 163, 69, 0.55);
  box-shadow: 0 12px 32px -8px rgba(0, 0, 0, 0.22);
}

.dt-timeline-card:hover::before {
  border-color: rgba(216, 163, 69, 0.55);
}

.dt-card-title {
  font-family: var(--sans);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 6px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.dt-card-text {
  font-family: var(--sans);
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

/* Mobile Responsiveness */
@media (max-width: 680px) {
  .dt-timeline-spine {
    left: 20px;
  }

  .dt-timeline-item {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 52px;
  }

  .dt-timeline-date {
    width: auto;
    text-align: left;
    padding: 0 0 8px 0;
    font-size: 13px;
    font-weight: 700;
    color: var(--gold);
  }

  .dt-timeline-node {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
  }

  .dt-node-icon {
    width: 36px;
    height: 36px;
  }

  .dt-timeline-card {
    width: 100%;
    margin-left: 0;
  }

  .dt-timeline-card::before {
    display: none;
  }
}

/* ---------- Why Choose Us (Trust & Credentials Showcase) ---------- */
.section--why-choose {
  position: relative;
  padding-block: var(--section-pad);
}

.why-choose-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

.why-choose-sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.why-choose-title {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1.15;
  color: var(--text);
  margin: 0 0 12px;
}

.why-choose-lede {
  font-family: var(--sans);
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 20px;
}

.why-choose-badge-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius-sm);
  margin-bottom: 22px;
  box-shadow: 0 8px 24px -6px rgba(0, 0, 0, 0.15);
  width: 100%;
}

.badge-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(216, 163, 69, 0.12);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.badge-card-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.badge-card-content strong {
  font-size: 14px;
  color: var(--text);
  font-family: var(--sans);
}

.badge-card-content span {
  font-size: 12px;
  color: var(--text-muted);
}

.why-choose-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

/* Trust Feature Cards */
.why-choose-cards-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.trust-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 22px;
  transition: all .3s var(--ease);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.trust-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.25), 0 0 16px rgba(216, 163, 69, 0.08);
}

.trust-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}

.trust-card-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(216, 163, 69, 0.1);
  border: 1px solid rgba(216, 163, 69, 0.2);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}

.trust-card:hover .trust-card-icon {
  background: var(--gold);
  color: #0b0d0a;
  transform: scale(1.05);
}

.trust-card-num {
  font-family: var(--mono, monospace);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-faint);
  letter-spacing: .08em;
}

.trust-card:hover .trust-card-num {
  color: var(--gold);
}

.trust-card-title {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 2px;
  line-height: 1.25;
}

.trust-card-sub {
  display: inline-block;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}

.trust-card-text {
  font-family: var(--sans);
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
}

@media (max-width:960px) {
  .why-choose-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .why-choose-sidebar {
    position: static;
  }
}

/* ---------- Team Grid Spacing ---------- */
.section--team {
  position: relative;
  padding-bottom: clamp(16px, 2.5vw, 32px);
}

/* ---------- Two Studios Dual Architectural Showcase ---------- */
.section--studios {
  position: relative;
  padding-top: clamp(24px, 3.5vw, 44px);
  padding-bottom: clamp(64px, 8vw, 110px);
}

.studios-dual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 28px);
}

.studio-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all .35s var(--ease);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
}

.studio-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold);
  box-shadow: 0 20px 45px -12px rgba(0, 0, 0, 0.5), 0 0 20px rgba(216, 163, 69, 0.12);
}

.studio-card-media {
  position: relative;
  aspect-ratio: 16/9.5;
  overflow: hidden;
  background: #141712;
}

.studio-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s var(--ease);
}

.studio-card:hover .studio-card-media img {
  transform: scale(1.06);
}

.studio-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(11, 13, 10, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(216, 163, 69, 0.4);
  color: var(--gold, #d8a345);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}

.studio-card-body {
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.studio-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.studio-card-title {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text);
  margin: 0;
  line-height: 1.2;
}

.studio-loc-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--sans);
  font-size: 11.5px;
  color: var(--text-faint);
}

.studio-loc-pill svg {
  color: var(--gold);
}

.studio-card-desc {
  font-family: var(--sans);
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0 0 14px;
}

.studio-features-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.studio-features-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.4;
}

.feat-check {
  color: var(--gold);
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  margin-top: 2px;
  flex-shrink: 0;
}

.studio-card-foot {
  margin-top: auto;
}

.studio-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 12px 20px;
  font-size: 13px;
  border-radius: 6px;
}

@media (max-width:860px) {
  .studios-dual-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Full-Width Logo Green Minimal Circular CTA Section ---------- */
.section--minimal-cta {
  width: 100%;
  background:
    radial-gradient(ellipse at 80% 50%, rgba(216, 163, 69, 0.08) 0%, rgba(18, 38, 24, 0.98) 55%, #112618 100%),
    #142b1b;
  border-top: 1px solid rgba(216, 163, 69, 0.25);
  border-bottom: none;
  padding-block: var(--section-pad);
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.minimal-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.minimal-cta-content {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.minimal-cta-content .eyebrow {
  color: var(--gold, #d8a345);
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.minimal-cta-title {
  font-family: var(--sans);
  font-size: clamp(1.85rem, 3.4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1.15;
  color: #ffffff;
  margin: 0 0 12px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}

.minimal-cta-lede {
  font-family: var(--sans);
  font-size: 15px;
  color: rgba(242, 236, 221, 0.88);
  line-height: 1.6;
  margin: 0;
  max-width: 58ch;
}

/* Big Circular CTA Button with Logo Green and Gold Accents */
.minimal-cta-action {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-cta-btn {
  width: clamp(135px, 15vw, 175px);
  height: clamp(135px, 15vw, 175px);
  border-radius: 50%;
  background: rgba(10, 22, 14, 0.65);
  border: 1.5px solid rgba(216, 163, 69, 0.45);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  transition: all .4s var(--ease);
  position: relative;
  box-shadow: 0 12px 32px -8px rgba(0, 0, 0, 0.5), inset 0 0 20px rgba(216, 163, 69, 0.08);
}

.circle-cta-text {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  padding: 0 12px;
  transition: color .3s ease;
}

.circle-cta-arrow {
  color: var(--gold, #d8a345);
  transition: transform .35s var(--ease), color .3s ease;
}

.circle-cta-btn:hover {
  background: var(--gold, #d8a345);
  border-color: var(--gold, #d8a345);
  transform: scale(1.08);
  box-shadow: 0 20px 45px -10px rgba(216, 163, 69, 0.55), 0 0 30px rgba(216, 163, 69, 0.35);
}

.circle-cta-btn:hover .circle-cta-text {
  color: #0b0d0a;
}

.circle-cta-btn:hover .circle-cta-arrow {
  color: #0b0d0a;
  transform: translate(3px, -3px);
}

/* Ensure no gap between CTA and Footer */
.section--minimal-cta+.site-footer,
main>.section--minimal-cta:last-child {
  margin-bottom: 0;
}

.site-footer {
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width:820px) {
  .minimal-cta-inner {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 28px;
  }

  .minimal-cta-content {
    align-items: center;
    text-align: center;
  }
}

/* ---------- Badges / chips ---------- */
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip {
  border: 1px solid var(--line-strong);
  border-radius: 30px;
  padding: 9px 18px;
  font-size: 13px;
  color: var(--text-muted);
}

/* ---------- Table ---------- */
.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}

th,
td {
  text-align: left;
  padding: 16px 20px;
  font-size: 14.5px;
  border-bottom: 1px solid var(--line);
  color: var(--text-muted);
}

th {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold-soft);
  background: var(--surface-2);
}

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

/* ---------- Responsive ---------- */
@media (max-width:1100px) {

  .main-nav,
  .header-actions .btn--outline {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width:860px) {
  .split {
    grid-template-columns: 1fr;
  }

  .split-media {
    aspect-ratio: 16/10;
  }

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

@media (max-width:680px) {

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

  .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

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

  .form-grid {
    grid-template-columns: 1fr;
  }

  .masonry {
    columns: 1;
  }

  .hero h1 {
    max-width: 100%;
  }

  .stat-strip {
    grid-template-columns: 1fr 1fr;
  }

  .header-actions {
    gap: 8px;
  }
}

@media (max-width:480px) {
  .container {
    padding-inline: 18px;
  }

  .btn {
    padding: 14px 22px;
    font-size: 12.5px;
  }

  .brand-mark img {
    height: 36px;
  }
}

/* ---------- Luxury Service Showcase Cards Grid ---------- */
.section--services-showcase {
  position: relative;
  background: var(--bg);
}

.services-showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: clamp(24px, 3.5vw, 32px);
}

.service-showcase-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all .35s var(--ease);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.08);
}

.service-showcase-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold);
  box-shadow: 0 20px 45px -12px rgba(0, 0, 0, 0.18), 0 0 24px rgba(216, 163, 69, 0.12);
}

.service-card-media {
  position: relative;
  aspect-ratio: 16/11;
  overflow: hidden;
  background: #141712;
}

.service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s var(--ease);
}

.service-showcase-card:hover .service-card-media img {
  transform: scale(1.06);
}

.service-price-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(15, 20, 14, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(216, 163, 69, 0.4);
  color: var(--gold, #d8a345);
  font-family: var(--display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.service-card-content {
  padding: 24px 26px 26px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.service-card-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 8px;
}

.service-num {
  font-family: var(--mono, monospace);
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: .08em;
}

.service-card-title {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  margin: 0;
  color: var(--text);
  line-height: 1.15;
  text-transform: uppercase;
}

.service-card-text {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 16px;
}

.service-card-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 22px;
  padding: 14px 0;
  border-block: 1px solid var(--line-soft);
  list-style: none;
}

.service-card-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--text);
  line-height: 1.4;
}

.feat-bullet {
  color: var(--gold);
  font-size: 11px;
  margin-top: 1px;
  flex-shrink: 0;
}

.service-card-action {
  margin-top: auto;
}

.service-btn {
  width: 100%;
  justify-content: center;
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: .06em;
  padding: 11px 20px;
}

/* ---------- 4-Step Booking Process ---------- */
.section--booking-steps {
  position: relative;
  background: var(--bg-soft, #f7f4ec);
  border-block: 1px solid var(--line);
  padding-block: var(--section-pad);
}

.booking-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 2.5vw, 28px);
  margin-top: 32px;
}

.booking-step-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all .3s var(--ease);
  box-shadow: 0 6px 20px -6px rgba(0, 0, 0, 0.05);
}

.booking-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 163, 69, 0.5);
  box-shadow: 0 14px 30px -8px rgba(0, 0, 0, 0.12), 0 0 16px rgba(216, 163, 69, 0.08);
}

.step-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.step-card-num {
  font-family: var(--mono, monospace);
  font-size: 18px;
  font-weight: 800;
  color: var(--gold);
  letter-spacing: .08em;
}

.step-card-pill {
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-faint);
  background: var(--bg-alt);
  padding: 4px 10px;
  border-radius: 20px;
}

.step-card-title {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 8px;
  text-transform: uppercase;
  line-height: 1.2;
}

.step-card-desc {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0 0 14px;
  flex: 1 1 auto;
}

.step-card-highlight {
  font-size: 12px;
  color: var(--text);
  background: rgba(216, 163, 69, 0.08);
  border-left: 2px solid var(--gold);
  padding: 8px 10px;
  border-radius: 0 6px 6px 0;
  line-height: 1.4;
}

.step-card-highlight strong {
  color: var(--gold);
}

@media (max-width: 960px) {
  .booking-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .booking-steps-grid {
    grid-template-columns: 1fr;
  }

  .services-showcase-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Decision Guide Grid ---------- */
.section--decision-guide {
  position: relative;
  background: var(--bg);
  padding-block: var(--section-pad);
}

.decision-guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.decision-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  transition: all .3s var(--ease);
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.05);
}

.decision-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  box-shadow: 0 10px 24px -6px rgba(0, 0, 0, 0.12), 0 0 16px rgba(216, 163, 69, 0.1);
}

.decision-card-icon {
  font-size: 26px;
  line-height: 1;
  flex-shrink: 0;
}

.decision-card-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1 1 auto;
}

.decision-scenario {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--gold);
}

.decision-solution {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
  margin: 0;
  text-transform: uppercase;
}

.decision-desc {
  font-size: 12.5px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.4;
}

.decision-arrow {
  font-size: 18px;
  color: var(--gold);
  transition: transform .3s var(--ease);
  flex-shrink: 0;
}

.decision-card:hover .decision-arrow {
  transform: translateX(4px);
}

/* ---------- Course Tracks Grid ---------- */
.section--course-tracks {
  position: relative;
  background: var(--bg);
}

.course-tracks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: clamp(24px, 4vw, 36px);
}

.course-track-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all .35s var(--ease);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.08);
}

.course-track-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: 0 22px 50px -12px rgba(0, 0, 0, 0.18), 0 0 24px rgba(216, 163, 69, 0.12);
}

.course-card-media {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #121510;
}

.course-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s var(--ease);
}

.course-track-card:hover .course-card-media img {
  transform: scale(1.06);
}

.course-level-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(11, 13, 10, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  z-index: 2;
}

.course-price-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(11, 13, 10, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(216, 163, 69, 0.4);
  color: var(--gold, #d8a345);
  font-family: var(--display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 5px 14px;
  border-radius: 20px;
  z-index: 2;
}

.course-card-body {
  padding: 26px 28px 28px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.course-meta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.course-duration-pill,
.course-batch-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--sans);
  font-size: 12px;
  color: var(--text-faint);
  background: var(--bg-alt);
  padding: 4px 10px;
  border-radius: 12px;
}

.course-duration-pill svg,
.course-batch-pill svg {
  color: var(--gold);
}

.course-card-title {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 8px;
  text-transform: uppercase;
  line-height: 1.15;
}

.course-card-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 16px;
}

.course-modules-block {
  margin: 0 0 24px;
  padding: 16px;
  background: var(--bg-alt);
  border-radius: 12px;
  border: 1px solid var(--line-soft);
}

.modules-heading {
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 10px;
}

.course-modules-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.course-modules-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--text);
  line-height: 1.4;
}

.mod-bullet {
  color: var(--gold);
  font-size: 11px;
  margin-top: 1px;
  flex-shrink: 0;
}

.course-card-foot {
  margin-top: auto;
}

.course-btn {
  width: 100%;
  justify-content: center;
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: .06em;
  padding: 11px 20px;
}

/* ---------- Student Profiles Grid ---------- */
.section--profile-cards {
  position: relative;
  background: var(--bg-soft, #f7f4ec);
  border-block: 1px solid var(--line);
  padding-block: var(--section-pad);
}

.profile-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 2.5vw, 28px);
  margin-top: 32px;
}

.profile-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all .3s var(--ease);
  box-shadow: 0 6px 20px -6px rgba(0, 0, 0, 0.05);
}

.profile-card:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 163, 69, 0.5);
  box-shadow: 0 14px 30px -8px rgba(0, 0, 0, 0.12), 0 0 16px rgba(216, 163, 69, 0.08);
}

.profile-card-icon {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 14px;
}

.profile-card-title {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 8px;
  text-transform: uppercase;
  line-height: 1.2;
}

.profile-card-desc {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0 0 14px;
  flex: 1 1 auto;
}

.profile-outcome {
  font-size: 12px;
  color: var(--text);
  background: rgba(216, 163, 69, 0.08);
  border-left: 2px solid var(--gold);
  padding: 8px 10px;
  border-radius: 0 6px 6px 0;
  line-height: 1.4;
}

.profile-outcome strong {
  color: var(--gold);
}

@media (max-width: 960px) {
  .profile-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .profile-cards-grid {
    grid-template-columns: 1fr;
  }

  .course-tracks-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Info Row & Map Embed Component ---------- */
.info-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 12px;
  transition: all .3s var(--ease);
}

.info-row:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.08);
}

.info-row .ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(216, 163, 69, 0.12);
  border: 1px solid rgba(216, 163, 69, 0.35);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-row .ico svg {
  width: 20px;
  height: 20px;
}

.info-row h4 {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 3px;
  text-transform: uppercase;
}

.info-row p {
  font-family: var(--sans);
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}

.map-embed {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 16px 40px -12px rgba(0, 0, 0, 0.18);
  aspect-ratio: 4/3.2;
  background: #141712;
  min-height: 320px;
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ---------- Chip Row (Areas Served) ---------- */
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--text);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 30px;
  transition: all .25s var(--ease);
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.05);
}

.chip::before {
  content: "📍";
  font-size: 11px;
}

.chip:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 8px 18px -4px rgba(216, 163, 69, 0.2);
}

/* ---------- Contact Page Luxury Layout ---------- */
.section--contact-main {
  position: relative;
  background: var(--bg);
  padding-top: clamp(32px, 4vw, 56px);
  padding-bottom: clamp(48px, 6vw, 80px);
}

.contact-main-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: flex-start;
}

.contact-form-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: clamp(24px, 3.5vw, 36px);
  box-shadow: 0 16px 40px -12px rgba(0, 0, 0, 0.08);
}

.contact-direct-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.direct-channels-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.direct-channel-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 20px;
  text-decoration: none;
  transition: all .3s var(--ease);
  box-shadow: 0 6px 18px -4px rgba(0, 0, 0, 0.05);
}

.direct-channel-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  box-shadow: 0 12px 30px -8px rgba(0, 0, 0, 0.15), 0 0 16px rgba(216, 163, 69, 0.1);
}

.direct-channel-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(216, 163, 69, 0.12);
  border: 1px solid rgba(216, 163, 69, 0.35);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.direct-channel-icon svg {
  width: 22px;
  height: 22px;
}

.direct-channel-info {
  display: flex;
  flex-direction: column;
}

.direct-channel-label {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2px;
}

.direct-channel-value {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text);
  margin: 0;
  line-height: 1.2;
}

.direct-channel-sub {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 2px;
}

.direct-tips-box {
  background: rgba(216, 163, 69, 0.08);
  border-left: 3px solid var(--gold);
  border-radius: 0 12px 12px 0;
  padding: 18px 20px;
  margin-top: 6px;
}

.direct-tips-box h4 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 6px;
  text-transform: uppercase;
}

.direct-tips-box p {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}

/* ---------- Dual Studio Maps Grid Component ---------- */
.section--dual-maps {
  position: relative;
  background: var(--bg-soft, #f7f4ec);
  border-block: 1px solid var(--line);
  padding-block: clamp(36px, 4.5vw, 60px);
}

.dual-maps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3.5vw, 36px);
  margin-top: 28px;
}

.map-studio-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.1);
  transition: all .35s var(--ease);
}

.map-studio-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 18px 45px -12px rgba(0, 0, 0, 0.18);
}

.map-studio-frame {
  position: relative;
  aspect-ratio: 16/9.5;
  background: #141712;
  border-bottom: 1px solid var(--line);
  min-height: 220px;
}

.map-studio-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.map-studio-body {
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.map-studio-badge {
  display: inline-block;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}

.map-studio-title {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 10px;
  text-transform: uppercase;
}

.map-studio-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 6px;
}

.map-studio-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--sans);
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.45;
}

.map-studio-row svg {
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 2px;
}

@media (max-width: 920px) {
  .contact-main-grid {
    grid-template-columns: 1fr;
  }
  .dual-maps-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Showcase Bento Grid (Featured Recent Work) ---------- */
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  grid-auto-rows: 270px;
  margin-top: 36px;
}

.showcase-tile {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  background: #141712;
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.18);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s var(--ease);
  grid-column: span 4;
  grid-row: span 1;
}

.showcase-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11, 13, 10, 0.92) 0%, rgba(11, 13, 10, 0.4) 50%, rgba(11, 13, 10, 0.05) 100%);
  z-index: 1;
  transition: opacity 0.4s var(--ease);
  pointer-events: none;
}

.showcase-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  display: block;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.showcase-tile:hover {
  transform: translateY(-6px);
  border-color: rgba(216, 163, 69, 0.55);
  box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.3), 0 0 20px rgba(216, 163, 69, 0.15);
}

.showcase-tile:hover img {
  transform: scale(1.06);
}

.showcase-tile--lg {
  grid-column: span 7;
  grid-row: span 2;
}

.showcase-tile--tall {
  grid-column: span 5;
  grid-row: span 2;
}

.showcase-tile--wide {
  grid-column: span 8;
  grid-row: span 1;
}

.showcase-tile-arrow {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: all 0.35s var(--ease);
}

.showcase-tile:hover .showcase-tile-arrow {
  background: var(--gold, #d8a345);
  color: #0b0d0a;
  border-color: var(--gold, #d8a345);
  transform: scale(1.08) rotate(45deg);
  box-shadow: 0 6px 18px rgba(216, 163, 69, 0.4);
}

.showcase-tile-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  z-index: 2;
  transition: transform 0.35s var(--ease);
}

.showcase-tile-tag {
  display: inline-block;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold, #d8a345);
  margin-bottom: 6px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.showcase-tile-title {
  font-family: var(--display);
  font-size: clamp(17px, 1.4vw, 22px);
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.85);
}

.showcase-foot {
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 992px) {
  .showcase-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 260px;
    gap: 16px;
  }

  .showcase-tile,
  .showcase-tile--lg,
  .showcase-tile--tall,
  .showcase-tile--wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .showcase-tile:first-child {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (max-width: 640px) {
  .showcase-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
    gap: 14px;
  }

  .showcase-tile,
  .showcase-tile--lg,
  .showcase-tile--tall,
  .showcase-tile--wide,
  .showcase-tile:first-child {
    grid-column: span 1;
    grid-row: span 1;
  }
}

/* ---------- Stats Section (Modern Responsive Grid) ---------- */
.section--stats-clean {
  background: var(--surface);
  border-block: 1px solid var(--line);
  padding-block: clamp(36px, 4.5vw, 64px);
}

.stats-strip-clean {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.stat-clean-item {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.05);
  transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stat-clean-item:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 163, 69, 0.5);
  box-shadow: 0 10px 24px -6px rgba(0, 0, 0, 0.12);
}

.stat-clean-num {
  font-family: var(--display);
  font-size: clamp(2.4rem, 3.8vw, 3.4rem);
  font-weight: 700;
  color: var(--gold, #d8a345);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.stat-clean-label {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text);
  margin: 0 0 6px;
  line-height: 1.25;
}

.stat-clean-desc {
  font-family: var(--sans);
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--text-muted);
  margin: 0;
  max-width: 24ch;
}

@media (max-width: 820px) {
  .stats-strip-clean {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .stat-clean-item {
    padding: 18px 14px;
    border-radius: 12px;
  }

  .stat-clean-num {
    font-size: 2.35rem;
    margin-bottom: 4px;
  }

  .stat-clean-label {
    font-size: 11.5px;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
  }

  .stat-clean-desc {
    font-size: 11px;
    line-height: 1.35;
    max-width: 100%;
  }
}

@media (max-width: 440px) {
  .stats-strip-clean {
    gap: 10px;
  }

  .stat-clean-item {
    padding: 14px 10px;
  }

  .stat-clean-num {
    font-size: 2rem;
  }

  .stat-clean-label {
    font-size: 10.5px;
  }

  .stat-clean-desc {
    font-size: 10px;
  }
}

/* ---------- Reviews Carousel Section ---------- */
.section--reviews-carousel {
  background: var(--surface);
  border-block: 1px solid var(--line);
  padding-block: clamp(48px, 6vw, 84px);
  overflow: hidden;
}

.reviews-head-row {
  margin-bottom: 32px;
}

.reviews-title {
  font-family: var(--serif);
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
  font-weight: 700;
  color: var(--text);
  margin: 0 0 10px;
  line-height: 1.2;
}

.reviews-carousel-wrapper {
  position: relative;
  width: 100%;
}

.reviews-carousel-stage {
  overflow: hidden;
  width: 100%;
  padding-block: 8px;
}

.reviews-track {
  display: flex;
  gap: 18px;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.review-slide {
  flex: 0 0 calc(33.333% - 12px);
  min-width: 0;
}

.review-card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 8px 24px -6px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.review-card:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 163, 69, 0.5);
  box-shadow: 0 14px 32px -8px rgba(0, 0, 0, 0.15);
}

.review-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.review-stars {
  display: inline-flex;
  gap: 3px;
}

.review-quote-mark {
  font-family: var(--serif);
  font-size: 38px;
  line-height: 1;
  color: var(--gold, #d8a345);
  opacity: 0.5;
}

.review-quote {
  font-family: var(--sans);
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--text);
  margin: 0 0 20px;
  flex-grow: 1;
  font-style: italic;
}

.review-author-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold, #d8a345), #96671d);
  color: #0b0d0a;
  font-family: var(--display);
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(216, 163, 69, 0.3);
}

.review-author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.review-author-name {
  font-family: var(--sans);
  font-size: 14.5px;
  font-weight: 700;
  color: var(--text);
  margin: 0;
}

.review-author-role {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.35;
}

.review-badge {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 600;
  color: var(--gold, #d8a345);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 2px;
}

.reviews-nav-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 28px;
}

.reviews-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--bg);
  border: 1px solid var(--line);
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s var(--ease);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.reviews-nav-btn:hover {
  background: var(--gold, #d8a345);
  color: #0b0d0a;
  border-color: var(--gold, #d8a345);
  transform: scale(1.08);
}

.reviews-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.reviews-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--line-strong);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s var(--ease);
}

.reviews-dot.is-active {
  width: 24px;
  border-radius: 9999px;
  background: var(--gold, #d8a345);
}

@media (max-width: 980px) {
  .review-slide {
    flex: 0 0 calc(50% - 9px);
  }
}

@media (max-width: 620px) {
  .review-slide {
    flex: 0 0 100%;
  }

  .review-card {
    padding: 22px 18px;
  }

  .review-quote {
    font-size: 13.5px;
    line-height: 1.55;
    margin-bottom: 16px;
  }
}

/* ---------- Enhanced Luxury Footer (Desktop & Responsive Mobile) ---------- */
@media (max-width: 992px) {
  .footer-top {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }

  .footer-brand {
    grid-column: span 2;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--on-image-line);
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding-top: 36px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 24px;
  }

  .footer-brand {
    grid-column: span 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: none;
    padding-bottom: 0;
  }

  .footer-logo img {
    height: 42px;
  }

  .footer-brand p {
    max-width: 100%;
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.5;
  }

  .footer-social {
    justify-content: center;
    margin-top: 14px;
    gap: 12px;
  }

  .footer-social a {
    width: 38px;
    height: 38px;
  }

  .footer-col {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--on-image-line);
    border-radius: 12px;
    padding: 16px 18px;
  }

  .footer-col h5 {
    margin-bottom: 12px;
    font-size: 0.98rem;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .footer-col h5::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold, #d8a345);
    display: inline-block;
  }

  .footer-col ul {
    gap: 10px;
  }

  .footer-col a {
    font-size: 13px;
    display: block;
    padding-block: 2px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 8px;
    padding: 16px 0 24px;
    font-size: 12px;
  }
}

/* ---------- Mobile Floating Actions Adjustment ---------- */
@media (max-width: 640px) {
  .float-actions {
    right: 14px;
    bottom: 14px;
    gap: 10px;
  }

  .fab {
    width: 48px;
    height: 48px;
  }

  .fab svg {
    width: 22px;
    height: 22px;
  }
}

/* ---------- Luxury Services Showcase Cards Grid ---------- */
.section--services-showcase {
  background: var(--bg);
}

.services-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

@media (max-width: 1024px) {
  .services-showcase-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}

@media (max-width: 640px) {
  .services-showcase-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.service-showcase-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px -6px rgba(0, 0, 0, 0.06);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
}

.service-showcase-card:hover {
  transform: translateY(-6px);
  border-color: rgba(216, 163, 69, 0.5);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.14);
}

.service-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #111;
}

.service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  transition: transform 0.6s var(--ease);
}

.service-showcase-card:hover .service-card-media img {
  transform: scale(1.05);
}

.service-price-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(14, 17, 13, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--gold, #d8a345);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 6px 14px;
  border-radius: 9999px;
  border: 1px solid rgba(216, 163, 69, 0.4);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.service-card-content {
  padding: 24px 22px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.service-num {
  font-family: var(--display);
  font-size: 12.5px;
  font-weight: 700;
  color: var(--gold, #d8a345);
  letter-spacing: 0.08em;
}

.service-card-title {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text);
  margin: 0;
}

.service-card-text {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 10px 0 16px;
}

.service-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.service-features-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.45;
}

.service-features-list .feat-check {
  color: var(--gold, #d8a345);
  font-weight: 700;
  flex-shrink: 0;
}

.service-card-foot {
  margin-top: auto;
}

/* ---------- Two Studio Locations (Nagpur & Pune Dual Showcase) ---------- */
.section--studios {
  background: var(--surface);
  border-block: 1px solid var(--line);
  padding-block: var(--section-pad);
}

.studios-dual-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 3.5vw, 36px);
}

.studio-card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.studio-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold, #d8a345);
  box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.16), 0 0 24px rgba(216, 163, 69, 0.14);
}

.studio-card-media {
  position: relative;
  width: 100%;
  height: 250px;
  min-height: 230px;
  background: #141712;
  overflow: hidden;
}

.studio-card-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  display: block;
}

.studio-card-body {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.studio-card-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.studio-badge-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background: rgba(216, 163, 69, 0.12);
  color: var(--gold, #d8a345);
  font-family: var(--display);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 9999px;
  border: 1px solid rgba(216, 163, 69, 0.35);
}

.studio-loc-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--gold, #d8a345);
  font-weight: 600;
  text-decoration: none;
  padding: 4px 11px;
  background: rgba(216, 163, 69, 0.08);
  border: 1px solid rgba(216, 163, 69, 0.22);
  border-radius: 9999px;
  transition: all 0.25s var(--ease);
}

.studio-loc-pill:hover {
  background: var(--gold, #d8a345);
  color: #0b0d0a;
  border-color: var(--gold, #d8a345);
  transform: translateY(-1px);
}

.studio-card-head {
  margin-bottom: 10px;
}

.studio-card-title {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text);
  margin: 0;
}

.studio-card-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0 0 20px;
}

.studio-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}

.studio-features-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--text);
  line-height: 1.45;
}

.studio-features-list .feat-check {
  color: var(--gold, #d8a345);
  font-weight: 700;
  flex-shrink: 0;
}

.studio-card-foot {
  margin-top: auto;
}

.studio-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
}

@media (max-width: 860px) {
  .studios-dual-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Dedicated New Batch Announcement Section ---------- */
.section--batch-announcement {
  background: linear-gradient(180deg, var(--bg-soft, #161a14) 0%, var(--bg) 100%);
  border-block: 1px solid var(--line);
  padding-block: var(--section-pad);
  position: relative;
  overflow: hidden;
}

.batch-banner {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(32px, 4vw, 48px);
}

.batch-banner-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(216, 163, 69, 0.12);
  border: 1px solid rgba(216, 163, 69, 0.35);
  border-radius: 9999px;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold, #d8a345);
  margin-bottom: 14px;
}

.batch-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold, #d8a345);
  box-shadow: 0 0 0 0 rgba(216, 163, 69, 0.7);
  animation: batchPulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes batchPulse {
  to {
    box-shadow: 0 0 0 10px rgba(216, 163, 69, 0);
  }
}

.batch-banner-title {
  font-family: var(--display);
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--text);
  margin: 0 0 12px;
  line-height: 1.15;
}

.batch-banner-lede {
  font-family: var(--sans);
  font-size: clamp(14.5px, 1.2vw, 16.5px);
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

.batch-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 3.5vw, 36px);
  margin-bottom: clamp(32px, 4vw, 48px);
}

.batch-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: clamp(24px, 3vw, 32px);
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
  transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
  position: relative;
}

.batch-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold, #d8a345);
  box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.18), 0 0 24px rgba(216, 163, 69, 0.15);
}

.batch-card-header {
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.batch-card-tag-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.batch-tag {
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold, #d8a345);
}

.batch-level-pill {
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 9999px;
  color: var(--text-muted);
}

.batch-title {
  font-family: var(--display);
  font-size: clamp(20px, 1.8vw, 24px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--text);
  margin: 0 0 10px;
}

.batch-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.batch-price {
  font-family: var(--display);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold, #d8a345);
  line-height: 1;
}

.batch-duration {
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
}

.batch-meta-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 14px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 10px;
  margin-bottom: 20px;
}

.batch-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: var(--text);
  font-weight: 500;
}

.batch-meta-item svg {
  color: var(--gold, #d8a345);
  flex-shrink: 0;
}

.batch-highlights-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}

.batch-highlights-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--text);
  line-height: 1.45;
}

.batch-card-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}

.batch-primary-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.batch-ghost-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
  font-size: 13px;
  padding: 10px 16px;
}

.batch-guarantee-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 24px;
}

.batch-guarantee-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.batch-guarantee-item .b-icon {
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
}

.batch-guarantee-item strong {
  display: block;
  font-size: 14px;
  color: var(--text);
  margin-bottom: 4px;
}

.batch-guarantee-item p {
  font-size: 12.5px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.45;
}

@media (max-width: 860px) {
  .batch-cards-grid {
    grid-template-columns: 1fr;
  }

  .batch-guarantee-bar {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ---------- Print ---------- */
@media print {

  .site-header,
  .float-actions,
  .mobile-nav {
    display: none;
  }

  body {
    background: #fff;
    color: #000;
  }
}