:root {
  --ink: #071d2a;
  --ink-2: #123644;
  --sea: #0e6973;
  --sea-dark: #084750;
  --foam: #e5f1ef;
  --sand: #efd9ae;
  --paper: #f5f1e8;
  --white: #fffdf8;
  --red: #bd3d2d;
  --gold: #d79c43;
  --line: rgba(7, 29, 42, 0.17);
  --line-light: rgba(255, 253, 248, 0.2);
  --shadow: 0 28px 70px rgba(1, 19, 29, 0.18);
  --radius: 2px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.1'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.skip-link {
  position: fixed;
  top: 0.7rem;
  left: 0.7rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 74px;
  padding: 0 4vw;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(245, 241, 232, 0.95);
  border-color: var(--line);
  backdrop-filter: blur(14px);
}

.wordmark {
  justify-self: start;
  display: flex;
  gap: 0.48rem;
  align-items: baseline;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.wordmark-club {
  letter-spacing: 0.13em;
}

.wordmark-divider {
  opacity: 0.42;
}

.site-header nav {
  display: flex;
  gap: clamp(1.1rem, 2.6vw, 2.5rem);
}

.site-header nav a,
.header-cta {
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.35rem;
}

.header-cta {
  justify-self: end;
  min-width: 82px;
  padding: 0.52rem 0.9rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  text-align: center;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  min-height: min(960px, 100svh);
  color: var(--white);
  background: var(--ink);
}

.hero-copy {
  display: flex;
  min-height: 790px;
  flex-direction: column;
  justify-content: center;
  padding: 8rem 6vw 10rem 8vw;
}

.eyebrow {
  margin: 0 0 1.2rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.35;
  text-transform: uppercase;
}

h1 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.16em;
  margin: 0;
  font-size: clamp(4.4rem, 9.2vw, 9.8rem);
  letter-spacing: -0.078em;
  line-height: 0.82;
}

.title-year {
  color: var(--sand);
  font-size: 0.48em;
  font-style: italic;
  letter-spacing: -0.03em;
}

.hero-kicker {
  margin: 2.2rem 0 0;
  color: var(--sand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.8vw, 2.35rem);
  font-style: italic;
  line-height: 1.2;
}

.hero-summary {
  max-width: 39rem;
  margin: 1.25rem 0 0;
  color: rgba(255, 253, 248, 0.74);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.72;
}

.hero-actions,
.enquire-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  color: var(--white);
  background: transparent;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 150ms ease, background 150ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary,
.button-sand {
  color: var(--ink);
  background: var(--sand);
  border-color: var(--sand);
}

.button-quiet:hover,
.button-quiet:focus-visible,
.button-outline:hover,
.button-outline:focus-visible {
  background: rgba(255, 255, 255, 0.1);
}

.hero-facts {
  display: flex;
  gap: clamp(1.25rem, 3vw, 3rem);
  margin-top: 3rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-facts div {
  display: flex;
  flex-direction: column;
}

.hero-facts strong {
  color: var(--sand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}

.hero-facts span {
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.75rem;
}

.hero-visual {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 650px;
  padding: 2rem;
  overflow: hidden;
}

.hero-visual > img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-visual > img {
  object-fit: cover;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(7, 29, 42, 0.28), transparent 42%),
    linear-gradient(0deg, rgba(7, 29, 42, 0.5), transparent 45%);
}

.date-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  column-gap: 0.75rem;
  width: max-content;
  max-width: 100%;
  padding: 1.35rem 1.6rem;
  color: var(--ink);
  background: var(--sand);
  box-shadow: var(--shadow);
}

.date-label,
.date-year {
  grid-column: 1 / -1;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.date-label {
  margin-bottom: 1rem;
  color: var(--red);
}

.date-card > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: baseline;
}

.date-day {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.9rem;
  letter-spacing: -0.06em;
  line-height: 1;
}

.date-month {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.date-rule {
  align-self: center;
  width: 18px;
  height: 1px;
  background: rgba(7, 29, 42, 0.45);
}

.date-year {
  margin-top: 1rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(7, 29, 42, 0.25);
  text-align: right;
}

.image-caption,
.course-image p,
.stay-image p {
  position: absolute;
  right: 1.2rem;
  bottom: 1rem;
  z-index: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.hero-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 4vw 1rem 8vw;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(7, 29, 42, 0.2);
  backdrop-filter: blur(8px);
}

.hero-bottom p {
  margin: 0;
  font-size: 0.86rem;
}

.hero-bottom p strong {
  color: var(--sand);
}

.countdown {
  display: flex;
  gap: 0.65rem;
  align-items: baseline;
}

.countdown-number {
  color: var(--sand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}

.countdown-label {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
}

.section-shell {
  width: min(1200px, 88vw);
  margin-inline: auto;
  padding-block: clamp(5.5rem, 9vw, 9rem);
}

.section-heading {
  display: grid;
  grid-template-columns: 0.65fr 1.7fr 0.85fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  margin-bottom: 3.5rem;
}

.section-heading .eyebrow {
  align-self: start;
  margin-top: 0.6rem;
}

.section-heading h2,
.partner-copy h2,
.stay-copy h2,
.enquire h2 {
  margin: 0;
  font-size: clamp(2.7rem, 5.1vw, 5.5rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.section-heading > p:last-child {
  margin: 0;
  color: rgba(7, 29, 42, 0.64);
}

.light-heading > p:last-child {
  color: rgba(255, 255, 255, 0.65);
}

.audience-switcher,
.itinerary-filters {
  display: inline-flex;
  gap: 0.3rem;
  margin-bottom: 1.4rem;
  padding: 0.3rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
}

.audience-button,
.filter-button {
  min-height: 44px;
  padding: 0.6rem 1.05rem;
  border: 0;
  border-radius: 999px;
  color: var(--ink-2);
  background: transparent;
  font-size: 0.875rem;
  font-weight: 750;
  cursor: pointer;
}

.audience-button.is-active,
.filter-button.is-active {
  color: var(--white);
  background: var(--ink);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.value-card {
  min-height: 260px;
  padding: clamp(1.35rem, 2.5vw, 2rem);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 160ms ease;
}

.value-card:hover {
  background: rgba(255, 255, 255, 0.42);
}

.value-card.is-hidden,
.itinerary-card.is-hidden {
  display: none;
}

.value-number {
  display: block;
  margin-bottom: 4.5rem;
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.3rem;
  line-height: 1;
}

.value-card h3 {
  margin: 0 0 0.45rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.2;
}

.value-card p {
  margin: 0;
  color: rgba(7, 29, 42, 0.64);
  font-size: 0.9rem;
}

.golf-section {
  color: var(--white);
  background: var(--ink);
}

.course-explorer {
  border: 1px solid var(--line-light);
}

.course-tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-bottom: 1px solid var(--line-light);
}

.course-tab {
  min-height: 96px;
  padding: 1rem;
  border: 0;
  border-right: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.6);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: color 150ms ease, background 150ms ease;
}

.course-tab:last-child {
  border-right: 0;
}

.course-tab span {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--sand);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.course-tab strong {
  font-size: 0.82rem;
  line-height: 1.3;
}

.course-tab:hover,
.course-tab:focus-visible,
.course-tab.is-active {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.course-tab.is-active {
  box-shadow: inset 0 -3px 0 var(--red);
}

.course-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 570px;
}

.course-panel-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 5rem);
}

.course-panel-topline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.course-date {
  margin: 0 0 0.8rem;
  color: var(--sand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.course-panel h3 {
  max-width: 42rem;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.course-designer {
  margin: 1.1rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

.course-description {
  max-width: 40rem;
  margin: 1.7rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.06rem;
}

.course-insight {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 1.1rem;
  max-width: 42rem;
  margin: 2.2rem 0 1.7rem;
  padding: 1.2rem 0;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.course-insight span {
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.course-insight p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
}

.course-panel-copy > a,
.text-link {
  width: fit-content;
  font-size: 0.88rem;
  font-weight: 750;
  text-underline-offset: 0.35rem;
}

.course-image {
  position: relative;
  min-height: 450px;
  overflow: hidden;
}

.course-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 29, 42, 0.35), transparent 45%), linear-gradient(0deg, rgba(7, 29, 42, 0.5), transparent 45%);
}

.course-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.golf-inclusions {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 2rem;
  align-items: start;
  margin-top: 2rem;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line-light);
}

.golf-inclusions > p {
  margin: 0;
  color: var(--sand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
}

.golf-inclusions ul,
.stay-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.golf-inclusions li,
.stay-amenities li {
  padding: 0.48rem 0.8rem;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.itinerary-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.4rem;
}

.itinerary-toolbar .itinerary-filters {
  margin-bottom: 0;
}

.itinerary-toolbar > p {
  margin: 0;
  color: rgba(7, 29, 42, 0.55);
  font-size: 0.78rem;
}

.itinerary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.itinerary-card {
  min-height: 305px;
  padding: 1.5rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.12);
}

.itinerary-card-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.2rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--line);
  color: rgba(7, 29, 42, 0.48);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.itinerary-card h3,
.track h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.16;
}

.itinerary-card > p:not(.free-label, .experience-label) {
  margin: 0.8rem 0 0;
  color: rgba(7, 29, 42, 0.63);
  font-size: 0.9rem;
}

.track + .track {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.track > span,
.free-label,
.experience-label,
.event-line span {
  display: block;
  margin: 0 0 0.45rem;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.track-experience > span,
.experience-label {
  color: var(--sea);
}

.free-label {
  color: var(--sea);
}

.event-line {
  margin-top: 2rem;
  padding: 1rem;
  color: var(--white);
  background: var(--ink);
}

.event-line strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.3;
}

.itinerary-free {
  background: var(--foam);
}

.itinerary-arrival,
.itinerary-departure {
  background: var(--sand);
}

.itinerary-finale {
  box-shadow: inset 0 -5px 0 var(--red);
}

.subject-note,
.price-note {
  margin: 1.2rem 0 0;
  color: rgba(7, 29, 42, 0.54);
  font-size: 0.78rem;
}

.partner-programme {
  color: var(--white);
  background: var(--sea);
}

.partner-inner {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(3rem, 8vw, 8rem);
}

.partner-copy > p:not(.eyebrow, .partner-note) {
  max-width: 38rem;
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.partner-note {
  margin: 1.5rem 0 0;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line-light);
  color: var(--sand);
  font-size: 0.82rem;
}

.experience-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-light);
  list-style: none;
}

.experience-list li {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 1rem;
  align-items: center;
  min-height: 92px;
  border-bottom: 1px solid var(--line-light);
}

.experience-list span {
  color: var(--sand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
}

.experience-list strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
  font-weight: 400;
}

.stay {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 7vw, 7rem);
  align-items: stretch;
}

.stay-image {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: var(--ink);
}

.stay-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 29, 42, 0.46), transparent 42%);
}

.stay-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stay-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stay-lead {
  margin: 2rem 0 0;
  color: rgba(7, 29, 42, 0.68);
  font-size: 1.05rem;
}

.room-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 2.2rem 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.room-card div {
  display: flex;
  min-height: 105px;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.room-card span {
  color: var(--red);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.room-card strong {
  margin-top: 0.2rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.stay-copy > p:not(.eyebrow, .stay-lead) {
  color: rgba(7, 29, 42, 0.65);
}

.stay-amenities {
  margin: 1rem 0 1.7rem;
}

.stay-amenities li {
  color: var(--ink-2);
  border-color: var(--line);
}

.hosting,
.inclusions {
  color: var(--white);
  background: var(--ink);
}

.host-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.host-card,
.coaching-card {
  min-height: 390px;
  padding: clamp(1.5rem, 3.5vw, 3rem);
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.host-monogram {
  display: grid;
  width: 84px;
  height: 84px;
  place-items: center;
  margin-bottom: 5rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: var(--sand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.host-role {
  margin: 0 0 0.7rem;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.host-card h3,
.coaching-card h3,
.included-list h3,
.excluded-list h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.host-card > p:last-child,
.coaching-card > p:last-child {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
}

.coaching-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--ink);
  background: var(--sand);
}

.coaching-card .eyebrow {
  color: var(--red);
}

.coaching-card > p:last-child {
  color: rgba(7, 29, 42, 0.66);
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.price-card {
  position: relative;
  min-height: 430px;
  padding: clamp(1.5rem, 3.5vw, 3rem);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.price-featured {
  color: var(--white);
  background: var(--sea);
}

.price-badge {
  margin: 0 0 5rem;
  color: var(--red);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-featured .price-badge {
  color: var(--sand);
}

.price-card h3 {
  margin: 0;
  font-size: 1rem;
}

.price {
  margin: 1rem 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 5vw, 5rem);
  letter-spacing: -0.065em;
  line-height: 1;
}

.price span,
.price small {
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.price span {
  vertical-align: top;
}

.price small {
  margin-left: 0.3rem;
}

.price-card > p:not(.price-badge, .price) {
  max-width: 18rem;
  color: rgba(7, 29, 42, 0.62);
  font-size: 0.9rem;
}

.price-featured > p:not(.price-badge, .price) {
  color: rgba(255, 255, 255, 0.72);
}

.price-card > a {
  position: absolute;
  bottom: 2.2rem;
  left: clamp(1.5rem, 3.5vw, 3rem);
  font-size: 0.85rem;
  font-weight: 750;
  text-underline-offset: 0.35rem;
}

.payment-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.25rem;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.payment-strip div {
  display: flex;
  min-height: 105px;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1.3rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.payment-strip span {
  color: var(--red);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.payment-strip strong {
  font-size: 0.9rem;
}

.inclusions {
  background: var(--sea-dark);
}

.inclusion-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.included-list,
.excluded-list {
  padding: clamp(1.6rem, 4vw, 4rem);
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.included-list h3,
.excluded-list h3 {
  margin-bottom: 2rem;
}

.included-list ul,
.excluded-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.included-list li,
.excluded-list li {
  position: relative;
  padding: 0.78rem 0 0.78rem 1.7rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
}

.included-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--sand);
}

.excluded-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--red);
}

.optional-extra {
  margin-top: 2rem;
  padding: 1.4rem;
  color: var(--ink);
  background: var(--sand);
}

.optional-extra span {
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.optional-extra p {
  margin: 0.65rem 0 0;
  font-size: 0.86rem;
}

.questions .section-heading {
  grid-template-columns: 0.65fr 2.55fr;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 1.5rem 3.5rem 1.5rem 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.72rem);
  line-height: 1.3;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  display: grid;
  width: 1.9rem;
  height: 1.9rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 52rem;
  margin: -0.25rem 0 1.6rem;
  color: rgba(7, 29, 42, 0.66);
}

.enquire {
  padding: clamp(6.5rem, 12vw, 11rem) 8vw;
  color: var(--white);
  text-align: center;
  background: var(--red);
}

.enquire-inner {
  max-width: 1000px;
  margin-inline: auto;
}

.enquire h2 {
  font-size: clamp(3.1rem, 7.2vw, 7.5rem);
}

.enquire-inner > p:not(.eyebrow) {
  max-width: 680px;
  margin: 2rem auto 0;
  color: rgba(255, 255, 255, 0.78);
}

.enquire-actions {
  justify-content: center;
  margin-top: 2.3rem;
}

.contact-email {
  display: inline-block;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  text-underline-offset: 0.3rem;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.3rem 4vw;
  color: rgba(255, 255, 255, 0.5);
  background: var(--ink);
  font-size: 0.74rem;
}

footer strong {
  color: var(--white);
  font-size: 0.82rem;
}

footer p {
  max-width: 520px;
  margin: 0.2rem 0 0;
}

footer > p {
  text-align: right;
}

footer a {
  text-underline-offset: 0.2rem;
}

.mobile-enquire {
  display: none;
}

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

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

  .site-header nav {
    display: none;
  }

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

  .hero-copy {
    min-height: 720px;
    padding-bottom: 9rem;
  }

  .hero-visual {
    min-height: 65vw;
  }

  .section-heading {
    grid-template-columns: 0.7fr 2fr;
  }

  .section-heading > p:last-child {
    grid-column: 2;
  }

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

  .course-tabs {
    grid-template-columns: repeat(3, 1fr);
  }

  .course-tab:nth-child(3) {
    border-right: 0;
  }

  .course-tab:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line-light);
  }

  .course-panel {
    grid-template-columns: 1fr;
  }

  .course-image {
    min-height: 58vw;
  }

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

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

  .coaching-card {
    grid-column: 1 / -1;
    min-height: 320px;
  }

  .price {
    font-size: 3.5rem;
  }
}



@media (max-width: 760px) {
  body {
    padding-bottom: 68px;
  }

  .site-header {
    min-height: 64px;
    padding-inline: 1rem;
  }

  .header-cta {
    min-width: 74px;
    font-size: 0.78rem;
  }

  .hero-copy {
    min-height: 680px;
    padding: 7rem 1rem 9rem;
  }

  h1 {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.1em;
    font-size: clamp(4.6rem, 23vw, 6.8rem);
  }

  .title-year {
    align-self: flex-end;
    margin-right: 8vw;
    font-size: 0.58em;
  }

  .hero-kicker {
    margin-top: 1.6rem;
  }

  .hero-facts {
    gap: 1.1rem;
  }

  .hero-facts div {
    flex: 1;
  }

  .hero-facts span {
    font-size: 0.7rem;
  }

  .hero-visual {
    min-height: 95vw;
    padding: 1rem;
  }

  .date-card {
    justify-self: center;
    padding-inline: 1rem;
  }

  .hero-bottom {
    min-height: 68px;
    padding-inline: 1rem;
  }

  .hero-bottom > p {
    max-width: 155px;
    font-size: 0.72rem;
    text-align: right;
  }

  .countdown-number {
    font-size: 1.7rem;
  }

  .section-shell {
    width: min(100% - 2rem, 1200px);
  }

  .section-heading,
  .questions .section-heading {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .section-heading > p:last-child {
    grid-column: auto;
  }

  .section-heading .eyebrow {
    margin-top: 0;
  }

  .section-heading h2,
  .partner-copy h2,
  .stay-copy h2 {
    font-size: clamp(2.6rem, 13vw, 4.4rem);
  }

  .audience-switcher {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }

  .audience-button {
    padding-inline: 0.4rem;
    font-size: 0.78rem;
  }

  .value-grid,
  .itinerary-grid,
  .partner-inner,
  .stay,
  .host-grid,
  .price-grid,
  .payment-strip,
  .inclusion-grid {
    grid-template-columns: 1fr;
  }

  .value-card {
    min-height: 235px;
  }

  .value-number {
    margin-bottom: 3rem;
  }

  .course-tabs {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .course-tab {
    min-width: 152px;
    scroll-snap-align: start;
  }

  .course-tab:nth-child(-n + 3) {
    border-bottom: 0;
  }

  .course-panel-copy {
    padding: 2rem 1.25rem 2.5rem;
  }

  .course-panel-topline {
    margin-bottom: 2.3rem;
  }

  .course-insight {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .course-image {
    min-height: 78vw;
  }

  .golf-inclusions {
    grid-template-columns: 1fr;
  }

  .itinerary-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.65rem;
  }

  .itinerary-filters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    border-radius: 20px;
  }

  .itinerary-card {
    min-height: 280px;
  }

  .partner-inner {
    gap: 3.5rem;
  }

  .stay-image {
    min-height: 112vw;
  }

  .room-card {
    grid-template-columns: 1fr 1fr;
  }

  .host-grid,
  .price-grid,
  .payment-strip,
  .inclusion-grid {
    border-left: 1px solid var(--line-light);
  }

  .host-card,
  .coaching-card {
    min-height: 330px;
  }

  .coaching-card {
    grid-column: auto;
  }

  .price-card {
    min-height: 390px;
  }

  .payment-strip {
    border-color: var(--line);
  }

  .included-list,
  .excluded-list {
    padding: 2rem 1.25rem;
  }

  .enquire {
    padding-inline: 1rem;
  }

  .enquire h2 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .enquire-actions {
    flex-direction: column;
  }

  footer {
    flex-direction: column;
    padding: 2rem 1rem;
  }

  footer > p {
    text-align: left;
  }

  .mobile-enquire {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 55;
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    padding: 0.65rem 1rem;
    color: var(--white);
    background: rgba(7, 29, 42, 0.97);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
  }

  .mobile-enquire span {
    display: flex;
    flex-direction: column;
    font-size: 0.7rem;
  }

  .mobile-enquire strong {
    color: var(--sand);
    font-size: 0.86rem;
  }

  .mobile-enquire a {
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    color: var(--ink);
    background: var(--sand);
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
  }

}

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

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

/* Approved trip identity and traveller information */
:root { --ink: #07372c; --ink-2: #124b3e; --sea: #17624e; --sea-dark: #0b4737; }
[hidden] { display: none !important; }
.nav-logo { width: 66px; height: 68px; object-fit: contain; }
.hero-trip-logo { width: 190px; height: auto; margin: 0 0 1.5rem; }
.hero-copy { padding-top: 8rem; padding-bottom: 4rem; }
.registration-deadline { font-size: 1rem; max-width: 35rem; margin: 1.4rem 0; }
.quick-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem 1.5rem; padding: 1.2rem; border-bottom: 1px solid var(--line); }
.quick-nav a { font-size: 1rem; text-underline-offset: .25em; }
.trip-feedback { display: grid; grid-template-columns: 210px 1fr; gap: 2rem; align-items: center; padding-block: 3rem; border-bottom: 1px solid var(--line); }
.trip-feedback strong { font-family: Georgia, serif; font-size: 4rem; font-weight: 400; line-height: 1; }
.trip-feedback strong span { font-size: 1.5rem; }
.trip-feedback h2 { font-size: clamp(1.8rem,3vw,2.8rem); margin: 0 0 .75rem; }
.trip-feedback p { margin: .7rem 0 0; }
.course-panel { grid-template-columns: 1fr; }
.course-panel-copy { max-width: 900px; width: 100%; }
.upgrade-card { border: 1px solid var(--gold); padding: 1.5rem; margin: 1.5rem 0; background: var(--white); }
.upgrade-card h3 { font-family: Georgia, serif; font-size: 2rem; margin: .3rem 0; }
.upgrade-price { font-weight: 700; font-size: 1.15rem; }
.comparison-wrap { margin-top: 2rem; overflow-x: auto; }
.package-comparison { width: 100%; border-collapse: collapse; font-size: 1rem; }
.package-comparison caption { text-align: left; font-family: Georgia,serif; font-size: 1.8rem; padding: 1rem 0; }
.package-comparison th, .package-comparison td { text-align: left; padding: 1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.package-comparison thead { background: var(--ink); color: var(--white); }
.package-comparison tbody th { width: 48%; font-weight: 500; }
.header-cta, .audience-button, .filter-button { font-size: .875rem; }
.hero-facts span, .hero-bottom > p, .mobile-enquire span, .mobile-enquire a { font-size: .875rem; }
section[id] { scroll-margin-top: 100px; }
@media (max-width:760px) {
  .site-header { grid-template-columns: auto 1fr; }
  .header-cta { justify-self: end; }
  .hero-copy { min-height: auto; padding: 7rem 1rem 4rem; }
  .hero-trip-logo { width: 165px; margin-inline: auto; }
  .trip-feedback { grid-template-columns: 1fr; gap: 1rem; }
  .trip-feedback > div:first-child { display: flex; gap: 1.2rem; align-items: center; }
  .value-card { min-height: 0; padding-block: 1.6rem; }
  .value-number { margin-bottom: 1.2rem; }
  .itinerary-card { min-height: 0; }
  .package-comparison th, .package-comparison td { padding: .75rem .5rem; font-size: .875rem; overflow-wrap: anywhere; }
  .mobile-enquire { background: rgba(7,55,44,.98); }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
