/* ==========================================================================
   AGF Business Consulting - agfbizonsult.com
   No-frills operating discipline for US owner-led businesses
   --------------------------------------------------------------------------
   Palette: Deep Teal + Butter Yellow + Paper
   - Direct, practical, distinct from sibling sites
   ========================================================================== */

:root {
  --teal:          #0B5560;
  --teal-deep:     #053F47;
  --teal-soft:     #3D8590;
  --butter:        #E6C457;
  --butter-deep:   #B89531;
  --butter-soft:   #F2DE9C;
  --paper:         #FAFAF6;
  --paper-warm:    #F0EDDF;
  --rule:          #CFC9B0;
  --ink:           #0B5560;
  --ink-soft:      #4A5A60;
  --white:         #FFFFFF;

  --radius: 2px;
  --radius-lg: 4px;
  --shadow-sm: 0 1px 2px rgba(5,63,71,0.06), 0 2px 6px rgba(5,63,71,0.04);
  --shadow-md: 0 4px 14px rgba(5,63,71,0.08), 0 12px 26px rgba(5,63,71,0.05);
  --shadow-lg: 0 20px 44px rgba(5,63,71,0.12);

  --font-display: 'Sora', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-sans:    'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { max-width: 100%; display: block; }
a {
  color: var(--teal);
  text-decoration: none;
  border-bottom: 2px solid var(--butter);
  padding-bottom: 1px;
  transition: color .2s ease, border-color .2s ease;
}
a:hover { color: var(--teal-deep); border-color: var(--butter-deep); }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--teal-deep);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 .6em;
  letter-spacing: -0.02em;
}
h1 { font-size: clamp(2.5rem, 5vw, 3.7rem); font-weight: 800; }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.55rem); font-weight: 700; }
h3 { font-size: 1.28rem; font-weight: 600; }
h4 { font-size: 1.02rem; font-weight: 600; }
p  { margin: 0 0 1.05em; color: var(--ink-soft); }

.container {
  width: 100%;
  max-width: var(--container);
  padding: 0 24px;
  margin: 0 auto;
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--butter-deep);
  margin-bottom: 1.1rem;
}
.eyebrow.on-dark { color: var(--butter); }

.section-title {
  text-align: center;
  margin-bottom: 3.2rem;
}
.section-title h2 { margin-bottom: .6rem; }
.section-title p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.05rem;
  color: var(--ink-soft);
}

/* Inline content links inside dark sections */
.section-dark a, .hero a, .cta-banner a, .page-hero a, .footer a {
  color: var(--butter-soft);
  border-color: var(--butter);
}
.section-dark a:hover, .hero a:hover, .cta-banner a:hover, .page-hero a:hover, .footer a:hover {
  color: var(--white);
  border-color: var(--butter-soft);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: 14px 26px;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: var(--radius);
  transition: all .2s ease;
  cursor: pointer;
  text-align: center;
  border: 2px solid transparent;
}
.btn { border-bottom-width: 2px; padding-bottom: 12px; }
.btn-primary {
  background: var(--teal);
  color: var(--white);
  border-color: var(--teal);
}
.btn-primary:hover {
  background: var(--teal-deep);
  border-color: var(--butter);
  border-bottom-color: var(--butter);
  color: var(--white);
}
.btn-outline {
  background: transparent;
  color: var(--teal-deep);
  border-color: var(--teal-deep);
}
.btn-outline:hover { background: var(--teal-deep); color: var(--paper); }
.btn-outline.on-dark { color: var(--paper); border-color: rgba(250,250,246,0.55); }
.btn-outline.on-dark:hover { background: var(--butter); color: var(--teal-deep); border-color: var(--butter); }
.btn-large { padding: 16px 32px; font-size: 1rem; }

/* Topbar */
.topbar {
  background: var(--teal-deep);
  color: var(--paper);
  font-size: 0.85rem;
  border-bottom: 2px solid var(--butter);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px;
  gap: 24px;
}
.topbar-tagline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.03em;
}
.topbar-tagline svg { width: 16px; height: 16px; color: var(--butter); }
.topbar-meta {
  display: inline-flex;
  align-items: center;
  gap: 22px;
}
.topbar-meta span,
.topbar-meta a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--paper);
  border-bottom: 0;
  padding-bottom: 0;
}
.topbar-meta a:hover { color: var(--butter); }
.topbar-meta svg { width: 14px; height: 14px; color: var(--butter); }

/* Nav */
.nav {
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
  position: sticky;
  top: 0;
  z-index: 50;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--teal-deep);
  border-bottom: 0;
  padding-bottom: 0;
}
.brand-mark {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--teal-deep);
  color: var(--butter);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.95rem;
  border-radius: var(--radius);
  letter-spacing: 0.02em;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--teal-deep);
  letter-spacing: -0.01em;
}
.brand-sub {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-menu a {
  color: var(--teal-deep);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 8px 2px;
  position: relative;
  border-bottom: 0;
}
.nav-menu a.active,
.nav-menu a:hover { color: var(--butter-deep); }
.nav-menu a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: var(--butter);
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.hamburger {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--teal-deep);
}
.hamburger svg { width: 22px; height: 22px; }

/* Mobile drawer */
.scrim {
  position: fixed;
  inset: 0;
  background: rgba(5,63,71,0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  z-index: 90;
}
.scrim.open { opacity: 1; pointer-events: auto; }
.drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: min(320px, 86vw);
  background: var(--paper);
  padding: 32px 28px;
  transform: translateX(110%);
  transition: transform .3s ease;
  z-index: 100;
  display: flex;
  flex-direction: column;
}
.drawer.open { transform: translateX(0); }
.drawer-close {
  align-self: flex-end;
  color: var(--teal-deep);
  margin-bottom: 14px;
}
.drawer-close svg { width: 22px; height: 22px; }
.drawer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.drawer ul a {
  display: block;
  padding: 12px 6px;
  color: var(--teal-deep);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 12px;
}
.drawer-cta { width: 100%; margin-bottom: 28px; }
.drawer-meta {
  margin-top: auto;
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.6;
}

/* Hero */
.hero {
  position: relative;
  background: var(--paper-warm);
  color: var(--teal-deep);
  padding: 110px 0 120px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--butter) 0%, var(--butter-deep) 50%, var(--butter) 100%);
}
.hero-glyph {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 460px;
  height: 460px;
  opacity: 0.14;
  pointer-events: none;
  color: var(--teal);
}
.hero-glyph svg { width: 100%; height: 100%; }
.hero-inner { position: relative; z-index: 2; max-width: 820px; }
.hero h1 {
  color: var(--teal-deep);
  margin-bottom: 1.2rem;
}
.hero h1 .accent {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}
.hero h1 .accent::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 14px;
  background: var(--butter);
  z-index: -1;
  opacity: 0.75;
}
.hero-lead {
  color: var(--ink-soft);
  font-size: 1.16rem;
  line-height: 1.65;
  margin-bottom: 2rem;
  max-width: 680px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 2.4rem;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 0.9rem;
  color: var(--teal-deep);
  font-family: var(--font-display);
  font-weight: 500;
}
.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.hero-meta svg { width: 16px; height: 16px; color: var(--butter-deep); }

/* Sections */
.section-light { background: var(--paper); padding: 96px 0; }
.section-paper-warm { background: var(--paper-warm); padding: 96px 0; }
.section-dark {
  background: var(--teal-deep);
  color: var(--paper);
  padding: 96px 0;
  position: relative;
}
.section-dark h2,
.section-dark h3 { color: var(--paper); }
.section-dark p { color: rgba(250,250,246,0.82); }
.section-dark .eyebrow { color: var(--butter); }

/* Trust strip */
.trust {
  background: var(--teal-deep);
  color: var(--paper);
  padding: 50px 0;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 28px;
  text-align: left;
}
.trust-item {
  border-left: 3px solid var(--butter);
  padding-left: 16px;
}
.trust-item .label {
  display: block;
  font-family: var(--font-display);
  font-size: 1.02rem;
  color: var(--paper);
  font-weight: 700;
  margin-bottom: 2px;
}
.trust-item .desc {
  display: block;
  font-size: 0.88rem;
  color: rgba(250,250,246,0.78);
}

/* Services grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 24px;
}
.service-card {
  background: var(--paper-warm);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 32px 28px 28px;
  position: relative;
  transition: all .25s ease;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--butter);
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  background: var(--white);
}
.service-card:hover::before { background: var(--butter-deep); height: 6px; }
.service-num {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--butter-deep);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.service-card h3 { margin-bottom: 12px; color: var(--teal-deep); }
.service-card p { font-size: 0.96rem; margin-bottom: 14px; }
.service-card .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-card .chips li {
  font-size: 0.76rem;
  background: var(--paper);
  color: var(--teal-deep);
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--rule);
  font-weight: 500;
}

/* Formats */
.formats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}
.format {
  background: var(--paper);
  padding: 28px 26px;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  position: relative;
}
.format .duration {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.78rem;
  color: var(--teal);
  background: var(--butter-soft);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.format h3 { margin-bottom: 10px; font-size: 1.18rem; color: var(--teal-deep); }
.format p { margin: 0; font-size: 0.94rem; }

/* Process strip - dark teal band with butter numerals */
.process-band {
  background: var(--teal-deep);
  color: var(--paper);
  padding: 80px 0;
  position: relative;
}
.process-band .section-title h2,
.process-band .section-title h3 { color: var(--paper); }
.process-band .section-title p { color: rgba(250,250,246,0.82); }
.process-band .eyebrow { color: var(--butter); }

.process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  position: relative;
}
.process-step {
  position: relative;
  padding: 0 4px;
}
.process-num {
  font-family: var(--font-display);
  font-size: 3.2rem;
  font-weight: 800;
  color: var(--butter);
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: -0.04em;
}
.process-step h3 {
  color: var(--paper);
  margin-bottom: 8px;
  font-size: 1.18rem;
}
.process-step p {
  color: rgba(250,250,246,0.8);
  font-size: 0.94rem;
  margin: 0;
}

/* Who we work with */
.who-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}
.who-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-top: 4px solid var(--teal);
  border-radius: var(--radius);
  padding: 28px 26px;
}
.who-card h3 { margin-bottom: 10px; font-size: 1.18rem; color: var(--teal-deep); }
.who-card p { margin: 0; font-size: 0.95rem; }

/* FAQ */
.faq-wrap {
  max-width: 820px;
  margin: 0 auto;
}
.faq {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
}
.faq summary {
  padding: 22px 56px 22px 24px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--teal-deep);
  cursor: pointer;
  list-style: none;
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--teal-deep);
  background: var(--butter);
  border-radius: 50%;
  transition: transform .2s ease;
  font-weight: 600;
  line-height: 1;
}
.faq[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-body {
  padding: 0 24px 22px;
  color: var(--ink-soft);
  font-size: 0.96rem;
}
.faq-body p { margin: 0; }

/* CTA banner */
.cta-banner {
  background: var(--teal-deep);
  color: var(--paper);
  padding: 90px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--butter);
}
.cta-banner h2 {
  color: var(--paper);
  max-width: 760px;
  margin: 0 auto 1rem;
}
.cta-banner p {
  color: rgba(250,250,246,0.82);
  max-width: 640px;
  margin: 0 auto 2rem;
  font-size: 1.05rem;
}
.cta-banner .hero-actions { justify-content: center; margin: 0; }

/* Page hero (about/services/contact) */
.page-hero {
  background: var(--paper-warm);
  color: var(--teal-deep);
  padding: 90px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--butter);
}
.page-hero h1 { color: var(--teal-deep); margin-bottom: 1rem; }
.page-hero p {
  color: var(--ink-soft);
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.08rem;
}

/* Prose (about) */
.prose {
  max-width: 780px;
  margin: 0 auto;
  font-size: 1.04rem;
}
.prose h2 { margin-top: 2.4rem; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--ink-soft); }
.prose ul { color: var(--ink-soft); padding-left: 22px; margin-bottom: 1.4rem; }
.prose ul li { margin-bottom: 0.6rem; }
.prose strong { color: var(--teal-deep); }

/* Timeline (services 60-day) */
.timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  background: var(--paper);
  overflow: hidden;
}
.timeline-block {
  padding: 28px 24px;
  border-right: 1px solid var(--rule);
  position: relative;
}
.timeline-block:last-child { border-right: 0; }
.timeline-block::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--butter);
}
.timeline-week {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.78rem;
  color: var(--butter-deep);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.timeline-block h3 { font-size: 1.1rem; margin-bottom: 10px; color: var(--teal-deep); }
.timeline-block p { margin: 0; font-size: 0.92rem; }

/* Specializations */
.spec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.spec {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-left: 3px solid var(--butter);
  border-radius: var(--radius);
}
.spec svg { width: 22px; height: 22px; color: var(--teal); flex-shrink: 0; }
.spec-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.94rem;
  color: var(--teal-deep);
}

/* Contact */
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 48px;
  align-items: start;
}
.contact-info h2 { margin-bottom: 1.2rem; }
.contact-info p { font-size: 1.02rem; margin-bottom: 1.4rem; }
.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--rule);
}
.contact-row:last-child { border-bottom: 0; }
.contact-row svg { width: 22px; height: 22px; color: var(--butter-deep); flex-shrink: 0; margin-top: 2px; }
.contact-row strong {
  display: block;
  color: var(--teal-deep);
  font-family: var(--font-display);
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 0.95rem;
}
.contact-row span { color: var(--ink-soft); font-size: 0.95rem; }
.form-card {
  background: var(--paper-warm);
  border-radius: var(--radius);
  padding: 28px;
  border: 1px solid var(--rule);
  border-top: 4px solid var(--butter);
}
.form-card iframe {
  width: 100%;
  border: 0;
  min-height: 750px;
  display: block;
}
.reassure {
  margin-top: 28px;
  padding: 22px 24px;
  background: var(--paper-warm);
  border-left: 3px solid var(--butter);
  border-radius: var(--radius);
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.reassure strong { color: var(--teal-deep); }

/* Footer */
.footer {
  background: var(--teal-deep);
  color: rgba(250,250,246,0.75);
  padding: 70px 0 30px;
  border-top: 4px solid var(--butter);
}
.footer h4 {
  color: var(--butter);
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 44px;
  margin-bottom: 44px;
}
.footer .brand { margin-bottom: 16px; }
.footer .brand .brand-name { color: var(--paper); }
.footer .brand .brand-sub { color: rgba(250,250,246,0.65); }
.footer .brand .brand-mark { background: var(--butter); color: var(--teal-deep); }
.footer p { color: rgba(250,250,246,0.7); font-size: 0.94rem; margin: 14px 0; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { margin-bottom: 8px; }
.footer ul a { color: rgba(250,250,246,0.78); font-size: 0.92rem; border-bottom: 0; padding-bottom: 0; }
.footer ul a:hover { color: var(--butter); }
.footer-meta {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-meta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: rgba(250,250,246,0.7);
}
.footer-meta-row svg { width: 16px; height: 16px; color: var(--butter); }
.footer-bottom {
  border-top: 1px solid rgba(250,250,246,0.12);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.84rem;
  color: rgba(250,250,246,0.55);
}

/* Responsive */
@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .contact-wrap { grid-template-columns: 1fr; gap: 36px; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .timeline-block { border-right: 0; border-bottom: 1px solid var(--rule); }
}
@media (max-width: 780px) {
  .topbar-tagline { display: none; }
  .nav-menu { display: none; }
  .hamburger { display: inline-flex; }
  .nav-cta .btn { display: none; }
  .hero { padding: 80px 0 90px; }
  .hero-glyph { opacity: 0.08; width: 320px; height: 320px; }
  .section-light, .section-paper-warm, .section-dark, .process-band { padding: 72px 0; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .timeline { grid-template-columns: 1fr; }
  .hero-meta { gap: 14px; }
  .hero-actions { width: 100%; }
  .hero-actions .btn { flex: 1; }
}
