.catalog-page { min-height: 100vh; color: var(--ink); background: linear-gradient(rgba(242,239,233,.95),rgba(242,239,233,.98)),url("assets/hero-layers/responsive/hero-bg-static-desktop-v5.png") center top/cover fixed; background-image: linear-gradient(rgba(242,239,233,.95),rgba(242,239,233,.98)),image-set(url("assets/hero-layers/responsive/hero-bg-static-desktop-v5.webp?v=opt-20260830") type("image/webp") 1x,url("assets/hero-layers/responsive/hero-bg-static-desktop-v5.png") type("image/png") 1x); }
.catalog-header { position: relative; background: rgba(247,244,238,.96); }
.catalog-header .main-nav a[aria-current="page"] { color: var(--orange); border-color: var(--orange); }
.catalog-main { width: min(1420px,calc(100% - 64px)); margin: 0 auto; padding: 46px 0 80px; }
.catalog-eyebrow { margin: 0 0 8px; color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.catalog-hero { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(330px,.8fr); gap: clamp(40px,8vw,120px); align-items: end; margin-bottom: 45px; }
.catalog-hero h1 { margin: 0; font: italic 900 clamp(54px,7vw,104px)/.86 Impact,"Arial Black",sans-serif; letter-spacing: -.04em; text-transform: uppercase; transform: skew(-4deg); }
.catalog-hero h1 em { color: var(--orange); font-style: inherit; }
.catalog-hero > div > p:last-child { max-width: 740px; margin: 20px 0 0; color: #365565; font-size: clamp(16px,1.2vw,20px); line-height: 1.5; }
.catalog-hero aside { padding: 24px 28px; color: white; background: var(--ink); box-shadow: 7px 7px 0 var(--lime); }
.catalog-hero aside strong { display: block; margin-bottom: 7px; font-size: 18px; text-transform: uppercase; }
.catalog-hero aside p { margin: 0; color: rgba(255,255,255,.78); line-height: 1.5; }
.catalog-products { padding: clamp(22px,3vw,42px); border: 1px solid rgba(6,43,64,.2); border-radius: 28px; background: rgba(255,255,255,.78); box-shadow: 0 24px 70px rgba(6,43,64,.1); }
.catalog-products__heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.catalog-products__heading h2,.catalog-order-info h2 { margin: 0; font-size: clamp(32px,3vw,48px); letter-spacing: -.035em; text-transform: uppercase; }
.catalog-products__heading > p { margin: 0 0 5px; color: #58707d; font-size: 13px; font-weight: 800; }
.catalog-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.catalog-filters button { min-height: 42px; padding: 0 17px; border: 1px solid rgba(6,43,64,.28); border-radius: 999px; color: var(--ink); background: transparent; font: inherit; font-size: 13px; font-weight: 900; cursor: pointer; }
.catalog-filters button[aria-pressed="true"] { color: white; border-color: var(--ink); background: var(--ink); box-shadow: 3px 3px 0 var(--lime); }
.product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.product-card { position: relative; display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid rgba(6,43,64,.25); border-radius: 20px; background: rgba(250,249,246,.96); }
.product-card.is-target { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(225,65,8,.13),7px 7px 0 var(--lime); }
.product-card__visual { position: relative; aspect-ratio: 16/10; overflow: hidden; display: grid; place-items: center; color: white; background: linear-gradient(145deg,#0a3a50,#001e2d); }
.product-card__media,.product-card__slide { position: absolute; inset: 0; }
.product-card__slide { opacity: 0; transition: opacity .42s ease; }
.product-card__slide.is-active { opacity: 1; }
.product-card__slide img,.catalog-gallery__slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.product-card__slide img.is-contained,.catalog-gallery__slide img.is-contained { width: auto; max-width: 92%; margin: auto; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 12px 12px rgba(0,0,0,.25)); }
.product-card__slide img.is-overview,.catalog-gallery__slide img.is-overview { object-position: center 18%; }
.product-card__slide img.is-front,.product-card__slide img.is-back,.catalog-gallery__slide img.is-front,.catalog-gallery__slide img.is-back { width: 200%; max-width: none; object-position: center 12%; }
.product-card__slide img.is-front,.catalog-gallery__slide img.is-front { right: auto; }
.product-card__slide img.is-back,.catalog-gallery__slide img.is-back { left: auto; }
.product-card__media-count { position: absolute; z-index: 2; right: 14px; bottom: 12px; padding: 5px 8px; border-radius: 999px; color: white; background: rgba(0,30,45,.76); font-size: 10px; font-weight: 900; }
.product-card__placeholder { display: grid; place-items: center; width: 112px; height: 112px; border: 2px solid rgba(255,255,255,.46); border-radius: 50%; font-size: 46px; font-weight: 900; }
.product-card__placeholder--vouchers { border-radius: 12px; transform: rotate(-4deg); }
.product-card__badges { position: absolute; left: 14px; right: 14px; top: 14px; display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.product-card__badge { padding: 6px 9px; border-radius: 99px; color: var(--ink); background: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.product-card__badge--access { color: white; background: var(--orange); }
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.product-card__variant { margin: 0 0 6px; color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-card h3 { margin: 0; font-size: clamp(21px,1.6vw,28px); line-height: 1.05; }
.product-card__description { margin: 12px 0; color: #526b78; font-size: 13px; line-height: 1.48; }
.product-card__meta { display: grid; gap: 6px; margin: auto 0 16px; padding-top: 8px; color: #526b78; font-size: 11px; }
.product-card__meta strong { color: var(--ink); }
.product-card__availability { padding: 10px 12px; border-left: 4px solid var(--orange); background: #fff0e8; }
.product-card__availability strong { display: block; color: #9b3515; font-size: 11px; text-transform: uppercase; }
.product-card__availability span { display: block; margin-top: 3px; color: #6b4a3c; font-size: 10px; line-height: 1.35; }
.product-card__footer { display: grid; gap: 12px; margin-top: 16px; }
.product-card__price { font-size: 13px; font-weight: 900; }
.product-card__actions { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 7px; }
.product-card__footer button { min-height: 46px; padding: 0 13px; border: 0; color: white; background: var(--orange); font: inherit; font-size: 11px; font-weight: 900; cursor: pointer; }
.product-card__footer .product-card__details { color: var(--ink); border: 1px solid rgba(6,43,64,.35); background: transparent; }
.product-card__footer button[data-login-product] { color: var(--ink); background: var(--lime); }
.product-card__footer button:hover,.product-card__footer button:focus-visible { color: var(--ink); background: var(--lime); }
.catalog-order-info { display: grid; grid-template-columns: minmax(260px,.65fr) 1.35fr; gap: clamp(30px,6vw,90px); margin-top: 34px; padding: clamp(28px,4vw,54px); color: white; background: linear-gradient(135deg,#07364c,#001d2b); box-shadow: 8px 8px 0 var(--lime); }
.catalog-order-info ol { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; margin: 0; padding: 0; list-style: none; }
.catalog-order-info li { display: grid; grid-template-columns: 38px 1fr; column-gap: 12px; align-items: start; }
.catalog-order-info li > span { grid-row: 1/3; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--ink); background: var(--lime); font-weight: 900; }
.catalog-order-info li strong { font-size: 15px; text-transform: uppercase; }
.catalog-order-info li p { margin: 4px 0 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.4; }
.catalog-dialog { width: min(760px,calc(100% - 28px)); max-height: calc(100vh - 28px); padding: 0; overflow: visible; border: 0; border-radius: 22px; color: var(--ink); background: transparent; }
.catalog-dialog::backdrop { background: rgba(2,22,33,.72); backdrop-filter: blur(4px); }
.catalog-dialog__frame { position: relative; max-height: calc(100vh - 28px); overflow: auto; padding: clamp(26px,4vw,48px); border-radius: 22px; background: var(--paper); box-shadow: 8px 8px 0 var(--lime); }
.catalog-dialog__close { position: absolute; z-index: 3; right: 15px; top: 15px; width: 42px; height: 42px; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); background: rgba(247,244,238,.94); font-size: 28px; cursor: pointer; }
.catalog-dialog h2 { margin: 0 48px 9px 0; font-size: clamp(31px,4vw,48px); line-height: 1; }
.catalog-dialog__lead { margin: 0 0 23px; color: #526b78; line-height: 1.45; }
.catalog-order-form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.catalog-order-form label { display: grid; gap: 6px; }
.catalog-order-form label > span { font-size: 11px; font-weight: 900; text-transform: uppercase; }
.catalog-order-form input,.catalog-order-form select,.catalog-order-form textarea { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid rgba(6,43,64,.35); border-radius: 9px; color: var(--ink); background: white; font: inherit; }
.catalog-order-form textarea { min-height: 90px; resize: vertical; }
.catalog-order-form__wide { grid-column: 1/-1; }
.catalog-order-form__note { grid-column: 1/-1; margin: 2px 0; padding: 12px 14px; border-left: 4px solid var(--orange); background: #fff0e8; color: #6b4a3c; font-size: 12px; line-height: 1.4; }
.catalog-order-form__submit { grid-column: 1/-1; min-height: 54px; border: 0; color: white; background: var(--orange); font: inherit; font-weight: 900; cursor: pointer; }
.catalog-order-form__submit:hover,.catalog-order-form__submit:focus-visible { color: var(--ink); background: var(--lime); }
.catalog-confirmation { padding: 24px 0 5px; text-align: center; }
.catalog-confirmation > span { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 17px; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 30px; font-weight: 900; }
.catalog-confirmation strong { display: block; margin: 18px 0 7px; font-size: 18px; }
.catalog-confirmation p { color: #526b78; line-height: 1.5; }
.catalog-confirmation button,.catalog-login-dialog [data-login-close]:not(.catalog-dialog__close) { min-height: 48px; margin-top: 12px; padding: 0 22px; border: 0; color: white; background: var(--orange); font-weight: 900; cursor: pointer; }
.catalog-login-dialog__prototype { padding: 12px 14px; border-left: 4px solid var(--orange); background: #fff0e8; }
.catalog-detail-dialog { width: min(1040px,calc(100% - 28px)); }
.catalog-detail-dialog .catalog-dialog__frame { overflow-x: hidden; padding: 28px; }
.catalog-detail { min-width: 0; display: grid; grid-template-columns: minmax(300px,.85fr) minmax(0,1.15fr); gap: 30px; }
.catalog-detail__visual { height: min(560px,calc(100vh - 120px)); display: grid; place-items: center; overflow: hidden; border-radius: 15px; color: white; background: linear-gradient(145deg,#0a3a50,#001e2d); }
.catalog-gallery { display: grid; grid-template-rows: minmax(0,1fr) auto; gap: 10px; width: 100%; height: 100%; min-height: 0; padding: 10px; }
.catalog-gallery__stage { position: relative; min-height: 0; overflow: hidden; border-radius: 10px; background: #062b40; }
.catalog-gallery__slide { position: absolute; inset: 0; opacity: 0; transition: opacity .28s ease; }
.catalog-gallery__slide.is-active { opacity: 1; }
.catalog-gallery__thumbs { display: grid; grid-template-columns: repeat(auto-fit,minmax(72px,1fr)); gap: 7px; }
.catalog-gallery__thumbs button { min-width: 0; padding: 5px; border: 1px solid rgba(255,255,255,.28); border-radius: 9px; color: white; background: rgba(255,255,255,.08); font: inherit; cursor: pointer; }
.catalog-gallery__thumbs button[aria-pressed="true"] { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.catalog-gallery__thumbs button > span { position: relative; display: block; height: 45px; overflow: hidden; border-radius: 5px; background: #062b40; }
.catalog-gallery__thumbs img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.catalog-gallery__thumbs img.is-front,.catalog-gallery__thumbs img.is-back { width: 200%; max-width: none; object-position: center 12%; }
.catalog-gallery__thumbs img.is-front { right: auto; }
.catalog-gallery__thumbs img.is-back { left: auto; }
.catalog-gallery__thumbs strong { display: block; overflow: hidden; margin-top: 4px; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.catalog-detail__content { min-width: 0; padding: 9px 6px 5px 0; }
.catalog-detail__description { margin: 14px 0 18px; color: #526b78; line-height: 1.5; }
.catalog-detail__facts { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 18px; border-top: 1px solid rgba(6,43,64,.22); }
.catalog-detail__facts > div { padding: 11px 8px 11px 0; border-bottom: 1px solid rgba(6,43,64,.17); }
.catalog-detail__facts dt { color: #647781; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.catalog-detail__facts dd { margin: 4px 0 0; font-size: 13px; font-weight: 900; }
.catalog-detail__section { margin: 15px 0; }
.catalog-detail__section h3 { margin: 0 0 7px; color: var(--orange); font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.catalog-detail__section p,.catalog-detail__section ul { margin: 0; color: #526b78; font-size: 12px; line-height: 1.45; }
.catalog-detail__section ul { padding-left: 18px; }
.catalog-detail__actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 18px; }
.catalog-detail__actions button { min-height: 48px; padding: 0 17px; border: 1px solid var(--ink); color: var(--ink); background: transparent; font-weight: 900; cursor: pointer; }
.catalog-detail__actions button:last-child { color: white; border-color: var(--orange); background: var(--orange); }
.catalog-detail__actions button:hover,.catalog-detail__actions button:focus-visible { color: var(--ink); border-color: var(--lime); background: var(--lime); }

@media (max-width:1050px) { .catalog-main { width:min(100% - 38px,950px); } .catalog-hero { grid-template-columns:1fr; gap:25px; } .catalog-hero aside { max-width:650px; } .product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .catalog-order-info { grid-template-columns:1fr; } .catalog-detail { grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr); } }
@media (max-width:680px) { .catalog-main { width:calc(100% - 24px); padding-top:28px; } .catalog-hero { margin-bottom:30px; } .catalog-hero h1 { font-size:clamp(55px,20vw,78px); } .catalog-hero aside { padding:18px; } .catalog-products { padding:24px 12px; border-radius:20px; } .catalog-products__heading { align-items:flex-start; flex-direction:column; gap:7px; padding:0 5px; } .catalog-filters { gap:6px; margin:18px 0; } .catalog-filters button { min-height:38px; padding:0 11px; font-size:11px; } .product-grid { grid-template-columns:1fr; } .product-card__visual { aspect-ratio:16/9; } .catalog-order-info { margin:25px 5px 0; padding:26px 20px; } .catalog-order-info ol { grid-template-columns:1fr; } .catalog-order-form { grid-template-columns:1fr; } .catalog-order-form__wide,.catalog-order-form__note,.catalog-order-form__submit { grid-column:1; } .catalog-dialog { width:calc(100% - 16px); max-height:calc(100vh - 16px); } .catalog-dialog__frame { max-height:calc(100vh - 16px); padding:25px 17px; } .catalog-detail-dialog .catalog-dialog__frame { padding:17px; } .catalog-detail { grid-template-columns:1fr; gap:20px; } .catalog-detail__visual { min-width:0; height:auto; min-height:250px; aspect-ratio:16/10; } .catalog-detail__content { padding:0; } .catalog-detail__facts { grid-template-columns:1fr; } .catalog-detail__actions { align-items:stretch; flex-direction:column; } .catalog-detail__actions button { width:100%; white-space:normal; } }

@media (prefers-reduced-motion:reduce) { .product-card__slide,.catalog-gallery__slide { transition:none; } }
