:root{--ddc-ease: cubic-bezier(.22, 1, .36, 1);--ddc-ease-out-expo: cubic-bezier(.19, 1, .22, 1);--ddc-duration-fast: .18s;--ddc-duration: .32s;--ddc-duration-slow: .56s;--ddc-blue: #6b9dc6;--ddc-blue-deep: #3d6d91;--ddc-blue-pale: #cfdeeb;--ddc-cream: #FAFAF6;--ddc-cream-brand: #FAFAF6;--ddc-cream-muted: #f2f0ea;--ddc-ink: #1e2a3a;--ddc-ink-60: rgba(30, 42, 58, .6);--ddc-ink-10: rgba(30, 42, 58, .1);--ddc-coral: #e8927c;--ddc-coral-hover: #f2a78c;--ddc-stone: #e2e0d8;--ddc-section-gap: clamp(4rem, 8vw, 9rem);--ddc-gutter: clamp(1.25rem, 3vw, 2.5rem);--ddc-shadow-sm: 0 2px 8px -2px rgba(30, 42, 58, .1);--ddc-shadow-md: 0 12px 32px -12px rgba(30, 42, 58, .22);--ddc-shadow-lg: 0 32px 64px -24px rgba(30, 42, 58, .32)}html,body{overflow-x:clip;max-width:100vw}h1,.h1,h2,.h2{letter-spacing:-.02em;font-feature-settings:"ss01","liga","kern"}h1,.h1{font-size:clamp(2.75rem,6vw + .5rem,5.5rem);line-height:.95}h2,.h2{font-size:clamp(2rem,4.5vw + .25rem,4rem);line-height:1}h3,.h3{font-size:clamp(1.5rem,2.5vw + .5rem,2.25rem);line-height:1.05;letter-spacing:-.015em}p,.body-copy{line-height:1.6}.ddc-eyebrow{font-family:var(--font-body-family, ui-sans-serif, system-ui);font-size:.75rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--color-foreground, currentColor);opacity:.7}.button,button[type=submit],.shopify-payment-button__button{transition:transform var(--ddc-duration-fast) var(--ddc-ease),box-shadow var(--ddc-duration) var(--ddc-ease),background-color var(--ddc-duration-fast) var(--ddc-ease),color var(--ddc-duration-fast) var(--ddc-ease);will-change:transform}.button:hover:not(:disabled),button[type=submit]:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--ddc-shadow-md)}.button:active:not(:disabled){transform:translateY(0);transition-duration:80ms}product-card,.product-card,.card{transition:transform var(--ddc-duration) var(--ddc-ease),box-shadow var(--ddc-duration) var(--ddc-ease)}product-card:hover,.product-card:hover{transform:translateY(-4px);box-shadow:var(--ddc-shadow-md)}product-card img,.product-card img{transition:transform var(--ddc-duration-slow) var(--ddc-ease-out-expo)}product-card:hover img,.product-card:hover img{transform:scale(1.03)}.ddc-wordmark-strip{overflow:hidden;width:100%;padding-block:clamp(1.5rem,3vw,3rem);background:var(--ddc-blue-deep);color:var(--ddc-cream);border-block:1px solid rgba(250,250,246,.15)}.ddc-wordmark-strip__track{display:flex;gap:clamp(1.5rem,3vw,4rem);animation:ddc-scroll 40s linear infinite;will-change:transform;width:max-content}.ddc-wordmark-strip__item{display:inline-flex;align-items:center;gap:clamp(1.5rem,3vw,4rem);font-family:var(--font-heading-family, Georgia, serif);font-size:clamp(3rem,8vw,8rem);font-weight:400;line-height:.85;letter-spacing:-.03em;text-transform:uppercase;white-space:nowrap}.ddc-wordmark-strip__item:after{content:"\b7";display:inline-block;font-size:.7em;transform:translateY(-.15em);color:var(--ddc-coral)}@keyframes ddc-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.ddc-wordmark-strip__track{animation:none}}.ddc-waitlist{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:26rem}.ddc-waitlist__row{display:flex;align-items:stretch;gap:0;background:var(--ddc-cream);border:1px solid var(--ddc-ink);border-radius:999px;padding:.25rem .25rem .25rem 1.25rem;transition:box-shadow var(--ddc-duration) var(--ddc-ease)}.ddc-waitlist__row:focus-within{box-shadow:0 0 0 3px var(--ddc-coral)}.ddc-waitlist__input{flex:1;border:none;background:transparent;color:var(--ddc-ink);font:inherit;padding:.75rem .5rem;outline:none;min-width:0}.ddc-waitlist__input::placeholder{color:#1e2a3a80}.ddc-waitlist__button{border:none;background:var(--ddc-coral);color:var(--ddc-ink);font:inherit;font-weight:600;padding:.75rem 1.5rem;border-radius:999px;cursor:pointer;white-space:nowrap;transition:background var(--ddc-duration-fast) var(--ddc-ease),transform var(--ddc-duration-fast) var(--ddc-ease)}.ddc-waitlist__button:hover{background:var(--ddc-coral-hover);transform:translateY(-1px)}.ddc-waitlist__note{font-size:.75rem;opacity:.65;padding-inline:1.25rem}.ddc-prelaunch-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .9rem;background:var(--ddc-coral);color:var(--ddc-ink);border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.ddc-prelaunch-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--ddc-ink);animation:ddc-pulse 2s var(--ddc-ease) infinite}@keyframes ddc-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.section,section-renderer>section{scroll-margin-top:var(--ddc-section-gap)}[data-ddc-reveal]{opacity:0;transform:translateY(24px);transition:opacity var(--ddc-duration-slow) var(--ddc-ease-out-expo),transform var(--ddc-duration-slow) var(--ddc-ease-out-expo)}[data-ddc-reveal].is-revealed{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){[data-ddc-reveal]{opacity:1;transform:none;transition:none}}:focus-visible{outline:2px solid var(--ddc-coral);outline-offset:3px;border-radius:4px}::selection{background:var(--ddc-coral);color:var(--ddc-ink)}.ddc-breather{width:100%;padding:0 var(--ddc-gutter);box-sizing:border-box}.ddc-breather__inner{width:100%;max-width:1400px;margin:0 auto;aspect-ratio:21 / 9;border-radius:20px;background:linear-gradient(135deg,var(--ddc-blue-pale) 0%,#e4edf4 40%,#f0ebe3 100%);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.ddc-breather__inner img{width:100%;height:100%;object-fit:cover}.ddc-breather__placeholder-text{font-family:var(--font-body-family, sans-serif);font-size:.8rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--ddc-ink);opacity:.25}@media(max-width:720px){.ddc-breather__inner{aspect-ratio:16 / 10;border-radius:16px}}.ddc-featured-four{width:100%;max-width:1400px;margin:0 auto;padding:clamp(3rem,6vw,5rem) var(--ddc-gutter);box-sizing:border-box;overflow:hidden}.ddc-featured-four__head{display:flex;flex-direction:column;gap:.75rem;align-items:center;text-align:center;margin-bottom:clamp(2rem,4vw,3.5rem);max-width:42rem;margin-inline:auto}.ddc-featured-four__eyebrow{font-family:var(--font-body-family, sans-serif);font-size:.75rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--ddc-ink-60);margin:0}.ddc-featured-four__title{font-family:var(--font-heading-family, Georgia, serif);font-size:clamp(2rem,4vw + .25rem,3.25rem);line-height:1;letter-spacing:-.02em;color:var(--ddc-ink);margin:0}.ddc-featured-four__track{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,1.5vw,1.5rem)}.ddc-featured-four__card{display:flex;flex-direction:column;text-decoration:none;color:inherit;border-radius:16px;overflow:hidden;background:var(--ddc-cream);border:1px solid var(--ddc-stone);transition:transform var(--ddc-duration) var(--ddc-ease),box-shadow var(--ddc-duration) var(--ddc-ease)}.ddc-featured-four__card:hover{transform:translateY(-4px);box-shadow:var(--ddc-shadow-md)}.ddc-featured-four__media{aspect-ratio:4 / 5;width:100%;overflow:hidden;background:linear-gradient(135deg,var(--ddc-blue-pale) 0%,#e4edf4 60%,#f0ebe3 100%);display:flex;align-items:center;justify-content:center}.ddc-featured-four__media img{width:100%;height:100%;object-fit:cover;transition:transform var(--ddc-duration-slow) var(--ddc-ease-out-expo)}.ddc-featured-four__card:hover .ddc-featured-four__media img{transform:scale(1.04)}.ddc-featured-four__placeholder{font-family:var(--font-body-family, sans-serif);font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--ddc-ink);opacity:.3;padding:1rem;text-align:center}.ddc-featured-four__body{display:flex;flex-direction:column;gap:.5rem;padding:clamp(1rem,2vw,1.5rem)}.ddc-featured-four__label{font-family:var(--font-body-family, sans-serif);font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--ddc-ink-60);margin:0}.ddc-featured-four__name{font-family:var(--font-heading-family, Georgia, serif);font-size:clamp(1.25rem,1.8vw + .5rem,1.65rem);line-height:1.05;letter-spacing:-.015em;color:var(--ddc-ink);margin:0}.ddc-featured-four__tag{font-family:var(--font-body-family, sans-serif);font-size:.95rem;line-height:1.4;color:var(--ddc-ink);opacity:.75;margin:0}.ddc-featured-four__arrow{display:inline-flex;align-items:center;gap:.4rem;margin-top:.5rem;font-family:var(--font-body-family, sans-serif);font-size:.85rem;font-weight:600;color:var(--ddc-coral);letter-spacing:.02em}.ddc-featured-four__arrow svg{width:14px;height:14px;transition:transform var(--ddc-duration-fast) var(--ddc-ease)}.ddc-featured-four__card:hover .ddc-featured-four__arrow svg{transform:translate(3px)}@media(max-width:900px){.ddc-featured-four__track{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline-start:0;gap:.75rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.ddc-featured-four__track::-webkit-scrollbar{display:none}.ddc-featured-four__card{flex:0 0 72%;min-width:240px;max-width:320px;scroll-snap-align:start}.ddc-featured-four__card:last-child{margin-inline-end:0}}@media(max-width:520px){.ddc-featured-four__card{flex-basis:82%}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/brand.css.map */
