:root{--ea-primary: var(--brand-red);--ea-secondary: var(--brand-purple);--ea-bg: var(--brand-bg);--ea-surface: var(--brand-surface);--ea-surface-low: var(--brand-surface-low);--ea-text: var(--brand-text);--ea-muted: var(--brand-muted);--ea-outline: var(--brand-outline);--ea-shadow: var(--brand-shadow-card)}.editorial-article{background:var(--ea-bg);color:var(--ea-text);position:relative;z-index:1}.editorial-hero{position:relative;width:100%;margin-top:calc(-1 * (var(--brand-hero-offset) + 40px));padding-top:calc(var(--brand-hero-offset) + 40px);aspect-ratio:16 / 9;min-height:0;height:auto;max-height:100vh;box-sizing:border-box;overflow:hidden;isolation:isolate;z-index:1;background-image:linear-gradient(to top,#15434fd1,#2e829380 52%,#5fbcce57),var(--editorial-hero-image, none);background-color:#97d7e2;background-size:cover,cover;background-position:center,center;background-repeat:no-repeat}.editorial-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1c1b1b00,#1c1b1be6);display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;width:100%;padding:0 2rem 4rem;box-sizing:border-box;z-index:1}.editorial-hero__overlay>*{width:100%;max-width:var(--page-width, 1200px);margin-left:auto;margin-right:auto}@media screen and (max-width:749px){.editorial-hero{margin-top:calc(-1 * (var(--brand-hero-offset) + 24px));padding-top:calc(var(--brand-hero-offset) + 24px);min-height:calc(84vh - var(--header-height, 0px));height:calc(84vh - var(--header-height, 0px))}}.editorial-meta{display:flex;align-items:center;justify-content:center;gap:.8rem;flex-wrap:wrap;margin-bottom:1.5rem;color:#ffffffeb;text-align:center}.editorial-meta__tag{display:inline-block;padding:.25rem .7rem;border-radius:.2rem;background:var(--ea-primary);color:#fff;font-size:1rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;text-decoration:none}.editorial-meta__dot{opacity:.5}.editorial-hero__title{max-width:900px;font-size:clamp(2.3rem,6vw,5.5rem);line-height:.95;letter-spacing:-.03em;color:#fff;text-align:center;margin:0 auto}.editorial-hero__footer{margin-top:2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.editorial-author{display:flex;align-items:center;gap:.75rem;color:#fff}.editorial-author__avatar{width:46px;height:46px;min-width:46px;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--brand-red),var(--brand-purple));border:2px solid rgba(255,255,255,.3);font-size:1.6rem;font-weight:700;color:#fff;text-transform:uppercase;box-shadow:0 2px 8px #0003}.editorial-author__name{display:block;font-weight:700}.editorial-author__role{display:block;font-size:1.2rem;text-transform:uppercase;letter-spacing:.08em;opacity:.75}.editorial-jump{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--ea-text);text-decoration:none;min-height:calc(4.5rem + var(--buttons-border-width, 0px) * 2);padding:0 3rem;border-radius:var(--buttons-radius-outset, .6rem);font-size:1.5rem;font-weight:700;letter-spacing:0;text-transform:none}.editorial-wrap{max-width:var(--page-width, 1200px);margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1fr;gap:2.5rem}.editorial-sidebar{position:relative}.editorial-sidebar__inner{position:sticky;top:8.5rem;display:grid;gap:1.25rem}.editorial-card{border:1px solid rgba(233,188,183,.35);background:var(--ea-surface-low);border-radius:.85rem;padding:1.25rem}.editorial-card__title{margin:0 0 .9rem;font-size:1.4rem;font-weight:800}.editorial-toc{margin:0;padding:0;list-style:none;display:grid;gap:.55rem}.editorial-toc a{color:var(--ea-muted);text-decoration:none;font-size:1.4rem;line-height:1.35}.editorial-toc a:hover{color:var(--ea-primary)}.editorial-facts{margin:0;padding:0;list-style:none;display:grid;gap:.7rem;color:var(--ea-muted);font-size:1.4rem}.editorial-facts strong{color:var(--ea-text)}.editorial-content{min-width:0}.editorial-excerpt{font-size:clamp(1.9rem,2.5vw,2.8rem);line-height:1.35;margin:0 0 2rem;font-weight:600}.editorial-prose{font-size:1.6rem;line-height:1.9;color:var(--ea-muted)}.editorial-prose>:first-child:is(img,figure),.editorial-prose>p:first-child>img:only-child,.editorial-prose>p:first-child:has(>img:only-child){display:none}.editorial-prose :where(h2,h3,h4){color:var(--ea-text);line-height:1.2;margin-top:2.2rem;margin-bottom:1rem;letter-spacing:-.02em}.editorial-prose h2{font-size:clamp(2.4rem,3vw,3.4rem)}.editorial-prose h3{font-size:clamp(2rem,2vw,2.6rem)}.editorial-prose p,.editorial-prose ul,.editorial-prose ol,.editorial-prose blockquote{margin-bottom:1.2rem}.editorial-prose a{color:var(--ea-primary)}.editorial-actions{margin-top:2.2rem;border-top:1px solid rgba(233,188,183,.45);padding-top:1.3rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.editorial-actions__buttons{display:flex;gap:.8rem}.editorial-btn,.editorial-btn:visited{display:inline-flex;align-items:center;justify-content:center;width:2.9rem;height:2.9rem;border-radius:9999px;border:1px solid rgba(233,188,183,.45);color:var(--ea-muted);background:var(--ea-surface-low);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.editorial-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000024}.editorial-btn svg{width:1.15rem;height:1.15rem;display:block;fill:currentColor;stroke:currentColor}.editorial-btn--facebook{background:#1877f2;color:#fff;border-color:#1877f2}.editorial-btn--pinterest{background:#e60023;color:#fff;border-color:#e60023}.editorial-btn--copy{background:#1d1d1d;color:#fff;border-color:#1d1d1d}.editorial-btn--twitter{background:#000;color:#fff;border-color:#000}.editorial-btn--instagram{background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);color:#fff;border-color:transparent}.editorial-floating-share .editorial-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0000004d;filter:brightness(1.12)}.editorial-print{border:0;border-radius:9999px;padding:.8rem 1.35rem;background:var(--ea-primary);color:#fff;border-radius:var(--buttons-radius-outset, .6rem);min-height:calc(4.5rem + var(--buttons-border-width, 0px) * 2);padding:0 3rem;font-size:1.5rem;letter-spacing:0;text-transform:none;font-weight:700;cursor:pointer}.editorial-author-box{margin-top:2.2rem;border:1px solid rgba(233,188,183,.4);border-radius:1rem;background:var(--ea-surface);padding:1.5rem;box-shadow:var(--ea-shadow)}.editorial-author-box__name{font-size:1.8rem;margin:0 0 .5rem;font-weight:600}.editorial-related{background:var(--ea-surface-low);margin-top:2rem;padding:4rem 0}.editorial-related__inner{max-width:var(--page-width, 1200px);margin:0 auto;padding:0 2rem}.editorial-related__head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.editorial-related__title{margin:0;font-size:clamp(2rem,4vw,3.1rem);line-height:1;letter-spacing:-.03em}.editorial-related__link{text-decoration:none;display:inline-flex;justify-content:center;align-items:center;min-height:calc(4.5rem + var(--buttons-border-width, 0px) * 2);padding:0 3rem;border-radius:var(--buttons-radius-outset, .6rem);border:1px solid var(--ea-primary);font-size:1.5rem;letter-spacing:0;text-transform:none;font-weight:700;background:transparent;color:var(--ea-primary);transition:background .2s,color .2s}.editorial-related__link:hover{background:var(--ea-primary);color:#fff}.editorial-related__grid{display:grid;grid-template-columns:1fr;gap:1.3rem}.editorial-relcard{text-decoration:none;color:inherit}.editorial-relcard__media{aspect-ratio:4 / 5;border-radius:1rem;overflow:hidden;margin-bottom:1rem;box-shadow:var(--ea-shadow)}.editorial-relcard__media img,.editorial-relcard__media .editorial-hero__fallback{width:100%;height:100%;object-fit:cover;transition:transform .6s}.editorial-relcard:hover .editorial-relcard__media img{transform:scale(1.08)}.editorial-relcard__tag{display:inline-block;background:#e7001ce6;color:#fff;border-radius:.2rem;padding:.2rem .55rem;font-size:1rem;letter-spacing:.1em;text-transform:uppercase;font-weight:800;margin-bottom:.6rem}.editorial-relcard__title{margin:0 0 .5rem;font-size:2.1rem;line-height:1.2;letter-spacing:-.02em}.editorial-relcard__excerpt{margin:0;color:var(--ea-muted);line-height:1.6}.editorial-floating-share{position:fixed;left:1.2rem;top:50%;transform:translateY(-50%);z-index:30;display:none;gap:.6rem;flex-direction:column}@media screen and (min-width:1300px){.editorial-floating-share{display:flex}}@media screen and (min-width:990px){.editorial-hero__title{font-size:clamp(2.3rem,calc(6vw - 2.5rem),3rem)}.editorial-prose h2{font-size:clamp(2.4rem,calc(3vw - 1rem),2.4rem)}.editorial-related__title{font-size:clamp(2rem,calc(4vw - 1rem),2.1rem)}.editorial-wrap{grid-template-columns:4fr 8fr;gap:3rem}.editorial-related__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}}@media screen and (max-width:989px){.editorial-hero{min-height:480px;height:70vh}.editorial-jump,.editorial-print,.editorial-related__link{min-height:calc(4rem + var(--buttons-border-width, 0px) * 2);padding:0 2rem;font-size:1.35rem}.editorial-hero__inner,.editorial-wrap,.editorial-related__inner{padding-left:1.25rem;padding-right:1.25rem}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/section-editorial-article.css.map */
