/* Vael / Field Notes — original Vael palette, shared presentation layer.
   Scene containers keep the original dark palette and animation hooks. */
@font-face {
  font-family: 'Inter';
  src: url('../../assets/fonts/InterVariable.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --primary: #ff6b35;
  --primary-dark: #e55a2b;
  --accent: #ff6b35;
  --dark: #0d1117;
  --dark-light: #141820;
  --dark-medium: #2a3241;
  --darker: #090c10;
  --white: #e6edf3;
  --text-muted: #8b949e;
  --text-dim: #5e6a7a;
  --gradient: #ff6b35;
  --primary-dim: #2a3241;
  --success: #10b981;
  --font-heading: 'Inter', Arial, Helvetica, sans-serif;
  --font-mono: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
  --nav-height: 88px;
}

html { scroll-padding-top: 108px; }
body { font-family: var(--font-heading); font-optical-sizing: auto; letter-spacing: -.018em; }
::selection { background: #ff8c42; color: #e6edf3; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); letter-spacing: -.052em; font-weight: 500; }
h1 { font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1.03; }
h2, .section-title { font-size: clamp(2.2rem, 3.6vw, 3.7rem); font-weight: 500; line-height: 1.06; }
h3 { letter-spacing: -.035em; }
p { line-height: 1.7; }
a { transition: color .2s ease, background-color .2s ease, border-color .2s ease; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--primary); outline-offset: 5px;
}
.container { max-width: 1392px; padding-inline: 48px; }
.section { padding-block: 100px; }
.section-subtitle { font-size: 1.08rem; line-height: 1.7; }
.bg-animation { opacity: .14; }
.bg-animation::before { background-size: 44px 44px; }

/* A legible, consistent navigation on every page. */
header { background: rgba(9,12,16,.97); border-bottom: 1px solid var(--dark-medium); backdrop-filter: blur(12px); }
header .container { max-width: none; }
.nav-container { grid-template-columns: auto 1fr; gap: 60px; }
.logo img { height: 29px; width: auto; max-width: 130px; filter: none; }
.nav-links { justify-self: end; gap: 28px; align-items: center; }
.nav-links a { font-size: .78rem; letter-spacing: -.015em; font-weight: 500; white-space: nowrap; }
.nav-links a::after { height: 1px; bottom: -8px; }
.nav-links a.nav-contact { padding: 12px 18px; border: 1px solid #2a3241; }
.nav-links a.nav-contact::after { display: none; }
.nav-links a.nav-contact:hover { color: #fff; background: #e6edf3; border-color: #e6edf3; }
.mobile-toggle span { height: 1px; margin: 6px 0; background: #e6edf3; }
.skip-link { position: fixed; left: 24px; top: -100px; padding: 12px 18px; z-index: 2000; color: #fff; background: #e6edf3; }
.skip-link:focus { top: 12px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 28px;
  min-height: 51px; padding: 15px 23px; border: 1px solid #e6edf3;
  border-radius: 0; background: #e6edf3; color: #090c10;
  font-family: var(--font-heading); font-size: .84rem; font-weight: 500;
  text-transform: none; letter-spacing: -.01em; box-shadow: none;
}
.btn:hover { color: #fff; background: #e55a2b; border-color: #e55a2b; transform: none; box-shadow: none; }
.btn-outline { color: #e6edf3; background: transparent; border-color: #2a3241; }
.btn-outline:hover { background: #0d1117; border-color: #2a3241; color: #e6edf3; }
.btn-arrow::after { content: '↗'; font-size: 1.1rem; font-weight: 400; }
.section-kicker { display: block; font-family: var(--font-mono); color: var(--primary); font-size: .66rem; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 44px; padding-top: 28px; border-top: 1px solid var(--dark-medium); margin-bottom: 56px; align-items: start; }
.section-heading .section-kicker { padding-top: 8px; }
.section-heading h2 { max-width: 710px; margin: 0; }
.section-heading p { max-width: 560px; margin: 22px 0 0; }

/* Dark, isolated instrument surfaces preserve the original line-art contrast. */
.feed-frame, .screen-frame, .hero-feed, .terminal, .terminal-window, .server-rack, .product-visual {
  --primary: #ff6b35; --accent: #ff8c42; --primary-dark: #e55a2b;
  --dark: #0d1117; --dark-light: #141820; --dark-medium: #2a3241;
  --darker: #090c10; --white: #e6edf3; --text-muted: #8b949e; --text-dim: #8b949e; --success: #10b981;
  color: var(--white);
}
.feed-frame { background: #141820; border: 1px solid #2a3241; border-radius: 0; }
.feed-bar { padding: 12px 16px; font-size: 9px; letter-spacing: .07em; }
.feed-stage .ln { stroke: #5e6a7a; }
.feed-stage .ln-2, .feed-stage .fig { stroke: #8b949e; }
.feed-stage .feed-meta { fill: #8b949e; }
.service-section { border-bottom: 1px solid var(--dark-medium); padding: 80px 0; }
.service-content { gap: 80px; }
.service-text h2 { font-size: clamp(2rem, 3vw, 3rem); }
.service-text p { font-size: 1.02rem; }
.product-eyebrow { font-size: .68rem; }
.service-card, .feature-card, .step-card, .stat-card, .money-card,
.calculator-card, .pricing-card, .pilot-card, .contact-form, .contact-info,
.detect-card, .impact-stat-card, .camera-card, .blog-card, .article-card {
  border-radius: 0; box-shadow: none;
}
.services-header, .pricing-header, .about-header, .contact-header, .blog-hero,
.resell-hero, .product-hero { padding-top: 80px; padding-bottom: 65px; }
.services-header .section-title, .about-header .section-title, .contact-header .section-title { font-size: clamp(3.2rem, 6vw, 6rem); }
.pricing-header .section-title { max-width: 1040px; margin-inline: auto; font-size: clamp(2.6rem, 4.6vw, 4.5rem); }
.resell-hero h1, .product-hero h1, .blog-hero h1 { font-size: clamp(2.7rem, 4.7vw, 4.6rem); font-weight: 500; line-height: 1.07; }
.form-group input, .form-group select, .form-group textarea, .contact-form input, .contact-form select, .contact-form textarea {
  border-radius: 0; background: #090c10; border-color: #2a3241; font-family: var(--font-heading);
}
.contact-form, .contact-info { border: 1px solid var(--dark-medium); }
.contact-form h2, .contact-info h2 { font-size: 1.8rem; }
.blog-card:hover, .article-card:hover, .feature-card:hover { transform: none; }
.price-amount, .price, .stat-number, .counter-value { letter-spacing: -.045em; }
.article-body p, .article-body li, table.compare td, .notice-block p, .plan-note li,
.rule-examples li { color: var(--text-muted); }
.article-body .btn { color: #090c10; }
.article-body .btn:hover { color: #fff; }
.article-body .btn-outline, .article-body .btn-outline:hover { color: #e6edf3; }
.article-body table.compare { display: block; max-width: 100%; overflow-x: auto; overscroll-behavior-x: contain; }
.lead-answer p { color: var(--white); }
.article-hero h1 { font-size: clamp(2.6rem, 4.4vw, 4.5rem); line-height: 1.08; font-weight: 500; }
.lead-answer, .tldr, .cta-band, .faq-item, .industry-card, .plan-note, .notice-block,
.rule-examples li, .product-visual { border-radius: 0; box-shadow: none; }
.product-visual { background: #141820; border-color: #2a3241; }
.cta-band { border-color: var(--dark-medium); }

/* Homepage / introduction */
.home-page .hero { min-height: 746px; height: auto; padding: 0; background: #090c10; align-items: stretch; border-bottom: 1px solid var(--dark-medium); }
.home-page .hero::before { content: none; }
.home-page .hero-flag { inset: 0; mask-image: linear-gradient(to bottom, #000 0%, #000 80%, transparent 100%); -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 80%, transparent 100%); }
.home-page .hero-flag-video { opacity: .13; object-position: center; }
.home-page .hero-flag-scrim { background: linear-gradient(90deg, rgba(9,12,16,.28), rgba(9,12,16,.12) 60%, rgba(9,12,16,.25)); }
.home-page .hero .hero-content { max-width: 1392px; padding: 0 48px; margin-inline: auto; display: flex; align-items: center; text-align: left; }
.home-page .hero-inner { width: 100%; grid-template-columns: minmax(0, 1.07fr) minmax(0, 1fr); grid-template-areas: 'top feed' 'bottom feed'; gap: 0 100px; padding: 80px 0; }
.home-page .hero-copy-top { grid-area: top; align-self: end; }
.home-page .hero-copy-bottom { grid-area: bottom; align-self: start; padding-top: 30px; }
.hero-visual { grid-area: feed; min-width: 0; position: relative; display: flex; align-items: center; }
.home-page .hero-eyebrow { font-size: .62rem; color: #8b949e; letter-spacing: .07em; margin-bottom: 36px; gap: 9px; }
.home-page .hero-eyebrow .dot { width: 5px; height: 5px; background: #ff6b35; }
.home-page .hero h1.hero-statement { font-size: clamp(3.8rem, 6.2vw, 6.2rem); line-height: .98; font-weight: 450; letter-spacing: -.071em; margin: 0; text-align: left; }
.hero-statement span { display: block; }
.hero-statement em { font-style: normal; color: #ff6b35; }
.home-page .hero .hero-copy-bottom > p:first-child { max-width: 405px; margin: 0 0 27px; font-size: .97rem; line-height: 1.75; text-align: left; }
.home-page .hero .hero-buttons { gap: 12px; justify-content: flex-start; }
.hero-link { display: inline-flex; align-items: center; gap: 15px; font-size: .82rem; border-bottom: 1px solid #2a3241; padding: 12px 0 8px; color: #e6edf3; }
.hero-link:hover { color: var(--primary); border-color: var(--primary); }
.home-page .hero .hero-copy-bottom p.hero-footnote { font-family: var(--font-mono); font-size: .6rem; letter-spacing: .01em; color: #8b949e; margin: 27px 0 0; text-align: left; }
.home-page .hero-feed { width: 100%; min-width: 0; align-self: center; position: relative; z-index: 1; padding: 20px 0 0; }
.hero-feed-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 29px; gap: 15px; }
.hero-feed-label { font-family: var(--font-mono); font-size: .61rem; letter-spacing: .08em; text-transform: uppercase; color: #8b949e; margin-bottom: 19px; }
.home-page .hero h2.hero-h1 { font-size: clamp(2.4rem, 3.6vw, 3.8rem); font-weight: 450; line-height: 1.05; min-height: 2.15em; letter-spacing: -.055em; margin: 0; color: #e6edf3; display: block; text-align: left; }
.home-page .hero-h1-prefix { display: block; min-height: 1.06em; }
.home-page .hero-h1-suffix { display: block; min-width: 0; min-height: 1.06em; text-align: left; position: relative; }
.home-page .hero-cursor { position: relative; width: .36em; height: .76em; vertical-align: -.01em; }
.hero-feed-marker { font-family: var(--font-mono); font-size: .62rem; color: #8b949e; padding-bottom: 7px; white-space: nowrap; }
.home-page .hero-feed .feed-stage { aspect-ratio: 16 / 10; }
.hero-feed-note { display: flex; justify-content: space-between; margin-top: 16px; font-family: var(--font-mono); font-size: .57rem; letter-spacing: .04em; text-transform: uppercase; color: #8b949e; }
.hero-feed-note span:last-child { color: #8b949e; }
.intro-band { position: relative; z-index: 2; padding: 27px 0; background: #0d1117; border-bottom: 1px solid var(--dark-medium); }
.intro-band .container { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; align-items: center; gap: 28px; }
.intro-band p { margin: 0; color: #8b949e; font-size: .69rem; line-height: 1.5; }
.intro-band strong { display: block; color: #e6edf3; font-size: .8rem; font-weight: 500; }
.intro-band .band-title { font-family: var(--font-mono); font-size: .61rem; letter-spacing: .05em; text-transform: uppercase; color: var(--primary); }
.intro-band .band-item { border-left: 1px solid #2a3241; padding-left: 26px; }

/* Capabilities */
.home-page .audience-strip { padding: 100px 0; background: #090c10; }
.home-page .audience-strip.products-strip { border: 0; }
.home-page .audience-grid { gap: 0; border-top: 1px solid var(--dark-medium); }
.home-page .audience-card { padding: 33px 32px 28px; border: 0; border-right: 1px solid var(--dark-medium); border-bottom: 1px solid var(--dark-medium); border-radius: 0; background: transparent; }
.home-page .audience-card:first-child { padding-left: 0; }
.home-page .audience-card:last-child { padding-right: 0; border-right: 0; }
.home-page .audience-card:hover { background: #0d1117; }
.home-page .audience-eyebrow { font-size: .63rem; letter-spacing: .06em; margin-bottom: 30px; }
.home-page .audience-card h3 { padding-right: 0; font-size: 1.75rem; font-weight: 450; line-height: 1.14; max-width: 300px; margin-bottom: 19px; }
.home-page .audience-card p { font-size: .88rem; line-height: 1.75; margin-bottom: 35px; max-width: 325px; }
.home-page .audience-cta { font-size: .76rem; color: #e6edf3; font-weight: 500; }
.home-page .audience-badge { position: static; align-self: flex-start; order: 4; margin-top: 16px; padding: 4px 7px; border: 1px solid #2a3241; background: transparent; color: #8b949e; font-size: .58rem; letter-spacing: .02em; }
.product-symbol { width: 48px; height: 48px; margin-bottom: 31px; color: #8b949e; stroke-width: 1.15; }
.product-number { float: right; font-family: var(--font-mono); font-size: .59rem; color: #8b949e; margin-top: 8px; }

/* The actual platform is the centrepiece. */
.home-page .gateway-showcase { background: #0d1117; color: #e6edf3; padding: 98px 0 82px; --white: #e6edf3; --text-muted: #8b949e; --text-dim: #8b949e; --dark-medium: #2a3241; --primary: #ff6b35; }
.home-page .gateway-header { text-align: left; max-width: none; margin: 0 0 54px; display: grid; grid-template-columns: 1fr 2fr; column-gap: 44px; }
.home-page .gateway-brand { padding-top: 8px; }
.home-page .gateway-logo { width: 120px; height: auto; max-width: 100%; margin: 0 0 24px; }
.home-page .gateway-eyebrow { font-size: .61rem; letter-spacing: .06em; line-height: 1.6; max-width: 180px; color: #8b949e; }
.home-page .gateway-header .section-title { text-align: left; max-width: 740px; font-weight: 450; }
.home-page .gateway-header .section-subtitle { text-align: left; margin: 24px 0 0; padding: 0; font-size: .94rem; max-width: 545px; }
.home-page .gateway-screens { max-width: none; }
.home-page .screen-frame { border-color: #2a3241; border-radius: 0; box-shadow: 0 28px 65px #0003; }
.home-page .screen-frame-bar { padding: 15px 18px; background: #141820; border-color: #2a3241; }
.screen-label { font-family: var(--font-mono); color: #8b949e; font-size: .61rem; letter-spacing: .04em; margin-left: 6px; }
.home-page .gateway-tabs { gap: 6px; }
.home-page .gateway-tab { padding: 7px 12px; font-size: .62rem; min-height: 33px; color: #8b949e; border-radius: 0; }
.home-page .gateway-tab.active { background: #ff6b35; color: #090c10; border-color: #ff6b35; }
.home-page .gateway-chips { margin-top: 23px; justify-content: flex-start; gap: 24px; }
.home-page .gateway-chip { border: 0; background: none; padding: 0; font-size: .6rem; font-weight: 400; letter-spacing: .03em; color: #8b949e; }
.home-page .gateway-chip .dot { width: 4px; height: 4px; background: #8b949e; }
.home-page .gateway-steps { gap: 36px; margin-top: 68px; }
.home-page .gateway-step { background: transparent; border: 0; border-top: 1px solid #2a3241; border-radius: 0; padding: 23px 0 0; }
.home-page .gateway-step-num { color: #ff6b35; font-size: .62rem; font-weight: 400; margin-bottom: 27px; }
.home-page .gateway-step h3 { font-size: 1.32rem; font-weight: 450; }
.home-page .gateway-step p { font-size: .87rem; line-height: 1.75; }
.home-page .gateway-cta { text-align: left; margin-top: 43px; }
.home-page .gateway-cta .btn { background: #ff6b35; color: #090c10; border-color: #ff6b35; }
.home-page .gateway-cta .btn:hover { background: #fff; }
.home-page .stats-strip { background: #0d1117; border-color: var(--dark-medium); padding: 60px 0 40px; }
.home-page .stats-grid { gap: 0; text-align: left; }
.home-page .stat-item { padding: 0 30px; border-left: 1px solid #2a3241; }
.home-page .stat-item:first-child { border-left: 0; padding-left: 0; }
.home-page .stat-item h3 { font-family: var(--font-heading); font-size: 2.8rem; font-weight: 450; letter-spacing: -.055em; }
.home-page .stat-item p { font-size: .74rem; max-width: 205px; }
.home-page .stats-strip .container > p { text-align: left !important; margin-left: 0 !important; margin-top: 36px !important; font-size: .78rem !important; }
.home-page .assets-section { background: #090c10; padding: 90px 0; }
.home-page .assets-section::before { opacity: .25; }
.home-page .assets-layout { justify-content: space-between; gap: 60px; }
.home-page .map-container { width: 39%; max-width: 460px; }
.home-page .assets-info { flex: 1; max-width: 660px; }
.home-page .assets-eyebrow { font-size: .65rem; letter-spacing: .07em; margin-bottom: 25px; }
.home-page .counter-value { font-family: var(--font-heading); font-size: clamp(2.5rem, 4.6vw, 4.5rem); font-weight: 450; letter-spacing: -.075em; }
.home-page .counter-value .aud-label { font-family: var(--font-mono); font-size: .16em; letter-spacing: .02em; }
.home-page .assets-subtitle { font-size: .97rem; max-width: 410px; }
.home-page .protected-badge { border-radius: 0; border-color: #2a3241; background: transparent; font-size: .6rem; color: #8b949e; font-weight: 400; letter-spacing: .04em; }
.home-page .protected-badge .dot { width: 5px; height: 5px; background: #8b949e; }
.home-page .coverage-teaser { background: #0d1117; padding: 74px 0; }
.home-page .coverage-teaser .container { align-items: stretch; }
.home-page .price-split { max-width: none; justify-content: stretch; gap: 40px; }
.home-page .price-block { background: transparent; border: 0; border-top: 1px solid #2a3241; padding: 24px 0; border-radius: 0; }
.home-page .price-block-label { color: #8b949e; font-size: .64rem; }
.home-page .price-block-amount { font-family: var(--font-heading); font-size: 2rem; font-weight: 450; letter-spacing: -.04em; }
.home-page .price-block-desc { max-width: 470px; font-size: .83rem; }
.home-page .coverage-teaser .btn { align-self: flex-start; }
.home-page .coverage-teaser h2 { font-size: clamp(2.4rem, 4.6vw, 4.5rem); margin-bottom: 12px; }
.service-disclosure { font-size: .71rem; color: #8b949e; max-width: 840px; margin: 0; line-height: 1.7; }

/* Visible business identity accompanies the structured company graph. */
footer { --white: #e6edf3; --text-muted: #8b949e; --primary: #ff6b35; --dark-medium: #2a3241; background: #090c10; border-top: 0; color: var(--white); padding: 72px 0 0; }
.footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 45px; padding-bottom: 48px; }
.footer-col h4 { font-family: var(--font-heading); font-weight: 500; font-size: .84rem; letter-spacing: -.01em; text-transform: none; margin-bottom: 24px; }
.footer-col p, .footer-col li { font-size: .76rem; line-height: 1.85; }
.footer-col:first-child h4 { font-size: 2rem; letter-spacing: -.055em; margin-bottom: 14px; }
.footer-col:first-child p { max-width: 290px; }
.footer-col strong { font-weight: 400; }
.footer-bottom { border-top: 1px solid #2a3241; text-align: left; padding: 25px 0; }
.footer-bottom p { font-size: .66rem; margin: 0; }
.footer-bottom .footer-service-note { margin-top: 9px; max-width: 780px; color: #8b949e; font-size: .62rem; }
.matrix-card, .station-nudge, .calculator-container, .calc-panel, .calc-summary, .savings-callout { border-radius: 0; box-shadow: none; }

@media (max-width: 1200px) {
  .nav-container { gap: 30px; }
  .nav-links { gap: 20px; }
  .nav-links a { font-size: .72rem; }
  .container, .home-page .hero .hero-content { padding-inline: 32px; }
  .home-page .hero-inner { gap: 0 70px; }
  .home-page .hero h1.hero-statement { font-size: 5.1rem; }
  .home-page .hero-feed-marker { display: none; }
  .home-page .hero .hero-buttons { flex-direction: column; align-items: flex-start; }
  .footer-grid { gap: 28px; }
}
@media (max-width: 1023px) {
  :root { --nav-height: 76px; }
  .container { overflow: visible; }
  .nav-container { grid-template-columns: 1fr auto; }
  .mobile-toggle { display: block; }
  .nav-links { display: none; position: fixed; top: var(--nav-height); left: 0; width: 100%; max-height: calc(100dvh - var(--nav-height)); overflow-y: auto; background: #090c10; border-top: 0; border-bottom: 1px solid #2a3241; flex-direction: column; padding: 18px 32px 30px; align-items: stretch; gap: 0; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 15px 0; text-align: left; border-bottom: 1px solid #2a3241; font-size: .95rem; }
  .nav-links a::after { display: none; }
  .nav-links a.nav-contact { margin-top: 20px; text-align: center; }
  .home-page .hero { min-height: 670px; }
  .home-page .hero-inner { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0 56px; padding-block: 60px; }
  .home-page .hero h1.hero-statement { font-size: clamp(3.7rem, 7.5vw, 4.8rem); }
  .home-page .hero-eyebrow { font-size: .54rem; letter-spacing: .03em; }
  .home-page .hero h2.hero-h1 { font-size: 2.6rem; }
  .home-page .hero .hero-copy-bottom > p:first-child { font-size: .88rem; }
  .hero-feed-note { font-size: .45rem; }
  .section-heading, .home-page .gateway-header { grid-template-columns: 1fr 2fr; gap: 28px; }
  .home-page .audience-grid { grid-template-columns: repeat(3, 1fr); }
  .home-page .audience-card { padding: 24px 21px; }
  .home-page .audience-card h3 { font-size: 1.45rem; }
  .home-page .audience-card p { font-size: .81rem; }
  .home-page .gateway-steps { grid-template-columns: repeat(3, 1fr); gap: 26px; }
  .home-page .assets-layout { flex-direction: row; }
  .home-page .assets-info { text-align: left; }
  .home-page .protected-badges { justify-content: flex-start; }
  .home-page .assets-subtitle { margin: 0 0 24px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 34px 55px; text-align: left; }
  .footer-col { text-align: left; }
}
@media (max-width: 767px) {
  :root { --nav-height: 72px; }
  .container, .home-page .hero .hero-content { padding-inline: 22px; }
  .logo img { height: 26px; }
  .section { padding-block: 60px; }
  .btn, .btn-outline { min-height: 49px; padding: 14px 20px; width: auto; margin: 0; }
  .home-page .hero { display: block; min-height: 0; }
  /* Preserve the flag's own proportions above the tall stacked layout. */
  .home-page .hero-flag { inset: 0 0 auto; aspect-ratio: 16 / 9; }
  .home-page .hero-flag-video { opacity: .14; object-position: center; }
  .hero-visual { display: block; }
  .hero-visual::before { content: none; }
  .home-page .hero .hero-content { display: block; }
  .home-page .hero-inner { grid-template-columns: minmax(0, 1fr); grid-template-areas: 'top' 'bottom' 'feed'; gap: 0; padding: 51px 0 38px; }
  .home-page .hero-copy-top { min-height: 207px; }
  .home-page .hero-eyebrow { font-size: .57rem; margin-bottom: 27px; }
  .home-page .hero h1.hero-statement { font-size: clamp(3.8rem, 12vw, 5.5rem); letter-spacing: -.067em; }
  .home-page .hero-copy-bottom { padding-top: 18px; padding-bottom: 32px; min-height: 267px; }
  .home-page .hero .hero-copy-bottom > p:first-child { font-size: .9rem; max-width: 450px; margin-bottom: 22px; }
  .home-page .hero .hero-buttons { flex-direction: row; gap: 20px; align-items: center; }
  .home-page .hero .hero-copy-bottom p.hero-footnote { font-size: .54rem; margin-top: 18px; }
  .home-page .hero-feed { margin: 0; padding-top: 39px; width: 100%; max-width: none; }
  .hero-feed-label { margin-bottom: 15px; font-size: .56rem; }
  .hero-feed-heading { margin-bottom: 25px; }
  .home-page .hero h2.hero-h1 { font-size: 2.65rem; }
  .hero-feed-marker { display: block !important; font-size: .54rem; }
  .hero-feed-note { font-size: .5rem; }
  .home-page .hero-h1-suffix { max-width: 100%; }
  .home-page .hero .hero-h1-suffix .hero-cursor { position: relative; right: auto; left: auto; top: auto; }
  .feed-stage .feed-scene, .feed-stage .feed-brackets { height: 100%; }
  .intro-band { padding: 25px 0; }
  .intro-band .container { grid-template-columns: 1fr; gap: 15px; }
  .intro-band .band-title { padding-bottom: 9px; }
  .intro-band .band-item { padding-left: 16px; }
  .intro-band strong { font-size: .8rem; display: inline; margin-right: 8px; }
  .section-heading, .home-page .gateway-header { display: grid; grid-template-columns: 1fr; gap: 22px; margin-bottom: 35px; }
  .section-heading h2 { font-size: 2.65rem; }
  .section-heading { padding-top: 21px; }
  .section-heading .section-kicker { padding-top: 0; }
  .home-page .audience-strip { padding: 65px 0; }
  .home-page .audience-grid { grid-template-columns: 1fr; }
  .home-page .audience-card, .home-page .audience-card:first-child, .home-page .audience-card:last-child { padding: 28px 0; border-right: 0; }
  .home-page .audience-eyebrow { margin-bottom: 20px; }
  .home-page .audience-card h3 { font-size: 1.9rem; max-width: none; }
  .home-page .audience-card p { max-width: none; font-size: .9rem; margin-bottom: 24px; }
  .product-symbol { width: 42px; height: 42px; margin-bottom: 20px; }
  .home-page .gateway-showcase { padding: 62px 0; }
  .home-page .gateway-brand { display: flex; justify-content: space-between; gap: 30px; padding-top: 0; }
  .home-page .gateway-logo { width: 100px; margin: 0; object-fit: contain; }
  .home-page .gateway-eyebrow { font-size: .51rem; max-width: 130px; margin-bottom: 0; }
  .home-page .gateway-header .section-title { font-size: 2.65rem; margin-top: 14px; }
  .home-page .gateway-header .section-subtitle { font-size: .87rem; margin-top: 20px; }
  .home-page .screen-frame-bar { padding: 10px; gap: 5px; }
  .screen-label { font-size: .48rem; }
  .home-page .gateway-tabs { margin-left: auto; gap: 2px; }
  .home-page .gateway-tab { font-size: .49rem; padding: 5px 6px; min-height: 32px; letter-spacing: 0; }
  .home-page .gateway-chips { gap: 15px; margin-top: 20px; }
  .home-page .gateway-chip { font-size: .49rem; letter-spacing: 0; }
  .home-page .gateway-steps { grid-template-columns: 1fr; margin-top: 44px; gap: 28px; }
  .home-page .gateway-step-num { margin-bottom: 15px; }
  .home-page .gateway-cta { margin-top: 34px; }
  .home-page .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 35px 0; }
  .home-page .stat-item { padding: 0 15px; }
  .home-page .stat-item:nth-child(odd) { border-left: 0; padding-left: 0; }
  .home-page .stat-item h3 { font-size: 2.5rem; }
  .home-page .stat-item p { font-size: .71rem; }
  .home-page .assets-section { padding: 60px 0; }
  .home-page .assets-layout { flex-direction: column; gap: 32px; }
  .home-page .map-container { width: 74%; max-width: 320px; }
  .home-page .assets-info { width: 100%; }
  .home-page .counter-value { font-size: clamp(2.3rem, 8vw, 3.3rem); }
  .home-page .assets-subtitle { font-size: .92rem; }
  .home-page .coverage-teaser { padding: 55px 0; }
  .home-page .price-split { gap: 0; }
  .home-page .price-block { padding: 25px 0; }
  .home-page .price-block-amount { font-size: 1.8rem; }
  .home-page .price-block-unit { font-size: .85rem; }
  .services-header, .pricing-header, .about-header, .contact-header, .blog-hero, .resell-hero, .product-hero { padding-top: 48px; padding-bottom: 40px; }
  .services-header .section-title, .about-header .section-title, .contact-header .section-title { font-size: 3.4rem; }
  .section-subtitle { padding-inline: 0; }
  .service-section { padding-block: 45px; }
  .service-text h2, .product-eyebrow { text-align: left; }
  .service-text h2 { font-size: 2.1rem; }
  .contact-form, .contact-info { padding: 25px; }
  footer { padding-top: 48px; }
  .footer-grid { gap: 35px 25px; padding-bottom: 36px; }
  .footer-col:first-child, .footer-col:last-child { grid-column: 1 / -1; }
  .footer-col h4 { margin-bottom: 17px; }
  .footer-col p, .footer-col li { font-size: .75rem; }
}
@media (max-width: 359px) {
  .home-page .hero .hero-buttons { gap: 14px; }
  .home-page .hero .hero-buttons .btn { padding-inline: 14px; font-size: .77rem; }
  .hero-link { font-size: .75rem; gap: 9px; }
  .hero-feed-marker { display: none !important; }
  .screen-label { display: none; }
  .home-page .counter-value { font-size: 2.1rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .home-page .hero-flag::before { background-image: url('../../assets/flag-bg-poster.jpg'); opacity: .2; }
}

/* A shared page structure, beyond the homepage. */
.page-intro { padding: 92px 0 80px; background: #090c10; border-bottom: 1px solid var(--dark-medium); text-align: left; }
.page-intro-grid { display: grid; grid-template-columns: 1.3fr 1fr; align-items: end; gap: 75px; }
.page-intro-grid .section-kicker { margin-bottom: 40px; }
.page-intro h1, .founders-intro h1 { font-size: clamp(3.5rem, 5.7vw, 5.5rem); line-height: 1.04; letter-spacing: -.062em; font-weight: 450; margin: 0; text-align: left; }
.page-intro-copy { padding-bottom: 4px; }
.page-intro-copy p { color: var(--text-muted); font-size: 1rem; line-height: 1.8; max-width: 485px; margin: 0 0 28px; text-align: left; }
.intro-links { display: flex; flex-wrap: wrap; gap: 15px 25px; }
.intro-links a { font-size: .76rem; padding-bottom: 5px; border-bottom: 1px solid #2a3241; color: #e6edf3; }
.intro-links a:hover { color: var(--primary); border-color: var(--primary); }
.page-services .service-section { padding-block: 85px; }
.page-services .service-content { grid-template-columns: 1.1fr 1fr; }
.page-services .service-text h2 { font-size: 2.65rem; font-weight: 450; }
.page-services .service-text .btn { margin-top: 7px; }
.page-services .service-note { padding: 20px 0 35px; max-width: 950px; text-align: left; }
.page-pricing .pricing-cards-section { padding-top: 65px; }
.page-pricing .step-heading { font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 450; letter-spacing: -.04em; text-align: left; }
.page-pricing .step-label { display: block; width: auto; height: auto; background: transparent; border: 0; border-radius: 0; padding: 0; margin: 0 0 16px; font-family: var(--font-mono); font-size: .64rem; letter-spacing: .07em; text-transform: uppercase; color: var(--primary); }
.page-pricing .step-sub { text-align: left; max-width: 830px; margin-left: 0; }
.page-pricing .pricing-cards { gap: 24px; }
.page-pricing .pricing-card { border-color: #2a3241; padding: 35px 30px; }
.page-pricing .pricing-card.popular { border-color: #2a3241; }
.page-pricing .popular-badge { background: #ff6b35; color: #fff; font-family: var(--font-heading); font-size: .7rem; text-transform: none; border-radius: 0; }
.page-pricing .pricing-card h3 { font-size: 1.5rem; }
.page-pricing .calculator-section { border-top: 1px solid var(--dark-medium); }
.page-about .about-section { padding: 76px 0; }
.page-about .about-text { display: grid; grid-template-columns: 1fr 2fr; column-gap: 65px; align-items: start; }
.page-about .about-text h2 { grid-column: 1; grid-row: 1 / span 3; font-size: 2.6rem; max-width: 340px; }
.page-about .about-text > p { grid-column: 2; font-size: 1rem; max-width: 790px; }
.page-about .stats-grid-about, .page-about .feature-cards { grid-column: 1 / -1; margin-top: 25px; }
.page-about .stat-card, .page-about .feature-card { padding: 27px; border: 0; border-top: 1px solid #2a3241; background: transparent; text-align: left; }
.page-about .stat-card h3 { font-family: var(--font-heading); font-size: 2.5rem; font-weight: 450; }
.page-about .camera-category h3 { font-size: 1.35rem; }
.page-about .camera-grid { gap: 0; border-left: 1px solid var(--dark-medium); border-top: 1px solid var(--dark-medium); }
.page-about .camera-card { padding: 20px; border: 0; border-right: 1px solid var(--dark-medium); border-bottom: 1px solid var(--dark-medium); background: transparent; }
.page-about .brand-name { font-weight: 500; font-size: .95rem; }
.page-about .brand-note { font-size: .72rem; }
.page-contact .contact-section { padding-top: 65px; }
.page-contact .contact-grid { grid-template-columns: 1.2fr 1fr; align-items: start; gap: 55px; }
.page-contact .contact-form { background: #141820; padding: 38px; }
.page-contact .contact-info { border: 0; background: transparent; padding: 20px 0; }
.page-contact .contact-info h2 { font-size: 2rem; margin-bottom: 30px; }
.page-contact .info-item { padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid var(--dark-medium); }
.page-contact .info-item h3 { font-family: var(--font-mono); font-size: .66rem; color: #8b949e; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 12px; }
.page-contact .contact-info .map-container { border-radius: 0; }
.audience-page .hero, .audience-page .resell-hero { min-height: 0; padding: 90px 48px 78px; border-bottom: 1px solid var(--dark-medium); background: #090c10; }
.audience-page .hero::before, .audience-page .resell-hero::before { background: none; }
.audience-page .hero-content { max-width: 1296px; width: 100%; margin: 0 auto; padding: 0; text-align: left; }
.audience-page .hero-content .section-kicker { margin-bottom: 35px; }
.audience-page .hero-content h1 { font-size: clamp(3.4rem, 5.7vw, 5.5rem); line-height: 1.04; letter-spacing: -.06em; font-weight: 450; max-width: 1060px; margin: 0 0 30px; }
.audience-page .hero-content > p { max-width: 630px; font-size: 1.03rem; line-height: 1.75; margin: 0 0 30px; text-align: left; }
.audience-page .hero-buttons { justify-content: flex-start; gap: 14px; }
.audience-page .hero-badge-strip, .audience-page .hero-trust { justify-content: flex-start; margin-top: 25px; font-size: .65rem; letter-spacing: .015em; }
.audience-page .section-title { font-weight: 450; }
.audience-page .faq-item, .audience-page .compliance-item, .audience-page .proof-card { border-radius: 0; box-shadow: none; }
.audience-page .money-card { border-top: 1px solid #2a3241; background: transparent; }
.audience-page .money-card .label { font-family: var(--font-mono); font-size: .62rem; color: #8b949e; }
.audience-page .calculator-card { border: 1px solid #2a3241; background: #141820; }
.page-founders .founders-section { padding-top: 88px; }
.founders-intro { margin-bottom: 70px; }
.page-founders .founder-card { border-radius: 0; border-color: #2a3241; }
.page-founders .founder-term { --white: #e6edf3; --text-muted: #8b949e; --text-dim: #8b949e; --primary: #ff6b35; --success: #10b981; background: #090c10; border-color: #2a3241; color: #e6edf3; }
.page-founders .founder-select-pill { border-radius: 0; }
.page-blog .blog-section { padding: 66px 0; border-bottom: 1px solid var(--dark-medium); }
.page-blog .blog-cat-title { font-size: 2rem; font-weight: 450; letter-spacing: -.04em; }
.page-blog .blog-cat-sub { color: var(--text-muted); font-size: .87rem; margin-bottom: 30px; }
.page-blog .blog-grid { gap: 0; border-top: 1px solid var(--dark-medium); }
.page-blog .blog-card { padding: 28px 28px 24px; border: 0; border-right: 1px solid var(--dark-medium); border-bottom: 1px solid var(--dark-medium); background: transparent; }
.page-blog .blog-card:last-child { border-right: 0; }
.page-blog .blog-card h3 { font-size: 1.35rem; font-weight: 450; line-height: 1.23; }
.page-blog .blog-card p { font-size: .88rem; }
.page-blog .blog-card:hover { background: #0d1117; }

/* Product detail pages use the same actual diagrams as their original pages. */
.product-page main > article { max-width: 1392px; padding: 0 48px; margin-inline: auto; }
.product-page .breadcrumb { max-width: none; padding: 24px 0 0; margin: 0; font-size: .65rem; }
.product-page .product-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding: 55px 0 65px; text-align: left; border-bottom: 1px solid var(--dark-medium); }
.product-page .article-hero .eyebrow { text-align: left; font-size: .64rem; letter-spacing: .07em; margin-bottom: 32px; }
.product-page .article-hero h1 { font-size: clamp(3.2rem, 4.6vw, 4.6rem); font-weight: 450; line-height: 1.05; letter-spacing: -.058em; margin: 0 0 27px; }
.product-page .article-hero .sub { margin: 0 0 28px; font-size: .98rem; line-height: 1.8; }
.product-page .hero-cta { justify-content: flex-start; }
.product-page .product-visual { margin: 0; padding: 30px; width: 100%; min-height: 330px; }
.product-page .product-visual svg { width: 100%; height: auto; max-width: none; }
.product-page .article-body { max-width: 1000px; padding: 55px 0 35px; }
.product-page .article-body h2 { font-size: 2.05rem; font-weight: 450; margin-top: 48px; }
.product-page .lead-answer { background: transparent; border: 0; padding: 0; font-size: 1.02rem; }
.product-page .detect-grid { gap: 0; border-top: 1px solid var(--dark-medium); border-left: 1px solid var(--dark-medium); }
.product-page .detect-card { padding: 25px; border: 0; border-right: 1px solid var(--dark-medium); border-bottom: 1px solid var(--dark-medium); background: transparent; }
.product-page .cta-band { text-align: left; max-width: none; margin: 45px 0; background: #141820; padding: 32px; }
.product-page .faq-section .container { max-width: 1100px; padding-inline: 48px; }
.product-page .faq-section .section-title { text-align: left; font-size: 2.1rem; }

/* A consistent reading layout for every guide, independent of its old wrapper. */
.guide-page .breadcrumb { max-width: 1130px; padding: 26px 32px 0; margin: 0 auto; font-size: .64rem; }
.guide-page .article-hero { padding: 52px 32px 45px; text-align: left; max-width: 1130px; margin: 0 auto; border-bottom: 1px solid var(--dark-medium); }
.guide-page .article-hero .container { padding: 0; max-width: none; }
.guide-page .article-hero .eyebrow { font-size: .63rem; letter-spacing: .07em; margin-bottom: 27px; }
.guide-page .article-hero h1 { max-width: 1040px; margin: 0 0 26px; font-size: clamp(2.7rem, 4.3vw, 4.3rem); line-height: 1.09; font-weight: 450; letter-spacing: -.055em; }
.guide-page .article-hero .sub { max-width: 790px; margin: 0; font-size: 1.04rem; line-height: 1.75; }
.guide-page .article-meta { font-size: .61rem; line-height: 1.8; letter-spacing: .015em; margin-top: 28px; color: #8b949e; }
.guide-page .article-body { max-width: 870px; padding: 46px 32px 30px; margin: 0 auto; font-size: 1rem; }
.guide-page .article-body h2 { font-size: 2rem; line-height: 1.17; font-weight: 450; margin-top: 2.4rem; }
.guide-page .article-body h3 { font-size: 1.35rem; font-weight: 500; }
.guide-page .article-body .tldr { padding: 25px 27px; background: #141820; border-left: 2px solid #ff6b35; margin-bottom: 35px; }
.guide-page .article-body table.compare { font-size: .86rem; margin: 24px 0 30px; border: 1px solid var(--dark-medium); background: #141820; }
.guide-page .article-body table.compare th { font-weight: 500; background: #141820; padding: 14px 15px; }
.guide-page .article-body table.compare td { padding: 14px 15px; min-width: 130px; vertical-align: top; }
.guide-page .article-body .cta-band { text-align: left; margin: 42px 0 15px; padding: 30px; background: #141820; }
.guide-page .article-body .cta-band h2 { margin-top: 0; }
.guide-page .faq-section .container { max-width: 870px; padding-inline: 32px; }
.guide-page .faq-section .section-title, .guide-page .faq-section .section-subtitle { text-align: left; }
.guide-page .faq-section .section-title { font-size: 2.2rem; }
.guide-page .faq-item { border: 0; border-bottom: 1px solid var(--dark-medium); border-radius: 0; background: transparent; }
.guide-page .faq-item summary { padding-left: 0; }
.page-privacy .doc { padding-top: 66px; }
.page-privacy .doc-inner { max-width: 870px; }
.page-privacy .doc-header { border-bottom: 1px solid var(--dark-medium); padding-bottom: 34px; margin-bottom: 30px; }
.page-privacy .doc-header h1 { font-size: clamp(3.1rem, 5vw, 5rem); font-weight: 450; }
.page-privacy .doc-toc { border-radius: 0; background: #141820; }
.page-privacy .doc-section h2 { font-size: 1.8rem; font-weight: 450; }

@media (max-width: 1023px) {
  .page-intro-grid { gap: 42px; }
  .page-intro h1, .founders-intro h1 { font-size: 3.7rem; }
  .page-services .service-content { display: flex; }
  .page-about .about-text { column-gap: 40px; }
  .page-contact .contact-grid { gap: 30px; }
  .audience-page .hero, .audience-page .resell-hero { padding-inline: 32px; }
  .product-page main > article { padding-inline: 32px; }
  .product-page .product-intro { gap: 38px; }
  .product-page .article-hero h1 { font-size: 3.2rem; }
  .product-page .product-visual { padding: 20px; min-height: 260px; }
}
@media (max-width: 767px) {
  .page-intro { padding: 52px 0 44px; }
  .page-intro-grid { grid-template-columns: 1fr; gap: 29px; align-items: start; }
  .page-intro-grid .section-kicker { margin-bottom: 28px; }
  .page-intro h1, .founders-intro h1 { font-size: clamp(2.7rem, 9.7vw, 3.8rem); line-height: 1.06; }
  .page-intro-copy p { font-size: .93rem; margin-bottom: 22px; }
  .intro-links { gap: 15px 22px; }
  .intro-links a { font-size: .73rem; }
  .page-services .service-section { padding-block: 45px; }
  .page-services .service-text h2 { font-size: 2.15rem; }
  .page-pricing .pricing-cards-section { padding-top: 45px; }
  .page-pricing .pricing-card { padding: 28px 23px; }
  .page-pricing .step-heading { font-size: 1.95rem; line-height: 1.2; }
  .page-about .about-section { padding-block: 50px; }
  .page-about .about-text { display: block; }
  .page-about .about-text h2 { font-size: 2.2rem; margin-bottom: 23px; }
  .page-about .about-text > p { font-size: .95rem; }
  .page-about .stats-grid-about { grid-template-columns: repeat(2, 1fr); gap: 24px 15px; }
  .page-about .stat-card { padding: 22px 0 0; }
  .page-about .stat-card h3 { font-size: 2.2rem; }
  .page-about .camera-grid { grid-template-columns: repeat(2, 1fr); }
  .page-about .camera-card { padding: 17px; }
  .page-contact .contact-section { padding-top: 42px; }
  .page-contact .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .page-contact .contact-form { padding: 24px; }
  .page-contact .contact-info { padding: 0; }
  .audience-page .hero, .audience-page .resell-hero { padding: 54px 22px 45px; }
  .audience-page .hero-content .section-kicker { margin-bottom: 27px; }
  .audience-page .hero-content h1 { font-size: clamp(2.8rem, 9.3vw, 3.8rem); line-height: 1.07; margin-bottom: 26px; }
  .audience-page .hero-content > p { font-size: .94rem; }
  .audience-page .hero-buttons { align-items: stretch; flex-direction: column; }
  .audience-page .hero-badge-strip, .audience-page .hero-trust { justify-content: flex-start; gap: 10px; text-align: left; }
  .page-founders .founders-section { padding-top: 50px; }
  .founders-intro { margin-bottom: 42px; }
  .page-blog .blog-section { padding-block: 43px; }
  .page-blog .blog-cat-title { font-size: 1.85rem; }
  .page-blog .blog-card { padding: 24px 0; border-right: 0; }
  .page-blog .blog-card h3 { font-size: 1.45rem; }
  .product-page main > article { padding-inline: 22px; }
  .product-page .faq-section .container { padding-inline: 22px; }
  .product-page .breadcrumb { padding-top: 22px; font-size: .61rem; }
  .product-page .product-intro { grid-template-columns: 1fr; gap: 30px; padding: 38px 0 42px; }
  .product-page .article-hero h1 { font-size: 3.2rem; margin-bottom: 24px; }
  .product-page .article-hero .eyebrow { margin-bottom: 25px; }
  .product-page .article-hero .sub { font-size: .95rem; }
  .product-page .product-visual { min-height: 0; padding: 22px; }
  .product-page .article-body { padding-top: 25px; }
  .product-page .article-body h2 { font-size: 1.95rem; }
  .product-page .cta-band { padding: 25px; }
  .guide-page .breadcrumb { padding: 22px 22px 0; font-size: .59rem; }
  .guide-page .article-hero { padding: 38px 22px 33px; }
  .guide-page .article-hero h1 { font-size: clamp(2.4rem, 8vw, 3.4rem); line-height: 1.11; }
  .guide-page .article-hero .sub { font-size: .95rem; }
  .guide-page .article-body { padding: 30px 22px; font-size: .95rem; }
  .guide-page .article-body h2 { font-size: 1.8rem; }
  .guide-page .article-body .tldr, .guide-page .article-body .cta-band { padding: 23px; }
  .guide-page .faq-section .container { padding-inline: 22px; }
  .guide-page .article-body table.compare { font-size: .8rem; }
  .page-privacy .doc { padding-top: 46px; }
}

/* Original Vael brand: orange actions, slate surfaces and neutral text. */
:root { --primary: #ff6b35; --primary-dark: #e55a2b; --accent: #ff8c42; --dark: #0d1117; --dark-light: #141820; --dark-medium: #2a3241; --darker: #090c10; --white: #e6edf3; --text-muted: #8b949e; --text-dim: #5e6a7a; --success: #10b981; --danger: #ef4444; }
.btn, .article-body .btn, .home-page .gateway-cta .btn { background: #ff6b35; color: #090c10; border-color: #ff6b35; }
.btn:hover, .article-body .btn:hover, .home-page .gateway-cta .btn:hover { background: #e55a2b; color: #090c10; border-color: #e55a2b; }
.btn-outline, .article-body .btn-outline { background: transparent; color: #e6edf3; border-color: #2a3241; }
.btn-outline:hover, .article-body .btn-outline:hover { background: #141820; color: #ff6b35; border-color: #ff6b35; }
.nav-links a.nav-contact { border-color: #ff6b35; color: #ff6b35; }
.nav-links a.nav-contact:hover { background: #ff6b35; color: #090c10; border-color: #ff6b35; }
.page-pricing .popular-badge { background: #ff6b35; color: #090c10; }
.home-page .gateway-tab.active { background: #ff6b35; border-color: #ff6b35; color: #090c10; }
.skip-link { background: #ff6b35; color: #090c10; }
.home-page .hero-statement em { color: #ff6b35; }
.section-kicker, .page-intro .section-kicker { text-align: left; }
::selection { background: #ff6b35; color: #090c10; }
