/* =========================================================================
   The Vaultt — Finance Broker
   Single stylesheet. Mobile-first. Design tokens first, then reset, base,
   layout primitives, components, utilities, reduced-motion.
   Breakpoints (min-width): 600 / 900 / 1200
   ========================================================================= */

@import "../fonts/fonts.css";

/* ---------- Design tokens ---------------------------------------------- */
:root {
  /* colour ramp (see specs/001-vaultt-website/research.md §3) */
  --c-bg: #0a0a0a;
  --c-bg-raised: #131313;
  --c-bg-raised-2: #1b1a18;
  --c-border: #2a2723;
  --c-border-strong: #3a352d;
  --c-gold-deep: #8a6a2f;
  --c-gold: #c6a253;
  --c-gold-bright: #e7d3a1;
  --c-text: #f4f1ea;
  --c-text-muted: #b9b3a6;
  --c-text-onGold: #0a0a0a;
  --c-focus: #e7d3a1;
  --c-error: #e7a6a6;
  --c-error-bg: #2a1515;
  --c-success: #a9d3b0;

  --grad-gold: linear-gradient(
    120deg,
    #8a6a2f 0%,
    #c6a253 45%,
    #e7d3a1 60%,
    #c6a253 78%,
    #8a6a2f 100%
  );
  --line-profile-gold: linear-gradient(
    90deg,
    #6f430c 0%,
    #c48724 24%,
    #f0d486 50%,
    #c48724 76%,
    #6f430c 100%
  );

  /* type */
  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;

  --step--1: clamp(0.82rem, 0.8rem + 0.1vw, 0.88rem);
  --step-0: clamp(1rem, 0.97rem + 0.15vw, 1.0625rem);
  --step-1: clamp(1.15rem, 1.09rem + 0.3vw, 1.3rem);
  --step-2: clamp(1.35rem, 1.2rem + 0.75vw, 1.75rem);
  --step-3: clamp(1.7rem, 1.4rem + 1.5vw, 2.4rem);
  --step-4: clamp(2.1rem, 1.6rem + 2.6vw, 3.4rem);

  /* space */
  --sp-1: 0.25rem;
  --sp-2: 0.5rem;
  --sp-3: 0.75rem;
  --sp-4: 1rem;
  --sp-5: 1.5rem;
  --sp-6: 2rem;
  --sp-7: 3rem;
  --sp-8: 4.5rem;
  --sp-9: 6rem;

  --radius: 4px;
  --radius-lg: 8px;
  --shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 8px 24px rgba(0, 0, 0, 0.35);
  --ring: 0 0 0 3px rgba(231, 211, 161, 0.5);

  --header-h: 68px;
  --container: 1200px;
}

/* ---------- Reset ---------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1rem);
}
body {
  min-height: 100vh;
  background: var(--c-bg);
  color: var(--c-text);
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Vietnamese display typography: Times New Roman has complete, dependable
   positioning for Vietnamese diacritics across macOS and Windows browsers. */
html[lang="vi"] {
  --font-display: "Times New Roman", "Noto Serif", Georgia, serif;
}

/* Chinese typography: familiar, highly legible Simplified Chinese system
   faces with an elegant Song-style display face for editorial headings. */
html[lang^="zh"] body {
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB",
    "Source Han Sans SC", system-ui, sans-serif;
  letter-spacing: 0.012em;
}
html[lang^="zh"] :is(h1, h2, .hero__title, .stat__value, .faq-row__number) {
  font-family: "Noto Serif SC", "Songti SC", "STSong", "Source Han Serif SC",
    "SimSun", serif;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0.035em;
}
html[lang^="zh"] :is(.nav__list, .nav__dropdown-trigger, .nav__submenu,
  .btn, .eyebrow, .faq-tabs, .faq-row summary, .faq-row__answer) {
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB",
    "Source Han Sans SC", system-ui, sans-serif;
}
img,
picture,
svg {
  display: block;
  max-width: 100%;
}
img {
  height: auto;
}
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
  background: none;
  border: 0;
}
a {
  color: var(--c-gold-bright);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
a:hover {
  color: #fff;
}
ul,
ol {
  padding-left: 1.2em;
}
:target {
  scroll-margin-top: calc(var(--header-h) + 1rem);
}

/* ---------- Base typography ---------------------------------------- */
h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.01em;
}
h1 {
  font-size: var(--step-4);
}
h2 {
  font-size: var(--step-3);
}
h3 {
  font-size: var(--step-2);
}
h4 {
  font-size: var(--step-1);
}
p {
  max-width: 68ch;
}
strong {
  color: #fff;
  font-weight: 600;
}

.eyebrow {
  font-family: var(--font-body);
  font-size: var(--step--1);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-gold);
  display: inline-block;
  margin-bottom: var(--sp-3);
}
.eyebrow--center {
  display: block;
  text-align: center;
}
.gold {
  color: var(--c-gold);
}
.text-gradient {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lead {
  font-size: var(--step-1);
  color: var(--c-text-muted);
}

/* ---------- Layout primitives ------------------------------------- */
.container {
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
}
.container--narrow {
  width: min(100% - 2.5rem, 760px);
  margin-inline: auto;
}
.section {
  padding-block: var(--sp-8);
}
.section--tight {
  padding-block: var(--sp-7);
}
.section--raised {
  background: var(--c-bg-raised);
  border-block: 1px solid var(--c-border);
}
.section__head {
  max-width: 56ch;
  margin-bottom: var(--sp-6);
}
.section__head--center {
  margin-inline: auto;
  text-align: center;
}
.stack > * + * {
  margin-top: var(--sp-4);
}
.hairline {
  border: 0;
  height: 3px;
  background: var(--line-profile-gold);
  border-radius: 50%;
  clip-path: ellipse(50% 50% at 50% 50%);
  opacity: 0.72;
}

/* skip link */
.skip-link {
  position: absolute;
  left: var(--sp-4);
  top: -3rem;
  z-index: 200;
  background: var(--c-gold);
  color: var(--c-text-onGold);
  padding: 0.6rem 1rem;
  border-radius: var(--radius);
  font-weight: 600;
  transition: top 0.15s ease;
}
.skip-link:focus {
  top: var(--sp-3);
  color: var(--c-text-onGold);
}

/* icons */
.icon {
  width: 1.25em;
  height: 1.25em;
  flex: none;
  fill: none;
  stroke: currentColor;
}

/* focus */
:focus-visible {
  outline: 2px solid var(--c-focus);
  outline-offset: 2px;
  border-radius: 2px;
}

/* ---------- Buttons --------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  padding: 0.85rem 1.4rem;
  min-height: 44px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: var(--step--1);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.12s ease, box-shadow 0.15s ease, background 0.15s ease,
    color 0.15s ease, border-color 0.15s ease;
}
.btn .icon {
  width: 1.1em;
  height: 1.1em;
  stroke-width: 2;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn:active {
  transform: translateY(0);
}
.btn--primary {
  background: var(--grad-gold);
  color: var(--c-text-onGold);
  box-shadow: 0 6px 18px rgba(198, 162, 83, 0.22);
}
.btn--primary:hover {
  color: var(--c-text-onGold);
  box-shadow: 0 10px 26px rgba(198, 162, 83, 0.34);
}
.btn--ghost {
  border: 1px solid var(--c-border-strong);
  color: var(--c-text);
}
.btn--ghost:hover {
  color: #fff;
  border-color: var(--c-gold);
}
.btn--block {
  width: 100%;
  justify-content: center;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: var(--step--1);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-gold);
  text-decoration: none;
}
.link-arrow .icon {
  width: 1.1em;
  height: 1.1em;
  stroke-width: 2;
  transition: transform 0.15s ease;
}
.link-arrow:hover {
  color: var(--c-gold-bright);
}
.link-arrow:hover .icon {
  transform: translateX(3px);
}

/* ---------- Site header -------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 10, 10, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--c-border);
}
.site-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  min-height: var(--header-h);
  padding-block: 0.5rem;
}
.site-header--inner {
  isolation: isolate;
  overflow: visible;
  background: #030403 url("../images/header/interior-header-3.jpg") center / cover no-repeat;
  border-bottom: 1px solid transparent;
  border-image: var(--line-profile-gold) 1;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.34);
}
.site-header--inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(0, 0, 0, 0.12);
}
.site-header--inner::after {
  display: none;
}
.site-header--inner .site-header__bar {
  position: relative;
  z-index: 1;
  min-height: 106px;
}
.site-header--inner .site-header__logo {
  min-width: max-content;
}
.site-header--inner .site-header__full-logo {
  width: 76px;
  height: 106px;
  object-fit: contain;
}
.site-header--inner .nav__list a {
  font-size: 0.79rem;
  text-transform: uppercase;
}
.site-header--inner .nav__dropdown-trigger {
  font-size: 0.79rem;
  text-transform: uppercase;
}
.site-header--inner .nav__list a[aria-current="page"] {
  color: var(--c-gold);
  background: transparent;
}
.site-header--inner .nav__cta {
  justify-content: center;
  color: var(--c-gold);
  background: transparent;
  border: 1px solid var(--c-gold-deep);
  box-shadow: none;
}
.site-header--inner .nav__cta:hover {
  color: var(--c-gold-bright);
  background: rgba(0, 0, 0, 0.2);
  border-color: var(--c-gold);
}
@media (min-width: 900px) {
  .site-header--inner .site-header__bar {
    min-height: 182px;
    align-items: flex-start;
  }
  .site-header--inner .site-header__logo {
    position: absolute;
    top: 8px;
    left: -16px;
  }
  .site-header--inner .site-header__full-logo {
    width: 130px;
    height: 182px;
  }
  .site-header--inner .nav {
    margin-top: 35px;
    margin-left: auto;
  }
  .site-header--inner .nav__cta {
    min-width: 0;
    padding-inline: 0.85rem;
    font-size: 0.72rem;
  }
}
.site-header__logo,
.site-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  flex: none;
  text-decoration: none;
  color: var(--c-text);
}
.site-header__mark {
  width: 38px;
  height: 38px;
}
.site-header__lockup {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.site-header__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.35rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-gold-bright);
}
.site-header__tag {
  font-size: 0.55rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--c-text-muted);
  margin-top: 3px;
}
.site-footer__logo {
  margin-bottom: var(--sp-4);
}

/* nav = checkbox-hack disclosure. Works with zero JavaScript on every
   viewport; main.js only layers ARIA + Esc/outside-click on top. */
.nav {
  position: relative;
}
.nav__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--c-text);
  border: 1px solid var(--c-border-strong);
  border-radius: var(--radius);
  cursor: pointer;
}
.nav__toggle .icon {
  width: 22px;
  height: 22px;
  stroke-width: 1.75;
}
.nav__icon-close {
  display: none;
}
.nav__checkbox:checked ~ .nav__toggle .nav__icon-open {
  display: none;
}
.nav__checkbox:checked ~ .nav__toggle .nav__icon-close {
  display: block;
}
.nav__checkbox:focus-visible ~ .nav__toggle {
  outline: 2px solid var(--c-focus);
  outline-offset: 2px;
}
.nav__panel {
  position: absolute;
  right: 0;
  top: calc(100% + 14px);
  width: min(84vw, 320px);
  background: var(--c-bg-raised);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: var(--sp-3);
  display: none;
}
.nav__checkbox:checked ~ .nav__panel {
  display: block;
}
.nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.nav__list a {
  display: block;
  padding: 0.85rem var(--sp-2);
  color: var(--c-text);
  text-decoration: none;
  font-weight: 500;
  border-radius: var(--radius);
}
.nav__list a:hover,
.nav__list a[aria-current="page"] {
  color: var(--c-gold);
  background: var(--c-bg-raised-2);
}
.nav__item--dropdown {
  position: relative;
}
.nav__dropdown-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  width: 100%;
  padding: 0.85rem 1.25rem 0.85rem var(--sp-2);
  border: 0;
  color: var(--c-text);
  background: transparent;
  border-radius: var(--radius);
  font: inherit;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: color 0.18s ease, background 0.18s ease;
}
.nav__dropdown-trigger::after {
  content: "";
  width: 7px;
  height: 7px;
  flex: none;
  margin: -3px 0.35rem 0 0;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}
.nav__dropdown.is-open > .nav__dropdown-trigger,
.nav__dropdown-trigger:hover,
.nav__dropdown-trigger[aria-current] {
  color: var(--c-gold);
  background: var(--c-bg-raised-2);
}
.nav__dropdown.is-open > .nav__dropdown-trigger::after {
  margin-top: 3px;
  transform: rotate(225deg);
}
.nav__submenu {
  display: none;
  max-height: none;
  overflow: visible;
  margin: 0.25rem 0 0;
  padding: 0.35rem;
  border: 1px solid rgba(198, 162, 83, 0.42);
  border-radius: var(--radius-lg);
  background: rgba(8, 8, 8, 0.98);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.54);
  list-style: none;
}
.nav__submenu > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav__submenu > li::marker {
  content: "";
}
.nav__dropdown.is-open > .nav__submenu {
  display: grid;
}
.nav__submenu a {
  padding: 0.72rem 0.8rem;
  border-bottom: 1px solid rgba(198, 162, 83, 0.13);
  border-radius: 2px;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.nav__submenu li:last-child a {
  border-bottom: 0;
}
.nav__cta {
  margin-top: var(--sp-3);
  width: 100%;
  justify-content: center;
}

/* Compact language selector. Google Translate is used only as the translation
   engine; its default control stays hidden in favour of this branded UI. */
.language-switcher {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin: var(--sp-3) 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(48, 48, 48, 0.96);
  box-shadow: 0 7px 24px rgba(0, 0, 0, 0.3);
}
.language-switcher button {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  min-height: 42px;
  padding: 0.38rem 0.62rem;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
  font: inherit;
  font-size: 0.75rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.18s ease, background 0.18s ease;
}
.language-switcher button:last-child {
  border-right: 0;
}
.language-switcher button:hover,
.language-switcher button[aria-pressed="true"] {
  color: #fff;
  background: rgba(198, 162, 83, 0.16);
}
.language-switcher__flag {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background: #fff;
  font-size: 1.12rem;
  line-height: 1;
}
#google_translate_element {
  position: absolute !important;
  left: -100vw !important;
  top: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.goog-te-banner-frame,
.skiptranslate iframe {
  display: none !important;
}
body {
  top: 0 !important;
}

@media (min-width: 980px) {
  .nav__toggle,
  .nav__checkbox {
    display: none;
  }
  .nav__panel,
  .nav__checkbox:checked ~ .nav__panel {
    position: static;
    width: auto;
    display: flex;
    align-items: center;
    gap: var(--sp-2);
    background: none;
    border: 0;
    box-shadow: none;
    padding: 0;
  }
  .nav__list {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
  .nav__list a {
    padding: 0.5rem 0.7rem;
    font-size: var(--step--1);
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  .nav__dropdown-trigger {
    padding: 0.5rem 0.9rem 0.5rem 0.7rem;
    font-size: var(--step--1);
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  .nav__submenu {
    position: absolute;
    z-index: 20;
    top: calc(100% + 0.35rem);
    left: 0;
    width: max-content;
    min-width: 240px;
    margin: 0;
    padding: 0.48rem;
    transform: none;
  }
  .nav__item--dropdown:hover .nav__submenu,
  .nav__item--dropdown:focus-within .nav__submenu {
    display: grid;
  }
  .nav__submenu::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 0.7rem;
  }
  .nav__submenu a {
    padding: 0.72rem 0.85rem;
  }
  .nav__cta {
    width: auto;
    margin: 0 0 0 var(--sp-2);
    padding: 0.7rem 1.1rem;
    white-space: nowrap;
  }
  .language-switcher {
    flex: none;
    margin: 0 0 0 var(--sp-2);
  }
  .language-switcher button {
    min-height: 38px;
    padding: 0.3rem 0.5rem;
  }
  .language-switcher__flag {
    width: 22px;
    height: 22px;
    font-size: 1rem;
  }
  .nav__cta .icon {
    display: none;
  }
}
@media (min-width: 1140px) {
  .nav__list a {
    padding: 0.5rem 0.85rem;
  }
  .nav__cta {
    margin-left: var(--sp-3);
  }
  .nav__cta .icon {
    display: block;
  }
}

/* Homepage header: transparent and integrated into the hero artwork. */
.site-header__full-logo {
  width: 72px;
  height: 101px;
  object-fit: contain;
}
.site-header--home {
  position: absolute;
  inset: 0 0 auto;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}
.site-header--home .site-header__bar {
  min-height: 104px;
  position: relative;
}
.site-header--home .site-header__logo {
  position: absolute;
  left: -9px;
  top: 2px;
}
.site-header--home .nav {
  margin-left: auto;
}
.site-header--home .nav__cta {
  background: transparent;
  color: var(--c-gold);
  border: 1px solid var(--c-gold-deep);
  box-shadow: none;
}
.site-header--home .nav__cta:hover {
  color: var(--c-gold-bright);
  border-color: var(--c-gold);
  box-shadow: 0 0 20px rgba(198, 162, 83, 0.12);
}

/* ---------- Hero ------------------------------------------------------ */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border-bottom: 0;
  background: #030403 url("../images/hero/homepage-hero-poster.jpg") center / cover no-repeat;
  isolation: isolate;
}
.hero__video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}
.hero::before {
  content: "";
  position: absolute;
  inset-block: 0;
  z-index: -1;
  pointer-events: none;
}
.hero::before {
  left: 0;
  width: 55%;
  background: linear-gradient(90deg, #020302 0%, #020302 72%, rgba(2, 3, 2, 0.92) 88%, rgba(2, 3, 2, 0.62) 100%);
  clip-path: polygon(0 0, 61% 0, 100% 54%, 64% 100%, 0 100%);
}
.hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-6);
  min-height: 560px;
  padding-block: 150px 50px;
  position: relative;
  z-index: 1;
}
.hero__copy {
  align-self: center;
  max-width: 550px;
  position: relative;
  top: 18px;
}
.hero__title {
  font-size: clamp(2.2rem, 4.7vw, 3.25rem);
  font-weight: 500;
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  margin-top: var(--sp-5);
}
.hero__actions .btn {
  min-height: 40px;
  padding: 0.72rem 1.15rem;
  font-size: 0.76rem;
}
.hero__actions .btn--ghost {
  border-color: var(--c-gold-deep);
}
.hero__copy .lead {
  color: #e2dfd8;
  font-size: clamp(0.94rem, 1.2vw, 1.05rem);
  line-height: 1.55;
}
.hero__rule {
  width: 58px;
  height: 2px;
  background: var(--line-profile-gold);
  border-radius: 50%;
  clip-path: ellipse(50% 50% at 50% 50%);
  margin-block: 1.7rem 1.2rem;
}

@media (min-width: 900px) {
  .hero::before {
    display: none;
  }
  .hero__inner {
    grid-template-columns: 1fr;
    padding-block: 166px 48px;
  }
  .hero__copy {
    grid-column: 1;
  }
}

@media (min-width: 980px) {
  .site-header--home .site-header__bar {
    min-height: 118px;
  }
  .site-header--home .site-header__full-logo {
    width: 130px;
    height: 182px;
  }
  .site-header--home .site-header__logo {
    left: -16px;
    top: 15px;
  }
  .site-header--home .nav__list a {
    padding-inline: 0.85rem;
    font-size: 0.79rem;
    text-transform: uppercase;
  }
  .site-header--home .nav__dropdown-trigger {
    padding-inline: 0.85rem;
    font-size: 0.79rem;
    text-transform: uppercase;
  }
  .site-header--home .nav__list a[aria-current="page"] {
    background: transparent;
  }
  .site-header--home .nav__dropdown-trigger[aria-current] {
    background: transparent;
  }
  .site-header--home .nav__cta {
    min-width: 0;
    padding-inline: 0.85rem;
    font-size: 0.72rem;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .site-header--home .nav__list a {
    padding-inline: 0.95rem;
  }
  .site-header--home .nav__cta {
    margin-left: 1rem;
  }
  .hero,
  .hero__inner {
    min-height: 640px;
  }
  .hero__title {
    font-size: 3.15rem;
  }
}

/* Vietnamese hero copy runs longer than English/Chinese. Keep the translated
   headline comfortably inside the dark artwork without changing other locales. */
html[lang="vi"] .hero__copy {
  max-width: 650px;
}
html[lang="vi"] .hero__title {
  max-width: 20ch;
  font-size: clamp(1.8rem, 3.25vw, 2.45rem);
  line-height: 1.06;
  letter-spacing: 0.012em;
}
html[lang="vi"] .hero__actions .btn {
  padding-inline: 0.95rem;
  font-size: 0.7rem;
}

/* ---------- Value strip -------------------------------------------- */
.value-strip {
  display: grid;
  gap: var(--sp-5);
  grid-template-columns: 1fr;
}
.home-values {
  position: relative;
  padding-block: 1.75rem;
  background: linear-gradient(180deg, #080a09, #050605);
  border-block: 0;
}
.home-values::before,
.home-values::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--line-profile-gold);
  border-radius: 50%;
  clip-path: ellipse(50% 50% at 50% 50%);
  opacity: 0.78;
  pointer-events: none;
}
.home-values::before {
  top: 0;
}
.home-values::after {
  bottom: 0;
}
.home-values .container {
  width: min(100% - 3rem, 1180px);
}
.home-values .value-item__icon {
  width: 52px;
  height: 52px;
  border: 0;
  color: var(--value-heading-color);
  grid-row: 1 / span 2;
}
.home-values .value-item__icon .icon {
  width: 44px;
  height: 44px;
}
.home-values .value-item__icon .value-item__icon-image {
  display: block;
  width: 52px;
  height: 52px;
  transform: translate(-3px, -8px);
}
.handshake-glyph {
  display: block;
  width: 28px;
  height: auto;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(67%) sepia(32%) saturate(742%) hue-rotate(3deg) brightness(91%) contrast(86%);
}
.home-values .handshake-glyph--large {
  width: 58px;
  max-width: none;
  transform: translate(-3px, -8px);
}
.value-item {
  --value-heading-color: #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--sp-3) var(--sp-4);
  align-items: start;
}
.value-item__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--c-gold-deep);
  border-radius: 50%;
  color: var(--c-gold);
}
.value-item__icon .icon {
  width: 22px;
  height: 22px;
}
.value-item h3 {
  font-family: var(--font-body);
  font-size: var(--step-0);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--value-heading-color);
  grid-column: 2;
}
.value-item p {
  grid-column: 2;
  font-size: var(--step--1);
  color: var(--c-text-muted);
  margin: 0;
}
@media (min-width: 600px) {
  .value-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .value-strip {
    grid-template-columns: repeat(5, 1fr);
    gap: var(--sp-4);
  }
  .value-item {
    --value-heading-color: var(--c-gold);
    grid-template-columns: 48px 1fr;
    gap: 0.35rem 0.75rem;
    padding-right: 0.75rem;
    border-right: 1px solid rgba(138, 106, 47, 0.55);
  }
  .value-item:last-child { border-right: 0; }
  .value-item h3,
  .value-item p {
    grid-column: 2;
  }
  .value-item h3 {
    font-size: 0.76rem;
    white-space: nowrap;
  }
  .value-item p {
    font-size: 0.72rem;
    line-height: 1.65;
  }
}

@media (max-width: 899px) {
  .hero::before {
    width: 100%;
    clip-path: none;
    background: rgba(2, 3, 2, 0.8);
  }
  .hero__lead-break {
    display: none;
  }
}

/* ---------- Homepage service showcase --------------------------- */
.home-services {
  --home-services-edge-gap: clamp(4rem, 6vw, 5.5rem);
  position: relative;
  overflow: hidden;
  padding-block: var(--home-services-edge-gap);
  background:
    radial-gradient(circle at 50% 5%, rgba(198, 162, 83, 0.08), transparent 30rem),
    #050505;
  border-block: 1px solid rgba(138, 106, 47, 0.45);
}
.home-services .section__head {
  margin-bottom: var(--sp-6);
}
.home-services .section__head h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 500;
  text-transform: uppercase;
}
.home-services__title-line {
  white-space: nowrap;
}
.home-services__rule {
  display: block;
  width: 58px;
  height: 2px;
  margin: var(--sp-4) auto 0;
  background: var(--line-profile-gold);
}
.service-showcase {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-5);
}
.service-showcase__card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--c-gold-deep);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #111 0%, #070707 100%);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.service-showcase__card:hover {
  transform: translateY(-5px);
  border-color: var(--c-gold);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.5), 0 0 24px rgba(198, 162, 83, 0.08);
}
.service-showcase__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid var(--c-gold-deep);
  background: var(--c-bg-raised-2);
}
.service-showcase__media::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -65%;
  left: -85%;
  width: 20%;
  height: 230%;
  opacity: 0;
  transform: rotate(18deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(138, 106, 47, 0.2) 18%,
    rgba(198, 162, 83, 0.6) 38%,
    rgba(231, 190, 95, 0.9) 50%,
    rgba(198, 162, 83, 0.62) 62%,
    rgba(138, 106, 47, 0.2) 82%,
    transparent
  );
  filter: blur(1px);
  mix-blend-mode: screen;
  pointer-events: none;
}
.service-showcase__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.35));
  pointer-events: none;
}
.reveal-ready .service-showcase__card.is-in .service-showcase__media::before {
  animation: service-image-glare 2.3s cubic-bezier(0.22, 0.7, 0.25, 1) both;
}
.reveal-ready .service-showcase__card:nth-child(2).is-in .service-showcase__media::before {
  animation-delay: 0.2s;
}
.reveal-ready .service-showcase__card:nth-child(3).is-in .service-showcase__media::before {
  animation-delay: 0.4s;
}
.reveal-ready .service-showcase__card:nth-child(4).is-in .service-showcase__media::before {
  animation-delay: 0.6s;
}
@keyframes service-image-glare {
  0% {
    left: -85%;
    opacity: 0;
  }
  16% {
    opacity: 0.9;
  }
  72% {
    opacity: 0.7;
  }
  100% {
    left: 145%;
    opacity: 0;
  }
}
.service-showcase__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.service-showcase__card:hover .service-showcase__media img {
  transform: scale(1.035);
}
.service-showcase__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 0 var(--sp-5) var(--sp-5);
  text-align: center;
}
.service-showcase__icon {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-top: -31px;
  margin-bottom: var(--sp-4);
  border: 1px solid var(--c-gold);
  border-radius: 50%;
  color: var(--c-gold);
  background: #080808;
  box-shadow: 0 0 0 6px rgba(5, 5, 5, 0.82);
}
.service-showcase__icon .icon {
  width: 27px;
  height: 27px;
}
.service-showcase__icon .service-showcase__home-icon {
  width: 31px;
  height: 31px;
}
.service-showcase__icon .handshake-glyph {
  width: 36px;
  max-width: none;
}
.service-showcase__body h3 {
  min-height: 2.5em;
  color: var(--c-gold);
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}
.service-showcase__body p {
  max-width: 28ch;
  min-height: 3.2em;
  margin-top: var(--sp-3);
  color: var(--c-text-muted);
  font-size: var(--step--1);
}
.service-showcase__body .link-arrow {
  margin-top: auto;
  padding-top: var(--sp-5);
}
.home-services__action {
  display: flex;
  width: 100%;
  max-width: none;
  justify-content: center;
  margin-top: var(--sp-6);
  text-align: center;
}
.home-services__action .btn {
  min-width: 230px;
  justify-content: center;
  border-color: var(--c-gold-deep);
}
@media (min-width: 620px) {
  .service-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1050px) {
  .service-showcase {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--sp-4);
  }
}

/* ---------- Homepage loan process ------------------------------- */
.loan-process {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(198, 162, 83, 0.11), transparent 34rem),
    linear-gradient(180deg, #0b0a08 0%, #060606 58%, #090806 100%);
  border-bottom: 1px solid rgba(138, 106, 47, 0.32);
}
.loan-process::before,
.loan-process::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 30rem;
  height: 30rem;
  transform: rotate(45deg);
  border: 1px solid rgba(198, 162, 83, 0.1);
  pointer-events: none;
}
.loan-process::before {
  top: -24rem;
  left: 8%;
}
.loan-process::after {
  right: -23rem;
  bottom: -20rem;
}
.loan-process__head {
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: clamp(2.7rem, 5vw, 4.5rem);
}
.loan-process__head h2 {
  color: var(--c-text);
  font-size: clamp(2.15rem, 4.2vw, 3.8rem);
  font-weight: 500;
  line-height: 0.98;
  text-transform: uppercase;
}
.loan-process__head > p:last-child {
  max-width: 62ch;
  margin: var(--sp-4) auto 0;
  color: var(--c-text-muted);
}
.loan-process__rule {
  display: block;
  width: 64px;
  height: 2px;
  margin: var(--sp-4) auto 0;
  background: var(--line-profile-gold);
}
.loan-process__steps {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-3);
  padding: 0;
  list-style: none;
}
.loan-process__step {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: var(--sp-4);
  min-width: 0;
  padding: var(--sp-4);
  border: 1px solid rgba(198, 162, 83, 0.2);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0.12));
  cursor: pointer;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}
.loan-process__step:focus-visible {
  outline: 2px solid var(--c-focus);
  outline-offset: 5px;
}
.loan-process__number {
  position: relative;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--c-gold);
  border-radius: 50%;
  color: #090806;
  background: var(--grad-gold);
  box-shadow: 0 0 0 7px #080706, 0 8px 22px rgba(0, 0, 0, 0.36);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: filter 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.loan-process__step h3 {
  color: var(--c-gold);
  font-family: var(--font-body);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.35;
  text-transform: uppercase;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}
.loan-process__step p {
  margin-top: var(--sp-2);
  color: var(--c-text-muted);
  font-size: var(--step--1);
  transition: color 0.25s ease, text-shadow 0.25s ease;
}
.loan-process__step > div {
  transition: filter 0.25s ease;
}
.reveal-ready .loan-process__step.is-in .loan-process__number {
  animation: process-number-flash 1.15s cubic-bezier(0.2, 0.75, 0.3, 1) backwards;
}
.reveal-ready .loan-process__step.is-in > div {
  animation: process-copy-highlight 1.15s ease-out backwards;
}
.reveal-ready .loan-process__step:nth-child(2).is-in :is(.loan-process__number, div) {
  animation-delay: 0.12s;
}
.reveal-ready .loan-process__step:nth-child(3).is-in :is(.loan-process__number, div) {
  animation-delay: 0.24s;
}
.reveal-ready .loan-process__step:nth-child(4).is-in :is(.loan-process__number, div) {
  animation-delay: 0.36s;
}
.reveal-ready .loan-process__step:nth-child(5).is-in :is(.loan-process__number, div) {
  animation-delay: 0.48s;
}
.reveal-ready .loan-process__step:nth-child(6).is-in :is(.loan-process__number, div) {
  animation-delay: 0.6s;
}
@keyframes process-number-flash {
  0% {
    filter: brightness(1);
    transform: scale(1);
  }
  38% {
    filter: brightness(1.28);
    transform: scale(1.12);
    box-shadow:
      0 0 0 7px #080706,
      0 0 18px rgba(240, 212, 134, 0.95),
      0 0 42px rgba(198, 162, 83, 0.62);
  }
  100% {
    filter: brightness(1);
    transform: scale(1);
  }
}
@keyframes process-copy-highlight {
  0%,
  100% {
    filter: brightness(1);
    text-shadow: none;
  }
  38% {
    filter: brightness(1.42);
    text-shadow: 0 0 15px rgba(231, 211, 161, 0.2);
  }
}
.loan-process__step.is-active .loan-process__number {
  filter: brightness(1.24);
  transform: scale(1.08);
  box-shadow:
    0 0 0 7px #080706,
    0 0 16px rgba(240, 212, 134, 0.82),
    0 0 34px rgba(198, 162, 83, 0.48);
}
.loan-process__step.is-active > div {
  filter: drop-shadow(0 0 12px rgba(231, 211, 161, 0.2));
}
.loan-process__step.is-active h3 {
  color: var(--c-gold-bright);
  text-shadow:
    0 0 8px rgba(240, 212, 134, 0.5),
    0 0 20px rgba(198, 162, 83, 0.28);
}
.loan-process__step.is-active p {
  color: var(--c-text);
  text-shadow: 0 0 13px rgba(231, 211, 161, 0.22);
}
.loan-process__action {
  display: flex;
  justify-content: center;
  margin-top: clamp(2.5rem, 5vw, 4rem);
}
.loan-process__action .btn {
  min-width: 220px;
  justify-content: center;
}
@media (min-width: 680px) {
  .loan-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--sp-4);
  }
}
@media (min-width: 1050px) {
  .loan-process__steps {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(0.8rem, 1.35vw, 1.25rem);
  }
  .loan-process__steps::before {
    content: "";
    position: absolute;
    top: 24px;
    right: 5%;
    left: 5%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #8a6a2f 8%, #c6a253 50%, #8a6a2f 92%, transparent);
  }
  .loan-process__step {
    display: block;
    padding: 0;
    border: 0;
    background: none;
  }
  .loan-process__number {
    margin-inline: auto;
  }
  .loan-process__step > div {
    margin-top: var(--sp-5);
    padding-top: var(--sp-4);
    border-top: 1px solid rgba(198, 162, 83, 0.18);
  }
  .loan-process__step h3 {
    min-height: 3.5em;
  }
  .loan-process__step p {
    line-height: 1.65;
  }
}

/* ---------- Homepage testimonials -------------------------------- */
.home-testimonials {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(198, 162, 83, 0.11), transparent 34rem),
    linear-gradient(135deg, #050505 0%, #0e0c08 48%, #050505 100%);
  border-bottom: 1px solid rgba(138, 106, 47, 0.38);
}
.home-testimonials::before,
.home-testimonials::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 38rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 162, 83, 0.2), transparent);
  pointer-events: none;
}
.home-testimonials::before {
  top: 7rem;
  left: -10rem;
  transform: rotate(-28deg);
}
.home-testimonials::after {
  right: -11rem;
  bottom: 8rem;
  transform: rotate(-28deg);
}
.home-testimonials__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 780px;
  margin-inline: auto;
  margin-bottom: clamp(2.75rem, 5vw, 4.5rem);
  text-align: center;
}
.home-testimonials__head .eyebrow {
  width: fit-content;
  margin-inline: auto;
}
.home-testimonials__head h2 {
  color: var(--c-text);
  font-size: clamp(2.15rem, 4.2vw, 3.8rem);
  font-weight: 500;
  line-height: 0.98;
  text-transform: uppercase;
}
.home-testimonials__head > p:last-child {
  max-width: 64ch;
  margin: var(--sp-4) auto 0;
  color: var(--c-text-muted);
}
.home-testimonials__rule {
  display: block;
  width: 64px;
  height: 2px;
  margin: var(--sp-4) auto 0;
  background: var(--line-profile-gold);
}
.home-testimonials__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-4);
}
.home-testimonial {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: var(--sp-4);
  overflow: hidden;
  padding: clamp(1.25rem, 2vw, 1.65rem);
  border: 1px solid rgba(198, 162, 83, 0.3);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(0, 0, 0, 0.28)),
    #0b0b0a;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.home-testimonial::before {
  content: "“";
  position: absolute;
  top: -0.4rem;
  right: 1rem;
  color: rgba(198, 162, 83, 0.11);
  font-family: var(--font-display);
  font-size: 8.5rem;
  line-height: 1;
  pointer-events: none;
}
.home-testimonial::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--line-profile-gold);
  opacity: 0.85;
}
.home-testimonial:hover {
  transform: translateY(-5px);
  border-color: rgba(198, 162, 83, 0.65);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.42), 0 0 30px rgba(198, 162, 83, 0.06);
}
.home-testimonial__rating {
  position: relative;
  z-index: 1;
  color: var(--c-gold);
  font-size: 0.86rem;
  letter-spacing: 0.22em;
  line-height: 1;
}
.home-testimonial blockquote {
  position: relative;
  z-index: 1;
  color: var(--c-text);
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 1.35vw, 1.3rem);
  line-height: 1.4;
}
.home-testimonial figcaption {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  margin-top: auto;
  padding-top: var(--sp-4);
  border-top: 1px solid rgba(198, 162, 83, 0.2);
}
.home-testimonial figcaption > span:last-child {
  display: grid;
  gap: 0.1rem;
}
.home-testimonial figcaption strong {
  font-size: var(--step--1);
  letter-spacing: 0.03em;
}
.home-testimonial figcaption small {
  color: var(--c-text-muted);
  font-size: 0.76rem;
}
.home-testimonial__monogram {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 1px solid var(--c-gold-deep);
  border-radius: 50%;
  color: var(--c-gold-bright);
  background: #070707;
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media (min-width: 760px) {
  .home-testimonials__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
}
@media (min-width: 1100px) {
  .home-testimonials .container {
    width: min(100% - 2.5rem, 1320px);
  }
  .home-testimonials__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.8rem;
  }
  .home-testimonial {
    padding: 1.2rem;
  }
  .home-testimonial blockquote {
    font-size: 1.02rem;
  }
  .home-testimonial__monogram {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    font-size: 0.76rem;
  }
}

/* ---------- Card grid (services) --------------------------------- */
.card-grid {
  display: grid;
  gap: var(--sp-5);
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.card {
  display: flex;
  flex-direction: column;
  background: var(--c-bg-raised);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color 0.16s ease, transform 0.16s ease;
}
.card:hover {
  border-color: var(--c-gold);
  transform: translateY(-3px);
}
.card__media {
  aspect-ratio: 16 / 10;
  background: var(--c-bg-raised-2);
  border-bottom: 1px solid var(--c-border);
}
.card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__body {
  padding: var(--sp-5);
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  flex: 1;
}
.card__icon {
  width: 46px;
  height: 46px;
  margin-top: -46px;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--c-bg);
  border: 1px solid var(--c-gold-deep);
  color: var(--c-gold);
}
.card__icon .icon {
  width: 22px;
  height: 22px;
}
.card h3 {
  font-size: var(--step-1);
}
.card p {
  color: var(--c-text-muted);
  font-size: var(--step--1);
  flex: 1;
}
.card .link-arrow {
  margin-top: auto;
}
.card--plain .card__body {
  padding-top: var(--sp-5);
}
.card--plain .card__icon {
  margin-top: 0;
}

/* ---------- Stats band ------------------------------------------- */
.stats {
  display: grid;
  gap: var(--sp-6);
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}
.stat__icon {
  color: var(--c-gold);
  display: grid;
  place-items: center;
  margin-bottom: var(--sp-2);
}
.stat__icon .icon {
  width: 26px;
  height: 26px;
}
.stat__value {
  font-family: var(--font-display);
  font-size: var(--step-3);
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.stat__label {
  font-size: var(--step--1);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: var(--sp-2);
}
.stat__context {
  font-size: var(--step--1);
  color: var(--c-text-muted);
  margin-top: var(--sp-1);
}
@media (min-width: 900px) {
  .stats {
    grid-template-columns: repeat(5, 1fr);
    gap: var(--sp-4);
  }
}

/* ---------- Homepage about feature ------------------------------- */
.home-about {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-block: 1px solid var(--c-border);
  background: #000 url("../images/about/about-vaultt-slice-poster.jpg") center top / 100% auto no-repeat;
}
.home-about__video {
  display: block;
  width: 100%;
  aspect-ratio: 7680 / 3272;
  object-fit: cover;
}
.home-about__inner {
  position: relative;
  z-index: 2;
  padding-block: var(--sp-7);
}
.home-about__copy {
  max-width: 560px;
}
.home-about__copy h2 {
  max-width: 16ch;
  font-size: clamp(1.85rem, 3.6vw, 3rem);
  font-weight: 500;
  text-transform: uppercase;
}
.home-about__copy > p:not(.eyebrow) {
  max-width: 48ch;
  margin-top: var(--sp-5);
  color: var(--c-text-muted);
  font-size: var(--step-0);
}
.home-about__copy .btn {
  margin-top: var(--sp-5);
}
@media (min-width: 800px) {
  .home-about {
    min-height: 580px;
    display: grid;
    align-items: stretch;
    background-position: center;
    background-size: cover;
  }
  .home-about::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.97) 30%, rgba(0, 0, 0, 0.28) 52%, transparent 66%);
  }
  .home-about__video {
    position: absolute;
    inset: 0;
    z-index: 0;
    height: 100%;
    aspect-ratio: auto;
    object-position: center;
  }
  .home-about__inner {
    display: flex;
    align-items: center;
    min-height: 580px;
    padding-block: var(--sp-8);
  }
  .home-about__copy {
    width: 47%;
  }
}

/* ---------- Split / about teaser -------------------------------- */
.split {
  display: grid;
  gap: var(--sp-6);
}
.split__media {
  border: 1px solid var(--c-border-strong);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--c-bg-raised);
  aspect-ratio: 16 / 11;
}
.split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 900px) {
  .split {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: var(--sp-7);
  }
  .split--flip .split__media {
    order: -1;
  }
}

/* ---------- CTA band ------------------------------------------- */
.cta-band {
  background: var(--c-bg-raised);
  border-block: 1px solid var(--c-border);
  text-align: center;
}
.cta-band .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-4);
}
.cta-band h2 {
  max-width: 20ch;
}
.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  justify-content: center;
}
.cta-band__phone {
  font-size: var(--step--1);
  color: var(--c-text-muted);
}
.cta-band__phone a {
  color: var(--c-gold);
  text-decoration: none;
  font-weight: 600;
}

/* ---------- Steps / feature lists ----------------------------- */
.steps {
  list-style: none;
  padding: 0;
  display: grid;
  gap: var(--sp-5);
  counter-reset: step;
}
.steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--sp-4);
  align-items: start;
}
.steps li::before {
  counter-increment: step;
  content: counter(step);
  font-family: var(--font-display);
  font-size: var(--step-1);
  font-weight: 600;
  color: var(--c-gold);
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--c-gold-deep);
  border-radius: 50%;
}
.steps li h3 {
  font-family: var(--font-body);
  font-size: var(--step-0);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
}
.steps li p {
  color: var(--c-text-muted);
  font-size: var(--step--1);
  margin-top: var(--sp-1);
}
@media (min-width: 900px) {
  .steps {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--sp-6) var(--sp-5);
  }
}

.check-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: var(--sp-3);
}
.check-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--sp-3);
  align-items: start;
  color: var(--c-text-muted);
}
.check-list .icon {
  width: 22px;
  height: 22px;
  color: var(--c-gold);
  stroke-width: 2;
  margin-top: 2px;
}

.feature-grid {
  display: grid;
  gap: var(--sp-5);
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.feature {
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: var(--sp-5);
  background: var(--c-bg-raised);
}
.feature .icon {
  width: 26px;
  height: 26px;
  color: var(--c-gold);
  margin-bottom: var(--sp-3);
}
.feature h3 {
  font-family: var(--font-body);
  font-size: var(--step-0);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: var(--sp-2);
}
.feature p {
  font-size: var(--step--1);
  color: var(--c-text-muted);
}

/* ---------- Accordion (native <details>) --------------------- */
.accordion {
  border-top: 1px solid var(--c-border);
}
.accordion__item {
  border-bottom: 1px solid var(--c-border);
}
.accordion__item > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  padding: var(--sp-4) 0;
  font-family: var(--font-display);
  font-size: var(--step-1);
  color: var(--c-text);
}
.accordion__item > summary::-webkit-details-marker {
  display: none;
}
.accordion__item > summary::after {
  content: "";
  flex: none;
  width: 20px;
  height: 20px;
  background: currentColor;
  color: var(--c-gold);
  -webkit-mask: no-repeat center / contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
  mask: no-repeat center / contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
  transition: transform 0.18s ease;
}
.accordion__item[open] > summary::after {
  transform: rotate(45deg);
}
.accordion__panel {
  padding-bottom: var(--sp-5);
  color: var(--c-text-muted);
  font-size: var(--step-0);
}
.accordion__panel > * + * {
  margin-top: var(--sp-3);
}
.accordion__group-title {
  margin: var(--sp-6) 0 var(--sp-2);
  color: var(--c-gold);
}

/* ---------- FAQ experience ------------------------------------- */
.faq-experience {
  position: relative;
  overflow: hidden;
  padding-block: clamp(3.5rem, 7vw, 6.5rem);
  background:
    radial-gradient(circle at 18% 6%, rgba(198, 162, 83, 0.11), transparent 25rem),
    linear-gradient(145deg, #080806 0%, #0d0c09 48%, #050505 100%);
  border-bottom: 1px solid rgba(198, 162, 83, 0.28);
}
.faq-experience::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(118deg, transparent 0 72%, rgba(198, 162, 83, 0.11) 72.1%, transparent 72.3%),
    linear-gradient(45deg, transparent 0 15%, rgba(138, 106, 47, 0.08) 15.1%, transparent 15.3%);
}
.faq-experience > .container {
  position: relative;
  z-index: 1;
}
.faq-experience .crumbs {
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}
.faq-experience__head {
  display: grid;
  gap: var(--sp-6);
  align-items: end;
}
.faq-experience__head h1 {
  max-width: 15ch;
  margin-top: 0.35rem;
  font-size: clamp(2.3rem, 4.5vw, 4.25rem);
  line-height: 0.98;
  text-transform: uppercase;
}
.faq-search {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: var(--sp-3);
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(231, 211, 161, 0.5);
}
.faq-search:focus-within {
  border-color: var(--c-gold-bright);
}
.faq-search input {
  width: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  color: var(--c-text);
  background: transparent;
  font: inherit;
  font-size: var(--step-0);
}
.faq-search input::placeholder {
  color: var(--c-text-muted);
  opacity: 0.9;
}
.faq-search .icon {
  width: 23px;
  height: 23px;
  color: var(--c-gold);
}
.faq-tabs {
  display: flex;
  gap: clamp(1.4rem, 4vw, 4.25rem);
  margin: clamp(2.5rem, 5vw, 4.5rem) 0 2rem;
  overflow-x: auto;
  border-bottom: 1px solid rgba(198, 162, 83, 0.18);
  scrollbar-width: none;
}
.faq-tabs::-webkit-scrollbar {
  display: none;
}
.faq-tabs button {
  position: relative;
  flex: none;
  padding: 0 0 1rem;
  border: 0;
  color: var(--c-text-muted);
  background: transparent;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}
.faq-tabs button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--line-profile-gold);
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.faq-tabs button:hover,
.faq-tabs button[aria-selected="true"] {
  color: var(--c-gold-bright);
}
.faq-tabs button[aria-selected="true"]::after {
  opacity: 1;
  transform: scaleX(1);
}
.faq-list {
  display: grid;
  gap: 0.85rem;
}
.faq-panel[hidden],
.faq-row[hidden],
.faq-empty[hidden] {
  display: none;
}
.faq-row {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  border: 1px solid rgba(198, 162, 83, 0.34);
  border-radius: 3px;
  overflow: hidden;
  background: rgba(13, 13, 12, 0.9);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.faq-row:has(details[open]) {
  border-color: rgba(231, 211, 161, 0.68);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.36), 0 0 24px rgba(198, 162, 83, 0.05);
}
.faq-row__number {
  display: grid;
  min-height: 88px;
  place-items: center;
  border-right: 1px solid rgba(231, 211, 161, 0.3);
  color: #080806;
  background: var(--grad-gold);
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 3.2rem);
  font-weight: 500;
  line-height: 1;
}
.faq-row details {
  min-width: 0;
}
.faq-row summary {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-5);
  padding: 1.25rem clamp(1.2rem, 3vw, 2.5rem);
  color: var(--c-text);
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  font-weight: 500;
  line-height: 1.2;
  list-style: none;
  cursor: pointer;
}
.faq-row summary::-webkit-details-marker {
  display: none;
}
.faq-row summary::after {
  content: "";
  width: 10px;
  height: 10px;
  flex: none;
  margin-top: -5px;
  border-right: 1.5px solid var(--c-gold);
  border-bottom: 1.5px solid var(--c-gold);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.faq-row details[open] summary::after {
  margin-top: 5px;
  transform: rotate(225deg);
}
.faq-row__answer {
  margin: 0 clamp(1.2rem, 3vw, 2.5rem);
  padding: 0 0 1.65rem;
  color: var(--c-text-muted);
  font-family: var(--font-body);
  font-size: var(--step-0);
}
.faq-row__answer p {
  max-width: 78ch;
}
.faq-empty {
  padding: var(--sp-7);
  border: 1px solid var(--c-border);
  color: var(--c-text-muted);
  text-align: center;
}
@media (min-width: 760px) {
  .faq-experience__head {
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
  }
  .faq-row {
    grid-template-columns: 112px minmax(0, 1fr);
  }
  .faq-row__number,
  .faq-row summary {
    min-height: 108px;
  }
}

/* ---------- Testimonials ------------------------------------- */
.testimonials {
  display: grid;
  gap: var(--sp-5);
  grid-template-columns: 1fr;
}
@media (min-width: 800px) {
  .testimonials {
    grid-template-columns: repeat(3, 1fr);
  }
}
.testimonial {
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  background: var(--c-bg-raised);
  padding: var(--sp-5);
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}
.testimonial__stars {
  display: flex;
  gap: 2px;
  color: var(--c-gold);
}
.testimonial__stars .icon {
  width: 18px;
  height: 18px;
}
.testimonial blockquote {
  font-family: var(--font-display);
  font-size: var(--step-1);
  line-height: 1.4;
  color: var(--c-text);
}
.testimonial figcaption {
  font-size: var(--step--1);
  color: var(--c-text-muted);
  margin-top: auto;
}
.testimonial figcaption strong {
  display: block;
  color: #fff;
}

/* ---------- Forms ------------------------------------------- */
.form {
  display: grid;
  gap: var(--sp-4);
}
.field {
  display: grid;
  gap: var(--sp-2);
}
.field label {
  font-size: var(--step--1);
  font-weight: 600;
  letter-spacing: 0.03em;
}
.field .req {
  color: var(--c-gold);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.8rem 0.9rem;
  background: var(--c-bg-raised-2);
  border: 1px solid var(--c-border-strong);
  border-radius: var(--radius);
  color: var(--c-text);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.field textarea {
  min-height: 140px;
  resize: vertical;
}
#enquiryType {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 8%27%3E%3Cpath d=%27M1 1l5 5 5-5%27 fill=%27none%27 stroke=%27%23c6a253%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.125rem center;
  background-size: 12px 8px;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--c-gold);
  box-shadow: var(--ring);
}
.field input[aria-invalid="true"],
.field select[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-color: var(--c-error);
  background: var(--c-error-bg);
}
.field__error {
  font-size: var(--step--1);
  color: var(--c-error);
  min-height: 1.2em;
}
.field--check {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: var(--sp-3);
}
.field--check input {
  width: 20px;
  height: 20px;
  margin-top: 3px;
}
#enquiry-form .field--check input {
  display: grid;
  flex: 0 0 20px;
  place-content: center;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid var(--c-border-strong);
  border-radius: 0;
  background: #0a0a0a;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
#enquiry-form .field--check input::before {
  content: "";
  width: 6px;
  height: 11px;
  border: solid #050505;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.12s ease-in-out;
}
#enquiry-form .field--check input:checked {
  border-color: #fff;
  background: #fff;
}
#enquiry-form .field--check input:checked::before {
  transform: rotate(45deg) scale(1);
}
#enquiry-form .field--check input:focus-visible {
  outline: 2px solid var(--c-focus);
  outline-offset: 3px;
}
.field--check label {
  font-weight: 400;
  color: var(--c-text-muted);
}
.form__note {
  font-size: var(--step--1);
  color: var(--c-text-muted);
}
.form-status {
  border: 1px solid var(--c-border-strong);
  border-radius: var(--radius);
  padding: var(--sp-4);
  background: var(--c-bg-raised);
}
.form-status--ok {
  border-color: var(--c-success);
}
.form-status--error {
  border-color: var(--c-error);
}
.error-summary {
  border: 1px solid var(--c-error);
  background: var(--c-error-bg);
  border-radius: var(--radius);
  padding: var(--sp-4);
}
.error-summary a {
  color: var(--c-error);
}
[hidden] {
  display: none !important;
}

/* ---------- Calculator ------------------------------------- */
.calc {
  display: grid;
  gap: var(--sp-6);
}
@media (min-width: 900px) {
  .calc {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
.calc__result {
  border: 1px solid var(--c-gold-deep);
  border-radius: var(--radius-lg);
  background: var(--c-bg-raised);
  padding: var(--sp-6);
  text-align: center;
}
.calc__amount {
  font-family: var(--font-display);
  font-size: var(--step-4);
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.calc__freq {
  font-size: var(--step--1);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--c-gold);
}
.calc__rows {
  display: grid;
  gap: var(--sp-2);
  margin-top: var(--sp-5);
  text-align: left;
  font-size: var(--step--1);
}
.calc__rows div {
  display: flex;
  justify-content: space-between;
  gap: var(--sp-4);
  padding-block: var(--sp-2);
  border-top: 1px solid var(--c-border);
  color: var(--c-text-muted);
}
.calc__rows strong {
  color: #fff;
}
.calc__disclaimer {
  font-size: var(--step--1);
  color: var(--c-text-muted);
  margin-top: var(--sp-4);
}

/* ---------- Prose (legal + articles) --------------------- */
.prose {
  max-width: 68ch;
}
.prose > * + * {
  margin-top: var(--sp-4);
}
.prose h2 {
  font-size: var(--step-2);
  margin-top: var(--sp-7);
}
.prose h3 {
  font-size: var(--step-1);
  font-family: var(--font-body);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  margin-top: var(--sp-5);
}
.prose ul,
.prose ol {
  padding-left: 1.4em;
}
.prose li + li {
  margin-top: var(--sp-2);
}
.prose li {
  color: var(--c-text-muted);
}
.prose p {
  color: var(--c-text-muted);
}
.prose strong {
  color: var(--c-text);
}
.article__meta {
  font-size: var(--step--1);
  color: var(--c-text-muted);
  display: flex;
  gap: var(--sp-3);
  flex-wrap: wrap;
}

/* ---------- About page — editorial luxury layout ---------------- */
.about-luxe-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 410px;
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--c-border);
  background:
    radial-gradient(circle at 78% 42%, rgba(198, 162, 83, 0.16), transparent 23rem),
    linear-gradient(135deg, #15130f 0%, #090909 52%, #11100e 100%);
}
.about-luxe-hero::before,
.about-luxe-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 430px;
  aspect-ratio: 1;
  border: 1px solid rgba(198, 162, 83, 0.13);
  transform: rotate(45deg);
}
.about-luxe-hero::before {
  top: -245px;
  right: 3%;
}
.about-luxe-hero::after {
  right: -260px;
  bottom: -210px;
}
.about-luxe-hero__inner {
  display: grid;
  gap: var(--sp-7);
  padding-block: var(--sp-7);
}
.about-luxe-hero h1 {
  max-width: 12ch;
  font-size: clamp(2.8rem, 7vw, 4.5rem);
  font-weight: 500;
  line-height: 0.88;
  text-transform: uppercase;
}
.about-luxe-hero__lead {
  max-width: 43ch;
  margin-top: var(--sp-4);
  color: var(--c-text-muted);
  font-size: var(--step-1);
}
.about-luxe-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  margin-top: var(--sp-5);
}
.about-luxe-hero__panel {
  width: min(100%, 460px);
  justify-self: end;
  padding: var(--sp-5) var(--sp-6);
  border: 1px solid rgba(198, 162, 83, 0.35);
  background: rgba(10, 10, 10, 0.64);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.about-luxe-hero__panel span,
.about-luxe-hero__panel p {
  padding-block: var(--sp-3);
  border-bottom: 1px solid var(--c-border);
}
.about-luxe-hero__panel span {
  float: left;
  width: 54px;
  color: var(--c-gold);
  font-family: var(--font-display);
}
.about-luxe-hero__panel p {
  margin-left: 54px;
  color: #fff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: var(--step--1);
}
.about-luxe-hero__panel p:last-child,
.about-luxe-hero__panel span:nth-last-of-type(1) {
  border-bottom: 0;
}
.about-section-head {
  display: grid;
  gap: var(--sp-5);
  align-items: end;
  margin-bottom: var(--sp-7);
}
.about-section-head h2 {
  font-size: clamp(2.25rem, 5vw, 4.25rem);
  font-weight: 500;
}
.about-section-head > p {
  color: var(--c-text-muted);
  font-size: var(--step-1);
}
.about-principles,
.about-service-list {
  list-style: none;
  padding: 0;
}
.about-principles {
  display: grid;
  gap: var(--sp-4);
}
.about-principle {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  padding: var(--sp-6);
  border: 1px solid var(--c-border);
  background: linear-gradient(145deg, var(--c-bg-raised-2), #0e0e0e 68%);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.about-principle:hover {
  transform: translateY(-3px);
  border-color: var(--c-gold-deep);
}
.about-principle::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -85px;
  width: 180px;
  aspect-ratio: 1;
  border: 1px solid rgba(198, 162, 83, 0.12);
  border-radius: 50%;
}
.about-principle__number {
  position: absolute;
  top: var(--sp-5);
  right: var(--sp-5);
  color: rgba(231, 211, 161, 0.35);
  font-family: var(--font-display);
  font-size: var(--step-2);
}
.about-principle > .icon {
  width: 36px;
  height: 36px;
  margin-bottom: var(--sp-6);
  color: var(--c-gold);
}
.about-principle h3,
.about-service h3 {
  color: #fff;
  font-size: var(--step-2);
  font-weight: 500;
}
.about-principle p,
.about-service p {
  margin-top: var(--sp-3);
  color: var(--c-text-muted);
}
.about-services {
  border-block: 1px solid var(--c-border);
  background:
    linear-gradient(rgba(198, 162, 83, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(198, 162, 83, 0.025) 1px, transparent 1px),
    var(--c-bg-raised);
  background-size: 44px 44px;
}
.about-service-list {
  border-top: 1px solid var(--c-border-strong);
}
.about-service {
  display: grid;
  grid-template-columns: 34px 54px 1fr;
  gap: var(--sp-4);
  align-items: start;
  padding-block: var(--sp-5);
  border-bottom: 1px solid var(--c-border-strong);
}
.about-service__number {
  padding-top: 13px;
  color: var(--c-gold);
  font-family: var(--font-display);
  font-size: var(--step-0);
}
.about-service__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--c-gold-deep);
  border-radius: 50%;
  color: var(--c-gold);
}
.about-service__icon .icon {
  width: 22px;
  height: 22px;
}
.about-contact {
  position: relative;
  overflow: hidden;
}
.about-contact::before {
  content: "";
  position: absolute;
  inset: 12% 5%;
  z-index: -1;
  background: radial-gradient(circle, rgba(198, 162, 83, 0.12), transparent 65%);
}
.about-contact__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  text-align: center;
}
.about-contact h2 {
  font-size: clamp(2.4rem, 6vw, 5rem);
  font-weight: 500;
}
.about-contact p:not(.eyebrow) {
  margin-top: var(--sp-5);
  color: var(--c-text-muted);
  font-size: var(--step-1);
}
.about-contact .btn {
  margin-top: var(--sp-6);
  min-width: 190px;
}
@media (min-width: 760px) {
  .about-luxe-hero__inner,
  .about-section-head {
    grid-template-columns: 1.25fr 0.75fr;
  }
  .about-principles {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-service {
    grid-template-columns: 48px 64px minmax(0, 1fr);
    gap: var(--sp-5);
    padding-block: var(--sp-6);
  }
  .about-service > div:last-child {
    display: grid;
    grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1fr);
    gap: var(--sp-6);
  }
  .about-service h3 {
    padding-top: 8px;
  }
  .about-service p {
    margin-top: 0;
    padding-top: 7px;
  }
}
@media (min-width: 1000px) {
  .about-luxe-hero__inner {
    align-items: end;
  }
  .about-principles {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ---------- Page header (interior pages) ---------------- */
.coming-soon-page > section:not(.coming-soon) {
  display: none;
}
.coming-soon {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100svh - var(--header-h));
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--c-border);
  background:
    radial-gradient(circle at 76% 42%, rgba(198, 162, 83, 0.18), transparent 26rem),
    linear-gradient(135deg, #080806 0%, #0d0c09 58%, #171208 100%);
}
.coming-soon::before,
.coming-soon::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  transform: rotate(45deg);
  border: 1px solid rgba(201, 155, 67, 0.22);
}
.coming-soon::before {
  width: min(48vw, 42rem);
  aspect-ratio: 1;
  right: -15rem;
  top: -22rem;
}
.coming-soon::after {
  width: min(34vw, 28rem);
  aspect-ratio: 1;
  right: 18%;
  bottom: -21rem;
}
.coming-soon__inner {
  padding-block: var(--sp-9);
}
.coming-soon h1 {
  max-width: 10ch;
  font-size: clamp(3.8rem, 10vw, 8.5rem);
  line-height: 0.86;
  text-transform: uppercase;
}
.coming-soon__inner > p:not(.eyebrow) {
  max-width: 42ch;
  margin-top: var(--sp-5);
  color: var(--c-text-muted);
  font-size: var(--step-1);
}
.coming-soon .btn {
  margin-top: var(--sp-6);
}

.page-header {
  padding-block: var(--sp-8) var(--sp-7);
  border-bottom: 1px solid var(--c-border);
  background: linear-gradient(180deg, var(--c-bg-raised), var(--c-bg));
}
.page-header p {
  color: var(--c-text-muted);
  font-size: var(--step-1);
}

/* ---------- Home loan page ------------------------------ */
.home-loan-header {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 28%, rgba(183, 134, 44, 0.2), transparent 28rem),
    linear-gradient(135deg, #080806 0%, #0d0c09 54%, #151108 100%);
}
.home-loan-header::before,
.home-loan-header::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  transform: rotate(45deg);
  border: 1px solid rgba(201, 155, 67, 0.2);
}
.home-loan-header::before {
  width: 30rem;
  height: 30rem;
  right: -10rem;
  top: -21rem;
}
.home-loan-header::after {
  width: 18rem;
  height: 18rem;
  right: 13%;
  bottom: -16rem;
}
.home-loan-header h1 {
  max-width: 13ch;
}
.home-loan-header__tagline {
  max-width: 35ch;
  margin-top: var(--sp-3);
}
.home-loan-benefits {
  grid-template-columns: 1fr;
}
.home-loan-benefits .feature {
  position: relative;
  overflow: hidden;
  border-color: rgba(201, 155, 67, 0.28);
  background: linear-gradient(145deg, rgba(24, 21, 14, 0.96), rgba(12, 12, 11, 0.98));
}
.home-loan-benefits .feature::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: var(--grad-gold);
  opacity: 0.7;
}
.home-loan-services {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-4);
}
.home-loan-service {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: var(--sp-4);
  padding: var(--sp-5);
  border: 1px solid rgba(201, 155, 67, 0.28);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(201, 155, 67, 0.07), rgba(255, 255, 255, 0.01));
}
.home-loan-service > span {
  font-family: var(--font-display);
  font-size: var(--step-1);
  line-height: 1;
  color: var(--c-gold);
}
.home-loan-service h3 {
  margin-bottom: var(--sp-2);
  color: #fff;
  font-family: var(--font-body);
  font-size: var(--step-0);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.home-loan-service p {
  color: var(--c-text-muted);
  font-size: var(--step--1);
}
@media (min-width: 700px) {
  .home-loan-benefits,
  .home-loan-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .home-loan-benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* breadcrumb */
.crumbs {
  font-size: var(--step--1);
  color: var(--c-text-muted);
  margin-bottom: var(--sp-3);
}
.crumbs a {
  color: var(--c-text-muted);
  text-decoration: none;
}
.crumbs a:hover {
  color: var(--c-gold);
}

/* contact layout */
.contact-grid {
  display: grid;
  gap: var(--sp-7);
}
@media (min-width: 900px) {
  .contact-grid {
    grid-template-columns: 0.8fr 1.2fr;
  }
}
.contact-cards {
  display: grid;
  gap: var(--sp-4);
}
.contact-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--sp-3);
  align-items: start;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: var(--sp-4);
  background: var(--c-bg-raised);
}
.contact-card .icon {
  width: 24px;
  height: 24px;
  color: var(--c-gold);
  margin-top: 3px;
}
.contact-card a {
  color: var(--c-text);
  text-decoration: none;
  font-weight: 600;
}
.contact-card a:hover {
  color: var(--c-gold);
}
.contact-card span {
  display: block;
  font-size: var(--step--1);
  color: var(--c-text-muted);
  font-weight: 400;
}
.wechat-contact {
  display: grid;
  gap: var(--sp-4);
  align-items: center;
  margin-top: var(--sp-5);
  padding: var(--sp-5);
  border: 1px solid rgba(198, 162, 83, 0.4);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(198, 162, 83, 0.08), rgba(19, 19, 19, 0.98));
}
.wechat-contact__copy h3 {
  color: #fff;
}
.wechat-contact__copy > p:last-child {
  margin-top: var(--sp-2);
  color: var(--c-text-muted);
  font-size: var(--step--1);
}
.wechat-contact img {
  width: min(100%, 220px);
  justify-self: center;
  border: 1px solid var(--c-gold-deep);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
@media (min-width: 520px) {
  .wechat-contact {
    grid-template-columns: 1fr 180px;
  }
  .wechat-contact img {
    width: 180px;
  }
}

/* hub cards */
.hub-grid {
  display: grid;
  gap: var(--sp-5);
  grid-template-columns: 1fr;
}
@media (min-width: 800px) {
  .hub-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* article list */
.article-list {
  display: grid;
  gap: var(--sp-5);
  grid-template-columns: 1fr;
}
@media (min-width: 750px) {
  .article-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ---------- Coming soon -------------------------------- */
.coming-soon {
  position: relative;
  isolation: isolate;
  min-height: clamp(540px, 72vh, 760px);
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(198, 162, 83, 0.28);
  background:
    radial-gradient(circle at 50% 42%, rgba(198, 162, 83, 0.12), transparent 30rem),
    linear-gradient(135deg, #050505, #0b0a08 52%, #030303);
}
.coming-soon::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(54vw, 720px);
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 1px solid rgba(198, 162, 83, 0.13);
}
.coming-soon__inner {
  width: 100%;
  padding-block: clamp(5rem, 10vw, 8rem);
  text-align: center;
}
.coming-soon h1 {
  max-width: none;
  margin: 0.45rem auto 0;
  color: var(--c-gold);
  font-size: clamp(2rem, 4.2vw, 4.1rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  white-space: nowrap;
}
.coming-soon h1 span {
  display: block;
  color: var(--c-text);
}
.coming-soon__rule {
  display: block;
  width: 72px;
  height: 2px;
  margin: clamp(1.5rem, 3vw, 2.2rem) auto;
  background: var(--line-profile-gold);
  box-shadow: 0 0 18px rgba(198, 162, 83, 0.42);
}

/* Keep every short heading ornament identical across the website. */
.hero__rule,
.home-services__rule,
.loan-process__rule,
.home-testimonials__rule,
.coming-soon__rule {
  width: 58px;
  height: 2px;
  border-radius: 50%;
  background: var(--line-profile-gold);
  clip-path: ellipse(50% 50% at 50% 50%);
  box-shadow: none;
}
.coming-soon__copy {
  max-width: 58ch;
  margin-inline: auto;
  color: var(--c-text-muted);
  font-size: var(--step-1);
}
.coming-soon__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: clamp(1.7rem, 3vw, 2.5rem);
}
.coming-soon__note {
  margin-top: 1.25rem;
  color: rgba(239, 235, 226, 0.55);
  font-size: var(--step--1);
}
.coming-soon__line {
  position: absolute;
  z-index: -1;
  width: 42vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 162, 83, 0.42), transparent);
}
.coming-soon__line--one {
  top: 24%;
  left: -8%;
  transform: rotate(28deg);
}
.coming-soon__line--two {
  right: -8%;
  bottom: 22%;
  transform: rotate(-28deg);
}

/* ---------- Footer -------------------------------------- */
.site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 22%, rgba(198, 162, 83, 0.09), transparent 24rem),
    radial-gradient(circle at 92% 8%, rgba(138, 106, 47, 0.07), transparent 22rem),
    #080808;
  border-top: 0;
  padding-block: clamp(1.75rem, 3vw, 2.75rem) 0.9rem;
  font-size: var(--step--1);
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: var(--line-profile-gold);
  opacity: 0.7;
}
.site-footer::after {
  content: "";
  position: absolute;
  width: 22rem;
  height: 22rem;
  right: -17rem;
  bottom: -15rem;
  transform: rotate(45deg);
  border: 1px solid rgba(198, 162, 83, 0.16);
  pointer-events: none;
}
.site-footer__top {
  position: relative;
  z-index: 1;
  display: grid;
  gap: var(--sp-5);
  grid-template-columns: 1fr;
}
.site-footer__brand {
  position: relative;
}
.site-footer__brand-media {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.site-footer__brand .site-footer__full-logo {
  display: block;
  width: clamp(130px, 11vw, 150px);
  max-height: 210px;
  height: auto;
  object-fit: contain;
}
.site-footer__brand::after {
  display: none;
}
.site-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0;
  color: var(--c-gold);
  text-decoration: none;
}
.site-footer__logo-mark {
  width: 76px;
  height: 76px;
  object-fit: contain;
}
.site-footer__wordmark {
  display: grid;
  gap: 0.05rem;
  text-align: center;
  text-transform: uppercase;
}
.site-footer__wordmark strong {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.22em;
  white-space: nowrap;
}
.site-footer__wordmark strong small {
  display: inline-block;
  margin-right: 0.2rem;
  font-family: var(--font-body);
  font-size: 0.42em;
  font-weight: 600;
  letter-spacing: 0.22em;
  vertical-align: top;
}
.site-footer__wordmark em {
  color: var(--c-text-muted);
  font-family: var(--font-body);
  font-size: 0.58rem;
  font-style: normal;
  letter-spacing: 0.32em;
}
.site-footer__brand p {
  color: var(--c-text-muted);
  max-width: 34ch;
  margin-top: 0.7rem;
  font-size: 0.78rem;
  line-height: 1.5;
}
.site-footer__legal > p {
  display: none;
}
.footer-cols {
  display: grid;
  gap: var(--sp-5);
  grid-template-columns: repeat(2, 1fr);
}
.footer-col {
  position: relative;
}
.footer-col h2 {
  font-family: var(--font-body);
  font-size: var(--step--1);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-gold);
  margin-bottom: var(--sp-2);
}
.footer-col h2::after {
  display: none;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: var(--sp-1);
}
.footer-col a {
  color: var(--c-text-muted);
  text-decoration: none;
}
.footer-col a:hover {
  color: var(--c-text);
}
.footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.footer-contact-list .icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: var(--c-gold);
}
.footer-contact-list__website {
  padding-left: 0;
}
.footer-social {
  display: flex;
  gap: var(--sp-2);
  margin-top: 0.8rem;
}
.footer-social a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--c-border-strong);
  border-radius: 50%;
  color: var(--c-text-muted);
  background: rgba(255, 255, 255, 0.015);
  transition: color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.footer-social a:hover {
  color: var(--c-gold);
  border-color: var(--c-gold);
  transform: translateY(-2px);
}
.footer-social .icon {
  width: 15px;
  height: 15px;
}
.footer-wechat {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  margin-top: var(--sp-3);
  padding-top: var(--sp-3);
  border-top: 1px solid rgba(198, 162, 83, 0.2);
}
.footer-wechat img {
  width: 80px;
  height: 80px;
  flex: 0 0 auto;
  border: 1px solid var(--c-gold-deep);
  border-radius: 2px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.38);
}
.footer-wechat span,
.footer-wechat small {
  display: block;
}
.footer-wechat strong {
  color: var(--c-gold);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.footer-wechat small {
  margin-top: 0.2rem;
  color: var(--c-text-muted);
  line-height: 1.4;
}
.footer-wechat--contact {
  display: grid;
  justify-items: center;
  align-self: start;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
}
.footer-wechat--contact img {
  width: 92px;
  height: 92px;
}
.footer-wechat--contact small {
  margin-top: 0.05rem;
  font-size: 0.66rem;
}
.site-footer__legal {
  position: relative;
  z-index: 1;
  margin-top: 1.1rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--c-border);
  color: var(--c-text-muted);
  display: grid;
  gap: var(--sp-3);
}
.site-footer__legal p {
  max-width: none;
}
.site-footer__legal a {
  color: var(--c-text-muted);
}
.site-footer__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--sp-2) var(--sp-4);
  align-items: center;
}
.site-footer__meta > span {
  width: 100%;
  color: rgba(180, 176, 168, 0.7);
  text-align: center;
}
.site-footer__meta > span a {
  color: rgba(180, 176, 168, 0.7);
}

@media (min-width: 700px) {
  .footer-cols {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 950px) {
  .site-footer__brand .site-footer__full-logo {
    margin-top: -30px;
  }
  .site-footer__top {
    grid-template-columns: minmax(230px, 0.8fr) 3.2fr;
    gap: clamp(2rem, 3.5vw, 3.75rem);
  }
  .footer-cols {
    grid-template-columns: 0.85fr 1.05fr 0.78fr 1.3fr auto;
    gap: clamp(1.25rem, 2.2vw, 2.8rem);
    padding-left: clamp(2rem, 3.5vw, 3.75rem);
    border-left: 1px solid rgba(198, 162, 83, 0.32);
  }
  .footer-col--contact {
    padding-left: clamp(1.5rem, 2.5vw, 2.75rem);
    border-left: 1px solid rgba(198, 162, 83, 0.24);
  }
  .footer-wechat--contact {
    min-width: 98px;
  }
}

/* ---------- Utilities ---------------------------------- */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.text-center {
  text-align: center;
}
.mt-0 {
  margin-top: 0;
}

/* reveal-on-scroll (progressive; safe default = visible).
   Only main.js adds .reveal-ready, and only when it will run the observer —
   so if the script fails or is blocked, content stays fully visible. */
.reveal {
  opacity: 1;
}
.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.reveal-ready .reveal.is-in {
  opacity: 1;
  transform: none;
}

/* ---------- Reduced motion ---------------------------- */
@media (prefers-reduced-motion: reduce) {
  .hero__video,
  .home-about__video {
    display: none;
  }
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .reveal-ready .reveal {
    opacity: 1;
    transform: none;
  }
}
