@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--qh-bg: #FAF9F5;--qh-bg-alt: #F0EEE6;--qh-bg-alt2: #E8E6DC;--qh-ink: #1F1F1D;--qh-ink-soft: #5C5C57;--qh-ink-muted: #8E8C82;--qh-accent: #CC785C;--qh-accent-deep: #B36848;--qh-border: #D4D2C9;--qh-peach: #F5DCC5;--qh-sage: #D8DCC5;--qh-beige: #E5DDD0;--qh-butter: #F0E1B0;--qh-cover-still: #8B8F6E;--qh-cover-paired: #F0E8D6;--qh-cover-bloom: #C49992;--qh-serif: "Playfair Display", Georgia, serif;--qh-sans: "Inter", system-ui, sans-serif;--qh-mono: "JetBrains Mono", ui-monospace, monospace;--qh-shadow-soft: 0 2px 12px rgba(0,0,0,.06);--qh-shadow-card: 0 18px 48px -24px rgba(31,31,29,.28);--qh-shadow-cover: 0 24px 56px -20px rgba(31,31,29,.32)}.qh-section{padding:96px 0;background:var(--qh-bg);color:var(--qh-ink);font-family:var(--qh-sans);font-size:18px;line-height:1.6;-webkit-font-smoothing:antialiased}.qh-section *,.qh-section *:before,.qh-section *:after{box-sizing:border-box}.qh-section h1,.qh-section h2,.qh-section h3,.qh-section h4{font-family:var(--qh-serif);font-weight:700;letter-spacing:-.02em;margin:0;color:var(--qh-ink);text-wrap:balance}.qh-section p{margin:0;text-wrap:pretty}.qh-section a{color:inherit;text-decoration:none}.qh-section img{display:block;max-width:100%}.qh-wrap{max-width:1280px;margin:0 auto;padding:0 32px}.qh-wrap-narrow{max-width:860px;margin:0 auto;padding:0 32px}.qh-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:none;border-radius:8px;font-family:var(--qh-sans);font-weight:600;font-size:17px;cursor:pointer;transition:background .2s,transform .15s}.qh-btn-accent{background:var(--qh-accent);color:#fffdf8;padding:0 32px;height:60px;box-shadow:var(--qh-shadow-soft)}.qh-btn-accent:hover{background:var(--qh-accent-deep);transform:translateY(-1px)}.qh-btn-outline{background:transparent;color:var(--qh-ink);border:1.5px solid var(--qh-ink);padding:0 28px;height:60px}.qh-btn-outline:hover{background:var(--qh-ink);color:var(--qh-bg)}.qh-btn .arrow{transition:transform .2s}.qh-btn:hover .arrow{transform:translate(3px)}.qh-eyebrow{font-family:var(--qh-mono);font-size:13px;letter-spacing:.22em;text-transform:uppercase;color:var(--qh-ink-soft);display:inline-flex;align-items:center;gap:10px;margin-bottom:28px}.qh-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--qh-accent)}.qh-hero{padding:64px 0 96px}.qh-hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:center}.qh-hero h1{font-size:clamp(56px,7vw,96px);line-height:1;margin-bottom:28px;font-weight:800}.qh-hero h1 em{font-style:italic;color:var(--qh-accent);font-weight:400}.qh-hero .sub{font-size:22px;line-height:1.5;color:var(--qh-ink-soft);max-width:540px;margin-bottom:36px}.qh-hero-ctas{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:32px}.qh-trust-row{display:flex;flex-wrap:wrap;align-items:center;gap:24px;font-size:15px;color:var(--qh-ink-soft)}.qh-trust-row .dot{width:6px;height:6px;border-radius:50%;background:var(--qh-accent);display:inline-block;margin-right:10px;vertical-align:middle}.qh-hero-covers{position:relative;aspect-ratio:1/1;max-width:580px;margin:0 auto}.qh-cover{position:absolute;border-radius:8px;box-shadow:var(--qh-shadow-cover);overflow:hidden;transform-origin:center}.qh-cover img{width:100%;height:100%;object-fit:cover}.qh-cover-1{width:52%;aspect-ratio:3/4;top:4%;left:6%;transform:rotate(-7deg);background:var(--qh-cover-still);z-index:2}.qh-cover-2{width:50%;aspect-ratio:3/4;top:14%;left:32%;transform:rotate(2deg);background:var(--qh-cover-paired);z-index:3}.qh-cover-3{width:50%;aspect-ratio:3/4;bottom:4%;right:4%;transform:rotate(5deg);background:var(--qh-cover-bloom);z-index:1}.qh-cover-fallback{width:100%;height:100%;display:grid;place-items:center;padding:28px;font-family:var(--qh-serif);font-size:28px;text-align:center;line-height:1.1}.qh-cover-1 .qh-cover-fallback{color:#faf9f5}.qh-cover-2 .qh-cover-fallback{color:#1f1f1d}.qh-cover-3 .qh-cover-fallback{color:#faf9f5}.qh-collection{background:var(--qh-bg-alt)}.qh-collection-head{text-align:center;max-width:720px;margin:0 auto 64px}.qh-collection-head h2{font-size:clamp(40px,5vw,56px);margin-bottom:18px}.qh-collection-head p{font-size:21px;color:var(--qh-ink-soft)}.qh-collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.qh-product-card{background:var(--qh-bg);border-radius:16px;overflow:hidden;box-shadow:var(--qh-shadow-soft);transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.qh-product-card:hover{transform:translateY(-4px);box-shadow:var(--qh-shadow-card)}.qh-product-image{aspect-ratio:4/5;background:var(--qh-bg-alt2);overflow:hidden}.qh-product-image img{width:100%;height:100%;object-fit:cover}.qh-product-image .qh-placeholder{width:100%;height:100%;display:grid;place-items:center;font-family:var(--qh-serif);font-size:32px;color:var(--qh-ink-soft);text-align:center;padding:24px}.qh-product-body{padding:28px 28px 32px;display:flex;flex-direction:column;flex:1}.qh-product-tag{font-family:var(--qh-mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--qh-accent);margin-bottom:10px}.qh-product-title{font-size:28px;font-family:var(--qh-serif);font-weight:700;line-height:1.1;margin-bottom:10px}.qh-product-sub{font-size:16px;color:var(--qh-ink-soft);line-height:1.5;margin-bottom:22px;flex:1}.qh-product-meta{display:flex;align-items:center;justify-content:space-between;padding-top:18px;border-top:1px solid var(--qh-border)}.qh-product-price{font-family:var(--qh-serif);font-size:22px;font-weight:700}.qh-product-cta{font-family:var(--qh-mono);font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--qh-accent);font-weight:600}.qh-product-cta:hover{color:var(--qh-accent-deep)}.qh-why-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.qh-why h2{font-size:clamp(40px,5vw,56px);margin-bottom:20px}.qh-why .lead{font-size:21px;color:var(--qh-ink-soft);line-height:1.5;margin-bottom:36px}.qh-why-list{display:flex;flex-direction:column;gap:22px}.qh-why-item{display:flex;gap:18px;align-items:flex-start;padding:22px 24px;background:var(--qh-bg-alt);border-radius:14px}.qh-why-item .emoji{font-size:28px;flex-shrink:0}.qh-why-item h3{font-size:19px;font-weight:700;margin-bottom:4px;font-family:var(--qh-sans);letter-spacing:-.01em}.qh-why-item p{font-size:16px;color:var(--qh-ink-soft);line-height:1.45}.qh-spotlight{background:var(--qh-ink);color:#f5f3ec}.qh-spotlight h2,.qh-spotlight h3{color:#fbf9f2!important}.qh-spotlight em{color:var(--qh-accent);font-style:italic;font-weight:400}.qh-spotlight-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.qh-spotlight-tag{font-family:var(--qh-mono);font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--qh-accent);margin-bottom:22px}.qh-spotlight h2{font-size:clamp(42px,5.4vw,60px);line-height:1.05;margin-bottom:24px}.qh-spotlight .lead{font-size:21px;color:#c9c5b8;line-height:1.5;margin-bottom:32px}.qh-spotlight-image{border-radius:16px;overflow:hidden;box-shadow:var(--qh-shadow-cover);aspect-ratio:1/1;background:var(--qh-cover-paired)}.qh-spotlight-image img{width:100%;height:100%;object-fit:cover}.qh-spotlight-image .qh-placeholder{width:100%;height:100%;display:grid;place-items:center;font-family:var(--qh-serif);font-size:48px;color:var(--qh-ink)}.qh-testi{background:var(--qh-bg-alt)}.qh-testi-head{text-align:center;margin-bottom:64px}.qh-testi-head h2{font-size:clamp(40px,5vw,56px);margin-bottom:12px}.qh-testi-head p{font-size:19px;color:var(--qh-ink-soft)}.qh-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.qh-testi-card{background:var(--qh-bg);border-radius:18px;padding:32px 30px;box-shadow:var(--qh-shadow-soft)}.qh-testi-card .stars{color:var(--qh-accent);letter-spacing:4px;font-size:16px;margin-bottom:18px}.qh-testi-card p{font-size:18px;line-height:1.5;color:var(--qh-ink);margin-bottom:22px}.qh-testi-card .who{font-family:var(--qh-mono);font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--qh-ink-soft)}.qh-newsletter{text-align:center}.qh-newsletter h2{font-size:clamp(42px,5.4vw,64px);margin-bottom:16px}.qh-newsletter h2 em{font-style:italic;color:var(--qh-accent);font-weight:400}.qh-newsletter .sub{font-size:20px;color:var(--qh-ink-soft);max-width:580px;margin:0 auto 36px}.qh-newsletter-form{display:flex;gap:12px;max-width:540px;margin:0 auto}.qh-newsletter-form input{flex:1;border:1.5px solid var(--qh-border);background:var(--qh-bg);border-radius:12px;padding:0 22px;height:60px;font-size:17px;font-family:var(--qh-sans);color:var(--qh-ink)}.qh-newsletter-form input:focus{outline:none;border-color:var(--qh-accent)}.qh-newsletter-form button{background:var(--qh-ink);color:#fbf9f2;border:none;border-radius:12px;padding:0 28px;height:60px;font-family:var(--qh-sans);font-size:17px;font-weight:600;cursor:pointer;transition:background .2s}.qh-newsletter-form button:hover{background:var(--qh-accent)}@media(max-width:940px){.qh-section{padding:64px 0}.qh-hero-grid,.qh-why-grid,.qh-spotlight-grid{grid-template-columns:1fr;gap:48px}.qh-collection-grid,.qh-testi-grid{grid-template-columns:1fr}.qh-hero h1{font-size:clamp(40px,8vw,64px)}.qh-newsletter-form{flex-direction:column}.qh-newsletter-form button,.qh-newsletter-form input{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/qh-styles.css.map */
