/* One editorial reading layout for every WordPress news article. */
.story-shell.container{max-width:1280px;padding-block:44px 72px}
.story-layout{display:grid;grid-template-columns:232px minmax(0,1fr);gap:36px}
.story-sidebar{min-width:0;border-inline-end:1px solid var(--line);padding-inline-end:24px}
.story-browser{position:sticky;top:140px;max-block-size:calc(100dvh - 164px);overflow-y:auto;scrollbar-width:thin;padding:4px 8px 8px 0}
[dir=rtl] .story-browser{padding:4px 0 8px 8px}
.story-browser>summary{display:none}
.story-browser-content>h2{font-size:28px;line-height:1.25;letter-spacing:-.025em;margin-bottom:28px}
.story-categories{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:24px}
.story-categories a{display:inline-flex;align-items:center;min-height:40px;font-size:18px;line-height:1.45}
.story-categories a[aria-current],.story-categories a:hover{color:var(--accent);text-decoration:underline;text-underline-offset:6px}
.story-list ul{list-style:none;margin:0;padding:0}
.story-list li+li{border-top:1px solid var(--line);margin-top:10px;padding-top:10px}
.story-list a{display:flex;flex-direction:column;gap:10px;padding:16px 12px;font-size:17px;line-height:1.55;overflow-wrap:anywhere;border-radius:4px;transition:background .18s,color .18s}
.story-list a>span{font-weight:600}
.story-list time{font-size:15px;color:var(--muted);font-variant-numeric:tabular-nums}
.story-list a[aria-current]{background:var(--brand);color:var(--on-brand)}
.story-list a[aria-current] time{color:var(--on-brand)}
.story-list a:hover:not([aria-current]){background:var(--soft)}
.story-all{font-size:16px;color:var(--muted);margin-top:20px;gap:12px}
.story-article{min-width:0}
.story-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;color:var(--muted);font-size:14px;line-height:1.6;margin-bottom:28px}
.story-breadcrumb a{padding-block:4px}
.story-breadcrumb a:hover{text-decoration:underline;color:var(--accent)}
.story-meta{display:flex;align-items:center;flex-wrap:wrap;gap:12px 16px;color:var(--muted);font-size:15px;margin-bottom:16px;font-variant-numeric:tabular-nums}
.story-category{display:inline-flex;align-items:center;min-height:30px;padding:3px 9px;border-radius:3px;background:var(--brand);color:var(--on-brand);font-size:14px;line-height:1.5}
.story-category:hover{text-decoration:underline}
.story-header h1{font-size:clamp(34px,3.45vw,46px);font-weight:650;line-height:1.2;letter-spacing:-.025em;text-align:start;text-wrap:balance;overflow-wrap:anywhere;margin:0}
.story-title-word{display:inline-block;white-space:nowrap}
.story-title-clause{display:block}
.story-lead{font-size:18px;color:var(--muted);line-height:1.8;max-width:none;margin-top:20px}
.story-cover{margin-top:28px;margin-bottom:32px}
.story-cover a{display:block;border-radius:12px;overflow:hidden}
.story-cover img{width:100%;aspect-ratio:2.65;object-fit:cover;object-position:50% 45%;transition:transform .3s var(--ease)}
.story-body{font-size:18px;line-height:1.9;color:var(--muted);overflow-wrap:anywhere;display:flow-root}
.story-body p{max-width:none;margin:0 0 20px}
.story-body h2,.story-body h3,.story-body h4{color:var(--ink);letter-spacing:-.02em;text-wrap:pretty;line-height:1.4;scroll-margin-top:140px}
.story-body h2{font-size:27px;margin:36px 0 14px}
.story-body h3{font-size:23px;margin:28px 0 12px}
.story-body h4{font-size:20px;margin:24px 0 12px}
.story-body>:first-child{margin-top:0}
.story-body>:last-child{margin-bottom:0}
.story-body ul,.story-body ol{padding-inline-start:24px;margin:18px 0 24px}
.story-body li{padding-inline-start:4px;margin-block:10px}
.story-body li::marker{color:var(--accent)}
.story-body a:not(.wp-block-button__link){color:var(--accent);text-decoration:underline;text-underline-offset:4px}
.story-body img{max-width:100%;height:auto;border-radius:12px}
.story-body figure,.story-body .wp-caption{max-width:min(100%,600px);margin:28px auto 32px}
.story-body figure img{width:100%;height:auto}
.story-body figcaption,.story-body .wp-caption-text{margin-top:10px;font-size:14px;line-height:1.6;text-align:start;color:var(--muted)}
.story-body .alignleft{float:inline-start;margin:8px 24px 20px 0;max-width:48%}
.story-body .alignright{float:inline-end;margin:8px 0 20px 24px;max-width:48%}
.story-body .aligncenter{margin-inline:auto}
.story-body .wp-block-gallery{max-width:none}
.story-body blockquote{margin:28px 0;padding:20px 24px;border-inline-start:1px solid var(--accent);background:var(--soft);color:var(--ink)}
.story-body blockquote p:last-child{margin-bottom:0}
.story-body .wp-block-table{max-width:100%;overflow-x:auto}
.story-body table{border-collapse:collapse;max-width:100%;width:100%}
.story-body th,.story-body td{text-align:start;border:1px solid var(--line);padding:12px 16px}
.story-body pre{max-width:100%;overflow:auto;background:var(--soft);padding:20px;font-size:15px;line-height:1.7}
.story-body iframe,.story-body video{max-width:100%}
.story-body hr{margin:32px 0;border:0;border-top:1px solid var(--line)}
.story-recommendations{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.4fr);gap:32px;border-top:1px solid var(--line);margin-top:48px;padding-top:28px}
.story-recommendations--single{grid-template-columns:minmax(0,1fr)}
.story-related,.story-products{min-width:0;display:flex;flex-direction:column}
.story-products{border-inline-start:1px solid var(--line);padding-inline-start:28px}
.story-recommendations--single .story-products{border:0;padding:0}
.story-recommendations h2{font-size:25px;line-height:1.3;margin-bottom:18px;text-wrap:pretty;letter-spacing:-.02em}
.story-related-card,.story-product{border:1px solid var(--line);background:var(--white);border-radius:4px;padding:22px;display:flex;flex-direction:column;align-items:flex-start;min-width:0;flex:1;transition:border-color .18s}
.story-related-card:hover,.story-product:hover{border-color:var(--accent)}
.story-related-card h3,.story-product h3{font-size:22px;line-height:1.4;letter-spacing:-.02em;text-wrap:pretty;overflow-wrap:anywhere}
.story-related-card:hover h3,.story-product:hover h3{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}
.story-related-category{font-size:15px;color:var(--accent);margin-bottom:10px}
.story-related-card time{margin-top:8px;font-size:15px;color:var(--muted);font-variant-numeric:tabular-nums}
.story-related-card p,.story-product p{font-size:16px;line-height:1.7;color:var(--muted);margin-top:12px;overflow-wrap:anywhere}
.story-related-card .text-link,.story-product .text-link{margin-top:auto;padding-top:20px;font-size:16px;line-height:1.5;gap:12px;color:var(--accent)}
.story-products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;flex:1}
.story-product{padding:18px}
.story-product-photo{width:100%;height:132px;margin-bottom:16px;display:flex;align-items:center;justify-content:center}
.story-product-photo img{width:100%;height:100%;object-fit:contain;transition:transform .25s var(--ease)}
.story-product-photo--inset{overflow:hidden}
.story-product-photo--inset img{height:145%;flex-shrink:0}
[dir=rtl] .story-shell .text-link .arrow{transform:scaleX(-1)}
body.admin-bar .story-browser{top:172px;max-block-size:calc(100dvh - 196px)}
@media(hover:hover) and (prefers-reduced-motion:no-preference){.story-cover a:hover img{transform:scale(1.015)}.story-product:hover img{transform:translateY(-3px)}}
@media(max-width:1100px){.story-layout{grid-template-columns:208px minmax(0,1fr);gap:28px}.story-sidebar{padding-inline-end:20px}.story-shell.container{padding-block:32px 56px}.story-browser-content>h2{font-size:25px}.story-header h1{font-size:38px}.story-body{font-size:17px}.story-list a{font-size:16px;padding:14px 10px}.story-recommendations{gap:24px}.story-products{padding-inline-start:24px}.story-product-photo{height:110px}}
@media(max-width:860px){.story-shell.container{padding-top:20px}.story-layout{grid-template-columns:minmax(0,1fr);gap:24px}.story-sidebar{border-inline-end:0;border-bottom:1px solid var(--line);padding:0}.story-browser,[dir=rtl] .story-browser,body.admin-bar .story-browser{position:static;max-block-size:none;overflow:visible;padding:0}.story-browser>summary{display:flex;align-items:center;justify-content:space-between;gap:16px;list-style:none;min-height:52px;cursor:pointer;font-size:21px;line-height:1.4;font-weight:600;padding:4px 0 16px}.story-browser>summary::-webkit-details-marker{display:none}.story-browser>summary svg{width:20px;height:20px;transition:transform .2s}.story-browser[open]>summary svg{transform:rotate(180deg)}.story-browser-content{padding-bottom:20px}.story-browser-content>h2{display:none}.story-categories{flex-direction:row;flex-wrap:wrap;gap:12px 24px;margin:0 0 14px}.story-list ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.story-list li+li{border:0;padding:0;margin:0}.story-list a{height:100%}.story-all{margin-top:12px}.story-breadcrumb{margin-bottom:20px}.story-header h1{font-size:36px}.story-cover img{aspect-ratio:2.2}.story-lead,.story-body{font-size:18px}.story-recommendations{grid-template-columns:minmax(0,1fr);gap:28px;margin-top:36px}.story-products{border:0;padding:0}.story-product-photo{height:160px}.story-body figure,.story-body .wp-caption{max-width:min(100%,560px)}}
@media(max-width:540px){.story-header h1{font-size:30px;line-height:1.3;letter-spacing:-.02em}.story-lead{font-size:17px;margin-top:16px;line-height:1.8}.story-body{font-size:17px;line-height:1.85}.story-meta{margin-bottom:14px}.story-breadcrumb{font-size:13px;gap:6px 8px}.story-cover{margin:24px 0 28px}.story-cover img{aspect-ratio:1.75;object-position:50% 45%}.story-body h2{font-size:24px;margin-top:30px}.story-body h3{font-size:21px}.story-body figure,.story-body .wp-caption{width:100%;max-width:100%;margin:24px auto}.story-body .alignleft,.story-body .alignright{float:none;margin:24px 0;max-width:100%}.story-list ul{grid-template-columns:minmax(0,1fr)}.story-products-grid{gap:12px}.story-product{padding:14px}.story-product-photo{height:112px}.story-product h3{font-size:19px}.story-product p{font-size:14px}.story-product .text-link{font-size:15px;gap:6px}.story-related-card{padding:20px}.story-recommendations h2{font-size:24px}.story-shell.container{padding-bottom:44px}}
@media(max-width:540px){.story-title-clause{display:inline}}
@media(max-width:380px){.story-products-grid{grid-template-columns:minmax(0,1fr)}.story-product-photo{height:144px}}
@media(prefers-reduced-motion:reduce){.story-shell *, .story-shell *::before,.story-shell *::after{transition:none!important;animation:none!important}}
