:root {
  --paper: #f4eee6;
  --white: #fffaf3;
  --ink: #211820;
  --aub: #4d243f;
  --coral: #b85448;
  --line: #c8b9aa;
  --muted: #71666c;
  --max: 1420px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.62;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.04;
}
h1 {
  font-family: Georgia, serif;
  font-size: clamp(2.8rem, 6vw, 6.6rem);
  font-weight: 500;
  letter-spacing: -0.055em;
}
h2 {
  font-family: Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 4.2rem);
  font-weight: 500;
  letter-spacing: -0.035em;
}
h3 {
  font-size: 1.2rem;
}
.eyebrow,
.stop {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--coral);
}
.mast {
  max-width: var(--max);
  margin: auto;
  min-height: 88px;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 32px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand img,
footer img {
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
  padding: 3px;
}
.brand span {
  display: flex;
  flex-direction: column;
}
.brand b {
  letter-spacing: 0.08em;
}
.brand small {
  font-family: Georgia, serif;
  font-style: italic;
  color: var(--muted);
}
nav {
  display: flex;
  gap: 28px;
}
nav a {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.86rem;
}
.menu {
  display: none;
  background: none;
  border: 1px solid var(--ink);
  padding: 9px 14px;
}
.stage-strip {
  background: var(--aub);
  color: white;
  display: flex;
  justify-content: center;
  gap: 0;
  overflow-x: auto;
}
.stage-strip span {
  min-width: 150px;
  padding: 10px 26px;
  border-left: 1px solid #79526d;
  font-size: 0.69rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}
main {
  max-width: var(--max);
  margin: auto;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.home-hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  grid-template-rows: 1fr 180px;
  position: relative;
  overflow: hidden;
}
.hero-copy {
  padding: 88px 7vw 60px 64px;
}
.hero-copy h1 {
  font-size: clamp(3.5rem, 5.1vw, 6rem);
  max-width: 850px;
  margin-bottom: 28px;
}
.lede {
  font-size: 1.18rem;
  max-width: 680px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}
.button {
  display: inline-block;
  background: var(--coral);
  color: #fff;
  text-decoration: none;
  padding: 14px 20px;
  font-weight: 800;
}
.hero-main {
  margin: 0;
  grid-row: 1/3;
  grid-column: 2;
  position: relative;
  border-left: 1px solid var(--line);
  min-width: 0;
}
.hero-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-main figcaption,
.hero-old figcaption,
.article-image figcaption {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-main figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  background: var(--white);
  padding: 8px 12px;
}
.hero-old {
  grid-column: 1;
  grid-row: 2;
  margin: 0 0 0 64px;
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  border-top: 1px solid var(--line);
}
.hero-old img {
  width: 220px;
  height: 150px;
  object-fit: cover;
}
.hero-old figcaption {
  padding: 22px;
}
.cabin-planner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  border-top: 1px solid var(--line);
}
.cabin-planner > header {
  padding: 72px 64px;
  border-right: 1px solid var(--line);
}
.cabin-rows article {
  display: grid;
  grid-template-columns: 100px 1fr 1.2fr;
  gap: 24px;
  padding: 36px;
  border-bottom: 1px solid var(--line);
}
.cabin-rows article:last-child {
  border: 0;
}
.cabin-rows span {
  color: var(--coral);
  font-weight: 800;
}
.scenario {
  background: var(--aub);
  color: #fff;
  padding: 76px 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.scenario .eyebrow {
  color: #e8a9a0;
}
.scenario ol {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #7e5b72;
}
.scenario li {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 22px 0;
  border-bottom: 1px solid #7e5b72;
}
.scenario li span {
  max-width: 55%;
  color: #e5dce1;
}
.all-routes > header {
  padding: 76px 64px 40px;
}
.route-row {
  display: grid;
  grid-template-columns: 300px 1fr;
  border-top: 1px solid var(--line);
}
.route-row > header {
  padding: 32px 64px;
}
.route-row > header span {
  color: var(--coral);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.route-row > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.route-row a {
  padding: 32px;
  text-decoration: none;
  border-left: 1px solid var(--line);
  min-height: 190px;
  display: flex;
  flex-direction: column;
}
.route-row a b {
  font-family: Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.15;
}
.route-row a small {
  color: var(--muted);
  font-size: 0.8rem;
  margin: 12px 0;
}
.route-row a i {
  font-style: normal;
  font-weight: 800;
  margin-top: auto;
}
.panda-note {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 60px 64px;
  border-top: 1px solid var(--line);
  background: var(--white);
  gap: 60px;
}
.panda-note h2 {
  font-size: 2.6rem;
}
.request-band {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 60px;
  padding: 72px 64px;
  background: #d7c8bd;
}
.rfq {
  background: var(--white);
  border: 1px solid var(--ink);
  padding: 38px;
  max-width: 760px;
  width: 100%;
  margin: auto;
}
.form-head h2 {
  font-family: Georgia, serif;
  font-size: 2.4rem;
}
.fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.fields label {
  font-size: 0.74rem;
  font-weight: 800;
}
.fields .wide {
  grid-column: 1/-1;
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid #897e75;
  background: #fff;
  padding: 12px;
  margin-top: 5px;
  font: inherit;
  border-radius: 0;
}
textarea {
  resize: vertical;
}
.consent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 0.75rem;
  margin: 18px 0;
}
.consent input {
  width: auto;
  margin-top: 4px;
}
.rfq button {
  width: 100%;
  padding: 14px;
  background: var(--aub);
  color: #fff;
  border: 0;
  font-weight: 800;
}
.form-status {
  font-size: 0.72rem;
  margin: 10px 0 0;
}
.inner,
.article-shell,
.prose,
.contact-page {
  padding: 70px 64px;
}
.page-intro {
  max-width: 950px;
  margin-bottom: 70px;
}
.page-intro h1,
.article-title h1,
.prose > h1,
.contact-page > header h1 {
  font-size: clamp(3rem, 5.2vw, 6rem);
}
.hub-chapter {
  display: grid;
  grid-template-columns: 280px 1fr;
  border-top: 1px solid var(--ink);
}
.hub-chapter > div:first-child {
  padding: 30px 20px 30px 0;
}
.hub-chapter > div:first-child span {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  color: var(--coral);
  font-weight: 800;
}
.hub-chapter > div:first-child h2 {
  font-size: 2.2rem;
  margin-top: 14px;
}
.hub-chapter > div:last-child {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.hub-chapter article {
  padding: 30px;
  border-left: 1px solid var(--line);
  min-height: 240px;
  display: flex;
  flex-direction: column;
}
.hub-chapter article h3 {
  font-family: Georgia, serif;
  font-size: 1.35rem;
}
.hub-chapter article p {
  font-size: 0.87rem;
}
.hub-chapter article > a {
  margin-top: auto;
  font-weight: 800;
}
.article-title {
  max-width: 1100px;
  padding-bottom: 64px;
}
.article-title > p:last-child {
  font-family: Georgia, serif;
  font-size: 1.8rem;
  color: var(--muted);
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 860px) 300px;
  gap: 70px;
  align-items: start;
}
.itinerary section {
  padding: 54px 0;
  border-top: 1px solid var(--line);
}
.itinerary section h2 {
  font-size: 2.5rem;
  margin-top: 14px;
}
.itinerary section p,
.prose p,
.contact-guide p {
  font-size: 1.03rem;
  max-width: 78ch;
}
.article-image {
  margin: 0;
  background: var(--aub);
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
}
.article-image img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
.article-image figcaption {
  color: #fff;
  padding: 40px;
  align-self: end;
}
.journey-summary {
  position: sticky;
  top: 24px;
  border-top: 8px solid var(--coral);
  background: var(--white);
  padding: 28px;
}
.journey-summary > span {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  color: var(--coral);
  font-weight: 800;
}
.journey-summary h2 {
  font-size: 1.7rem;
  margin-top: 15px;
}
.journey-summary ol {
  padding-left: 20px;
}
.journey-summary li {
  padding: 5px;
}
.checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  padding: 0;
}
.checklist li {
  padding: 14px;
  border-bottom: 1px solid var(--line);
}
.checklist li:before {
  content: "✓";
  color: var(--coral);
  font-weight: 800;
  margin-right: 10px;
}
.faq details {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}
.faq summary {
  font-weight: 800;
  cursor: pointer;
}
.faq p {
  margin: 10px 0 0;
}
.sources ul {
  padding-left: 18px;
}
.related {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  padding: 1px !important;
}
.related h2 {
  grid-column: 1/-1;
  background: var(--paper);
  padding: 0 0 20px;
  margin: 0;
}
.related a {
  background: var(--white);
  padding: 22px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.related span {
  font-size: 0.76rem;
  color: var(--muted);
  margin-top: 8px;
}
.prose {
  max-width: 1050px;
}
.prose h2 {
  font-size: 2.2rem;
  margin-top: 48px;
}
.contact-page > header {
  max-width: 950px;
  margin-bottom: 55px;
}
.contact-guide {
  display: grid;
  grid-template-columns: minmax(0, 580px) minmax(520px, 700px);
  justify-content: space-between;
  gap: 70px;
  align-items: start;
}
.contact-guide > div h2 {
  font-family: Georgia, serif;
  font-size: 2rem;
  margin-top: 42px;
}
.contact-guide > div h2:first-child {
  margin-top: 0;
}
.contact-guide .rfq {
  margin: 0 auto;
  position: relative;
}
.not-found {
  max-width: 900px;
  border: 0;
  padding: 15vh 30px;
}
.not-found h1 {
  font-size: 4.5rem;
}
footer {
  max-width: var(--max);
  margin: auto;
  border: 1px solid var(--line);
  padding: 46px 64px 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  background: var(--white);
}
footer > div:first-child {
  display: flex;
  gap: 16px;
}
footer > div:first-child p {
  font-size: 0.82rem;
}
footer > div:nth-child(2) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
footer > small {
  grid-column: 1/-1;
  color: var(--muted);
}
.mobile-contact {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  display: flex;
  box-shadow: 0 4px 20px #0002;
}
.mobile-contact a {
  padding: 12px 18px;
  background: var(--white);
  border: 1px solid var(--ink);
  text-decoration: none;
  font-weight: 800;
}
.mobile-contact a:first-child {
  background: var(--coral);
  color: #fff;
  border-right: 0;
}
@media (max-width: 980px) {
  .mast {
    padding: 14px 20px;
    position: relative;
  }
  .menu {
    display: block;
  }
  .mast nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 78px;
    background: var(--white);
    z-index: 30;
    padding: 12px 20px;
    border: 1px solid var(--ink);
    grid-template-columns: 1fr 1fr;
  }
  .mast nav.open {
    display: grid;
  }
  .home-hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto 430px auto;
  }
  .hero-copy {
    padding: 55px 30px;
  }
  .hero-main {
    grid-column: 1;
    grid-row: 2;
    border-left: 0;
  }
  .hero-old {
    grid-column: 1;
    grid-row: 3;
    margin: 0 30px;
  }
  .cabin-planner,
  .scenario,
  .request-band,
  .panda-note {
    grid-template-columns: 1fr;
  }
  .cabin-planner > header {
    border-right: 0;
    padding: 55px 30px;
  }
  .route-row {
    grid-template-columns: 220px 1fr;
  }
  .route-row > header {
    padding: 28px;
  }
  .route-row > div,
  .hub-chapter > div:last-child {
    grid-template-columns: 1fr 1fr;
  }
  .inner,
  .article-shell,
  .prose,
  .contact-page {
    padding: 55px 30px;
  }
  .article-layout {
    grid-template-columns: 1fr;
  }
  .journey-summary {
    position: static;
    order: -1;
  }
  .contact-guide {
    grid-template-columns: 1fr;
  }
  .contact-guide .rfq {
    max-width: 760px;
  }
  .hub-chapter {
    grid-template-columns: 210px 1fr;
  }
}
@media (max-width: 640px) {
  body {
    overflow-x: hidden;
    padding-bottom: 58px;
  }
  h1 {
    letter-spacing: -0.045em;
  }
  .brand small {
    display: none;
  }
  .stage-strip {
    justify-content: flex-start;
  }
  .stage-strip span {
    min-width: 132px;
    padding: 9px 18px;
  }
  .home-hero {
    grid-template-rows: auto 310px auto;
  }
  .hero-copy {
    padding: 42px 20px;
  }
  .hero-copy h1 {
    font-size: 3.25rem;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-main figcaption {
    left: 12px;
    right: auto;
    bottom: 12px;
  }
  .hero-old {
    margin: 0 20px;
    grid-template-columns: 120px 1fr;
  }
  .hero-old img {
    width: 120px;
    height: 100px;
  }
  .cabin-rows article {
    grid-template-columns: 70px 1fr;
    padding: 26px 20px;
  }
  .cabin-rows article p {
    grid-column: 2;
  }
  .scenario {
    padding: 50px 20px;
    gap: 25px;
  }
  .scenario li {
    flex-direction: column;
    gap: 5px;
  }
  .scenario li span {
    max-width: none;
  }
  .all-routes > header {
    padding: 50px 20px 28px;
  }
  .route-row {
    grid-template-columns: 1fr;
  }
  .route-row > header {
    padding: 22px 20px 10px;
  }
  .route-row > div {
    grid-template-columns: 1fr;
  }
  .route-row a {
    border-left: 0;
    border-top: 1px solid var(--line);
    min-height: 0;
    padding: 24px 20px;
  }
  .panda-note,
  .request-band {
    padding: 45px 20px;
    gap: 20px;
  }
  .fields {
    grid-template-columns: 1fr;
  }
  .rfq {
    padding: 24px 18px;
  }
  .inner,
  .article-shell,
  .prose,
  .contact-page {
    padding: 42px 20px;
  }
  .hub-chapter {
    grid-template-columns: 1fr;
  }
  .hub-chapter > div:first-child {
    padding: 24px 0 10px;
  }
  .hub-chapter > div:last-child {
    grid-template-columns: 1fr;
  }
  .hub-chapter article {
    border-left: 0;
    border-top: 1px solid var(--line);
    min-height: 0;
    padding: 24px 0;
  }
  .article-title > p:last-child {
    font-size: 1.4rem;
  }
  .article-layout {
    gap: 28px;
  }
  .itinerary section {
    padding: 40px 0;
  }
  .article-image {
    grid-template-columns: 1fr;
  }
  .article-image img {
    height: 300px;
  }
  .article-image figcaption {
    padding: 20px;
  }
  .checklist,
  .related {
    grid-template-columns: 1fr;
  }
  .related h2 {
    grid-column: 1;
  }
  .contact-guide {
    gap: 35px;
  }
  .contact-page > header {
    margin-bottom: 35px;
  }
  footer {
    padding: 38px 20px;
    grid-template-columns: 1fr;
  }
  .mobile-contact {
    left: 0;
    right: 0;
    bottom: 0;
  }
  .mobile-contact a {
    width: 50%;
    text-align: center;
    padding: 13px;
  }
  .not-found {
    padding: 12vh 20px;
  }
  .not-found h1 {
    font-size: 3rem;
  }
}
