.sw *,.sw *:before,.sw *:after{box-sizing:border-box;margin:0;padding:0}.sw-hero{position:relative;background:var(--hero-bg,#141414);min-height:90vh;display:flex;align-items:stretch;overflow:hidden}.sw-hero__bar{position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--accent,#c8a96e);z-index:2}.sw-hero__inner{display:flex!important;flex-direction:row!important;align-items:center!important;width:100%;padding:0 6vw 0 calc(6vw + 20px);gap:3rem}.sw-hero__content{flex:0 0 55%!important;max-width:55%!important;width:55%!important;padding:8vh 0}.sw-hero__eyebrow{font-size:var(--eyebrow-size,16px);letter-spacing:.22em;text-transform:uppercase;color:var(--accent,#c8a96e);margin-bottom:1.4rem}.sw-hero__heading{font-size:var(--heading-size,56px);font-weight:700;line-height:1.04;margin-bottom:1.2rem}.sw-hero__subheading{font-size:var(--subheading-size,20px);line-height:1.65;margin-bottom:1.8rem;opacity:.8}.sw-hero__pills{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}.sw-hero__pill{font-size:var(--pill-size,15px);letter-spacing:.08em;text-transform:uppercase;border:1px solid;padding:.5rem 1.2rem;border-radius:100px}.sw-hero__swatches{margin-bottom:2.2rem}.sw-hero__swatch-label{font-size:var(--swatch-label-size,14px);letter-spacing:.15em;text-transform:uppercase;color:#ffffff80;margin-bottom:.9rem}.sw-hero__swatch-row{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.sw-swatch{position:relative;width:36px;height:36px;border-radius:50%;display:block;border:2px solid rgba(255,255,255,.15);transition:transform .2s,border-color .2s;cursor:pointer;text-decoration:none}.sw-swatch:hover{transform:scale(1.18);border-color:#ffffffb3}.sw-swatch__tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#000000d9;color:#fff;font-size:.7rem;letter-spacing:.08em;white-space:nowrap;padding:.3rem .6rem;border-radius:3px;opacity:0;pointer-events:none;transition:opacity .2s}.sw-swatch:hover .sw-swatch__tooltip{opacity:1}.sw-hero__ctas{display:flex;gap:1rem;flex-wrap:wrap}.sw-btn{display:inline-block;padding:.9rem 2.2rem;font-size:var(--btn-size,14px);font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border:1px solid transparent;transition:opacity .25s,transform .2s}.sw-btn:hover{opacity:.8;transform:translateY(-2px)}.sw-btn--ghost{background:transparent;border-color:currentColor}.sw-hero__img-wrap{flex:0 0 45%!important;max-width:45%!important;width:45%!important;display:flex;align-items:center;justify-content:center}.sw-hero__img-link{display:block;width:100%}.sw-hero__img,.sw-hero__img-wrap>img{width:100%;max-width:var(--bottle-width,460px);object-fit:contain;display:block}.sw-hero__img{opacity:0;animation:swFadeUp 1s cubic-bezier(.22,1,.36,1) .1s forwards;transition:transform .3s ease,opacity .3s ease}.sw-hero__img-link:hover .sw-hero__img{transform:scale(1.03);opacity:.75}@keyframes swFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.sw-specs{padding:2rem 6vw 3rem}.sw-specs__inner{max-width:860px;margin:0 auto}.sw-specs__row{display:flex;align-items:center;gap:1.5rem;padding:1.6rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.sw-specs__row:first-child{border-top:1px solid rgba(255,255,255,.08)}.sw-specs__icon{flex-shrink:0;width:24px;display:flex;align-items:center}.sw-specs__icon svg{width:20px;height:20px;stroke:#ffffff59;fill:none;stroke-width:1.5}.sw-specs__name{flex:1;font-size:var(--spec-name-size,14px);letter-spacing:.18em;text-transform:uppercase}.sw-specs__value{font-size:var(--spec-value-size,16px);text-align:right;opacity:.8}.sw-life{position:relative;height:var(--life-height,560px);overflow:hidden}.sw-life__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.sw-life__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a1a1a}.sw-life__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000}.sw-life__quote{position:absolute;bottom:2.5rem;left:6vw;font-size:var(--life-quote-size,24px);font-style:italic;font-weight:300;letter-spacing:.04em;max-width:520px;z-index:2}.sw-nb{background:var(--nb-bg,#111);padding:4.5rem 6vw}.sw-nb__inner{max-width:1100px;margin:0 auto;display:flex!important;flex-direction:row!important;align-items:center!important;gap:4rem}.sw-nb__text{flex:1}.sw-nb__eyebrow{font-size:var(--nb-eyebrow-size,13px);letter-spacing:.2em;text-transform:uppercase;margin-bottom:.9rem;opacity:.45}.sw-nb__heading{font-size:var(--nb-heading-size,28px);font-weight:600;line-height:1.25;margin-bottom:.9rem}.sw-nb__body{font-size:var(--nb-body-size,16px);line-height:1.7;margin-bottom:1.4rem;opacity:.65}.sw-nb__link{font-size:var(--nb-link-size,14px);letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px;transition:opacity .2s}.sw-nb__link:hover{opacity:.6}.sw-nb__img-wrap{flex-shrink:0;width:var(--nb-img-width,320px);max-width:50%}.sw-nb__img-link{display:block;overflow:hidden;border-radius:3px}.sw-nb__img-wrap img{width:100%;display:block;opacity:1;transition:opacity .4s,transform .5s cubic-bezier(.22,1,.36,1);border-radius:3px}.sw-nb__img-link:hover img{opacity:.65;transform:scale(1.04)}@media(max-width:600px){.sw-hero{min-height:auto}.sw-hero__inner{padding:4vh 4vw 4vh calc(4vw + 14px)!important;gap:1rem!important}.sw-hero__content{flex:0 0 56%!important;max-width:56%!important;width:56%!important;padding:3vh 0}.sw-hero__img-wrap{flex:0 0 44%!important;max-width:44%!important;width:44%!important}.sw-specs{padding:1.2rem 4vw 1.5rem}.sw-life{height:220px}.sw-life__quote{left:4vw;bottom:1rem}.sw-nb{padding:3rem 4vw}.sw-nb__inner{gap:1.5rem!important}.sw-nb__img-wrap{width:40%!important;max-width:40%!important;flex-shrink:0}}.swift-hero *,.swift-hero *:before,.swift-hero *:after{box-sizing:border-box;margin:0;padding:0}.swift-hero__main{position:relative;min-height:var(--hero-height, 90vh);display:flex;align-items:flex-end;overflow:hidden}.swift-hero__bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s ease}.swift-hero__main:hover .swift-hero__bg-img{transform:scale(1.02)}.swift-hero__bg-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a1a1a}.swift-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to top,rgba(0,0,0,var(--overlay-opacity,.7)) 0%,rgba(0,0,0,calc(var(--overlay-opacity,.7)*.3)) 55%,transparent 100%)}.swift-hero__content{position:relative;z-index:2;padding:0 6vw 8vh;max-width:700px;opacity:0;transform:translateY(30px);animation:swiftFadeUp .9s cubic-bezier(.22,1,.36,1) .15s forwards}.swift-hero__content--left{align-self:flex-end;margin-right:auto}.swift-hero__content--center{align-self:flex-end;margin:0 auto;text-align:center}.swift-hero__content--right{align-self:flex-end;margin-left:auto;text-align:right}.swift-hero__eyebrow{font-size:.68rem;letter-spacing:.28em;text-transform:uppercase;color:#ffffff8c;margin-bottom:1rem}.swift-hero__heading{font-size:clamp(2.2rem,5.5vw,5.2rem);font-weight:700;line-height:1.04;margin-bottom:1.1rem}.swift-hero__subheading{font-size:clamp(.9rem,1.4vw,1.1rem);line-height:1.65;margin-bottom:2rem;max-width:500px;opacity:.85}.swift-hero__content--center .swift-hero__subheading,.swift-hero__content--right .swift-hero__subheading{margin-left:auto;margin-right:auto}.swift-hero__ctas{display:flex;gap:1rem;flex-wrap:wrap}.swift-hero__content--center .swift-hero__ctas{justify-content:center}.swift-hero__content--right .swift-hero__ctas{justify-content:flex-end}.swift-btn{display:inline-block;padding:.85rem 2rem;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border:1px solid var(--btn-border, #fff);background:var(--btn-bg, #fff);color:var(--btn-text, #000);transition:opacity .25s,transform .25s}.swift-btn:hover{opacity:.82;transform:translateY(-2px)}.swift-btn--secondary{background:transparent}.swift-hero__trust{display:flex;justify-content:center;align-items:center;gap:2.5rem;padding:1.3rem 6vw;background:var(--trust-bg, #0d0d0d);flex-wrap:wrap}.swift-trust__item{display:flex;align-items:center;gap:.55rem;color:var(--trust-text, rgba(255,255,255,.65));font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.swift-trust__icon{display:flex;align-items:center}.swift-trust__icon svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.5}.swift-hero__notebook{background:var(--notebook-bg, #111111);padding:4.5rem 6vw}.swift-notebook__inner{max-width:1140px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:4rem}.swift-notebook__label{font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;margin-bottom:.8rem;opacity:.45}.swift-notebook__heading{font-size:clamp(1.4rem,2.4vw,2.2rem);font-weight:600;line-height:1.2;margin-bottom:.9rem}.swift-notebook__body{font-size:.9rem;line-height:1.65;margin-bottom:1.4rem;opacity:.7}.swift-notebook__link{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px;transition:opacity .25s}.swift-notebook__link:hover{opacity:.6}.swift-notebook__image{flex-shrink:0;width:min(380px,42vw);overflow:hidden;border-radius:3px}.swift-notebook__image img{width:100%;display:block;transition:transform .5s cubic-bezier(.22,1,.36,1),opacity .4s;opacity:.75}.swift-notebook__image:hover img{transform:scale(1.04);opacity:1}@keyframes swiftFadeUp{to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.swift-hero__main{min-height:78vh}.swift-hero__content{padding:0 5vw 6vh}.swift-notebook__inner{flex-direction:column-reverse;gap:2rem}.swift-notebook__image{width:100%}.swift-hero__trust{gap:1.4rem;padding:1.2rem 5vw}.swift-btn{padding:.8rem 1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
