/*
Theme Name: Informatique Roubaix Acquisition
Theme URI: https://www.informatique-roubaix.com/
Author: PC Clinic59 Roubaix
Description: Thème local léger dédié à l'acquisition pour les interventions informatiques à domicile.
Version: 1.3.5
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: informatique-roubaix
*/

/* Mobile home: compact navigation to the dedicated pages. */
.btn.home-mobile-contact { display: none; }
@media (max-width: 760px) {
  body.home .section { padding-block: 32px; }
  body.home .section-head { margin-bottom: 20px; }
  body.home .hero-grid { padding-block: 28px 32px; gap: 20px; }
  body.home .hero-media { display: none; }
  body.home .hero h1 { font-size: clamp(1.9rem, 8vw, 2.5rem); }
  body.home .hero .lead { font-size: 1rem; }
  body.home .trust-row { gap: 6px 12px; margin-top: 18px; }
  body.home .trust-row li:nth-child(n+3) { display: none; }
  body.home #nosservices .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  body.home #nosservices .section-head .lead,
  body.home .problem-card > p, body.home .problem-card .card-icon { display: none; }
  body.home .problem-card { padding: 14px; }
  body.home .problem-card h3 { font-size: 1rem; margin-bottom: 8px; }
  body.home .problem-card .card-link { display: inline-flex; align-items: center; min-height: 44px; font-size: .85rem; }
  body.home .audience-image, body.home .audience-content .card-icon { display: none; }
  body.home .audience-card { min-height: 0; }
  body.home .audience-content { padding: 18px; }
  body.home #apropos .grid-3 { gap: 12px; }
  body.home .audience-content p { margin-bottom: 8px; font-size: .95rem; }
  body.home section[aria-labelledby="deroulement"], body.home .confidence-strip { display: none; }
  body.home .city-list li:nth-child(n+7) { display: none; }
  body.home section[aria-labelledby="zone"] .content-panel .check-list { display: none; }
  body.home section[aria-labelledby="zone"] .content-panel { padding: 20px; }
  body.home #formulaire-contact .content-panel, body.home #formulaire-contact .contact-list { display: none; }
  body.home .home-mobile-contact { display: inline-flex; }
}

:root {
  --navy: #102a43;
  --navy-2: #163d5c;
  --teal: #087f8c;
  --teal-light: #dff5f4;
  --accent: #ee6c4d;
  --accent-dark: #c84e32;
  --ink: #17202a;
  --muted: #566575;
  --line: #d9e2ec;
  --soft: #f3f7fa;
  --white: #fff;
  --success: #176b4d;
  --shadow: 0 18px 50px rgba(16, 42, 67, .12);
  --radius: 22px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); text-underline-offset: 3px; }
a:hover { color: var(--navy); }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid #ffb703; outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; padding: 12px 18px; color: var(--white); background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.eyebrow { margin: 0 0 10px; color: var(--teal); font-size: .82rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
h1, h2, h3 { color: var(--navy); line-height: 1.15; letter-spacing: -.025em; }
h1 { margin: 0; font-size: clamp(2.35rem, 6vw, 4.7rem); }
h2 { margin: 0 0 16px; font-size: clamp(1.8rem, 4vw, 3rem); }
h3 { margin: 0 0 10px; font-size: 1.28rem; }
p { margin: 0 0 1.1em; }
.lead { color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.section { padding: clamp(66px, 9vw, 112px) 0; }
.section--soft { background: var(--soft); }
.section--navy { color: var(--white); background: var(--navy); }
.section--navy h2, .section--navy h3 { color: var(--white); }
.section-head { max-width: 760px; margin-bottom: 38px; }
.section-head p:last-child { margin-bottom: 0; }

.site-notice { padding: 8px 0; color: var(--white); background: var(--navy); font-size: .88rem; text-align: center; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.header-inner { width: min(calc(100% - 40px), 1480px); min-height: 80px; display: flex; align-items: center; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); font-weight: 850; text-decoration: none; line-height: 1; }
.brand--logo { width: clamp(190px, 19vw, 245px); flex: 0 0 auto; }
.brand--logo img { width: 100%; height: auto; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; color: var(--white); background: var(--teal); border-radius: 13px; box-shadow: 6px 6px 0 var(--teal-light); }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: .66rem; font-weight: 650; letter-spacing: .02em; }
.main-nav { margin-left: auto; flex: 0 0 auto; }
.main-nav ul { margin: 0; padding: 0; display: flex; align-items: center; gap: 8px; list-style: none; }
.main-nav a { display: block; padding: 10px 8px; color: var(--navy); font-size: .92rem; font-weight: 700; text-decoration: none; border-radius: 8px; white-space: nowrap; }
.main-nav a:hover { background: var(--soft); }
.header-phone { white-space: nowrap; flex: 0 0 auto; min-width: max-content; }
.menu-toggle { display: none; width: 46px; height: 46px; margin-left: auto; color: var(--navy); background: var(--soft); border: 0; border-radius: 12px; font-size: 1.4rem; }

.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 18px; color: var(--white); background: var(--accent); border: 2px solid var(--accent); border-radius: 12px; font-weight: 800; text-decoration: none; transition: .18s ease; cursor: pointer; }
.btn:hover { color: var(--white); background: var(--accent-dark); border-color: var(--accent-dark); transform: translateY(-1px); }
.btn--secondary { color: var(--navy); background: var(--white); border-color: var(--line); }
.btn--secondary:hover { color: var(--navy); background: var(--soft); border-color: var(--teal); }
.btn--teal { background: var(--teal); border-color: var(--teal); }
.btn--small { min-height: 42px; padding: 8px 14px; font-size: .9rem; }

.hero { position: relative; overflow: hidden; background: linear-gradient(115deg, #effbfa 0%, #fff 55%, #edf3f7 100%); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(30px, 6vw, 78px); padding-block: 72px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy .lead { max-width: 670px; margin: 24px 0 28px; }
.trust-row { margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; list-style: none; }
.trust-row li { padding: 8px 11px; color: var(--navy); background: var(--white); border: 1px solid var(--line); border-radius: 999px; font-size: .86rem; font-weight: 750; }
.hero-media { position: relative; }
.hero-media::before { content: ""; position: absolute; inset: -28px 18% 20% -28px; background: var(--teal); border-radius: 36px; transform: rotate(-3deg); opacity: .18; }
.hero-media img { position: relative; width: 100%; min-height: 500px; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.hero-card { position: absolute; right: -12px; bottom: 28px; z-index: 2; max-width: 280px; padding: 18px; background: var(--white); border-radius: 16px; box-shadow: var(--shadow); }
.hero-card strong { display: block; color: var(--navy); }
.hero-card span { color: var(--muted); font-size: .9rem; }

.grid-2, .grid-3, .grid-4 { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 28px rgba(16,42,67,.06); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.card:hover { transform: translateY(-6px); border-color: rgba(8,127,140,.35); box-shadow: 0 20px 46px rgba(16,42,67,.13); }
.card p:last-child { margin-bottom: 0; }
.card-icon { width: 50px; height: 50px; margin-bottom: 20px; display: grid; place-items: center; color: var(--teal); background: var(--teal-light); border-radius: 15px; font-size: 1.35rem; font-weight: 900; }
.card-link { color: var(--navy); font-weight: 800; }
.audience-card { position: relative; min-height: 460px; padding: 0; display: flex; flex-direction: column; overflow: hidden; }
.audience-image { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.audience-card:hover .audience-image { transform: scale(1.035); }
.audience-content { height: 100%; padding: 26px; display: flex; flex-direction: column; }
.audience-card .card-link { margin-top: auto; }
.process { counter-reset: step; }
.process .card { position: relative; padding-top: 72px; }
.process .card::before { counter-increment: step; content: counter(step); position: absolute; top: 22px; left: 28px; width: 36px; height: 36px; display: grid; place-items: center; color: var(--white); background: var(--teal); border-radius: 50%; font-weight: 900; }
.city-list { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; list-style: none; }
.city-list li { padding: 10px 14px; color: var(--navy); background: var(--white); border: 1px solid var(--line); border-radius: 10px; font-weight: 720; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(34px, 7vw, 84px); }
.split-media img { width: 100%; border-radius: 28px; box-shadow: var(--shadow); }
.check-list { margin: 22px 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 11px 0; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 900; }
.price-card { text-align: center; }
.price { margin: 8px 0; color: var(--navy); font-size: 2.4rem; font-weight: 900; }

.page-hero { position: relative; overflow: hidden; padding: 74px 0 58px; background: linear-gradient(120deg, var(--soft), var(--teal-light)); }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -180px; top: -230px; border-radius: 50%; border: 70px solid rgba(8,127,140,.07); pointer-events: none; }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); gap: clamp(36px, 7vw, 86px); align-items: center; }
.page-hero--simple .page-hero-grid { grid-template-columns: 1fr; }
.page-hero-copy { max-width: 760px; }
.page-hero-actions { margin-top: 26px; }
.page-hero-media { margin: 0; position: relative; }
.page-hero-media::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; background: var(--teal); opacity: .13; border-radius: 26px; transform: rotate(2deg); }
.page-hero-media img { position: relative; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow); }
.page-hero .lead { max-width: 760px; }
.breadcrumb { margin-bottom: 18px; color: var(--muted); font-size: .9rem; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2 { margin-top: 1.8em; }
.entry-content h3 { margin-top: 1.5em; }
.entry-content ul:not(.check-list):not(.city-list) { padding-left: 1.2em; }
.content-panel { padding: clamp(24px, 5vw, 46px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.notice { padding: 18px 20px; color: var(--navy); background: var(--teal-light); border-left: 5px solid var(--teal); border-radius: 10px; }
.faq details { margin-bottom: 12px; padding: 18px 20px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; }
.faq summary { color: var(--navy); font-weight: 800; cursor: pointer; }
.faq details p { margin: 12px 0 0; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: start; }
.contact-list { margin: 0; padding: 0; list-style: none; }
.contact-list li { margin-bottom: 14px; }
.contact-list strong { display: block; color: var(--navy); }
.ir-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ir-form .field--full { grid-column: 1 / -1; }
.ir-form label { display: block; margin-bottom: 6px; color: var(--navy); font-weight: 780; }
.ir-form input, .ir-form select, .ir-form textarea { width: 100%; padding: 12px 14px; color: var(--ink); background: var(--white); border: 1px solid #aebdca; border-radius: 10px; }
.ir-form textarea { min-height: 150px; resize: vertical; }
.ir-form .consent { display: flex; gap: 10px; align-items: flex-start; }
.ir-form .consent input { width: auto; margin-top: 6px; }
.form-status { grid-column: 1 / -1; padding: 15px; border-radius: 10px; }
.form-status--success { color: #0f5132; background: #d1e7dd; }
.form-status--error { color: #842029; background: #f8d7da; }
.privacy-note { padding: 14px; color: var(--muted); background: var(--soft); border-radius: 10px; font-size: .9rem; }

.cta-band { padding: 48px 0; color: var(--white); background: var(--navy); }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-band h2 { margin-bottom: 8px; color: var(--white); }
.cta-band p { margin: 0; color: #d9e7f1; }
.site-footer { padding: 60px 0 24px; color: #d9e7f1; background: #091c2d; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 40px; }
.site-footer h2, .site-footer h3 { color: var(--white); }
.site-footer a { color: #d9e7f1; }
.footer-nav { margin: 0; padding: 0; list-style: none; }
.footer-nav li { margin: 8px 0; }
.footer-bottom { margin-top: 44px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.15); font-size: .86rem; }
.mobile-call { display: none; }

.confidence-strip { padding: 30px 0; color: var(--white); background: linear-gradient(100deg, var(--teal), var(--navy-2)); }
.confidence-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }
.confidence-grid > div { padding: 10px 24px; border-left: 1px solid rgba(255,255,255,.25); }
.confidence-grid > div:first-child { border-left: 0; }
.confidence-grid strong, .confidence-grid span { display: block; }
.confidence-grid strong { font-size: 1.02rem; }
.confidence-grid span { color: rgba(255,255,255,.78); font-size: .86rem; }

.zone-visual { position: relative; min-height: 320px; border-radius: 28px; background: radial-gradient(circle at 52% 48%, rgba(8,127,140,.25), transparent 8%), linear-gradient(145deg, #fff, #dff5f4); border: 1px solid rgba(8,127,140,.2); box-shadow: var(--shadow); }
.zone-visual::before, .zone-visual::after { content: ""; position: absolute; inset: 15% 10%; border: 2px dashed rgba(8,127,140,.18); border-radius: 48% 52% 43% 57%; transform: rotate(-8deg); }
.zone-visual::after { inset: 28% 22%; transform: rotate(14deg); }
.zone-pin { position: absolute; z-index: 2; padding: 8px 12px; color: var(--navy); background: var(--white); border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 8px 20px rgba(16,42,67,.1); font-size: .8rem; font-weight: 800; }
.zone-pin::before { content: ""; width: 8px; height: 8px; margin-right: 7px; display: inline-block; background: var(--coral, #ee6c4d); border-radius: 50%; }
.zone-pin--main { left: 42%; top: 43%; color: var(--white); background: var(--navy); transform: scale(1.12); }
.zone-pin--a { left: 25%; top: 19%; }
.zone-pin--b { right: 16%; top: 31%; }
.zone-pin--c { left: 21%; bottom: 18%; }

.problem-card { display: flex; flex-direction: column; align-items: flex-start; }
.problem-card .card-link { margin-top: auto; padding-top: 12px; }
.editorial-layout { max-width: 1160px; }
.editorial-content { max-width: 800px; margin-inline: auto; min-width: 0; }
.editorial-layout.has-toc { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: clamp(28px, 5vw, 70px); }
.editorial-sidebar[hidden] { display: none; }
.page-toc { position: sticky; top: 110px; padding: 26px 22px; border: 1px solid var(--line); border-radius: 20px; background: #f3f8fa; }
.page-toc ol { padding-left: 20px; margin: 16px 0 24px; }
.page-toc li { margin-bottom: 14px; padding-left: 4px; font-size: .9rem; }
.page-toc a { color: var(--navy); text-decoration: none; }
.page-toc a:hover { color: var(--teal); text-decoration: underline; }
.editorial-content h2 { scroll-margin-top: 120px; margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line); }
.editorial-content > h2:first-child { margin-top: 0; }
.editorial-content > .check-list { padding: 24px 28px; border-radius: 20px; background: #f3f8fa; list-style: none; }
.faq-item { margin: 12px 0; border: 1px solid var(--line); border-radius: 14px; background: #fff; overflow: hidden; }
.faq-item summary { cursor: pointer; padding: 21px 24px; color: var(--navy); font-weight: 750; }
.faq-item summary::marker { color: var(--teal); }
.faq-item[open] { border-color: var(--teal); }
.faq-item p { padding: 0 24px 22px; margin: 0; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--teal); outline-offset: 5px; }
.page-hero-media { overflow: hidden; }
.page-hero-media img { transition: transform .65s ease; }
@media (hover: hover) {
  .page-hero-media:hover img { transform: scale(1.025); }
  .card { transition: transform .25s ease, box-shadow .25s ease; }
  .card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(16,42,67,.12); }
}
@media (max-width: 900px) {
  .editorial-layout.has-toc { grid-template-columns: minmax(0, 1fr); }
  .page-toc { position: static; }
  .page-toc ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
}
@media (max-width: 520px) {
  .page-toc ol { grid-template-columns: 1fr; }
  .editorial-content .btn { display: flex; margin-block: 12px; }
}
.reveal { opacity: 1; transform: none; }
.motion-ready .reveal, .motion-ready .section-head, .motion-ready .stagger-grid > * { opacity: 0; transform: translateY(24px); }
.motion-ready .reveal--right { transform: translateX(28px); }
.motion-ready .reveal.is-visible, .motion-ready .section-head.is-visible, .motion-ready .stagger-grid > *.is-visible { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.motion-ready .stagger-grid > *:nth-child(2) { transition-delay: .07s; }
.motion-ready .stagger-grid > *:nth-child(3) { transition-delay: .14s; }
.motion-ready .stagger-grid > *:nth-child(4) { transition-delay: .21s; }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; left: -240px; top: 20%; border: 80px solid rgba(8,127,140,.06); border-radius: 50%; pointer-events: none; }
.hero-media img { transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.hero-media:hover img { transform: scale(1.015); }
.btn { position: relative; overflow: hidden; }
.btn::after { content: ""; position: absolute; width: 40px; height: 160%; left: -70px; top: -30%; background: rgba(255,255,255,.22); transform: rotate(18deg); transition: left .55s ease; }
.btn:hover::after { left: calc(100% + 35px); }

@media (min-width: 1024px) and (max-width: 1399px) {
  .header-inner { flex-wrap: wrap; gap: 0 20px; padding-block: 12px 8px; }
  .header-phone { margin-left: auto; }
  .main-nav { order: 3; flex: 0 0 100%; margin: 8px 0 0; }
  .main-nav ul { justify-content: space-between; gap: 2px; }
  .main-nav a { padding: 10px 6px; font-size: .88rem; }
}
@media (max-width: 1023px) {
  .main-nav, .header-phone { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .main-nav.is-open { position: absolute; top: 80px; left: 0; right: 0; display: block; padding: 16px 20px 22px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.is-open ul { align-items: stretch; flex-direction: column; }
  .main-nav.is-open a { display: block; white-space: normal; }
  .main-nav.is-open { max-height: calc(100dvh - 100px); overflow-y: auto; }
}
@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { max-width: 720px; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-hero-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .confidence-grid { grid-template-columns: repeat(2, 1fr); row-gap: 20px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; padding-bottom: 66px; }
  .container, .narrow { width: min(calc(100% - 30px), var(--container)); }
  .header-inner { min-height: 70px; }
  .main-nav.is-open { top: 70px; }
  .brand small { display: none; }
  .brand--logo { width: 205px; }
  .hero-grid { min-height: auto; padding-block: 52px 64px; }
  .hero-media img { min-height: 330px; }
  .hero-card { right: 10px; bottom: 12px; }
  .grid-2, .grid-3, .grid-4, .split, .contact-layout, .footer-grid { grid-template-columns: 1fr; }
  .page-hero-grid { grid-template-columns: 1fr; }
  .page-hero-media img { aspect-ratio: 16 / 10; }
  .page-hero-actions .btn { width: 100%; }
  .confidence-grid { grid-template-columns: 1fr; }
  .confidence-grid > div { padding: 8px 4px 14px; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .confidence-grid > div:last-child { border-bottom: 0; }
  .zone-visual { min-height: 260px; }
  .section { padding: 60px 0; }
  .card { padding: 23px; }
  .cta-band-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .ir-form { grid-template-columns: 1fr; }
  .ir-form .field--full { grid-column: auto; }
  .mobile-call { position: fixed; z-index: 900; left: 12px; right: 12px; bottom: 10px; min-height: 52px; display: flex; align-items: center; justify-content: center; color: var(--white); background: var(--accent); border-radius: 13px; box-shadow: 0 10px 25px rgba(0,0,0,.22); font-weight: 850; text-decoration: none; }
}

@media (max-width: 420px) {
  h1 { font-size: 2.25rem; }
  .site-notice { font-size: .75rem; }
  .brand { font-size: .92rem; }
  .brand--logo { width: 205px; }
  .brand-mark { width: 39px; height: 39px; }
  .hero-media img { min-height: 280px; }
  .hero-card { position: relative; right: auto; bottom: auto; margin: -28px 14px 0; }
}

.ir-honeypot { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.ir-cookie-notice { position:fixed; z-index:10000; bottom:80px; left:16px; right:16px; max-width:580px; padding:24px; background:#fff; color:#172338; border:2px solid #176c68; border-radius:16px; box-shadow:0 8px 40px #0003; max-height:70vh; overflow:auto; }
.ir-cookie-notice[hidden] { display:none; }
.ir-cookie-notice h2 { font-size:1.3rem; margin:0 0 10px; }
.ir-cookie-notice .btn { margin-top:16px; white-space:normal; }
#ir-cookie-settings { margin:12px 0; padding:10px; cursor:pointer; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .motion-ready .reveal, .motion-ready .section-head, .motion-ready .stagger-grid > * { opacity: 1 !important; transform: none !important; }
}
