@charset "UTF-8";
/* ==========================================================================
   TRAVELNEST — FAQ
   Loaded after style.css and destination.css: tokens, top bar, breadcrumb,
   page header, the "Four answers" enquiry block and the footer come from those
   two. Everything between the questions and the numbers band lives here.
   --------------------------------------------------------------------------
   01. Page tweaks
   02. Asked most often — thirteen questions in three groups
   03. Ask Marta — the photo break
   04. Answered before you ask — the numbers band
   05. Responsive — 1500 / 1200 / 1000 / 760 / 430
   --------------------------------------------------------------------------
   Like About and How we work this design is authored in fixed pixels at any
   width (only the nav and footer scale), so the values below are literal px.
   ========================================================================== */

/* ==========================================================================
   01. Page tweaks
   ========================================================================== */

/* the crumb sits tight under the nav rule, as on every other page */
.crumbs--faq { margin-top: -8px; padding-top: 0; }

/* this page prints its strips a touch tighter than the destination pages */
.page-faq .letterhead { gap: 20px; padding: 20px 0 16px; }

/* the planner card over the photograph keeps its own paper, and the money
   group's rules keep the warm brown in both versions */
.page-faq {
  --fq-card-bg: #FBF6EC;
  --fq-card-ink: #17435A;
  --fq-card-rgb: 23, 67, 90;
  --fq-accent-rule-rgb: 192, 82, 27;
}

[data-theme="dark"] .page-faq {
  --fq-card-bg: #EDE3D3;
  --fq-card-ink: #1A1A1A;
  --fq-card-rgb: 26, 26, 26;
}

/* on dark paper the strips and their tags soften to 45% */
[data-theme="dark"] .page-faq .letterhead:not(.letterhead--invert),
[data-theme="dark"] .page-faq .letterhead:not(.letterhead--invert) .letterhead__tag,
[data-theme="dark"] .askedstrip,
[data-theme="dark"] .qgroup { border-color: rgba(var(--ink-rgb), 0.45); }

/* the enquiry block is the Europe planner frozen at the 1920 reference;
   below 1500 it scales again so nothing runs past the gutter */
.page-faq .planner { --u: 19.2px; }

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

/* ==========================================================================
   02. Asked most often
   ========================================================================== */

.asked { padding: 0 0 66px; }

/* the four numbers, up front */
.askedstrip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 var(--gutter);
  padding: 30px 0 26px;
  border-bottom: 1px solid rgba(var(--ink-rgb), 0.22);
}

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

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

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

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

/* three groups, stacked */
.qgroups {
  display: flex;
  flex-direction: column;
  margin: 0 var(--gutter);
  padding-top: 34px;
}

.qgroup {
  display: flex;
  align-items: flex-start;
  gap: 44px;
  flex-wrap: wrap;
  padding: 0 0 34px;
  border-bottom: 1px solid rgba(var(--ink-rgb), 0.22);
}

.qgroup + .qgroup { padding-top: 34px; }
.qgroup:last-child { border-bottom: 0; }

/* the money group is the one that carries a tint */
.qgroup--hot { background: rgba(var(--accent-rgb), 0.05); }
.qgroup--hot .qgroup__side { padding-left: 20px; }
.qgroup--hot .qgrid { padding-right: 20px; }

.qgroup__side {
  flex: 0 1 300px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.qgroup__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.qgroup__no {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.qgroup--hot .qgroup__no { background: var(--accent); color: var(--ab-on-accent-deep); }

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

.qgroup__title {
  margin: 0;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 0.94;
}

.qgroup--hot .qgroup__title { color: var(--accent); }

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

.qgroup__proof {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 8px 0 0;
  padding-top: 14px;
  border-top: 2px dotted rgba(var(--ink-rgb), 0.35);
}

.qgroup--hot .qgroup__proof { border-top-color: rgba(var(--accent-rgb), 0.5); }

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

.qgroup__caption {
  font-size: 17px;
  font-weight: 600;
  opacity: 0.65;
  text-wrap: pretty;
}

/* the questions themselves — always open, never accordions */
.qgrid {
  flex: 1 1 640px;
  min-width: min(560px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 44px;
}

.qitem {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(var(--ink-rgb), 0.18);
}

.qgroup--hot .qitem { border-bottom-color: rgba(var(--fq-accent-rule-rgb), 0.3); }
.qgroup--hot .qitem__a { opacity: 0.8; }

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

.qitem__q {
  margin: 0;
  min-width: 0;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
}

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

.qitem__a {
  margin: 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
  opacity: 0.78;
  text-wrap: pretty;
}

/* the bar that closes the block */
.nothere {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  margin: 34px var(--gutter) 0;
  background: var(--ab-panel);
  color: var(--ab-panel-ink);
  padding: 24px 30px;
}

.nothere__label {
  flex: none;
  color: var(--ab-panel-accent);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.nothere__text {
  max-width: 780px;
  font-size: 21px;
  font-weight: 500;
  opacity: 0.9;
  text-wrap: pretty;
}

.nothere__cta {
  margin-left: auto;
  background: var(--ab-panel-cta);
  color: var(--ab-panel-cta-ink);
  padding: 15px 32px;
  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;
}

.nothere__cta:hover { background: var(--ab-panel-accent); }

/* ==========================================================================
   03. Ask Marta — the photo break
   ========================================================================== */

.marta { padding: 0 0 60px; }

.marta__shot {
  position: relative;
  height: 640px;
  margin: 0 var(--gutter);
  overflow: hidden;
}

.marta__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.marta__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10, 10, 10, 0.82) 0%, rgba(10, 10, 10, 0.3) 50%, transparent 78%);
  pointer-events: none;
}

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

.marta__strip {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  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;
}

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

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

.marta__dim { opacity: 0.7; }

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

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

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

.marta__title {
  margin: 0;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 92px;
  font-weight: 600;
  line-height: 0.88;
  letter-spacing: -0.02em;
}

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

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

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

.figstrip {
  display: flex;
  align-items: stretch;
  max-width: 820px;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

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

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

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

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

/* her card, bottom right of the frame */
.plancard {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 350px;
  background: var(--fq-card-bg);
  color: var(--fq-card-ink);
  padding: 0 0 22px;
}

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

.plancard__time { margin-left: auto; }

.plancard__who {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px 0;
}

.plancard__avatar {
  position: relative;
  flex: none;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}

.plancard__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.plancard__names {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

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

.plancard__role {
  font-size: 17px;
  font-weight: 500;
  opacity: 0.7;
}

.plancard__quote {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 16px 22px 0;
  padding-top: 14px;
  border-top: 2px dotted rgba(var(--fq-card-rgb), 0.4);
}

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

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

.plancard__act { margin: 16px 22px 0; }

.plancard__cta {
  display: block;
  background: var(--accent);
  color: var(--ab-on-accent);
  padding: 13px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  transition: background-color 0.16s ease-out, color 0.16s ease-out;
}

.plancard__cta:hover { background: var(--fq-card-ink); }

/* ==========================================================================
   04. Answered before you ask — the numbers band
   ========================================================================== */

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

.numbers__panel {
  background: var(--ab-panel);
  color: var(--ab-panel-ink);
}

.page-faq .letterhead--invert {
  margin: 0;
  padding: 14px 26px;
  font-size: 16px;
  border-top: 4px solid var(--ab-panel-accent);
  border-bottom: 1px solid rgba(var(--ab-panel-rgb), 0.25);
}

.page-faq .letterhead--invert .letterhead__dim { opacity: 0.6; }

.page-faq .letterhead--invert .letterhead__tag {
  border-width: 1px;
  border-color: rgba(var(--ab-panel-rgb), 0.45);
}

.numbers__grid {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.numcell {
  flex: 1 1 230px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 26px 26px 22px;
  border-left: 1px solid rgba(var(--ab-panel-rgb), 0.3);
}

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

.numcell__head {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 0;
}

.numcell__figure {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 0.9;
  color: var(--ab-panel-accent);
  white-space: nowrap;
}

.numcell__no {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  opacity: 0.4;
}

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

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

.numcell__proof {
  margin: auto 0 0;
  padding-top: 14px;
  border-top: 1px dashed rgba(var(--ab-panel-rgb), 0.4);
  color: var(--ab-panel-accent);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.askblock {
  flex: 0 1 310px;
  min-width: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  background: var(--accent);
  color: var(--ab-on-accent-deep);
  padding: 26px;
}

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

.askblock__script {
  font-family: "Caramel", "Segoe Script", cursive;
  font-size: 54px;
  line-height: 0.5;
  padding-top: 12px;
  white-space: nowrap;
}

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

.askblock__cta {
  margin-top: 6px;
  background: var(--fq-card-bg);
  color: var(--accent);
  padding: 13px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  transition: background-color 0.16s ease-out, color 0.16s ease-out;
}

.askblock__cta:hover { background: var(--ab-panel-accent); }

/* ==========================================================================
   05. Responsive
   ========================================================================== */

@media (max-width: 1500px) {
  .marta__title { font-size: 74px; }
  .marta__script { font-size: 58px; }
}

@media (max-width: 1200px) {
  .qgrid { grid-template-columns: minmax(0, 1fr); }
  .marta__body { max-width: 620px; }
  .marta__lead { max-width: 520px; font-size: 21px; }
  .plancard { width: 300px; }
}

@media (max-width: 1000px) {
  .asked { padding-bottom: 40px; }
  .askedstrip { padding: 22px 0 20px; }
  .askedcell { flex: 1 1 150px; padding: 8px 14px; }
  .askedcell__label { font-size: 14px; }

  .qgroups { padding-top: 26px; }
  .qgroup { gap: 22px; }
  .qgroup__side { flex: 1 1 100%; min-width: 0; }
  .qgroup__title { font-size: 40px; }
  .qgrid { flex: 1 1 100%; min-width: 0; }

  .nothere { gap: 14px; padding: 18px 20px; }
  .nothere__cta { margin-left: 0; padding: 13px 24px; font-size: 16px; }

  .marta__shot { height: auto; }
  .marta__img { position: absolute; inset: 0; }
  .marta__strip { position: static; padding: 22px 20px 14px; }
  .marta__body {
    position: static;
    max-width: none;
    gap: 18px;
    padding: 0 20px 26px;
  }
  .marta__title { font-size: clamp(34px, 7vw, 56px); }
  .marta__script { font-size: clamp(34px, 8vw, 52px); padding-bottom: 8px; }
  .marta__lead { font-size: 18px; }
  .figcell__value { font-size: 30px; }
  .figcell__label { font-size: 14px; }

  .plancard {
    position: static;
    width: auto;
    margin: 0 20px 20px;
  }

  .numbers { padding: 26px var(--gutter) 30px; }
  .numcell { flex: 1 1 220px; padding: 20px; }
  .numcell__figure { font-size: 46px; }
  .askblock { flex: 1 1 100%; min-width: 0; padding: 20px; }
}

@media (max-width: 760px) {
  .qitem__head { flex-wrap: wrap; gap: 8px; }
  .qitem__chip { margin-left: 0; }
  .figstrip { flex-wrap: wrap; }
  .figcell,
  .figcell:first-child,
  .figcell:last-child {
    flex: 1 1 45%;
    padding: 12px 14px;
    border-left: 0;
  }
}

@media (max-width: 430px) {
  .page-faq .letterhead__tag { white-space: normal; }
  .page-faq .letterhead--invert { padding: 12px 16px; font-size: 14px; }
  .numbers { padding: 20px var(--gutter) 24px; }
  .numcell { padding: 16px; }
  .askblock { padding: 16px; }
  .marta__strip { gap: 10px; font-size: 13px; padding: 18px 16px 12px; }
  .plancard { margin: 0 16px 16px; }

  .askedcell { flex: 1 1 100%; padding: 6px 0; }
  .qgroup__title { font-size: 34px; }
  .qitem__q { font-size: 22px; }
  .numcell__figure { font-size: 40px; }
  .askblock__script { font-size: 44px; }
}
