:root {
  --ink: #17211f;
  --muted: #5e6966;
  --green: #133d38;
  --green-2: #1f5b53;
  --mint: #bcd9c9;
  --lime: #d7e68a;
  --cream: #f4f3ed;
  --sand: #e8e3d8;
  --white: #ffffff;
  --line: rgba(23, 33, 31, 0.14);
  --shadow: 0 20px 60px rgba(20, 57, 52, 0.12);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -0.035em; line-height: 1.02; }
h1 { font-size: clamp(3.25rem, 7vw, 6.75rem); }
h2 { font-size: clamp(2.25rem, 4.2vw, 4.2rem); }
h3 { font-size: 1.35rem; line-height: 1.25; }
p { color: var(--muted); }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-soft { background: var(--sand); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 20px; }
.section-heading > p:last-child { max-width: 620px; font-size: 1.1rem; }
.eyebrow { margin-bottom: 18px; color: var(--green-2); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow.light { color: var(--lime); }
.card-grid { display: grid; gap: 18px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: var(--white); box-shadow: 0 12px 30px rgba(19, 61, 56, 0.2); }
.button-primary:hover { background: var(--green-2); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,0.65); }
.button-secondary:hover { background: var(--white); }
.button-light { background: var(--white); color: var(--green); }
.button-ghost-light { border-color: rgba(255,255,255,0.35); color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-weight: 800; }
.text-link.light { color: var(--white); }

.site-header { position: relative; z-index: 20; background: rgba(244,243,237,0.93); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.topbar { background: var(--green); color: rgba(255,255,255,0.82); font-size: 0.79rem; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar a { color: var(--white); font-weight: 800; letter-spacing: 0.03em; }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { width: 108px; height: 34px; object-fit: contain; mix-blend-mode: multiply; }
.brand-mark { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--lime); font-family: Georgia, serif; font-size: 0.95rem; font-weight: 700; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, serif; font-size: 1.1rem; line-height: 1.1; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 0.67rem; letter-spacing: 0.07em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 28px; font-size: 0.88rem; font-weight: 750; }
.desktop-nav > a:not(.nav-cta):hover { color: var(--green-2); }
.language-link { padding-left: 16px; border-left: 1px solid var(--line); }
.nav-cta { padding: 10px 17px; border-radius: 999px; background: var(--green); color: var(--white); }
.mobile-nav { display: none; position: relative; }

.hero { overflow: hidden; padding: 94px 0 88px; background: radial-gradient(circle at 86% 8%, rgba(215,230,138,0.45), transparent 23%), linear-gradient(135deg, #f4f3ed 0%, #e8eee7 100%); }
.hero-grid { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 56px; align-items: center; }
.hero-copy h1 { max-width: 820px; margin-bottom: 28px; }
.hero-lead { max-width: 700px; margin-bottom: 34px; font-size: clamp(1.1rem, 2vw, 1.34rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 58px 0 0; padding: 26px 0 0; border-top: 1px solid var(--line); list-style: none; }
.trust-list li { display: flex; flex-direction: column; }
.trust-list strong { color: var(--green); font-family: Georgia, serif; font-size: 2rem; line-height: 1; }
.trust-list span { margin-top: 8px; color: var(--muted); font-size: 0.78rem; line-height: 1.35; }
.hero-visual { position: relative; min-height: 560px; border-radius: 48% 48% 24px 24px; background: linear-gradient(145deg, var(--green), #0d2c28); box-shadow: var(--shadow); isolation: isolate; }
.hero-photo { position: relative; min-height: 560px; margin: 0; overflow: hidden; border-radius: 48% 48% 24px 24px; background: var(--green); box-shadow: var(--shadow); }
.hero-photo > img { width: 100%; height: 560px; display: block; object-fit: cover; object-position: 50% 28%; filter: saturate(0.82) contrast(1.04); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,41,38,0.92), transparent 52%); pointer-events: none; }
.hero-photo figcaption { position: absolute; right: 28px; bottom: 24px; left: 28px; z-index: 1; display: grid; grid-template-columns: auto 1fr; gap: 2px 12px; align-items: baseline; color: var(--white); }
.hero-photo figcaption span { color: var(--lime); font-size: 0.64rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.hero-photo figcaption strong { font-family: Georgia, serif; font-size: 1rem; font-weight: 500; }
.hero-visual::after { content: ""; position: absolute; inset: 18px; z-index: -1; border: 1px solid rgba(255,255,255,0.16); border-radius: inherit; }
.orbit { position: absolute; border: 1px solid rgba(215,230,138,0.5); border-radius: 50%; }
.orbit-one { width: 340px; height: 340px; top: 74px; left: 50%; transform: translateX(-50%); }
.orbit-two { width: 235px; height: 235px; top: 126px; left: 50%; transform: translateX(-50%); }
.visual-card { position: absolute; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.1); color: var(--white); backdrop-filter: blur(12px); }
.main-card { top: 155px; left: 50%; width: min(310px, 70%); padding: 28px; border-radius: 24px; transform: translateX(-50%); }
.main-card strong { display: block; margin-top: 18px; font-family: Georgia, serif; font-size: 2.15rem; font-weight: 500; line-height: 1.12; }
.visual-kicker, .floating-card span { color: var(--lime); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.floating-card { right: -24px; bottom: 40px; width: 250px; padding: 18px 20px; border-radius: 18px; background: rgba(255,255,255,0.95); color: var(--ink); box-shadow: var(--shadow); }
.floating-card strong { display: block; margin-top: 6px; color: var(--green); }
.visual-dot { position: absolute; width: 18px; height: 18px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 9px rgba(215,230,138,0.15); }
.dot-one { top: 88px; right: 62px; }
.dot-two { bottom: 115px; left: 48px; }

.split-heading { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 80px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > div:last-child p { font-size: 1.1rem; }
.areas-grid { grid-template-columns: repeat(4, 1fr); }
.area-card { min-height: 280px; position: relative; padding: 26px; overflow: hidden; border: 1px solid rgba(19,61,56,0.1); border-radius: var(--radius); background: rgba(255,255,255,0.64); transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.area-card:hover { transform: translateY(-5px); background: var(--white); box-shadow: var(--shadow); }
.card-index { color: var(--green-2); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em; }
.area-card h3 { margin-top: 50px; margin-bottom: 12px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.area-card p { font-size: 0.92rem; }
.card-arrow { position: absolute; right: 22px; bottom: 18px; color: var(--green); font-size: 1.4rem; }
.section-action { margin-top: 34px; text-align: center; }

.technology-feature { background: var(--green); color: var(--white); }
.technology-feature h2 { max-width: 720px; color: var(--white); }
.technology-feature p { color: rgba(255,255,255,0.7); font-size: 1.08rem; }
.technology-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 80px; align-items: center; }
.exclusive-badge { display: inline-flex; margin: 18px 0 26px; padding: 8px 13px; border: 1px solid rgba(215,230,138,0.42); border-radius: 999px; color: var(--lime); font-size: 0.73rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.spad-diagram { padding: 18px 30px; border: 1px solid rgba(255,255,255,0.14); border-radius: 32px; background: rgba(255,255,255,0.06); }
.technology-photo { margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,0.14); border-radius: 32px; background: rgba(255,255,255,0.06); }
.technology-photo img { width: 100%; height: 520px; display: block; object-fit: cover; object-position: center; }
.technology-photo figcaption { padding: 14px 18px; color: rgba(255,255,255,0.72); font-size: 0.78rem; }
.spad-diagram > div { min-height: 110px; display: grid; grid-template-columns: 58px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.14); }
.spad-diagram > div:last-child { border-bottom: 0; }
.spad-diagram span { color: var(--lime); font-family: Georgia, serif; font-size: 1.3rem; }
.spad-diagram strong { font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }

.tech-grid { grid-template-columns: repeat(3, 1fr); }
.tech-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,0.62); transition: transform 180ms ease, box-shadow 180ms ease; }
.tech-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.tech-symbol { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 32px; border-radius: 50%; background: var(--green); color: var(--lime); font-family: Georgia, serif; font-size: 1.9rem; }
.tech-card h3 { font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.tech-card .text-link { font-size: 0.86rem; }

.section-people { background: var(--white); }
.people-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.person-card { display: grid; grid-template-columns: 110px 1fr; gap: 26px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); }
.person-monogram { width: 110px; height: 135px; display: grid; place-items: center; border-radius: 55px 55px 18px 18px; background: var(--green); color: var(--lime); font-family: Georgia, serif; font-size: 1.75rem; }
.person-photo { width: 110px; height: 145px; align-self: end; overflow: hidden; border-radius: 55px 55px 18px 18px; background: linear-gradient(150deg, var(--mint), var(--sand)); }
.person-photo.accent { background: linear-gradient(150deg, var(--lime), var(--sand)); }
.person-photo img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center bottom; }
.person-monogram.accent { background: var(--lime); color: var(--green); }
.person-role { margin-bottom: 8px; color: var(--green-2); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.person-card h3 { margin-bottom: 12px; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 500; }
.person-card p:not(.person-role) { font-size: 0.93rem; }
.person-card .text-link { font-size: 0.82rem; }

.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 100px 1fr; gap: 30px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--green-2); font-family: Georgia, serif; font-size: 1.4rem; }
.process-list h3 { margin-bottom: 7px; font-size: 1.2rem; }
.process-list p { margin-bottom: 0; }

.locations-section { background: var(--sand); }
.locations-grid { display: grid; grid-template-columns: 1.1fr 0.95fr 0.95fr; gap: 20px; align-items: stretch; }
.locations-grid > div:first-child { padding-right: 40px; }
.locations-grid h2 { margin-bottom: 26px; }
.location-card { padding: 34px; border-radius: var(--radius); background: var(--white); }
.location-card > span { color: var(--green-2); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.location-card h3 { margin: 54px 0 8px; font-family: Georgia, serif; font-size: 1.7rem; font-weight: 500; }

.page-hero { padding: 80px 0 92px; background: radial-gradient(circle at 82% 12%, rgba(215,230,138,0.52), transparent 28%), var(--cream); }
.page-hero-grid { display: grid; grid-template-columns: 1fr 360px; gap: 70px; align-items: end; }
.page-hero h1 { max-width: 900px; margin-bottom: 28px; font-size: clamp(3.2rem, 6vw, 6rem); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 46px; color: var(--muted); font-size: 0.75rem; }
.breadcrumbs a { color: var(--green); font-weight: 750; }
.page-summary { padding: 30px; border-radius: var(--radius); background: var(--green); color: var(--white); }
.page-summary span { color: var(--lime); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.page-summary p { margin: 18px 0 0; color: rgba(255,255,255,0.8); font-size: 1.02rem; }

.article-layout { display: grid; grid-template-columns: minmax(0, 780px) 300px; gap: 80px; padding-top: 96px; padding-bottom: 112px; }
.article-section { position: relative; padding-bottom: 72px; }
.editorial-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-bottom: 60px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 0.76rem; }
.editorial-meta b { margin-right: 5px; color: var(--green); }
.article-section:last-of-type { padding-bottom: 20px; }
.section-number { display: block; margin-bottom: 16px; color: var(--green-2); font-family: Georgia, serif; font-size: 1.2rem; }
.article-section h2, .faq-section h2 { margin-bottom: 28px; font-size: clamp(2rem, 3.5vw, 3.3rem); }
.article-section p { font-size: 1.05rem; }
.article-section ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; margin: 30px 0; padding: 0; list-style: none; }
.article-section li { position: relative; padding: 12px 12px 12px 30px; border-bottom: 1px solid var(--line); font-size: 0.92rem; }
.article-section li::before { content: ""; position: absolute; left: 8px; top: 22px; width: 7px; height: 7px; border-radius: 50%; background: var(--green-2); }
.evidence-note { margin-top: 32px; padding: 24px; border-left: 4px solid var(--lime); background: rgba(255,255,255,0.7); }
.evidence-note strong { color: var(--green); font-size: 0.73rem; letter-spacing: 0.1em; text-transform: uppercase; }
.evidence-note p { margin: 8px 0 0; font-size: 0.92rem; }
.article-sidebar { align-self: start; position: sticky; top: 30px; display: grid; gap: 16px; }
.sidebar-card { padding: 28px; border-radius: 22px; background: var(--green); color: var(--white); }
.sidebar-card span { display: block; color: var(--lime); font-size: 0.69rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.sidebar-card strong { display: block; margin-top: 20px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.sidebar-card p { color: rgba(255,255,255,0.72); }
.sidebar-card a { color: var(--white); font-weight: 800; }
.sidebar-card.subtle { background: var(--sand); color: var(--ink); }
.sidebar-card.subtle span { color: var(--green-2); }
.sidebar-card.subtle p { margin: 16px 0 0; color: var(--muted); font-size: 0.88rem; }
.faq-section { margin-top: 54px; padding-top: 72px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 44px 24px 0; cursor: pointer; color: var(--ink); font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; margin-right: -34px; color: var(--green-2); font-size: 1.4rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { padding: 0 34px 22px 0; }
.sources-section { margin-top: 70px; padding: 30px; border-radius: 22px; background: rgba(255,255,255,0.65); }
.sources-section h2 { font-family: inherit; font-size: 1.2rem; font-weight: 800; letter-spacing: 0; }
.sources-section ol { margin: 0; padding-left: 22px; }
.sources-section li { margin: 8px 0; color: var(--muted); font-size: 0.88rem; }
.sources-section a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-card { position: relative; min-height: 220px; padding: 28px; border-radius: var(--radius); background: rgba(255,255,255,0.7); }
.related-card > span { color: var(--green-2); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.related-card h3 { margin: 28px 0 10px; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 500; }
.related-card p { font-size: 0.88rem; }
.related-card b { position: absolute; right: 24px; bottom: 20px; color: var(--green); }

.contact-band { padding: 72px 0; background: var(--green-2); color: var(--white); }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.contact-band h2 { margin-bottom: 14px; color: var(--white); font-size: clamp(2.3rem, 4vw, 4rem); }
.contact-band p:not(.eyebrow) { margin-bottom: 0; color: rgba(255,255,255,0.7); }
.contact-actions { display: flex; flex-shrink: 0; gap: 12px; }
.site-footer { padding: 72px 0 24px; background: #0c2926; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 0.7fr; gap: 70px; }
.footer-brand { font-family: Georgia, serif; font-size: 1.7rem; }
.site-footer p { color: rgba(255,255,255,0.62); font-size: 0.9rem; }
.site-footer h2 { color: var(--lime); font-family: inherit; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.site-footer a:not(.text-link) { display: block; margin: 10px 0; color: rgba(255,255,255,0.72); font-size: 0.9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.45); font-size: 0.7rem; }

@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .mobile-nav summary { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-weight: 800; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav nav { position: absolute; top: 48px; right: 0; width: 250px; display: grid; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
  .mobile-nav nav a { padding: 10px 8px; border-bottom: 1px solid var(--line); font-weight: 750; }
  .mobile-nav nav a:last-child { border-bottom: 0; }
  .hero-grid, .technology-grid, .page-hero-grid { grid-template-columns: 1fr; }
  .hero-visual { width: min(100%, 600px); min-height: 500px; margin: 0 auto; }
  .hero-photo { width: min(100%, 600px); min-height: 500px; margin: 0 auto; }
  .hero-photo > img { height: 500px; }
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
  .people-grid, .tech-grid { grid-template-columns: 1fr; }
  .locations-grid { grid-template-columns: 1fr 1fr; }
  .locations-grid > div:first-child { grid-column: 1 / -1; }
  .page-hero-grid { gap: 40px; }
  .page-summary { max-width: 620px; }
  .article-layout { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .article-sidebar { position: static; grid-template-columns: 1fr 1fr; order: -1; margin-bottom: 36px; }
  .related-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 76px 0; }
  .topbar-inner span { display: none; }
  .topbar-inner { justify-content: center; }
  .nav-wrap { min-height: 76px; }
  .brand small { display: none; }
  .brand-logo { width: 92px; height: 29px; }
  .hero { padding: 66px 0; }
  .hero-grid { gap: 42px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.8rem); }
  .hero-actions .button { width: 100%; }
  .trust-list { gap: 8px; margin-top: 42px; }
  .trust-list strong { font-size: 1.5rem; }
  .trust-list span { font-size: 0.67rem; }
  .hero-visual { min-height: 410px; }
  .orbit-one { width: 270px; height: 270px; }
  .orbit-two { width: 180px; height: 180px; }
  .main-card { top: 120px; }
  .main-card strong { font-size: 1.65rem; }
  .floating-card { right: 12px; bottom: 20px; width: 220px; }
  .split-heading { grid-template-columns: 1fr; gap: 32px; }
  .areas-grid, .locations-grid, .related-grid { grid-template-columns: 1fr; }
  .locations-grid > div:first-child { grid-column: auto; padding-right: 0; }
  .area-card { min-height: 240px; }
  .technology-grid { gap: 50px; }
  .spad-diagram { padding: 10px 20px; }
  .person-card { grid-template-columns: 1fr; padding: 28px; }
  .person-monogram { width: 82px; height: 96px; }
  .process-list li { grid-template-columns: 50px 1fr; gap: 16px; }
  .page-hero { padding: 52px 0 64px; }
  .breadcrumbs { margin-bottom: 34px; }
  .page-hero h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .article-layout { padding-top: 64px; padding-bottom: 76px; }
  .article-sidebar { grid-template-columns: 1fr; }
  .article-section { padding-bottom: 52px; }
  .article-section ul { grid-template-columns: 1fr; }
  .contact-band-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .contact-actions { width: 100%; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

@media print {
  .site-header, .contact-band, .site-footer, .article-sidebar, .hero-actions { display: none !important; }
  body { background: white; color: black; }
  .page-hero, .section { padding: 30px 0; }
  .article-layout { display: block; padding: 30px 0; }
}
