/*
 * wow.css — Bucket List WOW design system for the WordPress theme.
 * Loads AFTER theme.css (enqueue in inc/assets.php).
 * Components: ticket buttons, compass dials, passport stamps, luggage-tag
 * filters, ledger social rows, kickers/display type, reveals, curtain,
 * progress bar, grain. Layout stays inline in the templates; states live here.
 */

:root {
  --wow-ink: #07131d;
  --wow-navy: #102333;
  --wow-deep: #0c4150;
  --wow-teal: #096f77;
  --wow-accent: #d7ac56;
  --wow-accent-2: #ecd29b;
  --wow-cream: #faf7f0;
  --wow-card: #fffefa;
  --wow-body: #172637;
  --wow-gray: #4a5564;
  --wow-surface: var(--wow-cream); /* set per-section for perforation punch dots */
}

/* ---------- keyframes ---------- */
@keyframes wow-spin { to { transform: rotate(360deg); } }
@keyframes wow-fade { from { opacity: 0; transform: translateY(22px); } }
@keyframes wow-kenburns { from { transform: scale(1.08); } }
@keyframes wow-marquee { to { transform: translateX(-50%); } }

/* ---------- surface helpers ---------- */
.on-ink { --wow-surface: var(--wow-ink); }
.on-navy { --wow-surface: var(--wow-navy); }
.on-cream { --wow-surface: var(--wow-cream); }
.on-card { --wow-surface: var(--wow-card); }

/* ---------- shared WOW page header ---------- */
body:not(.home) .site-header {
  z-index: 180;
  color: #fff;
  background: #07131d;
  border-bottom: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  overflow: visible;
}
body:not(.home) .site-header .header-inner {
  width: min(1280px, calc(100% - 4rem));
  margin: 0 auto;
  padding: 1.05rem 0;
}
body:not(.home) .site-brand__logo {
  width: 46px;
  height: 46px;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.35));
}
body:not(.home) .site-brand__title {
  color: #fff;
  font-size: 1.28rem;
}
body:not(.home) .site-brand__tagline {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
body:not(.home) .primary-nav a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
body:not(.home) .primary-nav a:hover,
body:not(.home) .primary-nav a:focus-visible {
  color: #fff;
}
body:not(.home) .primary-nav a::after {
  background: var(--wow-accent);
}
body:not(.home) .header-search {
  display: none !important;
}
body:not(.home) .header-nav {
  gap: 1.9rem;
}
body:not(.home) .menu-list {
  gap: 1.9rem;
}
body:not(.home) .primary-nav a.is-current,
body:not(.home) .primary-nav a[aria-current="page"] {
  color: var(--wow-accent-2);
  font-weight: 700;
}
body:not(.home) .wow-btn-dial {
  color: #fff;
}
body:not(.home) .wow-btn-dial .dial {
  border-color: rgba(255, 255, 255, 0.55);
}
body:not(.home) .wow-btn-dial .dial::before {
  border-color: rgba(215, 172, 86, 0.75);
  animation: wow-spin 9s linear infinite;
}
body:not(.home) .wow-btn-dial:hover,
body:not(.home) .wow-btn-dial:focus-visible {
  color: var(--wow-accent-2);
}
body:not(.home) .site-header .wow-btn-ticket {
  min-height: 3rem;
  font-size: 0.84rem;
  box-shadow: 0 10px 30px rgba(215, 172, 86, 0.35);
}
body:not(.home) .site-header .wow-btn-ticket .t-label {
  padding: 0.68rem 1.25rem;
}
body:not(.home) .site-header .wow-btn-ticket .t-tail {
  padding: 0 0.9rem;
}

/* ---------- WOW footers ---------- */
.wow-site-footer {
  color: rgba(255, 255, 255, 0.75);
  background: linear-gradient(160deg, #07131d, #102a41 62%, #123845);
}
.wow-site-footer,
.wow-site-footer * {
  box-sizing: border-box;
}
.wow-site-footer__shell {
  width: min(1280px, calc(100% - 4rem));
  margin: 0 auto;
}
.wow-site-footer a {
  color: inherit;
  text-decoration: none;
}
.wow-site-footer a:hover,
.wow-site-footer a:focus-visible,
.wow-site-footer a[aria-current="page"] {
  color: #fff;
}
.wow-site-footer--simple,
.wow-site-footer--legal {
  padding: clamp(3rem, 5vw, 4rem) 0 1.8rem;
}
.wow-site-footer__simple-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.wow-site-footer__simple-row nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  font-size: 0.9rem;
}
.wow-site-footer__simple-row p {
  margin: 0;
  font-size: 0.86rem;
}
.wow-site-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.wow-site-footer__brand picture,
.wow-site-footer__brand img {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.wow-site-footer__brand span {
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 700;
  white-space: nowrap;
}
.wow-site-footer--legal {
  margin-top: auto;
}
.wow-site-footer--legal .wow-site-footer__simple-row {
  align-items: center;
}
.wow-site-footer--legal a[aria-current="page"] {
  color: var(--wow-accent-2);
}
.wow-site-footer--large {
  padding: clamp(3rem, 5vw, 4rem) 0 1.8rem;
}
.wow-site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.8fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.wow-site-footer__kicker {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  font-weight: 800;
}
.wow-site-footer h2 {
  max-width: 16ch;
  margin: 0;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 600;
  line-height: 1.02;
}
.wow-site-footer h3 {
  margin: 0;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 600;
}
.wow-site-footer h2 + p {
  max-width: 34rem;
  margin: 1.2rem 0 0;
  line-height: 1.7;
  font-size: 0.98rem;
}
.wow-site-footer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
  margin-top: 1.6rem;
}
.wow-site-footer__columns {
  display: grid;
  grid-template-columns: minmax(140px, 0.42fr) minmax(220px, 0.58fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
.wow-site-footer__link-list {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.94rem;
}
.wow-site-footer .wow-ledger {
  margin-top: 0.6rem;
}
.wow-site-footer .wow-ledger-row {
  padding: 0.85rem 0.2rem;
}
.wow-site-footer__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 2.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.86rem;
}
.wow-site-footer__meta p {
  margin: 0;
}
.wow-site-footer__meta nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.9rem;
  align-items: center;
}
.wow-site-footer__meta nav span {
  color: rgba(255, 255, 255, 0.35);
}

/* ---------- kicker + display type ---------- */
.wow-kicker {
  display: flex; align-items: center; gap: 0.8rem;
  font-size: 0.74rem; font-weight: 800; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--wow-teal); margin: 0 0 1.2rem;
}
.wow-kicker::before { content: ''; width: 2.6rem; height: 1px; background: var(--wow-accent); flex: 0 0 auto; }
.wow-kicker.is-light { color: rgba(255, 255, 255, 0.7); }
.wow-display {
  margin: 0; font-family: 'Cormorant Garamond', serif; font-weight: 600;
  line-height: 1; letter-spacing: -0.01em; color: var(--wow-navy); text-wrap: balance;
}
.wow-display.is-light { color: #fff; }

/* ---------- primary: gold boarding-pass ticket ---------- */
.wow-btn-ticket {
  position: relative; display: inline-flex; align-items: stretch;
  border: 0; border-radius: 6px; overflow: visible; cursor: pointer;
  background: linear-gradient(135deg, var(--wow-accent-2), var(--wow-accent));
  color: var(--wow-ink); font-family: 'Manrope', sans-serif;
  font-size: 0.88rem; font-weight: 800; text-decoration: none;
  box-shadow: 0 14px 34px rgba(215, 172, 86, 0.3);
  transition: transform 250ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 250ms;
}
.wow-btn-ticket::before {
  content: ''; position: absolute; inset: 4px;
  border: 1px solid rgba(7, 19, 29, 0.45); border-radius: 3px; pointer-events: none;
}
.wow-btn-ticket:hover { transform: rotate(-2deg) scale(1.03); box-shadow: 0 16px 34px rgba(215, 172, 86, 0.42); color: var(--wow-ink); }
.wow-btn-ticket .t-label { display: inline-flex; align-items: center; white-space: nowrap; padding: 0.85rem 1.3rem; }
.wow-btn-ticket .t-perf { position: relative; align-self: stretch; width: 0; border-left: 2px dashed rgba(7, 19, 29, 0.4); }
.wow-btn-ticket .t-perf::before,
.wow-btn-ticket .t-perf::after {
  content: ''; position: absolute; left: -7px; width: 12px; height: 12px;
  display: none;
  border-radius: 50%; background: var(--wow-surface); z-index: 1;
}
.wow-btn-ticket .t-perf::before { top: -6px; }
.wow-btn-ticket .t-perf::after { bottom: -6px; }
.wow-btn-ticket .t-tail { display: inline-flex; align-items: center; padding: 0 0.95rem; letter-spacing: 0.08em; }
.wow-btn-ticket.is-navy { background: var(--wow-navy); color: #fff; box-shadow: 0 14px 30px rgba(16, 35, 51, 0.25); }
.wow-btn-ticket.is-navy::before { border-color: rgba(236, 210, 155, 0.55); }
.wow-btn-ticket.is-navy .t-perf { border-left-color: rgba(255, 255, 255, 0.35); }
.wow-btn-ticket.is-navy .t-tail { color: var(--wow-accent-2); }
.wow-btn-ticket.is-navy:hover { color: #fff; }

/* ---------- Call/Text: compass dial ---------- */
.wow-btn-dial {
  display: inline-flex; align-items: center; gap: 0.85rem;
  color: var(--wow-navy); font-family: 'Manrope', sans-serif; text-decoration: none;
  white-space: nowrap; transition: color 250ms;
}
.wow-btn-dial .dial {
  position: relative; display: grid; place-items: center; flex: none;
  width: 2.7rem; height: 2.7rem; border-radius: 50%;
  border: 1.5px solid var(--wow-navy);
}
.wow-btn-dial .dial::before {
  content: ''; position: absolute; inset: -5px;
  border: 1.5px dashed rgba(16, 35, 51, 0.45); border-radius: 50%;
}
.wow-btn-dial .dial::after {
  content: "☎";
  position: relative;
  z-index: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  line-height: 1;
  color: currentColor;
}
.wow-btn-dial .d-label { display: grid; gap: 0.12rem; text-align: left; }
.wow-btn-dial .d-title { font-size: 0.9rem; font-weight: 800; line-height: 1; }
.wow-btn-dial .d-sub { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; opacity: 0.65; }
.wow-btn-dial:hover { color: var(--wow-teal); }
.wow-btn-dial.is-dark { color: #fff; }
.wow-btn-dial.is-dark .dial { border-color: rgba(255, 255, 255, 0.55); }
.wow-btn-dial.is-dark .dial::before { border-color: rgba(215, 172, 86, 0.75); animation: wow-spin 9s linear infinite; }
.wow-btn-dial.is-dark:hover { color: var(--wow-accent-2); }

/* ---------- secondary: passport stamp ---------- */
.wow-btn-stamp {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  padding: 0.85rem 1.5rem; border: 2px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.92); font-family: 'Manrope', sans-serif;
  font-size: 0.78rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase;
  white-space: nowrap; text-decoration: none; background: transparent; cursor: pointer;
  transition: transform 250ms, border-color 250ms, color 250ms;
}
.wow-btn-stamp::before {
  content: ''; position: absolute; inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3); pointer-events: none;
}
.wow-btn-stamp:hover { transform: rotate(1.5deg); border-color: var(--wow-accent-2); color: var(--wow-accent-2); }
.wow-btn-stamp.is-light { border-color: rgba(16, 35, 51, 0.5); color: var(--wow-body); }
.wow-btn-stamp.is-light::before { border-color: rgba(16, 35, 51, 0.35); }
.wow-btn-stamp.is-light:hover { border-color: var(--wow-teal); color: var(--wow-teal); }

/* ---------- filters: luggage tags ---------- */
.wow-tag {
  position: relative; display: inline-flex; align-items: center;
  padding: 0.6rem 1.1rem 0.6rem 1.7rem; border: 0;
  background: rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.88);
  font-family: 'Manrope', sans-serif; font-size: 0.8rem; font-weight: 700;
  white-space: nowrap; cursor: pointer; text-decoration: none;
  clip-path: polygon(14px 0, 100% 0, 100% 100%, 14px 100%, 0 50%);
  transition: background 250ms, transform 250ms, color 250ms;
}
.wow-tag::before {
  content: ''; position: absolute; left: 10px; top: 50%; width: 7px; height: 7px;
  transform: translateY(-50%); border-radius: 50%; background: var(--wow-surface);
}
.wow-tag:hover { background: rgba(255, 255, 255, 0.24); transform: translateX(3px); color: #fff; }
.wow-tag.is-active {
  background: linear-gradient(135deg, var(--wow-accent-2), var(--wow-accent));
  color: var(--wow-ink); font-weight: 800;
}
.wow-tag.is-active:hover { transform: none; }

/* ---------- socials: ledger rows ---------- */
.wow-ledger { display: grid; }
.wow-ledger-row {
  display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 1.2rem;
  align-items: center; padding: 0.95rem 0.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff; text-decoration: none;
  transition: transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1), color 300ms;
}
.wow-ledger-row:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
.wow-ledger-row:hover { transform: translateX(10px); color: var(--wow-accent-2); }
.wow-ledger-row svg { width: 1.1rem; height: 1.1rem; color: var(--wow-accent); }
.wow-ledger-row .l-main { display: flex; align-items: baseline; gap: 0.9rem; min-width: 0; }
.wow-ledger-row .l-name { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.4rem; line-height: 1; white-space: nowrap; }
.wow-ledger-row .l-handle { flex: 1 1 0; min-width: 0; font-size: 0.75rem; font-weight: 700; color: rgba(255, 255, 255, 0.55); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wow-ledger-row .l-arrow { display: inline-block; width: 0.45rem; height: 0.45rem; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); }
.wow-ledger.is-light .wow-ledger-row { color: var(--wow-navy); border-color: rgba(16, 35, 51, 0.16); }
.wow-ledger.is-light .wow-ledger-row .l-handle { color: var(--wow-gray); }
.wow-ledger.is-light .wow-ledger-row:hover { color: var(--wow-teal); }

/* ---------- arrow link ---------- */
.wow-arrow-link {
  display: inline-flex; align-items: center; gap: 0.5rem;
  color: var(--wow-teal); font-weight: 800; font-size: 0.95rem; text-decoration: none;
  transition: gap 250ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.wow-arrow-link::after {
  content: ''; display: inline-block; width: 0.45rem; height: 0.45rem;
  border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg);
}
.wow-arrow-link:hover { gap: 0.8rem; color: var(--wow-teal); }
.wow-arrow-link.is-light { color: var(--wow-accent-2); }
.wow-arrow-link.is-light:hover { color: var(--wow-accent-2); }

/* ---------- chrome: progress, grain, curtain, reveals ---------- */
.wow-progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0%;
  background: linear-gradient(90deg, var(--wow-accent-2), var(--wow-accent));
  z-index: 260; pointer-events: none;
}
.wow-grain {
  position: fixed; inset: 0; z-index: 120; pointer-events: none; opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}
.wow-curtain {
  position: fixed; inset: 0; z-index: 400; background: var(--wow-ink);
  transform: translateY(102%); transition: transform 420ms cubic-bezier(0.7, 0, 0.2, 1);
  pointer-events: none;
}
.wow-curtain::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--wow-accent-2), var(--wow-accent));
}
.wow-curtain.is-closing { transform: translateY(0); }
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity 750ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 750ms cubic-bezier(0.2, 0.8, 0.2, 1); }
[data-reveal].is-in { opacity: 1; transform: none; }
.no-js [data-reveal] { opacity: 1; transform: none; }

/* ---------- single post (article) ---------- */
.wow-single .entry-content { font-size: 1.06rem; line-height: 1.85; color: #2b3846; }
.wow-single .entry-content > p:first-of-type::first-letter {
  font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: 4.4em;
  float: left; line-height: 0.78; padding: 0.06em 0.14em 0 0; color: var(--wow-teal);
}
.wow-single .entry-content h2 {
  font-family: 'Cormorant Garamond', serif; font-weight: 600;
  font-size: clamp(1.9rem, 3vw, 2.6rem); line-height: 1.05; color: var(--wow-navy);
  margin: 3rem 0 1.1rem; scroll-margin-top: 90px; text-wrap: balance;
}
.wow-single .entry-content h2::after { content: ''; display: block; width: 2.4rem; height: 2px; margin-top: 0.6rem; background: var(--wow-accent); }
.wow-single .entry-content figure { margin: 2.6rem 0; }
.wow-single .entry-content img { display: block; width: 100%; height: auto; border-radius: 8px; box-shadow: 0 24px 50px rgba(7, 19, 29, 0.12); cursor: zoom-in; }
.wow-single .entry-content figcaption { margin-top: 0.7rem; text-align: center; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--wow-gray); }
.wow-single .entry-content blockquote {
  margin: 2.2rem 0; padding: 0 0 0 1.4rem; border-left: 2px solid var(--wow-accent);
  font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.45rem; line-height: 1.4; color: var(--wow-navy);
}
.wow-single .entry-content a { color: var(--wow-teal); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(9, 111, 119, 0.35); text-underline-offset: 0.2em; }

/* chapter rail */
.wow-rail { position: fixed; right: clamp(1rem, 2vw, 2.2rem); top: 50%; transform: translateY(-50%); z-index: 90; display: none; max-width: 210px; }
.wow-rail.is-on { display: block; }
.wow-rail .r-title { margin: 0 0 0.7rem; font-size: 0.64rem; font-weight: 800; letter-spacing: 0.26em; text-transform: uppercase; color: var(--wow-gray); text-align: right; }
.wow-rail .r-items { display: grid; gap: 0.45rem; justify-items: end; }
.wow-rail a {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.04em; color: var(--wow-gray);
  text-align: right; line-height: 1.3; text-decoration: none;
  border-right: 2px solid rgba(16, 35, 51, 0.18); padding-right: 0.7rem;
  transition: color 250ms, border-color 250ms;
}
.wow-rail a.is-active { color: var(--wow-teal); border-right-color: var(--wow-accent); font-weight: 800; }
@media (max-width: 1240px) { .wow-rail.is-on { display: none; } }

/* lightbox */
.wow-lightbox { position: fixed; inset: 0; z-index: 320; display: none; background: rgba(7, 19, 29, 0.96); }
.wow-lightbox.is-open { display: block; }
.wow-lightbox img { position: absolute; inset: 0; margin: auto; max-width: 90vw; max-height: 80vh; border-radius: 6px; box-shadow: 0 40px 90px rgba(0, 0, 0, 0.5); }
.wow-lightbox button {
  position: absolute; display: grid; place-items: center;
  width: 3rem; height: 3rem; border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 50%;
  background: rgba(7, 19, 29, 0.55); color: #fff; font-size: 1.1rem; cursor: pointer;
}
.wow-lightbox .lb-close { top: 1.2rem; right: 1.4rem; }
.wow-lightbox .lb-prev { left: 1.2rem; top: 50%; transform: translateY(-50%); font-size: 1.4rem; }
.wow-lightbox .lb-next { right: 1.2rem; top: 50%; transform: translateY(-50%); font-size: 1.4rem; }
.wow-lightbox .lb-count { position: absolute; left: 0; right: 0; bottom: 1.4rem; margin: 0; text-align: center; color: var(--wow-accent-2); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.24em; text-transform: uppercase; }

/* inspired-by banner (plan-a-trip prefill) */
.wow-inspired {
  display: none; align-items: center; gap: 0.7rem; padding: 0.85rem 1.1rem; margin-bottom: 0.4rem;
  border: 1px solid rgba(215, 172, 86, 0.5); border-left: 3px solid var(--wow-accent);
  border-radius: 6px; background: rgba(215, 172, 86, 0.08);
}
.wow-inspired.is-on { display: flex; }
.wow-inspired .i-kicker { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--wow-teal); white-space: nowrap; }
.wow-inspired .i-title { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.05rem; color: var(--wow-navy); line-height: 1.2; }

/* ---------- static WOW interior pages ---------- */
body:not(.home) .site-main {
  background: var(--wow-cream);
}
html,
body,
.site-shell {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}
body.home {
  overflow-x: hidden;
  overflow-x: clip;
}
body.home x-dc,
body.home [data-wow-clip] {
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
  overflow: clip;
}
body.home [data-wow-clip] {
  contain: layout paint;
}
body.home [data-wow-marquee-track] {
  contain: paint;
}
.wow-shell {
  width: min(1280px, calc(100% - 4rem));
  margin: 0 auto;
}
.wow-kicker--dark {
  color: var(--wow-teal);
}
.wow-page-hero {
  background: var(--wow-ink);
  color: #fff;
}
.wow-page-hero__inner {
  padding: clamp(2.6rem, 5.5vw, 4.5rem) 0 clamp(2.6rem, 5vw, 4rem);
}
.wow-page-hero--split .wow-page-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: end;
}
.wow-page-hero .wow-kicker {
  color: rgba(255, 255, 255, 0.7);
  animation: wow-fade 700ms cubic-bezier(0.2, 0.8, 0.2, 1) 80ms backwards;
}
.wow-page-hero h1 {
  max-width: 16ch;
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: clamp(3.4rem, 6vw, 6rem);
  line-height: 0.92;
  letter-spacing: 0;
  color: #fff;
  text-wrap: balance;
  animation: wow-fade 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 180ms backwards;
}
.wow-page-hero--split h1 {
  max-width: 17ch;
}
.wow-page-hero h1 span {
  color: var(--wow-accent);
}
.wow-page-hero p:not(.wow-kicker) {
  max-width: 44rem;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.1rem;
  line-height: 1.65;
  animation: wow-fade 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 320ms backwards;
}
.wow-page-section {
  padding: clamp(3.5rem, 6.5vw, 5.5rem) 0;
  background: var(--wow-cream);
}
.wow-page-section--navy {
  background: #0b1c2a;
  color: #fff;
}
.wow-split {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
.wow-photo-stack {
  position: relative;
  padding: 0 1rem 1rem 0;
}
.wow-photo-stack > span {
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  right: 0;
  bottom: 0;
  border: 1px solid var(--wow-accent);
  border-radius: 4px;
}
.wow-photo-frame {
  position: relative;
  aspect-ratio: 4 / 3.3;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 32px 64px rgba(7, 19, 29, 0.16);
}
.wow-photo-frame img,
.wow-photo-frame picture,
.wow-photo-frame picture img {
  display: block;
  width: 100%;
  height: 100%;
}
.wow-photo-frame img {
  object-fit: cover;
  object-position: 64% 55%;
}
.wow-photo-stack em {
  position: absolute;
  left: -0.6rem;
  bottom: 2.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: var(--wow-ink);
  color: #fff;
  font-style: normal;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(7, 19, 29, 0.3);
}
.wow-photo-stack em::before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--wow-accent);
}
.wow-copy-block h2,
.wow-section-head h2,
.wow-centered-cta h2,
.wow-promise h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: clamp(2.4rem, 3.8vw, 3.8rem);
  line-height: 1;
  letter-spacing: 0;
  color: var(--wow-navy);
  text-wrap: balance;
}
.wow-copy-block p,
.wow-centered-cta p {
  margin: 1.4rem 0 0;
  color: var(--wow-gray);
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 46rem;
}
.wow-copy-block .wow-arrow-link {
  margin-top: 1.4rem;
}
.wow-page-section--navy .wow-section-head h2,
.wow-page-section--navy .wow-promise h2 {
  color: #fff;
}
.wow-page-section--navy .wow-section-head > p,
.wow-page-section--navy .wow-promise li {
  color: rgba(255, 255, 255, 0.72);
}
.wow-section-head {
  margin-bottom: clamp(1.8rem, 3.5vw, 2.8rem);
}
.wow-section-head--split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}
.wow-section-head--split > p {
  max-width: 24rem;
  margin: 0;
  color: var(--wow-gray);
  line-height: 1.7;
  font-size: 1rem;
}
.wow-number-row {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
.wow-number-row li {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding: 0.4rem 0 0.4rem clamp(1.2rem, 2vw, 1.8rem);
}
.wow-number-row span,
.wow-hero-standard > span,
.wow-standards-grid article > span {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: clamp(4rem, 6vw, 6rem);
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
}
.wow-number-row h3 {
  margin: 1.1rem 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  color: #fff;
  font-size: clamp(1.5rem, 2vw, 1.9rem);
  line-height: 1.05;
}
.wow-number-row p {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
  font-size: 0.96rem;
}
.wow-card-grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
}
.wow-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.wow-card-grid article,
.wow-standards-grid article,
.wow-faq-aside,
.wow-faq-list details {
  background: var(--wow-card);
  border: 1px solid rgba(16, 35, 51, 0.1);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(7, 19, 29, 0.06);
}
.wow-card-grid article {
  padding: 1.7rem;
}
.wow-card-grid strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.7rem;
  color: var(--wow-navy);
}
.wow-card-grid span {
  display: block;
  margin-top: 0.7rem;
  color: var(--wow-gray);
  font-size: 0.94rem;
  line-height: 1.65;
}
.wow-action-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.wow-action-row--left {
  justify-content: flex-start;
  margin-top: 2rem;
}
.wow-cta-band {
  position: relative;
  overflow: hidden;
  background: var(--wow-ink);
  color: #fff;
  padding: clamp(4rem, 7vw, 6rem) 0;
}
.wow-cta-band::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(7, 19, 29, 0.92) 0%, rgba(12, 65, 80, 0.82) 60%, rgba(9, 111, 119, 0.72) 100%);
}
.wow-cta-band > picture,
.wow-cta-band > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.16;
}
.wow-cta-band > picture img,
.wow-cta-band > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wow-cta-band__inner {
  position: relative;
  z-index: 1;
  width: min(900px, calc(100% - 4rem));
  text-align: center;
}
.wow-cta-band h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: clamp(2.6rem, 4.4vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: 0;
  color: #fff;
}
.wow-cta-band h2 span {
  color: var(--wow-accent-2);
}
.wow-cta-band p {
  max-width: 40rem;
  margin: 1.4rem auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.7;
}
.wow-cta-band .wow-action-row {
  margin-top: 2rem;
}
.wow-jump-nav {
  display: grid;
  gap: 0.6rem;
  animation: wow-fade 900ms cubic-bezier(0.2, 0.8, 0.2, 1) 440ms backwards;
}
.wow-jump-nav span {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.wow-jump-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}
.wow-jump-nav a::after {
  content: '';
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
.wow-jump-nav a:hover {
  border-color: var(--wow-accent);
  color: var(--wow-accent-2);
}
.wow-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}
.wow-faq-aside {
  position: sticky;
  top: 3rem;
  padding: 1.8rem;
}
.wow-faq-aside p {
  margin: 0 0 0.9rem;
  color: var(--wow-teal);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.wow-faq-aside h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.05;
  color: var(--wow-navy);
}
.wow-faq-aside > span {
  display: block;
  margin: 1rem 0 0;
  color: var(--wow-gray);
  line-height: 1.65;
  font-size: 0.96rem;
}
.wow-faq-aside .wow-btn-ticket {
  margin-top: 1.4rem;
}
.wow-faq-list {
  display: grid;
  gap: 0.9rem;
}
.wow-faq-list h2 {
  margin: 0.8rem 0 0.1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 2rem;
  color: var(--wow-navy);
  scroll-margin-top: 6rem;
}
.wow-faq-list h2::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(16, 35, 51, 0.14);
}
.wow-faq-list details {
  padding: 1.2rem 1.5rem;
}
.wow-faq-list summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  list-style: none;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--wow-navy);
}
.wow-faq-list summary::-webkit-details-marker {
  display: none;
}
.wow-faq-list summary i {
  flex: none;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid var(--wow-teal);
  border-right: 2px solid var(--wow-teal);
  transform: rotate(45deg);
  transition: transform 250ms;
}
.wow-faq-list details[open] summary i {
  transform: rotate(135deg) translateY(1px);
}
.wow-faq-list details p {
  margin: 0.8rem 0 0;
  color: var(--wow-gray);
  line-height: 1.7;
}
.wow-hero-standard {
  padding: 1.4rem 1.5rem;
  border-left: 2px solid var(--wow-accent);
  border-radius: 0 14px 14px 0;
  background: rgba(255, 255, 255, 0.06);
}
.wow-hero-standard strong {
  display: block;
  margin-top: 0.6rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.05;
  color: #fff;
}
.wow-hero-standard p {
  margin: 0.6rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
  line-height: 1.6;
}
.wow-standards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(300px, 0.9fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: stretch;
}
.wow-standards-grid article {
  padding: 2rem;
}
.wow-standards-grid article > span {
  font-size: 3.2rem;
  -webkit-text-stroke-color: rgba(16, 35, 51, 0.4);
}
.wow-standards-grid h2 {
  margin: 1.1rem 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 1.02;
  color: var(--wow-navy);
}
.wow-standards-grid article p {
  margin: 0.8rem 0 0;
  color: var(--wow-gray);
  line-height: 1.7;
}
.wow-standards-grid__wide {
  grid-column: span 2;
}
.wow-quote-card {
  grid-row: span 2;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border-radius: 8px;
  background: var(--wow-ink);
  color: #fff;
  box-shadow: 0 24px 52px rgba(7, 19, 29, 0.2);
}
.wow-quote-card > div {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.wow-quote-card img,
.wow-quote-card picture,
.wow-quote-card picture img {
  display: block;
  width: 100%;
  height: 100%;
}
.wow-quote-card img {
  object-fit: cover;
  object-position: 64% 55%;
}
.wow-quote-card blockquote {
  margin: 0;
  padding: 1.8rem;
  display: grid;
  gap: 0.9rem;
  align-content: center;
}
.wow-quote-card blockquote p {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.45rem;
  line-height: 1.25;
  color: #fff;
}
.wow-quote-card cite {
  font-style: normal;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wow-accent-2);
}
.wow-promise {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}
.wow-promise ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wow-promise li {
  display: flex;
  gap: 1.2rem;
  align-items: baseline;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  line-height: 1.65;
  font-size: 1.02rem;
}
.wow-promise li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.wow-promise li::before {
  content: '';
  flex: none;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--wow-accent);
  transform: translateY(-0.1rem);
}
.wow-centered-cta {
  width: min(1000px, calc(100% - 4rem));
  text-align: center;
}
.wow-centered-cta .wow-kicker {
  justify-content: center;
}
.wow-centered-cta p {
  margin-left: auto;
  margin-right: auto;
}
.wow-centered-cta .wow-action-row {
  margin-top: 2.2rem;
}

/* ---------- services overview ---------- */
.wow-services-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--wow-ink);
  color: #fff;
}
.wow-services-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.wow-services-hero__media picture,
.wow-services-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
}
.wow-services-hero__media img {
  object-fit: cover;
  object-position: 60% 50%;
  opacity: 0.42;
}
.wow-services-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(7, 19, 29, 0.94) 0%, rgba(7, 19, 29, 0.74) 48%, rgba(7, 19, 29, 0.42) 100%);
}
.wow-services-hero__inner {
  padding: clamp(3rem, 6vw, 5rem) 0;
}
.wow-services-hero h1 {
  max-width: 16ch;
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.4rem, 6vw, 6rem);
  font-weight: 600;
  line-height: 0.92;
  color: #fff;
  text-wrap: balance;
}
.wow-services-hero h1 span {
  color: var(--wow-accent);
}
.wow-services-hero__inner > p:not(.wow-kicker) {
  max-width: 42rem;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  line-height: 1.65;
}
.wow-services-hero .reply-time-microcopy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
  font-weight: 700;
}
.wow-services-best {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.42fr);
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
}
.wow-services-best h2,
.wow-services-questions h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 3.8vw, 3.8rem);
  font-weight: 600;
  line-height: 1;
  color: var(--wow-navy);
  text-wrap: balance;
}
.wow-services-best ol {
  display: grid;
  gap: 1rem;
  margin: 2rem 0 0;
  padding: 1.4rem 0 0;
  list-style: none;
  counter-reset: services-best;
  border-top: 1px solid rgba(16, 35, 51, 0.14);
}
.wow-services-best li {
  position: relative;
  padding-left: 2.4rem;
  color: var(--wow-body);
  font-size: 1.01rem;
  line-height: 1.6;
  counter-increment: services-best;
}
.wow-services-best li::before {
  content: counter(services-best, decimal-leading-zero);
  position: absolute;
  top: 0.1rem;
  left: 0;
  color: var(--wow-accent);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 600;
}
.wow-services-photo {
  position: relative;
  padding: 0 0 2rem 2rem;
}
.wow-services-photo > span {
  position: absolute;
  top: 2rem;
  right: 2rem;
  bottom: 0;
  left: 0;
  border: 1px solid var(--wow-accent);
  border-radius: 4px;
}
.wow-services-photo > div {
  position: relative;
  aspect-ratio: 4 / 4.6;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 28px 56px rgba(7, 19, 29, 0.16);
}
.wow-services-photo picture,
.wow-services-photo img,
.wow-services-lanes picture,
.wow-services-lanes img {
  display: block;
  width: 100%;
  height: 100%;
}
.wow-services-photo img {
  object-fit: cover;
}
.wow-services-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.6rem, 3vw, 2.8rem);
}
.wow-services-details article {
  padding-top: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.wow-services-details article::before {
  content: '';
  display: block;
  width: 2.2rem;
  height: 2px;
  margin-bottom: 1.1rem;
  background: var(--wow-accent);
}
.wow-services-details h3 {
  margin: 0;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.05;
}
.wow-services-details p {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.94rem;
  line-height: 1.65;
}
.wow-services-lanes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}
.wow-services-lanes a {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-height: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  padding: 1.4rem;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(7, 19, 29, 0.1);
  transition: transform 350ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.wow-services-lanes a:hover,
.wow-services-lanes a:focus-visible {
  transform: translateY(-6px);
}
.wow-services-lanes a::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(7, 19, 29, 0.1) 30%, rgba(7, 19, 29, 0.82) 100%);
}
.wow-services-lanes picture {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.wow-services-lanes img {
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.wow-services-lanes a:hover img,
.wow-services-lanes a:focus-visible img {
  transform: scale(1.06);
}
.wow-services-lanes strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
}
.wow-services-questions {
  padding-top: 0;
}
.wow-services-questions .wow-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.4fr) minmax(0, 0.6fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}
.wow-services-questions .wow-arrow-link {
  margin-top: 0.2rem;
}

/* ---------- legal pages ---------- */
.wow-legal-hero {
  background: var(--wow-ink);
  color: #fff;
}
.wow-legal-hero__inner {
  padding: clamp(2.4rem, 5vw, 4rem) 0 clamp(2.4rem, 4.5vw, 3.6rem);
}
.wow-legal-hero h1 {
  margin: 0;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 5vw, 4.8rem);
  font-weight: 600;
  line-height: 0.94;
}
.wow-legal-section {
  min-height: calc(100vh - 25rem);
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(4rem, 7vw, 6rem);
  background: var(--wow-cream);
}
.wow-legal-shell {
  display: grid;
  width: min(880px, calc(100% - 4rem));
  margin: 0 auto;
  gap: 1.5rem;
}
.wow-legal-card {
  padding: 2rem 2.2rem;
  background: var(--wow-card);
  border: 1px solid rgba(16, 35, 51, 0.12);
  border-left: 3px solid var(--wow-accent);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(7, 19, 29, 0.07);
}
.wow-legal-card h2 {
  margin: 0;
  color: var(--wow-navy);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 600;
}
.wow-legal-card p {
  margin: 1rem 0 0;
  color: var(--wow-gray);
  font-size: 1rem;
  line-height: 1.75;
}
.wow-legal-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.6rem 2.2rem;
  border-radius: 8px;
  background: linear-gradient(150deg, #0c4150, #096f77);
  color: #fff;
}
.wow-legal-question p:first-child {
  margin: 0 0 0.3rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.wow-legal-question p:last-child,
.wow-legal-question strong {
  display: block;
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 0.98rem;
  line-height: 1.6;
}
.wow-legal-question .wow-btn-ticket {
  flex: none;
}
.wow-legal-back {
  color: var(--wow-teal);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}
.wow-legal-back::before {
  content: "← ";
}

/* ---------- plan a trip ---------- */
.wow-plan-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.42fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: end;
}
.wow-plan-hero h1 {
  max-width: 14ch;
}
.wow-plan-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.6rem;
}
.wow-plan-hero__tags span {
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.8rem;
  font-weight: 700;
}
.wow-plan-hero__photo > div {
  aspect-ratio: 4 / 3.4;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.4);
}
.wow-plan-hero__photo picture,
.wow-plan-hero__photo img {
  display: block;
  width: 100%;
  height: 100%;
}
.wow-plan-hero__photo img {
  object-fit: cover;
  object-position: 64% 55%;
}
.wow-plan-hero__photo p {
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}
.wow-plan-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}
.wow-plan-aside {
  position: sticky;
  top: 5.5rem;
  display: grid;
  gap: 1.5rem;
}
.wow-plan-card {
  padding: 1.8rem;
  background: var(--wow-card);
  border: 1px solid rgba(16, 35, 51, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(7, 19, 29, 0.07);
}
.wow-plan-card p:first-child {
  margin: 0 0 0.9rem;
  color: var(--wow-teal);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.wow-plan-card h2 {
  margin: 0;
  color: var(--wow-navy);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.05;
}
.wow-plan-card ol {
  display: grid;
  gap: 0.85rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: plan-share;
}
.wow-plan-card li {
  position: relative;
  padding-left: 1.9rem;
  color: var(--wow-body);
  font-size: 0.95rem;
  line-height: 1.6;
  counter-increment: plan-share;
}
.wow-plan-card li::before {
  content: counter(plan-share, decimal-leading-zero);
  position: absolute;
  top: 0.05rem;
  left: 0;
  color: var(--wow-accent);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
}
.wow-plan-card--dark {
  background: linear-gradient(150deg, #0c4150, #096f77);
  color: #fff;
  box-shadow: 0 18px 42px rgba(7, 19, 29, 0.14);
}
.wow-plan-card--dark p:first-child {
  color: rgba(255, 255, 255, 0.66);
}
.wow-plan-card--dark div {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.96rem;
  line-height: 1.65;
}
.wow-plan-card--dark strong {
  display: block;
  margin: 1rem 0 0;
  color: var(--wow-accent-2);
  font-size: 0.85rem;
  font-weight: 800;
}
.wow-plan-form .trip-form-shell {
  padding: clamp(1.8rem, 3vw, 2.6rem);
  background: var(--wow-card);
  border: 1px solid rgba(16, 35, 51, 0.1);
  border-radius: 8px;
  box-shadow: 0 28px 60px rgba(7, 19, 29, 0.1);
}
.wow-plan-form .trip-form {
  display: grid;
  gap: 1.1rem;
}
.wow-plan-form .trip-form__summary {
  margin: 0;
}
.wow-plan-form .trip-form__summary h2 {
  margin: 0 0 0.4rem;
  color: var(--wow-navy);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 2.6vw, 2.4rem);
  font-weight: 600;
  line-height: 1;
}
.wow-plan-form .trip-form__summary p,
.wow-plan-form .trip-form__required-note,
.wow-plan-form .reply-time-microcopy--form,
.wow-plan-form .trip-form__privacy,
.wow-plan-form .trip-form__char-count {
  display: none;
}
.wow-plan-form .trip-form__fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.wow-plan-form .trip-form__fieldset legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.wow-plan-form .trip-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}
.wow-plan-form .trip-form__party-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}
.wow-plan-form .trip-form__field,
.wow-plan-form .trip-form__subfield {
  display: grid;
  gap: 0.4rem;
}
.wow-plan-form .trip-form__field--wide,
.wow-plan-form .trip-form__consent,
.wow-plan-form .trip-form__actions {
  grid-column: 1 / -1;
}
.wow-plan-form label,
.wow-plan-form .trip-form__field > label,
.wow-plan-form .trip-form__subfield > label {
  margin: 0;
  color: var(--wow-gray);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}
.wow-plan-form .trip-form__subfield > label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
.wow-plan-form input:not([type="checkbox"]),
.wow-plan-form select,
.wow-plan-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(16, 35, 51, 0.18);
  border-radius: 6px;
  background: #fff;
  color: var(--wow-body);
  font: inherit;
}
.wow-plan-form input:not([type="checkbox"]),
.wow-plan-form select {
  height: 3rem;
  padding: 0 1rem;
}
.wow-plan-form textarea {
  min-height: 8rem;
  padding: 0.9rem 1rem;
  resize: vertical;
}
.wow-plan-form input:focus,
.wow-plan-form select:focus,
.wow-plan-form textarea:focus {
  border-color: var(--wow-teal);
  box-shadow: 0 0 0 3px rgba(9, 111, 119, 0.14);
  outline: 0;
}
.wow-plan-form .trip-form__consent {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem;
  border: 1px solid rgba(9, 111, 119, 0.12);
  border-radius: 6px;
  background: rgba(9, 111, 119, 0.04);
}
.wow-plan-form .trip-form__consent input {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}
.wow-plan-form .trip-form__consent label {
  font-size: 0.84rem;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}
.wow-plan-form .trip-form__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.2rem;
}
.wow-plan-form .trip-form__actions .button-primary {
  position: relative;
  display: inline-flex;
  min-height: 3.3rem;
  border: 0;
  border-radius: 6px;
  overflow: visible;
  background: linear-gradient(135deg, var(--wow-accent-2), var(--wow-accent));
  color: var(--wow-ink);
  box-shadow: 0 18px 44px rgba(215, 172, 86, 0.35);
  font-size: 0.95rem;
  font-weight: 800;
}
.wow-plan-form .trip-form__actions .button-primary::before {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(7, 19, 29, 0.45);
  border-radius: 3px;
}
.wow-plan-form .trip-form__actions .button-primary::after {
  content: "→";
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 2px dashed rgba(7, 19, 29, 0.4);
}
.wow-plan-form .trip-form__actions > p:last-child {
  max-width: 25rem;
  margin: 0;
  color: var(--wow-gray);
  font-size: 0.86rem;
  line-height: 1.55;
}

/* ---------- responsive stacking for inline-grid sections ---------- */
@media (max-width: 960px) {
  .wow-support-grid, .wow-steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .wow-lanes-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .wow-planner-grid, .wow-journal-grid { grid-template-columns: minmax(0, 1fr) !important; }
  section [data-plx-copy] { grid-template-columns: minmax(0, 1fr) !important; }
  .wow-shell,
  .wow-site-footer__shell,
  .wow-centered-cta,
  .wow-cta-band__inner {
    width: calc(100% - 2.2rem);
  }
  body:not(.home) .site-header .header-inner {
    width: calc(100% - 2.2rem);
    padding: 1.35rem 0;
  }
  body:not(.home) .site-brand {
    gap: 0.7rem;
    min-width: 0;
  }
  body:not(.home) .site-brand__avatar {
    display: inline-flex !important;
    flex: 0 0 auto;
  }
  body:not(.home) .site-brand__logo {
    width: 46px;
    height: 46px;
  }
  body:not(.home) .site-brand__text {
    display: grid !important;
    gap: 0.12rem;
    min-width: 0;
  }
  body:not(.home) .site-brand__title {
    font-size: clamp(1.25rem, 5.4vw, 1.62rem);
    line-height: 1;
    white-space: nowrap;
  }
  body:not(.home) .site-brand__tagline {
    display: block;
    font-size: 0.64rem;
    letter-spacing: 0.13em;
    white-space: nowrap;
  }
  body:not(.home) .menu-toggle {
    width: 3.45rem;
    height: 3.45rem;
    flex: 0 0 auto;
    border-radius: 999px;
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    background: rgba(7, 19, 29, 0.4);
    color: #fff;
    box-shadow: none;
  }
  body:not(.home) .menu-toggle span:not(.screen-reader-text) {
    background: currentColor;
  }
  .wow-page-hero--split .wow-page-hero__inner,
  .wow-split,
  .wow-faq-layout,
  .wow-promise,
  .wow-services-best,
  .wow-services-questions .wow-shell,
  .wow-plan-hero__inner,
  .wow-plan-layout,
  .wow-site-footer__grid,
  .wow-site-footer__columns {
    grid-template-columns: minmax(0, 1fr);
  }
  .wow-section-head--split {
    flex-direction: column;
    align-items: flex-start;
  }
  .wow-number-row {
    grid-template-columns: minmax(0, 1fr);
  }
  .wow-card-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wow-standards-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .wow-standards-grid__wide,
  .wow-quote-card {
    grid-column: auto;
    grid-row: auto;
  }
  .wow-faq-aside {
    position: static;
  }
  .wow-plan-aside {
    position: static;
  }
  .wow-services-details,
  .wow-services-lanes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wow-plan-form .trip-form__party-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wow-legal-question {
    align-items: flex-start;
    flex-direction: column;
  }
  .wow-site-footer__simple-row,
  .wow-site-footer__meta {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .wow-support-grid, .wow-steps-grid, .wow-lanes-grid { grid-template-columns: minmax(0, 1fr) !important; }
  .wow-btn-ticket .t-label { padding: 0.8rem 1rem; }
  .wow-ledger-row { gap: 0.8rem; }
  .wow-page-hero h1 {
    font-size: clamp(2.7rem, 12vw, 4.4rem);
  }
  .wow-card-grid--four {
    grid-template-columns: minmax(0, 1fr);
  }
  .wow-faq-list summary {
    font-size: 1.22rem;
  }
  .wow-services-details,
  .wow-services-lanes,
  .wow-plan-form .trip-form__grid,
  .wow-plan-form .trip-form__party-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .wow-services-hero__inner,
  .wow-page-hero__inner,
  .wow-legal-hero__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.75rem;
  }
  .wow-plan-hero__photo {
    display: none;
  }
  .wow-plan-form .trip-form__actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .wow-plan-form .trip-form__actions .button-primary {
    width: 100%;
    justify-content: center;
  }
  .wow-legal-shell {
    width: calc(100% - 2.2rem);
  }
  .wow-legal-card,
  .wow-legal-question,
  .wow-plan-card,
  .wow-plan-form .trip-form-shell {
    padding: 1.35rem;
  }
  .wow-site-footer__simple-row nav,
  .wow-site-footer__meta nav {
    gap: 0.8rem 1rem;
  }
  .wow-photo-stack em {
    left: 0.6rem;
    max-width: calc(100% - 1.2rem);
    white-space: normal;
  }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .wow-btn-dial.is-dark .dial::before { animation: none; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .wow-curtain { display: none; }
  * { animation-duration: 0.001s !important; }
}
