/* Home page — extends styles/system.css */

/* ---- Nav fix: prevent the trailing CTA button from being squashed ---- */
.navx__links { flex-wrap: nowrap; }
.navx__links > a,
.navx__links > button { white-space: nowrap; flex-shrink: 0; }

/* ---- Page chrome ---- */
.home-page {
  background: var(--ivory);
  font-family: var(--sans);
  color: var(--charcoal);
}

/* Logo gets more presence on the home page nav */
.home-page .navx {
  padding: 28px 80px;
}
.home-page .navx__name { font-size: 32px; }
.home-page .navx__sub { font-size: 10px; margin-top: 12px; }
.home-page .navx__sprig { width: 32px; height: 48px; }

/* Hero — uses .hero--c but bigger, full bleed */
.home-page .hero--c {
  padding: 100px 80px 120px;
  background: var(--ivory);
}
.home-page .hero-c-bg-1 { width: 360px; top: -40px; left: -60px; opacity: .35; }
.home-page .hero-c-bg-2 { width: 360px; bottom: -60px; right: -60px; opacity: .35; }
.home-page .hero-c__inner h1 {
  font: 300 76px/1.15 var(--serif);
  letter-spacing: -.5px;
  margin: 0 0 24px;
}
.home-page .hero-c__inner .script {
  margin: 0 0 28px;
  font-size: 30px;
}

/* ---- Intro (about-me) ---- */
/* ---- Narrative (What · How · Why) ---- */
.narrative {
  padding: 120px 80px;
  background: var(--ivory);
}
.narrative__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.narrative__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  align-items: start;
}
.narrative__beat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  padding: 0 40px;
  position: relative;
}
.narrative__beat + .narrative__beat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: color-mix(in srgb, var(--stone) 35%, transparent);
}
.narrative__icon {
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  background: color-mix(in srgb, var(--sage) 35%, var(--ivory));
  display: grid;
  place-items: center;
  color: var(--forest);
  margin-bottom: 8px;
}
.narrative__icon svg { width: 30px; height: 30px; }
.narrative__head {
  font: 400 30px/1.2 var(--serif);
  color: var(--forest);
  margin: 0;
  letter-spacing: -.2px;
}
.narrative__copy {
  font: 400 16px/1.7 var(--sans);
  color: var(--charcoal-soft);
  margin: 0;
  max-width: 320px;
}
.narrative__cta {
  display: flex;
  justify-content: center;
  margin-top: 72px;
}

.intro {
  padding: 120px 80px;
  text-align: center;
}
.intro__eyebrow {
  font: italic 400 28px/1.3 var(--serif);
  color: var(--sage-dark);
  margin: 0 0 28px;
}
.intro__head {
  font: 300 56px/1.15 var(--serif);
  color: var(--forest);
  margin: 0 auto 28px;
  max-width: 760px;
  letter-spacing: -.3px;
}
.intro__body {
  font: 300 21px/1.65 var(--sans);
  color: var(--charcoal-soft);
  margin: 0 auto 24px;
  max-width: 680px;
}
.intro__body + .intro__body { margin-top: 0; }
.intro__cta { margin-top: 36px; }

/* B variant — split */
.intro--split {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: 96px;
  align-items: start;
  text-align: left;
  padding: 120px 80px;
}
.intro--split .intro__eyebrow { margin-bottom: 18px; }
.intro--split .intro__head { margin: 0; max-width: none; }
.intro--split .intro__body { margin: 0 0 18px; max-width: none; }

/* ---- Sectors ---- */
.sectors {
  padding: 120px 80px;
}
.sectors__head {
  text-align: center;
  margin: 0 auto 64px;
  max-width: 720px;
}
.sectors__eyebrow {
  font: 400 13px/1 var(--sans);
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--sage-dark);
  margin: 0 0 18px;
}
.sectors__head h2 {
  font: 300 48px/1.15 var(--serif);
  color: var(--forest);
  margin: 0 0 18px;
}
.sectors__head p {
  font: 300 19px/1.6 var(--sans);
  color: var(--charcoal-soft);
  margin: 0;
}
.sector-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.sector-grid--2x2 { grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 960px; margin: 0 auto; }
.sector-card {
  background: var(--ivory);
  border: 1px solid color-mix(in srgb, var(--stone) 25%, transparent);
  border-radius: var(--r-md);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform var(--dur-1) var(--ease), box-shadow var(--dur-1) var(--ease);
}
.sector-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-1); }
.section--alt .sector-card { background: var(--ivory); }
.sector-card .icon-ring { background: color-mix(in srgb, var(--sage) 35%, var(--ivory)); }
.sector-card h3 {
  font: 500 22px/1.3 var(--serif);
  color: var(--forest);
  margin: 0;
}
.sector-card p {
  font: 400 15px/1.6 var(--sans);
  color: var(--charcoal-soft);
  margin: 0;
  flex: 1;
}

/* B variant — asymmetric: one large feature card + 3 stacked */
.sector-grid--asym {
  grid-template-columns: 5fr 4fr;
  gap: 24px;
  align-items: stretch;
}
.sector-grid--asym .sector-card--feature {
  padding: 56px 48px;
  background: var(--forest);
  border-color: var(--forest);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 480px;
}
.sector-grid--asym .sector-card--feature h3 { color: var(--ivory); font-size: 32px; font-weight: 400; }
.sector-grid--asym .sector-card--feature p { color: color-mix(in srgb, var(--ivory) 80%, var(--forest)); font-size: 17px; max-width: 360px; }
.sector-grid--asym .sector-card--feature .icon-ring { background: var(--forest-tint); color: var(--ivory); width: 64px; height: 64px; }
.sector-grid--asym .sector-card--feature .icon-ring svg { width: 32px; height: 32px; }
.sector-grid--asym .sector-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sector-grid--asym .sector-stack .sector-card {
  flex: 1;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 24px 28px;
}
.sector-grid--asym .sector-stack .sector-card .icon-ring { flex: 0 0 auto; }
.sector-grid--asym .sector-stack .sector-card__text { flex: 1; }
.sector-grid--asym .sector-stack .sector-card h3 { font-size: 19px; margin-bottom: 4px; }
.sector-grid--asym .sector-stack .sector-card p { font-size: 14px; }

/* ---- Services ---- */
.services { padding: 120px 80px; }
.services__head { text-align: center; margin: 0 auto 80px; max-width: 720px; }
.services__head .sectors__eyebrow { color: var(--forest-tint); }
.services__head h2 {
  font: 300 48px/1.15 var(--serif);
  color: var(--forest);
  margin: 0;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 56px;
  row-gap: 56px;
}
.service {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.service .icon-ring {
  width: 56px;
  height: 56px;
  background: color-mix(in srgb, var(--eucalyptus) 80%, var(--ivory));
}
.service h3 {
  font: 500 22px/1.3 var(--serif);
  color: var(--forest);
  margin: 0;
}
.service p {
  font: 400 16px/1.65 var(--sans);
  color: var(--charcoal-soft);
  margin: 0;
}

/* B variant — numbered editorial list */
.services-list { display: flex; flex-direction: column; max-width: 920px; margin: 0 auto; }
.service-row {
  display: grid;
  grid-template-columns: 80px 1fr 1.2fr;
  gap: 40px;
  align-items: baseline;
  padding: 36px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--stone) 30%, transparent);
}
.service-row:first-child { border-top: 1px solid color-mix(in srgb, var(--stone) 30%, transparent); }
.service-row__num {
  font: italic 400 28px/1 var(--serif);
  color: var(--sage-dark);
}
.service-row__name {
  font: 400 32px/1.2 var(--serif);
  color: var(--forest);
  letter-spacing: -.2px;
}
.service-row__desc {
  font: 400 16px/1.65 var(--sans);
  color: var(--charcoal-soft);
  padding-top: 6px;
}

/* ---- Testimonials  ---- */
.testimonials { padding: 120px 80px; }
.testimonials__head { text-align: center; margin: 0 auto 64px; max-width: 720px; }
.testimonials__head h2 {
  font: 300 48px/1.15 var(--serif);
  color: var(--forest);
  margin: 0;
}
.testimonials__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.home-testi {
  background: var(--ivory);
  border: 1px solid color-mix(in srgb, var(--stone) 25%, transparent);
  border-radius: var(--r-md);
  padding: 42px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
.section--alt .home-testi { background: var(--ivory); }
.home-testi__quote {
  font: italic 400 60px/.5 var(--serif);
  color: var(--sage-dark);
  height: 16px;
}
.home-testi__body {
  font: 400 17px/1.65 var(--sans);
  color: var(--charcoal);
  margin: 0;
  flex: 1;
}
.home-testi__attr { display: flex; align-items: center; gap: 14px; }
.home-testi__avatar {
  width: 44px; height: 44px;
  border-radius: 9999px;
  background: color-mix(in srgb, var(--sage) 50%, var(--ivory));
  display: grid; place-items: center;
  font: 500 14px/1 var(--sans);
  color: var(--forest);
  letter-spacing: .08em;
  flex: 0 0 auto;
}
.home-testi__name { font: 500 15px/1.3 var(--sans); color: var(--forest); }
.home-testi__role { font: 400 13px/1.4 var(--sans); color: var(--stone-dark); }

/* ---- Case studies preview ---- */
.cases { padding: 120px 80px; }
.cases__head { text-align: center; margin: 0 auto 64px; max-width: 720px; }
.cases__head h2 {
  font: 300 48px/1.15 var(--serif);
  color: var(--forest);
  margin: 0;
}
.cases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.case-card {
  background: var(--ivory);
  border: 1px solid color-mix(in srgb, var(--stone) 25%, transparent);
  border-radius: var(--r-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.section--alt .case-card { background: var(--ivory); }
.case-card__image {
  height: 220px;
  background:
    radial-gradient(circle at 30% 50%, color-mix(in srgb, var(--sage) 65%, var(--ivory)), color-mix(in srgb, var(--eucalyptus) 90%, var(--ivory)));
  position: relative;
  overflow: hidden;
}
.case-card__image::after {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 80'><g fill='none' stroke='%237E927A' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'><path d='M6 74 Q 36 56, 70 38 Q 104 22, 136 8'/><path d='M 28 60 Q 17 52, 20 46 Q 25 52, 28 60 Z'/><path d='M 44 52 Q 58 56, 56 63 Q 49 57, 44 52 Z'/><path d='M 62 40 Q 51 32, 54 26 Q 59 32, 62 40 Z'/><path d='M 78 32 Q 92 36, 90 43 Q 83 37, 78 32 Z'/><path d='M 96 20 Q 85 12, 88 6 Q 93 12, 96 20 Z'/><path d='M 112 14 Q 126 18, 124 25 Q 117 19, 112 14 Z'/></g></svg>");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 70% auto;
  opacity: .65;
}
.case-card__body { padding: 32px 32px 28px; display: flex; flex-direction: column; gap: 12px; }
.case-card__tag {
  font: 400 11px/1 var(--sans);
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--sage-dark);
}
.case-card__title {
  font: 500 24px/1.3 var(--serif);
  color: var(--forest);
  margin: 0;
}
.case-card__lede {
  font: 400 15px/1.6 var(--sans);
  color: var(--charcoal-soft);
  margin: 0 0 4px;
}
.case-card__link {
  font: 500 14px/1 var(--sans);
  color: var(--forest);
  letter-spacing: .04em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.case-card__link svg { width: 18px; height: 18px; }

/* B variant — full-bleed strip */
.cases-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.case-strip {
  position: relative;
  height: 360px;
  overflow: hidden;
  border-right: 1px solid color-mix(in srgb, var(--ivory) 30%, transparent);
}
.case-strip:last-child { border-right: 0; }
.case-strip__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--sage) 75%, var(--ivory)), color-mix(in srgb, var(--forest-tint) 30%, var(--ivory)));
}
.case-strip:nth-child(2) .case-strip__bg {
  background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--eucalyptus) 100%, transparent), color-mix(in srgb, var(--sage) 50%, var(--ivory)));
}
.case-strip:nth-child(3) .case-strip__bg {
  background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--forest-tint) 55%, var(--ivory)), color-mix(in srgb, var(--forest) 80%, transparent));
}
.case-strip__content {
  position: relative;
  height: 100%;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--ivory);
}
.case-strip:nth-child(2) .case-strip__content { color: var(--forest); }
.case-strip__tag {
  font: 400 11px/1 var(--sans);
  letter-spacing: .32em;
  text-transform: uppercase;
  opacity: .9;
  margin: 0 0 12px;
}
.case-strip__title {
  font: 400 28px/1.25 var(--serif);
  margin: 0 0 8px;
}
.case-strip__lede {
  font: 400 14px/1.55 var(--sans);
  opacity: .85;
  margin: 0;
}

/* ---- Final CTA ---- */
.final-cta {
  background: var(--forest);
  color: var(--ivory);
  padding: 140px 80px 160px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.final-cta__bg-1, .final-cta__bg-2 {
  position: absolute;
  width: 380px;
  color: var(--ivory);
  opacity: .12;
}
.final-cta__bg-1 { top: -40px; left: -60px; transform: rotate(-20deg); }
.final-cta__bg-2 { bottom: -60px; right: -60px; transform: rotate(160deg); }
.final-cta__inner { position: relative; max-width: 760px; margin: 0 auto; }
.final-cta__eyebrow {
  font: italic 400 26px/1.3 var(--serif);
  color: color-mix(in srgb, var(--sage) 80%, var(--ivory));
  margin: 0 0 28px;
}
.final-cta h2 {
  font: 300 64px/1.15 var(--serif);
  color: var(--ivory);
  margin: 0 0 28px;
  letter-spacing: -.3px;
}
.final-cta p {
  font: 300 19px/1.65 var(--sans);
  color: color-mix(in srgb, var(--ivory) 88%, var(--forest));
  margin: 0 auto 40px;
  max-width: 580px;
}
.final-cta .btn--ghost {
  color: var(--ivory);
  border-color: var(--ivory);
  font-size: 16px;
  padding: 16px 32px;
}
.final-cta .btn--ghost:hover { background: color-mix(in srgb, var(--ivory) 12%, transparent); }

/* B variant — inset card */
.final-cta--inset {
  background: var(--ivory);
  padding: 80px 80px 120px;
  text-align: center;
}
.final-cta--inset .final-cta__inner {
  background: color-mix(in srgb, var(--eucalyptus) 80%, var(--ivory));
  border: 1px solid color-mix(in srgb, var(--sage) 50%, transparent);
  border-radius: var(--r-lg);
  padding: 80px 60px 88px;
  max-width: 960px;
  position: relative;
  overflow: hidden;
}
.final-cta--inset .final-cta__inner::before,
.final-cta--inset .final-cta__inner::after {
  content: "";
  position: absolute;
  width: 200px; height: 100px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 80'><g fill='none' stroke='%237E927A' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round' opacity='.5'><path d='M6 74 Q 36 56, 70 38 Q 104 22, 136 8'/><path d='M 28 60 Q 17 52, 20 46 Q 25 52, 28 60 Z'/><path d='M 62 40 Q 51 32, 54 26 Q 59 32, 62 40 Z'/><path d='M 96 20 Q 85 12, 88 6 Q 93 12, 96 20 Z'/></g></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}
.final-cta--inset .final-cta__inner::before { top: -10px; left: -30px; transform: rotate(-20deg); }
.final-cta--inset .final-cta__inner::after { bottom: -10px; right: -30px; transform: rotate(160deg); }
.final-cta--inset h2 { color: var(--forest); position: relative; font-size: 52px; }
.final-cta--inset .final-cta__eyebrow { color: var(--sage-dark); position: relative; }
.final-cta--inset p { color: var(--charcoal-soft); position: relative; }
.final-cta--inset .btn--primary { position: relative; }

/* ---- Section dividers (botanical) ---- */
.botanical-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 16px 0 0;
}
.botanical-divider svg { width: 120px; color: var(--sage-dark); opacity: .65; }
.botanical-divider .botanical-divider__mark {
  width: 32px; height: 50px; color: var(--sage-dark); opacity: .8;
}

/* Footer at home-page width */
.home-page .ftr--a { padding: 36px 80px; }
.home-page .ftr__base { padding: 18px 80px 36px; }

/* ---- Hero — watercolour illustrations ---- */
.hero--c { position: relative; overflow: hidden; }
.hero-c__illo {
  position: absolute;
  width: 360px;
  height: auto;
  opacity: 0.65;
  pointer-events: none;
  z-index: 0;
}
.hero-c__illo--left { top: -60px; left: -80px; transform: rotate(-15deg); }
.hero-c__illo--right { bottom: -80px; right: -80px; transform: rotate(180deg); }
.hero-c__inner { position: relative; z-index: 1; }

/* Hide the old SVG bg ornaments if still in DOM (defensive) */
.hero-c-bg-1, .hero-c-bg-2 { display: none; }

/* ---- Packages preview section ---- */
/* (.pkg__commit base styles now live in styles/system.css) */
.packages {
  padding: 120px 80px;
  position: relative;
  overflow: hidden;
}
.packages__illo {
  position: absolute;
  width: 260px;
  height: auto;
  top: 40px;
  right: -40px;
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
  transform: rotate(15deg);
}
.packages__head {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto 64px;
  max-width: 720px;
}
.packages__head h2 {
  font: 300 48px/1.15 var(--serif);
  color: var(--forest);
  margin: 0 0 18px;
}
.packages__head p {
  font: 300 19px/1.6 var(--sans);
  color: var(--charcoal-soft);
  margin: 0;
}
.packages .g-package {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
}
.packages__cta {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 56px;
}

/* ---- Final CTA — watercolour illustrations ---- */
.final-cta__illo {
  position: absolute;
  width: 320px;
  height: auto;
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
  filter: brightness(0) invert(1);
}
.final-cta__illo--left { top: -40px; left: -40px; transform: rotate(-20deg); }
.final-cta__illo--right { bottom: -60px; right: -40px; transform: rotate(160deg); }
.final-cta__bg-1, .final-cta__bg-2 { display: none; }
.final-cta__inner { position: relative; z-index: 1; }

/* ============================================================
   PHOTOGRAPHY — real brand imagery integration
   ============================================================ */

/* ---- A variant: "About Claire" photo block ---- */
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 40px 80px 140px;
}
.about__image {
  width: 100%;
  aspect-ratio: 3 / 2;
  background: url("img/notebook.jpeg") center/cover no-repeat;
  border-radius: var(--r-md);
  box-shadow: 0 24px 60px -24px rgba(39,67,43,.25);
}
.about__text { max-width: 460px; }
.about__eyebrow {
  font: 400 13px/1 var(--sans);
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--sage-dark);
  margin: 0 0 18px;
}
.about__head {
  font: 300 44px/1.2 var(--serif);
  color: var(--forest);
  margin: 0 0 24px;
  letter-spacing: -.2px;
}
.about__body {
  font: 400 16px/1.7 var(--sans);
  color: var(--charcoal-soft);
  margin: 0 0 16px;
}
.about__sig {
  font: italic 400 24px/1.3 var(--serif);
  color: var(--sage-dark);
  margin-top: 28px;
}

/* ---- A variant: real photo backgrounds for case cards ---- */
.case-card__image--branch-left {
  background: url("img/branch-left.jpeg") center/cover no-repeat;
}
.case-card__image--branch-right {
  background: url("img/branch-right.jpeg") center/cover no-repeat;
}
.case-card__image--branch-left::after,
.case-card__image--branch-right::after { display: none; }

/* ---- B variant: intro split with photo column ---- */
.intro--photo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  text-align: left;
  padding: 0;
}
.intro--photo__text {
  padding: 120px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.intro--photo__text .intro__eyebrow {
  margin: 0 0 24px;
}
.intro--photo__text .intro__head {
  margin: 0 0 28px;
  text-align: left;
  max-width: none;
  font-size: 52px;
}
.intro--photo__text .intro__body {
  text-align: left;
  margin: 0 0 18px;
  max-width: none;
}
.intro--photo__image {
  background: url("img/vase.jpeg") center/cover no-repeat;
  min-height: 600px;
}

/* ---- B variant: photo-backed sector feature card ---- */
.sector-card--feature.sector-card--photo {
  background: url("img/branch-left.jpeg") center/cover no-repeat;
  border: 0;
  position: relative;
  overflow: hidden;
}
.sector-card--feature.sector-card--photo::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(39,67,43,.92) 0%, rgba(39,67,43,.6) 60%, rgba(39,67,43,.25) 100%);
}
.sector-card--feature.sector-card--photo > * { position: relative; z-index: 1; }

/* ---- B variant: photo-backed case-strip ---- */
.case-strip--photo .case-strip__bg--branch-left { background: url("img/branch-left.jpeg") center/cover no-repeat !important; }
.case-strip--photo .case-strip__bg--vase { background: url("img/vase.jpeg") center/cover no-repeat !important; }
.case-strip--photo .case-strip__bg--branch-right { background: url("img/branch-right.jpeg") center/cover no-repeat !important; }
.case-strip--photo .case-strip__content {
  color: var(--ivory);
  background: linear-gradient(180deg, rgba(39,67,43,0) 0%, rgba(39,67,43,.85) 100%);
}
.case-strip--photo:nth-child(2) .case-strip__content { color: var(--ivory); }

/* ============================================================
   MOBILE RESPONSIVE
   Tablet  ≤ 960px  · most splits stack, grids reduce columns
   Mobile  ≤ 640px  · single-column, condensed nav, smaller type
   ============================================================ */

/* ---- Tablet (≤ 960px) ---- */
@media (max-width: 960px) {
  /* Section padding */
  .home-page .navx { padding: 22px 40px; }
  .home-page .hero--c { padding: 80px 40px 100px; }
  .narrative,
  .intro,
  .about,
  .sectors,
  .services,
  .packages,
  .testimonials { padding: 80px 40px; }
  .final-cta { padding: 100px 40px 120px; }
  .home-page .ftr--a { padding: 28px 40px; }
  .home-page .ftr__base { padding: 16px 40px 32px; }

  /* Type scale-down */
  .home-page .navx__name { font-size: 26px; }
  .home-page .navx__sub { font-size: 9px; }
  .home-page .navx__sprig { width: 28px; height: 40px; }
  .home-page .hero-c__inner h1 { font-size: 56px; line-height: 1.12; }
  .home-page .hero-c__inner .script { font-size: 24px; margin-bottom: 22px; }
  .hero__sub { font-size: 16px !important; }

  /* Hero ornaments smaller */
  .hero-c__illo { width: 240px; opacity: .5; }
  .hero-c__illo--left { top: -40px; left: -60px; }
  .hero-c__illo--right { bottom: -60px; right: -60px; }

  /* Narrative — 3 cols → stack */
  .narrative__row { grid-template-columns: 1fr; gap: 40px; }
  .narrative__beat { padding: 0; }
  .narrative__beat + .narrative__beat::before {
    left: 50%;
    top: -20px;
    bottom: auto;
    transform: translateX(-50%);
    width: 80px;
    height: 1px;
  }
  .narrative__copy { max-width: 480px; }

  /* About — split → stack, photo first */
  .about {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-bottom: 100px;
  }
  .about__image { aspect-ratio: 16 / 10; max-width: 560px; margin: 0 auto; }
  .about__text { max-width: 600px; margin: 0 auto; text-align: center; }
  .about__head { font-size: 36px; }

  /* Sectors / Services — collapse to 2-col */
  .sector-grid--2x2,
  .services-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .sectors__head h2,
  .services__head h2,
  .packages__head h2,
  .testimonials__head h2 { font-size: 38px; }
  .sector-card h3 { font-size: 20px; }

  /* Packages — 3 cards → stack */
  .packages .g-package { grid-template-columns: 1fr; gap: 20px; max-width: 560px; }
  .packages__illo { width: 200px; top: 60px; right: -30px; }
  .pkg { padding: 32px 28px; }
  .pkg__amt { font-size: 34px; }

  /* Testimonials — 2 → 1 */
  .testimonials .g-testi { grid-template-columns: 1fr; gap: 20px; max-width: 600px; margin: 0 auto; }

  /* Final CTA */
  .final-cta h2 { font-size: 48px; }
  .final-cta__illo { width: 240px; opacity: .14; }

  /* Footer — keep horizontal but compact */
  .home-page .ftr--a { gap: 24px; flex-wrap: wrap; }
}

/* ---- Mobile (≤ 640px) ---- */
@media (max-width: 640px) {
  /* Section padding: lean to 20px */
  .home-page .navx { padding: 16px 20px; gap: 8px; }
  .home-page .hero--c { padding: 56px 20px 72px; }
  .narrative,
  .intro,
  .sectors,
  .services,
  .packages,
  .testimonials { padding: 64px 20px; }
  .about { padding: 56px 20px 80px; }
  .final-cta { padding: 80px 20px 96px; }
  .home-page .ftr--a { padding: 24px 20px; }
  .home-page .ftr__base { padding: 14px 20px 28px; text-align: center; }

  /* Nav — stack: wordmark on top, links + CTA wrapping beneath
     (previously hid secondary links in portrait, which left only the CTA visible) */
  .home-page .navx {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-template-columns: none;
    gap: 14px;
    padding: 14px 20px 12px;
  }
  .home-page .navx__left { display: none; }
  .home-page .navx__center { order: 1; text-align: center; }
  .home-page .navx__name { font-size: 22px; }
  .home-page .navx__sub { font-size: 8px; letter-spacing: .26em; margin-top: 8px; }
  .home-page .navx__links {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
    width: 100%;
    font-size: 14px;
  }
  .home-page .navx__links a:not(.btn) { display: inline-flex; padding: 4px 0; }
  .home-page .navx__links a.btn { font-size: 13px; padding: 10px 18px; }

  /* Hero — reduce headline aggressively */
  .home-page .hero-c__inner h1 { font-size: 40px; line-height: 1.15; letter-spacing: -.3px; }
  .home-page .hero-c__inner .script { font-size: 20px; margin-bottom: 18px; }
  .hero__sub { font-size: 15px !important; max-width: 320px !important; }
  .hero-c__illo { width: 170px; opacity: .4; }
  .hero-c__illo--left { top: -20px; left: -50px; }
  .hero-c__illo--right { bottom: -30px; right: -50px; }

  /* Narrative beats — tighter */
  .narrative__head { font-size: 26px; }
  .narrative__copy { font-size: 15px; }
  .narrative__icon { width: 56px; height: 56px; }
  .narrative__icon svg { width: 26px; height: 26px; }
  .narrative__cta { margin-top: 48px; }

  /* About */
  .about__head { font-size: 30px; }
  .about__body { font-size: 15px; }

  /* Sectors / Services — single column */
  .sectors__head { margin-bottom: 40px; }
  .services__head { margin-bottom: 56px; }
  .sector-grid--2x2 { grid-template-columns: 1fr; gap: 16px; }
  .services-grid { grid-template-columns: 1fr; column-gap: 32px; row-gap: 40px; }
  .sectors__head h2,
  .services__head h2,
  .packages__head h2,
  .testimonials__head h2 { font-size: 32px; line-height: 1.2; }
  .sectors__head p,
  .packages__head p { font-size: 16px; }
  .sectors__eyebrow { font-size: 11px; letter-spacing: .26em; }
  .sector-card { padding: 28px 24px; gap: 14px; }
  .service h3 { font-size: 19px; }

  /* Packages — single column, compact */
  .packages .g-package { gap: 16px; max-width: none; }
  .packages__illo { display: none; }
  .pkg { padding: 28px 24px; }
  /* Keep the "Most popular" pill centred above the card. A previous
     left:20px override combined with the inherited translateX(-50%)
     was pushing the pill off the card edge, where the section's
     overflow:hidden cropped it. */
  .pkg__pop { left: 50%; }
  .pkg__name { font-size: 26px; }
  .pkg__amt { font-size: 32px; }
  .pkg__commit { font-size: 14px; }
  .packages__cta { margin-top: 32px; }

  /* Testimonials */
  .home-testi { padding: 32px 24px; gap: 20px; }
  .home-testi__body { font-size: 16px; }

  /* Final CTA */
  .final-cta h2 { font-size: 36px; }
  .final-cta__eyebrow { font-size: 18px; margin-bottom: 20px !important; }
  .final-cta p { font-size: 16px; }
  .final-cta__illo { width: 180px; opacity: .12; }
  .final-cta__illo--left { top: -20px; left: -30px; }
  .final-cta__illo--right { bottom: -30px; right: -30px; }

  /* Footer — stack into rows */
  .home-page .ftr--a {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
  }
  .ftr__contacts { flex-direction: column; gap: 8px; font-size: 13px; }
  .ftr__legal { gap: 16px; }
}
