:root{--ak-ivory: #f6f1ea;--ak-sandal: #e3d3c6;--ak-copper: #bd8d7d;--ak-gold: #a8813f;--ak-rosewood: #6f5049;--ak-burgundy: #4f1217;--ak-emerald: #1f4739;--ak-black: #141011;--ak-band-y: 2.75rem;--ak-gutter: 1.25rem;--ak-col: min(1240px, 100% - (var(--ak-gutter) * 2));--ak-t-display: clamp(36px, 10vw, 68px);--ak-t-band: clamp(28px, 7.2vw, 40px);--ak-t-body: 16px;--ak-t-small: 14px;--ak-t-label: 11px}@media(min-width:750px){:root{--ak-band-y: 3.25rem;--ak-gutter: 2rem;--ak-t-body: 17px;--ak-t-small: 15px;--ak-t-label: 12px}}@media(min-width:1100px){:root{--ak-band-y: 3.75rem}}.ak-band{padding-block:var(--ak-band-y)}.ak-band--tight{padding-block:calc(var(--ak-band-y) * .7)}.ak-band--flush{padding-block:0}.ak-wrap{width:var(--ak-col);margin-inline:auto}.ak-on-ivory{background:var(--ak-ivory);color:var(--ak-black)}.ak-on-burgundy{background:var(--ak-burgundy);color:var(--ak-ivory)}.ak-on-black{background:var(--ak-black);color:var(--ak-ivory)}.ak-eyebrow{font-family:var(--ak-functional);font-weight:500;font-size:var(--ak-t-label);letter-spacing:.19em;text-transform:uppercase;margin:0 0 .75rem;color:var(--ak-rosewood)}.ak-on-burgundy .ak-eyebrow,.ak-on-black .ak-eyebrow{color:var(--ak-sandal)}.ak-h{font-family:var(--ak-display);font-weight:300;font-size:var(--ak-t-band);line-height:1.1;letter-spacing:.004em;margin:0;text-wrap:balance;text-align:left}.ak-h--display{font-size:var(--ak-t-display);line-height:1.02}.ak-h em{font-style:italic;display:block}.ak-copy{font-family:var(--ak-functional);font-size:var(--ak-t-body);line-height:1.62;max-width:60ch;margin:.9rem 0 0;color:var(--ak-rosewood)}.ak-on-burgundy .ak-copy,.ak-on-black .ak-copy{color:var(--ak-sandal)}.ak-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:.8rem 1.9rem;font-family:var(--ak-functional);font-weight:500;font-size:var(--ak-t-small);letter-spacing:.06em;text-decoration:none;border:1px solid transparent;position:relative;overflow:hidden;transition:background-color .3s cubic-bezier(.22,.61,.36,1),color .3s cubic-bezier(.22,.61,.36,1),border-color .3s cubic-bezier(.22,.61,.36,1),transform .3s cubic-bezier(.22,.61,.36,1)}.ak-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:currentColor;opacity:0;transform:scaleX(0);transform-origin:left center;transition:transform .42s cubic-bezier(.22,.61,.36,1),opacity .42s ease;pointer-events:none}@media(hover:hover){.ak-btn:hover:after{opacity:.08;transform:scaleX(1)}}.ak-btn--solid{background:var(--ak-burgundy);color:var(--ak-ivory)}.ak-btn--solid:hover,.ak-btn--solid:focus-visible{background:var(--ak-black);color:var(--ak-ivory)}.ak-btn--light{background:var(--ak-ivory);color:var(--ak-burgundy)}.ak-btn--light:hover,.ak-btn--light:focus-visible{background:var(--ak-sandal);color:var(--ak-burgundy)}.ak-btn--quiet{background:transparent;color:var(--ak-burgundy);border-color:var(--ak-copper);padding-inline:1.25rem}.ak-btn--quiet:hover,.ak-btn--quiet:focus-visible{background:var(--ak-burgundy);color:var(--ak-ivory);border-color:var(--ak-burgundy)}.ak-on-burgundy .ak-btn--quiet,.ak-on-black .ak-btn--quiet{color:var(--ak-ivory);border-color:var(--ak-copper)}.ak-on-burgundy .ak-btn--quiet:hover,.ak-on-black .ak-btn--quiet:hover{background:var(--ak-ivory);color:var(--ak-burgundy)}.ak-btn:focus-visible{outline:2px solid var(--ak-copper);outline-offset:3px}.ak-link{font-family:var(--ak-functional);font-weight:500;font-size:var(--ak-t-small);letter-spacing:.04em;color:var(--ak-burgundy);text-decoration:underline;text-decoration-color:var(--ak-copper);text-decoration-thickness:1px;text-underline-offset:.35em;display:inline-block;min-height:44px;line-height:44px}.ak-on-burgundy .ak-link,.ak-on-black .ak-link{color:var(--ak-ivory)}.ak-link:hover{text-decoration-color:currentColor}.ak-head{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1.5rem}.ak-head__row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap}.ak-head__row .ak-link{flex:0 0 auto}.ak-fig{margin:0;position:relative;overflow:hidden;background:var(--ak-sandal)}.ak-fig img{display:block;width:100%;height:100%;object-fit:cover}.ak-r-4x5{aspect-ratio:4 / 5}.ak-r-2x3{aspect-ratio:2 / 3}.ak-r-1x1{aspect-ratio:1 / 1}.ak-r-3x2{aspect-ratio:3 / 2}.ak-r-16x9{aspect-ratio:16 / 9}.ak-settle img{transform:scale(1.04);transition:transform 1.4s ease-out}.ak-settle[data-ak-settled] img{transform:none}.ak-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem .75rem}@media(min-width:750px){.ak-grid{gap:1.75rem 1.25rem}.ak-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.ak-grid--5,.ak-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1100px){.ak-grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}}.ak-card{display:flex;flex-direction:column;text-decoration:none;color:inherit}.ak-card__media{position:relative;overflow:hidden;background:var(--ak-sandal)}.ak-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:opacity .5s ease-in-out}.ak-card__media img+img{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}@media(hover:hover){.ak-card:hover .ak-card__media img+img,.ak-card:focus-visible .ak-card__media img+img{opacity:1}}.ak-card__body{padding-top:.7rem;display:flex;flex-direction:column;gap:.2rem}.ak-card__title{font-family:var(--ak-functional);font-weight:400;font-size:16px;line-height:1.5;letter-spacing:.002em;color:var(--ak-burgundy);margin:0;transition:color .22s ease-in-out}.ak-card:hover .ak-card__title{color:var(--ak-burgundy)}.ak-card__meta{font-family:var(--ak-functional);font-size:var(--ak-t-label);letter-spacing:.1em;text-transform:uppercase;color:var(--ak-rosewood);margin:0}.ak-card__price{font-family:var(--ak-functional);font-weight:400;font-size:16px;line-height:1.5;letter-spacing:.006em;font-variant-numeric:tabular-nums;color:var(--ak-burgundy);margin:.25rem 0 0}.ak-card__price s{color:#4f1217a6;font-weight:400;margin-inline-start:.4rem;text-decoration-thickness:1px}.ak-rule{border:0;border-top:1px solid var(--ak-sandal);margin:0}.ak-on-burgundy .ak-rule,.ak-on-black .ak-rule{border-top-color:#f6f1ea38}@media(prefers-reduced-motion:reduce){.ak-settle img,.ak-card__media img,.ak-btn,.ak-card__title{transition:none!important}.ak-settle img{transform:none!important}}.ak-hero{position:relative;background:var(--ak-black);overflow:hidden}.ak-hero__stage{position:relative;height:var(--ak-fold, calc(100svh - 115px) );min-height:400px;max-height:calc(100vw / .42)}.ak-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .9s ease-in-out,visibility 0s linear .9s}.ak-hero__slide.is-active{opacity:1;visibility:visible;transition:opacity .9s ease-in-out,visibility 0s;z-index:1}.ak-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.ak-hero__media picture,.ak-hero__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--ak-focal-m, 50% 35%)}.ak-hero__panel{opacity:0;transition:opacity .38s ease .42s}.ak-hero__slide.is-active .ak-hero__panel{opacity:1}.ak-hero__slide:not(.is-active) .ak-hero__panel{transition:opacity .22s ease 0s}.ak-hero__wash{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.ak-hero__wash[data-wash=dark]{background:linear-gradient(to top,rgba(var(--ak-wash-rgb, 79,18,23),.96),rgba(var(--ak-wash-rgb, 79,18,23),.9) 26%,rgba(var(--ak-wash-rgb, 79,18,23),.66),rgba(var(--ak-wash-rgb, 79,18,23),.22) 74%,rgba(var(--ak-wash-rgb, 79,18,23),0))}.ak-hero__wash[data-wash=light]{background:linear-gradient(to top,rgba(var(--ak-wash-rgb, 246,241,234),.96),rgba(var(--ak-wash-rgb, 246,241,234),.86) 22%,rgba(var(--ak-wash-rgb, 246,241,234),.48),rgba(var(--ak-wash-rgb, 246,241,234),.12) 70%,rgba(var(--ak-wash-rgb, 246,241,234),0))}.ak-hero__panel{position:absolute;inset:auto 0 0 0;z-index:2;padding:0 0 4.4rem}.ak-hero__inner{width:var(--ak-col);margin-inline:auto}.ak-hero__panel{max-height:100%}.ak-hero__inner{max-height:100%;overflow:visible}.ak-hero h1.ak-h,.ak-hero p.ak-h,.ak-hero div.ak-h{font-size:var(--ak-t-display);line-height:1.02;font-weight:300;font-family:var(--ak-display);margin:0;letter-spacing:.004em}.ak-hero__inner--dark,.ak-hero__inner--dark .ak-h{color:var(--ak-ivory)}.ak-hero__inner--dark .ak-eyebrow,.ak-hero__inner--dark .ak-copy{color:var(--ak-sandal)}.ak-hero__inner--light,.ak-hero__inner--light .ak-h{color:var(--ak-black)}.ak-hero__inner--light .ak-eyebrow,.ak-hero__inner--light .ak-copy{color:var(--ak-burgundy)}.ak-hero__copy{max-width:40ch;margin-top:.7rem}.ak-hero__actions{display:flex;margin-top:1.4rem}.ak-hero__actions .ak-btn{flex:1 1 auto}.ak-hero__nav{position:absolute;z-index:3;left:0;right:0;bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.ak-hero__arrow{display:none;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:0;cursor:pointer;color:var(--ak-ivory);opacity:.7;transition:opacity .24s ease}.ak-hero__arrow:hover{opacity:1}.ak-hero__dots{display:flex;align-items:center;gap:.5rem}.ak-hero__dot{width:44px;height:44px;padding:0;border:0;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center}.ak-hero__dot-fill{display:block;width:26px;height:2px;background:#f6f1ea57;transition:background-color .3s ease}.ak-hero__dot.is-active .ak-hero__dot-fill{background:var(--ak-ivory)}.ak-hero__arrow:focus-visible,.ak-hero__dot:focus-visible{outline:2px solid var(--ak-copper);outline-offset:2px}@media(min-width:750px){.ak-hero__stage{height:var(--ak-fold, calc(100svh - 166px) );min-height:460px;max-height:calc(100vw / 1.778)}.ak-hero__media img{object-position:var(--ak-focal, 50% 45%)}.ak-hero__slide{min-height:0}.ak-hero__panel{top:0;right:0;bottom:0;left:0;display:flex;align-items:center;padding:0}.ak-hero__panel[data-side=right]{justify-content:flex-end}.ak-hero__panel[data-side=left]{justify-content:flex-start}.ak-hero__inner{width:auto;max-width:none;margin-inline:0;padding-inline:clamp(2rem,calc((100% - 1240px)/2),6.25rem)}.ak-hero__inner .ak-h{width:min(36rem,38vw);max-width:100%}.ak-hero__inner>*{max-width:min(36rem,38vw)}.ak-hero__actions{max-width:19rem}.ak-hero__wash[data-wash=dark]{background:linear-gradient(to left,rgba(var(--ak-wash-rgb, 79,18,23),.9),rgba(var(--ak-wash-rgb, 79,18,23),.62) 26%,rgba(var(--ak-wash-rgb, 79,18,23),.2) 48%,rgba(var(--ak-wash-rgb, 79,18,23),0) 66%)}.ak-hero__wash[data-wash=light]{background:linear-gradient(to left,rgba(var(--ak-wash-rgb, 246,241,234),.92),rgba(var(--ak-wash-rgb, 246,241,234),.66) 26%,rgba(var(--ak-wash-rgb, 246,241,234),.22) 48%,rgba(var(--ak-wash-rgb, 246,241,234),0) 66%)}.ak-hero__panel[data-side=left]~.ak-hero__wash,.ak-hero__slide:has(.ak-hero__panel[data-side=left]) .ak-hero__wash[data-wash=dark]{background:linear-gradient(to right,rgba(var(--ak-wash-rgb, 79,18,23),.9),rgba(var(--ak-wash-rgb, 79,18,23),.62) 26%,rgba(var(--ak-wash-rgb, 79,18,23),.2) 48%,rgba(var(--ak-wash-rgb, 79,18,23),0) 66%)}.ak-hero__slide:has(.ak-hero__panel[data-side=left]) .ak-hero__wash[data-wash=light]{background:linear-gradient(to right,rgba(var(--ak-wash-rgb, 246,241,234),.92),rgba(var(--ak-wash-rgb, 246,241,234),.66) 26%,rgba(var(--ak-wash-rgb, 246,241,234),.22) 48%,rgba(var(--ak-wash-rgb, 246,241,234),0) 66%)}.ak-hero__actions .ak-btn{flex:0 0 auto}.ak-hero__arrow{display:flex}.ak-hero__nav{bottom:1.6rem}}@media(prefers-reduced-motion:reduce){.ak-hero__slide{transition:none!important}.ak-btn:after{display:none}}.ak-strip-wrap{position:relative}.ak-strip{overflow:hidden}.ak-strip__track{display:flex;gap:clamp(1.4rem,5vw,3rem);width:max-content;animation:ak-marquee var(--ak-marquee-duration, 60s) linear infinite}.ak-strip:hover .ak-strip__track,.ak-strip:focus-within .ak-strip__track{animation-play-state:paused}.ak-strip--steerable{overflow-x:auto;scrollbar-width:none;scroll-behavior:auto}.ak-strip--steerable::-webkit-scrollbar{display:none}.ak-strip--steerable .ak-strip__track{animation:none}.ak-strip--steerable:focus-visible{outline:2px solid var(--ak-gold);outline-offset:4px}.ak-strip__nav{position:absolute;top:46px;transform:translateY(-50%);z-index:2;width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(79,18,23,.22);border-radius:50%;background:var(--ak-ivory);color:var(--ak-burgundy);cursor:pointer;opacity:0;transition:opacity .18s ease,border-color .18s ease}.ak-strip__nav--prev{left:-4px}.ak-strip__nav--next{right:-4px}.ak-strip-wrap:hover .ak-strip__nav,.ak-strip-wrap:focus-within .ak-strip__nav{opacity:1}.ak-strip__nav:hover{border-color:var(--ak-burgundy)}.ak-strip__nav:focus-visible{opacity:1;outline:2px solid var(--ak-gold);outline-offset:2px}@media(hover:none){.ak-strip__nav{opacity:1;background:#f6f1eae0}}@keyframes ak-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.ak-strip__item{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:.6rem;text-decoration:none;color:inherit;width:92px}.ak-strip__media{width:92px;height:92px;border-radius:50%;overflow:hidden;background:var(--ak-sandal);border:1px solid rgba(79,18,23,.1);transition:transform .5s cubic-bezier(.22,.61,.36,1)}.ak-strip__media img{width:100%;height:100%;object-fit:cover;display:block}@media(hover:hover){.ak-strip__item:hover .ak-strip__media{transform:scale(1.04)}}.ak-strip__label{font-family:var(--ak-functional);font-size:13px;letter-spacing:.015em;text-transform:none;color:var(--ak-rosewood);text-align:center;margin:0;transition:color .24s ease}.ak-strip__item:hover .ak-strip__label{color:var(--ak-burgundy)}@media(min-width:750px){.ak-strip__item,.ak-strip__media{width:104px}.ak-strip__media{height:104px}}@media(prefers-reduced-motion:reduce){.ak-strip__track{animation:none;width:auto;overflow-x:auto}.ak-strip{overflow-x:auto}}.ak-money{font-family:Satoshi,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-variant-numeric:tabular-nums}.ak-campaign__band{height:44svh;min-height:300px;max-height:420px}.ak-campaign__media,.ak-campaign__media picture{height:100%}.ak-campaign__media img{height:100%!important;aspect-ratio:auto!important}@media(min-width:750px){.ak-campaign__band{height:46svh;min-height:340px;max-height:470px}}.ak-card__link{display:flex;flex-direction:column;text-decoration:none;color:inherit}product-card.ak-card{display:flex;flex-direction:column;position:relative}.ak-card__quick{position:absolute;inset:0 0 auto 0;aspect-ratio:1 / 1;pointer-events:none;--padding-inline-start: 0px;--padding-inline-end: 0px;--padding-block-start: 0px;--padding-block-end: 0px;--border-radius: 0px}.ak-card__quick .quick-add{position:absolute;top:0;right:0;bottom:0;left:0}@media(max-width:749px){.ak-card__quick .quick-add__button{opacity:1}}.ak-section--products+.ak-section--products .ak-band,.ak-section--strip+.ak-section--products .ak-band{padding-block-start:calc(var(--ak-band-y) * .45)}.ak-section--campaign+.ak-section .ak-band,.ak-section--hero+.ak-section .ak-band{padding-block-start:var(--ak-band-y)}.ak-section--campaign{display:block}.ak-campaign__band+.ak-campaign__band{margin-top:0}.ak-section--strip{position:relative;background:transparent}.ak-strip-band{background:var(--ak-ivory);padding-block:calc(var(--ak-band-y) * .62) calc(var(--ak-band-y) * .5)}.ak-strip__media{border:2px solid var(--ak-ivory);box-shadow:0 2px 10px #14101124}body:has(.header[transparent]) .ak-hero__stage{max-height:none}body:has(.header[transparent]) .ak-hero__stage:after{content:"";position:absolute;inset:0 0 auto 0;height:230px;pointer-events:none;z-index:3;background:linear-gradient(to bottom,#14101157,#1410114d 130px,#1410111f 175px,#14101100)}body:has(.header[transparent]) .ak-hero__panel{z-index:4}#header-component[transparent] .header__underlay-closed{transition:none}
/*# sourceMappingURL=/cdn/shop/t/45/assets/ak-home.css.map */
