:root {
  --paper: #f7f4ef;
  --paper-2: #efebe3;
  --navy: #0f1729;
  --navy-2: #1a2336;
  --ink: #0f1729;
  --ink-soft: #4a5468;
  --gray: #374151;
  --gray-line: #6b7280;
  --cream: #f7f4ef;
  --cream-soft: rgba(247, 244, 239, 0.62);
  /* SW accent — steel-blue (the cool/industrial sibling of OC's warm amber) */
  --accent: #2c5d7c;
  --accent-deep: #1e4258;
  --line: rgba(15, 23, 41, 0.12);
  --line-dark: rgba(247, 244, 239, 0.16);
  --max: 1100px;
  --nav-h: 66px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
[id] { scroll-margin-top: 84px; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.wrap { width: 100%; max-width: 1920px; margin: 0 auto; padding: 0 48px; }
.wrap.narrow { max-width: 1920px; }
.hero-col { max-width: 600px; }
.band.light p:not(.section-intro):not(.outcome) { max-width: 42em; }

h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 400; line-height: 1.08; margin: 0 0 0.5em; color: var(--ink); }
h1 { font-size: 3.8rem; letter-spacing: -0.01em; }
h2 { font-size: 2.6rem; letter-spacing: -0.01em; }
h3 { font-size: 1.45rem; line-height: 1.2; }
h1 em, h2 em { font-style: italic; font-weight: 400; color: var(--accent); }
p { margin: 0 0 1.2em; }
strong { font-weight: 500; color: var(--ink); }

/* Eyebrow with steel dash */
.eyebrow {
  font-family: 'DM Sans', sans-serif; font-size: 0.66rem; font-weight: 400;
  text-transform: uppercase; letter-spacing: 0.18em; color: var(--accent);
  margin: 0 0 24px; display: flex; align-items: center;
}
.eyebrow::before { content: ""; width: 28px; height: 1.5px; background: var(--accent); margin-right: 18px; flex: none; }

/* Nav — frosted glass, small links that never wrap, hamburger->circle on mobile */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 0.85rem 3rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  background: transparent; border-bottom: 1px solid transparent;
  transition: background-color 0.45s ease, border-color 0.45s ease, backdrop-filter 0.45s ease;
}
.nav.scrolled { background: #f7f4ef80; -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border-bottom-color: rgba(15, 23, 41, 0.08); }
.nav-logo { flex-shrink: 0; display: flex; align-items: baseline; text-decoration: none; }
.nav-wordmark { font-family: 'Playfair Display', Georgia, serif; font-size: 1.4rem; font-weight: 700; color: var(--ink); letter-spacing: 0.01em; transition: color 0.45s ease; }
.nav-wordmark span { color: var(--accent); }
.nav-links-desktop { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.5rem); }
.nav-links-desktop a { font-family: 'DM Sans', system-ui, sans-serif; font-size: 0.68rem; letter-spacing: 0.13em; text-transform: uppercase; color: #374151; text-decoration: none; white-space: nowrap; transition: color 0.3s; }
.nav-links-desktop a:hover { color: #0f1729; }
.nav-links-desktop a.nav-phone { color: var(--accent-deep); font-weight: 500; }
.nav-cta {
  font-family: 'DM Sans', system-ui, sans-serif; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.55rem 1.3rem; background: var(--accent); color: #fff !important; border-radius: 2px; text-decoration: none;
  white-space: nowrap; border: none; transition: background 0.3s;
}
.nav-cta:hover { background: var(--accent-deep); }
a.tel { text-decoration: none; }

.nav-toggle { display: none; cursor: pointer; padding: 4px; background: none; border: none; align-items: center; justify-content: center; }
.nav-toggle-icon { width: 32px; height: 32px; overflow: visible; }
.nav-toggle-icon .bar { stroke: #0f1729; stroke-width: 1.8; stroke-linecap: round; transition: stroke 0.45s ease, opacity 0.25s ease, transform 0.35s cubic-bezier(.4,0,.2,1); }
.nav-toggle-icon .o-ring { fill: none; stroke: #0f1729; stroke-width: 1.8; stroke-dasharray: 57; stroke-dashoffset: 57; opacity: 0; transform-origin: 16px 16px; transition: stroke 0.45s ease, stroke-dashoffset 0.4s cubic-bezier(.4,0,.2,1) 0.1s, opacity 0.2s ease 0.1s; }
.nav-toggle.open .bar-top { opacity: 0; transform: translateY(-4px); }
.nav-toggle.open .bar-mid { opacity: 0; transform: scaleX(0); }
.nav-toggle.open .bar-bot { opacity: 0; transform: translateY(4px); }
.nav-toggle.open .o-ring { stroke-dashoffset: 0; opacity: 1; }

.nav-mobile-menu {
  display: none; position: fixed; top: 56px; left: 0; right: 0; z-index: 90;
  flex-direction: column; gap: 1.25rem; padding: 1.75rem 1.5rem 2rem;
  background: #f7f4ef80; -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(15, 23, 41, 0.08); align-items: flex-end; text-align: right;
  transition: background-color 0.45s ease, border-color 0.45s ease;
}
.nav-mobile-menu.open { display: flex; animation: navFadeIn 0.22s ease forwards; }
.nav-mobile-menu a { font-family: 'DM Sans', system-ui, sans-serif; font-size: 0.82rem; letter-spacing: 0.13em; text-transform: uppercase; color: #374151; text-decoration: none; transition: color 0.45s ease; }
.nav-mobile-menu a:hover { color: #0f1729; }
.nav-mobile-menu a.tel { color: var(--accent-deep); }
.nav-mobile-menu .nav-cta { color: #fff !important; }
@keyframes navFadeIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }

/* Adaptive: over a dark section, flip nav + menu to dark frosted with light text */
.nav.on-dark { background: rgba(15, 23, 41, 0.5); border-bottom-color: rgba(247, 244, 239, 0.14); }
.nav.on-dark .nav-wordmark { color: #f7f4ef; }
.nav.on-dark .nav-links-desktop a { color: rgba(247, 244, 239, 0.85); }
.nav.on-dark .nav-links-desktop a:hover { color: #fff; }
.nav.on-dark .nav-links-desktop a.nav-phone { color: #fff; }
.nav.on-dark .nav-toggle-icon .bar, .nav.on-dark .nav-toggle-icon .o-ring { stroke: #f7f4ef; }
.nav-mobile-menu.on-dark { background: rgba(15, 23, 41, 0.55); border-bottom-color: rgba(247, 244, 239, 0.14); }
.nav-mobile-menu.on-dark a { color: rgba(247, 244, 239, 0.9); }
.nav-mobile-menu.on-dark a:hover { color: #fff; }
.nav-mobile-menu.on-dark .nav-cta { color: #fff !important; }

@media (max-width: 900px) {
  .nav { padding: 0.7rem 1.5rem; }
  .nav-links-desktop { display: none; }
  .nav-toggle { display: flex; }
}

/* Bands */
.band { padding: 112px 0; position: relative; overflow: hidden; }
.band.light { background: var(--paper); color: var(--ink); }
.band.alt { background: var(--paper-2); }
.band.dark { background: var(--navy); color: var(--cream); }
.band.dark h1, .band.dark h2, .band.dark h3 { color: #fff; }
.section-intro { max-width: 40em; margin-top: -0.1em; color: var(--ink-soft); }
.band.dark .section-intro { color: var(--cream-soft); }

/* Hero — text on paper, centered vertically */
.hero { background: var(--paper); position: relative; min-height: min(82vh, 760px); display: flex; align-items: center; padding: 150px 0 96px; }
.hero-wrap { position: relative; z-index: 2; width: 100%; }
.hero h1 { margin-bottom: 0.35em; }
.lead { font-size: 1.25rem; line-height: 1.7; color: var(--ink-soft); margin-bottom: 2.4em; }

.actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.actions.center { justify-content: center; }
.btn {
  display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 0.68rem; font-weight: 400;
  text-transform: uppercase; letter-spacing: 0.13em;
  background: var(--accent); color: #fff; padding: 11px 22px; border-radius: 2px;
  text-decoration: none; border: 1px solid var(--accent); transition: background-color .2s, border-color .2s;
}
.btn:hover { background: var(--accent-deep); border-color: var(--accent-deep); }
.btn.link {
  background: transparent; color: var(--gray); border: none; border-radius: 0;
  padding: 0 0 2px; font-size: 0.78rem; letter-spacing: 0.08em; border-bottom: 1px solid var(--gray-line);
}
.btn.link:hover { background: transparent; color: var(--ink); }
.call { font-family: 'DM Sans', sans-serif; font-size: 0.84rem; color: var(--ink-soft); margin: 24px 0 0; }
.call a.tel { color: var(--accent-deep); white-space: nowrap; border-bottom: 1px solid currentColor; }

/* Navy statement band */
.statement .motif {
  position: absolute; left: -180px; top: -120px; width: 620px; height: 620px; border-radius: 50%;
  background: var(--navy-2); pointer-events: none;
}
.statement .wrap { position: relative; }
.statement-line { font-size: 2.7rem; line-height: 1.25; max-width: 17em; color: var(--cream-soft) !important; }
.statement-line em { color: #fff; font-style: normal; }
.statement p { color: var(--cream-soft); max-width: 38em; }
.statement .emph { color: #fff; }

/* Light band body + bridge link */
.band.light p { color: var(--ink-soft); }
.bridge-link { margin-top: 1.8em; }
.bridge-link a { color: var(--accent-deep); text-decoration: none; font-family: 'DM Sans', sans-serif; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; }

/* OC handoff callout — the earned single bridge */
.handoff { border-left: 2px solid var(--accent); background: var(--paper-2); padding: 26px 30px; margin: 8px 0 0; max-width: 46em; }
.handoff p { margin: 0; color: var(--ink-soft); }
.handoff a { color: var(--accent-deep); text-decoration: none; font-weight: 500; white-space: nowrap; border-bottom: 1px solid currentColor; }

/* Cards (principles = 4, the work = 3 with a feature) */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 48px 0 0; background: var(--line); border: 1px solid var(--line); }
.cards.four { grid-template-columns: repeat(4, 1fr); }
.card { background: var(--paper); padding: 34px 30px; }
.card.feature { background: var(--navy); }
.card.feature h3 { color: #fff; }
.card.feature p { color: var(--cream-soft); }
.card.feature .card-tag { color: #fff; }
.card.feature .outcome { color: #fff; }
.card-tag { font-family: 'DM Sans', sans-serif; font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--accent-deep); font-weight: 400; margin: 0 0 16px; }
.card h3 { margin-bottom: 0.5em; }
.card p { font-size: 0.94rem; color: var(--ink-soft); }
.card .step-k { font-family: 'DM Sans', sans-serif; font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--accent); display: block; margin: 0 0 14px; }
.card.feature .step-k { color: #7fb0cf; }
.card .outcome { color: var(--ink); font-style: italic; margin-bottom: 0; margin-top: 1.1em; font-size: 0.95rem; }
.card .card-link { display: inline-block; margin-top: 1.1em; color: var(--accent-deep); text-decoration: none; font-family: 'DM Sans', sans-serif; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; border-bottom: 1px solid currentColor; }
.reassure { margin-top: 40px; font-style: italic; color: var(--ink-soft); }

/* Client results — before/after + quote */
.cases { margin: 48px 0 0; }
.case { padding: 44px 0; border-top: 1px solid var(--line); }
.case:first-child { border-top: 0; padding-top: 8px; }
.case h3 { margin-bottom: 0.6em; }
.case > p { color: var(--ink-soft); max-width: 46em; }
.case-shots { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 26px 0 6px; }
.case-shot { margin: 0; display: flex; flex-direction: column; gap: 10px; }
.case-shot-label { font-family: 'DM Sans', sans-serif; font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-deep); }
.case-shot-frame { border: 1px solid var(--line); overflow: hidden; background: #fff; height: 300px; }
.case-shot-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top left; display: block; }
blockquote { margin: 24px 0 0; padding: 0 0 0 28px; border-left: 2px solid var(--accent); }
blockquote p { margin: 0 0 1em; font-style: italic; color: var(--ink); font-size: 1.05rem; }
.case-cite { display: flex; align-items: center; gap: 14px; }
.case-headshot { width: 48px; height: 48px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 1px solid var(--line); background: var(--paper); }
.case-headshot img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.case-cite-text { display: flex; flex-direction: column; line-height: 1.35; }
.case-name { font-family: 'DM Sans', sans-serif; font-size: 0.84rem; font-weight: 500; color: var(--ink); }
.case-role { font-family: 'DM Sans', sans-serif; font-size: 0.74rem; color: var(--ink-soft); }
@media (max-width: 640px) {
  .case-shots { grid-template-columns: 1fr; gap: 16px; }
  .case-shot-frame { height: 210px; }
}

/* Process — numbered steps */
.steps { list-style: none; counter-reset: step; margin: 44px 0 0; padding: 0; }
.steps li { counter-increment: step; position: relative; padding: 0 0 36px 74px; }
.steps li::before {
  content: counter(step); position: absolute; left: 0; top: -4px;
  width: 48px; height: 48px; border-radius: 50%;
  background: transparent; color: var(--accent); border: 1.5px solid var(--accent);
  font-family: 'DM Sans', sans-serif; font-weight: 500; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
}
.steps li:not(:last-child)::after { content: ""; position: absolute; left: 23px; top: 52px; bottom: 4px; width: 1px; background: var(--line); }
.steps h3 { margin: 0 0 0.4em; }
.steps p { color: var(--ink-soft); margin: 0; }

/* About */
.about-name { font-family: 'DM Sans', sans-serif; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--accent-deep); margin: 0 0 1.4em; }

/* Honest about fit */
.notfor { list-style: none; margin: 36px 0 0; padding: 0; border-top: 1px solid var(--line); }
.notfor li { padding: 22px 0 22px 38px; position: relative; color: var(--ink-soft); border-bottom: 1px solid var(--line); }
.notfor li::before { content: "✕"; position: absolute; left: 6px; top: 22px; color: var(--accent); font-family: 'DM Sans', sans-serif; }
.notfor strong { color: var(--ink); }
.notfor a { color: var(--accent-deep); text-decoration: none; border-bottom: 1px solid currentColor; }

/* Contact */
.contact { text-align: center; }
.contact .eyebrow { justify-content: center; }
.contact .section-intro, .contact p { margin-left: auto; margin-right: auto; }
.contact h2 { max-width: 15em; margin-left: auto; margin-right: auto; }
.contact p:not(.actions) { max-width: 34em; color: var(--ink-soft); }
.actions.center { margin: 2.2em 0 0.8em; }
.promise { font-style: italic; color: var(--ink-soft); font-size: 0.95rem; }

/* Footer — open watermark dictates height; content overlaid */
.site-footer { border-top: 1.5px solid rgba(15, 23, 41, 0.1); background: #0f1729; position: relative; }
.footer-bg { width: 100%; display: block; pointer-events: none; }
.footer-bg-img { width: 100%; height: auto; display: block; }
.footer-bg-img path { fill: #1a2332; }
.footer-content { position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: flex-start; padding: 1.5rem 2rem; }
.footer-block { display: flex; flex-direction: column; gap: 0.3rem; }
.footer-wordmark { font-family: 'Playfair Display', Georgia, serif; font-size: 1.35rem; font-weight: 700; color: #fff; }
.footer-wordmark span { color: var(--accent); }
.footer-links { display: flex; gap: 1rem; flex-wrap: wrap; }
.footer-links a { font-family: 'DM Sans', system-ui, sans-serif; font-size: 0.55rem; letter-spacing: 0.08em; text-transform: uppercase; color: #f7f4ef; text-decoration: none; transition: color 0.3s; }
.footer-links a:hover { color: var(--accent); }
.footer-note { font-family: 'DM Sans', system-ui, sans-serif; font-size: 0.5rem; color: #f7f4ef99; letter-spacing: 0.03em; line-height: 1.5; margin: 0; }
.footer-copy { font-family: 'DM Sans', system-ui, sans-serif; font-size: 0.5rem; color: #f7f4ef66; letter-spacing: 0.03em; line-height: 1.4; margin: 0; }
@media (max-width: 900px) {
  .footer-content { padding: 1rem 1.25rem; }
  .footer-bg-img { overflow: visible; }
  .footer-wordmark { font-size: 1.1rem; }
}
@media (max-width: 600px) {
  .footer-content { align-items: center; justify-content: flex-start; padding: 0 1.5rem; }
  .footer-block { align-items: flex-start; transform: scale(0.8); transform-origin: left center; }
}

/* Focus */
a:focus-visible, .btn:focus-visible, button:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 2px; }

/* Responsive */
@media (max-width: 860px) {
  h1 { font-size: 2.7rem; }
  h2 { font-size: 2rem; }
  .statement-line { font-size: 2rem; }
  .cards, .cards.four { grid-template-columns: 1fr; }
  .hero { padding: 128px 0 80px; min-height: 0; }
  .band { padding: 80px 0; }
  .case-shots { gap: 16px; }
}
@media (max-width: 600px) {
  .wrap { padding: 0 22px; }
}

/* ── Lead form: low-friction 3-step ─────────────────────────────────────── */
.lf { max-width: 30rem; margin: 2.2rem auto 1.6rem; text-align: left; }
.lf-progress { display: flex; gap: 8px; justify-content: center; margin-bottom: 1.7rem; }
.lf-dot { width: 30px; height: 4px; border-radius: 2px; background: rgba(15, 23, 41, 0.12); transition: background-color 0.3s ease; }
.lf-dot.is-active { background: var(--accent); }
.lf-step { display: none; border: 0; padding: 0; margin: 0; min-inline-size: 0; }
.lf-step.is-active { display: block; animation: lfIn 0.25s ease; }
@keyframes lfIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.lf-q { font-family: 'Playfair Display', Georgia, serif; font-weight: 400; font-size: 1.35rem; line-height: 1.25; color: var(--ink); margin: 0 0 1.1rem; padding: 0; }
.lf-opt { font-family: 'DM Sans', sans-serif; font-size: 0.8rem; color: var(--ink-soft); font-style: italic; }
.lf-choices { display: flex; flex-direction: column; gap: 10px; }
.lf-choice { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 4px; font-family: 'Lora', Georgia, serif; font-size: 0.98rem; color: var(--ink); cursor: pointer; transition: border-color 0.2s ease, background-color 0.2s ease; }
.lf-choice:hover { border-color: var(--accent); }
.lf-choice input { accent-color: var(--accent); width: 16px; height: 16px; flex: none; }
.lf-choice:has(input:checked) { border-color: var(--accent); background: rgba(44, 93, 124, 0.06); }
.lf-input { width: 100%; box-sizing: border-box; padding: 13px 15px; border: 1px solid var(--line); border-radius: 4px; font-family: 'Lora', Georgia, serif; font-size: 1rem; color: var(--ink); background: #fff; margin-bottom: 12px; }
.lf-input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(44, 93, 124, 0.12); }
.lf-hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.lf-nav { display: flex; justify-content: flex-end; align-items: center; gap: 14px; margin-top: 1.3rem; }
.lf-nav .lf-back { margin-right: auto; }
.lf-done-msg { font-family: 'Lora', Georgia, serif; font-size: 1.12rem; line-height: 1.6; color: var(--ink); text-align: center; padding: 1.6rem 0; margin: 0; }
.lf-err { font-family: 'DM Sans', sans-serif; font-size: 0.85rem; color: #b4452f; margin: 1rem 0 0; }
.lf-err a { color: #b4452f; }
.lf-alt { font-family: 'DM Sans', sans-serif; font-size: 0.82rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-soft); text-align: center; margin: 0.5rem 0 0.8rem; }

/* ── Motion — progressive enhancement (gated on html.has-motion) ─────────── */
.has-motion .reveal { opacity: 0; transform: translateY(12px); transition: opacity .6s ease, transform .6s ease; }
.has-motion .reveal.in { opacity: 1; transform: none; }
.has-motion .stagger > * { opacity: 0; transform: translateY(12px); transition: opacity .55s ease, transform .55s ease; }
.has-motion .stagger.in > * { opacity: 1; transform: none; }
.has-motion .stagger.in > *:nth-child(2) { transition-delay: .1s; }
.has-motion .stagger.in > *:nth-child(3) { transition-delay: .2s; }
.has-motion .stagger.in > *:nth-child(4) { transition-delay: .3s; }

.bridge-link a, .handoff a, .notfor a, .card .card-link, .call a.tel {
  background-image: linear-gradient(var(--accent-deep), var(--accent-deep));
  background-size: 0 1.5px; background-position: 0 100%; background-repeat: no-repeat;
  border-bottom: 0 !important;
  transition: background-size .3s ease, color .2s ease;
}
.bridge-link a:hover, .handoff a:hover, .notfor a:hover, .card .card-link:hover, .call a.tel:hover { background-size: 100% 1.5px; }

/* Open-o divider — a quiet brand beat right before the ask */
.o-divider { text-align: center; margin: 18px 0; line-height: 0; }
.o-divider svg { width: 34px; height: 34px; overflow: visible; }
.o-divider path { fill: var(--accent); }
.has-motion .o-divider { opacity: 0; transform: scale(.55) rotate(-12deg); transition: opacity .7s ease, transform .8s cubic-bezier(.2,.85,.25,1); }
.has-motion .o-divider.in { opacity: 1; transform: none; }

/* Persistent CTA — returns after the hero scrolls off, steps aside at contact */
.float-cta { position: fixed; right: 22px; bottom: 22px; z-index: 80; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .35s ease, transform .35s ease; }
.float-cta.show { opacity: 1; transform: none; pointer-events: auto; }
.float-cta .btn { box-shadow: 0 6px 22px rgba(15, 23, 41, 0.18); }

@media (prefers-reduced-motion: reduce) {
  .has-motion .reveal, .has-motion .stagger > * { opacity: 1; transform: none; }
  .has-motion .o-divider { opacity: 1; transform: none; }
  .float-cta { transition: none; }
}
@media (max-width: 600px) {
  .float-cta { left: 0; right: 0; bottom: 0; background: #0f1729;
    padding: 13px 14px calc(13px + env(safe-area-inset-bottom, 0px));
    border-radius: 16px 16px 0 0; box-shadow: 0 -8px 26px rgba(15, 23, 41, 0.16); }
  .float-cta .btn { display: block; text-align: center; }
}
