@charset "UTF-8";

/* Shared editorial system for Navi Cebu hub and article pages. */

.nc-media-page {
  --nc-media-wide: 1320px;
  background:
    radial-gradient(circle at 100% 7%, rgba(35, 195, 206, 0.09), transparent 24rem),
    var(--nc-paper);
}

.nc-media-page .nc-primary-nav a[aria-current="page"] {
  color: var(--nc-ocean-deep);
}

.nc-media-page .nc-primary-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nc-media-page .nc-mobile-menu-main a[aria-current="page"] {
  color: var(--nc-ocean-deep);
  background: rgba(35, 195, 206, 0.08);
}

.nc-media-page .nc-container {
  width: min(var(--nc-max), calc(100% - 64px));
}

.nc-media-page svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.nc-breadcrumb {
  display: flex;
  min-height: 24px;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  color: var(--nc-muted);
  font-size: 12px;
  font-weight: 700;
}

.nc-breadcrumb a {
  text-decoration: underline;
  text-decoration-color: rgba(70, 104, 126, 0.34);
  text-underline-offset: 4px;
}

.nc-breadcrumb-light {
  color: rgba(255, 255, 255, 0.76);
}

.nc-breadcrumb-light a {
  text-decoration-color: rgba(255, 255, 255, 0.38);
}

.nc-media-section {
  padding: clamp(74px, 8vw, 112px) 0;
}

.nc-media-section + .nc-media-section {
  padding-top: clamp(42px, 5vw, 70px);
}

.nc-media-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  margin-bottom: 38px;
  align-items: end;
  gap: 56px;
}

.nc-media-section-head h2 {
  max-width: 760px;
  margin: 0;
  color: var(--nc-navy);
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.25;
}

.nc-media-section-head > p {
  max-width: 470px;
  margin: 0 0 4px;
  color: var(--nc-muted);
  font-size: 15px;
  line-height: 1.9;
}

.nc-media-section-head-compact {
  grid-template-columns: minmax(0, 1fr) auto;
}

.nc-section-jump {
  display: inline-flex;
  min-height: 46px;
  padding: 0 4px 5px;
  border-bottom: 1px solid currentColor;
  align-items: center;
  gap: 12px;
  color: var(--nc-ocean-deep);
  font-size: 13px;
  font-weight: 900;
}

.nc-section-jump svg {
  width: 20px;
  height: 20px;
}

/* Hub hero */

.nc-hub-hero {
  position: relative;
  display: flex;
  min-height: min(700px, 82vh);
  padding: calc(var(--nc-header-h) + 54px) 0 68px;
  align-items: center;
  overflow: hidden;
  color: var(--nc-navy-deep);
  background:
    radial-gradient(circle at 8% 16%, rgba(35, 195, 206, 0.13), transparent 25rem),
    linear-gradient(135deg, #fffdf9 0%, #f2fbf9 100%);
}

.nc-hub-hero-image,
.nc-hub-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.nc-hub-hero-image {
  right: 0;
  left: auto;
  width: 52%;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 0 96px;
  filter: brightness(1.04) saturate(1.07);
  transform: scale(1.01);
}

.nc-hub-hero-overlay {
  display: none;
}

.nc-hub-hero-content {
  position: relative;
  z-index: 2;
  padding-right: 0;
}

.nc-hub-hero .nc-breadcrumb {
  margin-bottom: clamp(38px, 6vh, 68px);
  color: #5b7279;
}

.nc-hub-hero .nc-breadcrumb-light a {
  text-decoration-color: rgba(3, 109, 126, 0.3);
}

.nc-hub-hero .nc-eyebrow-light {
  color: var(--nc-ocean-deep);
}

.nc-hub-hero-accent {
  position: absolute;
  right: auto;
  bottom: -54px;
  left: 0;
  margin: 0;
  color: rgba(3, 109, 126, 0.08);
  font-family: "Outfit", sans-serif;
  font-size: clamp(60px, 9vw, 132px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.84;
  white-space: nowrap;
}

.nc-hub-hero h1 {
  max-width: 540px;
  margin: 0;
  color: var(--nc-navy-deep);
  font-size: clamp(44px, 3.6vw, 58px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.14;
  text-wrap: balance;
  text-shadow: none;
}

.nc-hub-hero-lead {
  max-width: 520px;
  margin: 24px 0 0;
  color: #41616b;
  font-size: clamp(15px, 1.45vw, 18px);
  font-weight: 600;
  line-height: 1.95;
}

.nc-hub-hero-cta {
  display: inline-flex;
  min-height: 52px;
  margin-top: 30px;
  padding: 0 22px;
  border: 1px solid var(--nc-coral);
  border-radius: 999px;
  align-items: center;
  gap: 16px;
  color: var(--nc-white);
  background: var(--nc-coral);
  box-shadow: 0 12px 26px rgba(255, 111, 81, 0.2);
  font-size: 13px;
  font-weight: 900;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.nc-hub-hero-cta:hover {
  border-color: var(--nc-ocean-deep);
  color: var(--nc-white);
  background: var(--nc-ocean-deep);
}

.nc-hub-hero-cta svg {
  width: 20px;
  height: 20px;
}

.nc-hub-photo-note {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 16px;
  margin: 0;
  padding: 5px 8px;
  border-radius: 999px;
  color: rgba(7, 48, 60, 0.72);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(8px);
  font-family: "Outfit", sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.nc-hub-subnav {
  position: sticky;
  z-index: 40;
  top: 68px;
  border-bottom: 1px solid rgba(16, 52, 74, 0.09);
  background: rgba(255, 253, 249, 0.95);
  backdrop-filter: blur(14px);
}

.nc-hub-subnav > div {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 5vw, 68px);
}

.nc-hub-subnav a {
  position: relative;
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  color: var(--nc-muted);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.nc-hub-subnav a::after {
  position: absolute;
  right: 50%;
  bottom: -1px;
  left: 50%;
  height: 2px;
  background: var(--nc-ocean);
  content: "";
  transition: right 160ms ease, left 160ms ease;
}

.nc-hub-subnav a:hover {
  color: var(--nc-ocean-deep);
}

.nc-hub-subnav a:hover::after {
  right: 0;
  left: 0;
}

/* Editorial lead */

.nc-hub-first {
  background: var(--nc-paper);
}

.nc-hub-feature-layout {
  display: grid;
  height: 610px;
  grid-template-columns: minmax(0, 1.42fr) minmax(310px, 0.58fr);
  min-height: 0;
  gap: 18px;
}

.nc-hub-feature-lead,
.nc-hub-feature-lead a,
.nc-hub-feature-side,
.nc-hub-feature-side article,
.nc-hub-feature-side a {
  min-width: 0;
  min-height: 0;
}

.nc-hub-feature-lead {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 52, 74, 0.09);
  border-radius: 18px 18px 4px 18px;
  background: var(--nc-white);
  box-shadow: var(--nc-shadow-soft);
}

.nc-hub-feature-lead a {
  position: relative;
  display: grid;
  height: 100%;
  min-height: 0;
  grid-template-rows: minmax(340px, 1fr) auto;
  align-items: stretch;
  color: var(--nc-navy-deep);
}

.nc-hub-feature-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.nc-hub-feature-lead img {
  position: relative;
  inset: auto;
  grid-row: 1;
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  filter: brightness(1.04) saturate(1.06);
  transition: transform 500ms ease;
}

.nc-hub-feature-overlay {
  display: none;
}

.nc-hub-feature-lead a > div {
  position: relative;
  z-index: 2;
  grid-row: 2;
  max-width: none;
  padding: clamp(24px, 3vw, 34px);
  background: var(--nc-white);
}

.nc-hub-feature-lead p {
  margin: 0 0 12px;
  color: var(--nc-ocean-deep);
  font-family: "Outfit", "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.nc-hub-feature-lead h3 {
  margin: 0;
  color: var(--nc-navy-deep);
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.36;
  text-wrap: balance;
}

.nc-hub-feature-link {
  display: inline-flex;
  margin-top: 20px;
  padding: 9px 13px;
  border-radius: 999px;
  align-items: center;
  gap: 12px;
  color: var(--nc-ocean-deep);
  background: #ecf9f8;
  font-size: 12px;
  font-weight: 900;
}

.nc-hub-feature-link svg {
  width: 20px;
  height: 20px;
}

.nc-hub-feature-lead a:hover img {
  transform: scale(1.035);
}

.nc-hub-feature-side {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.nc-hub-feature-side article {
  overflow: hidden;
  border: 1px solid rgba(16, 52, 74, 0.08);
  border-radius: 4px 18px 18px 18px;
  background: var(--nc-white);
  box-shadow: var(--nc-shadow-soft);
}

.nc-hub-feature-side a {
  display: grid;
  height: 100%;
  grid-template-rows: minmax(150px, 1.1fr) minmax(138px, 0.9fr);
}

.nc-hub-feature-side img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: brightness(1.04) saturate(1.05);
  transition: transform 400ms ease;
}

.nc-hub-feature-side a > div {
  padding: 19px 22px 22px;
}

.nc-hub-feature-side p {
  margin: 0 0 7px;
  color: var(--nc-ocean-deep);
  font-family: "Outfit", "Zen Kaku Gothic New", sans-serif;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.nc-hub-feature-side h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nc-hub-feature-side span {
  display: inline-block;
  margin-top: 10px;
  color: var(--nc-muted);
  font-size: 10px;
  font-weight: 700;
}

.nc-hub-feature-side a:hover img {
  transform: scale(1.035);
}

/* Theme rail */

.nc-hub-themes {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(244, 251, 252, 0.75), rgba(255, 253, 249, 0.85)),
    var(--nc-paper);
}

.nc-hub-theme-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.nc-hub-theme-card {
  min-width: 0;
}

.nc-hub-theme-card button {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 440px;
  padding: 0;
  border: 1px solid rgba(16, 52, 74, 0.1);
  border-radius: 6px 6px 18px 6px;
  grid-template-rows: minmax(246px, 1fr) auto;
  align-items: stretch;
  overflow: hidden;
  color: var(--nc-navy-deep);
  background: var(--nc-white);
  box-shadow: 0 14px 34px rgba(7, 62, 83, 0.09);
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.nc-hub-theme-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.nc-hub-theme-card img {
  position: relative;
  inset: auto;
  grid-row: 1;
  width: 100%;
  height: 100%;
  min-height: 246px;
  object-fit: cover;
  filter: brightness(1.05) saturate(1.06);
  transition: transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.nc-hub-theme-shade {
  display: none;
}

.nc-hub-theme-copy {
  position: relative;
  z-index: 2;
  display: block;
  grid-row: 2;
  min-height: 176px;
  padding: 22px 21px 21px;
  background: var(--nc-white);
}

.nc-hub-theme-copy strong {
  display: block;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.nc-hub-theme-copy small {
  display: -webkit-box;
  overflow: hidden;
  min-height: 48px;
  margin-top: 8px;
  color: var(--nc-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nc-hub-theme-copy > span {
  display: inline-flex;
  margin-top: 16px;
  align-items: center;
  gap: 10px;
  color: var(--nc-ocean-deep);
  font-size: 11px;
  font-weight: 900;
}

.nc-hub-theme-copy svg {
  width: 18px;
  height: 18px;
}

.nc-hub-theme-card button:hover img {
  transform: scale(1.045);
}

.nc-hub-theme-card button:hover {
  border-color: rgba(3, 109, 126, 0.42);
  box-shadow: 0 20px 42px rgba(7, 62, 83, 0.14);
  transform: translateY(-3px);
}

/* Story index */

.nc-hub-stories {
  background: var(--nc-paper);
}

.nc-hub-result-note {
  margin: 22px 0 16px;
  color: var(--nc-muted);
  font-size: 11px;
}

.nc-hub-result-note strong {
  margin-right: 2px;
  color: var(--nc-navy);
  font-family: "Outfit", sans-serif;
  font-size: 15px;
}

.nc-hub-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 22px;
}

.nc-hub-story[hidden] {
  display: none;
}

.nc-hub-story {
  min-width: 0;
}

.nc-hub-story a {
  display: block;
}

.nc-hub-story-media {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 14px 5px;
  background: var(--nc-mist);
  aspect-ratio: 16 / 10.5;
}

.nc-hub-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.04) saturate(1.06);
  transition: transform 420ms ease;
}

.nc-hub-story-media > span {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  min-height: 30px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  align-items: center;
  color: var(--nc-ocean-deep);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 14px rgba(7, 62, 83, 0.09);
  backdrop-filter: blur(8px);
  font-size: 10px;
  font-weight: 900;
}

.nc-hub-photo-credit {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  max-width: calc(100% - 20px);
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  color: rgba(7, 48, 60, 0.76);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 4px 12px rgba(7, 62, 83, 0.08);
  backdrop-filter: blur(8px);
  font-family: "Outfit", sans-serif;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-align: right;
}

.nc-hub-story-copy {
  padding: 16px 3px 0;
}

.nc-hub-story-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--nc-muted);
  font-size: 9px;
  font-weight: 800;
}

.nc-hub-story-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.nc-hub-story-meta svg {
  width: 13px;
  height: 13px;
}

.nc-hub-story h3 {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.028em;
  line-height: 1.52;
}

.nc-hub-story-copy > p {
  display: -webkit-box;
  overflow: hidden;
  margin: 9px 0 0;
  color: var(--nc-muted);
  font-size: 12px;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nc-text-link {
  display: inline-flex;
  margin-top: 15px;
  align-items: center;
  gap: 8px;
  color: var(--nc-ocean-deep);
  font-size: 11px;
  font-weight: 900;
}

.nc-text-link svg {
  width: 17px;
  height: 17px;
}

.nc-hub-story a:hover .nc-hub-story-media img {
  transform: scale(1.04);
}

.nc-hub-story a:hover h3 {
  color: var(--nc-ocean-deep);
}

/* Hub to study guide */

.nc-hub-bridge {
  padding: 92px 0;
  color: var(--nc-navy-deep);
  background:
    radial-gradient(circle at 12% 10%, rgba(35, 195, 206, 0.2), transparent 23rem),
    radial-gradient(circle at 92% 80%, rgba(255, 205, 82, 0.2), transparent 22rem),
    linear-gradient(135deg, #eaf8f7, #fffaf0);
}

.nc-hub-bridge > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(44px, 7vw, 96px);
}

.nc-hub-bridge-copy h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: -0.048em;
  line-height: 1.3;
}

.nc-hub-bridge-copy > p:not(.nc-eyebrow) {
  max-width: 620px;
  margin: 22px 0 0;
  color: #4f6b73;
  font-size: 14px;
  line-height: 1.9;
}

.nc-hub-bridge-copy > div {
  display: flex;
  margin-top: 28px;
  flex-wrap: wrap;
  gap: 10px;
}

.nc-hub-bridge-copy a {
  display: inline-flex;
  min-height: 50px;
  padding: 0 19px;
  border: 1px solid rgba(3, 109, 126, 0.3);
  border-radius: 999px;
  align-items: center;
  gap: 12px;
  color: var(--nc-navy-deep);
  background: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 900;
}

.nc-hub-bridge-copy a:first-child {
  border-color: var(--nc-coral);
  color: var(--nc-white);
  background: var(--nc-coral);
}

.nc-hub-bridge-copy a:hover {
  border-color: var(--nc-ocean-deep);
}

.nc-hub-bridge .nc-eyebrow-light {
  color: var(--nc-ocean-deep);
}

.nc-hub-bridge-copy svg {
  width: 18px;
  height: 18px;
}

.nc-hub-bridge > div > img {
  width: 100%;
  height: 440px;
  border-radius: 80px 8px 80px 8px;
  object-fit: cover;
  filter: brightness(1.04) saturate(1.05);
  box-shadow: 28px 28px 0 rgba(35, 195, 206, 0.2);
}

/* Article */

.nc-reading-progress {
  position: fixed;
  z-index: 120;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
}

.nc-reading-progress::before {
  display: block;
  width: var(--nc-reading-progress, 0%);
  height: 100%;
  background: linear-gradient(90deg, var(--nc-coral), var(--nc-sun));
  content: "";
  transition: width 80ms linear;
}

.nc-article-main {
  padding-top: var(--nc-header-h);
}

.nc-article-intro {
  padding: 46px 0 38px;
}

.nc-media-page[data-article-type="shopping"] .nc-article-intro {
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 205, 82, 0.2), transparent 24rem),
    radial-gradient(circle at 8% 78%, rgba(255, 138, 61, 0.1), transparent 22rem),
    linear-gradient(135deg, #fffdf9 0%, #f2fbf9 100%);
}

.nc-media-page[data-article-type="shopping"] .nc-article-kickers span:first-child {
  background: var(--nc-coral);
}

.nc-media-page[data-article-type="shopping"] .nc-article-hero img {
  filter: brightness(1.13) saturate(1.08);
}

.nc-media-page[data-article-type="shopping"] .nc-article-summary {
  border-color: rgba(255, 138, 61, 0.28);
  background: linear-gradient(135deg, #fff8e9, #fffdf9);
}

.nc-media-page[data-article-type="shopping"] .nc-article-summary::before {
  background: linear-gradient(180deg, var(--nc-coral), var(--nc-sun));
}

.nc-article-intro .nc-breadcrumb {
  margin-bottom: 42px;
}

.nc-article-title-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.42fr);
  align-items: end;
  gap: 68px;
}

.nc-article-kickers {
  display: flex;
  margin-bottom: 17px;
  flex-wrap: wrap;
  gap: 8px;
}

.nc-article-kickers span {
  display: inline-flex;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  align-items: center;
  color: var(--nc-ocean-deep);
  background: #e7f9fa;
  font-size: 10px;
  font-weight: 900;
}

.nc-article-kickers span:first-child {
  color: var(--nc-white);
  background: var(--nc-navy);
}

.nc-article-title h1 {
  max-width: 900px;
  margin: 0;
  color: var(--nc-navy);
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.28;
  text-wrap: balance;
}

.nc-article-dek {
  max-width: 820px;
  margin: 22px 0 0;
  color: var(--nc-muted);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 2;
}

.nc-article-byline {
  padding: 22px 0 4px;
  border-top: 1px solid var(--nc-line);
}

.nc-article-byline > p {
  margin: 0;
  color: var(--nc-muted);
  font-size: 10px;
}

.nc-article-byline dl {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 14px 0 0;
  gap: 7px 13px;
  font-size: 11px;
}

.nc-article-byline dt {
  color: var(--nc-muted);
}

.nc-article-byline dd {
  margin: 0;
  color: var(--nc-navy);
  font-weight: 900;
}

.nc-article-actions {
  display: flex;
  margin-top: 18px;
  gap: 7px;
}

.nc-article-actions button,
.nc-article-actions a {
  display: inline-flex;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid var(--nc-line);
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  color: var(--nc-muted);
  background: var(--nc-white);
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

.nc-article-actions svg {
  width: 15px;
  height: 15px;
}

.nc-article-hero {
  width: min(var(--nc-media-wide), calc(100% - 48px));
  margin-inline: auto;
}

.nc-article-hero figure {
  margin: 0;
}

.nc-article-hero-frame {
  display: grid;
  width: 100%;
  max-height: 690px;
  border-radius: 8px 8px 30px 8px;
  aspect-ratio: var(--nc-article-hero-ratio, 5 / 3);
  overflow: hidden;
  place-items: center;
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 205, 82, 0.2), transparent 22rem),
    linear-gradient(135deg, #e8f7f5, #fffaf1);
}

.nc-article-hero--portrait .nc-article-hero-frame {
  aspect-ratio: 16 / 9;
}

.nc-article-hero--square .nc-article-hero-frame {
  aspect-ratio: 4 / 3;
}

.nc-article-hero img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  filter: brightness(1.03) saturate(1.05);
}

.nc-article-hero figcaption,
.nc-article-figure figcaption {
  margin-top: 10px;
  color: var(--nc-muted);
  font-size: 9px;
  line-height: 1.65;
}

.nc-article-shell {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(240px, 290px);
  padding-top: 64px;
  padding-bottom: 110px;
  align-items: start;
  justify-content: space-between;
  gap: clamp(54px, 8vw, 112px);
}

.nc-article-body {
  min-width: 0;
  color: #173f55;
  font-size: 18px;
  line-height: 2;
}

.nc-article-body > p {
  margin: 0 0 28px;
}

.nc-article-body > p:first-child {
  color: var(--nc-navy);
  font-size: 19px;
  font-weight: 700;
}

.nc-article-summary {
  position: relative;
  padding: 30px 32px 30px 38px;
  margin: 0 0 56px;
  border: 1px solid #bfe7e8;
  border-radius: 6px 6px 18px 6px;
  background: linear-gradient(135deg, #f1fbfb, #fffdf9);
}

.nc-article-summary::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  border-radius: 6px 0 0 6px;
  background: var(--nc-turquoise);
  content: "";
}

.nc-article-summary > p {
  margin: 0;
  color: var(--nc-ocean-deep);
  font-size: 12px;
  font-weight: 900;
}

.nc-article-summary ul {
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.nc-article-summary li {
  position: relative;
  padding-left: 28px;
  color: var(--nc-navy);
  font-size: 14px;
  font-weight: 700;
}

.nc-article-summary li + li {
  margin-top: 9px;
}

.nc-article-summary li::before {
  position: absolute;
  top: 0.62em;
  left: 3px;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid var(--nc-ocean);
  border-left: 2px solid var(--nc-ocean);
  content: "";
  transform: rotate(-45deg);
}

.nc-article-body h2 {
  position: relative;
  padding-top: 24px;
  margin: 76px 0 28px;
  color: var(--nc-navy);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.45;
  scroll-margin-top: 140px;
  text-wrap: balance;
}

.nc-article-body h2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--nc-coral), var(--nc-sun));
  content: "";
}

.nc-article-body h3 {
  margin: 46px 0 18px;
  color: var(--nc-navy);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.55;
}

.nc-article-body a:not(.nc-place-link) {
  color: var(--nc-ocean-deep);
  text-decoration: underline;
  text-decoration-color: rgba(3, 109, 126, 0.35);
  text-underline-offset: 4px;
}

.nc-article-figure {
  margin: 40px 0 46px;
}

.nc-article-figure img {
  width: 100%;
  max-height: 520px;
  border-radius: 5px 5px 18px 5px;
  object-fit: cover;
  filter: brightness(1.03) saturate(1.05);
}

.nc-article-figure-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.nc-article-figure-pair img {
  height: 360px;
}

.nc-article-note {
  padding: 24px 26px;
  margin: 34px 0;
  border-left: 4px solid var(--nc-sun);
  background: #fff8e8;
}

.nc-article-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--nc-navy);
  font-size: 13px;
}

.nc-article-note p {
  margin: 0;
  color: var(--nc-muted);
  font-size: 13px;
  line-height: 1.85;
}

.nc-article-choice-grid {
  display: grid;
  margin: 30px 0 46px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.nc-article-choice-grid article {
  min-width: 0;
  padding: 24px 23px 25px;
  border: 1px solid var(--nc-line);
  border-radius: 6px 6px 18px 6px;
  background: var(--nc-white);
  box-shadow: 0 12px 28px rgba(7, 62, 83, 0.07);
}

.nc-article-choice-grid span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: var(--nc-ocean-deep);
  background: #e8f8f7;
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  font-weight: 900;
}

.nc-media-page[data-article-type="shopping"] .nc-article-choice-grid span {
  color: #a74725;
  background: #fff0e7;
}

.nc-article-choice-grid h3 {
  margin: 16px 0 8px;
  color: var(--nc-navy);
  font-size: 17px;
  line-height: 1.5;
}

.nc-article-choice-grid p {
  margin: 0;
  color: var(--nc-muted);
  font-size: 12px;
  line-height: 1.78;
}

.nc-article-checklist {
  display: grid;
  padding: 26px;
  margin: 32px 0 48px;
  border: 1px solid rgba(3, 109, 126, 0.18);
  border-radius: 6px 6px 18px 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
  background: linear-gradient(135deg, #edf9f8, #fffdf9);
}

.nc-article-checklist p {
  position: relative;
  padding-left: 26px;
  margin: 0;
  color: var(--nc-navy);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
}

.nc-article-checklist p::before {
  position: absolute;
  top: 0.5em;
  left: 2px;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid var(--nc-ocean);
  border-left: 2px solid var(--nc-ocean);
  content: "";
  transform: rotate(-45deg);
}

.nc-place-card {
  display: grid;
  grid-template-columns: 132px 1fr;
  margin: 28px 0;
  border: 1px solid var(--nc-line);
  border-radius: 5px 5px 16px 5px;
  overflow: hidden;
  background: var(--nc-white);
}

.nc-place-card > img {
  width: 100%;
  height: 100%;
  min-height: 154px;
  object-fit: cover;
  filter: brightness(1.03) saturate(1.05);
}

.nc-place-card > div {
  padding: 20px 23px;
}

.nc-place-card p {
  margin: 0;
  color: var(--nc-ocean-deep);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.nc-place-card h3 {
  margin: 5px 0 9px;
  font-size: 18px;
}

.nc-place-card dl {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 0;
  gap: 3px 12px;
  color: var(--nc-muted);
  font-size: 11px;
  line-height: 1.7;
}

.nc-place-card dd {
  margin: 0;
  color: var(--nc-ink);
  font-weight: 700;
}

.nc-article-table-wrap {
  margin: 32px 0 42px;
  overflow-x: auto;
}

.nc-article-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 12px;
}

.nc-article-table th,
.nc-article-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--nc-line);
  text-align: left;
  vertical-align: top;
}

.nc-article-table th {
  color: var(--nc-white);
  background: var(--nc-navy);
  font-weight: 900;
}

.nc-article-table tbody tr:nth-child(even) {
  background: var(--nc-mist);
}

.nc-article-sources {
  padding: 28px;
  margin-top: 70px;
  border: 1px solid var(--nc-line);
  border-radius: 5px;
  background: var(--nc-white);
}

.nc-article-sources h2 {
  padding: 0;
  margin: 0;
  font-size: 17px;
}

.nc-article-sources h2::before {
  display: none;
}

.nc-article-sources p,
.nc-article-sources li {
  color: var(--nc-muted);
  font-size: 11px;
  line-height: 1.8;
}

.nc-article-sources ul {
  padding-left: 1.3em;
  margin: 13px 0 0;
}

.nc-article-correction {
  padding: 24px 0 0;
  margin-top: 24px;
  border-top: 1px solid var(--nc-line);
}

.nc-article-correction strong {
  display: block;
  color: var(--nc-navy);
  font-size: 12px;
}

.nc-article-correction p {
  margin: 7px 0 0;
}

.nc-article-sidebar {
  position: sticky;
  top: 102px;
}

.nc-article-toc {
  padding: 24px;
  border: 1px solid var(--nc-line);
  border-radius: 5px 5px 16px 5px;
  background: var(--nc-white);
}

.nc-article-toc > p {
  margin: 0 0 15px;
  color: var(--nc-muted);
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.nc-article-toc ol {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: toc;
}

.nc-article-toc li {
  counter-increment: toc;
}

.nc-article-toc li + li {
  margin-top: 5px;
}

.nc-article-toc a {
  position: relative;
  display: block;
  padding: 9px 10px 9px 34px;
  border-radius: 5px;
  color: var(--nc-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.55;
}

.nc-article-toc a::before {
  position: absolute;
  top: 9px;
  left: 10px;
  color: var(--nc-ocean);
  content: "0" counter(toc);
  font-family: "Outfit", sans-serif;
  font-size: 9px;
  font-weight: 900;
}

.nc-article-toc a:hover,
.nc-article-toc a.is-current {
  color: var(--nc-navy);
  background: var(--nc-mist);
}

.nc-article-toc a.is-current::after {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 3px;
  border-radius: 999px;
  background: var(--nc-coral);
  content: "";
}

.nc-article-editor {
  display: grid;
  grid-template-columns: 50px 1fr;
  padding: 23px 5px;
  margin-top: 18px;
  border-top: 1px solid var(--nc-line);
  border-bottom: 1px solid var(--nc-line);
  gap: 13px;
}

.nc-article-editor span {
  display: grid;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  place-items: center;
  color: var(--nc-white);
  background: linear-gradient(135deg, var(--nc-ocean), var(--nc-navy));
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 900;
}

.nc-article-editor small,
.nc-article-editor strong,
.nc-article-editor p {
  display: block;
  margin: 0;
}

.nc-article-editor small {
  color: var(--nc-muted);
  font-size: 8px;
  font-weight: 800;
}

.nc-article-editor strong {
  margin-top: 2px;
  color: var(--nc-navy);
  font-size: 12px;
}

.nc-article-editor p {
  margin-top: 4px;
  color: var(--nc-muted);
  font-size: 9px;
  line-height: 1.6;
}

.nc-article-side-cta {
  position: relative;
  display: grid;
  min-height: 0;
  margin-top: 18px;
  border: 1px solid var(--nc-line);
  border-radius: 5px 5px 16px 5px;
  grid-template-rows: 168px auto;
  overflow: hidden;
  color: var(--nc-navy-deep);
  background: var(--nc-white);
  box-shadow: var(--nc-shadow-soft);
}

.nc-article-side-cta img {
  position: relative;
  width: 100%;
  height: 168px;
  object-fit: cover;
  filter: brightness(1.04) saturate(1.05);
}

.nc-article-side-cta::after {
  display: none;
}

.nc-article-side-cta div {
  position: relative;
  padding: 17px 18px 19px;
}

.nc-article-side-cta small,
.nc-article-side-cta strong {
  display: block;
}

.nc-article-side-cta small {
  color: var(--nc-ocean-deep);
  font-family: "Outfit", sans-serif;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.nc-article-side-cta strong {
  margin-top: 5px;
  color: var(--nc-navy-deep);
  font-size: 16px;
  line-height: 1.5;
}

.nc-article-related {
  padding: 88px 0 100px;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 205, 82, 0.16), transparent 24rem),
    linear-gradient(180deg, #effaf9 0%, #fffdf9 100%);
}

.nc-article-related .nc-hub-story-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nc-article-related .nc-hub-story-media {
  background: var(--nc-white);
}

.nc-article-next-mobile {
  display: none;
}

@media (max-width: 1180px) {
  .nc-media-page .nc-container {
    width: min(var(--nc-max), calc(100% - 48px));
  }

  .nc-hub-subnav {
    top: 72px;
  }

  .nc-hub-feature-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(270px, 0.62fr);
  }

  .nc-hub-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nc-hub-theme-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nc-hub-theme-card button {
    min-height: 380px;
  }

  .nc-article-title-grid {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 40px;
  }

  .nc-article-shell {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 54px;
  }
}

@media (max-width: 820px) {
  .nc-media-page {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }

  .nc-media-page .nc-container {
    width: calc(100% - 36px);
  }

  .nc-media-section {
    padding: 64px 0;
  }

  .nc-media-section + .nc-media-section {
    padding-top: 28px;
  }

  .nc-media-section-head,
  .nc-media-section-head-compact {
    display: block;
    margin-bottom: 26px;
  }

  .nc-media-section-head h2 {
    font-size: 31px;
    line-height: 1.34;
  }

  .nc-media-section-head > p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.8;
  }

  .nc-media-section-head .nc-section-jump {
    margin-top: 17px;
  }

  .nc-hub-hero {
    display: block;
    min-height: 0;
    padding: calc(var(--nc-header-h) + min(66vw, 380px) + 32px) 0 50px;
    background:
      radial-gradient(circle at 92% 83%, rgba(255, 205, 82, 0.15), transparent 18rem),
      linear-gradient(180deg, #f0fbfa 0%, #fffdf9 100%);
  }

  .nc-hub-hero-image {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: calc(var(--nc-header-h) + min(66vw, 380px));
    min-height: 0;
    border-radius: 0 0 42px 0;
    object-position: center;
    transform: none;
  }

  .nc-hub-hero-overlay {
    display: none;
  }

  .nc-hub-hero-content {
    padding-right: 0;
  }

  .nc-hub-hero .nc-breadcrumb {
    position: static;
    margin: 0 0 25px;
  }

  .nc-hub-hero-accent {
    right: auto;
    bottom: -11px;
    left: 0;
    font-size: 54px;
    white-space: normal;
  }

  .nc-hub-hero h1 {
    font-size: clamp(34px, 9vw, 40px);
    line-height: 1.2;
  }

  .nc-hub-hero-lead {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.85;
  }

  .nc-hub-hero-cta {
    min-height: 48px;
    margin-top: 23px;
    padding-inline: 18px;
  }

  .nc-hub-photo-note {
    right: 12px;
    top: calc(var(--nc-header-h) + min(66vw, 380px) - 25px);
    bottom: auto;
    font-size: 7px;
  }

  .nc-hub-subnav {
    top: 64px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nc-hub-subnav::-webkit-scrollbar {
    display: none;
  }

  .nc-hub-subnav > div {
    width: max-content;
    min-width: 100%;
    min-height: 52px;
    padding-inline: 18px;
    justify-content: flex-start;
    gap: 26px;
  }

  .nc-hub-subnav a {
    min-height: 52px;
    font-size: 11px;
  }

  .nc-hub-feature-layout {
    display: block;
    height: auto;
    min-height: 0;
  }

  .nc-hub-feature-lead a {
    min-height: 0;
    grid-template-rows: 300px auto;
  }

  .nc-hub-feature-lead img {
    min-height: 300px;
  }

  .nc-hub-feature-lead a > div {
    padding: 28px 24px;
  }

  .nc-hub-feature-lead h3 {
    font-size: 29px;
    line-height: 1.38;
  }

  .nc-hub-feature-side {
    display: grid;
    margin-top: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 10px;
  }

  .nc-hub-feature-side a {
    display: block;
  }

  .nc-hub-feature-side img {
    height: 150px;
  }

  .nc-hub-feature-side a > div {
    padding: 14px;
  }

  .nc-hub-feature-side h3 {
    font-size: 14px;
  }

  .nc-hub-feature-side span {
    margin-top: 7px;
  }

  .nc-hub-theme-rail {
    display: flex;
    width: calc(100% + 18px);
    margin-right: -18px;
    padding: 0 18px 6px 0;
    overflow-x: auto;
    gap: 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .nc-hub-theme-rail::-webkit-scrollbar {
    display: none;
  }

  .nc-hub-theme-card {
    width: min(76vw, 302px);
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .nc-hub-theme-card button {
    min-height: 390px;
    grid-template-rows: 230px auto;
  }

  .nc-hub-theme-card img {
    min-height: 230px;
  }

  .nc-hub-theme-copy {
    min-height: 160px;
  }

  .nc-hub-story-grid {
    display: block;
  }

  .nc-hub-story + .nc-hub-story {
    padding-top: 22px;
    margin-top: 22px;
    border-top: 1px solid var(--nc-line);
  }

  .nc-hub-story > a {
    display: grid;
    grid-template-columns: minmax(116px, 38%) 1fr;
    align-items: start;
    gap: 15px;
  }

  .nc-hub-story-media {
    aspect-ratio: 1 / 1.04;
  }

  .nc-hub-story-media > span {
    min-height: 25px;
    padding: 0 8px;
    font-size: 8px;
  }

  .nc-hub-story-copy {
    padding: 0;
  }

  .nc-hub-story-meta {
    gap: 8px;
    font-size: 8px;
  }

  .nc-hub-story h3 {
    margin-top: 7px;
    font-size: 15px;
    line-height: 1.52;
  }

  .nc-hub-story-copy > p {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.65;
    -webkit-line-clamp: 2;
  }

  .nc-text-link {
    margin-top: 8px;
    font-size: 9px;
  }

  .nc-hub-bridge {
    padding: 66px 0;
  }

  .nc-hub-bridge > div {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }

  .nc-hub-bridge > div > img {
    height: 310px;
    border-radius: 54px 6px 54px 6px;
    box-shadow: 16px 16px 0 rgba(35, 195, 206, 0.12);
  }

  .nc-hub-bridge-copy h2 {
    font-size: 34px;
  }

  .nc-hub-bridge-copy > div {
    display: grid;
  }

  .nc-hub-bridge-copy a {
    justify-content: space-between;
  }

  .nc-article-main {
    padding-top: 64px;
  }

  .nc-article-intro {
    padding: 28px 0 26px;
  }

  .nc-article-intro .nc-breadcrumb {
    margin-bottom: 30px;
  }

  .nc-article-title-grid {
    display: block;
  }

  .nc-article-title h1 {
    font-size: 38px;
    line-height: 1.3;
  }

  .nc-article-dek {
    margin-top: 17px;
    font-size: 15px;
    line-height: 1.9;
  }

  .nc-article-byline {
    margin-top: 25px;
  }

  .nc-article-actions button,
  .nc-article-actions a {
    min-height: 44px;
  }

  .nc-article-hero {
    width: 100%;
  }

  .nc-article-hero-frame {
    max-height: none;
    border-radius: 0;
  }

  .nc-article-hero--portrait .nc-article-hero-frame {
    aspect-ratio: 4 / 5;
  }

  .nc-article-hero--square .nc-article-hero-frame {
    aspect-ratio: 1 / 1;
  }

  .nc-article-hero figcaption {
    padding-inline: 18px;
  }

  .nc-article-shell {
    display: block;
    padding-top: 46px;
    padding-bottom: 76px;
  }

  .nc-article-body {
    font-size: 17px;
    line-height: 1.98;
  }

  .nc-article-body > p:first-child {
    font-size: 18px;
  }

  .nc-article-summary {
    padding: 25px 21px 25px 28px;
    margin-bottom: 46px;
  }

  .nc-article-summary li {
    font-size: 13px;
  }

  .nc-article-body h2 {
    margin-top: 62px;
    font-size: 29px;
  }

  .nc-article-body h3 {
    margin-top: 38px;
    font-size: 20px;
  }

  .nc-article-choice-grid {
    display: flex;
    width: calc(100% + 18px);
    margin-right: -18px;
    padding: 0 18px 6px 0;
    overflow-x: auto;
    gap: 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .nc-article-choice-grid::-webkit-scrollbar {
    display: none;
  }

  .nc-article-choice-grid article {
    width: min(76vw, 290px);
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .nc-article-checklist {
    grid-template-columns: 1fr;
  }

  .nc-article-figure {
    width: calc(100% + 36px);
    margin-left: -18px;
  }

  .nc-article-figure img {
    max-height: 440px;
    border-radius: 0;
  }

  .nc-article-figure figcaption {
    padding-inline: 18px;
  }

  .nc-article-figure-pair {
    display: flex;
    padding: 0 18px;
    overflow-x: auto;
    gap: 8px;
    scroll-snap-type: x mandatory;
  }

  .nc-article-figure-pair img {
    width: 82%;
    height: 330px;
    flex: 0 0 auto;
    border-radius: 5px;
    scroll-snap-align: start;
  }

  .nc-place-card {
    display: block;
  }

  .nc-place-card > img {
    height: 210px;
  }

  .nc-article-sidebar {
    position: static;
    margin-top: 62px;
  }

  .nc-article-toc {
    display: none;
  }

  .nc-article-editor {
    margin-top: 0;
  }

  .nc-article-side-cta {
    min-height: 0;
    grid-template-rows: 220px auto;
  }

  .nc-article-side-cta img {
    height: 220px;
  }

  .nc-article-related {
    padding: 64px 0 76px;
  }

  .nc-article-related .nc-hub-story-grid {
    display: block;
  }

  .nc-article-next-mobile {
    position: fixed;
    z-index: 85;
    right: 11px;
    bottom: calc(74px + env(safe-area-inset-bottom));
    left: 11px;
    display: flex;
    min-height: 52px;
    padding: 8px 13px;
    border: 1px solid rgba(3, 109, 126, 0.2);
    border-radius: 12px;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
    color: var(--nc-navy-deep);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 32px rgba(7, 62, 83, 0.16);
    backdrop-filter: blur(10px);
  }

  .nc-article-next-mobile div {
    min-width: 0;
  }

  .nc-article-next-mobile small,
  .nc-article-next-mobile strong {
    display: block;
  }

  .nc-article-next-mobile small {
    color: var(--nc-ocean-deep);
    font-size: 8px;
    font-weight: 900;
  }

  .nc-article-next-mobile strong {
    overflow: hidden;
    margin-top: 1px;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nc-article-next-mobile svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
  }

  .nc-media-page[data-media-page="food"] .nc-hub-hero-image {
    object-position: 68% center;
  }

  .nc-media-page[data-media-page="life"] .nc-hub-hero-image {
    object-position: 58% center;
  }

  .nc-media-page[data-media-page="events"] .nc-hub-hero-image {
    object-position: 56% center;
  }
}

@media (max-width: 390px) {
  .nc-hub-feature-lead a {
    grid-template-rows: 260px auto;
  }

  .nc-hub-feature-lead img {
    min-height: 260px;
  }

  .nc-hub-feature-side {
    display: block;
  }

  .nc-hub-feature-side article + article {
    margin-top: 10px;
  }

  .nc-hub-feature-side a {
    display: grid;
    grid-template-columns: 124px 1fr;
  }

  .nc-hub-feature-side img {
    height: 100%;
    min-height: 144px;
  }

  .nc-hub-story > a {
    grid-template-columns: 118px 1fr;
    gap: 13px;
  }

  .nc-hub-story-copy > p {
    display: none;
  }

  .nc-article-title h1 {
    font-size: 34px;
  }

  .nc-media-page[data-article-type="shopping"] .nc-article-title h1 {
    font-size: 29px;
    line-height: 1.38;
  }

  .nc-article-figure-pair img {
    height: 290px;
  }
}

/* Retained legacy archive URLs */

.nc-prototype .nc-archive > header.nc-archive-hero-rich {
  padding-top: clamp(48px, 6vw, 76px);
  padding-bottom: clamp(46px, 6vw, 72px);
  overflow: hidden;
}

.nc-prototype .nc-archive-hero-rich .nc-breadcrumb {
  margin-bottom: clamp(26px, 4vw, 42px);
}

.nc-archive-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.84fr);
  align-items: center;
  gap: clamp(38px, 6vw, 86px);
}

.nc-archive-hero-copy .nc-media-section-head {
  display: block;
}

.nc-archive-hero-copy .nc-media-section-head > p {
  max-width: 620px;
  margin: 22px 0 0;
  color: #315d6f;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.9;
}

.nc-archive-hero-copy .nc-article-title h1 {
  font-size: clamp(40px, 5.4vw, 68px);
  letter-spacing: -0.055em;
  line-height: 1.2;
}

.nc-archive-related-links {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 10px;
}

.nc-archive-related-links a {
  display: inline-flex;
  min-height: 44px;
  padding: 10px 15px 10px 18px;
  border: 1px solid rgba(3, 109, 126, 0.17);
  border-radius: 999px;
  align-items: center;
  gap: 11px;
  color: var(--nc-ocean-deep);
  background: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.nc-archive-related-links a:hover {
  border-color: rgba(3, 109, 126, 0.36);
  box-shadow: 0 10px 28px rgba(7, 62, 83, 0.1);
  transform: translateY(-2px);
}

.nc-archive-related-links svg {
  width: 17px;
  height: 17px;
}

.nc-archive-hero-visual {
  position: relative;
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.78);
  border-radius: 34px 34px 34px 96px;
  background: #dff5f3;
  box-shadow: 0 28px 70px rgba(7, 62, 83, 0.16);
}

.nc-archive-hero-visual::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--nc-navy);
  background: rgba(255, 255, 255, 0.9);
  content: "CEBU, PHILIPPINES";
  font-family: "Outfit", sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.nc-archive-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  transition: transform 500ms ease;
}

.nc-archive-hero-visual:hover img {
  transform: scale(1.02);
}

/* Navi Cebu magazine */

.nc-magazine {
  padding-top: var(--nc-header-h);
  color: var(--nc-navy);
  background: #fffdfa;
}

.nc-magazine-hero {
  padding: clamp(36px, 5vw, 68px) 0 clamp(76px, 9vw, 124px);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 201, 77, 0.25), transparent 27rem),
    radial-gradient(circle at 8% 82%, rgba(35, 195, 206, 0.17), transparent 24rem),
    linear-gradient(135deg, #fffdf8 0%, #eefaf8 100%);
}

.nc-magazine-hero .nc-breadcrumb {
  margin-bottom: clamp(36px, 5vw, 60px);
}

.nc-magazine-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
}

.nc-magazine-hero-copy h1 {
  max-width: 720px;
  margin: 15px 0 0;
  color: var(--nc-navy-deep);
  font-size: clamp(42px, 4.6vw, 64px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 1.22;
}

.nc-magazine-hero-copy h1 span {
  white-space: nowrap;
}

.nc-magazine-hero-copy > p:not(.nc-eyebrow) {
  max-width: 620px;
  margin: 26px 0 0;
  color: #315d6f;
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.95;
}

.nc-magazine-hero-actions {
  display: flex;
  margin-top: 34px;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.nc-magazine-hero-actions .nc-primary-button {
  display: inline-flex;
  min-height: 52px;
  padding: 13px 18px 13px 21px;
  border-radius: 999px;
  align-items: center;
  gap: 13px;
  color: #082f43;
  background: linear-gradient(135deg, var(--nc-coral), #ff9366);
  box-shadow: 0 14px 32px rgba(255, 112, 76, 0.24);
  font-size: 12px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.nc-magazine-hero-actions .nc-primary-button:hover {
  box-shadow: 0 18px 38px rgba(255, 112, 76, 0.32);
  transform: translateY(-2px);
}

.nc-magazine-hero-actions .nc-primary-button svg {
  width: 19px;
  height: 19px;
}

.nc-magazine-hero-visual {
  position: relative;
  min-height: 520px;
}

.nc-magazine-photo {
  position: absolute;
  inset: 0 12% 12% 0;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.86);
  border-radius: 42px 42px 42px 110px;
  box-shadow: 0 30px 80px rgba(7, 62, 83, 0.18);
}

.nc-magazine-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nc-magazine-featured-cover {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(44%, 260px);
  padding: 11px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(7, 62, 83, 0.24);
  transform: rotate(2.2deg);
  transition: transform 220ms ease;
}

.nc-magazine-featured-cover:hover {
  transform: rotate(0deg) translateY(-5px);
}

.nc-magazine-featured-cover > span {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: -12px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--nc-navy);
  background: var(--nc-sun);
  font-family: "Outfit", sans-serif;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.nc-magazine-featured-cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  background: #f5f8f7;
}

.nc-magazine-issues {
  padding: clamp(74px, 9vw, 116px) 0 clamp(88px, 10vw, 136px);
}

.nc-magazine-grid {
  display: grid;
  margin-top: clamp(40px, 6vw, 68px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 38px);
}

.nc-magazine-card {
  min-width: 0;
}

.nc-magazine-card > a {
  display: block;
  height: 100%;
}

.nc-magazine-card-cover {
  position: relative;
  padding: clamp(12px, 1.4vw, 18px);
  overflow: hidden;
  border: 1px solid rgba(9, 63, 82, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(35, 195, 206, 0.08), rgba(255, 201, 77, 0.13)),
    #f7fbfa;
  box-shadow: 0 14px 38px rgba(7, 62, 83, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.nc-magazine-card:hover .nc-magazine-card-cover {
  box-shadow: 0 24px 54px rgba(7, 62, 83, 0.15);
  transform: translateY(-5px);
}

.nc-magazine-card-cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  background: #fff;
}

.nc-magazine-card-cover > span {
  position: absolute;
  top: 24px;
  right: 0;
  padding: 7px 12px;
  border-radius: 999px 0 0 999px;
  color: var(--nc-navy);
  background: var(--nc-sun);
  font-family: "Outfit", sans-serif;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.nc-magazine-card-copy {
  padding: 19px 4px 0;
}

.nc-magazine-card-copy time {
  color: var(--nc-ocean-deep);
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.nc-magazine-card-copy h3 {
  margin: 8px 0 15px;
  color: var(--nc-navy);
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.55;
}

.nc-magazine-next {
  padding: clamp(70px, 8vw, 104px) 0;
  color: #fff;
  background: var(--nc-navy-deep);
}

.nc-magazine-next h2 {
  margin: 12px 0 0;
  font-size: clamp(32px, 4.5vw, 54px);
  letter-spacing: -0.05em;
}

.nc-magazine-next > .nc-container > div {
  display: grid;
  margin-top: 34px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.15);
}

.nc-magazine-next a {
  display: flex;
  min-height: 76px;
  padding: 18px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--nc-navy-deep);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  transition: background 180ms ease;
}

.nc-magazine-next a:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* About Navi Cebu */

.nc-about-page {
  padding-top: var(--nc-header-h);
  color: var(--nc-navy);
  background: #fffdfa;
}

.nc-about-hero {
  padding: clamp(36px, 5vw, 66px) 0 clamp(70px, 9vw, 116px);
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 4%, rgba(255, 201, 77, 0.22), transparent 25rem),
    radial-gradient(circle at 8% 92%, rgba(35, 195, 206, 0.15), transparent 26rem),
    linear-gradient(135deg, #fffdf9 0%, #eefaf8 100%);
}

.nc-about-hero .nc-breadcrumb {
  margin-bottom: clamp(34px, 5vw, 58px);
}

.nc-about-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(440px, 1.2fr);
  align-items: center;
  gap: clamp(42px, 6vw, 84px);
}

.nc-about-hero-copy h1 {
  margin: 14px 0 0;
  color: var(--nc-navy-deep);
  font-size: clamp(46px, 6.2vw, 78px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 1.18;
}

.nc-about-hero-copy > p:not(.nc-eyebrow) {
  max-width: 570px;
  margin: 27px 0 0;
  color: #315d6f;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.95;
}

.nc-about-hero-visual {
  position: relative;
  min-height: 460px;
  margin: 0;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.84);
  border-radius: 40px 40px 112px 40px;
  box-shadow: 0 30px 80px rgba(7, 62, 83, 0.18);
}

.nc-about-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.nc-about-hero-visual figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--nc-navy);
  background: rgba(255, 255, 255, 0.9);
  font-family: "Outfit", sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.nc-about-story-section {
  padding: clamp(78px, 10vw, 132px) 0;
}

.nc-about-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  align-items: start;
  gap: clamp(54px, 8vw, 110px);
}

.nc-about-story > h2 {
  max-width: 760px;
  margin: 12px 0 34px;
  color: var(--nc-navy-deep);
  font-size: clamp(34px, 4.6vw, 56px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.3;
}

.nc-about-entry {
  color: #264f61;
  font-size: 18px;
  line-height: 2.05;
}

.nc-about-entry > p:first-child,
.nc-about-entry .wp-block-image {
  display: none;
}

.nc-about-entry .text-ind {
  display: inline-flex;
  min-height: 42px;
  padding: 8px 15px;
  margin: 0 6px 18px 0 !important;
  border: 1px solid rgba(3, 109, 126, 0.15);
  border-radius: 999px;
  align-items: center;
  color: var(--nc-ocean-deep);
  background: #f3fbfa;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-indent: 0 !important;
}

.nc-about-entry .nc-about-body-copy {
  padding: 0;
  margin: 0 0 25px;
  color: #264f61;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.05;
}

.nc-about-entry .nc-about-body-copy::before {
  display: none;
}

.nc-about-principles {
  padding: clamp(26px, 3vw, 36px);
  border: 1px solid rgba(9, 63, 82, 0.11);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 201, 77, 0.2), transparent 14rem),
    #f5fbfa;
  box-shadow: 0 20px 54px rgba(7, 62, 83, 0.08);
}

.nc-about-principles ol {
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.nc-about-principles li {
  display: grid;
  padding: 20px 0;
  border-top: 1px solid rgba(9, 63, 82, 0.1);
  grid-template-columns: 36px 1fr;
  column-gap: 12px;
}

.nc-about-principles li > span {
  grid-row: 1 / 3;
  color: var(--nc-coral);
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 900;
}

.nc-about-principles strong {
  color: var(--nc-navy);
  font-size: 15px;
  font-weight: 900;
}

.nc-about-principles small {
  margin-top: 5px;
  color: var(--nc-muted);
  font-size: 12px;
  line-height: 1.7;
}

.nc-about-routes {
  padding: clamp(74px, 9vw, 118px) 0 clamp(86px, 10vw, 132px);
  background: #eff9f7;
}

.nc-about-route-grid {
  display: grid;
  margin-top: clamp(38px, 5vw, 62px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.nc-about-route-grid a {
  display: flex;
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(9, 63, 82, 0.1);
  border-radius: 22px;
  flex-direction: column;
  color: var(--nc-navy);
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 62, 83, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.nc-about-route-grid a:hover {
  box-shadow: 0 22px 46px rgba(7, 62, 83, 0.12);
  transform: translateY(-4px);
}

.nc-about-route-grid span {
  color: var(--nc-coral);
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.nc-about-route-grid strong {
  margin-top: auto;
  font-size: clamp(18px, 1.6vw, 23px);
  font-weight: 900;
}

.nc-about-route-grid small {
  margin-top: 7px;
  color: var(--nc-muted);
  font-size: 12px;
}

@media (max-width: 1100px) {
  .nc-archive-hero-layout,
  .nc-magazine-hero-layout,
  .nc-about-hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
    gap: 38px;
  }

  .nc-archive-hero-visual {
    min-height: 340px;
  }

  .nc-archive-hero-visual img {
    min-height: 340px;
  }

  .nc-magazine-hero-visual {
    min-height: 440px;
  }

  .nc-magazine-grid,
  .nc-about-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .nc-prototype .nc-archive > header.nc-archive-hero-rich {
    padding-top: 30px;
    padding-bottom: 54px;
  }

  .nc-archive-hero-layout,
  .nc-magazine-hero-layout,
  .nc-about-hero-layout,
  .nc-about-story-layout {
    display: block;
  }

  .nc-archive-hero-copy .nc-article-title h1 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .nc-archive-hero-visual {
    min-height: 270px;
    margin-top: 34px;
    border-width: 5px;
    border-radius: 24px 24px 24px 64px;
  }

  .nc-archive-hero-visual img {
    min-height: 270px;
  }

  .nc-magazine-hero,
  .nc-about-hero {
    padding-top: 26px;
    padding-bottom: 72px;
  }

  .nc-magazine-hero-copy h1 {
    font-size: clamp(36px, 9.3vw, 42px);
  }

  .nc-magazine-hero-copy h1 span {
    white-space: nowrap;
  }

  .nc-about-hero-copy h1 {
    font-size: clamp(39px, 12vw, 55px);
  }

  .nc-magazine-hero-visual {
    min-height: 400px;
    margin-top: 40px;
  }

  .nc-magazine-photo {
    inset: 0 10% 10% 0;
    border-width: 5px;
    border-radius: 28px 28px 28px 76px;
  }

  .nc-magazine-featured-cover {
    width: min(42%, 190px);
  }

  .nc-magazine-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 14px;
  }

  .nc-magazine-card-cover {
    padding: 9px;
    border-radius: 16px;
  }

  .nc-magazine-card-copy h3 {
    font-size: 15px;
  }

  .nc-magazine-next > .nc-container > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nc-about-hero-visual {
    min-height: 300px;
    margin-top: 38px;
    border-width: 5px;
    border-radius: 28px 28px 70px 28px;
  }

  .nc-about-hero-visual img {
    min-height: 300px;
  }

  .nc-about-story {
    margin-bottom: 42px;
  }

  .nc-about-entry,
  .nc-about-entry .nc-about-body-copy {
    font-size: 16px;
    line-height: 1.95;
  }

  .nc-about-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .nc-about-route-grid a {
    min-height: 154px;
    padding: 18px;
  }
}

@media (max-width: 390px) {
  .nc-magazine-grid {
    display: block;
  }

  .nc-magazine-card + .nc-magazine-card {
    margin-top: 32px;
  }

  .nc-magazine-card-cover {
    width: min(100%, 290px);
    margin-inline: auto;
  }

  .nc-about-route-grid {
    display: block;
  }

  .nc-about-route-grid a + a {
    margin-top: 10px;
  }
}
