/* EG Passes — Cairo florist atelier
   Palette: Nile ink, hibiscus, sun-bleached stone, olive stem
   Avoids generic purple/cream-terracotta AI looks */

:root {
  --ink: #142018;
  --ink-soft: #2a3a2f;
  --paper: #eef1ea;
  --stone: #d7ddd2;
  --stem: #3d5c45;
  --nile: #1a4a5c;
  --hibiscus: #a11d3a;
  --hibiscus-deep: #7a152c;
  --sun: #d4a84b;
  --petal: #f3ebe3;
  --white: #fafbf8;
  --line: rgba(20, 32, 24, 0.14);
  --shadow: 0 18px 40px rgba(20, 32, 24, 0.12);
  --radius: 2px;
  --font-display: "Young Serif", Georgia, serif;
  --font-body: "Figtree", "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --max: 1120px;
  --header-h: 72px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink);
  background:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(212, 168, 75, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(26, 74, 92, 0.08), transparent 50%),
    linear-gradient(180deg, #f4f6f1 0%, var(--paper) 40%, #e8ece4 100%);
  min-height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--nile);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.2s var(--ease);
}

a:hover {
  color: var(--hibiscus);
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 0.6em;
  color: var(--ink);
}

p {
  margin: 0 0 1em;
}

.container {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
}

.container-wide {
  width: min(100% - 2rem, 1280px);
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--ink);
  color: var(--white);
  padding: 0.75rem 1rem;
  z-index: 1000;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

/* ——— Header ——— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(238, 241, 234, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header-h);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--ink);
  line-height: 1.05;
}

.brand-logo {
  width: clamp(148px, 22vw, 188px);
  height: auto;
  display: block;
}

.brand-mark-img {
  width: 40px;
  height: 40px;
  display: block;
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.brand-mark {
  font-family: var(--font-display);
  font-size: 1.55rem;
  letter-spacing: -0.03em;
}

.brand-mark span {
  color: var(--hibiscus);
}

.brand-sub {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  opacity: 0.75;
}

.footer-brand .brand-logo {
  width: 168px;
  margin-bottom: 0.85rem;
}

.footer-brand .brand-mark {
  color: var(--white);
  font-size: 1.7rem;
}

.footer-brand .brand-mark span {
  color: var(--sun);
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  padding: 0.55rem 0.7rem;
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.15rem 1.1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a {
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 500;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--hibiscus);
}

.nav .nav-cta {
  background: var(--ink);
  color: var(--white) !important;
  padding: 0.55rem 1rem;
  margin-left: 0.35rem;
  text-decoration: none;
}

.nav .nav-cta:hover {
  background: var(--hibiscus);
}

/* ——— Hero ——— */
.hero {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  min-height: calc(100svh - var(--header-h));
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(2rem, 5vw, 4.5rem) clamp(1.5rem, 4vw, 3.5rem) clamp(2.5rem, 6vw, 5rem);
  position: relative;
  z-index: 2;
  background:
    linear-gradient(135deg, rgba(238, 241, 234, 0.97) 0%, rgba(238, 241, 234, 0.82) 70%, transparent 100%);
}

.hero-kicker {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--stem);
  margin-bottom: 1.25rem;
  opacity: 0;
  animation: rise 0.9s var(--ease) 0.15s forwards;
}

.hero h1 {
  font-size: clamp(2.8rem, 6.5vw, 5.2rem);
  max-width: 11ch;
  margin-bottom: 0.5rem;
  opacity: 0;
  animation: rise 1s var(--ease) 0.28s forwards;
}

.hero-lead {
  font-size: 1.15rem;
  max-width: 34ch;
  color: var(--ink-soft);
  margin-bottom: 1.75rem;
  opacity: 0;
  animation: rise 1s var(--ease) 0.4s forwards;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  opacity: 0;
  animation: rise 1s var(--ease) 0.52s forwards;
}

.hero-visual {
  position: relative;
  min-height: 420px;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  animation: drift 18s ease-in-out infinite alternate;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(238, 241, 234, 0.55) 0%, transparent 28%),
    linear-gradient(0deg, rgba(20, 32, 24, 0.18), transparent 40%);
  pointer-events: none;
}

.hero-stamp {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 3;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--white);
  color: var(--ink);
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--line);
  opacity: 0;
  animation: rise 1s var(--ease) 0.7s forwards;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes drift {
  from { transform: scale(1.05) translate(0, 0); }
  to { transform: scale(1.12) translate(-2%, -1%); }
}

/* ——— Buttons ——— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.85rem 1.35rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease), transform 0.25s var(--ease);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--hibiscus);
  color: var(--white) !important;
  border-color: var(--hibiscus);
}

.btn-primary:hover {
  background: var(--hibiscus-deep);
  border-color: var(--hibiscus-deep);
  color: var(--white) !important;
}

.btn-ghost {
  background: transparent;
  color: var(--ink) !important;
  border-color: var(--ink);
}

.btn-ghost:hover {
  background: var(--ink);
  color: var(--white) !important;
}

.btn-nile {
  background: var(--nile);
  color: var(--white) !important;
}

.btn-nile:hover {
  background: #123646;
  color: var(--white) !important;
}

/* ——— Sections ——— */
.section {
  padding: clamp(3.5rem, 8vw, 6.5rem) 0;
}

.section-tight {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.section-head {
  max-width: 38rem;
  margin-bottom: 2.5rem;
}

.section-head .eyebrow {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--stem);
  margin-bottom: 0.75rem;
}

.section-head h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.section-head p {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}

.split.reverse .split-media {
  order: 2;
}

.split-media {
  position: relative;
  overflow: hidden;
  min-height: 320px;
}

.split-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}

.split:hover .split-media img {
  transform: scale(1.04);
}

.split-media .caption-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(20, 32, 24, 0.78);
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.7rem 1rem;
}

.split-body h2 {
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
}

.split-body .eyebrow {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hibiscus);
  margin-bottom: 0.75rem;
}

/* ——— Mosaic / catalog ——— */
.mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.85rem;
}

.mosaic-item {
  position: relative;
  overflow: hidden;
  background: var(--stone);
  text-decoration: none;
  color: var(--white);
  min-height: 220px;
}

.mosaic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 220px;
  transition: transform 0.7s var(--ease), filter 0.4s;
}

.mosaic-item:hover img {
  transform: scale(1.06);
  filter: brightness(0.85);
}

.mosaic-item .meta {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.1rem 1.15rem;
  background: linear-gradient(transparent, rgba(20, 32, 24, 0.85));
}

.mosaic-item h3 {
  color: var(--white);
  font-size: 1.35rem;
  margin: 0 0 0.2rem;
}

.mosaic-item p {
  margin: 0;
  font-size: 0.88rem;
  opacity: 0.88;
}

.mosaic-item .price {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  margin-top: 0.45rem;
  color: var(--sun);
}

.span-5 { grid-column: span 5; }
.span-7 { grid-column: span 7; }
.span-4 { grid-column: span 4; }
.span-6 { grid-column: span 6; }
.span-8 { grid-column: span 8; }
.span-12 { grid-column: span 12; }

.tall { min-height: 340px; }
.tall img { min-height: 340px; }

/* ——— Band / ribbon ——— */
.band {
  background: var(--ink);
  color: var(--petal);
  padding: 1.1rem 0;
  overflow: hidden;
}

.band-track {
  display: flex;
  gap: 2.5rem;
  white-space: nowrap;
  animation: marquee 28s linear infinite;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.band-track span::before {
  content: "✦";
  margin-right: 2.5rem;
  color: var(--sun);
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ——— Steps ——— */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  counter-reset: step;
}

.step {
  border-top: 2px solid var(--ink);
  padding-top: 1.25rem;
  position: relative;
}

.step::before {
  counter-increment: step;
  content: "0" counter(step);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: var(--hibiscus);
  display: block;
  margin-bottom: 0.85rem;
}

.step h3 {
  font-size: 1.4rem;
}

.step p {
  color: var(--ink-soft);
  margin: 0;
}

/* ——— Quote / note ——— */
.pull-note {
  border-left: 3px solid var(--hibiscus);
  padding: 0.25rem 0 0.25rem 1.25rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  line-height: 1.35;
  max-width: 36rem;
  margin: 2rem 0;
}

/* ——— Occasions grid ——— */
.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.pillar {
  background: var(--paper);
  padding: 1.5rem 1.25rem;
  text-decoration: none;
  color: inherit;
  transition: background 0.25s var(--ease);
}

.pillar:hover {
  background: var(--white);
}

.pillar h3 {
  font-size: 1.25rem;
  margin-bottom: 0.4rem;
}

.pillar p {
  font-size: 0.92rem;
  color: var(--ink-soft);
  margin: 0;
}

/* ——— Page hero (inner) ——— */
.page-hero {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(2rem, 4vw, 3rem);
  border-bottom: 1px solid var(--line);
  position: relative;
}

.page-hero .eyebrow {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--stem);
  margin-bottom: 0.75rem;
}

.page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  max-width: 16ch;
}

.page-hero p {
  max-width: 40rem;
  color: var(--ink-soft);
  font-size: 1.1rem;
}

.page-hero-media {
  margin-top: 2rem;
  max-height: 420px;
  overflow: hidden;
}

.page-hero-media img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

/* ——— Cards for interaction only ——— */
.order-panel,
.contact-panel,
.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 1.5rem;
}

.order-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: start;
}

label {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  color: var(--ink-soft);
}

input,
textarea,
select {
  width: 100%;
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--line);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink);
  margin-bottom: 1rem;
}

input:focus,
textarea:focus,
select:focus {
  outline: 2px solid var(--nile);
  outline-offset: 1px;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-note {
  font-size: 0.88rem;
  color: var(--ink-soft);
  margin-top: 0.75rem;
}

.form-success {
  display: none;
  background: rgba(61, 92, 69, 0.12);
  border: 1px solid var(--stem);
  padding: 1rem;
  margin-top: 1rem;
}

.form-success.show {
  display: block;
}

/* ——— FAQ ——— */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item summary {
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.2rem;
  list-style: none;
  padding-right: 1.5rem;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-family: var(--font-mono);
  color: var(--hibiscus);
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin: 0.85rem 0 0;
  color: var(--ink-soft);
}

/* ——— Table ——— */
.coverage-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.coverage-table th,
.coverage-table td {
  text-align: left;
  padding: 0.85rem 0.75rem;
  border-bottom: 1px solid var(--line);
}

.coverage-table th {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stem);
  font-weight: 500;
}

/* ——— Blog / journal ——— */
.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.journal-card {
  text-decoration: none;
  color: inherit;
  display: block;
}

.journal-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 0.9rem;
}

.journal-card .date {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stem);
}

.journal-card h3 {
  font-size: 1.3rem;
  margin: 0.35rem 0 0.4rem;
}

.journal-card p {
  color: var(--ink-soft);
  font-size: 0.95rem;
  margin: 0;
}

/* ——— Legal ——— */
.legal-content {
  max-width: 44rem;
}

.legal-content h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
}

.legal-content ul {
  padding-left: 1.2rem;
  color: var(--ink-soft);
}

.legal-meta {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 1.5rem;
}

/* ——— CTA strip ——— */
.cta-strip {
  background:
    linear-gradient(120deg, rgba(20, 32, 24, 0.88), rgba(26, 74, 92, 0.82)),
    url("../images/soft-roses.jpg") center/cover;
  color: var(--white);
  padding: clamp(3rem, 7vw, 5rem) 0;
}

.cta-strip h2 {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3rem);
  max-width: 14ch;
}

.cta-strip p {
  max-width: 36ch;
  opacity: 0.9;
}

.cta-strip .btn-primary {
  background: var(--sun);
  border-color: var(--sun);
  color: var(--ink) !important;
}

.cta-strip .btn-primary:hover {
  background: #e0b85a;
  border-color: #e0b85a;
}

.cta-strip .btn-ghost {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white) !important;
}

.cta-strip .btn-ghost:hover {
  background: var(--white);
  color: var(--ink) !important;
}

/* ——— Footer ——— */
.site-footer {
  background: var(--ink);
  color: rgba(243, 235, 227, 0.82);
  padding: 3.5rem 0 2rem;
  margin-top: auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.footer-brand .brand-mark {
  color: var(--white);
  font-size: 1.7rem;
}

.footer-brand .brand-mark span {
  color: var(--sun);
}

.footer-brand p {
  margin-top: 0.85rem;
  font-size: 0.95rem;
  max-width: 28ch;
}

.footer-col h4 {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sun);
  margin-bottom: 1rem;
}

.footer-col a,
.footer-col p {
  display: block;
  color: rgba(243, 235, 227, 0.82);
  text-decoration: none;
  font-size: 0.92rem;
  margin-bottom: 0.45rem;
}

.footer-col a:hover {
  color: var(--white);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  font-size: 0.85rem;
}

.footer-bottom a {
  color: rgba(243, 235, 227, 0.7);
  text-decoration: none;
  margin-right: 0.85rem;
}

.footer-bottom a:hover {
  color: var(--white);
}

/* ——— Cookie banner ——— */
.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 200;
  max-width: 520px;
  margin-inline: auto;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 1.25rem 1.35rem;
  display: none;
}

.cookie-banner.show {
  display: block;
  animation: rise 0.45s var(--ease);
}

.cookie-banner p {
  font-size: 0.92rem;
  color: var(--ink-soft);
  margin-bottom: 1rem;
}

.cookie-banner a {
  color: var(--nile);
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cookie-actions .btn {
  padding: 0.65rem 1rem;
  font-size: 0.88rem;
}

/* ——— Reveal on scroll ——— */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ——— Utility ——— */
.muted { color: var(--ink-soft); }
.text-center { text-align: center; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mb-0 { margin-bottom: 0; }
.stack > * + * { margin-top: 0.75rem; }

.address-block {
  font-style: normal;
  line-height: 1.7;
}

.tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid var(--line);
  padding: 0.3rem 0.55rem;
  margin-right: 0.35rem;
  margin-bottom: 0.35rem;
  color: var(--ink-soft);
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
}

.price-list .name {
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.price-list .amt {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  white-space: nowrap;
  color: var(--hibiscus);
}

/* ——— Deeper page layouts ——— */
.prose-wide {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.prose-wide .lead {
  font-size: 1.2rem;
  color: var(--ink-soft);
  max-width: 38ch;
}

.detail-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  border-top: 1px solid var(--line);
}

.detail-list li {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 1rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.98rem;
}

.detail-list strong {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--stem);
  padding-top: 0.2rem;
}

.zone-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.zone-card {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 1.35rem 1.25rem;
  min-height: 100%;
}

.zone-card .zone-status {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hibiscus);
  margin-bottom: 0.55rem;
}

.zone-card h3 {
  font-size: 1.35rem;
  margin-bottom: 0.45rem;
}

.zone-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.zone-card ul {
  margin: 0.85rem 0 0;
  padding-left: 1.1rem;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.timeline {
  display: grid;
  gap: 0;
  border-left: 2px solid var(--ink);
  margin-left: 0.5rem;
  padding-left: 1.5rem;
}

.timeline-item {
  position: relative;
  padding: 0 0 2rem;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -1.85rem;
  top: 0.35rem;
  width: 0.65rem;
  height: 0.65rem;
  background: var(--hibiscus);
  border-radius: 50%;
}

.timeline-item .time {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stem);
  margin-bottom: 0.35rem;
}

.timeline-item h3 {
  font-size: 1.35rem;
  margin-bottom: 0.35rem;
}

.timeline-item p {
  margin: 0;
  color: var(--ink-soft);
  max-width: 42rem;
}

.faq-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 2rem;
  align-items: start;
}

.faq-group h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid var(--ink);
}

.journal-feature {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 3rem;
}

.journal-feature img {
  width: 100%;
  height: min(480px, 70vw);
  object-fit: cover;
}

.journal-feature .date {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stem);
  margin-bottom: 0.65rem;
}

.journal-feature h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
}

.journal-feature p {
  color: var(--ink-soft);
}

.article-block {
  max-width: 42rem;
}

.article-block + .article-block {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid var(--line);
}

.article-block h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.article-meta {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stem);
  margin-bottom: 0.75rem;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin: 2rem 0;
}

.stat-row > div {
  background: var(--paper);
  padding: 1.35rem 1.1rem;
}

.stat-row .num {
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.stat-row p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.bloom-sheet {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.bloom-sheet article {
  border-top: 2px solid var(--ink);
  padding-top: 1.1rem;
}

.bloom-sheet h3 {
  font-size: 1.35rem;
}

.bloom-sheet p {
  color: var(--ink-soft);
  margin-bottom: 0.65rem;
}

.bloom-sheet .meta-line {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--hibiscus);
}

@media (max-width: 960px) {
  .prose-wide,
  .journal-feature,
  .faq-columns,
  .zone-grid,
  .stat-row,
  .bloom-sheet {
    grid-template-columns: 1fr;
  }

  .detail-list li {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}

/* ——— Responsive ——— */
@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    padding-top: 2.5rem;
    background: transparent;
  }

  .hero h1 {
    max-width: none;
  }

  .hero-visual {
    min-height: 340px;
    order: -1;
  }

  .split,
  .split.reverse .split-media,
  .order-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .split.reverse .split-media {
    order: 0;
  }

  .steps,
  .pillars,
  .journal-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .span-5, .span-7, .span-4, .span-6, .span-8 {
    grid-column: span 6;
  }
}

@media (max-width: 720px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav {
    display: none;
    position: absolute;
    top: var(--header-h);
    left: 0;
    right: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 1.25rem 1.25rem;
    gap: 0.35rem;
  }

  .nav.open {
    display: flex;
  }

  .nav .nav-cta {
    margin-left: 0;
    text-align: center;
  }

  .steps,
  .pillars,
  .journal-grid,
  .form-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .span-5, .span-7, .span-4, .span-6, .span-8, .span-12 {
    grid-column: span 12;
  }

  .mosaic {
    gap: 0.65rem;
  }

  .cookie-banner {
    left: 0.65rem;
    right: 0.65rem;
    bottom: 0.65rem;
  }
}
