@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Inter:wght@300;400;500&display=swap";:root{--black: #080808;--black-light: #111111;--black-card: #191919;--black-hover: #222222;--gold: #C9A96E;--gold-light: #DFC48D;--gold-dark: #A8843F;--gold-glow: rgba(201, 169, 110, .15);--cream: #F5F0E8;--cream-dim: #B8AFA0;--divider: rgba(201, 169, 110, .18);--radius: 2px;--serif: "Cormorant Garamond", Georgia, serif;--sans: "Inter", system-ui, sans-serif}.fc *{box-sizing:border-box;margin:0;padding:0}.fc{background:var(--black);color:var(--cream);font-family:var(--sans);font-weight:300;line-height:1.6}.fc a:focus-visible,.fc button:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.fc-display{font-family:var(--serif);font-weight:300;font-size:clamp(3rem,8vw,6.5rem);line-height:1.05;letter-spacing:.04em;color:var(--cream)}.fc-headline{font-family:var(--serif);font-weight:300;font-size:clamp(2rem,4vw,3.2rem);line-height:1.15;letter-spacing:.03em;color:var(--cream)}.fc-subheadline{font-family:var(--serif);font-weight:400;font-size:clamp(1.25rem,2.5vw,1.75rem);letter-spacing:.02em;color:var(--gold)}.fc-label{font-family:var(--sans);font-weight:400;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold)}.fc-body{font-size:.95rem;line-height:1.8;color:var(--cream-dim)}.fc-gold{color:var(--gold)}.fc-container{max-width:1120px;margin:0 auto;padding:0 clamp(1.5rem,5vw,4rem)}.fc-container--narrow{max-width:760px;margin:0 auto;padding:0 clamp(1.5rem,5vw,4rem)}.fc-rule{border:none;border-top:1px solid var(--divider);margin:0}.fc-rule--gold{border-top:1px solid var(--gold);width:48px;margin:0}.fc-hero{position:relative;display:flex;flex-direction:column;justify-content:flex-start;padding-top:clamp(2.5rem,6vh,4rem);padding-bottom:clamp(3rem,8vh,5rem);overflow:hidden;min-height:clamp(500px,80vh,760px)}.fc-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--black);z-index:0}.fc-hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,var(--black) 30%,rgba(8,8,8,.7) 55%,rgba(8,8,8,.1) 100%),linear-gradient(to top,var(--black) 0%,transparent 20%),radial-gradient(ellipse 60% 60% at 30% 40%,rgba(201,169,110,.07) 0%,transparent 70%);z-index:1}.fc-hero__product-img{position:absolute;right:0;top:0;height:100%;width:60%;object-fit:cover;object-position:center top;opacity:.9;z-index:0;-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,.1) 0%,rgba(0,0,0,.25) 8%,rgba(0,0,0,1) 38%);mask-image:linear-gradient(to right,#0000001a,#00000040 8%,#000 38%)}@media(max-width:768px){.fc-hero__product-img{width:100%;opacity:.25;object-position:center;-webkit-mask-image:none;mask-image:none}}.fc-hero__eyebrow{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.fc-hero__eyebrow-line{flex:1;max-width:48px;height:1px;background:var(--gold)}.fc-hero__content{position:relative;z-index:2}.fc-hero__title{margin-bottom:.5rem;font-size:clamp(1.9rem,3.8vw,3.4rem)}.fc-hero__subtitle{font-family:var(--serif);font-style:italic;font-size:clamp(1.1rem,2.5vw,1.5rem);color:var(--gold);letter-spacing:.05em;margin-bottom:2.5rem}.fc-hero__meta{display:flex;align-items:center;gap:2.5rem;flex-wrap:wrap}.fc-hero__stat{display:flex;flex-direction:column;gap:.25rem}.fc-hero__stat-value{font-family:var(--serif);font-size:clamp(2.8rem,5vw,4rem);font-weight:300;color:var(--cream);line-height:1}.fc-hero__stat-label{font-size:.6rem}.fc-hero__scroll{position:absolute;bottom:2rem;right:clamp(1.5rem,5vw,4rem);display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:1;opacity:.5}.fc-hero__scroll-line{width:1px;height:48px;background:linear-gradient(to bottom,var(--gold),transparent);animation:fc-scroll-pulse 2s ease-in-out infinite}@keyframes fc-scroll-pulse{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(.7)}}.fc-hero__cta{margin-top:4rem}.fc-intro{padding:clamp(4rem,10vh,8rem) 0;border-bottom:1px solid var(--divider)}.fc-intro__letter{font-family:var(--sans);font-size:clamp(.95rem,1.6vw,1.1rem);line-height:1.9;color:var(--cream-dim);margin-top:2.5rem}.fc-intro__letter em{font-style:italic;color:var(--cream)}.fc-intro__letter strong{font-weight:600;color:var(--cream)}.fc-intro__signature{margin-top:3rem;display:flex;flex-direction:column;gap:.25rem}.fc-intro__sig-name{font-family:var(--serif);font-size:1.5rem;font-style:italic;color:var(--gold)}.fc-intro__sig-role{font-size:.7rem}.fc-why{padding:clamp(4rem,10vh,7rem) 0;border-bottom:1px solid var(--divider)}.fc-why__body{font-family:var(--sans);font-size:clamp(.92rem,1.5vw,1.05rem);line-height:1.9;color:var(--cream-dim);margin-top:2rem}.fc-why__body p em{font-style:italic;color:var(--cream);font-family:var(--serif);font-size:1.1em}.fc-why__body strong{color:var(--cream);font-weight:500}.fc-tiers{padding:clamp(4rem,10vh,8rem) 0}.fc-tiers__header{text-align:center;margin-bottom:clamp(3rem,6vh,5rem)}.fc-tiers__header .fc-label,.fc-tiers__header .fc-headline{margin-bottom:1rem}.fc-tier-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5px;background:var(--divider)}.fc-tier{background:var(--black-card);padding:clamp(1.25rem,2.5vw,2rem) clamp(1rem,2vw,1.75rem);display:flex;flex-direction:column;gap:0;position:relative;transition:background .3s ease}.fc-tier:hover{background:var(--black-hover)}.fc-tier--featured{background:var(--black-light);outline:1px solid var(--gold);outline-offset:-1px;z-index:1}.fc-tier--featured:hover{background:#1c1c1c}.fc-tier__badge{position:absolute;top:-1px;left:50%;transform:translate(-50%);background:var(--gold);color:var(--black);font-family:var(--sans);font-size:.58rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;padding:.35rem 1rem;white-space:nowrap}.fc-tier__eyebrow{margin-bottom:1rem}.fc-tier__name{font-family:var(--serif);font-size:clamp(1.3rem,2vw,1.6rem);font-weight:300;color:var(--cream);letter-spacing:.03em;margin-bottom:.25rem;line-height:1.2}.fc-tier__tagline{font-size:.82rem;color:var(--cream-dim);font-family:var(--sans);margin-bottom:1.5rem;line-height:1.5}.fc-tier__price{display:flex;align-items:baseline;gap:.35rem;margin-bottom:.5rem}.fc-tier__price-currency{font-family:var(--sans);font-size:.85rem;color:var(--gold)}.fc-tier__price-amount{font-family:var(--serif);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:300;color:var(--cream);line-height:1}.fc-tier__spots{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem}.fc-tier__spots-dot{width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0;animation:fc-pulse 2s ease-in-out infinite}@keyframes fc-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.fc-tier__spots-text{font-size:.72rem;color:var(--gold)}.fc-tier__divider{border:none;border-top:1px solid var(--divider);margin-bottom:1.75rem}.fc-tier__category{list-style:none;font-family:var(--sans);font-size:.58rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);padding:1rem 0 .6rem;border-bottom:1px solid var(--divider);margin-bottom:.65rem}.fc-tier__category:first-child{padding-top:0}.fc-tier__includes{display:flex;align-items:center;gap:.6rem;background:#c9a96e0d;border:1px solid var(--divider);padding:.7rem 1rem;margin-bottom:1.75rem;font-size:.78rem;color:var(--cream-dim);line-height:1.4}.fc-tier__includes strong{color:var(--gold);font-weight:500}.fc-tier__includes-icon{flex-shrink:0;color:var(--gold);font-size:.7rem}.fc-tier__benefits{list-style:none;display:flex;flex-direction:column;gap:.8rem;flex:1;margin-bottom:2.5rem}.fc-tier__benefit{display:flex;align-items:flex-start;gap:.75rem;font-size:.85rem;color:var(--cream-dim);line-height:1.5}.fc-tier__benefit-icon{flex-shrink:0;width:14px;height:14px;margin-top:2px;color:var(--gold)}.fc-tier__benefit--highlight{color:var(--cream)}.fc-tier__benefit--exclusive{color:var(--gold)}.fc-tier__cta{display:block;width:100%;padding:1rem 1.5rem;text-align:center;font-family:var(--sans);font-size:.7rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;border:1px solid var(--gold);color:var(--gold);background:transparent;cursor:pointer;transition:background .25s ease,color .25s ease}.fc-tier__cta:hover,.fc-tier--featured .fc-tier__cta{background:var(--gold);color:var(--black)}.fc-tier--featured .fc-tier__cta:hover{background:var(--gold-light)}.fc-tier__cta-sub{font-size:.62rem;color:var(--cream-dim);text-align:center;margin-top:.75rem;letter-spacing:.05em}.fc-tier__trust{font-size:.68rem;color:var(--cream-dim);text-align:center;margin-top:.4rem;opacity:.55;letter-spacing:.06em}.fc-tier__payments{display:flex;flex-wrap:nowrap;justify-content:center;gap:.2rem;margin-top:.6rem}.fc-tier__payments svg{display:block;flex-shrink:0;opacity:.72}.fc-compare{padding:clamp(3rem,8vh,6rem) 0;border-top:1px solid var(--divider)}.fc-compare__header{text-align:center;margin-bottom:3rem}.fc-compare__label{margin-bottom:.75rem}.fc-table-wrap{overflow-x:auto}.fc-table{width:100%;border-collapse:collapse;font-size:.82rem}.fc-table th,.fc-table td{padding:.9rem 1rem;text-align:center;border-bottom:1px solid var(--divider)}.fc-table th:first-child,.fc-table td:first-child{text-align:left;color:var(--cream-dim);min-width:200px}.fc-table thead th{font-family:var(--serif);font-weight:400;font-size:1rem;color:var(--cream);padding-bottom:1.25rem;vertical-align:bottom;position:sticky;top:0;background:var(--black);z-index:2}.fc-table thead th:not(:first-child) span{display:block;font-size:.65rem;font-family:var(--sans);color:var(--gold);letter-spacing:.1em;font-weight:400;margin-bottom:.25rem}.fc-table thead th.fc-table__col--featured{background:#14120e;outline:1px solid var(--divider)}.fc-table tbody td.fc-table__col--featured{background:#c9a96e14}.fc-table .fc-check{color:var(--gold);font-size:1rem}.fc-table .fc-dash{color:#ffffff2e}.fc-table tr:last-child td{border-bottom:none}.fc-promise{padding:clamp(4rem,10vh,8rem) 0;border-top:1px solid var(--divider);text-align:center}.fc-promise__label{margin-bottom:1.25rem}.fc-promise__headline{margin-bottom:1.5rem}.fc-promise__body{max-width:620px;margin:0 auto 3rem}.fc-scents{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem}.fc-scent{border:1px solid var(--divider);padding:.5rem 1.25rem;font-family:var(--serif);font-style:italic;font-size:.9rem;color:var(--cream-dim);letter-spacing:.04em;transition:border-color .2s,color .2s;text-decoration:none;cursor:pointer;display:inline-block}.fc-scent:hover{border-color:var(--gold);color:var(--gold)}.fc-timeline{padding:clamp(4rem,10vh,8rem) 0;border-top:1px solid var(--divider)}.fc-timeline__header{text-align:center;margin-bottom:3.5rem}.fc-steps{display:flex;flex-direction:column;gap:0;max-width:680px;margin:0 auto;position:relative}.fc-steps:before{content:"";position:absolute;left:1.25rem;top:0;bottom:0;width:1px;background:var(--divider)}.fc-step{display:flex;gap:2rem;padding:1.5rem 0;position:relative}.fc-step__num{flex-shrink:0;width:2.5rem;height:2.5rem;border:1px solid var(--gold);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:1rem;color:var(--gold);background:var(--black);z-index:1}.fc-step__body{padding-top:.35rem}.fc-step__when{font-size:.6rem;letter-spacing:.15em;color:var(--gold);text-transform:uppercase;margin-bottom:.4rem}.fc-step__title{font-family:var(--sans);font-size:1rem;font-weight:500;color:var(--cream);margin-bottom:.4rem}.fc-step__desc{font-size:.85rem;color:var(--cream-dim);line-height:1.7}.fc-faq{padding:clamp(4rem,10vh,8rem) 0;border-top:1px solid var(--divider)}.fc-faq__header{text-align:center;margin-bottom:3rem}.fc-accordion{max-width:720px;margin:0 auto}.fc-accordion__item{border-bottom:1px solid var(--divider)}.fc-accordion__trigger{width:100%;background:none;border:none;cursor:pointer;padding:1.5rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left}.fc-accordion__question{font-family:var(--serif);font-size:1.05rem;font-weight:400;color:var(--cream);line-height:1.4}.fc-accordion__icon{flex-shrink:0;width:20px;height:20px;color:var(--gold);transition:transform .3s ease}.fc-accordion__item.is-open .fc-accordion__icon{transform:rotate(45deg)}.fc-accordion__body{max-height:0;overflow:hidden;transition:max-height .4s ease}.fc-accordion__item.is-open .fc-accordion__body{max-height:600px}.fc-accordion__answer{padding-bottom:1.5rem;font-size:.88rem;color:var(--cream-dim);line-height:1.85}.fc-accordion__answer a{color:var(--gold);text-decoration:underline;text-underline-offset:3px}.fc-final{padding:clamp(5rem,12vh,10rem) 0;border-top:1px solid var(--divider);text-align:center;position:relative;overflow:hidden}.fc-final:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 50% at 50% 50%,rgba(201,169,110,.06) 0%,transparent 70%);pointer-events:none}.fc-final__label{margin-bottom:1.5rem}.fc-final__headline{margin-bottom:1rem}.fc-final__body{max-width:520px;margin:0 auto 3rem;font-size:.9rem;color:var(--cream-dim);line-height:1.8}.fc-final__ctas{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.fc-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2.5rem;font-family:var(--sans);font-size:.68rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;text-decoration:none;cursor:pointer;border:1px solid var(--gold);transition:background .25s ease,color .25s ease,border-color .25s ease}.fc-btn--primary{background:var(--gold);color:var(--black)}.fc-btn--primary:hover{background:var(--gold-light);border-color:var(--gold-light)}.fc-btn--ghost{background:transparent;color:var(--gold)}.fc-btn--ghost:hover{background:var(--gold-glow)}.fc-final__disclaimer{margin-top:2rem;font-size:.68rem;color:var(--cream-dim);opacity:.6;letter-spacing:.04em}.fc-proof{padding:clamp(3rem,7vh,5.5rem) 0;border-top:1px solid var(--divider);text-align:center}.fc-proof__stars-row{display:flex;justify-content:center;gap:.15rem;margin-bottom:.75rem}.fc-proof__star{color:var(--gold);font-size:1.5rem;line-height:1}.fc-proof__star--dim{background:linear-gradient(to right,var(--gold) 50%,rgba(201,169,110,.2) 50%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fc-proof__aggregate{font-size:.88rem;color:var(--cream-dim);line-height:1.7;margin-bottom:0}.fc-proof__quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem;text-align:left}.fc-proof__quote{background:#221d12;border:1px solid rgba(201,169,110,.18);border-top:2px solid var(--gold);padding:2rem 1.75rem;display:flex;flex-direction:column;justify-content:space-between}.fc-proof__quote-text{font-family:var(--serif);font-style:italic;font-size:1.05rem;color:var(--cream);line-height:1.8;margin-bottom:1.5rem;flex:1}.fc-proof__quote-author{font-size:.65rem;color:var(--gold);letter-spacing:.14em;text-transform:uppercase;font-style:normal;display:block}@media(max-width:768px){.fc-proof__quotes{grid-template-columns:1fr;gap:1rem}}.fc-footer{border-top:1px solid var(--divider);padding:2rem clamp(1.5rem,5vw,4rem);padding-bottom:calc(2rem + 64px);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.fc-footer__brand{font-family:var(--serif);font-size:.9rem;letter-spacing:.1em;color:var(--cream-dim)}.fc-footer__copy{font-size:.72rem;color:var(--cream-dim);opacity:.6}.fc-urgency-bar{position:fixed;bottom:0;left:0;right:0;background:var(--black-light);border-top:1px solid var(--divider);padding:.85rem clamp(1.5rem,5vw,4rem);display:flex;align-items:center;justify-content:space-between;gap:1rem;z-index:100;transform:translateY(100%);transition:transform .4s ease}.fc-urgency-bar.is-visible{transform:translateY(0)}.fc-urgency-bar__text{font-size:.78rem;color:var(--cream-dim)}.fc-urgency-bar__text strong{color:var(--gold);font-weight:400}.fc-urgency-bar__cta{flex-shrink:0;padding:.6rem 1.5rem;font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;background:var(--gold);color:var(--black);text-decoration:none;font-weight:500;white-space:nowrap;transition:background .2s}.fc-urgency-bar__cta:hover{background:var(--gold-light)}.fc-fade-in{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.fc-fade-in.is-visible{opacity:1;transform:translateY(0)}.fc-fade-in--delay-1{transition-delay:.1s}.fc-fade-in--delay-2{transition-delay:.2s}.fc-fade-in--delay-3{transition-delay:.3s}@media(prefers-reduced-motion:reduce){.fc-fade-in{opacity:1;transform:none;transition:none}.fc-hero__scroll-line,.fc-tier__spots-dot{animation:none}}@media(max-width:1024px){.fc-tier-grid{grid-template-columns:repeat(2,1fr)}.fc-tier--featured{order:unset}}@media(max-width:768px){.fc-tier-grid{grid-template-columns:1fr;gap:1px}.fc-tier--featured{order:-1}.fc-table{font-size:.75rem}.fc-table th,.fc-table td{padding:.7rem .5rem}.fc-hero__meta{gap:1.5rem}.fc-steps:before{display:none}.fc-urgency-bar{flex-direction:column;text-align:center}}@media(max-width:480px){.fc-tier__price-amount{font-size:2rem}.fc-final__ctas{flex-direction:column;align-items:center}}
/*# sourceMappingURL=/cdn/shop/t/41/assets/founders-circle.css.map */
