.founders-section{overflow:hidden;position:relative}.founders-section--white{background:#fff;color:#0a0a0a}.founders-section--neutral{background:#faf5eb;color:#0a0a0a}.founders-section--black{background:#000;color:#fff}.is-dark .founders-heading{color:var(--fc-dark-text, #FFFFFF)}.is-dark .founders-story{color:var(--fc-dark-story, #E5D9C4)}.is-dark .founders-badge-label,.is-dark .founders-signature-names{color:var(--fc-dark-text, #FFFFFF)}.founders-container{max-width:1200px;margin:0 auto;padding:0 24px}@media(min-width:768px){.founders-container{padding:0 48px}}.founders-grid{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media(min-width:900px){.founders-grid{grid-template-columns:1.05fr 1fr;gap:72px}.founders-image--right .founders-media{order:2}.founders-image--right .founders-content{order:1}}.founders-media{position:relative;padding-bottom:24px}.founders-media-frame{position:relative;aspect-ratio:4 / 5;overflow:visible;background:transparent;box-shadow:0 20px 50px #702a0f0f;border-radius:80px 16px}.founders-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:80px 16px}.founders-image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#00000059;padding:24px;text-align:center;border-radius:80px 16px;border:2px dashed var(--fc-overlay-border, #E5D9C4)}.founders-image-placeholder svg{width:96px;height:auto}.founders-image-placeholder-label{font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.founders-stamp-wrapper{position:absolute;top:-24px;left:-24px;z-index:12;width:110px;height:110px;pointer-events:none;filter:drop-shadow(0 6px 16px rgba(0,0,0,.12))}.founders-stamp-svg{width:100%;height:100%;animation:rotateStamp 25s linear infinite}@keyframes rotateStamp{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:767px){.founders-stamp-wrapper{top:-16px;left:-16px;width:80px;height:80px}}.founders-overlay-card{position:absolute;bottom:-16px;left:24px;right:24px;background-color:var(--fc-overlay-bg, #FAF5EB);border:1px solid var(--fc-overlay-border, #E5D9C4);border-radius:12px;padding:14px 8px;box-shadow:0 12px 30px #702a0f14;display:grid;grid-template-columns:repeat(4,1fr);gap:4px;z-index:10}.founders-overlay-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;padding:0 4px}.founders-overlay-item:not(:last-child){border-right:1px solid var(--fc-overlay-border, #E5D9C4)}.founders-overlay-icon{color:var(--fc-accent, #9C6E3B);display:flex;align-items:center;justify-content:center}.founders-overlay-icon svg{width:24px;height:24px;stroke-width:1.3}.founders-overlay-label{font-family:Outfit,sans-serif;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--fc-text, #1A1A1A);line-height:1.2}@media(max-width:767px){.founders-overlay-card{bottom:-24px;left:12px;right:12px;grid-template-columns:repeat(2,1fr);gap:12px 4px;padding:10px 4px}.founders-overlay-item:nth-child(2n){border-right:none!important}.founders-overlay-label{font-size:10px}}.founders-content{max-width:560px}.founders-eyebrow{display:inline-flex;align-items:center;gap:12px;margin-bottom:20px}@media(max-width:767px){.founders-eyebrow{display:flex;justify-content:center}}.founders-eyebrow-line{display:inline-block;width:32px;height:1px;background:var(--fc-accent, #9C6E3B)}.founders-eyebrow-text{font-size:11px;font-weight:700;letter-spacing:.32em;text-transform:uppercase;color:var(--fc-accent, #9C6E3B)}.founders-heading{margin:0;font-family:Playfair Display,serif;font-size:clamp(2.2rem,1.8rem + 2.5vw,3.4rem);font-weight:700;letter-spacing:-.01em;line-height:1.15;color:var(--fc-text, #1A1A1A)}@media(max-width:767px){.founders-heading{text-align:center}}.founders-heading em{font-family:Playfair Display,serif;font-style:italic;color:var(--fc-accent, #9C6E3B);font-weight:700}.founders-heading-separator{display:flex;align-items:center;gap:12px;margin:16px 0 24px}@media(max-width:767px){.founders-heading-separator{justify-content:center;margin:16px auto 24px}}.founders-sep-line{height:1px;width:60px;background-color:var(--fc-sep, #D9C9A8)}.founders-sep-icon{color:var(--fc-accent, #9C6E3B);display:flex;align-items:center}.founders-story{font-size:16px;line-height:1.75;color:var(--fc-story, #5C5245)}@media(min-width:768px){.founders-story{font-size:17px;line-height:1.8}}.founders-story p{margin:0}.founders-story p+p{margin-top:1em}.founders-badges-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:36px 0;border-top:1px solid var(--fc-badge-div, #EADDC9);border-bottom:1px solid var(--fc-badge-div, #EADDC9);padding:20px 0}.founders-badge-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:8px;padding:0 4px}.founders-badge-item:not(:last-child){border-right:1px solid var(--fc-badge-div, #EADDC9)}.founders-badge-icon{color:var(--fc-accent, #9C6E3B);display:flex;align-items:center;justify-content:center}.founders-badge-icon svg{width:34px;height:34px;stroke-width:1.3}.founders-badge-label{font-family:Outfit,sans-serif;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--fc-text, #1A1A1A);line-height:1.3}@media(max-width:767px){.founders-badges-grid{grid-template-columns:repeat(2,1fr);gap:20px 8px}.founders-badge-item:nth-child(2n){border-right:none!important}.founders-badge-label{font-size:11px}}.founders-signature{margin-top:36px;display:flex;align-items:center;gap:16px}.founders-signature-rule{display:block;width:48px;height:1px;background:var(--fc-accent, #9C6E3B);flex-shrink:0}.founders-signature-text p{margin:0}.founders-signature-names{font-family:Playfair Display,serif;font-style:italic;font-size:22px;line-height:1.2;letter-spacing:-.01em;color:var(--fc-text, #1A1A1A)}@media(min-width:768px){.founders-signature-names{font-size:26px}}.founders-signature-role{margin-top:4px!important;font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--fc-accent, #9C6E3B);opacity:.85}.js-founders .founders-reveal{opacity:0;transform:translateY(28px);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1)}.js-founders .founders-reveal.is-visible{opacity:1;transform:translateY(0)}.js-founders .founders-media-frame.founders-reveal{transform:translateY(40px) scale(.98)}.js-founders .founders-media-frame.founders-reveal.is-visible{transform:translateY(0) scale(1)}@media(prefers-reduced-motion:reduce){.js-founders .founders-reveal,.js-founders .founders-media-frame.founders-reveal,.founders-image{transition:none!important;transform:none!important;opacity:1!important}}.product-showcase-section{background:#fff}.shopped-by-gold-section{overflow:hidden;background-color:var(--sbg-section-bg, #fbf4e3)!important}@media(max-width:767px){.shopped-by-gold-section{padding-top:16px!important;padding-bottom:16px!important}}.shopped-by-gold-section .font-serif{font-family:Playfair Display,Georgia,Cambria,Times New Roman,Times,serif!important}.shopped-by-gold-section h2{color:var(--sbg-heading, #2a2a2a)!important}.shopped-by-gold-section .sbg-eyebrow-container{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:12px}.shopped-by-gold-section .sbg-eyebrow-line{display:inline-block;height:1px;width:30px;background-color:var(--sbg-accent-dark, #9c6e3b);opacity:.6}.shopped-by-gold-section .sbg-eyebrow{font-family:Playfair Display,Georgia,serif!important;font-style:italic;font-size:16px;color:var(--sbg-accent-dark, #9c6e3b)!important;line-height:1.2;font-weight:500;letter-spacing:.05em}@media(min-width:640px){.shopped-by-gold-section .sbg-eyebrow{font-size:20px}.shopped-by-gold-section .sbg-eyebrow-line{width:40px}}.shopped-by-gold-section .sbg-tagline{font-family:Outfit,sans-serif!important;color:var(--sbg-accent-dark, #9c6e3b)!important;font-weight:500}.shopped-by-gold-section .slider-wrapper{max-width:1400px;margin-left:auto;margin-right:auto;position:relative}.shopped-by-gold-section .slider-window{border-radius:24px;overflow:hidden;box-shadow:0 20px 40px -15px #0000004d;background-color:var(--sbg-slider-bg, #000000);position:relative}.shopped-by-gold-section .carousel-track{display:flex;will-change:transform;touch-action:pan-y;-webkit-user-select:none;user-select:none}.shopped-by-gold-section .carousel-item{width:100%;flex-shrink:0;position:relative;min-height:480px;display:flex;align-items:flex-end;background-size:contain;background-position:center right;background-repeat:no-repeat}@media(max-width:767px){.shopped-by-gold-section .carousel-item{background-size:cover!important;background-position:center center!important}}@media(min-width:768px){.shopped-by-gold-section .carousel-item{min-height:440px;align-items:center}}@media(min-width:1024px){.shopped-by-gold-section .carousel-item{min-height:500px}}.shopped-by-gold-section .carousel-item .slide-title,.shopped-by-gold-section .carousel-item .slide-subtitle,.shopped-by-gold-section .carousel-item .slide-desc,.shopped-by-gold-section .carousel-item .benefits-grid,.shopped-by-gold-section .carousel-item .cta-btn{opacity:0;transform:translate3d(0,24px,0);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.shopped-by-gold-section .carousel-item.is-active .slide-title{opacity:1;transform:translateZ(0);transition-delay:.1s}.shopped-by-gold-section .carousel-item.is-active .slide-subtitle{opacity:1;transform:translateZ(0);transition-delay:.2s}.shopped-by-gold-section .carousel-item.is-active .slide-desc{opacity:1;transform:translateZ(0);transition-delay:.3s}.shopped-by-gold-section .carousel-item.is-active .benefits-grid{opacity:1;transform:translateZ(0);transition-delay:.4s}.shopped-by-gold-section .carousel-item.is-active .cta-btn{opacity:1;transform:translateZ(0);transition-delay:.5s}.shopped-by-gold-section .slide-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(var(--sbg-overlay-rgb, 0, 0, 0),var(--sbg-overlay-start, .95)),rgba(var(--sbg-overlay-rgb, 0, 0, 0),.5),rgba(var(--sbg-overlay-rgb, 0, 0, 0),.85));z-index:1}@media(min-width:768px){.shopped-by-gold-section .slide-overlay{background:linear-gradient(to right,rgba(var(--sbg-overlay-rgb, 0, 0, 0),var(--sbg-overlay-start, .95)),rgba(var(--sbg-overlay-rgb, 0, 0, 0),var(--sbg-overlay-mid-desktop, .75)),rgba(var(--sbg-overlay-rgb, 0, 0, 0),0) 90%)}}.shopped-by-gold-section .slide-content{position:relative;z-index:10;width:100%;max-width:1200px;margin:0 auto;padding:40px 24px;box-sizing:border-box}@media(min-width:640px){.shopped-by-gold-section .slide-content{padding:48px 40px}}@media(min-width:768px){.shopped-by-gold-section .slide-content{padding:64px}}.shopped-by-gold-section .text-block{width:100%;text-align:left;box-sizing:border-box}@media(min-width:768px){.shopped-by-gold-section .text-block{width:55%}}@media(min-width:1024px){.shopped-by-gold-section .text-block{width:48%}}.shopped-by-gold-section .counter-pill{display:inline-block;padding:4px 14px;background-color:var(--sbg-accent, #c29d59)!important;color:var(--sbg-dark-text, #1a1a1a)!important;font-size:11px;font-weight:700;border-radius:9999px;margin-bottom:16px;letter-spacing:.05em}.shopped-by-gold-section .slide-title{font-size:30px;font-weight:700;color:var(--sbg-title, #ffffff)!important;margin-bottom:8px;line-height:1.15;letter-spacing:-.02em;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important}@media(min-width:640px){.shopped-by-gold-section .slide-title{font-size:36px}}@media(min-width:768px){.shopped-by-gold-section .slide-title{font-size:48px}}.shopped-by-gold-section .slide-subtitle{font-size:12px;font-weight:600;color:var(--sbg-accent, #c29d59)!important;margin-bottom:16px;letter-spacing:.1em;text-transform:uppercase}@media(min-width:640px){.shopped-by-gold-section .slide-subtitle{font-size:14px}}.shopped-by-gold-section .slide-desc{font-size:12px;font-weight:300;color:var(--sbg-desc, #d1d5db)!important;margin-bottom:24px;line-height:1.6;max-width:448px}@media(min-width:640px){.shopped-by-gold-section .slide-desc{font-size:14px;margin-bottom:32px}}.shopped-by-gold-section .benefits-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:24px;border-top:1px solid var(--sbg-benefit-divider, rgba(255, 255, 255, .1));padding-top:20px}@media(min-width:640px){.shopped-by-gold-section .benefits-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:32px}}.shopped-by-gold-section .benefit-item{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.shopped-by-gold-section .icon-box{padding:6px;border-radius:8px;background-color:var(--sbg-icon-bg, rgba(255, 255, 255, .05));border:1px solid var(--sbg-icon-border, rgba(255, 255, 255, .1));color:var(--sbg-accent, #c29d59)!important;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:32px;height:32px}.shopped-by-gold-section .icon-box svg{width:18px;height:18px;color:var(--sbg-accent, #c29d59)!important;stroke:var(--sbg-accent, #c29d59)!important;fill:none;display:block}.shopped-by-gold-section .benefit-text{font-size:10px;font-weight:500;color:var(--sbg-benefit-text, #e5e7eb)!important;line-height:1.3}@media(min-width:640px){.shopped-by-gold-section .benefit-text{font-size:12px}}.shopped-by-gold-section .cta-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 32px;background-color:var(--sbg-accent, #c29d59)!important;color:var(--sbg-dark-text, #1a1a1a)!important;font-weight:700;font-size:12px;border-radius:9999px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a;box-sizing:border-box}@media(min-width:640px){.shopped-by-gold-section .cta-btn{font-size:14px}}.shopped-by-gold-section .cta-btn:hover{background-color:var(--sbg-btn-hover, #a98443)!important;box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-2px)}.shopped-by-gold-section .cta-btn svg{width:16px;height:16px;stroke:var(--sbg-dark-text, #1a1a1a)!important;display:block;fill:none}.shopped-by-gold-section .nav-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:56px;height:56px;border-radius:9999px;background-color:var(--sbg-arrow-bg, #f5efe0);border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 30px #0000001f,0 2px 8px #00000014;transition:all .3s ease;cursor:pointer;box-sizing:border-box}@media(max-width:767px){.shopped-by-gold-section .nav-arrow{display:none}}.shopped-by-gold-section .nav-arrow:hover:not(:disabled){background-color:var(--sbg-arrow-hover, #f9fafb);transform:translateY(-50%) scale(1.1)}.shopped-by-gold-section .nav-arrow:disabled{opacity:.3;cursor:not-allowed}.shopped-by-gold-section .nav-arrow-left{left:-70px}.shopped-by-gold-section .nav-arrow-right{right:-70px}.shopped-by-gold-section .sbg-dot{background-color:rgba(var(--sbg-accent-rgb, 194, 157, 89),.3)}.shopped-by-gold-section .sbg-dot:hover{background-color:rgba(var(--sbg-accent-rgb, 194, 157, 89),.5)}.shopped-by-gold-section .sbg-dot.is-active{background-color:var(--sbg-accent, #c29d59)}
/*# sourceMappingURL=/cdn/shop/t/11/compiled_assets/styles.css.map */
