:root {
  --ink: #050505;
  --black: #0b0a08;
  --paper: #fff9ea;
  --cream: #f5ecd7;
  --gold: #d6ad45;
  --gold-bright: #ffe59a;
  --gold-deep: #8a651f;
  --champagne: #f1dca8;
  --line: rgba(214, 173, 69, 0.28);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  --metallic-gold: linear-gradient(135deg, #7c5514 0%, #f8d878 22%, #fff2bc 38%, #c8942f 57%, #6f4a12 75%, #f3c967 100%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 50%;
  display: grid;
  width: calc(100% - 24px);
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 10px 14px 10px 18px;
  border: 1px solid rgba(255, 229, 154, 0.34);
  border-radius: 28px;
  background: rgba(8, 7, 6, 0.78);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.34);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.brand,
.header-actions,
.social-links,
.footer-links,
.hero-actions,
.booking-panel {
  display: flex;
  align-items: center;
}

.brand {
  width: 150px;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: 100%;
  height: 44px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 0 14px rgba(214, 173, 69, 0.2));
}

.header-cta {
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 750;
}

.header-cta {
  justify-self: end;
  background: var(--metallic-gold);
  color: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  min-height: 76svh;
  overflow: hidden;
  align-items: end;
  padding: 118px max(24px, calc((100vw - 1120px) / 2)) 72px;
  isolation: isolate;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: 58% center;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.64) 44%, rgba(0, 0, 0, 0.18)),
    radial-gradient(circle at 22% 54%, rgba(214, 173, 69, 0.34), rgba(214, 173, 69, 0) 30%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0) 48%);
}

.hero-content {
  width: min(500px, 100%);
  padding: 28px 28px 30px;
  border: 1px solid rgba(255, 229, 154, 0.2);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.24));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  color: #fffaf4;
  backdrop-filter: blur(8px);
}

.hero-logo {
  display: block;
  width: min(390px, 100%);
  height: auto;
  margin: 0 0 18px;
  filter:
    drop-shadow(0 0 20px rgba(214, 173, 69, 0.18))
    drop-shadow(0 18px 32px rgba(0, 0, 0, 0.4));
}

.header-actions {
  justify-content: flex-end;
  gap: 14px;
  min-width: 0;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  color: var(--champagne);
  font-size: 0.86rem;
  font-weight: 800;
  white-space: nowrap;
}

.social-links {
  gap: 8px;
}

.social-link {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 229, 154, 0.34);
  border-radius: 999px;
  color: var(--gold-bright);
  background: rgba(255, 248, 241, 0.07);
}

.social-link svg {
  display: block;
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--gold-bright);
}

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

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

h1,
h2 {
  line-height: 1.04;
  letter-spacing: 0;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-weight: 500;
}

h1 {
  max-width: 500px;
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.6vw, 3.6rem);
}

h1 span {
  display: block;
  background: var(--metallic-gold);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
}

h3 {
  margin-bottom: 12px;
  font-size: 1.08rem;
  line-height: 1.1;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-weight: 600;
}

.hero-copy {
  width: min(470px, 100%);
  margin-bottom: 24px;
  color: rgba(255, 250, 244, 0.84);
  font-size: 0.96rem;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

.button.primary {
  background: var(--metallic-gold);
  color: var(--ink);
  box-shadow: 0 14px 38px rgba(214, 173, 69, 0.28);
}

.button.secondary {
  border-color: rgba(255, 229, 154, 0.48);
  color: #fffaf4;
}

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

.band,
.services {
  padding: 64px max(24px, calc((100vw - 1120px) / 2));
}

.booking {
  background:
    linear-gradient(135deg, rgba(214, 173, 69, 0.12), rgba(214, 173, 69, 0) 32%),
    var(--ink);
  color: var(--paper);
}

.booking {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 42px;
  align-items: center;
}

.booking p {
  color: rgba(255, 248, 241, 0.72);
  font-size: 0.96rem;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.section-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.service-card {
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 229, 154, 0.08), rgba(255, 229, 154, 0)),
    #100f0d;
  box-shadow: var(--shadow);
}

.service-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.service-card p {
  color: rgba(255, 249, 234, 0.72);
  font-size: 0.92rem;
}

.service-card-header h3,
.service-card-header p {
  margin-bottom: 0;
}

.service-price {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 229, 154, 0.34);
  border-radius: 999px;
  padding: 4px 9px;
  background: rgba(255, 229, 154, 0.08);
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.booking {
  align-items: center;
}

.booking code {
  border-radius: 5px;
  background: rgba(255, 248, 241, 0.1);
  padding: 2px 6px;
  color: #fffaf4;
}

.booking-panel {
  justify-content: space-between;
  gap: 20px;
  padding: 22px;
  border: 1px solid rgba(255, 248, 241, 0.18);
  border-radius: 8px;
  background: rgba(255, 248, 241, 0.08);
}

.booking-panel .button {
  flex: 0 0 auto;
}

.booking-note {
  margin: 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px max(24px, calc((100vw - 1120px) / 2));
  background: #050505;
  border-top: 1px solid var(--line);
  font-size: 0.86rem;
}

.site-footer p {
  margin: 0;
  font-weight: 850;
}

.footer-links {
  gap: 18px;
}

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

  .header-actions {
    gap: 10px;
  }

  .hero {
    min-height: 78svh;
    padding-top: 112px;
    padding-bottom: 96px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.48)),
      linear-gradient(0deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0) 54%);
  }

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

  .section-heading,
  .site-footer,
  .booking-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .band,
  .services {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}

@media (max-width: 520px) {
  .site-header {
    width: calc(100% - 20px);
    gap: 10px;
    padding: 8px 10px;
  }

  .brand {
    width: 112px;
  }

  .brand-logo {
    height: 34px;
  }

  .phone-link {
    display: none;
  }

  .social-link {
    width: 32px;
    height: 32px;
  }

  .header-cta {
    padding: 7px 10px;
    font-size: 0.78rem;
  }

  .hero-content {
    padding: 22px;
  }

  .hero-copy,
  .booking p {
    font-size: 0.92rem;
  }

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

  .service-card {
    min-height: 160px;
  }
}
