/* =========================================================
   Import A Dragon — Multipage additions
   Layered on top of styles.css. Inner pages, redesigned hero,
   services / process / about / blog. Uses the same tokens.
   ========================================================= */

/* ---------- Red primary button (hero) ---------- */
.btn--red { background: var(--red); border-color: var(--red); color: var(--cream); }
.btn--red:hover { background: var(--red-dark); border-color: var(--red-dark); color: var(--cream); }

/* ---------- Redesigned split hero ---------- */
.hero--split .hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.85fr);
  gap: clamp(28px, 4vw, 72px);
  align-items: center;
  min-height: clamp(540px, 70vh, 720px);
}
.hero__lead { max-width: 760px; }
.hero--split .hero__title {
  max-width: 15ch;
  min-height: 0;
  margin-bottom: clamp(18px, 2vw, 26px);
}
.hero__serif { display: block; margin-top: 0.12em; }
.hero--split .hero__serif em {
  font-size: clamp(22px, 3.4vw, 52px);
  line-height: 1.02;
}
.hero--split .hero__tagline { max-width: 50ch; }

/* Proof card floating on the right of the hero */
.hero__card {
  align-self: center;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(10, 10, 10, 0.55);
  border: 1px solid rgba(250, 247, 242, 0.16);
  backdrop-filter: saturate(150%) blur(8px);
  -webkit-backdrop-filter: saturate(150%) blur(8px);
  box-shadow: 0 30px 60px -28px rgba(0, 0, 0, 0.7);
}
.hero__card-media { aspect-ratio: 16 / 10; overflow: hidden; }
.hero__card-media img { width: 100%; height: 100%; object-fit: cover; }
.hero__card-body { padding: clamp(18px, 1.6vw, 24px); }
.hero__card-title {
  color: var(--cream);
  font-weight: 600;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.3;
}
.hero__card-text {
  margin-top: 8px;
  color: rgba(250, 247, 242, 0.72);
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.55;
}

@media (max-width: 960px) {
  .hero--split .hero__inner { grid-template-columns: 1fr; gap: 28px; }
  .hero__card { max-width: 420px; }
  .hero--split .hero__title { max-width: 100%; }
}

/* ---------- Hero stats strip ---------- */
.hero-stats {
  background: var(--cream);
  padding: clamp(18px, 2.5vw, 34px) 0 clamp(22px, 3vw, 42px);
  margin-top: 0;
  position: relative;
  z-index: 3;
}
.hero-stats__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 32px);
}
.hero-stat { padding-left: clamp(12px, 1.4vw, 20px); border-left: 1px solid var(--line); }
.hero-stat:first-child { border-left: 0; padding-left: 0; }
.hero-stat__k {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(20px, 1.8vw, 26px);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--red);
}
.hero-stat__v { margin-top: 6px; color: var(--muted); font-size: clamp(12px, 0.95vw, 14px); line-height: 1.5; }
@media (max-width: 760px) {
  .hero-stats__inner { grid-template-columns: 1fr; gap: 0; }
  .hero-stat,
  .hero-stat:first-child {
    padding: 16px 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .hero-stat:first-child { border-top: 0; padding-top: 0; }
}

/* ---------- Inner page hero band ---------- */
.page-hero {
  padding-top: clamp(132px, 16vh, 200px);
  padding-bottom: clamp(28px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}
.page-hero__inner { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
.page-hero h1 {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(38px, 7vw, 92px);
  line-height: .96;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  max-width: 16ch;
}
.page-hero h1 em {
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: -0.02em;
  color: var(--red);
}
.page-hero__lede {
  margin-top: clamp(18px, 2vw, 28px);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.55;
  color: var(--muted);
  max-width: 56ch;
}
.page-hero__crumbs {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--muted);
  margin-bottom: clamp(18px, 2.4vw, 30px);
}
.page-hero__crumbs a { color: var(--muted); }
.page-hero__crumbs a:hover { color: var(--ink); }
.page-hero__crumbs span { color: var(--muted-2); }

/* ---------- Generic readable prose (legal, articles) ---------- */
.prose {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 80px) var(--pad);
}
.prose > * + * { margin-top: 18px; }
.prose h2 {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(22px, 2.4vw, 30px);
  text-transform: uppercase;
  letter-spacing: -0.005em;
  margin-top: clamp(34px, 4vw, 52px);
}
.prose h3 { font-size: 19px; font-weight: 600; margin-top: 28px; }
.prose p, .prose li { color: var(--ink-soft); line-height: 1.7; max-width: 68ch; }
.prose ul { padding-left: 20px; }
.prose ul li { list-style: disc; margin-top: 8px; }
.prose a { color: var(--red); font-weight: 600; }
.prose a:hover { text-decoration: underline; }
.prose__meta { color: var(--muted); font-size: 14px; }
.prose .notice {
  padding: 18px 20px;
  border: 1px solid var(--line);
  background: var(--cream-2);
  border-radius: 8px;
}

/* ---------- Contact page ---------- */
.contact-grid {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 80px) var(--pad);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3vw, 44px);
}
.contact-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: clamp(22px, 2.6vw, 32px);
  background: var(--cream);
}
.contact-card h2 {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contact-card p { color: var(--muted); line-height: 1.6; }
.contact-card a { color: var(--red); font-weight: 600; }
.contact-card .btn { margin-top: 18px; }
@media (max-width: 720px) {
  .contact-grid { grid-template-columns: 1fr; }
}

/* ---------- Shared page CTA band ---------- */
.page-cta { background: var(--ink); color: var(--cream); }
.page-cta__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(48px, 7vw, 96px) var(--pad);
  text-align: center;
}
.page-cta__title { color: var(--cream); }
.page-cta__title em { color: #FF6B6B; }
.page-cta__sub { margin: 16px auto 0; color: rgba(250,247,242,0.72); max-width: 48ch; }
.page-cta__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: clamp(22px, 3vw, 34px); }
.page-cta .btn--ghost { color: var(--cream); border-color: rgba(250,247,242,0.55); background: transparent; }
.page-cta .btn--ghost:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }

/* ---------- Services detail page ---------- */
.svc-list { max-width: var(--max); margin: 0 auto; padding: clamp(40px, 6vw, 80px) var(--pad); display: grid; gap: clamp(28px, 4vw, 56px); }
.svc {
  display: grid;
  grid-template-columns: 88px 1fr minmax(0, 1.1fr);
  gap: clamp(18px, 3vw, 48px);
  align-items: start;
  padding-bottom: clamp(28px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
}
.svc:last-child { border-bottom: 0; padding-bottom: 0; }
.svc__index { font-family: var(--f-display); font-size: clamp(40px, 5vw, 72px); color: var(--line); line-height: 1; }
.svc__title { font-family: var(--f-display); font-weight: 400; font-size: clamp(24px, 2.6vw, 36px); text-transform: uppercase; letter-spacing: -0.005em; }
.svc__lede { margin-top: 12px; color: var(--muted); line-height: 1.6; }
.svc__list { display: grid; gap: 10px; }
.svc__list li { position: relative; padding-left: 22px; color: var(--ink-soft); line-height: 1.55; }
.svc__list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.svc__note { margin-top: 16px; font-family: var(--f-serif); font-style: italic; color: var(--muted); }
@media (max-width: 860px) {
  .svc { grid-template-columns: 1fr; gap: 14px; }
  .svc__index { font-size: 48px; }
}

/* ---------- Process detail page ---------- */
.proc { max-width: 980px; margin: 0 auto; padding: clamp(40px, 6vw, 80px) var(--pad); display: grid; gap: clamp(24px, 3vw, 44px); }
.proc__step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: clamp(16px, 2.4vw, 32px);
  padding: clamp(22px, 2.6vw, 32px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--cream);
}
.proc__num { font-family: var(--f-display); font-size: clamp(30px, 3.4vw, 48px); color: var(--red); line-height: 1; }
.proc__title { font-family: var(--f-display); font-weight: 400; font-size: clamp(20px, 2.2vw, 28px); text-transform: uppercase; }
.proc__body { margin-top: 10px; color: var(--ink-soft); line-height: 1.65; }
.proc__meta { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 8px; }
.proc__tag { font-size: 12px; letter-spacing: 0.04em; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 5px 12px; }
@media (max-width: 600px) { .proc__step { grid-template-columns: 1fr; gap: 10px; } }

/* ---------- About page extras ---------- */
.about-gallery { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad) clamp(40px, 6vw, 80px); display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 1.6vw, 20px); }
.about-gallery img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 10px; }
@media (max-width: 720px) { .about-gallery { grid-template-columns: 1fr 1fr; } }

/* ---------- Blog index ---------- */
.blog-list {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(40px, 6vw, 80px) var(--pad);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.6vw, 36px);
}
.blog-card { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--cream); transition: transform .35s var(--ease), box-shadow .35s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -34px rgba(10,10,10,0.4); }
.blog-card__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.blog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-out); }
.blog-card:hover .blog-card__media img { transform: scale(1.04); }
.blog-card__body { padding: clamp(18px, 2vw, 24px); display: flex; flex-direction: column; gap: 10px; flex: 1; }
.blog-card__cat { font-size: 12px; letter-spacing: 0.04em; color: var(--muted); text-transform: uppercase; }
.blog-card__title { font-family: var(--f-display); font-weight: 400; font-size: clamp(20px, 1.8vw, 26px); line-height: 1.1; text-transform: uppercase; letter-spacing: -0.005em; }
.blog-card__title a:hover { color: var(--red); }
.blog-card__excerpt { color: var(--muted); line-height: 1.6; flex: 1; }
.blog-card__more { color: var(--red); font-weight: 600; font-size: 14px; }
.blog-card__more:hover { text-decoration: underline; }
@media (max-width: 900px) { .blog-list { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .blog-list { grid-template-columns: 1fr; } }

/* ---------- Article body niceties ---------- */
.prose h2 + p { margin-top: 14px; }
.prose blockquote { border-left: 3px solid var(--red); padding-left: 18px; font-family: var(--f-serif); font-style: italic; font-size: 19px; color: var(--ink); }

/* ---------- Home overview: "see more" link ---------- */
.section-more { margin-top: clamp(26px, 3vw, 44px); }
.about__copy .section-more { margin-top: clamp(22px, 2.4vw, 32px); }

/* ---------- Packages page: intro note ---------- */
.packages__note-line {
  margin-top: clamp(18px, 2vw, 26px);
  padding-top: clamp(16px, 1.8vw, 22px);
  border-top: 1px solid var(--line);
  font-family: var(--f-serif);
  font-style: italic;
  color: var(--muted);
  line-height: 1.55;
}

/* ---------- Dynamic nav theme (light text/logo over dark surfaces) ---------- */
.nav.nav--over-hero {
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-color: transparent;
}
.nav.nav--light .nav__logo,
.nav.nav--light .nav__logo span,
.nav.nav--light .nav__links a { color: var(--cream); }
.nav.nav--light .nav__logo span { text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45); }
.nav.nav--light .nav__links a.is-active::after { background: var(--cream); }
.nav.nav--light .nav__links a::after { background: var(--cream); }
/* Language dropdown (single trigger + popover) */
.lang { position: relative; padding: 0; border: 0; background: transparent; }
.lang__current {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 58px;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  font-family: var(--f-display);
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--ink);
  cursor: pointer;
  transition: background .25s, border-color .25s, color .25s;
}
.lang__current:hover { border-color: var(--ink); }
.lang__current svg { transition: transform .25s var(--ease); }
.lang[data-open] .lang__current svg { transform: rotate(180deg); }
.lang__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 168px;
  display: none;
  flex-direction: column;
  gap: 2px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--cream);
  box-shadow: 0 24px 50px -24px rgba(10, 10, 10, 0.4);
  z-index: 40;
}
.lang[data-open] .lang__menu { display: flex; }
.lang__menu .lang__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  padding: 10px 12px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--ink);
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 13.5px;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  cursor: pointer;
}
.lang__menu .lang__btn .code {
  font-family: var(--f-display);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--red);
  min-width: 22px;
}
.lang__menu .lang__btn:hover { background: var(--cream-2); }
.lang__menu .lang__btn.is-active { background: var(--ink); color: var(--cream); }
.lang__menu .lang__btn.is-active .code { color: #FF8A8A; }
/* nav--light: trigger only (the popover stays light) */
.nav.nav--light .lang__current {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(0, 0, 0, 0.24);
  color: var(--cream);
}
.nav.nav--light .lang__current:hover { border-color: rgba(255, 255, 255, 0.6); }
.nav.nav--light.is-scrolled {
  background: rgba(10, 10, 10, 0.55);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  backdrop-filter: saturate(160%) blur(14px);
  border-color: rgba(255, 255, 255, 0.12);
}

/* ---------- Hero interactive image accordion ---------- */
.hero-acc {
  display: flex;
  gap: 10px;
  width: 100%;
  height: clamp(340px, 46vh, 460px);
}
.hero-acc__item {
  position: relative;
  flex: 1 1 0;
  min-width: 42px;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  background: #1a1a1a;
  box-shadow: 0 24px 50px -30px rgba(0, 0, 0, 0.7);
  transition: flex-grow .6s var(--ease-out);
}
.hero-acc__item.is-active { flex-grow: 6; }
.hero-acc__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-acc__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.62));
}
.hero-acc__item:focus-visible { outline: 2px solid var(--cream); outline-offset: -2px; }
.hero-acc__cap {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 64px;
  transform: translateX(-50%) rotate(90deg);
  transform-origin: center;
  color: var(--cream);
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all .4s var(--ease);
}
.hero-acc__item.is-active .hero-acc__cap {
  bottom: 18px;
  left: 18px;
  transform: none;
}
@media (max-width: 960px) {
  .hero-acc { height: clamp(300px, 50vh, 420px); max-width: 100%; }
}

/* ====================================================================
   OPTION B — Hero with full-bleed rounded video panel + marquee
   ==================================================================== */
.hero-b {
  position: relative;
  z-index: 0;
  padding: clamp(120px, 16vh, 190px) 0 clamp(40px, 5vw, 72px);
  overflow: hidden;
  isolation: isolate;
  color: var(--cream);
}
.hero-b__panel {
  position: absolute;
  inset: 8px;
  z-index: -1;
  border-radius: clamp(22px, 3vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #0c0c0c;
}
.hero-b__panel video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}
.hero-b__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.5), rgba(10, 10, 10, 0.32) 38%, rgba(10, 10, 10, 0.82)),
    radial-gradient(ellipse at 82% 100%, rgba(185, 28, 28, 0.22), transparent 55%);
}
.hero-b__inner {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
  min-height: clamp(420px, 58vh, 640px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-b__inner .eyebrow { margin-bottom: clamp(20px, 3vw, 38px); }
.hero-b__inner .display {
  color: var(--cream);
  max-width: 20ch;
  text-shadow: 0 1px 24px rgba(0, 0, 0, 0.25);
}
.hero-b__inner .display em { color: #FF6B6B; }
.hero-b__actions { display: flex; gap: 12px; margin-top: clamp(20px, 2.4vw, 32px); flex-wrap: wrap; }

/* ---------- Option B — gallery4 card carousel (section photos) ---------- */
.g4 { padding-block: clamp(48px, 6vw, 84px); overflow: hidden; }
.g4 .carousel { margin-top: clamp(24px, 3vw, 44px); }
.carousel__slide.g4-slide { width: clamp(280px, 34vw, 384px); }
.g4-card {
  position: relative;
  display: block;
  height: clamp(380px, 44vw, 460px);
  border-radius: 14px;
  overflow: hidden;
  background: #1a1a1a;
  box-shadow: 0 24px 50px -34px rgba(10, 10, 10, 0.5);
}
.g4-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease-out);
}
.g4-card:hover img { transform: scale(1.05); }
.g4-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0) 28%, rgba(10, 10, 10, 0.55) 64%, rgba(10, 10, 10, 0.88));
}
.g4-card__body {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 1;
  padding: clamp(20px, 2.4vw, 30px);
  color: var(--cream);
}
.g4-card__title {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -0.005em;
}
.g4-card__desc {
  margin-top: 10px;
  color: rgba(250, 247, 242, 0.82);
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.g4-card__more {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #FF8A8A;
  font-weight: 600;
  font-size: 13px;
}
.g4-card__more svg { transition: transform .3s var(--ease); }
.g4-card:hover .g4-card__more svg { transform: translateX(4px); }

/* ---------- Pricing cards (Packages page) ---------- */
.pcards { padding-block: clamp(56px, 7vw, 104px); }
.pcards .container { max-width: 1260px; }
.pcards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
}
.pcard {
  display: grid;
  grid-template-rows: minmax(304px, auto) 1fr;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 100%;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
  box-shadow: 0 24px 64px -54px rgba(10, 10, 10, 0.38);
  transition: border-color .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease);
}
.pcard:hover { transform: translateY(-2px); box-shadow: 0 28px 70px -50px rgba(10, 10, 10, 0.45); }
.pcard--feature { border-color: var(--ink); }
.pcard__head {
  display: grid;
  grid-template-rows: auto minmax(88px, auto) minmax(42px, auto) auto;
  align-content: start;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  padding: clamp(24px, 2.4vw, 34px);
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}
.pcard--feature .pcard__head { background: var(--ink); border-color: var(--ink); }
.pcard__plan { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: clamp(18px, 2vw, 24px); min-width: 0; }
.pcard__name {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  font-family: var(--f-display);
  font-size: clamp(18px, 1.6vw, 22px);
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--ink);
}
.pcard__name svg { width: 19px; height: 19px; color: var(--red); flex: 0 0 auto; }
.pcard--feature .pcard__name { color: var(--cream); }
.pcard--feature .pcard__name svg { color: #FF6B6B; }
.pcard__tag {
  flex: 0 1 auto;
  max-width: 42%;
  text-align: right;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.pcard__badge {
  flex: 0 0 auto;
  border: 1px solid #FF6B6B;
  color: #FF6B6B;
  border-radius: 999px;
  padding: 4px 11px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.pcard__price { display: flex; align-items: start; gap: 6px; }
.pcard__amount {
  display: block;
  font-family: var(--f-display);
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: .95;
  color: var(--ink);
  overflow-wrap: normal;
  max-width: 9ch;
}
.pcard:nth-child(3) .pcard__amount {
  font-size: clamp(34px, 3.1vw, 46px);
  max-width: 12ch;
}
.pcard--feature .pcard__amount { color: var(--cream); }
.pcard__desc { margin-top: 4px; font-family: var(--f-serif); font-style: italic; font-size: 13.5px; line-height: 1.45; color: var(--muted); max-width: 28ch; }
.pcard--feature .pcard__desc { color: rgba(250, 247, 242, 0.72); }
.pcard__head .btn { width: 100%; max-width: 100%; align-self: end; margin-top: clamp(18px, 2vw, 28px); }
.pcard--feature .pcard__head .btn:not(.btn--red) { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.pcard__body { padding: clamp(22px, 2.2vw, 30px) clamp(24px, 2.4vw, 34px) clamp(28px, 2.8vw, 38px); }
.pcard__list { display: grid; gap: 0; }
.pcard__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 42px;
  padding-block: 9px;
  border-bottom: 1px solid var(--line);
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--ink-soft);
}
.pcard__list li:last-child { border-bottom: 0; }
.pcard__list li svg { width: 16px; height: 16px; margin-top: 2px; color: var(--red); flex: 0 0 auto; }
.pcards__note {
  margin: clamp(28px, 3vw, 44px) auto 0;
  max-width: 60ch;
  text-align: center;
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 14px;
  color: var(--muted);
}
@media (max-width: 900px) {
  .pcards__grid { grid-template-columns: minmax(0, 1fr); max-width: min(460px, 100%); margin: 0 auto; }
}
@media (max-width: 600px) {
  .page-hero__inner,
  .pcards .container {
    width: min(calc(100vw - 64px), 326px);
    max-width: min(calc(100vw - 64px), 326px);
    margin-inline: 20px auto;
    padding-inline: 0;
    overflow: hidden;
  }
  .page-hero h1,
  .page-hero__lede { max-width: 100%; }
  .pcards__grid { width: 100%; max-width: 100%; }
  .pcard__head { padding: 18px; }
  .pcard__amount { font-size: clamp(28px, 10vw, 36px); }
  .pcard__tag { max-width: 38%; letter-spacing: 0.12em; }
  .pcard__head .btn { min-width: 0; padding-inline: 12px; white-space: normal; }
}

/* ---------- Mobile nav (hamburger + slide-in menu) ---------- */
.nav__toggle { display: none; }            /* desktop: hidden */
.nav.nav--light .nav__toggle { color: var(--cream); }

/* Mobile menu overlay — sibling of <header>, fixed to the viewport */
.mobile-menu {
  display: none;                           /* desktop: not rendered */
  position: fixed;
  inset: 0;
  z-index: 95;                             /* below the nav bar (100), above content */
  background: var(--cream);
  overflow-y: auto;
  overscroll-behavior: contain;
  visibility: hidden;
}

@media (max-width: 760px) {
  .nav__logo { margin-right: auto; }       /* push lang + toggle to the right */

  .nav__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ink);
    position: relative;
    z-index: 2;
  }
  .nav__toggle-box { position: relative; width: 22px; height: 14px; }
  .nav__toggle-bar,
  .nav__toggle-bar::before,
  .nav__toggle-bar::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition: transform .3s var(--ease), opacity .2s, background .2s;
  }
  .nav__toggle-bar { top: 6px; }
  .nav__toggle-bar::before { top: -6px; }
  .nav__toggle-bar::after  { top: 6px; }
  .nav.is-menu-open .nav__toggle-bar { background: transparent; }
  .nav.is-menu-open .nav__toggle-bar::before { transform: translateY(6px) rotate(45deg); }
  .nav.is-menu-open .nav__toggle-bar::after  { transform: translateY(-6px) rotate(-45deg); }

  /* .nav__links stays hidden on mobile (styles.css); the overlay below is the menu.
     A dedicated, viewport-fixed overlay avoids the backdrop-filter containing-block
     trap that a panel nested inside .nav would hit. */
  .mobile-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(84px, 16vh, 128px) var(--pad) 40px;
    transform: translateX(100%);
    transition: transform .42s var(--ease), visibility 0s linear .42s;
  }
  .mobile-menu.is-open {
    transform: none;
    visibility: visible;
    transition: transform .42s var(--ease);
  }
  .mobile-menu a {
    display: block;
    color: var(--ink);
    font-family: var(--f-display);
    font-size: clamp(28px, 9vw, 44px);
    text-transform: uppercase;
    letter-spacing: -0.01em;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
  }
  .mobile-menu a.is-active { color: var(--red); }

  /* When the panel is open, keep the bar clean and legible regardless of theme */
  .nav.is-menu-open,
  .nav.nav--light.is-menu-open,
  .nav.nav--light.is-scrolled.is-menu-open {
    background: var(--cream);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-color: var(--line);
  }
  .nav.is-menu-open .nav__toggle,
  .nav.nav--light.is-menu-open .nav__toggle,
  .nav.is-menu-open .lang__current,
  .nav.nav--light.is-menu-open .lang__current {
    color: var(--ink);
  }
  .nav.nav--light.is-menu-open .lang__current {
    background: rgba(255, 255, 255, 0.5);
    border-color: var(--line);
  }
}
