:root {
  --gold: #C9A84C;
  --gold-light: #E2C97E;
  --gold-dark: #9A7A2E;
  --bg-deep: #070A0F;
  --bg-dark: #0C1118;
  --bg-card: #111820;
  --bg-card2: #151E28;
  --border: rgba(201, 168, 76, 0.15);
  --border-soft: rgba(255, 255, 255, 0.06);
  --text-primary: #F0EDE6;
  --text-muted: #7A8799;
  --text-sub: #B0BBCC;
  --accent-blue: #5B8DEF;
  --radius: 16px;
  --radius-sm: 10px;
}

/* ── RESET & BASE ── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--bg-deep);
  color: var(--text-primary);
  overflow-x: hidden;
  line-height: 1.65;
}

::selection {
  background: var(--gold);
  color: #000;
}

/* ── SCROLLBAR ── */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--bg-dark);
}

::-webkit-scrollbar-thumb {
  background: var(--gold-dark);
  border-radius: 3px;
}

/* ── TYPOGRAPHY ── */
.section-eyebrow {
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--text-primary);
}

.section-title em {
  font-style: italic;
  font-weight: 300;
  color: var(--gold-light);
}

.section-text {
  color: var(--text-sub);
  font-size: .97rem;
  max-width: 540px;
  margin-bottom: 1rem;
}

/* ── BUTTONS ── */
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #000;
  font-weight: 600;
  font-size: .88rem;
  letter-spacing: .06em;
  padding: .7rem 1.8rem;
  border-radius: 50px;
  border: none;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.btn-gold:hover {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(201, 168, 76, .35);
}

.btn-ghost {
  background: transparent;
  color: var(--text-sub);
  font-size: .88rem;
  padding: .7rem 1.6rem;
  border-radius: 50px;
  border: 1px solid var(--border);
  transition: all .3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.btn-ghost:hover {
  color: var(--text-primary);
  border-color: var(--gold);
}

.btn-outline-gold {
  background: transparent;
  color: var(--gold);
  border: 1px solid rgba(201, 168, 76, .4);
  font-size: .85rem;
  letter-spacing: .05em;
  padding: .55rem 1.4rem;
  border-radius: 50px;
  transition: all .3s;
  text-decoration: none;
}

.btn-outline-gold:hover {
  background: rgba(201, 168, 76, .1);
  color: var(--gold-light);
  border-color: var(--gold);
}

/* ── NAVBAR ── */
#mainNav {
  background: transparent;
  padding: 1.2rem 0;
  transition: background .4s, padding .4s, backdrop-filter .4s;
  border-bottom: 1px solid transparent;
}

#mainNav.scrolled {
  background: rgba(7, 10, 15, .88);
  backdrop-filter: blur(20px);
  padding: .8rem 0;
  border-bottom-color: var(--border);
}

.navbar-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--text-primary) !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .35rem;
}

.brand-icon {
  color: var(--gold);
  font-size: 1.1rem;
}

.brand-accent {
  color: var(--gold);
}

.nav-link {
  color: var(--text-sub) !important;
  font-size: .87rem;
  letter-spacing: .04em;
  padding: .5rem .75rem !important;
  transition: color .25s;
}

.nav-link:hover {
  color: var(--text-primary) !important;
}

.nav-toggler-icon {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-primary);
  position: relative;
}

.nav-toggler-icon::before,
.nav-toggler-icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--text-primary);
  left: 0;
}

.nav-toggler-icon::before {
  top: -7px;
}

.nav-toggler-icon::after {
  top: 7px;
}

.navbar-toggler {
  border: 1px solid var(--border);
  padding: .5rem .7rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media (max-width: 991px) {
  #navMenu {
    background: rgba(12, 17, 24, .97);
    backdrop-filter: blur(20px);
    padding: 1rem;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    margin-top: .75rem;
  }
}

/* ── HERO ── */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse 80% 60% at 70% 40%, rgba(201, 168, 76, .07) 0%, transparent 60%),
    var(--bg-deep);
}

.hero-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000 40%, transparent 100%);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .18;
  pointer-events: none;
}

.hero-orb-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--gold), transparent 70%);
  top: -100px;
  right: -100px;
}

.hero-orb-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #5B8DEF, transparent 70%);
  bottom: 0;
  left: -80px;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 7rem 0 3rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201, 168, 76, .25);
  background: rgba(201, 168, 76, .06);
  padding: .45rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.8rem;
}

.badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(201, 168, 76, .5);
  }

  50% {
    box-shadow: 0 0 0 6px rgba(201, 168, 76, 0);
  }
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 6.5vw, 5.5rem);
  font-weight: 600;
  line-height: 1.05;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
}

.hero-title em {
  font-style: italic;
  font-weight: 300;
  color: var(--gold-light);
}

.hero-sub {
  font-size: 1rem;
  color: var(--text-sub);
  max-width: 480px;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.hero-numbers {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}

.hero-num {
  display: flex;
  flex-direction: column;
  gap: .1rem;
  padding: 0 1.5rem;
  position: relative;
}

.hero-num:first-child {
  padding-left: 0;
}

.hero-num .num-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1;
}

.hero-num span:not(.num-val):not(.num-label) {
  font-size: .9rem;
  color: var(--gold);
  font-weight: 600;
  align-self: flex-end;
  padding-bottom: .25rem;
}

.num-label {
  font-size: .72rem;
  color: var(--text-muted);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hero-divider {
  width: 1px;
  height: 36px;
  background: var(--border);
  align-self: center;
}

/* Hero card */
.hero-card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 0;
  z-index: 2;
}

.finance-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.6rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .5);
  width: 300px;
}

.fc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.fc-label {
  font-size: .75rem;
  color: var(--text-muted);
  letter-spacing: .06em;
}

.fc-badge {
  font-size: .75rem;
  font-weight: 600;
  color: #4ECDC4;
  background: rgba(78, 205, 196, .12);
  padding: .2rem .6rem;
  border-radius: 50px;
}

.fc-amount {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.85rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.fc-chart {
  margin-bottom: 1.2rem;
}

.fc-chart svg {
  width: 100%;
  height: 60px;
  display: block;
}

.fc-assets {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.fc-asset {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .8rem;
  color: var(--text-sub);
}

.fc-asset strong {
  margin-left: auto;
  color: var(--text-primary);
  font-weight: 500;
}

.fca-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.finance-card-sm {
  background: var(--bg-card2);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  padding: .9rem 1.2rem;
  display: flex;
  align-items: center;
  gap: .8rem;
  width: 260px;
  align-self: flex-end;
}

.finance-card-sm i {
  font-size: 1.4rem;
  color: var(--gold);
}

.finance-card-sm strong {
  display: block;
  font-size: .82rem;
  color: var(--text-primary);
  font-weight: 500;
}

.finance-card-sm span {
  font-size: .75rem;
  color: var(--text-muted);
}

.hero-scroll-hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  z-index: 2;
}

.hero-scroll-hint span {
  font-size: .7rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(var(--gold), transparent);
  animation: scrollLine 2s infinite;
}

@keyframes scrollLine {
  0% {
    transform: scaleY(0);
    transform-origin: top;
    opacity: 1;
  }

  50% {
    transform: scaleY(1);
    transform-origin: top;
    opacity: 1;
  }

  100% {
    transform: scaleY(1);
    transform-origin: bottom;
    opacity: 0;
  }
}

/* ── SECTION BASE ── */
.section {
  padding: 7rem 0;
}

/* ── ABOUT ── */
.about-section {
  background: var(--bg-dark);
}

.about-visual {
  position: relative;
  height: 380px;
}

.av-block {
  position: absolute;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .2rem;
}

.av-block i {
  font-size: 1.3rem;
  color: var(--gold);
  margin-bottom: .3rem;
}

.av-block span {
  font-size: .75rem;
  color: var(--text-muted);
}

.av-block strong {
  font-size: 1.1rem;
  color: var(--text-primary);
  font-weight: 600;
}

.av-block-1 {
  top: 0;
  left: 0;
  width: 200px;
}

.av-block-2 {
  bottom: 40px;
  right: 0;
  width: 200px;
}

.av-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: conic-gradient(var(--gold) 0deg 280deg, var(--bg-card) 280deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.av-circle::before {
  content: '';
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: var(--bg-dark);
}

.av-circle span:first-child {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-primary);
  position: relative;
  z-index: 1;
  line-height: 1;
}

.av-circle span:last-child {
  font-size: .65rem;
  color: var(--text-muted);
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 1.3;
}

.about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1.5rem;
}

.tag {
  font-size: .77rem;
  color: var(--gold);
  border: 1px solid rgba(201, 168, 76, .25);
  background: rgba(201, 168, 76, .05);
  padding: .3rem .85rem;
  border-radius: 50px;
  letter-spacing: .03em;
}

/* ── SERVICES ── */
.services-section {
  background: var(--bg-deep);
  position: relative;
}

.section-bg-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(91, 141, 239, .05) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(201, 168, 76, .05) 0%, transparent 50%);
  pointer-events: none;
}

.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 2rem;
  height: 100%;
  transition: transform .35s, border-color .35s, box-shadow .35s;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: opacity .35s;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: var(--border);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .4);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card-featured {
  background: linear-gradient(135deg, rgba(201, 168, 76, .08) 0%, var(--bg-card) 60%);
  border-color: var(--border);
}

.sc-featured-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #000;
  background: var(--gold);
  padding: .25rem .7rem;
  border-radius: 50px;
}

.sc-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-sm);
  background: rgba(201, 168, 76, .1);
  border: 1px solid rgba(201, 168, 76, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--gold);
  margin-bottom: 1.2rem;
}

.service-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: .7rem;
  color: var(--text-primary);
}

.service-card p {
  font-size: .88rem;
  color: var(--text-sub);
  margin-bottom: 1.2rem;
}

.sc-meta {
  font-size: .78rem;
  color: var(--gold);
  font-weight: 500;
  letter-spacing: .06em;
  margin-bottom: .8rem;
}

.sc-link {
  font-size: .83rem;
  color: var(--text-muted);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  transition: color .25s, gap .25s;
}

.sc-link:hover {
  color: var(--gold);
  gap: .7rem;
}

/* ── STATS ── */
.stats-section {
  background: var(--bg-dark);
  padding: 5rem 0;
}

.stats-inner {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
}

.stats-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201, 168, 76, .05) 0%, transparent 50%);
}

.stat-item {
  padding: 3rem 2rem;
  text-align: center;
  border-right: 1px solid var(--border-soft);
  position: relative;
}

.stat-item:nth-child(2n) {
  border-right-color: var(--border-soft);
}

@media (min-width: 992px) {
  .stat-item:last-child {
    border-right: none;
  }
}

@media (max-width: 991px) {
  .stat-item:nth-child(even) {
    border-right: none;
  }

  .stat-item:nth-child(1),
  .stat-item:nth-child(2) {
    border-bottom: 1px solid var(--border-soft);
  }
}

.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1;
}

.stat-unit {
  font-size: .85rem;
  color: var(--gold);
  font-weight: 500;
  margin: .3rem 0;
}

.stat-label {
  font-size: .75rem;
  color: var(--text-muted);
  letter-spacing: .04em;
}

/* ── PROCESS ── */
.process-section {
  background: var(--bg-deep);
}

.process-timeline {
  position: relative;
}

.process-step {
  text-align: center;
  padding: 2rem 1.5rem;
  position: relative;
}

.ps-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: rgba(201, 168, 76, .15);
  line-height: 1;
  margin-bottom: .5rem;
  transition: color .3s;
}

.process-step:hover .ps-number {
  color: rgba(201, 168, 76, .35);
}

.process-step h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: .6rem;
  color: var(--text-primary);
}

.process-step p {
  font-size: .85rem;
  color: var(--text-sub);
}

/* ── TEAM ── */
.team-section {
  background: var(--bg-dark);
}

.team-card {
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 2rem;
  text-align: center;
  transition: transform .35s, border-color .35s;
  height: 100%;
}

.team-card:hover {
  transform: translateY(-6px);
  border-color: var(--border);
}

.tc-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  margin: 0 auto 1rem;
}

.tc-av-1 {
  background: linear-gradient(135deg, #C9A84C, #9A7A2E);
}

.tc-av-2 {
  background: linear-gradient(135deg, #5B8DEF, #2E5EAF);
}

.tc-av-3 {
  background: linear-gradient(135deg, #4ECDC4, #2E9B93);
}

.tc-av-4 {
  background: linear-gradient(135deg, #E2A84C, #B87020);
}

.team-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: .3rem;
}

.tc-role {
  font-size: .75rem;
  color: var(--gold);
  letter-spacing: .07em;
  text-transform: uppercase;
  display: block;
  margin-bottom: .9rem;
}

.team-card p {
  font-size: .83rem;
  color: var(--text-sub);
  margin-bottom: 1rem;
}

.tc-social {
  display: flex;
  justify-content: center;
  gap: .6rem;
}

.tc-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--border-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  text-decoration: none;
  font-size: .85rem;
  transition: color .25s, border-color .25s, background .25s;
}

.tc-social a:hover {
  color: var(--gold);
  border-color: var(--border);
  background: rgba(201, 168, 76, .07);
}

/* ── TESTIMONIALS ── */
.testimonials-section {
  background: var(--bg-deep);
}

.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 2rem;
  height: 100%;
}

.testimonial-card-gold {
  background: linear-gradient(135deg, rgba(201, 168, 76, .07), var(--bg-card));
  border-color: var(--border);
}

.testi-stars {
  font-size: .9rem;
  color: var(--gold);
  margin-bottom: 1rem;
  letter-spacing: .1em;
}

.testimonial-card p {
  font-size: .9rem;
  color: var(--text-sub);
  font-style: italic;
  margin-bottom: 1.2rem;
  line-height: 1.7;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.testi-av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  font-weight: 700;
  color: #000;
  flex-shrink: 0;
}

.testi-author strong {
  display: block;
  font-size: .88rem;
  color: var(--text-primary);
  font-weight: 500;
}

.testi-author span {
  font-size: .75rem;
  color: var(--text-muted);
}

/* ── CONTACT ── */
.contact-section {
  background: var(--bg-dark);
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.8rem;
}

.ci-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ci-item i {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background: rgba(201, 168, 76, .08);
  border: 1px solid rgba(201, 168, 76, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--gold);
  flex-shrink: 0;
}

.ci-item span {
  font-size: .75rem;
  color: var(--text-muted);
  display: block;
}

.ci-item strong {
  font-size: .9rem;
  color: var(--text-primary);
  font-weight: 500;
}

.contact-form-wrap {
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 2.5rem;
}

.contact-form label {
  font-size: .78rem;
  color: var(--text-muted);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: .4rem;
  display: block;
}

.form-control,
.form-select {
  background: rgba(255, 255, 255, .04) !important;
  border: 1px solid var(--border-soft) !important;
  color: var(--text-primary) !important;
  border-radius: var(--radius-sm) !important;
  padding: .7rem 1rem !important;
  font-size: .9rem !important;
  transition: border-color .25s !important;
}

.form-control::placeholder {
  color: var(--text-muted) !important;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(201, 168, 76, .5) !important;
  box-shadow: 0 0 0 3px rgba(201, 168, 76, .08) !important;
  background: rgba(255, 255, 255, .05) !important;
}

.form-select option {
  background: var(--bg-card);
  color: var(--text-primary);
}

/* ── FOOTER ── */
.site-footer {
  background: var(--bg-deep);
  border-top: 1px solid var(--border-soft);
  padding: 5rem 0 2rem;
}

.footer-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 1rem;
}

.footer-desc {
  font-size: .83rem;
  color: var(--text-muted);
  max-width: 300px;
  line-height: 1.65;
}

.footer-social {
  display: flex;
  gap: .7rem;
  margin-top: 1.2rem;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: .9rem;
  text-decoration: none;
  transition: all .25s;
}

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

.site-footer h6 {
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-primary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.site-footer ul a {
  font-size: .85rem;
  color: var(--text-muted);
  text-decoration: none;
  transition: color .25s;
}

.site-footer ul a:hover {
  color: var(--gold);
}

.footer-subscribe {
  display: flex;
  gap: .5rem;
  margin-top: .8rem;
}

.footer-subscribe .form-control {
  flex: 1;
}

.footer-subscribe .btn-gold {
  padding: .65rem 1rem;
  font-size: 1rem;
  border-radius: var(--radius-sm);
}

.footer-bottom {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-soft);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
  font-size: .75rem;
  color: var(--text-muted);
}

/* ── INTERSECTION OBSERVER ANIMATIONS ── */
.fade-up,
.reveal-up,
.reveal-left,
.reveal-right {
  opacity: 0;
  transition: opacity .7s ease, transform .7s ease;
}

.fade-up {
  transform: translateY(30px);
}

.reveal-up {
  transform: translateY(40px);
}

.reveal-left {
  transform: translateX(-50px);
}

.reveal-right {
  transform: translateX(50px);
}

.fade-left {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity .8s ease, transform .8s ease;
}

.fade-up.visible,
.reveal-up.visible,
.reveal-left.visible,
.reveal-right.visible,
.fade-left.visible {
  opacity: 1;
  transform: none;
}

/* Delays */
.delay-1 {
  transition-delay: .1s;
}

.delay-2 {
  transition-delay: .2s;
}

.delay-3 {
  transition-delay: .3s;
}

.delay-4 {
  transition-delay: .45s;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .hero-numbers {
    gap: 1rem;
  }

  .hero-num {
    padding: 0 1rem;
  }

  .hero-divider {
    display: none;
  }

  .about-visual {
    height: 280px;
  }

  .av-block {
    padding: .9rem 1rem;
  }

  .av-block-1 {
    width: 160px;
  }

  .av-block-2 {
    width: 160px;
  }

  .contact-form-wrap {
    padding: 1.5rem;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    text-align: center;
    justify-content: center;
  }
}