:root{--coast: #4a8dff;--coast-soft: #9ec5ff;--coast-night: #131416;--coast-raised: #1a1c20;--coast-border: #26282d;--coast-paper: #f2f1ec;--coast-muted: #a6a5a0;--coast-faint: #6f6e6a;--coast-serif: "Sentient", "Iowan Old Style", Georgia, "Times New Roman", serif}::selection{background:var(--coast);color:#fff}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.accent-serif,.coast-accent{font-family:var(--coast-serif);font-style:italic;font-weight:400;letter-spacing:.005em}.coast-display{letter-spacing:-.02em;line-height:1.03}.coast-eyebrow{display:inline-block;font-size:1.2rem;letter-spacing:.16em;text-transform:uppercase;color:var(--coast-faint);font-weight:500;margin-bottom:1.6rem}.coast-muted{color:var(--coast-muted)}.coast-faint{color:var(--coast-faint)}.coast-text-outline{-webkit-text-stroke:1px rgba(242,241,236,.16);color:transparent}.button{font-weight:600;letter-spacing:0;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,opacity .2s}.button:not([disabled]):hover{transform:translateY(-1px)}.coast-arrow{display:inline-block;margin-left:.7rem;transition:transform .3s cubic-bezier(.22,1,.36,1)}.button:hover .coast-arrow{transform:translate(.4rem)}.coast-ghost{background:transparent;color:rgb(var(--color-foreground));border:1px solid rgba(var(--color-foreground),.18);box-shadow:none}.coast-ghost:after,.coast-ghost:before{display:none}.coast-ghost:hover{border-color:rgba(var(--color-foreground),.4);background:transparent}.coast-sweep{position:relative}.coast-sweep:after{content:"";position:absolute;left:0;bottom:-3px;height:1px;width:100%;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .35s cubic-bezier(.65,0,.35,1)}.coast-sweep:hover:after{transform:scaleX(1);transform-origin:left}.header__menu-item{position:relative;transition:color .25s ease}.header__menu-item span{position:relative}.header__active-menu-item{text-decoration:none}.header__menu-item:not(.list-menu__item--active):hover{color:rgb(var(--color-foreground))}.header__menu-item .coast-nav-dot{display:inline-block;width:5px;height:5px;margin-left:8px;border-radius:9999px;background:var(--coast-faint);vertical-align:middle;transition:background .3s ease,box-shadow .35s ease,transform .35s cubic-bezier(.22,1,.36,1)}.header__menu-item:hover .coast-nav-dot,.header__menu-item[aria-current=page] .coast-nav-dot{background:var(--coast);transform:scale(1.3);box-shadow:0 0 0 3px #4a8dff29,0 0 12px 2px #4a8dff8c}.section-header.shopify-section-group-header-group{position:sticky;top:0;z-index:4}.header-wrapper{background:#131416b8;backdrop-filter:saturate(140%) blur(14px);-webkit-backdrop-filter:saturate(140%) blur(14px);border-bottom:1px solid var(--coast-border)}.cart-count-bubble{background:var(--coast)!important}.cart-count-bubble span{color:#fff!important}.coast-section{padding:clamp(56px,7vw,92px) 0}.coast-section--tight{padding-top:clamp(8px,2vw,24px)}.coast-block-head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:40px}.coast-block-head__title{margin:0;font-weight:600}.coast-block-head__desc{color:var(--coast-muted);margin:10px 0 0;max-width:46ch}.coast-marquee{overflow:hidden}.coast-marquee__track{display:flex;width:max-content;animation:coast-marquee var(--coast-marquee-duration, 38s) linear infinite}.coast-marquee--reverse .coast-marquee__track{animation-direction:reverse}.coast-marquee:hover .coast-marquee__track{animation-play-state:paused}.coast-marquee__group{display:flex;flex:none;align-items:center}.coast-marquee__item{display:inline-flex;align-items:center;gap:22px;padding:0 22px;white-space:nowrap;font-size:min(var(--coast-marquee-size, 26px),7.5vw)}.coast-marquee__sep{color:var(--coast);font-size:.7em;line-height:1}@keyframes coast-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.coast-marquee--sm .coast-marquee__item{letter-spacing:.08em;text-transform:uppercase;color:var(--coast-muted);padding:0 26px;gap:12px}.coast-marquee--sm .coast-marquee__sep{width:4px;height:4px;border-radius:9999px;background:var(--coast);font-size:0}.coast-slider{display:block}.coast-slider__track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 2px 2px;margin:0 -2px;scrollbar-width:none;-ms-overflow-style:none}.coast-slider__track::-webkit-scrollbar{display:none}.coast-slider__track>*{scroll-snap-align:start;flex:0 0 auto}.coast-slider{--coast-peek: 26px}.coast-slider__track .coast-slide{display:flex;width:calc((100% - (var(--pv, 4) - 1) * 20px - var(--coast-peek)) / var(--pv, 4))}.coast-slide>*{width:100%}.coast-slider--landscape .card,.coast-slider--landscape .card__inner{--ratio-percent: 62.5% !important}.coast-slider__nav{display:flex;align-items:center;gap:10px}.coast-snav{width:42px;height:42px;border-radius:50%;border:1px solid rgba(var(--color-foreground),.18);background:transparent;color:rgb(var(--color-foreground));display:grid;place-items:center;cursor:pointer;padding:0;transition:border-color .25s,opacity .25s,transform .18s}.coast-snav:hover{border-color:rgba(var(--color-foreground),.45)}.coast-snav:active{transform:scale(.93)}.coast-snav:disabled{opacity:.3;cursor:default}.coast-snav svg{width:17px;height:17px}.coast-slider__progress{margin-top:28px;height:2px;border-radius:9999px;background:rgba(var(--color-foreground),.12);position:relative}.coast-slider__progress i{position:absolute;left:0;top:0;height:100%;width:12%;border-radius:9999px;background:var(--coast);transition:width .18s ease}.coast-card{background:var(--coast-raised);border:1px solid var(--coast-border);border-radius:18px;padding:20px;transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .3s,box-shadow .35s}.coast-card:hover{transform:translateY(-4px);border-color:#f2f1ec38;box-shadow:0 30px 50px -30px #000000b3}.coast-card__media{display:block;width:100%;aspect-ratio:1;border-radius:22px;margin-bottom:18px;overflow:hidden;position:relative;background:var(--coast-night);box-shadow:inset 0 1px #ffffff1f,0 12px 26px -14px #000000b3}.coast-card__media img{width:100%;height:100%;object-fit:cover}.coast-card--wide .coast-card__media{aspect-ratio:16 / 10;border-radius:16px}.coast-card__head{display:flex;justify-content:space-between;align-items:baseline;gap:10px}.coast-card__title{font-size:1.8rem;font-weight:600;letter-spacing:.02em;margin:0}.coast-card__title a{text-decoration:none;color:inherit}.coast-card__price{font-size:1.5rem;font-weight:600;flex:none}.coast-card__desc{color:var(--coast-muted);font-size:1.4rem;margin:7px 0 16px}.coast-card__foot{display:flex;justify-content:space-between;align-items:center;gap:10px}.coast-card__tag{font-size:1.1rem;letter-spacing:.1em;text-transform:uppercase;color:var(--coast-faint);border:1px solid var(--coast-border);padding:5px 10px;border-radius:9999px}.coast-card__cta{font-size:1.35rem;font-weight:600;padding:9px 16px;border-radius:9999px;background:var(--coast-paper);color:var(--coast-night);text-decoration:none;transition:transform .2s ease}.coast-card__cta:hover{transform:translateY(-1px)}.coast-hero{position:relative;overflow:hidden}.coast-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}.coast-hero--text-only .coast-hero__inner{grid-template-columns:1fr;max-width:22ch}.coast-hero__glow{position:absolute;border-radius:50%;filter:blur(90px);z-index:0;pointer-events:none}.coast-hero__glow--1{width:520px;height:520px;background:radial-gradient(circle,rgba(74,141,255,.32),transparent 70%);top:-140px;left:-90px}.coast-hero__glow--2{width:460px;height:460px;background:radial-gradient(circle,rgba(74,141,255,.18),transparent 70%);bottom:-160px;right:-60px}.coast-hero__title{font-weight:600;margin:0 0 22px;font-size:clamp(4rem,5.4vw,7.2rem)}.coast-hero__lede{font-size:1.9rem;color:var(--coast-muted);max-width:34ch;margin:0 0 32px}.coast-hero__cta{display:flex;gap:14px;flex-wrap:wrap}.coast-hero__stats{display:flex;gap:34px;margin-top:40px;flex-wrap:wrap}.coast-hero__stat .n{font-size:2.6rem;font-weight:600;line-height:1}.coast-hero__stat .l{font-size:1.25rem;color:var(--coast-faint);letter-spacing:.04em;margin-top:6px}.coast-window{background:var(--coast-raised);border:1px solid var(--coast-border);border-radius:16px;box-shadow:0 40px 80px -40px #000c;overflow:hidden;transform:rotate(.6deg);display:flex;flex-direction:column}.coast-window__bar{display:flex;align-items:center;gap:8px;padding:13px 16px;border-bottom:1px solid var(--coast-border);background:#16181c}.coast-window__tl{width:11px;height:11px;border-radius:50%}.coast-window__tl--r{background:#ff5f57}.coast-window__tl--y{background:#febc2e}.coast-window__tl--g{background:#28c840}.coast-window__title{margin-left:10px;font-size:1.2rem;color:var(--coast-faint)}.coast-window__body{padding:18px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:1.25rem;line-height:1.9;flex:1 1 auto;overflow:hidden;display:block}.ct-line{white-space:nowrap}.ct-cursor{display:inline-block;color:var(--coast-paper);animation:ct-blink 1.05s steps(1) infinite}@keyframes ct-blink{0%,50%{opacity:.9}50.01%,to{opacity:0}}.coast-window__body .c1{color:var(--coast-soft)}.coast-window__body .c2{color:var(--coast-paper)}.coast-window__body .c3{color:var(--coast-faint)}.coast-window__body .cp{color:var(--coast)}.coast-manifesto{text-align:center;overflow:hidden}.coast-manifesto__ghost{display:block;width:100%;height:auto;margin:0 auto}.coast-manifesto__statement{max-width:640px;margin:34px auto 0;font-size:clamp(2rem,2.4vw,2.6rem)}.footer{border-top:1px solid var(--coast-border)}.footer .footer__content-top a:not(.button){transition:color .25s ease}.coast-footer-ghost{font-weight:700;line-height:.8;letter-spacing:-.03em;color:transparent;-webkit-text-stroke:1px rgba(242,241,236,.1);text-align:center;font-size:clamp(6rem,17vw,23rem);-webkit-user-select:none;user-select:none;margin:10px 0 0}@media screen and (max-width:989px){.coast-hero__inner{grid-template-columns:1fr;gap:44px}.coast-hero__media{order:-1}.coast-window{max-width:520px}.coast-window--terminal{height:340px}}@media screen and (min-width:990px){.coast-hero.coast-pad{padding-top:calc(var(--sec-pt, 64px) + 80px);padding-bottom:calc(var(--sec-pb, 64px) + 80px)}.coast-hero__media{align-self:stretch;display:flex}.coast-hero__media .coast-window{height:100%;width:100%}}@media screen and (max-width:749px){.coast-hero__stats{gap:22px}}.coast-marquee--lg .coast-marquee__item{font-weight:500}.coast-hero__lede p{margin:0}.coast-hero__img{display:block;width:100%;height:auto}.coast-news{border-top:1px solid var(--coast-border)}.coast-news__inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.coast-field{display:flex;gap:10px;background:var(--coast-raised);border:1px solid var(--coast-border);border-radius:9999px;padding:6px 6px 6px 20px;max-width:440px;margin-left:auto;width:100%}.coast-field input{flex:1;min-width:0;background:transparent;border:0;color:var(--coast-paper);font-family:inherit;font-size:1.5rem;outline:none}.coast-field input::placeholder{color:var(--coast-faint)}.coast-news__note{margin:12px 0 0;font-size:1.35rem;color:var(--coast-muted)}.coast-news__note--error{color:#ff8a7a}@media screen and (max-width:749px){.coast-news__inner{grid-template-columns:1fr}.coast-field{margin-left:0}}@media screen and (max-width:749px){.coast-slider{--coast-peek: 16px}.coast-slider__track .coast-slide{width:calc((100% - (var(--pv-mobile, 1) - 1) * 20px - var(--coast-peek)) / var(--pv-mobile, 1))}}.coast-pad{padding-top:var(--sec-pt, 64px);padding-bottom:var(--sec-pb, 64px)}@media screen and (max-width:749px){.coast-pad{padding-top:calc(var(--sec-pt, 64px) * .64);padding-bottom:calc(var(--sec-pb, 64px) * .64)}.coast-hero__title{font-size:clamp(3rem,8.6vw,4.4rem)}.coast-hero__lede{font-size:1.7rem;max-width:none}.coast-eyebrow{margin-bottom:1.2rem}.coast-block-head{margin-bottom:26px;gap:16px}.coast-block-head__title{font-size:3rem}.coast-slider__nav .coast-snav{display:none}.coast-marquee--lg .coast-marquee__item{gap:16px}.coast-hero__stat .n{font-size:2.2rem}.coast-window{transform:none}}@media(prefers-reduced-motion:reduce){.coast-marquee__track{animation:none}html{scroll-behavior:auto}.coast-nav-dot{transition:none}}.header__heading-logo{width:var(--logo-w-d, 120px)!important;height:auto!important;max-width:100%}@media screen and (min-width:990px){.header.header--middle-left{grid-template-areas:"heading navigation icons";grid-template-columns:1fr auto 1fr;column-gap:2rem}.header.header--middle-left .header__heading-link{justify-self:start}.header.header--middle-left .header__inline-menu{justify-self:center;margin:0}.header.header--middle-left .header__icons{justify-self:end}}@media screen and (max-width:749px){.header__heading-logo{width:var(--logo-w-m, 90px)!important}}.footer .footer__blocks-wrapper{display:flex;flex-wrap:wrap;gap:0!important}.footer .footer__blocks-wrapper .footer-block{margin:0}@media screen and (min-width:750px){.footer .footer__blocks-wrapper .footer-block{flex:0 0 var(--fb-w, 25%);max-width:var(--fb-w, 25%);padding-right:32px;box-sizing:border-box}.footer .footer__blocks-wrapper.coast-footer--nowrap{flex-wrap:nowrap}.footer .footer__blocks-wrapper.coast-footer--nowrap .footer-block{flex:1 1 0;max-width:none}}@media screen and (max-width:749px){.footer .footer__blocks-wrapper .footer-block{flex:0 0 100%;max-width:100%;padding-right:0}.footer .footer-block:not(.footer-block--menu){margin-bottom:4rem}}@media screen and (max-width:749px){.cart-drawer,.cart-drawer .drawer{height:100dvh}.cart-drawer .drawer__inner{width:100vw;max-width:100vw;height:100dvh}.js .menu-drawer{height:calc(100dvh - var(--header-bottom-position, 100%))}menu-drawer>details>summary:before,menu-drawer>details[open]:not(.menu-opening)>summary:before{height:calc(100dvh - var(--header-bottom-position, 100%))}.product-media-modal__content>*{width:100%}.product-media-modal__content img,.product-media-modal__content .media,.product-media-modal__content .media img{max-width:100%;height:auto}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/coast-creative.css.map */
