:root {
  --black: #050505;
  --ink: #101010;
  --charcoal: #181716;
  --soft-black: #22201d;
  --gold: #c8a45c;
  --gold-light: #efd99d;
  --ivory: #f8f3ea;
  --muted: #c8beb0;
  --rose: #d7beb2;
  --line: rgba(239, 217, 157, 0.22);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ivory);
  background: var(--black);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 92px;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 80% 10%, rgba(200, 164, 92, 0.12), transparent 24rem),
    linear-gradient(180deg, #040404 0%, #11100f 48%, #060606 100%);
  color: var(--ivory);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--gold);
  color: var(--black);
  padding: 0.7rem 1rem;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
  min-height: 76px;
  padding: 0.7rem 4vw;
  border-bottom: 1px solid rgba(239, 217, 157, 0.14);
  background: rgba(5, 5, 5, 0.86);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.32);
}

.brand {
  display: grid;
  gap: 0.05rem;
  min-width: 0;
  color: var(--gold-light);
}

.brand-wordmark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--ivory);
}

.brand-byline {
  color: var(--gold-light);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.1;
}

.brand-wordmark,
.brand-byline {
  white-space: nowrap;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 1.05rem;
  color: var(--muted);
  font-size: 0.96rem;
}

.site-nav a,
.site-footer a {
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-footer a:hover {
  color: var(--gold-light);
}

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  font-weight: 700;
}

.header-action,
.button-primary {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #101010;
  box-shadow: 0 14px 30px rgba(200, 164, 92, 0.24);
}

.button-secondary {
  border: 1px solid var(--line);
  color: var(--gold-light);
  background: rgba(5, 5, 5, 0.5);
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 0.5rem;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ivory);
  padding: 0.65rem 0.8rem;
  cursor: pointer;
}

.menu-icon {
  display: grid;
  gap: 4px;
}

.menu-icon span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--gold-light);
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 78svh;
  padding: 7rem 4vw 5rem;
  overflow: hidden;
  background-image: url("assets/betty.jpg?v=20260722b");
  background-size: cover;
  background-position: center 42%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 42%, rgba(0, 0, 0, 0.28) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.7));
}

.hero-content {
  position: relative;
  width: min(720px, 100%);
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--gold-light);
  font-weight: 700;
}

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

h1 {
  margin-bottom: 1.2rem;
  max-width: 740px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4rem;
  line-height: 1.04;
  font-weight: 500;
}

h2 {
  margin-bottom: 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.6rem;
  line-height: 1.12;
  font-weight: 500;
}

h3 {
  margin-bottom: 0.7rem;
  font-size: 1.12rem;
  line-height: 1.25;
}

.hero-lead {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.15rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
  color: var(--muted);
}

.hero-notes li {
  border-left: 2px solid var(--gold);
  padding-left: 0.75rem;
}

.section,
.service-band,
.contact-section {
  padding: 5.5rem 4vw;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2.4rem;
}

.intro-grid,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 2rem;
  align-items: start;
}

.intro-copy {
  color: var(--muted);
  font-size: 1.05rem;
}

.intro-signature {
  display: inline-grid;
  gap: 0.1rem;
  margin-top: 1rem;
  border-left: 2px solid var(--gold);
  padding-left: 1rem;
}

.intro-signature span {
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}

.intro-signature strong {
  color: var(--gold-light);
  font-size: 0.9rem;
  text-transform: uppercase;
}

.about-photo-card {
  position: relative;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #070707;
  box-shadow: var(--shadow);
}

.about-photo-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.42)),
    radial-gradient(circle at 18% 18%, rgba(239, 217, 157, 0.2), transparent 16rem);
  pointer-events: none;
}

.about-photo-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 36%;
  filter: contrast(1.04);
}

.about-photo-card figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: grid;
  gap: 0.15rem;
  border: 1px solid rgba(239, 217, 157, 0.24);
  border-radius: 8px;
  padding: 0.9rem 1rem;
  background: rgba(5, 5, 5, 0.72);
  backdrop-filter: blur(12px);
}

.about-photo-card figcaption span {
  color: var(--gold-light);
  font-weight: 800;
}

.about-photo-card figcaption strong {
  color: var(--ivory);
  font-size: 0.95rem;
}

.service-band {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(200, 164, 92, 0.14), transparent 42%),
    #0b0a09;
}

.service-grid,
.info-grid,
.gallery-grid {
  display: grid;
  gap: 1rem;
}

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

.service-grid article,
.price-card,
.info-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.service-grid article {
  min-height: 172px;
  padding: 1.35rem;
}

.service-grid p,
.info-grid p,
.rule-item p,
.contact-copy p {
  color: var(--muted);
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.price-card {
  padding: 1.25rem;
}

.price-card h3 {
  color: var(--gold-light);
}

.price-card dl {
  display: grid;
  gap: 0.55rem;
  margin: 0;
}

.price-card div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: baseline;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 0.55rem;
}

.price-card dt {
  color: var(--muted);
}

.price-card dd {
  margin: 0;
  color: var(--ivory);
  font-weight: 700;
  white-space: nowrap;
}

.info-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
    var(--charcoal);
}

.info-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-grid article {
  min-height: 220px;
  padding: 1.2rem;
}

.info-grid span {
  display: inline-flex;
  margin-bottom: 1.2rem;
  color: var(--gold-light);
  font-weight: 800;
}

.house-rules-section {
  background:
    radial-gradient(circle at 18% 22%, rgba(200, 164, 92, 0.13), transparent 24rem),
    linear-gradient(180deg, #050505, #11100f 48%, #050505);
}

.house-rules-layout {
  max-width: 980px;
  margin: 0 auto;
}

.rules-list {
  display: grid;
  gap: 0.85rem;
  border: 1px solid rgba(239, 217, 157, 0.2);
  border-radius: 8px;
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01)),
    rgba(0, 0, 0, 0.32);
  box-shadow: var(--shadow);
}

.rule-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  border-bottom: 1px solid rgba(239, 217, 157, 0.16);
  padding: 0.95rem 0.4rem 1rem;
}

.rule-item:last-of-type {
  border-bottom: 0;
}

.rule-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(239, 217, 157, 0.42);
  border-radius: 50%;
  color: var(--gold-light);
  background: rgba(5, 5, 5, 0.7);
}

.rule-icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.rule-item h3 {
  margin-bottom: 0.35rem;
  color: var(--gold-light);
}

.rule-item p {
  margin-bottom: 0;
}

.rules-thanks {
  margin: 0.4rem 0 0;
  border-top: 1px solid rgba(239, 217, 157, 0.24);
  padding: 1rem 0.4rem 0.2rem;
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  text-align: center;
}

.gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(240px, 18vw);
}

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ink);
}

.gallery-wide {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transition: transform 300ms ease;
}

.gallery-crop-clean img {
  object-position: 50% 54%;
  transform: scale(1.24);
}

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

.gallery-grid .gallery-crop-clean:hover img {
  transform: scale(1.28);
}

.contact-section {
  background:
    linear-gradient(135deg, rgba(200, 164, 92, 0.18), transparent 40%),
    #070707;
}

.contact-copy {
  max-width: 660px;
}

.contact-card-grid {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.7rem;
}

.contact-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.85rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    rgba(5, 5, 5, 0.42);
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.contact-card:hover,
.social-link:hover {
  transform: translateY(-2px);
}

.contact-card:hover,
.social-link:hover {
  border-color: rgba(239, 217, 157, 0.55);
  background: rgba(239, 217, 157, 0.08);
}

.contact-card-primary {
  background: linear-gradient(135deg, rgba(239, 217, 157, 0.2), rgba(255, 255, 255, 0.035));
}

.contact-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #080808;
}

.contact-icon svg,
.social-link svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.contact-card small {
  display: block;
  color: var(--muted);
  font-weight: 700;
}

.contact-card strong {
  display: block;
  color: var(--ivory);
  overflow-wrap: anywhere;
}

.social-panel {
  margin-top: 1.5rem;
  border-top: 1px solid rgba(239, 217, 157, 0.18);
  padding-top: 1.2rem;
}

.social-panel p {
  margin-bottom: 0.8rem;
  color: var(--gold-light);
  font-weight: 800;
}

.social-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.social-link {
  display: grid;
  place-items: center;
  gap: 0.45rem;
  min-height: 92px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.8rem;
  color: var(--gold-light);
  background: rgba(255, 255, 255, 0.035);
  font-weight: 800;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.social-link svg {
  width: 28px;
  height: 28px;
}

.map-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 420px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: var(--shadow);
}

.map-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 0.8rem 1rem;
  color: var(--gold-light);
  font-weight: 700;
}

.map-toolbar a {
  color: var(--ivory);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.map-panel iframe {
  width: 100%;
  height: calc(100% - 56px);
  min-height: 364px;
  border: 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.3rem 4vw;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  background: #050505;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

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

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .site-nav {
    position: absolute;
    left: 4vw;
    right: 4vw;
    top: calc(100% + 0.5rem);
    display: none;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 0.5rem;
    background: rgba(5, 5, 5, 0.98);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.9rem;
    border-radius: 6px;
  }

  .site-nav a:hover {
    background: rgba(255, 255, 255, 0.05);
  }

  .header-action {
    display: none;
  }

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

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

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

@media (max-width: 760px) {
  .site-header {
    display: flex;
    justify-content: space-between;
    min-height: 68px;
    padding: 0.55rem 1rem;
  }

  .brand-wordmark {
    font-size: 1.35rem;
  }

  .brand-byline {
    font-size: 0.74rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .menu-toggle {
    display: inline-grid;
    flex: 0 0 52px;
    width: 52px;
    place-items: center;
    margin-left: auto;
    padding: 0;
  }

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

  .site-nav {
    left: 1rem;
    right: 1rem;
  }

  .hero {
    min-height: 80svh;
    padding: 5.5rem 1rem 3.5rem;
    background-position: center 46%;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.66)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.78));
  }

  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .section,
  .service-band,
  .contact-section {
    padding: 4rem 1rem;
  }

  .service-grid,
  .price-grid,
  .info-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .service-grid article,
  .info-grid article {
    min-height: auto;
  }

  .rules-list {
    padding: 0.75rem;
  }

  .rule-item {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 0.85rem;
  }

  .rule-icon {
    width: 46px;
    height: 46px;
  }

  .rule-icon svg {
    width: 25px;
    height: 25px;
  }

  .gallery-wide {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-grid img {
    aspect-ratio: 3 / 4;
  }

  .about-photo-card img {
    aspect-ratio: 1 / 1;
  }

  .about-photo-card figcaption {
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
  }

  .social-links {
    grid-template-columns: 1fr;
  }

  .social-link {
    grid-template-columns: 32px 1fr;
    place-items: center start;
    min-height: 58px;
  }

  .map-panel,
  .map-panel iframe {
    min-height: 340px;
  }

  .map-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    flex-direction: column;
    padding: 1.2rem 1rem;
  }

}

@media (max-width: 420px) {
  .hero-actions,
  .button {
    width: 100%;
  }

  h1 {
    font-size: 2.25rem;
  }

  .price-card div {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }
}
