:root {
  --black: #050404;
  --night: #10090b;
  --maroon: #3a0710;
  --maroon-2: #5d111d;
  --gold: #d8a84d;
  --gold-2: #f4df9c;
  --champagne: #f5e7c8;
  --ivory: #fff8ec;
  --muted: #cbbd9d;
  --line: rgba(244, 223, 156, 0.22);
  --panel: rgba(255, 248, 236, 0.055);
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 4%, rgba(120, 25, 35, 0.36), transparent 30rem),
    radial-gradient(circle at 82% 16%, rgba(216, 168, 77, 0.12), transparent 26rem),
    linear-gradient(135deg, var(--black), #13090c 48%, #070606);
  color: var(--ivory);
  font-family: Optima, Candara, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(244, 223, 156, 0.12);
  background: rgba(5, 4, 4, 0.72);
  backdrop-filter: blur(18px);
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 250px;
  padding: 7px 12px 7px 8px;
  border: 1px solid rgba(244, 223, 156, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 248, 236, 0.08), rgba(5, 4, 4, 0.2));
  box-shadow: inset 0 0 0 1px rgba(255, 248, 236, 0.035);
  text-decoration: none;
}

.brand-link img {
  width: 78px;
  height: 62px;
  object-fit: contain;
  filter: brightness(1.14) contrast(1.08);
}

.brand-text {
  display: grid;
  line-height: 1.05;
}

.brand-text strong {
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  text-shadow: 0 0 18px rgba(244, 223, 156, 0.18);
}

.brand-text span {
  color: var(--gold-2);
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
}

.nav-links a {
  color: rgba(255, 248, 236, 0.78);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--gold-2);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 248, 236, 0.05);
  color: var(--gold-2);
  place-items: center;
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--gold-2);
  content: "";
}

.menu-toggle span {
  position: relative;
}

.menu-toggle span::before,
.menu-toggle span::after {
  position: absolute;
  left: 0;
}

.menu-toggle span::before {
  top: -6px;
}

.menu-toggle span::after {
  top: 6px;
}

.button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button {
  border: 1px solid rgba(244, 223, 156, 0.72);
  background: linear-gradient(135deg, #8d651f, var(--gold-2), #9d6c1d);
  color: #160c06;
  box-shadow: 0 12px 34px rgba(216, 168, 77, 0.2);
}

.ghost-button {
  border: 1px solid var(--line);
  color: var(--champagne);
  background: rgba(255, 248, 236, 0.045);
}

.button:hover,
.ghost-button:hover {
  transform: translateY(-2px);
  border-color: var(--gold-2);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  padding: 132px clamp(20px, 6vw, 88px) 58px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 4, 4, 0.92), rgba(58, 7, 16, 0.62) 43%, rgba(5, 4, 4, 0.46)),
    linear-gradient(0deg, rgba(5, 4, 4, 0.96), transparent 36%),
    url("assets/hero.jpg") center / cover no-repeat;
}

.logo-hero {
  align-items: center;
  padding-top: 150px;
  background:
    linear-gradient(90deg, rgba(5, 4, 4, 0.86), rgba(58, 7, 16, 0.5) 42%, rgba(5, 4, 4, 0.54)),
    radial-gradient(circle at 50% 42%, rgba(244, 223, 156, 0.13), transparent 24rem),
    linear-gradient(0deg, rgba(5, 4, 4, 0.94), transparent 42%),
    url("assets/hero.jpg") center / cover no-repeat;
}

.page-hero {
  min-height: 58vh;
  background:
    linear-gradient(90deg, rgba(5, 4, 4, 0.94), rgba(58, 7, 16, 0.62)),
    linear-gradient(0deg, rgba(5, 4, 4, 0.92), transparent 55%),
    var(--hero-image, url("assets/hero.jpg")) center / cover no-repeat;
}

.hero-content {
  width: min(920px, 100%);
  animation: rise 700ms ease both;
}

.hero-content-centered {
  display: grid;
  justify-items: center;
  margin: 0 auto;
  text-align: center;
}

.hero-logo-mark {
  width: min(620px, 86vw);
  max-height: 44vh;
  object-fit: contain;
  margin: 8px auto 24px;
  filter: brightness(1.18) contrast(1.1) drop-shadow(0 28px 58px rgba(0, 0, 0, 0.52));
}

.hero-content-centered .hero-lede {
  margin-inline: auto;
}

.hero-content-centered .hero-actions,
.hero-content-centered .hero-stats {
  justify-content: center;
}

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

.eyebrow {
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
  margin: 0;
}

h1 {
  max-width: 980px;
  font-size: clamp(3rem, 8vw, 7.8rem);
  font-weight: 700;
}

h2 {
  color: var(--champagne);
  font-size: clamp(2rem, 4vw, 4rem);
}

h3 {
  color: var(--gold-2);
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.hero-lede,
.section-lede {
  color: rgba(255, 248, 236, 0.8);
  max-width: 720px;
  font-size: clamp(1rem, 1.7vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-stats,
.lux-grid,
.services-grid,
.portfolio-grid,
.contact-grid,
.footer-grid {
  display: grid;
  gap: 22px;
}

.hero-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(840px, 100%);
  margin-top: 54px;
}

.stat,
.card,
.contact-card,
.form-card,
.feature-panel {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 248, 236, 0.08), rgba(255, 248, 236, 0.025));
  box-shadow: var(--shadow);
}

.stat {
  padding: 18px;
  border-radius: 8px;
}

.stat strong {
  display: block;
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
}

.stat span {
  color: var(--muted);
  font-size: 0.84rem;
}

.section {
  padding: clamp(72px, 9vw, 126px) clamp(20px, 6vw, 88px);
}

.section.alt {
  background: linear-gradient(180deg, rgba(58, 7, 16, 0.2), rgba(5, 4, 4, 0.24));
}

.section-header {
  display: grid;
  gap: 18px;
  max-width: 820px;
  margin-bottom: 42px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.media-frame {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.media-frame img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.06);
}

.media-frame.logo-media {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 36%, rgba(244, 223, 156, 0.12), transparent 20rem),
    linear-gradient(145deg, rgba(255, 248, 236, 0.08), rgba(5, 4, 4, 0.72));
}

.media-frame.logo-media img {
  width: min(86%, 520px);
  height: auto;
  min-height: 0;
  object-fit: contain;
  padding: 44px 24px;
  filter: brightness(1.12) contrast(1.08);
}

.media-badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: 270px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(5, 4, 4, 0.74);
  color: var(--champagne);
  backdrop-filter: blur(14px);
}

.lux-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 28px;
  border-radius: 8px;
  transition: transform 220ms ease, border-color 220ms ease;
}

.card:hover,
.portfolio-item:hover {
  transform: translateY(-8px);
  border-color: rgba(244, 223, 156, 0.62);
}

.card p {
  color: rgba(255, 248, 236, 0.72);
  margin: 12px 0 0;
}

.card-number {
  color: rgba(244, 223, 156, 0.28);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
}

.portfolio-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.portfolio-item {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  transition: transform 220ms ease, border-color 220ms ease;
}

.portfolio-item.large {
  grid-column: span 2;
}

.portfolio-item img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform 500ms ease;
}

.portfolio-item:hover img {
  transform: scale(1.06);
}

.portfolio-caption {
  position: absolute;
  inset: auto 0 0;
  padding: 56px 22px 20px;
  background: linear-gradient(0deg, rgba(5, 4, 4, 0.94), transparent);
}

.portfolio-caption span {
  color: var(--gold-2);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.portfolio-caption h3 {
  margin-top: 6px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.video-card {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 35%, rgba(244, 223, 156, 0.1), transparent 25rem),
    rgba(5, 4, 4, 0.78);
  box-shadow: var(--shadow);
  aspect-ratio: 16 / 9;
  text-decoration: none;
  transition: transform 220ms ease, border-color 220ms ease;
}

.video-card:hover {
  transform: translateY(-6px);
  border-color: rgba(244, 223, 156, 0.62);
}

.video-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.78;
  transition: transform 500ms ease, opacity 220ms ease;
}

.video-card:hover img {
  transform: scale(1.05);
  opacity: 0.94;
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(244, 223, 156, 0.82);
  border-radius: 50%;
  background: linear-gradient(135deg, #8d651f, var(--gold-2), #9d6c1d);
  color: #160c06;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
}

.video-caption {
  position: absolute;
  inset: auto 0 0;
  padding: 54px 22px 20px;
  background: linear-gradient(0deg, rgba(5, 4, 4, 0.95), transparent);
}

.video-caption span {
  display: block;
  color: var(--gold-2);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.video-caption strong {
  display: block;
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2vw, 2rem);
}

.video-caption em {
  display: inline-flex;
  margin-top: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(244, 223, 156, 0.42);
  border-radius: 999px;
  background: rgba(5, 4, 4, 0.66);
  color: var(--gold-2);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feature-panel {
  border-radius: 10px;
  padding: clamp(28px, 5vw, 54px);
}

.feature-panel p,
.story-copy p,
.contact-card p {
  color: rgba(255, 248, 236, 0.74);
}

.timeline {
  display: grid;
  gap: 18px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(244, 223, 156, 0.13);
}

.timeline-item strong {
  color: var(--gold-2);
}

.marquee {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(255, 248, 236, 0.035);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 24s linear infinite;
}

.marquee span {
  padding: 16px 28px;
  color: var(--champagne);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.contact-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

.contact-card,
.form-card {
  border-radius: 10px;
  padding: clamp(24px, 4vw, 42px);
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.contact-list div {
  padding: 15px 0;
  border-bottom: 1px solid rgba(244, 223, 156, 0.13);
}

.contact-list span {
  display: block;
  color: var(--gold-2);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-list a {
  color: var(--ivory);
  font-weight: 700;
  text-decoration: none;
}

.contact-list a:hover {
  color: var(--gold-2);
}

.social-assets {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.social-assets a {
  display: inline-flex;
  border-radius: 50%;
  transition: transform 180ms ease, border-color 180ms ease;
}

.social-assets a:hover {
  transform: translateY(-2px);
}

.social-assets img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 248, 236, 0.06);
}

form {
  display: grid;
  gap: 16px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--champagne);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(244, 223, 156, 0.24);
  border-radius: 8px;
  background: rgba(5, 4, 4, 0.72);
  color: var(--ivory);
  font: inherit;
  padding: 14px 15px;
  outline: none;
}

textarea {
  min-height: 132px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold-2);
  box-shadow: 0 0 0 3px rgba(216, 168, 77, 0.13);
}

.form-note {
  color: var(--gold-2);
  min-height: 26px;
  margin: 0;
}

.cta-band {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 8vw, 88px) clamp(20px, 6vw, 88px);
  background:
    linear-gradient(90deg, rgba(5, 4, 4, 0.96), rgba(58, 7, 16, 0.8)),
    url("assets/67700992_1579385512198330_7613930081538333098_n.jpg") center / cover no-repeat;
}

.cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  max-width: 1180px;
  margin: auto;
}

.site-footer {
  padding: 46px clamp(20px, 6vw, 88px);
  border-top: 1px solid var(--line);
  background: #050404;
}

.footer-grid {
  grid-template-columns: 1.4fr repeat(3, 1fr);
}

.footer-logo {
  width: 138px;
  margin-bottom: 16px;
  filter: brightness(1.14) contrast(1.08);
}

.site-footer p,
.site-footer a {
  color: rgba(255, 248, 236, 0.68);
  text-decoration: none;
}

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

.footer-column {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-column strong {
  color: var(--champagne);
}

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

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

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(5, 4, 4, 0.96);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 14px;
  }

  .split,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .lux-grid,
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand-link {
    min-width: auto;
  }

  .brand-text span {
    display: none;
  }

  .hero {
    min-height: 92vh;
    padding: 112px 18px 42px;
  }

  .hero-stats,
  .lux-grid,
  .services-grid,
  .portfolio-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .portfolio-item.large {
    grid-column: span 1;
  }

  .portfolio-item,
  .portfolio-item img {
    min-height: 300px;
  }

  .media-frame,
  .media-frame img {
    min-height: 340px;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .cta-band-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
