@import"https://fonts.googleapis.com/css2?family=Archivo:wght@400;600;800&display=swap";.eh{--eh-bg: #f3f2f2;--eh-surface: #eae9e9;--eh-text: #201e1d;--eh-accent: #ec3013;--eh-accent-600: #dd2b0f;--eh-accent-700: #ae1800;--eh-accent-100: #fff2ef;--eh-divider: color-mix(in srgb, #201e1d 40%, transparent);--eh-n-200: #eae7e7;--eh-n-300: #d7d3d3;--eh-n-600: #7d7979;--eh-n-700: #605d5d;--eh-n-800: #444141;--eh-heading: "Archivo", system-ui, sans-serif;--eh-mono: ui-monospace, Menlo, monospace;--eh-pad-x: clamp(20px, 4vw, 48px);background:var(--eh-bg);color:var(--eh-text);font-family:Archivo,system-ui,sans-serif;font-size:15px;line-height:1.55;text-align:left}.eh *,.eh *:before,.eh *:after{box-sizing:border-box}.eh h1,.eh h2,.eh h3,.eh h4{font-family:var(--eh-heading);font-weight:800;letter-spacing:-.015em;line-height:1.12;margin:0}.eh p{margin:0}.eh a:focus-visible,.eh button:focus-visible{outline:2px solid var(--eh-accent);outline-offset:2px}.eh ::selection{background:color-mix(in srgb,var(--eh-accent) 30%,transparent)}.eh-ph{filter:grayscale(1) contrast(1.08)}.eh-img{display:block;width:100%;height:100%;object-fit:cover}.eh-ph{display:flex;align-items:flex-end;padding:12px;background:repeating-linear-gradient(135deg,var(--eh-n-300) 0 9px,var(--eh-n-200) 9px 18px)}.eh-ph span{font-family:var(--eh-mono);font-size:11px;letter-spacing:.04em;color:var(--eh-n-700);background:var(--eh-bg);padding:2px 6px;white-space:nowrap}.eh-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-family:var(--eh-heading);font-weight:800;font-size:15px;line-height:1.2;min-height:48px;padding:15px 24px;border:1px solid transparent;border-radius:0;text-decoration:none;cursor:pointer}.eh-btn--primary{background:var(--eh-accent);color:var(--eh-bg)}.eh-btn--primary:hover{background:var(--eh-accent-600);color:var(--eh-bg)}.eh-btn--primary:active{background:var(--eh-accent-700)}.eh-btn--secondary{border-color:var(--eh-divider);color:var(--eh-text)}.eh-btn--secondary:hover{background:color-mix(in srgb,var(--eh-text) 7%,transparent);color:var(--eh-text)}.eh-btn--secondary:active{background:color-mix(in srgb,var(--eh-text) 14%,transparent)}.eh-btn--ghost{color:var(--eh-accent);font-size:14px;min-height:0;padding:4px}.eh-btn--ghost:hover{background:color-mix(in srgb,var(--eh-accent) 10%,transparent);color:var(--eh-accent)}.eh-hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,430px),1fr));border-bottom:2px solid var(--eh-divider)}.eh-hero__copy{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:14px;padding:clamp(24px,2.4vw,34px) var(--eh-pad-x);border-right:2px solid var(--eh-divider)}.eh-hero__eyebrow{margin:0;font-family:var(--eh-heading);font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--eh-accent-700)}.eh-hero__heading{font-size:clamp(30px,3.1vw,46px);letter-spacing:-.03em;text-wrap:balance}.eh-hero__body,.eh-hero__body p{font-size:clamp(15px,1.3vw,18px);max-width:46ch;color:var(--eh-n-800)}.eh-hero__ctas{display:flex;gap:12px;margin-top:2px;flex-wrap:wrap}.eh-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-top:4px;border-top:2px solid var(--eh-divider)}.eh-stats>*{min-width:0;display:flex;flex-direction:column;gap:5px;padding:12px 0}.eh-stats>*:nth-child(3),.eh-stats>*:nth-child(4){padding-bottom:0}.eh-stats>*:nth-child(odd){border-right:1px solid var(--eh-divider);padding-right:22px}.eh-stats>*:nth-child(2n){padding-left:22px}.eh-stats>*:nth-child(1),.eh-stats>*:nth-child(2){border-bottom:1px solid var(--eh-divider)}.eh-stat__value{font-family:var(--eh-heading);font-weight:800;font-size:clamp(20px,2.2vw,28px);line-height:1.12}.eh-stat__label{font-size:12px;line-height:1.4;color:var(--eh-n-700);margin-top:auto}.eh-hero__media{min-width:0;aspect-ratio:3 / 2;align-self:center}@media(max-width:749px){.eh-hero__media{aspect-ratio:3 / 2}}.eh-triptych{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr))}.eh-triptych__cell{min-width:0;display:flex;flex-direction:column;gap:8px;padding:clamp(18px,1.8vw,24px) clamp(20px,3vw,44px);border-right:2px solid var(--eh-divider);border-bottom:2px solid var(--eh-divider);background:var(--eh-accent-100)}.eh-triptych__cell:last-child{border-right:0}.eh-triptych__num{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;width:28px;height:28px;font-family:var(--eh-heading);font-weight:800;font-size:13px;line-height:1;background:var(--eh-accent);color:var(--eh-bg)}.eh-triptych__icon{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;width:34px;height:34px;background:var(--eh-accent);color:var(--eh-bg)}.eh-triptych__icon svg{width:18px;height:18px;display:block}.eh-triptych__cell h4{font-size:20px}.eh-triptych__cell p,.eh-triptych__body p{font-size:14px;color:var(--eh-n-800)}.eh-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:clamp(28px,4vw,48px) var(--eh-pad-x) 22px}.eh-head h2{font-size:clamp(28px,3.4vw,44px)}.eh-head__meta{font-family:var(--eh-mono);font-size:12px;color:var(--eh-n-700)}.eh-index{border-top:2px solid var(--eh-divider)}.eh-row{display:grid;grid-template-columns:56px minmax(120px,1.1fr) minmax(0,2fr) clamp(0px,20vw,300px);align-items:center;gap:clamp(16px,2.4vw,32px);padding:22px var(--eh-pad-x);min-height:64px;border-bottom:1px solid var(--eh-divider);text-decoration:none;color:inherit;transition:background .12s}.eh-row:last-child{border-bottom:2px solid var(--eh-divider)}.eh-row__num{font-family:var(--eh-heading);font-weight:800;font-size:15px;color:var(--eh-n-600)}.eh-row__icon{display:inline-flex;align-items:center;color:var(--eh-n-600)}.eh-row__icon svg{width:24px;height:24px;display:block}.eh-row:hover .eh-row__icon{color:var(--eh-bg)}.eh-row h3{font-size:clamp(22px,2.4vw,32px)}.eh-row p{font-size:14px}.eh-row__media{min-width:0;height:110px;overflow:hidden}.eh-row:hover{background:var(--eh-accent);color:var(--eh-bg)}.eh-row:hover .eh-row__num{color:var(--eh-bg)}.eh-row:hover .eh-ph{filter:grayscale(1) invert(1) contrast(1.1)}.eh-ugc{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(50%,180px),1fr));gap:2px;background:var(--eh-divider);border-top:1px solid var(--eh-divider);border-bottom:2px solid var(--eh-divider)}.eh-tile{aspect-ratio:1;min-width:0;overflow:hidden;display:block}.eh-tile:hover{outline:2px solid var(--eh-accent);outline-offset:-2px}@media(max-width:620px){.eh-row{grid-template-columns:40px 1fr 92px;gap:14px;padding:14px 20px;min-height:56px}.eh-row p{display:none}.eh-row__media{height:72px}}.eh-story-hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr));border-bottom:2px solid var(--eh-divider)}.eh-story-hero__copy{min-width:0;display:flex;flex-direction:column;gap:22px;padding:clamp(32px,5vw,72px) var(--eh-pad-x);border-right:2px solid var(--eh-divider)}.eh-story-hero__heading{font-size:clamp(38px,5vw,76px);letter-spacing:-.03em;text-wrap:balance}.eh-story-hero__intro{font-size:clamp(15px,1.3vw,18px);max-width:48ch;color:var(--eh-n-800)}.eh-story-hero__stats{display:flex;gap:28px;flex-wrap:wrap;padding-top:22px;border-top:2px solid var(--eh-divider)}.eh-story-hero__stats .eh-stat__value{font-size:26px}.eh-story-hero__media{min-width:0;min-height:clamp(300px,38vw,560px)}.eh-chapter{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));border-bottom:2px solid var(--eh-divider)}.eh-chapter__copy{min-width:0;display:flex;flex-direction:column;gap:16px;padding:clamp(28px,3.5vw,56px) var(--eh-pad-x)}.eh-chapter__media{min-width:0;min-height:clamp(260px,26vw,420px)}.eh-chapter--image-right .eh-chapter__copy,.eh-chapter--image-left .eh-chapter__media{border-right:2px solid var(--eh-divider)}.eh-chapter--image-left .eh-chapter__copy{order:2}.eh-chapter--image-left .eh-chapter__media{order:1}.eh-kicker{font-family:var(--eh-heading);font-weight:800;font-size:13px;color:var(--eh-accent);letter-spacing:.04em}.eh-chapter__copy h2{font-size:clamp(26px,2.8vw,38px)}.eh-chapter__copy p,.eh-prose p{font-size:clamp(15px,1.2vw,17px);line-height:1.62;color:var(--eh-n-800);max-width:64ch;text-wrap:pretty}.eh-quote{background:var(--eh-accent);color:var(--eh-bg);padding:clamp(36px,5vw,72px) var(--eh-pad-x);border-bottom:2px solid var(--eh-divider)}.eh-quote h2{font-size:clamp(30px,4.4vw,64px);letter-spacing:-.03em;line-height:1.02;max-width:34ch}.eh-quote__attr{margin-top:20px;font-family:var(--eh-mono);font-size:14px;opacity:.85}.eh-timeline{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));border-bottom:2px solid var(--eh-divider)}.eh-timeline__cell{min-width:0;display:flex;flex-direction:column;gap:14px;padding:clamp(28px,3vw,48px) clamp(20px,3vw,44px);border-right:2px solid var(--eh-divider)}.eh-timeline__cell:last-child{border-right:0}.eh-timeline__cell p{font-size:14px;line-height:1.55;color:var(--eh-n-800);max-width:none}.eh-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(50%,220px),1fr));gap:2px;background:var(--eh-divider);border-bottom:2px solid var(--eh-divider)}.eh-strip__cell{aspect-ratio:4 / 3;min-width:0;overflow:hidden}.eh-close{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,380px),1fr))}.eh-close__copy{min-width:0;display:flex;flex-direction:column;gap:18px;padding:clamp(28px,4vw,60px) var(--eh-pad-x);border-right:2px solid var(--eh-divider)}.eh-close__copy h2{font-size:clamp(26px,3vw,42px);max-width:24ch}.eh-close__copy p{font-size:15px;color:var(--eh-n-800);max-width:52ch}.eh-close__ctas{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px}.eh-close__media{min-width:0;min-height:clamp(240px,26vw,400px)}@media(max-width:749px){.eh-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.eh-chapter__media{min-height:0;height:240px}.eh-chapter--image-left .eh-chapter__copy,.eh-chapter--image-left .eh-chapter__media,.eh-chapter--image-right .eh-chapter__copy,.eh-chapter--image-right .eh-chapter__media{order:initial;border-right:0}.eh-timeline__cell{border-right:0;border-bottom:1px solid var(--eh-divider)}.eh-timeline__cell:last-child{border-bottom:0}.eh-quote h2{font-size:32px}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/editorial-home.css.map */
