:root {
  --ink: #312b32;
  --muted: #777076;
  --forest: #70465e;
  --forest2: #3b2936;
  --cream: #f3eae4;
  --paper: #fcfaf8;
  --line: #e5dcd9;
  --accent: #c77a61;
  --green: #79536a;
  --shadow: 0 20px 55px rgba(77, 48, 64, .12);
}

body {
  background: var(--paper);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.55;
}

body.menu-open { overflow: hidden; }
main { min-height: 60vh; }

/* Keep the approved logo self-contained in the cache-safe storefront bundle. */
.brand-logo { display: flex; align-items: center; flex: 0 0 auto; color: var(--ink); white-space: nowrap; }
.brand-logo-copy { display: flex; flex-direction: column; width: max-content; padding-left: 13px; border-left: 4px solid var(--accent); }
.brand-logo-copy b { font: 700 23px/.95 Comfortaa, Manrope, Arial, sans-serif; letter-spacing: -.015em; }
.brand-logo-copy b span { margin-left: .08em; color: var(--accent); }
.brand-logo-copy small { width: 100%; margin-top: 7px; display: block; color: var(--forest); font: 700 10.5px/1 Comfortaa, Manrope, Arial, sans-serif; }
.brand-logo-slogan { width: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand-logo-slogan i, .brand-logo-slogan em { display: block; font-style: normal; }
.brand-logo-slogan em { color: var(--accent); font-size: 12px; }
.brand-logo-light { color: #fff; }
.brand-logo-light .brand-logo-copy small { color: #b8c8c1; }
.footer-brand > .brand-logo { margin-bottom: 5px; }
.announcement {
  height: 36px;
  padding: 0 clamp(20px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 6vw, 80px);
  background: #3b2936;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.announcement span { margin: 0; color: rgba(255, 255, 255, .82); }
.announcement span + span::before { content: ""; display: inline-block; width: 3px; height: 3px; margin: 0 28px 2px 0; border-radius: 50%; background: #aebdb6; }

.site-header {
  height: 86px;
  padding: 0 clamp(22px, 5vw, 76px);
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) minmax(220px, 360px) auto;
  gap: clamp(28px, 4vw, 58px);
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(252, 250, 248, .94);
  border-color: rgba(32, 35, 31, .1);
  backdrop-filter: blur(16px);
}
.logo { display: inline-grid; grid-template-columns: 40px auto; grid-template-rows: auto; gap: 10px; align-items: center; color: var(--ink); font: inherit; letter-spacing: 0; white-space: nowrap; }
.logo > i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: linear-gradient(145deg, var(--accent), var(--forest)); font: italic 500 16px Playfair Display, serif; box-shadow: 0 7px 18px rgba(112, 70, 94, .2); }
.logo > span { display: grid; grid-template-columns: auto auto; column-gap: 3px; align-items: baseline; color: var(--ink); }
.logo b { font: 700 16px/1 Manrope, sans-serif; letter-spacing: .13em; }
.logo em { color: var(--forest); font: 500 16px/1 Manrope, sans-serif; letter-spacing: .08em; }
.logo small { grid-column: 1 / -1; margin-top: 6px; color: #8a8087; font: 600 6px/1 Manrope, sans-serif; letter-spacing: .23em; text-transform: uppercase; }
.main-nav { margin: 0; gap: clamp(20px, 2.5vw, 38px); align-items: center; }
.main-nav a { position: relative; font-size: 12px; font-weight: 600; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--accent); transition: right .25s; }
.main-nav a:hover::after { right: 0; }
.buyer-menu { position: relative; }
.buyer-menu > button { padding: 0; border: 0; color: inherit; background: transparent; font-size: 13px; font-weight: 600; cursor: pointer; }
.buyer-menu > button span { margin-left: 4px; color: var(--accent); }
.buyer-menu > div { position: absolute; top: calc(100% + 20px); left: 50%; z-index: 70; width: 210px; padding: 10px; display: none; transform: translateX(-50%); border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.buyer-menu > div.open { display: grid; }
.buyer-menu > div a { padding: 10px 11px; border-radius: 9px; font: 600 12px Manrope, Arial, sans-serif; white-space: nowrap; }
.buyer-menu > div a:hover { background: #f5ebef; }
.buyer-menu > div a::after { display: none; }
.header-search { position: relative; height: 42px; display: flex; align-items: center; gap: 10px; padding: 0 14px; border: 1px solid #d9dad5; border-radius: 100px; background: #fff; }
.header-search svg, .catalog-search svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.header-search button { display: grid; place-items: center; padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; }
.header-search input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 12px; }
.cart-link { display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 700; }
.cart-link svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.cart-link b { width: 21px; height: 21px; margin: 0; font-size: 9px; }
.menu-toggle { display: none; }
.flash { position: fixed; top: 105px; left: 50%; z-index: 60; width: min(520px, calc(100% - 32px)); margin: 0; transform: translateX(-50%); box-shadow: var(--shadow); }

.eyebrow { color: #9f5b42; font-size: 9px; letter-spacing: .22em; }
.button { min-height: 50px; padding: 0 23px; border-radius: 15px; background: var(--forest); font-size: 10px; letter-spacing: .11em; box-shadow: 0 10px 24px rgba(112, 70, 94, .16); }
.button:hover { background: #82536e; box-shadow: 0 13px 28px rgba(112, 70, 94, .22); }
.text-link { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.hero {
  min-height: min(760px, calc(100vh - 122px));
  grid-template-columns: minmax(440px, 42%) 1fr;
  background: linear-gradient(145deg, #f5ece6, #eee0db);
}
.hero-copy { padding: clamp(75px, 9vh, 120px) clamp(40px, 7vw, 112px) 62px; }
.hero h1 { max-width: 680px; margin: 24px 0 28px; font-size: clamp(54px, 5.5vw, 86px); line-height: .98; }
.hero h1 em { color: var(--accent); }
.hero-copy > p { max-width: 540px; margin: 0; font-size: 16px; line-height: 1.75; }
.hero-actions { margin-top: 35px; }
.hero-proof { width: 100%; gap: clamp(25px, 4vw, 55px); margin-top: auto; }
.hero-proof b { font-size: 24px; }
.hero-proof span { font-size: 8px; }
.hero-visual { min-height: 560px; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(27, 41, 35, .08), transparent 35%); pointer-events: none; }
.hero-visual > img { object-position: center; }
.hero-note { position: absolute; right: 42px; bottom: 38px; z-index: 2; display: flex; align-items: center; gap: 16px; max-width: 340px; padding: 18px 22px; border-radius: 18px; color: #fff; background: rgba(59, 41, 54, .85); backdrop-filter: blur(12px); }
.hero-note > span { font: italic 500 22px Playfair Display, serif; color: #d99a7f; }
.hero-note p { display: flex; flex-direction: column; margin: 0; }
.hero-note b { font: 500 15px Playfair Display, serif; }
.hero-note small { margin-top: 3px; color: rgba(255, 255, 255, .7); font-size: 9px; }

.benefit-strip { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 clamp(24px, 6vw, 95px); background: #fff; border-bottom: 1px solid var(--line); }
.benefit-strip > div { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: center; padding: 26px clamp(18px, 3vw, 46px); border-right: 1px solid var(--line); }
.benefit-strip > div:first-child { padding-left: 0; }
.benefit-strip > div:last-child { border: 0; }
.benefit-strip > div > span { font: italic 500 16px Playfair Display, serif; color: var(--accent); }
.benefit-strip p { display: flex; flex-direction: column; margin: 0; }
.benefit-strip b { font-size: 11px; }
.benefit-strip small { margin-top: 3px; color: var(--muted); font-size: 9px; }

.section { padding: 105px clamp(24px, 6vw, 95px); }
.section h2, .mood-section h2, .product-details h2 { margin: 13px 0 0; font-size: clamp(38px, 4vw, 57px); }
.products-section { background: var(--paper); }
.section-head { margin-bottom: 42px; }
.section-head > div > p { margin: 12px 0 0; color: var(--muted); font-size: 11px; }
.product-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 34px 16px; }
.product-card { min-width: 0; }
.product-image-wrap { position: relative; overflow: hidden; border-radius: 18px; background: #eee8e5; box-shadow: 0 8px 24px rgba(70, 49, 61, .07); transition: transform .25s, box-shadow .25s; }
.product-card:hover .product-image-wrap { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(70, 49, 61, .13); }
.product-image {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  background: #ecebe6;
}
.product-image img { width: 100%; height: 100%; object-fit: contain; transform: none; }
.product-card:hover .product-image img { transform: scale(1.012); }
.product-badge { left: 11px; top: 11px; padding: 6px 9px; border-radius: 100px; background: rgba(252, 250, 248, .92); color: var(--ink); }
.card-quick { position: absolute; left: 10px; right: 10px; bottom: 10px; z-index: 2; padding: 10px; border-radius: 12px; color: #fff; background: rgba(59, 41, 54, .9); text-align: center; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; transform: translateY(calc(100% + 15px)); transition: transform .25s; }
.product-image-wrap:hover .card-quick { transform: translateY(0); }
.product-meta { padding-top: 15px; }
.product-meta > span { color: #8b8f89; font-size: 8px; }
.product-meta h3 { min-height: 43px; margin: 6px 0 9px; overflow: hidden; font-family: Manrope, Arial, sans-serif; font-size: 11px; font-weight: 500; line-height: 1.55; }
.product-meta > div { align-items: center; font-size: 11px; }
.product-meta > div b { font-size: 12px; }
.product-meta > div { display: flex; justify-content: space-between; gap: 8px; }
.product-meta .card-price { margin-bottom: 9px; }
.product-meta .card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.card-cart-form { margin: 0; }
.card-cart-button, .card-tryon-button { width: 100%; display: inline-flex; align-items: center; justify-content: center; min-height: 32px; padding: 6px 8px; border: 1px solid var(--forest); border-radius: 9px; color: #fff; background: var(--forest); font-size: 9px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.card-cart-button:hover { background: var(--forest2); }
.card-tryon-button { color: var(--forest); background: transparent; }
.card-tryon-button:hover { color: #fff; background: var(--forest); }
.card-cart-button:disabled { opacity: .72; cursor: wait; }
.product-card.added-to-cart .product-image-wrap { animation: cart-card-success .55s ease; }
@keyframes cart-card-success { 50% { transform: translateY(-5px) scale(.975); box-shadow: 0 18px 38px rgba(112,70,94,.22); } }
.card-review-rating { width: 100%; min-height: 20px; padding: 0; display: flex; align-items: center; gap: 6px; border: 0; color: var(--muted); background: transparent; font-size: 10px; text-align: left; cursor: pointer; }
.card-review-rating span { color: #c77953; font-size: 11px; letter-spacing: .03em; }
.card-review-rating b { font-weight: 600; }
.product-card[data-video-review="1"] .card-review-rating::after { content: "Видео"; margin-left: auto; padding: 3px 6px; border-radius: 100px; color: #fff; background: var(--accent); font-size: 7px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.product-review-rating { margin: -5px 0 18px; display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.product-review-rating span { color: #c77953; font-size: 14px; letter-spacing: .04em; text-decoration: none; }

.reviews-hero { position: relative; padding: 78px 24px 66px; overflow: hidden; background: linear-gradient(145deg, #f5ece6, #ead9d5); text-align: center; }
.reviews-hero::after { content: "★★★★★"; position: absolute; right: -15px; bottom: -50px; color: rgba(112, 70, 94, .055); font: 500 140px/1 Playfair Display, serif; letter-spacing: -.09em; white-space: nowrap; }
.reviews-hero h1 { position: relative; z-index: 1; margin: 17px 0 13px; font-size: clamp(48px, 6vw, 78px); }
.reviews-hero > p { position: relative; z-index: 1; max-width: 670px; margin: 0 auto; color: var(--muted); font-size: 15px; line-height: 1.7; }
.reviews-hero > div { position: relative; z-index: 1; margin-top: 27px; display: inline-flex; align-items: baseline; gap: 9px; }
.reviews-hero > div b { color: var(--forest); font: 500 29px Playfair Display, serif; }
.reviews-hero > div span { color: var(--muted); font-size: 11px; }
.reviews-page { padding: 55px clamp(16px, 4vw, 64px) 90px; background: var(--paper); }
.reviews-grid { max-width: 1240px; margin: 0 auto; columns: 3 360px; column-gap: 14px; }
.customer-review { margin: 0 0 18px; padding: 18px; display: inline-block; width: 100%; break-inside: avoid; border: 1px solid rgba(84, 58, 72, .1); border-radius: 19px; background: #fff; box-shadow: 0 9px 28px rgba(70, 49, 61, .055); }
.customer-review { max-width: 350px; }
.reviews-grid .customer-review { margin-bottom: 14px; padding: 15px; border-radius: 16px; box-shadow: 0 7px 22px rgba(70, 49, 61, .05); }
.reviews-grid .customer-review { max-width: 350px; margin-right: auto; margin-left: auto; }
.home-reviews { background: #fff; }
.home-reviews-grid { width: 100%; max-width: none; margin: 0 auto; display: block; columns: 4 260px; column-gap: 14px; column-fill: balance; }
.home-reviews-grid .customer-review { max-width: none; margin: 0 0 14px; }
.home-reviews-empty { min-height: 160px; display: grid; place-items: center; color: var(--muted); text-align: center; }
.home-reviews-empty .button { margin-top: 12px; }
.home-reviews-status { min-height: 72px; margin-top: 20px; }
.review-fallback-note { margin: -4px -4px 13px; padding: 8px 10px; border-radius: 10px; color: var(--forest); background: #f4ece9; font-size: 9px; font-weight: 700; line-height: 1.45; }
.customer-review-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.customer-review-head > div { display: flex; flex-direction: column; gap: 4px; }
.customer-review-head > div:last-child { align-items: flex-end; color: var(--muted); font-size: 9px; white-space: nowrap; }
.customer-review-head b { font-size: 13px; }
.review-stars { color: #c77953; font-size: 14px; letter-spacing: .05em; }
.customer-review-text { margin: 15px 0 0; font-size: 13px; line-height: 1.65; }
.customer-review-detail { margin: 10px 0 0; padding: 10px 12px; border-radius: 11px; background: #f8f3f0; font-size: 11px; line-height: 1.55; }
.review-marketplace-link { margin-top: 12px; padding: 9px 11px; display: flex; align-items: center; justify-content: center; gap: 5px; border: 1px solid rgba(112, 70, 94, .16); border-radius: 11px; color: var(--accent); background: #fffaf7; font-size: 10px; font-weight: 700; text-align: center; }
.review-marketplace-link:hover { border-color: rgba(112, 70, 94, .36); background: #f8f0ec; }
.review-marketplace-link small { color: var(--muted); font-size: inherit; font-weight: inherit; white-space: nowrap; }
.review-marketplace-link.review-marketplace-wb { border-color: #8f2ee8; color: #fff; background: linear-gradient(100deg, #8f2ee8, #bd34d1); }
.review-marketplace-link.review-marketplace-wb:hover { border-color: #7716d1; background: linear-gradient(100deg, #7d20dc, #aa27c7); }
.review-marketplace-link.review-marketplace-wb small { color: rgba(255,255,255,.82); }
.review-marketplace-link.review-marketplace-yandex { border-color: #f4c900; color: #201f1b; background: #ffd633; }
.review-marketplace-link.review-marketplace-yandex:hover { border-color: #e3b900; background: #ffcc00; }
.review-marketplace-link.review-marketplace-yandex small { color: rgba(32,31,27,.72); }
.review-media { margin: 0 0 15px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; overflow: hidden; border-radius: 13px; }
.review-media-1 { grid-template-columns: 1fr; }
.review-media a, .review-media video { min-height: 150px; background: #ede7e4; }
.review-media a { display: block; cursor: zoom-in; }
.review-media img, .review-media video { width: 100%; height: 100%; max-height: 430px; display: block; object-fit: cover; }
.review-media-1 img, .review-media-1 video { object-fit: contain; background: #f2edeb; }
.review-product-link { margin-top: 14px; padding: 8px; display: grid; grid-template-columns: 39px minmax(0, 1fr) auto; gap: 10px; align-items: center; border-radius: 12px; background: #f4ece9; }
.review-product-link img { width: 39px; height: 52px; border-radius: 7px; object-fit: contain; background: #e9e4e1; }
.review-product-link span { min-width: 0; display: flex; flex-direction: column; }
.review-product-link small, .review-historical-product small { color: var(--accent); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.review-product-link b { margin-top: 2px; overflow: hidden; font-size: 10px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.review-product-link i { color: var(--accent); font: 500 17px Playfair Display, serif; }
.review-historical-product { margin-top: 13px; display: flex; flex-direction: column; gap: 3px; color: var(--muted); font-size: 9px; }
.product-reviews { background: #f4ece9; scroll-margin-top: 100px; }
.product-reviews-inner { width: 100%; max-width: 1240px; margin: 0 auto; }
.product-reviews-inner > .section-head { width: 100%; margin-right: 0; margin-left: 0; }
.product-review-grid { width: 100%; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 14px; align-items: start; }
.product-review-grid-random { display: block; columns: 3 300px; column-gap: 14px; column-fill: balance; }
.product-review-grid-random .customer-review { display: inline-block; width: 100%; break-inside: avoid; margin: 0 0 14px; }
.product-review-grid-own .customer-review { margin: 0; }
.product-review-grid .customer-review-featured { width: 100%; max-width: none; padding: 20px; display: grid; grid-template-columns: minmax(180px, 250px) minmax(0, 1fr); gap: 10px 24px; }
.customer-review-featured > .review-media { grid-column: 1; grid-row: 1 / span 10; align-self: start; margin: 0; }
.customer-review-featured > :not(.review-media) { grid-column: 2; }
.customer-review-featured .review-media a, .customer-review-featured .review-media video { min-height: 0; height: 210px; }
.customer-review-featured .review-media img, .customer-review-featured .review-media video { height: 210px; object-fit: cover; }
.product-review-grid .customer-review-featured.customer-review-many-media { display: block; }
.customer-review-featured.customer-review-many-media > .review-media { margin: 0 0 18px; display: grid; grid-template-columns: repeat(var(--review-media-columns, 2), minmax(0, 1fr)); gap: 8px; }
.customer-review-featured.customer-review-many-media .review-media a,
.customer-review-featured.customer-review-many-media .review-media video,
.customer-review-featured.customer-review-many-media .review-media img { width: 100%; height: 190px; }
.all-reviews-button { margin: 30px auto 0; display: flex; }
.all-reviews-dialog { width: min(1320px, calc(100% - 24px)); max-height: 92vh; padding: 0; overflow: hidden; border: 0; border-radius: 23px; background: var(--paper); box-shadow: 0 35px 100px rgba(40, 27, 35, .35); }
.all-reviews-dialog::backdrop { background: rgba(33, 25, 30, .68); backdrop-filter: blur(5px); }
.all-reviews-dialog-head { padding: 25px 28px 20px; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); background: #fff; }
.all-reviews-dialog-head h2 { margin: 5px 0 4px; font: 500 34px/1.05 Playfair Display, serif; }
.all-reviews-dialog-head p { margin: 0; color: var(--muted); font-size: 10px; }
.all-reviews-dialog-head button { width: 42px; height: 42px; flex: 0 0 auto; border: 0; border-radius: 50%; background: #f4ece9; font-size: 23px; cursor: pointer; }
.all-reviews-scroll { max-height: calc(92vh - 116px); overflow: auto; }
.all-reviews-dialog-status { padding: 28px 20px 38px; color: var(--muted); text-align: center; }
.all-reviews-grid { padding: 18px 18px 0; columns: 3 390px; column-gap: 14px; }
.all-reviews-grid .customer-review { max-width: none; margin-bottom: 14px; }
.review-modal-error { padding: 40px; text-align: center; }

.media-lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(24,18,22,.96); cursor: zoom-out; }
.media-lightbox::backdrop { background: rgba(24,18,22,.96); }
.media-lightbox img { width: 100%; height: 100%; padding: 24px; object-fit: contain; }
.media-lightbox button { position: fixed; top: 18px; right: 20px; z-index: 2; width: 46px; height: 46px; border: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.15); font-size: 29px; cursor: pointer; }
.cart-toast { position: fixed; right: 22px; bottom: 22px; z-index: 120; max-width: min(390px, calc(100vw - 32px)); padding: 14px 18px; display: flex; align-items: center; gap: 10px; border-radius: 14px; color: #fff; background: var(--forest2); box-shadow: 0 18px 48px rgba(42,29,38,.3); animation: cart-toast-in .25s ease; }
.cart-toast[hidden] { display: none; }
.cart-toast span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: #fff; }
.cart-toast b { font-size: 12px; }
@keyframes cart-toast-in { from { opacity: 0; transform: translateY(12px); } }

.mood-section { display: grid; grid-template-columns: 46% 54%; min-height: 620px; background: linear-gradient(145deg, #3b2936, #56384a); color: #fff; }
.mood-copy { padding: 95px clamp(36px, 7vw, 110px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.mood-copy h2 { margin: 15px 0 25px; }
.mood-copy > p { max-width: 510px; color: #a8b8b1; line-height: 1.8; }
.mood-search { position: relative; width: 100%; max-width: 520px; height: 56px; margin-top: 22px; display: flex; background: #fff; }
.mood-search input { flex: 1; min-width: 0; padding: 0 18px; border: 0; outline: 0; }
.mood-search button { width: 60px; border: 0; color: #fff; background: var(--accent); font-size: 20px; cursor: pointer; }
.search-examples { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.search-examples a { padding: 7px 11px; border: 1px solid rgba(255, 255, 255, .25); font-size: 9px; }
.mood-image img { width: 100%; height: 100%; object-fit: cover; }

.steps { text-align: left; }
.steps-grid { max-width: none; }
.steps-grid > div { padding: 30px clamp(25px, 5vw, 80px); }
.steps-grid > div:first-child { padding-left: 0; }
.steps-grid span { margin: 0 0 28px; border: 0; color: var(--accent); font-size: 18px; }
.steps-grid b { font-size: 20px; }
.steps-grid p { max-width: 270px; font-size: 11px; }

.catalog-hero { padding: 70px 20px 48px; background: linear-gradient(145deg, #f5ece6, #eee0db); }
.catalog-hero h1 { margin: 18px 0 12px; font-size: clamp(45px, 5vw, 68px); }
.catalog-hero > p { min-height: 28px; margin-bottom: 28px; }
.catalog-search { position: relative; width: min(760px, calc(100% - 30px)); height: 58px; margin: 0 auto; display: flex; align-items: center; gap: 14px; padding-left: 19px; border-radius: 18px; background: #fff; box-shadow: 0 12px 34px rgba(77, 48, 64, .09); }
.catalog-search input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; font-size: 13px; }
.catalog-search button { align-self: stretch; min-width: 105px; border: 0; border-radius: 0 18px 18px 0; color: #fff; background: var(--forest); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; }
.search-suggestions { position: absolute; top: calc(100% + 9px); left: 0; z-index: 80; width: min(560px, 92vw); max-height: min(620px, 72vh); overflow: auto; padding: 10px; border: 1px solid rgba(65, 48, 58, .1); border-radius: 17px; color: var(--ink); background: rgba(255, 254, 253, .98); box-shadow: 0 22px 55px rgba(57, 39, 50, .2); text-align: left; backdrop-filter: blur(16px); }
.catalog-search .search-suggestions { right: 0; width: 100%; }
.mood-search .search-suggestions { width: 100%; }
.search-suggestions[hidden] { display: none; }
.suggestion-phrases { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; padding-bottom: 8px; }
.suggestion-phrases a { display: flex; justify-content: space-between; gap: 10px; padding: 10px 11px; border-radius: 10px; background: #f7f1ee; }
.suggestion-phrases b { min-width: 0; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.suggestion-phrases small { color: var(--muted); font-size: 9px; }
.suggestion-title { display: block; padding: 8px 8px 5px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.suggestion-products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px; }
.suggestion-products a { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 10px; align-items: center; min-width: 0; padding: 7px; border-radius: 11px; }
.suggestion-products img { width: 52px; height: 52px; border-radius: 8px; object-fit: cover; }
.suggestion-products span { display: flex; min-width: 0; flex-direction: column; }
.suggestion-products b { display: -webkit-box; overflow: hidden; font-size: 11px; font-weight: 600; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.suggestion-products small { margin-top: 3px; color: var(--accent); font-size: 10px; font-weight: 700; }
.search-suggestions a:hover, .search-suggestions a.active { background: #f1e6e2; }
.suggestion-all { display: block; margin-top: 7px; padding: 11px; border-radius: 10px; color: #fff; background: var(--forest); text-align: center; font-size: 10px; font-weight: 700; }
.catalog-filters { padding: 28px clamp(22px, 4vw, 62px) 0; background: var(--paper); }
.filter-row { display: grid; grid-template-columns: 190px 1fr; gap: 26px; align-items: start; padding: 21px 0; border-bottom: 1px solid var(--line); }
.filter-label { display: grid; grid-template-columns: 25px 1fr; gap: 10px; align-items: start; padding-top: 6px; }
.filter-label > span { color: var(--accent); font: italic 500 14px Playfair Display, serif; }
.filter-label > div { display: flex; flex-direction: column; }
.filter-label b { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.filter-label small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.filter-options-shell { min-width: 0; display: flex; align-items: flex-start; flex-wrap: wrap; gap: 7px; }
.filter-options { display: flex; flex-wrap: wrap; gap: 7px; }
.filter-options-shell > .filter-options { min-width: 0; }
.filter-chip { padding: 9px 13px; border: 1px solid var(--line); border-radius: 100px; background: #fff; color: #5e565c; font-size: 9px; transition: .18s; }
.filter-chip:hover { border-color: #beaab5; background: #f8f1ee; }
.filter-chip.active { border-color: var(--forest); color: #fff; background: var(--forest); box-shadow: 0 7px 17px rgba(112, 70, 94, .16); }
.filter-options-shell > button { font-family: inherit; cursor: pointer; }
.filter-more { display: inline-flex; align-items: center; gap: 8px; border-style: dashed; font-weight: 700; }
.filter-more-icon { color: var(--accent); font-size: 15px; line-height: 1; }
.filter-more.active .filter-more-icon { color: #fff; }
.color-options { gap: 7px 9px; }
.color-chip { display: flex; align-items: center; gap: 7px; min-height: 36px; padding: 5px 10px 5px 6px; border: 1px solid transparent; border-radius: 100px; color: #5e565c; font-size: 8px; transition: .18s; }
.color-chip i { width: 24px; height: 24px; border: 2px solid #fff; border-radius: 50%; background: var(--swatch); box-shadow: 0 0 0 1px #d8cfcc; }
.color-chip:hover { border-color: var(--line); background: #fff; }
.color-chip.active { border-color: var(--forest); color: var(--forest); background: #f5ebef; font-weight: 700; }
.color-chip.active i { box-shadow: 0 0 0 2px var(--forest); }
.color-chip.filter-more { border-color: var(--line); background: #fff; }
.color-chip.filter-more.active { color: #fff; background: var(--forest); }
.all-colors-swatch { background: conic-gradient(#d89bab, #c9a052, #66806a, #91bfd0, #80628f, #d89bab) !important; }
.filter-dialog { width: min(940px, calc(100% - 32px)); max-height: min(820px, calc(100vh - 32px)); padding: 0; overflow: hidden; border: 0; border-radius: 24px; color: var(--ink); background: var(--paper); box-shadow: 0 28px 90px rgba(44, 29, 38, .3); }
.filter-dialog::backdrop { background: rgba(42, 30, 38, .55); backdrop-filter: blur(3px); }
.filter-dialog-panel { max-height: min(820px, calc(100vh - 32px)); padding: 36px 38px 40px; overflow: auto; }
.filter-dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.filter-dialog-head h2 { margin: 8px 0 6px; font: 500 39px/1.08 Playfair Display, serif; }
.filter-dialog-head p { max-width: 630px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.filter-dialog-close { width: 38px; height: 38px; flex: 0 0 38px; border: 0; border-radius: 50%; color: var(--ink); background: #eee5e3; font-size: 25px; line-height: 1; cursor: pointer; }
.topic-dialog-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 42px; padding-top: 27px; }
.topic-dialog-groups section { min-width: 0; }
.topic-dialog-groups h3 { margin: 0 0 12px; color: var(--muted); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.dialog-filter-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.dialog-color-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; padding-top: 27px; }
.dialog-color-grid .color-chip { min-height: 49px; padding: 8px 13px 8px 9px; border-color: var(--line); background: #fff; font-size: 12px; }
.dialog-color-grid .color-chip i { width: 30px; height: 30px; }
.dialog-color-grid .color-chip.active { color: #fff; background: var(--forest); }
.active-filters { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; padding: 15px 0 2px 215px; color: var(--muted); font-size: 8px; }
.active-filters > span { text-transform: uppercase; letter-spacing: .08em; }
.active-filters a { padding: 6px 9px; border-radius: 8px; background: #f1e7e8; color: var(--forest); }
.active-filters .clear-filters { margin-left: 3px; background: transparent; color: var(--muted); text-decoration: underline; }
.refinement-options { display: flex; flex-wrap: wrap; gap: 8px; }
.refinement-options a { min-height: 38px; padding: 9px 12px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid #ddcfcc; border-radius: 10px; color: var(--forest); background: #fff; font-size: 11px; font-weight: 600; }
.refinement-options a:hover { border-color: var(--forest); background: #f6edef; }
.refinement-options a.active { border-color: var(--forest); color: #fff; background: var(--forest); box-shadow: 0 7px 17px rgba(112, 70, 94, .16); }
.refinement-options a.active span { color: #fff; }
.refinement-options a span { color: var(--accent); font-size: 15px; }
.refinement-options-shell { align-items: center; }
.refinement-options-shell .refinement-options { min-width: 0; }
.refinement-more { min-height: 38px; white-space: nowrap; }
.refinement-dialog-grid { padding-top: 27px; }
.topic-dialog-inspiration { margin: 34px auto 0; padding-top: 29px; border-top: 1px solid var(--line); text-align: center; }
.topic-dialog-inspiration h3 { margin: 8px 0 4px; font: 500 25px/1.1 Playfair Display, serif; }
.topic-dialog-inspiration p { margin: 0; color: var(--muted); font-size: 11px; }
.inspiration-dialog-grid a { min-width: 180px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.inspiration-dialog-grid a small { color: var(--muted); font-size: 8px; white-space: nowrap; }
.topic-dialog-inspiration .inspiration-dialog-grid { justify-content: center; padding-top: 18px; }
.catalog-shell { display: block; padding: 40px clamp(22px, 4vw, 62px) 110px; }
.catalog-toolbar { margin-bottom: 27px; padding-bottom: 18px; }
.catalog-toolbar > div { display: flex; flex-direction: column; }
.catalog-toolbar > div > span { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.catalog-toolbar > div > b { margin-top: 2px; font: 500 18px Playfair Display, serif; }
.catalog-toolbar label { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.catalog-toolbar select { padding: 9px 28px 9px 12px; border: 1px solid var(--line); border-radius: 11px; background: #fff; color: var(--ink); text-transform: none; }
.catalog-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 34px 14px; }
.catalog-grid .product-image { height: auto; aspect-ratio: 1; }
.catalog-grid .product-image img { position: absolute; top: -25.52%; right: 0; bottom: auto; left: 0; width: 100%; height: 133.333%; object-fit: cover; object-position: center top; }
.similar-products .product-image { height: auto; aspect-ratio: 1; }
.similar-products .product-image img { position: absolute; top: -25.52%; right: 0; bottom: auto; left: 0; width: 100%; height: 133.333%; object-fit: cover; object-position: center top; }
.popular-designs .product-image { height: auto; aspect-ratio: 1; }
.popular-designs .product-image img { position: absolute; top: -25.52%; right: 0; bottom: auto; left: 0; width: 100%; height: 133.333%; object-fit: cover; object-position: center top; }
.pagination { gap: 18px; margin-top: 64px; }
.pagination a { min-width: 105px; padding: 12px 17px; border-radius: 12px; text-align: center; }
.pagination span { font: 500 17px Playfair Display, serif; color: var(--ink); }
.pagination span i { margin: 0 7px; color: var(--muted); font: 400 10px Manrope, sans-serif; }
.pagination.infinite-scroll-enabled { display: none; }
.infinite-status { min-height: 90px; margin-top: 38px; display: flex; align-items: center; justify-content: center; gap: 11px; color: var(--muted); font-size: 12px; text-align: center; }
.infinite-status[hidden] { display: none; }
.infinite-status > i { display: none; width: 20px; height: 20px; flex: 0 0 20px; border: 2px solid var(--line); border-top-color: var(--forest); border-radius: 50%; }
.infinite-status.loading > i { display: block; animation: infinite-spin .7s linear infinite; }
.infinite-status.failed { color: #9f5b42; }
@keyframes infinite-spin { to { transform: rotate(360deg); } }
.empty-state { padding: 110px 20px; }
.empty-state > span { display: block; margin-bottom: 12px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.empty-state b { display: block; font-size: 38px; }

.archive-more { margin-top: 72px; padding-top: 38px; border-top: 1px solid var(--line); scroll-margin-top: 110px; }
.archive-more-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; padding: 31px; border-radius: 23px; background: linear-gradient(135deg, #f2e7e3, #ebe2e8); }
.archive-more-intro > div { max-width: 720px; }
.archive-more-intro h2 { margin: 9px 0 8px; font: 500 clamp(31px, 3vw, 44px)/1.08 Playfair Display, serif; }
.archive-more-intro p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.archive-more-button { flex: 0 0 auto; min-width: 235px; }
.archive-more-button:disabled { opacity: .7; cursor: wait; }
.archive-more-status { margin: 22px 0; padding: 13px 16px; border-radius: 12px; color: var(--muted); background: #f6f1ef; font-size: 11px; }
.archive-more-status.loading::before { content: ""; width: 14px; height: 14px; margin-right: 9px; display: inline-block; vertical-align: -3px; border: 2px solid #cdbfc5; border-top-color: var(--forest); border-radius: 50%; animation: infinite-spin .7s linear infinite; }
.archive-more-status.failed { color: #8d4b3f; background: #f8e9e4; }
.archive-more-status.ready { color: var(--forest); background: #e8f0ec; }
.archive-grid { margin-top: 28px; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 34px 14px; scroll-margin-top: 105px; }
.archive-grid[hidden], .archive-more-note[hidden] { display: none; }
.archive-card .product-image { height: auto; aspect-ratio: 1; }
.archive-card .product-image img { position: absolute; top: -25.52%; right: 0; bottom: auto; left: 0; width: 100%; height: 133.333%; object-fit: cover; object-position: center top; }
.archive-card .product-meta h3 { min-height: 37px; }
.archive-card .product-meta p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.archive-badge { color: #fff; background: rgba(83, 58, 76, .88); }
.archive-more-note { margin: 25px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.archive-card-form { height: 100%; margin: 0; }
.archive-card-open { width: 100%; height: 100%; padding: 0; display: block; border: 0; color: inherit; background: transparent; font: inherit; text-align: left; cursor: pointer; }
.archive-card-open:focus-visible { outline: 2px solid var(--forest); outline-offset: 5px; border-radius: 16px; }
.archive-product-shell { max-width: 1380px; margin: 0 auto; padding: 35px clamp(22px, 5vw, 70px) 95px; display: grid; grid-template-columns: minmax(0, 55%) minmax(390px, 45%); gap: clamp(45px, 6vw, 90px); }
.archive-product-preview { position: relative; width: 100%; aspect-ratio: 3 / 4; overflow: hidden; border-radius: 22px; background: #eee8e5; box-shadow: var(--shadow); }
.archive-product-preview > img { width: 100%; height: 100%; object-fit: contain; }
.archive-product-copy { align-self: center; }
.archive-product-copy h1 { margin: 13px 0 20px; font: 500 clamp(35px, 3.4vw, 50px)/1.08 Playfair Display, serif; }
.archive-product-copy > p { max-width: 620px; margin: 0 0 28px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.archive-product-copy form { margin: 24px 0; }
.archive-build-progress { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.archive-build-progress > div { height: 7px; margin-bottom: 14px; overflow: hidden; border-radius: 100px; background: #eee7e4; }
.archive-build-progress i { width: 0; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--accent), var(--forest)); transition: width .5s ease; }
.archive-build-progress b { display: block; font-size: 13px; }
.archive-build-progress small { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; }
.archive-build-animation { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(49, 43, 50, .38); backdrop-filter: blur(3px); }
.archive-build-animation[hidden] { display: none; }
.archive-build-room { position: relative; width: 66%; aspect-ratio: 4 / 3; overflow: hidden; border: 11px solid #fff; border-bottom-width: 18px; border-radius: 7px 7px 3px 3px; background: #d9d1ca; box-shadow: 0 24px 55px rgba(39, 24, 32, .3); }
.archive-build-room::after { content: ""; position: absolute; right: 7%; bottom: 0; z-index: 3; width: 36%; height: 22%; border-radius: 8px 8px 0 0; background: #8d706e; box-shadow: -36px 7px 0 -20px #cdb7ad; }
.archive-build-room i { position: absolute; top: 0; bottom: 0; width: 51%; background: linear-gradient(135deg, #516c65 0 22%, #d3a391 22% 42%, #f1d7c1 42% 62%, #7f5968 62% 80%, #a9b9a8 80%); background-size: 74px 74px; transform-origin: top; animation: archive-paper 2.6s cubic-bezier(.55,.05,.25,1) infinite; }
.archive-build-room i:first-child { left: 0; }
.archive-build-room i:nth-child(2) { right: 0; animation-delay: .55s; }
.archive-build-room span { position: absolute; top: 8%; left: -10%; z-index: 4; width: 19%; height: 8%; border: 5px solid #fff; border-radius: 14px; background: var(--accent); box-shadow: 20px 29px 0 -9px #57444f; animation: archive-roller 2.6s ease-in-out infinite; }
@keyframes archive-paper { 0%, 12% { transform: scaleY(.04); opacity: .35; } 63%, 100% { transform: scaleY(1); opacity: 1; } }
@keyframes archive-roller { 0%, 100% { transform: translate(0, 0) rotate(-8deg); } 48%, 58% { transform: translate(390%, 430%) rotate(8deg); } }
@media (prefers-reduced-motion: reduce) { .archive-build-room i, .archive-build-room span, .archive-variant-spinner { animation: none; } }

.breadcrumbs { max-width: 1380px; margin: 0 auto; padding: 28px clamp(22px, 5vw, 70px) 0; color: #8b8f89; }
.breadcrumbs span:last-child { max-width: 55vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-page { max-width: 1380px; grid-template-columns: minmax(0, 55%) minmax(420px, 45%); gap: clamp(45px, 6vw, 90px); padding: 35px clamp(22px, 5vw, 70px) 95px; }
.product-gallery { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) 75px; align-content: start; align-items: start; gap: 10px 14px; }
.main-product-image { position: relative; width: 100%; height: auto; aspect-ratio: 3 / 4; grid-row: 1; overflow: hidden; border-radius: 22px; background: #eee8e5; box-shadow: var(--shadow); }
.main-product-image img { width: 100%; height: 100%; object-fit: contain; }
.main-product-image > span { left: 16px; bottom: 16px; padding: 8px 11px; background: rgba(255, 255, 255, .9); color: var(--ink); font-size: 8px; }
.archive-variant-loader { position: absolute; inset: 0; z-index: 2; padding: 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: rgba(49, 43, 50, .56); backdrop-filter: blur(5px); text-align: center; }
.archive-variant-loader[hidden] { display: none; }
.archive-variant-loader b { margin-top: 15px; font-size: 16px; }
.archive-variant-loader small { max-width: 310px; margin-top: 7px; color: rgba(255,255,255,.8); font-size: 10px; line-height: 1.55; }
.archive-variant-spinner { width: 46px; height: 46px; border: 3px solid rgba(255,255,255,.28); border-top-color: #fff; border-radius: 50%; animation: archive-variant-spin .8s linear infinite; }
@keyframes archive-variant-spin { to { transform: rotate(360deg); } }
.thumb-row { display: grid; grid-template-columns: 75px; grid-column: 2; grid-row: 1; margin: 0; padding: 1px; gap: 10px; }
.thumb-row button { position: relative; width: 75px; height: auto; aspect-ratio: 3 / 4; padding: 0; border: 1px solid transparent; border-radius: 12px; background: #eee8e5; overflow: hidden; cursor: pointer; }
.thumb-row button[hidden] { display: none; }
.thumb-row button.active { border: 2px solid var(--forest); }
.thumb-row button.pending img { opacity: .42; filter: saturate(.45); }
.thumb-row button.pending::after { content: "+"; position: absolute; top: 5px; right: 5px; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: rgba(73,49,67,.88); font: 600 13px/1 Arial,sans-serif; }
.thumb-row img { width: 100%; height: 100%; object-fit: contain; }
.thumb-row small { position: absolute; right: 3px; bottom: 3px; left: 3px; padding: 3px 2px; border-radius: 5px; background: rgba(255,255,255,.9); color: var(--ink); font-size: 6px; line-height: 1.2; text-align: center; }
.product-config { min-width: 0; align-self: start; position: sticky; top: 115px; }
.product-kicker { display: flex; justify-content: space-between; gap: 20px; color: #8b8f89; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.product-config h1 { max-height: 3.4em; margin: 13px 0 18px; overflow: hidden; font-size: clamp(33px, 3.4vw, 49px); line-height: 1.08; }
.product-config .lead { margin-bottom: 27px; padding-bottom: 24px; border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.75; }
.option-group { padding: 21px 0; }
.option-group legend { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.size-options { grid-auto-rows: 1fr; gap: 7px; }
.size-options label { min-width: 0; display: flex; }
.size-options label span { width: 100%; height: 100%; min-height: 66px; padding: 11px 8px; border-radius: 11px; }
.custom-size-card { min-width: 0; min-height: 66px; height: 100%; padding: 11px 8px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; border: 1px dashed #c5b6bd; border-radius: 11px; color: var(--forest); background: #faf5f3; cursor: pointer; text-align: left; }
.custom-size-card:hover, .custom-size-card.active { border-color: var(--forest); background: #f5ebef; box-shadow: inset 0 0 0 1px var(--forest); }
.custom-size-card b { font-size: 13px; }
.custom-size-card small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.tryon-open-button { position: relative; grid-column: 1 / -1; min-width: 0; min-height: 78px; margin-top: -12px; padding: 12px 17px 12px 12px; display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; gap: 13px; align-items: center; overflow: hidden; border: 0; border-radius: 17px; color: #fff; background: linear-gradient(118deg, #9d4d5e 0%, var(--forest) 58%, #493143 100%); box-shadow: 0 14px 31px rgba(112, 70, 94, .27); text-align: left; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.tryon-open-button::after { content: ""; position: absolute; top: -55px; right: 42px; width: 145px; height: 145px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; box-shadow: 0 0 0 24px rgba(255, 255, 255, .035), 0 0 0 48px rgba(255, 255, 255, .025); pointer-events: none; }
.tryon-open-button:hover { transform: translateY(-2px); box-shadow: 0 19px 38px rgba(112, 70, 94, .34); }
.tryon-open-icon { position: relative; z-index: 1; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--forest); background: #fff; box-shadow: 0 7px 16px rgba(55, 29, 44, .18); }
.tryon-open-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.tryon-open-copy { position: relative; z-index: 1; min-width: 0; display: flex; flex-direction: column; }
.tryon-open-copy b { font-size: 14px; line-height: 1.25; }
.tryon-open-copy small { margin-top: 4px; color: rgba(255, 255, 255, .75); font-size: 10px; line-height: 1.4; }
.tryon-open-arrow { position: relative; z-index: 1; font-size: 24px; transition: transform .2s; }
.tryon-open-button:hover .tryon-open-arrow { transform: translateX(3px); }
.product-gallery > .tryon-open-button { margin: 0; }
.tryon-dialog { width: min(650px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 22px; color: var(--ink); background: var(--paper); box-shadow: 0 28px 90px rgba(44, 29, 38, .3); }
.tryon-dialog::backdrop { background: rgba(42, 30, 38, .55); backdrop-filter: blur(3px); }
.tryon-dialog form { position: relative; padding: 38px; }
.tryon-dialog h2 { margin: 10px 0; font: 500 36px/1.1 Playfair Display, serif; }
.tryon-dialog form > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.tryon-upload { min-height: 76px; margin-top: 20px; padding: 12px 14px; display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto auto; column-gap: 12px; align-items: center; border: 1px dashed #baa7b2; border-radius: 13px; color: var(--forest); background: #faf5f3; cursor: pointer; }
.tryon-upload input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.tryon-upload > span { width: 42px; height: 42px; grid-row: 1 / 3; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--forest); font-size: 20px; }
.tryon-upload b { align-self: end; font-size: 13px; }
.tryon-upload small { align-self: start; color: var(--muted); font-size: 10px; }
.tryon-loader { position: relative; min-height: 320px; margin-top: 18px; padding: 0; display: block; overflow: hidden; border-radius: 15px; background: #292029; text-align: center; }
.tryon-loader[hidden] { display: none; }
.tryon-loader > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.tryon-loader-overlay { position: absolute; inset: 0; padding: 28px; display: flex; align-items: center; flex-direction: column; justify-content: flex-end; color: #fff; background: linear-gradient(transparent 40%, rgba(25,17,23,.82)); }
.tryon-loader strong { margin-top: 14px; color: #fff; font: 500 22px/1.25 Playfair Display, serif; animation: tryon-copy .55s ease both; }
.tryon-loader-overlay > small { margin-top: 7px; color: rgba(255,255,255,.76); font-size: 11px; }
.tryon-progress { width: min(310px, 80%); height: 4px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.28); }
.tryon-progress i { display: block; width: 42%; height: 100%; border-radius: inherit; background: #fff; animation: tryon-progress 1.6s ease-in-out infinite; }
@keyframes tryon-progress { 0% { transform: translateX(-105%); } 100% { transform: translateX(340%); } }
.tryon-wall { position: relative; width: min(300px, 78vw); height: 145px; overflow: hidden; border: 8px solid #fff; border-bottom-width: 13px; border-radius: 5px 5px 2px 2px; background: #d9d1ca; box-shadow: 0 15px 30px rgba(76, 52, 64, .14); }
.tryon-wall::before { content: ""; position: absolute; right: 17px; bottom: 0; z-index: 3; width: 58px; height: 52px; border-radius: 30px 30px 4px 4px; background: #d5bbb0; box-shadow: -16px 12px 0 -5px #bca197; }
.tryon-wall::after { content: ""; position: absolute; right: 62px; bottom: 0; z-index: 3; width: 76px; height: 28px; border-radius: 4px 4px 0 0; background: #8d706e; }
.tryon-wall i { position: absolute; top: 0; bottom: 0; width: 34%; background: linear-gradient(135deg, #516c65 0 22%, #d3a391 22% 42%, #f1d7c1 42% 62%, #7f5968 62% 80%, #a9b9a8 80%); background-size: 64px 64px; transform-origin: top; animation: tryon-paper 3s cubic-bezier(.55,.05,.25,1) infinite; }
.tryon-wall i:nth-child(1) { left: 0; }
.tryon-wall i:nth-child(2) { left: 33.33%; animation-delay: .45s; }
.tryon-wall i:nth-child(3) { right: 0; animation-delay: .9s; }
.tryon-wall > span { position: absolute; top: 9px; left: -12px; z-index: 5; width: 56px; height: 16px; border: 4px solid #fff; border-radius: 10px; background: var(--accent); box-shadow: 13px 19px 0 -6px #57444f; animation: tryon-roller 3s ease-in-out infinite; }
@keyframes tryon-paper { 0%, 12% { transform: scaleY(.04); opacity: .45; } 58%, 100% { transform: scaleY(1); opacity: 1; } }
@keyframes tryon-roller { 0%, 100% { transform: translate(0, 0) rotate(-8deg); } 45% { transform: translate(250px, 72px) rotate(8deg); } 55% { transform: translate(250px, 72px) rotate(8deg); } }
@keyframes tryon-copy { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
.tryon-preview { margin-top: 18px; overflow: hidden; border-radius: 13px; background: #eee8e5; }
.tryon-preview img { width: 100%; max-height: 560px; object-fit: contain; }
.tryon-dialog .custom-size-actions { margin-top: 18px; }
.catalog-tryon-dialog { width: min(720px, calc(100% - 28px)); }
@media (prefers-reduced-motion: reduce) { .tryon-wall i, .tryon-wall > span, .tryon-loader strong { animation: none; } }
@media (min-width: 901px) {
  .customer-review { max-width: 350px; }
  .reviews-grid .customer-review, .all-reviews-grid .customer-review { max-width: none; }
  .product-review-grid-own { grid-template-columns: 1fr; }
  .product-review-grid-random { columns: 3 300px; }
  .product-review-grid .customer-review { max-width: none; }
}
.custom-size-dialog { width: min(590px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 22px; color: var(--ink); background: var(--paper); box-shadow: 0 28px 90px rgba(44, 29, 38, .3); }
.custom-size-dialog::backdrop { background: rgba(42, 30, 38, .55); backdrop-filter: blur(3px); }
.custom-size-dialog form { position: relative; padding: 38px; }
.custom-size-dialog h2 { margin: 10px 0 10px; font: 500 36px/1.1 Playfair Display, serif; }
.custom-size-dialog form > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.custom-size-close { position: absolute; top: 16px; right: 18px; width: 36px; height: 36px; border: 0; border-radius: 50%; color: var(--ink); background: #eee5e3; font-size: 24px; cursor: pointer; }
.custom-size-fields { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: end; margin-top: 26px; }
.custom-size-fields > span { padding-bottom: 13px; color: var(--muted); font-size: 20px; }
.custom-size-fields label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.custom-size-fields input { width: 100%; height: 50px; margin-top: 7px; padding: 0 13px; border: 1px solid var(--line); border-radius: 11px; background: #fff; font-size: 16px; }
.custom-print-upload { min-height: 64px; margin-top: 16px; padding: 11px 14px; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; column-gap: 12px; align-items: center; border: 1px dashed #baa7b2; border-radius: 13px; color: var(--forest); background: #faf5f3; cursor: pointer; }
.custom-print-upload:hover { border-color: var(--forest); background: #f5ebef; }
.custom-print-upload input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.custom-print-upload > span { width: 38px; height: 38px; grid-row: 1 / 3; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--forest); font-size: 19px; }
.custom-print-upload b { align-self: end; font-size: 13px; }
.custom-print-upload small { min-width: 0; align-self: start; overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.crop-editor { position: relative; width: 100%; aspect-ratio: var(--crop-aspect, 1); margin-top: 18px; overflow: hidden; border-radius: 15px; background: #272229; touch-action: none; user-select: none; transition: aspect-ratio .18s ease; }
.crop-editor > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; pointer-events: none; }
.custom-size-dialog.crop-applied .crop-shade,
.custom-size-dialog.crop-applied .crop-frame,
.custom-size-dialog.crop-applied .crop-editor-note { display: none; }
.crop-shade { position: absolute; z-index: 1; background: rgba(20, 14, 18, .58); pointer-events: none; }
.crop-frame { position: absolute; z-index: 2; border: 2px solid #fff; box-shadow: 0 0 0 1px rgba(49, 43, 50, .5), inset 0 0 0 1px rgba(49, 43, 50, .4); cursor: move; touch-action: none; }
.crop-frame::before, .crop-frame::after { content: ""; position: absolute; background: rgba(255,255,255,.7); pointer-events: none; }
.crop-frame::before { top: 33.333%; bottom: 33.333%; left: 0; right: 0; border-top: 1px solid rgba(255,255,255,.55); border-bottom: 1px solid rgba(255,255,255,.55); background: none; }
.crop-frame::after { left: 33.333%; right: 33.333%; top: 0; bottom: 0; border-left: 1px solid rgba(255,255,255,.55); border-right: 1px solid rgba(255,255,255,.55); background: none; }
.crop-handle { position: absolute; right: 0; bottom: 0; z-index: 5; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 12px 0 0 0; background: transparent; cursor: nwse-resize; touch-action: none; }
.crop-handle::after { content: ""; position: absolute; right: 4px; bottom: 4px; width: 27px; height: 27px; border: 3px solid #fff; border-radius: 50%; background: var(--accent); box-shadow: 0 2px 8px rgba(39,26,34,.28); }
.crop-handle:hover::after, .crop-handle:focus-visible::after { transform: scale(1.08); }
.crop-handle:focus-visible { outline: 2px solid #fff; outline-offset: -4px; }
.crop-editor-note { position: absolute; right: 10px; bottom: 9px; z-index: 4; padding: 6px 9px; border-radius: 8px; color: #fff; background: rgba(44, 34, 41, .72); font-size: 10px; pointer-events: none; }
.sheet-layout { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.sheet-layout[hidden] { display: none; }
.sheet-layout-cell { position: absolute; border: 1px dashed rgba(255,255,255,.86); box-sizing: border-box; }
.sheet-layout-cell span { position: absolute; top: 50%; left: 50%; width: max-content; padding: 3px 5px; border-radius: 5px; color: #fff; background: rgba(39,34,41,.66); font-size: 9px; font-weight: 700; line-height: 1; text-align: center; white-space: nowrap; transform: translate(-50%, -50%); }
.sheet-layout-cell.partial::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: var(--sheet-used-width); background: rgba(255,255,255,.82); }
.sheet-measurements { margin-top: 10px; padding: 10px 12px; display: flex; justify-content: center; gap: 14px; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); background: #fff; font-size: 10px; }
.sheet-measurements[hidden] { display: none; }
.sheet-measurements span { white-space: nowrap; }
.sheet-measurements b { color: var(--ink); }
.custom-size-result { min-height: 78px; margin-top: 18px; padding: 15px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-radius: 14px; background: #f2e8e5; }
.custom-size-result span { display: flex; flex-direction: column; color: var(--muted); font-size: 12px; }
.custom-size-result span b { margin-top: 3px; color: var(--ink); font-size: 14px; }
.custom-size-result strong { font: 500 28px Playfair Display, serif; white-space: nowrap; }
.custom-size-dialog .custom-size-error { min-height: 22px; margin-top: 8px; color: #a74435; font-size: 12px; }
.custom-size-actions { margin-top: 13px; display: flex; justify-content: flex-end; gap: 10px; }
.print-options { gap: 9px; }
.print-options label span { min-height: 72px; border-radius: 12px; }
.print-help-link { padding: 0; border: 0; color: var(--forest); background: transparent; font-size: 11px; font-weight: 700; text-transform: none; letter-spacing: 0; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.print-help-dialog { width: min(940px, calc(100% - 28px)); max-height: calc(100vh - 32px); padding: 0; overflow: hidden; border: 0; border-radius: 23px; color: var(--ink); background: #f6f0ea; box-shadow: 0 30px 95px rgba(44,29,38,.35); }
.print-help-dialog::backdrop { background: rgba(42,30,38,.6); backdrop-filter: blur(4px); }
.print-help-panel { max-height: calc(100vh - 32px); padding: 30px; overflow: auto; }
.print-help-head { margin-bottom: 22px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.print-help-head h2 { margin: 7px 0 0; font: 500 42px/1.05 Playfair Display,serif; }
.print-help-head > button { width: 40px; height: 40px; flex: 0 0 40px; border: 0; border-radius: 50%; background: #eadfdd; font-size: 25px; cursor: pointer; }
.print-help-dialog .print-choice { padding: 28px; }
.print-help-dialog .print-choice h3 { font-size: 29px; }
.upload-zone { min-height: 75px; border-radius: 14px; }
.product-buy { grid-template-columns: 1fr 58px minmax(175px, 1.2fr); gap: 12px; padding: 25px 0 18px; }
.product-buy strong { font-size: 31px; }
.product-buy strong del { display: block; color: var(--muted); font: 500 14px Manrope,Arial,sans-serif; }
.product-buy strong ins { color: var(--forest); text-decoration: none; }
.product-promo { margin-top: 18px; padding: 15px; display: grid; grid-template-columns: minmax(130px,.8fr) minmax(220px,1.2fr); gap: 8px 14px; align-items: center; border: 1px solid #e2c9b9; border-radius: 15px; background: #fff6ed; }
.product-promo > div { display: flex; flex-direction: column; gap: 3px; }
.product-promo > div span { color: #9b654d; font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.product-promo > div b { font-size: 12px; }
.product-promo label { height: 39px; display: grid; grid-template-columns: minmax(0,1fr) auto; }
.product-promo input { min-width: 0; padding: 0 10px; border: 1px solid #ddc9bc; border-radius: 8px 0 0 8px; background: #fff; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.product-promo button { padding: 0 12px; border: 0; border-radius: 0 8px 8px 0; color: #fff; background: var(--forest); font-size: 9px; font-weight: 700; cursor: pointer; }
.product-promo > small { grid-column: 2; color: var(--green); font-size: 10px; }
.product-promo > small.error { color: #a74435; }
.print-story { padding: 90px clamp(22px,6vw,95px); background: #f6f0ea; }
.print-story-head { max-width: 780px; margin: 0 auto 38px; text-align: center; }
.print-story-head h2 { margin: 14px 0 17px; font: 500 clamp(38px,5vw,62px)/1.04 Playfair Display,serif; letter-spacing: -.04em; }
.print-story-head p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.print-choice-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.print-choice { padding: clamp(25px,4vw,48px); display: flex; flex-direction: column; border-radius: 24px; box-shadow: 0 16px 45px rgba(59,41,51,.09); }
.print-choice-latex { color: #fff; background: linear-gradient(145deg,#193c31,#315f50); }
.print-choice-eco { border: 1px solid #e5d4c8; background: #fff; }
.print-choice > span { font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .72; }
.print-choice h3 { margin: 12px 0 16px; font: 500 35px/1.08 Playfair Display,serif; }
.print-choice p { margin: 0; font-size: 13px; line-height: 1.75; opacity: .82; }
.print-choice ul { margin: 25px 0 30px; padding: 0; display: grid; gap: 12px; list-style: none; }
.print-choice li { position: relative; padding-left: 24px; font-size: 12px; line-height: 1.5; }
.print-choice li::before { content: "✓"; position: absolute; left: 0; font-weight: 800; }
.print-choice button { margin-top: auto; padding: 14px 17px; border: 0; border-radius: 9px; color: var(--forest); background: #fff; font-size: 11px; font-weight: 800; cursor: pointer; }
.print-choice-eco button { color: #fff; background: var(--forest); }
.print-choice > a { margin-top: 15px; align-self: center; font-size: 10px; text-decoration: underline; text-underline-offset: 3px; opacity: .72; }
.print-story-process { max-width: 1180px; margin: 22px auto 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-radius: 19px; background: #fff; }
.print-story-process > div { padding: 24px; display: flex; gap: 13px; border-right: 1px solid var(--line); }
.print-story-process > div:last-child { border: 0; }
.print-story-process b { color: #b87559; font: italic 500 20px Playfair Display,serif; }
.print-story-process span { display: flex; flex-direction: column; color: var(--muted); font-size: 10px; line-height: 1.55; }
.print-story-process strong { margin-bottom: 4px; color: var(--ink); font-size: 12px; }
.city-detect-field { margin-top: 7px; display: grid; grid-template-columns: minmax(0,1fr) auto; }
.city-detect-field input { margin-top: 0 !important; border-radius: 9px 0 0 9px; }
.city-detect-field button { padding: 0 11px; border: 0; border-radius: 0 9px 9px 0; color: #fff; background: var(--forest); font-size: 9px; font-weight: 700; cursor: pointer; }
.city-detect-field button:disabled { opacity: .65; cursor: wait; }
.cdek-pickup-map { min-height: 340px; margin-top: 17px; display: grid; grid-template-columns: minmax(0,1.45fr) minmax(210px,.7fr); overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #f0eee8; }
.pickup-map-canvas { position: relative; min-height: 340px; overflow: hidden; background-color: #eaf0eb; background-image: linear-gradient(30deg,rgba(61,103,84,.08) 12%,transparent 12.5%,transparent 87%,rgba(61,103,84,.08) 87.5%),linear-gradient(150deg,rgba(61,103,84,.08) 12%,transparent 12.5%,transparent 87%,rgba(61,103,84,.08) 87.5%),linear-gradient(30deg,rgba(61,103,84,.08) 12%,transparent 12.5%,transparent 87%,rgba(61,103,84,.08) 87.5%); background-size: 70px 122px; background-position: 0 0,0 0,35px 61px; }
.pickup-map-canvas::before,.pickup-map-canvas::after { content:""; position:absolute; background:rgba(255,255,255,.8); transform:rotate(-11deg); }
.pickup-map-canvas::before { top:46%; right:-10%; left:-10%; height:18px; }
.pickup-map-canvas::after { top:-10%; bottom:-10%; left:57%; width:13px; transform:rotate(18deg); }
.pickup-map-empty { position:absolute; inset:0; z-index:2; display:flex; align-items:center; justify-content:center; flex-direction:column; padding:25px; text-align:center; pointer-events:none; }
.pickup-map-empty[hidden] { display:none; }
.pickup-map-empty b { font:500 23px Playfair Display,serif; }
.pickup-map-empty span { max-width:300px; margin-top:7px; color:var(--muted); font-size:11px; line-height:1.55; }
.pickup-map-canvas [data-pickup-marker] { position:absolute; z-index:3; width:27px; height:27px; padding:0; display:grid; place-items:center; border:3px solid #fff; border-radius:50%; color:#fff; background:#e25a37; box-shadow:0 4px 10px rgba(45,54,49,.25); font-size:0; transform:translate(-50%,-50%); cursor:pointer; }
.pickup-map-canvas [data-pickup-marker]::after { content:""; width:7px; height:7px; border-radius:50%; background:#fff; }
.pickup-map-canvas [data-pickup-marker].active { width:34px; height:34px; background:var(--forest); }
.pickup-map-list { max-height:340px; padding:9px; display:flex; flex-direction:column; gap:6px; overflow:auto; background:#fff; }
.pickup-map-list button { padding:10px; display:flex; flex-direction:column; gap:4px; border:1px solid var(--line); border-radius:9px; background:#fff; text-align:left; cursor:pointer; }
.pickup-map-list button.active { border-color:var(--forest); background:#eef4f0; box-shadow:inset 0 0 0 1px var(--forest); }
.pickup-map-list b { font-size:10px; line-height:1.35; }
.pickup-map-list small { color:var(--muted); font-size:8px; line-height:1.45; }
.leaflet-control-attribution { display: none !important; }
.custom-order-hero { padding: 75px 20px 62px; background: linear-gradient(145deg,#f5ece6,#ead9d5); text-align:center; }
.custom-order-hero h1 { margin:14px 0 16px; font:500 clamp(49px,7vw,82px)/1 Playfair Display,serif; letter-spacing:-.045em; }
.custom-order-hero p { max-width:720px; margin:0 auto; color:var(--muted); font-size:15px; line-height:1.75; }
.custom-order-shell { max-width:1280px; margin:0 auto; padding:55px clamp(18px,5vw,65px) 95px; display:grid; grid-template-columns:minmax(0,1.15fr) minmax(370px,.85fr); gap:48px; align-items:start; }
.custom-order-preview { position:sticky; top:25px; }
.custom-order-preview .crop-editor { height:auto; aspect-ratio:var(--crop-aspect, 4 / 3); margin:0; border-radius:22px; box-shadow:var(--shadow); }
.custom-order-editor { display: grid; place-items: center; background: #efe7e5; }
.custom-order-placeholder { position: absolute; inset: 0; width: 100%; padding: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 0; color: var(--forest); background: #efe7e5; font: inherit; cursor: pointer; }
.custom-order-placeholder span { width: 92px; height: 92px; display: grid; place-items: center; border: 2px dashed #bba7b2; border-radius: 24px; background: rgba(255,255,255,.55); font-size: 54px; font-weight: 200; line-height: 1; }
.custom-order-placeholder b { margin-top: 15px; font: 500 24px Playfair Display,serif; }
.custom-order-placeholder small { margin-top: 7px; color: var(--muted); font-size: 10px; }
.custom-order-placeholder:hover span, .custom-order-placeholder:focus-visible span { border-color: var(--accent); background: #fff; transform: translateY(-2px); }
.custom-order-placeholder:focus-visible { outline: 3px solid rgba(112,70,94,.26); outline-offset: -3px; }
.custom-order-editor:not(.has-source) > img,
.custom-order-editor:not(.has-source) > .crop-shade,
.custom-order-editor:not(.has-source) > .crop-frame,
.custom-order-editor:not(.has-source) > .crop-editor-note { display: none; }
.custom-order-editor.has-source .custom-order-placeholder { display: none; }
.custom-order-shell.crop-applied .crop-shade,
.custom-order-shell.crop-applied .crop-frame,
.custom-order-shell.crop-applied .crop-editor-note { display: none; }
.custom-order-preview > p { margin:14px 12px 0; color:var(--muted); font-size:11px; line-height:1.6; text-align:center; }
.custom-order-form { padding:34px; border:1px solid var(--line); border-radius:22px; background:#fff; box-shadow:0 16px 45px rgba(59,41,51,.07); }
.custom-order-form h2 { margin:9px 0 25px; font:500 36px/1.08 Playfair Display,serif; }
.custom-order-form .custom-size-fields { margin-top:0; }
.custom-order-form .custom-print-upload { margin-top:20px; }
.custom-order-form .custom-order-print-group { margin-top: 30px; padding-top: 27px; border-top: 1px solid var(--line); }
.custom-order-form .custom-order-print-group .print-options { margin-top: 15px; }
.custom-order-form .custom-order-print-group .print-options label span { min-height: 132px; padding: 16px; justify-content: flex-start; }
.custom-order-form .custom-order-print-group .print-options em { position: static; width: max-content; margin-bottom: 10px; padding: 4px 7px; border-radius: 100px; color: var(--forest); background: #f2e7eb; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.custom-order-form .custom-order-print-group .print-options b { padding: 0; font-size: 13px; line-height: 1.35; }
.custom-order-form .custom-order-print-group .print-options small { margin-top: 7px; line-height: 1.45; }
.custom-order-form .custom-size-result { margin-top:20px; }
.custom-order-form .custom-size-error { min-height:22px; margin:8px 0; color:#a74435; font-size:11px; }
.custom-order-note { display:block; margin-top:12px; color:var(--muted); font-size:9px; line-height:1.5; text-align:center; }
.contacts-page { max-width: 1180px; margin: 0 auto; padding: 60px 25px 100px; }
.contacts-head p { max-width: 650px; margin: 0 auto; color: var(--muted); line-height: 1.75; }
.contacts-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 15px; }
.contact-card { min-width: 0; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 10px 32px rgba(77,48,64,.05); }
.contact-card > span { color: var(--accent); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.contact-card h2 { margin: 15px 0 10px; overflow-wrap: anywhere; font: 500 24px/1.25 Playfair Display,serif; }
.contact-card h2 a:hover { color: var(--accent); }
.contact-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.contacts-details { margin-top: 18px; padding: 36px 40px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: center; border-radius: 22px; color: #fff; background: var(--forest2); }
.contacts-details h2 { max-width: 620px; margin: 12px 0 0; font: 500 31px/1.2 Playfair Display,serif; }
.contacts-details p { margin: 0 0 18px; color: #a8bbb2; font-size: 13px; line-height: 1.7; }
.contacts-details .text-link { border-color: rgba(255,255,255,.5); }
.contacts-page-simple { min-height: 360px; padding-top: 70px; display: flex; align-items: center; justify-content: flex-start; flex-direction: column; gap: 30px; text-align: center; }
.contacts-email { color: var(--forest); font: 500 clamp(27px, 4vw, 48px)/1.15 Playfair Display,serif; overflow-wrap: anywhere; }
.contacts-email:hover { color: var(--accent); }
.buy-quantity { display: flex; flex-direction: column; color: #858c87; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.product-buy .buy-quantity input { width: 58px; height: 45px; margin-top: 5px; }
.buy-trust { padding-top: 15px; border-top: 1px solid var(--line); }
.product-details { padding: 85px clamp(35px, 8vw, 120px); }

.page-head { padding: 60px 20px 45px; background: var(--cream); }
.page-head h1 { margin: 14px 0; font-size: clamp(45px, 5vw, 64px); }
.cart-layout, .checkout-layout { max-width: 1240px; }
.cart-tile-layout { grid-template-columns: minmax(0, 1fr) 330px; align-items: start; }
.cart-tile-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 15px; }
.cart-tile { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 9px 28px rgba(70,49,61,.055); }
.cart-tile-image { width: 100%; padding: 0; display: block; overflow: hidden; border: 0; aspect-ratio: 1; background: #ecebe6; cursor: zoom-in; }
.cart-tile-image img { position: relative; top: -25.52%; width: 100%; height: 133.333%; object-fit: cover; object-position: center top; }
.cart-tile-copy { padding: 14px 14px 9px; }
.cart-tile-copy h3 { min-height: 42px; max-height: 42px; margin: 0 0 7px; overflow: hidden; font: 500 13px/1.5 Manrope,Arial,sans-serif; }
.cart-tile-copy h3 a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.cart-tile-copy > small { display: block; color: var(--muted); font-size: 9px; }
.cart-tile-copy p { min-height: 34px; margin: 7px 0; color: var(--muted); font-size: 10px; }
.cart-tile-controls { padding: 10px 14px 15px; display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: end; border-top: 1px solid var(--line); }
.cart-tile-controls .qty input { width: 58px; }
.cart-tile-controls > strong { padding-bottom: 9px; font-size: 13px; }
.cart-tile-remove { grid-column: 1 / -1; padding: 0; justify-self: start; border: 0; color: var(--muted); background: transparent; font-size: 10px; text-decoration: underline; cursor: pointer; }
.cart-update-button { margin-top: 22px; }
.cart-info h3 { font-family: Manrope, Arial, sans-serif; font-size: 12px; line-height: 1.5; }
.order-summary { border-radius: 20px; background: #f2e9e5; box-shadow: 0 12px 35px rgba(77, 48, 64, .07); }
.promo-field { margin: 19px 0; padding: 14px 0; display: block; border-top: 1px solid rgba(84,58,72,.12); border-bottom: 1px solid rgba(84,58,72,.12); }
.promo-field > span { display: block; margin-bottom: 7px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.promo-field > div { display: grid; grid-template-columns: minmax(0,1fr) auto; }
.promo-field input { min-width: 0; height: 42px; padding: 0 11px; border: 1px solid var(--line); border-radius: 9px 0 0 9px; background: #fff; font-weight: 700; text-transform: uppercase; }
.promo-field button { padding: 0 13px; border: 0; border-radius: 0 9px 9px 0; color: #fff; background: var(--forest); font-size: 9px; font-weight: 700; cursor: pointer; }
.promo-field small { min-height: 17px; margin-top: 6px; display: block; color: var(--green); font-size: 9px; text-align: left; }
.promo-field small.error { color: #b64e36; }
.summary-total + .consent-check { margin-top: 18px; }
.checkout-summary .button:disabled { opacity: .58; cursor: wait; }
.settings-panel textarea { width: 100%; margin-top: 6px; padding: 11px; border: 1px solid #dcded9; background: #fafaf7; resize: vertical; }
.form-card { border-radius: 18px; box-shadow: 0 8px 25px rgba(77, 48, 64, .05); }
.summary-item img { height: auto; aspect-ratio: 3 / 4; object-fit: contain; }
.summary-item-image { width: 55px; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.summary-item-image img { width: 55px; }
.checkout-submit-button { margin-top: 22px; }
.crop-controls { margin-top: 12px; display: flex; justify-content: center; gap: 8px; }

.about-hero { min-height: 620px; }
.about-hero > div { display: flex; flex-direction: column; justify-content: center; }
.about-hero img { height: 100%; min-height: 620px; }
.legal-content { font-size: 14px; }
.site-footer { grid-template-columns: 2fr 1fr 1.4fr 1fr; padding: 72px 7vw 40px; }
.footer-brand > small { margin-top: 8px; color: #7f968c; }
.footer-note { grid-column: 1 / -1; flex-direction: row !important; justify-content: space-between; width: 100%; margin-top: 20px; padding-top: 25px; border-top: 1px solid rgba(255, 255, 255, .12); }

/* Keep compact layouts while making secondary text comfortably readable. */
body { font-size: 16px; }
.announcement { font-size: 11px; }
.logo small { font-size: 9px; }
.main-nav a { font-size: 13px; }
.header-search input { font-size: 13px; }
.cart-link { font-size: 12px; }
.cart-link b { font-size: 10px; }
.flash { font-size: 14px; }
.eyebrow { font-size: 11px; }
.button { font-size: 12px; }
.button-small { font-size: 11px; }
.text-link { font-size: 12px; }

.hero-copy > p { font-size: 17px; }
.hero-proof span { font-size: 10px; }
.hero-note small { font-size: 11px; }
.benefit-strip b { font-size: 13px; }
.benefit-strip small { font-size: 11px; }
.section-head > div > p { font-size: 13px; }
.card-quick { font-size: 10px; }
.product-badge { font-size: 10px; }
.product-meta > span { font-size: 10px; }
.product-meta h3 { min-height: 42px; font-size: 14px; line-height: 1.5; }
.product-meta > div { font-size: 13px; }
.product-meta > div b { font-size: 14px; }
.mood-copy > p { font-size: 16px; }
.mood-search input { font-size: 14px; }
.search-examples a { font-size: 11px; }
.steps-grid p { font-size: 13px; }

.catalog-hero > p { font-size: 15px; }
.catalog-search input { font-size: 14px; }
.catalog-search button { font-size: 11px; }
.filter-label b { font-size: 11px; }
.filter-label small { font-size: 10px; }
.filter-chip { font-size: 11px; }
.color-chip { font-size: 11px; }
.active-filters { font-size: 10px; }
.catalog-toolbar > div > span { font-size: 10px; }
.catalog-toolbar label { font-size: 11px; }
.catalog-toolbar select { font-size: 12px; }
.pagination { font-size: 12px; }
.pagination span i { font-size: 11px; }
.empty-state > span { font-size: 11px; }

.breadcrumbs { font-size: 12px; }
.main-product-image > span { font-size: 10px; }
.thumb-row small { font-size: 9px; }
.product-kicker { font-size: 10px; }
.product-config .lead { font-size: 14px; }
.option-group legend { font-size: 12px; }
.hint,
.rating,
.zoom-note { font-size: 12px; }
.size-options b,
.print-options b { font-size: 13px; }
.size-options small,
.print-options small { font-size: 11px; }
.custom-size { font-size: 11px; }
.print-options em { font-size: 10px; }
.upload-zone b { font-size: 12px; }
.upload-zone small,
.upload-option > p { font-size: 10px; }
.product-buy > div > span,
.product-buy small,
.buy-quantity { font-size: 10px; }
.buy-trust { font-size: 10px; }
.product-details p { font-size: 15px; }
.spec-grid span { font-size: 10px; }

.cart-info > span { font-size: 10px; }
.cart-info h3 { font-size: 14px; }
.cart-info p { font-size: 12px; }
.file-chip { font-size: 10px !important; }
.qty { font-size: 10px; }
.text-button { font-size: 12px; }
.order-summary > div { font-size: 13px; }
.order-summary > small { font-size: 10px; }
.checkout-steps { font-size: 11px; }
.form-card h2 + p { font-size: 13px; }
.form-grid label,
.comment { font-size: 11px; }
.delivery-choice small { font-size: 11px; }
.map-placeholder span { font-size: 10px; }
.payment-options b { font-size: 13px; }
.payment-options small { font-size: 10px; }
.summary-item p b { font-size: 14px; }
.summary-item p b { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-height: 1.35; }
.summary-item p span { font-size: 10px; }
.summary-item strong { font-size: 12px; }
.consent-check { font-size: 11px; }
.success-details span { font-size: 10px; }
.legal-head small { font-size: 11px; }
.legal-content,
.legal-content p { font-size: 15px; }
.story-grid p { font-size: 14px; }
.site-footer { font-size: 13px; }
.site-footer h4 { font-size: 11px; }

@media (min-width: 901px) and (max-width: 1500px) {
  .site-header { grid-template-columns: auto minmax(260px, 1fr) minmax(180px, 260px) auto; gap: 18px; padding-right: 28px; padding-left: 28px; }
  .main-nav { justify-content: center; gap: 18px; }
  .main-nav > a { display: block; }
  .header-search { width: 100%; min-width: 0; }
}

@media (max-width: 1280px) {
  .site-header { grid-template-columns: auto minmax(260px, 1fr) minmax(180px, 235px) auto; gap: 16px; padding-right: 24px; padding-left: 24px; }
  .main-nav { justify-content: center; gap: 18px; }
  .main-nav > a { display: block; }
  .header-search { width: 100%; min-width: 0; }
  .cart-link { min-width: 92px; justify-content: flex-end; }
  .hero { grid-template-columns: 48% 52%; }
  .hero-copy { padding-left: 45px; padding-right: 45px; }
  .product-grid, .catalog-grid, .archive-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .catalog-grid .product-card { width: 100%; }
  .product-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-reviews { padding-right: 24px; padding-left: 24px; }
  .print-story-process { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .print-story-process > div:nth-child(2) { border-right:0; }
  .print-story-process > div:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .product-page { grid-template-columns: minmax(0, 53%) minmax(390px, 47%); gap: 38px; }
  .cart-tile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .announcement span:nth-child(2) { display: none; }
  .site-header { grid-template-columns: auto auto 1fr auto; }
  .menu-toggle { display: flex; width: 28px; height: 28px; padding: 5px 2px; border: 0; background: none; flex-direction: column; justify-content: center; gap: 6px; }
  .menu-toggle i { display: block; width: 21px; height: 1px; background: var(--ink); transition: .2s; }
  .menu-toggle[aria-expanded="true"] i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { display: none; position: fixed; inset: 86px 0 auto; padding: 28px; flex-direction: column; align-items: flex-start; background: var(--paper); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a, .main-nav a:nth-child(3), .main-nav a:nth-child(4) { display: block; font: 500 26px Playfair Display, serif; }
  .buyer-menu { width: 100%; }
  .buyer-menu > button { font: 500 26px Playfair Display, serif; }
  .buyer-menu > div { position: static; width: 100%; margin-top: 12px; padding: 8px 0 8px 16px; transform: none; border: 0; border-left: 2px solid var(--accent); border-radius: 0; background: transparent; box-shadow: none; }
  .buyer-menu > div a { padding: 8px 10px; font: 600 14px Manrope, sans-serif; }
  .header-search { justify-self: end; max-width: 280px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 570px; padding: 75px 8vw 55px; }
  .hero-visual { height: 500px; min-height: 0; }
  .benefit-strip { grid-template-columns: 1fr; padding: 0 7vw; }
  .benefit-strip > div, .benefit-strip > div:first-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .mood-section { grid-template-columns: 1fr; }
  .mood-image { height: 430px; }
  .product-grid, .catalog-grid, .archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .archive-more-intro { align-items: stretch; flex-direction: column; padding: 24px 20px; }
  .archive-more-button { width: 100%; min-width: 0; }
  .filter-row { grid-template-columns: 150px 1fr; gap: 18px; }
  .active-filters { padding-left: 168px; }
  .product-page { grid-template-columns: 1fr; }
  .archive-product-shell { grid-template-columns: 1fr; }
  .product-config { position: static; }
  .product-reviews { padding-right: 24px; padding-left: 24px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .cart-tile-layout { grid-template-columns: 1fr; }
  .reviews-grid { column-count: 3; }
  .customer-review, .reviews-grid .customer-review { max-width: none; }
  .home-reviews-grid { columns: 3 260px; }
  .custom-order-shell { grid-template-columns:1fr; }
  .custom-order-preview { position:static; }
}

@media (max-width: 600px) {
  .brand-logo-copy { padding-left: 9px; border-left-width: 3px; }
  .brand-logo-copy b { font-size: 17px; letter-spacing: .005em; }
  .brand-logo-copy small { margin-top: 5px; font-size: 7.8px; }
  .brand-logo-slogan em { font-size: 9px; }
  .announcement { height: 30px; justify-content: center; padding: 0 12px; font-size: 10px; }
  .announcement span { display: none; }
  .announcement span:first-child { display: block; }
  .announcement span::before { display: none !important; }
  .site-header { height: 68px; padding: 0 15px; grid-template-columns: 27px auto 1fr auto; gap: 10px; }
  .logo { grid-template-columns: 34px auto; gap: 7px; }
  .logo > i { width: 34px; height: 34px; border-radius: 11px; font-size: 13px; }
  .logo b, .logo em { font-size: 13px; }
  .logo small { display: none; }
  .main-nav { inset: 68px 0 auto; }
  .header-search { width: 38px; height: 38px; padding: 0; justify-content: center; border: 0; background: transparent; }
  .header-search input { position: absolute; width: 1px; opacity: 0; pointer-events: none; }
  .header-search.search-open { position: fixed; top: 37px; right: 10px; left: 10px; z-index: 90; width: auto; height: 54px; justify-content: flex-start; padding: 0 16px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
  .header-search.search-open input { position: static; width: 100%; opacity: 1; pointer-events: auto; }
  .cart-link span { display: none; }
  .cart-link { gap: 4px; }
  .cart-link svg { width: 20px; }
  .cart-link b { width: 18px; height: 18px; font-size: 9px; }
  .hero { min-height: auto; }
  .hero-copy { min-height: 500px; padding: 62px 21px 38px; }
  .hero h1 { margin: 18px 0 22px; font-size: 47px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { width: 100%; gap: 20px; }
  .hero-actions .button { flex: 1; }
  .hero-proof { gap: 12px; padding-top: 40px; }
  .hero-proof b { font-size: 18px; }
  .hero-proof span { font-size: 9px; }
  .hero-visual { height: 355px; }
  .hero-note { right: 14px; bottom: 14px; left: 14px; }
  .section { padding: 70px 15px; }
  .section-head { align-items: flex-start; gap: 20px; margin-bottom: 28px; }
  .section-head .text-link { margin-top: 5px; white-space: nowrap; }
  .section-head > div > p { display: none; }
  .section h2, .mood-section h2 { font-size: 37px; }
  .product-grid, .catalog-grid, .archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 9px; }
  .archive-more { margin-top: 48px; padding-top: 27px; }
  .archive-product-shell { padding: 25px 15px 70px; gap: 34px; }
  .archive-product-copy h1 { font-size: 38px; }
  .archive-build-room { width: 76%; }
  .product-meta { padding-top: 10px; }
  .product-meta h3 { min-height: 48px; font-size: 13px; line-height: 1.5; }
  .product-meta > div b { font-size: 13px; }
  .card-cart-button, .card-tryon-button { min-height: 30px; padding: 5px 5px; font-size: 8px; }
  .card-quick { display: none; }
  .mood-copy { padding: 70px 21px; }
  .mood-image { height: 310px; }
  .steps-grid > div, .steps-grid > div:first-child { padding: 27px 0; }
  .catalog-hero { padding: 55px 15px 35px; }
  .catalog-hero h1 { font-size: 43px; }
  .catalog-hero > p { font-size: 14px; }
  .catalog-search { width: 100%; height: 52px; padding-left: 13px; }
  .catalog-search button { min-width: 70px; }
  .search-suggestions { position: fixed; top: 103px; right: 10px; left: 10px; width: auto !important; max-height: calc(100vh - 120px); }
  .catalog-search .search-suggestions { position: absolute; top: calc(100% + 8px); right: 0; left: 0; width: 100% !important; }
  .suggestion-products { grid-template-columns: 1fr; }
  .catalog-filters { padding: 16px 10px 0; }
  .filter-row { grid-template-columns: 1fr; gap: 11px; padding: 17px 0; }
  .filter-label { grid-template-columns: 23px 1fr; padding: 0 4px; }
  .filter-options-shell { width: calc(100% + 10px); gap: 8px; }
  .filter-options-shell { flex-wrap: nowrap; }
  .filter-options-shell > .filter-options { flex: 1; }
  .filter-options { flex-wrap: nowrap; margin-left: -10px; padding: 1px 0 7px 10px; overflow-x: auto; scrollbar-width: none; }
  .filter-options::-webkit-scrollbar { display: none; }
  .filter-chip, .color-chip { flex: 0 0 auto; }
  .filter-options-shell > .filter-more { position: relative; z-index: 2; flex: 0 0 auto; margin-right: 0; box-shadow: -12px 0 14px 4px var(--paper); }
  .refinement-options { flex-wrap: nowrap; overflow-x: auto; margin-left: -10px; padding: 1px 0 7px 10px; scrollbar-width: none; }
  .refinement-options::-webkit-scrollbar { display: none; }
  .refinement-options a { min-height: 36px; padding: 9px 13px; border-radius: 100px; font-size: 9px; white-space: nowrap; }
  .refinement-options a { border-color: var(--line); color: #5e565c; background: #fff; }
  .refinement-options a:hover { border-color: #beaab5; background: #f8f1ee; }
  .refinement-options a.active { border-color: var(--forest); color: #fff; background: var(--forest); }
  .refinement-options a span { font-size: 13px; }
  .refinement-more { flex: 0 0 auto; }
  .color-chip { min-height: 34px; padding-right: 8px; }
  .color-chip i { width: 23px; height: 23px; }
  .filter-dialog { width: 100%; max-width: none; max-height: calc(100vh - 18px); margin: auto 0 0; border-radius: 22px 22px 0 0; }
  .filter-dialog-panel { max-height: calc(100vh - 18px); padding: 29px 18px 25px; }
  .filter-dialog-head { gap: 14px; padding-bottom: 20px; }
  .filter-dialog-head h2 { padding-right: 4px; font-size: 33px; }
  .filter-dialog-head p { font-size: 12px; }
  .filter-dialog-close { width: 35px; height: 35px; flex-basis: 35px; }
  .topic-dialog-groups { grid-template-columns: 1fr; gap: 24px; padding-top: 22px; }
  .topic-dialog-inspiration { margin-top: 27px; padding-top: 24px; }
  .topic-dialog-inspiration h3 { font-size: 23px; }
  .topic-dialog-inspiration .inspiration-dialog-grid { justify-content: flex-start; }
  .home-reviews-grid { columns: 2 220px; }
  .buyer-menu > div a { font: 600 14px Manrope, sans-serif; }
  .dialog-filter-grid { gap: 7px; }
  .dialog-color-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding-top: 22px; }
  .dialog-color-grid .color-chip { min-width: 0; min-height: 45px; padding-right: 8px; font-size: 11px; }
  .active-filters { padding: 12px 0 1px; }
  .catalog-shell { padding: 28px 10px 75px; }
  .catalog-toolbar { align-items: flex-end; }
  .catalog-toolbar label { flex-direction: column; align-items: flex-start; gap: 4px; }
  .catalog-toolbar select { max-width: 150px; }
  .pagination { gap: 8px; margin-top: 45px; }
  .pagination a { min-width: auto; padding: 10px; font-size: 11px; }
  .infinite-status { min-height: 70px; margin-top: 25px; padding: 0 12px; font-size: 11px; }
  .breadcrumbs { padding: 18px 15px 0; }
  .breadcrumbs span:last-child { max-width: 32vw; }
  .product-page { padding: 22px 10px 60px; gap: 34px; }
  .product-gallery { grid-template-columns: 1fr; }
  .main-product-image { grid-row: auto; }
  .thumb-row { display: flex; grid-column: 1; grid-row: auto; flex-direction: row; padding: 1px 1px 7px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x proximity; scrollbar-width: none; }
  .thumb-row::-webkit-scrollbar { display: none; }
  .thumb-row button { width: 60px; flex: 0 0 60px; scroll-snap-align: start; }
  .thumb-row small { font-size: 9px; }
  .tryon-open-button { min-height: 72px; margin-top: 2px; padding: 10px 12px 10px 10px; grid-template-columns: 44px minmax(0, 1fr) auto; gap: 10px; border-radius: 15px; }
  .product-gallery > .tryon-open-button { margin-top: 2px; }
  .tryon-open-icon { width: 44px; height: 44px; border-radius: 12px; }
  .tryon-open-copy b { font-size: 13px; }
  .tryon-open-copy small { font-size: 9px; }
  .tryon-open-arrow { font-size: 20px; }
  .product-config { padding: 0 6px; }
  .product-config h1 { font-size: 33px; }
  .size-options { grid-template-columns: repeat(2, 1fr); }
  .custom-size-dialog form { padding: 32px 20px 22px; }
  .custom-size-dialog h2 { padding-right: 25px; font-size: 31px; }
  .custom-size-fields { grid-template-columns: 1fr 15px 1fr; gap: 6px; }
  .crop-editor-note { right: 7px; bottom: 7px; font-size: 9px; }
  .custom-size-result { align-items: flex-start; flex-direction: column; gap: 7px; }
  .custom-size-actions { flex-direction: column-reverse; }
  .custom-size-actions .button { width: 100%; }
  .contacts-page { padding: 35px 15px 70px; }
  .contacts-grid, .contacts-details { grid-template-columns: 1fr; }
  .contacts-details { gap: 25px; padding: 30px 24px; }
  .print-options { grid-template-columns: 1fr; }
  .product-buy { grid-template-columns: 1fr 58px; }
  .product-buy .button { grid-column: 1 / -1; }
  .buy-trust { gap: 10px; flex-wrap: wrap; justify-content: flex-start; }
  .product-details { padding: 65px 22px; }
  .reviews-hero { padding: 55px 18px 48px; }
  .reviews-hero::after { font-size: 82px; }
  .reviews-page { padding: 28px 10px 65px; }
  .reviews-grid { column-count: 2; column-gap: 10px; }
  .customer-review { margin-bottom: 10px; padding: 14px; border-radius: 15px; }
  .product-review-grid { grid-template-columns: 1fr; gap: 10px; }
  .product-review-grid-random { columns: 1; }
  .product-reviews { padding-right: 15px; padding-left: 15px; }
  .product-review-grid .customer-review-featured { display: block; padding: 14px; }
  .customer-review-featured > .review-media { margin-bottom: 15px; }
  .customer-review-featured .review-media a, .customer-review-featured .review-media video,
  .customer-review-featured .review-media img, .customer-review-featured .review-media video { height: auto; max-height: 240px; }
  .customer-review-featured.customer-review-many-media > .review-media { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-promo { grid-template-columns:1fr; }
  .product-promo > small { grid-column:1; }
  .print-choice-grid { grid-template-columns:1fr; }
  .print-story-process { grid-template-columns:1fr; }
  .print-story-process > div { border-right:0; border-bottom:1px solid var(--line); }
  .print-story-process > div:last-child { border-bottom:0; }
  .cdek-pickup-map { grid-template-columns:1fr; }
  .pickup-map-canvas { min-height:285px; }
  .pickup-map-list { max-height:220px; }
  .custom-order-hero { padding:55px 16px 45px; }
  .custom-order-shell { padding:30px 10px 70px; gap:24px; }
  .custom-order-form { padding:25px 16px; }
  .all-reviews-dialog-head { padding: 20px 18px 16px; }
  .all-reviews-dialog-head h2 { font-size: 28px; }
  .all-reviews-grid { padding: 10px; columns: 2 250px; }
  .print-help-panel { padding: 24px 16px; }
  .print-help-head h2 { font-size: 32px; }
  .review-media a, .review-media video { min-height: 120px; }
  .page-head { padding: 45px 15px 35px; }
  .cart-layout, .checkout-layout { padding: 0 12px; }
  .cart-tile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 9px; }
  .cart-tile-copy { padding: 11px 9px 7px; }
  .cart-tile-copy h3 { min-height: 38px; font-size: 11px; }
  .cart-tile-copy h3 { max-height: 38px; }
  .cart-tile-controls { padding: 8px 9px 12px; grid-template-columns: 1fr; }
  .cart-tile-controls > strong { padding: 0; }
  .cart-toast { right: 16px; bottom: 16px; }
  .media-lightbox img { padding: 8px; }
  .cart-item { grid-template-columns: 78px 1fr 25px; }
  .cart-item img { width: 78px; }
  .site-footer { grid-template-columns: 1fr; padding: 58px 24px 30px; }
  .footer-note { gap: 14px; flex-direction: column !important; }
}

/* ==========================================================================
   v27 — путь примерки в палитре РСЯ-креатива (слива #3a1030 + фуксия #ff5fa2)

   Зачем: реклама в РСЯ ведёт на /catalog?topic=… и обещает яркой фуксиевой
   лентой «примерка бесплатно · за 1 минуту». Посетитель должен на сайте
   узнать этот же цвет и сразу увидеть, куда нажимать.

   Что НЕ менялось: кнопка под карточкой каталога (.card-tryon-button)
   осталась прежней по решению владельца; диалог своего размера
   (.custom-size-dialog) не тронут — поэтому все правила ниже вложены
   внутрь .tryon-dialog, хотя классы .custom-size-* у них общие.

   Контраст (WCAG): белый на #ff5fa2 = 2,83:1 — непригоден, поэтому по
   фуксии всегда тёмный сливовый текст #3a1030 (5,71:1). Белый на сливовом
   #3a1030 = 16,19:1, #ff9ec7 на сливовом = 9,29:1, #d81b74 на белом = 4,85:1.
   ========================================================================== */

/* --- большая кнопка на карточке товара: фуксия из рекламы -----------------
   Текст сливовый #3a1030, а не белый: белый по фуксии даёт 2,83:1.
   Заливка плоская, без градиента — так цвет совпадает с лентой креатива. */
.tryon-open-button { color: #3a1030; background: #ff5fa2; background-image: none; box-shadow: 0 14px 31px rgba(214, 40, 118, .32); }
.tryon-open-button::after { border-color: rgba(58, 16, 48, .22); box-shadow: 0 0 0 24px rgba(58, 16, 48, .05), 0 0 0 48px rgba(58, 16, 48, .035); }
.tryon-open-button:hover { background: #ff7ab3; box-shadow: 0 19px 38px rgba(214, 40, 118, .42); }
.tryon-open-icon { color: #d81b74; background: #fff; outline: 2px dashed rgba(255, 95, 162, .85); outline-offset: -5px; box-shadow: 0 7px 16px rgba(58, 16, 48, .18); }
.tryon-open-copy b { color: #3a1030; }
/* Подпись не полупрозрачная слива (.78 давало 3,95:1 — ниже нормы),
   а плотный #2c0b24: 6,28:1 при кегле 10px. */
.tryon-open-copy small { color: #2c0b24; }
.tryon-open-arrow { color: #3a1030; }

/* --- окно примерки: сливовое, фуксия акцентом ---------------------------- */
.tryon-dialog { color: #fff; background: #2c0b24; background-image: radial-gradient(122% 112% at 88% -14%, #6c1d55 0%, #2c0b24 62%); box-shadow: 0 28px 90px rgba(24, 6, 20, .42); }
.tryon-dialog::backdrop { background: rgba(24, 6, 20, .62); backdrop-filter: blur(3px); }
.tryon-dialog .eyebrow { color: #ff9ec7; }
.tryon-dialog h2 { color: #fff; }
.tryon-dialog form > p { color: rgba(255, 255, 255, .78); }
.tryon-dialog form > p b { color: #fff; }
.tryon-dialog .custom-size-close { color: #fff; background: rgba(255, 255, 255, .15); }
.tryon-dialog .custom-size-close:hover { color: #3a1030; background: #ff5fa2; }
.tryon-dialog .tryon-loader { background: #1d0617; }
.tryon-dialog .tryon-loader-overlay { background: linear-gradient(transparent 36%, rgba(30, 6, 24, .87)); }
.tryon-dialog .tryon-progress { background: rgba(255, 255, 255, .24); }
.tryon-dialog .tryon-progress i { background: #ff5fa2; }
.tryon-dialog .tryon-preview { background: #1d0617; }
.tryon-dialog .custom-size-error { color: #ffc2da; }
/* .button-light в нынешнем окне давал контраст 1,79:1 — текст почти не виден.
   Здесь он получает белую рамку и белый текст: 16,19:1. */
.tryon-dialog .button { border: 1px solid #ff5fa2; color: #3a1030; background: #ff5fa2; box-shadow: 0 10px 24px rgba(24, 6, 20, .3); }
.tryon-dialog .button:hover { border-color: #fff; color: #3a1030; background: #ff9ec7; }
.tryon-dialog .button-light { border: 1px solid rgba(255, 255, 255, .36); color: #fff; background: transparent; box-shadow: none; }
.tryon-dialog .button-light:hover { color: #3a1030; background: #fff; }

/* --- зона загрузки как на странице «На заказ» -----------------------------
   Было: узкая полоска 76 px с круглой иконкой слева. Стало: контур размером
   с будущее фото (4:3, как .custom-order-preview .crop-editor) и «+» по
   центру — тот же жест, что в редакторе своего принта.
   Раскладка переводится с двух колонок на одну колонку по центру. */
.tryon-dialog .tryon-upload { min-height: 0; aspect-ratio: 4 / 3; margin-top: 20px; padding: 18px; display: flex; align-items: center; justify-content: center; flex-direction: column; column-gap: 0; border: 1.5px dashed rgba(255, 95, 162, .72); border-radius: 18px; color: #fff; background: rgba(255, 255, 255, .06); text-align: center; }
.tryon-dialog .tryon-upload:hover { border-color: #ff5fa2; background: rgba(255, 95, 162, .13); }
.tryon-dialog .tryon-upload > span { width: 92px; height: 92px; grid-row: auto; display: grid; place-items: center; border: 2px dashed rgba(255, 95, 162, .85); border-radius: 24px; color: #ff9ec7; background: rgba(255, 255, 255, .08); font-size: 54px; font-weight: 200; line-height: 1; transition: border-color .18s, background .18s, transform .18s; }
.tryon-dialog .tryon-upload:hover > span { border-color: #ff5fa2; color: #3a1030; background: #fff; transform: translateY(-2px); }
.tryon-dialog .tryon-upload b { align-self: auto; margin-top: 15px; color: #fff; font: 500 24px Playfair Display, serif; }
.tryon-dialog .tryon-upload small { align-self: auto; margin-top: 7px; color: rgba(255, 255, 255, .64); font-size: 10px; }

@media (max-width: 600px) {
  .tryon-dialog .tryon-upload { padding: 14px; }
  .tryon-dialog .tryon-upload > span { width: 74px; height: 74px; border-radius: 20px; font-size: 44px; }
  .tryon-dialog .tryon-upload b { margin-top: 12px; font-size: 20px; }
}

/* Подсказка «Нажмите, чтобы загрузить» — как на «На заказ». Ставится в CSS, а
   не в разметку: <small> у зоны загрузки это слот, в который app-desktop-v26.js
   пишет имя выбранного файла и сбрасывает его на строку про форматы. */
.tryon-dialog .tryon-upload b::after { content: "Нажмите, чтобы загрузить"; display: block; margin-top: 6px; color: rgba(255, 255, 255, .72); font: 400 11px/1.4 Raleway, system-ui, sans-serif; letter-spacing: .02em; }
