.editorial-shell,.editorial-article{--editorial-brand-logo:#0b1a2a;--editorial-action:#0c2752;--editorial-action-hover:#102f5e;--editorial-heading:#162738;--editorial-accent:#ba8c5a;--editorial-accent-ink:#99693a;--editorial-accent-soft:#f5eee7;--editorial-copy-muted:#69727d;--editorial-line:#e8ebef;--editorial-surface:#fbfbfc;--editorial-surface-muted:#f5f6f8;--editorial-surface-cool:#eef3f8;--editorial-surface-warm:#f5f3ef;--editorial-success:#79b968;--editorial-primary:var(--editorial-action);--editorial-primary-hover:var(--editorial-action-hover);--editorial-deep:var(--editorial-action);--editorial-soft:var(--editorial-surface-cool);--editorial-border:var(--editorial-line);--editorial-sky:var(--editorial-accent);--editorial-ink:var(--editorial-heading);--editorial-muted:var(--editorial-copy-muted);--editorial-forest:var(--editorial-deep);--editorial-brand:var(--editorial-primary);--editorial-lime:var(--editorial-sky);--editorial-leaf:var(--editorial-soft);color:var(--editorial-ink)}.editorial-shell{width:min(1280px, calc(100% - 2rem));margin-inline:auto;padding-block:clamp(3rem, 7vw, 7rem)}.editorial-hero{display:grid;grid-template-columns:minmax(0, 1.4fr) minmax(18rem, 0.8fr);gap:2rem 5rem;align-items:end;padding-bottom:clamp(2.5rem, 5vw, 5rem);border-bottom:1px solid color-mix(in srgb,var(--editorial-ink) 18%,transparent)}.editorial-hero--compact{grid-template-columns:1fr}.editorial-eyebrow,.editorial-section-heading>p{margin:0 0 .75rem;color:var(--editorial-brand);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.editorial-hero h1,.editorial-article__header h1{margin:0;max-width:18ch;font-size:clamp(2.5rem, 7vw, 5.75rem);line-height:.98;letter-spacing:-.045em}.editorial-hero__intro,.editorial-article__excerpt{max-width:42rem;margin:0;color:var(--editorial-muted);font-size:clamp(1rem, 1.6vw, 1.3rem);line-height:1.65}.editorial-categories{display:flex;gap:.65rem;overflow-x:auto;padding-block:1.5rem;scrollbar-width:thin}.editorial-categories__item{display:inline-flex;flex:0 0 auto;gap:.5rem;align-items:center;padding:.7rem 1rem;border:1px solid color-mix(in srgb,var(--editorial-ink) 16%,transparent);border-radius:999px;color:var(--editorial-ink);font-size:.9rem;font-weight:700;text-decoration:none;cursor:pointer}.editorial-categories__item span{color:var(--editorial-muted);font-size:.75rem}.editorial-categories__item:hover,.editorial-categories__item.is-active{color:#fff;background:var(--editorial-forest);border-color:var(--editorial-forest)}.editorial-featured{display:grid;grid-template-columns:minmax(0, 1.7fr) minmax(18rem, 0.8fr);gap:1.5rem;margin-block:clamp(2rem, 6vw, 5rem)}.editorial-featured .editorial-card--featured{grid-row:span 3}.editorial-listing{margin-block:clamp(4rem, 8vw, 8rem)}.editorial-section-heading{margin-bottom:2rem}.editorial-section-heading h2{margin:0;font-size:clamp(2rem, 4vw, 3.5rem);line-height:1.05}.editorial-listing__grid,.editorial-related__grid{display:grid;grid-template-columns:repeat(3,minmax(0, 1fr));gap:clamp(1.25rem, 3vw, 2.5rem)}.editorial-card{min-width:0}.editorial-card__media{display:block;overflow:hidden;aspect-ratio:4/3;background:var(--editorial-leaf)}.editorial-card--featured .editorial-card__media{aspect-ratio:16/10}.editorial-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .36s ease}.editorial-card:hover .editorial-card__media img{transform:scale(1.025)}.editorial-card__placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,var(--editorial-leaf),#d6ecf9)}.editorial-card__body{padding-top:1rem}.editorial-card__meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;color:var(--editorial-muted);font-size:.78rem}.editorial-card__meta a{color:var(--editorial-brand);font-weight:800;text-decoration:none;text-transform:uppercase}.editorial-card__title{margin:.65rem 0;font-size:clamp(1.25rem, 2.2vw, 1.8rem);line-height:1.15}.editorial-card--featured .editorial-card__title{font-size:clamp(1.75rem, 4vw, 3.25rem)}.editorial-card__title a{color:inherit;text-decoration:none}.editorial-card__excerpt{margin:0 0 1rem;color:var(--editorial-muted);line-height:1.6}.editorial-card__link{color:var(--editorial-brand);font-size:.9rem;font-weight:800;text-decoration:none}.editorial-pagination{display:flex;gap:1rem;align-items:center;justify-content:space-between;margin-block:3rem}.editorial-pagination a{color:var(--editorial-brand);font-weight:700;text-decoration:none}.editorial-pagination__pages{display:flex;gap:.4rem}.editorial-pagination__pages>*{display:grid;width:2.5rem;height:2.5rem;place-items:center;border-radius:50%}.editorial-pagination__pages span{color:#fff;background:var(--editorial-forest)}.editorial-empty,.editorial-block-placeholder{padding:2rem;color:var(--editorial-muted);background:var(--editorial-leaf)}.editorial-cta{display:grid;grid-template-columns:minmax(15rem, 0.75fr) minmax(24rem, 1.25fr);gap:clamp(2rem, 5vw, 5rem);align-items:start;margin-block:5rem 0;padding:clamp(1.5rem, 5vw, 4rem);color:#fff;background:var(--editorial-forest)}.editorial-cta h2{margin:0;color:inherit;font-size:clamp(1.75rem, 4vw, 3rem)}.editorial-cta p{max-width:42rem}.editorial-cta__copy{position:sticky;top:7rem}.editorial-cta__eyebrow{margin:0 0 .9rem;color:var(--editorial-lime);font-size:.76rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.editorial-cta__summary{margin:1rem 0 0;color:color-mix(in srgb,#fff 78%,transparent);line-height:1.65}.editorial-button{display:inline-flex;flex:0 0 auto;padding:.9rem 1.35rem;border-radius:999px;color:var(--editorial-ink);background:var(--editorial-lime);font-weight:800;text-decoration:none}.editorial-cta--link{grid-template-columns:minmax(0, 1fr) auto;align-items:center}.editorial-cta-form{min-width:0;padding:clamp(1.25rem, 3vw, 2rem);border-radius:1rem;color:var(--editorial-ink);background:#fff;box-shadow:0 22px 60px rgb(0 0 0/18%)}.editorial-cta-form__form{display:grid;gap:1rem}.editorial-cta-form__fields{display:grid;grid-template-columns:repeat(2,minmax(0, 1fr));gap:1rem}.editorial-cta-field{display:grid;gap:.5rem;color:var(--editorial-ink);font-size:.78rem;font-weight:800}.editorial-cta-field--wide{grid-column:1/-1}.editorial-cta-field small{color:var(--editorial-muted);font-weight:500}.editorial-cta-field :where(input,textarea){width:100%;min-height:3.25rem;padding:.8rem .95rem;border:1px solid color-mix(in srgb,var(--editorial-ink) 18%,transparent);border-radius:.6rem;color:var(--editorial-ink);background:#fff;font:inherit;font-weight:500;outline:none;transition:border-color .16s ease,box-shadow .16s ease}.editorial-cta-field textarea{min-height:6.5rem;resize:vertical}.editorial-cta-field :where(input,textarea):focus{border-color:var(--editorial-brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--editorial-brand) 16%,transparent)}.editorial-cta-consent{display:flex;gap:.75rem;align-items:flex-start;color:var(--editorial-muted);font-size:.75rem;line-height:1.45;cursor:pointer}.editorial-cta-consent input{width:1.1rem;height:1.1rem;margin-top:.12rem;flex:0 0 auto;accent-color:var(--editorial-brand)}.editorial-cta-form__footer{display:flex;gap:1rem;align-items:center;justify-content:space-between}.editorial-cta-form__footer small{max-width:18rem;color:var(--editorial-muted);line-height:1.4}.editorial-button--submit{gap:1.5rem;align-items:center;justify-content:space-between;border:0;cursor:pointer}.editorial-button--submit:disabled{cursor:not-allowed;opacity:.58}.editorial-cta-form__fallback{margin:0;color:var(--editorial-muted);font-size:.78rem;line-height:1.5}.editorial-cta-form__fallback a{color:var(--editorial-brand);font-weight:800}.editorial-honeypot{position:absolute !important;overflow:hidden !important;width:1px !important;height:1px !important;clip:rect(0 0 0 0) !important;clip-path:inset(50%) !important;white-space:nowrap !important}.editorial-article>.editorial-conversion-quiz{width:100vw;max-width:100vw;margin-top:clamp(4rem, 8vw, 7rem);margin-left:50%;transform:translateX(-50%)}.editorial-article{width:min(1360px, calc(100% - 2rem));margin-inline:auto;padding-block:clamp(2rem, 7vw, 6rem)}.editorial-breadcrumbs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;color:var(--editorial-muted);font-size:.85rem}.editorial-breadcrumbs a{color:inherit;text-decoration:none}.editorial-breadcrumbs [aria-current=page]{overflow:hidden;max-width:min(42rem, 60vw);text-overflow:ellipsis;white-space:nowrap}.editorial-article__header{width:min(1120px, 100%);margin-bottom:clamp(2rem, 5vw, 4rem)}.editorial-article__header .editorial-card__meta{margin-bottom:1.25rem}.editorial-article__excerpt{margin-top:1.5rem}.editorial-article__reading-time:before{margin-right:.65rem;color:color-mix(in srgb,var(--editorial-ink) 28%,transparent);content:"•"}.editorial-article__lead{margin:0 0 clamp(3rem, 7vw, 6rem);overflow:hidden;border-radius:1.5rem;background:var(--editorial-leaf)}.editorial-article__lead img{display:block;width:100%;max-height:78vh;aspect-ratio:16/8.5;object-fit:cover}.editorial-article__lead figcaption{margin:0;padding:.85rem 1rem;background:var(--editorial-leaf)}.editorial-article figcaption{margin-top:.6rem;color:var(--editorial-muted);font-size:.85rem}.editorial-article__layout{display:grid;grid-template-columns:minmax(11rem, 14rem) minmax(0, 880px);gap:clamp(2rem, 5vw, 5rem);align-items:start;justify-content:center}.editorial-article__layout--without-toc{grid-template-columns:minmax(0, 880px)}.editorial-article__body{min-width:0}.editorial-toc{position:sticky;top:7rem;padding:1.25rem;border:1px solid color-mix(in srgb,var(--editorial-ink) 12%,transparent);border-radius:1rem;background:color-mix(in srgb,var(--editorial-leaf) 72%,#fff)}.editorial-toc>p{margin:0 0 .9rem;color:var(--editorial-brand);font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.editorial-toc ol{display:grid;gap:.65rem;margin:0;padding:0;list-style:none;counter-reset:editorial-toc}.editorial-toc li{display:grid;grid-template-columns:auto 1fr;gap:.55rem;align-items:start;counter-increment:editorial-toc}.editorial-toc li:before{color:var(--editorial-brand);font-size:.72rem;font-weight:800;content:counter(editorial-toc,decimal-leading-zero)}.editorial-toc a{color:var(--editorial-ink);font-size:.82rem;font-weight:700;line-height:1.35;text-decoration:none}.editorial-toc a:hover{color:var(--editorial-brand)}.editorial-content{width:100%;margin-inline:auto;font-size:clamp(1rem, 1.3vw, 1.15rem);line-height:1.78}.editorial-content>*+*{margin-top:1.5rem}.editorial-content h2{margin-top:3.5rem;scroll-margin-top:7rem;font-size:clamp(1.8rem, 4vw, 3rem);line-height:1.12}.editorial-content h3{margin-top:2.5rem;font-size:clamp(1.35rem, 3vw, 2rem)}.editorial-content :where(p,ul,ol,blockquote){max-width:76ch}.editorial-content :where(ul,ol){padding-left:1.35rem}.editorial-content blockquote{margin-inline:0;padding:1.25rem 1.5rem;border-left:.25rem solid var(--editorial-lime);background:var(--editorial-leaf)}.editorial-content figure{margin:clamp(2rem, 5vw, 4rem) 0}.editorial-content figure figcaption{margin-top:.75rem;text-align:left}.editorial-content :where(img,video){max-width:100%;height:auto}.editorial-content .alignwide,.editorial-content .wp-block-uyutno-media-grid,.editorial-content .wp-block-uyutno-video-story{width:min(1120px, calc(100vw - 2rem));max-width:none;margin-left:50%;transform:translateX(-50%)}.editorial-article__gallery{margin-top:clamp(3rem, 7vw, 6rem);padding-top:clamp(2rem, 5vw, 4rem);border-top:1px solid color-mix(in srgb,var(--editorial-ink) 14%,transparent)}.editorial-article__gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0, 1fr));gap:clamp(1rem, 2vw, 1.5rem)}.editorial-article__gallery figure{margin:0}.editorial-article__gallery img{display:block;width:100%;height:100%;max-height:34rem;aspect-ratio:4/3;border-radius:1rem;object-fit:cover}.editorial-article__gallery figure:nth-child(3n+1){grid-column:1/-1}.editorial-article__gallery figure:nth-child(3n+1) img{aspect-ratio:16/8}.editorial-source,.editorial-relations{width:100%;margin:2rem auto 0;color:var(--editorial-muted);font-size:.85rem}.editorial-relations{padding:clamp(1.25rem, 3vw, 2rem);border-radius:1rem;background:var(--editorial-leaf)}.editorial-relations h2{margin-top:0;color:var(--editorial-ink)}.editorial-relations ul{display:grid;gap:.65rem;margin-bottom:0;padding-left:1.25rem}.editorial-relations a{color:var(--editorial-brand);font-weight:700}.editorial-article>.editorial-cta{width:min(1120px, 100%);margin-inline:auto;border-radius:1.25rem}.editorial-shell--related{padding-top:0}.editorial-related{margin-top:2rem;padding-top:4rem;border-top:1px solid color-mix(in srgb,var(--editorial-ink) 16%,transparent)}.wp-block-uyutno-media-grid,.wp-block-uyutno-video-story,.wp-block-uyutno-related-posts{margin-block:clamp(2.5rem, 6vw, 5rem)}.uyutno-block-heading{width:min(760px, 100%);margin:0 auto 1.5rem}.uyutno-block-heading h2{margin:0;font-size:clamp(1.75rem, 4vw, 3rem)}.uyutno-block-heading p{color:var(--editorial-muted)}.uyutno-media-grid{display:grid;gap:1rem}.uyutno-media-grid[data-layout=columns]{grid-template-columns:repeat(2,minmax(0, 1fr))}.uyutno-media-grid[data-layout=asymmetric]{grid-template-columns:repeat(12,minmax(0, 1fr))}.uyutno-media-grid[data-layout=asymmetric] .uyutno-media-grid__item{grid-column:span 5}.uyutno-media-grid[data-layout=asymmetric] .uyutno-media-grid__item:nth-child(3n+1){grid-column:span 7}.uyutno-media-grid[data-layout=sequence]{grid-template-columns:1fr}.uyutno-media-grid__item{margin:0}.uyutno-media-grid__item img{width:100%;height:100%;max-height:42rem;object-fit:cover}.wp-block-uyutno-video-story video{display:block;width:100%;max-height:80vh;background:#071f32}.wp-block-uyutno-video-story>figcaption{display:flex;gap:1rem;justify-content:space-between;width:min(760px, 100%);margin-inline:auto}.is-style-editorial-panel{padding:clamp(1.5rem, 4vw, 3rem);background:var(--editorial-leaf)}.is-style-editorial-lead img{width:100%}@media (max-width:900px){.editorial-hero,.editorial-featured{grid-template-columns:1fr}.editorial-featured .editorial-card--featured{grid-row:auto}.editorial-listing__grid,.editorial-related__grid{grid-template-columns:repeat(2,minmax(0, 1fr))}.editorial-cta,.editorial-cta--link{grid-template-columns:1fr}.editorial-cta__copy{position:static}.editorial-article__layout{grid-template-columns:1fr}.editorial-toc{position:static}.editorial-toc ol{grid-template-columns:repeat(2,minmax(0, 1fr))}}@media (max-width:560px){.editorial-shell,.editorial-article{width:min(100% - 1.25rem, 1280px)}.editorial-listing__grid,.editorial-related__grid,.uyutno-media-grid[data-layout]{grid-template-columns:1fr}.uyutno-media-grid[data-layout=asymmetric] .uyutno-media-grid__item,.uyutno-media-grid[data-layout=asymmetric] .uyutno-media-grid__item:nth-child(3n+1){grid-column:auto}.editorial-pagination__pages{display:none}.wp-block-uyutno-video-story>figcaption{align-items:flex-start;flex-direction:column}.editorial-breadcrumbs [aria-current=page]{max-width:70vw}.editorial-article__lead{border-radius:.85rem}.editorial-article__lead img{aspect-ratio:4/3}.editorial-toc ol,.editorial-article__gallery-grid{grid-template-columns:1fr}.editorial-article__gallery figure:nth-child(3n+1){grid-column:auto}.editorial-article__gallery figure:nth-child(3n+1) img{aspect-ratio:4/3}.editorial-cta-form__fields{grid-template-columns:1fr}.editorial-cta-field--wide{grid-column:auto}.editorial-cta-form__footer{align-items:stretch;flex-direction:column}.editorial-button--submit{width:100%}}@media (prefers-reduced-motion:reduce){.editorial-card__media img{transition:none}}