/* Alic Accounting — site styles
   Design language: warm off-white canvas, white bordered panels,
   near-black ink, a single orange accent, serif display + sans body. */

:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --panel: #f6f5f1;
  --ink: #171614;
  --ink-2: #3b3a36;
  --muted: #6b6963;
  --line: #e4e2da;
  --line-strong: #cfcdc4;
  --accent: #d8430f;
  --accent-ink: #ffffff;
  --dark: #111110;
  --dark-line: #2a2926;
  --serif: "Newsreader", "Iowan Old Style", Georgia, serif;
  --sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --max: 1280px;
  --gutter: clamp(16px, 3vw, 32px);
  --radius: 4px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; background: #ebe9e3; }
.cta-band img, .site-footer img { background: #1e1d1b; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; letter-spacing: -0.01em; line-height: 1.12; margin: 0; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

.wrap { max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.panel { background: var(--surface); border: 1px solid var(--line); }

.kicker { font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin-bottom: 20px; font-weight: 500; }
.lede { color: var(--ink-2); max-width: 46ch; }
.small { font-size: 13px; color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 14px; font-size: 13px; font-weight: 500; line-height: 1;
  border: 1px solid var(--ink); border-radius: var(--radius);
  background: var(--ink); color: #fff; cursor: pointer; font-family: inherit;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.btn:hover { background: #2c2b28; }
.btn.light { background: #fff; color: var(--ink); border-color: #fff; }
.btn.light:hover { background: #ecebe6; }
.btn.ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn.ghost:hover { border-color: var(--ink); }
.btn.on-dark { background: #fff; color: var(--ink); border-color: #fff; }
.btn.on-dark.ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.btn.on-dark.ghost:hover { border-color: #fff; }
.btn.accent { background: var(--accent); border-color: var(--accent); color: #fff; }
.btn.accent:hover { background: #bf3a0c; }
.textlink { font-size: 12px; letter-spacing: .06em; text-transform: uppercase; font-weight: 500; }
.textlink:hover { color: var(--accent); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand svg { width: 28px; height: 28px; flex: none; }
.brand-name { font-family: var(--serif); font-size: 18px; line-height: 1.05; }
.brand-name span { display: block; font-size: 13px; color: var(--muted); font-family: var(--sans); letter-spacing: .02em; }
.nav-links { display: none; gap: 28px; font-size: 13px; }
.nav-links a { padding: 6px 0; border-bottom: 1px solid transparent; }
.nav-links a:hover, .nav-links a[aria-current="page"] { border-bottom-color: var(--ink); }
.nav-right { display: flex; align-items: center; gap: 14px; }
.nav-cta { display: none; }
.menu-toggle {
  display: inline-flex; align-items: center; gap: 8px; background: none; border: 0; padding: 6px 0;
  font: inherit; font-size: 13px; cursor: pointer; color: var(--ink);
}
.menu-toggle .plus { width: 16px; height: 16px; position: relative; }
.menu-toggle .plus::before, .menu-toggle .plus::after {
  content: ""; position: absolute; background: var(--ink); left: 50%; top: 50%; transform: translate(-50%,-50%);
  transition: transform .2s ease;
}
.menu-toggle .plus::before { width: 16px; height: 1.5px; }
.menu-toggle .plus::after { width: 1.5px; height: 16px; }
.menu-toggle[aria-expanded="true"] .plus::after { transform: translate(-50%,-50%) rotate(90deg); }
.menu-toggle[aria-expanded="true"] .plus::before { transform: translate(-50%,-50%) rotate(90deg) scaleX(0); }

.mega { display: none; border-top: 1px solid var(--line); background: var(--panel); }
.mega[data-open="true"] { display: block; max-height: calc(100vh - 64px); overflow-y: auto; }
.mega-grid { display: grid; grid-template-columns: 1fr; gap: 24px; padding: 28px 0 32px; }
@media (max-width: 879px) { .mega-card { order: 10; } }
.mega h4 { font-family: var(--sans); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); font-weight: 500; margin-bottom: 12px; }
.mega ul li { padding: 4px 0; font-size: 14px; }
.mega ul li a:hover { color: var(--accent); }
.mega-card { background: var(--accent); color: #fff; padding: 24px; }
.mega-card h3 { font-size: 24px; margin-bottom: 8px; }
.mega-card p { font-size: 13px; opacity: .92; margin-bottom: 18px; }
.mega-foot { display: flex; flex-wrap: wrap; gap: 10px 20px; border-top: 1px solid var(--line); padding: 14px 0 18px; font-size: 13px; color: var(--muted); }

@media (min-width: 880px) {
  .nav-links { display: flex; }
  .nav-cta { display: inline-flex; }
  .mega-grid { grid-template-columns: 1.1fr 1fr 1fr 1.2fr; gap: 32px; }
}

/* ---------- Sections ---------- */
.section { padding-block: clamp(48px, 7vw, 96px); }
.section.tight { padding-block: clamp(32px, 5vw, 64px); }
.section-head { margin-bottom: 40px; }
.section-head h2 { font-size: clamp(28px, 3.4vw, 40px); max-width: 22ch; }
.section-head .lede { margin-top: 14px; }
.split-head { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; margin-bottom: 40px; }
.split-head h2 { font-size: clamp(28px, 3.2vw, 38px); }
.split-head .copy p + p { margin-top: 14px; }
@media (min-width: 900px) {
  .split-head { grid-template-columns: 1fr 2fr 2fr; gap: 40px; }
}

/* Hero */
.hero { padding-top: clamp(40px, 6vw, 80px); }
.hero h1 { font-size: clamp(40px, 6vw, 68px); max-width: 20ch; line-height: 1.05; }
.hero .lede { margin-top: 20px; }
.hero .actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-media { margin-top: clamp(32px, 5vw, 64px); }
.hero-media img { width: 100%; aspect-ratio: 16 / 7; object-fit: cover; }
@media (max-width: 600px) { .hero-media img { aspect-ratio: 4 / 3; } }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 32px; margin-top: 40px; }
.stat { border-top: 1px solid var(--line); padding-top: 18px; }
.stat .num { font-family: var(--serif); font-size: clamp(40px, 4.5vw, 56px); line-height: 1; margin-bottom: 12px; }
.stat h3 { font-family: var(--sans); font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.stat p { font-size: 13px; color: var(--muted); }
@media (min-width: 800px) { .stats { grid-template-columns: repeat(4, 1fr); } }

/* Card grids inside panels */
.panel-section { padding: clamp(24px, 3vw, 32px); background: var(--panel); }
.panel-section .section-head { margin-bottom: 28px; }
.cards { display: grid; grid-template-columns: 1fr; gap: 12px; }
.card {
  display: flex; flex-direction: column; min-height: 300px; padding: 24px;
  background: var(--surface); border: 1px solid var(--line);
  transition: border-color .15s ease;
}
.card:hover { border-color: var(--ink); }
.card .kicker { margin-bottom: 14px; }
.card h3 { font-size: 24px; margin-bottom: 10px; }
.card p { color: var(--ink-2); font-size: 14px; }
.card .foot { margin-top: auto; padding-top: 28px; }
.card.cta { background: var(--accent); color: #fff; border-color: var(--accent); }
.card.cta p { color: rgba(255,255,255,.92); }
.card.cta h3 { margin-bottom: 8px; }
.card.cta .mark { width: 26px; height: 26px; margin-bottom: 40px; }
.card.cta:hover { border-color: var(--accent); }
@media (max-width: 699px) { .card, .post { min-height: 0; } .card .foot, .post .foot { padding-top: 20px; } }
@media (min-width: 700px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .cards { grid-template-columns: repeat(3, 1fr); } .cards.four { grid-template-columns: repeat(4, 1fr); } .cards.two { grid-template-columns: repeat(2, 1fr); } }

/* Why us */
.why { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
.why img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.why h2 { font-size: clamp(28px, 3vw, 36px); margin-bottom: 14px; }
.features { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 32px; }
.features h3 { font-size: 19px; margin-bottom: 6px; }
.features p { font-size: 13px; color: var(--ink-2); }
@media (min-width: 900px) { .why { grid-template-columns: 1fr 1fr; gap: 48px; } }

/* Logos */
.logos { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 12px; }
.logo { display: grid; place-items: center; min-height: 120px; background: var(--panel); border: 1px solid var(--line); text-align: center; padding: 20px; }
.logo img { max-height: 40px; width: auto; max-width: 140px; background: transparent; filter: grayscale(1); opacity: .8; transition: filter .15s ease, opacity .15s ease; }
.logo:hover img { filter: none; opacity: 1; }
.logo small { display: block; font-family: var(--sans); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-top: 6px; }
@media (min-width: 800px) { .logos { grid-template-columns: repeat(5, 1fr); } }

/* Testimonial block */
.testimonial { display: grid; grid-template-columns: 1fr; background: var(--surface); border: 1px solid var(--line); }
.testimonial img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1 / 1; }
.testimonial .quote { padding: 28px; display: flex; flex-direction: column; }
.testimonial blockquote { margin: 0; font-size: 17px; line-height: 1.55; font-weight: 500; }
.testimonial .who { margin-top: auto; padding-top: 40px; }
.testimonial .who strong { display: block; font-weight: 500; }
.testimonial .metric { padding: 28px; border-top: 1px solid var(--line); display: flex; flex-direction: column; justify-content: flex-end; }
.testimonial .metric .num { font-family: var(--serif); font-size: 44px; line-height: 1; margin-bottom: 8px; }
@media (min-width: 900px) {
  .testimonial { grid-template-columns: 1fr 1.4fr .7fr; }
  .testimonial .metric { border-top: 0; border-left: 1px solid var(--line); }
}

/* Journal cards */
.posts { display: grid; grid-template-columns: 1fr; gap: 12px; }
.post { display: flex; flex-direction: column; min-height: 280px; padding: 28px; background: var(--surface); border: 1px solid var(--line); }
.post:hover { border-color: var(--ink); }
.post h3 { font-size: 24px; margin-bottom: 10px; max-width: 28ch; }
.post p { color: var(--ink-2); font-size: 14px; max-width: 60ch; }
.post .meta { font-size: 12px; color: var(--muted); margin-bottom: 14px; }
.post .foot { margin-top: auto; padding-top: 32px; }
@media (min-width: 800px) { .posts { grid-template-columns: repeat(2, 1fr); } .posts.three { grid-template-columns: repeat(3, 1fr); } }

/* Big CTA */
.cta-band { display: grid; grid-template-columns: 1fr; background: var(--dark); color: #fff; }
.cta-band .text { padding: clamp(32px, 5vw, 64px) var(--gutter); }
.cta-band .mark { width: 30px; height: 30px; margin-bottom: 56px; }
.cta-band h2 { font-size: clamp(32px, 4vw, 48px); max-width: 14ch; margin-bottom: 18px; }
.cta-band p { font-size: 17px; max-width: 34ch; margin-bottom: 24px; color: rgba(255,255,255,.9); }
.cta-band .actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cta-band img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 9; }
@media (min-width: 900px) { .cta-band { grid-template-columns: 1fr 1fr; } .cta-band img { aspect-ratio: auto; } .cta-band .text { padding-left: max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))); } }

/* Footer */
.site-footer { background: var(--dark); color: #cfcdc4; padding-top: 48px; }
.foot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 24px; padding-bottom: 40px; }
.foot-grid .about { grid-column: 1 / -1; }
.foot-grid .about p { font-size: 13px; max-width: 34ch; margin-top: 18px; }
.foot-grid .brand { color: #fff; }
.foot-grid .brand-name span { color: #9d9b93; }
.foot-grid h4 { font-family: var(--sans); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: #fff; font-weight: 600; margin-bottom: 16px; }
.foot-grid li { font-size: 13px; padding: 3px 0; }
.foot-grid li a:hover { color: #fff; }
.foot-grid .contact p { font-size: 13px; margin-bottom: 12px; }
.foot-grid .contact strong { display: block; color: #fff; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; font-weight: 600; }
.foot-bottom { border-top: 1px solid var(--dark-line); padding: 18px 0 28px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; font-size: 12px; color: #9d9b93; }
.foot-bottom .certs { display: flex; flex-wrap: wrap; gap: 6px 20px; }
.foot-bottom .certs span::before { content: "◇ "; }
.foot-bottom .links { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.foot-bottom .links a:hover { color: #fff; }
@media (min-width: 900px) { .foot-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr; } .foot-grid .about { grid-column: auto; } }

/* ---------- Inner pages ---------- */
.page-hero { padding-top: clamp(40px, 6vw, 80px); padding-bottom: clamp(32px, 5vw, 56px); }
.page-hero h1 { font-size: clamp(36px, 5.5vw, 60px); max-width: 18ch; }
.page-hero .lede { margin-top: 18px; font-size: 16px; max-width: 56ch; }
.page-hero .crumbs { font-size: 13px; color: var(--muted); margin-bottom: 20px; }
.page-hero .crumbs a:hover { color: var(--accent); }
.page-hero .actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.page-media img { width: 100%; aspect-ratio: 16 / 7; object-fit: cover; }
@media (max-width: 600px) { .page-media img { aspect-ratio: 4 / 3; } }

.prose { max-width: 68ch; color: var(--ink-2); font-size: 16px; line-height: 1.7; }
.prose h2 { font-size: clamp(26px, 3vw, 34px); color: var(--ink); margin: 40px 0 14px; }
.prose h3 { font-size: 22px; color: var(--ink); margin: 32px 0 10px; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose p { margin: 0 0 16px; }
.prose ul { list-style: disc; padding-left: 20px; margin: 0 0 16px; }
.prose li { margin: 4px 0; }
.prose li::marker { color: var(--accent); }
.prose strong { color: var(--ink); font-weight: 600; }
.prose blockquote { margin: 28px 0; padding: 20px 24px; border-left: 3px solid var(--accent); background: var(--surface); font-family: var(--serif); font-size: 20px; line-height: 1.45; color: var(--ink); }
.prose blockquote cite { display: block; font-family: var(--sans); font-style: normal; font-size: 13px; color: var(--muted); margin-top: 10px; }

.two-col { display: grid; grid-template-columns: 1fr; gap: 40px; }
.two-col .side { align-self: start; }
@media (min-width: 960px) { .two-col { grid-template-columns: 1fr 300px; gap: 64px; } .two-col .side { position: sticky; top: 88px; } }
.side-box { background: var(--surface); border: 1px solid var(--line); padding: 24px; margin-bottom: 12px; }
.side-box h4 { font-family: var(--sans); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); font-weight: 500; margin-bottom: 12px; }
.side-box li { font-size: 14px; padding: 6px 0; border-top: 1px solid var(--line); }
.side-box li:first-child { border-top: 0; }
.side-box .result { padding: 10px 0; border-top: 1px solid var(--line); }
.side-box .result:first-of-type { border-top: 0; }
.side-box .result .num { font-family: var(--serif); font-size: 30px; line-height: 1; }
.side-box .result span { display: block; font-size: 13px; color: var(--muted); margin-top: 4px; }
.side-box.accent { background: var(--accent); border-color: var(--accent); color: #fff; }
.side-box.accent h3 { font-size: 24px; margin-bottom: 8px; }
.side-box.accent p { font-size: 13px; margin-bottom: 18px; opacity: .92; }

.checklist { display: grid; grid-template-columns: 1fr; gap: 12px; }
.checklist li { background: var(--surface); border: 1px solid var(--line); padding: 20px 22px; }
.checklist li strong { display: block; font-family: var(--serif); font-size: 20px; font-weight: 400; margin-bottom: 6px; }
.checklist li span { font-size: 14px; color: var(--ink-2); }
@media (min-width: 800px) { .checklist { grid-template-columns: repeat(2, 1fr); } .checklist.three { grid-template-columns: repeat(3, 1fr); } }

/* Process (a real sequence, so numbered) */
.steps { display: grid; grid-template-columns: 1fr; gap: 12px; counter-reset: step; }
.step { background: var(--surface); border: 1px solid var(--line); padding: 24px; counter-increment: step; }
.step::before { content: counter(step, decimal-leading-zero); font-family: var(--serif); font-size: 32px; color: var(--accent); display: block; margin-bottom: 18px; line-height: 1; }
.step h3 { font-size: 22px; margin-bottom: 8px; }
.step p { font-size: 14px; color: var(--ink-2); }
@media (min-width: 800px) { .steps { grid-template-columns: repeat(4, 1fr); } }

/* Pricing */
.plans { display: grid; grid-template-columns: 1fr; gap: 12px; }
.plans.single { width: 100%; max-width: 760px; margin-inline: auto; }
.plan { background: var(--surface); border: 1px solid var(--line); padding: 28px; display: flex; flex-direction: column; }
.plan h3 { font-size: 26px; margin-bottom: 6px; }
.plan .price { font-family: var(--serif); font-size: 44px; line-height: 1; margin: 20px 0 4px; }
.plan .price small { font-family: var(--sans); font-size: 13px; color: var(--muted); }
.plan .for { font-size: 13px; color: var(--muted); margin-bottom: 20px; }
.plan ul { list-style: none; border-top: 1px solid var(--line); margin-bottom: 24px; }
.plan li { padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 14px; display: flex; gap: 10px; }
.plan li::before { content: "✓"; color: var(--accent); flex: none; }
.plan .btn { margin-top: auto; align-self: flex-start; }
.plan.featured { border-color: var(--ink); }
.plan.featured .tag { display: inline-block; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; background: var(--accent); color: #fff; padding: 4px 8px; margin-bottom: 14px; }
@media (min-width: 900px) { .plans { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .plans.single { grid-template-columns: 1fr; } }

/* FAQ */
.faq { border-top: 1px solid var(--line); max-width: 800px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 20px 0; font-family: var(--serif); font-size: 21px; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--sans); color: var(--muted); flex: none; }
.faq details[open] summary::after { content: "–"; }
.faq .answer { padding: 0 0 22px; color: var(--ink-2); max-width: 64ch; }

/* Team */
.people { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.person { background: var(--surface); border: 1px solid var(--line); }
.person img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.person .info { padding: 16px 18px 20px; }
.person h3 { font-size: 20px; }
.person p { font-size: 13px; color: var(--muted); }
@media (min-width: 900px) { .people { grid-template-columns: repeat(4, 1fr); } }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.form { background: var(--surface); border: 1px solid var(--line); padding: clamp(20px, 3vw, 32px); }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field label { font-size: 13px; font-weight: 500; }
.field input, .field textarea, .field select {
  font: inherit; font-size: 14px; padding: 10px 12px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: #fff; color: var(--ink); width: 100%;
}
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--ink); outline: none; }
.field-row { display: grid; grid-template-columns: 1fr; gap: 0 16px; }
.form .note { font-size: 12px; color: var(--muted); margin-top: 12px; }
.form .status { display: none; margin-top: 16px; padding: 12px 14px; background: var(--panel); border: 1px solid var(--line); font-size: 14px; }
.form .status[data-show="true"] { display: block; }
.contact-info { display: grid; gap: 12px; align-content: start; }
@media (min-width: 640px) { .field-row { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) { .contact-grid { grid-template-columns: 1.4fr 1fr; } }

/* Testimonials grid */
.quotes { display: grid; grid-template-columns: 1fr; gap: 12px; }
.quote-card { background: var(--surface); border: 1px solid var(--line); padding: 28px; display: flex; flex-direction: column; }
.quote-card blockquote { margin: 0 0 28px; font-family: var(--serif); font-size: 20px; line-height: 1.45; }
.quote-card .who { margin-top: auto; font-size: 13px; }
.quote-card .who strong { display: block; font-weight: 500; font-size: 14px; }
.quote-card .who span { color: var(--muted); }
@media (min-width: 800px) { .quotes { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .quotes { grid-template-columns: repeat(3, 1fr); } }

.divider { border: 0; border-top: 1px solid var(--line); margin: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Scroll reveal adds motion without changing the resting layout or design. */
.reveal-pending {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s ease;
}
.reveal-pending.reveal-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal-pending { opacity: 1; transform: none; }
}
