@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,600&family=Inter:wght@300;400;500&display=swap";:root{--fds-cream: #0C0A08;--fds-cream-dark: #181512;--fds-gold: #C8C4BE;--fds-gold-dark: #8A8480;--fds-gold-light: rgba(200, 196, 190, .12);--fds-charcoal: #EDE8E0;--fds-muted: #A09890;--fds-divider: #2E2622;--fds-white: #FFFFFF;--fds-heading: "Cormorant Garamond", Georgia, "Times New Roman", serif;--fds-body: "Inter", system-ui, -apple-system, sans-serif;--fds-max-w: 1140px;--fds-gap: 32px}.fds-section,.fds-section *{box-sizing:border-box;margin:0;padding:0}.fds-section img{max-width:100%;display:block}.fds-eyebrow{font-family:var(--fds-body);font-size:10px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--fds-gold);margin-bottom:14px;display:block}.fds-h1{font-family:var(--fds-heading);font-size:clamp(2.8rem,6vw,5.5rem);font-weight:300;line-height:1.07;letter-spacing:-.01em;color:inherit}.fds-h2{font-family:var(--fds-heading);font-size:clamp(2rem,4vw,3.2rem);font-weight:300;line-height:1.15;color:var(--fds-charcoal);margin-bottom:16px}.fds-h3{font-family:var(--fds-heading);font-size:clamp(1.3rem,2.5vw,1.75rem);font-weight:400;line-height:1.25;color:var(--fds-charcoal);margin-bottom:12px}.fds-body-text{font-family:var(--fds-body);font-size:15px;font-weight:300;line-height:1.75;color:var(--fds-muted)}.fds-body-text p+p{margin-top:1em}.fds-rule{display:block;width:48px;height:1px;background:var(--fds-gold);margin:20px 0}.fds-rule--center{margin-left:auto;margin-right:auto}.fds-btn{display:inline-block;font-family:var(--fds-body);font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;padding:17px 40px;background:var(--fds-gold);color:var(--fds-white);border:1px solid var(--fds-gold);cursor:pointer;transition:background .25s ease,border-color .25s ease;line-height:1}.fds-btn:hover{background:var(--fds-gold-dark);border-color:var(--fds-gold-dark);color:var(--fds-white)}.fds-btn--ghost{background:transparent;color:var(--fds-white);border-color:#fff9}.fds-btn--ghost:hover{background:var(--fds-white);color:var(--fds-charcoal);border-color:var(--fds-white)}.fds-btn--dark-outline{background:transparent;color:var(--fds-charcoal);border-color:var(--fds-charcoal)}.fds-btn--dark-outline:hover{background:var(--fds-charcoal);color:var(--fds-white)}.fds-container{max-width:var(--fds-max-w);margin:0 auto;padding:0 32px}.fds-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--fds-gap)}.fds-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}@media(max-width:960px){.fds-grid-3{grid-template-columns:1fr;gap:56px}.fds-grid-2{grid-template-columns:1fr;gap:48px}}@media(max-width:600px){.fds-container{padding:0 20px}}.fds-section{padding:100px 0;background:var(--fds-cream)}.fds-section--white{background:var(--fds-cream-dark)}.fds-section--dark{background:var(--fds-charcoal)}.fds-section--dark .fds-h2,.fds-section--dark .fds-h3{color:var(--fds-white)}.fds-section--dark .fds-body-text{color:#ffffffad}.fds-section-header{text-align:center;max-width:600px;margin:0 auto 72px}.fds-hiw-number{font-family:var(--fds-heading);font-size:3.5rem;font-weight:300;color:var(--fds-gold);line-height:1;margin-bottom:20px}.fds-example-card__image-wrap{width:100%;aspect-ratio:4/5;overflow:hidden;background:linear-gradient(145deg,#1a1512,#221a14 60%,#1e1610);position:relative}.fds-example-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.fds-example-card:hover .fds-example-card__image-wrap img{transform:scale(1.03)}.fds-example-card__placeholder-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-family:var(--fds-heading);font-style:italic;font-size:1rem;color:var(--fds-muted)}.fds-example-card__body{padding:28px 0 0}.fds-example-card__keywords{font-family:var(--fds-body);font-size:10px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--fds-gold);margin-bottom:14px;display:block}.fds-example-card__quote{font-family:var(--fds-heading);font-style:italic;font-size:1.3rem;font-weight:300;color:var(--fds-charcoal);line-height:1.5;margin-bottom:12px}.fds-example-card__caption{font-family:var(--fds-body);font-size:13px;font-weight:300;color:var(--fds-muted);line-height:1.6}.fds-detail-list{list-style:none}.fds-detail-list li{font-family:var(--fds-body);font-size:15px;font-weight:300;color:var(--fds-muted);padding:12px 0;border-bottom:1px solid var(--fds-divider);display:flex;gap:12px;line-height:1.55}.fds-detail-list li:before{content:"\2014";color:var(--fds-gold);flex-shrink:0}.fds-detail-col-title{font-family:var(--fds-heading);font-size:1.1rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--fds-charcoal);margin-bottom:20px;display:block}.fds-price-block{margin-top:32px;padding-top:24px;border-top:1px solid var(--fds-divider)}.fds-price{font-family:var(--fds-heading);font-size:2rem;font-weight:300;color:var(--fds-charcoal);margin-bottom:6px}.fds-price-note{font-family:var(--fds-body);font-size:13px;color:var(--fds-muted)}.fds-founder-image-wrap{width:100%;aspect-ratio:3/4;overflow:hidden;background:linear-gradient(145deg,#2a2018,#3d2e20)}.fds-founder-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:top center}.fds-founder-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--fds-heading);font-style:italic;color:#ffffff8c;font-size:.9rem}.fds-blockquote{font-family:var(--fds-heading);font-style:italic;font-size:clamp(1.05rem,2vw,1.25rem);font-weight:300;color:var(--fds-charcoal);line-height:1.65;margin-bottom:20px}.fds-blockquote p+p{margin-top:1em}.fds-guarantee{background:var(--fds-gold-light);border-left:3px solid var(--fds-gold);padding:20px 24px;margin-top:36px}.fds-guarantee p{font-family:var(--fds-body);font-size:13.5px;font-weight:300;color:var(--fds-muted);line-height:1.65}.fds-guarantee strong{color:var(--fds-charcoal);font-weight:500}.fds-survey-inner{max-width:700px;margin:0 auto}.fds-survey-form{margin-top:56px}.fds-question{margin-bottom:48px}.fds-q-label{font-family:var(--fds-body);font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--fds-gold);display:block;margin-bottom:8px}.fds-q-text{font-family:var(--fds-heading);font-size:clamp(1.15rem,2.5vw,1.5rem);font-weight:400;color:var(--fds-charcoal);line-height:1.3;display:block;margin-bottom:20px}.fds-options{display:flex;flex-direction:column;gap:10px}.fds-option{display:flex;align-items:center;gap:14px;padding:13px 18px;border:1px solid var(--fds-divider);cursor:pointer;transition:border-color .2s,background .2s;font-family:var(--fds-body);font-size:14px;font-weight:300;color:var(--fds-charcoal);line-height:1.4;background:var(--fds-cream-dark)}.fds-option:hover{border-color:var(--fds-gold);background:#c8c4be0a}.fds-option input[type=radio],.fds-option input[type=checkbox]{width:16px;height:16px;accent-color:var(--fds-gold);flex-shrink:0;cursor:pointer}.fds-option-other-wrap{display:none;margin-top:10px}.fds-option-other-wrap.visible{display:block}.fds-input,.fds-textarea{width:100%;padding:13px 16px;font-family:var(--fds-body);font-size:14px;font-weight:300;color:var(--fds-charcoal);background:var(--fds-white);border:1px solid var(--fds-divider);outline:none;transition:border-color .2s;line-height:1.5}.fds-textarea{min-height:110px;resize:vertical}.fds-input:focus,.fds-textarea:focus{border-color:var(--fds-gold)}.fds-form-footer{text-align:center;padding-top:24px;border-top:1px solid var(--fds-divider)}.fds-form-footer-note{font-family:var(--fds-body);font-size:12px;font-weight:300;color:var(--fds-muted);margin-top:14px;font-style:italic}.fds-survey-success{display:none;text-align:center;padding:64px 32px;border:1px solid var(--fds-gold);background:var(--fds-gold-light);margin-top:40px}.fds-survey-success.visible{display:block}.fds-survey-success .fds-h3{margin-bottom:12px}.fds-survey-success .fds-body-text{margin-bottom:32px;max-width:440px;margin-left:auto;margin-right:auto}.fds-hero-section{position:relative;min-height:92vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.fds-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat}.fds-hero-bg-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,#1a120c,#2b1e14 45%,#3a2a1c)}.fds-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#120c0885}.fds-hero-content{position:relative;z-index:2;text-align:center;color:var(--fds-white);padding:60px 24px;max-width:860px}.fds-hero-content .fds-h1{color:var(--fds-white);margin-bottom:28px}.fds-hero-sub{font-family:var(--fds-body);font-size:16px;font-weight:300;line-height:1.75;color:#fffc;max-width:520px;margin:0 auto 44px}.fds-hero-scroll-hint{position:absolute;bottom:32px;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;color:#ffffff80;font-family:var(--fds-body);font-size:10px;letter-spacing:.15em;text-transform:uppercase}.fds-hero-scroll-hint:after{content:"";display:block;width:1px;height:32px;background:#fff6}.fds-final-cta-section{position:relative;overflow:hidden;text-align:center;padding:128px 24px;background:var(--fds-charcoal)}.fds-final-cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.12}.fds-final-cta-content{position:relative;z-index:2;max-width:580px;margin:0 auto}.fds-final-cta-content .fds-h2{color:var(--fds-white);margin-bottom:18px}.fds-final-cta-sub{font-family:var(--fds-body);font-size:15px;font-weight:300;color:#ffffffad;line-height:1.7;margin-bottom:44px}.fds-limited-badge{display:inline-block;margin-top:24px;font-family:var(--fds-body);font-size:10px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--fds-gold)}@media(max-width:768px){.fds-section{padding:76px 0}.fds-section-header{margin-bottom:52px}.fds-hero-section{min-height:85vh}.fds-final-cta-section{padding:96px 24px}}@media(max-width:480px){.fds-section{padding:60px 0}.fds-hero-section{min-height:80vh}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/fds-landing.css.map */
