:root {
  --gold: #c8942e;
  --gold-deep: #a97718;
  --ink: #353535;
  --muted: #62615d;
  --sage: #6b7a70;
  --cream: #fffaf0;
  --veil: rgba(255, 252, 245, 0.84);
  --shadow: 0 22px 80px rgba(91, 67, 24, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #f5ead4;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Segoe UI", system-ui, -apple-system, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.page-shell {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(195, 143, 36, 0.28), transparent 14%),
    #f9f0df;
}

.hero {
  position: relative;
  display: grid;
  min-height: clamp(720px, 83vh, 980px);
  padding: clamp(28px, 4vw, 56px) clamp(18px, 4vw, 64px) 145px;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  content: "";
  background-image: url("hero-reference.png");
  background-position: center;
  background-size: cover;
  filter: saturate(0.88) blur(1px);
  opacity: 0.58;
  transform: scale(1.01);
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.99) 0 34%, rgba(255, 255, 255, 0.86) 54%, rgba(255, 249, 238, 0.48) 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.62) 64%, rgba(248, 237, 214, 0.98) 100%);
}

.ambient-panel {
  position: absolute;
  top: clamp(18px, 4vw, 44px);
  right: clamp(16px, 4vw, 40px);
  z-index: 4;
}

.music-button {
  display: grid;
  grid-template-columns: 42px minmax(104px, 1fr) 48px;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  padding: 10px 16px 10px 10px;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow);
  cursor: pointer;
  backdrop-filter: blur(18px);
}

.music-icon,
.email-link span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(145deg, var(--gold), var(--gold-deep));
}

.music-icon svg,
.email-link svg,
.contact-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.music-copy {
  display: grid;
  gap: 1px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.music-copy span {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0;
}

.music-copy small {
  color: var(--gold-deep);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0;
}

.switch {
  position: relative;
  display: block;
  width: 44px;
  height: 26px;
  border-radius: 999px;
  background: #b8b8b8;
}

.switch span {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease;
}

.music-button.is-playing .switch {
  background: linear-gradient(145deg, var(--gold), #d8b05b);
}

.music-button.is-playing .switch span {
  transform: translateX(18px);
}

.hero-content {
  align-self: center;
  justify-self: center;
  width: min(760px, 100%);
  margin-top: 38px;
  text-align: center;
}

.logo-mark {
  display: block;
  width: 164px;
  height: auto;
  margin: 0 auto 18px;
  filter: drop-shadow(0 14px 22px rgba(40, 40, 40, 0.12));
}

.brand-kicker {
  margin: 0;
  color: #313236;
  font-size: 1.38rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ornament {
  width: 180px;
  height: 20px;
  margin: 12px auto 8px;
  background:
    radial-gradient(circle, var(--gold) 0 6px, transparent 7px),
    linear-gradient(90deg, transparent, var(--gold), transparent);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 1px, 100% 1px;
}

h1 {
  margin: 0;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6.35rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: uppercase;
}

.subtitle {
  margin: clamp(20px, 3vw, 28px) auto 18px;
  font-size: 1.02rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.quote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 18px auto 28px;
  color: #4c4c4c;
}

.quote span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.1rem;
  line-height: 1;
}

.quote p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.38rem;
  font-style: italic;
  line-height: 1.2;
}

.actions {
  display: flex;
  justify-content: center;
  margin: 34px 0 22px;
}

.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  min-width: 260px;
  padding: 0 26px;
  border: 1px solid var(--gold);
  border-radius: 8px;
  color: var(--gold-deep);
  background: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.contact-button:hover,
.contact-button:focus-visible {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 34px rgba(157, 107, 18, 0.2);
  transform: translateY(-2px);
}

.email-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #4d4c49;
  font-size: 1.12rem;
  text-decoration: none;
}

.email-link span {
  width: 30px;
  height: 30px;
}

.email-link svg {
  width: 17px;
  height: 17px;
}

.site-footer {
  position: relative;
  margin-top: -104px;
  padding: 92px clamp(22px, 6vw, 90px) 26px;
  overflow: hidden;
  color: #3d3a34;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.68), transparent 24%),
    linear-gradient(100deg, #e4b452 0%, #fff8e8 41%, #d5a144 100%);
  clip-path: ellipse(105% 100% at 50% 100%);
}

.site-footer::before {
  position: absolute;
  top: 1px;
  left: -4%;
  width: 108%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.footer-logo {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 78px;
  height: auto;
  opacity: 0.75;
  transform: translateX(-50%);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(260px, 1.2fr);
  gap: 32px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}

.footer-brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-brand span {
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-grid p {
  margin: 0;
  color: #58544c;
  text-align: right;
}

.copyright {
  margin: 34px 0 0;
  color: #777068;
  font-size: 0.92rem;
  text-align: center;
}

@media (max-width: 820px) {
  .hero {
    min-height: auto;
    padding-top: 104px;
    padding-bottom: 134px;
  }

  .ambient-panel {
    right: 50%;
    transform: translateX(50%);
  }

  .music-button {
    grid-template-columns: 38px minmax(96px, 1fr) 44px;
    gap: 10px;
    min-height: 58px;
    padding-right: 12px;
  }

  .music-icon {
    width: 38px;
    height: 38px;
  }

  .hero-content {
    margin-top: 0;
  }

  .logo-mark {
    width: 136px;
    margin-bottom: 16px;
  }

  h1 {
    font-size: 4.9rem;
  }

  .subtitle {
    font-size: 0.94rem;
  }

  .quote {
    gap: 7px;
  }

  .quote span {
    font-size: 2.4rem;
  }

  .contact-button {
    width: min(100%, 330px);
    min-width: 0;
  }

  .site-footer {
    margin-top: -82px;
    padding-top: 78px;
    clip-path: ellipse(155% 100% at 50% 100%);
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .footer-grid p {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .hero {
    padding-inline: 16px;
  }

  .music-copy span {
    font-size: 0.66rem;
  }

  .music-copy small {
    font-size: 0.6rem;
  }

  .brand-kicker {
    font-size: 1rem;
  }

  h1 {
    font-size: 3rem;
  }

  .subtitle {
    font-size: 0.78rem;
  }

  .email-link {
    font-size: 1rem;
  }
}

.youtube-audio {
  position: fixed;
  left: -9999px;
  bottom: 0;
  width: 1px;
  height: 1px;
  border: 0;
  opacity: 0.01;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}
