/* ==========================================================================
   Alignment Group - tagalignment.com
   Boutique change-and-alignment consulting
   --------------------------------------------------------------------------
   Palette: Dust Blue + Warm Bone + Rust
   - Quiet boutique earth; considered, journal-like, distinct from siblings
   ========================================================================== */

:root {
  --dust:        #3E5969;
  --dust-deep:   #22364A;
  --dust-soft:   #6C8499;
  --rust:        #A85534;
  --rust-deep:   #7E3C22;
  --rust-soft:   #D29375;
  --bone:        #F2EADA;
  --bone-warm:   #E5DBC2;
  --rule:        #CDC1A6;
  --rule-soft:   #DFD4B9;
  --ink:         #2D3E4E;
  --ink-soft:    #586878;
  --white:       #FFFFFF;

  --radius: 2px;
  --radius-lg: 6px;
  --shadow-sm: 0 1px 2px rgba(34,54,74,0.05), 0 2px 6px rgba(34,54,74,0.03);

  --font-display: 'Cormorant Infant', 'Cormorant Garamond', Georgia, serif;
  --font-sans:    'Be Vietnam Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, system-ui, sans-serif;

  --container: 1140px;
  --narrow: 760px;
}

*, *::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: 16.5px;
  line-height: 1.72;
  color: var(--dust);
  background: var(--bone);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--rust); text-decoration: none; transition: color .2s ease; border-bottom: 1px solid transparent; }
a:hover { color: var(--rust-deep); }
.prose a, p a { border-bottom: 1px solid var(--rust-soft); }
.prose a:hover, p a:hover { border-bottom-color: var(--rust-deep); }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--dust-deep);
  font-weight: 500;
  line-height: 1.14;
  margin: 0 0 .55em;
  letter-spacing: -0.005em;
}
h1 { font-size: clamp(2.6rem, 5.6vw, 4.2rem); font-weight: 500; letter-spacing: -0.012em; }
h2 { font-size: clamp(2rem, 3.6vw, 2.85rem); font-weight: 500; }
h3 { font-size: 1.35rem; font-weight: 500; letter-spacing: 0; }
h4 { font-size: 1.05rem; font-weight: 600; }
p  { margin: 0 0 1.05em; color: var(--ink-soft); }

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

.eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rust);
  margin-bottom: 1.2rem;
}
.eyebrow.on-dark { color: var(--rust-soft); }
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 1px;
  background: var(--rust);
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}
.eyebrow.on-dark::before { background: var(--rust-soft); }

.section-title {
  text-align: center;
  margin-bottom: 3.6rem;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.section-title h2 { margin-bottom: .8rem; }
.section-title p {
  font-size: 1.05rem;
  color: var(--ink-soft);
  margin: 0 auto;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: 13px 28px;
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: var(--radius);
  transition: all .25s ease;
  cursor: pointer;
  text-align: center;
  border: 1px solid transparent;
  text-transform: none;
  border-bottom: 1px solid transparent;
}
.btn-primary {
  background: var(--rust);
  color: var(--bone);
  border-color: var(--rust);
}
.btn-primary:hover {
  background: var(--rust-deep);
  border-color: var(--rust-deep);
  color: var(--bone);
}
.btn-outline {
  background: transparent;
  color: var(--rust);
  border: 1px solid var(--rust);
}
.btn-outline:hover { background: var(--rust); color: var(--bone); }
.btn-outline.on-dark { color: var(--bone); border-color: rgba(242,234,218,0.4); }
.btn-outline.on-dark:hover { background: var(--bone); color: var(--dust-deep); border-color: var(--bone); }
.btn-large { padding: 15px 34px; font-size: 0.96rem; }

/* Topbar */
.topbar {
  background: var(--dust-deep);
  color: var(--bone);
  font-size: 0.82rem;
  border-bottom: 1px solid rgba(242,234,218,0.06);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 28px;
  gap: 24px;
}
.topbar-tagline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  letter-spacing: 0.04em;
  color: rgba(242,234,218,0.85);
}
.topbar-tagline svg { width: 14px; height: 14px; color: var(--rust-soft); }
.topbar-meta {
  display: inline-flex;
  align-items: center;
  gap: 22px;
}
.topbar-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(242,234,218,0.85);
}
.topbar-meta svg { width: 13px; height: 13px; color: var(--rust-soft); }

/* Nav */
.nav {
  background: var(--bone);
  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: 22px 28px;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--dust-deep);
  border-bottom: 0;
}
.brand:hover { color: var(--dust-deep); }
.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--dust-deep);
  color: var(--bone);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: var(--radius);
  letter-spacing: 0.05em;
  position: relative;
}
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid var(--rust-soft);
  border-radius: 1px;
  opacity: 0.45;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.35rem;
  color: var(--dust-deep);
  letter-spacing: -0.005em;
}
.brand-sub {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 2px;
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-menu a {
  color: var(--dust-deep);
  font-weight: 400;
  font-size: 0.93rem;
  padding: 8px 2px;
  position: relative;
  border-bottom: 0;
  letter-spacing: 0.02em;
}
.nav-menu a.active,
.nav-menu a:hover { color: var(--rust); }
.nav-menu a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  background: var(--rust);
}
.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(--dust-deep);
}
.hamburger svg { width: 22px; height: 22px; }

/* Mobile drawer */
.scrim {
  position: fixed;
  inset: 0;
  background: rgba(34,54,74,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(--bone);
  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(--dust-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: 14px 4px;
  color: var(--dust-deep);
  font-weight: 500;
  font-size: 1rem;
  border-bottom: 1px solid var(--rule);
  font-family: var(--font-display);
}
.drawer-cta { width: 100%; margin-bottom: 28px; }
.drawer-meta {
  margin-top: auto;
  font-size: 0.88rem;
  color: var(--ink-soft);
  line-height: 1.7;
}
.drawer-meta strong {
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--dust-deep);
  font-size: 1.05rem;
  display: block;
  margin-bottom: 4px;
}

/* Hero - quiet, considered */
.hero {
  position: relative;
  background: var(--bone);
  color: var(--dust);
  padding: 130px 0 140px;
  overflow: hidden;
  border-bottom: 1px solid var(--rule-soft);
}
.hero-glyph {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 520px;
  height: 520px;
  opacity: 0.45;
  pointer-events: none;
  color: var(--rule);
}
.hero-glyph svg { width: 100%; height: 100%; }
.hero-inner { position: relative; z-index: 2; max-width: 820px; }
.hero h1 {
  color: var(--dust-deep);
  margin-bottom: 1.6rem;
  font-weight: 500;
}
.hero h1 .accent {
  color: var(--rust);
  font-style: italic;
  font-weight: 400;
}
.hero-lead {
  color: var(--ink-soft);
  font-size: 1.18rem;
  line-height: 1.7;
  margin-bottom: 2.4rem;
  max-width: 640px;
  font-weight: 400;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 2.8rem;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  font-size: 0.86rem;
  color: var(--ink-soft);
  letter-spacing: 0.02em;
}
.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-meta svg { width: 14px; height: 14px; color: var(--rust); }

/* Sections */
.section { padding: 110px 0; }
.section-bone { background: var(--bone); padding: 110px 0; }
.section-bone-warm { background: var(--bone-warm); padding: 110px 0; }
.section-white { background: var(--white); padding: 110px 0; }
.section-dust { background: var(--dust-deep); color: var(--bone); padding: 110px 0; }
.section-dust h2,
.section-dust h3 { color: var(--bone); }
.section-dust p { color: rgba(242,234,218,0.82); }
.section-dust .eyebrow { color: var(--rust-soft); }
.section-dust .eyebrow::before { background: var(--rust-soft); }

/* Trust strip */
.trust { background: var(--bone-warm); padding: 50px 0; border-bottom: 1px solid var(--rule-soft); }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  text-align: center;
}
.trust-item .label {
  display: block;
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--dust-deep);
  font-weight: 500;
  margin-bottom: 3px;
  letter-spacing: -0.005em;
}
.trust-item .desc {
  display: block;
  font-size: 0.85rem;
  color: var(--ink-soft);
  letter-spacing: 0.02em;
}

/* Service sequence (vertical, hairlines, no card boxes) */
.service-sequence {
  max-width: 880px;
  margin: 0 auto;
  border-top: 1px solid var(--rule);
}
.service-row {
  display: grid;
  grid-template-columns: 110px 1fr 280px;
  gap: 40px;
  padding: 42px 0;
  border-bottom: 1px solid var(--rule);
  align-items: start;
}
.service-row .service-num {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--rust);
  font-weight: 500;
  letter-spacing: 0.03em;
  font-feature-settings: "lnum";
  padding-top: 6px;
}
.service-row h3 {
  font-size: 1.65rem;
  margin-bottom: 12px;
  color: var(--dust-deep);
}
.service-row p {
  font-size: 0.99rem;
  color: var(--ink-soft);
  margin: 0;
}
.service-row .service-tags {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.82rem;
  color: var(--dust);
  letter-spacing: 0.04em;
}
.service-row .service-tags li {
  padding-left: 16px;
  position: relative;
}
.service-row .service-tags li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 1px;
  background: var(--rust);
}

/* Engagement formats */
.formats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0;
  border-left: 1px solid var(--rule);
  border-top: 1px solid var(--rule);
  background: var(--bone);
}
.format {
  padding: 36px 30px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.format .duration {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.74rem;
  color: var(--rust);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.format h3 { margin-bottom: 10px; font-size: 1.35rem; }
.format p { margin: 0; font-size: 0.95rem; }

/* Process - small dust circles with rust numerals */
.process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 36px 28px;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.process-step {
  position: relative;
  text-align: left;
  padding-top: 8px;
}
.process-num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--dust);
  color: var(--rust-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 18px;
  letter-spacing: 0;
}
.process-step h3 { margin-bottom: 10px; font-size: 1.25rem; }
.process-step p { font-size: 0.94rem; margin: 0; color: var(--ink-soft); }

/* Who we work with */
.who-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.who-card {
  background: var(--bone);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  padding: 34px 30px;
}
.who-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}
.who-card .who-tag {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  color: var(--rust);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.who-card p { margin: 0; font-size: 0.95rem; }

/* Pull quote in dust-deep section */
.pull-quote {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.pull-quote .quote-mark {
  font-family: var(--font-display);
  font-size: 4rem;
  color: var(--rust-soft);
  line-height: 0.6;
  margin-bottom: 12px;
  display: block;
}
.pull-quote blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  line-height: 1.36;
  color: var(--bone);
  margin: 0 0 24px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.005em;
}
.pull-quote cite {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-style: normal;
  color: var(--rust-soft);
}

/* FAQ */
.faq-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.faq {
  background: transparent;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 0;
  overflow: hidden;
}
.faq:first-child { border-top: 1px solid var(--rule); }
.faq summary {
  padding: 24px 0;
  font-weight: 500;
  font-size: 1.18rem;
  color: var(--dust-deep);
  cursor: pointer;
  list-style: none;
  position: relative;
  font-family: var(--font-display);
  padding-right: 50px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: var(--rust);
  transition: transform .2s ease;
  font-weight: 300;
  font-family: var(--font-sans);
}
.faq[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-body {
  padding: 0 0 24px;
  color: var(--ink-soft);
  font-size: 0.98rem;
  max-width: 720px;
}
.faq-body p { margin: 0; }

/* CTA banner */
.cta-banner {
  background: var(--dust-deep);
  color: var(--bone);
  padding: 110px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner h2 {
  color: var(--bone);
  max-width: 760px;
  margin: 0 auto 1.2rem;
  font-weight: 500;
}
.cta-banner h2 .accent { color: var(--rust-soft); font-style: italic; font-weight: 400; }
.cta-banner p {
  color: rgba(242,234,218,0.82);
  max-width: 580px;
  margin: 0 auto 2.2rem;
  font-size: 1.05rem;
}
.cta-banner .hero-actions { justify-content: center; margin: 0; }

/* Form / contact */
.contact-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 64px;
  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: 18px; height: 18px; color: var(--rust); flex-shrink: 0; margin-top: 4px; }
.contact-row strong {
  display: block;
  font-family: var(--font-display);
  color: var(--dust-deep);
  font-weight: 500;
  font-size: 1.05rem;
  margin-bottom: 2px;
}
.contact-row span { color: var(--ink-soft); font-size: 0.94rem; }
.form-card {
  background: var(--bone);
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 1px solid var(--rule);
}
.form-card iframe {
  width: 100%;
  border: 0;
  min-height: 770px;
  display: block;
}
.contact-reassurance {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding-top: 16px;
  font-size: 0.95rem;
  color: var(--ink-soft);
  font-style: italic;
}

/* Page hero */
.page-hero {
  background: var(--bone-warm);
  color: var(--dust-deep);
  padding: 120px 0 100px;
  text-align: center;
  border-bottom: 1px solid var(--rule-soft);
  position: relative;
  overflow: hidden;
}
.page-hero h1 {
  color: var(--dust-deep);
  margin-bottom: 1rem;
  font-weight: 500;
}
.page-hero h1 .accent { color: var(--rust); font-style: italic; font-weight: 400; }
.page-hero p {
  color: var(--ink-soft);
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.12rem;
}

/* Prose */
.prose {
  max-width: var(--narrow);
  margin: 0 auto;
  font-size: 1.04rem;
  color: var(--ink-soft);
}
.prose h2 {
  margin-top: 2.8rem;
  font-size: clamp(1.55rem, 2.6vw, 1.95rem);
  font-weight: 500;
}
.prose h2:first-child { margin-top: 0; }
.prose h3 {
  margin-top: 1.8rem;
  font-size: 1.25rem;
  color: var(--dust-deep);
}
.prose p { color: var(--ink-soft); margin-bottom: 1.1rem; }
.prose ul { color: var(--ink-soft); padding-left: 0; margin-bottom: 1.4rem; list-style: none; }
.prose ul li {
  margin-bottom: 0.7rem;
  padding-left: 22px;
  position: relative;
}
.prose ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 12px;
  height: 1px;
  background: var(--rust);
}
.prose strong { color: var(--dust-deep); font-weight: 600; }

/* Timeline (services page) */
.timeline {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
}
.timeline-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 30px;
  padding: 28px 0;
  border-bottom: 1px solid var(--rule);
  align-items: start;
}
.timeline-row:last-child { border-bottom: 0; }
.timeline-when {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--rust);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.timeline-when small {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  color: var(--ink-soft);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 4px;
  font-weight: 400;
}
.timeline-body h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.timeline-body p { margin: 0; font-size: 0.96rem; }

/* Specializations */
.spec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}
.spec {
  background: var(--bone);
  padding: 22px 24px;
  border-left: 2px solid var(--rust);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.spec h4 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 500;
  color: var(--dust-deep);
}
.spec p { margin: 0; font-size: 0.9rem; }

/* Footer */
.footer {
  background: var(--dust-deep);
  color: rgba(242,234,218,0.78);
  padding: 80px 0 30px;
}
.footer h4 {
  color: var(--bone);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: var(--font-sans);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 52px;
  margin-bottom: 52px;
}
.footer .brand .brand-name { color: var(--bone); }
.footer .brand .brand-sub { color: rgba(242,234,218,0.6); }
.footer .brand .brand-mark { background: var(--rust); color: var(--bone); }
.footer .brand .brand-mark::after { border-color: var(--bone); opacity: 0.4; }
.footer .brand:hover { color: var(--bone); }
.footer p { color: rgba(242,234,218,0.65); font-size: 0.94rem; margin: 14px 0; max-width: 380px; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { margin-bottom: 9px; }
.footer ul a {
  color: rgba(242,234,218,0.72);
  font-size: 0.9rem;
  border-bottom: 0;
}
.footer ul a:hover { color: var(--rust-soft); }
.footer-meta {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-meta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: rgba(242,234,218,0.7);
}
.footer-meta-row svg { width: 14px; height: 14px; color: var(--rust-soft); }
.footer-bottom {
  border-top: 1px solid rgba(242,234,218,0.1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.82rem;
  color: rgba(242,234,218,0.5);
  letter-spacing: 0.02em;
}

/* Responsive */
@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .contact-wrap { grid-template-columns: 1fr; gap: 40px; }
  .service-row { grid-template-columns: 80px 1fr; gap: 30px; }
  .service-row .service-tags {
    grid-column: 2;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 14px;
  }
}
@media (max-width: 820px) {
  .topbar-tagline { display: none; }
  .nav-menu { display: none; }
  .hamburger { display: inline-flex; }
  .nav-cta .btn { display: none; }
  .hero { padding: 90px 0 100px; }
  .hero-glyph { opacity: 0.22; right: -120px; }
  .section, .section-bone, .section-bone-warm, .section-white, .section-dust { padding: 80px 0; }
  .page-hero { padding: 90px 0 70px; }
  .cta-banner { padding: 80px 0; }
  .timeline-row { grid-template-columns: 100px 1fr; gap: 22px; }
}
@media (max-width: 580px) {
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-meta { gap: 14px; }
  .hero-actions { width: 100%; }
  .hero-actions .btn { flex: 1; }
  .topbar-meta { gap: 14px; }
  .service-row { grid-template-columns: 60px 1fr; gap: 18px; padding: 32px 0; }
  .service-row .service-num { font-size: 1.2rem; }
  .service-row h3 { font-size: 1.4rem; }
  .container { padding: 0 22px; }
}
