@font-face{font-family:"DM Sans";src:url("/assets/fonts/dm-sans-400.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"DM Sans";src:url("/assets/fonts/dm-sans-700.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"Sora";src:url("/assets/fonts/sora-700.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"Sora";src:url("/assets/fonts/sora-800.ttf") format("truetype");font-weight:800;font-style:normal;font-display:swap}

:root{
  --blue:#186bbc;
  --blue-dark:#124f8b;
  --blue-deep:#10100e;
  --blue-soft:#dceaf7;
  --lime:#186bbc;
  --lime-dark:#124f8b;
  --copper:#a8582d;
  --ink:#10100e;
  --muted:#555d64;
  --paper:#f7f3ed;
  --white:#fff;
  --line:#d2dae1;
  --sun:#a8582d;
  --shadow:0 18px 42px rgba(16,16,14,.14);
  --shell:min(1160px,calc(100% - 40px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{overflow-x:hidden}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;font-size:17px;line-height:1.67;text-rendering:optimizeLegibility}
body::selection{background:var(--blue);color:var(--white)}
a{color:var(--blue-dark);text-decoration-thickness:1.5px;text-underline-offset:4px}
a:hover{color:var(--blue)}
img{max-width:100%;height:auto;display:block}
button,input,textarea,select{font:inherit}
h1,h2,h3,h4{margin:0 0 .65em;font-family:"Sora",sans-serif;line-height:1.08;letter-spacing:-.03em;color:var(--blue-deep);text-wrap:balance}
h1{font-size:clamp(2.55rem,5vw,4.55rem)}
h2{font-size:clamp(2rem,3.8vw,3.35rem)}
h3{font-size:clamp(1.25rem,2.2vw,1.6rem)}
p{margin:0 0 1.1em}
ul,ol{padding-left:1.3em}
address{font-style:normal}
table{width:100%;border-collapse:collapse;margin:1.5rem 0 2rem;background:var(--white);border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(17,56,92,.08)}
th,td{text-align:left;padding:.85rem 1rem;border-bottom:1px solid var(--line);vertical-align:top}
th{background:var(--blue-deep);color:var(--white);font-family:"Sora",sans-serif;font-size:.9rem}
tbody tr:last-child td{border-bottom:0}
:focus-visible{outline:3px solid var(--paper);outline-offset:3px;box-shadow:0 0 0 6px var(--blue-deep);border-radius:6px}

.shell{width:var(--shell);margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;left:1rem;top:1rem;z-index:1000;background:var(--white);color:var(--blue-deep);padding:.7rem 1rem;border-radius:8px;transform:translateY(-180%)}
.skip-link:focus{transform:none}

.notice-bar{background:var(--blue-deep);color:var(--white);font-size:.86rem}
.notice-inner{min-height:42px;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}
.notice-inner a{margin-left:auto;color:var(--white);font-weight:700;text-decoration:underline;text-decoration-color:var(--blue);text-decoration-thickness:2px}
.notice-separator{width:5px;height:5px;border-radius:50%;background:var(--copper)}
.site-header{position:sticky;top:0;z-index:100;background:rgba(247,243,237,.96);border-bottom:1px solid rgba(24,107,188,.14);backdrop-filter:blur(12px)}
.header-inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:2rem}
.brand{display:inline-flex;align-items:center;gap:.72rem;text-decoration:none;color:var(--blue-deep)}
.brand img{flex:0 0 auto}
.brand-copy{display:flex;flex-direction:column;line-height:1.02}
.brand-copy strong{font:800 1.35rem/1 "Sora",sans-serif;letter-spacing:-.03em}
.brand-copy span{font-size:.78rem;font-weight:700;letter-spacing:.01em;margin-top:.24rem}
.site-nav{display:flex;align-items:center;gap:1.5rem}
.site-nav>a:not(.button){position:relative;color:var(--ink);text-decoration:none;font-weight:700;font-size:.94rem}
.site-nav>a:not(.button)::after{content:"";position:absolute;left:0;right:100%;bottom:-.5rem;height:3px;background:var(--blue);border-radius:3px;transition:right .2s ease}
.site-nav>a:hover::after,.site-nav>a.is-active::after{right:0}
.menu-toggle{display:none;width:46px;height:46px;border:0;border-radius:10px;background:var(--blue-deep);padding:10px;cursor:pointer}
.menu-toggle span:not(.sr-only){display:block;height:2px;background:var(--white);margin:4px 0;border-radius:2px}

.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:52px;padding:.78rem 1.25rem;border:2px solid var(--blue);border-radius:12px;background:var(--blue);color:var(--white);font-weight:700;text-decoration:none;box-shadow:0 9px 22px rgba(24,107,188,.2);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.button:hover{color:var(--white);background:var(--blue-dark);border-color:var(--blue-dark);transform:translateY(-2px);box-shadow:0 14px 28px rgba(18,79,139,.25)}
.button-small{min-height:44px;padding:.56rem 1rem}
.button-light{background:var(--white);border-color:var(--white);color:var(--blue-deep);box-shadow:0 10px 28px rgba(0,0,0,.16)}
.button-light:hover{background:var(--blue);border-color:var(--blue);color:var(--white)}
.button-outline{background:transparent;color:var(--blue-deep);border-color:var(--blue-deep);box-shadow:none}
.button-outline:hover{background:var(--blue-deep);color:var(--white)}
.text-link{display:inline-flex;align-items:center;gap:.4rem;font-weight:700;text-decoration-thickness:2px}
.text-link::after{content:"→";transition:transform .2s ease}
.text-link:hover::after{transform:translateX(4px)}
.text-link-light{color:var(--white)}
.text-link-light:hover{color:#b9daf6}

.hero{position:relative;isolation:isolate;overflow:hidden;min-height:720px;background:var(--blue-deep);color:var(--white)}
.hero::before{content:"";position:absolute;z-index:1;inset:0 auto 0 0;width:69%;background:var(--blue-deep);clip-path:polygon(0 0,82% 0,100% 100%,0 100%)}
.hero::after{content:"";position:absolute;z-index:2;left:0;bottom:0;width:62%;height:12px;background:var(--copper);clip-path:polygon(0 0,97% 0,100% 100%,0 100%)}
.hero-media{position:absolute;z-index:0;inset:0 0 0 38%;overflow:hidden}
.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,16,14,.34),transparent 36%)}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-grid{position:relative;z-index:3;min-height:720px;display:grid;grid-template-columns:minmax(0,1fr) 310px;align-items:end;gap:clamp(2rem,5vw,5rem);padding:5rem 0 4.5rem}
.hero-copy{align-self:center;max-width:690px}
.hero-copy h1{max-width:10.5ch;margin-bottom:.34em;color:var(--white);font-size:clamp(3.9rem,6.25vw,5.85rem);line-height:.94;letter-spacing:-.04em}
.hero-copy h1 span{display:block}
.hero-copy h1 span:first-child{color:var(--copper)}
.hero-copy p{max-width:52ch;color:#d8e8f5}
.hero-copy .hero-lead{font-size:clamp(1.08rem,1.5vw,1.27rem);line-height:1.55}
.badge-row{display:flex;gap:.55rem;flex-wrap:wrap;margin-bottom:1.7rem}
.badge{display:inline-flex;align-items:center;gap:.42rem;padding:.4rem .7rem;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:rgba(16,16,14,.62);color:var(--white);font-size:.79rem;font-weight:700;backdrop-filter:blur(7px)}
.badge::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--copper)}
.hero-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin-top:1.8rem}
.hero .button{background:var(--blue);border-color:var(--blue);color:var(--white);box-shadow:0 14px 30px rgba(0,0,0,.23)}
.hero .button:hover{background:var(--white);border-color:var(--white);color:var(--blue-deep)}
.hero .text-link{color:var(--white)}
.hero .text-link:hover{color:#b9daf6}
.hero-ticket{justify-self:end;width:100%;max-width:310px;padding:1.4rem 1.45rem;background:var(--blue);color:var(--white);clip-path:polygon(18px 0,100% 0,100% 100%,0 100%,0 18px);box-shadow:0 18px 42px rgba(0,0,0,.2)}
.hero-ticket strong{display:block;font-family:"Sora",sans-serif;font-size:1.08rem;margin-bottom:.35rem}
.hero-ticket span{display:block;font-size:.91rem;line-height:1.45}

.trust-strip{background:var(--white);border-block:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.trust-item{min-height:118px;display:flex;align-items:center;gap:1rem;padding:1.35rem;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.trust-item img{width:34px;height:34px;object-fit:contain}
.trust-item strong{display:block;font-family:"Sora",sans-serif;font-size:.95rem;color:var(--blue-deep)}
.trust-item span{display:block;color:var(--muted);font-size:.82rem;line-height:1.35;margin-top:.16rem}

.section{padding:clamp(4.5rem,8vw,7.5rem) 0}
.section-tight{padding:clamp(3rem,5vw,4.5rem) 0}
.section-blue{background:var(--blue-deep);color:#eaf4ff}
.section-blue h2,.section-blue h3{color:var(--white)}
.section-soft{background:#edf5fb}
.section-lime{background:var(--blue);color:var(--white)}
.section-lime h2{color:var(--white)}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2.4rem}
.section-heading>div{max-width:760px}
.section-heading p{max-width:65ch;color:var(--muted);margin-bottom:0}
.section-blue .section-heading p{color:#c9dded}
.intro-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2.5rem,7vw,6rem);align-items:start}
.intro-grid .large-copy{font-size:1.28rem;line-height:1.55;color:var(--blue-deep)}
.fact-panel{background:var(--white);padding:2rem;border-radius:16px;box-shadow:var(--shadow);transform:rotate(1deg)}
.fact-panel ul{list-style:none;padding:0;margin:0}
.fact-panel li{display:flex;gap:.75rem;padding:.7rem 0;border-bottom:1px solid var(--line)}
.fact-panel li:last-child{border-bottom:0}
.fact-panel li::before{content:"✓";font-weight:800;color:var(--blue);flex:0 0 auto}

.service-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.25rem}
.service-card{position:relative;overflow:hidden;background:var(--white);border-radius:16px;padding:1.6rem;box-shadow:0 12px 32px rgba(17,56,92,.1);min-height:260px;display:flex;flex-direction:column;justify-content:flex-end}
.service-card:nth-child(1),.service-card:nth-child(4){grid-column:span 7}
.service-card:nth-child(2),.service-card:nth-child(3){grid-column:span 5}
.service-card::before{content:"";position:absolute;width:145px;height:145px;border-radius:50%;background:var(--blue-soft);right:-46px;top:-45px}
.service-card:nth-child(even)::before{background:#e7eef5}
.service-card h3{max-width:16ch;position:relative}
.service-card p{color:var(--muted);max-width:53ch;position:relative}
.service-card .text-link{margin-top:auto;position:relative}
.service-card-wide{grid-column:span 12!important;min-height:auto;display:grid;grid-template-columns:1fr 1.25fr;gap:2rem;align-items:center;background:var(--blue);color:var(--white)}
.service-card-wide h3{color:var(--white)}
.service-card-wide p{color:#eaf4ff}
.service-card-wide .text-link{color:var(--white)}

.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;counter-reset:steps}
.process-step{counter-increment:steps;padding:1.7rem 0;position:relative}
.process-step::after{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:rgba(24,107,188,.72)}
.process-step::before{content:counter(steps);display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--blue);color:var(--white);font:800 1rem/1 "Sora",sans-serif;margin-bottom:1.25rem}
.process-step p{color:#c9dded}

.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,7vw,6rem);align-items:center}
.split-media{position:relative}
.split-media img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:16px;box-shadow:var(--shadow)}
.split-media::after{content:"";position:absolute;width:90px;height:90px;border:18px solid var(--lime);border-radius:50%;right:-28px;bottom:-28px}
.check-list{list-style:none;padding:0;margin:1.5rem 0}
.check-list li{position:relative;padding:.7rem 0 .7rem 2rem;border-bottom:1px solid rgba(23,50,77,.13)}
.check-list li::before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:800}

.estimate-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:2.5rem;align-items:start}
.estimate-list{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.estimate-item{background:var(--white);padding:1.25rem;border-radius:14px;min-height:145px;box-shadow:0 8px 24px rgba(17,56,92,.08)}
.estimate-item strong{display:block;font-family:"Sora",sans-serif;margin-bottom:.35rem;color:var(--blue-deep)}
.estimate-item span{font-size:.9rem;color:var(--muted)}

.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.35rem}
.guide-card{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 10px 28px rgba(17,56,92,.1);display:flex;flex-direction:column}
.guide-card img{width:100%;aspect-ratio:3/2;object-fit:cover}
.guide-card-content{padding:1.35rem;display:flex;flex-direction:column;flex:1}
.guide-card-content p{color:var(--muted)}
.guide-card-content .text-link{margin-top:auto}
.guide-card-featured{grid-column:span 2;display:grid;grid-template-columns:1.15fr .85fr}
.guide-card-featured img{height:100%;aspect-ratio:auto}

.faq-list{display:grid;gap:.8rem;max-width:900px;margin:0 auto}
.faq-list details{background:var(--white);border-radius:14px;box-shadow:0 7px 22px rgba(17,56,92,.08);padding:0 1.25rem}
.faq-list summary{cursor:pointer;list-style:none;font:700 1.06rem/1.4 "Sora",sans-serif;color:var(--blue-deep);padding:1.15rem 2.5rem 1.15rem 0;position:relative}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:"+";position:absolute;right:.2rem;top:.85rem;font-size:1.65rem;color:var(--blue)}
.faq-list details[open] summary::after{content:"−"}
.faq-list details p{color:var(--muted);padding:0 2.5rem 1.2rem 0}

.page-hero{padding:clamp(3.5rem,7vw,6rem) 0;background:#edf5fb;position:relative;overflow:hidden}
.page-hero h1{font-size:clamp(2.35rem,4.5vw,4rem)}
.page-hero::after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;border:45px solid rgba(24,107,188,.16);right:-80px;top:-85px}
.page-hero .shell{position:relative;z-index:2}
.page-hero p{max-width:68ch;font-size:1.15rem;color:var(--muted)}
.breadcrumb{display:flex;gap:.55rem;align-items:center;font-size:.87rem;margin-bottom:1.5rem;color:var(--muted)}
.breadcrumb a{font-weight:700}

.service-hero{padding:clamp(3.5rem,7vw,6rem) 0}
.service-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,6vw,5rem);align-items:center}
.service-hero img{border-radius:16px;box-shadow:var(--shadow);aspect-ratio:3/2;object-fit:cover}
.scope-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.scope-item{padding:1.25rem;background:var(--white);border-radius:14px;box-shadow:0 8px 23px rgba(17,56,92,.08)}
.scope-item strong{display:block;font-family:"Sora",sans-serif;color:var(--blue-deep);margin-bottom:.25rem}

.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem}
.contact-panel{padding:2rem;background:var(--white);border-radius:16px;box-shadow:var(--shadow)}
.contact-method{padding:1.4rem 0;border-bottom:1px solid var(--line)}
.contact-method:last-child{border-bottom:0}
.contact-method strong{display:block;font-family:"Sora",sans-serif;color:var(--blue-deep);margin-bottom:.35rem}
.contact-method a{font-size:1.2rem;font-weight:700}
.contact-aside{padding:2rem;background:var(--blue-deep);color:var(--white);border-radius:16px;transform:rotate(1deg)}
.contact-aside h2,.contact-aside h3{color:var(--white)}
.contact-aside li{margin:.6rem 0}

.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:4rem;align-items:start}
.article-body{max-width:760px}
.article-body>p:first-of-type{font-size:1.22rem;color:var(--blue-deep)}
.article-body h2{font-size:clamp(1.65rem,3vw,2.35rem);margin-top:2.1em}
.article-body h3{margin-top:1.8em}
.article-body li{margin:.45rem 0}
.article-body figure{margin:2rem 0}
.article-body figure img{width:100%;border-radius:16px}
.article-body figcaption{font-size:.82rem;color:var(--muted);margin-top:.55rem}
.article-meta{display:flex;gap:1rem;flex-wrap:wrap;color:var(--muted);font-size:.87rem;margin:1rem 0 2rem}
.article-side{position:sticky;top:112px;background:var(--white);padding:1.35rem;border-radius:14px;box-shadow:0 8px 24px rgba(17,56,92,.08)}
.article-side h2{font-size:1.05rem}
.article-side ul{padding-left:1.1rem;margin:0 0 1.4rem}
.article-side li{margin:.5rem 0;font-size:.9rem}
.source-note{padding:1rem 1.1rem;background:#edf5fb;border-radius:12px;color:var(--muted);font-size:.88rem}

.legal-copy{max-width:820px}
.legal-copy h2{font-size:1.7rem;margin-top:2em}
.error-page{text-align:center;padding:8rem 0}
.error-code{font:800 clamp(5rem,14vw,10rem)/.8 "Sora",sans-serif;color:var(--blue);letter-spacing:-.04em}
.error-actions{justify-content:center}

.closing-cta{background:var(--blue);color:var(--white);padding:3.2rem 0}
.closing-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center}
.closing-cta h2{color:var(--white);font-size:clamp(1.9rem,3.5vw,3rem)}
.closing-cta p{color:#e8f3fb;max-width:62ch;margin-bottom:0}
.closing-actions{display:flex;flex-direction:column;align-items:flex-end;gap:1rem}
.site-footer{background:var(--blue-deep);color:#c9dded;padding:4rem 0 1.5rem}
.site-footer h2{font-size:1rem;color:var(--white);letter-spacing:0;margin-bottom:1rem}
.footer-grid{display:grid;grid-template-columns:1.4fr .75fr 1fr 1fr;gap:2.5rem}
.brand-footer{color:var(--white);margin-bottom:1.2rem}
.footer-brand p{max-width:40ch;font-size:.92rem}
.fine-print{font-size:.78rem!important;opacity:.8}
.footer-links{list-style:none;padding:0;margin:0}
.footer-links li{margin:.45rem 0}
.site-footer a{color:#e8f3fb}
.site-footer a:hover{color:#b9daf6}
.site-footer address{font-size:.9rem;line-height:1.9}
.legal-row{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid rgba(255,255,255,.15);margin-top:3rem;padding-top:1.3rem;font-size:.8rem}
.legal-row p{margin:0}
.legal-row div{display:flex;gap:1.2rem}

@media (max-width:980px){
  .site-nav{position:absolute;left:20px;right:20px;top:76px;display:none;flex-direction:column;align-items:stretch;gap:.3rem;background:var(--white);padding:1rem;border-radius:14px;box-shadow:var(--shadow)}
  .site-nav.is-open{display:flex}
  .site-nav>a{padding:.72rem}
  .site-nav>a:not(.button)::after{display:none}
  .menu-toggle{display:block}
  .hero{display:flex;flex-direction:column;min-height:0}
  .hero::before{z-index:0;width:100%;clip-path:none}
  .hero::after{display:none}
  .hero-grid{order:1;min-height:0;display:block;padding:4.25rem 0 3.5rem}
  .hero-copy{max-width:760px}
  .hero-media{position:relative;order:2;inset:auto;z-index:1;height:min(62vw,520px)}
  .hero-media::after{background:linear-gradient(180deg,rgba(16,16,14,.2),transparent 34%)}
  .hero-ticket{max-width:390px;margin-top:2.5rem}
  .service-hero-grid{grid-template-columns:1fr}
  .trust-grid{grid-template-columns:1fr 1fr}
  .trust-item:nth-child(2){border-right:0}
  .trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .guide-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1.3fr 1fr 1fr}
  .footer-brand{grid-column:span 3}
  .article-layout{grid-template-columns:1fr}
  .article-side{position:static;max-width:620px}
}

@media (max-width:720px){
  :root{--shell:min(100% - 28px,1160px)}
  body{font-size:16px}
  h1{font-size:clamp(2.35rem,12vw,3.25rem)}
  .page-hero h1{font-size:clamp(2.15rem,10vw,2.75rem)}
  .notice-inner{padding:.55rem 0;gap:.45rem .8rem;line-height:1.3}
  .notice-inner a{width:100%;margin-left:0}
  .notice-separator{display:none}
  .header-inner{min-height:76px}
  .brand-copy span{font-size:.7rem}
  .brand-copy strong{font-size:1.2rem}
  .brand img{width:46px;height:46px}
  .hero-grid{padding:3.3rem 0 3rem}
  .hero-copy h1{font-size:clamp(3rem,14vw,4.5rem);max-width:10ch}
  .hero-actions{align-items:stretch;flex-direction:column}
  .hero-actions .button,.hero-actions .text-link{justify-content:center}
  .hero-media{height:68vw;min-height:290px;max-height:430px}
  .hero-ticket{margin-top:2.2rem;max-width:none}
  .trust-grid{grid-template-columns:1fr}
  .trust-item{border-right:0;border-bottom:1px solid var(--line)!important;min-height:90px}
  .trust-item:last-child{border-bottom:0!important}
  .section-heading{display:block}
  .section-heading .text-link{margin-top:1rem}
  .intro-grid,.split,.estimate-grid,.contact-grid,.closing-grid{grid-template-columns:1fr}
  .service-grid{display:block}
  .service-card{margin-bottom:1rem;min-height:0}
  .service-card-wide{display:block}
  .process-grid{grid-template-columns:1fr}
  .scope-grid{grid-template-columns:1fr 1fr}
  .estimate-list{grid-template-columns:1fr}
  .guide-grid{grid-template-columns:1fr}
  .guide-card-featured{grid-column:auto;display:flex}
  .guide-card-featured img{aspect-ratio:3/2}
  .closing-actions{align-items:stretch}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:span 2}
  .legal-row{display:block}
  .legal-row div{margin-top:.7rem;flex-wrap:wrap}
  .article-body{min-width:0}
  table{display:block;overflow-x:auto;white-space:normal}
}

@media (max-width:460px){
  .scope-grid,.footer-grid{grid-template-columns:1fr}
  .footer-brand{grid-column:auto}
  .badge-row{gap:.4rem}
  .badge{font-size:.75rem}
}

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