/* =====================================================================
   KOHWAN — Discover: articles, events, web cams.

   Dressed in the site's own palette — navy #2e4755, gold #BD830D, sky
   #B9DDE5 and the warm white page — rather than the reference's charcoal
   and blue.

   .dsc--dark   the hub and listing pages (the class name is kept from the
                reference's dark "Where2Go" layout): a navy band with
                breadcrumb, headline and intro; numbered white cards on the
                warm page; white promo strips; a navy "Visual Stories" rail.
   .dsc--light  the detail page, after the reference's blog article: a
                wide main column and a narrow sidebar with contents, link
                lists, a mailing-list box and card sliders.

   Markup: resources/views/frontend/discover/*.blade.php
   Script: js/discover.js
   ===================================================================== */
.dsc {
  --d-navy:   #2e4755;
  --d-navy-2: #1f3441;
  --d-gold:   #BD830D;
  --d-gold-d: #8f6208;                  /* gold dark enough for text on white */
  --d-sky:    #B9DDE5;
  --d-bg:     #FAF8F3;
  --d-card:   #FFFFFF;
  --d-line:   rgba(46, 71, 85, .1);
  --d-text:   #2e4755;
  --d-body:   rgba(46, 71, 85, .8);
  --d-muted:  rgba(46, 71, 85, .62);
  --d-link:   var(--d-gold-d);
  --d-num:    var(--d-gold);
  --l-ink:    #1f3441;
  --l-body:   #4a5d68;
  --l-muted:  #7b8a93;
  --l-line:   #E6EBEE;
  --l-blue:   var(--d-navy);            /* the reference's blue, now navy */
  --l-tint:   #EEF6F8;                  /* a wash of the site's sky        */
  --d-font:   var(--font-body, 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif);
  font-family: var(--d-font);
}
.dsc *, .dsc *::before, .dsc *::after { box-sizing: border-box; }
.dsc img { max-width: 100%; }
.dsc-wrap { width: min(1080px, 100% - 32px); margin-inline: auto; }

/* ====================================================== HUB & LISTINGS */
.dsc--dark {
  background: var(--d-bg);
  color: var(--d-text);
  padding-bottom: clamp(40px, 6vw, 80px);
}

/* The band: navy, with a soft gold glow in one corner. */
.dsc-band {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 3.4vw, 40px) 0 clamp(24px, 3vw, 34px);
  background:
    radial-gradient(circle at 92% 0%, rgba(189, 131, 13, .14), rgba(189, 131, 13, 0) 38%),
    radial-gradient(circle at 0% 100%, rgba(185, 221, 229, .12), rgba(185, 221, 229, 0) 40%),
    linear-gradient(135deg, var(--d-navy) 0%, var(--d-navy-2) 100%);
  color: #FFFFFF;
}
.dsc-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: .76rem; color: rgba(255, 255, 255, .72); }
.dsc-crumbs a { color: var(--d-sky); text-decoration: none; }
.dsc-crumbs a:hover { color: #FFFFFF; text-decoration: underline; }
.dsc-crumbs i { font-style: normal; opacity: .6; }
.dsc-band__title {
  margin: clamp(14px, 2vw, 20px) 0 10px;
  font-family: var(--d-font);
  font-size: clamp(1.55rem, 2.8vw, 2.25rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.015em;
  color: #FFFFFF;
}
.dsc-band__intro { max-width: 80ch; margin: 0; font-size: clamp(.88rem, 1vw, 1rem); font-weight: 400; line-height: 1.6; color: rgba(255, 255, 255, .82); }

.dsc-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.dsc-tabs a {
  padding: 8px 20px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: #FFFFFF;
  font-size: .86rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .15s, border-color .15s, color .15s;
}
.dsc-tabs a:hover { border-color: var(--d-sky); background: rgba(185, 221, 229, .1); }
.dsc-tabs a.is-on { background: var(--d-gold); border-color: var(--d-gold); color: #FFFFFF; }

.dsc-body { padding-top: clamp(24px, 3.2vw, 40px); }

.dsc-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.dsc-chips a {
  padding: 7px 16px;
  border: 1px solid var(--d-line);
  border-radius: 999px;
  background: var(--d-card);
  color: var(--d-muted);
  font-size: .82rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .15s, border-color .15s, background-color .15s;
}
.dsc-chips a:hover { color: var(--d-navy); border-color: var(--d-gold); }
.dsc-chips a.is-on { background: var(--d-navy); border-color: var(--d-navy); color: #FFFFFF; }

.dsc-section + .dsc-section,
.dsc-promo + .dsc-section { margin-top: 30px; }
.dsc-section__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.dsc-section__title { margin: 0; font-family: var(--d-font); font-size: clamp(1.2rem, 1.9vw, 1.55rem); font-weight: 800; letter-spacing: -.01em; color: var(--d-navy); }
.dsc-section__all { color: var(--d-link); font-size: .8rem; font-weight: 700; text-decoration: none; white-space: nowrap; text-transform: uppercase; letter-spacing: .04em; }
.dsc-section__all:hover { color: var(--d-gold); text-decoration: underline; }

/* Cards: three to a row. */
.dsc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
}
.dsc-grid + .dsc-grid { margin-top: clamp(14px, 2vw, 24px); }
.dsc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 10px 10px 18px;
  border: 1px solid var(--d-line);
  border-radius: 14px;
  background: var(--d-card);
  box-shadow: 0 10px 26px rgba(46, 71, 85, .07);
  transition: transform .25s ease, box-shadow .25s ease;
}
.dsc-card:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(46, 71, 85, .13); }
.dsc-card__media {
  position: relative;
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 10px;
  background: var(--l-tint);
}
.dsc-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.dsc-card:hover .dsc-card__media img { transform: scale(1.05); }
.dsc-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(31, 52, 65, .82);
  color: #fff;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.dsc-card__badge.is-live { background: #c0392b; }
.dsc-card__badge.is-past { background: rgba(46, 71, 85, .6); }
.dsc-card__title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 16px 6px 6px;
  font-family: var(--d-font);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  font-weight: 700;
  line-height: 1.32;
}
.dsc-card__title a { color: var(--d-navy); text-decoration: none; }
.dsc-card__title a:hover { color: var(--d-gold-d); }
.dsc-num {
  flex: none;
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  margin-top: 1px;
  padding: 0 5px;
  border-radius: 6px;
  background: var(--d-num);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
}
.dsc-card__meta { margin: 0 6px 8px; font-size: .74rem; font-weight: 600; letter-spacing: .01em; color: var(--d-link); }
.dsc-card__text {
  flex: 1 1 auto;
  margin: 0 6px;
  font-size: .84rem;
  line-height: 1.6;
  color: var(--d-body);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dsc-card__go {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 16px 6px 0;
  padding-top: 12px;
  border-top: 1px solid var(--d-line);
  width: calc(100% - 12px);
  color: var(--d-navy);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
}
.dsc-card__go::after { content: "→"; color: var(--d-gold); transition: transform .2s ease; }
.dsc-card__go:hover { color: var(--d-gold-d); }
.dsc-card__go:hover::after { transform: translateX(3px); }

/* Promo strip — a white advert band on the warm page. */
.dsc-promo {
  position: relative;
  display: grid;
  grid-template-columns: 26% minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0 clamp(14px, 2vw, 28px);
  min-height: 76px;
  margin: clamp(22px, 3vw, 36px) 0;
  overflow: hidden;
  border: 1px solid var(--d-line);
  border-left: 4px solid var(--d-gold);
  border-radius: 14px;
  background: #fff;
  color: var(--d-navy);
  box-shadow: 0 10px 26px rgba(46, 71, 85, .07);
}
.dsc-promo__media { align-self: stretch; overflow: hidden; }
.dsc-promo__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.dsc-promo__txt { padding: 14px 0; }
.dsc-promo__txt small { display: block; font-size: .74rem; color: var(--d-muted); }
.dsc-promo__txt b { display: block; margin-top: 3px; font-size: clamp(.9rem, 1.1vw, 1.02rem); line-height: 1.35; color: var(--d-navy); }
.dsc-promo__cta {
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--d-gold);
  color: #fff !important;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color .15s;
}
.dsc-promo__cta:hover { background: #a8740b; }
.dsc-promo__brand {
  padding-right: clamp(14px, 2.4vw, 34px);
  font-family: 'Bebas Neue', var(--d-font);
  font-size: clamp(1.4rem, 2.6vw, 2.2rem);
  letter-spacing: .04em;
  color: var(--d-navy);
}

/* Visual Stories — a navy panel, echoing the band at the top. */
.dsc-stories {
  margin-top: clamp(26px, 3.6vw, 44px);
  padding: 20px 16px 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--d-navy) 0%, var(--d-navy-2) 100%);
}
.dsc-stories__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.dsc-stories__title { margin: 0; font-family: var(--d-font); font-size: clamp(1.1rem, 1.6vw, 1.4rem); font-weight: 800; color: #fff; }
.dsc-arrows { display: inline-flex; gap: 4px; padding: 3px; border-radius: 999px; background: rgba(255, 255, 255, .12); }
.dsc-arrows button {
  display: grid;
  place-items: center;
  width: 30px;
  height: 26px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: background-color .15s;
}
.dsc-arrows button:hover:not(:disabled) { background: var(--d-gold); }
.dsc-arrows button:disabled { opacity: .3; cursor: default; }
.dsc-arrows svg { width: 13px; height: 13px; }
.dsc-stories__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 5 * 12px) / 6);
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.dsc-stories__track::-webkit-scrollbar { display: none; }
.dsc-story { scroll-snap-align: start; color: #fff; text-decoration: none; }
.dsc-story__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 10px;
  background: rgba(255, 255, 255, .08);
}
.dsc-story__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.dsc-story:hover img { transform: scale(1.06); }
.dsc-story:hover .dsc-story__media { border-color: var(--d-gold); }
.dsc-story__n {
  position: absolute;
  top: 6px;
  left: 6px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: var(--d-gold);
  color: #fff;
  font-size: .7rem;
  font-weight: 800;
}
.dsc-story__type {
  position: absolute;
  right: 6px;
  bottom: 6px;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(31, 52, 65, .8);
  font-size: .6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.dsc-story__title {
  display: -webkit-box;
  margin-top: 8px;
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(255, 255, 255, .92);
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* On every Discover page the rail sits straight on the page — no navy panel —
   so its words and arrows are navy to stay readable. */
.dsc .dsc-stories { padding: 0; border-radius: 0; background: none; }
.dsc .dsc-stories__title { color: var(--d-navy); }
.dsc .dsc-arrows { background: rgba(46, 71, 85, .08); }
.dsc .dsc-arrows button { color: var(--d-navy); }
.dsc .dsc-arrows button:hover:not(:disabled) { color: #fff; }
.dsc .dsc-story { color: var(--d-navy); }
.dsc .dsc-story__media { border-color: var(--d-line); }
.dsc .dsc-story:hover .dsc-story__media { border-color: var(--d-gold); }
.dsc .dsc-story__type { color: #fff; }
.dsc .dsc-story__title { color: var(--d-navy); }

.dsc-pager { display: flex; justify-content: center; align-items: center; gap: 18px; margin-top: 30px; font-size: .86rem; color: var(--d-muted); }
.dsc-pager a {
  padding: 9px 18px;
  border: 1px solid var(--d-line);
  border-radius: 999px;
  background: var(--d-card);
  color: var(--d-navy);
  font-weight: 700;
  text-decoration: none;
  transition: background-color .15s, color .15s, border-color .15s;
}
.dsc-pager a:hover { background: var(--d-navy); border-color: var(--d-navy); color: #fff; }
.dsc-empty { padding: 40px 0; text-align: center; color: var(--d-muted); }

/* ============================================================== DETAIL */
.dsc--light { background: #fff; color: var(--l-body); padding: clamp(18px, 2.6vw, 30px) 0 clamp(40px, 6vw, 80px); }
/* style.css hands every inner page's <main> only the info bar's height on
   top; the article keeps its own room under the header as well. */
body.inner-page main.dsc--light { padding-top: calc(var(--ubar-h, 0px) + clamp(22px, 3vw, 36px)); }
.dsc-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: clamp(20px, 3vw, 40px);
  align-items: start;
  width: min(1140px, 100% - 32px);
}

.dsc-article__hero {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  max-height: 560px;
  object-fit: cover;
  border-radius: 14px;
}
.dsc-player {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 14px;
  background: var(--d-navy-2);
}
.dsc-player iframe,
.dsc-player video,
.dsc-player img { display: block; width: 100%; height: 100%; border: 0; object-fit: cover; }
.dsc-player__live,
.dsc-player__off,
.dsc-player__stamp {
  position: absolute;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
}
.dsc-player__live { top: 12px; left: 12px; background: #c0392b; }
.dsc-player__stamp { right: 12px; bottom: 12px; background: rgba(31, 52, 65, .75); }
.dsc-player__off {
  inset: auto 0 0 0;
  padding: 14px;
  border-radius: 0;
  background: linear-gradient(to top, rgba(31, 52, 65, .85), transparent);
  font-size: 1rem;
  text-align: center;
}

/* Trail maps: the piste map picture, or a live terrain map in its place. */
.dsc-map {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 14px;
  background: var(--l-tint);
  box-shadow: 0 0 0 1px var(--l-line);
}
.dsc-map iframe { display: block; width: 100%; height: 100%; border: 0; }
.dsc-map--img { aspect-ratio: auto; background: #fff; }
.dsc-map--img img { display: block; width: 100%; height: auto; max-height: 640px; object-fit: contain; }
.dsc-map__tag,
.dsc-map__hint {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--d-navy);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  pointer-events: none;
}
.dsc-map__hint { top: auto; bottom: 12px; background: rgba(31, 52, 65, .8); }
.dsc-related--cams { margin-top: 28px; }

.dsc-crumbs--light { margin-top: 14px; color: var(--l-muted); font-size: .76rem; }
.dsc-crumbs--light a { color: var(--d-gold-d); }
.dsc-crumbs--light a:hover { color: var(--d-navy); }
.dsc-crumbs--light span { color: var(--l-body); }

.dsc-article__title {
  margin: 10px 0 10px;
  font-family: var(--d-font);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.015em;
  color: var(--d-navy);
}
.dsc-article__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--l-line);
  font-size: .8rem;
  color: var(--l-ink);
}
.dsc-muted { color: var(--l-muted); }
.dsc-share { display: inline-flex; gap: 8px; }
.dsc-share a {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--d-navy);
  color: #fff;
  transition: background-color .15s;
}
.dsc-share a:hover { background: var(--d-gold); }
.dsc-share svg { width: 14px; height: 14px; }

.dsc-react { display: flex; gap: 12px; margin: 16px 0 10px; }
.dsc-react button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border: 1px solid var(--l-line);
  border-radius: 999px;
  background: #fff;
  color: var(--d-navy);
  font: inherit;
  font-size: .8rem;
  cursor: pointer;
  transition: border-color .15s, background-color .15s;
}
.dsc-react button:hover { border-color: var(--d-gold); }
.dsc-react svg { width: 16px; height: 16px; }
.dsc-react button span { color: var(--l-ink); }
.dsc-react button[aria-pressed="true"] { border-color: var(--d-gold); background: #FBF3E2; color: var(--d-gold-d); }
.dsc-react button[aria-pressed="true"] span { font-weight: 800; }
.dsc-react button:disabled { opacity: .6; }
.dsc-article__read { margin: 0 0 18px; font-size: .8rem; color: var(--l-muted); }

.dsc-facts { width: 100%; margin: 0 0 18px; border-collapse: collapse; font-size: .86rem; }
.dsc-facts th,
.dsc-facts td { padding: 10px 12px; border: 1px solid var(--l-line); text-align: left; vertical-align: top; }
.dsc-facts th { width: 120px; background: var(--l-tint); color: var(--d-navy); font-weight: 700; }
.dsc-facts a { color: var(--d-gold-d); font-weight: 600; }
.dsc-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 22px; }
.dsc-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border: 1px solid var(--d-gold);
  border-radius: 999px;
  background: var(--d-gold);
  color: #fff !important;
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none;
}
.dsc-btn:hover { background: #a8740b; }
.dsc-btn--ghost { border-color: var(--d-navy); background: transparent; color: var(--d-navy) !important; }
.dsc-btn--ghost:hover { background: var(--d-navy); color: #fff !important; }

/* Body copy */
.dsc-prose { font-size: .92rem; line-height: 1.8; color: var(--l-body); }
.dsc-prose > :first-child { margin-top: 0; }
.dsc-prose h2 { margin: 30px 0 10px; font-family: var(--d-font); font-size: 1.25rem; font-weight: 800; color: var(--d-navy); scroll-margin-top: 120px; }
.dsc-prose h3 { margin: 22px 0 8px; font-family: var(--d-font); font-size: 1.02rem; font-weight: 700; color: var(--d-navy); scroll-margin-top: 120px; }
.dsc-prose p { margin: 0 0 14px; }
.dsc-prose a { color: var(--d-gold-d); font-weight: 600; text-underline-offset: 2px; }
.dsc-prose a:hover { color: var(--d-navy); }
.dsc-prose img { display: block; height: auto; margin: 14px auto; border-radius: 10px; }
.dsc-prose ul,
.dsc-prose ol { margin: 0 0 14px; padding-left: 22px; }
.dsc-prose li { margin-bottom: 5px; }
.dsc-prose li::marker { color: var(--d-gold); }
.dsc-prose table { width: 100%; margin: 12px 0 20px; border-collapse: collapse; font-size: .82rem; }
.dsc-prose th,
.dsc-prose td { padding: 8px 10px; border: 1px solid var(--l-line); text-align: center; }
.dsc-prose th { background: var(--l-tint); color: var(--d-navy); }
.dsc-prose blockquote { margin: 16px 0; padding: 12px 18px; border-left: 3px solid var(--d-gold); border-radius: 0 10px 10px 0; background: #FAF6EC; }
.dsc-mustread { margin: 26px 0 0; font-style: italic; text-align: center; color: var(--l-ink); }
.dsc-mustread a { color: var(--d-gold-d); font-weight: 600; }

.dsc-related { margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--l-line); }
.dsc-related__title { margin: 0 0 14px; font-family: var(--d-font); font-size: 1.2rem; font-weight: 800; color: var(--d-navy); }
.dsc-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.dsc-mini { color: var(--l-ink); text-decoration: none; }
.dsc-mini img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 10px; }
.dsc-mini small { display: block; margin-top: 8px; font-size: .7rem; font-weight: 700; color: var(--d-gold-d); text-transform: uppercase; letter-spacing: .05em; }
.dsc-mini b { display: block; margin-top: 3px; font-size: .92rem; line-height: 1.35; color: var(--d-navy); }
.dsc-mini:hover b { color: var(--d-gold-d); }
.dsc-related__links { display: flex; flex-wrap: wrap; gap: 18px; margin: 18px 0 0; font-size: .84rem; }
.dsc-related__links a { color: var(--d-navy); font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--d-gold); }
.dsc-related__links a:hover { color: var(--d-gold-d); }

/* Sidebar */
.dsc-side { display: flex; flex-direction: column; gap: 26px; min-width: 0; }
@media (min-width: 961px) {
  .dsc-side { position: sticky; top: 110px; max-height: calc(100vh - 130px); overflow-y: auto; scrollbar-width: thin; padding-right: 4px; }
}
.dsc-toc { overflow: hidden; border: 1px solid #DCE8EC; border-radius: 12px; background: #fff; font-size: .8rem; }
.dsc-toc__title { margin: 0; padding: 11px 12px 9px; background: var(--d-navy); color: #fff; font-weight: 700; }
.dsc-toc a { display: block; padding: 9px 12px; border-top: 1px solid #E8F0F3; color: var(--l-ink); text-decoration: none; }
.dsc-toc a.is-sub { padding-left: 24px; }
.dsc-toc a:hover,
.dsc-toc a.is-on { background: var(--l-tint); color: var(--d-navy); box-shadow: inset 3px 0 0 var(--d-gold); }

.dsc-links { font-size: .78rem; text-align: center; }
.dsc-links__title { margin: 0 0 10px; font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--d-navy); }
.dsc-links a:not(.dsc-links__all) {
  display: block;
  padding: 8px 10px;
  border-bottom: 1px solid #fff;
  background: var(--l-tint);
  color: var(--l-ink);
  text-decoration: none;
  transition: background-color .15s, color .15s;
}
.dsc-links a:not(.dsc-links__all):first-of-type { border-radius: 10px 10px 0 0; }
.dsc-links a:not(.dsc-links__all):hover { background: #DCEEF2; color: var(--d-navy); }
.dsc-links__all { display: inline-block; margin-top: 10px; color: var(--d-gold-d); font-weight: 700; text-decoration: underline; }

.dsc-mail {
  padding: 18px 14px 20px;
  border: 1px solid #DCE8EC;
  border-radius: 12px;
  background: linear-gradient(180deg, #F3F9FA, #FFFFFF);
  text-align: left;
}
.dsc-mail__ic { display: block; width: 34px; margin: 0 auto 6px; color: var(--d-gold); }
.dsc-mail__ic svg { display: block; width: 34px; height: 34px; }
.dsc-mail__title { margin: 0; font-size: 1.05rem; font-weight: 800; line-height: 1.25; text-align: center; color: var(--d-navy); }
.dsc-mail__text { margin: 8px 0 12px; font-size: .76rem; line-height: 1.45; text-align: center; color: var(--l-body); }
.dsc-mail label { display: block; margin: 8px 0 3px; font-size: .74rem; font-weight: 600; color: var(--l-ink); }
.dsc-mail label span { color: #c0392b; }
.dsc-mail input {
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #C9D5DB;
  border-radius: 8px;
  background: #fff;
  font: inherit;
  font-size: .84rem;
}
.dsc-mail input:focus { outline: none; border-color: var(--d-gold); box-shadow: 0 0 0 3px rgba(189, 131, 13, .15); }
.dsc-mail button {
  width: 100%;
  margin-top: 14px;
  padding: 10px 20px;
  border: 0;
  border-radius: 999px;
  background: var(--d-navy);
  color: #fff;
  font: inherit;
  font-size: .8rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color .15s;
}
.dsc-mail button:hover { background: var(--d-gold); }
.dsc-mail button:disabled { opacity: .6; }
.dsc-mail__msg { margin: 8px 0 0; font-size: .74rem; font-weight: 700; }
.dsc-mail__msg:empty { display: none; }
.dsc-mail__msg.is-ok { color: #1e7d32; }
.dsc-mail__msg.is-err { color: #c0392b; }

.dsc-side__label { margin: 0 0 -16px; font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: var(--d-navy); }
.dsc-slider { position: relative; aspect-ratio: 3 / 4; overflow: hidden; border-radius: 12px; background: var(--d-navy-2); }
.dsc-slide { position: absolute; inset: 0; display: block; color: #fff; text-decoration: none; }
.dsc-slide[hidden] { display: none; }
.dsc-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.dsc-slide__panel {
  position: absolute;
  top: 14%;
  bottom: 0;
  left: 8%;
  width: 62%;
  padding: 12px 10px 44px;
  background: rgba(31, 52, 65, .8);
}
.dsc-slide__chip {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--d-gold);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.dsc-slide__panel b { display: block; margin-top: 10px; font-size: .88rem; line-height: 1.35; }
.dsc-slide__panel small { display: block; margin-top: 8px; font-size: .68rem; font-weight: 700; color: var(--d-sky); }
.dsc-slide:hover b { text-decoration: underline; }
.dsc-slider__nav { position: absolute; right: 0; bottom: 0; display: flex; }
.dsc-slider__nav button {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: rgba(31, 52, 65, .85);
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}
.dsc-slider__nav button:hover { background: var(--d-gold); }

/* ============================================================ SCREENS */
@media (max-width: 960px) {
  .dsc-detail { grid-template-columns: minmax(0, 1fr); }
  .dsc-side { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
  .dsc-side__label { margin: 0; }
  .dsc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dsc-stories__track { grid-auto-columns: calc((100% - 3 * 12px) / 4); }
}
@media (max-width: 620px) {
  .dsc-grid,
  .dsc-related__grid,
  .dsc-side { grid-template-columns: minmax(0, 1fr); }
  .dsc-promo { grid-template-columns: 34% minmax(0, 1fr); }
  .dsc-promo__media { grid-row: span 2; }
  .dsc-promo__cta { grid-column: 2; justify-self: start; margin: 0 0 12px; }
  .dsc-promo__brand { display: none; }
  .dsc-stories__track { grid-auto-columns: 42%; }
  .dsc-slider { aspect-ratio: 4 / 3; }
}
@media (prefers-reduced-motion: reduce) {
  .dsc-card, .dsc-card__media img, .dsc-story__media img { transition: none; }
  .dsc-card:hover { transform: none; }
}
