:root {
  --black: #090a0b;
  --deep: #0d0f12;
  --panel: #14171b;
  --stone: #24272d;
  --gold: #d2aa49;
  --gold-light: #e5c976;
  --bone: #f2eee5;
  --silver: #b9bbc0;
  --fog: #858890;
  --line: rgba(210, 170, 73, 0.26);
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --body: "Raleway", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--bone);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  content: "";
  opacity: 0.035;
  background-image:
    linear-gradient(
      115deg,
      transparent 48%,
      rgba(255, 255, 255, 0.24) 50%,
      transparent 52%
    ),
    radial-gradient(circle at 30% 20%, #fff 0 0.5px, transparent 0.8px);
  background-size: 43px 61px, 7px 7px;
}

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

.whatsapp-compat[hidden] {
  display: none !important;
}

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

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.06;
}

h1 {
  max-width: 900px;
  margin-bottom: 24px;
  font-size: clamp(3.25rem, 7.2vw, 7rem);
  letter-spacing: -0.035em;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
}

h3 {
  margin-bottom: 14px;
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
}

.wrap {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 18px;
  background: var(--bone);
  color: var(--black);
  transform: translateY(-180%);
}

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

a:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 4px;
}

.eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  height: 86px;
  padding: 0 3.5vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(4, 5, 6, 0.85), transparent);
}

.brand {
  font-family: var(--serif);
  font-size: 1.15rem;
  letter-spacing: 0.3em;
}

.site-header nav {
  display: flex;
  gap: 42px;
  color: rgba(242, 238, 229, 0.76);
  font-size: 0.72rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.site-header nav a {
  padding: 10px 0;
}

.site-header nav a:hover,
.site-header nav a[aria-current="page"],
.header-phone:hover {
  color: var(--gold-light);
}

.header-phone {
  justify-self: end;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  background:
    radial-gradient(circle at 70% 25%, rgba(82, 107, 77, 0.44), transparent 30%),
    var(--deep);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.06);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.9), rgba(5, 6, 7, 0.28) 72%),
    linear-gradient(0deg, var(--black), transparent 52%),
    rgba(8, 9, 10, 0.2);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 720px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-block: 170px 105px;
}

.hero-lead {
  max-width: 700px;
  margin-bottom: 36px;
  color: rgba(242, 238, 229, 0.84);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border: 1px solid transparent;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.button-gold {
  background: var(--gold);
  color: #111;
}

.button-gold:hover {
  background: var(--gold-light);
}

.button-outline {
  border-color: rgba(242, 238, 229, 0.45);
}

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

.schedule,
.formats {
  padding-block: 112px;
}

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

.confirmed-events > .matrix-event {
  width: auto;
  margin: 0;
  padding: 0;
}

.event-card {
  min-height: 390px;
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  gap: 34px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 100% 0%, rgba(82, 107, 77, 0.22), transparent 36%),
    linear-gradient(145deg, rgba(210, 170, 73, 0.08), transparent 52%),
    var(--panel);
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.event-card:hover {
  border-color: var(--line);
  transform: translateY(-3px);
}

.event-date {
  align-self: start;
  padding-right: 24px;
  border-right: 1px solid var(--line);
}

.event-date strong {
  display: block;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 0.85;
}

.event-date span {
  display: block;
  margin-top: 14px;
  color: var(--fog);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.5;
  text-transform: uppercase;
}

.event-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.event-copy .card-kicker {
  margin-bottom: 34px;
}

.event-copy p:not(.card-kicker) {
  color: var(--silver);
}

.event-copy a,
.confirmed-events .format-card a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: auto;
  padding-top: 24px;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.confirmed-events .format-card {
  min-height: 390px;
}

.schedule-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 38px;
  padding-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.schedule-actions p {
  margin: 0;
  color: var(--silver);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
  gap: 90px;
  align-items: end;
  margin-bottom: 54px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p {
  margin-bottom: 8px;
  color: var(--silver);
}

.empty-state {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 38px 42px;
  border: 1px solid var(--line);
  background:
    linear-gradient(110deg, rgba(210, 170, 73, 0.07), transparent 48%),
    var(--panel);
}

.empty-state p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--silver);
}

.empty-mark {
  display: grid;
  width: 70px;
  height: 70px;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  align-items: end;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.empty-mark span {
  display: block;
  height: 52%;
  background: var(--gold);
}

.empty-mark span:nth-child(2) {
  height: 78%;
  opacity: 0.7;
}

.empty-mark span:nth-child(3) {
  height: 35%;
  opacity: 0.42;
}

.text-link,
.format-card a {
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  white-space: nowrap;
}

.how-it-works {
  padding-block: 110px;
  border-block: 1px solid rgba(255, 255, 255, 0.07);
  background:
    radial-gradient(circle at 10% 0, rgba(82, 107, 77, 0.2), transparent 32%),
    var(--deep);
}

.section-heading.compact {
  margin-bottom: 70px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  min-height: 180px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(20, 23, 27, 0.62);
}

.steps li + li {
  border-left: 0;
}

.steps li > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.25rem;
}

.steps p {
  margin-bottom: 0;
  color: var(--silver);
}

.plain-note {
  margin: 28px 0 0;
  color: var(--fog);
  font-size: 0.9rem;
}

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

.format-card {
  display: flex;
  min-height: 290px;
  flex-direction: column;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(145deg, rgba(210, 170, 73, 0.055), transparent 52%),
    var(--panel);
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.format-card:hover {
  border-color: var(--line);
  transform: translateY(-3px);
}

.card-kicker {
  margin-bottom: 40px;
  color: var(--fog);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.format-card p:not(.card-kicker) {
  max-width: 500px;
  color: var(--silver);
}

.format-card a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: auto;
  padding-top: 22px;
}

.all-tours {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 38px;
  padding-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.all-tours p {
  margin: 0;
  color: var(--silver);
}

.contact-section {
  padding-block: 112px;
  background:
    linear-gradient(125deg, rgba(210, 170, 73, 0.09), transparent 38%),
    var(--stone);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(460px, 1.15fr);
  gap: 90px;
  align-items: center;
}

.contact-layout > div:first-child p:last-child {
  max-width: 560px;
  color: var(--silver);
}

.contact-actions {
  display: grid;
  gap: 12px;
}

.contact-button {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 76px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(9, 10, 11, 0.35);
  font-weight: 700;
  transition:
    border-color 180ms ease,
    background 180ms ease;
}

.contact-button:hover {
  border-color: var(--gold);
  background: rgba(9, 10, 11, 0.56);
}

.contact-button small {
  display: block;
  margin-bottom: 2px;
  color: var(--fog);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 1.05rem;
}

.site-footer {
  padding-block: 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #070809;
}

.footer-layout {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.footer-layout p {
  margin: 14px 0 0;
  color: var(--fog);
  font-size: 0.9rem;
}

.footer-layout nav {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  color: var(--silver);
  font-size: 0.82rem;
}

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

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

  .site-header nav {
    display: none;
  }

  .section-heading,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .confirmed-events {
    grid-template-columns: 1fr;
  }

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

  .steps li + li {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
  }

  .contact-layout {
    gap: 52px;
  }
}

@media (max-width: 680px) {
  .wrap {
    width: min(100% - 32px, 1200px);
  }

  .site-header {
    height: 72px;
    padding-inline: 16px;
  }

  .brand {
    font-size: 1rem;
    letter-spacing: 0.22em;
  }

  .header-phone {
    font-size: 0.82rem;
  }

  .hero,
  .hero-content {
    min-height: 640px;
  }

  .hero-content {
    padding-block: 140px 72px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.65rem, 12vw, 3.4rem);
    overflow-wrap: break-word;
  }

  h2 {
    font-size: clamp(2.2rem, 11vw, 3.3rem);
  }

  .schedule,
  .formats,
  .how-it-works,
  .contact-section {
    padding-block: 80px;
  }

  .event-card {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 30px 26px;
  }

  .event-date {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .event-date strong {
    font-size: 3.8rem;
  }

  .event-date span {
    margin: 0;
  }

  .schedule-actions {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .empty-state {
    grid-template-columns: 1fr;
    padding: 30px 26px;
  }

  .text-link {
    white-space: normal;
  }

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

  .format-card {
    min-height: 260px;
    padding: 30px 26px;
  }

  .all-tours {
    align-items: flex-start;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .contact-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-button {
    grid-template-columns: 44px minmax(0, 1fr);
    padding-inline: 16px;
  }

  .footer-layout {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-layout nav {
    gap: 18px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
