@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=Cormorant+Garamond:wght@500;700&display=swap");:root{--bg:#f6efe3;--surface:rgba(255,252,247,0.82);--surface-strong:rgba(255,252,247,0.94);--border:rgba(73,52,30,0.12);--text:#221b15;--muted:#625341;--accent:#c46a2b;--accent-dark:#8e4516;--shadow:0 20px 80px rgba(91,60,29,0.12);--radius-xl:30px;--radius-lg:22px;--radius-md:16px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:Space Grotesk,sans-serif;background:radial-gradient(circle at top left,rgba(196,106,43,.2),transparent 30%),radial-gradient(circle at 88% 12%,rgba(120,132,76,.12),transparent 26%),linear-gradient(180deg,#f8f2e8,#f2e8d7 48%,#f7f3ec)}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select{font:inherit}input,select{width:100%;min-height:56px;padding:0 16px;color:var(--text);border:1px solid rgba(73,52,30,.12);border-radius:18px;background:var(--surface-strong)}input:focus,select:focus{outline:2px solid rgba(196,106,43,.18);outline-offset:2px}.page-shell{width:min(calc(100% - 28px),var(--max));margin:0 auto;padding:24px 0 72px}.content-block,.faq-section,.hero,.widget-shell{position:relative;overflow:hidden;margin-top:22px;padding:24px;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--surface);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow);animation:rise .8s ease-out both}.hero{margin-top:0}.hero:after,.widget-shell:after{content:"";position:absolute;right:-120px;bottom:-140px;width:320px;height:320px;border-radius:999px;background:radial-gradient(circle,rgba(196,106,43,.15),transparent 70%);pointer-events:none}.site-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:28px}.site-topbar nav{display:flex;flex-wrap:wrap;gap:18px;color:var(--muted)}.inline-link:focus-visible,.inline-link:hover,.site-topbar nav a:focus-visible,.site-topbar nav a:hover{color:var(--accent-dark)}.brand{display:inline-flex;align-items:center;gap:12px;font-weight:700;letter-spacing:.02em}.brand-mark{display:grid;place-items:center;width:42px;height:42px;color:#fff;border-radius:14px;background:linear-gradient(135deg,var(--accent) 0,#de9d65 100%);box-shadow:0 16px 30px rgba(196,106,43,.28)}.hero-category .category-hero,.hero-home .hero-grid,.hero-tool .tool-hero{display:grid;grid-gap:24px;gap:24px}.hero-home .hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);align-items:center}.hero-category h1,.hero-copy h1,.hero-tool h1,.section-head h2,.widget-head h2{margin:0;font-family:Cormorant Garamond,serif;font-weight:700;line-height:.95;letter-spacing:-.03em}.hero-category h1,.hero-copy h1,.hero-tool h1{font-size:clamp(3rem,8vw,5.9rem);max-width:12ch}.hero-category h1,.hero-tool h1{max-width:14ch}.category-card p,.faq-list p,.featured-card p,.hero-text,.info-card p,.mini-card p,.site-footer p,.step-card p,.timeline-item p,.tool-card p,.tool-helper,.tool-result-card p{color:var(--muted)}.hero-text{max-width:52ch;margin:18px 0 0;font-size:1.05rem;line-height:1.7}.eyebrow{margin:0 0 10px;color:var(--accent-dark);font-size:.82rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:26px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:999px;transition:transform .18s ease,box-shadow .18s ease}.button:focus-visible,.button:hover{transform:translateY(-2px)}.button.primary{color:#fff;background:linear-gradient(135deg,var(--accent-dark),var(--accent));box-shadow:0 18px 30px rgba(142,69,22,.22)}.button.secondary{background:rgba(255,255,255,.5);border:1px solid rgba(73,52,30,.12)}.hero-visual img{width:100%;border-radius:30px;border:1px solid rgba(73,52,30,.08);transform:rotate(1.2deg)}.hero-pills,.stat-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.hero-pills span,.stat-row span{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border-radius:999px;border:1px solid rgba(73,52,30,.1);background:rgba(255,255,255,.52);color:var(--muted)}.hero-category.hero-terracotta{background:radial-gradient(circle at top right,rgba(196,106,43,.12),transparent 32%),var(--surface)}.hero-category.hero-amber{background:radial-gradient(circle at top right,rgba(203,153,56,.13),transparent 32%),var(--surface)}.hero-category.hero-olive{background:radial-gradient(circle at top right,rgba(120,132,76,.14),transparent 32%),var(--surface)}.hero-category.hero-sand{background:radial-gradient(circle at top right,rgba(170,140,102,.12),transparent 32%),var(--surface)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:22px}.section-head h2,.widget-head h2{font-size:clamp(2rem,5vw,3.4rem)}.category-grid,.content-grid,.faq-list,.featured-grid,.mini-grid,.step-list,.timeline-list,.tool-grid,.tool-result-grid{display:grid;grid-gap:16px;gap:16px}.category-grid,.content-grid,.faq-list{grid-template-columns:repeat(3,minmax(0,1fr))}.featured-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mini-grid,.step-list,.timeline-list,.tool-result-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-card,.faq-list article,.featured-card,.info-card,.mini-card,.step-card,.timeline-item,.tool-card,.tool-result-card{display:block;height:100%;padding:20px;border:1px solid rgba(73,52,30,.1);border-radius:var(--radius-lg);background:var(--surface-strong)}.category-card strong,.featured-card span,.tool-card span{color:var(--accent-dark)}.category-card h3,.faq-list h3,.featured-card h3,.info-card h3,.mini-card strong,.timeline-item h3,.tool-card h3{margin:0;font-size:1.28rem}.inline-link{display:inline-block;margin-top:12px;color:var(--accent-dark)}.widget-head{margin-bottom:18px}.widget-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.tool-field{display:grid;grid-gap:9px;gap:9px}.tool-field span,.tool-result-card span{font-size:.92rem;color:var(--muted)}.tool-result-card strong{display:block;margin-top:10px;font-size:1.55rem}.tool-helper{margin:18px 0 0;font-size:.94rem}.tool-table-only{margin-top:0}table{width:100%;border-collapse:collapse}td,th{padding:14px 12px;text-align:left;border-bottom:1px solid rgba(73,52,30,.08)}th{color:var(--muted);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.site-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-top:22px;padding:26px 6px 0}.footer-links{display:flex;flex-wrap:wrap;gap:16px;color:var(--muted)}@keyframes rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1040px){.category-grid,.content-grid,.faq-list,.featured-grid,.hero-home .hero-grid,.mini-grid,.step-list,.timeline-list,.tool-grid,.tool-result-grid,.widget-grid{grid-template-columns:1fr 1fr}}@media (max-width:860px){.hero-home .hero-grid,.section-head,.site-footer,.site-topbar{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}.category-grid,.content-grid,.faq-list,.featured-grid,.hero-home .hero-grid,.mini-grid,.step-list,.timeline-list,.tool-grid,.tool-result-grid,.widget-grid{grid-template-columns:1fr}}@media (max-width:720px){.page-shell{width:min(calc(100% - 20px),var(--max));padding-top:10px}.content-block,.faq-section,.hero,.widget-shell{padding:20px;border-radius:24px}.hero-category h1,.hero-copy h1,.hero-tool h1{max-width:10ch}.site-topbar nav{gap:12px}}