@charset "UTF-8";
/* ==========================================================================
   TRAVELNEST — Private & tailor-made
   Loaded after style.css and destination.css: tokens, top bar, breadcrumb,
   page hero, the "Four answers" enquiry block and the footer come from those
   two. The counterpart to Group tours: every figure in the opening band is
   printed against its group-tour equivalent, so the two pages must read the
   same record or the comparison eventually lies.
   --------------------------------------------------------------------------
   01. Page tokens and shared section furniture
   02. How private differs — the comparison band
   03. Four lines in, a route back
   04. Five calls yours, five ours
   05. Nobody else on the route — the spread
   06. Responsive — 1500 / 1200 / 1000 / 760 / 430
   --------------------------------------------------------------------------
   Authored in fixed pixels at any width (only the nav and footer scale).
   ========================================================================== */

/* ==========================================================================
   01. Page tokens and shared section furniture
   ========================================================================== */

.page-private {
  --pt-panel: #17435A;
  --pt-panel-ink: #FBF6EC;
  --pt-panel-rgb: 251, 246, 236;
  /* paper for a tag or a card that sits on accent or on a photograph */
  --pt-paper: #FFFFFF;
  --pt-card: #FBF6EC;
  --pt-card-ink: #17435A;
  --pt-card-rgb: 23, 67, 90;
  /* the ink the terracotta panel prints in */
  --pt-on-accent: #FFFFFF;
  --pt-on-accent-rgb: 255, 255, 255;
}

[data-theme="dark"] .page-private {
  --pt-panel: rgba(16, 16, 16, 0.72);
  --pt-panel-ink: #EDE3D3;
  --pt-panel-rgb: 237, 227, 211;
  --pt-paper: #EDE3D3;
  --pt-card: #EDE3D3;
  --pt-card-ink: #1A1A1A;
  --pt-card-rgb: 26, 26, 26;
  --pt-on-accent: #1A1A1A;
  --pt-on-accent-rgb: 26, 26, 26;
  /* on dark the terracotta cell's own rules sit a notch softer */
  --pt-hot-seg-a: 0.3;
  --pt-hot-rule-a: 0.45;
}

/* on dark paper the structural ink rules soften to 45% */
[data-theme="dark"] .pstrip,
[data-theme="dark"] .railnote--top { border-top-color: rgba(var(--ink-rgb), 0.45); }

[data-theme="dark"] .ptroute,
[data-theme="dark"] .dpanel--ours { border-color: rgba(var(--ink-rgb), 0.45); }

[data-theme="dark"] .ptroute--hot,
[data-theme="dark"] .dpanel--yours { border-color: var(--accent); }

/* the enquiry block is the Europe planner frozen at the 1920 reference */
.page-private .planner { --u: 19.2px; }

@media (max-width: 1500px) {
  .page-private .planner { --u: 1.28vw; }
}

/* every section opens the same way: heading pair, script, right-hand note */
.secthead {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  flex-wrap: wrap;
  margin: 0 var(--gutter);
  padding: 34px 0 24px;
}

.secthead__stack {
  display: flex;
  align-items: flex-end;
  gap: 22px;
  flex-wrap: wrap;
  min-width: 0;
}

.secthead .display--about { font-size: 92px; }

.secthead .script--about {
  font-size: 66px;
  padding-top: 0;
  padding-bottom: 18px;
}

.secthead__note {
  margin: 0 0 0 auto;
  max-width: 380px;
  padding-bottom: 10px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.45;
  text-align: right;
  opacity: 0.8;
  text-wrap: pretty;
}

.pstrip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 var(--gutter) 22px;
  padding: 0;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid rgba(var(--ink-rgb), 0.22);
  list-style: none;
}

.pcell2 {
  flex: 1 1 180px;
  display: flex;
  align-items: baseline;
  gap: 11px;
  padding: 13px 20px;
  border-left: 1px solid rgba(var(--ink-rgb), 0.22);
}

.pcell2:first-child { padding-left: 0; border-left: 0; }
.pcell2:last-child { padding-right: 0; }

.pcell2__value {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--accent);
}

.pcell2__label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.55;
}

.railnote {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  margin: 30px var(--gutter) 0;
}

.railnote--top {
  padding-top: 18px;
  border-top: 2px solid var(--ink);
}

.railnote--tight { margin-top: 26px; }

.railnote__text {
  max-width: 700px;
  font-size: 21px;
  font-weight: 500;
  opacity: 0.78;
  text-wrap: pretty;
}

.railnote__script {
  color: var(--accent);
  font-family: "Caramel", "Segoe Script", cursive;
  font-size: 46px;
  line-height: 0.5;
  white-space: nowrap;
}

.railnote__cta {
  margin-left: auto;
  border: 2px solid var(--accent);
  padding: 15px 32px;
  color: var(--accent);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.16s ease-out, color 0.16s ease-out;
}

.railnote__cta:hover,
.railnote__cta:focus-visible {
  background: var(--accent);
  color: var(--cta-label);
}

.railnote__cta--solid {
  border: 0;
  background: var(--accent);
  padding: 15px 32px;
  color: var(--ab-on-accent-deep);
}

.railnote__cta--solid:hover,
.railnote__cta--solid:focus-visible {
  background: var(--ink);
  color: var(--ab-on-accent);
}

/* ==========================================================================
   02. How private differs — the comparison band
   ========================================================================== */

.cmp-sec { padding: 34px var(--gutter) 46px; }

.cmp {
  background: var(--pt-panel);
  color: var(--pt-panel-ink);
}

.cmp__head {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 0;
  padding: 14px 30px;
  border-top: 4px solid var(--ab-panel-accent);
  border-bottom: 1px solid rgba(var(--pt-panel-rgb), 0.25);
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 16px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.cmp__place {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ab-panel-accent);
}

.cmp__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentcolor;
}

.cmp__note { opacity: 0.6; }

.cmp__tag {
  margin-left: auto;
  border: 1px solid rgba(var(--pt-panel-rgb), 0.5);
  padding: 5px 13px;
  letter-spacing: 0.16em;
}

.cmpcells {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cmpcell {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 26px 28px;
  border-left: 1px solid rgba(var(--pt-panel-rgb), 0.3);
}

.cmpcell:first-child { border-left: 0; }

/* the pace cell is the one nobody expects to be zero */
.cmpcell--hot {
  flex: 1 1 250px;
  background: var(--accent);
  border-left: 0;
  color: var(--pt-on-accent);
}

.cmpcell__index {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.5;
}

.cmpcell--hot .cmpcell__index { opacity: 0.8; }

.cmpcell__figure {
  margin: 0;
  color: var(--ab-panel-accent);
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 0.9;
}

.cmpcell--hot .cmpcell__figure { color: inherit; }

.cmpcell__label {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cmpgauge {
  display: flex;
  gap: 4px;
}

.cmpgauge--tight { gap: 3px; }

.cmpseg {
  flex: 1;
  height: 8px;
  background: var(--ab-panel-accent);
}

.cmpseg--off { background: rgba(var(--pt-panel-rgb), 0.16); }

.cmpcell--hot .cmpseg { background: rgba(var(--pt-on-accent-rgb), var(--pt-hot-seg-a, 0.35)); }

/* what the group version costs against what private adds */
.cmpsplit {
  display: flex;
  height: 8px;
}

.cmpsplit__base {
  width: 70%;
  background: rgba(var(--pt-panel-rgb), 0.16);
}

.cmpsplit__over {
  width: 30%;
  background: var(--ab-panel-accent);
}

.cmpcell__text {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  opacity: 0.72;
  text-wrap: pretty;
}

.cmpcell--hot .cmpcell__text { opacity: 0.92; }

/* the device that makes the page work: the group-tour equivalent, always */
.cmpcell__vs {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: auto 0 0;
  padding-top: 12px;
  border-top: 1px dashed rgba(var(--pt-panel-rgb), 0.4);
}

.cmpcell--hot .cmpcell__vs { border-top-color: rgba(var(--pt-on-accent-rgb), var(--pt-hot-rule-a, 0.55)); }

.cmpcell__vs-label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.5;
}

.cmpcell--hot .cmpcell__vs-label { opacity: 0.8; }

.cmpcell__vs-value {
  margin-left: auto;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.cmp__foot {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin: 0;
  padding: 18px 30px;
  border-top: 1px solid rgba(var(--pt-panel-rgb), 0.3);
}

.cmp__text {
  max-width: 780px;
  font-size: 20px;
  font-weight: 500;
  opacity: 0.85;
  text-wrap: pretty;
}

.cmp__script {
  color: var(--ab-panel-accent);
  font-family: "Caramel", "Segoe Script", cursive;
  font-size: 48px;
  line-height: 0.5;
  white-space: nowrap;
}

.cmp__cta {
  margin-left: auto;
  border: 2px solid var(--ab-panel-cta);
  padding: 13px 28px;
  color: var(--ab-panel-cta);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.16s ease-out, color 0.16s ease-out;
}

.cmp__cta:hover,
.cmp__cta:focus-visible {
  background: var(--ab-panel-cta);
  color: var(--ab-panel-cta-ink);
}

/* ==========================================================================
   03. Four lines in, a route back
   ========================================================================== */

.routes-sec { padding: 0 0 62px; }

.ptroutes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 0 var(--gutter);
  padding: 0;
  list-style: none;
}

.ptroute {
  display: flex;
  flex-direction: column;
  border: 2px solid var(--ink);
}

.ptroute--hot {
  border: 3px solid var(--accent);
  background: rgba(192, 82, 27, 0.05);
}

.ptroute__frame {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.ptroute__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ptroute__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 10, 10, 0.86) 0%, transparent 52%);
  pointer-events: none;
}

.ptroute--hot .ptroute__scrim {
  background: linear-gradient(to top, rgba(192, 82, 27, 0.9) 0%, rgba(10, 10, 10, 0.22) 50%, transparent 72%);
}

.ptroute__top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 15px 16px;
  pointer-events: none;
}

.ptroute__who {
  background: rgba(192, 82, 27, 0.94);
  padding: 4px 11px;
  color: #FFFFFF;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
}

.ptroute--hot .ptroute__who {
  background: var(--pt-paper);
  color: var(--accent);
}

.ptroute__count {
  margin-left: auto;
  color: #FFFFFF;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  opacity: 0.8;
}

.ptroute__cap {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #FFFFFF;
  pointer-events: none;
}

.ptroute__place {
  color: var(--ab-panel-accent);
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
}

.ptroute--hot .ptroute__place { color: inherit; }

.ptroute__title {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.02;
}

.ptroute__guests {
  padding-top: 8px;
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 500;
  opacity: 0.9;
}

.ptroute__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 18px 20px 20px;
}

/* the customer's own words, on an accent rule, always verbatim */
.brief {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  border-left: 3px solid var(--accent);
  padding-left: 14px;
}

.brief__label {
  margin: 0;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.brief__text {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  opacity: 0.85;
  text-wrap: pretty;
}

/* one span per day, terracotta where a guide is present */
.ptdays {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ptdays__head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0;
}

.ptdays__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.5;
}

.ptdays__beds {
  margin-left: auto;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.5;
}

.ptdays__strip,
.ptdays__nums {
  display: flex;
  gap: 3px;
}

.ptday {
  flex: 1;
  height: 14px;
  background: var(--accent);
}

.ptday--free { background: rgba(var(--ink-rgb), 0.18); }

.ptnum {
  flex: 1;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  opacity: 0.75;
}

.ptnum--free { opacity: 0.35; }

.ptdays__legend {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ptdays__key {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ptdays__key--guided { color: var(--accent); }

.ptdays__key--free {
  margin-left: auto;
  opacity: 0.5;
}

.ptdays__swatch {
  width: 10px;
  height: 10px;
  background: currentcolor;
}

.ptdays__key--free .ptdays__swatch { background: rgba(var(--ink-rgb), 0.25); }

.ptchange {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 12px;
  border-top: 1px dashed rgba(var(--ink-rgb), 0.4);
}

.ptchange__label {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.5;
}

.ptchange__text {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  opacity: 0.75;
  text-wrap: pretty;
}

.ptroute__foot {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin: auto 0 0;
  padding-top: 13px;
  border-top: 2px dotted rgba(var(--ink-rgb), 0.4);
}

.ptroute--hot .ptroute__foot { border-top-color: rgba(192, 82, 27, 0.5); }

/* on the accent card every rule inside it is accent-tinted too */
.ptroute--hot .ptroute__guests { border-top-color: rgba(255, 255, 255, 0.6); }
.ptroute--hot .ptchange { border-top-color: rgba(192, 82, 27, 0.5); }

.ptroute__pp {
  color: var(--accent);
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
}

.ptroute__money {
  display: flex;
  flex-direction: column;
}

.ptroute__per {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.5;
}

.ptroute__total {
  font-size: 15px;
  font-weight: 600;
  opacity: 0.6;
}

.ptroute__chip {
  margin-left: auto;
  border: 2px solid var(--accent);
  padding: 5px 11px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* ==========================================================================
   04. Five calls yours, five ours
   ========================================================================== */

.dsplit-sec { padding: 0 0 60px; }

/* your five minutes against our forty-eight hours */
.effort {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 0 var(--gutter) 20px;
}

.effort__bar {
  flex: 1 1 300px;
  display: flex;
  height: 18px;
}

.effort__mine {
  width: 33%;
  background: var(--accent);
}

.effort__ours {
  flex: 1;
  background: rgba(var(--ink-rgb), 0.2);
}

.effort__yours {
  color: var(--accent);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.effort__theirs {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.5;
}

.dpanels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 0 var(--gutter);
}

.dpanel {
  display: flex;
  flex-direction: column;
}

.dpanel--yours {
  border: 3px solid var(--accent);
  background: rgba(192, 82, 27, 0.05);
}

.dpanel--ours { border: 2px solid var(--ink); }

.dpanel__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 12px 22px;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.dpanel--yours .dpanel__head {
  background: var(--accent);
  color: var(--pt-on-accent);
}

.dpanel--ours .dpanel__head {
  background: var(--ink);
  color: var(--ab-panel-ink);
}

.dpanel__meta { margin-left: auto; }
.dpanel__meta--sand { color: var(--ab-panel-accent); }

.dpanel__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px 22px 22px;
}

.drows {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.drow {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 12px 0;
}

.dpanel--yours .drow { border-bottom: 1px dashed rgba(192, 82, 27, 0.4); }
.dpanel--ours .drow { border-bottom: 1px dashed rgba(var(--ink-rgb), 0.3); }

.drow:last-child { border-bottom: 0; }

.drow__head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0;
}

.drow__index {
  flex: none;
  color: var(--accent);
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 17px;
}

.drow__tick {
  flex: none;
  color: var(--accent);
  font-size: 18px;
  font-weight: 700;
}

.drow__title {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.05;
}

.drow__chip {
  flex: none;
  margin-left: auto;
  border: 2px solid var(--accent);
  padding: 3px 9px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  white-space: nowrap;
}

.drow__metric {
  flex: none;
  margin-left: auto;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.5;
  white-space: nowrap;
}

.drow__text {
  margin: 0;
  padding-left: 29px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  opacity: 0.72;
  text-wrap: pretty;
}

.drow__text--ours { padding-left: 30px; }

.drow__note {
  margin: 0;
  padding-left: 29px;
  font-size: 16px;
  font-weight: 600;
  opacity: 0.5;
}

.dpanel__foot {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  margin: auto 0 0;
  padding-top: 14px;
}

.dpanel--yours .dpanel__foot { border-top: 2px dotted rgba(192, 82, 27, 0.5); }
.dpanel--ours .dpanel__foot { border-top: 2px dotted rgba(var(--ink-rgb), 0.4); }

.dpanel__figure {
  color: var(--accent);
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.dpanel__note {
  max-width: 380px;
  font-size: 19px;
  font-weight: 500;
  opacity: 0.78;
  text-wrap: pretty;
}

/* ==========================================================================
   05. Nobody else on the route — the spread
   ========================================================================== */

.pspread-sec { padding: 40px var(--gutter) 46px; }

.pspread {
  position: relative;
  height: 760px;
  overflow: hidden;
}

.pspread__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pspread__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10, 10, 10, 0.8) 0%, rgba(10, 10, 10, 0.3) 48%, rgba(10, 10, 10, 0.08) 78%);
  pointer-events: none;
}

.pspread__scrim--foot {
  background: linear-gradient(to top, rgba(10, 10, 10, 0.55) 0%, transparent 32%);
}

/* the side scrim fades to 0.08 on the right, which is where the letterhead's
   credit sits — on a bright sky that lands at 2:1. A narrow top-down band
   fixes the type without touching the landscape below it. */
.pspread__scrim--head {
  background: linear-gradient(to bottom, rgba(10, 10, 10, 0.72) 0%, rgba(10, 10, 10, 0.42) 7%, transparent 14%);
}

.pspread__head {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 30px;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  color: #FFFFFF;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 16px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  pointer-events: none;
}

.pspread__place {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ab-panel-accent);
}

.pspread__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentcolor;
}

.pspread__when { opacity: 0.7; }

.pspread__credit {
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px 13px;
  letter-spacing: 0.16em;
}

.pspread__body {
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  max-width: 1060px;
  color: #FFFFFF;
}

.pspread__title {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}

.pspread__line {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}

.pspread__word {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 104px;
  font-weight: 600;
  line-height: 0.86;
  letter-spacing: -0.02em;
}

.pspread__word--outline {
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
}

.pspread__script {
  padding-bottom: 18px;
  color: var(--ab-panel-accent);
  font-family: "Caramel", "Segoe Script", cursive;
  font-size: 74px;
  font-weight: 400;
  line-height: 0.5;
  transform: rotate(-6deg);
  transform-origin: left bottom;
  white-space: nowrap;
}

.pspread__lead {
  margin: 0;
  max-width: 600px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  opacity: 0.94;
  text-wrap: pretty;
}

.pfigs {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  max-width: 820px;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  list-style: none;
}

.pfig {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 16px 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.pfig:first-child { padding-left: 0; border-left: 0; }
.pfig:last-child { padding-right: 0; }

.pfig__value {
  color: var(--ab-panel-accent);
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}

.pfig__label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.8;
}

/* the travellers' own account of the same morning */
.qcard {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 340px;
  background: var(--pt-card);
  padding: 0 0 22px;
  color: var(--pt-card-ink);
}

.qcard__tab {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  background: var(--accent);
  padding: 9px 20px;
  color: var(--pt-on-accent);
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.qcard__time { margin-left: auto; }

.qcard__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 22px 0;
}

.qcard__quote {
  margin: 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.35;
  opacity: 0.85;
  text-wrap: pretty;
}

.qcard__who {
  margin: 0;
  color: var(--accent);
  font-family: "Caramel", "Segoe Script", cursive;
  font-size: 42px;
  line-height: 0.55;
}

.qcard__foot {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 14px 22px 0;
  padding-top: 12px;
  border-top: 2px dotted rgba(var(--pt-card-rgb), 0.4);
}

.qcard__label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.5;
}

.qcard__value {
  margin-left: auto;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

/* ==========================================================================
   06. Responsive
   ========================================================================== */

@media (max-width: 1500px) {
  .secthead .display--about { font-size: 74px; }
  .pspread__word { font-size: 80px; }
  .pspread__script { font-size: 60px; }
  .pspread { height: 680px; }
}

@media (max-width: 1200px) {
  .ptroutes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cmpcell { flex: 1 1 200px; padding: 20px 22px; }
  .cmpcell__figure { font-size: 46px; }
  .pspread { height: 600px; }
  .pspread__word { font-size: 62px; }
  .pspread__script { font-size: 48px; }
  .pspread__lead { font-size: 21px; }
  .qcard { width: 300px; bottom: 28px; }
}

@media (max-width: 1000px) {
  .cmp-sec { padding: 24px var(--gutter) 32px; }
  .routes-sec,
  .dsplit-sec { padding-bottom: 40px; }
  .pspread-sec { padding: 28px var(--gutter) 34px; }

  .secthead { padding: 26px 0 20px; gap: 14px; }

  .secthead__note {
    margin-left: 0;
    padding-bottom: 0;
    text-align: left;
    font-size: 18px;
  }

  .pcell2 { flex: 1 1 150px; padding: 10px 14px; }
  .pcell2__label { font-size: 14px; }

  .cmp__head { gap: 12px; padding: 12px 20px; font-size: 14px; }
  .cmp__tag { margin-left: 0; }
  .cmp__foot { gap: 14px; padding: 14px 20px; }
  .cmp__text { font-size: 18px; }
  .cmp__cta { margin-left: 0; padding: 12px 22px; font-size: 15px; }

  .dpanels { grid-template-columns: minmax(0, 1fr); }
  .dpanel__head { gap: 8px 12px; flex-wrap: wrap; }
  .dpanel__meta { margin-left: 0; }

  .railnote { gap: 14px; }
  .railnote__text { font-size: 18px; }

  .railnote__cta,
  .railnote__cta--solid {
    margin-left: 0;
    padding: 13px 24px;
    font-size: 16px;
  }

  /* the spread's overlaid text moves under the photograph */
  .pspread { height: auto; }

  .pspread__img {
    position: static;
    height: 400px;
  }

  .pspread__scrim { inset: 0 0 auto; height: 400px; }
  .pspread__scrim--head { height: 400px; }
  .pspread__scrim--foot { top: 0; }

  .pspread__head { left: 20px; right: 20px; top: 20px; font-size: 13px; }

  .pspread__body {
    position: static;
    max-width: none;
    gap: 18px;
    padding: 22px 0 0;
    color: var(--ink);
  }

  .pspread__word--outline { -webkit-text-stroke: 2px var(--ink); }
  .pspread__script { color: var(--accent); }
  .pspread__lead { max-width: none; }

  .pfigs {
    max-width: none;
    border-color: rgba(var(--ink-rgb), 0.35);
  }

  .pfig { border-left-color: rgba(var(--ink-rgb), 0.22); }
  .pfig__value { color: var(--accent); }

  .qcard {
    position: static;
    width: auto;
    margin-top: 22px;
    border: 2px solid var(--ink);
  }
}

@media (max-width: 760px) {
  .ptroutes { grid-template-columns: minmax(0, 1fr); }
  .ptroute__frame { height: 320px; }
  .pspread__img,
  .pspread__scrim,
  .pspread__scrim--head { height: 280px; }

  /* stacked cells are divided top to bottom, never by a stray left rule */
  .pstrip { display: block; }

  .pcell2 {
    padding: 10px 0;
    border-left: 0;
    border-top: 1px solid rgba(var(--ink-rgb), 0.22);
  }

  .pcell2:first-child { border-top: 0; }

  .cmpcell,
  .cmpcell--hot {
    flex: 1 1 100%;
    border-left: 0;
    border-top: 1px solid rgba(var(--pt-panel-rgb), 0.3);
  }

  .cmpcell:first-child { border-top: 0; }
  .cmpcell--hot { border-top: 0; }

  .pfig {
    flex: 1 1 100%;
    padding: 12px 0;
    border-left: 0;
    border-top: 1px solid rgba(var(--ink-rgb), 0.22);
  }

  .pfig:first-child { border-top: 0; }
  .pfigs { flex-wrap: wrap; }
}

@media (max-width: 430px) {
  .secthead .display--about { font-size: clamp(30px, 8.5vw, 48px); }
  .secthead .script--about { font-size: clamp(30px, 9vw, 46px); }
  .pspread__word { font-size: clamp(30px, 9vw, 48px); }
  .pspread__script { font-size: clamp(30px, 9vw, 46px); }
  .pspread__head { flex-wrap: wrap; gap: 10px; font-size: 12px; letter-spacing: 0.14em; }
  .pspread__credit { margin-left: 0; }
  .cmpcell__figure { font-size: 40px; }
  .drow__head { flex-wrap: wrap; gap: 4px 12px; }
  .drow__chip,
  .drow__metric { margin-left: 0; }
  .ptroute__foot { gap: 8px; }
  .ptroute__chip { margin-left: 0; }
  .ptdays__nums { font-size: 9px; }
}
