:root {
  --bg: #070707;
  --bg-soft: #111111;
  --panel: #171717;
  --ink: #f6f2ea;
  --muted: #bdb6aa;
  --gold: #d8a63a;
  --gold-bright: #ffcc4a;
  --red: #c8292d;
  --line: rgba(255, 255, 255, 0.13);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.5;
}

body.nav-open {
  overflow: hidden;
}

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

img {
  max-width: 100%;
  display: block;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 78px;
  padding: 16px clamp(18px, 5vw, 72px);
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.9), rgba(7, 7, 7, 0.36));
  border-bottom: 1px solid transparent;
  transition: min-height 240ms ease, background 240ms ease, border-color 240ms ease;
}

.site-header.is-scrolled {
  min-height: 66px;
  background: rgba(7, 7, 7, 0.92);
  border-color: var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 204, 74, 0.6);
  color: var(--gold-bright);
  font-weight: 900;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
  letter-spacing: 0;
}

.brand strong {
  font-size: 1rem;
}

.brand small {
  margin-top: 4px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
}

.main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 36px);
  color: rgba(246, 242, 234, 0.82);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.main-nav a {
  position: relative;
  padding: 8px 0;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--gold-bright);
  transition: transform 220ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 204, 74, 0.65);
  color: var(--gold-bright);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.78rem;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-2px);
  background: var(--gold-bright);
  color: #17110a;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 92svh;
  padding: 140px clamp(18px, 6vw, 88px) 28px;
  overflow: hidden;
  isolation: isolate;
}

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

.hero-media {
  background:
    image-set(
      url("https://images.unsplash.com/photo-1534438327276-14e5300c3a48?auto=format&fit=crop&w=1800&q=80") 1x
    ) center / cover no-repeat;
  transform: scale(1.04);
  animation: heroZoom 14s ease-in-out infinite alternate;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.94) 0%, rgba(7, 7, 7, 0.62) 42%, rgba(7, 7, 7, 0.16) 100%),
    linear-gradient(180deg, rgba(7, 7, 7, 0.3) 0%, rgba(7, 7, 7, 0.72) 100%);
}

.hero-content {
  width: min(800px, 100%);
  padding-bottom: clamp(34px, 8vh, 74px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 860px;
  font-size: clamp(3.6rem, 12vw, 8.8rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy {
  width: min(620px, 100%);
  margin: 24px 0 0;
  color: rgba(246, 242, 234, 0.84);
  font-size: clamp(1.05rem, 2.3vw, 1.35rem);
}

.hero-actions,
.branch-actions,
.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.82rem;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-3px);
}

.btn-primary {
  background: var(--gold-bright);
  color: #17110a;
  box-shadow: 0 14px 30px rgba(216, 166, 58, 0.24);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #f3b92b;
  box-shadow: 0 18px 38px rgba(216, 166, 58, 0.34);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.32);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.05);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  border-color: rgba(255, 204, 74, 0.72);
  color: var(--gold-bright);
}

.btn-ghost.dark {
  background: rgba(7, 7, 7, 0.16);
  border-color: rgba(7, 7, 7, 0.22);
  color: #17110a;
}

.btn-plain {
  color: var(--gold-bright);
  border-color: rgba(255, 204, 74, 0.36);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(860px, 100%);
  border: 1px solid var(--line);
  background: rgba(7, 7, 7, 0.56);
  backdrop-filter: blur(16px);
}

.hero-stats article {
  min-width: 0;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.hero-stats article:last-child {
  border-right: 0;
}

.hero-stats strong {
  display: block;
  color: var(--gold-bright);
  font-size: clamp(1.9rem, 5vw, 3.2rem);
  line-height: 1;
}

.hero-stats span {
  display: block;
  margin-top: 8px;
  color: rgba(246, 242, 234, 0.72);
  font-size: 0.9rem;
}

.section {
  padding: clamp(72px, 10vw, 128px) clamp(18px, 6vw, 88px);
}

.section-head {
  width: min(780px, 100%);
  margin-bottom: 38px;
}

.section h2,
.experience h2,
.review-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.1rem, 5.6vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-head p:not(.eyebrow),
.experience-copy p,
.review-card p,
.branch-body p,
.branch-panel p {
  color: var(--muted);
}

.branch-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 22px;
  align-items: stretch;
}

.branch-card,
.branch-panel,
.review-card {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow);
}

.branch-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1fr);
  overflow: hidden;
}

.branch-image {
  min-height: 440px;
  background-size: cover;
  background-position: center;
  filter: saturate(1.04) contrast(1.08);
  transform: scale(1.01);
  transition: transform 700ms ease;
}

.branch-card:hover .branch-image {
  transform: scale(1.06);
}

.branch-image-one {
  background-image:
    linear-gradient(180deg, rgba(7, 7, 7, 0.04), rgba(7, 7, 7, 0.42)),
    url("https://images.unsplash.com/photo-1571902943202-507ec2618e8f?auto=format&fit=crop&w=1200&q=80");
}

.branch-body,
.branch-panel {
  padding: clamp(26px, 5vw, 48px);
}

.branch-topline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(246, 242, 234, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.status-dot {
  width: 10px;
  height: 10px;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(200, 41, 45, 0.18);
}

.branch-body h3,
.branch-panel h3 {
  margin: 18px 0 14px;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.branch-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.branch-features li {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(246, 242, 234, 0.82);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.branch-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-list {
  display: grid;
  gap: 18px;
  margin: 26px 0 0;
}

.contact-list div {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.contact-list dt {
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-list dd {
  margin: 6px 0 0;
  color: rgba(246, 242, 234, 0.88);
  overflow-wrap: anywhere;
}

.contact-list a:hover,
.contact-list a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--gold-bright);
}

.experience {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(0, 0.9fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  min-height: 720px;
  padding: clamp(72px, 10vw, 128px) clamp(18px, 6vw, 88px);
  background: #0e0e0e;
  overflow: hidden;
}

.experience-media {
  position: relative;
  min-height: 520px;
  background:
    linear-gradient(180deg, rgba(7, 7, 7, 0.02), rgba(7, 7, 7, 0.52)),
    url("https://images.unsplash.com/photo-1517836357463-d25dfeac3438?auto=format&fit=crop&w=1400&q=80") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.ring {
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 190px;
  height: 190px;
  border: 22px solid rgba(255, 204, 74, 0.72);
  animation: rotateRing 10s linear infinite;
}

.experience-copy {
  max-width: 680px;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.feature-row span {
  display: grid;
  place-items: center;
  min-height: 82px;
  border: 1px solid var(--line);
  color: var(--gold-bright);
  font-weight: 950;
  text-transform: uppercase;
}

.review-section {
  background:
    linear-gradient(135deg, rgba(216, 166, 58, 0.95), rgba(255, 204, 74, 0.86)),
    url("https://images.unsplash.com/photo-1540497077202-7c8a3999166f?auto=format&fit=crop&w=1400&q=80") center / cover no-repeat;
}

.review-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 54px);
  color: #17110a;
  background: rgba(246, 242, 234, 0.92);
  border-color: rgba(7, 7, 7, 0.12);
}

.review-card .eyebrow,
.review-card h2,
.review-card p {
  color: #17110a;
}

.review-card p {
  max-width: 620px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(18px, 6vw, 88px);
  border-top: 1px solid var(--line);
  background: #050505;
}

.site-footer strong {
  letter-spacing: 0;
}

.site-footer p {
  margin: 6px 0 0;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: rgba(246, 242, 234, 0.78);
  font-size: 0.88rem;
  font-weight: 850;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@keyframes heroZoom {
  from {
    transform: scale(1.04);
  }
  to {
    transform: scale(1.11);
  }
}

@keyframes rotateRing {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: block;
    position: relative;
    z-index: 24;
  }

  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 22;
    display: grid;
    place-content: center;
    gap: 24px;
    background: rgba(7, 7, 7, 0.96);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 220ms ease, transform 220ms ease;
  }

  body.nav-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    font-size: 1.4rem;
  }

  .hero {
    min-height: 91svh;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(7, 7, 7, 0.44) 0%, rgba(7, 7, 7, 0.88) 100%),
      linear-gradient(90deg, rgba(7, 7, 7, 0.84), rgba(7, 7, 7, 0.26));
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-stats article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-stats article:last-child {
    border-bottom: 0;
  }

  .branch-grid,
  .branch-card,
  .experience,
  .review-card {
    grid-template-columns: 1fr;
  }

  .branch-panel {
    min-height: auto;
  }

  .experience {
    min-height: auto;
  }

  .experience-media {
    min-height: 390px;
  }

  .review-actions {
    margin-top: 0;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 68px;
    padding-inline: 16px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero {
    padding: 112px 16px 20px;
  }

  .hero h1 {
    font-size: clamp(3.25rem, 18vw, 5.4rem);
  }

  .btn {
    width: 100%;
  }

  .section,
  .experience {
    padding-inline: 16px;
  }

  .branch-image {
    min-height: 320px;
  }

  .feature-row {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}
