:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-muted: #f7f7f7;
  --surface-warm: #faf7f2;
  --text: #222222;
  --muted: #6a6a6a;
  --line: #e8e8e8;
  --line-strong: #d9d9d9;
  --accent: #232323;
  --accent-soft: #f1f1f1;
  --gold: #9d7a4d;
  --ink-soft: #f3eee7;
  --shadow-soft: 0 14px 36px rgba(34, 28, 21, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-frame {
  min-height: 100vh;
}

.masthead {
  padding: 22px 24px 40px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(250, 247, 242, 0.72) 0%, rgba(255, 255, 255, 0) 100%);
}

.page-shell {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 0 80px;
}

.topbar {
  width: min(1280px, 100%);
  margin: 0 auto 26px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

.brand,
.hero-copy h1,
.section-row h2,
.artist-strip-copy h2,
.detail-program h3,
.contact-card h2,
.admin-topbar h2 {
  font-family: "Cormorant Garamond", serif;
}

.brand {
  font-size: 2rem;
  font-weight: 600;
  justify-self: start;
  letter-spacing: 0.02em;
}

.topbar-nav,
.topbar-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  min-width: 0;
}

.topbar-nav {
  justify-self: center;
}

.topbar-actions {
  justify-self: end;
}

.topbar-nav a,
.topbar-actions a,
.admin-link {
  padding: 10px 0;
  font-size: 0.95rem;
}

.topbar-nav a:hover,
.topbar-actions a:hover,
.admin-link:hover {
  color: var(--text);
}

.topbar-nav a {
  position: relative;
}

.topbar-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background: transparent;
  transition: background-color 160ms ease;
}

.topbar-nav a:hover::after {
  background: rgba(157, 122, 77, 0.4);
}

.admin-link {
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.searchbar {
  width: min(760px, 100%);
  margin: 0 auto 38px;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  align-items: center;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.search-slot {
  padding: 10px 18px;
  min-height: 58px;
  display: grid;
  align-content: center;
  border-right: 1px solid var(--line);
}

.search-slot:last-of-type {
  border-right: 0;
}

.search-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.search-value {
  color: var(--muted);
}

.search-button {
  min-width: 124px;
  height: 52px;
  border: 1px solid rgba(157, 122, 77, 0.16);
  border-radius: 999px;
  background: var(--ink-soft);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.hero-stage {
  width: min(1280px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 1.15fr;
  gap: 28px;
  align-items: stretch;
}

.hero-copy {
  min-width: 0;
  padding: 34px 8px 20px 0;
}

.hero-copy::before {
  content: "";
  display: block;
  width: 84px;
  height: 2px;
  margin-bottom: 26px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.eyebrow {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  color: #7d7d7d;
}

.hero-copy h1,
.section-row h2,
.artist-strip-copy h2,
.contact-card h2 {
  margin: 0;
  font-weight: 600;
  line-height: 0.98;
}

.hero-copy h1 {
  font-size: clamp(3.3rem, 7vw, 5.4rem);
  max-width: 10ch;
}

.hero-text,
.section-row p,
.artist-strip-copy p,
.detail-copy p,
.stay-card p,
.experience-item p,
.contact-card p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.button:hover,
.stay-card:hover,
.experience-item:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--accent);
  color: #ffffff;
}

.button-secondary {
  background: #ffffff;
  color: var(--text);
  border-color: var(--line-strong);
}

.hero-media {
  position: relative;
  min-width: 0;
}

.hero-carousel {
  position: relative;
  min-height: 500px;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.carousel-image {
  position: absolute;
  inset: 0;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 700ms ease, transform 3.2s ease;
}

.carousel-image.active {
  opacity: 1;
  transform: scale(1);
}

.hero-overlay {
  position: absolute;
  left: 22px;
  top: 22px;
  z-index: 2;
  max-width: 320px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(157, 122, 77, 0.12);
  box-shadow: 0 16px 30px rgba(26, 21, 16, 0.08);
  backdrop-filter: blur(10px);
}

.hero-overlay-eyebrow {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-overlay h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 0.95;
}

.hero-overlay p:last-child {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.hero-note {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-note span,
.status-pill,
.meta-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(157, 122, 77, 0.12);
  font-size: 0.84rem;
}

section {
  margin-top: 54px;
}

.section-row,
.detail-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 22px;
}

.section-row > div,
.detail-row > div,
.artist-strip-copy,
.detail-copy,
.detail-card {
  min-width: 0;
}

.section-row h2 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.section-row p {
  max-width: 760px;
  line-height: 1.85;
}

.catalog-section .section-row {
  position: relative;
  margin-bottom: 26px;
}

.catalog-section .section-row::after {
  content: "";
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  position: absolute;
  left: 0;
  bottom: -10px;
}

.catalog-section {
  overflow: hidden;
}

.catalog-section .section-row > div {
  max-width: 620px;
}

.strategy-section .section-row > div,
.destinations-section .section-row > div,
.business-section .section-row > div {
  max-width: 560px;
}

#formats .section-row > div {
  max-width: 600px;
}

.strategy-section .section-row h2,
.destinations-section .section-row h2,
.business-section .section-row h2,
.catalog-section .section-row h2 {
  margin: 0;
  max-width: 620px;
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.strategy-section .section-row h2,
.destinations-section .section-row h2,
.business-section .section-row h2 {
  max-width: 560px;
}

#formats .section-row h2 {
  max-width: 600px;
}

.strategy-section .section-row p,
.destinations-section .section-row p,
.business-section .section-row p,
.catalog-section .section-row p {
  margin: 18px 0 0;
  max-width: 620px;
  line-height: 1.72;
}

.strategy-section .section-row p,
.destinations-section .section-row p,
.business-section .section-row p {
  max-width: 560px;
}

#formats .section-row p {
  max-width: 600px;
  margin-top: 22px;
}

.strategy-section .section-row p,
.destinations-section .section-row p {
  font-size: 1.02rem;
}

.strategy-section,
.destinations-section {
  overflow: hidden;
}

.strategy-grid,
.destinations-grid {
  display: grid;
  gap: 22px;
}

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

.strategy-card {
  display: grid;
  gap: 16px;
  align-content: start;
  min-height: 100%;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(250, 247, 242, 0.8) 0%, rgba(255, 255, 255, 1) 100%);
  box-shadow: 0 10px 28px rgba(26, 21, 16, 0.04);
}

.strategy-visual {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: var(--surface-warm);
}

.strategy-visual img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.strategy-icon {
  position: absolute;
  left: 14px;
  top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(157, 122, 77, 0.14);
  color: var(--text);
  font-size: 1.15rem;
  box-shadow: 0 8px 20px rgba(26, 21, 16, 0.08);
}

.strategy-copy {
  display: grid;
  gap: 12px;
  padding: 4px 16px 16px;
}

.strategy-card h3,
.destination-copy h3 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.strategy-card p,
.destination-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.strategy-card:hover .strategy-visual img {
  transform: scale(1.03);
}

.strategy-meta {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(157, 122, 77, 0.16);
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 700;
}

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

.destination-card {
  display: grid;
  gap: 18px;
  padding: 12px;
  border: 1px solid rgba(34, 34, 34, 0.06);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(26, 21, 16, 0.04);
}

.destination-visual img {
  aspect-ratio: 4 / 3;
}

.destination-copy {
  display: grid;
  gap: 10px;
  padding: 4px 8px 8px;
}

#experience .section-row p {
  font-size: 1.08rem;
}

.experience-grid,
.stays-grid,
.detail-gallery {
  display: grid;
  gap: 18px;
}

.experience-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  align-items: start;
}

.stays-grid {
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 320px);
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.stays-grid::-webkit-scrollbar {
  display: none;
}

.experience-item,
.stay-card,
.detail-copy,
.detail-card,
.contact-card,
.admin-panel {
  background: #ffffff;
}

.experience-item,
.stay-card {
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 180ms ease, opacity 180ms ease;
}

.experience-item {
  display: grid;
  align-content: start;
  padding: 12px;
  border: 1px solid rgba(34, 34, 34, 0.06);
  box-shadow: 0 10px 28px rgba(26, 21, 16, 0.04);
}

.card-visual {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: var(--surface-muted);
}

.stay-card-link {
  display: block;
}

.experience-item img,
.stay-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 22px;
  transition: transform 500ms ease, filter 250ms ease;
}

.experience-item-copy,
.stay-card-copy {
  padding: 14px 4px 6px;
}

.stay-facts {
  display: grid;
  gap: 6px;
  margin-top: 4px;
}

.stay-facts p {
  margin: 0;
  font-size: 0.92rem;
}

.stay-facts strong {
  color: var(--text);
  margin-right: 6px;
}

.experience-item-copy {
  display: grid;
  gap: 10px;
  padding: 18px 8px 10px;
}

.card-badges {
  position: absolute;
  inset: auto 14px 14px 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.stay-tab {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(34, 34, 34, 0.88);
  color: #ffffff;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.card-badge,
.card-kicker {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.card-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(248, 244, 237, 0.92);
  color: #4a4035;
  border: 1px solid rgba(157, 122, 77, 0.14);
}

.card-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--gold);
  font-weight: 700;
}

.experience-item h3,
.stay-card h3 {
  margin: 0 0 6px;
  font-size: 1.12rem;
  line-height: 1.3;
}

.experience-item h3 {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.stay-card h3 a {
  text-decoration: none;
}

.stay-card.is-selected h3 {
  color: #000000;
}

.stay-card.is-selected img {
  transform: scale(1.02);
  filter: saturate(1.02);
}

.experience-item p,
.stay-card p {
  font-size: 0.94rem;
}

.experience-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 0.99rem;
}

.experience-item:hover img,
.stay-card:hover img {
  transform: scale(1.03);
}

.experience-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(26, 21, 16, 0.06);
}

.stay-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.stay-inline-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--gold);
  font-weight: 700;
}

.experience-item .card-badge {
  position: absolute;
  left: 14px;
  top: 14px;
}

.artist-strip {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 32px;
  align-items: center;
  padding: 8px 0 0;
}

.artist-strip-media {
  min-width: 0;
  position: relative;
}

.artist-strip-media img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
}

.artist-social-badge {
  position: absolute;
  right: -14px;
  bottom: 28px;
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  min-width: 158px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(34, 34, 34, 0.08);
  box-shadow: 0 16px 32px rgba(26, 21, 16, 0.08);
  backdrop-filter: blur(10px);
  color: var(--text);
  text-align: left;
}

.artist-social-badge span {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.artist-social-badge strong {
  display: block;
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.artist-social-badge em {
  font-style: normal;
  color: var(--muted);
  font-size: 0.9rem;
}

.artist-strip-copy h2 {
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  margin-bottom: 12px;
}

.artist-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.artist-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--text);
}

.artist-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.artist-stats > div {
  min-width: 140px;
  flex: 1 1 180px;
}

.artist-stats strong,
.detail-price strong {
  display: block;
  margin-bottom: 4px;
}

.artist-stats span,
.detail-meta span,
.detail-price span {
  color: var(--muted);
  font-size: 0.94rem;
}

.business-section {
  padding: 10px 0 0;
}

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

.business-card {
  display: grid;
  gap: 18px;
  align-content: start;
  min-height: 100%;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(250, 247, 242, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
  box-shadow: 0 10px 30px rgba(26, 21, 16, 0.04);
}

.business-card h3 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.2;
}

.business-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.business-cta {
  justify-self: start;
  margin-top: 4px;
}

.detail-hero img {
  aspect-ratio: 16 / 6;
  object-fit: cover;
  border-radius: 28px;
}

.detail-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1.3fr 360px;
  gap: 24px;
  align-items: start;
}

.detail-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.detail-section--page {
  margin-top: 8px;
}

.stay-masthead {
  padding-bottom: 24px;
}

.detail-copy,
.detail-card,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 8px 28px rgba(26, 21, 16, 0.04);
}

.detail-summary {
  font-size: 1.18rem;
  color: var(--text);
}

.detail-summary--lg {
  font-size: 1.12rem;
}

.detail-summary--xl {
  font-size: 1.35rem;
  line-height: 1.5;
}

.detail-summary--xxl {
  font-size: 1.55rem;
  line-height: 1.45;
}

.detail-description {
  color: var(--muted);
  line-height: 1.75;
}

.detail-description--md {
  font-size: 1rem;
}

.detail-description--lg {
  font-size: 1.08rem;
}

.detail-program h3 {
  margin: 0 0 12px;
  font-size: 1.8rem;
}

#detailProgram {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.8;
}

.price-details {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.price-detail-block {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fcfbf8;
}

.price-detail-block h4 {
  margin: 0 0 12px;
  font-size: 1.15rem;
}

.price-detail-block ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.75;
}

.detail-meta {
  display: grid;
  gap: 14px;
  margin: 18px 0 24px;
}

.detail-meta div {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.detail-meta-row {
  display: grid;
  grid-template-columns: minmax(84px, auto) 1fr;
  align-items: baseline;
  column-gap: 16px;
}

.detail-meta-row strong {
  display: block;
  white-space: nowrap;
}

.detail-meta-row span {
  display: block;
}

.detail-price {
  margin-top: 10px;
}

.detail-price strong {
  margin: 6px 0 0;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.detail-price em {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-style: normal;
  font-size: 0.98rem;
}

.detail-gallery {
  margin-top: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-gallery img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 20px;
}

.lodging-section {
  margin-top: 38px;
}

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

.lodging-grid img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 22px;
}

.lodging-copy {
  margin-top: 18px;
  display: grid;
  gap: 14px;
  max-width: 780px;
}

.lodging-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.contact-card h2 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
}

.contact-form label:last-of-type,
.contact-form button {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea,
.admin-form input,
.admin-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: #ffffff;
}

.contact-feedback {
  margin: 16px 0 0;
  color: var(--text);
}

.contact-feedback.is-success {
  color: #2d5f3b;
}

.contact-feedback.is-error {
  color: #8a3b34;
}

#contactSubmitButton:disabled {
  opacity: 0.72;
  cursor: wait;
}

.site-footer {
  border-top: 1px solid var(--line);
  margin-top: 56px;
}

.site-footer-inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 22px 0 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  color: var(--muted);
}

.site-footer-inner p {
  margin: 0;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-link-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 30;
}

.cookie-banner-inner {
  width: min(1040px, 100%);
  margin: 0 auto;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 60px rgba(26, 21, 16, 0.1);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.cookie-banner-copy {
  display: grid;
  gap: 8px;
  max-width: 720px;
}

.cookie-banner-copy h3,
.cookie-banner-copy p {
  margin: 0;
}

.cookie-banner-copy h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.6rem);
}

.cookie-banner-copy p:last-child {
  color: var(--muted);
  line-height: 1.7;
}

.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 12px;
}

.legal-page {
  display: grid;
  gap: 24px;
}

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

.legal-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(26, 21, 16, 0.04);
}

.legal-card--wide {
  grid-column: 1 / -1;
}

.legal-card h3 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}

.legal-body {
  color: var(--muted);
  line-height: 1.75;
}

.legal-body p {
  margin: 0 0 16px;
}

.legal-update {
  margin: 0;
  color: var(--muted);
}

.admin-modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(20, 20, 20, 0.45);
  z-index: 20;
}

.hidden,
.admin-modal.hidden {
  display: none;
}

.admin-panel {
  width: min(960px, 100%);
  max-height: 90vh;
  overflow: auto;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}

.admin-topbar {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}

.admin-close {
  border: 0;
  background: transparent;
  font-size: 2rem;
  cursor: pointer;
}

.admin-lock,
.admin-form,
.admin-section,
.admin-repeat-group {
  display: grid;
  gap: 14px;
}

.admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

.admin-tab {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--muted);
  cursor: pointer;
}

.admin-tab.is-active {
  background: var(--accent);
  color: #ffffff;
  border-color: var(--accent);
}

.admin-lock.hidden,
.admin-form.hidden,
.admin-section.hidden {
  display: none;
}

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

.admin-memo-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(250, 247, 242, 0.72) 0%, #ffffff 100%);
}

.admin-memo-card h4,
.admin-memo-card p,
.admin-memo-card ul,
.admin-memo-block h4,
.admin-memo-block p,
.admin-memo-block ul {
  margin: 0;
}

.admin-memo-card h4,
.admin-memo-block h4 {
  font-size: 1.05rem;
}

.admin-memo-card p,
.admin-memo-block p,
.admin-memo-card li,
.admin-memo-block li {
  color: var(--muted);
  line-height: 1.65;
}

.admin-memo-card ul,
.admin-memo-block ul {
  padding-left: 18px;
}

.admin-memo-card strong {
  color: var(--text);
}

.admin-memo-text {
  display: grid;
  gap: 16px;
}

.admin-memo-block {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #ffffff;
}

.admin-word-guide {
  display: block;
  margin-top: -2px;
  color: var(--gold);
  font-size: 0.83rem;
  line-height: 1.5;
}

.admin-section {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.admin-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-weight: 600;
}

.admin-toggle input {
  width: 18px;
  height: 18px;
  margin: 0;
}

.admin-toggle--inline {
  margin-right: auto;
}

.admin-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.admin-save-status {
  margin: 0;
  margin-right: auto;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.admin-save-status.is-saving {
  color: var(--gold);
}

.admin-save-status.is-saved {
  color: #2d5f3b;
}

.admin-note {
  margin: 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: var(--surface-warm);
  color: #5e5448;
  line-height: 1.6;
  border: 1px solid rgba(157, 122, 77, 0.12);
}

.admin-repeat-group {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface-muted);
}

.admin-static-group {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface-muted);
}

.admin-media-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.admin-media-upload {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px dashed rgba(157, 122, 77, 0.35);
  border-radius: 999px;
  background: #fffdf8;
  color: var(--text);
  cursor: pointer;
  overflow: hidden;
  font-weight: 600;
}

.admin-media-upload input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.admin-media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.admin-media-card {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
}

.admin-media-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
  background: var(--surface-muted);
}

.admin-media-meta {
  display: grid;
  gap: 4px;
}

.admin-media-name {
  font-size: 0.92rem;
  line-height: 1.4;
  word-break: break-word;
}

.admin-media-path {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.4;
  word-break: break-all;
}

.admin-media-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-media-field-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.admin-media-inline-button {
  padding: 10px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  font: inherit;
  cursor: pointer;
}

.admin-media-preview {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.admin-media-preview img {
  width: min(220px, 100%);
  border-radius: 14px;
  border: 1px solid var(--line);
  object-fit: cover;
}

.admin-media-preview a {
  color: var(--gold);
  font-size: 0.85rem;
  word-break: break-all;
}

.admin-media-inline-panel {
  display: grid;
  gap: 12px;
  margin-top: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.admin-media-inline-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-media-grid--inline {
  margin-top: 0;
}

.admin-media-picker {
  position: fixed;
  inset: 0;
  z-index: 35;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(20, 20, 20, 0.45);
}

.admin-media-picker-panel {
  width: min(1040px, 100%);
  max-height: 90vh;
  overflow: auto;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fffdf8;
  box-shadow: var(--shadow-soft);
}

.admin-editor summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.admin-editor summary::-webkit-details-marker {
  display: none;
}

.admin-editor summary::after {
  content: "+";
  float: right;
  color: var(--gold);
}

.admin-editor[open] summary::after {
  content: "−";
}

.admin-editor-body {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.admin-subsection {
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px dashed rgba(157, 122, 77, 0.25);
}

.admin-subsection h5 {
  margin: 0;
  font-size: 0.95rem;
}

.admin-microcopy {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.admin-hint {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 1100px) {
  .hero-stage,
  .artist-strip,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .topbar {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .topbar-nav,
  .topbar-actions {
    justify-self: start;
    flex-wrap: wrap;
  }

  .searchbar,
  .page-shell,
  .topbar,
  .hero-stage {
    width: 100%;
  }

  .searchbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border-radius: 28px;
  }

  .search-slot {
    padding: 12px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .search-slot:nth-child(2) {
    border-left: 1px solid var(--line);
  }

  .search-slot:nth-child(3) {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .search-button {
    width: 100%;
    min-width: 0;
  }

  .experience-grid,
  .stays-grid {
    grid-auto-columns: minmax(260px, 320px);
  }

  .business-grid,
  .strategy-grid,
  .destinations-grid,
  .experience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .price-details {
    grid-template-columns: 1fr;
  }

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

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

  .legal-card--wide {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .strategy-section .section-row > div,
  .destinations-section .section-row > div,
  .business-section .section-row > div,
  .catalog-section .section-row > div,
  .strategy-section .section-row h2,
  .destinations-section .section-row h2,
  .business-section .section-row h2,
  .catalog-section .section-row h2,
  .strategy-section .section-row p,
  .destinations-section .section-row p,
  .business-section .section-row p,
  .catalog-section .section-row p {
    max-width: 100%;
  }

  .strategy-section .section-row p,
  .destinations-section .section-row p,
  .business-section .section-row p,
  .catalog-section .section-row p {
    margin-top: 14px;
  }

  .strategy-grid,
  .destinations-grid {
    grid-template-columns: 1fr;
  }

  .masthead {
    padding: 18px 14px 28px;
  }

  .page-shell {
    width: min(100% - 28px, 1280px);
    padding-top: 28px;
  }

  .site-footer-inner {
    width: min(100% - 28px, 1280px);
  }

  .topbar,
  .section-row,
  .detail-row,
  .contact-form,
  .detail-gallery,
  .artist-strip {
    grid-template-columns: 1fr;
  }

  .section-row,
  .detail-row {
    display: grid;
    align-items: start;
  }

  .topbar {
    gap: 10px;
  }

  .brand {
    font-size: 1.75rem;
  }

  .topbar-nav,
  .topbar-actions {
    flex-wrap: wrap;
    gap: 12px;
  }

  .searchbar {
    grid-template-columns: 1fr;
    border-radius: 26px;
    padding: 12px;
    gap: 8px;
  }

  .search-slot {
    border-right: 0;
    padding: 8px 0;
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }

  .search-slot:last-of-type {
    border-bottom: 0;
  }

  .search-button {
    width: 100%;
    border-radius: 16px;
    min-width: 0;
  }

  .hero-copy {
    padding: 10px 0 0;
  }

  .hero-copy h1 {
    max-width: none;
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .section-row h2,
  .artist-strip-copy h2,
  .contact-card h2 {
    line-height: 1.02;
  }

  .hero-carousel {
    min-height: 320px;
  }

  .experience-grid,
  .stays-grid {
    grid-auto-columns: 82vw;
  }

  .business-grid,
  .experience-grid {
    grid-template-columns: 1fr;
  }

  .artist-stats {
    gap: 18px;
  }

  .artist-social-badge {
    right: 12px;
    bottom: 12px;
    min-width: 136px;
    padding: 14px 16px;
  }

  .detail-gallery {
    grid-template-columns: 1fr;
  }

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

  .detail-meta-row {
    grid-template-columns: 1fr;
    row-gap: 4px;
  }

  .detail-copy,
  .detail-card,
  .contact-card,
  .admin-panel {
    padding: 22px;
  }

  .button,
  .hero-cta a,
  .business-cta,
  .detail-row .button,
  .detail-row-actions .button {
    width: 100%;
  }

  .cookie-banner {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .cookie-banner-inner {
    padding: 20px;
  }

  .admin-memo-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 520px) {
  .masthead {
    padding: 16px 12px 24px;
  }

  .page-shell {
    width: min(100% - 20px, 1280px);
    padding: 24px 0 64px;
  }

  section {
    margin-top: 42px;
  }

  .hero-copy::before {
    width: 56px;
    margin-bottom: 20px;
  }

  .eyebrow {
    letter-spacing: 0.14em;
    font-size: 0.69rem;
  }

  .hero-note {
    left: 12px;
    right: 12px;
    bottom: 12px;
    gap: 8px;
  }

  .hero-note span,
  .status-pill,
  .meta-chip,
  .card-badge {
    font-size: 0.76rem;
  }

  .experience-grid,
  .stays-grid {
    grid-auto-columns: 88vw;
  }

  .detail-copy,
  .detail-card,
  .contact-card,
  .admin-panel {
    padding: 18px;
  }

  .cookie-banner-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .cookie-banner-actions {
    justify-content: stretch;
  }

  .cookie-banner-actions .button {
    width: 100%;
  }
}
