/*
Theme Name: How Cooking Works
Template: generatepress
Version: 1.0.0
Description: Custom presentation layer for How Cooking Works.
*/

:root{--hcw-ink:#17212b;--hcw-accent:#e4572e;--hcw-cream:#f7f2e8;--hcw-paper:#fff;--hcw-muted:#586570}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--hcw-cream);color:var(--hcw-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit}.hcw-site-header{position:relative;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid #e6e0d7}.hcw-header-inner,.hcw-footer-inner,.hcw-home-wrap{width:min(1160px,calc(100% - 40px));margin-inline:auto}.hcw-header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}.hcw-brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;font-weight:850;font-size:1.18rem;letter-spacing:-.025em}.hcw-mark{width:42px;height:42px;border:5px solid var(--hcw-ink);border-radius:50%;display:inline-block;position:relative;transform:rotate(-40deg)}.hcw-mark:before{content:"";position:absolute;width:17px;height:6px;background:var(--hcw-ink);border-radius:5px;left:-16px;top:13px}.hcw-mark:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:var(--hcw-accent);top:4px;right:3px;box-shadow:-17px 13px 0 var(--hcw-accent),1px 24px 0 var(--hcw-accent)}.hcw-nav{display:flex;align-items:center;gap:25px}.hcw-nav a{text-decoration:none;font-weight:700;font-size:.92rem;color:#34414c}.hcw-nav a:hover,.hcw-nav a:focus{color:var(--hcw-accent)}.hcw-menu-toggle{display:none;border:0;background:var(--hcw-ink);color:#fff;border-radius:8px;padding:9px 12px;font-weight:750}.hcw-home-hero{position:relative;overflow:hidden;background:var(--hcw-cream);padding:92px 0 82px}.hcw-home-hero:after{content:"";position:absolute;width:440px;height:440px;border:2px solid rgba(23,33,43,.09);border-radius:50%;right:-100px;top:-90px;box-shadow:0 0 0 65px rgba(228,87,46,.045),0 0 0 130px rgba(23,33,43,.025)}.hcw-home-hero .hcw-home-wrap{position:relative;z-index:1}.hcw-kicker{text-transform:uppercase;letter-spacing:.16em;font-weight:850;font-size:.76rem;color:var(--hcw-accent);margin:0 0 15px}.hcw-home-hero h1{font-size:clamp(3rem,7vw,6rem);line-height:.96;letter-spacing:-.06em;max-width:880px;margin:0}.hcw-home-hero h1 span{color:var(--hcw-accent)}.hcw-home-hero .hcw-intro{font-size:clamp(1.08rem,2vw,1.35rem);line-height:1.65;color:var(--hcw-muted);max-width:710px;margin:26px 0 32px}.hcw-primary-button{display:inline-flex;background:var(--hcw-ink);color:#fff!important;text-decoration:none;border-radius:10px;padding:14px 20px;font-weight:800;box-shadow:0 8px 20px rgba(23,33,43,.15)}.hcw-primary-button:hover{background:var(--hcw-accent)}.hcw-tools-section{background:#fff;padding:78px 0 96px}.hcw-section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:34px}.hcw-section-heading h2{font-size:clamp(2rem,4vw,3.5rem);letter-spacing:-.045em;margin:0}.hcw-section-heading p{max-width:430px;color:var(--hcw-muted);line-height:1.6;margin:0}.hcw-tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hcw-tool-card{display:flex;flex-direction:column;min-height:240px;padding:26px;border:1px solid #e7e1d8;border-radius:18px;text-decoration:none;background:#fff;transition:transform .2s,border-color .2s,box-shadow .2s}.hcw-tool-card:hover{transform:translateY(-4px);border-color:#efaa96;box-shadow:0 18px 42px rgba(23,33,43,.09)}.hcw-card-number{font-size:.75rem;letter-spacing:.13em;font-weight:850;color:var(--hcw-accent)}.hcw-tool-card h3{font-size:1.45rem;line-height:1.15;letter-spacing:-.025em;margin:28px 0 10px}.hcw-tool-card p{color:var(--hcw-muted);line-height:1.55;margin:0}.hcw-card-link{margin-top:auto;padding-top:20px;font-weight:800;color:var(--hcw-accent)}.hcw-principles{padding:78px 0}.hcw-principles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.hcw-principles h2{font-size:clamp(2rem,4vw,3.3rem);letter-spacing:-.04em;margin:0}.hcw-principles h3{font-size:1.1rem;margin:0 0 8px}.hcw-principles p{color:var(--hcw-muted);line-height:1.65;margin:0}.hcw-site-footer{background:var(--hcw-ink);color:#dbe1e5;padding:54px 0 28px}.hcw-footer-top{display:flex;justify-content:space-between;gap:40px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.14)}.hcw-footer-brand{font-size:1.35rem;font-weight:850;color:#fff}.hcw-footer-copy{max-width:500px;line-height:1.65;color:#aeb9c1;margin:10px 0 0}.hcw-footer-links{display:flex;flex-wrap:wrap;gap:14px 22px;align-content:flex-start}.hcw-footer-links a{color:#dbe1e5;text-decoration:none;font-weight:650}.hcw-footer-bottom{font-size:.84rem;color:#93a1ab;padding-top:25px}.site.grid-container,.site-content{max-width:none!important;padding:0!important}.content-area{width:100%!important}.site-main{margin:0!important}.entry-content{margin:0!important}.entry-header{display:none}.inside-article{padding:0!important;background:transparent!important}@media(max-width:850px){.hcw-menu-toggle{display:block}.hcw-nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;padding:20px;box-shadow:0 12px 24px rgba(23,33,43,.1);flex-direction:column;align-items:flex-start}.hcw-nav.is-open{display:flex}.hcw-tool-grid{grid-template-columns:1fr 1fr}.hcw-section-heading{align-items:flex-start;flex-direction:column}.hcw-principles-grid{grid-template-columns:1fr}.hcw-footer-top{flex-direction:column}}@media(max-width:600px){.hcw-header-inner,.hcw-footer-inner,.hcw-home-wrap{width:min(100% - 28px,1160px)}.hcw-wordmark{font-size:1rem}.hcw-home-hero{padding:68px 0 62px}.hcw-tool-grid{grid-template-columns:1fr}.hcw-tools-section{padding:60px 0}.hcw-home-hero:after{opacity:.55}.hcw-footer-links{flex-direction:column}}

