
:root {
  --navy-deep: #071a33;
  --navy: #102a4c;
  --navy-soft: #365173;
  --burgundy: #681d35;
  --burgundy-light: #8c2946;
  --champagne: #c9a66b;
  --steel: #667a92;
  --paper: #f4f6f8;
  --bg: #ffffff;
  --fg: #071a33;
  --muted: #5b6678;
  --border: #e2e6ec;
  --radius: 4px;
  --shadow: 0 18px 50px -30px rgba(7, 26, 51, 0.55);
  --max: 1400px;
  --display: Georgia, "Times New Roman", serif;
  --sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font: 16px/1.55 var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1,h2,h3,h4,.brand__mark { font-family: var(--display); font-weight: 700; letter-spacing: -0.015em; margin: 0; }
p { margin: 0; }
ul,ol { margin: 0; padding: 0; list-style: none; }
main { display: block; }

.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); clip-path: inset(50%); white-space: nowrap; }
.skip-link:focus { position: fixed; z-index: 1000; top: 1rem; left: 1rem; background: #fff; color: var(--navy-deep); padding: 0.75rem 1rem; border-radius: 999px; box-shadow: var(--shadow); }

.kicker {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.kicker--accent { color: var(--burgundy-light); }
.kicker--light { color: rgba(255,255,255,0.72); }
.tag,.pill {
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.35rem 0.6rem; border-radius: 0; background: var(--burgundy); color: #fff;
}
.tag--outline,.pill--outline { background: transparent; border: 1px solid var(--border); color: var(--navy); }
.pill-row { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid transparent; border-radius: 0; padding: 0.8rem 1.15rem;
  text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.6875rem; font-weight: 700;
  transition: background 220ms ease, color 220ms ease, border-color 220ms ease, transform 220ms ease;
  cursor: pointer;
}
.button--solid { background: var(--burgundy); color: #fff; }
.button--solid:hover { background: var(--burgundy-light); transform: translateY(-1px); }
.button--ghost { background: transparent; color: rgba(255,255,255,0.82); border-color: rgba(255,255,255,0.24); }
.button--ghost:hover { border-color: var(--champagne); color: var(--champagne); }
.text-link {
  display: inline-flex; align-items: center; gap: 0.35rem;
  border-bottom: 1px solid rgba(104,29,53,0.4); padding-bottom: 0.25rem;
  color: var(--burgundy); font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
}
.text-link--light { border-bottom-color: rgba(201,166,107,0.55); color: var(--champagne); }
.headline-link { background-image: linear-gradient(var(--burgundy-light), var(--burgundy-light)); background-size: 0% 1px; background-position: 0 100%; background-repeat: no-repeat; transition: background-size 320ms ease, color 200ms ease; }
.headline-link:hover { background-size: 100% 1px; color: var(--burgundy-light); }
.headline-link--light { background-image: linear-gradient(var(--champagne), var(--champagne)); }
.zoom-frame { overflow: hidden; }
.zoom-frame img { transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1); }
.zoom-frame:hover img { transform: scale(1.055); }
.rise { animation: rise-in 520ms cubic-bezier(0.22, 1, 0.36, 1) both; }
@keyframes rise-in { from { opacity: 0; transform: translateY(14px);} to { opacity: 1; transform: none; } }
@keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.site-header { background: linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 100%); color: #fff; }
.topbar__inner, .primary-nav ul, .site-footer__inner, .site-footer__bar, .section__inner, .hero__inner { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; padding: 1.1rem 0 1.4rem; }
.brand { display: flex; flex-direction: column; line-height: 1; min-width: 0; }
.brand__logo { display: inline-flex; width: 3rem; height: 3rem; align-items: center; justify-content: center; }
.brand__logo img { width: 100%; height: 100%; object-fit: contain; }
.brand__mark { font-size: clamp(1.8rem, 2vw + 1rem, 3rem); color: #fff; }
.brand__mark span { color: var(--champagne); }
.brand__tag { margin-top: 0.5rem; display: inline-flex; width: fit-content; background: var(--burgundy); color: #fff; padding: 0.35rem 0.55rem; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.header-actions { display: flex; align-items: center; gap: 0.8rem; }
.header-kicker { text-align: right; display: none; flex-direction: column; }
.header-kicker__eyebrow { font-size: 0.6875rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.45); }
.header-kicker__text { margin-top: 0.25rem; font-size: 0.75rem; color: rgba(255,255,255,0.65); }
.primary-nav { border-top: 1px solid rgba(255,255,255,0.1); }
.primary-nav ul { display: flex; flex-wrap: wrap; gap: 0 1.85rem; align-items: center; }
.nav-link { display: inline-block; padding: 0.8rem 0; font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.82); transition: color 180ms ease; }
.nav-link:hover, .nav-link.is-active { color: var(--champagne); }
.ticker { display: flex; align-items: stretch; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); overflow: hidden; background: var(--navy-deep); }
.ticker__label { display: none; align-items: center; flex-shrink: 0; background: var(--burgundy); padding: 0 1rem; font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.ticker__track { display: flex; align-items: center; gap: 2rem; width: max-content; padding: 0.55rem 0; animation: ticker-scroll 44s linear infinite; will-change: transform; }
.ticker__item { display: inline-flex; align-items: center; gap: 0.8rem; color: rgba(255,255,255,0.75); font-size: 0.75rem; white-space: nowrap; }
.ticker__item::before { content: ""; width: 0.35rem; height: 0.35rem; border-radius: 50%; background: var(--champagne); flex: 0 0 auto; }
.mobile-nav { border-bottom: 1px solid var(--border); background: #fff; }
.mobile-nav ul { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; padding: 0.35rem 0 0.8rem; }
.mobile-nav li { border-bottom: 1px solid var(--border); }
.mobile-nav li:last-child { border-bottom: 0; }
.mobile-nav__link { display: block; padding: 0.95rem 0; font-family: var(--display); font-size: 1.12rem; color: var(--navy-deep); }
.mobile-nav__link.is-active { color: var(--burgundy); }

.hero { position: relative; isolation: isolate; overflow: hidden; }
.hero--split { border-bottom: 1px solid var(--border); background: #fff; }
.hero--page { border-bottom: 1px solid var(--border); background: var(--paper); }
.hero--news { background: var(--paper); }
.hero--article { background: linear-gradient(180deg, var(--paper) 0%, #fff 100%); }
.hero__inner { display: grid; gap: 1.5rem; padding: 3rem 0; }
.hero--split .hero__inner { grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr); align-items: start; }
.hero__inner--page, .hero__inner--article {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: start;
  max-width: 1400px;
}
.hero__inner--page { padding: 3rem 0 2.5rem; }
.hero__inner--article { padding: 3rem 0 2rem; }
.hero__inner--page > :not(.hero__image),
.hero__inner--article > :not(.hero__image) { grid-column: 1; }
.hero__inner--page > .hero__image,
.hero__inner--article > .hero__image {
  grid-column: 2;
  grid-row: 1 / -1;
  align-self: start;
  margin-top: 0;
}
.hero__intro { margin-top: 1rem; max-width: 48rem; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.hero-title, .hero__inner h1, .article-content h1 { margin-top: 0.6rem; font-size: clamp(2.4rem, 5vw, 4.4rem); line-height: 1.08; color: var(--navy-deep); }
.hero__image { margin-top: 1.35rem; background: var(--navy-deep); }
.hero__inner > * { min-width: 0; }
.hero__image img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 9; }
.hero-card { display: flex; flex-direction: column; }
.hero-card__image { background: var(--navy-deep); }
.hero-card__image img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.hero-card h1 { margin-top: 1.2rem; font-size: clamp(2rem, 3.6vw, 3.4rem); line-height: 1.08; color: var(--navy-deep); }
.hero-card__summary { margin-top: 1rem; max-width: 52rem; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.hero-card__meta { margin: 1rem 0 1.25rem; padding-top: 1rem; border-top: 1px solid var(--border); display: flex; flex-wrap: wrap; gap: 0.5rem; color: var(--muted); font-size: 0.8rem; }
.hero-aside { padding-top: 0.5rem; }
.section { padding: 4rem 0; }
.section--paper { background: var(--paper); }
.section--navy { background: linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 100%); color: #fff; }
.section__inner { width: min(var(--max), calc(100% - 2rem)); }
.section-heading { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2rem; }
.section-heading--split { align-items: flex-start; justify-content: space-between; }
.section-heading h2 { margin-top: 0.65rem; font-size: clamp(2rem, 3vw, 2.8rem); line-height: 1.15; color: var(--navy-deep); }
.section--navy .section-heading h2 { color: #fff; }
.section-heading__intro { margin-top: 0.85rem; max-width: 48rem; color: var(--muted); line-height: 1.8; }
.section--navy .section-heading__intro { color: rgba(255,255,255,0.7); }
.section-heading__action { flex-shrink: 0; }
.section-heading--compact { margin-bottom: 1rem; }
.content-grid { display: grid; gap: 1.5rem; }
.content-grid--news { grid-template-columns: 1.95fr 1fr; }
.cards-grid { display: grid; gap: 1.5rem; }
.cards-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cards-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cards-grid--five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.card, .project-card, .trend-summary, .event-card, .panel, .state-card, .quote-card, .trend-card, .equipment-card, .lead-article, .article-section, .aside-card, .policy-section, .faq-item, .demo-form, .info-panel { background: #fff; border: 1px solid var(--border); }
.card, .project-card, .trend-summary, .event-card, .panel, .state-card, .quote-card, .equipment-card, .lead-article, .aside-card, .policy-section, .faq-item, .demo-form { box-shadow: none; }
.card { display: flex; flex-direction: column; height: 100%; transition: box-shadow 220ms ease, transform 220ms ease; }
.card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.card__image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.card__body { display: flex; flex-direction: column; gap: 0.85rem; padding: 1.2rem; }
.card__body h3, .project-card h3, .event-card h3, .state-card h3, .trend-summary h3, .equipment-card h3, .lead-article h2, .article-content h2, .article-content h1, .policy-section h2, .quote-card p, .faq-item summary { color: var(--navy-deep); }
.card__summary, .lead-article p, .project-card__meta, .event-card__meta, .state-card p, .trend-summary p, .equipment-card p, .policy-copy p, .faq-item div, .article-content__standfirst { color: var(--muted); line-height: 1.75; }
.card__meta, .fineprint { color: #6a7280; font-size: 0.8rem; }
.card--compact { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 0.9rem; border: 0; border-bottom: 1px solid var(--border); padding-bottom: 1rem; background: transparent; }
.card--compact:hover { box-shadow: none; transform: none; }
.card--compact .card__image img { aspect-ratio: 1 / 1; }
.card--compact .card__body { padding: 0; }
.card--text { padding: 1rem 0; border: 0; border-top: 1px solid var(--border); background: transparent; }
.sidebar-panel, .panel--outline, .panel--paper, .policy-section, .aside-card, .state-card, .event-card, .trend-summary, .project-card, .equipment-card, .lead-article, .quote-card, .faq-item { padding: 1.25rem; }
.sidebar-panel { border-left: 1px solid var(--border); padding-left: 1.5rem; }
.panel--outline { background: #fff; }
.panel--paper { background: var(--paper); }
.panel--navy { background: linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 100%); color: #fff; }
.panel--glass, .dark-card, .info-panel, .feature-chip, .stage-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14); backdrop-filter: blur(10px); padding: 1rem; }
.panel--glass p, .panel--navy p, .dark-card p, .feature-chip p, .stage-card p, .quote-card cite { color: rgba(255,255,255,0.72); }
.split-block { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; }
.split-image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.bullet-list, .metric-list, .pipeline-list, .dates-list, .state-bars, .numbered-list, .faq-grid, .stage-grid { display: grid; gap: 0.9rem; }
.bullet-list li { padding-left: 1rem; border-left: 2px solid var(--burgundy); }
.bullet-list--light li { border-left-color: var(--champagne); color: rgba(255,255,255,0.85); }
.metric-list li { border-bottom: 1px solid var(--border); padding-bottom: 0.85rem; }
.metric-list strong, .pipeline-list strong { color: var(--navy-deep); }
.metric-list p { color: var(--muted); font-size: 0.8rem; margin-top: 0.35rem; }
.pipeline-list li, .dates-list li, .numbered-list li { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 0.7rem; }
.pipeline-list li { border-bottom-color: var(--border); }
.dates-list li p { color: rgba(255,255,255,0.9); }
.dates-list li span { color: rgba(255,255,255,0.5); font-size: 0.8rem; }
.state-bars li { display: flex; align-items: center; gap: 0.85rem; }
.state-bars li span:first-child { min-width: 2.5rem; font-weight: 700; color: rgba(255,255,255,0.92); }
.bar { flex: 1; height: 0.4rem; background: rgba(255,255,255,0.1); }
.bar span { display: block; height: 100%; background: var(--burgundy-light); }
.card--dark, .dark-card { display: grid; grid-template-rows: auto 1fr; color: #fff; }
.dark-card__image img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.dark-card__body { padding: 1rem; }
.dark-card__body h3 { color: #fff; }
.dark-card__body p { color: rgba(255,255,255,0.72); }
.pulse-grid { display: grid; gap: 1rem; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.metric-box { margin-top: 1rem; border-top: 1px solid var(--border); padding-top: 1rem; }
.metric-box__row { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.metric-box__row span { color: var(--muted); font-size: 0.8rem; }
.metric-box__row strong { font-family: var(--display); font-size: 2rem; color: var(--burgundy); }
.metric-bar { margin-top: 0.7rem; height: 0.35rem; background: #fff; }
.metric-bar span { display: block; height: 100%; background: var(--navy); }
.metric-box__note { margin-top: 0.75rem; color: var(--muted); font-size: 0.75rem; }
.metric-mini { margin-top: 0.75rem; padding-top: 0.85rem; border-top: 1px solid var(--border); display: flex; align-items: baseline; justify-content: space-between; gap: 0.75rem; }
.metric-mini span { color: var(--muted); font-size: 0.8rem; }
.metric-mini strong { font-family: var(--display); font-size: 1.5rem; color: var(--burgundy); }
.trend-card, .project-card { display: grid; grid-template-columns: 1fr; }
.trend-card {
  display: flex;
  gap: 1.5rem;
  padding: 1.25rem;
  align-items: start;
}
.trend-card__image { flex: 0 0 min(44vw, 42rem); }
.trend-card__body { flex: 1 1 auto; padding-top: 0.1rem; min-width: 0; }
.trend-card--alt { flex-direction: row-reverse; }
.trend-card__image img, .project-card__image img, .lead-article__media img, .article-content__hero img, .hero__image img, .split-image img { width: 100%; height: 100%; object-fit: cover; }
.project-card__body { padding-top: 1rem; }
.trend-card--alt { background: #fff; }
.trend-card h3 { margin-top: 0.7rem; font-size: 2rem; line-height: 1.18; }
.project-card h3 { margin-top: 0.7rem; font-size: 1.8rem; line-height: 1.18; }
.project-card__image img { aspect-ratio: 4 / 3; }
.project-card__meta { margin-top: 0.35rem; font-size: 0.8rem; }
.definition-list { margin-top: 1rem; border-top: 1px solid var(--border); padding-top: 0.8rem; font-size: 0.8rem; }
.definition-list > div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.3rem 0; }
.definition-list dt { color: var(--muted); }
.definition-list dd { margin: 0; color: var(--navy-deep); text-align: right; }
.definition-list--stack > div { flex-direction: column; align-items: flex-start; }
.definition-list--stack dd { text-align: left; }
.event-card h3, .state-card h3, .equipment-card h3, .trend-summary h3 { margin-top: 0.55rem; font-size: 1.6rem; line-height: 1.22; }
.event-card__meta { margin-top: 0.35rem; font-size: 0.8rem; }
.trend-summary { background: #fff; display: flex; flex-direction: column; gap: 0.8rem; }
.trend-summary__index { font-family: var(--display); font-size: 2.6rem; color: rgba(104,29,53,0.25); line-height: 1; }
.trend-summary p { flex: 1; }
.feature-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0.75rem; margin-top: 2rem; }
.feature-chip, .stage-card { min-height: 100%; }
.feature-chip h3, .stage-card h3 { margin-top: 0.6rem; font-size: 1.2rem; color: #fff; }
.feature-chip p, .stage-card p { margin-top: 0.4rem; font-size: 0.8rem; line-height: 1.7; }
.events-list, .stack { display: grid; gap: 1rem; }
.carousel {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
.carousel > .equipment-card {
  flex: 0 0 clamp(16rem, 26vw, 21rem);
  scroll-snap-align: start;
}
.carousel::-webkit-scrollbar { height: 0.55rem; }
.carousel::-webkit-scrollbar-thumb { background: rgba(104, 29, 53, 0.28); border-radius: 999px; }
.equipment-card { display: flex; flex-direction: column; min-width: 0; }
.equipment-card__image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.equipment-card__body { display: grid; gap: 0.75rem; padding-top: 1rem; }
.lead-article { display: grid; grid-template-columns: 1.2fr 1fr; gap: 1.5rem; padding: 1.25rem; background: #fff; }
.lead-article__media img { aspect-ratio: 16 / 10; }
.lead-article__body h2 { margin-top: 0.7rem; font-size: 2rem; line-height: 1.18; }
.lead-article__body p { margin-top: 0.75rem; }
.filter-toolbar { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 1rem; }
.filter-toolbar--secondary { margin-top: 0.5rem; }
.filter-button {
  border: 1px solid var(--border); background: #fff; color: var(--navy);
  padding: 0.7rem 0.95rem; cursor: pointer;
  text-transform: uppercase; font-size: 0.6875rem; letter-spacing: 0.16em; font-weight: 700;
}
.filter-button.is-active { background: var(--burgundy); border-color: var(--burgundy); color: #fff; }
.field { display: grid; gap: 0.45rem; margin: 1rem 0; }
.field--inline { margin-top: 0.5rem; }
.field input, .field select, .field textarea, .demo-form input, .demo-form select, .demo-form textarea {
  width: 100%; border: 1px solid var(--border); background: #fff; color: var(--navy-deep);
  padding: 0.85rem 0.9rem; border-radius: 0;
}
.field input:focus, .field select:focus, .field textarea:focus, .demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus {
  outline: 2px solid var(--burgundy-light); outline-offset: 2px;
}
.demo-form, .newsletter-mini { display: grid; gap: 1rem; }
.checkbox-grid { display: grid; gap: 0.65rem; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 0.5rem; }
.checkbox-card { display: flex; align-items: center; gap: 0.65rem; border: 1px solid var(--border); background: #fff; padding: 0.75rem 0.9rem; cursor: pointer; }
.checkbox-card.is-active { border-color: var(--burgundy); }
.checkbox-card input { width: 1rem; height: 1rem; accent-color: var(--burgundy); }
.form-row { display: flex; gap: 0.6rem; }
.form-row input { flex: 1; min-width: 0; }
.form-message { min-height: 1.1rem; color: var(--burgundy-light); font-size: 0.8rem; }
.contact-grid, .newsletter-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 2rem; align-items: start; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr); gap: 2rem; align-items: start; }
.article-content h1 { margin-top: 0.6rem; font-size: clamp(2.6rem, 5vw, 4.5rem); }
.article-content__standfirst { margin-top: 1rem; max-width: 52rem; font-size: 1rem; }
.article-meta { margin: 1rem 0 1.4rem; display: flex; flex-wrap: wrap; gap: 0.45rem; font-size: 0.8rem; color: var(--muted); }
.article-meta__author { font-weight: 700; color: var(--navy); }
.article-content__hero { margin-bottom: 1.5rem; }
.article-content__hero img { aspect-ratio: 16 / 9; }
.article-section { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 1.5rem; margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid var(--border); }
.article-section__image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.article-content h2, .policy-section h2 { font-size: 2rem; line-height: 1.18; margin-bottom: 0.75rem; }
.article-content p { margin-bottom: 1rem; }
.pull-quote { margin: 2rem 0; padding: 1.25rem; background: var(--navy-deep); color: #fff; border-left: 4px solid var(--champagne); }
.pull-quote p { font-family: var(--display); font-size: 1.8rem; line-height: 1.32; }
.pull-quote cite { margin-top: 0.75rem; display: block; font-style: normal; color: rgba(255,255,255,0.55); }
.facts-box { padding: 1.25rem; background: var(--paper); border: 1px solid var(--border); margin-bottom: 1.5rem; }
.facts-box ul { display: grid; gap: 0.75rem; margin-top: 0.85rem; }
.facts-box li { padding-left: 1rem; border-left: 2px solid var(--burgundy); }
.article-aside { display: grid; gap: 1rem; position: sticky; top: 1rem; }
.aside-card { background: #fff; }
.aside-card--accent { background: linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 100%); color: #fff; }
.aside-card--accent h2, .aside-card--accent p { color: rgba(255,255,255,0.8); }
.related-list { display: grid; gap: 0.8rem; margin-top: 0.75rem; }
.related-list__item { display: grid; gap: 0.2rem; border-top: 1px solid var(--border); padding-top: 0.8rem; }
.related-list__category { color: var(--burgundy-light); text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.6875rem; font-weight: 700; }
.policy-body { max-width: 1100px; }
.policy-section { margin-bottom: 1.25rem; }
.policy-section .policy-copy p + p { margin-top: 0.8rem; }
.faq-item summary { list-style: none; cursor: pointer; font-family: var(--display); font-size: 1.4rem; padding: 1rem 1.1rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item div { padding: 0 1.1rem 1rem; }
.demo-note, .section-note { margin-top: 1.25rem; color: var(--muted); font-size: 0.8rem; line-height: 1.7; }
.panel--success { border-color: rgba(104, 29, 53, 0.22); box-shadow: 0 18px 50px -36px rgba(7, 26, 51, 0.35); }
.panel--error { border-color: rgba(104, 29, 53, 0.45); background: #fff7f8; }
.site-footer { margin-top: 4rem; background: linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 100%); color: #fff; }
.site-footer__inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 2rem; padding: 4rem 0 3.5rem; }
.brand--footer .brand__mark { font-size: 2.3rem; }
.footer-copy { margin-top: 1rem; max-width: 32rem; color: rgba(255,255,255,0.68); line-height: 1.75; font-size: 0.92rem; }
.footer-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.footer-heading { font-size: 0.6875rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--champagne); }
.footer-list { display: grid; gap: 0.55rem; margin-top: 1rem; }
.footer-link { color: rgba(255,255,255,0.72); font-size: 0.92rem; }
.footer-link:hover { color: #fff; }
.site-footer__bar { border-top: 1px solid rgba(255,255,255,0.1); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding: 1.35rem 0 1.6rem; color: rgba(255,255,255,0.5); font-size: 0.78rem; line-height: 1.7; }
.cookie-banner {
  position: fixed; right: 1rem; bottom: 1rem; z-index: 50;
  width: min(24rem, calc(100% - 2rem)); padding: 1rem; background: #fff;
  border: 1px solid var(--border); box-shadow: var(--shadow);
}
.cookie-banner p { color: var(--muted); font-size: 0.9rem; line-height: 1.6; margin-bottom: 0.75rem; }

@media (min-width: 900px) {
  .header-kicker { display: flex; }
  .ticker__label { display: inline-flex; }
  .hero--split .hero__inner { padding: 3rem 0 3.5rem; }
  .hero__inner--page, .hero__inner--article { padding: 3.5rem 0 2.5rem; }
}

@media (max-width: 1190px) {
  .cards-grid--four, .cards-grid--five, .feature-grid, .pulse-grid, .site-footer__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cards-grid--three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content-grid--news, .contact-grid, .newsletter-grid, .article-layout, .split-block, .lead-article, .article-section { grid-template-columns: 1fr; }
  .hero--split .hero__inner { grid-template-columns: 1fr; }
  .hero--split .hero-aside {
    display: grid;
    gap: 1.25rem;
    padding-top: 0;
  }
  .hero--split .hero-aside .stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
  .hero__inner--page, .hero__inner--article { grid-template-columns: 1fr; }
  .hero__inner--page,
  .hero__inner--article,
  .hero--split .hero__inner {
    gap: 1.25rem;
  }
  .hero__inner--page > .hero__image,
  .hero__inner--article > .hero__image {
    width: 100%;
    margin-top: 1.35rem;
    grid-column: auto;
    grid-row: auto;
  }
  .article-aside { position: static; }
}

@media (max-width: 760px) {
  .topbar__inner, .hero__inner, .section__inner, .site-footer__inner, .site-footer__bar { width: min(var(--max), calc(100% - 1rem)); }
  .topbar__inner { padding: 1rem 0; }
  .primary-nav, .header-actions .header-kicker, .header-actions .button--ghost { display: none; }
  .header-actions { gap: 0.5rem; }
  .hero__inner { padding: 2rem 0; }
  .hero--split .hero__inner { grid-template-columns: 1fr; }
  .hero--split .hero-aside .stack { grid-template-columns: 1fr; }
  .hero-card__meta { flex-direction: column; align-items: flex-start; gap: 0.2rem; }
  .hero-card h1 { font-size: clamp(2rem, 8vw, 3rem); }
  .hero-card__summary { font-size: 0.95rem; line-height: 1.75; }
  .hero__inner--page, .hero__inner--article { grid-template-columns: 1fr; }
  .hero__inner--page > .hero__image,
  .hero__inner--article > .hero__image {
    width: 100%;
    margin-top: 1.35rem;
    grid-column: auto;
    grid-row: auto;
  }
  .hero--split .hero-card,
  .hero--split .hero-aside {
    min-width: 0;
  }
  .cards-grid--two, .cards-grid--three, .cards-grid--four, .cards-grid--five, .site-footer__inner, .pulse-grid, .feature-grid, .checkbox-grid, .contact-grid, .newsletter-grid { grid-template-columns: 1fr; }
  .trend-card { flex-direction: column; }
  .trend-card--alt { flex-direction: column; }
  .trend-card__image { flex-basis: auto; }
  .carousel > .equipment-card { flex-basis: 82%; }
  .section { padding: 3rem 0; }
  .article-section { grid-template-columns: 1fr; }
  .form-row { flex-direction: column; }
  .cookie-banner { right: 0.5rem; left: 0.5rem; width: auto; }
  .ticker__track { animation-duration: 34s; }
}
