/* =========================================================
   HOPE RENOVATIONS — Shared site styles
   ========================================================= */

:root {
  /* Brand palette */
  --navy: #090b48;        /* Neutral 04 — primary dark */
  --navy-2: #5150d2;      /* Theme 01 — secondary blue/violet */
  --navy-deep: #050626;
  --coral: #ff7667;       /* Theme 02 — primary accent */
  --coral-deep: #e85a4b;
  --lime: #d7ed7d;        /* Theme 03 — tertiary accent */
  --sky: #8acee0;         /* Button Color — cool accent */
  --cream: #f5fbff;       /* Neutral 02 — page background */
  --cream-2: #e6eef5;
  --paper: #ffffff;       /* Neutral 01 */
  --ink: #090b48;
  --muted: #525251;       /* Neutral 03 */
  --hair: rgba(29, 29, 29, 0.08);
  --hair-2: rgba(2, 17, 33, 0.08);
  --hair-light: rgba(255, 255, 255, 0.21);
  --hatch: repeating-linear-gradient(135deg, rgba(9,11,72,0.04) 0 1px, transparent 1px 9px);
  --hatch-dark: repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 9px);
  --hatch-coral: repeating-linear-gradient(135deg, rgba(255,118,103,0.10) 0 1px, transparent 1px 9px);
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.display { font-family: 'Archivo', system-ui, sans-serif; font-weight: 800; letter-spacing: -0.02em; line-height: 1.02; }
.serif { font-family: 'Roboto Slab', Georgia, serif; }
.eyebrow { font-family: 'Archivo', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.container { max-width: 1220px; margin: 0 auto; padding: 0 28px; }

/* === Announcement bar === */
.bar {
  background: var(--navy-deep);
  background-image: var(--hatch-dark);
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding: 9px 16px;
  letter-spacing: 0.01em;
}
.bar a { color: var(--lime); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
.bar .sep { opacity: 0.35; margin: 0 12px; }

/* === Nav === */
.nav {
  background: var(--paper);
  border-bottom: 1px solid var(--hair);
  position: sticky; top: 0; z-index: 50;
  transition: transform 0.3s ease;
  will-change: transform;
}
.nav.nav-hidden { transform: translateY(-100%); }
.nav-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 0;
  gap: 24px;
}
.logo-img { height: 62px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-link {
  font-family: 'Archivo', sans-serif;
  font-size: 14.5px; font-weight: 600;
  color: var(--navy); position: relative;
  padding: 8px 0;
  display: inline-flex; align-items: center; gap: 6px;
  cursor: pointer;
}
.nav-link.is-active { color: var(--coral); }
.nav-link .chev { font-size: 10px; opacity: 0.55; }
.nav-link:hover { color: var(--coral); }
.nav-cta {
  background: var(--coral); color: #fff;
  padding: 16px 26px;
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 14px;
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: transform .15s, background .15s, box-shadow .15s;
  display: inline-flex; align-items: center; gap: 10px;
  box-shadow: 4px 4px 0 var(--navy);
  border: 1.5px solid var(--navy);
  position: relative;
}
.nav-cta:hover {
  background: var(--coral-deep);
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--navy);
}
.nav-cta:active {
  transform: translate(2px, 2px);
  box-shadow: 0 0 0 var(--navy);
}
.nav-cta .heart {
  display: inline-flex; align-items: center; justify-content: center;
  width: 18px; height: 18px;
  color: #fff;
}
.nav-cta .heart svg { width: 100%; height: 100%; }

/* === Buttons === */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 26px;
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 13.5px; letter-spacing: 0.06em; text-transform: uppercase;
  cursor: pointer; border: none;
  transition: transform .15s, background .15s, color .15s;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--navy); color: #fff; }
.btn-primary:hover { background: var(--navy-deep); }
.btn-coral { background: var(--coral); color: #fff; }
.btn-coral:hover { background: var(--coral-deep); }
.btn-lime { background: var(--lime); color: var(--navy); }
.btn-lime:hover { background: #c4dd5e; }
.btn-ghost { background: transparent; color: var(--navy); border: 1.5px solid var(--navy); }
.btn-ghost:hover { background: var(--navy); color: #fff; }
.btn .arrow { font-family: 'Archivo'; font-weight: 600; }

/* === Sections === */
section { padding: 88px 0; }
.section-tag {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--coral);
  margin-bottom: 14px;
}
.section-tag::before {
  content: ""; width: 6px; height: 6px; background: var(--coral); border-radius: 50%;
}
h2.section-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--navy);
  margin: 0 0 16px;
}
h2.section-title .coral { color: var(--coral); }
.section-head { text-align: center; margin-bottom: 56px; }
.section-head.left { text-align: left; margin-bottom: 40px; }
.section-head.left .section-title { margin: 0 0 12px; }
.section-head p { color: var(--muted); font-size: 17px; max-width: 640px; margin: 0 auto; line-height: 1.55; }
.section-head.left p { margin: 0; max-width: 720px; font-size: 16px; }

/* === Inner-page hero === */
.page-hero {
  background: var(--cream);
  background-image: var(--hatch);
  padding: 64px 0 80px;
  position: relative;
  overflow: hidden;
  border-bottom: 1.5px solid var(--navy);
}
.page-hero::before, .page-hero::after {
  content: "";
  position: absolute;
  width: 28px; height: 28px;
  border: 2px solid var(--navy);
  opacity: 0.5;
  pointer-events: none;
}
.page-hero::before { top: 28px; left: 28px; border-right: none; border-bottom: none; }
.page-hero::after  { bottom: 28px; right: 28px; border-left: none; border-top: none; }
.crumb {
  font-family: 'Archivo'; font-size: 12px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted);
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 22px;
}
.crumb a { color: var(--muted); }
.crumb a:hover { color: var(--coral); }
.crumb .arrow { color: var(--coral); }
.crumb .now { color: var(--navy); }
.page-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
}
.page-hero h1 {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--navy);
  margin: 0 0 22px;
}
.page-hero h1 .coral { color: var(--coral); display: block; }
.page-hero p.lead {
  font-size: 17px; line-height: 1.6; color: var(--muted);
  max-width: 520px;
  margin: 0;
}
.page-hero-media {
  position: relative;
  aspect-ratio: 5/4;
  width: 100%;
  border: 1.5px solid var(--navy);
  overflow: hidden;
  background: var(--cream-2);
  box-shadow: 8px 8px 0 var(--navy);
}
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-media .tag {
  position: absolute; left: 14px; bottom: 14px;
  background: var(--navy); color: #fff;
  padding: 6px 12px;
  font-family: 'Archivo'; font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
}

/* === Footer === */
footer.site {
  background: var(--navy);
  background-image: var(--hatch-dark);
  color: rgba(255,255,255,0.85);
  padding: 80px 0 32px;
  position: relative;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 64px;
}
.foot-logo { color: #fff; margin-bottom: 18px; }
.foot-logo img { height: 60px; filter: brightness(0) invert(1); }
.foot-blurb { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.7); max-width: 280px; margin-bottom: 22px; }
.socials { display: flex; gap: 8px; }
.social {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Archivo'; font-weight: 700; font-size: 13px;
  transition: background .15s;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.15);
}
.social:hover { background: var(--coral); }
.foot-col h4 {
  font-family: 'Archivo'; font-size: 12px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--lime);
  margin: 0 0 18px;
}
.foot-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.foot-col a { font-size: 14px; color: rgba(255,255,255,0.78); }
.foot-col a:hover { color: #fff; }
.foot-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 24px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: 12.5px; color: rgba(255,255,255,0.55);
}

/* === Nav dropdowns === */
.nav-item { position: relative; display: inline-flex; align-items: center; }
.nav-item > .nav-link { padding: 26px 0; margin: -18px 0; } /* enlarge hover target to bridge gap to menu */
.dropdown {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(6px);
  background: var(--paper);
  border: 1.5px solid var(--navy);
  box-shadow: 6px 6px 0 var(--navy);
  min-width: 230px;
  padding: 8px;
  opacity: 0; visibility: hidden;
  transition: opacity .14s ease, transform .14s ease;
  z-index: 60;
}
.nav-item:hover .dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.dropdown a {
  display: block;
  font-family: 'Archivo', sans-serif; font-weight: 600; font-size: 14px;
  color: var(--navy);
  padding: 10px 12px;
  border-bottom: 1px solid var(--hair);
}
.dropdown a:last-child { border-bottom: none; }
.dropdown a:hover { background: var(--cream); color: var(--coral); }
.dropdown a .sub {
  display: block; font-family: 'Inter', sans-serif; font-weight: 400;
  font-size: 11.5px; color: var(--muted); margin-top: 2px; text-transform: none; letter-spacing: 0;
}

/* === Cards (shared) === */
.card {
  background: var(--paper);
  border: 1.5px solid var(--navy);
  position: relative;
}
.card.dashed::after {
  content: ""; position: absolute; inset: 6px; pointer-events: none;
  border: 1px dashed rgba(9,11,72,0.18);
}

/* === Intro head (left-aligned page section header) === */
.intro-narrow { max-width: 760px; }
.prose p { color: var(--muted); font-size: 16px; line-height: 1.7; margin: 0 0 16px; }
.prose p:last-child { margin-bottom: 0; }

/* === Feature / check lists === */
.checklist { display: flex; flex-direction: column; gap: 12px; }
.checklist .item { display: flex; align-items: flex-start; gap: 12px; font-size: 15.5px; color: var(--ink); line-height: 1.4; }
.checklist .item .check {
  width: 22px; height: 22px; flex-shrink: 0;
  background: var(--coral); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 800; margin-top: 1px;
}
.checklist.lime .item .check { background: var(--lime); color: var(--navy); }
.checklist.navy .item .check { background: var(--navy); color: #fff; }

/* === Process / steps grid === */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step {
  background: var(--paper); border: 1.5px solid var(--navy);
  padding: 26px 24px; position: relative;
}
.step .n {
  font-family: 'Archivo'; font-weight: 800; font-size: 13px; letter-spacing: 0.12em;
  color: var(--coral); margin-bottom: 14px;
}
.step h3 { font-family: 'Archivo'; font-weight: 800; font-size: 19px; color: var(--navy); margin: 0 0 8px; letter-spacing: -0.01em; }
.step p { color: var(--muted); font-size: 14px; line-height: 1.5; margin: 0; }

/* === Filter / category chips === */
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  font-family: 'Archivo'; font-weight: 700; font-size: 12.5px;
  letter-spacing: 0.04em;
  padding: 9px 16px;
  border: 1.5px solid var(--navy); background: var(--paper); color: var(--navy);
  cursor: pointer; transition: background .14s, color .14s;
}
.chip:hover { background: var(--cream-2); }
.chip.active { background: var(--navy); color: #fff; }
.chip.active.coral { background: var(--coral); border-color: var(--coral); }

/* === Stats row === */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; padding: 0 8px; }
.stat .num {
  font-family: 'Archivo'; font-weight: 800;
  font-size: clamp(44px, 5vw, 64px); line-height: 1; letter-spacing: -0.04em; color: var(--navy);
}
.stat .num .unit { color: var(--coral); }
.stat .lbl { margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.45; max-width: 220px; margin-left: auto; margin-right: auto; }
.stat-card { background: var(--paper); border: 1.5px solid var(--navy); padding: 24px; text-align: left; }
.stat-card .num { color: var(--coral); }
.stat-card .lbl { margin: 12px 0 0; max-width: none; }

/* === Forms === */
.field { margin-bottom: 18px; }
.field label {
  display: block; font-family: 'Archivo'; font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--navy); margin-bottom: 7px;
}
.field input, .field select, .field textarea {
  width: 100%; font-family: 'Inter', sans-serif; font-size: 15px; color: var(--ink);
  background: var(--paper);
  border: 1.5px solid var(--navy);
  padding: 12px 14px;
  outline: none;
}
.field input:focus, .field select:focus, .field textarea:focus { box-shadow: 3px 3px 0 var(--coral); }
.field textarea { resize: vertical; min-height: 110px; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted); opacity: 0.6; }
.form-card { background: var(--paper); border: 1.5px solid var(--navy); box-shadow: 8px 8px 0 var(--navy); padding: 36px; }

/* === Amount selector (donate) === */
.amount-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.amount {
  border: 1.5px solid var(--navy); background: var(--paper);
  padding: 16px 0; text-align: center; cursor: pointer;
  font-family: 'Archivo'; font-weight: 800; font-size: 20px; color: var(--navy);
  transition: background .14s, color .14s;
}
.amount:hover { background: var(--cream-2); }
.amount.active { background: var(--coral); color: #fff; }

/* === CTA band (shared, generalized from join-cta) === */
.cta-band {
  padding: 56px;
  border: 1.5px solid var(--navy);
  position: relative;
  display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center;
}
.cta-band.lime { background: var(--lime); }
.cta-band.coral { background: var(--coral); }
.cta-band.navy { background: var(--navy); background-image: var(--hatch-dark); }
.cta-band h2 {
  font-family: 'Archivo'; font-weight: 800;
  font-size: clamp(28px, 3.2vw, 42px); letter-spacing: -0.02em; line-height: 1.04;
  margin: 0 0 8px;
}
.cta-band.lime h2, .cta-band.lime p { color: var(--navy); }
.cta-band.coral h2 { color: #fff; }
.cta-band.coral p { color: rgba(255,255,255,0.9); }
.cta-band.navy h2 { color: #fff; }
.cta-band.navy h2 .coral { color: var(--coral); }
.cta-band.navy p { color: rgba(255,255,255,0.75); }
.cta-band p { margin: 0; font-size: 15px; max-width: 540px; }
.cta-band .actions { display: flex; gap: 12px; flex-shrink: 0; flex-wrap: wrap; }

/* === Anchor / jump nav === */
.anchor-nav {
  position: sticky; top: 99px; z-index: 40;
  background: var(--paper); border-top: 1.5px solid var(--navy); border-bottom: 1.5px solid var(--navy);
  background-image: var(--hatch);
}
.anchor-nav .inner { display: flex; align-items: center; gap: 8px; padding: 0; flex-wrap: wrap; }
.anchor-nav .lbl { font-family: 'Archivo'; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-right: 12px; }
.anchor-nav a {
  font-family: 'Archivo'; font-weight: 600; font-size: 14px; color: var(--navy);
  padding: 16px 4px; border-bottom: 2px solid transparent;
}
.anchor-nav a:hover { color: var(--coral); border-bottom-color: var(--coral); }

/* === Media tag (caption on photos) === */
.media-tag {
  position: absolute; left: 14px; bottom: 14px;
  background: var(--navy); color: #fff;
  padding: 6px 12px;
  font-family: 'Archivo'; font-size: 10.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
}
.media-badge {
  position: absolute; top: 14px; left: 14px;
  background: var(--navy); color: #fff;
  padding: 6px 12px;
  font-family: 'Archivo'; font-size: 10.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
}

/* === Image frame (shared) === */
.frame { border: 1.5px solid var(--navy); overflow: hidden; background: var(--cream-2); position: relative; }
.frame.shadow { box-shadow: 8px 8px 0 var(--navy); }
.frame img { width: 100%; height: 100%; object-fit: cover; }

/* === Placeholder (maps, logos, video — user drops real asset later) === */
.ph {
  background: var(--cream-2); background-image: var(--hatch);
  border: 1.5px solid var(--navy);
  display: flex; align-items: center; justify-content: center; text-align: center;
  position: relative;
}
.ph .ph-lbl {
  font-family: 'Archivo'; font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted); padding: 12px; line-height: 1.5;
}
.ph.logo .ph-lbl { font-size: 10px; }

/* === Tinted band === */
.band-paper { background: var(--paper); }
.band-cream { background: var(--cream); background-image: var(--hatch); }
.band-cream2 { background: var(--cream-2); background-image: var(--hatch); }
.band-navy { background: var(--navy); background-image: var(--hatch-dark); color: #fff; }
.band-navy .section-title, .band-navy h2 { color: #fff; }
.band-navy .section-tag { color: var(--lime); }
.band-navy .section-tag::before { background: var(--lime); }
.band-navy .section-head p { color: rgba(255,255,255,0.7); }

/* === Generic 2-col grids === */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.grid-2.start { align-items: start; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

/* === Info card (icon + title + text) === */
.info-card { background: var(--paper); border: 1.5px solid var(--navy); padding: 28px; position: relative; display: flex; flex-direction: column; }
.info-card.dashed::after { content: ""; position: absolute; inset: 6px; pointer-events: none; border: 1px dashed rgba(9,11,72,0.18); }
.info-card .ico {
  width: 46px; height: 46px; flex-shrink: 0;
  background: var(--coral); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Archivo'; font-weight: 800; font-size: 20px; margin-bottom: 18px;
}
.info-card.navy .ico { background: var(--navy); }
.info-card.lime .ico { background: var(--lime); color: var(--navy); }
.info-card h3 { font-family: 'Archivo'; font-weight: 800; font-size: 21px; color: var(--navy); margin: 0 0 8px; letter-spacing: -0.015em; position: relative; z-index: 1; }
.info-card p { color: var(--muted); font-size: 14.5px; line-height: 1.55; margin: 0; position: relative; z-index: 1; }
.info-card .more { margin-top: auto; padding-top: 16px; font-family: 'Archivo'; font-weight: 700; font-size: 14px; color: var(--coral); display: inline-flex; align-items: center; gap: 8px; position: relative; z-index: 1; }

/* === List rows (job board, events, reports) === */
.row-card {
  background: var(--paper); border: 1.5px solid var(--navy); padding: 22px 24px;
  display: flex; align-items: center; gap: 24px;
  transition: transform .15s, box-shadow .15s;
}
.row-card:hover { transform: translateX(2px); box-shadow: -4px 4px 0 var(--coral); }

/* === Date block === */
.date-block {
  flex-shrink: 0; background: var(--navy); color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
}
.date-block .m { font-family: 'Archivo'; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.75; }
.date-block .d { font-family: 'Archivo'; font-weight: 800; line-height: 1; }

@media (max-width: 1080px) {
  .nav-links { gap: 22px; }
}
@media (max-width: 920px) {
  .steps { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .cta-band { grid-template-columns: 1fr; padding: 36px; }
  .amount-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .steps, .stats { grid-template-columns: 1fr; }
  .form-card { padding: 24px; }
  .cta-band { padding: 24px; }
}

/* === Responsive === */
@media (max-width: 920px) {
  .nav-links { display: none; }
  .page-hero-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .foot-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   NAV POLISH — blueprint double-rule, animated marker
   underlines, dropdown tab/notch/markers. Pure CSS.
   ============================================================ */
.nav {
  border-bottom: 2px solid var(--navy);
  box-shadow: 0 12px 26px -22px rgba(9, 11, 72, 0.65);
}
.nav::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -3px;
  height: 2px; background: var(--lime); opacity: 0.9; pointer-events: none;
}
.logo-img { transition: transform .25s ease; }
.logo-img:hover { transform: scale(1.04) rotate(-1.5deg); }

/* animated coral marker underline on top-level links */
.nav-item > .nav-link::after {
  content: ""; position: absolute; left: -2px; right: -2px; bottom: 21px;
  height: 3px; background: var(--coral);
  transform: scaleX(0); transform-origin: left center;
  transition: transform .26s cubic-bezier(.6, .2, .1, 1);
}
.nav-item:hover > .nav-link::after,
.nav-item > .nav-link.is-active::after { transform: scaleX(1); }
.nav-link { transition: color .18s ease; }
.nav-link .chev { transition: transform .2s ease, opacity .2s ease; }
.nav-item:hover .nav-link .chev { transform: rotate(180deg); opacity: 1; }

/* dropdown: coral tab + notch + sliding item markers */
.dropdown {
  border-top: 4px solid var(--coral);
  box-shadow: 7px 7px 0 var(--navy);
}
.dropdown::before {
  content: ""; position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  border-left: 9px solid transparent; border-right: 9px solid transparent;
  border-bottom: 9px solid var(--coral);
}
.dropdown a { position: relative; transition: background .14s ease, color .14s ease, padding-left .16s ease; }
.dropdown a::before {
  content: ""; position: absolute; left: 6px; top: 50%;
  width: 3px; height: 15px; background: var(--coral);
  transform: translateY(-50%) scaleY(0); transform-origin: center;
  transition: transform .16s ease;
}
.dropdown a:hover { padding-left: 22px; }
.dropdown a:hover::before { transform: translateY(-50%) scaleY(1); }

/* CTA heart delight */
.nav-cta .heart { transition: transform .2s ease; }
.nav-cta:hover .heart { transform: scale(1.18) rotate(-6deg); }

/* ============================================================
   MOBILE NAV — hamburger drawer + responsive tuning
   ============================================================ */
.nav-toggle {
  display: none;
  flex-direction: column; justify-content: center; gap: 5px;
  width: 46px; height: 46px; padding: 0 9px;
  background: var(--paper);
  border: 1.5px solid var(--navy);
  box-shadow: 3px 3px 0 var(--navy);
  cursor: pointer; flex-shrink: 0;
  transition: transform .12s, box-shadow .12s;
}
.nav-toggle:active { transform: translate(2px, 2px); box-shadow: 0 0 0 var(--navy); }
.nav-toggle .nt-bar {
  display: block; height: 2.5px; width: 100%;
  background: var(--navy); border-radius: 1px;
  transition: transform .28s ease, opacity .2s ease;
}
.nav.menu-open .nav-toggle .nt-bar:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav.menu-open .nav-toggle .nt-bar:nth-child(2) { opacity: 0; }
.nav.menu-open .nav-toggle .nt-bar:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

.nav-scrim {
  position: fixed; inset: 0;
  background: rgba(9, 11, 72, 0.45);
  opacity: 0; visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  z-index: 40;
}
.nav-scrim.is-visible { opacity: 1; visibility: visible; }
body.nav-locked { overflow: hidden; }

@media (max-width: 920px) {
  .nav-toggle { display: inline-flex; position: relative; z-index: 70; }
  .nav-row { gap: 12px; }
  .nav-row > a:first-child { margin-right: auto; }   /* logo pushes CTA + toggle to the right */

  .nav-links {
    display: flex;
    position: fixed; top: 0; right: 0;
    width: min(380px, 86vw);
    height: 100vh; height: 100dvh;
    flex-direction: column; align-items: stretch;
    gap: 0;
    background: var(--paper);
    border-left: 2px solid var(--navy);
    box-shadow: -14px 0 34px -20px rgba(9, 11, 72, 0.7);
    padding: 92px 0 40px;
    overflow-y: auto; overscroll-behavior: contain;
    transform: translateX(105%);
    transition: transform .32s cubic-bezier(.6, .2, .1, 1);
    z-index: 60;
  }
  .nav.menu-open .nav-links { transform: translateX(0); }
  .nav-links::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0;
    height: 5px; background: var(--coral);
  }

  .nav-item { display: block; width: 100%; align-items: stretch; }
  .nav-item > .nav-link {
    padding: 16px 26px; margin: 0;
    font-size: 17px; justify-content: space-between;
    border-bottom: 1px solid var(--hair);
  }
  .nav-item > .nav-link::after { display: none; }   /* drop desktop underline inside drawer */
  .nav-link .chev { display: none; }

  /* dropdowns expand inline as a sub-list */
  .dropdown {
    position: static; transform: none;
    opacity: 1; visibility: visible;
    min-width: 0; width: 100%;
    border: none; border-top: none; box-shadow: none;
    background: var(--cream); padding: 4px 0;
  }
  .dropdown::before { display: none; }
  .dropdown a {
    padding: 12px 26px 12px 42px; font-size: 14px;
    border-bottom: 1px solid var(--hair);
  }
  .dropdown a::before { left: 24px; }
  .dropdown a:hover { padding-left: 42px; background: var(--paper); }
}

@media (max-width: 560px) {
  .container { padding: 0 18px; }
  .logo-img { height: 48px; }
  .nav-row { padding: 12px 0; }
  .nav-cta { padding: 13px 16px; font-size: 12.5px; letter-spacing: 0.05em; }
}
