/*
Theme Name: Padel Restart
Theme URI: https://padelrestart.com
Author: EVAMAR LIMITED
Description: Custom editable WordPress theme for the approved Padel Restart website.
Version: 1.0.3
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: padel-restart
*/
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('assets/fonts/geist-98bbbccb.woff2') format('woff2');
}

:root {
  --ink: #121412;
  --muted: #686a61;
  --paper: #f7f3ea;
  --chalk: #fffdf7;
  --lime: #d8ff37;
  --sand: #e8dcc9;
  --teal: #0c6f6b;
  --font-geist-sans: 'Geist';
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
}

img,
video {
  max-width: 100%;
}

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

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

button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 4px;
}

.site-header {
  align-items: center;
  color: white;
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 22px clamp(18px, 4vw, 64px);
  position: fixed;
  right: 0;
  top: 0;
  transition: background 220ms ease, color 220ms ease, padding 220ms ease;
  z-index: 20;
}

.site-header.is-scrolled {
  background: rgba(18, 20, 18, 0.88);
  padding-block: 14px;
  backdrop-filter: blur(16px);
}

.logo {
  align-items: center;
  display: inline-flex;
  width: clamp(128px, 14vw, 210px);
}

.logo img {
  display: block;
  height: auto;
  width: 100%;
}

.site-header nav,
footer nav {
  align-items: center;
  display: flex;
  gap: clamp(14px, 2vw, 30px);
  justify-content: center;
}

.site-header nav ul,
footer nav ul {
  align-items: center;
  display: flex;
  gap: inherit;
  justify-content: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header nav a,
footer nav a {
  font-size: 0.78rem;
  font-weight: 700;
  opacity: 0.82;
  text-transform: uppercase;
}

.header-cta,
.button {
  align-items: center;
  border: 1px solid currentColor;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 850;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  text-transform: uppercase;
}

.header-cta {
  background: var(--lime);
  border-color: var(--lime);
  color: var(--ink);
}

.menu-toggle {
  align-items: center;
  background: rgba(18, 20, 18, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.54);
  color: white;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.menu-toggle span {
  background: currentColor;
  display: block;
  height: 2px;
  width: 18px;
}

.hero {
  align-items: end;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  padding: 128px clamp(20px, 5vw, 78px) clamp(48px, 8vw, 92px);
  position: relative;
}

.hero-video,
.hero-overlay {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-video {
  object-fit: cover;
  z-index: 0;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.18) 58%, rgba(0, 0, 0, 0.28)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.68), transparent 48%);
  z-index: 1;
}

.hero-symbol {
  bottom: 4%;
  opacity: 0.2;
  position: absolute;
  right: -5%;
  transform: rotate(-10deg);
  width: min(36vw, 520px);
  z-index: 1;
}

.hero-content {
  color: white;
  max-width: 900px;
  position: relative;
  z-index: 2;
}

.label {
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.label.dark {
  color: var(--teal);
}

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

h1 {
  font-size: clamp(3.2rem, 8.5vw, 7.6rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.86;
  margin-bottom: 28px;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2.45rem, 6vw, 6.9rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
  margin-bottom: 28px;
  text-transform: uppercase;
}

h3 {
  font-size: clamp(1.7rem, 3vw, 3.1rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
}

.hero-copy {
  font-size: clamp(1.15rem, 2.2vw, 1.85rem);
  line-height: 1.35;
  max-width: 650px;
}

.hero-facts {
  color: var(--lime);
  font-size: clamp(1.05rem, 2vw, 1.5rem);
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

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

.button.secondary {
  color: white;
}

.editorial,
.watch,
.dates,
.programme,
.included,
.faq,
.instagram,
.journal {
  padding: clamp(62px, 8vw, 118px) clamp(20px, 5vw, 78px);
}

#why-restart,
#programme,
#dates,
#included,
#faq,
#journal {
  scroll-margin-top: 96px;
}

.intro {
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
}

.intro-aside {
  align-self: end;
}

.intro-aside p {
  color: var(--muted);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.45;
  max-width: 560px;
}

.intro-aside img {
  aspect-ratio: 4 / 3;
  height: auto;
  margin-top: 28px;
  object-fit: cover;
  width: min(100%, 520px);
}

.intro > img {
  grid-column: 1 / -1;
  height: clamp(320px, 48vw, 640px);
  object-fit: cover;
  object-position: center 45%;
  width: 100%;
}

.watch {
  align-items: center;
  background: var(--chalk);
  display: grid;
  gap: clamp(32px, 7vw, 90px);
  grid-template-columns: minmax(260px, 430px) minmax(0, 1fr);
}

.phone-video {
  aspect-ratio: 9 / 16;
  background: #050505;
  max-height: 760px;
  overflow: hidden;
  position: relative;
  width: min(100%, 430px);
}

.phone-video video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.play-button {
  align-items: center;
  background: var(--lime);
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font-size: 0.82rem;
  font-weight: 900;
  height: 96px;
  justify-content: center;
  left: 50%;
  min-height: 46px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  width: 96px;
}

.play-button::before {
  border-bottom: 13px solid transparent;
  border-left: 20px solid var(--ink);
  border-top: 13px solid transparent;
  content: '';
  margin-left: 5px;
}

.play-button span {
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.play-button.is-playing {
  opacity: 0;
  pointer-events: none;
}

.watch p:not(.label),
.story-copy p,
.small-group p,
.flight-note,
.faq-answer p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

.statement {
  border-left: 4px solid var(--lime);
  margin-top: 36px;
  max-width: 620px;
  padding-left: 24px;
}

.story {
  display: grid;
  gap: clamp(10px, 1.9vw, 22px);
  grid-template-columns: repeat(12, 1fr);
  padding: clamp(44px, 5.4vw, 78px) clamp(20px, 5vw, 78px);
  position: relative;
}

.story-path {
  border: 1.5px solid rgba(12, 111, 107, 0.28);
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 80px 0 0;
  height: 45%;
  pointer-events: none;
  position: absolute;
  right: 23%;
  top: 30%;
  transform: rotate(-7deg);
  width: 27%;
  z-index: 0;
}

.story-path::before,
.story-path::after {
  border-right: 2px solid var(--lime);
  border-top: 2px solid var(--lime);
  content: "";
  height: 12px;
  position: absolute;
  transform: rotate(42deg);
  width: 12px;
}

.story-path::before {
  right: 8%;
  top: -7px;
}

.story-path::after {
  border-color: rgba(12, 111, 107, 0.7);
  bottom: -2px;
  right: -7px;
  transform: rotate(132deg);
}

.story > *:not(.story-path) {
  position: relative;
  z-index: 1;
}

.story h2 {
  font-size: clamp(2.4rem, 5.8vw, 6rem);
}

.story-copy {
  grid-column: 1 / 7;
  max-width: 620px;
  padding-bottom: 12px;
}

.story img {
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  width: 100%;
}

.story-a {
  grid-column: 8 / 13;
  grid-row: span 2;
}

.story-b {
  grid-column: 1 / 8;
}

.story-c {
  grid-column: 9 / 13;
}

.word {
  align-self: center;
  font-size: clamp(2rem, 5vw, 6.1rem);
  font-weight: 900;
  line-height: 0.9;
  margin: 0;
  text-transform: uppercase;
}

.word-one {
  grid-column: 7 / 12;
}

.word-two {
  grid-column: 7 / 13;
}

.word-three {
  grid-column: 2 / 9;
}

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

.section-head {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 440px);
}

.section-head h2 {
  grid-column: 1 / -1;
}

.dates .section-head {
  margin-bottom: clamp(24px, 4vw, 58px);
}

.date-list {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.date-row {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  display: grid;
  gap: 16px;
  grid-template-columns: 1.5fr 0.75fr 0.9fr auto;
  min-height: 92px;
  transition: background 180ms ease, color 180ms ease, padding 180ms ease;
}

.date-row:hover {
  background: rgba(216, 255, 55, 0.92);
  color: var(--ink);
  padding-inline: 18px;
}

.date-row.is-disabled {
  cursor: default;
  opacity: 0.58;
}

.date-row.is-disabled:hover {
  background: transparent;
  color: inherit;
  padding-inline: 0;
}

.long-weekend {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 82px);
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  overflow: hidden;
  padding: clamp(62px, 8vw, 118px) clamp(20px, 5vw, 78px);
}

.restart-visual {
  aspect-ratio: 4 / 5;
  background: var(--ink);
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.restart-visual > img {
  height: 100%;
  object-fit: cover;
  opacity: 0.94;
  width: 100%;
}

.long-weekend p:not(.label) {
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.45;
  max-width: 680px;
}

.date-row span:first-child {
  font-size: clamp(1.4rem, 3.6vw, 3.7rem);
  font-weight: 900;
}

.date-row span:not(:first-child) {
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
}

.programme {
  background: var(--chalk);
}

.day {
  border-top: 1px solid rgba(18, 20, 18, 0.18);
  display: grid;
  gap: clamp(24px, 5vw, 70px);
  grid-template-columns: 0.4fr 1.1fr 0.8fr;
  padding: clamp(42px, 6vw, 82px) 0;
}

.day-number {
  color: transparent;
  font-size: clamp(5rem, 12vw, 13rem);
  font-weight: 900;
  line-height: 0.8;
  -webkit-text-stroke: 1px rgba(18, 20, 18, 0.28);
}

.day ul {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.day li {
  border-top: 1px solid rgba(18, 20, 18, 0.14);
  display: grid;
  gap: 20px;
  grid-template-columns: 150px 1fr;
  padding: 20px 0;
}

.day time {
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.day strong,
.day span {
  display: block;
}

.day strong {
  font-size: 1.08rem;
  margin-bottom: 6px;
}

.day span {
  color: var(--muted);
  line-height: 1.5;
}

.day img {
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.small-group,
.social,
.final-cta {
  min-height: 86svh;
  overflow: hidden;
  position: relative;
}

.small-group img,
.social img,
.final-cta img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.small-group::after,
.social::after,
.final-cta::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.15));
  content: '';
  inset: 0;
  position: absolute;
}

.small-group div,
.social div,
.final-cta div {
  color: white;
  max-width: 760px;
  padding: clamp(82px, 12vw, 160px) clamp(20px, 5vw, 78px);
  position: relative;
  z-index: 1;
}

.small-group p:not(.label) {
  color: rgba(255, 255, 255, 0.82);
  max-width: 560px;
}

.included {
  display: grid;
  gap: clamp(44px, 6vw, 86px);
}

.pricing-row {
  align-items: center;
  display: grid;
  gap: clamp(36px, 6vw, 82px);
  grid-template-columns: minmax(360px, 0.92fr) minmax(440px, 1.08fr);
}

.price-column,
.payment-column,
.included-column {
  min-width: 0;
}

.price {
  color: var(--teal);
  font-size: clamp(4rem, 12vw, 12rem);
  font-weight: 900;
  line-height: 0.82;
}

.price span {
  color: var(--muted);
  display: block;
  font-size: 1rem;
  letter-spacing: 0.12em;
  margin-top: 18px;
  text-transform: uppercase;
}

.payment-column {
  padding-bottom: clamp(8px, 1.4vw, 22px);
}

.payment-split {
  align-items: center;
  display: grid;
  gap: clamp(12px, 2vw, 24px);
  grid-template-columns: auto minmax(36px, 1fr) auto minmax(36px, 1fr) auto;
  max-width: 780px;
}

.split-step {
  min-width: 0;
}

.split-step strong {
  color: var(--teal);
  display: block;
  font-size: clamp(2.2rem, 4.2vw, 4.8rem);
  font-weight: 900;
  line-height: 0.88;
}

.split-total strong {
  color: var(--ink);
}

.split-step span,
.split-step small {
  display: block;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.split-step span {
  color: var(--ink);
  font-size: 0.78rem;
  margin-top: 8px;
}

.split-step small {
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.35;
  margin-top: 5px;
}

.split-total span {
  color: var(--muted);
}

.split-arrow {
  border-top: 1px solid rgba(18, 20, 18, 0.28);
  display: block;
  min-width: 36px;
  position: relative;
}

.split-arrow::after {
  border-right: 2px solid var(--lime);
  border-top: 2px solid var(--lime);
  content: "";
  height: 9px;
  position: absolute;
  right: 0;
  top: -5px;
  transform: rotate(45deg);
  width: 9px;
}

.included-column {
  display: grid;
  gap: clamp(32px, 5vw, 70px);
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
}

.included-column h3 {
  text-transform: uppercase;
}

.included-list h3,
.not-included-list h3 {
  font-size: clamp(1.9rem, 3.4vw, 4.2rem);
}

.included-list {
  columns: 2 260px;
  column-gap: clamp(28px, 5vw, 74px);
}

.not-included-list {
  align-self: start;
}

.not-included-list p {
  font-size: clamp(1rem, 1.24vw, 1.16rem);
}

/*
.split-parts strong {
  color: var(--teal);
  display: block;
  font-size: clamp(2.1rem, 4.4vw, 4.2rem);
  font-weight: 900;
  line-height: 0.9;
}

.split-parts span {
  color: var(--ink);
  display: block;
  line-height: 1.25;
  margin-top: 8px;
}
*/

.price-note {
  border-left: 4px solid var(--lime);
  color: var(--ink);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.2;
  margin-top: 30px;
  max-width: 560px;
  padding-left: 20px;
}

.price-note strong {
  display: block;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.cancellation-note {
  color: var(--teal);
  font-size: clamp(0.98rem, 1.25vw, 1.08rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 22px 0 0;
  text-transform: uppercase;
}

.included-list,
.not-included-list {
  border-top: 1px solid rgba(18, 20, 18, 0.18);
}

.included-list h3,
.not-included-list h3 {
  margin: 0 0 16px;
}

.included-list p,
.not-included-list p {
  border-bottom: 1px solid rgba(18, 20, 18, 0.18);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  font-weight: 800;
  margin: 0;
  padding: 12px 0;
}

.included-list h3 {
  break-after: avoid;
  column-span: all;
}

.included-list p {
  break-inside: avoid;
}

.included-list p::before {
  color: var(--teal);
  content: '+';
  display: inline-block;
  margin-right: 14px;
}

.not-included-list p {
  color: var(--muted);
}

.not-included-list p::before {
  color: #9d3d2f;
  content: '-';
  display: inline-block;
  margin-right: 14px;
}

.flight-note {
  border-left: 4px solid var(--lime);
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 24px;
  max-width: 600px;
  padding-left: 20px;
}

.flight-note a {
  color: var(--teal);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.social {
  min-height: 74svh;
}

.instagram {
  background: var(--paper);
  overflow: hidden;
  padding-top: clamp(92px, 10vw, 150px);
  scroll-margin-top: 116px;
}

.instagram-head {
  margin-bottom: clamp(26px, 4vw, 54px);
}

.instagram-head .label,
.instagram-head h2 {
  grid-column: 1 / -1;
}

.instagram-head h2 {
  font-size: clamp(3.25rem, 9vw, 9.3rem);
  line-height: 0.82;
  max-width: 1120px;
}

.insta-grid {
  display: grid;
  gap: clamp(10px, 1.6vw, 22px);
  grid-auto-rows: minmax(190px, 16vw);
  grid-template-columns: repeat(12, 1fr);
  margin: 0 0 clamp(28px, 4vw, 52px);
}

.insta-grid a {
  background: var(--ink);
  color: white;
  display: block;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.insta-grid a:nth-child(1) {
  grid-column: 1 / 4;
  grid-row: span 2;
}

.insta-grid a:nth-child(2) {
  grid-column: 4 / 7;
}

.insta-grid a:nth-child(3) {
  grid-column: 7 / 10;
}

.insta-grid a:nth-child(4) {
  grid-column: 10 / 13;
  grid-row: span 2;
}

.insta-grid a:nth-child(5) {
  grid-column: 4 / 8;
}

.insta-grid a:nth-child(6) {
  grid-column: 8 / 10;
}

.insta-grid img {
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
  width: 100%;
}

.insta-grid span {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent);
  bottom: 0;
  font-size: 0.8rem;
  font-weight: 900;
  left: 0;
  letter-spacing: 0.08em;
  padding: 42px 14px 14px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}

.insta-grid a:hover img {
  transform: scale(1.04);
}

.instagram-cta {
  width: fit-content;
}

.dark-button {
  background: var(--ink);
  border-color: var(--ink);
  color: white;
}

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

.journal-head {
  margin-bottom: clamp(28px, 5vw, 70px);
}

.journal-head .label,
.journal-head h2 {
  grid-column: 1 / -1;
}

.journal-head h2 {
  max-width: 1120px;
}

.journal-grid {
  display: grid;
  gap: clamp(24px, 4vw, 56px);
  grid-template-columns: 1.15fr 0.9fr 0.9fr;
}

.journal-grid article {
  border-top: 1px solid rgba(18, 20, 18, 0.18);
  padding-top: 18px;
}

.journal-grid img {
  aspect-ratio: 4 / 3;
  display: block;
  margin-bottom: 18px;
  object-fit: cover;
  width: 100%;
}

.journal-grid article:first-child img {
  aspect-ratio: 16 / 10;
}

.article-meta {
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.journal-grid h3 {
  font-size: clamp(1.4rem, 2.4vw, 2.6rem);
  line-height: 0.98;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.journal-grid p:not(.article-meta) {
  color: var(--muted);
  line-height: 1.5;
}

.read-more {
  color: var(--ink);
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-top: 10px;
  text-transform: uppercase;
}

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

.faq-list {
  border-top: 1px solid rgba(18, 20, 18, 0.18);
}

.faq-item {
  border-bottom: 1px solid rgba(18, 20, 18, 0.18);
}

.faq-item button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: clamp(1.05rem, 2vw, 1.55rem);
  font-weight: 800;
  justify-content: space-between;
  min-height: 78px;
  padding: 10px 0;
  text-align: left;
  width: 100%;
}

.faq-item button span:last-child {
  color: var(--teal);
  font-size: 2rem;
  margin-left: 24px;
}

.faq-answer {
  max-width: 760px;
  padding: 0 0 28px;
}

.faq-answer a {
  color: var(--teal);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.final-cta {
  min-height: 88svh;
}

.final-cta h2 {
  max-width: 950px;
}

.final-cta p {
  color: var(--lime);
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: clamp(30px, 5vw, 64px);
  text-transform: uppercase;
}

footer {
  align-items: center;
  background: var(--ink);
  color: white;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto auto;
  padding: 38px clamp(20px, 5vw, 78px) calc(38px + var(--cookie-banner-offset, 0px));
  transition: padding-bottom 180ms ease;
}

.footer-contact,
.footer-legal {
  display: flex;
  gap: 18px;
}

.footer-contact a,
.footer-legal a,
.footer-legal button {
  background: none;
  border: 0;
  color: var(--lime);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 0;
  text-align: left;
}

.footer-legal {
  grid-column: 1 / -1;
}

.cookie-consent {
  align-items: end;
  background: rgba(18, 20, 18, 0.96);
  border-top: 1px solid rgba(218, 242, 0, 0.32);
  bottom: 0;
  color: white;
  display: grid;
  gap: clamp(18px, 3vw, 34px);
  grid-template-columns: minmax(280px, 1fr) auto;
  left: 0;
  padding: 22px clamp(18px, 5vw, 78px);
  position: fixed;
  right: 0;
  z-index: 40;
}

.cookie-copy {
  max-width: 760px;
}

.cookie-consent .label {
  color: var(--lime);
  margin-bottom: 8px;
}

.cookie-consent p:not(.label) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0;
}

.cookie-consent a {
  color: var(--lime);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-preferences {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 10px;
  padding-left: clamp(18px, 3vw, 34px);
}

.cookie-consent:not(.is-managing) .cookie-preferences,
.cookie-consent:not(.is-managing) [data-cookie-save] {
  display: none !important;
}

.cookie-consent.is-managing [data-cookie-manage] {
  display: none !important;
}

.cookie-preferences label {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  min-width: 220px;
}

.cookie-preferences span {
  color: white;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cookie-preferences small {
  color: rgba(255, 255, 255, 0.56);
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-top: 2px;
}

.cookie-preferences input {
  accent-color: var(--lime);
  inline-size: 18px;
  block-size: 18px;
}

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

.cookie-consent-actions button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: white;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  min-height: 42px;
  padding: 0 14px;
  text-transform: uppercase;
}

.cookie-consent-actions button:first-child {
  background: var(--lime);
  border-color: var(--lime);
  color: var(--ink);
}

footer p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
  grid-column: 1 / -1;
  margin: 0;
}

.legal-page {
  background: var(--paper);
  color: var(--ink);
  min-height: 100svh;
  padding: clamp(34px, 6vw, 76px) clamp(20px, 8vw, 140px) calc(clamp(34px, 6vw, 76px) + var(--cookie-banner-offset, 0px));
}

.blog-page,
.article-page {
  background: var(--paper);
  color: var(--ink);
  min-height: 100svh;
  padding: clamp(34px, 6vw, 76px) clamp(20px, 6vw, 110px) calc(clamp(34px, 6vw, 76px) + var(--cookie-banner-offset, 0px));
}

.blog-hero,
.article-header {
  margin-bottom: clamp(48px, 7vw, 92px);
}

.blog-hero h1,
.article-header h1 {
  color: var(--ink);
  font-size: clamp(3rem, 8vw, 8rem);
  max-width: 1120px;
}

.blog-hero > p:not(.label),
.article-header > p:not(.article-meta) {
  color: var(--muted);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.45;
  max-width: 780px;
}

.blog-index {
  border-top: 1px solid rgba(18, 20, 18, 0.18);
}

.blog-listing {
  border-bottom: 1px solid rgba(18, 20, 18, 0.18);
  display: grid;
  gap: clamp(24px, 4vw, 64px);
  grid-template-columns: minmax(280px, 0.52fr) minmax(0, 1fr);
  padding: clamp(28px, 4vw, 54px) 0;
}

.blog-listing img {
  aspect-ratio: 16 / 10;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.blog-listing h2 {
  font-size: clamp(2rem, 4.2vw, 5.4rem);
  margin-bottom: 16px;
}

.blog-listing p:not(.article-meta) {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.55;
  max-width: 680px;
}

.pagination {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-top: 34px;
  text-transform: uppercase;
}

.article-header img {
  aspect-ratio: 16 / 9;
  display: block;
  margin-top: clamp(28px, 5vw, 64px);
  object-fit: cover;
  width: 100%;
}

.article-body {
  margin-inline: auto;
  max-width: 760px;
}

.article-body section {
  margin-bottom: 34px;
}

.article-body h2 {
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  margin: 42px 0 16px;
}

.article-body h3 {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  margin: 28px 0 12px;
}

.article-body p,
.article-body li {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.article-body ul {
  padding-left: 22px;
}

.related-posts {
  border-top: 1px solid rgba(18, 20, 18, 0.18);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(48px, 7vw, 86px);
  padding-top: 24px;
}

.related-posts .label {
  grid-column: 1 / -1;
}

.related-posts a {
  border-bottom: 1px solid rgba(18, 20, 18, 0.18);
  padding-bottom: 18px;
}

.related-posts span {
  color: var(--teal);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.related-posts strong {
  display: block;
  font-size: clamp(1.2rem, 2vw, 1.9rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.legal-logo {
  display: block;
  margin-bottom: clamp(58px, 8vw, 110px);
  width: clamp(160px, 16vw, 240px);
}

.legal-page h1 {
  color: var(--ink);
  font-size: clamp(3rem, 8vw, 8rem);
  max-width: 980px;
}

.legal-lead {
  color: var(--muted);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.45;
  max-width: 760px;
}

.legal-list {
  border-top: 1px solid rgba(18, 20, 18, 0.18);
  margin-top: 54px;
}

.legal-list section {
  border-bottom: 1px solid rgba(18, 20, 18, 0.18);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1fr);
  padding: 28px 0;
}

.legal-list h2,
.cookie-panel h2 {
  font-size: clamp(1.2rem, 2vw, 2rem);
  line-height: 1.05;
  margin: 0;
}

.legal-list p,
.cookie-panel p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.cookie-panel {
  border-top: 1px solid rgba(18, 20, 18, 0.18);
  margin-top: 58px;
  max-width: 880px;
  padding-top: 28px;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.cookie-actions button {
  background: var(--ink);
  border: 1px solid var(--ink);
  color: white;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
  min-height: 46px;
  padding: 0 18px;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .site-header {
    gap: 12px;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
  }

  .site-header nav {
    background: rgba(18, 20, 18, 0.96);
    border-top: 1px solid rgba(218, 255, 55, 0.28);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
    display: none;
    left: 0;
    padding: 18px clamp(18px, 4vw, 64px) 22px;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .site-header.menu-open nav {
    display: block;
  }

  .site-header nav ul,
  .site-header nav .menu {
    align-items: stretch;
    display: grid;
    gap: 12px;
    justify-content: stretch;
  }

  .site-header nav a {
    display: block;
    font-size: 0.88rem;
    padding-block: 8px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .intro,
  .watch,
  .included,
  .pricing-row,
  .section-head,
  .day,
  .long-weekend {
    grid-template-columns: 1fr;
  }

  .story {
    display: block;
    padding-block: clamp(38px, 7vw, 62px);
  }

  .story-path {
    border: 0;
    border-left: 1.5px solid rgba(12, 111, 107, 0.42);
    display: block;
    height: 58%;
    left: 8px;
    right: auto;
    top: 26%;
    transform: none;
    width: 0;
  }

  .story-path::before {
    left: -7px;
    right: auto;
    top: 26%;
    transform: rotate(42deg);
  }

  .story-path::after {
    bottom: 8%;
    left: -7px;
    right: auto;
    transform: rotate(132deg);
  }

  .story img {
    margin: 16px 0;
    min-height: 0;
  }

  .word {
    margin: 12px 0 24px;
  }

  .day li {
    grid-template-columns: 1fr;
  }

  .day img {
    aspect-ratio: 16 / 10;
  }

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

  .not-included-list {
    grid-column: auto;
  }

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

  .included-list {
    columns: 1;
  }

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

  footer {
    align-items: start;
    grid-template-columns: 1fr;
  }

  footer nav,
  footer nav ul,
  .footer-contact,
  .footer-legal {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  footer p,
  .footer-contact a,
  .footer-legal a,
  .footer-legal button {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

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

  .insta-grid a,
  .insta-grid a:nth-child(1),
  .insta-grid a:nth-child(4),
  .insta-grid a:nth-child(2),
  .insta-grid a:nth-child(3),
  .insta-grid a:nth-child(5),
  .insta-grid a:nth-child(6) {
    grid-column: span 1;
  }
}

@media (max-width: 767px) {
  .hero {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.08) 64%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.54), transparent 56%),
      url('assets/media/hero-mobile-poster.jpg') center / cover no-repeat;
  }

  .hero-video {
    display: none;
  }

  .hero-overlay {
    background: transparent;
  }

  .hero.has-mobile-video {
    background: none;
  }

  .hero.has-mobile-video .hero-video {
    display: block;
  }

  .hero.has-mobile-video .hero-overlay {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.1) 64%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.56), transparent 56%);
  }

  .journal-grid,
  .blog-listing {
    grid-template-columns: 1fr;
  }

  .journal-grid article:first-child img,
  .journal-grid img {
    aspect-ratio: 4 / 3;
  }

  .included-list {
    columns: 1;
  }

  .included-list,
  .not-included-list {
    min-width: 0;
    width: 100%;
  }

  .included-list p,
  .not-included-list p {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding-inline: 16px;
  }

  .logo {
    width: 44px;
  }

  .logo img {
    content: url('assets/media/logo-symbol-yellow.png');
  }

  .header-cta {
    font-size: 0.66rem;
    min-height: 40px;
    padding-inline: 10px;
    white-space: nowrap;
  }

  .menu-toggle {
    height: 40px;
    width: 40px;
  }

  .hero {
    min-height: 88svh;
    padding-inline: 18px;
  }

  h1 {
    font-size: clamp(2.85rem, 15vw, 4.55rem);
  }

  h2 {
    font-size: clamp(2.25rem, 12vw, 4rem);
  }

  .story h2 {
    font-size: clamp(2.1rem, 10vw, 3.4rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .date-row {
    grid-template-columns: 1fr;
    padding: 18px 0;
  }

  .price {
    font-size: clamp(4.8rem, 25vw, 7.2rem);
  }

  .payment-split {
    align-items: start;
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .split-arrow {
    border-left: 1px solid rgba(18, 20, 18, 0.28);
    border-top: 0;
    height: 28px;
    margin-left: 26px;
    min-width: 0;
    width: 1px;
  }

  .split-arrow::after {
    bottom: 0;
    left: -5px;
    right: auto;
    top: auto;
    transform: rotate(135deg);
  }

  .price-note,
  .flight-note {
    padding-left: 16px;
  }

  .date-row:hover {
    padding-inline: 0;
  }

  .editorial,
  .watch,
  .dates,
  .programme,
  .included,
  .faq,
  .instagram {
    padding-inline: 18px;
  }

  .cookie-consent {
    align-items: stretch;
    grid-template-columns: 1fr;
    padding: 18px;
    width: 100%;
  }

  .cookie-preferences {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding: 14px 0 0;
  }

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

  .cookie-consent-actions button {
    flex: 1 1 100%;
  }

  .hero-symbol {
    bottom: 16%;
    right: -28%;
    width: 84vw;
  }

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

  .insta-grid a {
    min-height: 310px;
  }

  footer {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  footer nav,
  .footer-contact,
  .footer-legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  footer nav ul {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  footer p,
  .footer-contact a,
  .footer-legal a,
  .footer-legal button {
    overflow-wrap: anywhere;
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}


