*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--vel-bg: #faf8f4;--vel-dark: #0a0a0a;--vel-cream: #e8dcc8;--vel-gold: #c4a882;--vel-gold-light: #e2cba8;--vel-muted: #7a7065;--vel-border: #ddd5c4;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Jost", system-ui, sans-serif;--max-w: 1280px;--header-h: 72px;--transition: .3s ease}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background-color:var(--vel-bg);color:var(--vel-dark);line-height:1.6;font-weight:300;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit}ul{list-style:none}h1,h2,h3,h4,h5{font-family:var(--font-display);font-weight:400;line-height:1.15;letter-spacing:-.01em}.rte{line-height:1.8}.rte p+p{margin-top:1em}.rte a{text-decoration:underline;text-underline-offset:3px}.vel-btn{display:inline-block;padding:.85rem 2.5rem;font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;transition:background var(--transition),color var(--transition),border-color var(--transition);cursor:pointer;border:1px solid transparent}.vel-btn--dark{background:var(--vel-dark);color:var(--vel-bg);border-color:var(--vel-dark)}.vel-btn--dark:hover{background:transparent;color:var(--vel-dark);border-color:var(--vel-dark)}.vel-btn--light{background:transparent;color:var(--vel-bg);border-color:var(--vel-cream)}.vel-btn--light:hover{background:var(--vel-cream);color:var(--vel-dark);border-color:var(--vel-cream)}.announcement{text-align:center;padding:.55rem 1rem;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;font-weight:500}.site-header{position:sticky;top:0;z-index:100;background:var(--vel-bg);border-bottom:1px solid var(--vel-border);height:var(--header-h);transition:box-shadow var(--transition)}.site-header.is-scrolled{box-shadow:0 2px 24px #0000000f}.site-header__inner{max-width:var(--max-w);margin:0 auto;padding:0 2rem;height:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem}.site-header__logo{display:flex;align-items:center}.site-header__logo-text{font-family:var(--font-display);font-size:1.6rem;font-weight:600;letter-spacing:.08em;color:var(--vel-dark)}.site-header__nav{display:flex;align-items:center;gap:2.5rem}.site-header__nav-link{font-size:.7rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--vel-muted);transition:color var(--transition)}.site-header__nav-link:hover,.site-header__nav-link.is-active{color:var(--vel-dark)}.site-header__actions{display:flex;align-items:center;gap:1.5rem}.site-header__cart{display:flex;align-items:center;gap:.4rem;position:relative;color:var(--vel-dark);transition:opacity var(--transition)}.site-header__cart:hover{opacity:.6}.site-header__cart-count{font-size:.65rem;font-weight:500;background:var(--vel-gold);color:var(--vel-dark);border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center}.vel-hero{position:relative;min-height:calc(100vh - var(--header-h));display:flex;align-items:center;justify-content:center;overflow:hidden}.vel-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.vel-hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:center}.vel-hero__bg--fallback{background:linear-gradient(160deg,#1a1510,#2d2318,#0a0a0a)}.vel-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0a0a0a73,#0a0a0aa6);z-index:1}.vel-hero__content{position:relative;z-index:2;text-align:center;color:var(--vel-bg);padding:4rem 2rem;max-width:700px;animation:vel-fade-up 1.1s ease both}.vel-hero__eyebrow{font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;color:var(--vel-gold-light);margin-bottom:1.5rem;font-weight:500}.vel-hero__heading{font-family:var(--font-display);font-size:clamp(3.5rem,9vw,7rem);font-weight:300;font-style:italic;line-height:1;margin-bottom:1rem;color:#fff}.vel-hero__subheading{font-family:var(--font-display);font-size:clamp(1rem,2.5vw,1.4rem);font-weight:300;letter-spacing:.08em;color:var(--vel-cream);margin-bottom:.75rem}.vel-hero__tagline{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--vel-gold-light);margin-bottom:2.5rem;font-weight:300}.vel-hero__scroll-hint{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#ffffff73;font-size:.6rem;letter-spacing:.2em;text-transform:uppercase}.vel-hero__scroll-line{width:1px;height:40px;background:#ffffff4d;animation:vel-scroll-pulse 2s ease-in-out infinite}.vel-marquee{overflow:hidden;background:var(--vel-dark);padding:.9rem 0;border-top:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a}.vel-marquee__track{display:flex;width:max-content;animation:vel-marquee 30s linear infinite}.vel-marquee__text{white-space:nowrap;color:var(--vel-gold);font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;font-weight:500;padding-right:0}.vel-product{padding:5rem 2rem;max-width:var(--max-w);margin:0 auto}.vel-product__inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.vel-product__img-wrap{position:relative;overflow:hidden;background:#f0ece4;aspect-ratio:1}.vel-product__img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.vel-product__img-wrap:hover .vel-product__img{transform:scale(1.03)}.vel-product__thumbs{display:flex;gap:.6rem;margin-top:.75rem}.vel-product__thumb{width:72px;height:72px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color var(--transition);flex-shrink:0}.vel-product__thumb.is-active,.vel-product__thumb:hover{border-color:var(--vel-gold)}.vel-product__thumb img{width:100%;height:100%;object-fit:cover}.vel-product__img-placeholder{aspect-ratio:1}.vel-product__placeholder-box{width:100%;height:100%;background:#eee8dc;display:flex;align-items:center;justify-content:center;color:var(--vel-muted);font-size:.85rem}.vel-product__info{display:flex;flex-direction:column;gap:1.75rem;padding-top:1rem}.vel-product__title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:400;font-style:italic;line-height:1.1}.vel-product__price{display:flex;align-items:baseline;gap:1rem}.vel-product__price-current{font-family:var(--font-display);font-size:1.8rem;font-weight:400;color:var(--vel-dark)}.vel-product__price-compare{font-size:1rem;color:var(--vel-muted);text-decoration:line-through}.vel-product__variant-label{display:block;font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;color:var(--vel-muted);margin-bottom:.75rem}.vel-product__variant-btns{display:flex;gap:.5rem;flex-wrap:wrap}.vel-product__variant-btn{padding:.5rem 1.25rem;border:1px solid var(--vel-border);font-size:.8rem;font-weight:400;letter-spacing:.04em;transition:border-color var(--transition),background var(--transition),color var(--transition);background:transparent}.vel-product__variant-btn:hover{border-color:var(--vel-dark)}.vel-product__variant-btn.is-selected{background:var(--vel-dark);color:var(--vel-bg);border-color:var(--vel-dark)}.vel-product__variant-btn.is-sold-out{opacity:.35;cursor:not-allowed}.vel-product__atc-wrap{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.vel-product__qty{display:flex;align-items:center;border:1px solid var(--vel-border)}.vel-product__qty-btn{width:40px;height:44px;font-size:1.1rem;color:var(--vel-dark);transition:background var(--transition)}.vel-product__qty-btn:hover{background:var(--vel-border)}.vel-product__qty-input{width:48px;height:44px;text-align:center;border:none;border-left:1px solid var(--vel-border);border-right:1px solid var(--vel-border);font-family:var(--font-body);font-size:.9rem;font-weight:400;background:transparent;-moz-appearance:textfield}.vel-product__qty-input::-webkit-outer-spin-button,.vel-product__qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.vel-product__atc{flex:1;min-width:180px;text-align:center}.vel-product__atc:disabled{opacity:.45;cursor:not-allowed}.vel-product__atc:disabled:hover{background:var(--vel-dark);color:var(--vel-bg);border-color:var(--vel-dark)}.vel-product__description{font-size:.9rem;line-height:1.8;color:var(--vel-muted);padding-top:.5rem;border-top:1px solid var(--vel-border)}.vel-product__trust{display:flex;gap:1.5rem;flex-wrap:wrap;padding-top:.5rem;border-top:1px solid var(--vel-border)}.vel-product__trust span{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--vel-muted);font-weight:500}.vel-product__no-product{font-size:.8rem;color:var(--vel-muted);border:1px dashed var(--vel-border);padding:1rem;width:100%}.vel-features{background:var(--vel-dark);padding:6rem 2rem}.vel-features__inner{max-width:var(--max-w);margin:0 auto}.vel-features__heading{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:300;font-style:italic;color:var(--vel-cream);text-align:center;margin-bottom:4rem}.vel-features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:3rem}.vel-features__item{text-align:center;padding:2rem 1.5rem;border:1px solid rgba(196,168,130,.2);transition:border-color var(--transition)}.vel-features__item:hover{border-color:var(--vel-gold)}.vel-features__icon{font-size:1.8rem;color:var(--vel-gold);margin-bottom:1rem}.vel-features__item-title{font-family:var(--font-display);font-size:1.3rem;font-weight:400;color:var(--vel-cream);margin-bottom:.75rem}.vel-features__item-text{font-size:.82rem;color:#e8dcc899;line-height:1.7}.vel-testimonials{padding:6rem 2rem;background:var(--vel-bg)}.vel-testimonials__inner{max-width:var(--max-w);margin:0 auto}.vel-testimonials__heading{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:400;font-style:italic;text-align:center;margin-bottom:4rem;color:var(--vel-dark)}.vel-testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.vel-testimonials__card{padding:2.5rem;background:#f0ece4;display:flex;flex-direction:column;gap:1rem}.vel-testimonials__stars{color:var(--vel-gold);font-size:.9rem;letter-spacing:.1em}.vel-testimonials__quote{font-family:var(--font-display);font-size:1.05rem;font-style:italic;font-weight:300;line-height:1.6;color:var(--vel-dark)}.vel-testimonials__author{font-size:.65rem;letter-spacing:.16em;text-transform:uppercase;color:var(--vel-muted);font-style:normal;font-weight:500}.vel-cta{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden}.vel-cta__bg{position:absolute;top:0;right:0;bottom:0;left:0}.vel-cta__bg-img{width:100%;height:100%;object-fit:cover}.vel-cta__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0a99}.vel-cta__content{position:relative;z-index:1;text-align:center;color:var(--vel-bg);padding:4rem 2rem}.vel-cta__heading{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,5rem);font-weight:300;font-style:italic;color:#fff;margin-bottom:1rem}.vel-cta__sub{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--vel-gold-light);margin-bottom:2.5rem;font-weight:300}.vel-footer{background:var(--vel-dark);padding:4rem 2rem 2rem;color:var(--vel-cream)}.vel-footer__inner{max-width:var(--max-w);margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08);flex-wrap:wrap}.vel-footer__logo{font-family:var(--font-display);font-size:2rem;font-weight:400;display:block;margin-bottom:.75rem}.vel-footer__tagline{font-size:.78rem;color:#e8dcc880;line-height:1.6;max-width:280px}.vel-footer__links{display:flex;flex-direction:column;gap:.75rem}.vel-footer__link{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#e8dcc899;transition:color var(--transition)}.vel-footer__link:hover{color:var(--vel-gold)}.vel-footer__bottom{max-width:var(--max-w);margin:0 auto;padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.vel-footer__copy{font-size:.7rem;color:#e8dcc859}.vel-footer__payments{display:flex;gap:.5rem;align-items:center}.vel-footer__payment-icon{height:22px;width:auto;opacity:.5}.vel-cart{padding:4rem 2rem;min-height:60vh}.vel-cart__inner{max-width:780px;margin:0 auto}.vel-cart__heading{font-family:var(--font-display);font-size:2.5rem;font-style:italic;margin-bottom:2.5rem}.vel-cart__item{display:grid;grid-template-columns:100px 1fr auto;gap:1.5rem;align-items:center;padding:1.5rem 0;border-bottom:1px solid var(--vel-border)}.vel-cart__item-img-wrap{display:block}.vel-cart__item-img-wrap img{width:100%;aspect-ratio:1;object-fit:cover}.vel-cart__item-title{font-weight:400;font-size:.95rem;margin-bottom:.25rem}.vel-cart__item-variant{font-size:.78rem;color:var(--vel-muted)}.vel-cart__qty-input{width:52px;height:36px;text-align:center;border:1px solid var(--vel-border);font-family:var(--font-body);font-size:.85rem;margin-top:.5rem;background:transparent}.vel-cart__item-price{font-family:var(--font-display);font-size:1.1rem;font-weight:400}.vel-cart__footer{padding-top:2rem;display:flex;flex-direction:column;gap:1.25rem;align-items:flex-end}.vel-cart__total{display:flex;justify-content:space-between;width:100%;font-family:var(--font-display);font-size:1.3rem}.vel-cart__checkout{align-self:stretch;text-align:center}.vel-cart__continue{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--vel-muted);text-decoration:underline;text-underline-offset:3px}.vel-cart__empty{text-align:center;padding:5rem 0;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.vel-collection{padding:4rem 2rem}.vel-collection__inner{max-width:var(--max-w);margin:0 auto}.vel-collection__heading{font-family:var(--font-display);font-size:2.5rem;font-style:italic;margin-bottom:1rem}.vel-collection__desc{color:var(--vel-muted);margin-bottom:2.5rem}.vel-collection__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.vel-collection__card{display:block}.vel-collection__img-wrap{overflow:hidden;aspect-ratio:1;background:#f0ece4;margin-bottom:1rem}.vel-collection__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.vel-collection__card:hover .vel-collection__img-wrap img{transform:scale(1.04)}.vel-collection__card-title{font-family:var(--font-display);font-size:1.2rem;font-style:italic;margin-bottom:.3rem}.vel-collection__card-price{font-size:.9rem;color:var(--vel-muted)}.vel-collection__empty{color:var(--vel-muted)}.vel-page{padding:5rem 2rem;min-height:50vh}.vel-page__inner{max-width:760px;margin:0 auto}.vel-page__heading{font-family:var(--font-display);font-size:2.5rem;font-style:italic;margin-bottom:2rem}@keyframes vel-fade-up{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes vel-marquee{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@keyframes vel-scroll-pulse{0%,to{opacity:.3;transform:scaleY(1)}50%{opacity:.7;transform:scaleY(1.15)}}.vel-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}@media(max-width:900px){.vel-product__inner{grid-template-columns:1fr;gap:3rem}.vel-footer__inner{flex-direction:column}.site-header__nav{display:none}}@media(max-width:600px){:root{--header-h: 60px}.vel-hero__content{padding:2rem 1.25rem}.vel-product{padding:3rem 1.25rem}.vel-features,.vel-testimonials{padding:4rem 1.25rem}.vel-cart__item{grid-template-columns:80px 1fr auto;gap:1rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}.vel-marquee__track{animation:none}}.vel-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0a0a0a;display:flex;align-items:center;justify-content:center;transition:opacity .5s ease,visibility .5s ease}.vel-loader.is-gone{opacity:0;visibility:hidden;pointer-events:none}.vel-loader__text{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2rem,8vw,5rem);font-weight:300;font-style:italic;color:#e8dcc8;letter-spacing:.25em;animation:vel-loader-pulse 1.5s ease-in-out infinite}@keyframes vel-loader-pulse{0%,to{opacity:.4}50%{opacity:1}}.vel-cursor{position:fixed;width:8px;height:8px;border-radius:50%;background:var(--vel-gold);pointer-events:none;z-index:9998;transform:translate(-50%,-50%);transition:transform .1s ease,opacity .3s ease,width .3s ease,height .3s ease;opacity:0;mix-blend-mode:multiply}.vel-cursor.is-visible{opacity:1}.vel-cursor.is-hovering{width:32px;height:32px;background:#c4a88240}.vel-cursor-ring{position:fixed;width:36px;height:36px;border-radius:50%;border:1px solid var(--vel-gold);pointer-events:none;z-index:9997;transform:translate(-50%,-50%);opacity:0;transition:opacity .3s ease}.vel-cursor-ring.is-visible{opacity:.5}@media(hover:none){.vel-cursor,.vel-cursor-ring{display:none}}.vel-sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:200;background:#fff;border-top:1px solid var(--vel-border);transform:translateY(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);box-shadow:0 -4px 32px #00000014}.vel-sticky-atc.is-visible{transform:translateY(0)}.vel-sticky-atc[aria-hidden=true]{display:none}.vel-sticky-atc__inner{max-width:var(--max-w);margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.vel-sticky-atc__info{display:flex;align-items:center;gap:1rem}.vel-sticky-atc__img{object-fit:cover;border-radius:0}.vel-sticky-atc__title{font-family:var(--font-display);font-size:1rem;font-style:italic}.vel-sticky-atc__price{font-size:.8rem;color:var(--vel-muted);margin-top:.1rem}.vel-sticky-atc__btn{white-space:nowrap;min-width:160px;text-align:center}.vel-product__size-guide-wrap{margin-top:-.75rem}.vel-product__size-guide-btn{display:inline-flex;align-items:center;gap:.4rem;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--vel-muted);text-decoration:underline;text-underline-offset:3px;background:none;border:none;cursor:pointer;font-family:var(--font-body);font-weight:500;transition:color var(--transition)}.vel-product__size-guide-btn:hover{color:var(--vel-dark)}.vel-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:flex;align-items:center;justify-content:center}.vel-modal[hidden]{display:none}.vel-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.vel-modal__panel{position:relative;z-index:1;background:var(--vel-bg);width:90%;max-width:520px;padding:2.5rem;animation:vel-modal-in .35s cubic-bezier(.16,1,.3,1) both}@keyframes vel-modal-in{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.vel-modal__close{position:absolute;top:1.25rem;right:1.25rem;font-size:1.5rem;color:var(--vel-muted);background:none;border:none;cursor:pointer;line-height:1;transition:color var(--transition)}.vel-modal__close:hover{color:var(--vel-dark)}.vel-modal__title{font-family:var(--font-display);font-size:1.8rem;font-style:italic;margin-bottom:.5rem}.vel-modal__subtitle{font-size:.8rem;color:var(--vel-muted);margin-bottom:1.5rem}.vel-modal__table-wrap{overflow-x:auto}.vel-modal__table{width:100%;border-collapse:collapse;font-size:.82rem}.vel-modal__table th{text-align:left;padding:.6rem .75rem;background:var(--vel-dark);color:var(--vel-cream);font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;font-family:var(--font-body)}.vel-modal__table td{padding:.65rem .75rem;border-bottom:1px solid var(--vel-border);color:var(--vel-dark)}.vel-modal__table tr:last-child td{border-bottom:none}.vel-modal__table tr:nth-child(2n) td{background:#f5f1eb}.vel-modal__note{font-size:.7rem;color:var(--vel-muted);margin-top:1.25rem}.vel-story{padding:6rem 2rem;background:var(--vel-bg)}.vel-story__inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.vel-story__img-wrap{overflow:hidden;aspect-ratio:4/5;background:#ede8df}.vel-story__img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.vel-story__img-wrap:hover .vel-story__img{transform:scale(1.03)}.vel-story__img-placeholder{display:flex;align-items:center;justify-content:center;color:var(--vel-muted);font-size:.8rem;text-align:center;padding:2rem}.vel-story__content{display:flex;flex-direction:column;gap:1.5rem}.vel-story__label{font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:var(--vel-gold);font-weight:500}.vel-story__heading{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:300;font-style:italic;line-height:1.15}.vel-story__body{display:flex;flex-direction:column;gap:1rem}.vel-story__body p{font-size:.9rem;line-height:1.8;color:var(--vel-muted)}.vel-story__stats{display:flex;gap:2.5rem;padding-top:1rem;border-top:1px solid var(--vel-border)}.vel-story__stat{display:flex;flex-direction:column;gap:.25rem}.vel-story__stat-num{font-family:var(--font-display);font-size:2rem;font-weight:400;color:var(--vel-dark)}.vel-story__stat-label{font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--vel-muted);font-weight:500}.vel-gallery{padding:2rem 2rem 6rem}.vel-gallery__header{max-width:var(--max-w);margin:0 auto 3rem;display:flex;flex-direction:column;gap:.5rem}.vel-gallery__eyebrow{font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:var(--vel-gold);font-weight:500}.vel-gallery__heading{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:300;font-style:italic}.vel-gallery__grid{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:320px;gap:1rem}.vel-gallery__item{overflow:hidden;background:#ede8df;position:relative;cursor:pointer}.vel-gallery__item--tall{grid-row:span 2}.vel-gallery__item--wide{grid-column:span 2}.vel-gallery__img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;display:block}.vel-gallery__item:hover .vel-gallery__img{transform:scale(1.04)}.vel-gallery__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--vel-muted);font-size:.8rem}.vel-gallery__caption{position:absolute;bottom:1rem;left:1rem;background:#0a0a0ab3;color:var(--vel-cream);font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;padding:.3rem .6rem}.vel-shipping{background:#f0ece4;padding:5rem 2rem}.vel-shipping__inner{max-width:var(--max-w);margin:0 auto}.vel-shipping__heading{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.5rem);font-style:italic;text-align:center;margin-bottom:3rem}.vel-shipping__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.vel-shipping__item{padding:2rem;background:var(--vel-bg)}.vel-shipping__icon{font-size:1.4rem;color:var(--vel-gold);margin-bottom:1rem}.vel-shipping__item-title{font-family:var(--font-display);font-size:1.15rem;margin-bottom:.5rem}.vel-shipping__item-text{font-size:.82rem;color:var(--vel-muted);line-height:1.7}@media(max-width:900px){.vel-story__inner{grid-template-columns:1fr;gap:3rem}.vel-gallery__grid{grid-template-columns:1fr 1fr}.vel-gallery__item--wide{grid-column:span 1}.vel-sticky-atc__inner{padding:.75rem 1rem}}@media(max-width:600px){.vel-gallery__grid{grid-template-columns:1fr;grid-auto-rows:260px}.vel-gallery__item--tall{grid-row:span 1}.vel-sticky-atc__info img{display:none}.vel-modal__panel{padding:1.75rem 1.25rem}}.vel-hero__bg{will-change:transform}.vel-hero__bg-img{transform-origin:center center;will-change:transform}.vel-split-word{display:inline-block;overflow:hidden;vertical-align:bottom}.vel-curtain{position:relative;overflow:hidden}.vel-curtain:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--vel-cream);transform:scaleX(1);transform-origin:left center;transition:transform .9s cubic-bezier(.77,0,.18,1);z-index:2}.vel-curtain.is-revealed:after{transform:scaleX(0);transform-origin:right center}.vel-btn{transition:background var(--transition),color var(--transition),border-color var(--transition),transform .3s cubic-bezier(.34,1.56,.64,1)}.vel-story__stat-num{transition:opacity .3s ease}.vel-features__item.vel-reveal{transition:opacity .7s ease,transform .7s ease}.vel-features__item:nth-child(1){transition-delay:0ms}.vel-features__item:nth-child(2){transition-delay:.1s}.vel-features__item:nth-child(3){transition-delay:.2s}.vel-features__item:nth-child(4){transition-delay:.3s}.vel-gallery__item.vel-reveal{transition:opacity .8s ease,transform .8s ease}.vel-gallery__item:nth-child(1){transition-delay:0ms}.vel-gallery__item:nth-child(2){transition-delay:80ms}.vel-gallery__item:nth-child(3){transition-delay:.16s}.vel-gallery__item:nth-child(4){transition-delay:.24s}.vel-gallery__item:nth-child(5){transition-delay:.32s}.vel-testimonials__card.vel-reveal{transition:opacity .7s ease,transform .7s ease}.vel-testimonials__card:nth-child(1){transition-delay:0ms}.vel-testimonials__card:nth-child(2){transition-delay:.12s}.vel-testimonials__card:nth-child(3){transition-delay:.24s}.vel-shipping__item.vel-reveal{transition:opacity .7s ease,transform .7s ease}.vel-shipping__item:nth-child(1){transition-delay:0ms}.vel-shipping__item:nth-child(2){transition-delay:.1s}.vel-shipping__item:nth-child(3){transition-delay:.2s}.vel-shipping__item:nth-child(4){transition-delay:.3s}.vel-reveal{opacity:.001;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.vel-reveal.is-visible{opacity:1;transform:translateY(0)}.vel-split-word{display:inline-block;overflow:hidden;vertical-align:bottom;line-height:1}.vel-split-inner{display:inline-block;transform:translateY(110%);opacity:0;transition:transform .9s cubic-bezier(.16,1,.3,1),opacity .9s ease}.vel-split-word.is-visible .vel-split-inner{transform:translateY(0);opacity:1}.vel-overlay-wrap{position:relative}.vel-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.vel-overlay--warm{background:linear-gradient(135deg,#c4a8821a,#0a0a0a0d,#c4a88214);mix-blend-mode:multiply}.vel-overlay--dark{background:#0a0a0a2e}.vel-pdp{padding:3rem 2rem 5rem;max-width:1400px;margin:0 auto}.vel-pdp__inner{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:4rem;align-items:start}.vel-pdp__media-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.vel-pdp__media-cell{overflow:hidden;background:#ede8df;aspect-ratio:1}.vel-pdp__media-cell--feature{grid-column:span 2;aspect-ratio:4/5}.vel-pdp__media-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.vel-pdp__media-cell:hover .vel-pdp__media-img{transform:scale(1.02)}.vel-pdp__info{position:sticky;top:calc(var(--header-h) + 1.5rem);display:flex;flex-direction:column;gap:1.5rem;padding-top:1rem}.vel-pdp__eyebrow{font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:var(--vel-gold);font-weight:500}.vel-pdp__title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:400;font-style:italic;line-height:1.1}.vel-pdp__rating{display:flex;align-items:center;gap:.75rem;margin-top:-.75rem}.vel-pdp__stars{color:var(--vel-gold);letter-spacing:.1em;font-size:.9rem}.vel-pdp__rating-count{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--vel-muted);font-weight:500}.vel-pdp__price{display:flex;align-items:baseline;gap:.85rem}.vel-pdp__price-current{font-family:var(--font-display);font-size:1.8rem;font-weight:400;color:var(--vel-dark)}.vel-pdp__price-compare{font-size:1rem;color:var(--vel-muted);text-decoration:line-through}.vel-pdp__short-desc{font-size:.92rem;line-height:1.7;color:var(--vel-muted)}.vel-pdp__variants{display:flex;flex-direction:column;gap:.75rem}.vel-pdp__variant-header{display:flex;justify-content:space-between;align-items:center}.vel-pdp__variant-label{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;color:var(--vel-muted)}.vel-pdp__variant-btns{display:flex;gap:.5rem;flex-wrap:wrap}.vel-pdp__atc-row{display:flex;gap:.75rem;align-items:stretch;flex-wrap:wrap}.vel-pdp__atc{flex:1;min-width:200px;text-align:center;padding:1.1rem 2rem;font-size:.78rem}.vel-pdp__trust{display:flex;flex-wrap:wrap;gap:1.5rem;padding:1rem 0;border-top:1px solid var(--vel-border);border-bottom:1px solid var(--vel-border)}.vel-pdp__trust-item{display:flex;align-items:center;gap:.5rem;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--vel-muted);font-weight:500}.vel-pdp__trust-item svg{color:var(--vel-gold);flex-shrink:0}.vel-acc{display:flex;flex-direction:column}.vel-acc__item{border-bottom:1px solid var(--vel-border)}.vel-acc__item:first-child{border-top:1px solid var(--vel-border)}.vel-acc__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 0;background:none;border:none;cursor:pointer;font-family:var(--font-body);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;color:var(--vel-dark);text-align:left;transition:color var(--transition)}.vel-acc__trigger:hover{color:var(--vel-gold)}.vel-acc__icon{position:relative;width:14px;height:14px;flex-shrink:0}.vel-acc__icon:before,.vel-acc__icon:after{content:"";position:absolute;background:currentColor;transition:transform .3s ease}.vel-acc__icon:before{top:6px;left:0;right:0;height:1.5px}.vel-acc__icon:after{left:6px;top:0;bottom:0;width:1.5px}.vel-acc__item.is-open .vel-acc__icon:after{transform:scaleY(0)}.vel-acc__content{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.16,1,.3,1),padding .4s ease;font-size:.86rem;line-height:1.7;color:var(--vel-muted)}.vel-acc__item.is-open .vel-acc__content{max-height:600px;padding-bottom:1.25rem}.vel-acc__content p+p{margin-top:.75rem}.vel-acc__content ul{list-style:none;padding-left:0}.vel-acc__content ul li{padding:.35rem 0 .35rem 1.25rem;position:relative}.vel-acc__content ul li:before{content:"\2726";position:absolute;left:0;color:var(--vel-gold)}@media(max-width:1000px){.vel-pdp__inner{grid-template-columns:1fr;gap:3rem}.vel-pdp__info{position:static}.vel-pdp__media-cell--feature{aspect-ratio:1}}@media(max-width:600px){.vel-pdp{padding:1rem 1rem 3rem}.vel-pdp__media-grid{gap:.4rem}.vel-pdp__atc{min-width:140px;padding:.95rem 1rem}}@media(max-width:1100px){.vel-product__inner,.vel-pdp__inner,.vel-story__inner{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr)!important;gap:4rem!important}.vel-features__grid{grid-template-columns:repeat(4,1fr)!important}.vel-gallery__grid,.vel-testimonials__grid,.vel-shipping__grid,.vel-reviews__grid{grid-template-columns:repeat(3,1fr)!important}.vel-footer__inner{flex-direction:row!important}.site-header__nav{display:flex!important}}@media(max-width:768px){html,body{min-width:1200px;overflow-x:auto}.vel-pdp__info{position:static!important}}.vel-hero__content,.vel-pdp__inner,.vel-features__inner,.vel-gallery__grid,.vel-testimonials__inner,.vel-shipping__inner,.vel-reviews__inner,.vel-story__inner{max-width:1280px;margin-left:auto;margin-right:auto}.vel-pdp__app-blocks{display:flex;flex-direction:column;gap:1rem;padding:1rem 0;border-top:1px solid var(--vel-border)}.vel-pdp__app-blocks:empty{display:none}@keyframes vel-shimmer{0%{background-position:-200% center}to{background-position:200% center}}.vel-hero__heading,.vel-cta__heading{background:linear-gradient(90deg,#e8dcc8,#c4a882 20%,#f5e9d4,#c4a882 70%,#e8dcc8);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:vel-shimmer 6s linear infinite}.site-header__nav-link,.vel-footer__link{position:relative}.site-header__nav-link:after,.vel-footer__link:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:1px;background:var(--vel-gold);transition:width .4s cubic-bezier(.16,1,.3,1)}.site-header__nav-link:hover:after,.vel-footer__link:hover:after,.site-header__nav-link.is-active:after{width:100%}.vel-pdp__media-side:before{content:"";position:absolute;left:50%;top:30%;width:60%;height:60%;transform:translate(-50%);background:radial-gradient(circle,rgba(196,168,130,.18) 0%,transparent 70%);filter:blur(60px);pointer-events:none;z-index:-1}.vel-pdp__media-side,.vel-reviews__card,.vel-testimonials__card{position:relative}.vel-reviews__card:before,.vel-reviews__card:after{content:"";position:absolute;width:16px;height:16px;border-color:var(--vel-gold);border-style:solid;opacity:0;transition:opacity .4s ease;pointer-events:none}.vel-reviews__card:before{top:0;left:0;border-width:1px 0 0 1px}.vel-reviews__card:after{bottom:0;right:0;border-width:0 1px 1px 0}.vel-reviews__card:hover:before,.vel-reviews__card:hover:after{opacity:1}.vel-divider{display:flex;align-items:center;gap:1rem;margin:3rem auto;max-width:200px}.vel-divider:before,.vel-divider:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--vel-gold),transparent)}.vel-divider span{font-size:.9rem;color:var(--vel-gold)}.vel-hero__sparkle{position:absolute;width:3px;height:3px;background:var(--vel-gold);border-radius:50%;pointer-events:none;opacity:0;z-index:2;animation:vel-sparkle 4s ease-in-out infinite;box-shadow:0 0 8px #c4a88299}@keyframes vel-sparkle{0%,to{opacity:0;transform:scale(.5)}50%{opacity:1;transform:scale(1)}}.vel-hero__sparkle:nth-child(1){top:20%;left:15%;animation-delay:0s}.vel-hero__sparkle:nth-child(2){top:35%;right:20%;animation-delay:.8s}.vel-hero__sparkle:nth-child(3){bottom:30%;left:25%;animation-delay:1.6s}.vel-hero__sparkle:nth-child(4){top:50%;right:12%;animation-delay:2.4s}.vel-hero__sparkle:nth-child(5){bottom:40%;right:30%;animation-delay:3.2s}.vel-btn{position:relative;overflow:hidden}.vel-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#c4a8822e;border-radius:50%;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease;pointer-events:none}.vel-btn:hover:before{width:350px;height:350px}@keyframes vel-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.vel-slideshow__slide.is-active .vel-slideshow__img{animation:vel-float 5s ease-in-out infinite}.vel-reviews{padding:5rem 2rem;background:var(--vel-bg)}.vel-reviews__inner{max-width:1200px;margin:0 auto}.vel-reviews__header{text-align:center;margin-bottom:2.5rem}.vel-reviews__eyebrow{font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:var(--vel-gold);font-weight:500;margin-bottom:.75rem}.vel-reviews__heading{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.6rem);font-style:italic;font-weight:400;margin-bottom:.75rem}.vel-reviews__summary{display:inline-flex;align-items:center;gap:.6rem}.vel-reviews__stars{color:var(--vel-gold);letter-spacing:.08em;font-size:.9rem}.vel-reviews__rating-text{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--vel-muted);font-weight:500}.vel-reviews-slider{position:relative;display:flex;align-items:center;gap:.75rem}.vel-reviews-slider__viewport{flex:1;overflow:hidden}.vel-reviews-slider__track{display:flex;gap:1.5rem;transition:transform .6s cubic-bezier(.16,1,.3,1);will-change:transform}.vel-reviews-card{flex:0 0 calc((100% - 3rem) / 3);background:#fff;padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:.6rem;border:1px solid var(--vel-border);position:relative}.vel-reviews-card__photo{width:56px;height:56px;border-radius:50%;overflow:hidden;margin-bottom:.25rem}.vel-reviews-card__photo img{width:100%;height:100%;object-fit:cover}.vel-reviews-card__stars{color:var(--vel-gold);font-size:.85rem;letter-spacing:.08em}.vel-reviews-card__title{font-family:var(--font-display);font-size:1.15rem;font-weight:500;font-style:italic;line-height:1.3}.vel-reviews-card__quote{font-size:.82rem;line-height:1.6;color:var(--vel-muted);flex:1}.vel-reviews-card__meta{display:flex;flex-direction:column;gap:.15rem;padding-top:.5rem;border-top:1px solid var(--vel-border)}.vel-reviews-card__author{font-size:.78rem;font-weight:500;color:var(--vel-dark)}.vel-reviews-card__location{font-size:.68rem;color:var(--vel-muted);letter-spacing:.04em}.vel-reviews-card__verified{position:absolute;top:1rem;right:1rem;font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--vel-gold);font-weight:500}.vel-reviews-slider__arrow{width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid var(--vel-border);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--vel-dark);transition:background .3s ease,color .3s ease,border-color .3s ease;flex-shrink:0}.vel-reviews-slider__arrow:hover{background:var(--vel-dark);color:var(--vel-cream);border-color:var(--vel-dark)}.vel-reviews-slider__arrow:disabled{opacity:.3;cursor:not-allowed}.vel-reviews-slider__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.75rem}.vel-reviews-slider__dot{width:7px;height:7px;border-radius:50%;background:var(--vel-border);border:none;cursor:pointer;transition:background .3s ease,width .3s ease}.vel-reviews-slider__dot.is-active{background:var(--vel-gold);width:28px;border-radius:4px}.vel-pdp{padding:2rem;max-width:1200px;margin:0 auto}.vel-pdp__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem;align-items:start}.vel-slideshow{position:relative;overflow:hidden;background:#f0ece4;aspect-ratio:1;max-width:520px;margin:0 auto;width:100%}.vel-slideshow__track{display:flex;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);will-change:transform}.vel-slideshow__slide{flex:0 0 100%;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f0ece4}.vel-slideshow__img{width:100%;height:100%;object-fit:cover;display:block}.vel-slideshow__arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#ffffffeb;border:1px solid var(--vel-border);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--vel-dark);transition:background .3s ease,color .3s ease;z-index:2}.vel-slideshow__arrow:hover{background:var(--vel-dark);color:var(--vel-cream)}.vel-slideshow__arrow--prev{left:.75rem}.vel-slideshow__arrow--next{right:.75rem}.vel-slideshow__dots{position:absolute;bottom:.85rem;left:50%;transform:translate(-50%);display:flex;gap:.4rem;z-index:2}.vel-slideshow__dot{width:6px;height:6px;border-radius:50%;background:#fff9;border:none;cursor:pointer;transition:background .3s ease,width .3s ease}.vel-slideshow__dot.is-active{background:var(--vel-gold);width:22px;border-radius:3px}.vel-slideshow__thumbs{display:flex;gap:.4rem;margin-top:.65rem;max-width:520px;margin-left:auto;margin-right:auto;overflow-x:auto}.vel-pdp__thumb{width:60px;height:60px;flex-shrink:0;background:#f0ece4;border:2px solid transparent;cursor:pointer;padding:0;overflow:hidden;transition:border-color .3s ease}.vel-pdp__thumb.is-active,.vel-pdp__thumb:hover{border-color:var(--vel-gold)}.vel-pdp__thumb img{width:100%;height:100%;object-fit:cover}.vel-pdp__info{position:sticky;top:calc(var(--header-h) + 1.5rem);display:flex;flex-direction:column;gap:1.25rem;padding-top:0}.vel-pdp__title{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.25rem);font-weight:400;font-style:italic;line-height:1.15}.vel-pdp__price-current{font-family:var(--font-display);font-size:1.5rem;font-weight:400}.vel-pdp__short-desc{font-size:.85rem;line-height:1.7;color:var(--vel-muted)}.vel-newsletter{background:var(--vel-dark);color:var(--vel-cream);padding:5rem 2rem}.vel-newsletter__inner{max-width:700px;margin:0 auto;text-align:center}.vel-newsletter__eyebrow{font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:var(--vel-gold);font-weight:500;margin-bottom:1rem}.vel-newsletter__heading{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-style:italic;font-weight:300;color:#fff;margin-bottom:1rem}.vel-newsletter__sub{font-size:.85rem;color:#e8dcc899;line-height:1.7;margin-bottom:2rem}.vel-newsletter__row{display:flex;gap:.5rem;max-width:480px;margin:0 auto}.vel-newsletter__input{flex:1;padding:.95rem 1.25rem;background:#ffffff0f;border:1px solid rgba(232,220,200,.2);color:var(--vel-cream);font-family:var(--font-body);font-size:.85rem;letter-spacing:.04em;transition:border-color .3s ease}.vel-newsletter__input::placeholder{color:#e8dcc866}.vel-newsletter__input:focus{outline:none;border-color:var(--vel-gold)}.vel-newsletter__btn{background:var(--vel-gold);color:var(--vel-dark);border:none;padding:.95rem 1.75rem;font-family:var(--font-body);font-size:.7rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;transition:background .3s ease;white-space:nowrap}.vel-newsletter__btn:hover{background:var(--vel-cream)}@media(max-width:1100px){.vel-pdp__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}.vel-reviews-card{flex:0 0 calc((100% - 1.5rem)/2)}}.vel-specs{padding:6rem 2rem;background:var(--vel-bg)}.vel-specs__inner{max-width:1000px;margin:0 auto}.vel-specs__header{text-align:center;margin-bottom:4rem}.vel-specs__eyebrow{font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:var(--vel-gold);font-weight:500;margin-bottom:1rem}.vel-specs__heading{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.8rem);font-style:italic;font-weight:300}.vel-specs__row{display:grid;grid-template-columns:220px 1fr;gap:3rem;padding:2rem 0;border-top:1px solid var(--vel-border);align-items:start}.vel-specs__row:last-child{border-bottom:1px solid var(--vel-border)}.vel-specs__label{display:flex;flex-direction:column;gap:.5rem}.vel-specs__number{font-size:.65rem;letter-spacing:.2em;color:var(--vel-gold);font-weight:500}.vel-specs__title{font-family:var(--font-display);font-size:1.4rem;font-style:italic;font-weight:400;color:var(--vel-dark)}.vel-specs__detail p{font-size:.92rem;line-height:1.8;color:var(--vel-muted)}.vel-colourway{padding:6rem 2rem;background:#f0ece4}.vel-colourway__inner{max-width:1100px;margin:0 auto}.vel-colourway__header{text-align:center;margin-bottom:3.5rem}.vel-colourway__eyebrow{font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:var(--vel-gold);font-weight:500;margin-bottom:1rem}.vel-colourway__heading{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.8rem);font-style:italic;font-weight:300;margin-bottom:1rem}.vel-colourway__sub{font-size:.9rem;color:var(--vel-muted);max-width:480px;margin:0 auto;line-height:1.7}.vel-colourway__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.vel-colourway__card{background:var(--vel-bg);padding:2.5rem 1.5rem;text-align:center;transition:transform .4s ease}.vel-colourway__card:hover{transform:translateY(-4px)}.vel-colourway__swatch{width:100px;height:100px;border-radius:50%;margin:0 auto 1.5rem;box-shadow:0 8px 30px #00000014;border:1px solid rgba(0,0,0,.04)}.vel-colourway__name{font-family:var(--font-display);font-size:1.5rem;font-style:italic;font-weight:400;margin-bottom:.5rem}.vel-colourway__desc{font-size:.82rem;color:var(--vel-muted);line-height:1.6}.vel-promise{padding:6rem 2rem;background:var(--vel-bg)}.vel-promise__inner{max-width:1200px;margin:0 auto}.vel-promise__header{text-align:center;margin-bottom:4rem}.vel-promise__eyebrow{font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:var(--vel-gold);font-weight:500;margin-bottom:1rem}.vel-promise__heading{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.8rem);font-style:italic;font-weight:300}.vel-promise__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem}.vel-promise__item{text-align:center;padding:1.5rem 1rem}.vel-promise__icon{font-size:1.5rem;color:var(--vel-gold);margin-bottom:1rem}.vel-promise__item-title{font-family:var(--font-display);font-size:1.05rem;font-style:italic;margin-bottom:.6rem;color:var(--vel-dark)}.vel-promise__item-text{font-size:.75rem;color:var(--vel-muted);line-height:1.6}html,body{min-width:1200px!important;width:1200px!important;overflow-x:hidden!important}@media(max-width:9999px){.vel-product__inner,.vel-pdp__inner,.vel-story__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:3rem!important}.vel-features__grid,.vel-promise__grid{grid-template-columns:repeat(5,1fr)!important}.vel-features__grid{grid-template-columns:repeat(4,1fr)!important}.vel-gallery__grid{grid-template-columns:repeat(3,1fr)!important;grid-auto-rows:320px!important}.vel-shipping__grid,.vel-colourway__grid{grid-template-columns:repeat(3,1fr)!important}.vel-specs__row{grid-template-columns:220px 1fr!important}.vel-footer__inner{flex-direction:row!important}.site-header__nav{display:flex!important}.vel-pdp__info{position:sticky!important}.vel-gallery__item--tall{grid-row:span 2!important}.vel-gallery__item--wide{grid-column:span 2!important}.vel-reviews-card{flex:0 0 calc((100% - 3rem) / 3)!important}.vel-hero{min-height:100vh!important}}@media(max-width:1100px){html,body{min-width:0!important;width:100%!important;overflow-x:hidden!important}}@media(max-width:1100px){.vel-features__grid,.vel-promise__grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}.vel-gallery__grid{grid-template-columns:repeat(2,1fr)!important;grid-auto-rows:240px!important}.vel-gallery__item--wide{grid-column:span 2!important}.vel-gallery__item--tall{grid-row:span 2!important}.vel-shipping__grid,.vel-colourway__grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}.vel-pdp__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:2rem!important}.vel-pdp__info{position:static!important}.vel-story__inner{grid-template-columns:1fr 1fr!important;gap:2.5rem!important}.vel-reviews-card{flex:0 0 calc((100% - 1.5rem)/2)!important}.vel-pdp,.vel-features,.vel-promise,.vel-specs,.vel-colourway,.vel-reviews,.vel-shipping,.vel-newsletter,.vel-story,.vel-cta{padding-left:1.5rem!important;padding-right:1.5rem!important}}@media(max-width:720px){.vel-pdp__inner,.vel-story__inner{grid-template-columns:1fr!important;gap:2rem!important}.vel-pdp{padding:1rem!important}.vel-pdp__media-side{order:-1}.vel-pdp__title{font-size:1.75rem!important}.vel-features__grid,.vel-shipping__grid,.vel-colourway__grid,.vel-promise__grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.vel-gallery__grid{grid-template-columns:1fr!important;grid-auto-rows:280px!important}.vel-gallery__item--wide,.vel-gallery__item--tall{grid-column:span 1!important;grid-row:span 1!important}.vel-specs__row{grid-template-columns:1fr!important;gap:1rem!important;padding:1.5rem 0!important}.vel-reviews-card{flex:0 0 100%!important}.vel-reviews-slider__arrow{width:36px!important;height:36px!important}.site-header__inner{padding:0 1rem!important}.site-header__nav{display:none!important}.vel-hero__heading{font-size:clamp(2.5rem,12vw,4.5rem)!important}.vel-hero__subheading{font-size:1rem!important}.vel-hero__content{padding:2rem 1.25rem!important}.vel-features,.vel-promise,.vel-specs,.vel-colourway,.vel-reviews,.vel-shipping,.vel-newsletter,.vel-story,.vel-cta{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.vel-newsletter__row{flex-direction:column!important}.vel-newsletter__btn{width:100%!important}.vel-story__stats{flex-wrap:wrap!important;gap:1.5rem!important}.vel-sticky-atc__inner{padding:.6rem .75rem!important}.vel-sticky-atc__title{font-size:.85rem!important}.vel-sticky-atc__price{font-size:.7rem!important}.vel-sticky-atc__btn{padding:.7rem 1.25rem!important;font-size:.65rem!important;min-width:0!important}.vel-footer__inner{flex-direction:column!important;gap:2rem!important;align-items:flex-start!important}}.vel-pdp__editor-hint{background:linear-gradient(135deg,#c4a882,#e2cba8);color:#0a0a0a;padding:1.25rem 1.5rem;margin:0 auto 1.5rem;max-width:1200px;display:flex;flex-direction:column;gap:.4rem;border-radius:4px;font-family:var(--font-body)}.vel-pdp__editor-hint strong{font-size:.95rem;font-weight:500;letter-spacing:.04em}.vel-pdp__editor-hint span{font-size:.82rem;opacity:.85;line-height:1.5}.vel-pdp__title-link{text-decoration:none;color:inherit;display:inline-block;transition:color .3s ease}.vel-pdp__title-link:hover .vel-pdp__title{color:var(--vel-gold)}.vel-pdp__title-link .vel-pdp__title{transition:color .3s ease;cursor:pointer}.vel-slideshow__link{display:block;width:100%;height:100%;cursor:pointer;position:relative}.vel-slideshow__link:after{content:"View product \2192";position:absolute;bottom:1.25rem;right:1.25rem;background:#0a0a0ad9;color:var(--vel-cream);padding:.55rem 1rem;font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;font-family:var(--font-body);opacity:0;transform:translateY(8px);transition:opacity .4s ease,transform .4s ease;pointer-events:none}.vel-slideshow__link:hover:after{opacity:1;transform:translateY(0)}@media(max-width:720px){.vel-pdp{padding:1rem .75rem!important}.vel-pdp__inner{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:.75rem!important;align-items:start!important}.vel-pdp__media-side{order:0!important;width:100%!important}.vel-slideshow{max-width:100%!important;aspect-ratio:1!important}.vel-slideshow__arrow{width:26px!important;height:26px!important}.vel-slideshow__arrow svg{width:12px;height:12px}.vel-slideshow__arrow--prev{left:.35rem!important}.vel-slideshow__arrow--next{right:.35rem!important}.vel-slideshow__dot{width:5px;height:5px}.vel-slideshow__dot.is-active{width:16px}.vel-slideshow__link:after{bottom:.5rem!important;right:.5rem!important;padding:.3rem .55rem!important;font-size:.5rem!important;letter-spacing:.1em!important}.vel-slideshow__thumbs{display:none!important}.vel-pdp__info{order:1!important;position:static!important;padding:0!important;gap:.65rem!important}.vel-pdp__eyebrow{font-size:.55rem!important;letter-spacing:.16em!important;margin:0!important}.vel-pdp__title{font-size:1.05rem!important;line-height:1.15!important}.vel-pdp__rating{margin-top:0!important;gap:.4rem!important;flex-wrap:wrap}.vel-pdp__stars{font-size:.7rem!important}.vel-pdp__rating-count{font-size:.55rem!important;letter-spacing:.08em!important}.vel-pdp__price-current{font-size:1.1rem!important}.vel-pdp__price-compare{font-size:.75rem!important}.vel-pdp__short-desc{font-size:.7rem!important;line-height:1.5!important}.vel-pdp__variant-header{flex-direction:column!important;align-items:flex-start!important;gap:.25rem!important}.vel-pdp__variant-label{font-size:.55rem!important;letter-spacing:.14em!important}.vel-product__size-guide-btn{font-size:.55rem!important;letter-spacing:.1em!important}.vel-pdp__variant-btns{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:.35rem!important}.vel-product__variant-btn{padding:.5rem .4rem!important;font-size:.65rem!important;text-align:center}.vel-pdp__atc-row{flex-direction:column!important;gap:.5rem!important}.vel-product__qty{align-self:flex-start!important}.vel-product__qty-btn{width:32px!important;height:36px!important;font-size:.95rem!important}.vel-product__qty-input{width:36px!important;height:36px!important;font-size:.75rem!important}.vel-pdp__atc{width:100%!important;min-width:0!important;padding:.85rem .5rem!important;font-size:.65rem!important;letter-spacing:.12em!important}.vel-pdp__trust{flex-direction:column!important;gap:.4rem!important;padding:.5rem 0!important}.vel-pdp__trust-item{font-size:.55rem!important;letter-spacing:.06em!important}.vel-pdp__trust-item svg{width:12px!important;height:12px!important}.vel-acc__trigger{padding:.7rem 0!important;font-size:.62rem!important;letter-spacing:.1em!important}.vel-acc__content{font-size:.7rem!important;line-height:1.55!important}.vel-acc__content ul li{padding:.25rem 0 .25rem .85rem!important;font-size:.7rem!important}.vel-sticky-atc__inner{padding:.55rem .65rem!important}.vel-sticky-atc__img{display:none!important}.vel-sticky-atc__title{font-size:.75rem!important}.vel-sticky-atc__price{font-size:.65rem!important}.vel-sticky-atc__btn{padding:.6rem .85rem!important;font-size:.55rem!important;letter-spacing:.12em!important;min-width:0!important}}@media(max-width:380px){.vel-pdp{padding:.5rem!important}.vel-pdp__inner{gap:.5rem!important}.vel-pdp__title{font-size:.95rem!important}.vel-pdp__variant-btns{grid-template-columns:1fr!important}.vel-pdp__atc{font-size:.6rem!important;padding:.75rem .4rem!important}}@media(max-width:1100px){html,body{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important}.vel-pdp,.vel-features,.vel-promise,.vel-specs,.vel-colourway,.vel-reviews,.vel-shipping,.vel-newsletter,.vel-story,.vel-cta,.vel-marquee,.vel-gallery,.vel-faq,.site-header,.vel-footer,.announcement,main,#MainContent,section{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.vel-pdp__inner{width:100%!important;max-width:100%!important}}@media(max-width:720px){.vel-hero{min-height:75vh!important;height:75vh!important}.vel-hero__bg-img{object-fit:contain!important;object-position:center bottom!important;background:var(--vel-dark)}.vel-hero__bg{background:var(--vel-dark)!important}.vel-hero__overlay{background:linear-gradient(to bottom,#0a0a0a40,#0a0a0a73)!important}.vel-hero__content{position:absolute!important;bottom:4rem!important;left:0!important;right:0!important;padding:1rem 1.25rem!important}}@media(max-width:380px){.vel-hero{min-height:70vh!important;height:70vh!important}}@media(max-width:720px){.vel-hero{min-height:92vh!important;height:auto!important}.vel-hero__bg{background:transparent!important}.vel-hero__bg-img{object-fit:cover!important;object-position:center 60%!important;width:100%!important;height:100%!important}.vel-hero__overlay{background:linear-gradient(to bottom,#0a0a0a33,#0a0a0aa6)!important}.vel-hero__content{position:relative!important;bottom:auto!important;padding:40vh 1.5rem 4rem!important}}@media(max-width:900px){.vel-pdp{padding:0!important}.vel-pdp__inner{display:block!important;grid-template-columns:none!important;gap:0!important;width:100%!important;max-width:100%!important}.vel-pdp__media-side{width:100%!important;margin-bottom:1.5rem!important}.vel-slideshow{max-width:100%!important;width:100%!important;aspect-ratio:1!important;margin:0!important}.vel-slideshow__arrow{width:36px!important;height:36px!important}.vel-slideshow__arrow svg{width:16px;height:16px}.vel-slideshow__arrow--prev{left:.85rem!important}.vel-slideshow__arrow--next{right:.85rem!important}.vel-slideshow__dot{width:6px;height:6px}.vel-slideshow__dot.is-active{width:22px}.vel-slideshow__link:after{bottom:.9rem!important;right:.9rem!important;padding:.45rem .8rem!important;font-size:.6rem!important;letter-spacing:.16em!important}.vel-slideshow__thumbs{display:flex!important;padding:.5rem 1.25rem 0!important;gap:.5rem!important}.vel-pdp__thumb{width:56px!important;height:56px!important}.vel-pdp__info{width:100%!important;position:static!important;padding:0 1.5rem 2rem!important;gap:1.25rem!important}.vel-pdp__eyebrow{font-size:.65rem!important;letter-spacing:.2em!important}.vel-pdp__title{font-size:clamp(1.5rem,6vw,2rem)!important;line-height:1.15!important}.vel-pdp__rating{flex-wrap:nowrap!important;gap:.6rem!important}.vel-pdp__stars{font-size:.85rem!important}.vel-pdp__rating-count{font-size:.65rem!important}.vel-pdp__price-current{font-size:1.4rem!important}.vel-pdp__short-desc{font-size:.88rem!important;line-height:1.7!important}.vel-pdp__variant-header{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:.5rem!important}.vel-pdp__variant-label{font-size:.65rem!important;letter-spacing:.18em!important}.vel-product__size-guide-btn{font-size:.62rem!important;letter-spacing:.14em!important}.vel-pdp__variant-btns{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:.5rem!important}.vel-product__variant-btn{padding:.85rem .5rem!important;font-size:.75rem!important;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vel-pdp__atc-row{flex-direction:row!important;gap:.6rem!important;align-items:stretch!important}.vel-product__qty{flex-shrink:0}.vel-product__qty-btn{width:38px!important;height:48px!important;font-size:1.05rem!important}.vel-product__qty-input{width:44px!important;height:48px!important;font-size:.85rem!important}.vel-pdp__atc{flex:1!important;padding:0!important;font-size:.7rem!important;letter-spacing:.14em!important;height:48px!important}.vel-pdp__trust{flex-direction:row!important;flex-wrap:wrap!important;gap:1rem!important;justify-content:space-between!important;padding:1rem 0!important}.vel-pdp__trust-item{font-size:.6rem!important;letter-spacing:.08em!important;gap:.4rem!important}.vel-pdp__trust-item svg{width:14px!important;height:14px!important}.vel-acc__trigger{padding:1rem 0!important;font-size:.72rem!important;letter-spacing:.14em!important}.vel-acc__content{font-size:.82rem!important;line-height:1.7!important}.vel-acc__content ul li{padding:.35rem 0 .35rem 1.1rem!important;font-size:.82rem!important}.vel-sticky-atc__inner{padding:.7rem 1rem!important}.vel-sticky-atc__img{display:none!important}.vel-sticky-atc__title{font-size:.82rem!important}.vel-sticky-atc__price{font-size:.7rem!important}.vel-sticky-atc__btn{padding:.75rem 1.1rem!important;font-size:.62rem!important;letter-spacing:.14em!important;min-width:0!important}}@media(max-width:380px){.vel-pdp__variant-btns{grid-template-columns:1fr 1fr!important}.vel-product__variant-btn{font-size:.68rem!important;padding:.75rem .4rem!important}}.vel-colourway__grid{grid-template-columns:repeat(4,1fr)!important}@media(max-width:1100px){.vel-colourway__grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:480px){.vel-colourway__grid{grid-template-columns:repeat(2,1fr)!important}}.vel-stars-rating{display:inline-block;position:relative;font-size:.9rem;letter-spacing:.08em;line-height:1;vertical-align:middle}.vel-stars-rating__base{color:#c4a88247}.vel-stars-rating__fill{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap;color:var(--vel-gold)}@media(max-width:900px){.vel-slideshow{aspect-ratio:4/5!important;max-height:50vh!important;width:100%!important}.vel-slideshow__track,.vel-slideshow__slide{height:100%!important}.vel-slideshow__img{object-fit:cover!important;width:100%!important;height:100%!important}.vel-slideshow__thumbs{padding:.4rem 1rem 0!important;gap:.4rem!important}.vel-pdp__thumb{width:48px!important;height:48px!important}.vel-pdp__media-side{margin-bottom:1rem!important}.vel-pdp__info{padding-top:0!important}}@media(max-width:480px){.vel-slideshow{aspect-ratio:5/6!important;max-height:48vh!important}}html,body{width:100%!important;max-width:100vw!important;overflow-x:hidden!important;margin:0!important;padding:0!important}main,#MainContent,.shopify-section{width:100%!important;max-width:100%!important;display:block!important}.vel-hero,.vel-marquee,.vel-features,.vel-promise,.vel-specs,.vel-colourway,.vel-reviews,.vel-shipping,.vel-newsletter,.vel-story,.vel-cta,.vel-faq,.vel-gallery,.vel-pdp,.site-header,.vel-footer,.announcement{width:100vw!important;max-width:100vw!important;margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;position:relative!important;left:0!important;right:0!important;box-sizing:border-box!important}.vel-hero__content,.vel-features__inner,.vel-promise__inner,.vel-specs__inner,.vel-colourway__inner,.vel-reviews__inner,.vel-shipping__inner,.vel-newsletter__inner,.vel-story__inner,.vel-cta__inner,.vel-faq__inner,.vel-gallery__inner,.vel-pdp__inner,.site-header__inner,.vel-footer__inner{max-width:1400px!important;margin-left:auto!important;margin-right:auto!important;width:100%!important;box-sizing:border-box!important}.vel-pdp .vel-slideshow .vel-slideshow__img,.vel-pdp .vel-pdp__thumb img{object-fit:contain!important}
/*# sourceMappingURL=/cdn/shop/t/43/assets/velune.css.map */
