:root{--ink: #121212;--paper: #fffdf6;--canvas: #f6f0e4;--line: #d8cfbf;--muted: #6b6255;--blue: #3157ff;--green: #b8ff6a;--yellow: #f8d75e;--red: #ff6847;--radius: 24px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;background:var(--canvas);color:var(--ink);font-size:16px;line-height:1.5;letter-spacing:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-block-start:0;overflow-wrap:anywhere}h1,h2,h3{letter-spacing:0}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(16px,5vw,56px);border-bottom:1px solid var(--line);background:#f6f0e4eb;backdrop-filter:blur(14px)}.brand{font-size:20px;font-weight:900}nav{display:flex;flex-wrap:wrap;gap:18px;color:var(--muted);font-weight:750}nav a:hover{color:var(--ink)}.hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.78fr);gap:clamp(32px,6vw,88px);align-items:start;width:min(1180px,calc(100% - 32px));min-height:58vh;margin:0 auto;padding:clamp(48px,8vw,96px) 0 clamp(48px,8vw,88px)}.eyebrow{display:inline-flex;width:fit-content;margin-bottom:18px;padding:7px 11px;border:1px solid var(--ink);border-radius:999px;background:var(--green);font-weight:900;line-height:1.2}h1{max-width:920px;margin-bottom:24px;font-size:clamp(3.35rem,6.4vw,6.15rem);font-weight:450;line-height:.98}.hero-copy>p:last-child,.author-card p,.section-heading p:last-child,.product-copy p,.next-section>div+ul{color:var(--muted)}.hero-copy>p:last-child{width:min(760px,100%);margin-bottom:0;font-size:clamp(1.12rem,2vw,1.4rem)}.author-card{display:grid;gap:18px;padding:20px;border:1px solid var(--ink);border-radius:var(--radius);background:var(--paper)}.author-card img{width:100%;height:auto;aspect-ratio:3 / 4;object-fit:contain;object-position:center;border:1px solid var(--ink);border-radius:20px;background:#ead8c2}.author-card span{display:block;width:fit-content;margin-bottom:12px;padding:6px 10px;border:1px solid var(--ink);border-radius:999px;background:var(--yellow);font-weight:900}.author-card h2{margin-bottom:0;font-size:clamp(2rem,3.4vw,3.2rem);line-height:1.02}.author-card p{margin-bottom:0;font-size:20px}.section{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:clamp(56px,8vw,104px) 0;scroll-margin-top:88px}.products-section{border-top:1px solid var(--line)}.section-heading{max-width:760px;margin-bottom:28px}h2{margin-bottom:0;font-size:clamp(2.25rem,4.7vw,4.45rem);font-weight:450;line-height:1.04}.product-list{display:grid;gap:16px}.product-row{display:grid;grid-template-columns:minmax(240px,300px) minmax(0,1fr) minmax(220px,240px);gap:24px;align-items:stretch;padding:16px;border:1px solid var(--ink);border-radius:var(--radius);background:var(--paper)}.product-cover{display:block;overflow:hidden;align-self:center;aspect-ratio:4 / 3;border:1px solid var(--ink);border-radius:18px;background:var(--red)}.product-cover img{width:100%;height:100%;object-fit:cover;object-position:center}.product-copy{display:flex;flex-direction:column;justify-content:center;gap:16px}.product-topline,.tag-row{display:flex;flex-wrap:wrap;gap:8px}.product-topline span,.tag-row span{padding:6px 10px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:14px;font-weight:800}.product-topline span:first-child{border-color:var(--ink);background:var(--yellow);color:var(--ink)}h3{margin-bottom:0;font-size:clamp(2rem,3.2vw,3.8rem);font-weight:450;line-height:1.02}.product-copy p{max-width:680px;margin-bottom:0;font-size:18px}.product-action{display:flex;flex-direction:column;justify-content:space-between;gap:24px;min-width:240px;padding:14px;border-left:1px solid var(--line)}.product-action strong{font-size:clamp(2.35rem,3.8vw,3.45rem);font-weight:450;line-height:1.02;white-space:nowrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 14px;border:1px solid var(--ink);border-radius:999px;background:var(--ink);color:var(--paper);font-size:17px;font-weight:900;line-height:1.2}.button:focus-visible,a:focus-visible{outline:3px solid var(--blue);outline-offset:3px}.next-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,.72fr);gap:32px;align-items:start;border-top:1px solid var(--line)}.next-section ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.next-section li{padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);color:var(--ink);font-size:20px;font-weight:800}footer{display:flex;justify-content:space-between;gap:20px;padding:28px clamp(16px,5vw,56px);border-top:1px solid var(--ink);background:var(--ink);color:var(--paper)}footer p{margin-bottom:0;font-weight:900}footer a{font-weight:900;text-decoration:underline;text-underline-offset:4px}@media(max-width:880px){nav{display:none}.hero,.next-section,.product-row{grid-template-columns:1fr}.hero{min-height:auto;width:min(680px,calc(100% - 28px));padding-block:40px 52px}h1{font-size:clamp(3rem,12vw,5.2rem)}h2{font-size:clamp(2.25rem,9vw,4rem)}h3{font-size:clamp(2rem,8vw,3.4rem)}.product-action{min-width:0;border-top:1px solid var(--line);border-left:0}.product-cover{width:100%}}@media(max-width:560px){.site-header,footer{align-items:flex-start;flex-direction:column}.site-header{gap:10px;padding:14px}.brand{font-size:18px;line-height:1.1}h1{font-size:clamp(2.65rem,13vw,4.2rem);line-height:1.02}h2{font-size:clamp(2.05rem,10vw,3.45rem)}.hero-copy>p:last-child,.author-card p,.product-copy p{font-size:17px}.author-card,.product-row{padding:14px}.product-cover img{min-height:0}.button{width:100%}.product-action{gap:16px;padding:14px 0 0}.product-action strong{font-size:clamp(3rem,15vw,4.4rem)}}@media(max-width:390px){.section,.hero{width:min(100% - 20px,680px)}.product-row,.author-card{border-radius:18px}.eyebrow,.product-topline span,.tag-row span{font-size:13px}}
