* {
  box-sizing: border-box;
}

:root {
  --bg: #090b0f;
  --bg2: #0f141a;
  --paper: #f2ebdf;
  --paperText: #17130f;
  --text: #f4efe7;
  --muted: #b9b1a6;
  --line: rgba(255,255,255,0.10);
  --gold: #c7a164;
  --goldSoft: #ead5af;
  --accent: #73452f;
  --shadow: 0 30px 80px rgba(0,0,0,0.32);
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  background: linear-gradient(180deg, #090b0f 0%, #0d1218 100%);
  color: var(--text);
  line-height: 1.6;
}

a { color: inherit; }

.film-grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.055;
  mix-blend-mode: soft-light;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.9) 0.6px, transparent 0.7px),
    radial-gradient(circle at 80% 40%, rgba(255,255,255,0.6) 0.5px, transparent 0.7px),
    radial-gradient(circle at 65% 80%, rgba(255,255,255,0.8) 0.45px, transparent 0.65px);
  background-size: 160px 160px, 220px 220px, 180px 180px;
}

.container {
  width: min(1240px, 92%);
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 28px 0 90px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(9,11,15,0.82) 0%, rgba(9,11,15,0.68) 40%, rgba(9,11,15,0.95) 100%);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9,11,15,0.93) 0%, rgba(9,11,15,0.74) 42%, rgba(9,11,15,0.84) 100%),
    radial-gradient(circle at 18% 20%, rgba(199,161,100,0.16), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(115,69,47,0.24), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.00)),
    url('https://images.unsplash.com/photo-1492691527719-9d1e07e534b4?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
  transform: scale(1.04);
  filter: saturate(0.68) contrast(1.02) brightness(0.42);
}

.hero-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, transparent 35%, rgba(0,0,0,0.36) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.00), rgba(0,0,0,0.12));
}

.topbar, .hero-grid {
  position: relative;
  z-index: 2;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 72px;
}

.wordmark {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
}

.name {
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 700;
}

.nav {
  display: flex;
  gap: 28px;
}

.nav a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.96rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 48px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.78rem;
  font-weight: 700;
}

.eyebrow.small { margin-bottom: 10px; }

h1 {
  margin: 0 0 24px;
  font-size: clamp(3.1rem, 7vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  max-width: 9.2ch;
}

h1 span, h2 {
  font-family: "Cormorant Garamond", serif;
}

h1 span {
  display: block;
  margin-bottom: 8px;
  font-style: italic;
  font-weight: 600;
  color: var(--goldSoft);
}

h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-weight: 600;
}

h3 {
  margin: 0 0 8px;
  font-size: 1.22rem;
  letter-spacing: -0.02em;
}

.intro, .copy-block p, .section-intro p {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 62ch;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 30px 0 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.button:hover { transform: translateY(-1px); }

.button-primary {
  background: var(--gold);
  color: #17130f;
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.04);
  color: var(--text);
}

.hero-note {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  max-width: 460px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(8px);
}

.hero-note img {
  width: 52px;
  height: 66px;
  object-fit: cover;
  border-radius: 14px;
}

.hero-note p {
  margin: 0;
  color: #d5cfc6;
  font-size: 0.97rem;
}

.hero-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.04) 100%);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 34px;
  padding: 26px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.card-label, .meta {
  margin: 0 0 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
  font-weight: 700;
}

.video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
  overflow: hidden;
  border-radius: 22px;
}

.video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hero-card-copy p, .video-body p {
  color: var(--muted);
  margin: 0 0 14px;
}

.hero-card-copy a, .video-body a {
  color: var(--goldSoft);
  text-decoration: none;
  font-weight: 700;
}

.client-bar {
  background: rgba(242,235,223,0.97);
  color: var(--paperText);
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.client-wrap {
  padding: 26px 0 30px;
}

.client-copy {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 18px;
}

.client-copy p:last-child {
  margin: 0;
  color: #6e6457;
}

.client-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.client-row span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(23,19,15,0.08);
  font-weight: 700;
}

.section {
  padding: 96px 0;
}

.dark-section {
  background: linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.01) 100%);
}

.section-intro {
  margin-bottom: 34px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.video-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
  backdrop-filter: blur(6px);
}

.video-body {
  padding: 22px;
}

.split-section {
  background: linear-gradient(180deg, #0d1117 0%, #11161d 100%);
}

.warm-section {
  background:
    radial-gradient(circle at 78% 18%, rgba(199,161,100,0.10), transparent 30%),
    linear-gradient(180deg, #171109 0%, #20160f 100%);
}

.split-grid, .services-grid, .contact-grid, .closing-brand-inner {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 30px;
  align-items: start;
}

.service-list {
  display: grid;
  gap: 18px;
}

.service-list article, .stat-card {
  padding: 26px;
  border-radius: 28px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  box-shadow: var(--shadow);
}

.service-list article p {
  color: var(--muted);
  margin: 0;
}

.stat + .stat {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.stat strong {
  display: block;
  font-size: 1.45rem;
  margin-bottom: 4px;
}

.stat span {
  color: #d8cbb8;
}

.contact-section {
  background: var(--paper);
  color: var(--paperText);
}

.contact-section .copy-block p {
  color: #5d5549;
}

.contact-card {
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(23,19,15,0.08);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.14);
}

.contact-card p {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid rgba(23,19,15,0.08);
}

.contact-card p:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-card span {
  color: #73685b;
  font-weight: 600;
}

.contact-card a {
  text-decoration: none;
  color: #17130f;
  font-weight: 700;
  text-align: right;
}

.closing-brand {
  background: linear-gradient(180deg, #0c1117 0%, #090b0f 100%);
  padding: 80px 0 56px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.closing-logo {
  width: 240px;
  max-width: 100%;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.closing-copy {
  align-self: center;
}

.footer {
  padding: 24px 0 40px;
  color: #90897e;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .hero { min-height: auto; }

  .hero-grid,
  .video-grid,
  .split-grid,
  .services-grid,
  .contact-grid,
  .closing-brand-inner {
    grid-template-columns: 1fr;
  }

  h1 { max-width: 10.5ch; }
}

@media (max-width: 760px) {
  .topbar,
  .client-copy,
  .contact-card p {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav {
    gap: 18px;
  }

  .section,
  .closing-brand {
    padding: 74px 0;
  }

  .contact-card a {
    text-align: left;
  }

  .closing-logo {
    width: 180px;
  }
}
