/* KPGE — Destination detail page ------------------------------------------- */

/* Dark hero with the country photo behind a left-weighted scrim */
.dh-hero { position: relative; background: #1b1416; color: #fff; overflow: hidden; }
.dh-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dh-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(20,15,16,.95) 0%, rgba(20,15,16,.82) 32%, rgba(20,15,16,.35) 66%, rgba(20,15,16,.1) 100%);
}
.dh-hero .shell { position: relative; z-index: 1; padding-block: clamp(2.8rem, 6vw, 5rem); }
.dh-hero__content { max-width: 56%; }
.dh-hero__crumb { font-family: var(--label); font-size: 0.85rem; color: rgba(255,255,255,.7); margin: 0 0 1.4rem; }
.dh-hero__crumb a { color: rgba(255,255,255,.7); text-decoration: none; }
.dh-hero__crumb a:hover { color: #fff; }
.dh-hero__flag { width: 42px; height: auto; border-radius: 4px; display: block; margin-bottom: 1rem; box-shadow: 0 6px 16px rgba(0,0,0,.45); }
.dh-hero h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(2.1rem, 4.6vw, 3.6rem); line-height: 1.05; margin: 0 0 1rem; color: #fff; max-width: 15ch; }
.dh-hero__lede { color: rgba(255,255,255,.85); font-size: 1.05rem; line-height: 1.6; max-width: 36ch; margin: 0 0 1.8rem; }

/* At a glance — six stat cards */
.dh-glance { background: var(--home-cream); }
/* At a glance — crimson band, white stats split by dividers */
.dh-glance { background: linear-gradient(150deg, #b0233a 0%, var(--crimson) 46%, var(--crimson-deep) 100%); color: #fff; }
.dh-glance__eyebrow { color: #fff; }
.dh-glance__eyebrow::after { content: ""; display: block; width: 46px; height: 2px; background: rgba(255,255,255,.55); margin: 0.7rem 0 0; }
.dh-glance__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.4rem 0; margin-top: 1.4rem; }
.dh-stat { background: transparent; border: 0; border-right: 1px solid rgba(255,255,255,.2); border-radius: 0; padding: 0.4rem 0.9rem; text-align: center; }
.dh-stat:last-child { border-right: 0; }
.dh-stat__ic { width: auto; height: 40px; margin: 0 auto 0.75rem; background: transparent; color: #fff; display: grid; place-content: center; border-radius: 0; }
.dh-stat__ic svg { width: 30px; height: 30px; }
.dh-stat__label { font-family: var(--label); font-size: 0.78rem; color: rgba(255,255,255,.8); display: block; margin-bottom: 0.4rem; line-height: 1.3; }
.dh-stat__value { font-family: var(--label); font-weight: 700; color: #fff; font-size: 1.02rem; display: block; line-height: 1.2; }

/* Body: numbered narrative (cream cards + icons) + crimson sidebar */
.dd-body { background: #fff; }
.dd-body__grid { display: grid; grid-template-columns: 1fr 360px; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
.dd-items { display: flex; flex-direction: column; gap: 1.2rem; }
.dd-item { display: grid; grid-template-columns: 58px 1fr; column-gap: 1.1rem; align-items: start; background: var(--home-cream); border-left: 3px solid var(--crimson); border-radius: 0 12px 12px 0; padding: 1.5rem 1.6rem; }
.dd-item__no { font-family: var(--serif); font-weight: 600; color: var(--crimson); opacity: 0.45; font-size: 2.6rem; line-height: 1; }
.dd-item__head { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 0.6rem; }
.dd-item__ic { color: var(--crimson); flex-shrink: 0; display: flex; }
.dd-item__ic svg { width: 26px; height: 26px; display: block; }
.dd-item__body h3 { font-family: var(--serif); font-weight: 600; font-size: 1.35rem; margin: 0; }
.dd-item__body p { color: var(--ink-soft); line-height: 1.7; margin: 0; }
.dd-item__body ul { margin: 0; padding-left: 1.1rem; color: var(--ink-soft); line-height: 1.6; display: flex; flex-direction: column; gap: 0.6rem; }
.dd-body__note { font-family: var(--label); font-size: 0.8rem; color: var(--ink-faint); margin-top: 2rem; }

.dd-side { position: sticky; top: 96px; color: #fff; border: 0; border-radius: 18px; padding: 2rem 1.9rem; overflow: hidden;
  background: linear-gradient(158deg, #b0233a 0%, var(--crimson) 45%, var(--crimson-deep) 100%);
  box-shadow: 0 34px 66px -46px rgba(125,21,36,.7); }
.dd-side h2 { font-family: var(--serif); font-weight: 600; font-size: 1.6rem; line-height: 1.15; margin: 0 0 0.9rem; color: #fff; }
.dd-side__rule { display: block; width: 40px; height: 2px; background: rgba(255,255,255,.6); margin: 0 0 1.2rem; }
.dd-side__intro { color: rgba(255,255,255,.85); font-size: 0.96rem; line-height: 1.6; margin: 0 0 1.5rem; }
.dd-side__checks { list-style: none; margin: 0 0 1.6rem; padding: 0; display: flex; flex-direction: column; gap: 0.95rem; }
.dd-side__checks li { display: flex; align-items: flex-start; gap: 0.65rem; font-size: 0.96rem; color: #fff; }
.dd-side__checks svg { width: 20px; height: 20px; flex-shrink: 0; color: #fff; margin-top: 1px; opacity: .95; }
.dd-side .btn { width: 100%; justify-content: center; background: #fff; color: var(--crimson); border-color: #fff; }
.dd-side .btn:hover { background: rgba(255,255,255,.9); border-color: rgba(255,255,255,.9); }
.dd-rating { display: flex; align-items: center; gap: 0.55rem; margin-top: 1.4rem; font-family: var(--label); flex-wrap: wrap; }
.dd-rating__stars { color: #f4c04e; letter-spacing: 1px; font-size: 1rem; }
.dd-rating__label { font-weight: 700; font-size: 0.9rem; color: #fff; }
.dd-rating__score { font-size: 0.82rem; color: rgba(255,255,255,.8); width: 100%; }

/* Compare cards */
.dd-compare { background: var(--home-sand); }
.dd-compare__head { margin-bottom: 1.8rem; }
.dd-compare__head .home-eyebrow { color: var(--crimson); }
.dd-compare__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; }
.dd-compare .plate { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--home-line); border-radius: 14px; overflow: hidden; text-decoration: none; color: inherit; box-shadow: 0 24px 44px -38px rgba(27,22,24,.45); transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.dd-compare .plate:hover { transform: translateY(-3px); box-shadow: 0 32px 52px -34px rgba(27,22,24,.5); }
.dd-compare .plate__figure { aspect-ratio: 16 / 10; overflow: hidden; margin: 0; }
.dd-compare .plate__figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dd-compare .plate__head { display: flex; align-items: center; gap: 0.6rem; padding: 1rem 1.1rem 0.7rem; }
.dd-compare .plate__flag { width: 26px; height: auto; border-radius: 3px; flex-shrink: 0; }
.dd-compare .plate__name { font-family: var(--serif); font-weight: 600; font-size: 1.15rem; }
.dd-compare .plate__head::after { content: "\2192"; margin-left: auto; color: var(--crimson); font-weight: 700; }
.dd-compare .plate__rows { display: flex; flex-direction: column; padding: 0 1.1rem 1.1rem; }
.dd-compare .plate__row { display: flex; justify-content: space-between; gap: 1rem; padding: 0.55rem 0; border-top: 1px solid var(--home-line); font-size: 0.85rem; }
.dd-compare .plate__label { color: var(--ink-soft); font-family: var(--label); }
.dd-compare .plate__value { font-weight: 600; text-align: right; }

@media (max-width: 1024px) {
  .dh-hero__content { max-width: 72%; }
  .dh-glance__grid { grid-template-columns: repeat(3, 1fr); }
  .dh-stat:nth-child(3n) { border-right: 0; }
  .dd-body__grid { grid-template-columns: 1fr; }
  .dd-side { position: static; }
  .dd-compare__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .dh-hero__content { max-width: 100%; }
  .dh-hero__overlay { background: linear-gradient(180deg, rgba(20,15,16,.7) 0%, rgba(20,15,16,.9) 100%); }
  .dh-glance__grid { grid-template-columns: repeat(2, 1fr); }
  .dh-stat:nth-child(3n) { border-right: 1px solid rgba(255,255,255,.2); }
  .dh-stat:nth-child(2n) { border-right: 0; }
  .dd-compare__grid { grid-template-columns: 1fr; }
  .dd-item { grid-template-columns: 40px 1fr; column-gap: 0.7rem; padding: 1.3rem 1.2rem; }
  .dd-item__no { font-size: 2rem; }
}
