:root{--charcoal: #2a3234;--lime: #f0ffa0;--beige: #ecdfcc;--soft-beige: #f4ece1;--mauve: #ad7a99;--grey: #8b9092;--white: #ffffff;--content: 1272px;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-soft: cubic-bezier(.22, .61, .36, 1);--shadow-soft: 0 16px 34px rgba(42, 50, 52, .1);--shadow-medium: 0 22px 44px rgba(42, 50, 52, .16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--charcoal);background:var(--white);font-family:DM Sans,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.5;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}h1,h2{font-weight:600;letter-spacing:0;line-height:1.23}h1{max-width:530px;font-size:52px}h2{font-size:52px}p{font-size:16px;font-weight:400;line-height:24px}.site-header{position:relative;z-index:2;height:85px;background:var(--white)}.nav-shell{width:calc(100% - 60px);height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand img{width:163px;height:auto;transition:opacity .3s var(--ease-soft),transform .3s var(--ease-soft)}.brand:hover img{opacity:.86;transform:translateY(-1px)}.nav-toggle-input{position:absolute;opacity:0;pointer-events:none}.menu-toggle{position:fixed;top:16px;right:16px;z-index:20;width:44px;height:44px;display:grid;place-items:center;border:2px solid var(--charcoal);border-radius:10px;background:var(--white);cursor:pointer;transition:background-color .3s var(--ease-soft),border-color .3s var(--ease-soft)}.menu-toggle img{width:18px;height:18px}.nav-panel{margin-left:auto;display:flex;align-items:center;gap:31px}.nav-links{display:flex;align-items:center;gap:30px;font-size:16px}.nav-links a,.footer-links a{position:relative;outline:none;transition:color .3s var(--ease-soft),opacity .3s var(--ease-soft)}.nav-links a:after,.footer-links a:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:1.5px;border-radius:999px;background:currentColor;opacity:.75;transform:scaleX(0);transform-origin:left center;transition:transform .3s var(--ease-out),opacity .3s var(--ease-out)}.nav-links a:hover,.nav-links a:focus-visible{opacity:.78}.nav-links a:hover:after,.nav-links a:focus-visible:after,.footer-links a:hover:after,.footer-links a:focus-visible:after{transform:scaleX(1)}.nav-links a:focus-visible,.footer-links a:focus-visible{border-radius:4px;box-shadow:0 0 0 4px #f0ffa0bf}.button{width:max-content;display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:49px;padding:14px 20px;border-radius:10px;font-size:16px;font-weight:500;line-height:1;white-space:nowrap;outline:none;transition:background-color .3s var(--ease-soft),color .3s var(--ease-soft),border-color .3s var(--ease-soft)}.button-solid:hover,.button-solid:focus-visible{background:var(--lime);color:var(--charcoal)}.button-solid{background:var(--charcoal);color:var(--lime)}.button-outline{background:transparent;border:2px solid currentColor}.button-outline-charcoal{color:var(--charcoal)}.button-outline-lime{color:var(--lime)}.button-outline-charcoal:hover,.button-outline-charcoal:focus-visible{background:var(--charcoal);color:var(--lime)}.button-outline-lime:hover,.button-outline-lime:focus-visible{background:var(--lime);color:var(--charcoal)}.button-solid:focus-visible{box-shadow:0 0 0 4px #f0ffa0b8}.button-outline-charcoal:focus-visible{box-shadow:0 0 0 4px #2a323429}.button-outline-lime:focus-visible{box-shadow:0 0 0 4px #f0ffa057}.arrow{width:14px;height:14px;position:relative;display:inline-block;flex:0 0 14px;transition:transform .3s var(--ease-out)}.button:hover .arrow,.button:focus-visible .arrow{transform:translate(4px)}.arrow:before{content:"";position:absolute;top:6px;left:1px;width:11px;height:2px;border-radius:999px;background:currentColor}.arrow:after{content:"";position:absolute;top:3px;right:1px;width:6px;height:6px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg);border-radius:1px}.pill{width:max-content;display:inline-flex;align-items:center;min-height:26px;padding:6px 14px;border-radius:999px;color:var(--charcoal);font-size:12px;font-weight:600;letter-spacing:.03em;line-height:1;text-transform:uppercase}.pill-lime{background:var(--lime)}.pill-soft{background:var(--soft-beige)}.hero{overflow:hidden;height:511px;background:var(--soft-beige)}.hero-inner{position:relative;width:min(var(--content),calc(100% - 60px));height:100%;margin:0 auto;display:grid;grid-template-columns:550px 1fr;align-items:center}.hero-copy{position:relative;z-index:1;padding-top:8px;animation:hero-copy-in .62s var(--ease-out) 80ms both}.hero-copy h1{margin-top:30px}.hero-copy p{max-width:560px;margin-top:21px}.hero-button{margin-top:31px}.hero-features{margin-top:22px;display:flex;align-items:center;gap:45px;color:var(--grey)}.hero-features span{display:inline-flex;align-items:center;gap:12px}.hero-features img{width:20px;height:24px;object-fit:contain;opacity:.78;filter:grayscale(1)}.hero-media{position:absolute;right:-6px;bottom:0;width:646px;animation:hero-media-in .72s var(--ease-out) both}.section{width:min(var(--content),calc(100% - 60px));margin:0 auto}.section-tight{margin-top:40px}.treatments{padding:40px 0 0}.treatments-inner{display:grid;grid-template-columns:790px 1fr;align-items:center;gap:32px}.medication-grid{display:grid;grid-template-columns:repeat(3,240px);gap:20px}.medication-card{height:360px;padding:28px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border-radius:40px;background:var(--lime);text-align:center;transition:transform .3s var(--ease-out),box-shadow .3s var(--ease-out),filter .3s var(--ease-soft);will-change:transform}.medication-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-soft);filter:saturate(1.02)}.medication-card img{width:110px;height:240px;object-fit:contain;margin-bottom:8px;transition:transform .3s var(--ease-out);will-change:transform}.medication-card:hover img{transform:translateY(-8px) rotate(-1.5deg)}.medication-card h3{font-size:16px;font-weight:700;line-height:1.2}.medication-card sup{font-size:9px}.medication-card p{color:var(--grey)}.section-copy h2{margin-bottom:22px}.section-copy p{max-width:600px}.treatment-copy{padding-left:12px}.treatment-copy p{max-width:360px;margin-bottom:30px}.orientation-card{min-height:466px;padding:64px 60px;display:grid;grid-template-columns:480px 1fr;gap:74px;align-items:center;border-radius:40px;background:var(--charcoal);overflow:hidden}.orientation-copy h2{max-width:500px;margin-top:27px;color:var(--lime)}.orientation-copy p{max-width:500px;margin-top:24px;color:var(--soft-beige)}.orientation-copy .button{margin-top:35px}.orientation-image{width:600px;height:337px;border-radius:30px;object-fit:cover}.articles{width:100%;max-width:none;margin-top:40px;padding:40px max(30px,calc((100% - var(--content)) / 2)) 40px;background:var(--soft-beige)}.articles-heading{max-width:var(--content);margin:0 auto 28px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px 28px;align-items:end}.articles-heading .pill{width:max-content}.articles-heading h2{max-width:720px;font-size:42px}.articles-heading .button{grid-row:1 / span 2;grid-column:2}.article-grid{max-width:var(--content);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article-carousel{width:min(var(--content),calc(100% - 60px));margin:0 auto}.article-carousel-window{overflow:hidden}.article-carousel-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 40px) / 3);gap:20px;transform:translate(var(--article-carousel-offset, 0%));transition:transform .62s var(--ease-out)}.article-carousel-dots{margin-top:22px;display:flex;justify-content:center;gap:10px}.article-carousel-dots span{width:9px;height:9px;border-radius:999px;background:#2a323438;transition:width .26s var(--ease-soft),background-color .26s var(--ease-soft)}.article-carousel-dots span.is-active{width:24px;background:var(--charcoal)}.article-card{overflow:hidden;min-height:380px;border-radius:40px;transition:transform .3s var(--ease-out),box-shadow .3s var(--ease-out);will-change:transform}.article-card:hover,.article-card:focus-within{transform:translateY(-6px);box-shadow:var(--shadow-medium)}.article-image{position:relative;overflow:hidden;height:236px;padding:20px;display:flex;align-items:flex-end;background-color:var(--beige)}.article-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.article-image .pill{position:relative;z-index:1}.article-image-pen img{object-position:center 54%}.article-image-man img{object-position:center 47%}.article-body{min-height:144px;padding:20px;background:var(--white)}.article-body h3{max-width:340px;font-size:18px;font-weight:700;line-height:1.22;transition:color .3s var(--ease-soft)}.article-card:hover .article-body h3,.article-card:focus-within .article-body h3{color:#1f2729}.article-body p{margin-top:13px;color:var(--grey)}.article-card-link{display:block;color:inherit;text-decoration:none}.article-index-hero{background:var(--charcoal);color:var(--soft-beige)}.article-index-hero-inner{width:min(var(--content),calc(100% - 60px));min-height:360px;margin:0 auto;padding:76px 0 70px;display:flex;flex-direction:column;justify-content:center}.article-index-hero h1{max-width:760px;margin-top:24px;color:var(--lime)}.article-index-hero p{max-width:660px;margin-top:22px;color:var(--soft-beige);font-size:18px;line-height:29px}.articles-index-list{margin-top:0;padding-top:56px;padding-bottom:72px}.article-page .article-hero{background:var(--soft-beige)}.article-page .article-hero-inner{width:min(var(--content),calc(100% - 60px));min-height:540px;margin:0 auto;padding:64px 0 58px;display:grid;grid-template-columns:minmax(0,680px) minmax(380px,500px);gap:84px;align-items:center}.article-page .article-hero-copy{min-width:0;animation:hero-copy-in .62s var(--ease-out) 80ms both}.article-page .article-hero h1{max-width:680px;margin-top:24px;font-size:50px;line-height:1.17}.article-page .article-hero-copy>p{max-width:620px;margin-top:22px;color:var(--charcoal);font-size:18px;line-height:29px}.article-page .article-meta{margin-top:30px;display:flex;flex-wrap:wrap;gap:12px 18px;color:var(--grey);font-size:14px;font-weight:500}.article-page .article-meta span{position:relative}.article-page .article-meta span+span:before{content:"";position:absolute;top:8px;left:-11px;width:4px;height:4px;border-radius:999px;background:currentColor}.article-page .article-hero-media{position:relative;min-width:0}.article-page .article-hero-media img{width:100%;height:456px;border-radius:40px;object-fit:cover;box-shadow:var(--shadow-soft);animation:hero-media-in .72s var(--ease-out) both}.article-page .article-hero-card{position:absolute;left:-34px;bottom:34px;width:206px;padding:18px;border-radius:24px;background:var(--charcoal);color:var(--lime);box-shadow:var(--shadow-medium)}.article-page .article-hero-card strong,.article-page .article-hero-card span{display:block}.article-page .article-hero-card strong{font-size:28px;font-weight:700;line-height:1}.article-page .article-hero-card span{margin-top:8px;color:var(--soft-beige);font-size:13px;line-height:18px}.article-page .article-layout{padding:88px 0 92px;display:grid;grid-template-columns:276px minmax(0,800px);gap:96px;align-items:start}.article-page .article-sidebar{position:sticky;top:110px;min-width:0}.article-page .article-summary{padding:26px;border-radius:30px;background:var(--charcoal);color:var(--soft-beige)}.article-page .article-summary ol{margin:24px 0 0;padding-left:18px}.article-page .article-summary li{margin-top:12px;color:var(--soft-beige);font-size:16px;line-height:22px}.article-page .article-summary a{transition:opacity .3s var(--ease-soft)}.article-page .article-summary a:hover,.article-page .article-summary a:focus-visible{color:var(--lime);opacity:1}.article-page .article-content{max-width:820px;min-width:0;overflow-wrap:break-word}.article-page .article-content a:not(.button){color:var(--mauve);font-weight:700;text-decoration-line:underline;text-decoration-thickness:1.5px;text-underline-offset:.2em;transition:color .3s var(--ease-soft);overflow-wrap:anywhere}.article-page .article-content a:not(.button):hover,.article-page .article-content a:not(.button):focus-visible{color:var(--charcoal)}.article-page .citation-link{white-space:nowrap}.article-page .article-content section{margin-top:58px;scroll-margin-top:96px}.article-page .article-content>h2{margin-top:58px;scroll-margin-top:96px}.article-page .article-content>.medical-note+p,.article-page .article-content>p:first-of-type{margin-top:0}.article-page .article-content h2{max-width:760px;margin-bottom:22px;font-size:36px;line-height:1.18}.article-page .article-content h3{margin-top:34px;margin-bottom:14px;font-size:24px;font-weight:700;line-height:1.24}.article-page .article-content p,.article-page .article-content li{color:#2a3234e6;font-size:16px;line-height:26px}.article-page .article-content p+p,.article-page .article-content p+ul,.article-page .article-content p+ol,.article-page .article-content ul+p,.article-page .article-content ol+p{margin-top:18px}.article-page .article-content ul,.article-page .article-content ol{margin:18px 0 0;padding-left:24px}.article-page .article-content li+li{margin-top:12px}.article-page .article-content strong{font-weight:700}.article-page .article-content .key-list{padding:30px 36px 32px 82px;border:0;border-radius:30px;background:var(--soft-beige)}.article-page .medical-note{margin-top:32px;margin-bottom:32px;padding:24px 26px;border-left:0;border-radius:28px;background:var(--soft-beige);font-size:16px;line-height:24px}.article-page .article-content>.medical-note:first-child{margin-top:0;background:var(--lime)}.article-page .medical-note strong{display:block;margin-bottom:6px}.article-page .article-image-break,.article-page .article-visual-grid figure{margin:0}.article-page .article-image-break{margin-top:42px}.article-page .article-image-break img{width:100%;height:320px;border-radius:36px;object-fit:cover;object-position:center}.article-page .article-image-break-wide img{object-position:center 54%}.article-page .article-diagram img{height:auto;border:1px solid rgba(42,50,52,.1);background:var(--soft-beige);object-fit:contain}.article-page .article-image-break figcaption,.article-page .article-visual-grid figcaption{margin-top:12px;color:var(--grey);font-size:14px;font-weight:500;line-height:21px}.article-page .article-visual-grid{margin-top:58px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.article-page .article-visual-grid img{width:100%;height:285px;border-radius:34px;object-fit:cover}.article-page .article-content blockquote{margin:28px 0;padding:32px 34px;border-radius:34px;background:var(--charcoal);color:var(--lime);font-size:24px;font-weight:600;line-height:34px}.article-page .article-content blockquote p{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.article-page .article-content blockquote p+p{margin-top:18px}.article-page .comparison-table-wrap{width:100%;max-width:100%;margin-top:24px;overflow:auto;contain:inline-size;border:1px solid rgba(42,50,52,.1);border-radius:32px;background:var(--white);box-shadow:0 16px 34px #2a32340f;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.article-page .comparison-table{width:100%;min-width:720px;border-collapse:collapse;text-align:left}.article-page .comparison-table th,.article-page .comparison-table td{padding:18px 20px;border-bottom:1px solid rgba(42,50,52,.1);font-size:15px;line-height:22px;vertical-align:top}.article-page .comparison-table thead th{background:var(--soft-beige);color:var(--charcoal);font-weight:700}.article-page .comparison-table tbody th{width:27%;color:var(--charcoal);font-weight:700}.article-page .comparison-table tr:last-child th,.article-page .comparison-table tr:last-child td{border-bottom:0}.article-page .article-caption{margin-top:18px;padding:16px 18px;border:1px solid rgba(42,50,52,.1);border-left:5px solid var(--lime);border-radius:18px;background:#f1f8a138;color:var(--charcoal);font-size:16px;font-weight:600;line-height:24px}.article-page .article-medication-strip{margin-top:36px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.article-page .article-medication-card{min-height:190px;padding:18px 14px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;border-radius:30px;background:var(--lime);text-align:center}.article-page .article-medication-strip img{width:70px;height:118px;margin-bottom:12px;object-fit:contain}.article-page .article-medication-strip strong{font-size:16px;line-height:20px}.article-page .article-medication-strip span{margin-top:3px;color:var(--grey);font-size:14px}.article-page .faq-section details{border-top:1px solid rgba(42,50,52,.16)}.article-page .faq-section details:last-child{border-bottom:1px solid rgba(42,50,52,.16)}.article-page .faq-section summary{padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer;font-size:20px;font-weight:700;line-height:28px;list-style:none}.article-page .faq-section summary::-webkit-details-marker{display:none}.article-page .faq-section summary:after{content:"+";flex:0 0 auto;color:var(--grey);font-weight:600}.article-page .faq-section details[open] summary:after{content:"-"}.article-page .faq-section details p{padding-bottom:24px}.article-page .editorial-badge{margin:40px 0 4px;padding:18px 20px;display:flex;align-items:center;gap:14px;border:1px solid rgba(42,50,52,.12);border-radius:26px;background:linear-gradient(135deg,var(--soft-beige) 0%,var(--white) 100%);box-shadow:0 18px 36px #2a323412}.article-page .editorial-badge-icon{width:44px;height:44px;flex:0 0 auto;display:grid;place-items:center;border-radius:999px;background:var(--lime)}.article-page .editorial-badge-icon img{width:24px;height:24px;object-fit:contain}.article-page .editorial-badge p{margin:0;color:var(--charcoal);font-size:15px;font-weight:700;line-height:22px}.article-page .article-cta{padding:44px;border-radius:40px;background:var(--charcoal);overflow:hidden}.article-page .article-cta h2{max-width:620px;margin-top:26px;color:var(--lime)}.article-page .article-cta p{max-width:680px;color:var(--soft-beige)}.article-page .article-cta .button{margin-top:28px}.article-page .similar-articles{margin-top:64px;padding:34px;border-radius:36px;background:var(--beige)}.article-page .similar-articles-heading{margin-bottom:24px}.article-page .similar-articles-heading h2{margin-top:18px;margin-bottom:0}.article-page .similar-articles-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.article-page .similar-articles .article-card{min-height:344px;border-radius:30px}.article-page .similar-articles .article-card-link,.article-page .article-content .similar-articles a.article-card-link{color:inherit;text-decoration:none}.article-page .similar-articles .article-image{height:186px;padding:16px;border-radius:30px 30px 0 0}.article-page .similar-articles .article-body{min-height:158px;padding:18px;border-radius:0 0 30px 30px}.article-page .similar-articles .article-body h3{margin:0;font-size:17px;line-height:1.24}.article-page .similar-articles .article-body p{margin-top:12px;font-size:14px;line-height:20px}.pro-cta{background:var(--lime)}.pro-cta-inner{width:min(var(--content),calc(100% - 60px));min-height:156px;margin:0 auto;display:grid;grid-template-columns:100px 1fr auto;gap:30px;align-items:center}.icon-mark,.icon-mark img{width:76px;height:76px}.pro-copy h2{font-size:48px}.pro-copy p{margin-top:8px}.glp{padding:80px 0 72px}.glp-inner{display:grid;grid-template-columns:560px 1fr;gap:92px;align-items:center}.glp-copy h2{margin-bottom:25px}.glp-copy p+p{margin-top:24px}.glp-images{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.glp-images img{width:300px;height:300px;border-radius:40px;object-fit:cover;transition:transform .34s var(--ease-out),box-shadow .34s var(--ease-out)}.glp-images img:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.site-footer{background:var(--charcoal)}.footer-inner{position:relative;width:min(var(--content),calc(100% - 60px));min-height:277px;margin:0 auto;padding:59px 0 36px}.footer-brand img{width:300px}.footer-brand p{margin-top:28px;color:var(--soft-beige)}.footer-links{position:absolute;top:64px;right:0;display:flex;flex-direction:column;gap:14px;color:var(--soft-beige);text-align:right}.footer-links a{opacity:.92}.footer-links a:after{bottom:-4px;opacity:.5}.footer-links a:hover,.footer-links a:focus-visible{opacity:1}.disclaimer{max-width:1160px;margin-top:30px;color:var(--grey);font-size:12px;font-weight:500;line-height:18px}@keyframes hero-copy-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-media-in{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.medication-card:hover,.article-card:hover,.article-card:focus-within,.glp-images img:hover{transform:none}.article-carousel-track{transition:none}.button:hover .arrow,.button:focus-visible .arrow,.medication-card:hover img{transform:none}}@media(min-width:821px){.menu-toggle{display:none}}@media(max-width:1100px){h1,h2{font-size:42px}.hero-inner,.treatments-inner,.orientation-card,.article-page .article-hero-inner,.article-index-hero-inner,.article-page .article-layout,.glp-inner{grid-template-columns:1fr}.hero{height:auto}.hero-inner{padding:70px 0 0}.hero-media{position:relative;right:auto;width:min(650px,100%);margin-left:auto}.medication-grid,.article-grid,.glp-images{grid-template-columns:repeat(3,minmax(0,1fr))}.medication-grid{width:100%}.medication-card{width:auto}.orientation-image{width:100%;height:auto;aspect-ratio:16 / 9}.article-page .article-hero-inner{gap:40px}.article-page .article-hero h1{font-size:42px}.article-page .article-hero-media img{width:100%;height:auto;aspect-ratio:16 / 10}.article-page .article-hero-card{left:28px;bottom:28px}.article-page .article-layout{gap:46px}.article-page .article-sidebar{position:static}}@media(max-width:820px){.site-header{height:76px}.nav-shell{width:min(var(--content),calc(100% - 32px));position:relative;padding:0;flex-wrap:nowrap}.brand img{width:138px}.menu-toggle{position:fixed;top:16px;right:16px;z-index:20;width:44px;height:44px;display:grid;place-items:center;border:2px solid var(--charcoal);border-radius:10px;cursor:pointer;transition:background-color .3s var(--ease-soft),border-color .3s var(--ease-soft)}.menu-toggle img{width:18px;height:18px}.nav-toggle-input:focus-visible+.menu-toggle{box-shadow:0 0 0 4px #2a323429}.nav-toggle-input:checked+.menu-toggle{background:var(--lime);border-color:var(--lime)}.nav-panel{position:absolute;top:calc(100% + 12px);left:0;right:0;z-index:5;margin-left:0;padding:18px;display:grid;gap:18px;border:2px solid rgba(42,50,52,.08);border-radius:18px;background:var(--white);box-shadow:0 22px 44px #2a323429;opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .3s var(--ease-out),transform .3s var(--ease-out)}.nav-toggle-input:checked~.nav-panel{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-links{width:100%;flex-direction:column;align-items:stretch;gap:0;font-size:16px}.nav-links a{padding:14px 0;border-bottom:1px solid rgba(42,50,52,.1)}.nav-links a:after{display:none}.nav-panel .button{width:100%;min-height:48px}.section,.hero-inner,.article-page .article-hero-inner,.article-index-hero-inner,.pro-cta-inner,.footer-inner{width:calc(100% - 32px)}.hero-inner{padding-top:42px}.hero-copy{max-width:100%}h1,h2,.pro-copy h2{font-size:34px;letter-spacing:0}h1{max-width:100%}.hero-copy h1{margin-top:22px}.hero-features{flex-direction:column;align-items:flex-start;gap:12px}.hero-media{width:min(520px,100%);margin-top:28px;margin-right:0}.article-grid,.glp-images{grid-template-columns:1fr}.articles-heading{width:calc(100% - 32px);grid-template-columns:1fr;align-items:start}.articles-heading h2{font-size:32px}.articles-heading .button{grid-row:auto;grid-column:auto;width:100%;white-space:normal}.article-index-hero-inner{min-height:0;padding:52px 0 48px}.article-index-hero h1{font-size:34px}.article-index-hero p{font-size:16px;line-height:25px}.medication-grid{width:calc(100% + 32px);margin:0 -16px;padding:0 16px 8px;display:flex;gap:16px;overflow-x:auto;overscroll-behavior-x:contain;scroll-padding-left:16px;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.medication-grid::-webkit-scrollbar{display:none}.medication-card{width:240px;height:360px;flex:0 0 240px;scroll-snap-align:start}.medication-card:hover{transform:none;box-shadow:none;filter:none}.medication-card:hover img{transform:none}.treatments-inner,.orientation-card,.glp-inner{gap:32px}.treatment-copy{padding-left:0}.orientation-card{padding:36px 24px;border-radius:28px}.articles{width:100%;max-width:none;padding:40px 0}.article-carousel{width:calc(100% - 32px)}.article-carousel-track{grid-auto-columns:100%}.article-carousel-dots{display:none}.article-grid{width:calc(100% - 32px)}.article-card{border-radius:32px}.article-image{height:220px;border-radius:32px 32px 0 0}.article-body{min-height:auto;padding:22px;border-radius:0 0 32px 32px}.article-body h3{font-size:22px;line-height:1.18}.article-page .article-hero-inner{min-height:0;padding:34px 0 42px;gap:28px}.article-page .article-hero h1{max-width:100%;margin-top:18px;font-size:32px;line-height:1.18}.article-page .article-hero-copy>p{margin-top:18px;font-size:16px;line-height:25px}.article-page .article-meta{margin-top:24px;display:grid;gap:8px;font-size:13px}.article-page .article-meta span+span:before{display:none}.article-page .article-hero-media img{border-radius:28px;aspect-ratio:4 / 3}.article-page .article-hero-card{width:min(220px,calc(100% - 32px));left:16px;bottom:16px;padding:16px;border-radius:20px}.article-page .article-hero-card strong{font-size:24px}.article-page .article-hero-card span{font-size:12px;line-height:17px}.article-page .article-layout{padding:34px 0 56px;gap:34px}.article-page .article-summary{padding:18px;border-radius:24px}.article-page .article-summary ol{margin-top:18px;display:grid;gap:10px}.article-page .article-summary li{margin-top:0;font-size:15px;line-height:20px}.article-page .article-content section{margin-top:44px;scroll-margin-top:82px}.article-page .article-content h2{margin-bottom:18px;font-size:28px;line-height:1.2}.article-page .article-content h3{font-size:22px}.article-page .article-content p,.article-page .article-content li{font-size:16px;line-height:26px}.article-page .article-content .key-list{padding:22px 22px 24px 48px;border-radius:26px}.article-page .medical-note{margin-top:28px;margin-bottom:28px;padding:18px;border-radius:20px}.article-page .article-image-break{margin-top:34px}.article-page .article-image-break img{height:auto;aspect-ratio:4 / 3;border-radius:28px}.article-page .article-visual-grid{grid-template-columns:1fr}.article-page .article-visual-grid{margin-top:44px}.article-page .article-visual-grid img{height:auto;aspect-ratio:4 / 3;border-radius:28px}.article-page .article-medication-strip{width:calc(100% + 32px);margin:36px -16px 0;padding:0 16px 10px;display:flex;gap:14px;overflow-x:auto;overscroll-behavior-x:contain;scroll-padding-left:16px;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.article-page .article-medication-strip::-webkit-scrollbar{display:none}.article-page .article-medication-card{min-height:184px;flex:0 0 210px;padding:18px 14px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;scroll-snap-align:start}.article-page .article-medication-strip img{width:62px;height:108px;margin:0 0 10px}.article-page .article-medication-strip strong,.article-page .article-medication-strip span{display:block}.article-page .article-content blockquote{padding:24px;border-radius:26px;font-size:21px;line-height:30px}.article-page .comparison-table-wrap{border-radius:24px;overflow-x:auto;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.article-page .comparison-table{min-width:760px}.article-page .comparison-table th,.article-page .comparison-table td{padding:17px 18px;font-size:15px;line-height:22px}.article-page .article-caption{padding:22px;border-radius:24px;font-size:18px;line-height:28px}.article-page .faq-section summary{padding-right:28px;font-size:18px;line-height:26px}.article-page .faq-section summary:after{margin-right:-28px}.article-page .editorial-badge{margin-top:32px;padding:16px;border-radius:22px}.article-page .article-cta{padding:28px 22px;border-radius:28px}.article-page .article-cta h2{margin-top:22px}.article-page .article-cta .button{width:100%;white-space:normal}.article-page .similar-articles{margin-top:48px;padding:24px 18px;border-radius:28px}.article-page .similar-articles-heading{margin-bottom:20px}.article-page .similar-articles-grid{width:calc(100% + 32px);margin:0 -16px;padding:0 16px 8px;display:flex;gap:16px;overflow-x:auto;overscroll-behavior-x:contain;scroll-padding-left:16px;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.article-page .similar-articles-grid::-webkit-scrollbar{display:none}.article-page .similar-articles .article-card{min-height:0;flex:0 0 100%;scroll-snap-align:start}.article-page .similar-articles .article-image{height:220px;border-radius:32px 32px 0 0}.article-page .similar-articles .article-body{min-height:auto;padding:22px;border-radius:0 0 32px 32px}.article-page .similar-articles .article-body h3{font-size:22px;line-height:1.18}.pro-cta-inner{padding:34px 0;grid-template-columns:60px 1fr;gap:18px}.icon-mark,.icon-mark img{width:56px;height:56px}.pro-cta-inner .button{grid-column:1 / -1;width:100%}.glp{padding:56px 0}.glp-images img{width:100%;height:auto;aspect-ratio:1}.footer-links{position:static;margin-top:28px;text-align:left}.footer-brand img{width:220px}.footer-inner{padding:44px 0 36px}}@media(max-width:480px){.article-page .article-hero-inner,.article-index-hero-inner,.article-page .article-layout{width:calc(100% - 28px)}.article-page .article-hero-inner{padding:30px 0 36px;gap:24px}.article-page .article-hero h1,.article-index-hero h1,.articles-heading h2{font-size:29px;line-height:1.16;overflow-wrap:anywhere}.article-page .article-hero-copy>p{font-size:15px;line-height:24px}.article-page .article-hero-media img{border-radius:24px;aspect-ratio:1 / 1}.article-page .article-hero-card{width:min(204px,calc(100% - 28px));left:14px;bottom:14px;padding:14px 16px;border-radius:18px}.article-page .article-hero-card strong{font-size:23px}.article-page .article-layout{padding-top:28px;gap:30px}.article-page .article-summary{padding:16px;border-radius:22px}.article-page .article-summary ol{padding-left:16px}.article-page .article-content section{margin-top:40px}.article-page .article-content h2{font-size:26px;line-height:1.18;overflow-wrap:anywhere}.article-page .article-content h3{margin-top:30px;font-size:20px}.article-page .article-content .key-list{padding:20px 18px 22px 42px;border-radius:22px}.article-page .medical-note{padding:16px}.article-page .article-image-break img,.article-page .article-visual-grid img{border-radius:24px}.article-page .article-medication-card{min-height:176px;flex-basis:204px;padding:16px 14px;border-radius:24px}.article-page .article-medication-strip img{width:58px;height:102px}.article-page .article-content blockquote{padding:22px 20px;border-radius:24px;font-size:19px;line-height:28px}.article-page .article-caption{padding:20px;border-radius:22px;font-size:17px;line-height:26px}.article-page .editorial-badge{align-items:flex-start}.article-page .editorial-badge-icon{width:40px;height:40px}.article-page .editorial-badge p{font-size:14px;line-height:20px}.article-page .article-cta{padding:26px 20px;border-radius:26px}}
