:root{--ink:#221522;--muted:#70636d;--cream:#fbf7f0;--paper:#fffdf9;--plum:#3b123c;--rose:#c45a78;--gold:#d5a84b;--line:#e7ddd2;--shadow:0 20px 60px #351b2d24;color:var(--ink);background:var(--cream);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0}img{max-width:100%;display:block}a{color:inherit}button,input{font:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Georgia,serif;font-weight:500;line-height:1.03}h1{letter-spacing:-.055em;font-size:clamp(3.2rem,12vw,7rem)}h2{letter-spacing:-.04em;font-size:clamp(2.2rem,7vw,4rem)}h3{font-size:2.1rem}.sr-only{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}.skip-link{z-index:100;background:#fff;padding:1rem;position:fixed;transform:translateY(-200%)}.skip-link:focus{transform:none}.eyebrow{color:var(--rose);letter-spacing:.17em;text-transform:uppercase;margin-bottom:.8rem;font-size:.72rem;font-weight:800}.site-header{z-index:10;color:#fff;width:100%;padding:1.2rem max(1.25rem,50vw - 590px);position:absolute}.brand{align-items:center;gap:1.1rem;max-width:min(42rem,100vw - 2.5rem);text-decoration:none;display:inline-flex}.brand-logo{object-fit:contain;filter:drop-shadow(0 4px 12px #00000038);flex:none;width:8.5rem;height:auto}.brand-copy{min-width:0;display:block}.brand-copy strong,.brand-copy small{display:block}.brand-copy strong{color:#e5bc68;letter-spacing:-.025em;font-family:Georgia,serif;font-size:clamp(1.3rem,2.2vw,1.8rem);font-style:italic;font-weight:500;line-height:1.05}.brand-copy small{color:#ffffffb3;letter-spacing:.08em;text-transform:uppercase;max-width:18rem;margin-top:.4rem;font-size:.62rem;line-height:1.5}.header-light .brand-copy strong{color:var(--plum)}.header-light .brand-copy small{color:var(--muted)}.header-light .brand-logo{filter:drop-shadow(0 4px 12px #3b123c24)}.hero{color:#fff;background:radial-gradient(circle at 82% 24%,#d5a84b33,#0000 22rem),linear-gradient(135deg,#260c2b,#4a1646 58%,#230c2b);min-height:750px;padding:10rem max(1.25rem,50vw - 590px) 6rem;display:grid;position:relative;overflow:hidden}.hero-content{z-index:2;align-self:center;max-width:790px;position:relative}.hero h1{margin-bottom:1.5rem}.hero h1 em{color:#e5bc68;font-weight:inherit}.hero-copy{color:#ffffffc2;max-width:600px;margin-bottom:2rem;font-size:1.2rem;line-height:1.65}.primary-button{border:1px solid var(--gold);color:var(--plum);background:var(--gold);border-radius:99px;padding:.95rem 1.35rem;font-weight:800;text-decoration:none;display:inline-flex}.hero-orbit{aspect-ratio:1;border:1px solid #fff2;border-radius:50%;width:29rem;position:absolute;bottom:-7rem;right:-7rem}.hero-orbit:before,.hero-orbit:after{content:"";border:1px solid #ffffff18;border-radius:50%;position:absolute;inset:16%}.hero-orbit:after{inset:32%}.hero-orbit span{color:#ffffff73;font-family:Georgia,serif;font-style:italic;position:absolute}.hero-orbit span:first-child{top:12%;left:5%}.hero-orbit span:nth-child(2){top:35%;right:2%}.hero-orbit span:nth-child(3){bottom:18%;left:5%}.daily-section,.catalog-section,.profile,.text-page{width:min(1180px,100% - 2.5rem);margin-inline:auto}.daily-section{padding:6rem 0}.catalog-section{padding:1rem 0 7rem}.section-heading{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2.5rem;display:flex}.section-heading h2{margin:0}.date-stamp,.catalog-count{color:var(--muted);font-size:.85rem}.woman-card{border:1px solid var(--line);background:var(--paper);border-radius:1.1rem;overflow:hidden;box-shadow:0 12px 35px #32192b0f}.card-image{color:#fff;background:#552752;height:25rem;text-decoration:none;display:block;position:relative;overflow:hidden}.card-image img{object-fit:cover;filter:saturate(.78);width:100%;height:100%;transition:transform .5s}.woman-card:hover img{transform:scale(1.035)}.image-shade{background:linear-gradient(#0000 25%,#140714e0);position:absolute;inset:0}.card-heading{position:absolute;bottom:1.25rem;left:1.35rem;right:1.35rem}.card-heading h3{margin:.65rem 0 .35rem}.card-heading p{color:#ffffffb8;margin:0;font-size:.8rem}.category-list{flex-wrap:wrap;gap:.4rem;display:flex}.category{letter-spacing:.07em;text-transform:uppercase;background:#2c102a55;border:1px solid #ffffff52;border-radius:99px;padding:.33rem .55rem;font-size:.58rem;font-weight:800}.card-body{padding:1.35rem}.card-body>p{min-height:6.3rem;color:var(--muted);font-size:.92rem;line-height:1.65}.card-actions{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;display:flex}.card-links{flex-wrap:wrap;align-items:center;gap:.4rem .8rem;display:flex}.text-link{color:#6b2a63;font-size:.82rem;font-weight:800;text-decoration:none}.wikipedia-link{color:var(--muted);font-size:.7rem;font-weight:700;text-decoration:none}.wikipedia-link:hover,.text-link:hover{text-decoration:underline}.favorite-button{aspect-ratio:1;border:1px solid var(--line);width:2.4rem;color:var(--rose);cursor:pointer;background:0 0;border-radius:50%;flex:none;place-items:center;font-size:1.25rem;display:grid}.favorite-button[aria-pressed=true]{color:#fff;border-color:var(--rose);background:var(--rose)}.woman-card.featured{min-height:520px;box-shadow:var(--shadow);grid-template-columns:1.08fr .92fr;display:grid}.featured .card-image{height:100%;min-height:520px}.featured .card-body{flex-direction:column;justify-content:center;padding:clamp(2rem,6vw,4.5rem);display:flex}.featured .card-body:before{content:"Featured today";color:var(--rose);letter-spacing:.16em;text-transform:uppercase;margin-bottom:1rem;font-size:.7rem;font-weight:800}.featured .card-body>p{min-height:auto;font-family:Georgia,serif;font-size:clamp(1.35rem,3vw,2rem);line-height:1.4}.featured .card-heading h3{font-size:clamp(2.5rem,6vw,4.2rem)}.catalog-tools{margin-bottom:2rem}.search-box{border:1px solid var(--line);background:#fff;border-radius:.75rem;align-items:center;gap:.8rem;max-width:38rem;padding:.85rem 1rem;display:flex}.search-box input{background:0 0;border:0;outline:0;width:100%}.filter-row{gap:.55rem;margin-top:1rem;padding-bottom:.4rem;display:flex;overflow-x:auto}.filter-chip{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:99px;flex:none;padding:.6rem .85rem;font-size:.74rem;font-weight:700}.filter-chip.active{color:#fff;border-color:var(--plum);background:var(--plum)}.catalog-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.empty-state{border:1px dashed var(--line);text-align:center;padding:4rem}.closing-banner{color:#fff;text-align:center;background:var(--plum);padding:6rem max(1.25rem,50vw - 400px)}.profile{padding:8rem 0 6rem}.back-link{color:var(--muted);margin-bottom:2rem;font-size:.8rem;font-weight:700;text-decoration:none;display:inline-block}.profile-hero{grid-template-columns:minmax(18rem,.78fr) 1.22fr;align-items:center;gap:clamp(2rem,7vw,6rem);display:grid}.profile-image-wrap{height:min(70vh,680px);box-shadow:var(--shadow);background:#552752;border-radius:12rem 12rem 1rem 1rem;overflow:hidden}.profile-image-wrap img{object-fit:cover;width:100%;height:100%}.profile-intro .category{color:var(--plum);border-color:var(--line);background:#fff}.profile-intro h1{color:var(--plum);margin:1rem 0}.full-name,.lifespan{color:var(--muted)}.profile-summary{margin-top:2rem;font-size:1.15rem;line-height:1.75}.profile-grid{grid-template-columns:1.2fr .8fr;gap:clamp(3rem,8vw,7rem);margin-top:7rem;display:grid}.profile-grid h2,.profile-sources h2{font-size:clamp(2rem,5vw,3rem)}.bio{color:var(--muted);font-size:1.08rem;line-height:1.9}blockquote{border-left:.3rem solid var(--gold);background:#fff;margin:4rem 0;padding:2.5rem}blockquote p{font-family:Georgia,serif;font-size:2rem;line-height:1.4}.accomplishments{background:#f0e7df;border-radius:1rem;padding:2rem}.accomplishments ol{margin:2rem 0 0;padding:0;list-style:none}.accomplishments li{border-top:1px solid #dccdc1;grid-template-columns:2.3rem 1fr;gap:1rem;padding:1.1rem 0;display:grid}.accomplishments li span{color:var(--rose);font-family:Georgia,serif}.accomplishments li p{margin:0;line-height:1.55}.profile-sources{border-top:1px solid var(--line);grid-template-columns:.8fr 1.2fr;gap:3rem;margin-top:7rem;padding-top:3rem;display:grid}.profile-sources ul{margin:0;padding:0;list-style:none}.profile-sources li{border-bottom:1px solid var(--line);padding:1rem 0}.text-page{max-width:780px;padding:10rem 0 7rem}.text-page h1{color:var(--plum)}.text-page h2{margin-top:3rem;font-size:2rem}.text-page p{color:var(--muted);line-height:1.8}.text-page .lead{color:var(--ink);font-family:Georgia,serif;font-size:1.5rem}.not-found{text-align:center;min-height:80vh;padding:11rem 1.25rem}.site-footer{color:#ffffff94;background:#1f0b22;justify-content:space-between;padding:2rem max(1.25rem,50vw - 590px);font-size:.72rem;display:flex}.site-footer p{margin:0}[hidden]{display:none!important}:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.install-instructions{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem;display:grid}.install-instructions section{border:1px solid var(--line);background:#fff;border-radius:1rem;padding:1.25rem}.install-instructions h3{color:var(--plum);margin-bottom:.8rem;font-size:1.35rem}.install-instructions ol{color:var(--muted);margin:0;padding-left:1.2rem;font-size:.9rem;line-height:1.65}.install-instructions li+li{margin-top:.5rem}.content-credit,.image-credit{color:var(--muted);line-height:1.7}.content-credit a,.image-credit a,.text-page a{color:var(--plum);font-weight:700}.wiki-article-link{color:#fff;background:var(--plum);border-radius:1rem;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding:1.35rem 1.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.wiki-article-link:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.wiki-article-link small,.wiki-article-link strong{display:block}.wiki-article-link small{color:#fff9;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.2rem;font-size:.65rem}.wiki-article-link strong{font-family:Georgia,serif;font-size:1.35rem}.profile-navigation{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem;display:grid}.profile-navigation a{border:1px solid var(--line);color:var(--plum);background:#fff;border-radius:1rem;align-items:center;gap:1rem;padding:1.2rem 1.4rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.profile-navigation a:last-child{text-align:right;justify-content:flex-end}.profile-navigation a:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.profile-navigation small,.profile-navigation strong{display:block}.profile-navigation small{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.2rem;font-size:.65rem}.profile-navigation strong{font-family:Georgia,serif;font-size:1.1rem}@media (width<=900px){.catalog-grid{grid-template-columns:repeat(2,1fr)}.profile-hero,.profile-grid{grid-template-columns:1fr}.profile-image-wrap{height:620px}}@media (width<=650px){.hero{min-height:680px;padding-top:8rem}.section-heading{flex-direction:column;align-items:start;gap:.5rem}.woman-card.featured{grid-template-columns:1fr}.featured .card-image{min-height:430px}.catalog-grid{grid-template-columns:1fr}.card-image{height:30rem}.card-body>p{min-height:auto}.profile{padding-top:7rem}.profile-image-wrap{height:500px}.profile-sources,.profile-navigation,.install-instructions{grid-template-columns:1fr}.site-footer{flex-direction:column;gap:.5rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}.daily-home{color:#fff;background:linear-gradient(145deg,#18091f 0%,#3b123c 56%,#23102d 100%);min-height:100vh;padding:11.3rem max(1.25rem,50vw - 590px) 3rem;position:relative;overflow:hidden}.daily-home-glow{aspect-ratio:1;pointer-events:none;background:radial-gradient(circle,#d5a84b38,#0000 68%);border-radius:50%;width:42rem;position:absolute;top:-18rem;right:-14rem}.daily-home-heading{z-index:1;justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex;position:relative}.daily-home-heading .eyebrow{color:#e5bc68;margin:0}.daily-date{color:#ffffff8c;letter-spacing:.04em;margin:0;font-size:.76rem}.daily-spotlight{z-index:1;backdrop-filter:blur(12px);background:#ffffff0a;border:1px solid #ffffff1f;border-radius:1.4rem;grid-template-columns:minmax(19rem,.9fr) 1.1fr;min-height:610px;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 80px #0000004d}.daily-portrait{min-height:610px;position:relative;overflow:hidden}.daily-portrait img{object-fit:cover;filter:saturate(.82)contrast(1.03);width:100%;height:100%}.daily-image-overlay{background:linear-gradient(90deg,#0000 55%,#250d2a99);position:absolute;inset:0}.daily-story{flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,4.5rem);display:flex}.daily-story h1{margin:.9rem 0 .5rem;font-size:clamp(3.4rem,7vw,6.2rem)}.daily-lifespan{color:#ffffff8f;font-size:.8rem;font-weight:700}.daily-summary{color:#ffffffe0;max-width:42rem;margin:1.3rem 0 1.8rem;font-family:Georgia,serif;font-size:clamp(1.2rem,2.2vw,1.65rem);line-height:1.55}.daily-quotes{border-top:1px solid #ffffff20;border-bottom:1px solid #ffffff20;margin:0 0 1.8rem;padding:1.1rem 0}.quote-label{color:#e5bc68;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.65rem;font-size:.64rem;font-weight:800}.daily-quote{background:0 0;border:0;min-height:5.4rem;margin:0;padding:0}.daily-quote p{color:#fff;margin-bottom:.45rem;font-size:clamp(1.05rem,1.8vw,1.32rem);line-height:1.45}.daily-quote cite{color:#ffffff85;font-size:.67rem}.quote-controls{color:#ffffff85;align-items:center;gap:.75rem;margin-top:.8rem;font-size:.68rem;display:flex}.quote-controls button{aspect-ratio:1;color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff38;border-radius:50%;place-items:center;width:1.8rem;display:grid}.daily-story .primary-button{align-self:flex-start}.daily-quote.quote-changing{animation:.5s both quote-scroll}@keyframes quote-scroll{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.discover-catalog{z-index:1;color:#fff;background:#ffffff0a;border:1px solid #ffffff18;border-radius:1rem;justify-content:space-between;align-items:center;margin-top:1.4rem;padding:1.25rem 1.5rem;text-decoration:none;transition:background .2s,transform .2s;display:flex;position:relative}.discover-catalog:hover{background:#ffffff10;transform:translateY(-2px)}.discover-catalog small,.discover-catalog strong{display:block}.discover-catalog small{color:#ffffff75;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem;font-size:.67rem}.discover-catalog strong{font-family:Georgia,serif;font-size:1.35rem}.discover-arrow{aspect-ratio:1;width:2.7rem;color:var(--plum);background:var(--gold);border-radius:50%;place-items:center;font-size:1.2rem;display:grid}.catalog-hero{color:#fff;background:linear-gradient(135deg,#210a28,#4a1646);padding:10rem max(1.25rem,50vw - 590px) 5rem}.catalog-hero h1{max-width:900px;margin-bottom:1.5rem;font-size:clamp(3.2rem,8vw,6.5rem)}.catalog-hero h1 em{color:#e5bc68;font-weight:inherit}.catalog-hero>p:last-child{color:#ffffffb0;max-width:580px;font-size:1.1rem;line-height:1.7}.catalog-page{padding-top:5rem}@media (width<=800px){.daily-home{padding-top:10.45rem}.daily-spotlight{grid-template-columns:1fr}.daily-portrait{min-height:480px;max-height:58vh}.daily-image-overlay{background:linear-gradient(#0000 55%,#250d2a99)}.daily-story{padding:2rem 1.4rem 2.5rem}.daily-home-heading{flex-direction:column;align-items:flex-start;gap:.45rem}}@media (width<=500px){.daily-portrait{min-height:390px}.daily-home{padding-inline:1rem}.daily-spotlight{border-radius:1rem}.discover-catalog{padding:1rem}.discover-catalog strong{font-size:1.05rem}.brand{gap:.7rem}.brand-logo{width:6.6rem}.brand-copy strong{font-size:1.12rem}.brand-copy small{max-width:12rem;margin-top:.25rem;font-size:.46rem}.daily-home{padding-top:9.9rem}}
