.guide-wrap--showcase { width: min(920px, calc(100% - 32px)); }
.guide-hero--image { position: relative; overflow: hidden; min-height: 650px; margin-top: 22px; padding: 0; border-radius: 30px; background: var(--harbour); box-shadow: 0 28px 75px rgba(10,47,58,.2); }
.guide-hero--image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.guide-hero--image:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,31,38,.92) 0%, rgba(7,31,38,.62) 48%, rgba(7,31,38,.08) 82%); }
.guide-hero__overlay { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end; width: min(100%, 540px); min-height: 650px; padding: clamp(28px, 6vw, 64px); color: #fff; }
.guide-hero__overlay h1 { margin: 10px 0 20px; color: #fff; font-size: clamp(4.2rem, 11vw, 7.7rem); line-height: .79; }
.guide-hero__overlay h1 em { color: var(--apricot); }
.guide-hero__overlay > p:not(.eyebrow) { max-width: 430px; color: #d9e7e9; font-size: 1.05rem; }
.guide-hero__overlay .arrival-window { width: min(100%, 430px); background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(10px); }
.guide-quick-grid { margin-top: 14px; }
.guide-quick-grid a { text-decoration: none; transition: transform .2s, box-shadow .2s; }
.guide-quick-grid a:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(10,47,58,.1); }
.arrival-steps--visual li { padding: 22px; }
.arrival-steps--visual li > div > img { display: block; width: 100%; max-height: 330px; margin-top: 17px; border-radius: 12px; object-fit: cover; }
.arrival-steps--visual li > div > a { display: inline-flex; margin-top: 12px; color: var(--tide); font-size: .78rem; font-weight: 800; text-decoration: none; }
.guide-code { display: grid; gap: 4px; margin-top: 17px; padding: 19px; border-radius: 13px; background: var(--harbour); color: #fff; }
.guide-code small, .guide-code span { color: #c6dadd; }
.guide-code b { color: var(--apricot); font: 800 2.1rem var(--display); letter-spacing: .24em; }
.guide-notes--rich article { min-height: 130px; }
.guide-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 11px; }
.guide-gallery figure { position: relative; overflow: hidden; min-height: 230px; margin: 0; border-radius: 14px; }
.guide-gallery img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.guide-gallery figure:after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(7,31,38,.82)); }
.guide-gallery figcaption { position: absolute; z-index: 1; left: 14px; bottom: 13px; color: #fff; font-weight: 800; }
.nearby-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.nearby-grid > a { display: grid; grid-template-columns: 38px 1fr auto; gap: 13px; align-items: center; padding: 17px; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: var(--harbour); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.nearby-grid > a:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(10,47,58,.1); }
.nearby-grid i { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: var(--harbour); color: var(--apricot); font-style: normal; font-weight: 900; }
.nearby-grid span { color: var(--tide); font-size: .63rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nearby-grid h3 { margin: 2px 0; font-size: 1rem; }
.nearby-grid p { margin: 0; color: var(--muted); font-size: .72rem; }
.nearby-grid > a > b { color: var(--tide); }
.emergency-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.emergency-grid a { display: grid; gap: 4px; padding: 18px; border: 1px solid #f0cfad; border-radius: 14px; background: #fff7ee; color: var(--harbour); text-decoration: none; }
.emergency-grid span { color: #8a541c; font-size: .63rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.emergency-grid b { color: #8a541c; font: 800 2.1rem var(--display); }
.emergency-grid small { color: var(--muted); }
.official-note { margin: 12px 0 0; color: var(--muted); font-size: .7rem; }
.official-note a { color: var(--tide); font-weight: 800; }
.checkout-card--showcase { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 60px; padding: 34px; }
.checkout-card--showcase .button { flex: 0 0 auto; }
.guide-demo-note { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; margin-top: 16px; padding: 16px 18px; border: 1px dashed #9ab1b4; border-radius: 13px; color: var(--muted); font-size: .74rem; }
.guide-demo-note strong { color: var(--harbour); }
.guide-demo-note a { color: var(--tide); font-weight: 800; text-decoration: none; }
@media (max-width: 720px) {
  .guide-hero--image, .guide-hero__overlay { min-height: 570px; }
  .guide-hero--image:after { background: linear-gradient(0deg, rgba(7,31,38,.94) 0%, rgba(7,31,38,.5) 68%, rgba(7,31,38,.12)); }
  .guide-hero__overlay { justify-content: flex-end; width: 100%; }
  .nearby-grid, .emergency-grid { grid-template-columns: 1fr 1fr; }
  .guide-gallery { grid-template-columns: 1fr; }
  .guide-gallery figure { min-height: 280px; }
  .checkout-card--showcase { align-items: flex-start; flex-direction: column; }
  .guide-demo-note { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .guide-wrap--showcase { width: min(100% - 20px, 920px); overflow: hidden; }
  .guide-hero--image, .guide-hero__overlay { min-height: 520px; }
  .guide-hero--image { border-radius: 21px; }
  .guide-hero__overlay { padding: 24px; }
  .guide-hero__overlay h1 { font-size: 4.5rem; }
  .guide-hero__overlay .arrival-window { grid-template-columns: 1fr; gap: 3px; }
  .guide-hero__overlay .arrival-window b { overflow-wrap: anywhere; }
  .guide-quick-grid { grid-template-columns: 1fr; }
  .nearby-grid, .emergency-grid { grid-template-columns: 1fr; }
  .arrival-steps--visual li { padding: 15px; }
}
