*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}img,svg,video{max-width:100%;height:auto;display:block}button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}a{color:inherit;text-decoration:none}ul{list-style:none}:root{--navy:#1A2B3E;--navy-soft:rgba(26,43,62,.08);--navy-line:rgba(26,43,62,.18);--cream:#FAF6EE;--cream-deep:#F0EADF;--band-soft:#F4ECD8;--band:#E9DFC7;--band-line:rgba(26,43,62,.08);--sage:#6B8E7F;--sage-pale:rgba(107,142,127,.12);--sage-deep:#2D5B49;--terracotta:#C5573A;--terracotta-hover:#A8472D;--terracotta-pale:rgba(197,87,58,.1);--ink:#1A1A1A;--slate:#5A5550;--border:rgba(26,43,62,.1);--border-strong:rgba(26,43,62,.2);--white:#FFFFFF;--serif:"Lora", Georgia, serif;--sans:"Source Sans 3", system-ui, -apple-system, sans-serif;--radius:8px;--radius-lg:14px;--shadow:0 1px 0 rgba(26,43,62,.04), 0 6px 24px rgba(26,43,62,.06);--shadow-card:0 1px 0 rgba(26,43,62,.04), 0 10px 36px rgba(26,43,62,.08);--shadow-cta:0 1px 0 rgba(0,0,0,.06), 0 10px 28px rgba(197,87,58,.22)}html{scroll-behavior:smooth}html,body{background:var(--white);color:var(--ink);font-family:var(--sans);font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.hf-section{padding:56px 0}@media(max-width:768px){.hf-section{padding:40px 0}}.hf-wrap{max-width:1280px;margin:0 auto;padding:0 24px}.hf-narrow{max-width:720px;margin:0 auto;padding:0 24px}.hf-topbar{background:var(--navy);color:var(--cream);padding:8px 16px;text-align:center;font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:600}.hf-topbar-divider{display:inline-block;margin:0 14px;opacity:.4}@media(max-width:540px){.hf-topbar-divider:nth-of-type(2){display:none}.hf-topbar-divider:nth-of-type(2)+span{display:none}}.hf-nav{background:var(--white);border-bottom:1px solid var(--border);padding:16px 24px;position:sticky;top:0;z-index:100}.hf-nav-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.hf-logo{font-family:var(--serif);font-style:italic;font-size:28px;font-weight:600;color:var(--navy);letter-spacing:-.01em}.hf-logo-by{font-family:var(--sans);font-style:normal;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--slate);margin-left:6px}.hf-nav-links{display:flex;gap:24px}.hf-nav-links a{font-size:14px;font-weight:600;color:var(--navy);letter-spacing:.04em;position:relative;padding:4px 0}.hf-nav-links a:hover{color:var(--terracotta)}.hf-nav-actions{display:flex;align-items:center;gap:12px}.hf-nav-icon{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);color:var(--navy);position:relative}.hf-nav-icon:hover{background:var(--cream);border-color:var(--border-strong)}.hf-nav-icon svg{width:18px;height:18px}.hf-cart-count{position:absolute;top:-4px;right:-4px;background:var(--terracotta);color:var(--white);border-radius:999px;min-width:18px;height:18px;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;padding:0 4px}@media(max-width:720px){.hf-nav-links{display:none}}.hf-hero{background:var(--cream);padding:56px 0 80px;position:relative;overflow:hidden}.hf-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}@media(max-width:900px){.hf-hero{padding:32px 0 48px}.hf-hero-grid{grid-template-columns:1fr;gap:32px}}.hf-hero-eyebrow{display:inline-block;font-family:var(--sans);font-weight:600;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--terracotta);margin-bottom:18px}.hf-hero-h1{font-family:var(--serif);font-weight:500;font-size:clamp(36px,5vw,56px);line-height:1.1;letter-spacing:-.02em;color:var(--navy);margin-bottom:24px}.hf-hero-h1 em{font-style:italic;color:var(--terracotta);font-weight:500}.hf-hero-sub{font-size:18px;color:var(--slate);line-height:1.55;max-width:520px;margin-bottom:32px}.hf-hero-sub strong{color:var(--ink);font-weight:600}.hf-hero-ctas{display:flex;gap:14px;flex-wrap:wrap}.hf-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 28px;font-family:var(--sans);font-weight:600;font-size:15px;letter-spacing:.04em;border-radius:8px;text-decoration:none;transition:all .18s ease;cursor:pointer}.hf-btn-primary{background:var(--terracotta);color:var(--white);box-shadow:var(--shadow-cta)}.hf-btn-primary:hover{background:var(--terracotta-hover);transform:translateY(-1px)}.hf-btn-secondary{background:transparent;color:var(--navy);border:1.5px solid var(--navy)}.hf-btn-secondary:hover{background:var(--navy);color:var(--white)}.hf-hero-image-wrap{position:relative;aspect-ratio:5 / 6;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card)}.hf-hero-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.hf-hero-callout{position:absolute;left:16px;bottom:16px;background:#1a2b3ed9;color:var(--cream);padding:10px 14px;border-radius:8px;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hf-hero-trust{display:flex;gap:24px;flex-wrap:wrap;margin-top:32px;font-size:13px;font-weight:600;color:var(--slate)}.hf-hero-trust span{display:inline-flex;align-items:center;gap:8px}.hf-hero-trust svg{width:14px;height:14px;color:var(--sage-deep);flex-shrink:0}.hf-press{background:var(--cream-deep);padding:36px 0;overflow:hidden}.hf-press-eyebrow{text-align:center;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--slate);margin-bottom:24px}.hf-press-track-wrap{position:relative;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent)}.hf-press-track{display:flex;gap:56px;align-items:center;animation:hfMarquee 28s linear infinite;width:max-content}.hf-press-brand{font-family:var(--serif);font-size:22px;font-style:italic;color:var(--navy);flex-shrink:0;white-space:nowrap;opacity:.7}.hf-press-brand--caps{font-family:var(--sans);font-style:normal;font-weight:700;letter-spacing:.16em;text-transform:uppercase;font-size:14px}.hf-press-dot{width:4px;height:4px;background:var(--navy);border-radius:50%;opacity:.3;flex-shrink:0}@keyframes hfMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hf-products{background:var(--white)}.hf-section-eyebrow{text-align:center;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--terracotta);margin-bottom:14px}.hf-section-h2{text-align:center;font-family:var(--serif);font-size:clamp(30px,4vw,44px);font-weight:500;line-height:1.15;letter-spacing:-.015em;color:var(--navy);margin-bottom:14px}.hf-section-h2 em{font-style:italic;color:var(--terracotta);font-weight:500}.hf-section-lede{text-align:center;font-size:17px;color:var(--slate);max-width:580px;margin:0 auto 48px;line-height:1.55}.hf-product-grid{display:grid;grid-template-columns:minmax(0,560px);justify-content:center;gap:32px;margin-top:48px}@media(max-width:820px){.hf-product-grid{grid-template-columns:1fr;gap:24px}}.hf-product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.hf-product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-card)}.hf-product-card-image{aspect-ratio:4 / 3;overflow:hidden;background:var(--cream);position:relative}.hf-product-card-image img{width:100%;height:100%;object-fit:cover}.hf-product-card-badge{position:absolute;top:14px;left:14px;background:var(--sage);color:var(--white);padding:4px 10px;border-radius:4px;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.hf-product-card-body{padding:28px 28px 32px;flex:1;display:flex;flex-direction:column}.hf-product-card-eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--terracotta);margin-bottom:10px}.hf-product-card-title{font-family:var(--serif);font-size:28px;font-weight:500;line-height:1.2;letter-spacing:-.01em;color:var(--navy);margin-bottom:8px}.hf-product-card-desc{font-size:15px;color:var(--slate);line-height:1.55;margin-bottom:20px}.hf-product-card-features{list-style:none;padding:0;margin:0 0 24px}.hf-product-card-features li{font-size:14px;color:var(--ink);padding:6px 0;display:flex;align-items:flex-start;gap:10px}.hf-product-card-features li:before{content:"";width:14px;height:14px;flex-shrink:0;margin-top:4px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232D5B49' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M5 13l4 4L19 7'/></svg>");background-size:contain;background-repeat:no-repeat}.hf-product-card-pricing{display:flex;align-items:baseline;gap:8px;font-size:14px;color:var(--slate);margin-bottom:18px;margin-top:auto}.hf-product-card-pricing .price{font-family:var(--serif);font-size:26px;font-weight:600;color:var(--navy);font-style:normal}.hf-product-card-pricing .from{font-size:13px;letter-spacing:.06em;text-transform:uppercase;font-weight:600}.hf-product-card-pricing .range{font-size:13px;color:var(--slate)}.hf-product-card-cta{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--navy);color:var(--white);padding:16px;border-radius:8px;font-weight:600;font-size:14px;letter-spacing:.06em;text-transform:uppercase;transition:background .18s ease}.hf-product-card-cta:hover{background:var(--terracotta)}.hf-why{background:var(--band-soft)}.hf-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}@media(max-width:820px){.hf-features-grid{grid-template-columns:1fr;gap:24px}}.hf-feature{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 28px;text-align:left}.hf-feature-icon{width:48px;height:48px;background:var(--sage-pale);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:var(--sage-deep);margin-bottom:18px}.hf-feature-icon svg{width:24px;height:24px}.hf-feature-title{font-family:var(--serif);font-size:22px;font-weight:600;color:var(--navy);margin-bottom:10px;letter-spacing:-.005em}.hf-feature-desc{font-size:15px;color:var(--slate);line-height:1.55}.hf-feature-desc strong{color:var(--ink);font-weight:600}.hf-reviews{background:var(--white)}.hf-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}@media(max-width:900px){.hf-reviews-grid{grid-template-columns:1fr;gap:18px}}.hf-review{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;position:relative}.hf-review-stars{display:flex;gap:2px;margin-bottom:14px;color:var(--terracotta)}.hf-review-stars svg{width:16px;height:16px}.hf-review-quote{font-family:var(--serif);font-style:italic;font-size:17px;line-height:1.55;color:var(--ink);margin-bottom:18px}.hf-review-author{display:flex;align-items:center;gap:12px}.hf-review-initials{width:36px;height:36px;background:var(--sage-pale);color:var(--sage-deep);font-family:var(--serif);font-weight:600;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:14px}.hf-review-meta{font-size:13px;color:var(--slate)}.hf-review-name{font-weight:700;color:var(--ink);font-size:14px}.hf-final{background:var(--navy);color:var(--cream);text-align:center;padding:80px 0}@media(max-width:600px){.hf-final{padding:56px 0}}.hf-final h2{font-family:var(--serif);font-size:clamp(28px,4vw,42px);font-weight:500;color:var(--cream);margin-bottom:16px;line-height:1.2;max-width:720px;margin-left:auto;margin-right:auto}.hf-final h2 em{color:#e9b96d;font-style:italic}.hf-final p{font-size:17px;color:#faf6eebf;max-width:540px;margin:0 auto 32px;line-height:1.55}.hf-final .hf-btn-primary{background:var(--terracotta)}.hf-final .hf-btn-primary:hover{background:#d86040}.hf-footer{background:var(--ink);color:#faf6eeb3;padding:48px 0 32px;font-size:14px}.hf-footer-inner{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;align-items:flex-start;justify-content:space-between;gap:32px;flex-wrap:wrap}.hf-footer-brand{font-family:var(--serif);font-style:italic;font-size:24px;color:var(--cream)}.hf-footer-tag{font-size:13px;color:#faf6ee80;max-width:320px;margin-top:6px}.hf-footer-links{display:flex;gap:28px;flex-wrap:wrap}.hf-footer-links a{color:#faf6eeb3;font-weight:600;font-size:14px}.hf-footer-links a:hover{color:var(--cream)}.hf-footer-bottom{max-width:1280px;margin:32px auto 0;padding:24px 24px 0;border-top:1px solid rgba(250,246,238,.1);font-size:12px;color:#faf6ee66;display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/hushfold-home.css.map */
