:root{--font-heading: "Cormorant Garamond", Georgia, serif;--font-body: "Inter", system-ui, sans-serif;--whooga-cream: #f7f3eb;--whooga-sand: #e5ddd0;--whooga-brown: #2c2420;--whooga-accent: #8b5e3c;--whooga-muted: #6b5d52;--whooga-moss: #5c6b56;--whooga-ivory: #faf8f4}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--whooga-brown);background:linear-gradient(180deg,var(--whooga-cream) 0%,#fff 40%);line-height:1.6}h1,h2,h3{font-family:var(--font-heading)}a{color:var(--whooga-accent);text-decoration-thickness:1px}a:hover{color:var(--whooga-brown)}img{max-width:100%;height:auto;display:block}.container{width:min(1200px,92vw);margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.25rem;border-radius:6px;border:1px solid transparent;font-weight:600;cursor:pointer;background:var(--whooga-brown);color:var(--whooga-cream);text-decoration:none;font-size:.95rem;transition:background .2s,color .2s,border-color .2s,box-shadow .2s}.btn:hover{opacity:.85;color:var(--whooga-cream)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--whooga-sand);color:var(--whooga-brown)}.btn-secondary:hover{opacity:.85;color:var(--whooga-brown)}.btn-outline{background:transparent;color:var(--whooga-brown);border:1px solid var(--whooga-brown)}.btn-outline:hover{opacity:.65;color:var(--whooga-brown)}.card{background:#fff;border-radius:16px;box-shadow:0 8px 30px #3d291414;overflow:hidden}.grid-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.richtext h2{font-size:1.2rem;margin:1.5rem 0 .5rem}.richtext h3{font-size:1.05rem;margin:1.25rem 0 .4rem}.richtext p{color:var(--whooga-muted);margin:0 0 .75rem;line-height:1.65}.richtext ul,.richtext ol{color:var(--whooga-muted);padding-left:1.25rem;margin:0 0 1rem}.richtext li{margin-bottom:.35rem}.richtext blockquote{border-left:4px solid var(--whooga-accent);padding:1rem 1.5rem;margin:1rem 0;font-style:italic;color:var(--whooga-muted);background:#8b5a2b0a;border-radius:0 8px 8px 0}.richtext cite{display:block;font-style:normal;font-weight:600;margin-top:.5rem;color:var(--whooga-accent)}.richtext figure{margin:1.5rem 0 2rem;padding:0}.richtext figure img{width:100%;height:auto;border-radius:8px;display:block}.richtext figcaption{font-size:.82rem;color:var(--whooga-muted);margin-top:.5rem;text-align:center;font-style:italic}.trust-strip{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:.85rem 1rem;background:var(--whooga-cream);border-top:1px solid var(--whooga-sand);border-bottom:1px solid var(--whooga-sand);flex-wrap:wrap}.trust-strip-item{display:flex;align-items:center;gap:.4rem;white-space:nowrap}.trust-strip-icon{font-size:1.1rem}.trust-strip-text{font-size:.82rem;font-weight:600;color:var(--whooga-brown)}.colour-swatch{display:inline-block;width:36px;height:36px;border-radius:50%;border:2px solid rgba(0,0,0,.08);transition:transform .15s,box-shadow .15s}.colour-swatch:hover{transform:scale(1.15);box-shadow:0 2px 8px #3d291426}.chip-row{display:flex;gap:.5rem;flex-wrap:wrap}.chip{display:inline-flex;align-items:center;padding:.4rem .85rem;border:1px solid var(--whooga-sand);border-radius:999px;font-size:.82rem;font-weight:500;color:var(--whooga-muted);text-decoration:none;background:#fff;cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s,background .15s}.chip:hover,.chip--active{border-color:var(--whooga-accent);color:var(--whooga-brown);background:#8b5a2b0f}.faq-accordion{margin-bottom:2rem}.faq-item{border-bottom:1px solid var(--whooga-sand)}.faq-question{cursor:pointer;font-weight:600;font-size:.95rem;padding:.85rem 0;list-style:none;display:flex;align-items:center;justify-content:space-between}.faq-question:after{content:"+";font-size:1.2rem;color:var(--whooga-muted);flex-shrink:0;margin-left:1rem;transition:transform .2s}.faq-item[open] .faq-question:after{content:"−"}.faq-question::-webkit-details-marker{display:none}.faq-answer{margin:0 0 1rem;color:var(--whooga-muted);font-size:.92rem;line-height:1.6;padding-bottom:.25rem}.image-gallery{display:flex;flex-direction:column;gap:.75rem}.image-gallery-main{aspect-ratio:1;background:var(--whooga-sand);border-radius:16px;overflow:hidden}.image-gallery-main img{width:100%;height:100%;object-fit:cover}.image-gallery-thumbs{display:flex;gap:.5rem;overflow-x:auto}.image-gallery-thumb{flex:0 0 64px;width:64px;height:64px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .15s}.image-gallery-thumb.active,.image-gallery-thumb:hover{border-color:var(--whooga-accent)}.guide-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.guide-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:box-shadow .2s,transform .2s;overflow:hidden}.guide-card:hover{box-shadow:0 8px 30px #3d29141a;transform:translateY(-2px)}.guide-card-img{aspect-ratio:2/3;background:var(--whooga-sand);overflow:hidden}.guide-card-img img{width:100%;height:100%;object-fit:cover}.guide-card-body{padding:1rem 1.15rem 1.25rem}.guide-card-title{font-size:.98rem;margin:0 0 .35rem}.guide-card-desc{font-size:.82rem;color:var(--whooga-muted);margin:0;line-height:1.45}.testimonial-track{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.5rem}.testimonial-card{flex:0 0 300px;scroll-snap-align:start;background:#fff;border:1px solid var(--whooga-sand);border-radius:12px;padding:1.25rem;margin:0}.testimonial-quote{font-style:italic;color:var(--whooga-muted);font-size:.92rem;line-height:1.6;margin:0 0 .75rem}.testimonial-author{font-size:.82rem;color:var(--whooga-brown)}.testimonial-author span{color:var(--whooga-muted)}.bestseller-scroll{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.5rem}.bestseller-scroll::-webkit-scrollbar{height:6px}.bestseller-scroll::-webkit-scrollbar-track{background:var(--whooga-sand);border-radius:3px}.bestseller-scroll::-webkit-scrollbar-thumb{background:var(--whooga-accent);border-radius:3px}.bestseller-item{flex:0 0 260px;scroll-snap-align:start}.step-block{display:flex;gap:1rem;align-items:flex-start}.step-number{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:var(--whooga-brown);color:var(--whooga-cream);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.88rem}.step-content{flex:1;min-width:0}.step-heading{font-size:1.05rem;margin:0 0 .35rem}.step-body{color:var(--whooga-muted);font-size:.92rem;line-height:1.6}.step-body p{margin:0 0 .5rem}.comparison-table{width:100%;border-collapse:collapse;font-size:.9rem}.comparison-table th{text-align:left;padding:.6rem;border-bottom:2px solid var(--whooga-sand);font-weight:600;background:var(--whooga-cream);position:sticky;top:0}.comparison-table td{padding:.55rem .6rem;border-bottom:1px solid var(--whooga-sand)}.comparison-table tr:hover td{background:#f6f1e780}
