/* Jade Design System — Webfonts
   Headings: Fraunces (soft optical serif). Body/UI: Nunito Sans (humanist sans).
   Both served from Google Fonts so an Elementor builder can recreate the site natively.
   Consumers link the root styles.css, which @imports this file. */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Nunito+Sans:wght@400;600;700&display=swap');
/* Jade Design System — Color tokens
   Palette sampled from brand-palette.png: hand-drawn imperfect circles in
   teal · sage · coral · gold · cream. Warm, organic, well-traveled, editorial. */

:root {
  /* ---- Base palette (raw brand colors) ---- */
  --teal-700: #2F6D75;   /* heading / dark text / CTA bands & footer */
  --teal-800: #285E66;   /* teal pressed / deepest */
  --coral-500: #E4846D;  /* primary action */
  --coral-600: #D26B53;  /* primary hover/press */
  --gold-500: #DCB951;   /* dividers, underlines, the airplane/route motif */
  --sage-400: #A3BC9A;   /* soft sections, secondary cards, tags */
  --sage-100: #E7EEE3;   /* tint of sage for soft fills */

  --cream-50: #FBF7F2;   /* page background */
  --cream-100: #F4EDE3;  /* alt warm surface */
  --white: #FFFFFF;

  --warm-gray-700: #44423E;  /* body text */
  --warm-gray-500: #6E6A63;  /* muted / secondary text */
  --line-200: #E6DFD4;       /* soft warm borders & rules */

  /* ---- Semantic aliases (use these in product work) ---- */
  --text-heading: var(--teal-700);
  --text-body: var(--warm-gray-700);
  --text-muted: var(--warm-gray-500);
  --text-on-dark: var(--cream-50);
  --text-on-dark-muted: #BFD3D2;

  --surface-page: var(--cream-50);
  --surface-card: var(--white);
  --surface-alt: var(--cream-100);
  --surface-soft: var(--sage-100);
  --surface-dark: var(--teal-700);

  --action-primary: var(--coral-500);
  --action-primary-hover: var(--coral-600);
  --action-secondary-border: var(--teal-700);
  --accent-gold: var(--gold-500);
  --accent-sage: var(--sage-400);

  --border-soft: var(--line-200);
  --border-on-dark: rgba(251, 247, 242, 0.22);

  /* ---- Status (derived from palette; warm, never neon) ---- */
  --success: #5F8A6E;
  --warning: var(--gold-500);
  --error: #C25A45;
  --info: var(--teal-700);
}
/* Jade Design System — Typography tokens
   Fraunces for editorial warmth in headings; Nunito Sans for friendly, legible UI.
   Desktop scale; product work scales down ~25–30% on mobile. */

:root {
  /* ---- Families ---- */
  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body: 'Nunito Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* ---- Weights ---- */
  --weight-regular: 400;
  --weight-medium: 500;   /* Fraunces section titles */
  --weight-semibold: 600; /* Fraunces hero/H1; Nunito strong body */
  --weight-bold: 700;     /* Nunito eyebrows, buttons */

  /* ---- Type scale (font sizes) ---- */
  --type-hero: 60px;        /* Fraunces 600 */
  --type-h1: 44px;          /* Fraunces 600 */
  --type-h2: 34px;          /* Fraunces 500 */
  --type-h3: 22px;          /* Fraunces 500 */
  --type-lead: 20px;        /* Nunito intro paragraph */
  --type-body: 17px;        /* Nunito body */
  --type-body-lg: 18px;
  --type-small: 15px;
  --type-eyebrow: 13px;     /* Nunito 700 uppercase */
  --type-caption: 12px;

  /* ---- Line heights ---- */
  --lh-hero: 1.05;     /* @kind other */
  --lh-h1: 1.1;        /* @kind other */
  --lh-h2: 1.15;       /* @kind other */
  --lh-h3: 1.3;        /* @kind other */
  --lh-lead: 1.6;      /* @kind other */
  --lh-body: 1.7;      /* @kind other */
  --lh-body-lg: 1.7;   /* @kind other */
  --lh-small: 1.6;     /* @kind other */
  --lh-eyebrow: 1.3;   /* @kind other */
  --lh-caption: 1.5;   /* @kind other */

  /* ---- Letter spacing ---- */
  --tracking-eyebrow: 0.08em;  /* @kind other */
  --tracking-tight: -0.01em;   /* @kind other */
  --tracking-normal: 0;        /* @kind other */
}
/* Jade Design System — Spacing & layout tokens
   8px base rhythm with generous vertical section spacing for an airy editorial feel. */

:root {
  /* ---- Spacing scale (8px base) ---- */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;   /* desktop section padding */
  --space-mobile-section: 56px;

  /* ---- Layout ---- */
  --container-max: 1180px;
  --container-pad: 24px;
  --grid-gap: 32px;

  /* ---- Corner radii (soft, organic) ---- */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;    /* cards, photos */
  --radius-xl: 24px;
  --radius-pill: 999px; /* buttons, tags */
}
/* Jade Design System — Effects: shadows, borders, motion
   Soft, warm, low-contrast shadows (never hard black). Gentle, quick easing. */

:root {
  /* ---- Shadows (warm-tinted, diffuse) ---- */
  --shadow-xs: 0 1px 2px rgba(47, 109, 117, 0.06);
  --shadow-sm: 0 2px 8px rgba(47, 109, 117, 0.08);
  --shadow-md: 0 8px 24px rgba(47, 109, 117, 0.10);
  --shadow-lg: 0 18px 48px rgba(47, 109, 117, 0.14);
  --shadow-book: 0 14px 32px rgba(47, 109, 117, 0.22);  /* product cover, lifted off page */
  --shadow-focus: 0 0 0 3px rgba(228, 132, 109, 0.35);  /* coral focus ring */

  /* ---- Borders ---- */
  --border-width: 1px;
  --border-card: 1px solid var(--border-soft);
  --border-button-secondary: 1.5px solid var(--action-secondary-border);

  /* ---- Motion ---- */
  --ease-soft: cubic-bezier(0.33, 0.85, 0.4, 0.96); /* @kind other */
  --dur-fast: 140ms;  /* @kind other */
  --dur-base: 220ms;  /* @kind other */
  --dur-slow: 360ms;  /* @kind other */
  --lift: translateY(-2px);  /* @kind other */
}
/* ============================================================
   The International Teacher Toolkit — site theme
   Layout + section rhythm + 3 visual directions + travel motif
   + real responsive behaviour. Composes the Jade design tokens
   (var(--*)) loaded from the design system's styles.css.
   All classes are jw- prefixed to avoid collisions.
   ============================================================ */

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; }
body {
  background: var(--surface-page);
  color: var(--text-body);
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; }
a { color: inherit; }
::selection { background: rgba(228,132,109,0.22); }

/* ---------- container ---------- */
.jw-container { max-width: var(--container-max); margin: 0 auto; padding: 0 var(--container-pad); }
.jw-container--narrow { max-width: 940px; }
.jw-container--tight { max-width: 720px; }

/* ---------- sections + tone rhythm ---------- */
.jw-section { padding: 96px 0; position: relative; }
.jw-section[data-tone="page"]  { background: var(--surface-page); }
.jw-section[data-tone="alt"]   { background: var(--surface-alt); }
.jw-section[data-tone="soft"]  { background: var(--surface-soft); }
.jw-section[data-tone="dark"]  { background: var(--surface-dark); color: var(--text-on-dark); }
/* hairline between adjacent same-tone bands */
.jw-section--bordered { border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); }
.jw-section--compact { padding: 40px 0; }

.jw-section__head { max-width: 640px; }
.jw-section__head--center { margin: 0 auto; text-align: center; }
.jw-section__head .jw-h2 { margin: 12px 0 16px; }

/* ---------- type ---------- */
.jw-display {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(40px, 5.6vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.015em;
  color: var(--text-heading);
  margin: 0;
  text-wrap: balance;
}
.jw-h1 {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(32px, 4.4vw, 44px); line-height: 1.1;
  letter-spacing: -0.012em; color: var(--text-heading); margin: 0; text-wrap: balance;
}
.jw-h2 {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(27px, 3.4vw, 34px); line-height: 1.15;
  letter-spacing: -0.008em; color: var(--text-heading); margin: 0; text-wrap: balance;
}
.jw-h3 {
  font-family: var(--font-display); font-weight: 500;
  font-size: 22px; line-height: 1.3; color: var(--text-heading); margin: 0;
}
.jw-h4 {
  font-family: var(--font-display); font-weight: 500;
  font-size: 19px; line-height: 1.3; color: var(--text-heading); margin: 0;
}
.jw-lead {
  font-family: var(--font-body); font-size: clamp(17px, 2vw, 20px);
  line-height: 1.6; color: var(--text-body); margin: 0;
}
.jw-body { font-family: var(--font-body); font-size: var(--type-body); line-height: var(--lh-body); margin: 0; }
.jw-small { font-size: var(--type-small); line-height: 1.6; }
.jw-prose { display: flex; flex-direction: column; gap: 16px; max-width: 60ch; }
.jw-prose p { margin: 0; }
.jw-prose em { font-style: italic; }
.jw-prose strong { font-weight: 700; color: var(--text-heading); }
.on-dark .jw-h2, .on-dark .jw-h3, .jw-section[data-tone="dark"] .jw-h2,
.jw-section[data-tone="dark"] .jw-h3 { color: var(--text-on-dark); }
.jw-muted-on-dark { color: var(--text-on-dark-muted); }

/* ---------- buttons row ---------- */
.jw-btn-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* ---------- photo treatments ---------- */
.jw-photo { position: relative; overflow: hidden; background: var(--surface-alt); }
.jw-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; display: block; }
.jw-photo--rounded { border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); }
.jw-photo--blob {
  border-radius: 58% 42% 57% 43% / 48% 54% 46% 52%;
  box-shadow: var(--shadow-lg);
}
.jw-photo--postcard {
  border-radius: 10px; box-shadow: var(--shadow-lg);
  border: 10px solid #fff; outline: 1px solid var(--border-soft);
}
/* focal points for the real photos */
.jw-about__photo img { object-position: 50% 48%; }
.jw-hero-collage__photo img { object-position: 52% 34%; }
.jw-hero-split__photo img { object-position: 52% 30%; }
.jw-scrim {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(47,109,117,0.03) 38%, rgba(47,109,117,0.46) 100%);
}

/* floating product cover, like a real book */
.jw-cover { border-radius: 6px; box-shadow: var(--shadow-book); display: block; }

/* pill caption badge that floats on a photo */
.jw-pin {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--white); color: var(--text-heading);
  border-radius: var(--radius-pill); box-shadow: var(--shadow-md);
  padding: 9px 16px; font-weight: 700; font-size: 14px; white-space: nowrap;
}
.jw-pin i { color: var(--coral-500); }

/* postage stamp flourish (postcard direction) */
.jw-stamp {
  width: 76px; height: 92px; background: var(--cream-50);
  border: 2px dashed var(--gold-500); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  color: var(--teal-700); box-shadow: var(--shadow-sm); transform: rotate(6deg);
}

/* small hand-drawn palette circles (minimal/collage direction) */
.jw-dot { border-radius: 50%; display: block; }

/* ---------- HERO ---------- */
.jw-hero { padding: 60px 0 88px; position: relative; overflow: hidden; }

/* split (editorial) */
.jw-hero-split { display: grid; grid-template-columns: 1.04fr 0.96fr; gap: 56px; align-items: center; }
.jw-hero-split__media { position: relative; }
.jw-hero-split__photo { aspect-ratio: 0.84; }
.jw-hero-split__pin { position: absolute; left: -16px; bottom: 22px; }
.jw-hero-split__cover {
  position: absolute; right: -22px; bottom: -26px; width: 124px;
  transform: rotate(3deg);
}
.jw-hero-route { display: flex; align-items: center; gap: 10px; color: var(--accent-gold); margin-bottom: 18px; }
.jw-hero-route__line { width: 64px; border-top: 2px dashed var(--accent-gold); opacity: 0.8; }

/* overlay (postcard) — image banner with crisp cream card overlapping */
.jw-hero-overlay { position: relative; }
.jw-hero-overlay__media { position: relative; border-radius: var(--radius-xl); overflow: hidden; height: 480px; box-shadow: var(--shadow-lg); background: var(--surface-alt); }
.jw-hero-overlay__media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 26%; display: block; }
.jw-hero-overlay__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(110deg, rgba(47,109,117,0.58) 0%, rgba(47,109,117,0.20) 42%, rgba(47,109,117,0.02) 66%);
}
.jw-hero-overlay__cap { position: absolute; left: 22px; top: 22px; }
.jw-hero-overlay__stamp { position: absolute; right: 26px; top: 22px; }
.jw-hero-overlay__card {
  position: relative; z-index: 2; margin: -150px 0 0 40px; max-width: 580px;
  background: rgba(251,247,242,0.97); border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl); box-shadow: var(--shadow-lg);
  padding: 38px 42px 40px; backdrop-filter: blur(2px);
}
.jw-hero-overlay__card .jw-cover {
  position: absolute; right: -28px; top: -64px; width: 116px; transform: rotate(4deg);
}

/* collage (minimal) — centered head + organic stage */
.jw-hero-collage { text-align: center; }
.jw-hero-collage__head { max-width: 740px; margin: 0 auto; }
.jw-hero-collage__stage {
  position: relative; margin: 52px auto 0; max-width: 760px; height: 440px;
}
.jw-hero-collage__photo {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 360px; height: 360px;
}
.jw-hero-collage__cover { position: absolute; right: 70px; bottom: 6px; width: 150px; transform: rotate(4deg); z-index: 3; }
.jw-hero-collage__pin { position: absolute; left: 96px; top: 40px; z-index: 3; }
.jw-hero-collage__dots { position: absolute; left: 36px; bottom: 54px; display: flex; flex-direction: column; gap: 14px; }
.jw-hero-collage__dots-row { display: flex; gap: 14px; }

/* ---------- credibility strip ---------- */
.jw-cred { display: flex; justify-content: center; gap: 14px 48px; flex-wrap: wrap; }
.jw-cred__item { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 16px; color: var(--text-heading); }
.jw-cred__item i { color: var(--coral-500); flex-shrink: 0; }
.jw-cred__sep { width: 1px; height: 22px; background: var(--border-soft); }

/* ---------- two-column editorial (about) ---------- */
.jw-split { display: grid; gap: 56px; align-items: center; }
.jw-split--portrait { grid-template-columns: 0.82fr 1.18fr; }
.jw-split--media-right { grid-template-columns: 1.18fr 0.82fr; }
.jw-about__photo { aspect-ratio: 0.82; }
.jw-signature { font-family: var(--font-display); font-weight: 500; font-size: 22px; color: var(--text-heading); }

/* ---------- "what's inside" 3-up ---------- */
.jw-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--grid-gap); }
.jw-pillar { height: 100%; display: flex; flex-direction: column; }
.jw-pillar__icon {
  width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  background: var(--surface-soft); color: var(--teal-700); margin-bottom: 18px;
}
.jw-pillar__num { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--accent-gold); letter-spacing: 0.06em; }
.jw-includes { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 36px; }

/* ---------- sample peek ---------- */
.jw-peek { display: grid; grid-template-columns: 1fr 1fr; gap: var(--grid-gap); align-items: stretch; }
.jw-page {
  background: var(--white); border: 1px solid var(--border-soft); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md); padding: 30px 32px; position: relative; overflow: hidden;
}
.jw-page__label {
  position: absolute; right: 16px; top: 16px; font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted);
}
.jw-check-list { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.jw-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; line-height: 1.5; }
.jw-check-box {
  width: 22px; height: 22px; border-radius: 7px; border: 1.5px solid var(--border-soft);
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px;
  color: var(--white);
}
.jw-check-box[data-on="1"] { background: var(--accent-sage); border-color: var(--accent-sage); }
.jw-timeline { display: flex; flex-direction: column; gap: 0; margin-top: 14px; }
.jw-timeline__row { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 14px 0; position: relative; }
.jw-timeline__row + .jw-timeline__row { border-top: 1px dashed var(--border-soft); }
.jw-timeline__phase { font-family: var(--font-display); font-weight: 500; color: var(--teal-700); font-size: 16px; }
.jw-timeline__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--coral-500); }

/* ---------- shop ---------- */
.jw-shop { display: grid; grid-template-columns: 1fr 1fr; gap: var(--grid-gap); align-items: stretch; }
.jw-product-card { overflow: hidden; display: flex; flex-direction: column; height: 100%; }
.jw-product-card__media {
  position: relative; background: var(--surface-alt); padding: 34px; min-height: 248px;
  display: flex; align-items: center; justify-content: center;
}
.jw-product-card__media img { height: 208px; width: auto; }
.jw-product-card__body { padding: 28px 30px 32px; display: flex; flex-direction: column; flex: 1; }
.jw-feature-list { list-style: none; margin: 14px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.jw-feature-list li { display: flex; gap: 11px; font-size: 15px; line-height: 1.55; }
.jw-feature-list i { color: var(--accent-sage); flex-shrink: 0; margin-top: 2px; }
.jw-price { font-family: var(--font-display); font-weight: 600; color: var(--text-heading); }
.jw-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 24px; flex-wrap: wrap; }
.jw-placeholder-photo {
  width: 168px; height: 208px; border-radius: var(--radius-md); border: 1.5px dashed var(--border-soft);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  color: var(--text-muted); text-align: center; padding: 14px;
}
.jw-placeholder-photo span { font-size: 13px; font-weight: 700; }

/* ---------- compare ---------- */
.jw-compare { border: 1px solid var(--border-soft); border-radius: var(--radius-xl); overflow: hidden; background: var(--surface-card); }
.jw-compare__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; }
.jw-compare__row { display: contents; }
.jw-compare__cell { padding: 18px 22px; border-top: 1px solid var(--border-soft); display: flex; align-items: center; gap: 10px; }
.jw-compare__head .jw-compare__cell { border-top: none; padding: 24px 22px; align-items: flex-end; }
.jw-compare__col-h { display: flex; flex-direction: column; gap: 8px; }
.jw-compare__feature { font-weight: 600; color: var(--text-heading); font-size: 15px; }
.jw-compare__val { justify-content: center; font-size: 15px; color: var(--text-body); }
.jw-compare__val--center { justify-content: center; }
.jw-compare__yes { color: var(--success); display: inline-flex; }
.jw-compare__no { color: var(--text-muted); }
.jw-compare__hl { background: rgba(228,132,109,0.06); }

/* ---------- FAQ ---------- */
.jw-faq { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 48px; align-items: start; }

/* ---------- join band ---------- */
.jw-join { text-align: center; }
.jw-join__form { display: flex; gap: 12px; max-width: 480px; margin: 28px auto 0; flex-wrap: wrap; }
.jw-join__form > .jw-join__field { flex: 1; min-width: 220px; }
.jw-note-on-dark {
  margin-top: 26px; background: rgba(251,247,242,0.08); border: 1px dashed var(--border-on-dark);
  border-radius: var(--radius-md); padding: 13px 18px; font-size: 13px; color: var(--text-on-dark-muted);
}

/* ---------- contact ---------- */
.jw-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.jw-contact__aside { display: flex; flex-direction: column; gap: 24px; }
.jw-contact-method { display: flex; gap: 14px; align-items: flex-start; }
.jw-contact-method__icon { width: 44px; height: 44px; border-radius: 12px; background: var(--surface-soft); color: var(--teal-700); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.jw-field-label { font-family: var(--font-body); font-weight: 700; font-size: 13px; letter-spacing: var(--tracking-eyebrow); text-transform: uppercase; color: var(--text-heading); display: block; margin-bottom: 7px; }
.jw-textarea {
  width: 100%; border: 1.5px solid var(--border-soft); border-radius: var(--radius-md);
  background: var(--surface-card); padding: 13px 16px; font-family: var(--font-body);
  font-size: 16px; line-height: 1.6; color: var(--text-body); resize: vertical; min-height: 124px;
  outline: none; transition: border-color var(--dur-base) var(--ease-soft), box-shadow var(--dur-base) var(--ease-soft);
}
.jw-textarea:focus { border-color: var(--action-primary); box-shadow: var(--shadow-focus); }
.jw-textarea::placeholder { color: var(--text-muted); }

/* ---------- legal / long-form documents ---------- */
.jw-legal { max-width: 820px; margin: 0 auto; }
.jw-legal__notice {
  display: flex; gap: 12px; align-items: flex-start;
  background: rgba(220,185,81,0.12); border: 1px solid rgba(220,185,81,0.55);
  border-radius: var(--radius-md); padding: 14px 18px; margin: 22px 0 0;
}
.jw-legal__notice i { color: #8A6B16; flex-shrink: 0; margin-top: 1px; }
.jw-legal__notice p { margin: 0; font-size: 14px; line-height: 1.6; color: #6b5717; }
.jw-legal__meta { font-size: 14px; color: var(--text-muted); margin: 16px 0 0; }
.jw-legal__toc {
  margin: 28px 0 8px; padding: 22px 24px; background: var(--surface-soft);
  border-radius: var(--radius-lg);
}
.jw-legal__toc h4 { font-family: var(--font-body); font-weight: 700; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-heading); margin: 0 0 12px; }
.jw-legal__toc ol { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 9px 32px; }
.jw-legal__toc li { margin: 0; }
.jw-toc-link { background: none; border: none; padding: 0; cursor: pointer; text-align: left; font-family: var(--font-body); font-size: 14.5px; color: var(--text-body); line-height: 1.4; }
.jw-toc-link:hover { color: var(--text-heading); text-decoration: underline; text-decoration-color: var(--accent-gold); text-underline-offset: 3px; }
.jw-legal__section { padding-top: 34px; scroll-margin-top: 80px; }
.jw-legal__section h3 { margin-bottom: 12px; }
.jw-legal__body { display: flex; flex-direction: column; gap: 14px; }
.jw-legal__body p { margin: 0; font-size: 16px; line-height: 1.7; color: var(--text-body); }
.jw-legal__body ul { margin: 2px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 11px; }
.jw-legal__body li { display: flex; gap: 12px; font-size: 16px; line-height: 1.6; color: var(--text-body); }
.jw-legal__body li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent-gold); flex-shrink: 0; margin-top: 9px; }
.jw-pending {
  display: inline; background: var(--surface-soft); border: 1px dashed var(--border-soft);
  border-radius: 6px; padding: 1px 7px; font-size: 0.92em; font-weight: 600; color: var(--text-muted); white-space: nowrap;
}
.jw-legal__foot { margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--border-soft); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
@media (max-width: 620px) {
  .jw-legal__toc ol { grid-template-columns: 1fr; }
}

/* ---------- testimonials ---------- */
.jw-testi { columns: 3; column-gap: var(--grid-gap); }
.jw-quote-card {
  break-inside: avoid; margin: 0 0 var(--grid-gap); background: var(--surface-card);
  border: 1px solid var(--border-soft); border-radius: var(--radius-lg);
  padding: 26px 26px 24px; box-shadow: var(--shadow-sm);
}
.jw-quote-card__mark { color: var(--accent-gold); margin-bottom: 8px; display: block; }
.jw-quote-card__text { font-size: 15.5px; line-height: 1.65; color: var(--text-body); margin: 0 0 20px; }
.jw-quote-card__who { display: flex; align-items: center; gap: 12px; }
.jw-avatar { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 600; font-size: 15px; flex-shrink: 0; }
.jw-quote-card__name { font-family: var(--font-body); font-weight: 700; color: var(--text-heading); font-size: 15px; }
.jw-quote-card__role { font-size: 13px; color: var(--text-muted); }
@media (max-width: 980px) { .jw-testi { columns: 2; } }
@media (max-width: 640px) { .jw-testi { columns: 1; } }

/* ---------- my account (WooCommerce) ---------- */
.jw-account { display: grid; grid-template-columns: 264px 1fr; gap: 32px; align-items: start; }
.jw-acct-side { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 16px; }
.jw-acct-user { display: flex; align-items: center; gap: 13px; padding: 18px; background: var(--surface-soft); border-radius: var(--radius-lg); }
.jw-acct-user__name { font-family: var(--font-display); font-weight: 500; font-size: 17px; color: var(--text-heading); }
.jw-acct-user__email { font-size: 13px; color: var(--text-muted); word-break: break-word; }
.jw-acct-nav { display: flex; flex-direction: column; gap: 4px; }
.jw-acct-nav button { display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 12px 14px; border-radius: var(--radius-md); font-family: var(--font-body); font-weight: 600; font-size: 15px; color: var(--text-body); transition: background var(--dur-base) var(--ease-soft), color var(--dur-base) var(--ease-soft); }
.jw-acct-nav button i { color: var(--text-muted); flex-shrink: 0; }
.jw-acct-nav button:hover { background: var(--surface-alt); }
.jw-acct-nav button[data-active="1"] { background: rgba(228,132,109,0.12); color: var(--action-primary-hover); }
.jw-acct-nav button[data-active="1"] i { color: var(--coral-500); }
.jw-acct-nav__sep { height: 1px; background: var(--border-soft); margin: 8px 0; }
.jw-acct-panel { min-width: 0; }
.jw-acct-quick { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.jw-acct-quick button { text-align: left; cursor: pointer; background: var(--surface-card); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); padding: 22px; box-shadow: var(--shadow-sm); transition: transform var(--dur-base) var(--ease-soft), box-shadow var(--dur-base) var(--ease-soft); }
.jw-acct-quick button:hover { transform: var(--lift); box-shadow: var(--shadow-md); }
.jw-acct-ico { width: 44px; height: 44px; border-radius: 12px; background: var(--surface-soft); color: var(--teal-700); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.jw-table-wrap { overflow-x: auto; }
.jw-table { width: 100%; border-collapse: collapse; min-width: 460px; }
.jw-table th { text-align: left; font-family: var(--font-body); font-weight: 700; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-muted); padding: 0 16px 12px; }
.jw-table td { padding: 15px 16px; border-top: 1px solid var(--border-soft); font-size: 15px; color: var(--text-body); vertical-align: middle; }
.jw-table tr td:last-child, .jw-table tr th:last-child { text-align: right; }
.jw-dl-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.jw-dl-meta { display: flex; gap: 22px; flex-wrap: wrap; margin: 6px 0 0; font-size: 13.5px; color: var(--text-muted); }
.jw-field-grid--acct { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 860px) {
  .jw-account { grid-template-columns: 1fr; gap: 22px; }
  .jw-acct-side { position: static; }
  .jw-acct-nav { flex-direction: row; flex-wrap: wrap; gap: 8px; }
  .jw-acct-nav button { width: auto; }
  .jw-acct-nav__sep { display: none; }
  .jw-acct-quick { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .jw-field-grid--acct { grid-template-columns: 1fr; }
}

/* ---------- HEADER ---------- */
.jw-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251,247,242,0.86); backdrop-filter: blur(10px) saturate(140%);
  border-bottom: 1px solid var(--border-soft);
}
.jw-header__bar {
  max-width: var(--container-max); margin: 0 auto; padding: 13px var(--container-pad);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.jw-wordmark {
  display: inline-flex; align-items: center; gap: 9px; background: none; border: none; cursor: pointer;
  font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--text-heading);
  letter-spacing: -0.01em; padding: 0; white-space: nowrap; min-width: 0;
}
.jw-wordmark__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--coral-500); flex-shrink: 0; }
.jw-nav { display: flex; align-items: center; gap: 26px; }
.jw-nav__link {
  background: none; border: none; cursor: pointer; padding: 6px 0;
  font-family: var(--font-body); font-weight: 600; font-size: 15px; color: var(--text-body);
  position: relative;
}
.jw-nav__link::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px;
  background: var(--accent-gold); border-radius: 2px; transition: right var(--dur-base) var(--ease-soft);
}
.jw-nav__link:hover { color: var(--text-heading); }
.jw-nav__link:hover::after, .jw-nav__link[aria-current="true"]::after { right: 0; }
.jw-hamburger { display: none; }
.jw-mobile-menu { display: none; }

/* ---------- FOOTER ---------- */
.jw-footer { background: var(--surface-dark); color: var(--text-on-dark); }
.jw-footer__inner { max-width: var(--container-max); margin: 0 auto; padding: 60px var(--container-pad) 40px; }
.jw-footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 32px; align-items: start; }
.jw-footer__brand { max-width: 320px; }
.jw-footer__col h4 { font-family: var(--font-body); font-weight: 700; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-on-dark-muted); margin: 0 0 14px; }
.jw-footer__col nav { display: flex; flex-direction: column; gap: 11px; align-items: flex-start; }
.jw-foot-link { background: none; border: none; padding: 0; cursor: pointer; text-align: left; font-family: var(--font-body); font-weight: 600; font-size: 15px; color: var(--text-on-dark); }
.jw-foot-link:hover { color: var(--accent-gold); }
.jw-footer__legal { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; font-size: 13px; color: var(--text-on-dark-muted); }
.jw-foot-placeholder { background: rgba(251,247,242,0.10); border: 1px dashed var(--border-on-dark); border-radius: 8px; padding: 8px 12px; }

/* ---------- back link ---------- */
.jw-back { display: inline-flex; align-items: center; gap: 7px; background: none; border: none; cursor: pointer; padding: 0; font-family: var(--font-body); font-weight: 600; font-size: 14px; color: var(--text-muted); }
.jw-back:hover { color: var(--text-heading); }

/* ---------- travel motif layers ---------- */
.jw-map-texture::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 1; z-index: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent 0 46px, rgba(47,109,117,0.045) 46px 47px),
    repeating-linear-gradient(90deg, transparent 0 46px, rgba(47,109,117,0.045) 46px 47px);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 78%);
          mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 78%);
}
.jw-map-texture > .jw-container { position: relative; z-index: 1; }
.jw-route-arc { position: absolute; pointer-events: none; color: var(--accent-gold); z-index: 0; opacity: 0.7; }

/* motif visibility by tweak */
.jw-site[data-motif="off"] .jw-motif { display: none; }
.jw-site[data-motif="off"] .jw-map-texture::before { display: none; }
.jw-site[data-motif="subtle"] .jw-motif--playful { display: none; }
.jw-site[data-motif="subtle"] .jw-map-texture::before { opacity: 0.5; }

/* ---------- DIRECTION overrides ---------- */
/* Editorial = base. Postcard leans gold/travel. Minimal = airy, restrained. */
.jw-site[data-direction="minimal"] .jw-display { font-size: clamp(44px, 7vw, 76px); letter-spacing: -0.02em; }
.jw-site[data-direction="minimal"] .jw-section { padding: 112px 0; }
.jw-site[data-direction="minimal"] .jw-h2 { font-size: clamp(28px, 3.8vw, 38px); }
.jw-site[data-direction="postcard"] .jw-display { font-size: clamp(40px, 5.8vw, 62px); }
.jw-site[data-direction="postcard"] .jw-section__head--center .jw-h2 { font-size: clamp(28px, 3.6vw, 36px); }

/* ---------- gentle reveal on scroll ---------- */
.jw-reveal { opacity: 1; }
html.js-anim .jw-reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.55s var(--ease-soft), transform 0.55s var(--ease-soft); }
html.js-anim .jw-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js-anim .jw-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  * { scroll-behavior: auto !important; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1040px) {
  .jw-hero-split { grid-template-columns: 1fr; gap: 40px; }
  .jw-hero-split__media { max-width: 460px; }
  .jw-hero-split__cover { width: 108px; }
  .jw-split--portrait, .jw-split--media-right { grid-template-columns: 1fr; gap: 36px; }
  .jw-split--media-right .jw-about__photo { order: -1; }
  .jw-faq { grid-template-columns: 1fr; gap: 24px; }
  .jw-footer__top { grid-template-columns: 1fr 1fr; }
  .jw-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .jw-grid-3 { grid-template-columns: 1fr; gap: 18px; }
  .jw-shop { grid-template-columns: 1fr; }
  .jw-peek { grid-template-columns: 1fr; }
  .jw-contact { grid-template-columns: 1fr; gap: 30px; }
  .jw-hero-collage__stage { height: 380px; }
}

@media (max-width: 980px) {
  /* header collapses to a hamburger before the desktop nav gets cramped */
  .jw-nav { display: none; }
  .jw-hamburger { display: inline-flex; }
  .jw-header__cta-desktop { display: none; }
  .jw-mobile-menu--open { display: block; }
}

@media (max-width: 720px) {
  .jw-section { padding: 56px 0 !important; }
  .jw-hero { padding: 36px 0 56px; }

  /* overlay hero → stack, card no longer overlaps hard */
  .jw-hero-overlay__media { height: 300px; }
  .jw-hero-overlay__card { margin: -54px 16px 0; padding: 28px 24px 30px; max-width: none; }
  .jw-hero-overlay__card .jw-cover { width: 84px; right: -8px; top: -48px; }

  /* split hero cover sits inside */
  .jw-hero-split__cover { right: 8px; bottom: -18px; width: 92px; }
  .jw-hero-split__pin { left: 8px; }

  /* collage hero → simplify */
  .jw-hero-collage__stage { height: 320px; max-width: 360px; }
  .jw-hero-collage__photo { width: 260px; height: 260px; }
  .jw-hero-collage__cover { width: 104px; right: 8px; bottom: 0; }
  .jw-hero-collage__dots { display: none; }
  .jw-hero-collage__pin { left: 8px; top: 8px; }

  .jw-cred { gap: 12px 28px; }
  .jw-cred__item { font-size: 15px; }
  .jw-compare__grid { grid-template-columns: 1.2fr 0.9fr 0.9fr; }
  .jw-compare__cell { padding: 14px 12px; font-size: 14px; }
  .jw-compare__feature { font-size: 14px; }
  .jw-footer__top { grid-template-columns: 1fr; gap: 24px; }
}

/* mobile menu drawer */
.jw-mobile-menu { border-top: 1px solid var(--border-soft); background: var(--surface-page); }
.jw-mobile-menu__inner { padding: 14px var(--container-pad) 22px; display: flex; flex-direction: column; gap: 4px; }
.jw-mobile-menu__link {
  text-align: left; background: none; border: none; cursor: pointer; padding: 13px 4px;
  font-family: var(--font-body); font-weight: 600; font-size: 17px; color: var(--text-heading);
  border-bottom: 1px solid var(--border-soft);
}
.jw-mobile-menu__cta { margin-top: 14px; }

/* iconography sizing helper */
.lucide-inline { width: 18px; height: 18px; }

/* ============================================================
   E-COMMERCE SCREENS (product / checkout / thank-you)
   ============================================================ */
.jw-screen { padding: 40px 0 88px; }
.jw-screen__head { margin-bottom: 26px; }

/* product detail */
.jw-variant-tabs { display: flex; gap: 10px; margin: 18px 0 26px; flex-wrap: wrap; }
.jw-variant-tab {
  font-family: var(--font-body); font-weight: 700; font-size: 14px; cursor: pointer;
  padding: 9px 18px; border-radius: var(--radius-pill);
  border: 1.5px solid var(--border-soft); background: var(--surface-card); color: var(--text-body);
  transition: border-color var(--dur-base) var(--ease-soft), background var(--dur-base) var(--ease-soft), color var(--dur-base) var(--ease-soft);
}
.jw-variant-tab[data-active="1"] { border-color: var(--coral-500); background: rgba(228,132,109,0.10); color: var(--action-primary-hover); }
.jw-pdp__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.jw-gallery-main {
  background: var(--surface-alt); border: 1px solid var(--border-soft); border-radius: var(--radius-lg);
  min-height: 440px; display: flex; align-items: center; justify-content: center; padding: 40px; position: relative;
}
.jw-gallery-main img { height: 348px; width: auto; border-radius: 8px; box-shadow: var(--shadow-book); }
.jw-thumbs { display: flex; gap: 12px; margin-top: 14px; }
.jw-thumb {
  flex: 1; aspect-ratio: 1; border-radius: var(--radius-md); border: 1px solid var(--border-soft);
  background: var(--surface-card); display: flex; align-items: center; justify-content: center;
  color: var(--text-muted); cursor: pointer;
}
.jw-thumb[data-active="1"] { border: 1.5px solid var(--coral-500); color: var(--teal-700); }
.jw-buy__price { display: flex; align-items: baseline; gap: 12px; margin: 14px 0 18px; }
.jw-buy-included { list-style: none; padding: 0; margin: 0 0 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 11px 18px; }
.jw-buy-included li { display: flex; gap: 9px; font-size: 14.5px; line-height: 1.4; align-items: flex-start; }
.jw-buy-included i { color: var(--accent-sage); flex-shrink: 0; margin-top: 2px; }
.jw-buy__cta { display: flex; gap: 14px; align-items: center; margin-bottom: 28px; flex-wrap: wrap; }
.jw-qty { display: flex; align-items: center; gap: 12px; border: 1px solid var(--border-soft); border-radius: var(--radius-pill); padding: 4px 6px; background: var(--surface-card); }
.jw-qty span { font-weight: 700; min-width: 20px; text-align: center; }
.jw-booking-note { display: flex; gap: 10px; align-items: flex-start; background: var(--surface-soft); border-radius: var(--radius-md); padding: 14px 16px; margin-bottom: 24px; }
.jw-placeholder-photo--lg { width: 240px; height: 320px; }

/* checkout */
.jw-checkout { max-width: 1060px; margin: 0 auto; }
.jw-checkout__grid { display: grid; grid-template-columns: 1.35fr 0.85fr; gap: 32px; align-items: start; }
.jw-stack { display: flex; flex-direction: column; gap: 24px; }
.jw-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.jw-secure { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text-muted); }
.jw-summary-line { display: flex; justify-content: space-between; font-size: 15px; }
.jw-summary { position: sticky; top: 88px; }

/* thank-you */
.jw-ty { max-width: 680px; margin: 0 auto; text-align: center; }
.jw-ty__check { width: 74px; height: 74px; border-radius: 999px; background: var(--surface-soft); display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; color: var(--teal-700); }

@media (max-width: 860px) {
  .jw-pdp__grid { grid-template-columns: 1fr; gap: 28px; }
  .jw-checkout__grid { grid-template-columns: 1fr; }
  .jw-summary { position: static; }
}
@media (max-width: 520px) {
  .jw-buy-included { grid-template-columns: 1fr; }
  .jw-field-grid { grid-template-columns: 1fr; }
}
