.jpo {
  --ink: #102f2b;
  --red: #b4532a;
  --paper: #f5f0df;
  --sand: #d9dfc9;
  --line: #d4d5c7;
  color: var(--ink);
  background: #fff;
  font-family: inherit;
  line-height: 1.8;
}
.jpo * {
  box-sizing: border-box;
}
.jpo-shell {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}
.jpo a {
  color: inherit;
}
.jpo-crumb {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.86rem;
}
.jpo-crumb .jpo-shell {
  display: flex;
  gap: 10px;
  align-items: center;
}
.jpo-hero {
  padding: clamp(58px, 8vw, 108px) 0;
  background:
    radial-gradient(circle at 78% 22%, #f0c789 0 4%, transparent 4.5%),
    linear-gradient(125deg, #fbf7e9 0 60%, #cdd9bd 60%);
  overflow: hidden;
}
.jpo-hero__grid {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr;
  gap: clamp(30px, 6vw, 86px);
  align-items: center;
}
.jpo-kicker {
  margin: 0 0 10px;
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.jpo h1 {
  font-size: clamp(2.5rem, 6vw, 5.4rem);
  line-height: 1.05;
  margin: 0 0 24px;
  letter-spacing: -0.04em;
}
.jpo h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.15;
  margin: 0 0 18px;
  letter-spacing: -0.025em;
}
.jpo h3 {
  line-height: 1.35;
}
.jpo-lead {
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  max-width: 760px;
}
.jpo-actions,
.jpo-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.jpo-actions {
  margin: 30px 0;
}
.jpo-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 13px 22px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 900;
}
.jpo-btn--red {
  background: var(--red);
  color: #fff !important;
}
.jpo-btn--line {
  border: 1px solid var(--ink);
}
.jpo-badges {
  padding: 0;
  list-style: none;
  font-size: 0.85rem;
}
.jpo-badges li {
  border-right: 3px solid var(--red);
  padding: 2px 10px;
}
.jpo-ticket {
  background: var(--ink);
  color: #fff;
  padding: 32px;
  box-shadow: 16px 16px 0 var(--red);
  transform: rotate(-1deg);
}
.jpo-ticket > strong {
  display: block;
  font-size: 2rem;
  line-height: 1.2;
  margin: 15px 0 25px;
}
.jpo-ticket ol {
  list-style: none;
  padding: 0;
}
.jpo-ticket li {
  display: flex;
  gap: 18px;
  padding: 12px 0;
  border-top: 1px dashed #ffffff55;
}
.jpo-ticket li b {
  color: #f3b6a4;
}
.jpo-ticket p {
  border-top: 1px solid #ffffff55;
  padding-top: 18px;
}
.jpo-snapshot {
  background: var(--ink);
  color: #fff;
  padding: 25px 0;
}
.jpo-grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.jpo-grid4 article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 12px;
}
.jpo-grid4 span {
  color: #f1a991;
  font-weight: 900;
}
.jpo-grid4 p {
  grid-column: 2;
  margin: 2px 0;
  font-size: 0.88rem;
  color: #dce2e4;
}
.jpo-section {
  padding: clamp(64px, 9vw, 118px) 0;
}
.jpo-section--ink {
  background: var(--ink);
  color: #fff;
}
.jpo-section--sand {
  background: var(--paper);
}
.jpo-heading {
  max-width: 850px;
  margin-bottom: 38px;
}
.jpo-heading > p:last-child {
  font-size: 1.08rem;
}
.jpo-tabs {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 30px;
}
.jpo-tabs button {
  border: 0;
  background: none;
  padding: 13px 18px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.jpo-tabs button[aria-selected="true"] {
  color: var(--red);
  border-bottom: 4px solid var(--red);
}
.jpo-route {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.jpo-route article {
  border: 1px solid var(--line);
  padding: 28px;
  position: relative;
}
.jpo-route i {
  font-size: 3.5rem;
  font-weight: 900;
  color: #dfcdb8;
  font-style: normal;
}
.jpo-route span,
.jpo-hotel-grid span,
.jpo-info span {
  font-size: 0.76rem;
  font-weight: 900;
  color: var(--red);
}
.jpo-hotel-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.jpo-hotel-grid article {
  border: 1px solid #ffffff2e;
  padding: 26px;
  background: #ffffff09;
}
.jpo-price-note {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #ffffff35;
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 30px;
}
.jpo-price-note strong {
  display: block;
  font-size: 1.55rem;
  color: #f4b9a5;
}
.jpo-dual,
.jpo-info,
.jpo-editorial {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.jpo-dual article {
  padding: 30px;
  background: var(--paper);
}
.jpo-dual li {
  margin: 9px 0;
}
.jpo-prose {
  margin-top: 28px;
  font-size: 1.05rem;
}
.jpo-info {
  grid-template-columns: repeat(3, 1fr);
}
.jpo-info article {
  background: #fff;
  padding: 26px;
  border-top: 4px solid var(--red);
}
.jpo-info a,
.jpo-sources a {
  color: var(--red);
  font-weight: 800;
}
.jpo-editorial {
  grid-template-columns: repeat(3, 1fr);
}
.jpo-editorial > div {
  padding: 0 24px;
  border-right: 1px solid var(--line);
}
.jpo-section--request {
  background: #d8e2d0;
}
.jpo-request {
  display: grid;
  grid-template-columns: 1.45fr 0.65fr;
  gap: 36px;
}
.jpo-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.jpo-form label {
  display: grid;
  gap: 6px;
  font-weight: 800;
}
.jpo-form input,
.jpo-form select,
.jpo-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #a9b5b2;
  background: #fff;
  font: inherit;
}
.jpo-wide {
  grid-column: 1/-1;
}
.jpo-summary {
  background: #fff;
  padding: 28px;
  align-self: start;
  position: sticky;
  top: 20px;
}
.jpo-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
}
.jpo-summary .jpo-btn {
  width: 100%;
  margin: 20px 0;
}
.jpo-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.jpo-faq details {
  border: 1px solid var(--line);
  padding: 18px 20px;
}
.jpo-faq summary {
  cursor: pointer;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.jpo-sources {
  background: var(--paper);
}
.jpo-sources__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.jpo-sources__grid > div:last-child {
  display: grid;
  gap: 10px;
}
.jpo-final {
  padding: 70px 0;
  background: var(--ink);
  color: #fff;
}
.jpo-final .jpo-shell {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}
.jpo-final .jpo-shell > div:last-child {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}
.jpo-review {
  min-height: 65vh;
  padding: 100px 0;
}
.jpo-review p {
  max-width: 700px;
  font-size: 1.15rem;
}
@media (max-width: 850px) {
  .jpo-hero {
    background: var(--paper);
  }
  .jpo-hero__grid,
  .jpo-request,
  .jpo-sources__grid,
  .jpo-price-note {
    grid-template-columns: 1fr;
  }
  .jpo-grid4,
  .jpo-route,
  .jpo-info,
  .jpo-editorial {
    grid-template-columns: repeat(2, 1fr);
  }
  .jpo-ticket {
    transform: none;
  }
  .jpo-final .jpo-shell {
    align-items: start;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .jpo-shell {
    width: min(100% - 24px, 1180px);
  }
  .jpo-grid4,
  .jpo-route,
  .jpo-hotel-grid,
  .jpo-dual,
  .jpo-info,
  .jpo-editorial,
  .jpo-form,
  .jpo-faq__grid {
    grid-template-columns: 1fr;
  }
  .jpo-editorial > div {
    border-right: 0;
    border-top: 1px solid var(--line);
    padding: 15px 0;
  }
  .jpo-tabs {
    overflow: auto;
  }
  .jpo-tabs button {
    white-space: nowrap;
  }
  .jpo-summary {
    position: static;
  }
  .jpo-final .jpo-shell > div:last-child {
    align-items: flex-start;
    flex-direction: column;
  }
}
.vno-route-map {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 26px;
  padding: 15px 18px;
  border: 1px solid var(--line);
  background: var(--paper);
}
.vno-route-map span { font-weight: 900; }
.vno-route-map i { color: var(--red); font-style: normal; }
.vno-days { grid-template-columns: repeat(2, 1fr); }
.vno-days article { display: grid; grid-template-columns: 70px 1fr; gap: 16px; }
.vno-days article > i { font-size: 2.2rem; }
@media (max-width: 600px) {
  .vno-days { grid-template-columns: 1fr; }
  .vno-days article { grid-template-columns: 56px 1fr; padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .jpo * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
.jpo .jpo-section--ink h2,
.jpo .jpo-section--ink h3,
.jpo .jpo-section--ink p,
.jpo .jpo-ticket span,
.jpo .jpo-ticket p,
.jpo .jpo-final h2,
.jpo .jpo-final p,
.jpo .jpo-final a {
  color: #fff !important;
}
.jpo .jpo-section--ink .jpo-kicker,
.jpo .jpo-final .jpo-kicker,
.jpo .jpo-section--ink .jpo-price-note strong {
  color: #f4b9a5 !important;
}
.jpo-section--paper {
  background: #fff;
}
.jpo-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.jpo-decision-grid article {
  padding: 25px;
  border: 1px solid var(--line);
  background: var(--paper);
}
.jpo-decision-grid span {
  font-weight: 900;
  color: var(--red);
}
.jpo-terms {
  margin-top: 22px;
  padding: 30px;
  border-right: 6px solid var(--red);
  background: #f4f6f5;
}
@media (max-width: 850px) {
  .jpo-decision-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .jpo-decision-grid {
    grid-template-columns: 1fr;
  }
  .jpo-terms {
    padding: 22px;
  }
}
