.products-page{padding:3rem 1.5rem 5rem;max-width:1400px;margin:0 auto}.products-page__header{margin-bottom:2.5rem;text-align:center;background:linear-gradient(135deg,var(--brand-paper) 0,var(--surface-tint) 100%);padding:32px;border-radius:24px;border:1px solid var(--border-soft,#e5e2de)}.products-page__header h1{margin:0 0 .5rem;font-size:2.25rem;letter-spacing:-.02em}.muted{color:var(--ink-muted,#5c6166)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.75rem;gap:1.75rem}@media (min-width:900px){.products-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (min-width:1200px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;border-radius:16px;overflow:hidden;background:var(--surface,#fff);border:1px solid var(--border-soft,#e5e2de);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.product-card:hover{border-color:var(--brand-primary,#3d6166);box-shadow:0 8px 32px rgba(0,0,0,.08);transform:translateY(-3px)}.product-card:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(61,97,102,.2)}.product-card__image{position:relative;aspect-ratio:1/1;background:var(--surface-strong,#f5f4f2);overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image img{transform:scale(1.04)}.product-card__placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:var(--ink-faint,#8a9095);font-size:14px}.product-card__content{display:flex;flex-direction:column;flex:1 1;padding:1.25rem}.product-card__title{margin:0 0 .375rem;font-size:1rem;font-weight:600;color:var(--brand-ink,#161819);line-height:1.3}.product-card__subtitle{margin:0;color:var(--ink-muted,#5c6166);font-size:.875rem}.product-card__price{margin-top:auto;padding-top:.75rem;font-size:1.125rem;font-weight:700;color:var(--brand-ink,#161819)}.product-card__badge{display:inline-flex;margin-top:.75rem;padding:.25rem .625rem;background:var(--brand-accent,#8C5E3C);color:white;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:4px}.collections-page{padding:3.5rem 1.5rem 5rem;max-width:1400px;margin:0 auto}.collections-page__header{margin-bottom:3.5rem;text-align:center;padding:32px;background:linear-gradient(145deg,var(--brand-paper) 0,var(--surface-strong) 50%,var(--surface-tint) 100%);border-radius:24px;border:1px solid var(--border-soft,#e5e2de)}.collections-page__header h1{margin:0 0 1rem;font-size:2.5rem;font-weight:700;letter-spacing:-.02em;color:var(--brand-ink,#161819)}.collections-page__header p{max-width:520px;margin:0 auto;color:var(--ink-subtle,#3a3f44);line-height:1.7}.collections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,360px),1fr));grid-gap:2rem;gap:2rem}.collection-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;border-radius:16px;background:var(--surface,#fff);border:1px solid var(--stroke-soft,#e8e8e6);overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.collection-card:hover{border-color:var(--brand-primary,#4b7277);box-shadow:0 12px 32px rgba(0,0,0,.1);transform:translateY(-4px)}.collection-card__image-wrap{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:var(--surface-strong,#f6f5f3)}.collection-card__image{object-fit:cover;opacity:0;transition:opacity .8s ease-in-out}.collection-card__image--active{opacity:1}.collection-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--ink-muted,#a0a4a8)}.collection-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.03));pointer-events:none}.collection-card__dots{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:2}.collection-card__dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.5);transition:background .3s ease,transform .3s ease}.collection-card__dot--active{background:#fff;transform:scale(1.3);box-shadow:0 1px 3px rgba(0,0,0,.3)}.collection-card__body{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;flex:1 1}.collection-card__title{margin:0 0 .375rem;font-size:1.3rem;font-weight:600;color:var(--ink-body,#1a1d1e);letter-spacing:-.01em}.collection-card__description{margin:0 0 .75rem;color:var(--ink-muted,#6b7074);font-size:.9375rem;line-height:1.6;flex:1 1}.collection-card__count{font-size:.8125rem;font-weight:500;color:var(--brand-primary,#4b7277);display:inline-flex;align-items:center;gap:6px}.collection-card__count:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--brand-primary,#4b7277);opacity:.4}.collection-page{padding:3rem 1.5rem 4rem;max-width:1200px;margin:0 auto}.collection-page__header{margin-bottom:2.5rem}.collection-page__back{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:var(--ink-muted,#6b7074);text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease}.collection-page__back:hover{color:var(--brand-primary,#4b7277)}.collection-page__header h1{margin:0 0 .5rem;font-size:2.25rem;font-weight:700}.pf-layout{display:grid;grid-gap:2rem;gap:2rem}@media (min-width:960px){.pf-layout{grid-template-columns:260px 1fr;gap:2.5rem}}.pf-mobile-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}@media (min-width:960px){.pf-mobile-header{display:none}}.pf-filter-toggle{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:600;background:var(--surface,#fff);border:1px solid var(--border-strong,#d4d0cb);border-radius:8px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;position:relative}.pf-filter-toggle:hover{border-color:var(--brand-primary,#4b7277)}.pf-filter-badge{position:absolute;top:-4px;right:-4px;width:10px;height:10px;background:var(--brand-accent,#8c5e3c);border-radius:50%}.pf-result-count{font-size:.875rem;color:var(--ink-muted,#6b7074)}.pf-sidebar{display:none}@media (min-width:960px){.pf-sidebar{display:block;position:-webkit-sticky;position:sticky;top:24px;height:-moz-fit-content;height:fit-content}}.pf-sidebar-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.pf-sidebar-header h3{margin:0;font-size:1rem;font-weight:600}.pf-filters-content{display:flex;flex-direction:column;gap:1.25rem}.pf-filter-group{display:flex;flex-direction:column;gap:.5rem}.pf-filter-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-muted,#6b7074)}.pf-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem}.pf-checkbox input{width:18px;height:18px;accent-color:var(--brand-primary,#4b7277);cursor:pointer}.pf-select{width:100%;padding:.625rem 2rem .625rem .75rem;font-size:.875rem;background:white;border:1px solid var(--border-strong,#d4d0cb);border-radius:8px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236b7074' viewBox='0 0 16 16'%3E%3Cpath d='M4.47 5.47a.75.75 0 0 1 1.06 0L8 7.94l2.47-2.47a.75.75 0 1 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 0 1 0-1.06z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;transition:border-color .2s ease}.pf-select:hover{border-color:var(--ink-muted,#6b7074)}.pf-select:focus{outline:none;border-color:var(--brand-primary,#4b7277);box-shadow:0 0 0 3px rgba(75,114,119,.15)}.pf-search-input{width:100%;padding:.625rem .75rem;font-size:.875rem;background:white;border:1px solid var(--border-strong,#d4d0cb);border-radius:8px;transition:border-color .2s ease}.pf-search-input:hover{border-color:var(--ink-muted,#6b7074)}.pf-search-input:focus{outline:none;border-color:var(--brand-primary,#4b7277);box-shadow:0 0 0 3px rgba(75,114,119,.15)}.pf-search-input::placeholder{color:var(--ink-faint,#9ba0a4)}.pf-filter-details{border:1px solid var(--border-muted,#e8e6e3);border-radius:8px;overflow:hidden}.pf-filter-summary{display:flex;align-items:center;justify-content:space-between;padding:.75rem;font-size:.875rem;font-weight:500;cursor:pointer;background:var(--surface-muted,#fbfaf9);-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .2s ease}.pf-filter-summary:hover{background:#f5f4f2}.pf-filter-summary::-webkit-details-marker,.pf-filter-summary::marker{display:none}.pf-filter-summary:after{content:"›";font-size:1.25rem;transform:rotate(90deg);transition:transform .2s ease;display:inline-block}details[open] .pf-filter-summary:after{transform:rotate(-90deg)}.pf-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 .375rem;font-size:.75rem;font-weight:600;background:var(--brand-primary,#4b7277);color:white;border-radius:11px;margin-right:.5rem}.pf-filter-options{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:white;max-height:300px;overflow-y:auto}.pf-filter-options--grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(48px,1fr));grid-gap:.5rem;gap:.5rem}.pf-size-chip{display:flex;align-items:center;justify-content:center;padding:.5rem;font-size:.875rem;font-weight:500;background:white;border:1.5px solid var(--border-strong,#d4d0cb);border-radius:6px;cursor:pointer;transition:all .2s ease}.pf-size-chip:hover{border-color:var(--brand-primary,#4b7277);background:var(--surface-muted,#fbfaf9)}.pf-size-chip--active{background:var(--brand-primary,#4b7277);border-color:var(--brand-primary,#4b7277);color:white}.pf-filters-loading{padding:2rem 1rem;text-align:center;color:var(--ink-muted,#6b7074);font-size:.875rem}.pf-clear-filters{font-size:.875rem;font-weight:500;color:var(--brand-accent,#8c5e3c);background:none;border:none;padding:.5rem 0;cursor:pointer;text-align:left}.pf-clear-filters:hover{text-decoration:underline}.pf-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:100;display:flex;align-items:flex-end}@media (min-width:960px){.pf-drawer-overlay{display:none}}.pf-drawer{width:100%;max-height:85vh;background:white;border-radius:16px 16px 0 0;padding:1.5rem;overflow-y:auto}.pf-drawer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.pf-drawer-header h3{margin:0;font-size:1.125rem;font-weight:600}.pf-drawer-close{width:36px;height:36px;justify-content:center;font-size:1.5rem;background:var(--surface-muted,#fbfaf9);border:none;border-radius:50%;cursor:pointer;color:var(--ink-secondary,#4a5055)}.pf-drawer-close,.pf-empty{display:flex;align-items:center}.pf-empty{flex-direction:column;text-align:center;padding:4rem 2rem}.pf-empty-icon{color:var(--ink-faint,#9ba0a4);margin-bottom:1rem}.pf-empty-title{margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.pf-empty-description{margin:0 0 1.5rem;font-size:.875rem;color:var(--ink-muted,#6b7074);max-width:280px}.pf-main{min-width:0}.product-page{padding:2.5rem 1.5rem 4rem;max-width:1400px;margin:0 auto}.product-page__grid{display:grid;grid-template-columns:1fr;grid-gap:2.5rem;gap:2.5rem}@media (min-width:768px){.product-page__grid{grid-template-columns:1fr 1fr;gap:3rem;align-items:start}}@media (min-width:1024px){.product-page__grid{grid-template-columns:55% 1fr;gap:4rem}}.product-page__left{display:flex;flex-direction:column;gap:1.5rem}@media (min-width:768px){.product-page__left{position:-webkit-sticky;position:sticky;top:100px;align-self:start}}.product-page__media{position:relative;aspect-ratio:1/1;background:var(--surface-muted,#fbfaf9);border-radius:20px;overflow:hidden}.product-page__media img{object-fit:cover}.pdp-mockup-svg{width:100%;height:100%;display:block}.pdp-mockup-disclaimer{margin:.5rem 0 0;padding:.625rem .75rem;font-size:.8125rem;line-height:1.5;color:var(--ink-muted,#6b7074);background:var(--surface-muted,#fbfaf9);border-radius:8px;text-align:center}.product-page__media-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:var(--ink-faint,#9ba0a4);font-size:.9375rem}.pdp-gallery-image{width:100%;height:auto;display:block;border-radius:8px;object-fit:cover}.pdp-gallery-thumbnails{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.pdp-image-carousel{display:flex;align-items:center;gap:.5rem;margin-top:.75rem}.pdp-image-carousel__btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid var(--stroke-soft,#e8e8e6);border-radius:50%;background:var(--surface-paper,#fff);cursor:pointer;transition:background-color .15s ease,border-color .15s ease;flex-shrink:0}.pdp-image-carousel__btn:hover{background:var(--surface-muted,#fbfaf9);border-color:var(--ink-faint,#9ba0a4)}.pdp-image-carousel__btn svg{color:var(--ink-body,#1a1d1e)}.pdp-image-carousel__viewport{flex:1 1;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.pdp-image-carousel__viewport::-webkit-scrollbar{display:none}.pdp-image-carousel__track{display:flex;gap:.5rem}.pdp-gallery-thumb{position:relative;width:60px;height:60px;border:2px solid transparent;border-radius:8px;background:var(--surface-muted,#fbfaf9);cursor:pointer;overflow:hidden;padding:0;transition:border-color .15s ease,box-shadow .15s ease;flex-shrink:0}.pdp-gallery-thumb:hover{border-color:var(--ink-faint,#9ba0a4)}.pdp-gallery-thumb--active{border-color:var(--brand-primary,#4b7277);box-shadow:0 0 0 1px var(--brand-primary,#4b7277)}.pdp-gallery-thumb__img{width:100%;height:100%;object-fit:contain;display:block}.pdp-gallery-thumb__preview{position:relative;width:100%;height:100%}.pdp-gallery-thumb__badge{position:absolute;bottom:2px;left:50%;transform:translateX(-50%);background:var(--brand-primary,#4b7277);color:#fff;font-size:.5rem;font-weight:700;text-transform:uppercase;padding:1px 4px;border-radius:3px;letter-spacing:.02em}.pdp-gallery-thumb__badge--personalize{background:var(--brand-accent,#d4a574);font-size:.625rem;padding:2px 5px}.pdp-gallery-thumb__mockup-icon{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:2px}.pdp-gallery-thumb__mockup-icon svg{width:24px;height:24px;color:var(--brand-primary,#4b7277)}.pdp-gallery-thumb__mockup-icon span{font-size:.625rem;font-weight:600;color:var(--brand-primary,#4b7277);text-transform:uppercase;letter-spacing:.02em}.pdp-personalize-panel{background:var(--surface-muted,#fbfaf9);border:1px solid var(--stroke-soft,#e8e8e6);border-radius:12px;padding:1.25rem}.pdp-personalize-panel__title{margin:0 0 1rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-body,#1a1d1e)}.pdp-personalize-panel__field{margin-bottom:1rem}.pdp-personalize-panel__field:last-child{margin-bottom:0}.pdp-personalize-panel__field label{display:block;margin-bottom:.5rem;font-size:.8125rem;font-weight:500;color:var(--ink-body,#1a1d1e)}.pdp-personalize-panel__field textarea{width:100%;padding:.75rem;font-size:.9375rem;font-family:inherit;border:1px solid var(--stroke-soft,#e8e8e6);border-radius:8px;background:white;resize:vertical;min-height:80px;transition:border-color .15s ease}.pdp-personalize-panel__field textarea:focus{outline:none;border-color:var(--brand-primary,#4b7277)}.pdp-personalize-panel__field textarea::placeholder{color:var(--ink-faint,#9ba0a4)}.pdp-personalize-panel__upload{display:flex;flex-direction:column;gap:.375rem}.pdp-personalize-panel__field input[type=file]{width:100%;padding:.625rem .75rem;font-size:.875rem;font-family:inherit;border:1px dashed var(--stroke-soft,#e8e8e6);border-radius:8px;background:white;cursor:pointer;transition:border-color .15s ease,background .15s ease}.pdp-personalize-panel__field input[type=file]:hover{border-color:var(--brand-primary,#4b7277);background:rgba(75,114,119,.02)}.pdp-personalize-panel__field input[type=file]:focus{outline:none;border-color:var(--brand-primary,#4b7277)}.pdp-personalize-panel__hint{margin:0;font-size:.75rem;color:var(--ink-muted,#6b7074)}.pdp-personalize-panel__status{margin:.5rem 0 0;padding:.5rem .75rem;font-size:.8125rem;border-radius:6px;background:var(--surface-muted,#fbfaf9)}.pdp-personalize-panel__status--success{background:rgba(46,125,90,.08);color:#2e7d5a}.pdp-personalize-panel__status--error{background:rgba(220,53,69,.08);color:#dc3545}.pdp-required{color:#dc3545;font-weight:600}.pdp-personalize-panel__warning{margin:0 0 .75rem;padding:.625rem .75rem;font-size:.8125rem;line-height:1.5;background:rgba(255,193,7,.12);border-left:3px solid #e6a800;border-radius:0 6px 6px 0;color:var(--ink-body,#1a1d1e)}.pdp-personalize-panel__warning strong{color:#b38600}.pdp-personalize-panel__preview-note{margin:0 0 .75rem;padding:.5rem .75rem;font-size:.8125rem;line-height:1.5;color:var(--ink-muted,#6b7074);background:rgba(75,114,119,.06);border-radius:6px}.pdp-personalize-panel__error{margin:.5rem 0 0;font-size:.8125rem;color:#dc3545}.pdp-personalize-panel__confirm{display:flex;align-items:flex-start;gap:.5rem;margin:.75rem 0 0;padding:.75rem;background:rgba(75,114,119,.06);border:1px solid var(--stroke-soft,#e8e8e6);border-radius:8px;font-size:.875rem;line-height:1.45;cursor:pointer;transition:border-color .15s ease}.pdp-personalize-panel__confirm:hover{border-color:var(--brand-primary,#4b7277)}.pdp-personalize-panel__confirm input[type=checkbox]{flex-shrink:0;margin-top:.125rem;width:1rem;height:1rem;accent-color:var(--brand-primary,#4b7277);cursor:pointer}.pdp-personalize-panel__confirm span{color:var(--ink-body,#1a1d1e)}.pdp-personalize-panel__confirm strong{color:var(--brand-primary,#4b7277);word-break:break-word}.pdp-placement-picker{margin-bottom:1rem}.pdp-placement-picker__label{display:block;margin-bottom:.5rem;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-muted,#6b7074)}.pdp-placement-picker__options{display:flex;flex-wrap:wrap;gap:.5rem}.pdp-placement-picker__pill{display:inline-flex;align-items:center;padding:.4rem .85rem;font-size:.8125rem;font-weight:500;line-height:1.4;color:var(--ink-body,#1a1d1e);background:var(--surface-base,#fff);border:1px solid var(--stroke-soft,#e8e8e6);border-radius:100px;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease;white-space:nowrap}.pdp-placement-picker__pill:hover{border-color:var(--brand-primary,#4b7277);color:var(--brand-primary,#4b7277)}.pdp-placement-picker__pill--active{background:var(--brand-primary,#4b7277);border-color:var(--brand-primary,#4b7277);color:#fff}.pdp-placement-picker__pill--active:hover{background:var(--brand-primary-dark,#3d5e62);border-color:var(--brand-primary-dark,#3d5e62);color:#fff}.product-page__details{display:flex;flex-direction:column;gap:0;min-width:0;overflow:hidden}.product-page__title{font-size:2.1rem;font-weight:700;line-height:1.1;margin:0 0 .5rem;color:var(--ink-body,#1a1d1e)}@media (min-width:768px){.product-page__title{font-size:2rem}}.product-page__subtitle{font-size:1rem;color:var(--ink-muted,#6b7074);margin:0 0 1.25rem;line-height:1.5}.product-page__price{font-size:2.1rem;font-weight:800;color:#1f1f29;margin-bottom:.5rem}.product-page__price-unit{font-size:.9375rem;font-weight:400;color:var(--ink-muted,#6b7074)}.product-page__description{font-size:.9375rem;color:var(--ink-secondary,#4a5055);line-height:1.7;margin-bottom:2rem}.product-page__rating{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1.5rem}.review-link{font-size:.8125rem;font-weight:600;color:var(--brand-primary,#4b7277);text-decoration:none}.review-link:hover{text-decoration:underline}.review-stars{display:inline-flex;align-items:center;gap:4px}.review-stars__star{font-size:1rem;color:#d1d4d7}.review-stars__star.is-active{color:#f2b01e}.review-stars__label{display:inline-flex;align-items:center;cursor:pointer;font-size:1.1rem;color:#d1d4d7;line-height:1}.review-stars__label.is-active{color:#f2b01e}.review-stars__label:focus-within{outline:2px solid var(--brand-primary,#4b7277);outline-offset:2px;border-radius:4px}.review-stars__input{position:absolute;opacity:0;pointer-events:none}.review-list{display:flex;flex-direction:column;gap:1rem}.review-card{padding:1rem 1.25rem;border-radius:8px;border:1px solid var(--stroke-soft,#e8e8e6);background:#fff}.review-card__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem}.review-card__title{margin:0 0 .25rem;font-weight:600;color:var(--ink-body,#1a1d1e)}.review-card__body{margin:0;color:var(--ink-secondary,#4a5055);line-height:1.6}.product-description-html p{margin:0 0 .5rem}.product-description-html p:last-child{margin-bottom:0}.product-description-html ol,.product-description-html ul{margin:.25rem 0 .5rem 1.25rem;padding:0}.product-description-html li{margin-bottom:.25rem}.product-description-html h1,.product-description-html h2,.product-description-html h3,.product-description-html h4{font-family:var(--font-heading,"Playfair Display",serif);margin:.75rem 0 .25rem;font-size:1rem}.product-description-html a{color:var(--brand-primary,#4b7277);text-decoration:underline}.product-description-html b,.product-description-html strong{font-weight:600}.product-page__locked-options{background:var(--surface-subtle,#f8f8f6);border:1px solid var(--stroke-soft,#e8e8e6);border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem}.product-page__locked-options-title{font-size:.875rem;font-weight:600;color:var(--ink-primary,#1a1a1a);margin:0 0 .5rem}.product-page__locked-options-list{margin:0;padding:0 0 0 1.25rem;font-size:.875rem;color:var(--ink-secondary,#4a5055);line-height:1.6}.product-page__locked-options-list li{margin-bottom:.25rem}.product-page__locked-options-list li:last-child{margin-bottom:0}.product-page__locked-options-list strong{color:var(--ink-primary,#1a1a1a);font-weight:500}.product-page__field{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--stroke-soft,#e8e8e6);min-width:0;max-width:100%}.product-page__field:last-of-type{border-bottom:none}.product-page__field--locked{opacity:.6;pointer-events:none}.product-page__field-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.product-page__field label{font-size:.875rem;font-weight:600;color:var(--ink-body,#1a1d1e);text-transform:uppercase;letter-spacing:.04em}.product-page__field input[type=number],.product-page__field select,.product-page__field textarea{width:100%;padding:.75rem 1rem;font-size:.9375rem;border:1px solid var(--stroke-soft,#e8e8e6);border-radius:8px;background:white;transition:border-color .15s ease}.product-page__field input:focus,.product-page__field select:focus,.product-page__field textarea:focus{outline:none;border-color:var(--brand-primary,#4b7277)}.fine{font-size:.8125rem;color:var(--ink-muted,#6b7074)}.product-page__row{display:flex;gap:1rem;align-items:flex-end}.product-page__field--compact{flex:0 0 auto;min-width:80px;margin-bottom:0}.product-page__field--compact label{font-size:.75rem;margin-bottom:.25rem}.input--compact,.select--compact{width:90px;padding:.5rem .75rem;font-size:.875rem;border:1px solid var(--stroke-soft,#e8e8e6);border-radius:6px;background:white}.input--compact:focus,.select--compact:focus{outline:none;border-color:var(--brand-primary,#4b7277)}.input--compact{width:70px;text-align:center}.color-carousel{position:relative;width:100%;max-width:100%;overflow:hidden}.color-carousel__viewport{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;margin:0 2rem;max-width:calc(100% - 4rem)}.color-carousel__viewport::-webkit-scrollbar{display:none}.color-carousel__btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid var(--stroke-soft,#e8e8e6);border-radius:50%;background:white;color:var(--ink-body,#1a1d1e);cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.08);transition:background .15s ease,box-shadow .15s ease}.color-carousel__btn:hover{background:var(--surface-muted,#fbfaf9);box-shadow:0 2px 8px rgba(0,0,0,.12)}.color-carousel__btn--left{left:0}.color-carousel__btn--right{right:0}.color-carousel__track{display:grid;grid-auto-flow:column;grid-template-rows:repeat(2,1fr);grid-gap:.5rem;gap:.5rem;padding:.25rem 0;width:max-content}.color-chip{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:2px solid transparent;border-radius:6px;background:var(--surface-muted,#fbfaf9);cursor:pointer;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.color-chip:hover{border-color:var(--ink-faint,#9ba0a4)}.color-chip--active{border-color:var(--ink-body,#1a1d1e);box-shadow:0 0 0 1px var(--ink-body,#1a1d1e)}.color-chip__img{width:100%;height:100%;object-fit:cover;border-radius:4px}.color-chip__fallback{width:28px;height:28px;border-radius:50%;background:var(--stroke-soft,#e8e8e6)}.color-grid{display:flex;flex-wrap:wrap;gap:.625rem}.color-tile{display:flex;flex-direction:column;align-items:center;padding:.5rem;border:2px solid transparent;border-radius:8px;background:var(--surface-muted,#fbfaf9);cursor:pointer;min-width:72px;transition:border-color .15s ease,box-shadow .15s ease}.color-tile:hover{border-color:var(--ink-faint,#9ba0a4)}.color-tile--active{border-color:var(--ink-body,#1a1d1e);box-shadow:0 0 0 1px var(--ink-body,#1a1d1e)}.color-tile--disabled{cursor:not-allowed;opacity:.5}.color-tile__swatch{width:36px;height:36px;border-radius:50%;border:1px solid rgba(0,0,0,.08);overflow:hidden}.color-tile__fallback{width:36px;height:36px;border-radius:50%;background:var(--stroke-soft,#e8e8e6)}.color-tile__label{margin-top:.375rem;font-size:.6875rem;font-weight:500;text-align:center;color:var(--ink-secondary,#4a5055);max-width:64px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.color-tile--fabric{position:relative;min-width:80px;padding:.625rem .5rem}.color-tile--fabric .color-tile__fallback{width:32px;height:32px;border-radius:6px;background:linear-gradient(135deg,#d4c5b5,#e8ddd0 50%,#c9baa8);border:1px solid rgba(0,0,0,.06)}.color-tile--fabric.color-tile--active{background:rgba(75,114,119,.08)}.color-tile__check{position:absolute;top:4px;right:4px;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:white;background:var(--brand-primary,#4b7277);border-radius:50%}.pdp-mismatch-warning{margin:.5rem 0;padding:.625rem .875rem;font-size:.8125rem;color:#856404;background:#fff3cd;border:1px solid #ffc107;border-radius:6px}.option-carousel{position:relative;width:100%;max-width:100%;overflow:hidden}.option-carousel__viewport{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;margin:0 2rem;max-width:calc(100% - 4rem)}.option-carousel__viewport::-webkit-scrollbar{display:none}.option-carousel__btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:1px solid var(--stroke-soft,#e8e8e6);border-radius:50%;background:white;color:var(--ink-body,#1a1d1e);cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.08);transition:background .15s ease,box-shadow .15s ease}.option-carousel__btn:hover{background:var(--surface-muted,#fbfaf9);box-shadow:0 2px 8px rgba(0,0,0,.12)}.option-carousel__btn--left{left:0}.option-carousel__btn--right{right:0}.option-carousel__track{display:flex;flex-direction:row;gap:.5rem;padding:.25rem 0;width:max-content}.option-carousel__track--multirow{display:grid;grid-auto-flow:column;grid-template-rows:repeat(2,1fr);grid-gap:.5rem;gap:.5rem;padding:.25rem 0;width:max-content}.option-chip{position:relative;display:flex;flex-direction:row;align-items:center;gap:.375rem;padding:.375rem .625rem;border:2px solid transparent;border-radius:999px;background:var(--surface-muted,#fbfaf9);cursor:pointer;white-space:nowrap;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.option-chip:hover{border-color:var(--ink-faint,#9ba0a4)}.option-chip--active{border-color:var(--brand-primary,#4b7277);background:rgba(75,114,119,.08);box-shadow:0 0 0 1px var(--brand-primary,#4b7277)}.option-chip__swatch{width:20px;height:20px;border-radius:50%;flex-shrink:0;border:1px solid rgba(0,0,0,.08)}.option-chip__swatch--pattern{background:linear-gradient(135deg,#d4c5b5,#e8ddd0 50%,#c9baa8);background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:4px;width:32px;height:32px}.option-chip--thread{padding:0;border:2px solid transparent;border-radius:50%;background:transparent;width:44px;height:44px;align-items:center;justify-content:center}.option-chip--thread:hover{border-color:var(--ink-faint,#9ba0a4)}.option-chip--thread.option-chip--active{border-color:var(--brand-primary,#4b7277);box-shadow:0 0 0 2px var(--brand-primary,#4b7277);background:transparent}.option-chip--thread .option-chip__swatch--thread{width:36px;height:36px;border-radius:50%;flex-shrink:0;border:1px solid rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.06)}.option-chip--thread .option-chip__check{position:absolute;top:-2px;right:-2px;width:16px;height:16px;font-size:9px}.option-chip--fabric{flex-direction:column;padding:.375rem;min-width:70px;gap:.25rem;border-radius:8px}.option-chip--fabric .option-chip__swatch--pattern{width:48px;height:48px;border-radius:4px}.option-chip--fabric .option-chip__label{font-size:.65rem;text-align:center;max-width:60px;line-height:1.2}.option-chip--fabric .option-chip__check{position:absolute;top:4px;right:4px}.option-chip__label{font-size:.75rem;font-weight:500;color:var(--ink-body,#1a1d1e);max-width:100px;overflow:hidden;text-overflow:ellipsis}.option-chip__check{width:14px;height:14px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:white;background:var(--brand-primary,#4b7277);border-radius:50%;flex-shrink:0}.pdp-thread-note{margin:.5rem 0 0;font-size:.75rem;color:var(--ink-muted,#6b7074);font-style:italic}.pdp-font-picker{margin:12px 0 16px;display:grid;grid-gap:12px;gap:12px}.pdp-font-picker__hint{margin:0;font-size:.75rem;color:var(--ink-muted,#6b7074)}.pdp-font-picker__tabs{display:flex;flex-wrap:wrap;gap:8px}.pdp-font-picker__tab{padding:6px 10px;border-radius:999px;border:1px solid var(--stroke-soft,#e8e8e6);background:#fff;font-size:.75rem;font-weight:600;color:var(--ink-muted,#6b7074);cursor:pointer}.pdp-font-picker__tab--active{border-color:var(--brand-primary,#4b7277);color:var(--brand-primary,#4b7277);background:#f4f8f8}.pdp-font-picker__options{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.pdp-font-picker__option{padding:10px 12px;border-radius:10px;border:1px solid var(--stroke-soft,#e8e8e6);background:#fff;text-align:left;display:grid;grid-gap:4px;gap:4px;cursor:pointer}.pdp-font-picker__option--active{border-color:var(--brand-primary,#4b7277);box-shadow:0 0 0 1px rgba(75,114,119,.25)}.pdp-font-picker__label{font-size:.8rem;font-weight:600;color:var(--ink-body,#1a1d1e)}.pdp-font-picker__preview{font-size:1rem;color:var(--ink-body,#1a1d1e)}.pdp-monogram{margin-top:12px;display:grid;grid-gap:10px;gap:10px}.pdp-monogram__toggle{display:flex;align-items:center;gap:8px;font-size:.85rem}.pdp-monogram__fields{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.pdp-monogram__field label{display:block;font-size:.75rem;font-weight:600;color:var(--ink-muted,#6b7074);margin-bottom:4px}.pdp-monogram__field input,.pdp-monogram__field select{width:100%;padding:8px 10px;border-radius:8px;border:1px solid var(--stroke-soft,#e8e8e6)}.pdp-format-picker{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin:12px 0 16px}.pdp-format-picker__option{display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 12px;border-radius:12px;border:2px solid var(--stroke-soft,#e8e8e6);background:#fff;cursor:pointer;text-align:center;transition:border-color .15s,box-shadow .15s}.pdp-format-picker__option--active,.pdp-format-picker__option:hover{border-color:var(--brand-primary,#4b7277)}.pdp-format-picker__option--active{box-shadow:0 0 0 2px rgba(75,114,119,.2);background:#f4f8f8}.pdp-format-picker__preview-img{width:64px;height:64px;object-fit:contain;border-radius:6px}.pdp-format-picker__preview-svg{width:64px;height:64px;flex-shrink:0}.pdp-format-picker__name{font-size:.85rem;font-weight:700;color:var(--ink-body,#1a1d1e)}.pdp-format-picker__desc{font-size:.7rem;color:var(--ink-muted,#6b7074);line-height:1.3}.pdp-monogram-input{font-family:inherit;width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--stroke-soft,#e8e8e6)}.pdp-format-font-picker{margin-top:16px}.pdp-format-font-picker__title{font-size:.85rem;font-weight:700;color:var(--ink-body,#1a1d1e);margin-bottom:8px}.pdp-format-font-picker__options{display:flex;flex-wrap:wrap;gap:8px}.pdp-format-font-picker__option{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 16px;border-radius:10px;border:2px solid var(--stroke-soft,#e8e8e6);background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s;min-width:100px}.pdp-format-font-picker__option--active,.pdp-format-font-picker__option:hover{border-color:var(--brand-primary,#4b7277)}.pdp-format-font-picker__option--active{box-shadow:0 0 0 2px rgba(75,114,119,.2);background:#f4f8f8}.pdp-format-font-picker__label{font-size:.75rem;font-weight:600;color:var(--ink-body,#1a1d1e)}.pdp-format-font-picker__preview{font-size:1.1rem;line-height:1.2;color:var(--ink-body,#1a1d1e)}.size-grid{display:flex;flex-wrap:wrap;gap:.5rem}.size-chip{padding:.5rem 1rem;font-size:.875rem;font-weight:500;border:1px solid var(--stroke-soft,#e8e8e6);border-radius:6px;background:white;cursor:pointer;transition:border-color .15s ease,background .15s ease}.size-chip:hover:not(.size-chip--disabled){border-color:var(--ink-muted,#6b7074)}.size-chip--active{border-color:var(--ink-body,#1a1d1e);background:var(--ink-body,#1a1d1e);color:white}.size-chip--disabled{opacity:.4;cursor:not-allowed}.product-page__summary{background:var(--surface-muted,#fbfaf9);padding:1.25rem;border-radius:10px;margin-bottom:1.25rem}.product-page__summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.9375rem}.product-page__summary-row+.product-page__summary-row{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--stroke-soft,#e8e8e6)}.button,.product-page__summary-row strong{font-weight:600}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9375rem;border:none;border-radius:8px;cursor:pointer;width:100%;transition:background .15s ease,transform .1s ease}.button--primary{background:linear-gradient(135deg,var(--brand-primary) 0,var(--brand-primary-dark) 55%,var(--brand-accent) 100%);color:white}.button--primary:hover:not(:disabled){background:linear-gradient(135deg,var(--brand-primary-dark) 0,var(--brand-accent-dark) 100%)}.button--primary:active:not(:disabled){transform:scale(.98)}.button--primary:disabled{background:var(--stroke-soft,#e8e8e6);color:var(--ink-faint,#9ba0a4);cursor:not-allowed}.product-page__add-to-cart-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.product-page__cart-success{display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;background:rgba(46,125,90,.1);border-radius:6px;color:#2e7d5a;font-size:.875rem;font-weight:600;animation:cart-success-pop .3s ease-out}.product-page__cart-success svg{stroke:#2e7d5a;flex-shrink:0}@keyframes cart-success-pop{0%{opacity:0;transform:scale(.9)}50%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.pdp-sticky-cta__added{font-size:.8125rem;font-weight:600;color:#2e7d5a;margin-left:.5rem}.product-page__notice{margin-top:1rem;padding:.875rem 1rem;background:rgba(46,125,90,.08);border:1px solid rgba(46,125,90,.2);border-radius:8px;color:#2e7d5a;font-size:.875rem;font-weight:500}.pdp-missing-hint{margin-top:.5rem;color:var(--ink-muted,#6b7074)}.pdp-section{margin-top:1.25rem;border:1px solid var(--stroke-soft,#e8e8e6);border-radius:12px;overflow:hidden;background:var(--surface-muted,#fbfaf9)}.pdp-section--expanded{background:white}.pdp-section__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.25rem;background:transparent;border:none;cursor:pointer;text-align:left;transition:background .15s ease}.pdp-section__header:hover{background:rgba(0,0,0,.02)}.pdp-section__header:focus{outline:none;box-shadow:inset 0 0 0 2px var(--brand-primary,#4b7277)}.pdp-section__header-content{display:flex;flex-direction:column;gap:.25rem;min-width:0}.pdp-section__title{font-size:.9375rem;font-weight:600;color:var(--ink-body,#1a1d1e);text-transform:uppercase;letter-spacing:.04em}.pdp-section__summary{font-size:.8125rem;color:var(--ink-muted,#6b7074);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}.pdp-section__chevron{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:300;color:var(--ink-muted,#6b7074)}.pdp-section__content{padding:0 1.25rem 1.25rem}.pdp-section__content[hidden]{display:none}.pdp-section__content .product-page__field{margin-bottom:1rem;padding-bottom:0;border-bottom:none}.pdp-section__content .product-page__field:last-child{margin-bottom:0}.compact-grid-wrapper{display:flex;flex-direction:column;gap:.75rem}.compact-grid{display:flex;flex-wrap:wrap;gap:.5rem}.compact-grid__toggle{align-self:flex-start;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;color:var(--brand-primary,#4b7277);background:transparent;border:1px solid var(--stroke-soft,#e8e8e6);border-radius:6px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.compact-grid__toggle:hover{border-color:var(--brand-primary,#4b7277);background:rgba(75,114,119,.04)}.compact-grid__toggle:focus{outline:none;box-shadow:0 0 0 2px rgba(75,114,119,.2)}.pdp-sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:100;background:white;border-top:1px solid var(--stroke-soft,#e8e8e6);box-shadow:0 -4px 16px rgba(0,0,0,.06);padding:.75rem 1rem;transform:translateY(100%);opacity:0;transition:transform .2s ease,opacity .2s ease}@media (min-width:768px){.pdp-sticky-cta{transform:translateY(0);opacity:1}}@media (max-width:767px){.pdp-sticky-cta{transform:translateY(0);opacity:1}.product-page{padding-bottom:6rem}}.pdp-sticky-cta__content{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:1280px;margin:0 auto}.pdp-sticky-cta__info{display:flex;flex-direction:column;gap:.125rem;min-width:0}.pdp-sticky-cta__title{font-size:.875rem;font-weight:600;color:var(--ink-body,#1a1d1e);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdp-sticky-cta__price{font-size:1rem;font-weight:700;color:var(--ink-body,#1a1d1e)}.pdp-sticky-cta .button{flex-shrink:0;width:auto;padding:.75rem 1.25rem}.the-edit-page{max-width:1400px;margin:0 auto;padding:0 1.5rem 4rem}.edit-hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center;min-height:400px;padding:3rem 0}@media (max-width:768px){.edit-hero{grid-template-columns:1fr;gap:2rem;min-height:auto}}.edit-hero--no-issue{grid-template-columns:1fr;text-align:center;background:linear-gradient(135deg,var(--brand-paper) 0,var(--surface-strong) 50%,var(--surface-tint) 100%);border-radius:24px;padding:4rem 2rem;border:1px solid var(--border-soft,#e5e2de)}.edit-hero__content{display:flex;flex-direction:column;gap:1rem}.edit-hero__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--brand-accent,#8C5E3C)}.edit-hero__title{font-size:3rem;font-weight:700;line-height:1.1;letter-spacing:-.02em;margin:0}@media (max-width:768px){.edit-hero__title{font-size:2rem}}.edit-hero__subtitle{font-size:1.5rem;font-weight:400;color:var(--ink-muted,#5c6166);margin:0}.edit-hero__description{font-size:1rem;line-height:1.6;color:var(--ink-muted,#5c6166);margin:0;max-width:500px}.edit-hero__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:var(--brand-primary,#3d6166);color:white;font-weight:600;text-decoration:none;border-radius:8px;transition:background .2s ease;width:-moz-fit-content;width:fit-content;margin-top:.5rem}.edit-hero__cta:hover{background:var(--brand-primary-dark,#2d4a4e)}.edit-hero__image{position:relative;aspect-ratio:4/3;border-radius:16px;overflow:hidden;background:var(--surface-strong,#f5f4f2)}.edit-topics-nav{padding:1.5rem 0;border-bottom:1px solid var(--border-soft,#e5e2de);margin-bottom:2rem}.edit-topics-nav__inner{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.edit-topics-nav__link{padding:.5rem 1rem;background:var(--surface-strong,#f5f4f2);color:var(--ink-body,#1a1d1e);text-decoration:none;border-radius:20px;font-size:.875rem;font-weight:500;transition:background .2s ease,color .2s ease}.edit-topics-nav__link:hover{background:var(--brand-primary,#3d6166);color:white}.edit-section{padding:3rem 0}.edit-section--alt{background:var(--surface-strong,#f5f4f2);margin:0 -1.5rem;padding:3rem 1.5rem}.edit-section__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}.edit-section__title{font-size:1.5rem;font-weight:700;margin:0}.edit-section__link{font-size:.875rem;color:var(--brand-primary,#3d6166);text-decoration:none;font-weight:500}.edit-section__link:hover{text-decoration:underline}.edit-empty{text-align:center;padding:3rem;color:var(--ink-muted,#5c6166)}.edit-articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));grid-gap:1.5rem;gap:1.5rem}@media (min-width:900px){.edit-articles-grid{grid-template-columns:repeat(3,1fr)}}.edit-article-card{display:flex;flex-direction:column;background:var(--surface,#fff);border-radius:12px;overflow:hidden;border:1px solid var(--border-soft,#e5e2de);text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.edit-article-card:hover{border-color:var(--brand-primary,#3d6166);box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}.edit-article-card--featured{grid-column:span 2}@media (max-width:768px){.edit-article-card--featured{grid-column:span 1}}.edit-article-card__image{position:relative;aspect-ratio:16/10;background:var(--surface-strong,#f5f4f2)}.edit-article-card--featured .edit-article-card__image{aspect-ratio:2/1}.edit-article-card__content{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1 1}.edit-article-card__badge{display:inline-flex;width:-moz-fit-content;width:fit-content;padding:.25rem .5rem;background:var(--brand-accent,#8C5E3C);color:white;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:4px}.edit-article-card__title{margin:0;font-size:1.125rem;font-weight:600;line-height:1.3}.edit-article-card__excerpt{margin:0;font-size:.9rem;color:var(--ink-muted,#5c6166);line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.edit-article-card__author{margin-top:auto;font-size:.8rem;color:var(--ink-faint,#8a9095)}.edit-issues-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.edit-issue-card{display:flex;flex-direction:column;background:var(--surface,#fff);border-radius:12px;overflow:hidden;border:1px solid var(--border-soft,#e5e2de);text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease}.edit-issue-card:hover{border-color:var(--brand-primary,#3d6166);box-shadow:0 8px 24px rgba(0,0,0,.08)}.edit-issue-card__image{position:relative;aspect-ratio:4/3;background:var(--surface-strong,#f5f4f2)}.edit-issue-card__content{padding:1.25rem}.edit-issue-card__title{margin:0 0 .25rem;font-size:1.25rem;font-weight:600}.edit-issue-card__subtitle{margin:0;font-size:.9rem;color:var(--ink-muted,#5c6166)}.edit-archive-page{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 4rem}.edit-archive-page__header{margin-bottom:3rem}.edit-archive-page__back{display:inline-flex;align-items:center;color:var(--ink-muted,#5c6166);text-decoration:none;font-size:.875rem;margin-bottom:1rem}.edit-archive-page__back:hover{color:var(--brand-primary,#3d6166)}.edit-archive-page__header h1{margin:0 0 .5rem;font-size:2.5rem}.edit-issues-archive-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.edit-issue-archive-card{display:flex;flex-direction:column;background:var(--surface,#fff);border-radius:16px;overflow:hidden;border:1px solid var(--border-soft,#e5e2de);text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.edit-issue-archive-card:hover{border-color:var(--brand-primary,#3d6166);box-shadow:0 12px 32px rgba(0,0,0,.1);transform:translateY(-3px)}.edit-issue-archive-card__image{position:relative;aspect-ratio:3/2;background:var(--surface-muted,#fbfaf9)}.edit-issue-archive-card__placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:4rem;font-weight:700;color:rgba(0,0,0,.08)}.edit-issue-archive-card__badge{position:absolute;top:1rem;right:1rem;padding:.375rem .75rem;background:var(--brand-primary,#3d6166);color:white;font-size:.75rem;font-weight:600;border-radius:4px}.edit-issue-archive-card__content{padding:1.5rem}.edit-issue-archive-card__title{margin:0 0 .375rem;font-size:1.375rem;font-weight:600}.edit-issue-archive-card__subtitle{margin:0 0 .75rem;font-size:1rem;color:var(--ink-muted,#5c6166)}.edit-issue-archive-card__date{font-size:.8rem;color:var(--ink-faint,#8a9095)}.edit-issue-page{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 4rem}.edit-issue-page__header{margin-bottom:3rem}.edit-issue-page__back{display:inline-flex;align-items:center;color:var(--ink-muted,#5c6166);text-decoration:none;font-size:.875rem;margin-bottom:1.5rem}.edit-issue-page__back:hover{color:var(--brand-primary,#3d6166)}.edit-issue-page__hero{position:relative;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,var(--brand-paper) 0,var(--surface-strong) 50%,var(--surface-tint) 100%);min-height:300px;display:flex;align-items:flex-end}.edit-issue-page__hero-image{position:absolute;inset:0}.edit-issue-page__hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.6),transparent 70%)}.edit-issue-page__hero-content{position:relative;z-index:1;padding:2rem;color:white}.edit-issue-page__hero:not(:has(.edit-issue-page__hero-image)) .edit-issue-page__hero-content{color:var(--ink-body,#1a1d1e)}.edit-issue-page__date{font-size:.8rem;opacity:.8;text-transform:uppercase;letter-spacing:.05em}.edit-issue-page__title{font-size:2.5rem;font-weight:700;margin:.5rem 0;line-height:1.1}.edit-issue-page__subtitle{font-size:1.25rem;margin:0;opacity:.9}.edit-issue-page__description{font-size:1rem;margin:1rem 0 0;opacity:.8;max-width:600px}.edit-issue-page__sections{display:flex;flex-direction:column;gap:3rem}.edit-issue-section{padding-top:2rem;border-top:1px solid var(--border-soft,#e5e2de)}.edit-issue-section:first-child{border-top:none;padding-top:0}.edit-issue-section__header{margin-bottom:1.5rem}.edit-issue-section__title{font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.edit-issue-section__description{font-size:1rem;color:var(--ink-muted,#5c6166);margin:0}.edit-issue-section__articles{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.edit-topic-page{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 4rem}.edit-topic-page__header{text-align:center;margin-bottom:2rem;padding:2rem;background:linear-gradient(135deg,var(--brand-paper) 0,var(--surface-tint) 100%);border-radius:16px;border:1px solid var(--border-soft,#e5e2de)}.edit-topic-page__back{display:inline-flex;align-items:center;color:var(--ink-muted,#5c6166);text-decoration:none;font-size:.875rem;margin-bottom:1rem}.edit-topic-page__back:hover{color:var(--brand-primary,#3d6166)}.edit-topic-page__title{font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.edit-topic-page__description{font-size:1.125rem;color:var(--ink-muted,#5c6166);max-width:600px;margin:0 auto}.edit-article-page{max-width:800px;margin:0 auto;padding:2rem 1.5rem 4rem}.edit-article-page__header{margin-bottom:2rem}.edit-article-page__meta{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.edit-article-page__back{color:var(--ink-muted,#5c6166);text-decoration:none;font-size:.875rem}.edit-article-page__back:hover{color:var(--brand-primary,#3d6166)}.edit-article-page__issue{padding:.25rem .75rem;background:var(--surface-strong,#f5f4f2);border-radius:4px;font-size:.8rem;color:var(--ink-muted,#5c6166);text-decoration:none}.edit-article-page__issue:hover{background:var(--brand-primary,#3d6166);color:white}.edit-article-page__title{font-size:2.5rem;font-weight:700;line-height:1.15;margin:0 0 1rem;letter-spacing:-.02em}@media (max-width:640px){.edit-article-page__title{font-size:1.75rem}}.edit-article-page__excerpt{font-size:1.25rem;color:var(--ink-muted,#5c6166);line-height:1.5;margin:0 0 1.5rem}.edit-article-page__byline{display:flex;align-items:center;gap:1rem;font-size:.9rem;color:var(--ink-muted,#5c6166);margin-bottom:1rem}.edit-article-page__author{font-weight:500}.edit-article-page__topics{display:flex;flex-wrap:wrap;gap:.5rem}.edit-article-page__topic{padding:.375rem .75rem;background:var(--surface-strong,#f5f4f2);color:var(--ink-body,#1a1d1e);text-decoration:none;border-radius:16px;font-size:.8rem;font-weight:500}.edit-article-page__topic:hover{background:var(--brand-primary,#3d6166);color:white}.edit-article-page__hero{position:relative;aspect-ratio:16/9;border-radius:12px;overflow:hidden;margin-bottom:2.5rem;background:var(--surface-strong,#f5f4f2)}.edit-article-page__body{margin-bottom:3rem}.edit-article-page__content{font-size:1.125rem;line-height:1.8;color:var(--ink-body,#1a1d1e)}.edit-article-page__content h1,.edit-article-page__content h2,.edit-article-page__content h3{margin-top:2rem;margin-bottom:1rem;line-height:1.3}.edit-article-page__content h1{font-size:2rem}.edit-article-page__content h2{font-size:1.5rem}.edit-article-page__content h3{font-size:1.25rem}.edit-article-page__content p{margin:0 0 1.5rem}.edit-article-page__content a{color:var(--brand-primary,#3d6166);text-decoration:underline}.edit-article-page__content a:hover{color:var(--brand-primary-dark,#2d4a4e)}.edit-article-page__products{background:var(--surface-strong,#f5f4f2);padding:2rem;border-radius:12px;margin-bottom:2rem}.edit-article-page__products-title{font-size:1.25rem;font-weight:600;margin:0 0 1.5rem}.edit-article-page__products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.edit-product-card{background:var(--surface,#fff);border-radius:8px;border:1px solid var(--border-soft,#e5e2de);overflow:hidden}.edit-product-card__link{display:block;padding:1rem;text-decoration:none;color:inherit}.edit-product-card__link:hover{background:var(--surface-strong,#f5f4f2)}.edit-product-card__text{font-weight:500;color:var(--brand-primary,#3d6166)}.edit-product-card__note{display:block;margin-top:.25rem;font-size:.85rem;color:var(--ink-muted,#5c6166)}.edit-article-page__footer{padding-top:2rem;border-top:1px solid var(--border-soft,#e5e2de)}.edit-article-page__cta{color:var(--brand-primary,#3d6166);text-decoration:none;font-weight:500}.edit-article-page__cta:hover{text-decoration:underline}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-body:"Inter","Inter Fallback"}@font-face{font-family:Libre Baskerville;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/645c88064de6876a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Libre Baskerville;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cccb76cee38030ea-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Libre Baskerville;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/645c88064de6876a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Libre Baskerville;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cccb76cee38030ea-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Libre Baskerville Fallback;src:local("Times New Roman");ascent-override:76.22%;descent-override:21.22%;line-gap-override:0.00%;size-adjust:127.26%}.__className_25556b{font-family:Libre Baskerville,Libre Baskerville Fallback;font-style:normal}.__variable_25556b{--font-heading:"Libre Baskerville","Libre Baskerville Fallback"}