/* Journey — independent trip planning, Kingston.
 *
 * Palette: midnight navy (#0d1a2b) with a cold mint (#64e2a8) and one warm-
 * free red used only for a month we would talk you out of. Travel sites reach
 * for a sunset — orange, coral, sand — which is exactly the palette this
 * house has banned, and which flatters a photograph rather than a price. Navy
 * is the colour of the hour these decisions are actually made in, and mint is
 * the only thing on the page that ever says yes: a good month, a figure that
 * is real, the button that starts it.
 *
 * Type: Sora for the interface and the money, Crimson Pro for the planner
 * talking, Space Mono for figures that have to line up in a column. The
 * reading voice and the quoting voice are deliberately different — one is a
 * person who has been there, the other is an invoice.
 */

:root {
  --sans: 'Sora', system-ui, sans-serif;
  --serif: 'Crimson Pro', Georgia, serif;
  --mono: 'Space Mono', ui-monospace, monospace;

  --navy: #0d1a2b;
  --navy-2: #142639;
  --navy-3: #1d3450;
  --paper: #f2f5f8;
  --ice: #e7edf4;
  --ink-soft: #a9bccf;
  --mute: #7a8fa4;
  --line: rgba(233, 240, 248, 0.14);

  --mint: #64e2a8;
  --mint-deep: #34b881;
  --flag: #ff6b6b;

  --gutter: clamp(1.25rem, 6vw, 7rem);
  --max: 78rem;
  --shell: min(100% - 2 * var(--gutter), var(--max));
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--navy); color: var(--ice); font: 400 clamp(1rem, 0.96rem + 0.18vw, 1.08rem)/1.62 var(--sans); }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { margin: 0 0 0.6rem; line-height: 1.08; letter-spacing: -0.02em; font-weight: 600; }
h1, h2 { font-family: var(--sans); }
h1 em, h2 em { font-style: normal; color: var(--mint); }
p { margin: 0 0 1rem; }

.jy-shell { width: var(--shell); margin-inline: auto; }
.jy-skip { position: absolute; left: -999rem; }
.jy-skip:focus { left: 1rem; top: 1rem; z-index: 99; background: var(--mint); color: var(--navy); padding: 0.6rem 1rem; }

.jy-eyebrow { margin: 0 0 0.85rem; font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mint); }
.jy-lead { font-family: var(--serif); font-size: 1.3rem; line-height: 1.45; color: var(--ink-soft); max-width: 40rem; }
.jy-fig { font-family: var(--mono); font-variant-numeric: tabular-nums; }

/* ── masthead ─────────────────────────────────────────────────────── */
.jy-top { position: sticky; top: 0; z-index: 40; background: rgba(13, 26, 43, 0.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.jy-top__in { width: var(--shell); margin-inline: auto; display: flex; align-items: center; gap: clamp(0.8rem, 2vw, 1.7rem); padding: 0.85rem 0; }
.jy-mark { display: grid; text-decoration: none; margin-right: auto; font-weight: 600; font-size: 1.28rem; letter-spacing: -0.02em; }
.jy-mark small { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.13em; text-transform: uppercase; color: var(--mute); font-weight: 400; }
.jy-nav { display: flex; gap: clamp(0.6rem, 1.5vw, 1.3rem); }
.jy-nav a { text-decoration: none; font-size: 0.9rem; color: var(--ink-soft); white-space: nowrap; padding-block: 0.3rem; border-bottom: 1px solid transparent; }
.jy-nav a:hover, .jy-nav a[aria-current] { color: var(--ice); border-bottom-color: var(--mint); }
.jy-month { margin: 0; font-family: var(--mono); font-size: 0.7rem; line-height: 1.35; white-space: nowrap; padding-left: 0.7rem; border-left: 1px solid var(--line); color: var(--mute); }
.jy-month b { display: block; color: var(--ice); }
.jy-burger { display: none; }

.jy-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; cursor: pointer; text-decoration: none; white-space: nowrap; font: 600 0.9rem/1 var(--sans); padding: 0.8rem 1.2rem; border-radius: 2px; border: 1px solid var(--ink-soft); color: var(--ice); background: transparent; transition: background 0.18s, color 0.18s, border-color 0.18s; }
.jy-btn:hover { background: var(--ice); color: var(--navy); border-color: var(--ice); }
.jy-btn--mint { background: var(--mint); border-color: var(--mint); color: var(--navy); }
.jy-btn--mint:hover { background: var(--mint-deep); border-color: var(--mint-deep); color: var(--navy); }
.jy-btn--small { padding: 0.45rem 0.8rem; font-size: 0.82rem; }
.jy-btn[aria-busy="true"] { opacity: 0.7; cursor: progress; }
.jy-link { color: var(--mint); text-decoration: none; border-bottom: 1px solid currentColor; }

/* ── sections ─────────────────────────────────────────────────────── */
.jy-section { padding: clamp(2.6rem, 6vw, 5rem) 0; }
.jy-section--light { background: var(--paper); color: var(--navy); }
.jy-section--light .jy-eyebrow { color: var(--mint-deep); }
.jy-section--light .jy-lead { color: #46566a; }
.jy-section--light h1 em, .jy-section--light h2 em { color: var(--mint-deep); }
.jy-section--panel { background: var(--navy-2); }
.jy-head { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(1rem, 4vw, 3rem); align-items: end; margin-bottom: clamp(1.4rem, 3vw, 2.2rem); }
.jy-head h1, .jy-head h2 { font-size: clamp(1.9rem, 1.3rem + 2.6vw, 3.3rem); }
.jy-head p { margin: 0; color: var(--ink-soft); }
.jy-section--light .jy-head p { color: #46566a; }
@media (max-width: 52rem) { .jy-head { grid-template-columns: minmax(0, 1fr); align-items: start; } }

/* ── hero ─────────────────────────────────────────────────────────── */
.jy-hero { padding: clamp(2.4rem, 5vw, 4.2rem) 0 clamp(2rem, 4vw, 3.2rem); }
.jy-hero__in { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: clamp(1.6rem, 4vw, 3.4rem); align-items: center; }
.jy-hero h1 { font-size: clamp(2.3rem, 1.4rem + 3.6vw, 4.2rem); margin-bottom: 1.1rem; }
.jy-hero__fig img { width: 100%; height: clamp(16rem, 34vw, 26rem); object-fit: cover; border-radius: 3px; }
.jy-hero__cap { font-family: var(--mono); font-size: 0.7rem; color: var(--mute); margin-top: 0.5rem; }
@media (max-width: 58rem) { .jy-hero__in { grid-template-columns: minmax(0, 1fr); } }

.jy-claims { display: grid; grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); margin: 1.6rem 0; }
.jy-claims div { background: var(--navy); padding: 0.85rem 0.95rem; }
.jy-claims b { display: block; font-family: var(--mono); font-size: 1.35rem; color: var(--mint); }
.jy-claims span { font-size: 0.82rem; color: var(--mute); }
.jy-acts { display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* ── the cost sheet: the device ───────────────────────────────────── */
.jy-cost { border: 1px solid var(--line); background: var(--navy-2); border-radius: 3px; overflow: hidden; }
.jy-cost__bar { display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem 1rem; padding: 0.9rem 1.1rem; border-bottom: 1px solid var(--line); }
.jy-cost__bar h2 { margin: 0; font-size: 1.1rem; }
.jy-cost__bar p { margin: 0 auto 0 0; font-family: var(--mono); font-size: 0.76rem; color: var(--mute); }
.jy-cost__body { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); }
@media (max-width: 62rem) { .jy-cost__body { grid-template-columns: minmax(0, 1fr); } }
.jy-cost__left { padding: clamp(1rem, 2.5vw, 1.7rem); border-right: 1px solid var(--line); }
@media (max-width: 62rem) { .jy-cost__left { border-right: 0; border-bottom: 1px solid var(--line); } }
.jy-cost__right { padding: clamp(1rem, 2.5vw, 1.7rem); background: var(--navy-3); }
.jy-step { margin-bottom: 1.3rem; }
.jy-step > h3 { font-family: var(--mono); font-size: 0.7rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mute); margin-bottom: 0.55rem; }

.jy-picks { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.jy-pick { font: 500 0.85rem/1 var(--sans); padding: 0.5rem 0.7rem; border: 1px solid var(--line); background: transparent; color: var(--ink-soft); cursor: pointer; border-radius: 2px; }
.jy-pick[aria-pressed="true"] { background: var(--mint); border-color: var(--mint); color: var(--navy); font-weight: 600; }
.jy-months { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0.3rem; }
@media (max-width: 34rem) { .jy-months { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.jy-mo { font: 500 0.78rem/1 var(--mono); padding: 0.5rem 0.2rem; border: 1px solid var(--line); background: transparent; color: var(--ink-soft); cursor: pointer; border-radius: 2px; text-align: center; }
.jy-mo[data-good] { border-color: rgba(100, 226, 168, 0.5); color: var(--mint); }
.jy-mo[data-bad] { border-color: rgba(255, 107, 107, 0.45); color: var(--flag); }
.jy-mo[aria-pressed="true"] { background: var(--ice); color: var(--navy); border-color: var(--ice); font-weight: 700; }
.jy-mo[aria-pressed="true"][data-bad] { background: var(--flag); border-color: var(--flag); color: #24090b; }

.jy-warn { margin: 0.8rem 0 0; padding: 0.7rem 0.85rem; border-left: 3px solid var(--flag); background: rgba(255, 107, 107, 0.09); font-size: 0.9rem; color: #ffd4d4; }
.jy-warn b { color: var(--flag); }

.jy-rows { list-style: none; margin: 0; padding: 0; display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.jy-rows li { background: var(--navy-3); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem; padding: 0.6rem 0.8rem; font-size: 0.9rem; }
.jy-rows small { display: block; color: var(--mute); font-size: 0.76rem; }
.jy-rows b { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.jy-rows li[data-kind="fee"] { background: rgba(100, 226, 168, 0.1); }
.jy-rows li[data-kind="fee"] b { color: var(--mint); }

.jy-total { display: grid; gap: 0.25rem; margin-bottom: 1.1rem; }
.jy-total__fig { font-family: var(--mono); font-size: clamp(2.2rem, 1.5rem + 2.6vw, 3.4rem); line-height: 1; color: var(--mint); }
.jy-total__per { font-size: 0.86rem; color: var(--ink-soft); }
.jy-against { margin-top: 1.1rem; padding: 0.85rem 0.9rem; border: 1px dashed var(--line); border-radius: 2px; font-size: 0.87rem; color: var(--ink-soft); }
.jy-against b { display: block; font-family: var(--mono); font-size: 1.15rem; color: var(--ice); }

/* ── lists and cards ──────────────────────────────────────────────── */
.jy-trips { display: grid; grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr)); gap: clamp(1rem, 2.4vw, 1.6rem); }
.jy-trip { background: var(--navy-2); border: 1px solid var(--line); border-radius: 3px; overflow: hidden; text-decoration: none; display: grid; }
.jy-trip img { width: 100%; aspect-ratio: 5 / 3; object-fit: cover; }
.jy-trip__body { padding: 1rem 1.1rem 1.2rem; }
.jy-trip h3 { font-size: 1.15rem; margin-bottom: 0.3rem; }
.jy-trip p { margin: 0 0 0.6rem; font-size: 0.9rem; color: var(--ink-soft); }
.jy-trip__meta { font-family: var(--mono); font-size: 0.74rem; color: var(--mute); display: flex; gap: 0.8rem; flex-wrap: wrap; }
.jy-trip:hover { border-color: var(--mint); }
.jy-section--light .jy-trip { background: #fff; border-color: #d9e1ea; }
.jy-section--light .jy-trip p { color: #46566a; }

.jy-table { width: 100%; border-collapse: collapse; font-size: 0.92rem; border: 1px solid var(--line); }
.jy-table th, .jy-table td { text-align: left; padding: 0.6rem 0.8rem; border-bottom: 1px solid var(--line); }
.jy-table th { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mute); font-weight: 400; }
.jy-table td.jy-num, .jy-table th.jy-num { text-align: right; font-family: var(--mono); font-variant-numeric: tabular-nums; }
.jy-table tr:last-child td { border-bottom: 0; }
.jy-table .jy-good { color: var(--mint); }
.jy-table .jy-bad { color: var(--flag); }
.jy-section--light .jy-table { border-color: #d9e1ea; }
.jy-section--light .jy-table th, .jy-section--light .jy-table td { border-bottom-color: #d9e1ea; }
.jy-section--light .jy-table th { color: #6b7d90; }

.jy-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.jy-split > div { background: var(--navy-2); padding: clamp(1rem, 2.5vw, 1.6rem); }
.jy-split h3 { font-size: 1.05rem; }
.jy-split ul { margin: 0; padding-left: 1.1rem; color: var(--ink-soft); font-size: 0.93rem; }
.jy-split li { margin-bottom: 0.4rem; }
@media (max-width: 46rem) { .jy-split { grid-template-columns: minmax(0, 1fr); } }

.jy-notes { display: grid; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.jy-note { background: var(--navy); padding: 1.1rem 1.2rem; text-decoration: none; display: grid; gap: 0.35rem; }
.jy-note b { font-size: 1.05rem; }
.jy-note span { font-size: 0.89rem; color: var(--ink-soft); }
.jy-note time { font-family: var(--mono); font-size: 0.7rem; color: var(--mute); }
.jy-note:hover { background: var(--navy-2); }

.jy-qa { list-style: none; margin: 0; padding: 0; display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.jy-qa li { background: var(--navy-2); padding: 1.1rem 1.2rem; }
.jy-qa h3 { font-size: 1.08rem; margin-bottom: 0.35rem; }
.jy-qa div { color: var(--ink-soft); font-size: 0.93rem; }
.jy-qa div p:last-child { margin-bottom: 0; }

.jy-quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); gap: 1rem; }
.jy-quote { background: var(--navy-2); border-left: 2px solid var(--mint); padding: 1.1rem 1.2rem; }
.jy-quote blockquote { margin: 0; font-family: var(--serif); font-size: 1.1rem; color: var(--ice); }
.jy-quote blockquote p:last-child { margin-bottom: 0; }
.jy-quote footer { margin-top: 0.7rem; font-family: var(--mono); font-size: 0.72rem; color: var(--mute); }

.jy-prose { max-width: 42rem; font-family: var(--serif); font-size: 1.12rem; }
.jy-prose h2 { font-family: var(--sans); font-size: clamp(1.4rem, 1.1rem + 1.3vw, 2rem); margin-top: 2rem; }
.jy-prose p { color: var(--ink-soft); }
.jy-section--light .jy-prose p { color: #46566a; }

/* ── the enquiry ──────────────────────────────────────────────────── */
.jy-formwrap { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: clamp(1.8rem, 4.5vw, 3.6rem); align-items: start; }
.jy-formwrap h1 { font-size: clamp(2rem, 1.4rem + 2.6vw, 3.4rem); }
@media (max-width: 58rem) { .jy-formwrap { grid-template-columns: minmax(0, 1fr); } }
.jy-carried { margin: 1.1rem 0 0; padding: 0.85rem 1rem; background: rgba(100, 226, 168, 0.1); border-left: 3px solid var(--mint); font-family: var(--mono); font-size: 0.84rem; }
.jy-carried strong { display: block; font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mint); margin-bottom: 0.25rem; }
.jy-form { background: var(--navy-2); border: 1px solid var(--line); border-radius: 3px; padding: clamp(1.2rem, 3vw, 1.9rem); }
.jy-two { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 1rem; }
@media (max-width: 40rem) { .jy-two { grid-template-columns: minmax(0, 1fr); } }
.jy-field { display: grid; gap: 0.3rem; margin-bottom: 1rem; }
.jy-field label { font-size: 0.82rem; font-weight: 500; }
.jy-field input, .jy-field textarea, .jy-field select { font: 400 0.95rem var(--sans); color: var(--ice); background: var(--navy); border: 1px solid var(--line); border-radius: 2px; padding: 0.68rem 0.72rem; width: 100%; }
.jy-field input:focus, .jy-field textarea:focus, .jy-field select:focus { outline: 2px solid var(--mint); outline-offset: 1px; }
.jy-field input::placeholder, .jy-field textarea::placeholder { color: var(--mute); }
.jy-field small { font-size: 0.78rem; color: var(--mute); }
.jy-hp { position: absolute; left: -999rem; }
.jy-send { display: grid; gap: 0.55rem; margin-top: 0.3rem; }
.jy-send .jy-btn { width: 100%; padding-block: 0.9rem; }
.jy-send small { color: var(--mute); font-size: 0.82rem; }
.jy-msg { margin: 0; font-size: 0.88rem; }
.jy-msg[data-state="err"] { color: var(--flag); }
.jy-msg[data-state="ok"] { color: var(--mint); }

.jy-sent { background: var(--navy-2); border: 1px solid var(--mint); border-radius: 3px; padding: clamp(1.3rem, 3vw, 2.1rem); }
.jy-sent:focus { outline: none; }
.jy-sent:focus-visible { outline: 2px solid var(--mint); outline-offset: 3px; }
.jy-sent h2 { font-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.2rem); margin-bottom: 1rem; }
.jy-sent p { color: var(--ink-soft); }
.jy-sent__rows { list-style: none; margin: 0 0 1.2rem; padding: 0; display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.jy-sent__rows li { background: var(--navy-3); display: flex; justify-content: space-between; gap: 1rem; padding: 0.55rem 0.8rem; font-family: var(--mono); font-size: 0.84rem; }
.jy-sent__rows b { color: var(--mute); font-weight: 400; text-transform: uppercase; font-size: 0.68rem; letter-spacing: 0.08em; align-self: center; }
.jy-sent__rows span { text-align: right; color: var(--ice); }
.jy-sent__acts { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1.4rem; }
.jy-again { font: 600 0.88rem/1 var(--sans); color: var(--mint); background: none; border: 0; border-bottom: 1px solid currentColor; padding: 0 0 2px; cursor: pointer; }

/* ── detail ───────────────────────────────────────────────────────── */
.jy-detail { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
@media (max-width: 54rem) { .jy-detail { grid-template-columns: minmax(0, 1fr); } }
.jy-detail img { width: 100%; aspect-ratio: 5 / 3; object-fit: cover; border-radius: 3px; }
.jy-detail h1 { font-size: clamp(1.9rem, 1.3rem + 2.4vw, 3rem); }
.jy-spec { list-style: none; margin: 1.2rem 0; padding: 0; display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.jy-spec li { background: var(--navy-2); display: flex; justify-content: space-between; gap: 1rem; padding: 0.55rem 0.8rem; font-size: 0.9rem; }
.jy-spec b { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mute); font-weight: 400; align-self: center; }

/* ── footer ───────────────────────────────────────────────────────── */
.jy-foot { background: var(--navy-2); border-top: 1px solid var(--line); padding: clamp(2.4rem, 5vw, 4rem) 0 1.5rem; }
.jy-foot__in { width: var(--shell); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(1.6rem, 4vw, 3rem); }
.jy-foot__say { font-family: var(--serif); font-size: clamp(1.6rem, 1.2rem + 1.8vw, 2.6rem); line-height: 1.15; margin: 0; }
.jy-foot__say em { color: var(--mint); font-style: italic; }
.jy-foot__cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr)); gap: 1.5rem; }
.jy-foot__cols h2 { font-family: var(--mono); font-size: 0.68rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mute); margin-bottom: 0.7rem; }
.jy-foot__cols p { font-size: 0.88rem; color: var(--ink-soft); margin-bottom: 0.5rem; }
.jy-hours { margin: 0; font-size: 0.88rem; display: grid; grid-template-columns: auto auto; gap: 0.2rem 0.8rem; justify-content: start; color: var(--ink-soft); }
.jy-hours dt { color: var(--mute); }
.jy-hours dd { margin: 0; }
.jy-foot__nav { display: grid; gap: 0.32rem; font-size: 0.88rem; }
.jy-foot__nav a { text-decoration: none; color: var(--ink-soft); }
.jy-foot__nav a:hover { color: var(--mint); }
.jy-foot__fine { width: var(--shell); margin: clamp(2rem, 4vw, 3rem) auto 0; padding-top: 1.1rem; border-top: 1px solid var(--line); font-family: var(--mono); font-size: 0.72rem; color: var(--mute); }
@media (max-width: 52rem) { .jy-foot__in { grid-template-columns: minmax(0, 1fr); } }

/* ── phone ────────────────────────────────────────────────────────── */
@media (max-width: 62rem) {
  .jy-month { display: none; }
  .jy-burger { display: inline-flex; align-items: center; gap: 0.45rem; background: none; border: 0; cursor: pointer; padding: 0.4rem 0; color: var(--ice); }
  .jy-burger span { display: block; width: 1.2rem; height: 2px; background: var(--ice); }
  .jy-burger em { font: 400 0.72rem/1 var(--mono); font-style: normal; letter-spacing: 0.12em; text-transform: uppercase; }
  .jy-nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--navy-2); border-bottom: 1px solid var(--line); flex-direction: column; gap: 0; padding: 0.4rem var(--gutter) 1rem; display: none; }
  .jy-top[data-menu] .jy-nav { display: flex; }
  .jy-top[data-menu] { position: relative; }
  .jy-nav a { padding: 0.62rem 0; border-bottom: 1px solid var(--line); }
  .jy-top__cta { display: none; }
}
