/* Business */
.business-hero { padding: 75px 0 95px; color: var(--white); background: var(--ink); }
.business-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.business-hero h1 { margin-bottom: 25px; }
.business-hero h1 em { color: var(--lime); font-family: var(--serif); font-weight: 500; }
.business-hero p { max-width: 600px; color: #b3c2bc; font-size: 1.12rem; }
.business-hero-actions { display: flex; gap: 18px; align-items: center; margin-top: 33px; }
.business-hero-actions > span { color: #869b93; font-size: .63rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.network-board { position: relative; min-height: 460px; border: 1px solid rgba(255,255,255,.18); background-size: 35px 35px; background-image: linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,.06) 1px, transparent 1px); }
.board-label { position: absolute; top: 14px; right: 15px; color: #80958d; font-size: .53rem; font-weight: 800; letter-spacing: .1em; }
.network-node { position: absolute; z-index: 2; min-width: 145px; padding: 14px 16px; color: var(--ink); background: var(--white); box-shadow: 8px 9px 0 rgba(0,0,0,.18); }
.network-node span, .network-node b { display: block; }
.network-node span { color: var(--muted); font-size: .5rem; font-weight: 900; letter-spacing: .12em; }
.network-node b { font-size: .82rem; }
.node-router { top: 175px; left: 50%; width: 180px; padding-left: 55px; transform: translateX(-50%); }
.node-router i { position: absolute; top: 17px; left: 18px; width: 25px; height: 19px; border: 3px solid var(--ink); border-radius: 3px; }
.node-router i::before, .node-router i::after { position: absolute; bottom: 18px; left: 4px; width: 12px; height: 12px; content: ""; border: 2px solid var(--lime-dark); border-bottom: 0; border-left-color: transparent; border-right-color: transparent; border-radius: 50% 50% 0 0; }
.node-router i::after { bottom: 22px; left: 8px; width: 4px; height: 4px; }
.node-guest { top: 70px; left: 25px; }
.node-coverage { top: 75px; right: 20px; }
.node-portal { right: 45px; bottom: 55px; }
.network-line { position: absolute; z-index: 1; height: 1px; background: var(--lime); transform-origin: left; }
.line-a { top: 188px; left: 100px; width: 160px; transform: rotate(25deg); }
.line-b { top: 186px; right: 105px; width: 150px; transform: rotate(-24deg); }
.line-c { top: 220px; left: 54%; width: 180px; transform: rotate(50deg); }
.business-problems { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { position: relative; min-height: 360px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-grid article > span { color: #7b8b85; font-family: var(--serif); font-size: .85rem; font-style: italic; }
.service-grid h3 { margin: 135px 0 13px; font-size: 1.45rem; }
.service-grid p { color: var(--muted); font-size: .79rem; }
.service-shape { position: absolute; top: 72px; left: 26px; width: 70px; height: 55px; }
.shape-signal { border: 4px solid var(--ink); border-bottom: 0; border-left-color: transparent; border-right-color: transparent; border-radius: 50% 50% 0 0; transform: rotate(-45deg); }
.shape-signal::before, .shape-signal::after { position: absolute; content: ""; border: 3px solid var(--ink); border-bottom: 0; border-left-color: transparent; border-right-color: transparent; border-radius: 50% 50% 0 0; }
.shape-signal::before { right: 14px; bottom: 2px; width: 38px; height: 30px; }
.shape-signal::after { right: 28px; bottom: 4px; width: 10px; height: 10px; }
.shape-shield { width: 55px; height: 62px; background: var(--lime); border: 3px solid var(--ink); border-radius: 28px; clip-path: polygon(50% 0,100% 17%,92% 72%,50% 100%,8% 72%,0 17%); }
.shape-shield::after { position: absolute; top: 21px; left: 18px; width: 14px; height: 8px; content: ""; border-bottom: 3px solid var(--ink); border-left: 3px solid var(--ink); transform: rotate(-45deg); }
.shape-door { width: 53px; height: 68px; border: 4px solid var(--ink); border-bottom: 0; }
.shape-door::after { position: absolute; top: 30px; right: 7px; width: 7px; height: 7px; content: ""; background: var(--lime-dark); border-radius: 50%; }
.shape-chart { display: flex; gap: 6px; align-items: flex-end; }
.shape-chart::before { display: block; width: 13px; height: 30px; content: ""; background: var(--ink); box-shadow: 19px -15px 0 var(--lime-dark), 38px -32px 0 var(--ink); }
.business-process { padding: 110px 0; color: var(--white); background: #244c40; }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.process-grid h2 { margin-bottom: 20px; }
.process-grid > div > p { color: #b8c9c3; }
.process-grid ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.process-grid li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-grid li > b { color: var(--lime); font-family: var(--serif); font-style: italic; }
.process-grid li strong, .process-grid li span { display: block; }
.process-grid li span { margin-top: 3px; color: #a9bdb6; font-size: .8rem; }
.business-final-cta { background: var(--paper); }
.final-cta-card { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; padding: 55px; background: var(--lime); border: 1px solid var(--ink); box-shadow: 12px 12px 0 var(--ink); }
.final-cta-card h2 { margin-bottom: 13px; font-size: 3rem; }
.final-cta-card p { max-width: 750px; margin: 0; }

/* Methodology and about */
.methodology-hero { background: var(--violet); }
.methodology-hero p { color: var(--ink); }
.methodology-content { background: var(--white); }
.prose-grid { display: grid; grid-template-columns: 150px minmax(0, 780px); gap: 95px; justify-content: center; }
.prose-grid > aside { align-self: start; padding: 20px; color: var(--white); background: var(--ink); }
.prose-grid > aside span, .prose-grid > aside strong, .prose-grid > aside small { display: block; }
.prose-grid > aside span { color: #99aaa4; font-size: .56rem; font-weight: 800; letter-spacing: .1em; }
.prose-grid > aside strong { margin: 8px 0; color: var(--lime); font-family: var(--serif); font-size: 2.4rem; font-style: italic; }
.prose-grid > aside small { font-size: .56rem; }
.prose h2 { margin: 60px 0 20px; font-size: 2.5rem; }
.prose h2:first-child { margin-top: 0; }
.prose > p { color: #40534d; font-family: var(--serif); font-size: 1.13rem; line-height: 1.75; }
.criteria-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin: 35px 0 55px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.criteria-grid div { min-height: 150px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.criteria-grid b, .criteria-grid strong, .criteria-grid span { display: block; }
.criteria-grid b { margin-bottom: 22px; color: #759923; font-family: var(--serif); font-style: italic; }
.criteria-grid strong { margin-bottom: 5px; }
.criteria-grid span { color: var(--muted); font-size: .72rem; }
.source-list { margin: 28px 0 55px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.source-list li { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; font-size: .78rem; border-bottom: 1px solid var(--line); }
.source-list span { font-weight: 800; }
.principle-card { margin: 35px -30px 55px; padding: 30px; color: var(--white); background: var(--ink); }
.principle-card span { display: block; margin-bottom: 22px; color: var(--lime); font-size: .61rem; font-weight: 800; letter-spacing: .1em; }
.principle-card strong { display: block; font-family: var(--serif); font-size: 1.65rem; font-style: italic; line-height: 1.4; }
.about-hero { padding: 95px 0; background: var(--lime); }
.about-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.about-hero h1 { margin: 0; }
.about-manifesto { padding-bottom: 8px; }
.about-manifesto p { font-family: var(--serif); font-size: 1.25rem; line-height: 1.6; }
.values-section { background: var(--white); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 100px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.values-grid article { min-height: 280px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values-grid b { color: #72951e; font-family: var(--serif); font-style: italic; }
.values-grid h2 { margin: 80px 0 15px; font-size: 1.8rem; }
.values-grid p { color: var(--muted); font-size: .82rem; }
.about-origin { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: center; padding: 70px; color: var(--white); background: var(--ink); }
.about-origin h2 { margin-bottom: 20px; }
.about-origin p { color: #adbbb6; }
.origin-mark { position: relative; display: grid; width: 270px; height: 270px; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; }
.origin-mark > span { font-family: var(--serif); font-size: 9rem; font-style: italic; }
.origin-mark i { position: absolute; border: 4px solid var(--ink); border-bottom: 0; border-left-color: transparent; border-right-color: transparent; border-radius: 50% 50% 0 0; transform: rotate(-45deg); }
.origin-mark i:nth-of-type(1) { right: 25px; bottom: 25px; width: 100px; height: 100px; }
.origin-mark i:nth-of-type(2) { right: 40px; bottom: 40px; width: 68px; height: 68px; }
.origin-mark i:nth-of-type(3) { right: 57px; bottom: 57px; width: 34px; height: 34px; }
.about-cta { color: var(--white); background: #244c40; }

/* Contact */
.contact-page { padding: 80px 0 110px; background: var(--paper-2); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.contact-intro { position: sticky; top: 120px; }
.contact-intro h1 { margin-bottom: 24px; font-size: clamp(3.2rem, 5vw, 5.5rem); }
.contact-intro > p { max-width: 480px; color: var(--muted); font-size: 1.05rem; }
.contact-direct { margin-top: 55px; padding-top: 23px; border-top: 1px solid var(--line); }
.contact-direct span, .contact-direct a, .contact-direct small { display: block; }
.contact-direct span { margin-bottom: 7px; color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-direct a { font-family: var(--serif); font-size: 1.45rem; font-style: italic; font-weight: 700; }
.contact-direct small { margin-top: 8px; color: var(--muted); }
.contact-form { padding: 35px; background: var(--white); border: 1px solid var(--line); box-shadow: 12px 12px 0 rgba(16,38,31,.09); }
.form-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 35px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--muted); font-size: .58rem; font-weight: 800; letter-spacing: .1em; }
.form-heading strong { font-size: .9rem; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 7px; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.field label small { color: var(--muted); font-weight: 600; text-transform: none; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; background: var(--paper); border: 1px solid rgba(16,38,31,.25); border-radius: 2px; }
.field input, .field select { min-height: 49px; }
.field textarea { resize: vertical; line-height: 1.5; }
.field [aria-invalid="true"] { border-color: #c34836; }
.field-foot { display: flex; justify-content: space-between; margin-top: 5px; color: var(--muted); font-size: .59rem; }
.check-dark { color: var(--muted); }
.check-dark a { color: var(--ink); }
.button-submit { width: 100%; margin-top: 25px; }

/* Legal, status, 404 */
.legal-page { padding: 75px 0 120px; background: var(--white); }
.legal-layout { display: grid; grid-template-columns: 190px minmax(0, 760px); gap: 100px; justify-content: center; }
.legal-nav { position: sticky; top: 110px; align-self: start; border-top: 1px solid var(--line); }
.legal-nav > span { display: block; padding: 15px 0 8px; color: var(--muted); font-size: .58rem; font-weight: 800; letter-spacing: .1em; }
.legal-nav a { display: block; padding: 8px 0; color: var(--muted); font-size: .76rem; text-decoration: none; }
.legal-nav a[aria-current="page"] { color: var(--ink); font-weight: 850; }
.legal-content .breadcrumbs { margin-bottom: 42px; }
.legal-content h1 { margin-bottom: 22px; font-size: clamp(3.2rem, 6vw, 5.8rem); }
.legal-intro { max-width: 650px; color: var(--muted); font-family: var(--serif); font-size: 1.3rem; }
.legal-updated { display: flex; gap: 10px; align-items: baseline; margin: 35px 0 65px; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.legal-updated span { color: var(--muted); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.legal-updated strong { font-size: .72rem; }
.legal-content > section { display: grid; grid-template-columns: 48px 1fr; gap: 22px; margin: 52px 0; }
.legal-number { color: #739722; font-family: var(--serif); font-size: .85rem; font-style: italic; }
.legal-content section h2 { margin-bottom: 15px; font-size: 1.8rem; }
.legal-content section p { color: #43564f; font-family: var(--serif); font-size: 1.05rem; line-height: 1.75; }
.legal-warning { margin-top: 70px; padding: 22px; background: #fff1dc; border: 1px solid #e7cda2; }
.legal-warning strong { font-size: .72rem; text-transform: uppercase; }
.legal-warning p { margin: 6px 0 0; color: var(--muted); font-size: .76rem; }
.status-page { display: grid; min-height: 650px; place-items: center; padding: 80px 20px; background: var(--paper-2); }
.status-card { max-width: 650px; padding: 65px; text-align: center; background: var(--white); border: 1px solid var(--line); box-shadow: 14px 14px 0 var(--ink); }
.status-symbol { display: grid; width: 70px; height: 70px; place-items: center; margin: 0 auto 28px; font-family: var(--serif); font-size: 2rem; font-style: italic; background: var(--lime); border-radius: 50%; }
.status-error { background: var(--coral); }
.status-card h1 { margin-bottom: 20px; font-size: 3.2rem; }
.status-card p { color: var(--muted); }
.status-card .button { margin-top: 20px; }
.not-found-page { padding: 100px 0; background: var(--lime); }
.not-found-grid { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: center; min-height: 500px; }
.error-code { display: block; margin-bottom: -20px; color: rgba(16,38,31,.16); font-family: var(--serif); font-size: 9rem; font-style: italic; line-height: 1; }
.not-found-grid h1 { margin-bottom: 20px; font-size: 4.8rem; }
.not-found-grid p { max-width: 550px; }
.not-found-actions { display: flex; gap: 24px; align-items: center; margin-top: 30px; }
.lost-signal { position: relative; width: 370px; height: 370px; border: 2px solid var(--ink); border-radius: 50%; }
.lost-signal i { position: absolute; bottom: 90px; left: 75px; border: 8px solid var(--ink); border-bottom: 0; border-left-color: transparent; border-right-color: transparent; border-radius: 50% 50% 0 0; transform: rotate(-45deg); }
.lost-signal i:nth-child(1) { width: 220px; height: 220px; }
.lost-signal i:nth-child(2) { bottom: 110px; left: 118px; width: 140px; height: 140px; }
.lost-signal i:nth-child(3) { bottom: 130px; left: 160px; width: 60px; height: 60px; }
.lost-signal b { position: absolute; bottom: 100px; left: 185px; width: 18px; height: 18px; background: var(--ink); border-radius: 50%; }
.lost-signal span { position: absolute; right: 0; bottom: 30px; left: 0; font-size: .7rem; font-weight: 900; letter-spacing: .2em; text-align: center; }

@media (max-width: 1080px) {
    .hero-grid { grid-template-columns: 1fr .8fr; gap: 20px; }
    .travel-card { right: 0; width: 350px; }
    .provider-mini { padding-inline: 20px; }
    .decision-grid { gap: 50px; }
    .world-disc { left: 0; width: 380px; height: 380px; }
    .business-teaser-inner { grid-template-columns: 75px 1fr 1fr; }
    .business-teaser .button { grid-column: 2 / 4; justify-self: start; }
    .provider-result { grid-template-columns: 48px 1.2fr .9fr 180px; }
    .result-main, .result-features, .result-action { padding: 22px; }
    .result-title-row { grid-template-columns: 48px 1fr; }
    .result-title-row .match-pill { grid-column: 1 / -1; justify-self: start; }
    .provider-logo-large { width: 48px; height: 48px; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
    .shell, .narrow-shell { width: min(calc(100% - 30px), var(--shell)); }
    .section { padding: 82px 0; }
    .site-header { height: 68px; }
    .menu-button { display: block; }
    .menu-button[aria-expanded="true"] i:first-of-type { transform: translateY(3.5px) rotate(45deg); }
    .menu-button[aria-expanded="true"] i:last-of-type { transform: translateY(-3.5px) rotate(-45deg); }
    .site-nav { position: fixed; top: 68px; right: 0; bottom: 0; left: 0; display: none; flex-direction: column; gap: 0; align-items: stretch; padding: 30px 20px; background: var(--paper); }
    .site-nav.is-open { display: flex; }
    .site-nav > a { padding: 18px 0; font-size: 1.25rem; border-bottom: 1px solid var(--line); }
    .site-nav .nav-cta { justify-content: space-between; margin-top: 20px; padding: 18px; font-size: .9rem; border: 0; }
    .hero, .hero-grid { min-height: auto; }
    .hero-grid { grid-template-columns: 1fr; padding-top: 75px; padding-bottom: 70px; }
    .hero h1 { font-size: clamp(3.4rem, 14vw, 6rem); }
    .hero-visual { min-height: 490px; margin-top: 15px; }
    .travel-card { top: 50px; right: 6%; width: min(86%, 420px); }
    .orbit-one { right: 0; width: 430px; height: 430px; }
    .note-data { left: 2%; }
    .trust-line .shell { flex-wrap: wrap; gap: 11px 18px; padding: 14px 0; text-align: center; }
    .split-heading, .decision-grid, .faq-grid, .newsletter-inner, .page-hero-grid, .article-header-grid, .business-hero-grid, .process-grid, .editorial-promise-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
    .heading-aside, .split-heading > p { max-width: 650px; }
    .provider-strip { grid-template-columns: repeat(2, 1fr); }
    .provider-mini { min-height: 370px; }
    .decision-grid { gap: 40px; }
    .decision-visual { min-height: 450px; order: 2; }
    .world-disc { left: 50%; transform: translateX(-50%); }
    .guide-grid { grid-template-columns: repeat(2, 1fr); }
    .guide-card:first-child { grid-column: 1 / -1; }
    .business-teaser-inner { grid-template-columns: 70px 1fr; }
    .business-teaser-inner > p, .business-teaser .button { grid-column: 2; }
    .faq-heading, .contact-intro { position: static; }
    .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; gap: 35px; }
    .filter-panel { grid-template-columns: 1fr; gap: 25px; }
    .provider-result { grid-template-columns: 45px 1fr 1fr; }
    .result-action { grid-column: 2 / 4; flex-direction: row; gap: 18px; align-items: center; justify-content: flex-end; border-top: 1px solid var(--line); }
    .result-action > span, .result-action > strong { margin: 0; }
    .result-action .button { width: auto; }
    .source-link { margin: 0; }
    .result-features { border-right: 0; }
    .compact-cta-grid { grid-template-columns: 1fr 1fr; }
    .compact-cta-grid .button { justify-self: start; }
    .guide-index-grid { grid-template-columns: 1fr; }
    .article-art { display: none; }
    .article-header-grid { min-height: 0; }
    .article-layout { grid-template-columns: 1fr; gap: 30px; padding-top: 65px; }
    .article-aside { display: none; }
    .network-board { min-height: 420px; }
    .business-hero-grid { gap: 55px; }
    .about-origin { grid-template-columns: 1fr; }
    .origin-mark { margin: auto; }
    .contact-grid { gap: 50px; }
    .legal-layout { grid-template-columns: 1fr; gap: 40px; }
    .legal-nav { position: static; display: flex; gap: 18px; flex-wrap: wrap; }
    .legal-nav > span { width: 100%; }
    .not-found-grid { grid-template-columns: 1fr; }
    .lost-signal { width: 300px; height: 300px; margin: auto; transform: scale(.8); transform-origin: top center; }
}

@media (max-width: 580px) {
    body { font-size: 15px; }
    h2 { font-size: 2.55rem; }
    .section { padding: 65px 0; }
    .hero-grid { padding-top: 58px; }
    .hero h1 { font-size: 3.8rem; }
    .hero-lead { font-size: 1rem; }
    .hero-finder { display: block; }
    .hero-finder .button { width: 100%; margin-top: 7px; }
    .hero-proof { gap: 12px; }
    .hero-visual { min-height: 420px; }
    .travel-card { top: 42px; right: 5px; width: calc(100% - 10px); padding: 21px; box-shadow: 9px 10px 0 var(--lime); }
    .note-data { top: 10px; }
    .note-roaming { right: 0; bottom: 22px; }
    .orbit-one { top: 0; right: -40px; width: 390px; height: 390px; }
    .provider-strip { grid-template-columns: 1fr; }
    .provider-mini { min-height: 330px; }
    .heading-row { display: block; }
    .heading-row > a { margin-top: 18px; }
    .world-disc { width: 310px; height: 310px; }
    .decision-visual { min-height: 390px; }
    .passport-stamp { right: 5px; width: 100px; height: 100px; }
    .disc-label { bottom: 23px; }
    .guide-grid { grid-template-columns: 1fr; }
    .guide-card:first-child { grid-column: auto; }
    .business-teaser-inner { grid-template-columns: 1fr; text-align: center; }
    .business-icon { margin: auto; }
    .business-teaser-inner > p, .business-teaser .button { grid-column: auto; justify-self: center; }
    .business-teaser .eyebrow { justify-content: center; }
    .newsletter-inner { gap: 35px; }
    .input-button-row { grid-template-columns: 1fr; }
    .newsletter-inner h2 { font-size: 2.4rem; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { display: block; }
    .footer-bottom a { display: inline-block; margin-top: 15px; }
    .cookie-panel { display: block; }
    .cookie-actions { margin-top: 15px; }
    .cookie-actions .button { flex: 1; }
    .page-hero { padding: 65px 0 55px; }
    .page-hero h1 { font-size: 3.35rem; }
    .breadcrumbs { margin-bottom: 32px; }
    .page-hero-grid { gap: 25px; }
    .segmented-control { grid-template-columns: repeat(2, 1fr); }
    .results-heading { display: block; }
    .review-date { display: block; margin-top: 10px; }
    .provider-result { grid-template-columns: 34px 1fr; }
    .result-main, .result-features { grid-column: 2; border-right: 0; }
    .result-features { border-top: 1px solid var(--line); }
    .result-action { grid-column: 2; flex-direction: column; align-items: stretch; }
    .result-action .button { width: 100%; }
    .result-action > span, .result-action > strong, .source-link { text-align: center; }
    .method-note { display: block; }
    .method-note > a { margin-top: 20px; }
    .compact-cta-grid { grid-template-columns: 1fr; gap: 24px; }
    .compact-cta-grid h2 { font-size: 2.35rem; }
    .index-guide-card { grid-template-columns: 110px 1fr; min-height: 330px; }
    .index-guide-content { padding: 22px; }
    .index-guide-content h2 { font-size: 1.65rem; }
    .article-title h1 { font-size: 3.2rem; }
    .article-title > p { font-size: 1rem; }
    .article-meta { align-items: flex-start; flex-direction: column; gap: 4px; }
    .article-meta i { display: none; }
    .article-layout { padding-top: 55px; padding-bottom: 70px; }
    .article-content { font-size: 1.05rem; }
    .article-lead { font-size: 1.35rem; }
    .article-content h2 { margin-top: 50px; font-size: 2rem; }
    .article-callout { margin-inline: 0; }
    .related-grid { grid-template-columns: 1fr; }
    .business-hero h1 { font-size: 3.8rem; }
    .business-hero-actions { align-items: flex-start; flex-direction: column; }
    .network-board { min-height: 380px; }
    .network-node { min-width: 125px; }
    .node-guest { left: 12px; }
    .node-coverage { right: 10px; }
    .node-portal { right: 15px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-grid article { min-height: 310px; }
    .service-grid h3 { margin-top: 115px; }
    .final-cta-card { grid-template-columns: 1fr; gap: 25px; padding: 35px 25px; box-shadow: 7px 7px 0 var(--ink); }
    .final-cta-card h2 { font-size: 2.4rem; }
    .prose-grid { grid-template-columns: 1fr; gap: 35px; }
    .prose-grid > aside { width: 130px; }
    .criteria-grid { grid-template-columns: 1fr; }
    .principle-card { margin-inline: 0; }
    .source-list li { align-items: flex-start; flex-direction: column; gap: 4px; }
    .about-origin { padding: 35px 25px; }
    .origin-mark { width: 210px; height: 210px; }
    .origin-mark > span { font-size: 7rem; }
    .values-grid { grid-template-columns: 1fr; }
    .values-grid article { min-height: 230px; }
    .values-grid h2 { margin-top: 55px; }
    .contact-form { padding: 25px 18px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .form-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
    .legal-content h1 { font-size: 3.2rem; }
    .legal-content > section { grid-template-columns: 35px 1fr; gap: 13px; }
    .status-card { padding: 45px 24px; }
    .status-card h1 { font-size: 2.5rem; }
    .not-found-grid h1 { font-size: 3.6rem; }
    .error-code { font-size: 7rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
    .site-header, .site-footer, .newsletter-band, .cookie-panel, .article-aside, .related-guides, .flash-stack { display: none !important; }
    body { color: #000; background: #fff; }
    .article-header { background: #fff; }
    .article-header-grid, .article-layout { display: block; min-height: 0; padding-block: 20px; }
    .article-art { display: none; }
    .article-content { max-width: none; }
    .article-callout { border: 1px solid #777; }
}
