:root{--navy:#082f5a;--navy-deep:#052b52;--blue:#0a5b9e;--blue-light:#dceefa;--ice:#f2f8fd;--paper:#ffffff;--ink:#092447;--muted:#53657b;--line:#d9e3ec;--accent:#ee6b3b;--shadow:0 7px 20px rgba(6,37,72,0.11)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica Neue,sans-serif;font-size:18px;line-height:1.68;-webkit-font-smoothing:antialiased}a{color:inherit;text-underline-offset:4px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #f2a900;outline-offset:3px}img{max-width:100%}h1,h2,h3,p{margin-top:0}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:100;padding:.75rem 1rem;border-radius:4px;background:#fff;box-shadow:var(--shadow)}.site-header{position:sticky;top:0;z-index:30;border-bottom:1px solid #e2e9f0;background:rgba(255,255,255,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{width:min(100%,1320px);min-height:92px;margin:0 auto;padding:0 28px;display:flex;align-items:center;gap:34px}.brand{flex:0 0 auto;display:inline-flex;align-items:center;gap:11px;color:var(--navy);line-height:.92;text-decoration:none}.journal-mark{width:43px;height:43px;flex:0 0 auto}.brand-name{display:grid}.brand-name strong{font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:700;letter-spacing:.015em;text-transform:uppercase}.site-nav{min-width:0;margin-left:auto;display:flex;align-self:stretch;align-items:center;gap:clamp(16px,2vw,31px)}.site-nav a{position:relative;padding:36px 0 31px;color:#102c4f;font-size:13px;font-weight:800;letter-spacing:.02em;text-decoration:none;text-transform:uppercase;white-space:nowrap}.site-nav a:hover{color:var(--blue)}.site-nav a:first-child:after{content:"";position:absolute;right:0;bottom:22px;left:0;height:2px;background:var(--blue)}.header-tools{display:flex;align-items:center;gap:20px}.search-link{width:44px;height:44px;display:grid;place-items:center;text-decoration:none}.search-link svg{width:20px;fill:none;stroke:var(--navy);stroke-linecap:round;stroke-width:1.8}.header-cta{padding:13px 19px;border-radius:4px;background:var(--navy);color:#fff;font-size:13px;font-weight:800;letter-spacing:.03em;text-decoration:none;text-transform:uppercase;white-space:nowrap}.header-cta:hover{background:var(--blue)}.section-shell{width:min(100%,1320px);margin:0 auto;padding:56px 28px}.journal-hero{position:relative;min-height:438px;overflow:hidden;background:#eef7ff}.journal-hero:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(247,251,255,1),rgba(247,251,255,.98) 28%,rgba(247,251,255,.76) 43%,rgba(247,251,255,.04) 65%);pointer-events:none}.journal-hero-image{object-fit:cover;object-position:center}.journal-hero-inner{position:relative;z-index:2;width:min(100%,1260px);min-height:438px;margin:0 auto;padding:60px 28px 50px;display:flex;align-items:center}.hero-content{width:min(520px,46%)}.card-category,.eyebrow,.kicker{color:var(--blue);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.journal-hero .eyebrow{display:none}.journal-hero h1{margin:0 0 18px;color:var(--navy-deep);font-family:Georgia,Times New Roman,serif;font-size:clamp(44px,4.2vw,61px);font-weight:700;letter-spacing:-.035em;line-height:.98}.hero-copy{max-width:485px;margin-bottom:25px;color:#263c58;font-size:18px;line-height:1.65}.hero-actions{display:flex;gap:20px;flex-wrap:wrap}.button{min-height:50px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--navy);border-radius:4px;font:inherit;font-size:15px;font-weight:800;text-decoration:none;cursor:pointer}.button.primary{background:var(--navy);color:#fff}.button.primary:hover{background:var(--blue);border-color:var(--blue)}.button.ghost{background:rgba(255,255,255,.66);color:var(--navy)}.button.ghost:hover{background:#fff}.button:disabled{cursor:wait;opacity:.68}.headline-section{padding-top:24px;padding-bottom:30px}.headline-heading{margin-bottom:14px;display:flex;align-items:end;justify-content:space-between;gap:24px}.headline-heading h2{margin:0;color:var(--navy-deep);font-family:Georgia,Times New Roman,serif;font-size:31px;line-height:1}.headline-heading>a{color:var(--blue);font-size:15px;font-weight:700;text-decoration:none}.headline-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.article-card{position:relative;min-height:294px;overflow:hidden;border:1px solid var(--line);border-radius:5px;background:#fff;box-shadow:0 3px 12px rgba(9,36,71,.08)}.article-card-image{position:absolute;z-index:0;inset:0 0 0 43%}.article-card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff,rgba(255,255,255,.94) 12%,rgba(255,255,255,.23) 70%)}.article-card-image img{object-fit:cover}.article-card-body{position:relative;z-index:1;width:72%;min-height:294px;padding:20px;display:flex;flex-direction:column}.card-category{width:max-content;max-width:100%;padding:2px 6px;overflow:hidden;border:1px solid;border-radius:3px;font-size:12px;letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap}.article-card h3{margin:13px 0 8px;color:#061e3e;font-size:20px;line-height:1.35}.article-card h3 a{text-decoration:none}.article-card h3 a:after{content:"";position:absolute;inset:0}.article-card p{max-width:88%;margin-bottom:14px;color:var(--muted);font-size:16px;line-height:1.58}.card-meta{margin-top:auto;display:flex;flex-direction:column;gap:8px;color:#64768a;font-size:14px}.card-meta span{color:var(--blue);font-size:15px;font-weight:800}.headline-grid .article-card{min-height:230px}.headline-grid .article-card-body{width:74%;min-height:230px;padding:18px 16px}.headline-grid .article-card h3{margin:12px 0 10px;font-size:16.5px;line-height:1.45}.headline-grid .article-card p{display:none}.headline-grid .card-meta{gap:7px}.headline-grid .article-card-image{left:48%}.headline-grid article:nth-child(2) .card-category{color:#008c76}.headline-grid article:nth-child(3) .card-category{color:#7b35b2}.headline-grid article:nth-child(4) .card-category{color:#16718a}.feature-band{border-top:1px solid #d9eafa;border-bottom:1px solid #d9eafa;background:linear-gradient(100deg,#f1f8ff,#e5f3ff)}.feature-grid{width:min(100%,1260px);margin:0 auto;padding:28px;display:grid;grid-template-columns:repeat(4,1fr);gap:34px}.feature-grid article{display:flex;align-items:center;gap:16px}.feature-icon-wrap{width:52px;height:52px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.62)}.feature-icon{width:32px;fill:none;stroke:var(--blue);stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.feature-grid article:nth-child(3) .feature-icon{stroke:#7331b6}.feature-grid h2{margin:0 0 5px;font-size:17px;line-height:1.35}.feature-grid p{margin:0;color:#263c58;font-size:15px;line-height:1.58}.section-heading{margin-bottom:34px;display:flex;align-items:end;justify-content:space-between;gap:42px}.section-heading>div{max-width:830px}.contact-section h2,.editorial-proof h2,.newsletter-section h2,.section-heading h2{margin:10px 0 16px;color:var(--navy-deep);font-family:Georgia,Times New Roman,serif;font-size:clamp(35px,4vw,52px);letter-spacing:-.025em;line-height:1.08}.contact-section>div>p,.editorial-proof-copy>p,.newsletter-section p,.section-heading p{max-width:760px;margin-bottom:0;color:#40556d;font-size:18px;line-height:1.7}.section-heading>a,.text-link{flex:0 0 auto;color:var(--blue);font-size:16px;font-weight:800;text-decoration:none}.library-section{padding-top:72px;padding-bottom:78px}.library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.library-grid .article-card,.library-grid .article-card-body{min-height:335px}.orientation-section{border-block:1px solid #dce8f2;background:#f3f8fc}.orientation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.orientation-grid>a{position:relative;min-height:310px;padding:30px;display:flex;flex-direction:column;border:1px solid #cbd9e6;border-radius:8px;background:#fff;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.orientation-grid>a:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.orientation-number{position:absolute;top:22px;right:24px;color:#d4e6f5;font-size:52px;font-weight:700;line-height:1}.orientation-grid h3,.orientation-number{font-family:Georgia,Times New Roman,serif}.orientation-grid h3{max-width:330px;margin:30px 0 12px;color:var(--navy-deep);font-size:25px;line-height:1.22}.orientation-grid p{margin-bottom:22px;color:#4a6078;font-size:16px;line-height:1.65}.orientation-grid strong{margin-top:auto;color:var(--blue);font-size:16px}.editorial-proof{padding-top:84px;padding-bottom:84px;display:grid;grid-template-columns:1.25fr .85fr;align-items:center;gap:80px}.editorial-proof-copy .text-link{display:inline-block;margin-top:24px}.editorial-stats{margin:0;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}.editorial-stats div{min-height:155px;padding:24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.editorial-stats div:last-child{grid-column:1/-1;min-height:125px}.editorial-stats dt{color:var(--blue);font-family:Georgia,Times New Roman,serif;font-size:47px;font-weight:700;line-height:1}.editorial-stats dd{margin:12px 0 0;color:#435970;font-size:16px;line-height:1.5}.newsletter-section{border-block:1px solid #cfe1f0;background:linear-gradient(110deg,#edf7ff,#dceefa)}.newsletter-layout{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:75px}.newsletter-layout ul{margin:24px 0 0;padding-left:22px;color:#344d68;font-size:16px}.newsletter-layout li{margin:8px 0}.newsletter-form{padding:28px;display:grid;grid-template-columns:1fr 1.4fr;gap:16px;border:1px solid #bbd1e2;border-radius:8px;background:#fff;box-shadow:var(--shadow)}.newsletter-form label{display:grid;gap:7px;color:var(--ink);font-size:15px;font-weight:700}.newsletter-form input:not([type]),.newsletter-form input[type=email],.newsletter-form input[type=text]{width:100%;min-height:50px;padding:12px 13px;border:1px solid #aebdcb;border-radius:4px;color:var(--ink);font:inherit}.newsletter-consent{grid-column:1/-1;display:flex!important;align-items:flex-start;gap:10px!important;font-size:14px!important;font-weight:400!important;line-height:1.55}.newsletter-consent input{width:20px;height:20px;flex:0 0 auto;margin:2px 0 0;accent-color:var(--blue)}.newsletter-consent a{color:var(--blue)}.newsletter-form .button{width:max-content}.newsletter-form.compact{grid-template-columns:1fr}.newsletter-form.compact .newsletter-consent{grid-column:auto}.contact-section{padding-top:85px;padding-bottom:85px;align-items:start}.contact-warning{margin-top:30px;padding:20px;border-left:4px solid #d57b17;background:#fff7e8;color:#4f3d27;font-size:15px}.contact-warning p{margin:7px 0 0}.form-consent{display:flex!important;align-items:flex-start;gap:10px!important;font-size:14px!important;font-weight:400!important;line-height:1.55}.form-consent input{width:20px!important;min-height:20px!important;height:20px;flex:0 0 auto;margin:2px 0 0;accent-color:var(--blue)}.form-consent a{color:var(--blue)}.listing-note{max-width:850px;margin:32px 0;padding:20px 24px;border-left:4px solid var(--blue);background:var(--ice);color:#344d68;font-size:16px}.listing-note p{margin:5px 0 0}.topic-nav{margin:42px 0 68px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.topic-nav a{min-height:118px;padding:22px;display:grid;align-content:center;border:1px solid var(--line);border-radius:6px;text-decoration:none}.topic-nav a:hover{border-color:var(--blue);background:var(--ice)}.topic-nav strong{color:var(--navy);font-size:19px}.topic-nav span{margin-top:5px;color:#54697f;font-size:15px}.listing-results{margin:62px 0 0;display:flex;align-items:end;justify-content:space-between;gap:40px}.listing-results h2{margin:7px 0 0;color:var(--navy);font-family:Georgia,Times New Roman,serif;font-size:34px}.listing-results>p{max-width:470px;margin:0;color:#566b81;font-size:15px}.key-points{margin:36px 0;padding:28px 30px;border:1px solid #bad5e8;border-radius:8px;background:#edf7fe}.key-points ul{margin:15px 0 0;padding-left:23px}.key-points li{margin:10px 0;color:#253f59;font-size:17px;line-height:1.65}.article-toc{margin:35px 0;padding:27px 30px;border:1px solid var(--line);border-radius:8px}.article-toc strong{color:var(--navy);font-family:Georgia,Times New Roman,serif;font-size:24px}.article-toc ol{margin:14px 0 0;padding-left:25px}.article-toc li{margin:9px 0;padding-left:4px;color:var(--blue);font-size:16px}.article-toc a{font-weight:700;text-decoration-thickness:1px}.medical-note strong{display:block;margin-bottom:5px;color:var(--navy)}.medical-note p{margin:0}.sources>p{color:#50657b;font-size:16px}.sources a{color:var(--blue);font-weight:700}.article-newsletter{margin-top:60px;padding:30px;display:grid;grid-template-columns:1fr 1fr;gap:28px;border-radius:8px;background:#e9f5fd}.article-newsletter h2{margin:8px 0;color:var(--navy);font-family:Georgia,Times New Roman,serif;font-size:30px;line-height:1.2}.article-newsletter p{margin:0;color:#40566e;font-size:15px}.article-newsletter .newsletter-form{grid-template-columns:1fr;padding:20px}.article-newsletter .newsletter-consent{grid-column:auto}.related{margin-top:55px;padding-top:35px;border-top:1px solid var(--line)}.related h2{margin:8px 0 15px;color:var(--navy);font-family:Georgia,Times New Roman,serif;font-size:30px}.related>a{padding:14px 0;display:flex;justify-content:space-between;gap:25px;border-bottom:1px solid var(--line);color:var(--navy);font-size:17px;font-weight:700;text-decoration:none}.related>a:hover{color:var(--blue)}footer{padding:34px max(28px,calc((100vw - 1260px) / 2)) 18px;background:linear-gradient(115deg,#07325d,#062b52 70%,#063866);color:#fff}.footer-grid{display:grid;grid-template-columns:1.7fr .85fr .85fr .85fr 1.35fr;gap:38px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:8px}.footer-grid .brand{color:#fff}.footer-grid .brand-name strong{font-size:18px}.footer-brand>p,.footer-news p{margin:15px 0 0;color:#e5eef7;font-size:17px;line-height:1.65}.footer-brand>p{max-width:330px}.footer-title{margin-bottom:8px;font-size:14px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.footer-grid>div>a:not(.brand):not(.footer-news-link){width:max-content;max-width:100%;color:#e5edf5;font-size:15px;text-decoration:none}.footer-grid>div>a:hover{color:#9dd6ff}.footer-news-link{min-height:41px;margin-top:4px;padding:0 4px 0 13px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #fff;border-radius:4px;background:#fff;color:var(--navy)!important;font-size:11px;text-decoration:none}.footer-news-link span:last-child{width:36px;height:34px;display:grid;place-items:center;border-radius:3px;background:var(--navy);color:#fff;font-size:17px}.footer-note{margin:22px 0 0;padding-top:15px;border-top:1px solid rgba(255,255,255,.14);color:#b9cada;font-size:14px;text-align:center}.article-page>h1,.city-page>h1,.listing-page>h1,.prose-page>h1{max-width:920px;margin:12px 0 20px;color:var(--navy-deep);font-family:Georgia,Times New Roman,serif;font-size:clamp(39px,5vw,65px);letter-spacing:-.035em;line-height:1.02}.lead{max-width:850px;color:#344d68;font-size:21px;line-height:1.65}.event-list,.listing-page .card-grid,.place-grid,.topic-grid{margin-top:38px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.event-list article,.place-card,.topic-grid article{padding:24px;border:1px solid var(--line);border-radius:6px;background:#fff;box-shadow:0 3px 12px rgba(9,36,71,.06)}.event-list h2,.place-card h2,.topic-grid h2{color:var(--navy);font-family:Georgia,Times New Roman,serif}.prose-page{max-width:900px}.prose-page h2{margin-top:42px;color:var(--navy);font-family:Georgia,Times New Roman,serif;font-size:29px}.prose-page li{margin:10px 0}.article-page{max-width:930px}.breadcrumbs{margin-bottom:38px;gap:8px;flex-wrap:wrap;color:#718197}.article-meta,.breadcrumbs{display:flex;font-size:15px}.article-meta{margin:28px 0;padding:14px 0;gap:24px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:#65768a}.article-content{color:#1f3852;font-family:Georgia,Times New Roman,serif;font-size:20px;line-height:1.86}.article-content h2{margin:52px 0 15px;color:var(--navy);font-size:31px;line-height:1.2}.article-content p{margin-bottom:22px}.article-content section{scroll-margin-top:125px}.medical-note,.source-box{margin:30px 0;padding:20px 22px;border-left:4px solid var(--blue);background:var(--ice);color:#38506a;font-size:16px}.sources{margin-top:55px;padding-top:25px;border-top:1px solid var(--line)}.sources h2{color:var(--navy);font-family:Georgia,Times New Roman,serif}.sources li{margin:13px 0}.related{margin-top:42px;display:grid;gap:10px}.contact-section,.trust-section{display:grid;grid-template-columns:1fr 1fr;gap:50px}.contact-form{padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:16px;border:1px solid var(--line);border-radius:6px;box-shadow:var(--shadow)}.contact-form label{display:grid;gap:7px;font-size:15px;font-weight:700}.contact-form .wide{grid-column:1/-1}.contact-form input,.contact-form select,.contact-form textarea{width:100%;min-height:50px;padding:12px 13px;border:1px solid #aebdcb;border-radius:4px;background:#fff;color:var(--ink);font:inherit}.contact-form textarea{min-height:150px;resize:vertical}.honeypot{position:absolute;left:-9999px}.form-status{margin:auto 0;font-size:15px}.form-status.success{color:#087249}.form-status.error{color:#a12626}.city-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.city-grid.large{grid-template-columns:repeat(3,1fr)}.city-card{padding:18px;display:grid;border:1px solid var(--line);border-radius:5px;text-decoration:none}.city-card span{color:var(--navy);font-weight:800}.attribution,.city-card small,.privacy-note{color:#66778b;font-size:14px;line-height:1.55}.neighborhoods{margin:28px 0;display:flex;flex-wrap:wrap;gap:8px}.neighborhoods span,.neighborhoods strong{padding:8px 13px;border:1px solid var(--line);border-radius:999px;font-size:14px}.place-card dl{font-size:14px}.place-card dt{font-weight:800}.place-card dd{margin:0 0 8px}.source-link{font-size:14px}.footer-news .newsletter-form{margin-top:5px;padding:0;gap:11px;border:0;background:transparent;box-shadow:none}.footer-news .newsletter-form label{color:#fff;font-size:14px}.footer-news .newsletter-form input[type=email]{border-color:#fff}.footer-news .newsletter-consent{color:#dbe8f4;font-size:14px!important}.footer-news .newsletter-consent a{color:#fff}.footer-news .newsletter-form .button{width:100%;border-color:#fff;background:#fff;color:var(--navy)}.footer-news .form-status{color:#fff}@media (max-width:1120px){.header-inner{gap:20px}.site-nav{gap:16px;overflow-x:auto}.site-nav a{font-size:12px}.header-cta{display:none}.feature-grid,.headline-grid{grid-template-columns:repeat(2,1fr)}.library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.orientation-grid{grid-template-columns:repeat(2,1fr)}.orientation-grid>a:last-child{grid-column:1/-1;min-height:260px}.editorial-proof,.newsletter-layout{grid-template-columns:1fr;gap:42px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-news{grid-column:span 2}}@media (max-width:760px){.site-header{position:static}.header-inner{min-height:auto;padding:15px 18px 0;flex-wrap:wrap}.journal-mark{width:39px;height:39px}.brand-name strong{font-size:17px}.site-nav{order:3;width:calc(100% + 36px);margin:0 -18px;padding:0 18px;gap:23px;border-top:1px solid #e9eef4}.site-nav a{padding:15px 0 13px;font-size:12px}.site-nav a:first-child:after{bottom:6px}.header-tools{margin-left:auto}.journal-hero,.journal-hero-inner{min-height:565px}.journal-hero-image{object-position:68% center}.journal-hero:after{background:linear-gradient(180deg,rgba(247,251,255,.96),rgba(247,251,255,.87) 51%,rgba(247,251,255,.08))}.journal-hero-inner{padding:42px 20px 210px;align-items:flex-start}.hero-content{width:100%}.journal-hero h1{max-width:520px;font-size:clamp(40px,12.5vw,54px)}.hero-copy{font-size:17px;line-height:1.65}.button{flex:1 1 190px}.section-shell{padding:42px 18px}.headline-section{padding-top:30px;padding-bottom:34px}.headline-heading{align-items:flex-start}.headline-heading h2{font-size:29px}.headline-heading>a{font-size:0}.headline-heading>a span{font-size:20px}.headline-grid{grid-template-columns:1fr;gap:14px}.headline-grid .article-card{min-height:230px}.headline-grid .article-card-body{min-height:230px;padding:18px}.headline-grid .article-card h3{font-size:17px}.feature-grid{grid-template-columns:1fr;gap:25px;padding:32px 20px}.feature-grid h2{font-size:17px}.feature-grid p{font-size:15px}.section-heading{align-items:flex-start;flex-direction:column;gap:18px}.contact-section h2,.editorial-proof h2,.newsletter-section h2,.section-heading h2{font-size:35px}.contact-section>div>p,.editorial-proof-copy>p,.newsletter-section p,.section-heading p{font-size:17px}.library-grid,.orientation-grid,.topic-nav{grid-template-columns:1fr}.orientation-grid>a,.orientation-grid>a:last-child{min-height:280px;grid-column:auto}.article-newsletter,.editorial-proof,.newsletter-layout{grid-template-columns:1fr;gap:30px}.editorial-stats dt{font-size:40px}.newsletter-form{padding:20px;grid-template-columns:1fr}.newsletter-consent{grid-column:auto}.listing-results{align-items:flex-start;flex-direction:column;gap:14px}footer{padding:35px 20px 18px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px 22px}.footer-brand,.footer-news{grid-column:1/-1}.city-grid,.city-grid.large,.event-list,.listing-page .card-grid,.place-grid,.topic-grid{grid-template-columns:1fr}.article-card,.article-card-body{min-height:280px}.article-meta{flex-direction:column;gap:6px}.article-content{font-size:18px;line-height:1.8}.article-content h2{font-size:28px}.article-toc,.key-points{padding:22px 20px}.related>a{align-items:flex-start}.contact-form,.contact-section,.trust-section{grid-template-columns:1fr}.contact-form .wide{grid-column:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}