:root {
  --bg: #0a0a0c;
  --bg-soft: #141418;
  --panel: rgba(19, 19, 24, 0.78);
  --panel-border: rgba(255, 255, 255, 0.08);
  --text: #f5f0e8;
  --muted: #b5afa7;
  --accent: #c6a46a;
  --accent-soft: rgba(198, 164, 106, 0.16);
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: min(1180px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(198, 164, 106, 0.22), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(83, 96, 121, 0.18), transparent 20%),
    linear-gradient(180deg, #0a0a0c 0%, #101015 50%, #09090b 100%);
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  width: var(--container);
  margin: 0 auto;
  padding-bottom: 32px;
}

.site-header {
  position: sticky;
  top: 18px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0 0;
  padding: 14px 18px;
  background: rgba(11, 11, 14, 0.72);
  backdrop-filter: blur(18px);
  border: 1px solid var(--panel-border);
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.site-nav,
.header-actions,
.lang-switch,
.hero-actions,
.hero-metrics,
.section-head,
.footer-links {
  display: flex;
  align-items: center;
}

.site-nav,
.header-actions,
.hero-actions,
.hero-metrics,
.footer-links {
  gap: 16px;
}

.site-nav a,
.ghost-link,
.lang-switch a {
  color: var(--muted);
  font-size: 0.93rem;
}

.site-nav a:hover,
.ghost-link:hover,
.lang-switch a:hover,
.lang-switch .is-active {
  color: var(--white);
}

.lang-switch {
  gap: 10px;
  padding: 4px;
  border: 1px solid var(--panel-border);
  border-radius: 999px;
}

.lang-switch a {
  padding: 8px 12px;
  border-radius: 999px;
}

.lang-switch .is-active {
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle {
  display: none;
  padding: 10px 14px;
  color: var(--white);
  background: transparent;
  border: 1px solid var(--panel-border);
  border-radius: 999px;
}

.hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 34px;
  align-items: center;
  min-height: calc(100vh - 120px);
  padding: 56px 0 28px;
}

.eyebrow,
.section-tag,
.quote-block span,
.location-card span,
.contact-block span,
.advantage-card span {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--accent);
}

.hero h1,
.section h2,
.partnership-copy h2 {
  margin: 12px 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(3.6rem, 7vw, 6.8rem);
}

.hero-text,
.lead,
.section-copy,
.about-panel p,
.contact-card p,
.brand-card p,
.advantage-card p,
.location-card p,
.location-card small,
.site-footer p {
  color: var(--muted);
  line-height: 1.8;
}

.hero-text,
.lead {
  max-width: 56ch;
  margin-top: 24px;
  font-size: 1.04rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform 200ms ease, background 200ms ease, border-color 200ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #111114;
  background: var(--accent);
}

.button-secondary {
  color: var(--white);
  background: transparent;
  border-color: var(--panel-border);
}

.hero-metrics {
  flex-wrap: wrap;
  margin-top: 34px;
}

.hero-metrics article {
  min-width: 170px;
  padding: 18px 20px;
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: var(--radius-md);
}

.hero-metrics strong {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--white);
}

.hero-metrics span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-visual {
  position: relative;
  min-height: 640px;
}

.hero-card {
  position: absolute;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid var(--panel-border);
  box-shadow: var(--shadow);
}

.hero-card img,
.gallery-card img,
.brand-card-image img {
  height: 100%;
  object-fit: cover;
}

.hero-card-main {
  inset: 20px 80px 24px 0;
}

.hero-card-accent {
  right: 0;
  bottom: 0;
  width: 42%;
  height: 280px;
}

.trust-bar {
  overflow: hidden;
  margin: 24px 0 0;
  padding: 18px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}

.marquee-track {
  display: flex;
  gap: 42px;
  min-width: max-content;
  animation: marquee 26s linear infinite;
}

.marquee-track span {
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.84rem;
}

.section {
  padding: 108px 0 0;
}

.two-column,
.partnership-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.section-head {
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-head.compact {
  align-items: end;
}

.section h2,
.partnership-copy h2 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
}

.section-copy {
  max-width: 48ch;
}

.about-panel,
.contact-card,
.advantage-card,
.location-card,
.brand-card {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: var(--radius-lg);
}

.about-panel,
.contact-card {
  padding: 32px;
}

.quote-block {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-grid,
.advantage-grid,
.location-grid,
.gallery-grid {
  display: grid;
  gap: 20px;
}

.brand-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.brand-card {
  overflow: hidden;
}

.brand-card-image {
  aspect-ratio: 0.85;
}

.brand-card-copy {
  padding: 18px;
}

.brand-card h3,
.advantage-card h3,
.location-card h3 {
  margin: 0;
  font-size: 1.15rem;
}

.brand-card p,
.advantage-card p,
.location-card p,
.location-card small {
  margin: 12px 0 0;
  font-size: 0.94rem;
}

.advantage-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.advantage-card {
  padding: 28px;
}

.advantage-card span {
  display: inline-block;
  margin-bottom: 22px;
}

.location-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.location-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
  padding: 26px;
}

.gallery-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
}

.gallery-card {
  overflow: hidden;
  min-height: 420px;
  border-radius: var(--radius-lg);
}

.gallery-card.tall {
  grid-row: auto;
  min-height: 420px;
}

.contact-card {
  display: grid;
  gap: 24px;
}

.contact-block a {
  display: inline-block;
  margin-top: 12px;
  font-size: 1.1rem;
}

.partner-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.partner-form label {
  display: grid;
  gap: 10px;
}

.partner-form .full-width {
  grid-column: 1 / -1;
}

.partner-form input,
.partner-form textarea {
  width: 100%;
  padding: 14px 16px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
}

.partner-form input::placeholder,
.partner-form textarea::placeholder {
  color: rgba(181, 175, 167, 0.74);
}

.site-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 72px 0 32px;
}

.site-footer p {
  max-width: 38ch;
  margin-top: 16px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1120px) {
  .hero,
  .two-column,
  .partnership-section,
  .gallery-grid,
  .brand-grid,
  .location-grid,
  .advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-visual {
    min-height: 520px;
  }

  .brand-grid .brand-card:last-child {
    grid-column: span 2;
  }

  .location-grid .location-card:last-child {
    grid-column: span 2;
  }

  .gallery-card.tall {
    min-height: 360px;
  }
}

@media (max-width: 860px) {
  .page-shell {
    width: min(100vw - 28px, 100%);
  }

  .site-header {
    flex-wrap: wrap;
    border-radius: 28px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 12px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .header-actions {
    margin-left: auto;
  }

  .hero,
  .two-column,
  .partnership-section,
  .gallery-grid,
  .brand-grid,
  .location-grid,
  .advantage-grid,
  .partner-form,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 36px;
  }

  .hero h1 {
    max-width: none;
  }

  .hero-visual {
    min-height: 420px;
  }

  .hero-card-main {
    inset: 0 42px 34px 0;
  }

  .hero-card-accent {
    width: 46%;
    height: 200px;
  }

  .section-head,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-grid .brand-card:last-child,
  .location-grid .location-card:last-child,
  .gallery-card.tall {
    grid-column: auto;
  }

  .partner-form .full-width {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .site-header {
    top: 10px;
    padding: 14px;
  }

  .header-actions {
    width: 100%;
    justify-content: space-between;
  }

  .hero h1 {
    font-size: 3.3rem;
  }

  .hero-metrics article,
  .button,
  .button-secondary,
  .button-primary {
    width: 100%;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-visual {
    min-height: 360px;
  }

  .hero-card-main {
    inset: 0 12px 24px 0;
  }

  .hero-card-accent {
    width: 44%;
    height: 150px;
  }

  .about-panel,
  .contact-card,
  .advantage-card,
  .location-card,
  .brand-card-copy {
    padding: 22px;
  }
}