:root {
  color-scheme: dark;
  --bg: #131313;
  --bg-deep: #0e0e0e;
  --surface: #1b1b1c;
  --surface-strong: #202020;
  --surface-bright: #2a2a2a;
  --text: #f6f2e9;
  --muted: #d0c5af;
  --line: #4d4635;
  --line-bright: #99907c;
  --gold: #d4af37;
  --gold-bright: #f2ca50;
  --gold-deep: #735c00;
  --black: #101010;
  --danger: #ffb4ab;
  --shadow: 0 24px 80px rgb(0 0 0 / 0.35);
  --max: 1180px;
  --pad: clamp(20px, 4vw, 48px);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Hanken Grotesk", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.6;
}

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

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

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

code {
  color: var(--gold-bright);
}

.top-strip {
  align-items: center;
  background: #050505;
  border-bottom: 1px solid rgb(212 175 55 / 0.42);
  color: var(--text);
  display: flex;
  font-size: 0.82rem;
  gap: clamp(18px, 7vw, 140px);
  justify-content: center;
  left: 0;
  min-height: 38px;
  padding: 8px var(--pad);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 21;
}

.top-strip a,
.top-strip span {
  color: #f4ead3;
  white-space: nowrap;
}

.site-header {
  align-items: center;
  background: rgb(0 0 0 / 0.9);
  border-bottom: 1px solid rgb(212 175 55 / 0.25);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 18px var(--pad);
  position: fixed;
  right: 0;
  top: 38px;
  z-index: 20;
}

.brand,
.site-nav {
  align-items: center;
  display: flex;
}

.brand {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: clamp(0.95rem, 1.7vw, 1.35rem);
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0.06em;
  line-height: 1.05;
  max-width: 280px;
  text-transform: uppercase;
}

.brand-mark {
  display: block;
  flex: 0 0 auto;
  height: 70px;
  width: 105px;
}

.brand-mark img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.site-nav {
  gap: clamp(14px, 1.8vw, 26px);
}

.site-nav a {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-nav a:hover {
  color: var(--gold-bright);
}

.site-nav .nav-book {
  border: 1px solid var(--gold);
  color: var(--gold-bright);
  padding: 12px 16px;
}

.nav-toggle {
  background: transparent;
  border: 0;
  display: none;
  flex-direction: column;
  gap: 7px;
  padding: 8px;
}

.nav-toggle span {
  background: var(--gold);
  display: block;
  height: 1px;
  width: 28px;
}

.hero {
  min-height: 680px;
  padding: 210px var(--pad) 84px;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero-media {
  inset: 0;
  position: absolute;
  z-index: -2;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  width: 100%;
}

.hero::after {
  background:
    radial-gradient(circle at 78% 38%, rgb(212 175 55 / 0.08), transparent 24%),
    linear-gradient(90deg, rgb(0 0 0 / 0.98) 0%, rgb(0 0 0 / 0.78) 32%, rgb(0 0 0 / 0.28) 70%, rgb(0 0 0 / 0.16) 100%),
    linear-gradient(0deg, #050505 0%, rgb(0 0 0 / 0.28) 28%, rgb(0 0 0 / 0) 54%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.hero-content {
  max-width: 620px;
}

.eyebrow {
  color: var(--gold-bright);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h2,
h3 {
  font-family: var(--serif);
  line-height: 1.04;
  margin: 0;
}

h1 {
  font-family: var(--sans);
  font-size: clamp(3.1rem, 7.6vw, 6.5rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
  margin: 0;
  max-width: 720px;
  text-transform: uppercase;
}

h1 span {
  display: block;
}

h1 span:last-child {
  color: var(--gold-bright);
  text-shadow: 0 2px 0 rgb(0 0 0 / 0.35);
}

h2 {
  font-size: clamp(2.25rem, 5vw, 4.4rem);
}

h3 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.hero-content > p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  max-width: 410px;
}

.hero-kicker {
  color: var(--text) !important;
  font-size: clamp(1.1rem, 2vw, 1.65rem) !important;
  font-weight: 800;
  line-height: 1.25;
  margin: 26px 0 0;
  max-width: 470px !important;
  text-transform: uppercase;
}

.gold-rule {
  background: var(--gold-bright);
  height: 2px;
  margin: 22px 0 18px;
  width: 78px;
}

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

.button {
  align-items: center;
  border: 1px solid var(--gold);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.1em;
  min-height: 50px;
  padding: 14px 24px;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button.primary {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold), var(--gold-deep));
  color: #201800;
}

.button.secondary,
.button.ghost {
  background: rgb(0 0 0 / 0.54);
  color: var(--gold-bright);
}

.button.ghost {
  border-color: var(--line);
  color: var(--muted);
}

.button:hover {
  border-color: var(--gold-bright);
}

.button.full {
  width: 100%;
}

.button.small {
  min-height: 38px;
  padding: 9px 14px;
}

.info-strip span {
  color: var(--gold-bright);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.info-strip strong {
  font-size: 1.1rem;
}

.info-strip {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.info-strip div {
  background: #070707;
  border-right: 1px solid var(--line);
  display: grid;
  gap: 4px;
  padding: 22px var(--pad);
  text-align: center;
}

.info-strip div:last-child {
  border-right: 0;
}

.section {
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(76px, 9vw, 126px) var(--pad);
}

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

.section-heading.split {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: 1.1fr 0.9fr;
  max-width: none;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  margin: 0;
}

.panel-note {
  color: var(--muted);
  margin: 18px 0 0;
  max-width: 640px;
}

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

.service-card {
  background: linear-gradient(var(--surface-strong), var(--surface-strong)) padding-box,
    linear-gradient(145deg, var(--gold), rgb(115 92 0 / 0.35)) border-box;
  border: 1px solid transparent;
  display: grid;
  gap: 18px;
  min-height: 280px;
  padding: 26px;
}

.service-card header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.service-icon {
  border: 1px solid rgb(212 175 55 / 0.42);
  color: var(--gold-bright);
  display: grid;
  font-size: 1.3rem;
  height: 48px;
  place-items: center;
  width: 48px;
}

.service-card p {
  color: var(--muted);
  margin: 0;
}

.service-meta {
  align-self: end;
  border-top: 1px solid var(--line);
  color: var(--text);
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
}

.service-provider {
  color: var(--gold-bright) !important;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.team-section {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.team-section > .section-heading,
.team-grid {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max);
  padding-left: var(--pad);
  padding-right: var(--pad);
}

.team-grid {
  display: grid;
  gap: 28px;
}

.profile-card {
  background: var(--surface);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 0.9fr 1.25fr;
  min-height: 560px;
}

.profile-card.reverse {
  grid-template-columns: 1.25fr 0.9fr;
}

.profile-card.reverse .profile-photo {
  order: 2;
}

.profile-photo {
  align-items: end;
  background: var(--bg-deep);
  display: flex;
  min-height: 420px;
  padding: 26px;
  position: relative;
  overflow: hidden;
}

.olive-photo {
  background: var(--surface);
}

.profile-photo img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.kevin-photo img {
  object-position: center 24%;
}

.olive-photo img {
  object-position: center 34%;
}

.lady-jay-photo img {
  object-position: center 28%;
}

.profile-photo::after {
  background: linear-gradient(0deg, rgb(0 0 0 / 0.8), rgb(0 0 0 / 0.08) 58%, rgb(0 0 0 / 0.1));
  content: "";
  inset: 0;
  position: absolute;
}

.profile-photo span {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
  position: relative;
  z-index: 1;
}

.profile-copy {
  padding: clamp(28px, 5vw, 58px);
}

.profile-copy p:not(.eyebrow) {
  color: var(--muted);
  margin: 14px 0 0;
}

.calendar-feed {
  overflow-wrap: anywhere;
}

.text-link {
  color: var(--gold-bright);
  display: inline-block;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-top: 24px;
  text-transform: uppercase;
}

.gallery-grid {
  display: grid;
  gap: 18px;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, 1fr);
}

figure {
  border: 1px solid var(--line);
  margin: 0;
  min-height: 270px;
  overflow: hidden;
  position: relative;
}

figure.tall {
  grid-row: span 2;
}

figure.wide {
  grid-column: span 2;
}

figure img,
.placeholder-image {
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  width: 100%;
}

.placeholder-image {
  align-items: center;
  background:
    linear-gradient(135deg, rgb(212 175 55 / 0.18), rgb(27 27 28 / 0.98)),
    repeating-linear-gradient(45deg, rgb(255 255 255 / 0.03) 0 1px, transparent 1px 14px);
  color: var(--muted);
  display: flex;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.natural-work .placeholder-image {
  background:
    linear-gradient(135deg, rgb(153 144 124 / 0.18), rgb(27 27 28 / 0.96)),
    repeating-linear-gradient(45deg, rgb(255 255 255 / 0.025) 0 1px, transparent 1px 14px);
}

figcaption {
  background: linear-gradient(0deg, rgb(0 0 0 / 0.78), transparent);
  bottom: 0;
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 900;
  left: 0;
  letter-spacing: 0.1em;
  padding: 42px 18px 16px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}

.reviews-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 0.75fr 1fr 1fr;
}

.review-score,
.review-card {
  background: var(--surface);
  border: 1px solid var(--line);
  display: grid;
  gap: 14px;
  padding: clamp(24px, 4vw, 36px);
}

.review-score {
  align-content: center;
  text-align: center;
}

.review-score span {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 0.95;
}

.stars {
  color: var(--gold-bright);
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}

.review-score p,
.review-card p:not(.eyebrow) {
  color: var(--muted);
  margin: 0;
}

.review-card h3 {
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
}

.booking-section {
  max-width: none;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

.booking-shell {
  background: var(--surface);
  border: 1px solid var(--line);
  display: grid;
  gap: 0;
  grid-template-columns: 0.82fr 1fr;
  margin: 0 auto;
  max-width: var(--max);
}

.booking-intro,
.booking-form {
  padding: clamp(28px, 5vw, 58px);
}

.booking-intro {
  background:
    linear-gradient(135deg, rgb(212 175 55 / 0.08), transparent),
    var(--surface-strong);
  border-right: 1px solid var(--line);
}

.booking-intro p:not(.eyebrow) {
  color: var(--muted);
}

.selected-summary {
  border: 1px solid var(--line);
  color: var(--muted);
  margin-top: 28px;
  padding: 20px;
}

.booking-form {
  display: grid;
  gap: 18px;
}

.form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.form-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.form-grid.four {
  grid-template-columns: repeat(4, 1fr);
}

label {
  color: var(--gold-bright);
  display: grid;
  font-size: 0.76rem;
  font-weight: 900;
  gap: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

input,
select,
textarea {
  background: var(--bg-deep);
  border: 1px solid var(--line);
  color: var(--text);
  min-height: 48px;
  padding: 12px 13px;
  width: 100%;
}

input[type="checkbox"] {
  accent-color: var(--gold);
  min-height: auto;
  width: auto;
}

textarea {
  min-height: 114px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  outline: 2px solid rgb(242 202 80 / 0.15);
}

.form-message {
  color: var(--muted);
  margin: 0;
}

.form-message.success {
  color: var(--gold-bright);
}

.form-message.error {
  color: var(--danger);
}

.booking-list {
  display: grid;
  gap: 14px;
}

.control-tabs {
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 24px;
}

.admin-lock,
.admin-panel {
  display: grid;
  gap: 24px;
}

.admin-lock {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: clamp(22px, 4vw, 36px);
}

.admin-lock[hidden],
.admin-panel[hidden],
.manager-actions[hidden] {
  display: none;
}

.admin-grid {
  align-items: end;
  grid-template-columns: 1fr auto;
}

.admin-bar {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 16px 18px;
}

.admin-bar span {
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.control-tab {
  background: var(--bg-deep);
  border: 0;
  border-right: 1px solid var(--line);
  color: var(--muted);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  min-height: 48px;
  text-transform: uppercase;
}

.control-tab:last-child {
  border-right: 0;
}

.control-tab.active {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep));
  color: #201800;
}

.panel-view {
  display: none;
}

.panel-view.active {
  display: grid;
  gap: 24px;
}

.control-toolbar {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr auto;
}

.control-form {
  background: var(--surface);
  border: 1px solid var(--line);
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 36px);
}

.day-picker {
  border: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 18px;
}

.day-picker legend {
  color: var(--gold-bright);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 0 8px;
  text-transform: uppercase;
}

.day-picker label,
.switch-row {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-direction: row;
  font-size: 0.86rem;
  gap: 8px;
  letter-spacing: 0;
  text-transform: none;
}

.control-list {
  display: grid;
  gap: 14px;
}

.control-card {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto;
  padding: 20px;
}

.control-card:has(.control-media) {
  grid-template-columns: auto 1fr auto;
}

.control-media {
  background: var(--bg-deep);
  border: 1px solid var(--line);
  height: 96px;
  overflow: hidden;
  width: 128px;
}

.control-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.control-card h3 {
  color: var(--gold-bright);
  font-family: var(--sans);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.control-card p {
  color: var(--muted);
  margin: 4px 0 0;
}

.empty-state {
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--muted);
  padding: 24px;
}

.booking-item {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto;
  padding: 20px;
}

.booking-item h3 {
  color: var(--gold-bright);
  font-family: var(--sans);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.booking-item p {
  color: var(--muted);
  margin: 4px 0 0;
}

.booking-actions {
  display: flex;
  gap: 8px;
}

.site-footer {
  align-items: end;
  background: var(--bg-deep);
  border-top: 1px solid var(--line);
  display: flex;
  gap: 32px;
  justify-content: space-between;
  padding: 54px var(--pad);
}

.site-footer h2 {
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  max-width: 720px;
}

.footer-links {
  display: grid;
  gap: 10px;
  text-align: right;
}

.footer-links a {
  color: var(--muted);
  font-weight: 700;
}

@media (max-width: 900px) {
  .nav-toggle {
    display: flex;
  }

  .site-nav {
    background: var(--bg-deep);
    border-bottom: 1px solid var(--line);
    display: none;
    left: 0;
    padding: 20px var(--pad);
    position: absolute;
    right: 0;
    top: 100%;
  }

  .site-nav.open {
    display: grid;
  }

  .info-strip,
  .service-grid,
  .section-heading.split,
  .booking-shell,
  .profile-card,
  .profile-card.reverse,
  .form-grid,
  .form-grid.three,
  .form-grid.four,
  .admin-grid,
  .control-toolbar,
  .control-card,
  .control-card:has(.control-media),
  .site-footer {
    grid-template-columns: 1fr;
  }

  .profile-card.reverse .profile-photo {
    order: initial;
  }

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

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

  .booking-intro {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

  .site-footer {
    align-items: start;
    display: grid;
  }

  .footer-links {
    text-align: left;
  }
}

@media (max-width: 580px) {
  .top-strip {
    gap: 14px;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .site-header {
    top: 38px;
  }

  .brand-mark {
    height: 54px;
    width: 82px;
  }

  .brand span:last-child {
    max-width: 176px;
  }

  .hero {
    min-height: auto;
    padding-top: 182px;
  }

  .hero-actions,
  .manager-actions,
  .form-actions {
    display: grid;
  }

  .info-strip div {
    border-right: 0;
  }

  .gallery-grid,
  figure.wide {
    grid-template-columns: 1fr;
    grid-column: auto;
  }

  .booking-item {
    grid-template-columns: 1fr;
  }

  .control-tabs {
    grid-template-columns: 1fr;
  }

  .control-tab {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

  .control-tab:last-child {
    border-bottom: 0;
  }

  .booking-actions,
  .control-card {
    display: grid;
    grid-template-columns: 1fr;
  }
}
