:root {
  --bg: #f7f0e8;
  --bg-soft: #fbf7f2;
  --panel: rgba(255, 249, 243, 0.9);
  --paper: #fffdf9;
  --ink: #363334;
  --muted: #6d6662;
  --line: rgba(54, 51, 52, 0.16);
  --accent: #eb8a68;
  --accent-deep: #d16f4f;
  --accent-soft: #e9a486;
  --sand: #d6b195;
  --sand-deep: #ba8e6e;
  --footer: #2d2b2c;
  --shadow: 0 28px 70px rgba(126, 91, 65, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shell: min(1120px, calc(100vw - 48px));
  --header-offset: 108px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-offset);
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Questrial", sans-serif;
  color: var(--ink);
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.7), transparent 28%),
    linear-gradient(180deg, #f1d7c2 0%, #f8f2ec 20%, var(--bg) 100%);
}

main [id] {
  scroll-margin-top: var(--header-offset);
}

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

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

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

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(14px);
  background: rgba(247, 240, 232, 0.74);
  border-bottom: 1px solid rgba(54, 51, 52, 0.08);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand-lockup__amp {
  color: var(--accent);
}

.inline-brand {
  display: inline;
  white-space: nowrap;
}

.site-header__logo,
.site-footer__logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.95rem;
}

.top-language-menu {
  position: relative;
}

.top-language-trigger {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 0.22em;
  text-decoration-thickness: 1px;
  cursor: pointer;
}

.top-language-dropdown {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  min-width: 190px;
  padding: 10px 0;
  border: 1px solid rgba(54, 51, 52, 0.12);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.98);
  box-shadow: 0 18px 40px rgba(54, 51, 52, 0.12);
}

.top-language-dropdown a {
  display: block;
  padding: 10px 16px;
  font-size: 0.96rem;
  letter-spacing: 0;
  text-transform: none;
}

.top-language-dropdown a:hover {
  background: rgba(235, 138, 104, 0.08);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--small {
  min-height: 42px;
  padding: 0 18px;
}

.button--accent {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
}

.button--accent:hover {
  background: var(--accent-deep);
  border-color: var(--accent-deep);
}

.button--ghost {
  background: rgba(255, 255, 255, 0.5);
}

.button--outline {
  background: transparent;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 42px;
  background:
    linear-gradient(90deg, rgba(233, 164, 134, 0.22), transparent 44%),
    radial-gradient(circle at 86% 28%, rgba(255, 233, 208, 0.88), transparent 19%),
    linear-gradient(135deg, #cf9f7d 0%, #e6b996 26%, #f1d2ba 60%, #ead9c7 100%);
}

.hero::before {
  content: none;
}

.hero::after {
  content: none;
}

.hero__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(72vh, 760px);
}

.hero__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 860px);
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 42px 30px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 0 0 0 0;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.hero__wordmark {
  width: min(420px, 100%);
}

.hero__wordmark--text {
  width: auto;
}

.hero__wordmark--text .brand-lockup {
  display: inline-block;
  font-size: clamp(3rem, 6vw, 5.2rem);
  letter-spacing: 0.08em;
  line-height: 0.95;
  text-transform: uppercase;
}

.hero__line {
  width: 178px;
  height: 1px;
  margin: 18px 0 18px;
  background: rgba(54, 51, 52, 0.24);
}

.hero__eyebrow,
.eyebrow {
  color: var(--muted);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.hero h1,
.section-heading h2,
.intro__content h2,
.location-feature__hero h2,
.faq__lead h2,
.cta-band h2,
.contact-hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.hero h1 {
  margin-top: 10px;
  font-size: clamp(2.6rem, 4.2vw, 4.6rem);
  line-height: 0.9;
  max-width: 14ch;
}

.hero__headline {
  max-width: none;
}

.hero__headline span {
  display: block;
  white-space: nowrap;
}

.hero__headline span + span {
  margin-top: 0.24em;
}

.intro__content h2 br {
  display: block;
  content: "";
  margin-top: 0.24em;
}

.hero__copy {
  max-width: 72ch;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.section {
  padding: 88px 0;
}

.intro__grid,
.faq__grid,
.contact-layout,
.contact-hero__inner {
  display: grid;
  gap: 40px;
}

.intro__grid,
.contact-layout {
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
}

.visual-card {
  position: relative;
  min-height: 420px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 248, 239, 0.9), transparent 21%),
    linear-gradient(160deg, #d79962 0%, #bc7b44 46%, #8e5a36 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.visual-card::before,
.location-feature__hero::before,
.event-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 42%, rgba(51, 32, 17, 0.18));
}

.visual-card__circle {
  position: absolute;
  left: 36px;
  bottom: 62px;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f6e3cc, #d89d5d);
  box-shadow: 140px 50px 0 -45px rgba(255, 244, 226, 0.88);
}

.visual-card__plinth {
  position: absolute;
  left: 92px;
  bottom: 0;
  width: 180px;
  height: 168px;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(180deg, rgba(118, 74, 35, 0.2), rgba(110, 70, 37, 0.66)), #9c6a3a;
}

.visual-card__stem {
  position: absolute;
  bottom: 160px;
  width: 3px;
  background: #c8ac86;
  transform-origin: bottom center;
}

.visual-card__stem--left {
  left: 86px;
  height: 132px;
  transform: rotate(-22deg);
}

.visual-card__stem--right {
  left: 128px;
  height: 160px;
  transform: rotate(16deg);
}


.about-image-wrap {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about-image {
  display: block;
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.intro__content h2,
.section-heading h2,
.faq__lead h2,
.contact-hero h1 {
  margin-top: 10px;
  font-size: clamp(1.85rem, 3.25vw, 3rem);
  line-height: 1.06;
}

.intro__content p,
.faq__items p,
.contact-copy,
.contact-card > p,
.contact-side p,
.site-footer p,
.location-feature__details p,
.event-card p {
  color: var(--muted);
  line-height: 1.7;
}

.intro__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}

.section--accent {
  background: var(--accent);
}

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

.info-card,
.event-card,
.contact-card,
.contact-side__panel {
  background: var(--paper);
  border: 1px solid rgba(54, 51, 52, 0.1);
  box-shadow: var(--shadow);
}

.info-card {
  min-height: 236px;
  padding: 28px;
}

.info-card h3,
.event-card h3,
.location-feature__details h3,
.faq__items h3,
.contact-card h2,
.contact-side__panel h2,
.site-footer h3 {
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.05;
}

.info-card h3,
.event-card h3,
.location-feature__details h3,
.faq__items h3 {
  font-family: "Cormorant Garamond", serif;
}

.info-card p {
  margin-top: 16px;
  color: rgba(54, 51, 52, 0.8);
  line-height: 1.65;
}

.info-card__subhead {
  margin-top: 14px;
  color: var(--ink);
  font-size: 1.02rem;
  letter-spacing: 0.02em;
}

.section-heading {
  margin-bottom: 30px;
}

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

.event-card {
  overflow: hidden;
}

.event-card__media {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.event-card__image {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.event-card__media--wardrobe {
  background:
    linear-gradient(180deg, rgba(25, 20, 17, 0.08), rgba(25, 20, 17, 0.2)),
    linear-gradient(120deg, #5f7261 0 34%, #c5d0b9 34% 58%, #6f4a3f 58% 78%, #b5846d 78%);
}

.event-card__media--art {
  background:
    radial-gradient(circle at 26% 22%, #f6d96d 0 6%, transparent 7%),
    radial-gradient(circle at 48% 48%, #8bca94 0 5%, transparent 6%),
    radial-gradient(circle at 68% 28%, #f28f7a 0 6%, transparent 7%),
    radial-gradient(circle at 72% 70%, #7eb0e5 0 5%, transparent 6%),
    linear-gradient(180deg, rgba(244, 210, 172, 0.85), rgba(237, 191, 144, 0.95));
}

.event-card__media--lounge {
  background:
    radial-gradient(circle at 64% 44%, rgba(255, 249, 240, 0.9) 0 14%, transparent 15%),
    linear-gradient(180deg, rgba(139, 94, 49, 0.14), rgba(82, 50, 24, 0.24)),
    linear-gradient(150deg, #dca366 0%, #ba7f49 56%, #8d5d37 100%);
}

.event-card__meta {
  padding: 16px 18px 0;
  color: var(--muted);
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.event-card h3,
.event-card p {
  padding-left: 18px;
  padding-right: 18px;
}

.event-card h3 {
  margin-top: 10px;
  font-size: 1.72rem;
  line-height: 1.16;
  letter-spacing: 0.005em;
}

.event-card p {
  padding-bottom: 24px;
  margin-top: 10px;
  line-height: 1.55;
}


.event-card__list {
  margin: 8px 0 24px;
  padding: 0 18px 0 38px;
  color: var(--muted);
  line-height: 1.55;
}

.event-card__list li {
  margin: 0 0 8px;
}

.event-card__list li:last-child {
  margin-bottom: 0;
}

.location-feature {
  background: var(--bg-soft);
}

.location-feature__hero {
  position: relative;
  padding: 96px 0;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(133, 85, 51, 0.16), rgba(133, 85, 51, 0.26)),
    linear-gradient(135deg, #b6845e 0%, #cea17b 48%, #dfc0a8 100%);
  overflow: hidden;
}

.location-feature__hero::after {
  content: "";
  position: absolute;
  left: 15%;
  bottom: -18px;
  width: 220px;
  height: 220px;
  border-radius: 110px 110px 0 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 250, 244, 0.9), transparent 18%),
    linear-gradient(180deg, rgba(255, 248, 240, 0.9), rgba(217, 181, 145, 0.36));
}

.location-feature__hero h2 {
  position: relative;
  z-index: 1;
  font-size: clamp(2.5rem, 4vw, 4.3rem);
  text-align: center;
}

.location-feature__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  padding: 34px 0 42px;
}

.faq {
  background: var(--paper);
}

.faq__grid {
  grid-template-columns: 0.95fr 1.2fr;
  align-items: start;
}

.faq__items {
  display: grid;
  gap: 30px;
}

.faq__items h3 {
  margin-bottom: 10px;
}

.cta-band {
  padding: 42px 0 78px;
}

.cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(255, 240, 228, 0.8), rgba(244, 220, 200, 0.9));
  border: 1px solid rgba(54, 51, 52, 0.08);
}

.site-footer {
  padding: 46px 0 56px;
  color: rgba(255, 255, 255, 0.88);
  background: var(--footer);
}

.site-footer__brand {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.site-footer__brand strong {
  display: block;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.site-footer h3 {
  font-size: 1.1rem;
  line-height: 1.15;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.9fr;
  gap: 30px;
  padding-top: 28px;
}

.site-footer__legal-col {
  display: flex;
  justify-content: flex-end;
}

.site-footer__legal {
  margin-top: 0;
  max-width: 32ch;
  font-size: 0.72rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.54);
  text-align: left;
}

.contact-page {
  padding-bottom: 72px;
}

.contact-hero {
  padding: 88px 0 34px;
}

.contact-hero__inner {
  grid-template-columns: minmax(0, 1fr);
  max-width: 760px;
}

.contact-card {
  padding: 30px;
  border-radius: var(--radius-lg);
}

.contact-layout {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

.contact-side {
  display: grid;
  gap: 22px;
}

.contact-side__panel {
  padding: 28px;
  border-radius: var(--radius-lg);
}

.contact-form {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

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

.field {
  display: grid;
  gap: 8px;
}

.field span {
  font-size: 0.92rem;
  color: var(--muted);
}

.field input,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(54, 51, 52, 0.16);
  border-radius: 16px;
  background: #fff;
  font: inherit;
  color: var(--ink);
}

.field textarea {
  resize: vertical;
  min-height: 170px;
}

.field input:focus,
.field textarea:focus {
  outline: 2px solid rgba(235, 138, 104, 0.28);
  border-color: var(--accent);
}

@media (max-width: 920px) {
  .site-header__inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 0;
  }

  .site-nav {
    width: auto;
    flex-wrap: nowrap;
    align-self: flex-end;
    justify-content: flex-end;
    gap: 12px 18px;
    font-size: 0.88rem;
  }

  .cta-band__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .intro__grid,
  .card-grid,
  .event-grid,
  .location-feature__details,
  .faq__grid,
  .contact-layout,
  .contact-form__row,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 36px 0 28px;
  }

  .hero__panel {
    padding: 22px;
    width: 100%;
  }

  .hero__wordmark--text .brand-lockup {
    font-size: clamp(2.35rem, 8vw, 4rem);
  }

  .hero__headline span {
    white-space: normal;
  }

  .hero__copy {
    max-width: 44ch;
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button,
  .button--small {
    width: 100%;
  }

  .visual-card {
    min-height: 320px;
  }

}

@media (max-width: 640px) {
  :root {
    --shell: min(1120px, calc(100vw - 28px));
    --header-offset: 98px;
  }

  html {
    scroll-padding-top: var(--header-offset);
  }

  body {
    padding-top: var(--header-offset);
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  .site-header__inner {
    gap: 10px;
    padding: 14px 0;
    min-height: 0;
  }

  .site-header__brand {
    gap: 10px;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
  }

  .site-header__logo,
  .site-footer__logo {
    width: 34px;
    height: 34px;
  }

  .site-nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-self: flex-end;
    justify-content: flex-end;
    gap: 10px;
    font-size: 0.76rem;
    line-height: 1;
    max-width: 100%;
    min-width: 0;
    white-space: nowrap;
  }

  .top-language-dropdown {
    right: 0;
    left: auto;
    min-width: 160px;
    max-width: min(160px, calc(100vw - 24px));
  }

  .hero__panel {
    padding: 14px;
  }

  .hero__wordmark--text .brand-lockup {
    font-size: clamp(1.6rem, 9vw, 2.3rem);
    letter-spacing: 0.06em;
  }

  .hero__line {
    width: 82px;
    margin: 10px 0;
  }

  .hero h1,
  .intro__content h2,
  .section-heading h2,
  .faq__lead h2,
  .location-feature__hero h2,
  .contact-hero h1 {
    font-size: clamp(1.45rem, 6.9vw, 2.05rem);
  }

  .hero h1 {
    margin-top: 0;
    line-height: 0.98;
    max-width: 11.5ch;
  }

  .hero__copy {
    margin-top: 10px;
    font-size: 0.8rem;
    line-height: 1.45;
    max-width: 29ch;
  }

  .hero__actions {
    gap: 8px;
    margin-top: 16px;
  }

  .section {
    padding: 46px 0;
  }

  .intro {
    padding-top: 18px;
  }

  #highlights {
    padding-top: 64px;
  }

  .contact-hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-page {
    margin-top: -18px;
  }

  .contact-hero__inner {
    gap: 0;
  }

  .eyebrow {
    line-height: 1;
  }

  .button {
    min-height: 40px;
    padding: 0 16px;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }

  .about-image,
  .event-card__image,
  .event-card__media {
    min-height: 220px;
  }

  .info-card,
  .event-card,
  .contact-card,
  .contact-side__panel {
    box-shadow: 0 18px 40px rgba(126, 91, 65, 0.1);
  }

  .info-card {
    min-height: 0;
    padding: 18px;
  }

  .contact-layout {
    margin-top: 0;
  }

  .event-card h3 {
    font-size: 1.22rem;
  }

  .event-card__meta {
    font-size: 0.74rem;
  }

  .cta-band {
    padding: 10px 0 16px;
  }

  .cta-band__inner {
    gap: 12px;
    padding: 12px;
  }

  .cta-band h2 {
    font-size: 1.2rem;
    line-height: 1.05;
  }

  .site-footer {
    padding: 24px 0 16px;
  }

  .site-footer__brand {
    gap: 12px;
    padding-bottom: 14px;
  }

  .site-footer__brand strong {
    font-size: 0.98rem;
  }

  .site-footer__grid {
    grid-template-columns: 1.15fr 0.95fr;
    gap: 14px 20px;
    padding-top: 14px;
    align-items: start;
  }

  .site-footer__grid > div:first-child h3,
  .site-footer__grid > div:nth-child(2) h3 {
    font-size: 0.92rem;
    line-height: 1.1;
    margin-bottom: 5px;
  }

  .site-footer__grid > div:first-child p,
  .site-footer__grid > div:nth-child(2) p {
    font-size: 0.72rem;
    line-height: 1.32;
  }

  .site-footer__grid > div:first-child h3 + p {
    margin-bottom: 10px;
  }

  .site-footer__legal-col {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-top: 0;
  }

  .site-footer__legal {
    max-width: none;
    font-size: 0.58rem;
    line-height: 1.28;
  }
}
