:root{--ink:#19232a;--deep:#152f3a;--paper:#f6f4ef;--coral:#e87a62;--mint:#b9d9c8;--line:rgba(25,35,42,.2);--max:1440px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}header{height:78px;padding:0 clamp(1.2rem,6vw,6rem);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(246,244,239,.96);z-index:4}.brand{display:flex;align-items:center;gap:.7rem;font-size:.68rem;font-weight:900;line-height:.9;letter-spacing:.08em}.brand b{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--deep);color:white;font-size:1rem}nav{display:flex;gap:2rem;font-size:.7rem;font-weight:900;text-transform:uppercase}.account{border:1px solid var(--ink);padding:.65rem 1rem;background:none;font-size:.68rem;font-weight:900;text-transform:uppercase}.hero{max-width:var(--max);min-height:680px;margin:auto;padding:clamp(4rem,9vw,9rem) clamp(1.2rem,7vw,7rem);display:grid;grid-template-columns:1fr .72fr;gap:5rem;align-items:center}.eyebrow{margin:0 0 1rem;font-size:.62rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.hero h1,h2,h3{margin:0;font-family:Georgia,serif;font-weight:400;line-height:.95;letter-spacing:-.05em}.hero h1{font-size:clamp(4rem,9vw,8.5rem)}em{color:var(--coral);font-style:italic}.hero p:not(.eyebrow){max-width:470px;margin:1.7rem 0;line-height:1.6;font-size:1.05rem}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border:0;padding:.8rem 1.2rem;background:var(--coral);color:var(--ink);font-size:.7rem;font-weight:900;text-transform:uppercase;cursor:pointer}.hero-cover{aspect-ratio:1;background:var(--mint);padding:2rem;display:flex;flex-direction:column;justify-content:space-between;box-shadow:20px 20px 0 var(--deep);transform:rotate(-4deg);font-family:Georgia,serif;font-size:clamp(3rem,6vw,6rem);line-height:.84}.hero-cover strong{align-self:end;font-size:1.2rem}.intro{max-width:none;padding:clamp(5rem,9vw,9rem) clamp(1.2rem,7vw,7rem);display:grid;grid-template-columns:.8fr 1fr 1fr;gap:3rem;background:var(--deep);color:white}.intro h2,.section-head h2,.my-library h2{font-size:clamp(3.5rem,7vw,7rem)}.intro p:last-child{max-width:440px;line-height:1.6}.library,.my-library{max-width:var(--max);margin:auto;padding:clamp(5rem,9vw,9rem) clamp(1.2rem,7vw,7rem)}.section-head{display:flex;justify-content:space-between;align-items:end}.result-count{font-size:.7rem;font-weight:900;text-transform:uppercase}.filters{display:flex;gap:.5rem;margin:3rem 0 2rem;border-bottom:1px solid var(--line);padding-bottom:1rem}.filter{padding:.7rem 1rem;border:1px solid var(--ink);background:none;font-size:.68rem;font-weight:900;text-transform:uppercase;cursor:pointer}.filter.active{background:var(--ink);color:white}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.resource-card{background:white}.resource-cover{aspect-ratio:1;background:var(--deep);color:white;padding:1.3rem;display:flex;align-items:end;font-family:Georgia,serif;font-size:2.4rem}.resource-card:nth-child(2) .resource-cover{background:var(--coral);color:var(--ink)}.resource-card:nth-child(3) .resource-cover{background:var(--mint);color:var(--ink)}.resource-card>div:last-child{padding:1.3rem}.resource-card h3{font-size:2.1rem}.resource-card p{line-height:1.5}.resource-meta{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:.8rem;font-size:.65rem;font-weight:900;text-transform:uppercase}.resource-card .button{width:100%;margin-top:1rem}.my-library{max-width:none;display:grid;grid-template-columns:1fr 1fr;gap:5rem;background:var(--mint)}.library-card{align-self:center;padding:2rem;background:var(--paper)}.library-card h3{font-size:2.5rem;margin:1rem 0}.library-card p{line-height:1.5}.library-card .button{margin-top:1rem}footer{padding:2rem clamp(1.2rem,7vw,7rem);display:flex;justify-content:space-between;background:var(--ink);color:white;font-size:.62rem;text-transform:uppercase;letter-spacing:.08em}dialog{max-width:500px;border:0;padding:3rem;background:var(--paper)}dialog::backdrop{background:rgba(0,0,0,.65)}dialog h2{font-size:3.5rem}.close{float:right;border:0;background:none;font-size:1.6rem;cursor:pointer}@media(max-width:850px){nav{display:none}.hero,.intro,.my-library{grid-template-columns:1fr}.resource-grid{grid-template-columns:1fr 1fr}footer{flex-direction:column;gap:1rem}}@media(max-width:560px){.resource-grid{grid-template-columns:1fr}.hero{padding-top:3rem}}
