.art-hero{position:relative;width:100%;padding:120px 0 70px;overflow:hidden;display:flex;align-items:flex-end}.art-hero-bg{position:absolute;inset:0;z-index:0}.art-hero-bg img{width:100%;height:100%;object-fit:cover}.art-hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.25) 40%,rgba(0,0,0,.8))}.art-hero-content{position:relative;z-index:2;width:100%;max-width:900px;margin:0 auto;padding:0 100px;display:flex;flex-direction:column;gap:20px}.art-hero-tag{align-self:flex-start;display:inline-block;width:fit-content;font-family:var(--font);font-size:.8125rem;font-weight:500;padding:4px 16px;border-radius:20px;line-height:18px}.art-hero-title{font-size:clamp(1.5rem,.75rem + 3vw,3rem);line-height:1.1em;letter-spacing:-.02em;max-width:820px;margin-top:4px}.art-hero-meta,.art-hero-title{color:var(--white);font-weight:500}.art-hero-meta{display:flex;align-items:center;gap:10px;font-family:var(--font);font-size:.875rem}.art-hero-meta-sep{color:hsla(0,0%,100%,.5)}.art-hero-author-link{color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:opacity .2s,text-decoration-color .2s}.art-hero-author-link:hover{opacity:.85;text-decoration-thickness:1.5px}.art-hero-share-icons{display:flex;gap:8px;align-self:flex-start;margin-top:4px}.art-hero-share-icons a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1px solid hsla(0,0%,100%,.35);color:var(--white);background:hsla(0,0%,100%,.08);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:all .2s;text-decoration:none}.art-hero-share-icons a:hover{background:var(--white);border-color:var(--white);color:var(--black)}.art-back-bar{padding:40px 100px 0;display:flex;justify-content:center;background:var(--white)}.art-back-bar a{width:100%;max-width:800px;color:#666;font-family:var(--font);font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:color .2s}.art-back-bar a:hover{color:var(--accent)}.art-back-bar svg{transition:transform .2s}.art-back-bar a:hover svg{transform:translateX(-2px)}.art-body{background:var(--white);padding:60px 100px 120px;display:flex;justify-content:center}.art-container{width:100%;max-width:800px;display:flex;flex-direction:column;gap:30px}.art-lead{font-family:var(--font);font-size:1.25rem;font-weight:400;line-height:1.65em;color:#1a1a1a}.art-container p{font-family:var(--font);font-size:1.125rem;line-height:1.75em;color:#333}.art-container h2{font-size:clamp(1.25rem,.75rem + 1.75vw,2rem);font-weight:500;line-height:1.2em;letter-spacing:-.02em;color:var(--black);margin-top:16px}.art-container h3{font-size:1.25rem;font-weight:500;line-height:1.3em;color:var(--black);margin-top:8px}.art-container ol,.art-container ul{padding-left:20px;display:flex;flex-direction:column;gap:10px}.art-container li{font-family:var(--font);font-size:1.125rem;line-height:1.75em;color:#333}.art-container blockquote{border-left:3px solid var(--accent);padding:8px 0 8px 24px;font-size:1.25rem;line-height:1.55em;font-style:italic;color:#1a1a1a;margin:8px 0}.art-container a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.art-figure{width:100%;margin:8px 0}.art-figure-img{width:100%;height:400px;border-radius:14px;overflow:hidden;background:var(--light-bg)}.art-figure-img img{width:100%;height:100%;object-fit:cover;display:block}.art-figure figcaption{margin-top:12px;font-family:var(--font);font-size:.8125rem;color:#888;text-align:center;font-style:italic}.art-related{background:#fafafa;padding:80px 100px 100px;display:flex;justify-content:center}.art-related-inner{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:32px}.art-related-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding-bottom:16px;border-bottom:.5px solid var(--black)}.art-related-head h3{font-size:1.5rem;font-weight:600;letter-spacing:-.01em;color:var(--black)}.cta-view-more{--cta-ink:#0a090a;display:inline-flex;align-items:center;gap:14px;color:var(--cta-ink);font-family:var(--font);font-size:.875rem;font-weight:500;text-decoration:none;transition:gap .25s ease}.cta-view-more:hover{gap:18px}.cta-view-more .cta-arrow{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:.5px solid var(--cta-ink);color:var(--cta-ink);background:transparent;transition:background-color .25s ease,color .25s ease,transform .25s ease}.cta-view-more:hover .cta-arrow{background:var(--cta-ink);color:#fff;transform:translateX(2px)}.cta-view-more:focus-visible{outline:none}.cta-view-more:focus-visible .cta-arrow{outline:2px solid var(--cta-ink);outline-offset:3px}.art-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width:1199px){.art-hero{padding:110px 0 60px}.art-hero-content{max-width:860px;padding:0 30px;gap:16px}.art-hero-share-icons a{width:34px;height:34px}.art-back-bar{padding:32px 30px 0}.art-body{padding:48px 30px 100px}.art-lead{font-size:1.125rem}.art-container li,.art-container p{font-size:1rem}.art-figure-img{height:340px}.art-related{padding:60px 30px 80px}.art-related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:809px){.art-hero{padding:90px 0 50px}.art-hero-content{padding:0 20px;gap:12px;max-width:none}.art-hero-meta{font-size:.8125rem;gap:8px;margin-top:4px}.art-hero-title{line-height:1.15em}.art-hero-share-icons a{width:36px;height:36px}.art-back-bar{display:none}.art-body{padding:40px 20px 80px}.art-container{gap:24px}.art-lead{font-size:1.125rem;line-height:1.6em}.art-container li,.art-container p{font-size:1rem;line-height:1.7em}.art-container h2{margin-top:8px}.art-container h3{font-size:1.25rem}.art-container blockquote{padding-left:18px;font-size:1.125rem}.art-figure-img{height:220px;border-radius:10px}.art-related{padding:48px 20px 72px}.art-related-grid{grid-template-columns:1fr;gap:32px}.art-related-head h3{font-size:1.25rem}}@media (max-width:420px){.art-figure-img{height:180px}}