:root{--color-background:#fcfaf7;--color-surface:#fff;--color-foreground:#231f20;--color-muted:#f3ede8;--color-muted-foreground:#655e5a;--color-brand:#b4233a;--color-brand-hover:#941b30;--color-brand-active:#761426;--color-border:#d6cdc6;--color-accent:#d0485a;--color-focus:#a61b34;--color-danger:#a92c22;--color-success:#2e6b4d;--font-display:"Source Serif 4", Georgia, serif;--font-body:"Manrope", Arial, sans-serif;--font-ui:"Manrope", Arial, sans-serif;--text-hero:clamp(2.625rem, 6vw, 4.25rem);--text-h2:clamp(1.875rem, 4vw, 2.875rem);--text-h3:clamp(1.5rem, 2.5vw, 1.875rem);--text-lead:clamp(1.125rem, 1.4vw, 1.25rem);--text-body:clamp(1rem, 1.2vw, 1.0625rem);--text-small:.9375rem;--text-caption:.75rem;--leading-display:1.06;--leading-heading:1.13;--leading-body:1.5;--tracking-display:-.02em;--tracking-label:.08em;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-14:3.5rem;--space-18:4.5rem;--space-24:6rem;--space-30:7.5rem;--space-36:9rem;--radius-control:.125rem;--radius-card:.125rem;--radius-image:0;--border-default:1px solid var(--color-border);--border-strong:1px solid var(--color-foreground);--focus-ring:0 0 0 2px var(--color-surface), 0 0 0 4px var(--color-focus);--shadow-float:0 16px 40px #231f2024;--container-mobile:100%;--container-desktop:75rem;--container-wide:82.5rem;--container-xwide:90rem;--gutter-mobile:1rem;--gutter-tablet:2rem;--gutter-desktop:3rem;--header-mobile:4rem;--header-desktop:5rem;--button-height:3rem;--button-height-mobile:3.25rem;--tap-target:2.75rem;--motion-fast:.16s;--motion-base:.22s;--easing-standard:cubic-bezier(.2, 0, 0, 1)}@media (width>=90rem){:root{--gutter-desktop:4rem}}@media (prefers-reduced-motion:reduce){:root{--motion-fast:0s;--motion-base:0s}}*,:before,:after{box-sizing:border-box}html{background:var(--color-background)}body,h1,h2,h3,p{margin:0}body{background:var(--color-background);min-width:320px;color:var(--color-foreground);font-family:var(--font-body);font-size:var(--text-body);font-weight:400;line-height:var(--leading-body)}main{width:min(100%,430px);min-height:100svh;margin:0 auto}h1,h2,h3{font-family:var(--font-display);letter-spacing:var(--tracking-display);font-weight:600}h1{font-size:var(--text-hero);line-height:var(--leading-display)}h2{font-size:var(--text-h2);line-height:var(--leading-heading)}h3{font-size:var(--text-h3);line-height:1.25}button{font-family:var(--font-ui);background:0 0;border:0;font-size:16px;font-weight:600}@media (width>=960px){main{width:min(100%, var(--container-desktop));padding:0 var(--gutter-desktop)}}.hero{background:var(--color-background);grid-template-rows:minmax(0,80vw) auto;display:grid;position:relative}.hero__logo{z-index:5;filter:drop-shadow(0 2px 6px #00000059);width:auto;height:105px;position:absolute;top:clamp(16px,4vw,28px);left:clamp(16px,4vw,28px)}.hero__image{min-height:0;overflow:hidden}.hero__image img{object-fit:cover;width:100%;height:100%;display:block}.hero__image .placeholder-image{border-width:0 0 1px;width:100%;height:100%;min-height:100%}.hero__content{flex-direction:column;align-items:flex-start;padding:clamp(18px,5vw,24px) clamp(20px,6vw,28px) clamp(20px,5vw,26px);display:flex}.hero__label{color:var(--color-brand);margin-bottom:8px;font-weight:600;line-height:1.25}.hero__title{color:var(--color-foreground);margin-bottom:12px}.hero__subtitle{color:var(--color-foreground);margin-bottom:16px}.hero__cta{width:100%;height:var(--button-height);border-radius:var(--radius-control);cursor:pointer;background:var(--color-brand);color:var(--color-surface);font:600 16px var(--font-ui);border:none;padding:0 24px}.hero__cta:hover{background:var(--color-brand-hover)}.hero__cta:active{background:var(--color-brand-active)}.hero__cta:focus-visible{box-shadow:var(--focus-ring);outline:none}@media (height<=680px){.hero{grid-template-rows:minmax(0,30dvh) 1fr}.hero__content{padding-top:14px;padding-bottom:14px}.hero__title{margin-bottom:8px}.hero__subtitle{margin-bottom:10px;font-size:14px}}@media (width>=960px){#hero,.hero{min-height:680px}.hero{grid-template-rows:1fr;grid-template-columns:1fr;position:relative;overflow:hidden}.hero:before{z-index:1;content:"";pointer-events:none;background:linear-gradient(90deg,#231f20b8 0%,#231f206b 42%,#231f2014 78%,#0000 100%);position:absolute;inset:0}.hero__image{z-index:0;position:absolute;inset:0}.hero__image img{object-fit:cover;width:100%;height:100%}.hero__content{z-index:2;justify-content:center;max-width:min(80%,960px);margin-inline:auto;padding:72px clamp(24px,3vw,44px);position:relative}.hero__logo{height:150px;top:28px;left:clamp(24px,3vw,48px)}.hero__label,.hero__title,.hero__subtitle{color:var(--color-surface)}.hero__subtitle{max-width:42ch}.hero__cta{width:auto;min-width:220px}}@media (width<=959px){.hero__cta{height:var(--button-height-mobile)}}#collection{background:var(--color-background);padding:48px 20px 56px}.collection__intro{margin-bottom:28px}.collection__title{color:var(--color-foreground);margin-bottom:12px}.collection__subtitle{color:var(--color-muted-foreground)}.collection__list{gap:var(--space-6);display:grid}.collection__group-title{color:var(--color-foreground);grid-column:1/-1;margin:8px 0 4px}.collection__group-title:first-child{margin-top:0}@media (width>=431px){#collection{padding-left:28px;padding-right:28px}}@media (width>=960px){#collection{padding:80px 0 96px}.collection__intro{max-width:620px;margin-bottom:40px}.collection__subtitle{font-size:17px}.collection__list{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}}.collection-card{cursor:pointer;background:var(--color-surface);will-change:transform;border:0;border-radius:16px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 2px 10px #00000014}.collection-card:hover,.collection-card:focus-within{transform:translateY(-4px)scale(1.02);box-shadow:0 12px 28px #00000029}.collection-card__image{overflow:hidden}.collection-card__image img{aspect-ratio:4/5;object-fit:cover;width:100%;display:block}.collection-card__image>img:not(.photo-carousel__image){transition:transform .4s}.collection-card:hover .collection-card__image>img:not(.photo-carousel__image){transform:scale(1.04)}.collection-card__image--carousel{aspect-ratio:4/5;position:relative}.collection-card__image .placeholder-image{border:0;border-bottom:1px solid var(--color-border);width:100%}.collection-card__content{flex-direction:column;align-items:stretch;padding:14px 16px 16px;display:flex}.collection-card__badge{color:var(--color-brand);letter-spacing:.08em;margin:0 0 8px;font-size:12px;font-weight:600}.collection-card__title{color:var(--color-muted-foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 4px;font-size:15px;font-weight:400;line-height:1.35;display:-webkit-box;overflow:hidden}.collection-card__price{color:var(--color-foreground);margin:0 0 6px;font-size:24px;font-weight:700;line-height:1.2}.collection-card__meta{color:var(--color-muted-foreground);margin:0 0 14px;font-size:13px;line-height:1.3}.collection-card__button{width:100%;height:var(--button-height);background:var(--color-brand);color:var(--color-surface);font:500 15px var(--font-ui);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 16px;transition:background .3s;display:flex}.collection-card__button:hover{background:var(--color-brand-hover)}.collection-card__button:active{background:var(--color-brand-active)}.collection-card__button-icon{flex:none}.collection-card__button:focus-visible{box-shadow:var(--focus-ring);outline:none}@media (width>=960px){.collection-card__content{min-height:0;padding:16px 18px 18px}.collection-card__button{margin-top:auto}}@media (width<=959px){.collection-card__button{height:var(--button-height-mobile)}}.photo-carousel__track{will-change:transform;width:100%;height:100%;transition:transform .9s cubic-bezier(.45,0,.25,1);display:flex;position:absolute;inset:0}.photo-carousel__slide{flex:0 0 100%;height:100%;overflow:hidden}.photo-carousel__image,.photo-carousel__video{object-fit:cover;width:100%;height:100%;display:block}.photo-carousel__dots{z-index:2;gap:6px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.photo-carousel__dot{cursor:pointer;background:#ffffff8c;border:1px solid #0003;border-radius:50%;width:7px;height:7px;padding:0;position:relative}.photo-carousel__dot:after{content:"";position:absolute;inset:-8px}.photo-carousel__dot.is-active{background:#fff;border-color:#00000059}body.has-product-page{overflow:hidden}.product-page{z-index:100;background:var(--color-background);overscroll-behavior:contain;position:fixed;inset:0;overflow-y:auto}.product-page:focus{outline:none}.product-page__bar{z-index:5;background:var(--color-surface);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:8px 16px;display:flex;position:sticky;top:0}.product-page__bar nav{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.product-page__close{width:44px;height:44px;color:var(--color-foreground);cursor:pointer;background:0 0;border:0;flex:0 0 44px;padding:0;font-size:28px}.product-page__close:focus-visible,.product-page__crumb:focus-visible{box-shadow:var(--focus-ring);outline:none}.product-page__crumb{min-height:44px;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.product-page__crumb:hover{text-decoration:underline}.product-page__content{max-width:var(--container-wide);margin:0 auto;padding:0 16px 140px}.product-page__main{grid-template-columns:minmax(0,1fr);gap:0;display:grid}.product-page__section{min-width:0;margin-top:40px}.product-page__section:empty{display:none}.product-page__footer-slot .footer{padding-left:0;padding-right:0}.product-page .product-page__action{z-index:6;position:fixed;bottom:0;left:0;right:0}@media (width>=960px){.product-page__bar{padding-inline:32px}.product-page__content{padding:0 32px 64px}.product-page__main{grid-template-columns:minmax(0,1fr) minmax(0,500px);align-items:start;gap:48px}.product-page__info-slot{position:sticky;top:72px}.product-page__section{margin-top:64px}.product-page .product-page__action{position:static}}.product-page__gallery{width:100%}.product-page__gallery-stage{aspect-ratio:4/5;position:relative;overflow:hidden}.product-page__gallery-images{position:absolute;inset:0}.product-page__gallery-image{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .7s cubic-bezier(.45,0,.25,1);display:block;position:absolute;inset:0}.product-page__gallery-image.is-active{opacity:1;z-index:1}.product-page__gallery-thumbnails{display:none}.product-page__gallery-thumbnail,.product-page__gallery-arrow,.product-page__gallery-dot{appearance:none;font:inherit;cursor:pointer;border:0;padding:0}.product-page__gallery-thumbnail{background:0 0;border:2px solid #0000;flex:0 0 80px;width:80px;height:80px}.product-page__gallery-thumbnail img{object-fit:cover;width:100%;height:100%;display:block}.product-page__gallery-thumbnail.is-active{border-color:var(--color-brand)}.product-page__gallery-arrow{z-index:2;width:44px;height:44px;color:var(--color-foreground);background:#fffc;font-size:2rem;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.product-page__gallery-arrow--prev{left:var(--space-2)}.product-page__gallery-arrow--next{right:var(--space-2)}.product-page__gallery-dots{z-index:2;bottom:var(--space-3);gap:var(--space-2);display:flex;position:absolute;left:50%;transform:translate(-50%)}.product-page__gallery-dot{background:var(--color-surface);width:10px;height:10px;box-shadow:0 0 0 1px var(--color-border);border-radius:50%}.product-page__gallery-dot.is-active{background:var(--color-brand)}.product-page__gallery-thumbnail:focus-visible,.product-page__gallery-arrow:focus-visible,.product-page__gallery-dot:focus-visible{box-shadow:var(--focus-ring);outline:none}@media (prefers-reduced-motion:reduce){.product-page__gallery-image{transition:none}}@media (width>=960px){.product-page__gallery{gap:var(--space-4);grid-template-columns:80px 1fr;display:grid}.product-page__gallery--single{grid-template-columns:1fr}.product-page__gallery-thumbnails{scrollbar-width:none;flex-direction:column;gap:8px;max-height:100%;display:flex;overflow-y:auto}.product-page__gallery-thumbnails::-webkit-scrollbar{display:none}.product-page__gallery-dots{display:none}}.product-page__gallery-dot{position:relative}.product-page__gallery-dot:after{content:"";position:absolute;inset:-17px -4px}.product-page__info{background:var(--color-surface);flex-direction:column;min-width:0;display:flex}.product-page__info-main{padding:24px 20px}.product-page__title{font-family:var(--font-display);font-size:clamp(1.75rem,5vw,2.5rem);line-height:var(--leading-heading);margin:0}.product-page__price{margin:12px 0 0;font-size:clamp(1.5rem,4vw,2rem);font-weight:600}.product-page__preorder{margin-top:16px;font-size:14px}.product-page__preorder p{margin:4px 0 0}.product-page__preorder-eyebrow{color:var(--color-brand);letter-spacing:var(--tracking-label);font-weight:600}.product-page__field{border:0;min-width:0;margin:24px 0 0;padding:0}.product-page__label{margin-bottom:12px;padding:0;font-size:14px;font-weight:600}.product-page__options{flex-wrap:wrap;gap:10px;display:flex}.product-page__color,.product-page__size{border:1px solid var(--color-border);background:var(--color-surface);min-height:44px;color:var(--color-foreground);font:inherit;cursor:pointer}.product-page__color{align-items:center;gap:8px;padding:8px 12px;display:inline-flex}.product-page__swatch{border:1px solid var(--color-border);background:var(--product-swatch);border-radius:50%;width:22px;height:22px}.product-page__size{min-width:52px;padding:8px 12px}.product-page__color.is-selected{border-color:var(--color-brand);box-shadow:inset 0 0 0 1px var(--color-brand)}.product-page__size.is-selected{border-color:var(--color-brand);background:var(--color-brand);color:var(--color-surface)}.product-page__size-row{flex-wrap:wrap;align-items:center;gap:14px 16px;display:flex}.product-page__size-link{min-height:44px;color:var(--color-foreground);align-items:center;display:inline-flex}.product-page__information{border-top:var(--border-default);margin-top:32px;padding-top:24px}.product-page__information-title{margin:0 0 16px;font-size:1.25rem}.product-page__information dl{margin:0}.product-page__information dl>div{border-top:1px solid var(--color-border);grid-template-columns:minmax(90px,.45fr) 1fr;gap:16px;padding:8px 0;display:grid}.product-page__information dt{color:var(--color-muted-foreground)}.product-page__information dd{margin:0}.product-page__action{z-index:3;padding:12px 20px max(16px, env(safe-area-inset-bottom));border-top:1px solid var(--color-border);background:var(--color-surface);position:sticky;bottom:0}.product-page__hint{min-height:21px;color:var(--color-brand);margin:0 0 8px;font-size:14px;font-weight:600}.product-page__submit{width:100%;height:var(--button-height);border-radius:var(--radius-control);background:var(--color-brand);color:var(--color-surface);font:600 16px var(--font-ui);cursor:pointer;border:0;padding:0 24px}.product-page__submit:disabled{cursor:not-allowed;background:var(--color-muted);color:var(--color-muted-foreground)}.product-page__submit:hover:not(:disabled){background:var(--color-brand-hover)}.product-page__submit:active:not(:disabled){background:var(--color-brand-active)}.product-page__color:focus-visible,.product-page__size:focus-visible,.product-page__size-link:focus-visible,.product-page__submit:focus-visible{box-shadow:var(--focus-ring);outline:none}@media (width<=959px){.product-page__submit{height:var(--button-height-mobile)}}@media (width>=960px){.product-page__info-main{padding:32px}.product-page__action{padding:16px 32px 24px;position:static}}.product-page__bundle-content{gap:var(--space-5);flex-direction:column;display:flex}.product-page__bundle-items{align-items:flex-start;gap:10px;min-width:0;padding-bottom:10px;display:flex;overflow-x:auto}.product-page__bundle-tile{color:inherit;font:inherit;text-align:left;background:0 0;border:0;flex-direction:column;flex:0 0 140px;gap:8px;padding:0;display:flex}.product-page__bundle-tile:not(:disabled){cursor:pointer}.product-page__bundle-tile:focus-visible{box-shadow:var(--focus-ring);outline:none}.product-page__bundle-tile-image{aspect-ratio:4/5;background:var(--color-muted);width:100%;display:block;overflow:hidden}.product-page__bundle-tile-image img{object-fit:cover;width:100%;height:100%;display:block}.product-page__bundle-tile-name{font-family:var(--font-body);font-size:var(--text-small)}.product-page__bundle-tile-price{font-weight:600}.product-page__bundle-plus{font-size:var(--text-h3);flex:none;align-self:center}.product-page__bundle-total{justify-content:space-between;gap:16px;width:100%;display:flex}@media (width>=960px){.product-page__bundle-content{flex-direction:row;justify-content:space-between;align-items:center}.product-page__bundle-items{flex:1;padding-bottom:0;overflow-x:visible}.product-page__bundle-total{flex:none;gap:24px;width:auto}}.product-page__section-title{margin:0 0 var(--space-5);font-family:var(--font-display);font-size:var(--text-h3)}.product-page__recs-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.product-page__recs-list .collection-card__content{padding:10px 10px 12px}.product-page__recs-list .collection-card__price{font-size:18px}.product-page__recs-list .collection-card__title{font-size:13px}.product-page__recs-list .collection-card__meta{margin-bottom:10px;font-size:12px}.product-page__recs-list .collection-card__button{gap:6px;padding:0 8px;font-size:13px}.product-page__recs-list .collection-card__button-icon{display:none}@media (width>=960px){.product-page__recs-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;display:grid}.product-page__recs-list .collection-card__content{padding:16px 18px 18px}.product-page__recs-list .collection-card__price{font-size:24px}.product-page__recs-list .collection-card__title{font-size:15px}.product-page__recs-list .collection-card__meta{margin-bottom:14px;font-size:13px}.product-page__recs-list .collection-card__button{gap:8px;padding:0 16px;font-size:15px}.product-page__recs-list .collection-card__button-icon{display:inline}}.product-page__reviews-list{gap:var(--space-4);grid-template-columns:1fr;display:grid}.product-page__reviews-card{padding:var(--space-5);border:var(--border-default);border-radius:var(--radius-card);background:var(--color-surface)}.product-page__reviews-meta{justify-content:space-between;gap:var(--space-2);flex-wrap:wrap;display:flex}.product-page__reviews-author{font-weight:700}.product-page__reviews-date,.product-page__reviews-size{color:var(--color-muted-foreground);font-size:var(--text-small)}.product-page__reviews-rating{margin-top:var(--space-3);color:var(--color-brand);letter-spacing:.08em}.product-page__reviews-size{margin-top:var(--space-2)}.product-page__reviews-text{margin:var(--space-4) 0 0;color:var(--color-foreground);line-height:var(--leading-body)}.product-page__empty{padding:var(--space-6);border:1px dashed var(--color-border);background:var(--color-muted);color:var(--color-muted-foreground);border-radius:12px;margin:0}@media (width>=960px){.product-page__reviews-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.product-page__questions-list{gap:var(--space-4);grid-template-columns:1fr;display:grid}.product-page__questions-card{padding:var(--space-5);border:var(--border-default);border-radius:var(--radius-card);background:var(--color-surface)}.product-page__questions-question{margin:0;font-weight:700}.product-page__questions-meta{gap:var(--space-3);margin-top:var(--space-3);color:var(--color-muted-foreground);font-size:var(--text-small);flex-wrap:wrap;display:flex}.product-page__questions-answer{margin:var(--space-4) 0 0;padding-top:var(--space-4);border-top:var(--border-default);line-height:var(--leading-body)}@media (width>=960px){.product-page__questions-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.footer{gap:var(--space-2);padding:var(--space-8) var(--gutter-mobile) var(--space-6);border-top:var(--border-default);color:var(--color-muted-foreground);font-size:var(--text-caption);line-height:var(--leading-body);display:grid}.footer p,.footer address{margin:0}.footer__seller{color:var(--color-foreground)}.footer__address{max-width:60ch;font-style:normal}@media (width>=960px){.footer{align-items:start;gap:var(--space-6);padding:var(--space-10) 0 var(--space-8);grid-template-columns:auto auto minmax(0,1fr)}}.gallery{gap:var(--space-6);background:var(--color-surface);padding:40px 20px;display:grid}.gallery__content{gap:12px;display:grid}.gallery__list{grid-template-columns:repeat(2,1fr);gap:12px;margin:0;padding:0;display:grid}.gallery__item{aspect-ratio:4/5;border-radius:var(--radius-image);background:var(--color-muted);min-width:0;overflow:hidden}.gallery__item img{object-fit:cover;cursor:pointer;width:100%;height:100%;display:block}.gallery__return{min-height:44px;color:var(--color-brand);cursor:pointer;text-underline-offset:3px;background:0 0;justify-self:start;padding:10px 0;text-decoration:underline}.gallery-lightbox{z-index:1000;background:#000000e6;justify-content:center;align-items:center;padding:24px;display:none;position:fixed;inset:0}.gallery-lightbox.is-open{display:flex}.gallery-lightbox__image{object-fit:contain;border-radius:4px;max-width:100%;max-height:100%}.gallery-lightbox__nav{z-index:1;color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;width:44px;height:44px;min-height:44px;font-size:32px;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.gallery-lightbox__nav--previous{left:16px}.gallery-lightbox__nav--next{right:16px}.gallery-lightbox__close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;width:44px;height:44px;min-height:44px;font-size:28px;line-height:1;position:absolute;top:16px;right:16px}.gallery__return:focus-visible{box-shadow:var(--focus-ring);outline:none}@media (width>=960px){.gallery{padding:88px var(--gutter-desktop);gap:32px}.gallery__content{max-width:620px}.gallery__list{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:0;padding:0;display:grid;overflow:visible}.gallery__item{min-width:0}}.journeys{gap:var(--space-6);background:var(--color-surface);padding:40px 20px;display:grid}.journeys__content{gap:12px;display:grid}.journeys__list{grid-template-columns:repeat(2,1fr);gap:12px;margin:0;padding:0;display:grid}.journeys__item{aspect-ratio:4/5;border-radius:var(--radius-image);background:var(--color-muted);min-width:0;overflow:hidden}.journeys__item img{object-fit:cover;cursor:pointer;width:100%;height:100%;display:block}.journeys-lightbox{z-index:1000;background:#000000e6;justify-content:center;align-items:center;padding:24px;display:none;position:fixed;inset:0}.journeys-lightbox.is-open{display:flex}.journeys-lightbox__image{object-fit:contain;border-radius:4px;max-width:100%;max-height:100%}.journeys-lightbox__nav{z-index:1;color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;width:44px;height:44px;min-height:44px;font-size:32px;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.journeys-lightbox__nav--previous{left:16px}.journeys-lightbox__nav--next{right:16px}.journeys-lightbox__close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;width:44px;height:44px;min-height:44px;font-size:28px;line-height:1;position:absolute;top:16px;right:16px}@media (width>=960px){.journeys{padding:88px var(--gutter-desktop);gap:32px}.journeys__content{max-width:620px}.journeys__list{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:0;padding:0;display:grid;overflow:visible}.journeys__item{min-width:0}}.size-guide{gap:var(--space-6);padding:var(--space-10) var(--space-5);background:var(--color-background);color:var(--color-foreground);display:grid}.size-guide__content{gap:var(--space-3);display:grid}.size-guide__table{border-collapse:collapse;table-layout:fixed;background:var(--color-surface);width:100%;color:var(--color-foreground);font-family:var(--font-body)}.size-guide__table th,.size-guide__table td{overflow-wrap:anywhere;padding:var(--space-3) var(--space-2);border-bottom:var(--border-default);text-align:left;vertical-align:top}.size-guide__table thead th,.size-guide__table tbody th{font-weight:600}.size-guide__contact{max-width:36ch}@media (width>=960px){.size-guide{gap:var(--space-8);padding:var(--space-24) 0}.size-guide__content{max-width:620px}.size-guide__table{width:min(100%,680px)}.size-guide__table th,.size-guide__table td{padding:var(--space-4) var(--space-5)}}.delivery-payment{gap:var(--space-6);padding:var(--space-10) var(--space-5);background:var(--color-background);color:var(--color-foreground);display:grid}.delivery-payment__list{gap:var(--space-3);margin:0;padding:0;list-style:none;display:grid}.delivery-payment__item::marker{color:var(--color-brand)}.delivery-payment__confirmation{max-width:36ch}@media (width>=960px){.delivery-payment{gap:var(--space-8);padding:var(--space-24) 0}.delivery-payment__list{gap:var(--space-5);grid-template-columns:repeat(3,minmax(0,1fr))}.delivery-payment__item{padding:var(--space-4);border:var(--border-default);border-radius:var(--radius-control);background:var(--color-surface)}.delivery-payment__confirmation{max-width:48ch}}.order-form{padding:var(--space-10) var(--space-5);background:var(--color-background);color:var(--color-foreground)}.order-form__content,.order-form__form{display:grid}.order-form__content{gap:var(--space-5)}.order-form__form{gap:var(--space-6)}.order-form__selection{padding:var(--space-3);border:var(--border-default);border-radius:var(--radius-card);background:var(--color-muted);margin:0;font-weight:600}.order-form__field{border:0;min-width:0;margin:0;padding:0}.order-form__delivery-note{margin:0 0 var(--space-3);color:var(--color-muted-foreground);font-size:14px}.order-form__label{margin-bottom:var(--space-2);color:var(--color-muted-foreground);font-size:var(--text-caption);font-weight:600;display:block}.order-form__input{width:100%;height:var(--button-height);padding:0 var(--space-3);border:var(--border-default);border-radius:var(--radius-control);background:var(--color-surface);color:var(--color-foreground);font:inherit}.order-form__methods{gap:var(--space-2);display:grid}.order-form__method{min-height:var(--tap-target);align-items:center;gap:var(--space-2);padding:var(--space-3);border:var(--border-default);border-radius:var(--radius-control);cursor:pointer;display:flex}.order-form__method input{width:18px;height:18px;accent-color:var(--color-brand);margin:0}.order-form__error{min-height:21px;color:var(--color-danger);font-size:var(--text-small);margin:6px 0 0}.order-form__action{z-index:1;margin:0 calc(-1 * var(--space-5)) calc(-1 * max(var(--space-4), env(safe-area-inset-bottom)));padding:var(--space-3) var(--space-5) max(var(--space-4), env(safe-area-inset-bottom));border-top:1px solid var(--color-border);background:var(--color-background);position:sticky;bottom:0}.order-form__submit{width:100%;min-height:var(--button-height-mobile);padding:0 var(--space-6);border-radius:var(--radius-control);background:var(--color-brand);color:var(--color-surface);cursor:pointer;border:0}.order-form__input:focus-visible,.order-form__method:focus-within,.order-form__submit:focus-visible{box-shadow:var(--focus-ring)}.order-form__input[aria-invalid=true]{border-color:var(--color-danger)}.order-form__input:focus-visible{border-color:var(--color-focus);box-shadow:var(--focus-ring)}.order-form__submit:hover{background:var(--color-brand-hover)}.order-form__submit:active{background:var(--color-brand-active)}.order-form__method:has(input:checked){border-color:var(--color-brand);background:var(--color-muted);box-shadow:inset 4px 0 var(--color-brand)}@media (width>=960px){.order-form{padding:var(--space-24) 0}.order-form__content{width:min(100%,560px)}.order-form__action{background:0 0;border:0;margin:0;padding:0;position:static}}.faq{gap:var(--space-6);padding:var(--space-10) var(--space-5);background:var(--color-muted);color:var(--color-foreground);display:grid}.faq__list{border-top:var(--border-default)}.faq__item{border-bottom:var(--border-default)}.faq__question{justify-content:space-between;align-items:center;gap:var(--space-4);min-height:var(--tap-target);padding:var(--space-4) 0;cursor:pointer;font-weight:600;list-style:none;display:flex}.faq__question::-webkit-details-marker{display:none}.faq__question:after{color:var(--color-brand);content:"+";flex:none;font-size:24px;font-weight:400;line-height:1}.faq__item[open] .faq__question:after{content:"−"}.faq__answer{max-width:36ch;padding:0 var(--space-8) var(--space-4) 0;transition:color var(--motion-base) var(--easing-standard)}.faq__question:focus-visible{box-shadow:var(--focus-ring)}@media (width>=960px){.faq{gap:var(--space-8);padding:var(--space-24) 0}.faq__title,.faq__list{width:min(100%,720px);margin-left:auto;margin-right:auto}.faq__question{padding:var(--space-5) 0}}.thank-you{z-index:10;padding:var(--space-5);background:#19141294;place-items:center;display:grid;position:fixed;inset:0}.thank-you__panel{gap:var(--space-5);width:min(100%,480px);max-height:calc(100svh - 2 * var(--space-5));padding:var(--space-10) var(--space-5);background:var(--color-surface);color:var(--color-foreground);border:var(--border-default);border-radius:var(--radius-control);outline:0;display:grid;position:relative;overflow-y:auto;box-shadow:0 24px 64px #19141252}.thank-you__close{top:var(--space-4);right:var(--space-4);border:1.5px solid var(--color-foreground);background:var(--color-muted);width:40px;height:40px;color:var(--color-foreground);cursor:pointer;border-radius:50%;place-items:center;padding:0;font-size:28px;font-weight:600;line-height:1;display:grid;position:absolute}.thank-you__close:hover{background:var(--color-border)}.thank-you__close:focus-visible{box-shadow:var(--focus-ring);outline:none}.thank-you__ok{width:100%;height:var(--button-height-mobile);margin-top:var(--space-3);border-radius:var(--radius-control);background:var(--color-brand);color:var(--color-surface);font:600 16px var(--font-ui);cursor:pointer;border:none;padding:0 24px}.thank-you__ok:hover{background:var(--color-brand-hover)}.thank-you__ok:active{background:var(--color-brand-active)}.thank-you__ok:focus-visible{box-shadow:var(--focus-ring);outline:none}.thank-you__success{width:var(--space-12);height:var(--space-12);border:2px solid var(--color-success);color:var(--color-success);border-radius:50%;place-items:center;font-size:28px;font-weight:700;display:grid}.thank-you__eyebrow{color:var(--color-success);font-size:var(--text-caption);letter-spacing:.04em;text-transform:uppercase;font-weight:600}.thank-you__text{max-width:34ch}.thank-you__email,.thank-you__method{font-weight:600}@media (width>=960px){.thank-you__panel{padding:64px}.thank-you__ok{height:var(--button-height)}}body.has-thank-you-modal{overflow:hidden}
