/*
Theme Name: Entorse Cheville
Theme URI: https://entorse-cheville.fr/
Description: Un thème éditorial médical, adapté de theme-base, pour comprendre les entorses et accompagner la récupération.
Version: 1.0.2
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: entorse-cheville
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
@font-face{font-family:Manrope;src:url("assets/fonts/manrope.ttf") format("truetype");font-style:normal;font-weight:200 800;font-display:swap}
:root{--navy:#153d50;--navy-dark:#102f3e;--teal:#06716f;--teal-light:#e9f4f1;--ink:#173c4c;--muted:#58707b;--line:#dce6e7;--paper:#f3f7f6;--white:#fff;--font:Manrope,Arial,sans-serif}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:110px}
body{margin:0;color:var(--ink);background:var(--white);font-family:var(--font);font-size:15px;line-height:1.8;-webkit-font-smoothing:antialiased}
body,input,button,textarea,select{font-family:var(--font)}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font-size:inherit}
button,a,input,summary,textarea{touch-action:manipulation}
button{cursor:pointer}
img{display:block;max-width:100%;height:auto}
svg{flex-shrink:0}
.icon{width:24px;height:24px;vertical-align:middle}
button{color:inherit}
h1,h2,h3,h4,p{margin:0}
h1,h2,h3,h4{line-height:1.2;letter-spacing:-.04em}
h1{font-size:clamp(36px,4.4vw,64px);font-weight:700}
h2{font-size:clamp(30px,3vw,43px);font-weight:700}
h2 span,h1 span{font-weight:400}
p{color:var(--muted)}
:focus-visible{outline:3px solid #ca7100;outline-offset:5px}
[hidden]{display:none!important}
.container{width:min(1240px,calc(100% - 96px));margin-inline:auto}
.section{padding-block:96px}
.screen-reader-text,.skip-link:not(:focus){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:focus{position:fixed;z-index:99999;top:10px;left:10px;background:#fff;padding:12px 20px}
.topbar{background:var(--navy);color:#e4efef;font-size:11px;letter-spacing:.025em}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;min-height:36px;gap:20px}
.topbar-inner>span:first-child{display:flex;align-items:center;gap:9px;font-weight:650}
.topbar .icon{width:19px;height:19px;color:#78cfbd}
.site-header{position:sticky;top:0;z-index:30;background:#fffffffa;border-bottom:1px solid #e7eded}
.admin-bar .site-header{top:32px}
.header-inner{display:flex;align-items:center;gap:34px;min-height:96px}
.brand{display:inline-flex;align-items:center;gap:11px;flex-shrink:0;font-size:24px;line-height:1.05;letter-spacing:-1px;font-weight:750}
.brand-mark{display:grid;place-items:center;width:46px;height:48px;border-radius:13px 13px 13px 0;background:var(--teal);color:white}
.brand-mark .icon{width:31px;height:31px;stroke-width:1.5}
.brand-accent{color:var(--teal);font-weight:450}
.brand small{display:block;font-size:8px;letter-spacing:1.7px;font-weight:600;margin-top:9px;color:var(--muted)}
.custom-logo-link{flex-shrink:0}
.custom-logo{max-width:240px;max-height:65px;width:auto;object-fit:contain}
.primary-navigation{margin-left:auto}
.nav-list{display:flex;align-items:center;gap:27px;list-style:none;padding:0;margin:0}
.nav-list>li{position:relative}
.nav-list a{display:block;font-size:12px;font-weight:700;padding:12px 0;transition:color .2s}
.nav-list a:hover,.nav-list .current-menu-item>a{color:var(--teal)}
.nav-list .sub-menu{display:none;position:absolute;left:0;top:100%;min-width:230px;background:white;box-shadow:0 10px 35px #153d5020;border:1px solid var(--line);padding:12px 22px;list-style:none}
.nav-list li:hover>.sub-menu,.nav-list li:focus-within>.sub-menu{display:block}
.nav-list .sub-menu .sub-menu{left:100%;top:0}
.nav-list .sub-menu li{position:relative}
.nav-list .sub-menu a{padding:8px 0}
.icon-button{width:42px;height:42px;display:grid;place-items:center;background:transparent;border:0;border-left:1px solid var(--line);padding-left:20px}
.icon-button .icon{width:21px;height:21px}
.menu-toggle{display:none}
.header-search{border-top:1px solid var(--line);padding:24px 0;background:var(--paper)}
.search-form{display:flex;gap:10px;max-width:740px}
.search-field{min-width:0;flex:1;border:1px solid #b7caca;background:#fff;border-radius:2px;padding:14px 18px;color:var(--ink);width:100%}
.search-field::placeholder{color:#637780}
.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;background:var(--teal);color:white;border:1px solid var(--teal);padding:15px 23px;min-height:54px;font-size:12px;font-weight:750;line-height:1.5;border-radius:2px;transition:background .2s,transform .2s}
.button:hover{background:var(--navy);border-color:var(--navy);transform:translateY(-2px)}
.button .icon{width:19px;height:19px}
.button-outline{background:transparent;border-color:var(--teal);color:var(--teal)}
.button-outline:hover{color:#fff}
.button-white{background:white;border-color:white;color:var(--navy)}
.button-white:hover{background:#dfefea;border-color:#dfefea;color:var(--navy)}
.text-link{display:inline-flex;align-items:center;gap:14px;font-size:12px;font-weight:750;color:var(--navy);line-height:1.6}
.text-link:hover{color:var(--teal)}
.text-link .icon{width:19px}
.eyebrow{font-size:10px;font-weight:800;letter-spacing:2px;line-height:1.7;color:var(--teal);margin-bottom:18px}
.hero{position:relative;isolation:isolate;min-height:614px;background:#eef2ee;overflow:hidden}
.hero-image{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center 55%;z-index:-3;inset:0}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#f1f5f1 0%,#f1f5f1fa 26%,#f1f5f1e8 38%,#f1f5f1a8 49%,#f1f5f128 66%,transparent 78%);z-index:-2}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#183c4a21,transparent 40%);z-index:-1}
.hero-inner{padding-top:98px;padding-bottom:126px}
.hero-copy{max-width:650px}
.hero .eyebrow{display:flex;align-items:center;gap:10px;font-size:9px;margin-bottom:22px}
.hero .eyebrow span{width:22px;height:2px;background:var(--teal)}
.hero h1{font-size:clamp(42px,4.35vw,66px);font-weight:700;line-height:1.13;letter-spacing:-3.3px;margin-left:-3px}
.hero-description{max-width:435px;font-size:14px;line-height:1.95;margin-top:24px;color:#49626b}
.hero-actions{display:flex;align-items:center;gap:26px;margin-top:31px}
.hero-signature{margin-top:30px;display:flex;align-items:center;gap:10px;color:#476569;font-size:10px}
.hero-signature .icon{width:19px;height:19px;color:var(--teal)}
.hero-caption{position:absolute;right:max(48px,calc((100% - 1240px)/2));bottom:112px;color:#fff;font-size:9px;letter-spacing:2px;line-height:2;text-shadow:0 1px 8px #0009}
.hero-caption strong{font-size:19px;font-weight:550;letter-spacing:-.2px}
.caption-line{display:block;width:35px;height:2px;background:#fff;margin-bottom:15px}
.quick-links{display:grid;grid-template-columns:repeat(3,1fr);position:relative;z-index:2;margin-top:-43px}
.quick-card{background:#06716f;color:#fff;display:flex;gap:18px;align-items:flex-start;min-height:151px;padding:29px 26px;transition:background .2s}
.quick-card:nth-child(2){background:#166d7e}
.quick-card:nth-child(3){background:var(--navy)}
.quick-card:hover{background:#205463}
.quick-card>.icon:first-child{width:33px;height:33px;stroke-width:1.25;margin-top:8px;opacity:.9}
.quick-card div{flex:1}
.quick-card span{font-size:8px;font-weight:700;letter-spacing:1.6px;color:#dcf0ec}
.quick-card h2{font-size:18px;font-weight:650;letter-spacing:-.5px;margin:10px 0 7px}
.quick-card p{font-size:10px;line-height:1.7;color:#e0efed}
.quick-arrow{width:19px;height:19px;align-self:center}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:41px}
.section-heading>p{font-size:13px;line-height:1.9;max-width:415px;padding-bottom:3px}
.section-heading>.text-link{margin-bottom:7px}
.topic-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.topic-card{padding:27px 27px 25px;border:1px solid var(--line);border-right:0;transition:background .2s;display:flex;flex-direction:column}
.topic-card:last-child{border-right:1px solid var(--line)}
.topic-card:hover{background:var(--paper)}
.topic-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}
.topic-top .icon{width:39px;height:39px;stroke-width:1.15;color:var(--teal)}
.topic-top span{color:#5b7376;font-size:11px;font-weight:600}
.topic-card h3{font-size:19px;letter-spacing:-.65px;line-height:1.35;margin-bottom:13px;max-width:190px}
.topic-card p{font-size:12px;line-height:1.95;margin-bottom:25px}
.card-link{margin-top:auto;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:space-between;gap:14px;color:var(--teal)}
.card-link .icon{width:19px;height:19px}
.understand-section{padding:76px 0;background:var(--paper)}
.understand-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:96px}
.understand-image{position:relative;padding-bottom:26px}
.understand-image>img{aspect-ratio:1.14;object-fit:cover;width:100%}
.image-note{display:flex;align-items:center;gap:19px;position:absolute;bottom:0;right:-25px;background:var(--navy);color:#dbe8e8;padding:21px 30px;font-size:11px;line-height:1.9}
.image-note strong{font-weight:600;color:white;font-size:16px}
.image-note .icon{width:33px;height:33px;color:#83cabb}
.understand-copy h2{font-size:42px;line-height:1.18;margin-bottom:24px}
.understand-copy>p:not(.eyebrow){font-size:12px;line-height:2;margin-bottom:16px;max-width:450px}
.understand-copy .button{margin-top:13px}
.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}
.article-card{min-width:0;border:1px solid var(--line);display:flex;flex-direction:column}
.article-image{display:block;aspect-ratio:1.9;overflow:hidden;background:var(--paper)}
.article-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.article-card:hover .article-image img{transform:scale(1.035)}
.article-placeholder{height:100%;padding:30px;position:relative;overflow:hidden;background:#e4eeeb;display:flex;flex-direction:column;justify-content:center;gap:12px;color:var(--teal)}
.article-placeholder>.icon:first-child{width:30px;height:30px;stroke-width:1.2}
.article-placeholder span{font-size:9px;letter-spacing:2px;line-height:2}
.article-placeholder strong{font-size:21px;letter-spacing:-1px;font-weight:500;color:var(--navy)}
.article-placeholder .placeholder-wave{position:absolute;right:-25px;bottom:-14px;width:185px;height:185px;color:#06716f18;stroke-width:1}
.article-card:nth-child(3n+2) .article-placeholder{background:#e6edf1;color:#29667d}
.article-card:nth-child(3n+3) .article-placeholder{background:#eef0e7;color:#526536}
.article-body{padding:26px;display:flex;flex-direction:column;flex:1}
.article-meta{font-size:9px;font-weight:650;display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:var(--muted);margin-bottom:13px;line-height:1.6}
.article-meta a{color:var(--teal)}
.article-card h3{font-size:21px;letter-spacing:-.6px;line-height:1.45;margin-bottom:12px}
.article-card h3 a:hover{color:var(--teal)}
.article-body>p{font-size:12px;line-height:1.9;margin-bottom:24px}
.article-body .card-link{padding-top:16px;border-top:1px solid var(--line)}
.consult-section{background:var(--teal);color:white;position:relative;overflow:hidden}
.consult-section:after{content:"+";position:absolute;right:0;top:-90px;font-size:430px;font-weight:200;line-height:1;color:#ffffff08;pointer-events:none}
.consult-inner{display:flex;align-items:center;gap:30px;padding-block:55px;position:relative;z-index:1}
.consult-icon{border:1px solid #ffffff40;border-radius:50%;width:68px;height:68px;display:grid;place-items:center;flex-shrink:0}
.consult-icon .icon{width:34px;height:34px}
.consult-inner .eyebrow{color:#e0f2ed;margin-bottom:12px;font-size:9px}
.consult-inner h2{font-size:27px;line-height:1.35;font-weight:600;letter-spacing:-.9px}
.consult-inner p:not(.eyebrow){color:#e2f0ed;font-size:11px;margin-top:14px}
.consult-inner .button{margin-left:auto;flex-shrink:0}
.source-link{font-size:10px;text-decoration:underline;text-underline-offset:4px;color:#e2f0ed}
.faq-section{display:grid;grid-template-columns:1fr 1.6fr;gap:80px}
.faq-section>div>p:not(.eyebrow){font-size:12px;margin-top:22px}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:22px;list-style:none;cursor:pointer;padding:23px 0;font-weight:650;font-size:14px;line-height:1.7}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary .icon{width:19px;height:19px;color:var(--teal);transition:transform .2s}
.faq-list details[open] summary .icon{transform:rotate(45deg)}
.faq-list details p{padding:0 35px 24px 0;font-size:13px}
.faq-list details a,.faq-source a{text-decoration:underline;text-underline-offset:3px;color:var(--teal)}
.faq-list .faq-source{font-size:10px!important;margin-top:20px}
.site-footer{background:var(--navy-dark);color:#eaf3f3}
.footer-grid{display:grid;grid-template-columns:1.45fr 1fr .9fr 1.05fr;gap:50px;padding-block:64px 52px}
.brand-light .brand-accent{color:#8acdc0}
.brand-light small{color:#b5cacc}
.brand-light .brand-mark{background:#ffffff10;color:#94d5c7}
.footer-intro>p{max-width:290px;font-size:11px;line-height:2;margin-top:23px;color:#bacdd0}
.site-footer h2{font-size:13px;letter-spacing:0;margin-bottom:21px;font-weight:700}
.site-footer ul{list-style:none;margin:0;padding:0}
.site-footer li{font-size:11px;margin-bottom:10px;color:#c2d3d4}
.site-footer a:hover{color:#99d9c9}
.footer-note>.icon{color:#91cdbc;width:24px;margin-bottom:16px}
.footer-note h2{margin-bottom:12px}
.footer-note p{font-size:10px;line-height:1.95;color:#bacdd0}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid #ffffff18;padding-block:24px;font-size:9px;color:#bed0d2}
.footer-bottom nav,.footer-bottom nav ul{display:flex;flex-wrap:wrap;gap:20px}
.footer-bottom li{font-size:9px;margin:0}
.page-banner{background:var(--paper);padding:42px 0 55px}
.page-banner h1{font-size:clamp(30px,3.8vw,51px);max-width:1040px;line-height:1.2}
.page-banner>.container>p:not(.eyebrow){margin-top:20px}
.page-banner .search-form{margin-top:30px}
.page-banner .eyebrow{margin-top:26px}
.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:12px;color:var(--muted);font-size:11px;margin-bottom:28px}
.breadcrumbs span{max-width:750px}
.breadcrumbs .icon{width:10px;height:10px}
.breadcrumbs a:hover{color:var(--teal);text-decoration:underline}
.archive-description{margin-top:22px;max-width:800px}
.post-meta{display:flex;flex-wrap:wrap;gap:14px;font-size:11px;color:var(--muted);margin-top:24px}
.post-meta a{color:var(--teal)}
.reading-layout{display:grid;grid-template-columns:minmax(0,1fr) 275px;gap:85px;padding-top:60px}
.reading-main{min-width:0}
.post-cover{margin-bottom:35px}
.post-cover img{width:100%;max-height:500px;object-fit:cover}
.entry-content{font-size:16px;line-height:1.95;color:#344e59;overflow-wrap:anywhere}
.entry-content>*+*{margin-top:1.5em}
.entry-content>:first-child{margin-top:0}
.entry-content p{color:inherit;margin-block:0 1.3em}
/* Legacy copied paragraphs carry a low-contrast inline colour from the old theme. */
.entry-content [style*="color: #7f7d7e"]{color:#344e59!important}
.entry-content h2{font-size:30px;margin-block:1.7em .7em;color:var(--ink)}
.entry-content h3{font-size:24px;margin-block:1.5em .7em;color:var(--ink)}
.entry-content h4{font-size:20px;margin-block:1.5em .7em}
.entry-content ul,.entry-content ol{padding-left:25px;margin-bottom:25px}
.entry-content li{margin-bottom:8px}
.entry-content a{color:var(--teal);text-decoration:underline;text-underline-offset:3px}
.entry-content blockquote{margin:30px 0;padding:24px 30px;border-left:3px solid var(--teal);background:var(--paper)}
.entry-content table{border-collapse:collapse;width:100%;font-size:14px}
.entry-content td,.entry-content th{padding:12px;border:1px solid var(--line)}
.entry-content th{background:var(--paper)}
.entry-content iframe{max-width:100%}
.entry-content pre{overflow:auto;padding:20px;background:var(--paper)}
.entry-content figure{max-width:100%;margin-inline:0}
.entry-content .alignleft{float:left;margin:0 25px 20px 0}
.entry-content .alignright{float:right;margin:0 0 20px 25px}
.entry-content .aligncenter{margin-inline:auto}
.entry-content .wp-caption-text,.entry-content figcaption{color:var(--muted);font-size:12px}
.entry-content:after{content:"";display:block;clear:both}
.page-content{max-width:860px;padding-top:56px}
.wpcf7-form{max-width:680px}
.wpcf7-form label{display:block;font-size:14px;font-weight:600}
.wpcf7-form input:not([type=submit]):not([type=checkbox]),.wpcf7-form textarea{width:100%;max-width:100%;border:1px solid #b7caca;background:#fff;color:var(--ink);padding:13px 15px;margin-top:8px;border-radius:2px}
.wpcf7-form input[type=submit]{background:var(--teal);color:#fff;border:0;padding:15px 25px;font-weight:700;cursor:pointer}
.wpcf7-form .wpcf7-not-valid-tip{font-size:12px}
.sidebar-box{background:var(--paper);padding:29px}
.sidebar-box h2{font-size:25px;line-height:1.35;margin-bottom:22px}
.sidebar-box .eyebrow{font-size:8px}
.sidebar-box .nav-list{display:block}
.sidebar-box .nav-list li{border-bottom:1px solid var(--line)}
.sidebar-box .nav-list a{font-size:12px;padding:13px 0}
.sidebar-note{padding:25px 15px}
.sidebar-note>.icon{color:var(--teal);margin-bottom:13px}
.sidebar-note p{font-size:11px;line-height:1.9}
.post-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:30px}
.post-tags a{padding:4px 12px;background:var(--paper);font-size:11px}
.pagination{margin-top:48px}
.pagination .nav-links{display:flex;justify-content:center;gap:9px;flex-wrap:wrap}
.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;padding:8px 14px;border:1px solid var(--line);font-size:12px}
.page-numbers.current{background:var(--teal);color:white;border-color:var(--teal)}
.post-navigation{margin-top:40px;padding-block:25px;border-block:1px solid var(--line)}
.post-navigation .nav-links{display:flex;justify-content:space-between;gap:35px;font-size:13px;font-weight:650}
.post-navigation .nav-links>div{max-width:48%}
.post-navigation span{display:block;color:var(--muted);font-size:10px;font-weight:500;margin-bottom:5px}
#comments{margin-top:50px}
#comments h2,#comments h3{font-size:25px;margin-bottom:25px}
#comments ol{list-style:none;padding-left:0}
#comments .children{padding-left:25px}
.comment-body{padding:25px 0;border-bottom:1px solid var(--line)}
.comment-meta{font-size:11px}
.comment-author .avatar{float:left;margin-right:12px}
.comment-content{margin:15px 0;font-size:14px}
.comment-form p{margin-bottom:17px}
.comment-form label{display:block;font-size:12px}
.comment-form input:not([type=checkbox]),.comment-form textarea{max-width:100%;width:100%;padding:12px;border:1px solid #b7caca;background:#fff}
.comment-form .comment-form-cookies-consent label{display:inline}
.comment-form .submit{width:auto!important;background:var(--teal)!important;color:white;cursor:pointer}
.empty-state{text-align:center;max-width:740px;margin:auto}
.empty-state>.icon{width:50px;height:50px;color:var(--teal);margin-bottom:25px}
.empty-state h2{font-size:28px}
.empty-state p{margin:20px 0}
.empty-state .search-form{margin-top:25px}
.not-found{min-height:60vh;text-align:center}
.not-found p{margin-top:20px}
.not-found .search-form{margin:30px auto}
.not-found .text-link{margin-top:10px}
@media(min-width:1500px){.hero-inner{padding-top:110px}.hero{min-height:650px}}
@media(max-width:1200px){.header-inner{gap:20px}.nav-list{gap:20px}.nav-list a{font-size:11px}.brand{font-size:22px}.quick-card{padding:25px 20px;gap:13px}.quick-card h2{font-size:16px}.quick-card>.icon:first-child{width:27px}.quick-arrow{display:none}.understand-grid{gap:70px}.footer-grid{gap:30px}.consult-inner{gap:25px}.consult-inner h2{font-size:24px}.consult-icon{display:none}.hero h1{font-size:58px}.hero-actions{gap:20px}}
@media(max-width:1080px){
 .header-inner{min-height:82px;flex-wrap:wrap;gap:15px}.menu-toggle{display:none;align-items:center;gap:9px;background:none;border:0;padding:10px;font-size:11px;font-weight:700;margin-left:auto}.ec-js .menu-toggle{display:flex}.menu-bars{width:19px;height:12px;border-block:1.5px solid currentColor;position:relative}.menu-bars:after{content:"";position:absolute;top:4px;left:0;right:0;border-top:1.5px solid currentColor}
 .primary-navigation{order:4;width:100%;padding-bottom:15px}.ec-js .primary-navigation{display:none}.ec-js .primary-navigation.is-open{display:block}.nav-list{display:block;max-height:65vh;overflow:auto}.nav-list a{font-size:13px;padding:11px 0}.nav-list .sub-menu,.nav-list .sub-menu .sub-menu{position:static;display:block;box-shadow:none;border:0;border-left:1px solid var(--line);padding:0 0 0 20px;min-width:0}.nav-list .sub-menu a{font-size:12px}.icon-button{margin-left:6px}
 .hero-caption{display:none}.hero h1{font-size:53px}.hero-copy{max-width:590px}.hero:before{background:linear-gradient(90deg,#f1f5f1 0%,#f1f5f1f5 25%,#f1f5f1c2 48%,#f1f5f130 82%)}.hero-inner{padding-block:84px 110px}.hero{min-height:570px}.hero-description{max-width:400px}
 .section{padding-block:74px}.topic-grid{grid-template-columns:repeat(2,1fr);gap:18px}.topic-card{border:1px solid var(--line)}.topic-card h3{max-width:none}.topic-top{margin-bottom:18px}.topic-card p{max-width:310px}.understand-grid{gap:45px}.understand-copy h2{font-size:34px}.understand-copy .eyebrow{font-size:8px}.image-note{right:-15px;padding:20px}
 .article-grid{gap:20px}.article-body{padding:22px}.article-card h3{font-size:18px}.article-placeholder{padding:25px}.article-placeholder strong{font-size:18px}.article-meta{font-size:9px}.consult-inner h2{font-size:22px}.consult-inner .button{font-size:10px;padding-inline:18px;gap:12px}.faq-section{gap:45px}.faq-list summary{font-size:13px}.footer-grid{grid-template-columns:1.3fr 1fr;gap:40px 60px}.reading-layout{gap:40px;grid-template-columns:minmax(0,1fr) 240px}.sidebar-box{padding:22px}
}
@media(max-width:760px){
 html{scroll-padding-top:85px}.container{width:calc(100% - 40px)}.section{padding-block:57px}.topbar-inner{min-height:32px;justify-content:center}.topbar-inner>span:last-child{display:none}.header-inner{min-height:77px;gap:8px}.brand{font-size:21px;gap:8px}.brand-mark{width:37px;height:40px;border-radius:10px 10px 10px 0}.brand-mark .icon{width:27px;height:27px}.brand small{font-size:6px;letter-spacing:1.4px;margin-top:8px}.menu-toggle{padding:7px;font-size:10px}.menu-bars{width:17px}.icon-button{width:28px;padding-left:10px;margin-left:0}.icon-button .icon{width:18px}.custom-logo{max-width:190px;max-height:55px}
 .hero{min-height:650px}.hero-inner{padding:45px 0 260px}.hero h1{font-size:clamp(35px,8.5vw,53px);letter-spacing:-1.9px;line-height:1.18}.hero .eyebrow{font-size:7px;letter-spacing:1.4px;gap:8px;margin-bottom:19px}.hero-description{font-size:12px;line-height:1.85;max-width:400px;margin-top:19px}.hero-actions{flex-wrap:wrap;gap:18px;margin-top:24px}.hero-actions .button{font-size:11px;gap:16px;padding:13px 18px;min-height:48px}.hero-actions .text-link{font-size:11px}.hero-signature{font-size:9px;margin-top:22px;gap:8px}.hero-image{object-position:65% bottom;height:360px;top:auto;bottom:0}.hero:before{background:linear-gradient(180deg,#f1f5f1 0%,#f1f5f1 45%,#f1f5f1eb 53%,#f1f5f1b3 63%,#f1f5f100 84%)}.hero:after{background:linear-gradient(0deg,#153d5030,transparent 50%)}
 .quick-links{grid-template-columns:1fr;margin-top:0;width:100%}.quick-card{padding:21px 25px;min-height:115px;gap:21px;align-items:center}.quick-card>.icon:first-child{margin-top:0;width:32px;height:32px}.quick-card span{font-size:8px}.quick-card h2{font-size:18px;margin:5px 0}.quick-card p{font-size:11px}.quick-arrow{display:block}.section-heading{display:block;margin-bottom:29px}.section-heading>p{margin-top:23px;font-size:12px}.section-heading>.text-link{margin-top:24px}.eyebrow{font-size:8px;letter-spacing:1.6px;margin-bottom:14px}h2{font-size:33px}
 .topic-grid{gap:12px}.topic-card{padding:22px 16px}.topic-top .icon{width:31px;height:31px}.topic-top span{font-size:10px}.topic-card h3{font-size:17px;line-height:1.4;letter-spacing:-.6px;min-height:48px}.topic-card p{font-size:11px;margin-bottom:22px}.card-link{font-size:10px;gap:5px}.card-link .icon{width:17px}
 .understand-section{padding-block:45px}.understand-grid{grid-template-columns:1fr;gap:35px}.understand-image{padding:0 17px 22px 0;max-width:520px}.understand-image>img{aspect-ratio:1.3}.image-note{right:0;padding:18px 24px;font-size:10px}.image-note strong{font-size:15px}.understand-copy h2{font-size:35px}.understand-copy>p:not(.eyebrow){font-size:13px}.understand-copy .eyebrow{font-size:8px}
 .article-grid{grid-template-columns:1fr;gap:27px}.article-card h3{font-size:23px}.article-meta{font-size:10px}.article-body{padding:25px}.article-body>p{font-size:13px}.article-image{aspect-ratio:2}.article-placeholder{padding:27px}.article-placeholder strong{font-size:25px}.article-placeholder .placeholder-wave{width:210px;height:210px}.article-body .card-link{font-size:12px}
 .consult-inner{display:block;padding-block:40px}.consult-inner h2{font-size:26px}.consult-inner .eyebrow{font-size:8px}.consult-inner p:not(.eyebrow){font-size:12px}.consult-inner .button{margin-top:24px;font-size:11px}.desktop-break{display:none}.faq-section{grid-template-columns:1fr;gap:22px}.faq-section>div>p:not(.eyebrow){font-size:13px}.faq-list summary{padding:20px 0;font-size:14px}.faq-list .faq-source{margin-top:18px}
 .footer-grid{grid-template-columns:1fr 1fr;gap:35px 24px;padding-block:45px 35px}.footer-intro,.footer-note{grid-column:1/-1}.footer-intro>p{max-width:340px;font-size:12px}.site-footer h2{font-size:13px}.site-footer li{font-size:11px}.footer-note{padding-top:25px;border-top:1px solid #ffffff18}.footer-note p{font-size:11px;max-width:460px}.footer-note>.icon{float:left;margin-right:14px}.footer-bottom{flex-wrap:wrap;gap:18px;font-size:10px;padding-block:22px}.footer-bottom nav{order:3;width:100%;gap:16px}.footer-bottom li{font-size:10px}.footer-bottom .back-top{margin-left:auto}
 .page-banner{padding-block:27px 36px}.page-banner h1{font-size:33px;overflow-wrap:anywhere}.breadcrumbs{font-size:10px;gap:7px;line-height:1.6;margin-bottom:25px}.breadcrumbs span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.reading-layout{grid-template-columns:1fr;gap:35px;padding-top:35px}.entry-content{font-size:15px}.entry-content h2{font-size:26px}.entry-content h3{font-size:22px}.reading-sidebar{display:grid;grid-template-columns:1fr;gap:12px}.post-meta{font-size:10px;gap:8px}.search-form{gap:7px}.search-field{padding:12px;font-size:12px}.search-form .button{padding:12px 14px;min-height:48px}.search-form .button span{display:none}.search-form .button:after{content:"OK";font-size:11px}.post-navigation .nav-links{font-size:11px;gap:20px}
 .admin-bar .site-header{top:46px}
}
@media(max-width:380px){.container{width:calc(100% - 32px)}.brand{font-size:19px}.brand small{font-size:5px}.brand-mark{width:33px;height:37px}.hero h1{font-size:34px}.hero-actions{gap:14px}.hero-signature{font-size:8px}.topic-grid{grid-template-columns:1fr}.topic-card h3{min-height:0}.topic-card{padding:24px}.hero .eyebrow{font-size:6px}}
@media(max-width:600px){.admin-bar .site-header{top:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
@media print{.site-header,.topbar,.site-footer,.reading-sidebar,.hero-actions,.quick-links,.post-navigation,#comments,.header-search{display:none!important}.container{width:100%}.section{padding-block:20px}.reading-layout{display:block}.page-banner{padding-block:15px}.hero{min-height:0}.hero-inner{padding:20px 0}.hero-image{display:none}.hero:before{background:white}a{text-decoration:underline}}
