:root{--gh-color-bg: #F8F1E4;--gh-color-bg-alt: #EFE4D0;--gh-color-text: #2E241B;--gh-color-text-soft: #6B5D4C;--gh-color-gold: #B8874A;--gh-color-gold-deep: #8A6432;--gh-color-card: #FFFDF8;--gh-font-heading: "Playfair Display", Georgia, "Times New Roman", serif;--gh-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--gh-radius: 18px;--gh-margin: 24px;--gh-ease: cubic-bezier(.22, 1, .36, 1)}.gh-section{font-family:var(--gh-font-body);color:var(--gh-color-text);padding-top:0!important;padding-bottom:0!important}.gh-container{max-width:1180px;margin:0 auto;padding:0 var(--gh-margin)}.gh-h1,.gh-h2,.gh-h3{font-family:var(--gh-font-heading);font-weight:600;line-height:1.15;margin:0}.gh-eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:600;color:var(--gh-color-gold-deep);margin:0 0 12px}.gh-body{font-size:17px;line-height:1.6;color:var(--gh-color-text-soft);margin:0}.gh-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 30px;border-radius:999px;border:1px solid var(--gh-color-gold);background:var(--gh-color-gold);color:#fff;font-weight:600;font-size:15px;text-decoration:none;cursor:pointer;transition:transform .35s var(--gh-ease),box-shadow .35s var(--gh-ease),background .35s var(--gh-ease);box-shadow:0 8px 24px #8a643240}.gh-btn:hover{background:var(--gh-color-gold-deep);transform:translateY(-2px);box-shadow:0 14px 30px #8a643252}.gh-btn--outline{background:transparent;color:var(--gh-color-gold-deep);box-shadow:none}.gh-btn--outline:hover{background:var(--gh-color-gold);color:#fff}.gh-js .gh-reveal{opacity:0;transform:translateY(28px);transition:opacity .8s var(--gh-ease),transform .8s var(--gh-ease)}.gh-js .gh-reveal.gh-visible{opacity:1;transform:translateY(0)}.gh-js .gh-reveal--stagger.gh-visible{transition-delay:var(--gh-delay, 0ms)}@media(prefers-reduced-motion:reduce){.gh-js .gh-reveal{opacity:1!important;transform:none!important;transition:none!important}}.gh-card{background:var(--gh-color-card);border-radius:var(--gh-radius);box-shadow:0 10px 30px #2e241b14;transition:transform .4s var(--gh-ease),box-shadow .4s var(--gh-ease)}.gh-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #2e241b24}img.gh-img{display:block;width:100%;height:100%;object-fit:cover}.section-header{margin-bottom:0!important}@media(max-width:989px){.gh-h1{font-size:clamp(30px,7vw,44px)!important}}@media(max-width:540px){.gh-container{padding:0 16px}}.gh-hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;align-items:center}.gh-hero-media{border-radius:var(--gh-radius);overflow:hidden;aspect-ratio:4 / 5;box-shadow:0 30px 60px #2e241b2e}.gh-hero-copy{max-width:520px}.gh-hero-headline{margin-bottom:18px}.gh-hero-body{margin-bottom:30px}@media(max-width:989px){.gh-hero-grid{grid-template-columns:1fr;gap:32px}.gh-hero-media{aspect-ratio:4 / 3;order:-1}.gh-hero-copy{max-width:100%}}.gh-benefits-heading{margin-bottom:44px}.gh-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.gh-benefits-card{padding:36px 30px;text-align:left}.gh-benefits-icon{font-size:32px;margin-bottom:16px}.gh-benefits-card .gh-h3{margin-bottom:10px}@media(max-width:989px){.gh-benefits-grid{grid-template-columns:1fr}}.gh-fp-heading{margin:10px 0 44px}.gh-fp-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.gh-fp-card{display:block;text-decoration:none;color:inherit;overflow:hidden}.gh-fp-media{aspect-ratio:1 / 1;overflow:hidden}.gh-fp-media img{transition:transform .5s var(--gh-ease)}.gh-fp-card:hover .gh-fp-media img{transform:scale(1.06)}.gh-fp-info{padding:24px 26px 30px}.gh-fp-price{color:var(--gh-color-gold-deep);font-weight:600;margin:8px 0 18px;font-size:18px}.gh-fp-cta{padding:10px 22px;font-size:14px}@media(max-width:989px){.gh-fp-grid{grid-template-columns:1fr}}.gh-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.gh-story-media{border-radius:var(--gh-radius);overflow:hidden;aspect-ratio:4 / 5;box-shadow:0 24px 50px #2e241b24}.gh-story-copy{max-width:480px}.gh-story-heading{margin:4px 0 20px}@media(max-width:989px){.gh-story-grid{grid-template-columns:1fr;gap:32px}.gh-story-media{aspect-ratio:4 / 3}.gh-story-copy{max-width:100%}}.gh-faq-wrap{max-width:780px}.gh-faq-heading{margin-bottom:36px}.gh-faq-list{display:flex;flex-direction:column;gap:14px}.gh-faq-item{background:var(--gh-color-card);border-radius:14px;padding:20px 24px;cursor:pointer}.gh-faq-question{font-family:var(--gh-font-heading);font-size:18px;font-weight:600;list-style:none;display:flex;justify-content:space-between;align-items:center}.gh-faq-question::-webkit-details-marker{display:none}.gh-faq-question:after{content:"+";font-size:22px;color:var(--gh-color-gold);transition:transform .3s var(--gh-ease)}.gh-faq-item[open] .gh-faq-question:after{transform:rotate(45deg)}.gh-faq-answer{margin-top:14px}.gh-cta{color:#f8f1e4}.gh-cta-inner{text-align:center;max-width:620px}.gh-cta .gh-cta-heading{color:#f8f1e4;margin-bottom:16px}.gh-cta .gh-cta-body{color:#d8cbb8;margin-bottom:30px}.gh-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.gh-product-gallery-main{border-radius:var(--gh-radius);overflow:hidden;aspect-ratio:1 / 1;margin-bottom:16px;box-shadow:0 20px 50px #2e241b24}.gh-product-thumbs{display:flex;gap:10px;flex-wrap:wrap}.gh-product-thumbs img{width:76px;height:76px;object-fit:cover;border-radius:10px;cursor:pointer;opacity:.6;transition:opacity .25s var(--gh-ease),box-shadow .25s var(--gh-ease)}.gh-product-thumbs img.gh-thumb-active,.gh-product-thumbs img:hover{opacity:1;box-shadow:0 0 0 2px var(--gh-color-gold)}.gh-product-title{margin-bottom:10px}.gh-product-price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:22px}.gh-product-price{font-size:26px;font-weight:700;color:var(--gh-color-gold-deep)}.gh-product-compare{font-size:17px;color:var(--gh-color-text-soft);text-decoration:line-through}.gh-product-option{margin-bottom:18px}.gh-product-option label{display:block;font-weight:600;margin-bottom:8px}.gh-product-option select{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #D9CBB4;background:#fff;font-size:15px}.gh-swatch-row{display:flex;flex-wrap:wrap;gap:10px}.gh-swatch{padding:0;border:2px solid transparent;border-radius:12px;overflow:hidden;width:56px;height:56px;cursor:pointer;background:#fff;transition:border-color .25s var(--gh-ease),transform .25s var(--gh-ease)}.gh-swatch img{width:100%;height:100%;object-fit:cover;display:block}.gh-swatch span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:12px;padding:4px;text-align:center}.gh-swatch:hover{transform:translateY(-2px)}.gh-swatch-active{border-color:var(--gh-color-gold)}.gh-swatch--pill{width:auto;height:auto;min-width:44px;padding:10px 16px;border:2px solid #D9CBB4;font-family:var(--gh-font-heading);font-weight:600}.gh-swatch--pill.gh-swatch-active{border-color:var(--gh-color-gold);background:#fbf3e4}.gh-product-submit{width:100%;padding:16px;font-size:16px;margin-top:8px}.gh-product-submit:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.gh-product-trust{display:flex;flex-direction:column;gap:14px;margin-top:30px;padding-top:26px;border-top:1px solid #E2D5BE}.gh-product-trust-item{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--gh-color-text-soft)}.gh-product-trust-item svg{flex-shrink:0;color:var(--gh-color-gold)}.gh-product-features{margin-top:40px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.gh-product-feature h4{font-family:var(--gh-font-heading);font-size:16px;margin:0 0 6px}.gh-product-feature p{font-size:14px;color:var(--gh-color-text-soft);margin:0}@media(max-width:989px){.gh-product-grid{grid-template-columns:1fr;gap:32px}.gh-product-features{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/gh-styles.css.map */
