:root{--bg: #FFFFFF;--cream: #F6F2EB;--surface: #E7DBC9;--surface-alt: #EFE7D8;--ink: #36404E;--text: #36404E;--text-secondary: #5B6472;--blue: #92AEC8;--accent2: #C5B8D6;--card-bg: #FFFFFF;--card-shadow: 0 2px 16px rgba(54,64,78,.08);--button-bg: #36404E;--button-text: #F6F2EB;--button-secondary-border: rgba(54,64,78,.35);--border: rgba(54,64,78,.12);--footer-text: #F6F2EB;--footer-text-secondary: #B7C0CB;--footer-bg: #36404E;--font-heading: "Fraunces", serif;--font-body: "Mulish", sans-serif}html[data-theme=night]{--bg: #1E2530;--cream: #2B3542;--surface: #36404E;--surface-alt: #2B3542;--ink: #F6F2EB;--text: #F6F2EB;--text-secondary: #B7C0CB;--card-bg: #2B3542;--card-shadow: 0 2px 16px rgba(0,0,0,.25);--button-bg: #F6F2EB;--button-text: #1E2530;--button-secondary-border: rgba(246,242,235,.4);--border: rgba(246,242,235,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);transition:background .4s ease,color .4s ease;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit}::selection{background:#c5b8d6;color:#36404e}.wrap{max-width:1280px;margin:0 auto;padding:0 24px}.announcement-bar{background:var(--surface);color:var(--ink);text-align:center;font-size:13px;letter-spacing:.04em;padding:9px 16px;font-weight:600}.announcement-bar__link{color:inherit;text-decoration:underline}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1280px;margin:0 auto;padding:20px 24px}.site-header__logo{height:34px;width:auto}.site-header__nav{display:flex;align-items:center;gap:32px;flex:1;justify-content:center;flex-wrap:wrap}.site-header__nav a{color:var(--text);text-decoration:none;font-size:15px;font-weight:600}.site-header__nav a:hover{opacity:.65}.site-header__actions{display:flex;align-items:center;gap:10px}.nav-dropdown{position:relative}.nav-dropdown__trigger{background:none;border:none;padding:0;margin:0;cursor:pointer;color:var(--text);font-size:15px;font-weight:600;font-family:var(--font-body)}.nav-dropdown__trigger:hover{opacity:.65}.nav-dropdown__menu{position:absolute;top:100%;left:50%;transform:translate(-50%);padding-top:14px;display:none;z-index:20}.nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown:focus-within .nav-dropdown__menu{display:block}.nav-dropdown__menu-inner{background:var(--card-bg);border:1px solid var(--border);border-radius:14px;box-shadow:var(--card-shadow);padding:10px;min-width:200px;display:flex;flex-direction:column;gap:2px}.nav-dropdown__menu a{display:block;padding:9px 12px;border-radius:8px;font-size:14.5px;font-weight:600;color:var(--text);text-decoration:none;white-space:nowrap}.nav-dropdown__menu a:hover{background:var(--cream)}.theme-toggle{width:38px;height:38px;border-radius:50%;border:1px solid var(--border);background:var(--surface);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;flex-shrink:0;color:var(--ink)}.theme-toggle:hover{opacity:.8}.theme-toggle__icon{display:none}.theme-toggle__icon--sun{display:block}html[data-theme=night] .theme-toggle__icon--sun{display:none}html[data-theme=night] .theme-toggle__icon--moon{display:block}.theme-toggle__label{font-size:13px;font-weight:700;color:var(--text-secondary);white-space:nowrap;display:none}.theme-toggle__label--day{display:inline}html[data-theme=night] .theme-toggle__label--day{display:none}html[data-theme=night] .theme-toggle__label--night{display:inline}@media(max-width:620px){.theme-toggle__label{display:none!important}}.cart-link{display:flex;align-items:center;gap:6px;text-decoration:none;color:var(--text);font-size:14px;font-weight:700;border:1.5px solid var(--button-secondary-border);border-radius:999px;padding:8px 16px}.cart-link:hover{background:var(--surface)}.cart-link__count{background:var(--ink);color:var(--bg);border-radius:999px;min-width:18px;height:18px;font-size:11px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px}.site-header__logo--night{display:none}html[data-theme=night] .site-header__logo--night{display:block}html[data-theme=night] .site-header__logo--day,.site-footer__brand-logo--night{display:none}html[data-theme=night] .site-footer__brand-logo--night{display:block}html[data-theme=night] .site-footer__brand-logo--day{display:none}.btn{display:inline-block;text-decoration:none;font-weight:700;font-size:15px;padding:14px 30px;border-radius:999px;border:1.5px solid transparent;cursor:pointer;font-family:var(--font-body)}.btn--light{border-color:#f6f2eb;color:#f6f2eb}.btn--light:hover{background:#f6f2eb;color:#36404e}.btn--outline{border-color:var(--button-secondary-border);background:transparent;color:var(--ink);width:100%;font-size:14px;padding:12px}.btn--outline:hover{background:var(--ink);color:var(--bg)}.btn--solid{background:var(--button-bg);color:var(--button-text);border:none;font-size:15px;padding:15px 28px}.btn--solid:hover{opacity:.85}.hero{max-width:1280px;margin:0 auto;padding:24px 24px 20px}.hero__frame{position:relative;border-radius:28px;overflow:hidden;height:clamp(460px,58vw,660px);background:var(--ink)}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#12121299,#12121200 60%)}.hero__content{position:absolute;left:0;right:0;bottom:0;padding:clamp(28px,4vw,52px);display:flex;flex-direction:column;align-items:flex-start;gap:20px}.hero__eyebrow{font-size:13px;font-weight:700;letter-spacing:.12em;color:#f6f2eb;text-transform:uppercase;opacity:.85}.hero__title{font-family:var(--font-heading);font-weight:600;font-size:clamp(32px,5.2vw,56px);line-height:1.12;margin:0;color:#f6f2eb;max-width:600px}.hero__sub{font-size:17px;color:#f6f2eb;opacity:.9;max-width:420px;margin:0}.trust-strip{background:var(--surface)}.trust-strip__grid{max-width:1280px;margin:0 auto;padding:36px 24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:28px}.trust-item{display:flex;align-items:center;gap:14px}.trust-item__icon{width:44px;height:44px;border-radius:50%;background:var(--bg);flex-shrink:0;position:relative}.trust-item__icon span{position:absolute;top:11px;right:11px;bottom:11px;left:11px;border-radius:50%}.trust-item__label{font-size:15px;font-weight:600;color:var(--ink);line-height:1.4}.section{max-width:1280px;margin:0 auto;padding:88px 24px}.section-head{text-align:center;max-width:640px;margin:0 auto 52px}.section-head__eyebrow{font-size:13px;font-weight:700;letter-spacing:.12em;color:var(--blue);text-transform:uppercase;margin-bottom:14px}.section-head__title{font-family:var(--font-heading);font-weight:600;font-size:clamp(30px,4vw,44px);margin:0 0 16px;color:var(--ink)}.section-head__body{font-size:17px;line-height:1.75;color:var(--text-secondary);margin:0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:stretch}.product-grid>*{display:flex}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.product-grid{grid-template-columns:1fr}}.product-card{background:var(--card-bg);border-radius:20px;overflow:hidden;border:1px solid var(--border);box-shadow:var(--card-shadow);text-decoration:none;color:inherit;display:flex;flex-direction:column;width:100%}.product-card__media{width:100%;aspect-ratio:1;overflow:hidden;background:var(--surface)}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card__body{padding:20px;display:flex;flex-direction:column;flex:1}.product-card__body form{margin-top:auto}.product-card__note{font-size:12px;color:var(--text-secondary);margin-bottom:6px}.product-card__title{font-family:var(--font-heading);font-weight:600;font-size:19px;color:var(--ink);margin-bottom:6px}.product-card__price{font-size:15px;color:var(--text-secondary);margin-bottom:16px}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.category-tile{text-decoration:none;display:flex;flex-direction:column;border-radius:18px;padding:24px 20px;min-height:200px;color:#36404e;transition:opacity .2s ease,filter .2s ease}.category-tile:hover{opacity:.92}html[data-theme=night] .category-tile{filter:brightness(.86) saturate(.9)}.category-tile__icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#ffffff8c;color:#36404e;flex-shrink:0}.category-tile__icon img{width:19px;height:19px}.category-tile__title{font-family:var(--font-heading);font-weight:600;font-size:18px;color:#36404e;margin:16px 0 6px}.category-tile__sub{font-size:12.5px;color:#36404e;opacity:.75;line-height:1.5}.category-tile__cta{width:34px;height:34px;border-radius:50%;background:#36404e;color:#f6f2eb;display:flex;align-items:center;justify-content:center;font-size:14px;margin-top:auto}.faq-nav-link{padding:10px 14px;border-radius:10px;color:var(--text-secondary);font-weight:600;font-size:13.5px;text-decoration:none}.faq-nav-link:hover{opacity:.75}.faq-nav-link.is-active{background:var(--accent2);color:var(--ink)}.faq-category__title{font-family:var(--font-heading);font-weight:600;font-size:20px;color:var(--ink);margin:0 0 16px}details.faq-row{border-bottom:1px solid var(--border)}details.faq-row summary{list-style:none;cursor:pointer}details.faq-row summary::-webkit-details-marker{display:none}.faq-row__summary{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:15px 0;font-weight:700;font-size:14.5px;color:var(--ink)}.faq-row__answer{margin:0 0 15px;font-size:13.5px;line-height:1.7;color:var(--text-secondary)}.faq-row__answer p{margin:0 0 15px}.faq-row__answer p:last-child{margin-bottom:0}.faq-plus{font-size:17px;color:var(--blue);flex-shrink:0;transition:transform .2s ease}details.faq-row[open] .faq-plus{transform:rotate(45deg)}.faq-nav{flex:0 0 200px;position:sticky;top:24px;display:flex;flex-direction:column;gap:4px}@media(max-width:780px){#faq .wrap[style*="1100px"]{flex-direction:column;gap:24px;padding-top:24px}.faq-nav{flex:1 1 auto;width:100%;position:static;flex-direction:row;overflow-x:auto;gap:8px;padding-bottom:6px;-webkit-overflow-scrolling:touch}.faq-nav-link{display:inline-block;flex-shrink:0;white-space:nowrap}#faq{padding:40px 0 64px}}@media(max-width:480px){.faq-row__summary{font-size:13.5px;gap:12px}.faq-category__title{font-size:18px}}.story{max-width:1280px;margin:0 auto;padding:96px 24px;display:flex;align-items:center;gap:56px;flex-wrap:wrap}.story__media{flex:1 1 420px;min-width:320px;border-radius:24px;overflow:hidden;aspect-ratio:4/3;background:var(--surface)}.story__media img{width:100%;height:100%;object-fit:cover}.story__content{flex:1 1 420px;min-width:320px}.story__eyebrow{font-size:13px;font-weight:700;letter-spacing:.12em;color:var(--blue);text-transform:uppercase;margin-bottom:18px}.story__title{font-family:var(--font-heading);font-weight:600;font-size:clamp(28px,3.6vw,40px);line-height:1.2;margin:0 0 22px;color:var(--ink)}.story__body{font-size:17px;line-height:1.8;color:var(--text-secondary);max-width:480px;margin:0 0 16px}.story__link{color:var(--ink);text-decoration:none;font-weight:700;font-size:16px;border-bottom:2px solid var(--accent2)}.story__link:hover{opacity:.7}.reviews{background:var(--cream);padding:96px 0}.review-card{background:var(--card-bg);border-radius:20px;padding:32px;border:1px solid var(--border);box-shadow:var(--card-shadow)}.review-card__stars{display:flex;gap:5px;margin-bottom:16px}.review-card__stars span{width:9px;height:9px;border-radius:50%;background:var(--blue);display:inline-block}.review-card__quote{font-size:16px;line-height:1.75;color:var(--ink);margin:0 0 18px}.review-card__name{font-size:14px;font-weight:700;color:var(--text-secondary)}.newsletter{max-width:900px;margin:0 auto;padding:96px 24px;text-align:center}.newsletter__title{font-family:var(--font-heading);font-weight:600;font-size:clamp(30px,4vw,44px);margin:0 0 16px;color:var(--ink)}.newsletter__body{font-size:17px;line-height:1.75;color:var(--text-secondary);margin:0 0 32px}.newsletter__form{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.newsletter__input{flex:1 1 280px;max-width:340px;padding:15px 20px;border-radius:999px;border:1.5px solid var(--button-secondary-border);background:var(--bg);color:var(--ink);font-size:15px;font-family:var(--font-body)}.site-footer{background:var(--footer-bg)}.site-footer__grid{max-width:1280px;margin:0 auto;padding:64px 24px 32px;display:flex;gap:56px;flex-wrap:wrap}.site-footer__brand{flex:1 1 260px;min-width:220px}.site-footer__brand img{height:56px;width:auto;margin-bottom:18px}.site-footer__brand p{font-size:14px;line-height:1.7;color:var(--footer-text-secondary);max-width:260px}.site-footer__col{flex:1 1 140px;min-width:140px}.site-footer__col-title{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--footer-text);margin-bottom:18px}.site-footer__links{display:flex;flex-direction:column;gap:12px}.site-footer__links a{color:var(--footer-text-secondary);text-decoration:none;font-size:14px}.site-footer__links a:hover{color:var(--footer-text)}.site-footer__bottom{max-width:1280px;margin:0 auto;padding:24px 24px 32px;border-top:1px solid rgba(246,242,235,.14);display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}.site-footer__bottom span{font-size:13px;color:var(--footer-text-secondary)}.product-page{max-width:1280px;margin:0 auto;padding:56px 24px 96px;display:flex;gap:56px;flex-wrap:wrap}.product-page__gallery{flex:1 1 460px;min-width:320px}.product-page__media{position:relative;border-radius:24px;overflow:hidden;aspect-ratio:1;background:var(--surface);margin-bottom:14px}.product-page__media img{width:100%;height:100%;object-fit:cover}.product-page__thumbs{display:flex;gap:10px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:4px}.product-page__thumb{flex-shrink:0;width:72px;height:72px;border-radius:12px;overflow:hidden;padding:0;cursor:pointer;background:var(--surface);border:2px solid transparent;opacity:.55}.product-page__thumb.is-active{opacity:1;border-color:var(--ink)}.product-page__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-page__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:40px;height:40px;border-radius:50%;border:none;background:#ffffffe6;box-shadow:0 2px 10px #0000001f;color:#36404e;display:flex;align-items:center;justify-content:center;cursor:pointer}.product-page__arrow:hover{background:#fff}.product-page__arrow--prev{left:12px}.product-page__arrow--next{right:12px}@media(max-width:600px){.product-page__arrow{width:44px;height:44px}.product-page__arrow--prev{left:10px}.product-page__arrow--next{right:10px}.product-page__thumb{width:64px;height:64px}}.product-page__info{flex:1 1 420px;min-width:320px}.product-page__eyebrow{font-size:13px;font-weight:700;letter-spacing:.12em;color:var(--blue);text-transform:uppercase;margin-bottom:14px}.product-page__title{font-family:var(--font-heading);font-weight:600;font-size:clamp(28px,3.4vw,40px);margin:0 0 10px;color:var(--ink)}.product-page__rating-link{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--text-secondary);text-decoration:underline;margin-bottom:18px}.star-row{display:inline-flex;gap:2px;vertical-align:middle}.star{position:relative;display:inline-block;width:var(--star-size, 15px);height:var(--star-size, 15px)}.star svg{width:100%;height:100%;display:block}.star__bg{position:absolute;top:0;right:0;bottom:0;left:0;color:var(--border)}.star__bg path{fill:currentColor}.star__fill-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;width:var(--fill)}.star__fill{position:absolute;top:0;right:0;bottom:0;left:0;color:var(--blue)}.star__fill path{fill:currentColor}.product-page__price{font-size:20px;color:var(--text-secondary);margin-bottom:26px}.product-page__desc{font-size:16px;line-height:1.8;color:var(--text-secondary);margin-bottom:10px;max-width:460px}.product-page__desc.is-collapsed{max-height:110px;overflow:hidden;position:relative}.product-page__desc.is-collapsed:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to bottom,transparent,var(--bg))}.product-page__desc-toggle{display:block;background:none;border:none;padding:0;margin-bottom:26px;color:var(--ink);font-weight:700;font-size:14px;text-decoration:underline;cursor:pointer;font-family:var(--font-body)}.product-page__reviews{max-width:1280px;margin:40px auto 0;padding:40px 24px 0;flex-basis:100%;border-top:1px solid var(--border)}.product-page__reviews-head{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap;margin-bottom:28px}.product-page__reviews-rating{display:flex;align-items:center;gap:10px;font-size:15px;color:var(--text-secondary)}.review-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.review-filter{padding:8px 16px;border-radius:999px;font-size:13px;font-weight:700;cursor:pointer;border:1.5px solid var(--button-secondary-border);background:transparent;color:var(--ink);font-family:var(--font-body)}.review-filter.is-active{background:var(--ink);color:var(--bg);border-color:var(--ink)}.review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.review-card{background:var(--card-bg);border-radius:20px;padding:26px;border:1px solid var(--border);box-shadow:var(--card-shadow)}.review-card__stars{display:flex;gap:2px;margin-bottom:12px}.review-card__star{width:13px;height:13px;color:var(--border)}.review-card__star svg{width:100%;height:100%}.review-card__star path{fill:currentColor}.review-card__star.is-filled{color:var(--blue)}.review-card__title{font-weight:700;font-size:15px;color:var(--ink);margin-bottom:8px}.review-card__photo{width:100%;max-width:160px;aspect-ratio:1;object-fit:cover;border-radius:10px;margin-bottom:12px}.review-card__body{font-size:14.5px;line-height:1.7;color:var(--text-secondary);margin:0 0 14px}.review-card__name{font-size:13px;font-weight:700;color:var(--text-secondary)}.review-card--pending{border-style:dashed}.review-card__pending-badge{display:inline-block;font-size:11px;font-weight:700;color:var(--blue);background:#92aec826;padding:3px 9px;border-radius:999px;margin-bottom:10px}.review-empty{text-align:center;padding:40px 0;color:var(--text-secondary);font-size:15px}.review-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:none;align-items:center;justify-content:center;padding:24px}.review-modal.is-open{display:flex}.review-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1e253073}.review-modal__card{position:relative;background:var(--card-bg);border-radius:20px;padding:28px;max-width:460px;width:100%;max-height:88vh;overflow-y:auto}.review-modal__close{position:absolute;top:18px;right:18px;background:none;border:none;cursor:pointer;color:var(--text-secondary);padding:4px}.review-modal__title{font-weight:700;font-size:16px;color:var(--ink);margin-bottom:16px}.review-modal__stars{display:flex;gap:6px;margin-bottom:14px}.review-modal__star-btn{background:none;border:none;padding:0;cursor:pointer;width:22px;height:22px;color:var(--border)}.review-modal__star-btn svg{width:100%;height:100%}.review-modal__star-btn path{fill:currentColor}.review-modal__star-btn.is-active{color:var(--blue)}.review-modal__input,.review-modal__textarea{width:100%;padding:11px 14px;border-radius:10px;border:1.5px solid var(--button-secondary-border);background:var(--bg);color:var(--ink);font-size:14px;font-family:var(--font-body);margin-bottom:10px}.review-modal__textarea{resize:vertical}.review-modal__photo-label{display:flex;align-items:center;gap:10px;margin-bottom:14px;cursor:pointer}.review-modal__photo-btn{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border-radius:999px;border:1.5px solid var(--button-secondary-border);font-size:13px;font-weight:700;color:var(--ink)}.review-modal__photo-preview{position:relative;width:64px;margin-bottom:14px}.review-modal__photo-preview img{width:64px;height:64px;object-fit:cover;border-radius:10px;display:block}.review-modal__photo-preview button{position:absolute;top:-8px;right:-8px;width:22px;height:22px;border-radius:50%;border:none;background:var(--ink);color:var(--bg);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.product-form__option{margin-bottom:18px}.product-form__option label{display:block;font-size:13px;font-weight:700;color:var(--ink);margin-bottom:8px;text-transform:uppercase;letter-spacing:.04em}.product-form__option label span{text-transform:none;font-weight:600;color:var(--text-secondary);letter-spacing:normal}.product-form__swatches{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:4px}.product-form__swatch{width:34px;height:34px;border-radius:50%;padding:0;cursor:pointer;border:2px solid var(--bg);box-shadow:0 0 0 1.5px var(--border)}.product-form__swatch.is-selected{box-shadow:0 0 0 2px var(--ink)}.product-form__pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:4px}.product-form__pill{padding:9px 16px;border-radius:999px;font-size:13px;font-weight:700;cursor:pointer;border:1.5px solid var(--button-secondary-border);background:transparent;color:var(--ink);font-family:var(--font-body)}.product-form__pill.is-selected{background:var(--ink);color:var(--bg);border-color:var(--ink)}.product-form__select{width:100%;max-width:320px;padding:12px 16px;border-radius:12px;border:1.5px solid var(--button-secondary-border);background:var(--bg);color:var(--ink);font-size:15px;font-family:var(--font-body)}.product-form__submit{margin-top:8px;max-width:320px}.product-form__submit:disabled{opacity:.5;cursor:not-allowed}.product-form__swatch.is-unavailable,.product-form__pill.is-unavailable{opacity:.35;position:relative}.product-form__swatch.is-unavailable:after,.product-form__pill.is-unavailable:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(to top right,transparent calc(50% - 1px),currentColor calc(50% - 1px),currentColor calc(50% + 1px),transparent calc(50% + 1px));pointer-events:none}.product-form__pill.is-unavailable{color:var(--text-secondary)}select[data-option-select] option:disabled{color:var(--text-secondary)}.collection-banner{background:var(--cream);padding:72px 24px 56px;text-align:center}.collection-banner__inner{max-width:640px;margin:0 auto}.collection-banner__eyebrow{font-size:13px;font-weight:700;letter-spacing:.12em;color:var(--blue);text-transform:uppercase;margin-bottom:14px}.collection-banner__title{font-family:var(--font-heading);font-weight:600;font-size:clamp(32px,4.4vw,48px);line-height:1.15;margin:0 0 14px;color:var(--ink)}.collection-banner__desc{font-size:16.5px;line-height:1.75;color:var(--text-secondary);margin:0 0 18px}.collection-banner__count{display:inline-block;font-size:13px;font-weight:700;color:var(--ink);background:var(--surface-alt);border-radius:999px;padding:7px 16px}.collection-page{max-width:1280px;margin:0 auto;padding:40px 24px 96px}.collection-toolbar{display:flex;justify-content:flex-end;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:28px}.collection-toolbar__sort{display:flex;align-items:center;gap:8px}.collection-toolbar__sort label{font-size:13px;color:var(--text-secondary);font-weight:600}.collection-toolbar__sort select{padding:9px 14px;border-radius:999px;border:1.5px solid var(--button-secondary-border);background:var(--bg);color:var(--ink);font-size:14px;font-family:var(--font-body)}.product-grid--collection{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-grid--collection .product-card{transition:transform .25s ease,box-shadow .25s ease}.product-grid--collection .product-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #36404e24}.product-grid--collection .product-card__media img{transition:transform .4s ease}.product-grid--collection .product-card:hover .product-card__media img{transform:scale(1.05)}.product-grid--collection .product-card__body{padding:14px}.product-grid--collection .product-card__title{font-size:16px;margin-bottom:4px}.product-grid--collection .product-card__price{font-size:14px;margin-bottom:12px}.product-grid--collection .btn--outline{font-size:13px;padding:9px}@media(max-width:780px){.product-grid--collection{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.product-grid--collection{grid-template-columns:1fr}}.collection-empty{text-align:center;padding:60px 0;color:var(--text-secondary);font-size:16px}.pagination{display:flex;justify-content:center;gap:10px;margin-top:48px}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;border-radius:50%;text-decoration:none;color:var(--ink);font-size:14px;font-weight:700;border:1.5px solid var(--button-secondary-border)}.pagination .active{background:var(--ink);color:var(--bg);border-color:var(--ink)}.basic-page{max-width:760px;margin:0 auto;padding:72px 24px 96px}.basic-page h1{font-family:var(--font-heading);font-weight:600;font-size:clamp(30px,4vw,44px);color:var(--ink);margin:0 0 28px}.basic-page__body{font-size:16px;line-height:1.8;color:var(--text-secondary)}.basic-page__body p{margin:0 0 16px}.basic-page__body p:first-child{font-size:13.5px;color:var(--text-secondary);opacity:.75}.basic-page__body h2{font-family:var(--font-heading);font-weight:600;font-size:21px;color:var(--ink);margin:40px 0 14px}.basic-page__body h2:first-of-type{margin-top:32px}.basic-page__body h3{font-family:var(--font-heading);font-weight:600;font-size:18px;color:var(--ink);margin:28px 0 12px}.basic-page__body ul,.basic-page__body ol{margin:0 0 16px;padding-left:22px}.basic-page__body li{margin-bottom:8px}.basic-page__body strong{color:var(--ink)}.basic-page__body a{color:var(--ink);text-decoration-color:var(--accent2);text-decoration-thickness:2px;text-underline-offset:2px}.basic-page__body a:hover{opacity:.7}.cart-page{max-width:900px;margin:0 auto;padding:56px 24px 96px}.cart-page__title{font-family:var(--font-heading);font-weight:600;font-size:clamp(28px,3.4vw,40px);color:var(--ink);margin:0 0 32px}.cart-line{display:flex;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid var(--border)}.cart-line img{width:90px;height:90px;object-fit:cover;border-radius:12px;background:var(--surface)}.cart-line__title{font-family:var(--font-heading);font-size:17px;color:var(--ink);margin-bottom:4px}.cart-line__price{font-size:14px;color:var(--text-secondary)}.cart-line__qty{width:60px;padding:8px;border-radius:8px;border:1.5px solid var(--button-secondary-border);text-align:center}.cart-summary{display:flex;justify-content:space-between;align-items:center;padding-top:28px;font-size:17px;font-weight:700;color:var(--ink)}.cart-empty{text-align:center;padding:60px 0;color:var(--text-secondary);font-size:16px}.mobile-nav-toggle{display:none;width:38px;height:38px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--ink);align-items:center;justify-content:center;cursor:pointer;padding:0;flex-shrink:0}.mobile-nav-toggle:hover{opacity:.8}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:none}.mobile-nav.is-open{display:block}.mobile-nav__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1e253073}.mobile-nav__panel{position:absolute;top:0;left:0;bottom:0;width:min(84vw,340px);background:var(--bg);box-shadow:4px 0 24px #00000026;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .25s ease;overflow-y:auto}.mobile-nav.is-open .mobile-nav__panel{transform:translate(0)}.mobile-nav__head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--border)}.mobile-nav__close{width:34px;height:34px;border-radius:50%;border:none;background:var(--surface);color:var(--ink);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.mobile-nav__links{display:flex;flex-direction:column;padding:12px 8px 32px}.mobile-nav__links>a{padding:14px 16px;font-size:16px;font-weight:700;color:var(--ink);text-decoration:none;border-radius:10px}.mobile-nav__links>a:hover{background:var(--cream)}.mobile-nav__group-title{padding:6px 16px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary)}.mobile-nav__sub-link{padding:12px 16px;font-size:15px;font-weight:600;color:var(--text-secondary);text-decoration:none;border-radius:10px}.mobile-nav__sub-link:hover{background:var(--cream);color:var(--ink)}.mobile-nav__divider{height:1px;background:var(--border);margin:10px 12px}@media(max-width:780px){.site-header__nav{display:none}.mobile-nav-toggle{display:flex}.site-header{padding:14px 16px;gap:10px;justify-content:flex-start}.site-header__logo{height:26px}.site-header__actions{gap:8px;margin-left:auto}.theme-toggle{width:34px;height:34px}.cart-link{padding:7px 12px;font-size:13px}}html[data-theme=night] .appio-review-item-title,html[data-theme=night] .appio-review-item-body,html[data-theme=night] .appio-review-item-name,html[data-theme=night] .appio-review-item-date{color:#36404e!important}.about-hero{max-width:760px;margin:0 auto;padding:64px 24px 48px;text-align:center}.about-hero__eyebrow{font-size:12px;font-weight:700;letter-spacing:.12em;color:var(--blue);text-transform:uppercase;margin-bottom:16px}.about-hero__title{font-family:var(--font-heading);font-weight:600;font-size:clamp(30px,4vw,38px);line-height:1.2;margin:0;color:var(--ink)}.about-timeline{max-width:820px;margin:0 auto;padding:0 24px 96px}.about-timeline__row{display:flex;gap:32px}.about-timeline__chapter{flex:0 0 120px;text-align:right;padding-top:6px;font-family:var(--font-heading);font-weight:600;font-size:15px;color:var(--blue)}.about-timeline__track{flex:0 0 auto;display:flex;flex-direction:column;align-items:center}.about-timeline__dot{width:12px;height:12px;border-radius:50%;background:var(--accent2);margin-top:8px;flex-shrink:0}.about-timeline__line{width:2px;flex:1;background:var(--border);margin:4px 0}.about-timeline__content{flex:1;padding-bottom:56px}.about-timeline__content h2{font-family:var(--font-heading);font-weight:600;font-size:22px;margin:0 0 10px;color:var(--ink)}.about-timeline__content p{font-size:15px;line-height:1.75;color:var(--text-secondary);margin:0 0 16px;max-width:440px}.about-timeline__media{aspect-ratio:16/9;max-width:440px;border-radius:16px;overflow:hidden;background:var(--surface)}.about-timeline__media img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:620px){.about-timeline__row{gap:16px}.about-timeline__chapter{flex-basis:80px;font-size:13px}}.about-closing{background:var(--cream);padding:80px 24px;text-align:center}.about-closing h2{font-family:var(--font-heading);font-weight:600;font-size:32px;margin:0 0 16px;color:var(--ink)}.about-closing p{font-size:16px;color:var(--text-secondary);max-width:480px;margin:0 auto 32px}
/*# sourceMappingURL=/cdn/shop/t/8/assets/novalo-theme.css.map */
