/* ==========================================================================
   SeeWork Consulting, seeworkconsulting.com
   Operating-visibility and management-system consulting
   New England + Northeast | Massachusetts-based
   --------------------------------------------------------------------------
   Palette: New England prep, oxblood + ivory + brass
   Type: Libre Caslon Display (headings) + Source Sans 3 (body)
   ========================================================================== */

:root {
  --ink:           #231C1A;
  --ink-soft:      #3A2F2C;
  --oxblood:       #5C1F25;
  --oxblood-deep:  #3C1218;
  --oxblood-soft:  #9C4A52;
  --brass:         #A88742;
  --brass-soft:    #D7BC83;
  --ivory:         #F5EFE0;
  --ivory-warm:    #E7DFC8;
  --rule:          #CFC3A4;
  --white:         #FFFFFF;

  --font-display: 'Libre Caslon Display', 'Libre Caslon Text', Georgia, 'Times New Roman', serif;
  --font-serif:   'Libre Caslon Text', Georgia, 'Times New Roman', serif;
  --font-sans:    'Source Sans 3', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --container: 1180px;
  --container-narrow: 880px;

  --shadow-sm: 0 1px 2px rgba(35,28,26,0.04), 0 2px 6px rgba(35,28,26,0.04);
}

*, *::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: 17px;
  line-height: 1.66;
  color: var(--ink);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--oxblood); text-decoration: none; transition: color .2s ease, background-size .2s ease; }
a:hover { color: var(--oxblood-deep); }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--oxblood);
  font-weight: 500;
  line-height: 1.14;
  margin: 0 0 .55em;
  letter-spacing: -0.005em;
}
h1 { font-size: clamp(2.3rem, 5vw, 3.7rem); font-weight: 500; }
h2 { font-size: clamp(1.85rem, 3.3vw, 2.55rem); }
h3 { font-size: 1.3rem; font-weight: 600; }
h4 { font-size: 1.02rem; }
p  { margin: 0 0 1.05em; color: var(--ink); }

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

/* Brass rule mark above headings */
.rule-mark {
  display: inline-block;
  width: 44px;
  height: 2px;
  background: var(--brass);
  margin-bottom: 1.2rem;
}
.rule-mark.center { margin-left: auto; margin-right: auto; display: block; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 1rem;
}
.eyebrow.on-dark { color: var(--brass-soft); }

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

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: 14px 28px;
  font-family: var(--font-sans);
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all .25s ease;
  cursor: pointer;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 0;
  position: relative;
}
.btn-primary {
  background: var(--oxblood);
  color: var(--ivory);
  border-color: var(--oxblood);
}
.btn-primary::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 8px;
  height: 1px;
  background: transparent;
  transition: background .25s ease;
}
.btn-primary:hover { background: var(--oxblood-deep); border-color: var(--oxblood-deep); color: var(--ivory); }
.btn-primary:hover::after { background: var(--brass-soft); }

.btn-outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-outline:hover { background: var(--ink); color: var(--ivory); }
.btn-outline.on-dark { color: var(--ivory); border-color: rgba(245,239,224,0.5); }
.btn-outline.on-dark:hover { background: var(--ivory); color: var(--oxblood-deep); border-color: var(--ivory); }
.btn-large { padding: 17px 36px; font-size: 0.98rem; }

/* Topbar */
.topbar {
  background: var(--oxblood-deep);
  color: var(--ivory);
  font-size: 0.84rem;
  border-bottom: 1px solid rgba(168,135,66,0.25);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 26px;
  gap: 24px;
}
.topbar-tagline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  letter-spacing: 0.04em;
  font-family: var(--font-serif);
  font-style: italic;
}
.topbar-tagline svg { width: 15px; height: 15px; color: var(--brass-soft); }
.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(--ivory);
}
.topbar-meta a:hover { color: var(--brass-soft); }
.topbar-meta svg { width: 14px; height: 14px; color: var(--brass-soft); }

/* Nav */
.nav {
  background: var(--ivory);
  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: 20px 26px;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--ink);
}
.brand-mark {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--oxblood);
  color: var(--brass-soft);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.45rem;
  letter-spacing: -0.02em;
  border: 1px solid var(--oxblood-deep);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.18; }
.brand-name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.28rem;
  color: var(--oxblood);
  letter-spacing: -0.005em;
}
.brand-sub {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
  font-weight: 600;
  margin-top: 2px;
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-menu a {
  color: var(--ink);
  font-weight: 500;
  font-size: 0.94rem;
  padding: 8px 2px;
  position: relative;
  letter-spacing: 0.02em;
}
.nav-menu a.active,
.nav-menu a:hover { color: var(--oxblood); }
.nav-menu a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  background: var(--brass);
}
.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(--ink);
}
.hamburger svg { width: 22px; height: 22px; }

/* Mobile drawer */
.scrim {
  position: fixed;
  inset: 0;
  background: rgba(35,28,26,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(--ivory);
  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(--ink);
  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: 13px 6px;
  color: var(--ink);
  font-weight: 500;
  font-size: 1.02rem;
  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.9rem;
  color: var(--ink-soft);
  line-height: 1.6;
  font-family: var(--font-serif);
}
.drawer-meta strong { color: var(--oxblood); font-family: var(--font-display); }

/* Hero */
.hero {
  position: relative;
  background: var(--ivory);
  color: var(--ink);
  padding: 110px 0 100px;
  overflow: hidden;
  border-bottom: 1px solid var(--rule);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 14% 22%, rgba(168,135,66,0.07) 0, transparent 38%),
    radial-gradient(circle at 88% 78%, rgba(92,31,37,0.05) 0, transparent 42%);
  pointer-events: none;
}
.hero-glyph {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 520px;
  height: 520px;
  opacity: 0.18;
  pointer-events: none;
  color: var(--oxblood);
}
.hero-glyph svg { width: 100%; height: 100%; }
.hero-inner { position: relative; z-index: 2; max-width: 800px; }
.hero h1 {
  color: var(--oxblood);
  margin-bottom: 1.3rem;
}
.hero h1 .accent { font-style: italic; color: var(--oxblood-deep); }
.hero-lead {
  color: var(--ink-soft);
  font-size: 1.18rem;
  line-height: 1.65;
  margin-bottom: 2.1rem;
  max-width: 640px;
  font-family: var(--font-serif);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 2.6rem;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-serif);
  font-style: italic;
}
.hero-meta svg { width: 16px; height: 16px; color: var(--brass); }

/* Sections */
.section-ivory { background: var(--ivory); padding: 100px 0; }
.section-ivory-warm { background: var(--ivory-warm); padding: 100px 0; }
.section-white { background: var(--white); padding: 100px 0; }
.section-dark {
  background: var(--oxblood-deep);
  color: var(--ivory);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 12% 88%, rgba(168,135,66,0.08) 0, transparent 36%),
    radial-gradient(circle at 86% 14%, rgba(168,135,66,0.06) 0, transparent 36%);
  pointer-events: none;
}
.section-dark > .container { position: relative; z-index: 1; }
.section-dark h2,
.section-dark h3 { color: var(--ivory); }
.section-dark p { color: rgba(245,239,224,0.82); }
.section-dark .eyebrow { color: var(--brass-soft); }
.section-dark .rule-mark { background: var(--brass-soft); }

/* Trust strip */
.trust { background: var(--ivory-warm); padding: 48px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 36px;
  text-align: center;
}
.trust-item .label {
  display: block;
  font-family: var(--font-display);
  font-size: 1.18rem;
  color: var(--oxblood);
  font-weight: 500;
  margin-bottom: 6px;
  letter-spacing: -0.005em;
}
.trust-item .desc {
  display: block;
  font-size: 0.88rem;
  color: var(--ink-soft);
  font-family: var(--font-serif);
  font-style: italic;
}

/* Services stacked rows (no boxes) */
.services-stack {
  max-width: 940px;
  margin: 0 auto;
  border-top: 1px solid var(--ink);
}
.service-row {
  display: grid;
  grid-template-columns: 110px 1fr 240px;
  gap: 36px;
  align-items: start;
  padding: 38px 4px;
  border-bottom: 1px solid var(--rule);
  transition: padding-left .3s ease;
}
.service-row:last-child { border-bottom: 1px solid var(--ink); }
.service-row:hover { padding-left: 10px; }
.service-num {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 500;
  color: var(--brass);
  line-height: 1;
  letter-spacing: -0.02em;
}
.service-num .label-tag {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 10px;
}
.service-body h3 {
  margin-bottom: 12px;
  font-size: 1.55rem;
  color: var(--oxblood);
}
.service-body p {
  font-size: 1rem;
  color: var(--ink);
  margin: 0;
  max-width: 540px;
}
.service-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-content: flex-start;
}
.service-chips li {
  font-size: 0.74rem;
  font-family: var(--font-sans);
  color: var(--ink-soft);
  padding: 3px 9px;
  border: 1px solid var(--rule);
  background: var(--ivory);
  letter-spacing: 0.04em;
}

/* Formats grid */
.formats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 22px;
}
.format {
  background: var(--ivory);
  padding: 30px 28px;
  border: 1px solid var(--rule);
  border-top: 3px solid var(--oxblood);
}
.format .duration {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.74rem;
  color: var(--brass);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.format h3 { margin-bottom: 10px; font-size: 1.2rem; color: var(--oxblood); }
.format p { margin: 0; font-size: 0.94rem; color: var(--ink-soft); }

/* Process - 4 ivory plates on oxblood-deep section */
.process-plates {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
  margin-top: 1rem;
}
.plate {
  background: var(--ivory);
  color: var(--ink);
  padding: 30px 26px;
  position: relative;
  border-top: 2px solid var(--brass);
}
.plate-num {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 500;
  color: var(--brass);
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}
.plate h3 {
  color: var(--oxblood);
  margin-bottom: 8px;
  font-size: 1.2rem;
}
.plate p { color: var(--ink-soft); margin: 0; font-size: 0.94rem; }

/* Who we work with - 3 cards */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}
.audience {
  background: var(--white);
  border: 1px solid var(--rule);
  padding: 32px 28px;
  transition: border-color .25s ease;
}
.audience:hover { border-color: var(--oxblood-soft); }
.audience .a-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--brass);
  color: var(--brass);
  margin-bottom: 18px;
}
.audience .a-mark svg { width: 22px; height: 22px; }
.audience h3 { color: var(--oxblood); margin-bottom: 10px; font-size: 1.18rem; }
.audience p { margin: 0; font-size: 0.95rem; color: var(--ink-soft); }

/* Pull quote */
.pull-quote {
  max-width: 800px;
  margin: 0 auto;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.4rem, 2.6vw, 1.85rem);
  line-height: 1.4;
  color: var(--oxblood);
  text-align: center;
  padding: 0 24px;
}
.pull-quote cite {
  display: block;
  font-style: normal;
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass);
  margin-top: 1.6rem;
  font-family: var(--font-sans);
  font-weight: 600;
}

/* FAQ */
.faq-wrap {
  max-width: 820px;
  margin: 0 auto;
}
.faq {
  background: var(--ivory);
  border-bottom: 1px solid var(--rule);
  margin: 0;
  overflow: hidden;
}
.faq:first-child { border-top: 1px solid var(--rule); }
.faq summary {
  padding: 24px 44px 24px 4px;
  font-weight: 500;
  font-size: 1.12rem;
  color: var(--oxblood);
  cursor: pointer;
  list-style: none;
  position: relative;
  font-family: var(--font-display);
  letter-spacing: -0.005em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  color: var(--brass);
  transition: transform .2s ease;
  font-weight: 400;
  font-family: var(--font-display);
}
.faq[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-body {
  padding: 0 4px 22px;
  color: var(--ink);
  font-size: 0.99rem;
  font-family: var(--font-serif);
}
.faq-body p { margin: 0; color: var(--ink-soft); }

/* CTA banner */
.cta-banner {
  background: var(--oxblood);
  color: var(--ivory);
  padding: 96px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 18% 28%, rgba(215,188,131,0.10) 0, transparent 36%),
    radial-gradient(circle at 82% 72%, rgba(60,18,24,0.4) 0, transparent 48%);
  pointer-events: none;
}
.cta-banner > .container { position: relative; z-index: 1; }
.cta-banner h2 {
  color: var(--ivory);
  max-width: 760px;
  margin: 0 auto 1rem;
  font-style: italic;
}
.cta-banner p {
  color: rgba(245,239,224,0.86);
  max-width: 640px;
  margin: 0 auto 2rem;
  font-size: 1.06rem;
  font-family: var(--font-serif);
}
.cta-banner .hero-actions { justify-content: center; margin: 0; }
.cta-banner .eyebrow { color: var(--brass-soft); }
.cta-banner .rule-mark { background: var(--brass-soft); margin-left: auto; margin-right: auto; display: block; }

/* Contact */
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  align-items: start;
}
.contact-info h2 { margin-bottom: 1.2rem; }
.contact-info p { font-size: 1.04rem; margin-bottom: 1.4rem; font-family: var(--font-serif); }
.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: 20px; height: 20px; color: var(--brass); flex-shrink: 0; margin-top: 3px; }
.contact-row strong {
  display: block;
  color: var(--oxblood);
  font-weight: 600;
  margin-bottom: 2px;
  font-family: var(--font-display);
  font-size: 1.05rem;
}
.contact-row span { color: var(--ink-soft); font-size: 0.95rem; }
.form-card {
  background: var(--white);
  padding: 30px;
  border: 1px solid var(--rule);
  border-top: 3px solid var(--oxblood);
}
.form-card iframe {
  width: 100%;
  border: 0;
  min-height: 770px;
  display: block;
}

/* Page hero */
.page-hero {
  background: var(--oxblood-deep);
  color: var(--ivory);
  padding: 100px 0 90px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 12% 88%, rgba(168,135,66,0.10) 0, transparent 36%),
    radial-gradient(circle at 86% 14%, rgba(168,135,66,0.07) 0, transparent 36%);
  pointer-events: none;
}
.page-hero > .container { position: relative; z-index: 1; }
.page-hero h1 { color: var(--ivory); margin-bottom: 1rem; }
.page-hero h1 .accent { color: var(--brass-soft); font-style: italic; }
.page-hero p {
  color: rgba(245,239,224,0.88);
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.1rem;
  font-family: var(--font-serif);
}
.page-hero .eyebrow { color: var(--brass-soft); }
.page-hero .rule-mark { background: var(--brass-soft); margin-left: auto; margin-right: auto; display: block; }

/* Prose */
.prose {
  max-width: 780px;
  margin: 0 auto;
  font-size: 1.06rem;
  font-family: var(--font-serif);
}
.prose h2 {
  margin-top: 2.6rem;
  font-family: var(--font-display);
  color: var(--oxblood);
}
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--ink); }
.prose ul { color: var(--ink); padding-left: 22px; margin-bottom: 1.4rem; }
.prose ul li { margin-bottom: 0.6rem; }
.prose strong { color: var(--oxblood); }
.prose a { background-image: linear-gradient(to bottom, var(--brass), var(--brass)); background-repeat: no-repeat; background-size: 100% 1px; background-position: 0 100%; }
.prose a:hover { background-image: linear-gradient(to bottom, var(--oxblood), var(--oxblood)); background-size: 100% 2px; }

/* Timeline (services page) */
.timeline {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 22px;
}
.timeline-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 26px;
  padding: 22px 0;
  border-bottom: 1px solid var(--rule);
  align-items: start;
}
.timeline-row:last-child { border-bottom: 0; }
.timeline-week {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--brass);
  font-weight: 500;
  letter-spacing: -0.005em;
}
.timeline-week span {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 4px;
}
.timeline-body h3 {
  color: var(--oxblood);
  font-size: 1.15rem;
  margin-bottom: 6px;
}
.timeline-body p { margin: 0; font-size: 0.96rem; color: var(--ink-soft); font-family: var(--font-serif); }

/* Specializations */
.spec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}
.spec {
  background: var(--ivory);
  border: 1px solid var(--rule);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.spec svg { width: 20px; height: 20px; color: var(--brass); flex-shrink: 0; }
.spec span { font-size: 0.95rem; color: var(--ink); font-family: var(--font-serif); }

/* Footer */
.footer {
  background: var(--oxblood-deep);
  color: rgba(245,239,224,0.78);
  padding: 70px 0 28px;
}
.footer h4 {
  color: var(--ivory);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: var(--font-sans);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer .brand .brand-name,
.footer .brand .brand-sub { color: var(--ivory); }
.footer .brand .brand-name { color: var(--ivory); }
.footer .brand .brand-sub { color: var(--brass-soft); }
.footer .brand .brand-mark { background: var(--brass); color: var(--oxblood-deep); border-color: var(--brass-soft); }
.footer p { color: rgba(245,239,224,0.72); font-size: 0.95rem; margin: 14px 0; font-family: var(--font-serif); }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { margin-bottom: 8px; }
.footer ul a { color: rgba(245,239,224,0.78); font-size: 0.92rem; }
.footer ul a:hover { color: var(--brass-soft); }
.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(245,239,224,0.72);
  font-family: var(--font-serif);
}
.footer-meta-row svg { width: 16px; height: 16px; color: var(--brass-soft); }
.footer-bottom {
  border-top: 1px solid rgba(245,239,224,0.12);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.84rem;
  color: rgba(245,239,224,0.55);
  font-family: var(--font-serif);
  font-style: italic;
}

/* Responsive */
@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .contact-wrap { grid-template-columns: 1fr; gap: 36px; }
  .service-row { grid-template-columns: 90px 1fr; }
  .service-chips { grid-column: 1 / -1; }
}
@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 80px; }
  .hero-glyph { opacity: 0.1; }
  .section-ivory, .section-ivory-warm, .section-white, .section-dark { padding: 72px 0; }
  .service-row { grid-template-columns: 1fr; gap: 12px; padding: 30px 4px; }
  .timeline-row { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-meta { gap: 14px; }
  .hero-actions { width: 100%; }
  .hero-actions .btn { flex: 1; }
  .topbar-meta { gap: 12px; font-size: 0.78rem; }
}
