/* The public toolbox has its own light palette; widget/tool themes stay independent. */
:root {
    color-scheme: light;
    --paper: #faf9f5;
    --ink: #25352d;
    --muted: #6a716b;
    --line: #e2e4dc;
    --green: #335b46;
    --yellow: #f5cf63;
    font-family: 'DM Sans', sans-serif;
    color: var(--ink);
    background: var(--paper);
    font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid #587e65; outline-offset: 5px; }
button:disabled { cursor: default; }
svg { display: block; }
[hidden] { display: none !important; }
::selection { background: #f5cf63; color: #25352d; }
.shell { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 1.7px; text-transform: uppercase; }
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 100; padding: 12px 20px; background: var(--green); color: white; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { border-bottom: 1px solid var(--line); }
.nav { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 7px; font-family: 'Manrope', sans-serif; font-size: 25px; font-weight: 800; letter-spacing: -1px; }
.brand img { width: 30px; height: 30px; }
.brand-label { border-left: 1px solid #cfd4ca; margin-left: 12px; padding-left: 18px; font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0; color: var(--muted); }
.nav-links { display: flex; align-items: center; gap: 31px; font-size: 13px; font-weight: 600; }
.nav-links > a:not(.nav-shop):hover { color: #64866c; }
.nav-links .active { position: relative; }
.nav-links .active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -10px; height: 2px; background: var(--green); }
.nav-shop { display: inline-flex; align-items: center; gap: 13px; border: 1px solid #bdc6ba; border-radius: 7px; padding: 11px 15px; }
.nav-shop:hover { background: #edf0e6; }
.hero { padding-top: 72px; padding-bottom: 58px; display: grid; grid-template-columns: 1.04fr 1fr; gap: 22px; align-items: center; }
.hero > * { min-width: 0; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 25px; }
.hero-eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #6a8867; box-shadow: 0 0 0 4px #e6eadf; }
.hero h1 { font-family: 'Manrope', sans-serif; font-size: clamp(52px, 5.7vw, 80px); line-height: 1.08; font-weight: 800; letter-spacing: -4.7px; margin: 0 0 23px; }
.hero h1 em { font-style: normal; color: #638269; position: relative; white-space: nowrap; }
.hero h1 em::after { content: ''; position: absolute; bottom: -5px; left: 3px; right: 0; height: 7px; background: var(--yellow); border-radius: 70% 25% 60% 40%; transform: rotate(-1.5deg); z-index: -1; }
.hero-description { max-width: 405px; font-size: 16px; line-height: 1.8; color: var(--muted); margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 29px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 48px; padding: 13px 22px; border: 1px solid transparent; border-radius: 7px; font-size: 13px; font-weight: 600; transition: background .18s, transform .18s; }
.button-primary { background: var(--green); color: white; box-shadow: 0 3px 0 #233f31; }
.button-primary:hover { background: #264b37; transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 500; border-bottom: 1px solid #bdc6ba; padding-block: 5px; }
.text-link:hover { border-color: var(--green); }
.hero-note { margin-top: 25px; display: flex; gap: 8px; align-items: center; color: var(--muted); font-size: 11px; }
.hero-note .icon { width: 14px; height: 14px; }
.hero-art { position: relative; height: 410px; isolation: isolate; }
.art-orbit { position: absolute; width: 365px; height: 365px; border: 1px dashed #c9d1bf; border-radius: 50%; left: 15%; top: 4%; transform: rotate(-20deg); }
.art-orbit::after { content: ''; position: absolute; inset: 35px; border: 1px solid #e6e9df; border-radius: 50%; }
.art-vase { position: absolute; width: 275px; height: 280px; right: 6%; top: 0; background: #ece8f1; border-radius: 48% 48% 12px 12px; transform: rotate(7deg); }
.art-vase svg { width: 115%; height: 115%; position: absolute; left: -7%; bottom: -8%; transform: rotate(-7deg); }
.art-box { position: absolute; width: 244px; height: 202px; left: 0; top: 144px; background: #e6eddc; border-radius: 15px; transform: rotate(-12deg); box-shadow: 0 16px 28px #495b3610; }
.art-box svg { width: 112%; height: 112%; margin: -8% 0 0 -6%; }
.art-nameplate { position: absolute; width: 235px; height: 128px; right: 0; bottom: 4px; background: #f8e4d7; border-radius: 12px; transform: rotate(9deg); box-shadow: 0 12px 24px #9869450b; }
.art-nameplate svg { width: 100%; height: 150%; position: absolute; top: -25%; }
.art-sticker { position: absolute; left: 9%; top: 4%; width: 81px; height: 81px; background: var(--yellow); border-radius: 50%; transform: rotate(-13deg); display: grid; place-content: center; text-align: center; font-size: 10px; line-height: 1.3; font-weight: 600; box-shadow: 0 3px 0 #debc60; z-index: 2; }
.art-sticker strong { font-size: 28px; font-family: 'Manrope', sans-serif; letter-spacing: -1px; }
.art-caption { position: absolute; left: 11%; bottom: 2px; font-size: 12px; color: var(--muted); transform: rotate(-6deg); }
.art-caption svg { width: 48px; height: 40px; position: absolute; top: -35px; right: -22px; }
.art-spark { position: absolute; width: 30px; height: 30px; color: #829075; }
.art-spark.one { top: 19%; right: -1%; transform: rotate(12deg); }
.art-spark.two { left: 2%; top: 29%; width: 19px; height: 19px; color: #b99455; }
.trust-strip { display: flex; align-items: center; justify-content: center; gap: 58px; border-block: 1px solid var(--line); padding: 20px 0; font-size: 12px; color: #5f6b60; }
.trust-strip span { display: inline-flex; align-items: center; gap: 10px; }
.trust-strip .icon { width: 17px; height: 17px; }
.catalog { padding-top: 64px; padding-bottom: 75px; }
.catalog-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.section-heading { font-family: 'Manrope', sans-serif; font-size: 31px; letter-spacing: -1.2px; line-height: 1.3; font-weight: 800; margin: 9px 0; }
.section-copy { font-size: 13px; color: var(--muted); line-height: 1.7; margin: 0; }
.search-box { display: flex; align-items: center; gap: 9px; padding: 0 13px; width: 270px; min-height: 43px; border: 1px solid #d9ded2; border-radius: 8px; background: #fff; color: #7f877c; margin-bottom: 3px; }
.search-box:focus-within { border-color: #587e65; box-shadow: 0 0 0 2px #587e651c; }
.search-box input { min-width: 0; width: 100%; padding: 12px 0; font-size: 12px; border: 0; background: transparent; outline: none; color: var(--ink); }
.search-box input:focus-visible { outline: none; }
.search-box .icon { width: 17px; height: 17px; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; margin: 29px 0 18px; }
.filter { display: inline-flex; align-items: center; justify-content: center; gap: 9px; background: transparent; border: 1px solid #dfe3d8; border-radius: 6px; padding: 10px 14px; min-height: 42px; color: #677263; font-size: 12px; font-weight: 500; transition: background .15s, border-color .15s; }
.filter span { font-size: 10px; }
.filter:hover { background: #edf0e6; border-color: #b8c3b0; }
.filter[aria-pressed="true"] { background: var(--green); color: white; border-color: var(--green); }
.catalog-meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 25px; margin-bottom: 15px; color: var(--muted); font-size: 11px; }
.reset-filters { background: transparent; padding: 4px 0; border: 0; border-bottom: 1px solid #b8c3b0; font-size: 11px; color: var(--green); }
.tool-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 23px; }
.tool-card { background: #fff; border: 1px solid #e3e5dc; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; transition: transform .22s, box-shadow .22s, border-color .22s; }
.tool-card:hover { transform: translateY(-5px); border-color: #c4cebb; box-shadow: 0 14px 32px #3140290c; }
.card-art { height: 207px; position: relative; display: grid; place-items: center; margin: 7px 7px 0; border-radius: 7px; overflow: hidden; }
.card-art::after { content: ''; position: absolute; inset: 0; border-radius: inherit; border: 1px solid #00000002; pointer-events: none; }
.card-art > svg { width: 100%; height: 100%; max-width: 335px; transition: transform .3s; }
.tool-card:hover .card-art > svg { transform: scale(1.05) rotate(-2deg); }
.peach { background: #f5e8db; }
.lavender { background: #eae6f1; }
.sage { background: #e6ecdf; }
.pink { background: #f6e3e4; }
.blue { background: #e5eaf1; }
.butter { background: #f3ebd0; }
.art-tag { position: absolute; top: 12px; left: 12px; border: 1px solid #ffffff90; border-radius: 4px; padding: 4px 7px; background: #ffffffab; font-size: 9px; color: #596254; letter-spacing: .25px; }
.new-tag { position: absolute; top: 12px; right: 12px; border-radius: 4px; padding: 4px 7px; background: #fff9dd; color: #71601e; font-size: 9px; font-weight: 600; }
.card-content { display: flex; flex: 1; flex-direction: column; padding: 21px 20px 17px; }
.card-content h3 { font-family: 'Manrope', sans-serif; font-size: 17px; letter-spacing: -.5px; font-weight: 800; margin: 0 0 8px; }
.card-content p { font-size: 12px; line-height: 1.75; color: var(--muted); margin: 0; flex: 1; }
.card-footer { margin-top: 20px; padding-top: 13px; border-top: 1px solid #eff0e9; display: flex; align-items: center; justify-content: space-between; font-size: 10px; color: var(--muted); }
.card-open { display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 600; color: var(--green); }
.card-open .icon { width: 14px; height: 14px; transition: transform .2s; }
.tool-card:hover .card-open .icon { transform: translate(2px, -2px); }
.empty-state { padding: 65px 24px; text-align: center; border: 1px dashed #c6cfbd; border-radius: 12px; background: #f2f4ec; }
.empty-state h3 { font-size: 22px; letter-spacing: -.6px; margin: 0 0 10px; }
.empty-state p { font-size: 14px; color: var(--muted); margin: 0 0 20px; }
.empty-state button { background: var(--green); color: white; }
.how-section { border-top: 1px solid var(--line); padding: 60px 0 68px; }
.how-heading { text-align: center; margin-bottom: 39px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.step { position: relative; padding-left: 47px; }
.step-number { position: absolute; top: 0; left: 0; width: 30px; height: 30px; border: 1px solid #d6dcce; display: grid; place-items: center; border-radius: 50%; font-size: 11px; color: var(--muted); }
.step h3 { font-size: 15px; margin: 4px 0 11px; font-weight: 600; }
.step p { font-size: 12px; line-height: 1.8; color: var(--muted); margin: 0; }
.shop-banner { background: #e9eedd; border: 1px solid #dde3cf; border-radius: 12px; padding: 38px 44px; margin-bottom: 69px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.shop-banner h2 { font-family: 'Manrope', sans-serif; font-size: 25px; font-weight: 800; letter-spacing: -.9px; margin: 8px 0 12px; }
.shop-banner p { max-width: 640px; font-size: 12px; color: #65705d; line-height: 1.8; margin: 0; }
.shop-banner .button { flex-shrink: 0; background: white; border-color: #c6cfb7; box-shadow: 0 2px 0 #c6cfb7; }
.shop-banner .button:hover { background: #f9faef; transform: translateY(-2px); }
.footer { border-top: 1px solid var(--line); padding: 29px 0; }
.footer-content { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.footer-brand { display: flex; align-items: center; gap: 20px; }
.footer .brand { font-size: 20px; }
.footer .brand img { width: 24px; height: 24px; }
.footer-note { color: var(--muted); font-size: 11px; }
.footer-links { display: flex; align-items: center; gap: 20px; font-size: 11px; color: #6c7566; }
.footer-links a:hover { color: var(--ink); text-decoration: underline; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (min-width: 1500px) { .hero { padding-top: 85px; padding-bottom: 70px; } }
@media (max-width: 1050px) {
    .shell { width: calc(100% - 64px); }
    .hero { padding-top: 55px; grid-template-columns: 1fr 1fr; }
    .hero h1 { font-size: 64px; letter-spacing: -3.7px; }
    .hero-art { height: 370px; }
    .art-vase { width: 218px; height: 235px; }
    .art-box { width: 202px; height: 171px; left: -3%; }
    .art-nameplate { width: 195px; height: 111px; }
    .art-orbit { width: 300px; height: 300px; left: 4%; }
    .art-sticker { width: 70px; height: 70px; left: 1%; }
    .trust-strip { gap: 35px; }
    .tool-grid { gap: 16px; }
    .card-art { height: 185px; }
    .card-content { padding: 18px 15px 15px; }
    .card-content h3 { font-size: 16px; }
    .steps { gap: 25px; }
    .shop-banner { padding: 30px; }
    .footer-note { display: none; }
}
@media (max-width: 760px) {
    .shell { width: calc(100% - 40px); }
    .nav { height: 72px; }
    .brand-label, .nav-how, .nav-links .active { display: none; }
    .nav-shop { font-size: 11px; padding: 9px 12px; gap: 9px; }
    .nav-shop .icon { width: 16px; height: 16px; }
    .hero { grid-template-columns: minmax(0, 1fr); padding-top: 45px; padding-bottom: 28px; gap: 34px; }
    .hero-copy { text-align: center; }
    .hero-eyebrow { font-size: 10px; margin-bottom: 23px; }
    .hero h1 { font-size: clamp(46px, 14.5vw, 78px); letter-spacing: -3.4px; }
    .hero-description { margin-inline: auto; font-size: 14px; max-width: 345px; }
    .hero-actions { justify-content: center; gap: 23px; margin-top: 26px; }
    .hero-note { justify-content: center; margin-top: 23px; }
    .hero-art { width: min(375px, 100%); margin: auto; height: 332px; overflow: clip; overflow-clip-margin: 14px; }
    .art-vase { width: 224px; height: 232px; right: 3%; }
    .art-box { width: 193px; height: 159px; left: 0; top: 130px; }
    .art-nameplate { width: 181px; height: 106px; right: 0; bottom: 0; }
    .art-orbit { width: 288px; height: 288px; left: 10%; }
    .art-sticker { left: 7%; width: 65px; height: 65px; font-size: 9px; }
    .art-sticker strong { font-size: 25px; }
    .art-caption { font-size: 10px; bottom: 0; left: 5%; }
    .art-spark.one { right: 2%; width: 24px; height: 24px; }
    .trust-strip { gap: 20px; font-size: 10px; padding-block: 18px; flex-wrap: wrap; }
    .trust-strip span { gap: 6px; }
    .trust-strip .icon { width: 14px; height: 14px; }
    .catalog { padding-top: 43px; padding-bottom: 45px; }
    .catalog-heading { flex-direction: column; align-items: stretch; gap: 23px; }
    .section-heading { font-size: 28px; }
    .search-box { width: 100%; }
    .filters { gap: 7px; margin-top: 18px; }
    .filter { padding: 9px 11px; font-size: 11px; min-height: 39px; }
    .tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
    .card-art { height: 180px; margin: 5px 5px 0; }
    .card-content { padding: 15px 12px 13px; }
    .card-content h3 { font-size: 15px; }
    .card-content p { font-size: 11px; }
    .card-footer { margin-top: 15px; }
    .card-footer > span:first-child { font-size: 9px; }
    .card-open { font-size: 10px; gap: 3px; }
    .art-tag, .new-tag { top: 9px; font-size: 8px; }
    .art-tag { left: 8px; }
    .new-tag { right: 8px; }
    .steps { grid-template-columns: 1fr; gap: 28px; max-width: 450px; margin-inline: auto; }
    .how-section { padding: 40px 0; }
    .how-heading { margin-bottom: 30px; }
    .shop-banner { padding: 28px 24px; flex-direction: column; align-items: start; gap: 22px; margin-bottom: 40px; }
    .shop-banner h2 { font-size: 23px; }
    .footer-content { flex-wrap: wrap; justify-content: center; gap: 21px; }
    .footer-links { gap: 16px; flex-wrap: wrap; justify-content: center; }
}
@media (max-width: 480px) {
    .tool-grid { grid-template-columns: 1fr; gap: 18px; }
    .card-art { height: 216px; }
    .card-content { padding: 19px 19px 16px; }
    .card-content h3 { font-size: 18px; }
    .card-content p { font-size: 12px; }
    .card-footer > span:first-child, .card-open { font-size: 11px; }
    .art-tag, .new-tag { font-size: 9px; top: 12px; }
    .art-tag { left: 12px; }
    .new-tag { right: 12px; }
    .trust-strip { gap: 11px 15px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
    .tool-card:hover, .tool-card:hover .card-art > svg, .button:hover { transform: none; }
}
