:root {
  --forest: #062d24;
  --forest-deep: #031b16;
  --forest-soft: #17463b;
  --yellow: #c8a852;
  --yellow-bright: #ddbf68;
  --whatsapp: #25d366;
  --whatsapp-dark: #1faa52;
  --cream: #f6f2e9;
  --paper: #fffdf8;
  --paper-strong: #ffffff;
  --clay: #9d6a44;
  --sky: #a8d4df;
  --ink: #0f261f;
  --muted: rgba(15, 38, 31, 0.64);
  --line: rgba(6, 45, 36, 0.13);
  --dark-line: rgba(255, 255, 255, 0.16);
  --shadow: 0 18px 50px rgba(6, 45, 36, 0.08);
  --shadow-strong: 0 26px 70px rgba(6, 45, 36, 0.14);
  --max: 1360px;
  --display: "Bodoni 72", Didot, Baskerville, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(6, 45, 36, 0.028) 1px, transparent 1px) 0 0 / 108px 108px,
    linear-gradient(180deg, var(--paper-strong), var(--cream));
  color: var(--ink);
  font-family: var(--sans);
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(6, 45, 36, 0.025), transparent 24%);
}

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

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

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

h1,
h2 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: 0;
}

button,
input {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 18px;
  top: 12px;
  z-index: 30;
  transform: translateY(-140%);
  border-radius: 999px;
  padding: 10px 14px;
  background: var(--yellow);
  color: var(--forest);
  font-weight: 900;
}

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

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-height: 88px;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 32px;
  padding: 0 max(32px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.94);
  color: var(--forest);
  backdrop-filter: blur(18px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--forest);
  font-family: "Arial Narrow", Impact, var(--sans);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.brand-lockup span {
  display: none;
}

.brand-lockup img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: none;
}

.mobile-cta-label {
  display: none;
}

.header-nav {
  display: flex;
  justify-content: center;
  gap: 44px;
  color: rgba(15, 38, 31, 0.7);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.header-nav a:hover,
.header-nav a:focus-visible {
  color: var(--forest);
}

.header-button,
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--whatsapp);
  border-radius: 0;
  padding: 0 26px;
  background: var(--whatsapp);
  color: var(--forest-deep);
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: none;
  cursor: pointer;
  transition:
    transform 170ms ease,
    box-shadow 170ms ease,
    background 170ms ease;
}

.header-button:hover,
.button:hover,
.header-button:focus-visible,
.button:focus-visible {
  transform: translateY(-1px);
  background: var(--whatsapp-dark);
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.22);
}

.text-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 10px;
  color: var(--forest);
  font-weight: 900;
  border-bottom: 1px solid currentColor;
}

.text-link.dark {
  color: var(--forest);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 660px;
  border-bottom: 1px solid var(--line);
  background: var(--paper-strong);
  color: var(--ink);
}

.hero::after {
  content: none;
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(42deg, transparent 0 48%, rgba(255, 250, 240, 0.16) 48.08% 48.28%, transparent 48.36%),
    linear-gradient(132deg, transparent 0 56%, rgba(255, 250, 240, 0.14) 56.08% 56.28%, transparent 56.36%);
}

.hero-clay {
  display: none;
}

.hero-clay::before,
.hero-clay::after,
.hero-clay span {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.hero-clay::before {
  left: 18%;
  right: 18%;
  bottom: 118px;
  height: 4px;
  background: rgba(255, 255, 255, 0.72);
  transform: rotate(-13deg);
}

.hero-clay::after {
  left: 18px;
  bottom: 34px;
  width: 42px;
  height: 42px;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.46), transparent 20%),
    var(--yellow);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
}

.hero-clay span {
  left: 29px;
  bottom: 35px;
  width: 2px;
  height: 40px;
  background: rgba(8, 47, 32, 0.35);
  transform: rotate(28deg);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 48px));
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(600px, 0.96fr) minmax(480px, 1.04fr);
  align-items: center;
  gap: 54px;
  margin: 0 auto;
  padding: 54px 0 68px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 650px;
  padding: 52px 0;
}

.hero-kicker,
.section-intro > p:not(.concierge-copy),
.included-copy > p:first-child,
.events-heading p,
.waitlist-copy > p:first-child {
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

h1 {
  max-width: 650px;
  margin-top: 24px;
  font-size: clamp(3.25rem, 4.7vw, 4.95rem);
  line-height: 0.93;
}

.hero-subtitle {
  max-width: 470px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 1.22rem;
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  margin-top: 42px;
}

.hero-media {
  position: relative;
  height: min(62vw, 580px);
  min-height: 0;
  align-self: center;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: none;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 250, 240, 0.2);
}

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

.destination-note {
  position: absolute;
  left: 34px;
  bottom: 34px;
  min-width: 290px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  padding: 18px 22px;
  background: rgba(255, 253, 248, 0.88);
  color: var(--forest);
  text-shadow: none;
  backdrop-filter: blur(10px);
}

.destination-note::after {
  content: none;
  position: absolute;
  right: 8px;
  top: 50%;
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 1px solid rgba(255, 250, 240, 0.48);
  border-radius: 50%;
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  transform: translateY(-50%) rotate(-16deg);
}

.destination-note span {
  display: block;
  margin-bottom: 10px;
  color: var(--clay);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.destination-note strong {
  display: block;
  font-family: var(--display);
  font-size: 1.45rem;
  line-height: 1;
}

.concierge,
.events {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.concierge {
  padding: 76px 0 66px;
}

.concierge-panel {
  display: block;
}

.section-intro {
  display: flex;
  max-width: 900px;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.section-intro h2,
.included-copy h2,
.events-heading h2,
.waitlist-copy h2 {
  color: var(--ink);
  font-size: clamp(2.4rem, 4.5vw, 4.9rem);
  line-height: 0.98;
}

.section-intro h2 {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(2.25rem, 3vw, 3.45rem);
  line-height: 1.03;
}

.concierge-copy {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.concierge-visual {
  display: none;
}

.concierge-visual img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  object-position: center;
}

.concierge-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(4, 25, 15, 0), rgba(4, 25, 15, 0.18));
}

.itinerary-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  border: 1px solid rgba(8, 47, 32, 0.14);
  border-radius: 0;
  padding: 22px 24px;
  background: rgba(255, 253, 248, 0.94);
  color: var(--forest);
  box-shadow: none;
}

.itinerary-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.itinerary-card strong {
  display: block;
  max-width: 330px;
  font-family: var(--display);
  font-size: 1.6rem;
  line-height: 1.05;
}

.itinerary-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 800;
}

.itinerary-card li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.itinerary-card li::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--yellow);
}

.canada-master-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(210px, 0.38fr) minmax(0, 1fr) minmax(280px, 0.64fr);
  gap: 0;
  margin-top: 52px;
  border: 1px solid var(--line);
  min-height: 260px;
  background:
    linear-gradient(90deg, rgba(6, 45, 36, 0.026) 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(246, 242, 233, 0.92));
  color: var(--forest);
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(6, 45, 36, 0.1);
}

.canada-master-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(38deg, transparent 0 58%, rgba(6, 45, 36, 0.08) 58.08% 58.32%, transparent 58.4%),
    radial-gradient(circle at 78% 20%, rgba(37, 211, 102, 0.14), transparent 26%);
}

.canada-cta-media {
  position: relative;
  z-index: 1;
  min-height: 260px;
  border-right: 1px solid var(--line);
  overflow: hidden;
}

.canada-cta-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.04);
}

.canada-cta-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 27, 22, 0.06), rgba(3, 27, 22, 0.22));
}

.canada-cta-copy {
  position: relative;
  z-index: 1;
  align-self: center;
  padding: 40px 44px 38px;
}

.canada-cta-copy span,
.canada-cta-panel span {
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.canada-cta-copy strong {
  display: block;
  max-width: 620px;
  margin-top: 14px;
  color: var(--forest);
  font-family: var(--display);
  font-size: clamp(2.45rem, 4.1vw, 5rem);
  font-weight: 700;
  line-height: 0.95;
}

.canada-cta-copy p {
  max-width: 520px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

.canada-cta-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 28px;
  border: 1px solid var(--line);
  padding: 28px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 44px rgba(6, 45, 36, 0.08);
}

.canada-cta-panel span {
  color: var(--clay);
  letter-spacing: 0.13em;
}

.canada-cta-panel strong {
  display: block;
  margin-top: 10px;
  color: var(--forest);
  font-size: 1.32rem;
  font-weight: 900;
  line-height: 1.05;
}

.canada-cta-panel p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.canada-cta-panel .button {
  width: 100%;
  margin-top: 24px;
}

.journey-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 52px 0 0;
  padding: 0;
  list-style: none;
}

.journey-line::before {
  display: none;
}

.journey-line li {
  position: relative;
  min-height: 218px;
  padding: 30px 28px 28px;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.64);
  box-shadow: none;
}

.journey-line li:first-child {
  border-left: 1px solid var(--line);
}

.journey-symbol {
  position: relative;
  z-index: 1;
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 40px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--paper-strong);
  color: var(--forest);
}

.journey-symbol svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.journey-line li > span:not(.journey-symbol) {
  position: absolute;
  top: 26px;
  right: 24px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--forest);
  border-radius: 50%;
  background: var(--paper-strong);
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 900;
}

.journey-line strong {
  display: block;
  font-family: var(--display);
  font-size: 1.72rem;
  line-height: 1;
}

.journey-line p {
  max-width: 240px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.included {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper-strong);
  color: var(--ink);
}

.included::before {
  content: none;
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(36deg, transparent 0 54%, rgba(255, 250, 240, 0.12) 54.1% 54.25%, transparent 54.36%),
    linear-gradient(128deg, transparent 0 43%, rgba(255, 250, 240, 0.1) 43.1% 43.25%, transparent 43.36%);
}

.included {
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(500px, 1.22fr);
  gap: 60px;
  align-items: center;
  margin-top: 0;
  padding: 76px max(48px, calc((100vw - var(--max)) / 2));
}

.included-copy,
.service-rail {
  position: relative;
  z-index: 1;
}

.included-copy h2 {
  max-width: 430px;
  margin-top: 18px;
  color: var(--ink);
  font-size: clamp(2.2rem, 3.8vw, 3.8rem);
}

.service-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-left: 1px solid var(--line);
}

.service-rail article {
  min-height: 126px;
  display: grid;
  place-items: center;
  gap: 14px;
  border-right: 1px solid var(--line);
  padding: 18px 12px;
  text-align: center;
}

.service-rail span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--forest);
}

.service-rail svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.05;
}

.service-rail strong {
  color: var(--forest);
  font-size: 0.88rem;
  line-height: 1.2;
}

.events {
  padding: 88px 0 96px;
}

.events-heading {
  display: flex;
  justify-content: space-between;
  gap: 34px;
  align-items: end;
  margin-bottom: 48px;
}

.events-heading p {
  color: var(--clay);
}

.events-heading h2 {
  max-width: 620px;
  margin-top: 16px;
  font-size: clamp(2.35rem, 3.35vw, 3.65rem);
  line-height: 1.02;
}

.event-board {
  display: grid;
  grid-template-columns: repeat(20, minmax(0, 1fr));
  grid-auto-rows: 86px;
  gap: 16px;
}

.grand-slam-board {
  margin-bottom: 58px;
}

.masters-panel {
  border-top: 1px solid var(--line);
  padding-top: 42px;
}

.masters-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.masters-heading p {
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.masters-heading h3 {
  max-width: 560px;
  margin-top: 12px;
  font-family: var(--display);
  color: var(--ink);
  font-size: clamp(1.85rem, 2.5vw, 2.7rem);
  font-weight: 700;
  line-height: 1.02;
}

.rail-controls {
  display: flex;
  gap: 10px;
}

.rail-button {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255, 253, 248, 0.84);
  color: var(--forest);
  cursor: pointer;
  font-weight: 900;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.rail-button:hover {
  background: var(--forest);
  color: var(--paper);
  transform: translateY(-2px);
}

.rail-button:disabled {
  opacity: 0.34;
  cursor: default;
  transform: none;
}

.rail-button:disabled:hover {
  background: rgba(255, 253, 248, 0.84);
  color: var(--forest);
}

.masters-rail {
  display: flex;
  gap: 16px;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-padding-inline: 2px;
  scroll-snap-type: x mandatory;
  padding: 10px 2px 26px;
}

.masters-rail::-webkit-scrollbar {
  height: 10px;
}

.masters-rail::-webkit-scrollbar-track {
  background: rgba(6, 45, 36, 0.08);
}

.masters-rail::-webkit-scrollbar-thumb {
  border: 2px solid rgba(255, 253, 248, 0.88);
  background: rgba(6, 45, 36, 0.36);
}

.masters-rail .event-postcard {
  flex: 0 0 292px;
  min-height: 430px;
  scroll-snap-align: start;
}

.event-postcard {
  position: relative;
  overflow: hidden;
  min-height: 0;
  border: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  transform: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.event-postcard:hover,
.event-postcard:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 20px 46px rgba(6, 45, 36, 0.12);
}

.event-postcard.is-live {
  border-color: rgba(200, 168, 82, 0.72);
  box-shadow: 0 0 0 1px rgba(200, 168, 82, 0.18);
}

.event-postcard::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(3, 27, 22, 0.28)),
    var(--event-bg);
  background-size: cover;
  background-position: center;
}

.event-postcard::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 250, 240, 0.36);
}

.event-postcard.is-live::after {
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 240, 0.36),
    inset 0 0 0 3px rgba(200, 168, 82, 0.42);
}

.event-wimbledon {
  --event-bg:
    linear-gradient(180deg, rgba(8, 47, 32, 0), rgba(8, 47, 32, 0.18)),
    url("assets/event-wimbledon.png?v=ux-20-masters-rail");
  grid-column: 11 / span 5;
  grid-row: 1 / span 5;
}

.event-roland {
  --event-bg:
    linear-gradient(180deg, rgba(8, 47, 32, 0), rgba(8, 47, 32, 0.2)),
    url("assets/event-roland-garros.png?v=ux-20-masters-rail");
  grid-column: 6 / span 5;
  grid-row: 1 / span 5;
}

.event-australia {
  --event-bg:
    linear-gradient(180deg, rgba(8, 47, 32, 0), rgba(8, 47, 32, 0.18)),
    url("assets/event-australian-open.png?v=ux-20-masters-rail");
  grid-column: 1 / span 5;
  grid-row: 1 / span 5;
}

.event-usopen {
  --event-bg:
    linear-gradient(180deg, rgba(8, 47, 32, 0.02), rgba(8, 47, 32, 0.28)),
    url("assets/event-us-open.png?v=ux-20-masters-rail");
  grid-column: 16 / span 5;
  grid-row: 1 / span 5;
}

.event-montecarlo {
  --event-bg:
    linear-gradient(180deg, rgba(8, 47, 32, 0), rgba(8, 47, 32, 0.3)),
    url("assets/event-monte-carlo.png?v=ux-20-masters-rail");
  grid-column: 9 / span 4;
  grid-row: 6 / span 4;
}

.event-rome {
  --event-bg:
    linear-gradient(180deg, rgba(8, 47, 32, 0), rgba(8, 47, 32, 0.24)),
    url("assets/event-italian-open.png?v=ux-20-masters-rail");
  grid-column: 17 / span 4;
  grid-row: 6 / span 4;
}

.event-madrid {
  --event-bg:
    linear-gradient(180deg, rgba(8, 47, 32, 0), rgba(8, 47, 32, 0.24)),
    url("assets/event-madrid-open.png?v=ux-20-masters-rail");
  grid-column: 13 / span 4;
  grid-row: 6 / span 4;
}

.event-indian {
  --event-bg:
    linear-gradient(180deg, rgba(8, 47, 32, 0), rgba(8, 47, 32, 0.22)),
    url("assets/event-indian-wells.png?v=ux-20-masters-rail");
  grid-column: 1 / span 4;
  grid-row: 6 / span 4;
}

.event-miami {
  --event-bg:
    linear-gradient(180deg, rgba(8, 47, 32, 0), rgba(8, 47, 32, 0.2)),
    url("assets/event-miami-open.png?v=ux-20-masters-rail");
  grid-column: 5 / span 4;
  grid-row: 6 / span 4;
}

.event-canada {
  --event-bg:
    linear-gradient(180deg, rgba(8, 47, 32, 0), rgba(8, 47, 32, 0.22)),
    url("assets/event-canadian-open-v2.png?v=ux-32-event-art");
}

.event-cincinnati {
  --event-bg:
    linear-gradient(180deg, rgba(8, 47, 32, 0), rgba(8, 47, 32, 0.24)),
    url("assets/event-cincinnati-open-v2.png?v=ux-32-event-art");
}

.event-shanghai {
  --event-bg:
    linear-gradient(180deg, rgba(8, 47, 32, 0), rgba(8, 47, 32, 0.26)),
    url("assets/event-shanghai-masters-v2.png?v=ux-32-event-art");
}

.event-paris {
  --event-bg:
    linear-gradient(180deg, rgba(8, 47, 32, 0), rgba(8, 47, 32, 0.3)),
    url("assets/event-paris-masters.png?v=ux-20-masters-rail");
}

.event-label {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border: 1px solid rgba(6, 45, 36, 0.12);
  border-radius: 0;
  padding: 18px 20px;
  background: rgba(255, 253, 248, 0.94);
  color: var(--forest);
}

.event-label h3 {
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.event-label p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.event-label time {
  display: block;
  margin-top: 9px;
  color: var(--clay);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.event-stamp {
  position: absolute;
  top: 18px;
  right: 16px;
  z-index: 1;
  min-width: 88px;
  max-width: 132px;
  border: 1px solid rgba(255, 253, 248, 0.72);
  border-radius: 0;
  padding: 10px 12px;
  color: var(--paper-strong);
  background: rgba(6, 45, 36, 0.42);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transform: none;
}

.event-postcard.is-live .event-stamp {
  display: none;
}

.live-popout {
  position: absolute;
  top: 18px;
  left: 16px;
  z-index: 2;
  display: grid;
  gap: 8px;
  min-width: 136px;
  border: 1px solid rgba(200, 168, 82, 0.76);
  padding: 12px 14px;
  background: rgba(255, 253, 248, 0.94);
  color: var(--forest);
  box-shadow: 0 16px 30px rgba(6, 45, 36, 0.13);
}

.live-popout span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--clay);
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.live-popout span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 0 5px rgba(200, 168, 82, 0.17);
}

.live-popout strong {
  font-family: var(--display);
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 0.95;
}

.live-popout small {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.waitlist {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.56fr) minmax(360px, 0.9fr) minmax(360px, 0.86fr);
  gap: 58px;
  align-items: center;
  overflow: hidden;
  padding: 82px max(48px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 118px 118px,
    var(--forest-deep);
  color: var(--paper);
}

.passport {
  position: relative;
  width: min(100%, 270px);
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border: 1px solid rgba(255, 250, 240, 0.16);
  border-radius: 0;
  padding: 32px;
  color: rgba(255, 250, 240, 0.54);
  transform: none;
}

.passport::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 28px;
  width: 172px;
  height: 72px;
  border: 2px solid var(--yellow);
  border-radius: 0;
  transform: none;
}

.passport span {
  position: absolute;
  top: 48px;
  left: 46px;
  width: 136px;
  color: var(--yellow);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.passport strong {
  font-family: var(--display);
  font-size: 1.35rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.passport em {
  margin-top: 12px;
  font-family: var(--display);
  font-size: 2.7rem;
  font-style: normal;
  line-height: 0.9;
}

.waitlist-copy h2 {
  max-width: 620px;
  margin-top: 18px;
  color: var(--paper);
  font-size: clamp(2.5rem, 4vw, 4.2rem);
  line-height: 0.96;
  text-wrap: balance;
}

.waitlist-copy h2 span {
  display: block;
}

.waitlist-title-brand {
  width: max-content;
  max-width: 100%;
  margin-top: 14px;
  border-top: 1px solid rgba(255, 250, 240, 0.28);
  border-bottom: 1px solid rgba(255, 250, 240, 0.28);
  padding: 12px 0 10px;
  color: var(--yellow);
  font-family: var(--sans);
  font-size: clamp(1.05rem, 1.45vw, 1.45rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.waitlist-copy > p:last-child {
  max-width: 520px;
  margin-top: 18px;
  color: rgba(255, 250, 240, 0.78);
  font-size: 1rem;
  line-height: 1.68;
}

.contact-cta {
  display: grid;
  gap: 16px;
  align-items: start;
  justify-items: start;
}

.contact-cta .button {
  min-height: 64px;
  min-width: min(100%, 330px);
  padding-inline: 30px;
  font-size: 1rem;
  box-shadow: 0 22px 46px rgba(37, 211, 102, 0.18);
}

.contact-cta p {
  max-width: 360px;
  color: rgba(255, 250, 240, 0.7);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.55;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
  gap: 60px;
  align-items: center;
  padding: 52px max(48px, calc((100vw - var(--max)) / 2)) 38px;
  background: #02130f;
  color: rgba(255, 250, 240, 0.74);
  border-top: 1px solid var(--dark-line);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 22px;
}

.footer-brand img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: cover;
}

.footer-brand p {
  max-width: 210px;
  line-height: 1.6;
}

.site-footer nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 12px 34px;
  font-size: 0.86rem;
  font-weight: 800;
}

.footer-social {
  display: grid;
  gap: 14px;
  justify-items: end;
  font-size: 0.86rem;
}

.footer-social a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: 0;
  padding: 0 16px;
  font-weight: 900;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .site-header {
    position: relative;
    left: auto;
    width: auto;
    transform: none;
    padding: 12px 24px;
    background: rgba(255, 253, 248, 0.96);
  }

  .brand-lockup img {
    width: 58px;
    height: 58px;
  }

  .hero {
    min-height: 0;
  }

  .hero-content {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .hero-copy {
    max-width: 780px;
    padding: 78px 0 52px;
  }

  .hero-media {
    min-height: 520px;
  }

  .concierge-panel {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .section-intro {
    min-height: 0;
    padding: 0;
  }

  .concierge-visual,
  .concierge-visual img {
    min-height: 420px;
  }

  .canada-master-cta {
    grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1fr);
  }

  .canada-cta-panel {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }

  .canada-cta-panel p {
    max-width: 320px;
    margin-top: 0;
  }

  .canada-cta-panel .button {
    width: auto;
    min-width: 220px;
    margin-top: 0;
  }

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

  .included,
  .waitlist {
    grid-template-columns: 1fr;
  }

  .service-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--line);
  }

  .service-rail article {
    border-top: 0;
  }

  .event-board {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: 86px;
  }

  .event-wimbledon,
  .event-australia,
  .event-usopen,
  .event-roland,
  .event-montecarlo,
  .event-rome,
  .event-madrid,
  .event-indian,
  .event-miami {
    grid-column: span 4;
    grid-row: span 4;
  }

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

  .footer-social {
    justify-items: start;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 66px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    padding: 8px 14px;
    background: rgba(255, 253, 248, 0.98);
  }

  .brand-lockup span {
    display: none;
  }

  .brand-lockup img {
    width: 48px;
    height: 48px;
  }

  .header-nav {
    display: none;
  }

  .desktop-cta-label {
    display: none;
  }

  .mobile-cta-label {
    display: inline;
  }

  .header-button {
    display: none;
  }

  .hero-clay {
    display: none;
  }

  .hero-content,
  .concierge,
  .events {
    width: min(100% - 24px, var(--max));
  }

  .hero-content {
    gap: 18px;
    padding-bottom: 28px;
  }

  .hero-copy {
    max-width: none;
    padding: 34px 0 24px;
  }

  .hero-kicker,
  .section-intro > p:not(.concierge-copy),
  .included-copy > p:first-child,
  .events-heading p,
  .waitlist-copy > p:first-child {
    font-size: 0.66rem;
    letter-spacing: 0.14em;
  }

  h1 {
    margin-top: 18px;
    font-size: clamp(2.52rem, 12vw, 3.08rem);
    line-height: 0.96;
  }

  .hero-subtitle {
    max-width: 332px;
    margin-top: 20px;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .hero-actions {
    display: grid;
    gap: 14px;
    margin-top: 26px;
  }

  .button {
    width: 100%;
  }

  .text-link {
    width: max-content;
    max-width: 100%;
    min-height: 34px;
  }

  .hero-media {
    height: 318px;
    min-height: 0;
  }

  .hero-media img {
    object-position: center center;
  }

  .destination-note {
    left: 14px;
    right: 14px;
    bottom: 14px;
    min-width: 0;
    padding: 14px 16px;
  }

  .destination-note::after {
    display: none;
  }

  .destination-note span {
    margin-bottom: 8px;
    font-size: 0.58rem;
    letter-spacing: 0.13em;
  }

  .destination-note strong {
    font-size: 1.14rem;
  }

  .concierge {
    padding: 44px 0 38px;
  }

  .canada-master-cta {
    grid-template-columns: 1fr;
    margin-top: 28px;
    min-height: 0;
    box-shadow: 0 18px 52px rgba(6, 45, 36, 0.09);
  }

  .canada-cta-media {
    min-height: 178px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .canada-cta-copy {
    padding: 24px 18px 18px;
  }

  .canada-cta-copy strong {
    font-size: 2.08rem;
    line-height: 1;
  }

  .canada-cta-copy p {
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .canada-cta-panel {
    flex-direction: column;
    align-items: stretch;
    margin: 0 18px 18px;
    padding: 18px;
  }

  .canada-cta-panel p {
    margin-top: 18px;
  }

  .canada-cta-panel .button {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    margin-top: 20px;
  }

  .section-intro {
    gap: 16px;
    max-width: none;
    margin: 0;
    text-align: left;
  }

  .section-intro h2 {
    max-width: none;
    margin: 0;
    font-size: 2.16rem;
    line-height: 1.05;
  }

  .concierge-copy {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .concierge-visual,
  .concierge-visual img {
    min-height: 360px;
  }

  .itinerary-card {
    right: 16px;
    bottom: 16px;
    left: 16px;
    padding: 18px;
  }

  .itinerary-card strong {
    font-size: 1.35rem;
  }

  .journey-line {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 34px;
  }

  .journey-line::before {
    display: none;
  }

  .journey-line li {
    min-height: 0;
    padding: 22px 22px 22px 88px;
  }

  .journey-symbol {
    position: absolute;
    top: 22px;
    left: 22px;
    width: 52px;
    height: 52px;
    margin: 0;
    transform: none;
  }

  .journey-symbol svg {
    width: 42px;
    height: 42px;
  }

  .journey-line li > span:not(.journey-symbol) {
    top: 22px;
    right: 22px;
    width: 34px;
    height: 34px;
  }

  .journey-line strong {
    padding-right: 46px;
  }

  .journey-line p {
    max-width: none;
  }

  .included,
  .waitlist {
    padding: 46px 20px;
  }

  .service-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--line);
  }

  .events {
    padding: 48px 0 54px;
  }

  .events-heading {
    display: grid;
    gap: 16px;
    margin-bottom: 28px;
  }

  .events-heading h2 {
    font-size: 2.18rem;
    line-height: 1.05;
  }

  .event-board {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding: 8px 2px 18px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .event-board::-webkit-scrollbar,
  .masters-rail::-webkit-scrollbar {
    display: none;
  }

  .masters-heading {
    display: grid;
    gap: 16px;
    align-items: start;
  }

  .masters-heading h3 {
    font-size: 1.78rem;
    line-height: 1.05;
  }

  .rail-controls {
    justify-content: flex-start;
  }

  .rail-button {
    width: 42px;
    height: 42px;
  }

  .masters-rail {
    gap: 12px;
    padding: 8px 2px 18px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .masters-rail .event-postcard {
    flex-basis: min(82vw, 320px);
  }

  .event-postcard {
    flex: 0 0 min(82vw, 320px);
    min-height: 356px;
    scroll-snap-align: start;
    transform: none;
  }

  .event-label {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 15px;
  }

  .event-label h3 {
    font-size: 0.84rem;
    line-height: 1.15;
    letter-spacing: 0.07em;
  }

  .event-label p {
    margin-top: 6px;
    font-size: 0.78rem;
  }

  .event-label time {
    margin-top: 8px;
    font-size: 0.68rem;
  }

  .event-stamp {
    top: 12px;
    right: 12px;
    min-width: 78px;
    max-width: 120px;
    padding: 9px 10px;
    font-size: 0.6rem;
  }

  .live-popout {
    top: 12px;
    left: 12px;
    min-width: 112px;
    gap: 6px;
    padding: 10px 11px;
  }

  .live-popout span {
    gap: 6px;
    font-size: 0.58rem;
  }

  .live-popout small {
    font-size: 0.62rem;
  }

  .passport {
    display: none;
  }

  .waitlist {
    gap: 24px;
  }

  .waitlist-copy h2 {
    font-size: 2.12rem;
    line-height: 1.04;
  }

  .waitlist-copy h2 span {
    display: inline;
  }

  .waitlist-title-brand {
    display: inline-block;
    width: auto;
    margin-top: 10px;
    padding: 8px 0 7px;
  }

  .waitlist-copy > p:last-child {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .passport {
    width: 220px;
    min-height: 210px;
  }

  .contact-cta {
    justify-items: stretch;
  }

  .contact-cta .button {
    width: 100%;
    min-width: 0;
    min-height: 56px;
  }

  .included {
    gap: 26px;
  }

  .included-copy h2 {
    max-width: 320px;
    margin-top: 14px;
    font-size: 2.05rem;
    line-height: 1.04;
  }

  .service-rail article {
    min-height: 102px;
    gap: 8px;
    border-bottom: 1px solid var(--line);
    padding: 14px 8px;
  }

  .service-rail span {
    width: 42px;
    height: 42px;
  }

  .service-rail svg {
    width: 34px;
    height: 34px;
  }

  .service-rail strong {
    font-size: 0.78rem;
  }

  .site-footer {
    gap: 26px;
    padding: 36px 20px 28px;
  }

  .footer-brand {
    align-items: flex-start;
    gap: 16px;
  }

  .footer-brand img {
    width: 58px;
    height: 58px;
  }

  .site-footer nav {
    grid-template-columns: repeat(2, minmax(0, auto));
    gap: 12px 24px;
  }
}

@media (max-width: 480px) {
  .hero-content,
  .concierge,
  .events {
    width: min(100% - 20px, var(--max));
  }

  h1 {
    font-size: clamp(2.34rem, 13.2vw, 2.82rem);
  }

  .section-intro h2,
  .included-copy h2,
  .events-heading h2,
  .waitlist-copy h2 {
    font-size: 2.02rem;
  }

  .waitlist-title-brand {
    font-size: 1rem;
    letter-spacing: 0.12em;
  }

  .hero-media {
    height: 294px;
    min-height: 0;
  }

  .canada-cta-copy strong {
    font-size: 1.92rem;
  }

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

  .masters-rail .event-postcard {
    flex-basis: min(84vw, 315px);
  }

  .event-postcard {
    flex-basis: min(84vw, 315px);
    min-height: 338px;
  }
}

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

  .event-postcard,
  .button,
  .header-button {
    transition: none;
  }
}
