.hero{background:#faf6ef;justify-content:center;align-items:center;width:100%;min-height:92vh;padding:8rem 1.5rem 5rem;display:flex;position:relative;overflow:hidden}.hero__backdrop{z-index:0;background:radial-gradient(60% 50% at 15% 10%,#c8862d24,#0000 60%),radial-gradient(55% 45% at 90% 15%,#14110f0f,#0000 55%),linear-gradient(#fbf8f2 0%,#f6f0e6 100%);position:absolute;inset:0}.hero__grain{z-index:1;opacity:.035;pointer-events:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.hero__inner{z-index:2;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:780px;display:flex;position:relative}.hero__badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.01em;color:#4a4038;background:#ffffffb3;border:1px solid #14110f14;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.5rem 1rem;font-family:Montserrat,monospace;font-size:.78rem;display:inline-flex;box-shadow:0 1px 2px #14110f0a}.hero__subtext{color:#6b6058;max-width:520px;margin-bottom:2.5rem;font-family:Montserrat,sans-serif;font-size:clamp(1rem,1.6vw,1.2rem);line-height:1.55}@media (max-width:640px){.hero{min-height:unset;padding:6.5rem 1.25rem 3.5rem}.hero__search-bar{flex-wrap:wrap}.hero__search-submit{justify-content:center;width:100%}.hero__stats{gap:1rem}}
.categories{--rz-forest-950:#0a2a1f;--rz-forest-700:#17513c;--rz-forest-600:#1f6b4a;--rz-mint-50:#eff6f0;--rz-mint-100:#e2efe3;--rz-paper:#fffdf8;--rz-ink-900:#16241d;--rz-ink-600:#4f6058;--rz-gold:#d98e1b;background:var(--rz-mint-50);padding:60px 24px 68px;position:relative;overflow:hidden}.categories:before{content:"";pointer-events:none;background:radial-gradient(circle,#17513c14,#0000 70%);width:360px;height:360px;position:absolute;top:-120px;right:-120px}.categories__inner{max-width:1080px;margin:0 auto;position:relative}.categories__head{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px;display:flex}.categories__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--rz-forest-600);margin-bottom:8px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:11.5px;display:block}.categories__heading{color:var(--rz-ink-900);margin:0;font-family:Bricolage Grotesque,Hanken Grotesk,sans-serif;font-size:clamp(22px,2.6vw,28px);font-weight:600}.categories__viewall{color:var(--rz-forest-700);border-bottom:1px solid #0000;flex-shrink:0;align-items:center;gap:6px;padding-bottom:4px;font-family:Hanken Grotesk,sans-serif;font-size:13.5px;font-weight:600;text-decoration:none;transition:border-color .15s,gap .15s;display:inline-flex}.categories__viewall svg{width:15px;height:15px}.categories__viewall:hover{border-color:var(--rz-forest-600);gap:9px}.categories__grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:148px;gap:14px;display:grid}.categories__cell--featured{grid-area:1/1/3/3}.categories__tile{background:var(--rz-paper);border:1px solid #17513c1a;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:10px;height:100%;padding:20px 12px 16px;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.categories__tile:hover{border-color:var(--rz-forest-600);transform:translateY(-3px);box-shadow:0 14px 30px -18px #0f3d2e59}.categories__tile-index{letter-spacing:.06em;color:#16241d47;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:10.5px;position:absolute;top:12px;left:14px}.categories__tile-icon{background:var(--rz-mint-100);width:44px;height:44px;color:var(--rz-forest-700);border-radius:12px;justify-content:center;align-items:center;transition:background .18s,transform .18s;display:flex}.categories__tile-icon svg{width:21px;height:21px}.categories__tile:hover .categories__tile-icon{transform:scale(1.06)}.categories__tile-label{color:var(--rz-ink-900);text-align:center;font-family:Hanken Grotesk,sans-serif;font-size:13.5px;font-weight:500;line-height:1.3}.categories__tile-arrow{background:var(--rz-mint-100);width:24px;height:24px;color:var(--rz-forest-700);opacity:0;border-radius:50%;justify-content:center;align-items:center;transition:opacity .18s,transform .18s;display:flex;position:absolute;top:14px;right:14px;transform:translate(-4px,4px)}.categories__tile-arrow svg{width:13px;height:13px}.categories__tile:hover .categories__tile-arrow{opacity:1;transform:translate(0)}.categories__tile--featured{background:linear-gradient(135deg, var(--rz-forest-700), var(--rz-forest-950));border-color:#0000;justify-content:flex-end;align-items:flex-start;padding:24px;box-shadow:0 20px 40px -22px #0a2a1f80}.categories__tile--featured:hover{box-shadow:0 24px 48px -20px #0a2a1f8c}.categories__tile--featured .categories__tile-index{color:#fffdf866}.categories__tile--featured .categories__tile-icon{width:52px;height:52px;color:var(--rz-paper);background:#fffdf81f;margin-bottom:4px}.categories__tile--featured .categories__tile-icon svg{width:24px;height:24px}.categories__tile--featured .categories__tile-label{text-align:left;color:var(--rz-paper);font-size:18px;font-weight:600}.categories__tile--featured .categories__tile-arrow{color:var(--rz-paper);background:#fffdf824}.categories__tile-tag{color:var(--rz-gold);letter-spacing:.04em;text-transform:uppercase;background:#d98e1b29;border-radius:999px;align-items:center;padding:4px 10px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:10px;font-weight:600;display:inline-flex}.categories__tile-blurb{color:#fffdf8b8;text-align:left;font-family:Hanken Grotesk,sans-serif;font-size:13px;line-height:1.4}@media (max-width:860px){.categories__grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:138px}}@media (max-width:640px){.categories__head{flex-direction:column;align-items:flex-start;gap:12px}.categories__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto}.categories__cell--featured{grid-area:auto/1/auto/3}.categories__tile--featured{flex-direction:row;justify-content:flex-start;align-items:center;gap:16px;padding:20px}.categories__tile--featured .categories__tile-label{font-size:16px}.categories__tile--featured .categories__tile-blurb{display:none}}@media (max-width:460px){.categories{padding:44px 16px 48px}.categories__grid{gap:10px}.categories__tile{padding:16px 10px 14px}}@media (prefers-reduced-motion:reduce){.categories__tile,.categories__tile-icon,.categories__tile-arrow,.categories__viewall{transition:none}}