:root {
  --ink: #151410;
  --ink-soft: #25231d;
  --paper: #f2eadc;
  --paper-deep: #e5d8c1;
  --gold: #d3a34b;
  --rust: #9f3f29;
  --white: #fffdf7;
  --line: rgba(21, 20, 16, 0.2);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 10%, rgba(211, 163, 75, .09), transparent 28rem),
    var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  opacity: .16;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}
a { color: inherit; }
img, video { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-family: "Archivo Black", sans-serif; letter-spacing: -.12em; padding-right: .08em; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { text-decoration: none; font-weight: 600; font-size: .92rem; }
.nav-book { border-bottom: 2px solid var(--rust); padding-bottom: 4px; }
.menu-button { display: none; background: none; border: 1px solid var(--ink); padding: 8px 12px; font: inherit; font-weight: 700; }

.hero {
  width: min(calc(100% - 40px), var(--max));
  margin: 44px auto 0;
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  min-height: 650px;
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
}
.hero-media { min-height: 650px; position: relative; background: #38352d; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.08); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(21,20,16,.65)); }
.media-note { position: absolute; left: 24px; bottom: 20px; z-index: 2; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.hero-copy { padding: clamp(38px, 5vw, 72px); display: flex; flex-direction: column; justify-content: center; position: relative; }
.hero-copy::before { content: ""; width: 54px; height: 5px; background: var(--rust); margin-bottom: 30px; }
.eyebrow { margin: 0 0 12px; font-weight: 700; font-size: .78rem; text-transform: uppercase; letter-spacing: .16em; color: var(--rust); }
.hero .eyebrow { color: var(--gold); }
h1, h2 { font-family: "Archivo Black", sans-serif; font-weight: 400; line-height: .98; letter-spacing: -.035em; margin: 0; text-transform: uppercase; }
h1 { font-size: clamp(3.1rem, 6vw, 6.7rem); }
h2 { font-size: clamp(2.5rem, 5vw, 5.5rem); }
h3 { line-height: 1.2; }
.lead { font-size: 1.16rem; color: rgba(242,234,220,.82); max-width: 40rem; margin: 26px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; text-decoration: none; font-weight: 700; border: 1px solid; }
.button.primary { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.button.secondary { color: var(--paper); border-color: rgba(242,234,220,.45); }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.proof-strip { margin: 46px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(242,234,220,.18); padding-top: 20px; }
.proof-strip div { padding-right: 12px; }
.proof-strip dt { font-family: "Archivo Black"; font-size: 1.05rem; text-transform: uppercase; }
.proof-strip dd { margin: 2px 0 0; color: rgba(242,234,220,.58); font-size: .82rem; }

.section { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 112px 0; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading > p:last-child { max-width: 620px; font-size: 1.05rem; }
.featured-video { display: grid; grid-template-columns: 1.6fr .6fr; background: var(--ink); color: var(--paper); }
.featured-video video { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #000; }
.featured-video > div { padding: 34px; align-self: end; }
.featured-video h3 { font-family: "Archivo Black"; text-transform: uppercase; font-size: 1.8rem; margin: 12px 0 6px; }
.featured-video p { margin: 0; color: rgba(242,234,220,.64); }
.video-tag { font-size: .74rem; letter-spacing: .13em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.video-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 16px; }
.video-card { background: var(--white); border: 1px solid var(--line); }
.video-card video { width: 100%; aspect-ratio: 9/13; object-fit: cover; background: #000; }
.video-card > div { padding: 18px; }
.video-card h3 { margin: 0 0 4px; font-size: 1.02rem; }
.video-card p { margin: 0; color: #6f685d; font-size: .88rem; }
.is-hidden { display: none; }
.text-button { background: transparent; border: 0; border-bottom: 2px solid var(--rust); padding: 0 0 4px; margin-top: 22px; font: inherit; font-weight: 700; cursor: pointer; }

.shows { border-top: 1px solid var(--line); }
.narrow { max-width: 720px; }
.package-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--ink); }
.package-grid article { min-height: 270px; padding: 28px; border-right: 1px solid var(--ink); display: flex; flex-direction: column; }
.package-grid article:last-child { border: 0; }
.package-grid span { color: var(--rust); font-weight: 700; }
.package-grid h3 { font-family: "Archivo Black"; text-transform: uppercase; margin: auto 0 12px; font-size: 1.32rem; }
.package-grid p { margin: 0 0 4px; }
.package-grid strong { font-size: 1.08rem; }
.rate-note { color: #6f685d; font-size: .9rem; max-width: 760px; }

.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 8vw, 120px); border-top: 1px solid var(--line); }
.about-copy { font-size: 1.05rem; max-width: 650px; }
.about-copy .intro { font-size: 1.35rem; font-weight: 600; margin-top: 0; }
.experience { border-left: 4px solid var(--rust); padding-left: 24px; margin-top: 38px; }
.experience h3 { margin: 0 0 8px; text-transform: uppercase; font-size: .8rem; letter-spacing: .12em; }
.experience p { margin: 0; }

.book { width: 100%; max-width: none; padding: 100px max(20px, calc((100vw - var(--max))/2)); display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; background: var(--rust); color: var(--white); }
.book .eyebrow { color: var(--paper); }
.book p { max-width: 650px; }
.contact-card { align-self: center; border: 1px solid rgba(255,255,255,.35); padding: 30px; display: grid; gap: 14px; }
.contact-card > a:not(.button) { font-weight: 700; overflow-wrap: anywhere; }
.contact-card .button { margin-top: 10px; }

footer { width: min(calc(100% - 40px), var(--max)); min-height: 110px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-transform: uppercase; font-size: .75rem; font-weight: 700; letter-spacing: .08em; }

@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; }
  .hero-media { min-height: 440px; }
  .hero-media::after { background: linear-gradient(0deg, rgba(21,20,16,.55), transparent 45%); }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .package-grid { grid-template-columns: repeat(2, 1fr); }
  .package-grid article:nth-child(2) { border-right: 0; }
  .package-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .about, .book { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-header { min-height: 70px; }
  .brand { font-size: .85rem; }
  .brand-mark { width: 36px; height: 36px; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; top: 69px; left: 0; right: 0; padding: 18px 20px 24px; background: var(--paper); border-bottom: 1px solid var(--ink); flex-direction: column; align-items: flex-start; gap: 16px; }
  nav.is-open { display: flex; }
  .hero { width: 100%; margin-top: 0; }
  .hero-media { min-height: 340px; }
  .hero-copy { padding: 42px 20px; }
  h1 { font-size: clamp(2.75rem, 15vw, 4.5rem); }
  h2 { font-size: clamp(2.35rem, 12vw, 3.8rem); }
  .proof-strip { gap: 8px; }
  .featured-video { grid-template-columns: 1fr; }
  .featured-video > div { padding: 24px; }
  .video-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .video-card > div { padding: 13px; }
  .section { padding: 78px 0; }
  .package-grid { grid-template-columns: 1fr; }
  .package-grid article { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .package-grid article:nth-child(3) { border-bottom: 1px solid var(--ink); }
  .book { padding: 74px 20px; gap: 35px; }
  footer { align-items: flex-start; flex-direction: column; justify-content: center; padding: 28px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
