/*
Theme Name: Jets & Bubbles
Theme URI: https://jetsandbubbles.uk
Author: Jets & Bubbles
Description: Custom theme for Jets & Bubbles - private aviation and luxury travel.
Version: 2.0.1
Requires PHP: 8.0
Text Domain: jetsandbubbles
*/

/* Jets & Bubbles — design tokens & global styles */

html.locked body > :not(#auth-gate) {
  visibility: hidden;
}

html.locked body {
  overflow: hidden;
}

#auth-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: var(--bone);
}

.auth-card {
  width: 100%;
  max-width: 400px;
  background: var(--bone);
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 42px 38px;
  text-align: center;
}

.auth-title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 12px;
}

.auth-title .amp {
  color: var(--gold);
  font-style: italic;
}

.auth-lede {
  color: var(--muted);
  font-size: 15px;
  margin-bottom: 28px;
}

.auth-form .field {
  text-align: left;
  margin-bottom: 12px;
}

.auth-form .btn {
  width: 100%;
  margin-top: 8px;
}

.auth-error {
  color: #9a4a4a;
  font-size: 13px;
  margin: 8px 0 4px;
}

:root {
  --ink: #2b2b28;
  --bone: #f4f1ea;
  --champagne: #e8dfd0;
  --gold: #bf9000;
  --gold-soft: #c9a84a;
  --muted: #5c5850;
  --line: #d8d1c4;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bone);
  color: var(--ink);
  font-family: "Inter Tight", -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

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

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
}

.display {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.01em;
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}

.serif-italic {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}

/* Header */
header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(244, 241, 234, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 16px;
}

.bar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-action,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 2px;
  font-family: "Inter Tight", -apple-system, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.btn-china {
  border: 1px solid #d6ae49;
  background: #790d18;
  color: #f2cb67;
  transition: background 0.22s, border-color 0.22s;
}

.btn-china:hover,
.btn-china.is-active {
  border-color: #f2cb67;
  background: #5e0912;
  color: #ffe9ae;
}

.btn-book {
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--bone);
  transition: background 0.22s;
}

.btn-book:hover,
.btn-book.is-active {
  background: var(--gold-soft);
  color: var(--bone);
}

.logo {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.005em;
}

.logo .amp {
  color: var(--gold);
  font-style: italic;
}

nav ul {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  font-size: 14px;
  letter-spacing: 0.02em;
}

nav a {
  color: var(--muted);
  transition: color 0.2s;
}

nav a:hover,
nav a.active {
  color: var(--ink);
}

.nav-cta {
  border: 1px solid var(--gold);
  color: var(--gold);
  transition: 0.2s;
}

.nav-cta:hover {
  background: var(--gold);
  color: var(--bone);
}

.menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  color: var(--ink);
  cursor: pointer;
}

/* Hero */
.hero {
  padding: 96px 0 80px;
  position: relative;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: center;
}

.hero h1 {
  font-size: clamp(48px, 7vw, 92px);
}

.hero h1 em {
  font-style: italic;
  color: var(--gold);
}

.hero .lede {
  font-size: 20px;
  color: var(--muted);
  max-width: 30ch;
  margin: 28px 0 36px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-whatsapp {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(100%, 360px);
  min-height: 56px;
  margin-top: 16px;
  padding: 10px 16px;
  border: 1px solid rgba(191, 144, 0, 0.35);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.55);
  color: var(--ink);
  box-shadow: 0 8px 22px rgba(43, 43, 40, 0.06);
  transition: border-color 0.22s, background 0.22s, transform 0.22s, box-shadow 0.22s;
}

.hero-whatsapp:hover {
  border-color: var(--gold);
  background: #fff;
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(43, 43, 40, 0.1);
  transform: translateY(-1px);
}

.hero-whatsapp svg {
  flex: 0 0 auto;
  fill: none;
  stroke: #1f8f4c;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.hero-whatsapp span,
.hero-whatsapp strong,
.hero-whatsapp small {
  display: block;
}

.hero-whatsapp strong {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.hero-whatsapp small {
  margin-top: 1px;
  color: var(--muted);
  font-size: 12px;
}

.btn {
  padding: 15px 30px;
  border-radius: 2px;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 500;
  cursor: pointer;
  transition: 0.22s;
  border: 1px solid transparent;
  display: inline-block;
  font-family: inherit;
}

.btn-primary {
  background: var(--gold);
  color: var(--bone);
}

.btn-primary:hover {
  background: var(--gold-soft);
}

.btn-ghost {
  border-color: var(--line);
  color: var(--ink);
  background: transparent;
}

.btn-ghost:hover {
  border-color: var(--ink);
}

.hero-visual {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.hero-visual--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-visual--stamp {
  background: linear-gradient(155deg, var(--champagne), #ded3c0);
}

.hv-frame {
  position: absolute;
  inset: 18px;
  border: 1px solid var(--gold);
  opacity: 0.5;
  pointer-events: none;
}

.hv-label {
  position: absolute;
  left: 28px;
  top: 26px;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  z-index: 2;
}

.hv-coords {
  position: absolute;
  right: 28px;
  top: 26px;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--bone);
  text-align: right;
  z-index: 2;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.hv-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(40px, 6vw, 68px);
  color: var(--ink);
  text-align: center;
  line-height: 1;
}

.hv-mark span {
  display: block;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 14px;
}

.hv-foot {
  position: absolute;
  left: 28px;
  bottom: 26px;
  right: 28px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--bone);
  border-top: 1px solid rgba(244, 241, 234, 0.35);
  padding-top: 12px;
  z-index: 2;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(43, 43, 40, 0.55) 0%,
    rgba(43, 43, 40, 0.08) 45%,
    transparent 70%
  );
  pointer-events: none;
}

/* Marquee */
.strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--champagne);
  overflow: hidden;
  white-space: nowrap;
}

.strip-track {
  display: flex;
  width: max-content;
  padding: 18px 0;
  animation: slide 40s linear infinite;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 18px;
  color: var(--muted);
}

.strip-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.strip-item {
  display: inline-flex;
  align-items: center;
  gap: 48px;
  padding-right: 48px;
}

.strip .dot {
  color: var(--gold);
  font-style: normal;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .strip-track,
  .partner-track {
    animation: none;
  }

  .partner-marquee {
    overflow-x: auto;
  }
}

/* Sections */
section {
  padding: 90px 0;
}

.sec-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
  margin-bottom: 48px;
  gap: 24px;
  flex-wrap: wrap;
}

.sec-head h2 {
  font-size: clamp(30px, 4vw, 44px);
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

.sec-head .num {
  font-size: 13px;
  color: var(--gold);
  letter-spacing: 0.2em;
  font-weight: 600;
}

.sec-head .lede {
  color: var(--muted);
  font-size: 15px;
  max-width: 34ch;
  margin-top: 8px;
}

/* Services */
.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.svc {
  background: var(--bone);
  padding: 40px 32px;
  transition: 0.25s;
}

.svc:hover {
  background: var(--champagne);
}

.svc--static {
  cursor: default;
}

.svc--static:hover {
  background: var(--bone);
}

.svc .svc-no {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: var(--gold);
  font-size: 15px;
}

.svc h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 25px;
  margin: 14px 0 12px;
}

.svc p {
  color: var(--muted);
  font-size: 15.5px;
}

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: start;
}

.about-photo {
  aspect-ratio: 4 / 5;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid var(--line);
  position: sticky;
  top: 96px;
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-copy h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 400;
  margin-bottom: 18px;
}

.about-copy > p {
  color: var(--muted);
  margin-bottom: 16px;
  max-width: 48ch;
}

.about-cta {
  margin-top: 4px;
  margin-bottom: 36px;
}

.about-now {
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.about-now-lede {
  color: var(--muted);
  margin: 8px 0 22px;
  max-width: 46ch;
  font-size: 15.5px;
}

.about-ig {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
  align-items: start;
}

.about-ig-rail {
  display: grid;
  gap: 14px;
}

.about-ig .instagram-media,
.china-ig-strip .instagram-media {
  background: #fff !important;
  border: 1px solid var(--line) !important;
  border-radius: 3px !important;
  margin: 0 !important;
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.about-ig-feature {
  min-height: 520px;
}

.about-ig-rail blockquote {
  min-height: 280px;
}

.about-ig a,
.china-ig-strip a {
  color: var(--ink);
  font-size: 14px;
}

/* Guides */
.guides {
  background: var(--ink);
  color: var(--bone);
}

.guides .sec-head {
  border-color: rgba(244, 241, 234, 0.18);
}

.guides .sec-head h2 {
  color: var(--bone);
}

.guides .sec-head .lede {
  color: #b9b3a6;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.card {
  border: 1px solid rgba(244, 241, 234, 0.16);
  border-radius: 3px;
  overflow: hidden;
  transition: 0.25s;
  background: #33332f;
  display: block;
}

.card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
}

.card-top {
  aspect-ratio: 3 / 2;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.card-top::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(43, 43, 40, 0.75), transparent 55%);
}

.card-top .place {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 30px;
  color: var(--bone);
  position: relative;
  z-index: 1;
}

.card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 2px;
  font-weight: 600;
}

.card-badge--free {
  background: rgba(244, 241, 234, 0.15);
  color: var(--bone);
  border: 1px solid rgba(244, 241, 234, 0.25);
}

.card-badge--premium {
  background: var(--gold);
  color: var(--bone);
}

.card-body {
  padding: 22px;
}

.card-body .tag {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-soft);
  font-weight: 600;
}

.card-body p {
  color: #b9b3a6;
  font-size: 14.5px;
  margin-top: 10px;
}

.card-body .read {
  margin-top: 16px;
  font-size: 13px;
  color: var(--bone);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
  display: inline-block;
}

.guides .note {
  margin-top: 40px;
  font-size: 14px;
  color: #9d978b;
  font-style: italic;
  font-family: "Playfair Display", serif;
}

/* Inspirations & trips teasers */
.teaser-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.teaser {
  border: 1px solid var(--line);
  border-radius: 3px;
  overflow: hidden;
  background: var(--bone);
  transition: 0.25s;
}

.teaser:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
}

.teaser-img {
  aspect-ratio: 16 / 10;
  background-size: cover;
  background-position: center;
}

.teaser-body {
  padding: 28px 32px 32px;
}

.teaser-body h3 {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}

.teaser-body p {
  color: var(--muted);
  font-size: 15px;
  margin-bottom: 16px;
}

.teaser-body .link {
  font-size: 13px;
  color: var(--gold);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
}

/* Bubbles — short inspirations */
.bubbles-intro {
  color: var(--muted);
  max-width: 48ch;
  margin: -24px 0 40px;
  font-size: 16px;
}

.bubble-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.bubble {
  border: 1px solid var(--line);
  border-radius: 3px;
  overflow: hidden;
  background: var(--bone);
  display: block;
  transition: 0.25s;
}

.bubble:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
}

.bubble-img {
  aspect-ratio: 16 / 10;
  background-size: cover;
  background-position: center;
  background-color: var(--champagne);
  position: relative;
}

.bubble-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(43, 43, 40, 0.35), transparent 50%);
}

.bubble-body {
  padding: 24px 26px 28px;
}

.bubble-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.bubble-meta .tag {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}

.bubble-meta .read-time {
  font-size: 12px;
  color: var(--muted);
}

.bubble-body h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}

.bubble-body p {
  color: var(--muted);
  font-size: 15px;
  margin-bottom: 14px;
}

.bubble-body .link {
  font-size: 13px;
  color: var(--ink);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
}

.bubble-note {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  font-style: italic;
  font-family: "Playfair Display", serif;
  max-width: 52ch;
}

.bubble-article {
  padding-bottom: 72px;
}

.bubble-article .page-hero {
  max-width: 720px;
}

.bubble-article .page-hero h1 {
  max-width: 18ch;
}

.bubble-article-body {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 32px;
}

.bubble-article-body .featured {
  aspect-ratio: 16 / 9;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid var(--line);
  margin: 0 0 36px;
}

.bubble-article-body .featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bubble-article-body h2 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 400;
  margin: 32px 0 12px;
}

.bubble-article-body p {
  color: var(--muted);
  margin-bottom: 16px;
}

.bubble-article-body ul {
  color: var(--muted);
  margin: 0 0 20px 20px;
}

.bubble-article-body li {
  margin-bottom: 10px;
}

.bubble-aside {
  margin: 36px 0;
  padding: 22px 24px;
  background: var(--champagne);
  border-left: 2px solid var(--gold);
  border-radius: 0 3px 3px 0;
}

.bubble-aside p {
  color: var(--ink);
  font-size: 15px;
  margin: 0;
  font-family: "Playfair Display", serif;
  font-style: italic;
  line-height: 1.5;
}

.bubble-aside .label {
  display: block;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 8px;
}

.post-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.post-cta .post-cta-whatsapp {
  margin-top: 0;
  width: auto;
  min-width: min(100%, 280px);
}

.bubble-footer-nav {
  max-width: 680px;
  margin: 48px auto 0;
  padding: 28px 32px 0;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
}

.bubble-footer-nav a {
  color: var(--muted);
  transition: color 0.2s;
}

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

/* Book My Travel enquiry */
.book-hero {
  padding: 72px 0 24px;
}

.book-hero .display {
  font-size: clamp(36px, 5vw, 64px);
  margin: 12px 0 18px;
}

.book-hero .lede {
  color: var(--muted);
  font-size: 18px;
  max-width: 42ch;
}

.book-section {
  padding-top: 24px;
}

.book-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: start;
}

.book-form {
  background: var(--bone);
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 36px;
}

.book-form fieldset {
  border: none;
  margin: 0 0 32px;
  padding: 0;
}

.book-form legend {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 18px;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.book-form .field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: var(--bone);
  font-family: inherit;
  font-size: 16px;
  color: var(--ink);
  resize: vertical;
  min-height: 120px;
}

.book-form .field textarea:focus {
  outline: none;
  border-color: var(--gold);
}

.field-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 8px;
  line-height: 1.45;
}

.btn-book-submit {
  width: 100%;
  margin-top: 8px;
  padding: 18px 30px;
  font-size: 15px;
}

.book-form .fine {
  font-size: 12px;
  color: var(--muted);
  margin-top: 16px;
  text-align: center;
}

.book-form .form-success h2 {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 400;
  margin: 12px 0 16px;
}

.why-card {
  background: var(--champagne);
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 32px;
  position: sticky;
  top: 96px;
}

.why-card .eyebrow {
  margin-bottom: 18px;
  display: block;
}

.why-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.why-list li {
  position: relative;
  padding: 0 0 18px 22px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.5;
  border-bottom: 1px solid var(--line);
  margin-bottom: 18px;
}

.why-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.why-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--gold);
  font-size: 11px;
}

/* Signup */
.signup {
  background: var(--champagne);
}

.signup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.signup h2 {
  font-size: clamp(32px, 4.5vw, 52px);
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: 1.06;
}

.signup h2 em {
  font-style: italic;
  color: var(--gold);
}

.signup > .wrap > .signup-grid > div > p,
.signup-grid > div > p {
  color: var(--muted);
  margin: 22px 0 0;
  max-width: 38ch;
}

.form-card {
  background: var(--bone);
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 38px;
}

.form-card .eyebrow {
  margin-bottom: 18px;
  display: block;
}

.field {
  margin-bottom: 16px;
}

.field label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 7px;
}

.field input,
.field select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: var(--bone);
  font-family: inherit;
  font-size: 16px;
  color: var(--ink);
}

.field input:focus,
.field select:focus {
  outline: none;
  border-color: var(--gold);
}

.form-card button {
  width: 100%;
  margin-top: 6px;
}

.form-card .fine {
  font-size: 12px;
  color: var(--muted);
  margin-top: 16px;
  text-align: center;
}

.form-success {
  display: none;
  text-align: center;
  padding: 24px 0;
}

.form-success.visible {
  display: block;
}

.form-success p {
  color: var(--muted);
  margin-top: 12px;
  font-size: 15px;
}

.form-fields.hidden {
  display: none;
}

/* Partners */
.partners {
  padding: 52px 0 16px;
  text-align: center;
}

.partners .rule {
  width: 40px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto 20px;
}

.partners-label {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.partner-marquee {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.partner-track {
  display: flex;
  width: max-content;
  animation: partner-slide 48s linear infinite;
}

.partner-marquee:hover .partner-track,
.partner-marquee:focus-within .partner-track {
  animation-play-state: paused;
}

.partner-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0;
}

.partner-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 52px;
  padding: 0 28px;
}

.partner-mark img {
  display: block;
  max-height: 28px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  filter: grayscale(1) opacity(0.72);
  transition: filter 0.25s, opacity 0.25s;
}

.partner-mark:hover img,
.partner-mark:focus-within img {
  filter: none;
  opacity: 1;
}

.partner-mark--text {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.04em;
  color: var(--muted);
  white-space: nowrap;
  transition: color 0.25s;
}

.partner-mark--text:hover {
  color: var(--ink);
}

@keyframes partner-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Footer */
footer {
  border-top: 1px solid var(--line);
  padding: 56px 0 40px;
}

.foot-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
}

.foot-logo {
  font-family: "Playfair Display", serif;
  font-size: 24px;
}

.foot-logo .amp {
  color: var(--gold);
  font-style: italic;
}

.foot-grid > div > p {
  color: var(--muted);
  font-size: 14px;
  margin-top: 10px;
  max-width: 30ch;
}

.foot-links {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}

.foot-col h4 {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 14px;
}

.foot-col a {
  display: block;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 9px;
  transition: 0.2s;
}

.foot-col a:hover {
  color: var(--gold);
}

.foot-base {
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--muted);
  flex-wrap: wrap;
  gap: 12px;
}

/* Guide page */
.page-hero {
  padding: 72px 0 48px;
  border-bottom: 1px solid var(--line);
}

.page-hero .tag {
  margin-bottom: 16px;
  display: block;
}

.page-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 400;
  max-width: 16ch;
  line-height: 1.08;
}

.page-hero .meta {
  margin-top: 20px;
  font-size: 14px;
  color: var(--muted);
}

.guide-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 64px;
  padding: 64px 0 90px;
  align-items: start;
}

.guide-content h2 {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 400;
  margin: 40px 0 16px;
}

.guide-content h2:first-child {
  margin-top: 0;
}

.guide-content p {
  color: var(--muted);
  margin-bottom: 18px;
}

.guide-content ul {
  color: var(--muted);
  margin: 0 0 18px 20px;
}

.guide-featured {
  aspect-ratio: 16 / 10;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid var(--line);
  margin-bottom: 32px;
}

.guide-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guide-sidebar {
  position: sticky;
  top: 96px;
}

.sidebar-card {
  background: var(--champagne);
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 28px;
}

.sidebar-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 12px;
}

.sidebar-card p {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 18px;
}

.gate-overlay {
  background: var(--ink);
  color: var(--bone);
  border-radius: 3px;
  padding: 48px 32px;
  text-align: center;
  margin: 32px 0;
}

.gate-overlay h2 {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 12px;
  color: var(--bone);
}

.gate-overlay p {
  color: #b9b3a6;
  margin-bottom: 24px;
  max-width: 40ch;
  margin-left: auto;
  margin-right: auto;
}

.gate-overlay .field input {
  background: #33332f;
  border-color: rgba(244, 241, 234, 0.2);
  color: var(--bone);
}

.gated-content {
  display: none;
}

.gated-content.unlocked {
  display: block;
}

.gate-overlay.hidden {
  display: none;
}

.preview-content {
  position: relative;
}

.preview-content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, var(--bone));
  pointer-events: none;
}

.preview-content.unlocked::after {
  display: none;
}

/* Responsive */
@media (max-width: 900px) {
  nav ul {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  nav ul.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 72px;
    right: 32px;
    background: var(--bone);
    border: 1px solid var(--line);
    padding: 20px 26px;
    gap: 16px;
    border-radius: 3px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  }

  .hero-grid,
  .signup-grid,
  .about-grid,
  .guide-layout,
  .book-layout,
  .field-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .field-row {
    gap: 0;
  }

  .why-card {
    position: static;
  }

  .btn-book {
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }

  .btn-china {
    min-height: 36px;
    padding: 0 10px;
    font-size: 12px;
  }

  .bar-actions {
    gap: 10px;
  }

  .hero-visual {
    max-width: 420px;
    margin: 0 auto;
  }

  .services,
  .guide-grid,
  .teaser-grid,
  .bubble-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 60px 0 50px;
  }

  section {
    padding: 64px 0;
  }

  .guide-sidebar {
    position: static;
  }

  .about-photo {
    position: static;
    max-width: 420px;
  }

  .about-ig {
    grid-template-columns: 1fr;
  }

  .about-ig-feature {
    min-height: 420px;
  }

  .partner-mark {
    min-width: 140px;
    padding: 0 18px;
  }

  .partner-mark--text {
    font-size: 16px;
  }
}

/* Launch-prep: consent, legal, enquiry, a11y */
.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 100;
  padding: 8px 14px;
  background: var(--ink);
  color: var(--bone);
}
.skip-link:focus {
  top: 12px;
}

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

.btn,
.header-action,
.menu-btn,
.wa-float,
.search-form button,
[data-open-consent] {
  min-height: 44px;
  min-width: 44px;
}

.hp {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.promise {
  color: var(--muted);
  font-size: 14px;
  margin-top: 14px;
}

.promise-block {
  max-width: 42ch;
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.55;
}

.credentials {
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
}
.credentials-line {
  text-align: center;
  color: var(--muted);
  font-size: 15px;
  max-width: 62ch;
  margin: 0 auto;
}

.testimonials {
  background: linear-gradient(180deg, var(--bone-2, #efe9db) 0%, var(--bone, #f4f1ea) 100%);
  border-top: 1px solid var(--line);
  padding: 3.5rem 0 0;
}
.testimonials-head {
  margin-bottom: 2rem;
  border-bottom-color: rgba(43, 43, 40, 0.12);
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.375rem;
  align-items: stretch;
  padding: 0 0 1.25rem;
}
.testimonial-count-1 {
  grid-template-columns: 1fr;
  max-width: 36rem;
  margin: 0 auto;
}
.testimonial-count-2 { grid-template-columns: 1fr 1fr; }
.testimonial-card {
  display: flex;
  margin: 0;
  min-height: 100%;
}
.testimonial-card__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-height: 18rem;
  padding: 2rem 1.625rem 1.5rem;
  background: linear-gradient(165deg, #faf7f0 0%, var(--bone, #f7f3eb) 52%, var(--champagne, #e8dfd0) 100%);
  border: 1px solid rgba(43, 43, 40, 0.1);
  border-top: 2px solid var(--gold);
  box-shadow: 0 10px 28px rgba(43, 43, 40, 0.06);
  overflow: hidden;
}
.testimonial-mark {
  position: absolute;
  top: 0.35rem;
  left: 1.125rem;
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 4.25rem;
  line-height: 1;
  color: var(--gold);
  opacity: 0.28;
  pointer-events: none;
  user-select: none;
}
.testimonial-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.125rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid rgba(43, 43, 40, 0.1);
}
.testimonial-name {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 1.3125rem;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 0.02em;
}
.testimonial-meta {
  color: var(--muted);
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: 0.6875rem;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}
.testimonial-card blockquote {
  position: relative;
  z-index: 1;
  flex: 1;
  margin: 0;
  min-height: 7rem;
  padding-top: 0.125rem;
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--ink);
}
.testimonial-card blockquote p {
  margin: 0;
}
.testimonial-card.is-collapsed .testimonial-preview {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.testimonial-card:not([data-expandable]) blockquote p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.testimonial-full[hidden],
.testimonial-preview[hidden] {
  display: none !important;
}
.testimonial-card.is-expanded blockquote {
  min-height: 0;
}
.testimonial-card.is-expanded .testimonial-preview {
  display: none;
}
.testimonial-card.is-expanded .testimonial-full {
  display: block;
}
.testimonial-foot {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 1.125rem;
}
.testimonial-toggle {
  appearance: none;
  -webkit-appearance: none;
  display: inline;
  margin: 0;
  padding: 0;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  min-height: auto;
  min-width: auto;
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid rgba(191, 144, 0, 0.45);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.testimonial-toggle:hover,
.testimonial-toggle:focus-visible {
  color: var(--ink);
  border-bottom-color: var(--ink);
}
.stat-line {
  text-align: center;
  color: var(--muted);
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  padding-bottom: 1.75rem;
}
.anna-photo {
  max-width: 280px;
  margin: 0 auto 24px;
}
.anna-photo figcaption {
  color: var(--muted);
  font-size: 13px;
  margin-top: 8px;
}

.ig-static {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 16px;
}
.ig-static-card {
  display: block;
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
}
.ig-static-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.ig-static-card span {
  display: block;
  padding: 8px 10px;
  font-size: 12px;
  color: var(--muted);
}
.china-ig-static {
  grid-template-columns: repeat(3, 1fr);
}

.legal-page .legal-body,
.legal-body {
  max-width: 68ch;
  padding-bottom: 80px;
}
.legal-body section {
  padding: 0 0 32px;
}
.legal-body h2 {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 12px;
}
.legal-body ul {
  margin: 12px 0 0 18px;
}
.terms-page .page-hero .lede {
  max-width: 36rem;
}
.terms-summary {
  border-top: 1px solid var(--line);
  padding-top: 32px;
}
.terms-summary dl {
  margin: 0;
}
.terms-summary dt {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 6px;
}
.terms-summary dd {
  margin: 0 0 24px;
  color: var(--muted);
}
.terms-summary dd:last-child {
  margin-bottom: 0;
}
.terms-request {
  margin-top: 16px;
  padding: 28px 24px;
  background: var(--bone-2, #efe9db);
  border: 1px solid var(--line);
  border-top: 2px solid var(--gold);
}
.terms-request-note {
  margin-bottom: 24px;
}
.terms-request .field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: var(--bone);
  font-family: inherit;
  font-size: 16px;
  color: var(--ink);
  min-height: 6rem;
  resize: vertical;
  line-height: 1.5;
}
.terms-request .field textarea:focus {
  outline: none;
  border-color: var(--gold);
}
.terms-request .label-optional {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--muted);
}
.terms-request .field-error {
  margin: 6px 0 0;
  font-size: 13px;
  color: #8c2f26;
}
.terms-request .field-error[hidden] {
  display: none;
}
.terms-status {
  margin-top: 18px;
  padding-left: 14px;
  border-left: 2px solid var(--gold);
}
.terms-status[hidden] {
  display: none;
}
.terms-request .fine {
  margin-top: 18px;
  font-size: 13px;
  color: var(--muted);
}
.contact-prompt {
  padding: 24px 0 0;
}
.contact-prompt h2 {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 12px;
}
.guide-pdf-offer {
  margin: 40px 0;
  padding: 28px 24px;
  background: var(--bone-2, #efe9db);
  border: 1px solid var(--line);
  border-top: 2px solid var(--gold);
}
.guide-pdf-offer h2 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
.jb-todo {
  display: inline-block;
  padding: 1px 6px;
  border: 1px dashed var(--gold);
  background: #fff6d8;
  font-size: 12px;
  color: var(--ink);
  border-radius: 2px;
}
.legal-alert {
  border: 2px solid var(--gold);
  background: #fff8e6;
  padding: 24px;
  margin: 12px 0 36px;
}
.table-wrap {
  overflow-x: auto;
}
.cookie-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.cookie-table th,
.cookie-table td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  background: var(--bone);
  border-top: 1px solid var(--line);
  padding: 14px 0 calc(14px + env(safe-area-inset-bottom));
}
.consent-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.consent-heading {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 4px;
}
.consent-copy p {
  color: var(--muted);
  font-size: 14px;
  max-width: 62ch;
}
.consent-copy a {
  text-decoration: underline;
}
.consent-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.consent-actions .btn {
  min-width: 132px;
  padding: 12px 18px;
}

.wa-float {
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #1f8f4c;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}
.wa-float svg {
  fill: none;
  stroke: #fff;
  stroke-width: 1.6;
}
.wa-float-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
body.has-consent-banner .wa-float {
  bottom: 132px;
}

.foot-identity {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.foot-legal-inline {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.foot-legal-inline a,
.foot-text-btn {
  color: var(--muted);
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-align: left;
}
.foot-text-btn:hover,
.foot-legal-inline a:hover {
  color: var(--ink);
}

.cal-slot {
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: 3px;
  min-height: 160px;
  background: var(--champagne);
}
.cal-placeholder {
  padding: 28px 24px;
}
.cal-fallbacks {
  margin-top: 12px;
  font-size: 14px;
  color: var(--muted);
}
.cal-fallbacks a {
  text-decoration: underline;
}

.consent-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  color: var(--muted);
  margin: 8px 0 18px;
}
.consent-check input {
  margin-top: 4px;
}

.journal-kicker {
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.guide-internal {
  margin: 36px 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.guide-internal ul {
  margin: 8px 0 0 18px;
}

.search-form {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  margin: 20px 0 28px;
  max-width: 480px;
}
.search-form label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.search-form input {
  flex: 1;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  background: var(--bone);
  font: inherit;
}
.error-links {
  display: flex;
  gap: 20px;
  margin-top: 24px;
}
.error-links a {
  text-decoration: underline;
}

.svc {
  color: inherit;
}

.gated-content {
  display: block;
}

@media (max-width: 900px) {
  .testimonial-grid,
  .ig-static,
  .china-ig-static {
    grid-template-columns: 1fr 1fr;
  }
  .consent-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .consent-actions .btn {
    flex: 1;
  }
  .wa-float {
    display: flex;
  }
  nav ul.open {
    z-index: 70;
  }
}

@media (max-width: 560px) {
  .testimonial-grid,
  .ig-static,
  .china-ig-static {
    grid-template-columns: 1fr;
  }
  .wrap {
    padding: 0 20px;
  }
}
