:root {
  --bg: #f7f0e8;
  --bg-soft: #efe2d7;
  --ink: #2c2624;
  --muted: #6d625d;
  --maroon: #5f2738;
  --blush: #b77a70;
  --sage: #8fb097;
  --line: rgba(44, 38, 36, 0.12);
  --card: rgba(255, 255, 255, 0.72);
  --shadow: 0 22px 50px rgba(52, 35, 28, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(183, 122, 112, 0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(143, 177, 151, 0.12), transparent 28%),
    linear-gradient(180deg, #fbf7f3 0%, var(--bg) 42%, #f5ede4 100%);
  font-family: "Manrope", system-ui, sans-serif;
}

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

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

.page-shell {
  width: min(1200px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 18px 0 44px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 14px 18px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 22px;
  background: rgba(247, 240, 232, 0.86);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 24px rgba(61, 42, 32, 0.08);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand img {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 12px 24px rgba(95, 39, 56, 0.18);
}

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

.brand strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.brand small {
  color: var(--muted);
  margin-top: 3px;
}

.nav {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 0.96rem;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--maroon);
}

.topbar-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.88rem 1.25rem;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.topbar-cta,
.button-primary {
  background: var(--maroon);
  color: #fff;
  box-shadow: 0 14px 24px rgba(95, 39, 56, 0.2);
}

.button-secondary {
  border: 1px solid rgba(95, 39, 56, 0.18);
  background: rgba(255, 255, 255, 0.5);
}

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

.hero,
.section {
  border: 1px solid var(--line);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: var(--shadow);
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  padding: 30px;
  overflow: hidden;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  margin: 0 0 10px;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blush);
  font-weight: 800;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 0.95;
}

h1 {
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  max-width: 10ch;
}

h2 {
  font-size: clamp(2.1rem, 4.2vw, 3.8rem);
  max-width: 11ch;
}

h3 {
  font-size: 2rem;
}

.lede,
.section p,
.quote-block p,
.details-panel p,
.contact-grid strong {
  line-height: 1.7;
}

.lede {
  color: var(--muted);
  font-size: 1.06rem;
  max-width: 60ch;
  margin: 18px 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.hero-facts {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 28px 0 0;
}

.hero-facts li,
.detail-card,
.contact-grid > div,
.about-band > div {
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(44, 38, 36, 0.08);
}

.hero-facts span,
.detail-card span,
.contact-grid span,
.about-band span {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}

.hero-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.hero-image {
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  min-height: 560px;
  box-shadow: 0 22px 60px rgba(28, 21, 18, 0.18);
  animation: drift 12s ease-in-out infinite alternate;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floating-note {
  max-width: 24rem;
  margin-left: auto;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(143, 177, 151, 0.15);
  border: 1px solid rgba(143, 177, 151, 0.3);
  color: var(--ink);
  font-weight: 700;
}

.section {
  margin-top: 24px;
  padding: 28px 30px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr);
  gap: 10px;
  margin-bottom: 22px;
}

.section-heading p:last-child {
  color: var(--muted);
  max-width: 64ch;
}

.section-heading.narrow {
  max-width: 64ch;
}

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

.service-card {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  padding: 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(44, 38, 36, 0.08);
}

.service-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 18px;
}

.service-card p {
  color: var(--muted);
  margin-top: 8px;
}

.service-card-text {
  align-items: end;
}

.service-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.55rem 0.9rem;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(95, 39, 56, 0.08);
  color: var(--maroon);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
}

.split-copy {
  padding-right: 10px;
}

.quote-block {
  margin-top: 16px;
  padding: 18px 20px;
  border-left: 4px solid var(--maroon);
  background: rgba(255, 255, 255, 0.78);
  border-radius: 18px;
}

.quote-block-alt {
  border-left-color: var(--sage);
}

.details-panel {
  display: grid;
  gap: 14px;
  align-content: start;
}

.detail-card a {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--maroon);
}

.about-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.about-band strong,
.contact-grid strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
}

.faq {
  display: grid;
  gap: 10px;
}

details {
  border-radius: 22px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(44, 38, 36, 0.08);
}

summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
}

summary::-webkit-details-marker {
  display: none;
}

details p {
  margin: 12px 0 0;
  color: var(--muted);
}

.contact {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 18px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-content: start;
}

.reveal {
  opacity: 1;
  transform: none;
}

@keyframes drift {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-8px);
  }
}

@media (max-width: 960px) {
  .topbar,
  .hero,
  .split,
  .contact {
    grid-template-columns: 1fr;
  }

  .topbar {
    position: static;
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .hero-facts,
  .about-band,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .page-shell {
    width: min(100vw - 20px, 1200px);
    padding-top: 10px;
  }

  .topbar,
  .hero,
  .section {
    border-radius: 24px;
  }

  .hero,
  .section {
    padding: 20px;
  }

  .hero-image {
    min-height: 340px;
  }

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

  .service-card img {
    height: 220px;
  }
}
