/* PlannerToolLab — minified from src/assets/css/style.css. Edit that file, then rebuild. */
:root{--primary:#5F7052;--primary-dark:#37432F;--primary-light:#E7EBE0;--secondary:#B55E43;--secondary-dark:#A2553D;--secondary-light:#F6E4D8;--accent-gold:#A6853F;--accent-gold-dark:#806631;--accent-gold-light:#F6EFE0;--background:#FAF7F1;--surface:#FFFFFF;--surface-alt:#F3EEE4;--text:#241F1A;--text-muted:#635C51;--text-on-dark:#F6F3EC;--border:#E3DDD0;--border-strong:#A29372;--cat-business:#5F7052;--cat-business-text:#5E6F51;--cat-business-bg:#EAEFE3;--cat-education:#A6853F;--cat-education-text:#806631;--cat-education-bg:#F5EEDC;--cat-productivity:#BE6A50;--cat-productivity-text:#9E523A;--cat-productivity-bg:#F6E6DD;--cat-health:#96633F;--cat-health-text:#8B5C3B;--cat-health-bg:#F1E6D9;--success:#3F6B43;--success-bg:#E7EFE4;--warning:#93691E;--warning-bg:#F6EEDA;--error:#A23F33;--error-bg:#F5E4E0;--shadow-sm:0 1px 2px rgba(36,31,26,0.07);--shadow-md:0 6px 16px -4px rgba(36,31,26,0.12);--shadow-lg:0 18px 40px -12px rgba(36,31,26,0.18);--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--radius-xl:30px;--radius-pill:999px;--container-width:1240px;--container-pad:clamp(1.25rem,4vw,2.5rem);--header-height:76px;--header-height-mobile:64px;--font-serif:"Playfair Display",Georgia,"Times New Roman",serif;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--ease:cubic-bezier(0.4,0,0.2,1);--dur-sm:150ms;--dur-md:250ms}@font-face{font-family:"Inter";src:url("/assets/fonts/inter-400.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("/assets/fonts/inter-500.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("/assets/fonts/inter-600.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("/assets/fonts/inter-700.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Playfair Display";src:url("/assets/fonts/playfair-display-600.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Playfair Display";src:url("/assets/fonts/playfair-display-700.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}*,*::before,*::after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important}}body{font-family:var(--font-sans);background:var(--background);color:var(--text);line-height:1.55;min-height:100svh;min-height:100dvh;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,picture,svg,video{max-width:100%;display:block}img{height:auto}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}ul,ol{list-style:none;padding:0}table{border-collapse:collapse;width:100%}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:700;line-height:1.18;color:var(--text);text-wrap:balance}h1{font-size:clamp(2rem,1.55rem + 2vw,3.4rem)}h2{font-size:clamp(1.6rem,1.3rem + 1.4vw,2.5rem)}h3{font-size:clamp(1.3rem,1.15rem + 0.7vw,1.7rem)}h4{font-size:clamp(1.1rem,1.02rem + 0.35vw,1.3rem)}p{color:var(--text)}p + p{margin-top:1em}.lede{font-size:clamp(1.05rem,1rem + 0.3vw,1.25rem);color:var(--text-muted)}small,.text-small{font-size:0.875rem}.text-muted{color:var(--text-muted)}:focus{outline:none}:focus-visible{outline:3px solid var(--secondary);outline-offset:3px;border-radius:4px}a:focus-visible,button:focus-visible{outline-offset:4px}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:1rem;top:-60px;background:var(--primary-dark);color:var(--text-on-dark);padding:0.75rem 1.25rem;border-radius:var(--radius-sm);z-index:1000;transition:top var(--dur-sm) var(--ease);font-weight:600}.skip-link:focus{top:1rem}.container{width:100%;max-width:var(--container-width);margin-inline:auto;padding-inline:var(--container-pad)}.container-narrow{max-width:860px}section{padding-block:clamp(3rem,2.4rem + 3vw,6rem)}.section-tight{padding-block:clamp(2rem,1.7rem + 1.5vw,3.5rem)}.section-alt{background:var(--surface-alt)}.section-head{max-width:680px;margin-bottom:clamp(2rem,1.6rem + 1.6vw,3rem)}.section-head.center{margin-inline:auto;text-align:center}.eyebrow{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.8rem;font-weight:700;letter-spacing:0.09em;text-transform:uppercase;color:var(--secondary-dark);margin-bottom:0.85rem}.eyebrow::before{content:"";width:22px;height:2px;background:var(--accent-gold);display:inline-block}.grid{display:grid;gap:clamp(1.25rem,1rem + 1.2vw,2rem)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:980px){.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.flex{display:flex}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-center{display:flex;align-items:center;justify-content:center}.shop-load-more-wrap{margin-top:2.5rem}.gap-sm{gap:0.6rem}.gap-md{gap:1rem}.gap-lg{gap:1.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.85rem 1.6rem;border-radius:var(--radius-pill);font-weight:600;font-size:0.98rem;border:1.5px solid transparent;transition:background var(--dur-sm) var(--ease),color var(--dur-sm) var(--ease),border-color var(--dur-sm) var(--ease),transform var(--dur-sm) var(--ease),box-shadow var(--dur-sm) var(--ease);min-height:44px;line-height:1.2;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--primary);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--primary-dark);box-shadow:var(--shadow-md)}.btn-secondary{background:transparent;color:var(--primary-dark);border-color:var(--border-strong)}.btn-secondary:hover{border-color:var(--primary);background:var(--primary-light)}.btn-etsy{background:var(--secondary);color:#fff;box-shadow:var(--shadow-sm)}.btn-etsy:hover{background:var(--secondary-dark);box-shadow:var(--shadow-md)}.btn-etsy .icon-external{width:15px;height:15px;flex:none}.btn-block{width:100%}.btn-lg{padding:1rem 2rem;font-size:1.05rem}.btn-sm{padding:0.55rem 1.1rem;font-size:0.88rem;min-height:38px}.btn[disabled],.btn.is-disabled{background:var(--border);color:var(--text-muted);border-color:var(--border);cursor:not-allowed;box-shadow:none}.btn[disabled]:hover,.btn.is-disabled:hover{background:var(--border)}.btn-ghost{background:transparent;color:var(--text)}.btn-ghost:hover{background:var(--surface-alt)}.badge{display:inline-flex;align-items:center;gap:0.35rem;font-size:0.72rem;font-weight:700;letter-spacing:0.04em;text-transform:uppercase;padding:0.3rem 0.7rem;border-radius:var(--radius-pill);background:var(--primary-light);color:var(--primary-dark)}.badge-popular{background:var(--secondary-light);color:#9C523B}.badge-new{background:var(--accent-gold-light);color:var(--accent-gold-dark)}.badge-neutral{background:var(--surface-alt);color:var(--text-muted)}.category-pill{display:inline-flex;align-items:center;font-size:0.78rem;font-weight:600;padding:0.28rem 0.65rem;border-radius:var(--radius-pill)}.category-pill[data-cat="business"]{background:var(--cat-business-bg);color:var(--cat-business-text)}.category-pill[data-cat="education"]{background:var(--cat-education-bg);color:var(--cat-education-text)}.category-pill[data-cat="productivity"]{background:var(--cat-productivity-bg);color:var(--cat-productivity-text)}.category-pill[data-cat="health"]{background:var(--cat-health-bg);color:var(--cat-health-text)}.site-header{position:sticky;top:0;z-index:100;background:rgba(250,247,241,0.92);backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:var(--header-height-mobile)}@media (min-width:860px){.header-inner{height:var(--header-height)}}.brand-link{display:flex;align-items:center}.brand-link img{height:30px;width:auto}@media (min-width:860px){.brand-link img{height:34px}}.main-nav{display:none}@media (min-width:860px){.main-nav{display:flex;align-items:center;gap:clamp(1rem,1.6vw,1.9rem)}.main-nav a{font-weight:500;font-size:0.96rem;color:var(--text);padding:0.5rem 0.1rem;position:relative}.main-nav a::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--secondary);transform:scaleX(0);transition:transform var(--dur-sm) var(--ease)}.main-nav a:hover::after,.main-nav a[aria-current="page"]::after{transform:scaleX(1)}.main-nav a[aria-current="page"]{color:var(--primary-dark);font-weight:700}}.header-actions{display:flex;align-items:center;gap:0.6rem}.header-cta{display:none}@media (min-width:860px){.header-cta{display:inline-flex}}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-sm);background:transparent;border:1.5px solid var(--border-strong)}@media (min-width:860px){.nav-toggle{display:none}}.nav-toggle .icon-bar{position:relative;width:20px;height:2px;background:var(--text);display:block}.nav-toggle .icon-bar::before,.nav-toggle .icon-bar::after{content:"";position:absolute;left:0;width:20px;height:2px;background:var(--text);transition:transform var(--dur-sm) var(--ease),opacity var(--dur-sm) var(--ease)}.nav-toggle .icon-bar::before{top:-6px}.nav-toggle .icon-bar::after{top:6px}.nav-toggle[aria-expanded="true"] .icon-bar{background:transparent}.nav-toggle[aria-expanded="true"] .icon-bar::before{transform:translateY(6px) rotate(45deg)}.nav-toggle[aria-expanded="true"] .icon-bar::after{transform:translateY(-6px) rotate(-45deg)}.mobile-nav{position:fixed;inset:0;top:var(--header-height-mobile);background:var(--background);z-index:99;padding:1.25rem var(--container-pad) 2.5rem;overflow-y:auto;transform:translateX(100%);transition:transform var(--dur-md) var(--ease)}.mobile-nav[data-open="true"]{transform:translateX(0)}@media (min-width:860px){.mobile-nav{display:none}}.mobile-nav ul{display:flex;flex-direction:column;gap:0.25rem}.mobile-nav a{display:block;padding:0.9rem 0.25rem;font-size:1.1rem;font-weight:600;border-bottom:1px solid var(--border);min-height:44px}.mobile-nav a[aria-current="page"]{color:var(--primary-dark)}.mobile-nav .header-cta{display:flex;margin-top:1.5rem}body.nav-open{overflow:hidden}.breadcrumbs{padding-block:1rem;font-size:0.85rem;color:var(--text-muted)}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:0.4rem;align-items:center}.breadcrumbs a{color:var(--text-muted)}.breadcrumbs a:hover{color:var(--primary-dark);text-decoration:underline}.breadcrumbs li:not(:last-child)::after{content:"/";margin-left:0.4rem;color:var(--border-strong)}.breadcrumbs li[aria-current="page"]{color:var(--text);font-weight:600}.hero{position:relative;overflow:hidden;padding-block:clamp(2.5rem,2rem + 2.5vw,5rem)}.hero-grid{display:grid;gap:2.5rem;align-items:center}@media (min-width:980px){.hero-grid{grid-template-columns:1.05fr 1fr;gap:3rem}}.hero-copy .eyebrow{margin-bottom:1rem}.hero h1{margin-bottom:1.1rem}.hero .lede{max-width:46ch;margin-bottom:0.5rem}.hero-micro{margin-top:0.9rem;font-weight:600;color:var(--primary-dark);font-size:0.95rem}.hero-actions{display:flex;flex-wrap:wrap;gap:0.85rem;margin-top:1.75rem}.hero-trust{margin-top:1.75rem;display:flex;flex-wrap:wrap;gap:0.6rem 1.4rem;font-size:0.85rem;color:var(--text-muted)}.hero-trust li{display:flex;align-items:center;gap:0.4rem}.hero-trust svg{width:16px;height:16px;color:var(--primary);flex:none}.hero-media{border-radius:var(--radius-lg);overflow:hidden}.hero-media img{width:100%;height:auto;border-radius:var(--radius-lg)}.benefit-strip{padding-block:clamp(2.25rem,1.9rem + 1.5vw,3.5rem)}.benefit-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem 1.5rem;box-shadow:var(--shadow-sm)}.benefit-card .icon-wrap{width:46px;height:46px;border-radius:var(--radius-md);background:var(--primary-light);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.benefit-card svg{width:22px;height:22px;color:var(--primary-dark)}.benefit-card h3{font-size:1.08rem;margin-bottom:0.4rem;font-family:var(--font-sans)}.benefit-card p{color:var(--text-muted);font-size:0.94rem}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}@media (max-width:980px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.product-grid{grid-template-columns:1fr}}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-sm);transition:box-shadow var(--dur-md) var(--ease),transform var(--dur-md) var(--ease);height:100%}@media (hover:hover){.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}}.product-card-media{position:relative;aspect-ratio:4 / 3;background:var(--surface-alt);overflow:hidden}.product-card-media img{width:100%;height:100%;object-fit:cover}.product-card-badges{position:absolute;top:0.75rem;left:0.75rem;display:flex;gap:0.4rem;flex-wrap:wrap}.product-card-body{padding:1.25rem 1.35rem 1.5rem;display:flex;flex-direction:column;gap:0.55rem;flex:1}.product-card-body h3{font-size:1.12rem;font-family:var(--font-sans);font-weight:700}.product-card-body h3 a{color:inherit}.product-card-body h3 a::after{content:"";position:absolute;inset:0}.product-card{position:relative}.product-card-desc{color:var(--text-muted);font-size:0.92rem;flex:1}.product-card-meta{display:flex;align-items:center;justify-content:space-between;margin-top:0.25rem}.product-card-price{font-weight:700;color:var(--primary-dark);font-size:1.05rem}.product-card-price .was{color:var(--text-muted);font-weight:500;text-decoration:line-through;font-size:0.9rem;margin-right:0.35rem}.product-card-actions{display:flex;gap:0.6rem;margin-top:0.85rem;position:relative;z-index:1}.product-card-actions .btn{flex:1}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width:980px){.category-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.category-grid{grid-template-columns:1fr}}.category-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:box-shadow var(--dur-md) var(--ease),transform var(--dur-md) var(--ease)}@media (hover:hover){.category-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}}.category-card-media{aspect-ratio:4 / 3}.category-card-media img{width:100%;height:100%;object-fit:cover}.category-card-body{padding:1.25rem 1.4rem 1.5rem}.category-card-body h3{font-family:var(--font-sans);font-size:1.08rem;margin-bottom:0.35rem}.category-card-body h3 a::after{content:"";position:absolute;inset:0}.category-card-body p{color:var(--text-muted);font-size:0.9rem}.steps-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;counter-reset:step}@media (max-width:980px){.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.steps-grid{grid-template-columns:1fr}}.step-card{position:relative;padding-top:0.25rem}.step-number{width:40px;height:40px;border-radius:50%;background:var(--primary-dark);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-weight:700;margin-bottom:1rem}.step-card h3{font-size:1.02rem;font-family:var(--font-sans);margin-bottom:0.4rem}.step-card p{color:var(--text-muted);font-size:0.9rem}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width:980px){.reviews-grid{grid-template-columns:1fr}}.review-card{background:var(--surface);border:1px dashed var(--border-strong);border-radius:var(--radius-lg);padding:1.75rem}.review-card .review-placeholder-tag{display:inline-block;font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:var(--text-muted);background:var(--surface-alt);padding:0.25rem 0.6rem;border-radius:var(--radius-pill);margin-bottom:0.9rem}.review-card p{color:var(--text-muted);font-style:italic}.review-card footer{margin-top:1rem;font-weight:600;font-style:normal;color:var(--text);font-size:0.9rem}.faq-list{max-width:820px}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left;padding:1.15rem 0.25rem;background:none;border:none;font-weight:600;font-size:1rem;color:var(--text)}.faq-question .plus{flex:none;width:26px;height:26px;border-radius:50%;border:1.5px solid var(--border-strong);position:relative}.faq-question .plus::before,.faq-question .plus::after{content:"";position:absolute;background:var(--primary-dark);top:50%;left:50%;transform:translate(-50%,-50%)}.faq-question .plus::before{width:11px;height:1.6px}.faq-question .plus::after{width:1.6px;height:11px;transition:transform var(--dur-sm) var(--ease),opacity var(--dur-sm) var(--ease)}.faq-question[aria-expanded="true"] .plus::after{transform:translate(-50%,-50%) scaleY(0);opacity:0}.faq-answer{overflow:hidden;height:0;transition:height var(--dur-md) var(--ease)}.faq-answer-inner{padding:0 0.25rem 1.25rem;color:var(--text-muted);max-width:68ch}.cta-banner{background:var(--primary-dark);color:var(--text-on-dark);border-radius:var(--radius-xl);padding:clamp(2.25rem,1.9rem + 1.8vw,4rem);text-align:center}.cta-banner h2{color:#fff}.cta-banner p{color:rgba(246,243,236,0.82);max-width:56ch;margin-inline:auto}.cta-banner .hero-actions{justify-content:center;margin-top:1.75rem}.cta-banner .btn-secondary{border-color:rgba(246,243,236,0.4);color:#fff}.cta-banner .btn-secondary:hover{background:rgba(246,243,236,0.12)}.site-footer{background:var(--surface-alt);border-top:1px solid var(--border);padding-block:clamp(2.5rem,2.1rem + 2vw,4rem) 2rem}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:2.5rem}@media (max-width:980px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.footer-brand img{height:30px;margin-bottom:0.9rem}.footer-brand p{color:var(--text-muted);font-size:0.9rem;max-width:30ch}.footer-col .footer-heading{font-family:var(--font-sans);font-weight:700;font-size:0.85rem;text-transform:uppercase;letter-spacing:0.06em;margin-bottom:1rem;color:var(--text)}.footer-col ul{display:flex;flex-direction:column;gap:0.65rem}.footer-col a{color:var(--text-muted);font-size:0.92rem}.footer-col a:hover{color:var(--primary-dark);text-decoration:underline}.footer-social{display:flex;gap:0.6rem;margin-top:0.25rem}.footer-social a,.footer-social .social-placeholder{width:38px;height:38px;border-radius:50%;border:1px solid var(--border-strong);display:flex;align-items:center;justify-content:center}.footer-social svg{width:17px;height:17px}.footer-social .social-placeholder{opacity:0.45;cursor:default}.footer-bottom{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:0.75rem 1.5rem;align-items:center;justify-content:space-between;font-size:0.85rem;color:var(--text-muted)}.footer-bottom nav{display:flex;gap:1.25rem;flex-wrap:wrap}.footer-bottom a{color:var(--text-muted)}.footer-bottom a:hover{color:var(--primary-dark);text-decoration:underline}.form-field{display:flex;flex-direction:column;gap:0.4rem;margin-bottom:1.25rem}.form-field label{font-weight:600;font-size:0.92rem}.form-field .hint{font-size:0.82rem;color:var(--text-muted)}.form-field input,.form-field textarea,.form-field select{border:1.5px solid var(--border-strong);border-radius:var(--radius-sm);padding:0.75rem 0.9rem;background:var(--surface);font-size:1rem;min-height:46px;width:100%}.form-field textarea{min-height:140px;resize:vertical}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--primary);outline:3px solid var(--primary-light);outline-offset:0}.form-field.has-error input,.form-field.has-error textarea{border-color:var(--error)}.field-error{color:var(--error);font-size:0.85rem;display:none}.form-field.has-error .field-error{display:block}.form-status{border-radius:var(--radius-md);padding:1rem 1.25rem;margin-top:1rem;font-size:0.95rem;display:none}.form-status.is-visible{display:block}.form-status.success{background:var(--success-bg);color:var(--success)}.form-status.error{background:var(--error-bg);color:var(--error)}.form-status.info{background:var(--accent-gold-light);color:var(--accent-gold-dark)}.required-mark{color:var(--secondary-dark)}.shop-toolbar{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;margin-bottom:1.75rem;padding:1.1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.shop-search{position:relative;flex:1 1 260px;min-width:200px}.shop-search input{width:100%;padding:0.7rem 1rem 0.7rem 2.5rem;border-radius:var(--radius-pill);border:1.5px solid var(--border-strong);min-height:44px;font-size:0.95rem}.shop-search svg{position:absolute;left:0.9rem;top:50%;transform:translateY(-50%);width:17px;height:17px;color:var(--text-muted)}.shop-filters{display:flex;flex-wrap:wrap;gap:0.5rem}.filter-chip{padding:0.5rem 1rem;border-radius:var(--radius-pill);border:1.5px solid var(--border-strong);font-size:0.88rem;font-weight:600;background:var(--surface);min-height:40px}.filter-chip[aria-pressed="true"]{background:var(--primary);border-color:var(--primary);color:#fff}.shop-sort{display:flex;align-items:center;gap:0.5rem;font-size:0.88rem}.shop-sort select{border:1.5px solid var(--border-strong);border-radius:var(--radius-sm);padding:0.55rem 0.8rem;min-height:40px;background:var(--surface)}.shop-results-count{color:var(--text-muted);font-size:0.88rem;margin-bottom:1rem}.empty-state{text-align:center;padding:3.5rem 1.5rem;border:1.5px dashed var(--border-strong);border-radius:var(--radius-lg);color:var(--text-muted)}.empty-state h3{color:var(--text);margin-bottom:0.5rem}.product-detail{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(2rem,1.6rem + 2vw,4rem);align-items:start}@media (max-width:900px){.product-detail{grid-template-columns:1fr}}.product-gallery-main{aspect-ratio:4 / 3;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);background:var(--surface-alt);margin-bottom:0.9rem}.product-gallery-main img{width:100%;height:100%;object-fit:cover}.product-gallery-thumbs{display:flex;gap:0.6rem;flex-wrap:wrap}.product-gallery-thumbs button{width:68px;height:68px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;padding:0;background:var(--surface-alt)}.product-gallery-thumbs button[aria-current="true"]{border-color:var(--primary)}.product-gallery-thumbs img{width:100%;height:100%;object-fit:cover}.product-info .category-pill{margin-bottom:0.9rem}.product-info h1{margin-bottom:0.6rem}.product-price-row{display:flex;align-items:baseline;gap:0.6rem;margin:0.75rem 0 1.1rem}.product-price{font-size:1.6rem;font-weight:700;color:var(--primary-dark);font-family:var(--font-serif)}.product-price .was{color:var(--text-muted);text-decoration:line-through;font-size:1.05rem}.product-summary{color:var(--text-muted);margin-bottom:1.25rem}.key-benefits{display:flex;flex-direction:column;gap:0.6rem;margin-bottom:1.5rem}.key-benefits li{display:flex;align-items:flex-start;gap:0.6rem;font-size:0.95rem}.key-benefits svg{width:18px;height:18px;color:var(--primary);flex:none;margin-top:2px}.product-buy-box{display:flex;flex-direction:column;gap:0.75rem;padding:1.25rem;background:var(--surface-alt);border-radius:var(--radius-lg);margin-bottom:1.5rem}.product-buy-box .btn{width:100%}.etsy-note{font-size:0.82rem;color:var(--text-muted);text-align:center}.compatibility-summary{border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem 1.15rem;font-size:0.9rem;color:var(--text-muted)}.compatibility-summary strong{color:var(--text)}.product-sections{margin-top:clamp(3rem,2.5rem + 2vw,5rem)}.product-sections>section,.product-sections>.p-section{padding-block:2.25rem;border-top:1px solid var(--border);scroll-margin-top:90px}.product-sections>section:first-child,.product-sections>.p-section:first-child{border-top:none}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0.9rem 1.75rem}@media (max-width:620px){.feature-list{grid-template-columns:1fr}}.feature-list li{display:flex;gap:0.65rem;align-items:flex-start}.feature-list svg{width:19px;height:19px;color:var(--primary);flex:none;margin-top:2px}.included-list li{padding:0.5rem 0;border-bottom:1px dashed var(--border);overflow-wrap:anywhere}.notes-box{background:var(--accent-gold-light);border-radius:var(--radius-md);padding:1.25rem 1.5rem;font-size:0.93rem}.notes-box h3{font-size:1rem;margin-bottom:0.5rem;font-family:var(--font-sans)}.sticky-buy-bar{position:fixed;left:0;right:0;bottom:0;z-index:90;background:var(--surface);border-top:1px solid var(--border);padding:0.75rem var(--container-pad);padding-bottom:calc(0.75rem + env(safe-area-inset-bottom,0px));box-shadow:0 -6px 20px rgba(36,31,26,0.08);transform:translateY(100%);transition:transform var(--dur-md) var(--ease)}.sticky-buy-bar[data-visible="true"]{transform:translateY(0)}.sticky-buy-bar .btn{width:100%}@media (min-width:900px){.sticky-buy-bar{display:none}}@media (max-width:899px){body.product-page{padding-bottom:84px}}.content-page h2{margin-top:2.25rem;margin-bottom:0.9rem}.content-page h2:first-child{margin-top:0}.content-page h3{margin-top:1.5rem;margin-bottom:0.6rem}.content-page p,.content-page li{color:var(--text-muted)}.content-page ul,.content-page ol{padding-left:1.25rem;margin:0.75rem 0}.content-page ul{list-style:disc}.content-page ol{list-style:decimal}.content-page li + li{margin-top:0.4rem}.content-page a:not(.btn){color:var(--primary-dark);text-decoration:underline;text-underline-offset:2px}.updated-note{font-size:0.85rem;color:var(--text-muted);margin-bottom:2rem}.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width:900px){.support-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.support-grid{grid-template-columns:1fr}}.support-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.6rem}.support-card .icon-wrap{width:42px;height:42px;border-radius:var(--radius-md);background:var(--primary-light);display:flex;align-items:center;justify-content:center;margin-bottom:0.9rem}.support-card svg{width:20px;height:20px;color:var(--primary-dark)}.support-card h3{font-family:var(--font-sans);font-size:1.02rem;margin-bottom:0.4rem}.support-card p{color:var(--text-muted);font-size:0.92rem}.error-page{min-height:calc(100svh - var(--header-height-mobile) - 220px);display:flex;align-items:center;justify-content:center;text-align:center;padding-block:4rem}.error-page .error-code{font-family:var(--font-serif);font-size:clamp(3.5rem,3rem + 4vw,7rem);color:var(--primary-light);line-height:1;margin-bottom:0.5rem}.error-page p{max-width:46ch;margin-inline:auto;color:var(--text-muted)}.error-page .hero-actions{justify-content:center}.divider{border:none;border-top:1px solid var(--border);margin-block:2rem}.icon-external{display:inline-block}.table-wrap{overflow-x:auto;border-radius:var(--radius-md);border:1px solid var(--border)}.styled-table th,.styled-table td{padding:0.75rem 1rem;text-align:left;border-bottom:1px solid var(--border);font-size:0.92rem}.styled-table th{background:var(--surface-alt);font-weight:700}.contact-help-box{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.75rem 2rem;margin-block:1.5rem}.contact-help-box h2{margin-top:0}.contact-help-box p{margin-bottom:0.6rem}.contact-help-box p:last-child{margin-bottom:0}@media print{.site-header,.site-footer,.mobile-nav,.sticky-buy-bar,.skip-link{display:none!important}}