:root{--fh-green-deep: #2D4739;--fh-green-forest: #3E5C46;--fh-green-sage: #7A8F78;--fh-green-mist: #c8d9c4;--fh-gold: #b8962e;--fh-gold-light: #f5edda;--fh-linen: #F4F0E6;--fh-oat: #E6DFD1;--fh-dark: #1a2a1e;--fh-gray: #4a5a4a;--fh-white: #ffffff;--fh-radius: 10px;--fh-font-serif: "Playfair Display", Georgia, serif;--fh-font-sans: "Inter", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--fh-font-sans);background:var(--fh-linen);color:var(--fh-dark);line-height:1.6}.fh-announcement{background:var(--fh-green-deep);color:var(--fh-oat);text-align:center;font-size:.78rem;font-weight:500;letter-spacing:.04em;padding:.55rem 1rem}.fh-header{background:var(--fh-green-deep);position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #00000040}.fh-header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.6rem 2rem;gap:1.5rem}.fh-logo img{height:58px;display:block}.fh-logo a{display:block}.fh-nav{display:flex;gap:1.6rem;list-style:none}.fh-nav a{color:var(--fh-oat);text-decoration:none;font-size:.88rem;font-weight:500;letter-spacing:.03em;transition:color .2s}.fh-nav a:hover{color:var(--fh-gold)}.fh-header-actions{display:flex;gap:.6rem;align-items:center}.fh-cart-btn{background:#ffffff1a;color:var(--fh-white);border:1.5px solid rgba(255,255,255,.25);border-radius:8px;padding:.45rem 1rem;font-size:.88rem;font-weight:600;cursor:pointer;text-decoration:none;display:flex;align-items:center;gap:.4rem;transition:background .2s;position:relative}.fh-cart-btn:hover{background:#ffffff2e;color:var(--fh-white)}.fh-cart-count{background:var(--fh-gold);color:var(--fh-green-deep);border-radius:50%;width:18px;height:18px;font-size:.65rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.fh-portal-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.42rem .9rem;border-radius:7px;font-size:.8rem;font-weight:600;text-decoration:none;transition:filter .2s;white-space:nowrap}.fh-portal-hub{background:var(--fh-green-forest);color:var(--fh-white);border:1px solid rgba(255,255,255,.2)}.fh-portal-main{background:transparent;color:var(--fh-oat);border:1px solid rgba(255,255,255,.3)}.fh-portal-btn:hover{filter:brightness(1.12);color:var(--fh-white)}.fh-nav-toggle{display:none;background:none;border:none;color:var(--fh-white);font-size:1.5rem;cursor:pointer}.fh-hero{background:linear-gradient(135deg,var(--fh-green-deep) 0%,var(--fh-green-forest) 100%);padding:5rem 2rem}.fh-hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.fh-hero h1{font-family:var(--fh-font-serif);font-size:clamp(2rem,4vw,3.2rem);color:var(--fh-white);line-height:1.2;margin-bottom:1.2rem}.fh-hero h1 em{color:var(--fh-gold);font-style:italic}.fh-hero p{color:var(--fh-green-mist);font-size:1.05rem;max-width:44ch;margin-bottom:2rem;line-height:1.75}.fh-hero-img{text-align:center}.fh-hero-img img{max-width:100%;border-radius:16px;box-shadow:0 24px 60px #0006}.fh-hero-badges{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.5rem}.fh-badge{background:#ffffff1a;color:var(--fh-oat);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:.3rem .9rem;font-size:.78rem;font-weight:500}.fh-btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2rem;border-radius:8px;font-weight:700;font-size:.95rem;text-decoration:none;cursor:pointer;border:none;transition:filter .2s,transform .15s;font-family:var(--fh-font-sans)}.fh-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.fh-btn-primary{background:var(--fh-gold);color:var(--fh-green-deep)}.fh-btn-outline{background:transparent;color:var(--fh-white);border:1.5px solid rgba(255,255,255,.5)}.fh-btn-outline:hover{border-color:var(--fh-gold);color:var(--fh-gold)}.fh-btn-dark{background:var(--fh-green-deep);color:var(--fh-white)}.fh-btn-full{width:100%}.fh-section{padding:5rem 2rem}.fh-section-inner{max-width:1200px;margin:0 auto}.fh-section-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;color:var(--fh-green-sage);text-transform:uppercase;margin-bottom:.5rem}.fh-section h2{font-family:var(--fh-font-serif);font-size:clamp(1.8rem,3vw,2.6rem);color:var(--fh-green-deep);line-height:1.2;margin-bottom:1rem}.fh-section-intro{color:var(--fh-gray);max-width:56ch;font-size:1rem;line-height:1.75;margin-bottom:2.5rem}.fh-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.8rem;margin-top:2.5rem}.fh-product-card{background:var(--fh-white);border-radius:var(--fh-radius);box-shadow:0 4px 16px #2d473914;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s}.fh-product-card:hover{transform:translateY(-4px)}.fh-product-card.featured{border:2px solid var(--fh-gold)}.fh-product-img-wrap{position:relative}.fh-product-img-wrap img{width:100%;height:240px;object-fit:cover;display:block}.fh-popular-tag{position:absolute;top:12px;right:12px;background:var(--fh-gold);color:var(--fh-green-deep);font-size:.72rem;font-weight:700;padding:.28rem .7rem;border-radius:20px}.fh-product-body{padding:1.4rem;flex:1;display:flex;flex-direction:column}.fh-product-body h3{font-family:var(--fh-font-serif);font-size:1.2rem;color:var(--fh-green-deep);margin-bottom:.3rem}.fh-price{font-size:1.5rem;font-weight:700;color:var(--fh-gold);margin-bottom:.6rem}.fh-price-compare{font-size:.85rem;color:var(--fh-gray);font-weight:400;text-decoration:line-through;margin-left:.4rem}.fh-product-desc{font-size:.9rem;color:var(--fh-gray);line-height:1.6;flex:1;margin-bottom:1rem}.fh-product-includes{list-style:none;margin-bottom:1rem}.fh-product-includes li{font-size:.82rem;color:var(--fh-green-forest);padding:.18rem 0}.fh-product-includes li:before{content:"\2726  ";color:var(--fh-gold)}.fh-add-to-cart{width:100%;padding:.82rem;border-radius:8px;border:none;background:var(--fh-green-deep);color:var(--fh-white);font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s;font-family:var(--fh-font-sans)}.fh-add-to-cart:hover{background:var(--fh-green-forest)}.fh-product-card.featured .fh-add-to-cart{background:var(--fh-gold);color:var(--fh-green-deep)}.fh-voucher-notice{background:var(--fh-gold-light);border:1px solid var(--fh-gold);border-radius:6px;padding:.6rem .8rem;font-size:.78rem;color:var(--fh-green-deep);margin-top:.8rem;line-height:1.5}.fh-results{background:var(--fh-white)}.fh-timeline{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:.8rem;align-items:start;margin-top:2.5rem}.fh-timeline-arrow{font-size:1.8rem;color:var(--fh-gold);display:flex;align-items:center;justify-content:center;padding-top:80px}.fh-timeline-card{background:var(--fh-white);border-radius:var(--fh-radius);box-shadow:0 4px 18px #2d47391a;overflow:hidden}.fh-timeline-img-wrap{position:relative}.fh-timeline-img-wrap img{width:100%;aspect-ratio:1/1;object-fit:cover;object-position:center;display:block}.fh-day-badge{position:absolute;bottom:8px;left:8px;color:#fff;font-size:.72rem;font-weight:700;padding:.25rem .65rem;border-radius:20px}.fh-timeline-caption{padding:.9rem 1rem;background:var(--fh-linen)}.fh-timeline-caption strong{display:block;font-size:.82rem;font-weight:700;color:var(--fh-green-deep);margin-bottom:.25rem}.fh-timeline-caption p{font-size:.82rem;color:var(--fh-gray);line-height:1.5;margin:0}.fh-founder-quote{margin-top:2.5rem;padding:1.8rem 2rem;background:var(--fh-green-deep);border-radius:var(--fh-radius);border-left:4px solid var(--fh-gold)}.fh-founder-quote blockquote{font-family:var(--fh-font-serif);font-style:italic;color:var(--fh-white);font-size:1.1rem;line-height:1.65;margin-bottom:.7rem}.fh-founder-quote cite{color:var(--fh-gold);font-size:.85rem;font-weight:600}.fh-how{background:var(--fh-green-deep)}.fh-how .fh-section-label{color:var(--fh-green-mist)}.fh-how h2{color:var(--fh-white)}.fh-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem;margin-top:2.5rem}.fh-step{background:#ffffff12;border-radius:var(--fh-radius);padding:1.5rem 1.2rem;text-align:center;border:1px solid rgba(255,255,255,.1)}.fh-step-num{width:44px;height:44px;border-radius:50%;background:var(--fh-gold);color:var(--fh-green-deep);font-weight:700;font-size:1.1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.fh-step h4{font-family:var(--fh-font-serif);color:var(--fh-white);margin-bottom:.5rem}.fh-step p{font-size:.88rem;color:var(--fh-green-mist);line-height:1.6}.fh-ing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.fh-ing-card{background:var(--fh-linen);border-radius:var(--fh-radius);padding:1.8rem 1.4rem;border-left:3px solid var(--fh-gold)}.fh-ing-card h4{font-family:var(--fh-font-serif);font-size:1.05rem;color:var(--fh-green-deep);margin-bottom:.3rem}.fh-ing-sub{font-size:.75rem;color:var(--fh-gold);font-weight:600;margin-bottom:.6rem;text-transform:uppercase;letter-spacing:.06em}.fh-ing-card p{font-size:.88rem;color:var(--fh-gray);line-height:1.65}.fh-voucher{background:var(--fh-green-deep)}.fh-voucher .fh-section-label{color:var(--fh-green-mist)}.fh-voucher h2{color:var(--fh-white)}.fh-voucher-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.3rem;margin-top:2.5rem}.fh-voucher-step{background:#ffffff14;border-radius:var(--fh-radius);padding:1.5rem 1.2rem;border:1px solid rgba(255,255,255,.12)}.fh-voucher-step-num{width:40px;height:40px;border-radius:50%;background:var(--fh-gold);color:var(--fh-green-deep);font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:.9rem}.fh-voucher-step h4{font-family:var(--fh-font-serif);color:var(--fh-gold);margin-bottom:.4rem}.fh-voucher-step p{font-size:.86rem;color:var(--fh-green-mist);line-height:1.65}.fh-code-example{font-family:monospace;font-size:.95rem;color:var(--fh-white);background:#ffffff1a;padding:.2rem .5rem;border-radius:4px}.fh-voucher-lockbox{margin-top:2rem;background:#b8962e1f;border:1.5px solid var(--fh-gold);border-radius:var(--fh-radius);padding:1.5rem 1.8rem;display:flex;gap:1.2rem;align-items:flex-start}.fh-voucher-lockbox p{font-size:.88rem;color:var(--fh-green-mist);line-height:1.7}.fh-footer{background:var(--fh-green-deep);color:var(--fh-oat);padding:3.5rem 2rem 1.5rem}.fh-footer-inner{max-width:1200px;margin:0 auto}.fh-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2.5rem}.fh-footer-logo img{height:52px;margin-bottom:.8rem}.fh-footer-tagline{font-size:.88rem;color:var(--fh-green-sage);max-width:30ch;line-height:1.65}.fh-footer h4{font-family:var(--fh-font-serif);color:var(--fh-white);font-size:1rem;margin-bottom:.8rem}.fh-footer ul{list-style:none}.fh-footer ul li{margin-bottom:.4rem}.fh-footer ul a{color:var(--fh-green-mist);text-decoration:none;font-size:.88rem;transition:color .2s}.fh-footer ul a:hover{color:var(--fh-gold)}.fh-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.6rem}.fh-footer-bottom p{font-size:.78rem;color:var(--fh-green-sage)}@media(max-width:960px){.fh-hero-inner{grid-template-columns:1fr;text-align:center}.fh-hero-img{order:-1}.fh-hero p{max-width:100%}.fh-ing-grid{grid-template-columns:1fr}.fh-steps,.fh-footer-grid{grid-template-columns:1fr 1fr}.fh-nav{display:none}.fh-nav-toggle{display:block}}@media(max-width:680px){.fh-timeline{grid-template-columns:1fr;gap:.6rem}.fh-timeline-arrow{padding-top:0;height:28px;transform:rotate(90deg)}.fh-timeline-img-wrap img{height:200px;aspect-ratio:unset}.fh-steps,.fh-footer-grid{grid-template-columns:1fr}.fh-header-inner{padding:.6rem 1rem}.fh-portal-main{display:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
