:root {
  --ink: #171514;
  --muted: #655f5a;
  --paper: #fbf7f2;
  --soft: #efe6dc;
  --line: rgba(23, 21, 20, 0.14);
  --gold: #b88a44;
  --rose: #9d555f;
  --deep: #241715;
  --white: #fffaf5;
  --shadow: 0 24px 70px rgba(36, 23, 21, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 56px);
  background: rgba(251, 247, 242, 0.86);
  border-bottom: 1px solid rgba(255, 250, 245, 0.56);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: var(--deep);
  border: 1px solid rgba(184, 138, 68, 0.5);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(36, 23, 21, 0.16);
}

.brand-mark img {
  width: 76px;
  max-width: none;
  transform: translateY(1px);
}

.nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 28px;
  color: #403936;
  font-size: 0.94rem;
}

.nav a {
  padding: 8px 0;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  min-width: 230px;
  padding: 10px;
  background: rgba(255, 250, 245, 0.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-dropdown-menu a {
  display: block;
  padding: 10px 12px;
  color: var(--ink);
  border-radius: 4px;
  white-space: nowrap;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus {
  color: var(--white);
  background: var(--deep);
  outline: none;
}

.nav-action,
.primary-button,
.secondary-button,
.contact-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border-radius: 4px;
  font-weight: 700;
}

.nav-action,
.primary-button {
  color: var(--white);
  background: var(--deep);
  padding: 12px 18px;
  box-shadow: 0 14px 34px rgba(36, 23, 21, 0.2);
}

.secondary-button {
  color: var(--white);
  border: 1px solid rgba(255, 250, 245, 0.55);
  padding: 12px 18px;
}

.menu-button {
  display: none;
  justify-self: end;
  width: 46px;
  height: 46px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(23, 21, 20, 0.78), rgba(23, 21, 20, 0.32)),
    url("https://images.unsplash.com/photo-1562322140-8baeececf3df?auto=format&fit=crop&w=2200&q=85") center / cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(23, 21, 20, 0.7), transparent);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(820px, calc(100% - 40px));
  margin: 0 clamp(20px, 6vw, 84px) 9vh;
}

.hero-logo {
  width: clamp(116px, 13vw, 176px);
  height: clamp(116px, 13vw, 176px);
  margin-bottom: 24px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(232, 188, 99, 0.72);
  border-radius: 50%;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

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

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

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

h1 {
  margin-bottom: 18px;
  font-size: clamp(4rem, 12vw, 9rem);
  line-height: 0.86;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 1;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.55rem;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(255, 250, 245, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

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

.section-band,
.services,
.gallery,
.testimonials,
.contact {
  padding: clamp(72px, 9vw, 124px) clamp(20px, 5vw, 72px);
}

.intro {
  background: var(--white);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
}

.intro-text {
  color: var(--muted);
  font-size: 1.08rem;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.stats span {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.stats strong {
  display: block;
  color: var(--rose);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  font-weight: 500;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto 34px;
}

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

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  max-width: 1320px;
  margin: 0 auto;
}

.service-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(36, 23, 21, 0.08);
}

.service-carousel {
  position: relative;
  overflow: hidden;
  height: 260px;
  background: var(--deep);
}

.carousel-track {
  display: flex;
  height: 100%;
  transition: transform 300ms ease;
}

.carousel-track img {
  flex: 0 0 100%;
  height: 260px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.carousel-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--white);
  background: rgba(23, 21, 20, 0.64);
  border: 1px solid rgba(255, 250, 245, 0.34);
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.carousel-button.prev {
  left: 12px;
}

.carousel-button.next {
  right: 12px;
}

.carousel-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 7px;
}

.carousel-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: rgba(255, 250, 245, 0.55);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-dots button.is-active {
  width: 22px;
  background: var(--gold);
  border-radius: 999px;
}

.service-card div {
  padding: 24px;
}

.service-card p {
  min-height: 96px;
  color: var(--muted);
}

.service-card a,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--rose);
  font-weight: 800;
}

.signature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  min-height: 620px;
  color: var(--white);
  background: var(--deep);
}

.signature-media {
  min-height: 520px;
  background: url("https://images.unsplash.com/photo-1521590832167-7bcbfaa6381f?auto=format&fit=crop&w=1500&q=85") center / cover;
}

.signature-content {
  align-self: center;
  padding: clamp(44px, 7vw, 86px);
}

.signature-content p:not(.section-kicker) {
  max-width: 560px;
  color: rgba(255, 250, 245, 0.78);
  font-size: 1.08rem;
}

.signature .text-link {
  color: var(--gold);
}

.gallery {
  background: var(--white);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr 0.9fr;
  gap: 14px;
  max-width: 1320px;
  margin: 0 auto;
}

.gallery-grid img {
  height: 430px;
  object-fit: cover;
  border-radius: 8px;
}

.gallery-grid img:nth-child(even) {
  margin-top: 42px;
}

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

.quote {
  padding: clamp(28px, 4vw, 48px);
  background: rgba(255, 250, 245, 0.64);
  border: 1px solid rgba(23, 21, 20, 0.1);
  border-radius: 8px;
}

.quote svg {
  color: var(--gold);
}

.quote p {
  margin: 18px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 3vw, 2.4rem);
  line-height: 1.1;
}

.quote span {
  color: var(--muted);
  font-weight: 700;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(36, 23, 21, 0.93), rgba(36, 23, 21, 0.78)),
    url("https://images.unsplash.com/photo-1620331311520-246422fd82f9?auto=format&fit=crop&w=1600&q=85") center / cover;
}

.contact p:not(.section-kicker) {
  color: rgba(255, 250, 245, 0.78);
  font-size: 1.08rem;
}

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

.contact-actions a {
  min-height: 78px;
  padding: 18px;
  color: var(--white);
  border: 1px solid rgba(255, 250, 245, 0.24);
  background: rgba(255, 250, 245, 0.08);
  backdrop-filter: blur(12px);
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(20px, 5vw, 72px);
  color: rgba(255, 250, 245, 0.78);
  background: #140f0e;
}

svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

@media (max-width: 1020px) {
  .topbar {
    grid-template-columns: auto auto;
  }

  .menu-button {
    display: inline-grid;
    place-items: center;
  }

  .nav,
  .nav-action {
    display: none;
  }

  .topbar.is-open .nav,
  .topbar.is-open .nav-action {
    display: flex;
  }

  .topbar.is-open {
    grid-template-columns: 1fr auto;
  }

  .topbar.is-open .nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
  }

  .topbar.is-open .nav-action {
    grid-column: 1 / -1;
  }

  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    margin-top: 8px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
  }

  .service-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro-grid,
  .signature,
  .contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .topbar {
    padding: 12px 16px;
  }

  .brand {
    font-size: 1rem;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin: 0 16px 48px;
  }

  h1 {
    font-size: clamp(3.3rem, 20vw, 5.8rem);
  }

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

  .stats,
  .service-grid,
  .gallery-grid,
  .testimonials,
  .contact-actions {
    grid-template-columns: 1fr;
  }

  .section-heading {
    display: block;
  }

  .service-card p {
    min-height: auto;
  }

  .gallery-grid img,
  .gallery-grid img:nth-child(even) {
    height: 330px;
    margin-top: 0;
  }

  footer {
    display: grid;
  }
}
