: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{min-height:100dvh}.hero{background:var(--color-background);grid-template-rows:minmax(0,80vw) 1fr;min-height:100dvh;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}.hero__note{color:var(--color-muted-foreground);margin-top:8px}@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,.hero__note{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}.collection-card{border-radius:var(--radius-card);background:var(--color-surface);transition:border-color var(--motion-fast) var(--easing-standard);border:1px solid #0000;overflow:hidden}.collection-card:hover,.collection-card:focus-within{border:var(--border-default)}.collection-card__image{overflow:hidden}.collection-card__image img{aspect-ratio:4/5;object-fit:cover;width:100%;display:block}.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:18px 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-foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 6px;display:-webkit-box;overflow:hidden}.collection-card__price{color:var(--color-foreground);margin-bottom:16px}.collection-card__button{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}.collection-card__button:hover{background:var(--color-brand-hover)}.collection-card__button:active{background:var(--color-brand-active)}.collection-card__button:focus-visible{box-shadow:var(--focus-ring);outline:none}@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__content{min-height:176px;padding:24px}.collection-card__button{margin-top:auto}}@media (width<=959px){.collection-card__button{height:var(--button-height-mobile)}}.product-modal{z-index:10;background:var(--color-background);display:grid;position:fixed;inset:0}.product-modal__panel{background:var(--color-surface);border:var(--border-default);border-radius:var(--radius-control);outline:0;grid-template-rows:auto minmax(0,1fr) auto;min-height:100svh;display:grid}.product-modal__header,.product-modal__details,.product-modal__action{padding-left:20px;padding-right:20px}.product-modal__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:16px;padding-top:16px;padding-bottom:16px;display:flex}.product-modal__eyebrow,.product-modal__label,.product-modal__hint{font-size:14px;font-weight:600}.product-modal__close{border:1.5px solid var(--color-foreground);background:var(--color-muted);width:40px;height:40px;color:var(--color-foreground);cursor:pointer;border-radius:50%;flex:none;place-items:center;font-size:28px;font-weight:600;line-height:1;display:grid}.product-modal__close:hover{background:var(--color-border)}.product-modal__content{overflow-y:auto}.product-modal__image .placeholder-image{width:100%}.product-modal__image img{aspect-ratio:4/5;object-fit:cover;width:100%;display:block}.product-modal__details{padding-top:24px;padding-bottom:24px}.product-modal__name-price{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.product-modal__title{font-size:clamp(24px,7vw,30px)}.product-modal__price,.product-modal__availability{color:var(--color-foreground)}.product-modal__availability{margin-top:8px;font-size:14px}.product-modal__preorder{color:var(--color-foreground);margin-top:8px;font-size:14px}.product-modal__preorder-eyebrow{color:var(--color-brand);letter-spacing:.08em;font-weight:600}.product-modal__field{border:0;min-width:0;margin:24px 0 0;padding:0}.product-modal__label{margin-bottom:12px}.product-modal__options{flex-wrap:wrap;gap:10px;display:flex}.product-modal__color,.product-modal__size{border:1px solid var(--color-border);background:var(--color-surface);min-height:44px;color:var(--color-foreground);cursor:pointer}.product-modal__color{align-items:center;gap:8px;padding:8px 12px;display:inline-flex}.product-modal__swatch{border:1px solid var(--color-border);background:var(--product-swatch);border-radius:50%;width:22px;height:22px}.product-modal__size{min-width:52px;padding:8px 12px}.product-modal__color.is-selected,.product-modal__size.is-selected{border-color:var(--color-brand);box-shadow:inset 0 0 0 1px var(--color-brand)}.product-modal__action{padding-top:12px;padding-bottom:max(16px, env(safe-area-inset-bottom));border-top:1px solid var(--color-border);background:var(--color-background);position:sticky;bottom:0}.product-modal__hint{min-height:21px;color:var(--color-brand);margin-bottom:8px}.product-modal__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:none;padding:0 24px}.product-modal__submit:disabled{cursor:not-allowed;opacity:1;background:var(--color-muted);color:var(--color-muted-foreground)}.product-modal__submit:hover:not(:disabled){background:var(--color-brand-hover)}.product-modal__submit:active:not(:disabled){background:var(--color-brand-active)}.product-modal__close:focus-visible,.product-modal__color:focus-visible,.product-modal__size:focus-visible,.product-modal__submit:focus-visible{box-shadow:var(--focus-ring);outline:none}body.has-product-modal{overflow:hidden}@media (width>=960px){.product-modal{background:#19141294;place-items:center;padding:48px}.product-modal__panel{background:var(--color-surface);width:min(100%,760px);min-height:0;max-height:calc(100svh - 96px);overflow:hidden;box-shadow:0 24px 64px #19141252}.product-modal__content{grid-template-columns:minmax(260px,.9fr) minmax(0,1fr);align-items:start;display:grid}.product-modal__details{padding:32px}.product-modal__action{padding:16px 32px 24px;position:static}}@media (width<=959px){.product-modal__submit{height:var(--button-height-mobile)}}.gallery{gap:var(--space-6);background:var(--color-surface);padding:40px 20px;display:grid}.gallery__content{gap:12px;display:grid}.gallery__list{scroll-snap-type:x mandatory;scrollbar-color:var(--color-border) var(--color-background);gap:12px;margin:0 -20px;padding:0 20px 4px;display:flex;overflow-x:auto}.gallery__item{scroll-snap-align:start;border-radius:var(--radius-image);background:var(--color-muted);min-width:min(78vw,300px);overflow:hidden}.gallery__item .placeholder-image{width:100%}.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__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}}.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__promo-note{margin:0 0 var(--space-3)}.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}
