:root {
  --bg: #0e0f12;
  --panel: #17191f;
  --panel-2: #1f222b;
  --line: rgba(255, 255, 255, 0.08);
  --text: #f5f1e8;
  --muted: #cbbf9a;
  --gold: #f4bf4f;
  --gold-deep: #e6a92d;
  --ink: #111111;
  --white: #ffffff;
  --photo-surface:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.96), rgba(245, 239, 229, 0.98) 46%, rgba(234, 227, 214, 0.96) 100%);
  --photo-frame: rgba(216, 205, 186, 0.72);
  --photo-shadow: 0 16px 34px rgba(24, 20, 13, 0.12);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Helvetica Neue",
    Arial,
    sans-serif;
  background:
    radial-gradient(circle at top left, rgba(244, 191, 79, 0.18), transparent 30%),
    linear-gradient(180deg, #0b0c10 0%, #12141b 50%, #0b0c10 100%);
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(10, 10, 12, 0.8);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top, rgba(255, 221, 128, 0.26), rgba(255, 255, 255, 0.04) 58%),
    linear-gradient(145deg, rgba(244, 191, 79, 0.16), rgba(244, 191, 79, 0.05));
  border: 1px solid rgba(244, 191, 79, 0.24);
  box-shadow: 0 14px 30px rgba(244, 191, 79, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  overflow: hidden;
}

.brand-mark svg {
  width: 54px;
  height: 54px;
}

.brand-text {
  display: grid;
  gap: 2px;
}

.brand-text strong,
.brand-text span {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}

.brand-text strong {
  color: var(--gold);
}

.brand-text span {
  color: #f5eed8;
  text-transform: uppercase;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
}

.brand-text small {
  color: var(--muted);
}

.main-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: #e3dccb;
  align-items: center;
  justify-content: center;
  max-width: 520px;
}

.main-nav a {
  font-size: 0.95rem;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
}

.nav-icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(244, 191, 79, 0.08);
  border: 1px solid rgba(244, 191, 79, 0.14);
  color: var(--gold);
  font-size: 0.72rem;
  line-height: 1;
}

.main-nav a:hover,
.phone-link:hover,
.mail-link:hover,
.contact-mail:hover {
  color: var(--gold);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header-cta,
.header-telegram {
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 999px;
  white-space: nowrap;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #f3e7c5;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  gap: 10px;
}

.social-label {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.social-links a:hover {
  transform: translateY(-1px);
  border-color: rgba(244, 191, 79, 0.5);
  color: var(--gold);
}

.social-links-header {
  max-width: none;
}

.social-links-contact {
  margin: 18px 0 20px;
}

.contact-pill,
.contact-mail {
  white-space: nowrap;
}

.contact-pill {
  display: grid;
  gap: 2px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.contact-pill-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #cbbf9a;
}

.contact-pill-value,
.contact-mail {
  color: #f3e7c5;
}

.social-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cart-button,
.button {
  border: 0;
  border-radius: 16px;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.cart-button {
  padding: 12px 18px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 800;
  box-shadow: 0 14px 32px rgba(217, 176, 94, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
  z-index: 3;
}

.cart-button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  margin-left: 8px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(19, 21, 27, 0.92);
  color: #f5f2ea;
  font-size: 0.88rem;
}

.cart-button:hover,
.button:hover {
  transform: translateY(-1px);
}

.hero {
  padding: 72px 0 32px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: stretch;
}

.hero-copy,
.hero-panel,
.category-card,
.benefit-card,
.contact-card,
.product-card,
.size-chip,
.filters select,
.cart-drawer {
  background: rgba(19, 21, 27, 0.9);
  border: 1px solid var(--line);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.hero-copy,
.hero-panel {
  border-radius: 28px;
  padding: 36px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1;
  margin-bottom: 18px;
  max-width: 12ch;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
  margin-bottom: 16px;
}

.hero-text,
.contact-text {
  color: #e1d8bf;
  max-width: 62ch;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 28px 0;
}

.hero-priority {
  margin: 0 0 22px;
  padding: 16px 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(244, 191, 79, 0.14), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(244, 191, 79, 0.2);
}

.hero-priority-badge {
  display: inline-flex;
  padding: 7px 12px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.55);
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-priority p {
  margin: 0;
  color: #efe1bb;
  line-height: 1.6;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 22px;
  font-weight: 800;
}

.button-primary {
  background: var(--gold);
  color: var(--ink);
}

.button-secondary {
  background: transparent;
  border: 1px solid rgba(244, 191, 79, 0.35);
  color: var(--text);
}

.header-telegram {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255,255,255,0.04);
}

.wide-button {
  width: 100%;
}

.hero-points {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #f0e7cc;
}

.hero-points li::before {
  content: "•";
  color: var(--gold);
  margin-right: 8px;
}

.hero-premium-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-premium-strip span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(244, 191, 79, 0.18);
  color: #f1e2b7;
  font-size: 0.84rem;
}

.hero-mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.hero-mini-card,
.process-card {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  padding: 18px;
}

.hero-mini-card strong {
  display: block;
  color: var(--gold);
  margin-bottom: 8px;
  font-size: 0.98rem;
}

.hero-mini-card span {
  color: #e3dcc8;
  line-height: 1.5;
  font-size: 0.92rem;
}

.hero-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.hero-visual {
  border-radius: 22px;
  overflow: hidden;
  min-height: 200px;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--photo-frame);
  background: var(--photo-surface);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4), var(--photo-shadow);
}

.hero-visual-main {
  grid-column: 1 / -1;
  min-height: 260px;
  aspect-ratio: 16 / 9;
}

.hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
  filter: saturate(0.98) contrast(1.02);
}

.hero-stat,
.hero-card {
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  padding: 22px;
  border: 1px solid var(--line);
}

.hero-card {
  grid-column: 1 / -1;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(244, 191, 79, 0.16), rgba(255,255,255,0.03)),
    #1b1d24;
}

.hero-stat span {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold);
  letter-spacing: 0.04em;
}

.hero-stat small {
  color: #ded4b7;
  line-height: 1.5;
}

.section {
  padding: 44px 0;
}

.stats-grid,
.audience-grid,
.materials-grid,
.order-grid,
.sizes-notes {
  display: grid;
  gap: 18px;
}

.stats-grid {
  grid-template-columns: repeat(4, 1fr);
}

.stat-card,
.audience-card,
.material-card,
.order-card,
.size-note-card {
  border-radius: 24px;
  padding: 22px;
  background: rgba(19, 21, 27, 0.9);
  border: 1px solid var(--line);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.stat-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 1.8rem;
}

.stat-card span,
.audience-card p,
.material-card p,
.order-card p,
.size-note-card span {
  color: #e3dcc8;
  line-height: 1.6;
}

.audience-grid {
  grid-template-columns: repeat(4, 1fr);
}

.materials-grid,
.order-grid,
.sizes-notes {
  grid-template-columns: repeat(3, 1fr);
}

.size-note-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
}

.thermo-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 22px;
  align-items: stretch;
}

.thermo-copy,
.thermo-shot {
  background: rgba(19, 21, 27, 0.9);
  border: 1px solid var(--line);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
  border-radius: 24px;
}

.thermo-copy {
  padding: 28px;
}

.thermo-copy p:last-child {
  color: #e3dcc8;
  line-height: 1.7;
  margin-bottom: 0;
}

.thermo-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.thermo-shot {
  overflow: hidden;
  min-height: 240px;
  aspect-ratio: 1 / 1;
  border-color: var(--photo-frame);
  background: var(--photo-surface);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4), var(--photo-shadow);
}

.thermo-shot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 16px;
  filter: saturate(0.98) contrast(1.02);
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.section-lead {
  color: #dfd3b4;
  line-height: 1.7;
  max-width: 72ch;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.process-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 32px;
  margin-bottom: 16px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(244, 191, 79, 0.14);
  border: 1px solid rgba(244, 191, 79, 0.22);
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.process-card h3 {
  margin-bottom: 10px;
}

.process-card p {
  color: #e3dcc8;
  line-height: 1.6;
  margin-bottom: 0;
}

.category-grid,
.benefit-grid,
.product-grid,
.sizes-grid,
.gallery-grid {
  display: grid;
  gap: 18px;
}

.branded-showcase-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 18px;
}

.category-grid {
  grid-template-columns: repeat(3, 1fr);
}

.category-card,
.benefit-card {
  border-radius: 24px;
  padding: 24px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.category-preview {
  margin: 0 0 18px;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--photo-frame);
  background: var(--photo-surface);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4), var(--photo-shadow);
}

.category-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 18px;
  filter: saturate(0.98) contrast(1.02);
}

.category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(244, 191, 79, 0.25), rgba(244, 191, 79, 0.08));
  border: 1px solid rgba(244, 191, 79, 0.18);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.category-card h3,
.benefit-card h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.category-card p,
.benefit-card p {
  color: #e3dcc8;
  line-height: 1.6;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.review-card {
  border-radius: 24px;
  padding: 24px;
  background: rgba(19, 21, 27, 0.9);
  border: 1px solid var(--line);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.review-card p {
  color: #e3dcc8;
  line-height: 1.7;
  margin-bottom: 18px;
}

.review-card strong {
  display: block;
  margin-bottom: 6px;
}

.review-card span {
  color: #cbbf9a;
  font-size: 0.92rem;
}

.catalog-meta {
  color: var(--muted);
  margin-bottom: 18px;
}

.catalog-blocks {
  display: grid;
  gap: 28px;
}

.catalog-group {
  border-radius: 28px;
  padding: 24px;
  background: rgba(19, 21, 27, 0.92);
  border: 1px solid var(--line);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.catalog-group-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.catalog-group-head h3 {
  margin-bottom: 8px;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.catalog-group-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(244, 191, 79, 0.1);
  border: 1px solid rgba(244, 191, 79, 0.18);
  color: var(--gold);
  font-size: 0.92rem;
  flex: 0 0 auto;
}

.catalog-group-text {
  margin: 0;
  color: #dfd3b4;
  line-height: 1.65;
  max-width: 64ch;
}

.catalog-group-count {
  white-space: nowrap;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(244, 191, 79, 0.1);
  border: 1px solid rgba(244, 191, 79, 0.2);
  color: var(--gold);
  font-weight: 700;
}

.product-grid-group {
  grid-template-columns: repeat(3, 1fr);
}

.catalog-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
}

.catalog-shortcuts a {
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(244, 191, 79, 0.16);
  color: #f0e5c5;
  font-size: 0.9rem;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.catalog-shortcuts a:hover {
  transform: translateY(-1px);
  border-color: rgba(244, 191, 79, 0.4);
  color: var(--gold);
}

.catalog-intro-panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0 0 22px;
}

.catalog-intro-card {
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.catalog-intro-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
}

.catalog-intro-card span {
  color: #dfd3b4;
  line-height: 1.6;
  font-size: 0.94rem;
}

.product-grid {
  grid-template-columns: repeat(4, 1fr);
}

.product-card {
  border-radius: 24px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.product-visual {
  min-height: 250px;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  padding: 14px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #161616;
  font-weight: 800;
  overflow: hidden;
  position: relative;
  background: var(--photo-surface);
  border: 1px solid var(--photo-frame);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.45), var(--photo-shadow);
}

.product-visual-button {
  width: 100%;
  border: 0;
  cursor: zoom-in;
}

.product-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
  background: transparent;
  filter: saturate(0.98) contrast(1.02);
}

.product-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(255,255,255,0.36), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(0,0,0,0.04));
}

.product-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.24);
  color: #141414;
  font-size: 0.78rem;
}

.product-size {
  position: relative;
  z-index: 1;
  margin-left: auto;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.65);
  color: #fff7e3;
  font-size: 0.78rem;
}

.product-category {
  color: var(--gold);
  font-size: 0.86rem;
}

.product-title {
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.35;
}

.product-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.product-tag {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(244, 191, 79, 0.12);
  border: 1px solid rgba(244, 191, 79, 0.18);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product-desc,
.product-meta {
  color: #ddd2b5;
  line-height: 1.55;
  font-size: 0.95rem;
}

.product-options {
  display: grid;
  gap: 10px;
}

.option-group {
  display: grid;
  gap: 8px;
}

.option-label {
  color: #f1e2b7;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.option-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.option-chip {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #f3e7c5;
  font-size: 0.82rem;
  cursor: pointer;
}

.option-chip.is-active {
  background: var(--gold);
  color: var(--ink);
  border-color: rgba(244, 191, 79, 0.8);
  box-shadow: 0 8px 20px rgba(244, 191, 79, 0.18);
}

.product-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.product-actions button {
  flex: 1;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 800;
  cursor: pointer;
}

.ghost-button {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(255,255,255,0.14);
}

.solid-button {
  background: var(--gold);
  color: var(--ink);
  border: 0;
}

.sizes-grid {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-grid {
  grid-template-columns: 1.1fr 1fr 1fr;
  grid-template-rows: 220px 220px;
}

.gallery-card {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--photo-frame);
  background: var(--photo-surface);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4), var(--photo-shadow);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 18px;
  background: transparent;
  filter: saturate(0.98) contrast(1.02);
}

.showcase-card {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--photo-frame);
  background: var(--photo-surface);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4), var(--photo-shadow);
}

.showcase-card-large {
  grid-row: 1 / span 2;
  aspect-ratio: auto;
}

.showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 18px;
  background: transparent;
  filter: saturate(0.98) contrast(1.02);
}

.showcase-card figcaption {
  padding: 14px 18px 18px;
  color: #151515;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.92));
}

.gallery-tall {
  grid-row: 1 / span 2;
  aspect-ratio: auto;
}

.gallery-wide {
  grid-column: 2 / span 2;
  aspect-ratio: auto;
}

.size-chip {
  padding: 22px;
  border-radius: 22px;
  text-align: center;
  font-weight: 700;
}

.size-chip.accent {
  background: linear-gradient(135deg, rgba(244,191,79,0.2), rgba(244,191,79,0.06));
  color: var(--gold);
}

.benefit-grid {
  grid-template-columns: repeat(4, 1fr);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 24px;
  align-items: start;
}

.contact-card {
  border-radius: 28px;
  padding: 28px;
}

.contact-phone {
  display: inline-block;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(460px, 100%);
  height: 100vh;
  z-index: 30;
  transform: translateX(100%);
  transition: transform 0.28s ease;
  display: flex;
  flex-direction: column;
}

.cart-drawer.open {
  transform: translateX(0);
}

.cart-header,
.cart-footer {
  padding: 20px;
  border-bottom: 1px solid var(--line);
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-header button {
  border: 0;
  background: transparent;
  color: var(--white);
  font-size: 2rem;
  cursor: pointer;
}

.cart-items {
  flex: 1;
  overflow: auto;
  padding: 18px 20px;
  display: grid;
  gap: 12px;
}

.cart-item {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px;
  background: rgba(255,255,255,0.02);
}

.cart-item-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.cart-item small,
.cart-note {
  color: #dbcfae;
  line-height: 1.5;
}

.cart-summary {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(244, 191, 79, 0.14);
}

.cart-summary strong {
  color: var(--gold);
}

.cart-summary span {
  color: #e3dcc8;
  line-height: 1.5;
}

.checkout-form {
  display: grid;
  gap: 12px;
}

.checkout-links {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.checkout-form input,
.checkout-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
  color: var(--white);
}

.checkout-form textarea {
  min-height: 110px;
  resize: vertical;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 25;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: rgba(4, 5, 8, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.lightbox-inner {
  width: min(980px, 100%);
  max-height: calc(100vh - 80px);
  background: var(--photo-surface);
  border: 1px solid var(--photo-frame);
  border-radius: 28px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-inner img {
  max-width: 100%;
  max-height: calc(100vh - 140px);
  object-fit: contain;
  display: block;
  filter: saturate(0.98) contrast(1.02);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: var(--white);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .hero-grid,
  .contact-grid,
  .thermo-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .category-grid,
  .benefit-grid,
  .reviews-grid,
  .audience-grid,
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-grid,
  .product-grid-group {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-intro-panels {
    grid-template-columns: 1fr;
  }

  .materials-grid,
  .order-grid,
  .sizes-notes {
    grid-template-columns: 1fr;
  }

  .sizes-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 220px 220px;
  }

  .branded-showcase-grid {
    grid-template-columns: 1fr 1fr;
  }

  .thermo-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .showcase-card-large,
  .gallery-tall,
  .gallery-wide {
    grid-column: auto;
    grid-row: auto;
  }

  .main-nav {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .header-row,
  .header-actions,
  .hero-actions,
  .hero-premium-strip,
  .catalog-shortcuts,
  .product-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-copy,
  .hero-panel,
  .category-card,
  .benefit-card,
  .contact-card {
    padding: 24px;
  }

  .hero-panel,
  .hero-mini-metrics,
  .category-grid,
  .benefit-grid,
  .reviews-grid,
  .audience-grid,
  .stats-grid,
  .product-grid,
  .product-grid-group,
  .catalog-intro-panels,
  .materials-grid,
  .order-grid,
  .sizes-grid,
  .sizes-notes,
  .gallery-grid,
  .branded-showcase-grid,
  .thermo-strip {
    grid-template-columns: 1fr;
  }

  .showcase-card,
  .showcase-card-large {
    aspect-ratio: 1 / 1;
  }

  .cart-button,
  .contact-pill {
    text-align: center;
  }

  .social-links-header {
    max-width: none;
  }

  .header-cta,
  .header-telegram {
    width: 100%;
  }

  .contact-phone {
    font-size: 1.6rem;
  }

  .catalog-group {
    padding: 20px;
  }

  .catalog-group-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
