/* Self-contained Orient Express ship-guide template.
   Kept separate from the shared stylesheet so the guide remains fully styled
   when a previously cached site-wide stylesheet is present. */
body.dc-orient-ship-guide-page .dc-orient-ship-guide {
  max-width: 1240px;
  margin: 0 auto;
  padding: 28px 20px 72px;
  color: #142a36;
}

body.dc-orient-ship-guide-page .dc-orient-guide-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 30px;
  align-items: center;
  overflow: hidden;
  padding: 38px;
  border-radius: 24px;
  background: linear-gradient(135deg, #08293d, #154b5f);
  color: #fff;
}

body.dc-orient-ship-guide-page .dc-orient-guide-hero h1 {
  margin: 10px 0 18px;
  color: #fff;
  font: 600 clamp(2rem, 4vw, 3.5rem)/1.08 Georgia, serif;
}

body.dc-orient-ship-guide-page .dc-orient-guide-hero > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border-radius: 18px;
  object-fit: cover;
}

body.dc-orient-ship-guide-page .dc-orient-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

body.dc-orient-ship-guide-page .dc-orient-guide-actions a,
body.dc-orient-ship-guide-page .dc-orient-deck-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  border-radius: 999px;
  background: #d7b46a;
  color: #08293d !important;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
}

body.dc-orient-ship-guide-page .dc-orient-guide-hero .dc-orient-guide-actions a:nth-child(2) {
  background: #fff;
}

body.dc-orient-ship-guide-page .dc-orient-guide-intro,
body.dc-orient-ship-guide-page .dc-orient-guide-section,
body.dc-orient-ship-guide-page .dc-orient-guide-contact {
  margin-top: 34px;
  padding: 32px;
  border: 1px solid #dbe5e9;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(8, 41, 61, 0.08);
}

body.dc-orient-ship-guide-page .dc-orient-guide-intro h2,
body.dc-orient-ship-guide-page .dc-orient-guide-section h2,
body.dc-orient-ship-guide-page .dc-orient-guide-contact h2 {
  margin: 6px 0 12px;
  color: #08293d;
  font: 600 clamp(1.7rem, 3vw, 2.5rem)/1.15 Georgia, serif;
}

body.dc-orient-ship-guide-page .dc-orient-suite-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

body.dc-orient-ship-guide-page .dc-orient-suite-card {
  overflow: hidden;
  border: 1px solid #dbe5e9;
  border-radius: 18px;
  background: #f8fbfc;
}

body.dc-orient-ship-guide-page .dc-orient-suite-card > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

body.dc-orient-ship-guide-page .dc-orient-suite-copy {
  padding: 22px;
}

body.dc-orient-ship-guide-page .dc-orient-suite-copy h3 {
  margin: 7px 0 12px;
  color: #08293d;
  font: 600 1.65rem/1.2 Georgia, serif;
}

body.dc-orient-ship-guide-page .dc-orient-suite-meta,
body.dc-orient-ship-guide-page .dc-orient-deck-status {
  margin: 0;
  color: #8a641d;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.dc-orient-ship-guide-page .dc-orient-suite-facts {
  margin: 18px 0 0;
  border-top: 1px solid #dbe5e9;
}

body.dc-orient-ship-guide-page .dc-orient-suite-facts > div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #dbe5e9;
}

body.dc-orient-ship-guide-page .dc-orient-suite-facts dt {
  color: #08293d;
  font-weight: 800;
}

body.dc-orient-ship-guide-page .dc-orient-suite-facts dd {
  margin: 0;
}

body.dc-orient-ship-guide-page .dc-orient-complete-plan {
  margin: 24px auto 32px;
  padding: 22px;
  border: 1px solid #dbe5e9;
  border-radius: 18px;
  background: #fff;
  text-align: center;
}

body.dc-orient-ship-guide-page .dc-orient-complete-plan img {
  display: block;
  width: min(100%, 820px);
  height: auto;
  margin: 0 auto;
}

body.dc-orient-ship-guide-page .dc-orient-complete-plan figcaption {
  margin-top: 16px;
}

body.dc-orient-ship-guide-page .dc-orient-deck-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

body.dc-orient-ship-guide-page .dc-orient-deck-card {
  padding: 20px;
  border: 1px solid #dbe5e9;
  border-radius: 16px;
  background: #f8fbfc;
}

body.dc-orient-ship-guide-page .dc-orient-deck-card h3 {
  margin: 8px 0 12px;
  color: #08293d;
  font: 600 1.45rem/1.2 Georgia, serif;
}

body.dc-orient-ship-guide-page .dc-orient-deck-card img {
  display: block;
  width: 100%;
  height: 250px;
  border-radius: 10px;
  background: #fff;
  object-fit: contain;
}

body.dc-orient-ship-guide-page .dc-orient-deck-card p:not(.dc-orient-deck-status) {
  min-height: 72px;
}

body.dc-orient-ship-guide-page .dc-orient-deck-open {
  margin-top: 6px;
}

body.dc-orient-ship-guide-page .dc-orient-guide-planning {
  background: linear-gradient(135deg, #eef6f7, #fff);
}

body.dc-orient-ship-guide-page .dc-orient-guide-contact {
  background: linear-gradient(135deg, #08293d, #154b5f);
  color: #fff;
  text-align: center;
}

body.dc-orient-ship-guide-page .dc-orient-guide-contact h2 {
  color: #fff;
}

body.dc-orient-ship-guide-page .dc-orient-guide-contact .dc-orient-guide-actions {
  justify-content: center;
}

@media (max-width: 820px) {
  body.dc-orient-ship-guide-page .dc-orient-guide-hero,
  body.dc-orient-ship-guide-page .dc-orient-suite-grid,
  body.dc-orient-ship-guide-page .dc-orient-deck-grid {
    grid-template-columns: 1fr;
  }

  body.dc-orient-ship-guide-page .dc-orient-guide-hero {
    padding: 24px;
  }

  body.dc-orient-ship-guide-page .dc-orient-guide-hero > img {
    min-height: 240px;
  }

  body.dc-orient-ship-guide-page .dc-orient-guide-intro,
  body.dc-orient-ship-guide-page .dc-orient-guide-section,
  body.dc-orient-ship-guide-page .dc-orient-guide-contact {
    padding: 22px;
  }

  body.dc-orient-ship-guide-page .dc-orient-suite-facts > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  body.dc-orient-ship-guide-page .dc-orient-deck-card img {
    height: 190px;
  }
}
