/* ==========================================================================
   sammikconsulting.com
   Boston, MA management consultancy (finance, operations, ERP, M&A
   integration). Deep navy from the brand's black-and-periwinkle logo, the
   periwinkle bar-chart blue as the single accent, lots of white space,
   sharp corners, chart motifs.
   ========================================================================== */

:root {
  --navy: #0d1424;         /* header / footer ground, lifted from the logo's black */
  --navy-2: #16203a;       /* raised panels on navy */
  --navy-3: #22305a;
  --peri: #8395e6;         /* logo periwinkle */
  --peri-deep: #3f57d3;    /* accent that passes contrast on white */
  --peri-ink: #2a3fae;
  --peri-soft: #e9ecfb;
  --white: #ffffff;

  --ink: #101828;
  --ink-2: #344054;
  --ink-soft: #667085;
  --paper: #ffffff;
  --paper-2: #f4f6fb;      /* cool grey band */
  --line: #e4e7ef;

  --radius: .5rem;
  --radius-lg: .9rem;
  --shadow-sm: 0 1px 3px rgba(16, 24, 40, .06), 0 1px 2px rgba(16, 24, 40, .04);
  --shadow-md: 0 20px 44px -18px rgba(16, 24, 40, .28);
  --font-display: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  --wrap: 84rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy); }
body { margin: 0; min-height: 100vh; font-family: var(--font-body); font-size: 1rem; line-height: 1.65; color: var(--ink-2); background: var(--paper); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, svg { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); line-height: 1.12; margin: 0 0 .5em; font-weight: 700; letter-spacing: -.02em; }
h1 { font-size: clamp(2.4rem, 5.4vw, 3.9rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.8vw, 2.6rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.35rem); }
h4 { font-size: 1rem; }
p { margin: 0 0 1em; }
a { color: var(--peri-ink); text-underline-offset: 3px; }
a:hover { color: var(--peri-deep); }
ul { margin: 0; padding-left: 1.2rem; }

.wrap { width: min(var(--wrap), 100% - 2rem); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--font-display); font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--peri-deep); margin-bottom: .9rem; }
.eyebrow::before { content: ""; width: 1.4rem; height: 2px; background: var(--peri); }
.lede { font-size: clamp(1.05rem, 1.7vw, 1.25rem); color: var(--ink-soft); max-width: 64ch; }
.center { text-align: center; }
.center .lede { margin-inline: auto; }
.center .eyebrow { justify-content: center; }
.mt-1 { margin-top: 1.4rem; }
.mt-2 { margin-top: 2.4rem; }

/* Skip link */
.skip-link { position: absolute; left: -999px; top: .5rem; background: var(--peri-deep); color: #fff; padding: .5rem 1rem; z-index: 100; border-radius: var(--radius); }
.skip-link:focus { left: .5rem; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .85rem 1.55rem; border-radius: var(--radius); background: var(--peri-deep); color: var(--white); font-family: var(--font-display); font-weight: 700; font-size: .98rem; letter-spacing: .01em; text-decoration: none; border: 2px solid var(--peri-deep); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; cursor: pointer; line-height: 1.2; }
.btn:hover { background: var(--peri-ink); border-color: var(--peri-ink); color: var(--white); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn:active { transform: translateY(0); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { background: var(--paper-2); color: var(--ink); border-color: var(--ink); box-shadow: none; }
.btn-light { background: var(--white); color: var(--navy); border-color: var(--white); }
.btn-light:hover { background: var(--peri-soft); border-color: var(--peri-soft); color: var(--navy); }
.btn-outline-light { background: transparent; color: var(--white); border-color: rgba(255, 255, 255, .35); }
.btn-outline-light:hover { background: rgba(255, 255, 255, .08); border-color: var(--white); color: var(--white); box-shadow: none; }
.btn-small { padding: .55rem 1.05rem; font-size: .9rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }

/* Header (dark, like the logo) */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(13, 20, 36, .94); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255, 255, 255, .08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 5.4rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; white-space: nowrap; color: var(--white); }
.brand-mark { width: 3.2rem; height: 3.2rem; flex: none; }
.brand-name { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; letter-spacing: .01em; color: var(--white); line-height: 1; }
.brand-name b { color: var(--peri); font-weight: 800; }
.brand-sub { display: block; font-size: .72rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: rgba(255, 255, 255, .55); margin-top: .3rem; }
.site-nav { display: flex; align-items: center; gap: 1.6rem; }
.site-nav > a { font-family: var(--font-display); font-size: .95rem; font-weight: 600; color: rgba(255, 255, 255, .78); text-decoration: none; }
.site-nav > a:hover, .site-nav > a[aria-current=page] { color: var(--white); }
.site-nav > a.btn { color: var(--white); }
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 2.75rem; height: 2.75rem; padding: .6rem; background: transparent; border: 1px solid rgba(255, 255, 255, .25); border-radius: var(--radius); cursor: pointer; }
.nav-toggle span { display: block; height: 2px; width: 100%; background: var(--white); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
@media (max-width: 58rem) {
  .nav-toggle { display: flex; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: .5rem 1.25rem 1.25rem; background: var(--navy); border-bottom: 1px solid rgba(255, 255, 255, .1); box-shadow: var(--shadow-md); display: none; }
  .nav-open .site-nav { display: flex; }
  .site-nav > a { padding: .9rem .25rem; border-bottom: 1px solid rgba(255, 255, 255, .08); font-size: 1.05rem; }
  .site-nav > a.btn { margin-top: .9rem; border-bottom: none; }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* Hero (navy, chart motif) */
.hero { background: var(--navy); color: #c9d0e6; padding: clamp(3.5rem, 8vw, 6.5rem) 0 clamp(3rem, 7vw, 5.5rem); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 70% at 85% 20%, rgba(131, 149, 230, .22), transparent 70%), linear-gradient(to right, rgba(255, 255, 255, .035) 1px, transparent 1px) 0 0 / 4rem 4rem, linear-gradient(to bottom, rgba(255, 255, 255, .035) 1px, transparent 1px) 0 0 / 4rem 4rem; pointer-events: none; }
.hero .wrap { position: relative; }
.hero .eyebrow { color: var(--peri); }
.hero h1 { color: var(--white); max-width: 18ch; }
.hero h1 em { font-style: normal; color: var(--peri); }
.hero .lede { color: #b7c0dc; }
.hero .btn-ghost { color: var(--white); border-color: rgba(255, 255, 255, .3); }
.hero .btn-ghost:hover { background: rgba(255, 255, 255, .08); border-color: var(--white); color: var(--white); }
.hero-grid { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 58rem) { .hero-grid { grid-template-columns: 1.15fr 1fr; gap: 4rem; } }

/* Chart figure: a nod to the bars-and-arrow mark */
.chart { position: relative; aspect-ratio: 5 / 4; background: var(--navy-2); border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--radius-lg); padding: clamp(1.25rem, 3vw, 2rem); display: flex; flex-direction: column; box-shadow: var(--shadow-md); }
.chart-head { display: flex; justify-content: space-between; align-items: baseline; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .55); margin-bottom: auto; }
.chart-head b { color: var(--white); letter-spacing: 0; text-transform: none; font-family: var(--font-display); font-size: 1.05rem; }
.bars { display: grid; grid-template-columns: repeat(7, 1fr); gap: clamp(.4rem, 1.4vw, .9rem); align-items: end; height: 62%; }
.bars span { display: block; background: linear-gradient(to top, var(--peri-deep), var(--peri)); border-radius: 3px 3px 0 0; height: var(--h); transform-origin: bottom; animation: rise 1s cubic-bezier(.2, .8, .2, 1) both; animation-delay: calc(var(--i) * 90ms); }
.bars span:nth-child(1) { --h: 28%; --i: 0; }
.bars span:nth-child(2) { --h: 36%; --i: 1; }
.bars span:nth-child(3) { --h: 34%; --i: 2; }
.bars span:nth-child(4) { --h: 52%; --i: 3; }
.bars span:nth-child(5) { --h: 61%; --i: 4; }
.bars span:nth-child(6) { --h: 74%; --i: 5; }
.bars span:nth-child(7) { --h: 92%; --i: 6; }
.bars span:nth-child(odd) { opacity: .85; }
@keyframes rise { from { transform: scaleY(.15); } to { transform: scaleY(1); } }
.chart-arrow { position: absolute; left: 8%; right: 8%; bottom: 18%; height: 40%; pointer-events: none; }
.chart-arrow path { fill: none; stroke: var(--white); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 600; stroke-dashoffset: 600; animation: draw 1.4s .5s ease-out forwards; }
.chart-arrow polygon { fill: var(--white); opacity: 0; animation: pop .3s 1.7s ease-out forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes pop { to { opacity: 1; } }
.chart-foot { display: grid; grid-template-columns: repeat(2, auto); justify-content: start; gap: .45rem 1.4rem; font-size: .8rem; color: rgba(255, 255, 255, .6); margin-top: 1.1rem; }
.chart-foot span::before { content: ""; display: inline-block; width: .6rem; height: .6rem; border-radius: 2px; background: var(--key, var(--peri)); margin-right: .4rem; vertical-align: -1px; }
.chart-foot span:nth-child(1) { --key: #8395e6; }
.chart-foot span:nth-child(2) { --key: #5ecfb0; }
.chart-foot span:nth-child(3) { --key: #f4b860; }
.chart-foot span:nth-child(4) { --key: #e58fb0; }
@media (prefers-reduced-motion: reduce) {
  .bars span, .chart-arrow path, .chart-arrow polygon { animation: none; opacity: 1; stroke-dashoffset: 0; }
}

/* Stat row */
.stat-row { display: flex; flex-wrap: wrap; gap: 1.2rem 2.6rem; margin-top: 2rem; padding-top: 1.6rem; border-top: 1px solid rgba(255, 255, 255, .12); }
.stat { display: flex; flex-direction: column; }
.stat b { font-family: var(--font-display); font-weight: 800; font-size: 1.7rem; color: var(--white); line-height: 1; }
.stat span { font-size: .8rem; font-weight: 500; letter-spacing: .06em; color: rgba(255, 255, 255, .55); text-transform: uppercase; margin-top: .35rem; }

/* Sections & bands */
.section { padding: clamp(3.25rem, 7vw, 6rem) 0; }
.band { background: var(--paper-2); }
.band-navy { background: var(--navy); color: #c9d0e6; }
.band-navy h2, .band-navy h3 { color: var(--white); }
.band-navy .eyebrow { color: var(--peri); }
.band-navy .lede { color: #b7c0dc; }
.section-head { max-width: 58rem; margin-bottom: clamp(1.75rem, 4vw, 3rem); }
.section-head.center { margin-inline: auto; }
.section-head-rule h2 { display: inline-block; font-size: clamp(2.2rem, 4.6vw, 3.1rem); margin-bottom: 0; padding-bottom: .45rem; border-bottom: 5px solid var(--peri); }

/* Industry strip */
.strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.strip-inner { display: flex; justify-content: center; align-items: center; gap: .75rem; padding: 1.4rem 0; text-align: center; }
.strip-inner b { color: var(--ink); font-family: var(--font-display); font-weight: 700; font-size: clamp(1.05rem, 2vw, 1.35rem); letter-spacing: -.01em; }
.strip-inner b::before, .strip-inner b::after { content: ""; display: inline-block; width: .45rem; height: .45rem; border-radius: 50%; background: var(--peri); vertical-align: .2em; }
.strip-inner b::before { margin-right: .9rem; }
.strip-inner b::after { margin-left: .9rem; }

/* Split */
.split { display: grid; gap: 2.4rem; align-items: center; }
@media (min-width: 56rem) { .split { grid-template-columns: 1fr 1fr; gap: 4.5rem; } .split.flip > :first-child { order: 2; } }

/* Cards */
.grid { display: grid; gap: 1.4rem; }
@media (min-width: 40rem) { .grid-2, .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 60rem) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 62rem) { .grid-4 { grid-template-columns: repeat(4, 1fr); gap: 1.15rem; } }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.4rem, 3vw, 1.9rem); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: .5rem; position: relative; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
a.card { text-decoration: none; color: inherit; }
a.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--peri); }
.card .ic { width: 2.6rem; height: 2.6rem; border-radius: var(--radius); background: var(--peri-soft); color: var(--peri-deep); display: grid; place-items: center; margin-bottom: .6rem; }
.card .ic svg { width: 1.35rem; height: 1.35rem; }
.card h3 { margin-bottom: .2rem; }
.card p { color: var(--ink-soft); margin: 0; }
.card .more { margin-top: auto; padding-top: .8rem; font-family: var(--font-display); font-weight: 700; font-size: .92rem; color: var(--peri-deep); }
.band-navy .card { background: var(--navy-2); border-color: rgba(255, 255, 255, .1); }
.band-navy .card h3 { color: var(--white); }
.band-navy .card p { color: #b7c0dc; }
.band-navy .card .ic { background: rgba(131, 149, 230, .16); color: var(--peri); }
.grid-lg { gap: 1.9rem; }
.grid-lg .card { padding: clamp(1.9rem, 3.6vw, 2.75rem); gap: .7rem; }
.grid-lg .card .ic { width: 3.5rem; height: 3.5rem; margin-bottom: 1rem; }
.grid-lg .card .ic svg { width: 1.85rem; height: 1.85rem; }
.grid-lg .card h3 { font-size: clamp(1.35rem, 2.4vw, 1.7rem); }
.grid-lg .card p { font-size: clamp(1rem, 1.4vw, 1.1rem); line-height: 1.6; }

/* Numbered steps (approach) */
.steps { display: grid; gap: 1.4rem; counter-reset: step; }
@media (min-width: 52rem) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { counter-increment: step; padding: 1.4rem; border-radius: var(--radius-lg); border: 1px solid var(--line); background: var(--white); }
.step::before { content: "0" counter(step); display: block; font-family: var(--font-display); font-weight: 800; font-size: 1.9rem; color: var(--peri); line-height: 1; margin-bottom: .8rem; }
.step h3 { font-size: 1.08rem; }
.step p { color: var(--ink-soft); margin: 0; font-size: .95rem; }

/* Service detail blocks (services page) */
.service { display: grid; gap: 1.6rem; padding: clamp(2rem, 5vw, 3.2rem) 0; border-top: 1px solid var(--line); scroll-margin-top: 6rem; }
@media (min-width: 56rem) { .service { grid-template-columns: 1.1fr .9fr; gap: 4rem; } }
.service:first-of-type { border-top: none; }
.service .lead { font-size: 1.12rem; color: var(--ink); font-weight: 500; }
.service h4 { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--peri-deep); margin: 0 0 .7rem; }
.checks { list-style: none; padding: 0; margin: 0 0 1.4rem; display: grid; gap: .5rem; }
.checks li { position: relative; padding-left: 1.7rem; }
.checks li::before { content: ""; position: absolute; left: 0; top: .42em; width: 1.05rem; height: 1.05rem; border-radius: 50%; background: var(--peri-soft); }
.checks li::after { content: ""; position: absolute; left: .34rem; top: .62em; width: .32rem; height: .55rem; border: solid var(--peri-deep); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.outcome { background: var(--paper-2); border-left: 4px solid var(--peri); border-radius: 0 var(--radius) var(--radius) 0; padding: 1.1rem 1.3rem; }
.outcome h4 { margin-bottom: .35rem; }
.outcome p { margin: 0; color: var(--ink); }
.jump { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.2rem; }
.jump a { font-size: .86rem; font-weight: 600; text-decoration: none; padding: .45rem .85rem; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-2); background: var(--white); }
.jump a:hover { border-color: var(--peri-deep); color: var(--peri-deep); }

/* Panel / profile */
.panel { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.5rem, 3.5vw, 2.4rem); box-shadow: var(--shadow-sm); }
.profile { display: grid; gap: 1.6rem; align-items: start; }
@media (min-width: 48rem) { .profile { grid-template-columns: 9rem 1fr; gap: 2.2rem; } }
.avatar { width: 9rem; height: 9rem; border-radius: var(--radius-lg); background: var(--navy); color: var(--peri); display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 2.6rem; letter-spacing: .02em; }
.profile .role { color: var(--peri-deep); font-weight: 600; font-size: .92rem; letter-spacing: .06em; text-transform: uppercase; margin-bottom: .6rem; }
.tags { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .9rem; }
.tags span { font-size: .8rem; font-weight: 600; background: var(--peri-soft); color: var(--peri-ink); padding: .3rem .7rem; border-radius: 999px; }

/* Quote / mission */
.quote { font-family: var(--font-display); font-size: clamp(1.3rem, 2.6vw, 1.9rem); font-weight: 600; line-height: 1.3; color: var(--ink); max-width: 30ch; letter-spacing: -.01em; }
.quote em { color: var(--peri-deep); font-style: normal; }
.lead-line { font-family: var(--font-display); font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 600; line-height: 1.4; letter-spacing: -.01em; color: var(--ink); }
.panel h4 { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--peri-deep); margin: 2rem 0 .9rem; }
@media (min-width: 46rem) { .checks-2 { grid-template-columns: 1fr 1fr; gap: .55rem 2.4rem; } }
.panel-prose { max-width: 62rem; }

/* FAQ */
.faq { display: grid; gap: .8rem; max-width: 52rem; }
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 0 1.3rem; }
.faq details[open] { border-color: var(--peri); }
.faq summary { cursor: pointer; list-style: none; font-family: var(--font-display); font-weight: 700; color: var(--ink); padding: 1.05rem 2rem 1.05rem 0; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 1.4rem; font-weight: 400; color: var(--peri-deep); }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { margin: 0 0 1.1rem; color: var(--ink-soft); }

/* CTA banner */
.cta-banner { background: var(--navy); color: #c9d0e6; border-radius: var(--radius-lg); padding: clamp(2rem, 5vw, 3.5rem); display: grid; gap: 1.4rem; align-items: center; position: relative; overflow: hidden; }
.cta-banner::after { content: ""; position: absolute; right: -6rem; top: -6rem; width: 18rem; height: 18rem; border-radius: 50%; background: radial-gradient(circle, rgba(131, 149, 230, .35), transparent 70%); pointer-events: none; }
@media (min-width: 52rem) { .cta-banner { grid-template-columns: 1fr auto; gap: 3rem; } }
.cta-banner h2 { color: var(--white); margin-bottom: .3rem; }
.cta-banner p { margin: 0; color: #b7c0dc; }
.cta-banner .btn-row { position: relative; }

/* Contact page */
.contact-grid { display: grid; gap: 2rem; align-items: start; }
@media (min-width: 56rem) { .contact-grid { grid-template-columns: 1.1fr .9fr; gap: 3.5rem; } }
.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
.contact-list li { display: flex; gap: 1rem; align-items: flex-start; }
.contact-list .ic { flex: none; width: 2.4rem; height: 2.4rem; border-radius: var(--radius); background: var(--peri-soft); color: var(--peri-deep); display: grid; place-items: center; }
.contact-list .ic svg { width: 1.2rem; height: 1.2rem; }
.contact-list b { display: block; font-family: var(--font-display); color: var(--ink); }
.contact-list a { font-weight: 600; }

/* Forms */
.form-grid { display: grid; gap: 1rem; }
@media (min-width: 40rem) { .form-grid { grid-template-columns: 1fr 1fr; } .form-grid .full { grid-column: 1 / -1; } }
.form-grid label { display: block; font-family: var(--font-display); font-weight: 600; font-size: .9rem; color: var(--ink); margin-bottom: .35rem; }
.form-grid label small { font-weight: 400; color: var(--ink-soft); }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; font: inherit; color: var(--ink); background: var(--white); border: 1px solid #cfd5e3; border-radius: var(--radius); padding: .75rem .9rem; transition: border-color .15s ease, box-shadow .15s ease; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline: none; border-color: var(--peri-deep); box-shadow: 0 0 0 3px rgba(63, 87, 211, .18); }
.form-grid textarea { min-height: 8rem; resize: vertical; }
.form-fine { font-size: .82rem; color: var(--ink-soft); margin: .8rem 0 0; }
.form-confirm { display: none; margin-top: 1.2rem; padding: 1.2rem 1.4rem; background: var(--peri-soft); border-left: 4px solid var(--peri-deep); border-radius: 0 var(--radius) var(--radius) 0; }
.form-confirm.show { display: block; }
.form-confirm h3 { margin-bottom: .25rem; font-size: 1.1rem; }
.form-confirm p { margin: 0; }
.field-error { display: none; font-size: .82rem; color: #b42318; margin-top: .3rem; }
.invalid input, .invalid textarea { border-color: #b42318; }
.invalid .field-error { display: block; }

/* Footer */
.site-footer { background: var(--navy); color: #a9b2cf; padding: clamp(2.5rem, 6vw, 4rem) 0 2rem; }
.footer-grid { display: grid; gap: 2rem; }
@media (min-width: 52rem) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 3rem; } }
.footer-logo { width: 11rem; margin-bottom: 1rem; border-radius: var(--radius); }
.site-footer h4 { color: var(--white); font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: .9rem; }
.footer-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.footer-list a, .site-footer a { color: #d3d9ee; text-decoration: none; }
.footer-list a:hover, .site-footer a:hover { color: var(--peri); }
.footer-meta { margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid rgba(255, 255, 255, .1); display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem; font-size: .84rem; color: rgba(255, 255, 255, .5); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }
.muted { color: var(--ink-soft); }



/* Honeypot. Off-screen rather than display:none, which some bots skip. */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
