:root {
  --bg: #0c0b09;
  --bg-soft: #17120d;
  --paper: #f4eadc;
  --paper-muted: #e1d0bb;
  --text: #fffaf0;
  --muted: rgba(255, 250, 240, 0.72);
  --ink: #1f1710;
  --ink-muted: #675644;
  --gold: #bf8a3b;
  --gold-bright: #e0b765;
  --copper: #8f5737;
  --wood: #3a2418;
  --line: rgba(255, 250, 240, 0.18);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.025) 1px, transparent 1px) 0 0 / 76px 76px,
    radial-gradient(circle at 14% 8%, rgba(191, 138, 59, 0.12), transparent 26%),
    var(--bg);
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 18px clamp(18px, 4vw, 54px);
  background: linear-gradient(180deg, rgba(12, 11, 9, 0.86), rgba(12, 11, 9, 0.2));
  transition: background 180ms ease, border-color 180ms ease;
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  background: rgba(12, 11, 9, 0.94);
  border-bottom-color: rgba(255, 250, 240, 0.12);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(225, 189, 109, 0.7);
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 38px);
  color: rgba(255, 250, 240, 0.82);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.main-nav a {
  transition: color 160ms ease;
}

.main-nav a:hover {
  color: var(--gold-bright);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid rgba(225, 189, 109, 0.72);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  background: var(--gold);
  color: #14100b;
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 250, 240, 0.06);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.06);
  color: var(--text);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  padding: 150px clamp(20px, 5vw, 70px) 56px;
  overflow: hidden;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-image: url("https://images.unsplash.com/photo-1501386761578-eac5c94b800a?auto=format&fit=crop&w=1800&q=82");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(12, 11, 9, 0.94) 0%, rgba(36, 22, 14, 0.7) 46%, rgba(12, 11, 9, 0.24) 100%),
    linear-gradient(0deg, rgba(12, 11, 9, 0.92) 0%, rgba(12, 11, 9, 0.12) 48%, rgba(12, 11, 9, 0.5) 100%);
}

.hero-content {
  position: relative;
  max-width: 760px;
  z-index: 2;
}

.hero-intro,
.section-kicker {
  margin: 0 0 18px;
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

h1 {
  max-width: 880px;
  margin-bottom: 24px;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.96;
}

.hero-copy {
  max-width: 650px;
  color: rgba(255, 250, 240, 0.82);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

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

.hero-card {
  position: absolute;
  right: clamp(20px, 5vw, 70px);
  bottom: 54px;
  z-index: 2;
  width: min(320px, calc(100vw - 40px));
  padding: 22px;
  border-left: 3px solid var(--gold);
  background: rgba(12, 11, 9, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.15;
}

.intro-section,
.sound-section,
.services,
.gallery,
.events,
.contact {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.intro-section {
  padding: 86px 0 76px;
  text-align: center;
}

.intro-section h2,
.section-heading h2,
.feature-copy h2,
.contact-copy h2 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
}

.intro-section p {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255, 250, 240, 0.72);
  font-size: 19px;
  line-height: 1.7;
}

.sound-section {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: stretch;
  padding: 34px 0 98px;
}

.sound-copy {
  padding: clamp(28px, 5vw, 56px);
  border-top: 1px solid rgba(224, 183, 101, 0.42);
  border-bottom: 1px solid rgba(224, 183, 101, 0.18);
  background:
    linear-gradient(135deg, rgba(143, 87, 55, 0.2), rgba(255, 250, 240, 0.035)),
    rgba(23, 18, 13, 0.9);
}

.sound-copy h2 {
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.8vw, 62px);
  font-weight: 500;
  line-height: 1.03;
}

.sound-copy p {
  max-width: 780px;
  margin-bottom: 0;
  color: rgba(255, 250, 240, 0.75);
  font-size: 19px;
  line-height: 1.78;
}

.sound-panel {
  display: grid;
  align-content: end;
  min-height: 360px;
  padding: 28px;
  border: 1px solid rgba(224, 183, 101, 0.35);
  background:
    linear-gradient(rgba(31, 23, 16, 0.58), rgba(31, 23, 16, 0.86)),
    url("https://images.unsplash.com/photo-1528642474498-1af0c17fd8c3?auto=format&fit=crop&w=900&q=82") center / cover;
  box-shadow: var(--shadow);
}

.sound-panel span {
  margin-bottom: 12px;
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.sound-panel strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.12;
}

.services {
  padding: 36px 0 104px;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: end;
  gap: 40px;
  margin-bottom: 36px;
}

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

.service-grid article {
  min-height: 500px;
  display: grid;
  align-content: end;
  position: relative;
  overflow: hidden;
  background: var(--wood);
  border: 1px solid rgba(224, 183, 101, 0.14);
}

.service-grid img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9);
  transition: transform 420ms ease;
}

.service-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(12, 11, 9, 0.92), rgba(12, 11, 9, 0.1) 62%);
}

.service-grid article:hover img {
  transform: scale(1.04);
}

.service-grid article div {
  position: relative;
  z-index: 1;
  padding: 28px;
}

.service-grid h3,
.timeline h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
}

.service-grid p,
.feature-copy p,
.timeline p,
.contact-copy p {
  color: rgba(255, 250, 240, 0.72);
  line-height: 1.65;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  min-height: 680px;
  background:
    linear-gradient(90deg, rgba(143, 87, 55, 0.1), transparent 40%),
    var(--paper);
  color: var(--ink);
}

.feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-copy {
  align-self: center;
  padding: clamp(42px, 6vw, 86px);
}

.feature-copy .section-kicker {
  color: #9a6f27;
}

.feature-copy p {
  color: var(--ink-muted);
  font-size: 18px;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  display: grid;
  gap: 14px;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #2a2117;
  font-weight: 650;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 12px;
  height: 12px;
  background: var(--gold);
}

.gallery {
  padding: 104px 0 32px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: repeat(2, minmax(250px, 1fr));
  gap: 18px;
}

.gallery figure {
  position: relative;
  min-height: 250px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(224, 183, 101, 0.22);
  background: var(--wood);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
}

.gallery-large {
  grid-row: 1 / span 2;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
  transition: transform 460ms ease;
}

.gallery figure:hover img {
  transform: scale(1.035);
}

.gallery figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 12px;
  border-left: 2px solid var(--gold);
  background: rgba(12, 11, 9, 0.74);
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.events {
  padding: 104px 0;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.timeline div {
  min-height: 280px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(143, 87, 55, 0.12), transparent),
    var(--bg-soft);
}

.timeline span {
  display: block;
  margin-bottom: 52px;
  color: var(--gold-bright);
  font-weight: 800;
}

.quote-section {
  padding: clamp(76px, 10vw, 132px) clamp(22px, 8vw, 120px);
  background:
    linear-gradient(rgba(12, 11, 9, 0.64), rgba(31, 23, 16, 0.9)),
    url("https://images.unsplash.com/photo-1540039155733-5bb30b53aa14?auto=format&fit=crop&w=1800&q=82") center / cover;
}

.quote-section p {
  max-width: 980px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 1.12;
  text-align: center;
}

.contact {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(28px, 6vw, 82px);
  padding: 104px 0;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: clamp(22px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(143, 87, 55, 0.08), transparent 45%),
    var(--paper);
  color: var(--ink);
  border-top: 3px solid var(--gold);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #3a3025;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d1c1aa;
  border-radius: 0;
  background: #fffaf2;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  line-height: 1.4;
  padding: 14px 13px;
}

.contact-form textarea {
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.contact-form .button {
  border: 0;
  cursor: pointer;
}

.form-note {
  margin: 0;
  color: #5f5549;
  font-size: 14px;
  line-height: 1.5;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(20px, 5vw, 70px);
  border-top: 1px solid var(--line);
  color: rgba(255, 250, 240, 0.74);
}

.site-footer p {
  margin: 0;
}

.site-footer a:last-child {
  color: var(--gold-bright);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
    grid-column: 3;
  }

  .main-nav.is-open {
    position: fixed;
    inset: 78px 16px auto;
    display: grid;
    justify-content: stretch;
    gap: 0;
    padding: 12px;
    background: rgba(12, 11, 9, 0.96);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open a {
    padding: 18px;
    border-bottom: 1px solid var(--line);
  }

  .main-nav.is-open a:last-child {
    border-bottom: 0;
  }

  .hero {
    min-height: 92vh;
    padding-top: 132px;
  }

  .hero-card {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 38px;
  }

  .section-heading,
  .sound-section,
  .feature-band,
  .contact {
    grid-template-columns: 1fr;
  }

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

  .service-grid article {
    min-height: 380px;
  }

  .feature-media {
    min-height: 380px;
  }

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

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .gallery-large {
    grid-row: auto;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

  .brand {
    gap: 10px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand strong {
    font-size: 18px;
    max-width: 190px;
    white-space: nowrap;
  }

  .menu-toggle {
    display: none;
  }

  .main-nav {
    position: fixed;
    top: 76px;
    left: 0;
    z-index: 24;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    width: 354px;
    max-width: calc(100vw - 36px);
    padding: 10px 16px;
    background: rgba(12, 11, 9, 0.9);
    border-top: 1px solid rgba(255, 250, 240, 0.08);
    border-bottom: 1px solid rgba(255, 250, 240, 0.08);
    font-size: 9px;
    letter-spacing: 0.1em;
    backdrop-filter: blur(12px);
  }

  .main-nav a:last-child {
    display: none;
  }

  .hero {
    padding: 172px 18px 56px;
  }

  .hero-content,
  .hero-copy {
    width: 354px;
    max-width: calc(100vw - 36px);
  }

  .hero-intro {
    max-width: 320px;
    font-size: 10px;
    line-height: 1.55;
    letter-spacing: 0.13em;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .intro-section,
  .sound-section,
  .services,
  .gallery,
  .events,
  .contact {
    width: min(100% - 32px, var(--max));
  }

  .timeline,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .quote-section p {
    text-align: left;
  }
}
