:root{--puku-sage: #a8bfae;--puku-clay: #cbb6a7;--puku-dark: #2d2a26;--puku-light: #faf9f8;--puku-accent: #e3dcd2;--puku-white: #ffffff;--puku-star: #eab308;--puku-gray-100: #f3f4f6;--puku-gray-200: #e5e7eb;--puku-gray-300: #d1d5db;--puku-gray-400: #9ca3af;--puku-gray-500: #6b7280;--puku-gray-600: #4b5563}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulse-slow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.hub-marquee__track,.hub-hero-v2__image,.hub-hero-v2__hotspot-pulse,.hub-hero-v2__content{animation:none}}.hub-v2{font-family:Montserrat,sans-serif;color:var(--puku-gray-600);-webkit-font-smoothing:antialiased;overflow-x:hidden}.hub-v2 *{box-sizing:border-box}.hub-v2-container{max-width:1280px;margin:0 auto;padding:0 1rem}.hub-v2-container--narrow{max-width:1024px}.hub-v2-container--wide{max-width:1400px}.hub-v2 .font-header{font-family:Ovo,serif;font-weight:400}.hub-v2 .font-sub{font-family:Lato,sans-serif;font-weight:700}.hub-v2 .font-body{font-family:Montserrat,sans-serif}.hub-v2 .glass{background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.5)}.hub-v2 .animate-marquee{animation:marquee 25s linear infinite}.hub-v2 .animate-pulse-slow{animation:pulse-slow 3s cubic-bezier(.4,0,.6,1) infinite}.hub-v2 .animate-float{animation:float 6s ease-in-out infinite}.hub-v2 .animate-fade-in-up{animation:fade-in-up .8s ease-out forwards}.hub-v2 .stars{color:var(--puku-star);letter-spacing:2px}.hub-marquee{background:var(--puku-dark);color:#fff;font-family:Lato,sans-serif;font-weight:700;font-size:10px;text-transform:uppercase;letter-spacing:.15em;padding:.5rem 0;overflow:hidden;position:relative;z-index:60}.hub-marquee__track{display:flex;white-space:nowrap;animation:marquee 25s linear infinite}.hub-marquee__item{display:inline-flex;align-items:center;gap:.5rem;padding:0 2rem}.hub-marquee:hover .hub-marquee__track{animation-play-state:paused}.hub-hero-v2{position:relative;min-height:90vh;padding:8rem 1.5rem 5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background:var(--puku-light)}.hub-hero-v2__blob{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none}.hub-hero-v2__blob--sage{width:500px;height:500px;background:#a8bfae1a;top:-10%;left:-10%}.hub-hero-v2__blob--clay{width:500px;height:500px;background:#cbb6a71a;bottom:-10%;right:-10%}.hub-hero-v2__content{text-align:center;position:relative;z-index:10;margin-bottom:2.5rem;opacity:0;animation:fade-in-up .8s ease-out .1s forwards}.hub-hero-v2__badge{display:inline-flex;align-items:center;gap:.5rem;background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.375rem 1rem;border-radius:9999px;margin-bottom:1.5rem;border:1px solid var(--puku-gray-200);box-shadow:0 1px 2px #0000000d}.hub-hero-v2__badge-stars{color:var(--puku-star);font-size:10px}.hub-hero-v2__badge-text{font-family:Lato,sans-serif;font-weight:700;font-size:10px;color:var(--puku-gray-600);text-transform:uppercase;letter-spacing:.05em}.hub-hero-v2__title{font-family:Ovo,serif;font-size:clamp(2.5rem,8vw,6rem);color:var(--puku-dark);margin-bottom:1.5rem;line-height:1.1}.hub-hero-v2__subtitle{font-family:Montserrat,sans-serif;color:var(--puku-gray-500);max-width:32rem;margin:0 auto;line-height:1.6;font-size:1.125rem}.hub-hero-v2__cta{margin-top:1.25rem;display:flex;justify-content:center}.hub-hero-v2__image-wrapper{position:relative;width:100%;max-width:64rem;margin:1rem auto 0;opacity:0;animation:fade-in-up .8s ease-out .3s forwards}.hub-hero-v2__image{width:100%;height:auto;object-fit:contain;mix-blend-mode:multiply;opacity:.8;filter:drop-shadow(0 25px 25px rgba(0,0,0,.1));animation:float 6s ease-in-out infinite}.hub-hero-v2__hotspot{position:absolute;cursor:pointer;z-index:30;outline:none}.hub-hero-v2__hotspot:focus .hub-hero-v2__hotspot-card,.hub-hero-v2__hotspot:focus-within .hub-hero-v2__hotspot-card{opacity:1;visibility:visible;transform:scale(1)}.hub-hero-v2__hotspot-dot{position:relative;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.hub-hero-v2__hotspot-pulse{position:absolute;width:100%;height:100%;border-radius:50%;animation:pulse-slow 3s cubic-bezier(.4,0,.6,1) infinite}.hub-hero-v2__hotspot-pulse--sage{background:#a8bfae4d}.hub-hero-v2__hotspot-pulse--clay{background:#cbb6a74d}.hub-hero-v2__hotspot-center{width:.75rem;height:.75rem;background:var(--puku-dark);border-radius:50%;border:2px solid white;box-shadow:0 4px 6px #0000001a;position:relative;z-index:10}.hub-hero-v2__hotspot-card{position:absolute;width:16rem;padding:1rem;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a;opacity:0;visibility:hidden;transform:scale(.95);transition:all .4s cubic-bezier(.16,1,.3,1);background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.5)}.hub-hero-v2__hotspot:hover .hub-hero-v2__hotspot-card{opacity:1;visibility:visible;transform:scale(1)}.hub-hero-v2__hotspot-card-title{font-family:Ovo,serif;font-size:1.125rem;color:var(--puku-dark);margin-bottom:.25rem}.hub-hero-v2__hotspot-card-text{font-family:Montserrat,sans-serif;font-size:.75rem;color:var(--puku-gray-600)}.hub-hero-v2__hotspot--cushion{top:22%;left:50%;transform:translate(-50%)}.hub-hero-v2__hotspot--cushion .hub-hero-v2__hotspot-card{top:2.5rem;left:50%;transform:translate(-50%) scale(.95)}.hub-hero-v2__hotspot--cushion:hover .hub-hero-v2__hotspot-card{transform:translate(-50%) scale(1)}.hub-hero-v2__hotspot--footrest{bottom:35%;left:50%;transform:translate(-50%)}.hub-hero-v2__hotspot--footrest .hub-hero-v2__hotspot-card{bottom:2.5rem;left:50%;transform:translate(-50%) scale(.95)}.hub-hero-v2__hotspot--footrest:hover .hub-hero-v2__hotspot-card{transform:translate(-50%) scale(1)}@media (min-width: 768px){.hub-hero-v2__hotspot--cushion .hub-hero-v2__hotspot-card{top:-1.25rem;left:5rem;transform:translate(0) scale(.95)}.hub-hero-v2__hotspot--cushion:hover .hub-hero-v2__hotspot-card{transform:translate(0) scale(1)}.hub-hero-v2__hotspot--footrest .hub-hero-v2__hotspot-card{bottom:-1.25rem;left:5rem;transform:translate(0) scale(.95)}.hub-hero-v2__hotspot--footrest:hover .hub-hero-v2__hotspot-card{transform:translate(0) scale(1)}}.hub-trust-bar{background:#fff;border-top:1px solid var(--puku-gray-100);border-bottom:1px solid var(--puku-gray-100);padding:2rem 1rem;position:relative;z-index:20}.hub-trust-bar__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;text-align:center}@media (min-width: 768px){.hub-trust-bar__grid{grid-template-columns:repeat(4,1fr);gap:0}.hub-trust-bar__item:not(:last-child){border-right:1px solid var(--puku-gray-100)}}.hub-trust-bar__item{display:flex;flex-direction:column;align-items:center}.hub-trust-bar__icon{font-size:1.5rem;margin-bottom:.5rem}.hub-trust-bar__title{font-family:Lato,sans-serif;font-weight:700;font-size:.75rem;color:var(--puku-dark);text-transform:uppercase;letter-spacing:.1em}.hub-trust-bar__subtitle{font-family:Montserrat,sans-serif;font-size:10px;color:var(--puku-gray-400)}.hub-social-proof{background:var(--puku-light);padding:3rem 1rem;text-align:center}.hub-social-proof__stars{display:flex;justify-content:center;align-items:center;gap:.25rem;margin-bottom:.5rem;color:var(--puku-star);font-size:1.5rem}.hub-social-proof__rating{font-family:Ovo,serif;font-size:1.5rem;color:var(--puku-dark);margin-bottom:.5rem}.hub-social-proof__text{font-family:Montserrat,sans-serif;font-size:.875rem;color:var(--puku-gray-500)}.hub-featured-cards{background:#fff;padding:4rem 1.5rem}.hub-featured-cards__wrapper{max-width:64rem;margin:0 auto;background:#fff;border:1px solid var(--puku-gray-100);padding:2rem;border-radius:1.5rem;box-shadow:0 10px 15px -3px #0000001a;position:relative;overflow:hidden}@media (min-width: 768px){.hub-featured-cards__wrapper{padding:3rem}}.hub-featured-cards__blob{position:absolute;border-radius:50%;filter:blur(48px);pointer-events:none}.hub-featured-cards__blob--top{width:16rem;height:16rem;background:#a8bfae1a;top:0;right:0;transform:translate(50%,-50%)}.hub-featured-cards__blob--bottom{width:12rem;height:12rem;background:#cbb6a71a;bottom:0;left:0;transform:translate(-50%,50%)}.hub-featured-cards__content{position:relative;z-index:10}.hub-featured-cards__label{font-family:Lato,sans-serif;font-weight:700;font-size:.75rem;color:var(--puku-sage);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;display:block}.hub-featured-cards__title{font-family:Ovo,serif;font-size:1.875rem;color:var(--puku-dark);margin-bottom:1.5rem}@media (min-width: 768px){.hub-featured-cards__title{font-size:2.25rem}}.hub-featured-cards__intro{font-family:Montserrat,sans-serif;color:var(--puku-gray-600);line-height:1.6;font-size:1.125rem;max-width:42rem;margin-bottom:2.5rem}.hub-featured-cards__grid{display:grid;gap:1.5rem}@media (min-width: 768px){.hub-featured-cards__grid{grid-template-columns:repeat(3,1fr)}}.hub-featured-card{background:#faf9f880;padding:1.5rem;border-radius:1rem;border:1px solid var(--puku-gray-100);transition:all .3s ease}.hub-featured-card:hover{background:#fff;box-shadow:0 4px 6px -1px #0000001a}.hub-featured-card__icon{width:3.5rem;height:3.5rem;background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;border:1px solid var(--puku-gray-100);font-size:1.5rem;transition:transform .3s ease}.hub-featured-card:hover .hub-featured-card__icon{transform:scale(1.1)}.hub-featured-card__title{font-family:Ovo,serif;font-size:1.25rem;color:var(--puku-dark);margin-bottom:.5rem}.hub-featured-card__text{font-family:Montserrat,sans-serif;font-size:.875rem;color:var(--puku-gray-500);margin-bottom:1rem;line-height:1.6}.hub-featured-card__link{font-family:Lato,sans-serif;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--puku-dark);text-decoration:none;border-bottom:1px solid var(--puku-dark);padding-bottom:2px;transition:all .3s ease}.hub-featured-card__link:hover{color:var(--puku-sage);border-color:var(--puku-sage)}a.hub-featured-card--linked{display:block;text-decoration:none;color:inherit}a.hub-featured-card--linked:hover{background:#fff;box-shadow:0 4px 6px -1px #0000001a}.hub-guide{padding:5rem 1.5rem;background:#fff}.hub-guide__grid{max-width:64rem;margin:0 auto;display:grid;gap:3rem}@media (min-width: 768px){.hub-guide__grid{grid-template-columns:1fr 2fr}}.hub-guide__sidebar{position:relative}@media (min-width: 768px){.hub-guide__sidebar-inner{position:sticky;top:8rem}}.hub-guide__label{font-family:Lato,sans-serif;font-weight:700;font-size:.75rem;color:var(--puku-sage);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;display:block}.hub-guide__title{font-family:Ovo,serif;font-size:2.25rem;color:var(--puku-dark);margin-bottom:1.5rem}.hub-guide__intro{font-family:Montserrat,sans-serif;font-size:.875rem;color:var(--puku-gray-500);margin-bottom:1.5rem}.hub-guide__image{border-radius:.75rem;width:100%;object-fit:cover}.hub-guide__content{font-family:Montserrat,sans-serif;color:var(--puku-gray-600)}.hub-guide__content h3{font-family:Lato,sans-serif;font-weight:700;font-size:1.25rem;color:var(--puku-dark);margin-top:2.5rem;margin-bottom:.75rem}.hub-guide__content h3:first-child{margin-top:0}.hub-guide__content p{margin-bottom:1.25rem;line-height:1.8}.hub-guide__content ul{list-style-type:disc;padding-left:1.5rem;margin-bottom:1.25rem}.hub-guide__content li{margin-bottom:.5rem;line-height:1.8}.hub-guide__content strong{color:var(--puku-dark)}.hub-comparison{padding:4rem 1.5rem;background:var(--puku-light)}.hub-comparison__container{max-width:56rem;margin:0 auto}.hub-comparison__title{font-family:Ovo,serif;font-size:1.875rem;color:var(--puku-dark);text-align:center;margin-bottom:2.5rem}.hub-comparison__table-wrapper{overflow-x:auto;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid var(--puku-gray-200);background:#fff}.hub-comparison__table{width:100%;text-align:left;font-family:Montserrat,sans-serif;font-size:.875rem;border-collapse:collapse}.hub-comparison__table thead{background:var(--puku-gray-100);border-bottom:1px solid var(--puku-gray-200)}.hub-comparison__table th{padding:1rem;font-family:Lato,sans-serif;font-weight:700;font-size:.75rem;color:var(--puku-dark);text-transform:uppercase;letter-spacing:.05em}.hub-comparison__table tbody tr{border-bottom:1px solid var(--puku-gray-100)}.hub-comparison__table tbody tr:last-child{border-bottom:none}.hub-comparison__table td{padding:1rem;color:var(--puku-gray-600)}.hub-comparison__table td:first-child{font-weight:700;color:var(--puku-dark)}.hub-products{padding:5rem 1rem;background:#fff}.hub-products__container{max-width:80rem;margin:0 auto}.hub-products__title{font-family:Ovo,serif;font-size:2.25rem;color:var(--puku-dark);text-align:center;margin-bottom:4rem}.hub-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width: 768px){.hub-products__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.hub-product-card{cursor:pointer;text-decoration:none;color:inherit;display:block}.hub-product-card__image-wrapper{aspect-ratio:1;background:var(--puku-gray-100);border-radius:1rem;margin-bottom:1rem;overflow:hidden;position:relative}.hub-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hub-product-card:hover .hub-product-card__image{transform:scale(1.05)}.hub-product-card__badge{position:absolute;top:.75rem;left:.75rem;background:#fff;padding:.25rem .5rem;border-radius:.25rem;font-family:Lato,sans-serif;font-weight:700;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.hub-product-card__header{display:flex;justify-content:space-between;align-items:flex-start}.hub-product-card__title{font-family:Ovo,serif;font-size:1.125rem;color:var(--puku-dark)}@media (min-width: 768px){.hub-product-card__title{font-size:1.25rem}}.hub-product-card__rating{color:var(--puku-star);font-size:.75rem;margin:.25rem 0}.hub-product-card__price{font-family:Lato,sans-serif;font-weight:700;font-size:.875rem}.hub-product-card__description{font-family:Montserrat,sans-serif;font-size:.75rem;color:var(--puku-gray-500);margin-top:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hub-builder{padding:6rem 1rem;background:var(--puku-light);position:relative;border-top:1px solid var(--puku-gray-100)}.hub-builder__container{max-width:72rem;margin:0 auto}.hub-builder__header{text-align:center;margin-bottom:4rem}.hub-builder__label{font-family:Lato,sans-serif;font-weight:700;font-size:.75rem;color:var(--puku-sage);text-transform:uppercase;letter-spacing:.2em;margin-bottom:1rem;display:block}.hub-builder__title{font-family:Ovo,serif;font-size:2.25rem;color:var(--puku-dark);margin-bottom:1rem}@media (min-width: 768px){.hub-builder__title{font-size:3rem}}.hub-builder__subtitle{font-family:Montserrat,sans-serif;color:var(--puku-gray-500)}.hub-builder__layout{display:flex;flex-direction:column;gap:4rem}@media (min-width: 1024px){.hub-builder__layout{flex-direction:row;align-items:flex-start}}.hub-builder__preview{width:100%}@media (min-width: 1024px){.hub-builder__preview{width:50%;position:sticky;top:7rem}}.hub-builder__preview-card{background:#fff;border-radius:1.5rem;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a;border:1px solid var(--puku-gray-100)}.hub-builder__preview-image{width:75%;height:75%;object-fit:contain;mix-blend-mode:multiply;transition:opacity .3s ease}.hub-builder__preview-total{position:absolute;top:1.5rem;right:1.5rem;padding:1.5rem;text-align:right;background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a}.hub-builder__preview-label{font-family:Lato,sans-serif;font-weight:700;font-size:10px;color:var(--puku-gray-400);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem;display:block}.hub-builder__preview-price{font-family:Ovo,serif;font-size:2.25rem;color:var(--puku-dark)}.hub-builder__options{width:100%;display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 1024px){.hub-builder__options{width:50%}}.hub-builder__option-group{padding:1.5rem;border:1px solid var(--puku-gray-200);border-radius:1rem;background:#fff}.hub-builder__option-title{font-family:Ovo,serif;font-size:1.25rem;color:var(--puku-dark);margin-bottom:1rem}.hub-builder__option-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.hub-builder__option-grid--three{grid-template-columns:repeat(3,1fr)}.hub-builder__option-label{padding:1rem;border:1px solid var(--puku-gray-200);border-radius:.75rem;cursor:pointer;display:flex;flex-direction:column;align-items:center;transition:all .3s ease}.hub-builder__option-label:hover{background:var(--puku-gray-100)}.hub-builder__option-input{position:absolute;opacity:0;width:0;height:0}.hub-builder__option-input:checked+.hub-builder__option-label{border-color:var(--puku-dark);background:var(--puku-gray-100);box-shadow:0 4px 6px -1px #0000001a}.hub-builder__option-swatch{width:3rem;height:3rem;border-radius:50%;margin-bottom:.5rem}.hub-builder__option-swatch--none{background:var(--puku-gray-100);display:flex;align-items:center;justify-content:center;font-size:.75rem;color:var(--puku-gray-400)}.hub-builder__option-name{font-family:Montserrat,sans-serif;font-size:.875rem}.hub-builder__add-btn{width:100%;background:var(--puku-dark);color:#fff;padding:1.5rem;border-radius:.75rem;border:none;font-family:Lato,sans-serif;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:background .3s ease}.hub-builder__add-btn:hover{background:#1a1815}.hub-setup{padding:5rem 1.5rem;background:#fff;border-top:1px solid var(--puku-gray-100)}.hub-setup__container{max-width:64rem;margin:0 auto}.hub-setup__title{font-family:Ovo,serif;font-size:1.875rem;color:var(--puku-dark);text-align:center;margin-bottom:3rem}.hub-setup__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width: 768px){.hub-setup__grid{grid-template-columns:repeat(4,1fr)}}.hub-setup__step{text-align:center}.hub-setup__step-number{width:100%;aspect-ratio:1;background:var(--puku-gray-100);border-radius:.75rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;font-family:Ovo,serif;font-size:2.25rem;color:var(--puku-gray-300)}.hub-setup__step-title{font-family:Lato,sans-serif;font-weight:700;font-size:.875rem;text-transform:uppercase;color:var(--puku-dark);margin-bottom:.5rem}.hub-setup__step-text{font-family:Montserrat,sans-serif;font-size:.75rem;color:var(--puku-gray-500)}.hub-testimonials{padding:5rem 1.5rem;background:var(--puku-light)}.hub-testimonials__container{max-width:56rem;margin:0 auto;text-align:center}.hub-testimonials__title{font-family:Ovo,serif;font-size:1.875rem;color:var(--puku-dark);margin-bottom:2.5rem}.hub-testimonials__scroll{display:flex;overflow-x:auto;gap:1.5rem;padding-bottom:1.5rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.hub-testimonials__scroll::-webkit-scrollbar{display:none}.hub-testimonials__scroll{-ms-overflow-style:none;scrollbar-width:none}.hub-testimonial-card{flex-shrink:0;width:20rem;background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid var(--puku-gray-100);text-align:left;scroll-snap-align:center}.hub-testimonial-card__stars{color:var(--puku-star);font-size:.75rem;margin-bottom:1rem}.hub-testimonial-card__quote{font-family:Montserrat,sans-serif;font-size:.875rem;color:var(--puku-gray-600);margin-bottom:1.5rem;line-height:1.6}.hub-testimonial-card__author{font-family:Lato,sans-serif;font-weight:700;font-size:.75rem;color:var(--puku-dark);text-transform:uppercase}.hub-brand-story{padding:5rem 1.5rem;background:#fff}.hub-brand-story__container{max-width:56rem;margin:0 auto;display:grid;gap:3rem;align-items:center}@media (min-width: 768px){.hub-brand-story__container{grid-template-columns:1fr 1fr}}.hub-brand-story__image-wrapper{position:relative}.hub-brand-story__image{border-radius:1rem;width:100%;object-fit:cover;box-shadow:0 10px 15px -3px #0000001a}.hub-brand-story__quote-badge{position:absolute;bottom:-1.5rem;right:-1.5rem;background:var(--puku-dark);color:#fff;padding:1.5rem;border-radius:.75rem;display:none}@media (min-width: 768px){.hub-brand-story__quote-badge{display:block}}.hub-brand-story__quote-text{font-family:Ovo,serif;font-size:1.25rem;line-height:1.4}.hub-brand-story__content{padding-top:2rem}@media (min-width: 768px){.hub-brand-story__content{padding-top:0}}.hub-brand-story__label{font-family:Lato,sans-serif;font-weight:700;font-size:.75rem;color:var(--puku-sage);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;display:block}.hub-brand-story__title{font-family:Ovo,serif;font-size:2.25rem;color:var(--puku-dark);margin-bottom:1.5rem}.hub-brand-story__text{font-family:Montserrat,sans-serif;color:var(--puku-gray-600);margin-bottom:1.5rem;line-height:1.6}.hub-brand-story__link{font-family:Lato,sans-serif;font-weight:700;color:var(--puku-dark);text-decoration:none;border-bottom:1px solid var(--puku-dark);padding-bottom:2px;transition:all .3s ease}.hub-brand-story__link:hover{color:var(--puku-sage);border-color:var(--puku-sage)}.hub-faq{padding:5rem 1rem;background:var(--puku-light)}.hub-faq__container{max-width:48rem;margin:0 auto}.hub-faq__title{font-family:Ovo,serif;font-size:1.875rem;color:var(--puku-dark);text-align:center;margin-bottom:3rem}.hub-faq__list{display:flex;flex-direction:column;gap:1rem}.hub-faq__item{background:#fff;border:1px solid var(--puku-gray-100);border-radius:.5rem;transition:box-shadow .3s ease}.hub-faq__item[open]{box-shadow:0 4px 6px -1px #0000001a}.hub-faq__question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;cursor:pointer;font-family:Lato,sans-serif;font-weight:700;font-size:.875rem;color:var(--puku-dark);list-style:none}.hub-faq__question::-webkit-details-marker{display:none}.hub-faq__icon{color:var(--puku-gray-400);transition:transform .3s ease;font-size:.75rem}.hub-faq__item[open] .hub-faq__icon{transform:rotate(180deg)}.hub-faq__answer{padding:0 1.5rem 1.5rem;font-family:Montserrat,sans-serif;font-size:.875rem;color:var(--puku-gray-600);line-height:1.6}.hub-faq__answer ul{list-style-type:disc;padding-left:1.5rem;margin-top:.5rem}.hub-faq__answer li{margin-bottom:.25rem}.hub-faq__answer strong{color:var(--puku-dark)}.hub-comparison__cta,.hub-guide__cta,.hub-faq__cta{margin-top:2.5rem;text-align:center}.hub-comparison__cta .btn,.hub-guide__cta .btn,.hub-faq__cta .btn{display:inline-block;padding:1rem 2rem;background:var(--puku-dark);color:#fff;border-radius:.5rem;font-family:Lato,sans-serif;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;transition:background .3s ease}.hub-comparison__cta .btn:hover,.hub-guide__cta .btn:hover,.hub-faq__cta .btn:hover,.hub-setup__cta .btn:hover,.hub-testimonials__cta .btn:hover{background:#1a1815}.hub-setup__cta,.hub-testimonials__cta{margin-top:2.5rem;text-align:center}.hub-setup__cta .btn,.hub-testimonials__cta .btn{display:inline-block;padding:1rem 2rem;background:var(--puku-dark);color:#fff;border-radius:.5rem;font-family:Lato,sans-serif;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;transition:background .3s ease}
/*# sourceMappingURL=/cdn/shop/t/35/assets/hub-page-v2.css.map */
