:root {
  --cream: #f8f2e9;
  --milk: #fffdf9;
  --ink: #392f29;
  --muted: #766960;
  --gold: #b9873d;
  --line: rgba(126, 97, 61, 0.18);
  --shadow: 0 24px 75px rgba(81, 62, 45, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: radial-gradient(circle at 8% 8%, rgba(213,183,130,.22), transparent 28rem), radial-gradient(circle at 92% 88%, rgba(204,173,118,.18), transparent 30rem), var(--cream);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.page-shell { position: relative; min-height: 100vh; overflow: hidden; padding: 34px 18px 52px; }
.gold-wave { position: fixed; z-index: 0; pointer-events: none; width: min(58vw, 700px); opacity: .34; filter: saturate(.9); }
.gold-wave-left { left: -300px; bottom: -130px; transform: rotate(-12deg); }
.gold-wave-right { right: -310px; top: -105px; transform: rotate(173deg); opacity: .24; }

.card { position: relative; z-index: 1; width: min(100%, 540px); margin: 0 auto; overflow: hidden; background: rgba(255,253,249,.94); border: 1px solid rgba(255,255,255,.85); border-radius: 38px; box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.hero { padding: 43px 36px 31px; text-align: center; }
.portrait-wrap { position: relative; width: 172px; height: 172px; margin: 0 auto 27px; }
.portrait-ring { position: absolute; inset: -9px; border: 1px solid rgba(185,135,61,.72); border-radius: 50%; box-shadow: 0 0 0 8px rgba(220,191,140,.12), 0 10px 34px rgba(133,94,48,.2); }
.portrait-wrap::before, .portrait-wrap::after { content: ""; position: absolute; z-index: 2; width: 6px; height: 6px; border-radius: 50%; background: #d9b56f; box-shadow: 0 0 14px 4px rgba(205,158,82,.55); }
.portrait-wrap::before { top: 8px; right: 18px; }
.portrait-wrap::after { bottom: 15px; left: 4px; width: 4px; height: 4px; }
.portrait { position: relative; z-index: 1; display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.eyebrow { margin: 0 0 13px; color: #927044; font-size: 11px; font-weight: 700; line-height: 1.45; letter-spacing: .145em; text-transform: uppercase; }
h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(35px, 8vw, 45px); font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
.role { margin: 11px 0 0; color: var(--muted); font-size: 15px; }
.tagline { margin: 24px 0 10px; color: #a0702e; font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-style: italic; }
.promise { max-width: 420px; margin: 0 auto; color: #62564f; font-size: 15px; line-height: 1.7; }

.booking-button { position: relative; display: flex; min-height: 76px; margin-top: 27px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; overflow: hidden; border: 1px solid #56453a; border-radius: 22px; color: #fffaf3; background: linear-gradient(135deg,#4b3d34,#2f2925); box-shadow: 0 13px 26px rgba(72,55,43,.22), inset 0 1px rgba(255,255,255,.13); transition: transform .22s ease, box-shadow .22s ease; }
.booking-button::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg,transparent 20%,rgba(255,255,255,.16) 44%,transparent 65%); transform: translateX(-120%); transition: transform .65s ease; }
.booking-button:hover { transform: translateY(-2px); box-shadow: 0 17px 34px rgba(72,55,43,.28); }
.booking-button:hover::after { transform: translateX(120%); }
.booking-button span { position: relative; z-index: 1; font-size: 18px; font-weight: 720; letter-spacing: .01em; }
.booking-button small { position: relative; z-index: 1; color: rgba(255,250,243,.74); font-size: 11px; }

.location-section { padding: 0 36px 25px; }
.location-card { display: flex; align-items: center; gap: 14px; padding: 17px 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(244,235,222,.68); transition: border-color .2s ease, background .2s ease; }
.location-card:hover { border-color: rgba(185,135,61,.45); background: #f5ead9; }
.location-card > span:last-child { min-width: 0; }
.location-card strong { display: block; font-size: 14px; line-height: 1.4; }
.location-card small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }
.pin { flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px; color: #9d702f; background: #fffaf2; box-shadow: 0 6px 16px rgba(113,83,48,.1); }
.pin svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; }

.recommendation { position: relative; margin: 0 36px 26px; padding: 18px 22px 18px 49px; border-left: 2px solid #c59b59; color: #6d5d51; background: linear-gradient(90deg,rgba(226,205,169,.29),transparent); }
.recommendation p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 16px; font-style: italic; line-height: 1.55; }
.quote-mark { position: absolute; left: 18px; top: 5px; color: #bd9150; font-family: Georgia, serif; font-size: 43px; line-height: 1; }

.groups { padding: 0 24px 28px; }
.group { border-top: 1px solid var(--line); }
.group:last-child { border-bottom: 1px solid var(--line); }
.group summary { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 10px; cursor: pointer; list-style: none; user-select: none; }
.group summary::-webkit-details-marker { display: none; }
.group summary span { min-width: 0; }
.group summary strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 500; }
.group summary small { display: block; margin-top: 5px; color: var(--muted); font-size: 10.5px; line-height: 1.35; }
.chevron { flex: 0 0 auto; width: 23px; fill: none; stroke: #9b7137; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; transition: transform .22s ease; }
.group[open] .chevron { transform: rotate(180deg); }
.group-body { display: grid; gap: 10px; padding: 1px 5px 17px; animation: openGroup .24s ease; }
@keyframes openGroup { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
.group-body > a { display: flex; min-height: 68px; align-items: center; gap: 14px; padding: 10px 13px; border: 1px solid rgba(126,97,61,.14); border-radius: 18px; background: rgba(255,255,255,.72); box-shadow: 0 6px 18px rgba(83,62,42,.06); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.group-body > a:hover { transform: translateY(-1px); border-color: rgba(185,135,61,.38); box-shadow: 0 9px 20px rgba(83,62,42,.1); }
.group-body img { width: 46px; height: 46px; flex: 0 0 auto; object-fit: cover; border-radius: 14px; }
.group-body > a > span:last-child { min-width: 0; }
.group-body strong { display: block; font-size: 14px; }
.group-body small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.35; }
.utility-icon { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(185,135,61,.25); border-radius: 14px; color: #9b6c2f; background: linear-gradient(145deg,#fffdf8,#f0e2cc); }
.utility-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.55; }

footer { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 21px 20px 24px; color: #8b7b70; background: rgba(239,229,214,.55); font-size: 11px; }
footer a { border-bottom: 1px solid rgba(139,123,112,.35); }

@media (max-width: 600px) {
  .page-shell { padding: 0; }
  .gold-wave { width: 125vw; opacity: .22; }
  .gold-wave-left { left: -82vw; bottom: -40px; }
  .gold-wave-right { right: -82vw; top: -80px; }
  .card { width: 100%; min-height: 100vh; border: 0; border-radius: 0; box-shadow: none; }
  .hero { padding: 35px 22px 27px; }
  .portrait-wrap { width: 156px; height: 156px; margin-bottom: 25px; }
  .location-section { padding: 0 22px 22px; }
  .recommendation { margin: 0 22px 23px; }
  .groups { padding: 0 16px 26px; }
  .group summary { padding-inline: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
