/* ============================================================
   W3 Strategic — design system from mockups #11 (hero) + #10
   Cream ground, hairline borders, gold accents, editorial serif
   ============================================================ */

:root {
  --bg: #f5f1ea;
  --bg-card: #faf7f1;
  --bg-strip: #fbf9f4;
  --ink: #26241f;
  --body: #6e6759;
  --body-soft: #7d766a;
  --gold: #b3903f;
  --gold-strong: #c5a24e;
  --gold-soft: #cdb87f;
  --hairline: #e6ddca;
  --hairline-soft: #ece5d5;
  --slate: #5f7d94;
  --green: #5f8049;
  --serif: "Instrument Serif", "Times New Roman", serif;
  --sans: "DM Sans", "Helvetica Neue", sans-serif;
  --mono: "JetBrains Mono", "SFMono-Regular", monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

html, body { overflow-x: clip; }

body {
  font-family: var(--sans);
  font-weight: 400;
  background: var(--bg);
  color: var(--body);
  font-size: 20px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

.shell {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

/* ---------- shared type ---------- */

.eyebrow {
  font-family: var(--mono);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.eyebrow.squared::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: var(--gold);
  margin-right: 14px;
  vertical-align: 1px;
}

.eyebrow.centered { text-align: center; }

h1, h2, h3 { font-weight: 400; color: var(--ink); }

h1 {
  font-family: var(--serif);
  font-size: 114px;
  line-height: 1.18;
  letter-spacing: -0.01em;
}

h2 {
  font-family: var(--serif);
  font-size: 44px;
  line-height: 1.14;
  letter-spacing: -0.005em;
}

h3 {
  font-family: var(--sans);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.gold-dot { color: var(--gold-strong); }

.text-link {
  font-size: 20px;
  font-weight: 600;
  color: var(--gold);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.text-link:hover { color: var(--gold-strong); }

.arrow { font-family: var(--sans); }

/* ---------- buttons ---------- */

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  font-size: 19px;
  font-weight: 500;
  text-decoration: none;
  padding: 18px 30px;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
}

.button.primary {
  background: var(--gold-strong);
  color: #332a17;
}

.button.primary:hover { background: #d0ad57; }

.button.secondary {
  border: 1px solid var(--gold-soft);
  color: #4a4436;
}

.button.secondary:hover { border-color: var(--gold); }

/* ---------- icons ---------- */

.icon {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon.lg { width: 72px; height: 72px; stroke-width: 2.1; }
.icon.gold { color: var(--gold); }
.icon.slate { color: var(--slate); }
.icon.green { color: var(--green); }

/* ---------- header / nav (mockup #11) ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(245, 241, 234, 0.92);
  backdrop-filter: blur(10px);
}

.nav-shell {
  display: flex;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand img { width: 52px; height: 52px; }

.brand span {
  font-family: var(--serif);
  font-size: 30px;
  color: var(--ink);
}

.site-header nav {
  margin-left: auto;
  display: flex;
  gap: 56px;
}

.site-header nav a {
  font-size: 19px;
  font-weight: 500;
  color: #3f3a30;
  text-decoration: none;
}

.site-header nav a:hover { color: var(--gold); }

.nav-cta {
  margin-left: 60px;
  padding: 16px 38px;
  font-size: 19px;
}

/* ---------- hero (mockup #11) ---------- */

.hero {
  display: grid;
  grid-template-columns: minmax(0, 44fr) minmax(0, 56fr);
  align-items: start;
  padding-top: 84px;
  padding-bottom: 0;
}

.hero-copy { padding-top: 48px; }

.hero-copy h1 { margin-top: 36px; }

.lede {
  margin-top: 46px;
  font-size: 23px;
  line-height: 1.62;
  color: var(--body);
}

.hero-actions {
  margin-top: 50px;
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.founder-fit-block { margin-top: 90px; }

.founder-fit {
  margin-top: 40px;
  display: flex;
}

.founder-fit > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 44px;
  margin-right: 44px;
  border-right: 1px solid var(--hairline);
}

.founder-fit > div:last-child { border-right: 0; padding-right: 0; margin-right: 0; }

.founder-fit svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.founder-fit span {
  font-size: 20px;
  line-height: 1.45;
  color: #4f4a3f;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-top: -110px;
}

.stack-img {
  width: 84%;
  max-width: 620px;
  height: auto;
}

.stack-callouts {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 97px;
}

.stack-callouts span {
  position: absolute;
  top: var(--y);
  left: 0;
  width: 120px;
  transform: translateY(-50%);
  font-size: 19px;
  line-height: 1.4;
  color: #454036;
}

.stack-callouts span::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 12px;
  width: 54px;
  height: 1px;
  background: var(--gold-soft);
  margin-right: 10px;
}

/* ---------- capabilities band (mockup #11) ---------- */

.capabilities-card {
  margin-top: 38px;
  background: var(--bg-card);
  border: 1px solid var(--hairline-soft);
  border-radius: 16px;
  padding: 50px 48px;
  display: grid;
  grid-template-columns: minmax(0, 34fr) minmax(0, 66fr);
  gap: 36px;
  box-shadow: 0 30px 60px -50px rgba(83, 68, 38, 0.35);
}

.capabilities-intro h2 { margin-top: 30px; font-size: 50px; }

.capabilities-intro p:not(.eyebrow) {
  margin-top: 30px;
  font-size: 19px;
  max-width: 480px;
}

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-self: center;
}

.capabilities-grid article {
  text-align: center;
  padding: 10px 16px;
  border-left: 1px solid var(--hairline-soft);
}

.capabilities-grid .icon { margin: 0 auto; }

.capabilities-grid h3 { margin-top: 32px; font-size: 20px; }

.capabilities-grid p {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.5;
}

/* ---------- logo strip (mockup #11) ---------- */

.logo-strip {
  display: none; /* temporarily hidden per request — markup retained */
  margin-top: 28px;
  padding: 40px 0 48px;
  background: var(--bg-strip);
  border-top: 1px solid var(--hairline-soft);
  border-bottom: 1px solid var(--hairline-soft);
}

.logo-row {
  margin-top: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8a8579;
  white-space: nowrap;
}

.logo svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.logo.deel { font-size: 34px; font-weight: 700; letter-spacing: -0.02em; }
.logo.ramp { font-size: 30px; font-weight: 500; }
.logo.ramp svg { width: 26px; height: 18px; fill: currentColor; stroke: none; }
.logo.vanta { font-family: var(--serif); font-size: 33px; }
.logo.brex { font-size: 27px; font-weight: 600; letter-spacing: 0.28em; }
.logo.servicetitan { font-size: 24px; font-weight: 700; }
.logo.servicetitan svg { width: 26px; height: 26px; }
.logo.drata { font-size: 26px; font-weight: 400; letter-spacing: 0.3em; }
.logo.agiliti { font-size: 22px; font-weight: 500; letter-spacing: 0.32em; }
.logo.agiliti svg { width: 20px; height: 24px; }

/* ---------- stats band (mockup #10) ---------- */

.stats-band {
  margin-top: 110px;
  background: var(--bg-card);
  border: 1px solid var(--hairline-soft);
  border-radius: 16px;
  padding: 30px 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stats-band > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  border-left: 1px solid var(--hairline);
}

.stats-band > div:first-child { border-left: 0; }

.stats-band .icon { width: 56px; height: 56px; flex: none; }

.stats-band strong {
  display: block;
  font-size: 38px;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: -0.01em;
  line-height: 1.15;
}

.stats-band span {
  display: block;
  margin-top: 8px;
  font-size: 19px;
  color: #4f4a3f;
}

/* ---------- shared split section ---------- */

.split-section {
  margin-top: 150px;
  display: grid;
  grid-template-columns: minmax(0, 38fr) minmax(0, 62fr);
  gap: 56px;
  align-items: start;
}

.split-section.wide-cards {
  margin-top: 120px;
  grid-template-columns: minmax(0, 29fr) minmax(0, 71fr);
}

.split-copy h2 { margin-top: 34px; max-width: 560px; }

.split-copy p:not(.eyebrow) {
  margin-top: 34px;
  font-size: 20px;
  max-width: 480px;
}

.split-copy .text-link { margin-top: 40px; }

.copy-stack {
  display: grid;
  gap: 26px;
  align-content: start;
  padding-top: 10px;
}

.copy-stack p { font-size: 20px; max-width: 720px; }

/* ---------- founder cards (mockup #10) ---------- */

.founder-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.founder-cards article {
  border: 1px solid var(--hairline);
  border-radius: 14px;
  padding: 46px 14px 40px;
  text-align: center;
  background: transparent;
}

.founder-cards .icon { margin: 0 auto; }

.founder-cards h3 { margin-top: 46px; font-size: 19px; }

.founder-cards p {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.5;
}

/* ---------- process (mockup #10) ---------- */

.process-band { align-items: center; }

.process-steps {
  display: grid;
  grid-template-columns: 1fr 60px 1fr 60px 1fr 60px 1fr;
  align-items: start;
}

.process-steps article { text-align: center; }

.step-no {
  font-family: var(--mono);
  font-size: 21px;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 0.08em;
}

.process-steps .icon { margin: 44px auto 0; width: 56px; height: 56px; }

.process-steps h3 { margin-top: 44px; font-size: 24px; }

.process-steps p {
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.55;
}

.step-arrow {
  position: relative;
  margin-top: 96px;
  height: 1px;
  border-top: 2px dashed var(--gold-soft);
}

.step-arrow::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -6px;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--gold-soft);
  border-right: 2px solid var(--gold-soft);
  transform: rotate(45deg);
}

/* ---------- outcomes band (mockup #10) ---------- */

.outcomes-card {
  margin-top: 120px;
  background: var(--bg-card);
  border: 1px solid var(--hairline-soft);
  border-radius: 16px;
  padding: 74px 64px;
  display: grid;
  grid-template-columns: minmax(0, 32fr) minmax(0, 68fr);
  gap: 40px;
}

.outcomes-intro h2 { margin-top: 32px; font-size: 46px; }

.outcomes-intro p:not(.eyebrow) {
  margin-top: 30px;
  font-size: 20px;
  max-width: 420px;
}

.outcomes-intro .text-link { margin-top: 36px; }

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-self: start;
}

.outcomes-grid article {
  padding: 10px 36px 0;
  border-left: 1px solid var(--hairline);
}

.outcomes-grid .icon { width: 60px; height: 60px; }

.outcomes-grid h3 { margin-top: 40px; font-size: 22px; }

.outcomes-grid p {
  margin-top: 16px;
  font-size: 19px;
  line-height: 1.55;
}

/* ---------- build map ---------- */

.build-map { margin-top: 170px; display: block; }

.map-grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
}

.map-grid article {
  border: 1px solid var(--hairline);
  border-radius: 14px;
  padding: 44px 40px;
  grid-column: span 2;
}

.map-grid article.wide { grid-column: span 3; background: var(--bg-card); }

.tag {
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.map-grid h3 { margin-top: 26px; font-size: 26px; max-width: 420px; }

.map-grid p { margin-top: 18px; font-size: 19px; }

/* ---------- signals ---------- */

.signal-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.signal-list article {
  border: 1px solid var(--hairline);
  border-radius: 14px;
  padding: 44px 40px;
}

.signal-list article.span-two { grid-column: span 2; background: var(--bg-card); }

.signal-list h3 { margin-top: 24px; font-size: 24px; }

.signal-list p { margin-top: 16px; font-size: 19px; }

/* ---------- owner card ---------- */

.owner-card {
  margin-top: 170px;
  background: var(--bg-card);
  border: 1px solid var(--hairline-soft);
  border-radius: 16px;
  padding: 74px 64px;
  display: grid;
  grid-template-columns: minmax(0, 44fr) minmax(0, 56fr);
  gap: 60px;
}

.owner-list {
  display: grid;
  gap: 34px;
  align-self: center;
}

.owner-list > div {
  display: flex;
  gap: 26px;
  align-items: baseline;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--hairline);
}

.owner-list > div:last-child { border-bottom: 0; padding-bottom: 0; }

.owner-list strong {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
}

.owner-list p { margin-top: 8px; font-size: 19px; }

/* ---------- ninety-day steps ---------- */

.ninety-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.ninety-steps article {
  border: 1px solid var(--hairline);
  border-radius: 14px;
  padding: 40px 38px;
}

.ninety-steps h3 { margin-top: 22px; font-size: 24px; }

.ninety-steps p { margin-top: 14px; font-size: 19px; }

/* ---------- services ---------- */

.service-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-columns article {
  border: 1px solid var(--hairline);
  border-radius: 14px;
  padding: 44px 40px;
}

.service-columns h3 { font-size: 24px; }

.service-columns ul {
  margin-top: 26px;
  list-style: none;
  display: grid;
  gap: 14px;
}

.service-columns li {
  font-size: 19px;
  padding-left: 26px;
  position: relative;
}

.service-columns li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 1.5px;
  background: var(--gold);
}

/* ---------- bios ---------- */

.bio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.bio-grid article {
  border: 1px solid var(--hairline);
  border-radius: 14px;
  padding: 44px 40px;
  background: var(--bg-card);
}

.bio-photo {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--hairline);
}

.bio-photo-adam { object-position: 50% 12%; }

.bio-grid .tag { display: block; margin-top: 30px; }

.bio-grid h3 { margin-top: 12px; font-family: var(--serif); font-size: 34px; font-weight: 400; }

.bio-grid p:not(.tag) { margin-top: 16px; font-size: 19px; }

/* ---------- FAQ ---------- */

.faq-list { display: grid; gap: 16px; }

.faq-list details {
  border: 1px solid var(--hairline);
  border-radius: 14px;
  padding: 30px 38px;
  background: transparent;
}

.faq-list details[open] { background: var(--bg-card); }

.faq-list summary {
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
  list-style: none;
  position: relative;
  padding-right: 40px;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--serif);
  font-size: 32px;
  color: var(--gold);
}

.faq-list details[open] summary::after { content: "\2212"; }

.faq-list details p { margin-top: 20px; font-size: 19px; max-width: 900px; }

/* ---------- CTA ---------- */

.cta-card {
  margin-top: 170px;
  background: var(--bg-card);
  border: 1px solid var(--hairline-soft);
  border-radius: 16px;
  padding: 74px 64px;
  display: grid;
  grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
  gap: 40px;
  align-items: center;
}

.cta-card h2 { margin-top: 30px; }

.cta-card p:not(.eyebrow) { margin-top: 26px; max-width: 560px; }

.contact-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  justify-self: end;
}

.phone {
  font-size: 24px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
}

.phone:hover { color: var(--gold); }

/* ---------- closing band (mockup #10) ---------- */

.closing-band {
  margin-top: 170px;
  border-top: 1px solid var(--hairline-soft);
  background: var(--bg-strip);
  padding: 90px 0 100px;
}

.closing-grid {
  display: grid;
  grid-template-columns: 32% 40% 28%;
  align-items: center;
}


.closing-grid blockquote {
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.32;
  color: #33302a;
  padding-left: 34px;
  border-left: 3px solid var(--gold-soft);
}

.closing-logos {
  padding-left: 44px;
  padding-right: 0;
  border-left: 1px solid var(--hairline);
  align-self: stretch;
  display: none; /* temporarily hidden per request — markup retained; restore to flex */
  flex-direction: column;
  justify-content: center;
  gap: 36px;
}

.closing-logos .eyebrow,
.closing-points .eyebrow { font-size: 12px; letter-spacing: 0.18em; }

.logo-row.small {
  margin-top: 0;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}

.logo-row.small .logo.deel { font-size: 20px; }
.logo-row.small .logo.ramp { font-size: 18px; }
.logo-row.small .logo.ramp svg { width: 16px; height: 11px; }
.logo-row.small .logo.vanta { font-size: 19px; }
.logo-row.small .logo.brex { font-size: 16px; letter-spacing: 0.02em; font-weight: 700; }
.logo-row.small .logo.servicetitan { font-size: 13px; gap: 5px; }
.logo-row.small .logo.servicetitan svg { width: 15px; height: 15px; }

.closing-points {
  padding-left: 44px;
  border-left: 1px solid var(--hairline);
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.closing-points ul {
  list-style: none;
  display: grid;
  gap: 22px;
}

.closing-points li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  color: #4f4a3f;
}

.closing-points li svg {
  width: 24px;
  height: 24px;
  flex: none;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.closing-discs {
  justify-self: end;
  width: 150%;
  max-width: 340px;
  margin-right: -60px;
  mix-blend-mode: multiply;
}

/* ---------- footer ---------- */

footer {
  padding: 60px 0 70px;
}

.footer-grid {
  display: flex;
  align-items: center;
  gap: 40px;
}

footer .brand img { width: 44px; height: 44px; }

footer .brand span { font-size: 26px; }

footer p { font-size: 18px; max-width: 520px; }

.footer-grid > span {
  margin-left: auto;
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--body-soft);
}

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 1180px) {
  h1 { font-size: 84px; }
  h2 { font-size: 44px; }
  .site-header nav { gap: 32px; }
  .nav-cta { margin-left: 32px; }
  .capabilities-card, .outcomes-card { grid-template-columns: minmax(0, 1fr); }
  .founder-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .closing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 60px; }
  .closing-points { border-left: 0; padding-left: 0; }
  .closing-discs { display: none; }
}

@media (max-width: 900px) {
  body { font-size: 18px; }
  .lede-break { display: none; }
  h1 { font-size: 60px; }
  h2 { font-size: 38px; }
  .site-header nav { display: none; }
  .nav-cta { margin-left: auto; }
  .hero { grid-template-columns: minmax(0, 1fr); padding-top: 30px; }
  .hero-visual { margin-top: 60px; justify-content: center; }
  .stack-callouts { display: none; }
  .founder-fit { flex-direction: column; align-items: flex-start; gap: 22px; }
  .founder-fit > div {
    flex-direction: row;
    align-items: center;
    gap: 18px;
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  .founder-fit span br { display: none; }
  .stack-img { width: 84%; }
  .split-section { grid-template-columns: minmax(0, 1fr); margin-top: 110px; }
  .stats-band { grid-template-columns: minmax(0, 1fr); gap: 34px; padding: 40px 30px; }
  .stats-band > div { border-left: 0; justify-content: flex-start; }
  .capabilities-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 0; }
  .founder-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 50px 30px; }
  .step-arrow { display: none; }
  .outcomes-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 0; }
  .outcomes-grid article { padding: 10px 20px 0; }
  .map-grid article, .map-grid article.wide { grid-column: span 6; }
  .signal-list, .ninety-steps, .bio-grid { grid-template-columns: minmax(0, 1fr); }
  .service-columns { grid-template-columns: minmax(0, 1fr); }
  .owner-card, .cta-card { grid-template-columns: minmax(0, 1fr); }
  .contact-actions { justify-self: start; max-width: 100%; }
  .contact-actions .button.primary { font-size: 16px; padding: 14px 22px; max-width: 100%; }
  .closing-grid { grid-template-columns: minmax(0, 1fr); }
  .closing-logos { border-left: 0; padding-left: 0; }
  .logo-row { flex-wrap: wrap; gap: 28px; justify-content: center; }
  .footer-grid { flex-direction: column; align-items: flex-start; gap: 20px; }
  .footer-grid > span { margin-left: 0; }
}
