:root {
  --green: #2D4430;
  --green-dark: #223523;
  --orange: #EA7A2A;
  --orange-hover: #D4691E;
  --cream: #F7F3EE;
  --paper: #FFFFFF;
  --text: #22281F;
  --text-muted: #6B6F63;
  --line: #E7E1D6;
  --font-display: 'Russo One', Arial, sans-serif;
  --font-body: 'Montserrat', Arial, sans-serif;
  --container: 1200px;
  --radius: 10px;
  --radius-lg: 18px;
}

[hidden] { display: none !important; }

* { box-sizing: border-box; }
html, body { margin: 0; background: var(--cream); color: var(--text); font-family: var(--font-body); overflow-x: hidden; scroll-behavior: smooth; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }

.section { padding: 88px 24px; }
.section__inner { width: 100%; max-width: var(--container); margin: 0 auto; }
.section__title {
  font-family: var(--font-display); text-transform: uppercase; color: var(--green);
  font-size: clamp(24px, 3.4vw, 34px); line-height: 1.2; margin: 0 0 28px; font-weight: 400;
}
.section__title--center { text-align: center; }
.section__title--onDark { color: #fff; }
.accent-text { color: var(--orange); }

.badge {
  display: inline-block; background: var(--orange); color: #fff; font-size: 13px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .04em; padding: 8px 16px; border-radius: 100px; margin-bottom: 18px;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 16px 30px; border-radius: 8px; font-family: var(--font-body); font-weight: 700;
  text-transform: uppercase; letter-spacing: .02em; font-size: 14px; border: 2px solid transparent;
  cursor: pointer; transition: all .18s ease;
}
.btn--primary { background: var(--green); color: #fff; border-color: var(--green); }
.btn--primary:hover { background: var(--green-dark); border-color: var(--green-dark); }
.btn--outline { background: transparent; color: var(--green); border-color: var(--green); }
.btn--outline:hover { background: var(--green); color: #fff; }
.btn--lg { padding: 18px 36px; font-size: 15px; }
.btn--sm { padding: 10px 18px; font-size: 12.5px; }
.btn:disabled { opacity: .5; cursor: not-allowed; }

/* ---- header ---- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247,243,238,.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.site-header__inner { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 14px 24px; }
.site-header__brand img { height: 46px; width: auto; }
.site-header__nav { display: flex; justify-content: center; gap: 26px; flex-wrap: wrap; }
.site-header__nav a { font-size: 13.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; color: var(--green); }
.site-header__nav a:hover { color: var(--orange); }
.site-header__actions { display: flex; align-items: center; gap: 14px; }
.site-header__cta { padding: 12px 22px; font-size: 12.5px; }
.site-header__cart-btn {
  position: relative; background: none; border: none; font-size: 20px; cursor: pointer;
  width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
}
.site-header__cart-count {
  position: absolute; top: 0; right: 0; background: var(--orange); color: #fff; font-size: 10.5px;
  font-weight: 700; width: 17px; height: 17px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.site-header__burger { display: none; width: 40px; height: 40px; border-radius: 8px; background: var(--green); border: none; color: #fff; font-size: 18px; cursor: pointer; align-items: center; justify-content: center; }
@media (max-width: 900px) {
  .site-header__inner { grid-template-columns: auto auto; justify-content: space-between; }
  .site-header__actions { gap: 10px; }
  .site-header__nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--cream); flex-direction: column; padding: 16px 24px; border-top: 1px solid var(--line); gap: 14px; }
  .site-header.nav-open .site-header__nav { display: flex; }
  .site-header__burger { display: flex; }
  .site-header__cta { display: none; }
}

/* ---- hero ---- */
.hero { padding-top: 64px; padding-bottom: 64px; }
.hero__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.hero__title { font-family: var(--font-display); color: var(--green); font-weight: 400; font-size: clamp(32px, 4.2vw, 46px); text-transform: uppercase; line-height: 1.18; margin: 0 0 20px; }
.hero__subtitle { color: var(--text-muted); font-size: 16.5px; line-height: 1.6; margin: 0 0 28px; max-width: 460px; }
.hero__perks { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 34px; }
.hero-perk { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 13px; font-weight: 600; color: var(--green); max-width: 110px; }
.hero-perk__icon { font-size: 24px; line-height: 1; object-fit: contain; display: block; }
.hero__art img { width: 100%; }
@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; gap: 36px; }
  .hero__art { order: -1; }
}

/* ---- process ---- */
.process__row { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; flex-wrap: wrap; }
.process-step { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; flex: 1; min-width: 150px; }
.process-step__icon { display: flex; align-items: center; justify-content: center; min-height: 64px; }
.process-step__icon-inner { object-fit: contain; display: block; font-size: 32px; }
.process-step__caption { display: flex; align-items: center; justify-content: center; gap: 12px; max-width: 190px; }
.process-step__num {
  flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%; background: var(--orange); color: #fff;
  font-family: var(--font-display); font-weight: 400; font-size: 19px; display: flex; align-items: center; justify-content: center;
}
.process-step__text { font-size: 14px; color: var(--text-muted); margin: 0; text-align: left; }
.process-step__arrow { height: 64px; display: flex; align-items: center; color: var(--orange); font-size: 22px; flex-shrink: 0; }
@media (max-width: 800px) {
  .process__row { flex-direction: column; align-items: center; }
  .process-step__arrow { transform: rotate(90deg); height: auto; }
}

/* ---- pricing ---- */
.pricing__inner { display: grid; grid-template-columns: 380px 1fr; gap: 56px; align-items: center; }
.pricing__art img { width: 100%; }
.pricing-table-wrap { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--paper); }
.pricing-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.pricing-table thead th {
  background: var(--green); color: #fff; text-align: left; font-weight: 700; text-transform: uppercase;
  font-size: 12px; letter-spacing: .02em; padding: 13px 18px;
}
.pricing-table thead th:last-child { background: var(--orange); }
.pricing-table tbody td { padding: 12px 18px; border-bottom: 1px solid var(--line); }
.pricing-table tbody tr:last-child td { border-bottom: none; }
.pricing-table tbody tr:nth-child(even) { background: var(--cream); }
.pricing-table__size { font-weight: 700; color: var(--green); }
.pricing-table__old { color: var(--text-muted); text-decoration: line-through; }
.pricing-table__new { color: var(--orange); font-weight: 700; }
.pricing__note { color: var(--text-muted); font-size: 13px; margin-top: 14px; }
@media (max-width: 900px) {
  .pricing__inner { grid-template-columns: 1fr; }
  .pricing__art { max-width: 320px; margin: 0 auto; }
  .pricing-table { font-size: 13px; }
  .pricing-table thead th, .pricing-table tbody td { padding: 10px 10px; }
}

/* ---- benefits ---- */
.benefits { background: var(--green); }
.benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.benefit-card { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; color: #fff; }
.benefit-card__icon { display: inline-flex; align-items: center; justify-content: center; }
.benefit-card__icon-inner { font-size: 28px; object-fit: contain; display: block; }
img.benefit-card__icon-inner { filter: brightness(0) invert(1); }
.benefit-card__title { font-size: 14.5px; font-weight: 600; max-width: 180px; }
@media (max-width: 800px) { .benefits__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .benefits__grid { grid-template-columns: 1fr; } }

/* ---- reviews ---- */
.reviews__slider-wrap { position: relative; display: flex; align-items: center; gap: 10px; }
.reviews__grid { display: flex; align-items: stretch; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 4px 4px 12px; flex: 1; }
.reviews__grid::-webkit-scrollbar { height: 6px; }
.reviews__grid::-webkit-scrollbar-thumb { background: var(--line); border-radius: 100px; }
.review-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 22px; scroll-snap-align: start; flex: 0 0 calc((100% - 44px) / 3); min-width: 260px;
  box-shadow: 0 10px 30px -18px rgba(45,68,48,.2);
}
.review-card__rating { color: var(--orange); font-size: 14px; margin-bottom: 10px; letter-spacing: 1px; }
.review-card__body { display: flex; gap: 14px; align-items: flex-start; }
.review-card__photo { width: 64px; height: 64px; border-radius: 12px; object-fit: cover; flex-shrink: 0; }
.review-card__name { font-weight: 700; color: var(--green); margin: 0 0 4px; }
.review-card__text { font-size: 13.5px; line-height: 1.5; color: var(--text-muted); margin: 0; }
.reviews__arrow {
  flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line);
  background: var(--paper); color: var(--green); font-size: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.reviews__arrow:hover { border-color: var(--orange); color: var(--orange); }
@media (max-width: 900px) { .review-card { flex-basis: calc(100% - 24px); } }

/* =====================================================================
   CUSTOMIZER -- two separate stages (edit vs interior) / cart
   ===================================================================== */
.customizer { background: var(--paper); }
.customizer__layout { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: start; }

.customizer__stage-col { position: sticky; top: 96px; }

.customizer__mode-toggle {
  display: inline-flex; background: var(--cream); border: 1px solid var(--line); border-radius: 100px;
  padding: 4px; gap: 4px; margin-bottom: 16px;
}
.customizer__mode-btn {
  border: none; background: transparent; padding: 9px 18px; border-radius: 100px; font-size: 13px;
  font-weight: 700; color: var(--text-muted); cursor: pointer; transition: all .15s ease;
}
.customizer__mode-btn.active { background: var(--green); color: #fff; }

/* ---- edit mode: pure "contain" fit, ignores physical cm on purpose ---- */
.customizer__edit-stage {
  position: relative; width: 100%; min-height: 390px; border-radius: var(--radius-lg);
  background: var(--cream); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
@media (min-width: 640px) { .customizer__edit-stage { min-height: 520px; } }
.customizer__edit-frame {
  position: relative; background: #fff; border-radius: 4px;
  box-shadow: 0 4px 24px rgba(34,40,31,.12); display: flex; align-items: center; justify-content: center;
  min-width: 220px; min-height: 220px;
}
@media (min-width: 640px) { .customizer__edit-frame { min-width: 280px; min-height: 280px; } }

.customizer__fullscreen-btn {
  display: none; margin-top: 12px; width: 100%; padding: 11px; border-radius: 8px; border: 1px solid var(--line);
  background: var(--paper); color: var(--green); font-size: 13px; font-weight: 700; cursor: pointer;
}
@media (max-width: 900px) { .customizer__fullscreen-btn { display: block; } }

.customizer__photo-layer { position: absolute; inset: 0; overflow: hidden; touch-action: none; cursor: grab; border-radius: 4px; }
.customizer__photo-layer:active { cursor: grabbing; }
.customizer__photo-layer img { position: absolute; top: 0; left: 0; max-width: none; user-select: none; pointer-events: none; }

.customizer__frame-placeholder {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-size: 34px; opacity: .25; pointer-events: none;
}

/* ---- interior mode: physically proportional wall preview ---- */
.customizer__wall {
  position: relative; width: 100%; aspect-ratio: 3 / 2; border-radius: var(--radius-lg);
  overflow: hidden; background-size: cover; background-position: center; background-color: var(--cream);
  border: 1px solid var(--line);
}
.customizer__wall-frame {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  background: #fff; box-shadow: 0 20px 45px -12px rgba(0,0,0,.4); overflow: hidden;
}
.customizer__wall-frame img { position: absolute; top: 0; left: 0; max-width: none; user-select: none; pointer-events: none; }
.customizer__interior-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; }
.customizer__size-caption { font-family: var(--font-display); font-weight: 400; color: var(--green); font-size: 16px; }
.customizer__lightbox-btn {
  border: 1px solid var(--green); background: transparent; color: var(--green); border-radius: 8px;
  padding: 8px 16px; font-size: 12.5px; font-weight: 700; cursor: pointer;
}
.customizer__lightbox-btn:hover { background: var(--green); color: #fff; }

.customizer__upload-cta {
  margin-top: 16px; border: 2px dashed #cfc6b3; border-radius: 10px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  cursor: pointer; text-align: center; padding: 22px 16px; color: var(--green); font-weight: 700;
  font-size: 14px; background: var(--cream);
}
.customizer__upload-cta:hover { border-color: var(--orange); color: var(--orange); }
.customizer__upload-icon { font-size: 30px; }
.customizer__upload-cta small { display: block; font-weight: 400; color: var(--text-muted); font-size: 11.5px; margin-top: 2px; }

.customizer__stage-tools { display: flex; align-items: center; gap: 18px; margin-top: 16px; flex-wrap: wrap; }
.customizer__change-photo {
  cursor: pointer; font-size: 13px; font-weight: 700; color: var(--green); text-decoration: underline; text-underline-offset: 3px;
}
.customizer__reset-crop {
  border: none; background: none; padding: 0; cursor: pointer; font-size: 13px; font-weight: 700;
  color: var(--text-muted); text-decoration: underline; text-underline-offset: 3px;
}
.customizer__reset-crop:hover { color: var(--orange); }
.customizer__zoom-row { display: flex; align-items: center; gap: 10px; flex: 1; min-width: 160px; }
.customizer__zoom-row input[type="range"] { flex: 1; accent-color: var(--orange); }
.customizer__drag-hint { font-size: 12.5px; color: var(--text-muted); margin: 12px 0 0; }
.customizer__error { margin-top: 10px; background: #fbe9e0; color: #a8451f; padding: 10px 14px; border-radius: 8px; font-size: 13px; }

.customizer__subtitle { color: var(--text-muted); font-size: 15px; line-height: 1.55; margin: -10px 0 24px; }
.customizer__field { margin-bottom: 20px; }
.customizer__label { display: block; font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; color: var(--green); margin-bottom: 8px; }
.customizer__select {
  width: 100%; padding: 14px 16px; border-radius: 8px; border: 1px solid var(--line); background: var(--cream);
  font-family: inherit; font-size: 14.5px; color: var(--text); cursor: pointer;
}
.customizer__price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 22px; }
.customizer__price-old { text-decoration: line-through; color: var(--text-muted); font-size: 15px; }
.customizer__price-new { font-family: var(--font-display); color: var(--orange); font-size: 26px; font-weight: 400; }
.customizer__add-btn { width: 100%; margin-bottom: 30px; }

.customizer__cart { border-top: 1px solid var(--line); padding-top: 24px; }
.customizer__cart-header { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.customizer__cart-header h3 { font-family: var(--font-display); font-weight: 400; font-size: 17px; color: var(--green); text-transform: uppercase; margin: 0; }
.customizer__cart-count { background: var(--orange); color: #fff; font-size: 12px; font-weight: 700; min-width: 22px; height: 22px; border-radius: 100px; display: inline-flex; align-items: center; justify-content: center; padding: 0 6px; }
.customizer__cart-empty { color: var(--text-muted); font-size: 13.5px; padding: 6px 0 4px; }
.customizer__cart-items { display: flex; flex-direction: column; gap: 12px; margin-bottom: 4px; }
.customizer__add-another { width: 100%; margin: 18px 0; }
.customizer__cart-total {
  display: flex; justify-content: space-between; align-items: baseline; padding: 16px 0; margin-top: 4px;
  border-top: 1px dashed var(--line); font-family: var(--font-display); font-size: 18px; color: var(--green); text-transform: uppercase;
}
.customizer__checkout-btn { width: 100%; }

.cart-item { display: flex; align-items: center; gap: 12px; background: var(--cream); border-radius: 10px; padding: 10px; }
.cart-item__thumb { width: 56px; height: 56px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.cart-item__body { flex: 1; min-width: 0; }
.cart-item__size { font-weight: 700; color: var(--green); font-size: 13.5px; }
.cart-item__price { color: var(--orange); font-weight: 700; font-size: 13px; }
.cart-item__actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.cart-item__edit { background: none; border: none; color: var(--green); font-size: 12px; font-weight: 700; text-decoration: underline; cursor: pointer; padding: 0; }
.cart-item__remove { background: none; border: none; color: var(--text-muted); font-size: 15px; cursor: pointer; width: 26px; height: 26px; border-radius: 50%; }
.cart-item__remove:hover { background: #fbe9e0; color: #a8451f; }

@media (max-width: 980px) {
  .customizer__layout { grid-template-columns: 1fr; }
  .customizer__stage-col { position: static; }
}

/* ---- fullscreen editor (mobile) ---- */
.customizer-fullscreen-overlay {
  position: fixed; inset: 0; height: 100dvh; z-index: 300; background: var(--cream);
  display: flex; flex-direction: column;
}
.customizer-fullscreen-header {
  flex-shrink: 0; display: flex; align-items: center; justify-content: space-between; padding: 14px 18px;
  border-bottom: 1px solid var(--line); font-weight: 700; color: var(--green);
}
.customizer-fullscreen-close {
  width: 32px; height: 32px; border-radius: 50%; border: none; background: var(--paper); color: var(--text-muted);
  font-size: 15px; cursor: pointer;
}
.customizer-fullscreen-mount { flex: 1; min-height: 0; display: flex; align-items: center; justify-content: center; padding: 16px; }
.customizer-fullscreen-mount .customizer__edit-frame { position: relative; }
.customizer-fullscreen-controls { flex-shrink: 0; padding: 14px 18px 20px; border-top: 1px solid var(--line); background: var(--paper); }
.customizer-fullscreen-actions { display: flex; gap: 10px; margin-top: 12px; }
.customizer-fullscreen-actions .btn { flex: 1; }

/* ---- lightbox ("Роздивитися") ---- */
.customizer-lightbox-overlay {
  position: fixed; inset: 0; background: rgba(34,40,31,.65); z-index: 300; display: flex;
  align-items: center; justify-content: center; padding: 24px;
}
.customizer-lightbox-modal { position: relative; width: 100%; max-width: 720px; }
.customizer-lightbox-close {
  position: absolute; top: -46px; right: 0; width: 36px; height: 36px; border-radius: 50%; border: none;
  background: var(--paper); color: var(--text-muted); font-size: 16px; cursor: pointer;
}
.customizer-lightbox-wall {
  position: relative; width: 100%; aspect-ratio: 3 / 2; border-radius: var(--radius-lg); overflow: hidden;
  background-size: cover; background-position: center; background-color: var(--cream);
}
.customizer-lightbox-frame {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  background: #fff; box-shadow: 0 20px 45px -12px rgba(0,0,0,.4); overflow: hidden;
}
.customizer-lightbox-frame img { position: absolute; top: 0; left: 0; max-width: none; }
.customizer-lightbox-caption {
  text-align: center; margin-top: 14px; font-family: var(--font-display); font-weight: 400;
  color: #fff; font-size: 17px;
}

/* ---- checkout modal ---- */
.checkout-overlay { position: fixed; inset: 0; background: rgba(34,40,31,.55); z-index: 200; display: flex; align-items: center; justify-content: center; padding: 20px; }
.checkout-modal { position: relative; background: var(--paper); border-radius: var(--radius-lg); padding: 32px; width: 100%; max-width: 520px; max-height: 92vh; overflow-y: auto; }
.checkout-modal__close { position: absolute; top: 18px; right: 18px; background: var(--cream); border: none; width: 34px; height: 34px; border-radius: 50%; font-size: 15px; cursor: pointer; color: var(--text-muted); }
.checkout-modal__title { font-family: var(--font-display); font-weight: 400; color: var(--green); text-transform: uppercase; font-size: 22px; margin: 0 0 20px; }

.checkout-summary { background: var(--cream); border-radius: 12px; padding: 14px 16px; margin-bottom: 22px; }
.checkout-summary__row { display: flex; align-items: center; gap: 12px; padding: 8px 0; font-size: 13.5px; }
.checkout-summary__row img { width: 40px; height: 40px; border-radius: 8px; object-fit: cover; }
.checkout-summary__row span:nth-child(2) { flex: 1; color: var(--text-muted); }
.checkout-summary__price { font-weight: 700; color: var(--orange); }
.checkout-summary__total { display: flex; justify-content: space-between; font-weight: 700; color: var(--green); padding-top: 10px; margin-top: 6px; border-top: 1px dashed var(--line); text-transform: uppercase; font-size: 13.5px; }

.checkout-form { display: flex; flex-direction: column; gap: 16px; }
.checkout-field label { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; color: var(--green); margin-bottom: 7px; }
.checkout-optional { color: var(--text-muted); font-weight: 400; text-transform: none; }
.checkout-input, .checkout-textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; font-family: inherit;
  font-size: 14px; background: var(--cream); color: var(--text);
}
.checkout-input:focus, .checkout-textarea:focus { outline: none; border-color: var(--orange); }
.checkout-textarea { resize: vertical; }
.checkout-radio-row { display: flex; gap: 20px; flex-wrap: wrap; }
.checkout-radio { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; cursor: pointer; }
.checkout-radio input { accent-color: var(--orange); width: 17px; height: 17px; }

.checkout-payment-note {
  display: flex; flex-direction: column; gap: 2px; background: var(--green); color: #fff; border-radius: 10px;
  padding: 14px 16px; text-align: center;
}
.checkout-payment-note strong { font-size: 13px; letter-spacing: .03em; }
.checkout-payment-note span { font-size: 12.5px; opacity: .85; }

.checkout-error { background: #fbe9e0; color: #a8451f; padding: 10px 14px; border-radius: 8px; font-size: 13px; }
.checkout-submit { width: 100%; }

.checkout-thanks { text-align: center; padding: 20px 8px; }
.checkout-thanks__icon { font-size: 42px; margin-bottom: 14px; }
.checkout-thanks h2 { font-family: var(--font-display); font-weight: 400; color: var(--green); text-transform: uppercase; margin: 0 0 12px; }
.checkout-thanks p { color: var(--text-muted); line-height: 1.6; margin: 0 0 10px; }
.checkout-thanks__number { font-weight: 700; color: var(--orange); }
.checkout-thanks--dev .checkout-thanks__icon { filter: grayscale(1); }
.checkout-thanks .btn { margin-top: 10px; }

/* ---- footer ---- */
.contacts { background: var(--green); }
.site-footer { padding: 56px 24px 24px; color: #fff; }
.site-footer__inner { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.site-footer__brand img { height: 40px; width: auto; margin-bottom: 14px; }
.site-footer__brand p { color: rgba(255,255,255,.7); font-size: 13.5px; line-height: 1.6; max-width: 280px; margin: 0; }
.site-footer__col-title { font-family: var(--font-display); font-weight: 400; font-size: 14px; text-transform: uppercase; margin-bottom: 14px; color: var(--orange); }
.site-footer__menu { display: flex; flex-direction: column; gap: 10px; }
.site-footer__menu a, .site-footer__contact { color: rgba(255,255,255,.8); font-size: 13.5px; }
.site-footer__menu a:hover, .site-footer__contact a:hover { color: var(--orange); }
.site-footer__contact { margin-bottom: 10px; }
.site-footer__bottom {
  max-width: var(--container); margin: 40px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12px; color: rgba(255,255,255,.6);
}
.site-footer__legal { display: flex; gap: 18px; flex-wrap: wrap; }
.site-footer__legal a:hover { color: var(--orange); }
@media (max-width: 800px) { .site-footer__inner { grid-template-columns: 1fr; } }
