@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --bg: #050505;
  --surface: #0d0d0d;
  --text: #f4f4f0;
  --muted: #9a9a95;
  --line: rgba(255,255,255,.13);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0; left: 0; right: 0;
  height: 82px;
  padding: 0 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to bottom, rgba(0,0,0,.75), transparent);
}
.brand img {
  width: 86px;
  height: 48px;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: screen;
}
.nav { display: flex; gap: 32px; font-size: 11px; letter-spacing: .18em; font-weight: 700; }
.nav a { opacity: .78; transition: opacity .2s; }
.nav a:hover { opacity: 1; }

.nav-toggle, .nav-button { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 0 7vw 9vh;
}
.hero-image {
  position: absolute;
  inset: 0;
  background:
    url("images/hero.png") center 25% / cover no-repeat;
  filter: grayscale(100%);
  transform: scale(1.02);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.50) 45%, rgba(0,0,0,.18) 100%),
    linear-gradient(0deg, rgba(0,0,0,.95) 0%, rgba(0,0,0,.15) 60%, rgba(0,0,0,.25) 100%);
}
.hero-content { position: relative; z-index: 2; max-width: 760px; }
.eyebrow {
  margin: 0 0 18px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .28em;
  color: #bdbdb7;
}
.hero h1 {
  margin: 0;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(70px, 12vw, 170px);
  line-height: .78;
  letter-spacing: -.07em;
  font-weight: 700;
}
.hero h1 span { font-weight: 400; }
.tagline {
  margin: 30px 0 10px;
  font-size: 12px;
  letter-spacing: .35em;
  font-weight: 700;
}
.hero-copy { color: #d0d0cb; font-size: 15px; max-width: 500px; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,.5);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  transition: .2s ease;
}
.button-light { background: var(--text); color: #050505; border-color: var(--text); }
.button-light:hover { background: #d7d7d2; }
.button-ghost:hover { background: rgba(255,255,255,.10); }
.scroll-indicator {
  position: absolute;
  z-index: 2;
  right: 4vw;
  bottom: 42px;
  writing-mode: vertical-rl;
  font-size: 9px;
  letter-spacing: .2em;
  color: #aaa;
}
.scroll-indicator span { margin-top: 8px; }

.section {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: 150px 7vw;
}
.section-number {
  position: absolute;
  top: 152px;
  left: 7vw;
  color: #555;
  font-size: 10px;
  letter-spacing: .2em;
}
.section-content { max-width: 730px; margin-left: 9%; }
.section-content.wide { max-width: 100%; }
h2 {
  margin: 0 0 42px;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(48px, 7vw, 90px);
  line-height: .9;
  letter-spacing: -.055em;
}
h2 em { font-style: normal; font-weight: 400; color: #aaa; }
.lead { font-size: 21px; line-height: 1.55; color: #ddd; margin-bottom: 26px; }
.section-content > p:not(.eyebrow):not(.lead) { color: var(--muted); max-width: 650px; }

.sound { background: var(--surface); max-width: none; }
.sound .section-content { max-width: 1040px; margin: 0 auto; }
.sound-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
}
.sound-grid article {
  padding: 34px 30px 36px 0;
  border-bottom: 1px solid var(--line);
}
.sound-grid article:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 50px; }
.sound-grid article:nth-child(even) { padding-left: 50px; }
.sound-grid span { color: #666; font-size: 10px; letter-spacing: .15em; }
.sound-grid h3 { font-size: 17px; letter-spacing: .08em; margin: 15px 0 10px; }
.sound-grid p { margin: 0; color: var(--muted); font-size: 14px; max-width: 430px; }

.statement {
  padding: 170px 7vw;
  text-align: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.statement-inner { max-width: 1000px; margin: auto; }
.statement blockquote {
  margin: 0;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(44px, 7vw, 92px);
  line-height: .95;
  letter-spacing: -.05em;
}
.statement blockquote em { color: #999; font-style: normal; font-weight: 400; }
.statement-small { margin-top: 36px; font-size: 10px; letter-spacing: .3em; color: #777; }

.gallery { max-width: none; }
.gallery .section-content { max-width: 1040px; margin: 0 auto; }
.gallery-grid {
  display: grid;
  grid-template-columns: 1.35fr .9fr;
  gap: 18px;
  align-items: stretch;
}
.gallery-grid figure { margin: 0; overflow: hidden; background: #111; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-grid figure:hover img { transform: scale(1.025); }
.gallery-main { min-height: 560px; }
.gallery-grid figure:not(.gallery-main) { min-height: 560px; }
.social-proof {
  margin-top: 22px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.social-proof h3 { margin: 0; font-size: 27px; line-height: 1.15; }

.booking { padding-bottom: 170px; }
.contact-card { margin-top: 48px; border-top: 1px solid var(--line); }
.contact-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
  gap: 20px;
}
.contact-line span { color: #666; font-size: 9px; letter-spacing: .2em; font-weight: 700; }
.contact-line strong { font-size: 15px; font-weight: 500; }
.contact-line:hover strong { text-decoration: underline; text-underline-offset: 5px; }

.footer {
  border-top: 1px solid var(--line);
  padding: 40px 7vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  color: #666;
  font-size: 9px;
  letter-spacing: .15em;
}
.footer img { width: 76px; height: 42px; object-fit: contain; mix-blend-mode: screen; }
.footer a:hover { color: #aaa; }

@media (max-width: 760px) {
  .site-header { height: 70px; padding: 0 22px; }
  .brand img { width: 72px; height: 42px; }
  .nav-button {
    display: flex;
    width: 38px; height: 38px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
  }
  .nav-button span { width: 22px; height: 1px; background: #fff; display: block; }
  .nav {
    position: fixed;
    inset: 70px 0 auto 0;
    display: none;
    flex-direction: column;
    gap: 0;
    background: rgba(5,5,5,.98);
    border-bottom: 1px solid var(--line);
  }
  .nav a { padding: 18px 24px; border-top: 1px solid var(--line); }
  .nav-toggle:checked ~ .nav { display: flex; }

  .hero { min-height: 92svh; padding: 0 24px 70px; }
  .hero-image { background-position: 54% center; }
  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.50) 55%, rgba(0,0,0,.22) 100%);
  }
  .hero h1 { font-size: clamp(68px, 22vw, 120px); }
  .tagline { letter-spacing: .22em; }
  .hero-copy { font-size: 13px; }
  .scroll-indicator { display: none; }

  .section { padding: 105px 24px; }
  .section-number { position: static; margin-bottom: 24px; }
  .section-content { margin-left: 0; }
  h2 { font-size: clamp(48px, 15vw, 76px); margin-bottom: 30px; }
  .lead { font-size: 18px; }

  .sound-grid { grid-template-columns: 1fr; }
  .sound-grid article,
  .sound-grid article:nth-child(odd),
  .sound-grid article:nth-child(even) {
    border-right: 0;
    padding: 28px 0;
  }

  .statement { padding: 110px 24px; }
  .statement blockquote { font-size: clamp(43px, 13vw, 70px); }

  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-main,
  .gallery-grid figure:not(.gallery-main) { min-height: 420px; }
  .social-proof { align-items: flex-start; flex-direction: column; }
  .social-proof h3 { font-size: 24px; }

  .booking { padding-bottom: 120px; }
  .contact-line { align-items: flex-start; flex-direction: column; gap: 6px; }

  .footer { padding: 32px 24px; flex-direction: column; align-items: flex-start; }
}
