:root {
  --gm-ink: #241714;
  --gm-ink-2: #3a2824;
  --gm-muted: #756763;
  --gm-soft: #fbf5ef;
  --gm-soft-2: #fffaf5;
  --gm-card: rgba(255,255,255,.82);
  --gm-border: rgba(94, 66, 56, .12);
  --gm-border-2: rgba(94, 66, 56, .18);
  --gm-orange: #f1663f;
  --gm-orange-2: #d94c2e;
  --gm-gold: #d6a557;
  --gm-cream: #fff7ed;
  --gm-green: #24735a;
  --gm-radius-xs: 12px;
  --gm-radius-sm: 16px;
  --gm-radius-md: 22px;
  --gm-radius-lg: 30px;
  --gm-radius-xl: 40px;
  --gm-shadow-sm: 0 10px 30px rgba(35, 23, 20, .06);
  --gm-shadow-md: 0 22px 60px rgba(35, 23, 20, .10);
  --gm-shadow-lg: 0 34px 90px rgba(35, 23, 20, .16);
  --gm-ease: .24s cubic-bezier(.2,.8,.2,1);
}

.gift-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px 18px 90px;
  color: var(--gm-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at 8% 2%, rgba(241,102,63,.10), transparent 26%),
    radial-gradient(circle at 96% 18%, rgba(214,165,87,.12), transparent 24%);
}

.gift-page,
.gift-page * { box-sizing: border-box; }

.gift-page h1,
.gift-page h2,
.gift-page h3 {
  margin: 0;
  color: var(--gm-ink);
  line-height: 1.08;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.gift-page h1 {
  max-width: 820px;
  font-size: clamp(44px, 6.4vw, 84px);
  font-weight: 900;
}

.gift-page h2 {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 900;
}

.gift-page h3 {
  font-size: 24px;
  font-weight: 850;
  letter-spacing: -.035em;
}

.gift-page p {
  margin: 0;
  color: var(--gm-muted);
  font-size: 17px;
  line-height: 1.68;
}

.gift-page img {
  display: block;
  max-width: 100%;
}

.gift-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(241,102,63,.16);
  border-radius: 999px;
  background: rgba(241,102,63,.08);
  color: var(--gm-orange-2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* buttons */
.gift-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -.015em;
  transition: transform var(--gm-ease), box-shadow var(--gm-ease), background var(--gm-ease), border-color var(--gm-ease), color var(--gm-ease);
  -webkit-tap-highlight-color: transparent;
}

.gift-btn:hover { transform: translateY(-2px); }

.gift-btn--primary {
  background: linear-gradient(135deg, var(--gm-orange) 0%, var(--gm-orange-2) 100%);
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(241,102,63,.28);
}

.gift-btn--primary:hover { box-shadow: 0 24px 48px rgba(241,102,63,.34); }

.gift-btn--secondary,
.gift-btn--light {
  background: rgba(255,255,255,.78);
  color: var(--gm-ink) !important;
  border-color: rgba(94,66,56,.13);
  box-shadow: 0 10px 26px rgba(35,23,20,.06);
  backdrop-filter: blur(12px);
}

.gift-btn--small {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--gm-ink);
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(36,23,20,.18);
}

.gift-btn--small:hover {
  background: var(--gm-orange);
  box-shadow: 0 16px 32px rgba(241,102,63,.24);
}

/* hero */
.gift-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  gap: 26px;
  min-height: 620px;
  padding: 38px;
  border: 1px solid rgba(94,66,56,.11);
  border-radius: 44px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92) 0%, rgba(255,247,237,.86) 100%);
  box-shadow: var(--gm-shadow-md);
}

.gift-hero:before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(circle at 8% 10%, rgba(241,102,63,.11), transparent 32%),
    radial-gradient(circle at 78% 24%, rgba(214,165,87,.18), transparent 30%),
    radial-gradient(circle at 92% 94%, rgba(36,115,90,.08), transparent 22%);
  pointer-events: none;
}

.gift-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.gift-hero__lead {
  max-width: 670px;
  font-size: 20px !important;
  line-height: 1.72 !important;
}

.gift-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gift-hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 740px;
  margin-top: 8px;
}

.gift-hero__metrics div {
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgba(94,66,56,.10);
  border-radius: 24px;
  background: rgba(255,255,255,.62);
  box-shadow: 0 10px 26px rgba(35,23,20,.04);
  backdrop-filter: blur(16px);
}

.gift-hero__metrics b {
  display: block;
  margin-bottom: 6px;
  color: var(--gm-ink);
  font-size: 19px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -.03em;
}

.gift-hero__metrics span {
  display: block;
  color: var(--gm-muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 650;
}

.gift-hero__visual {
  position: relative;
  z-index: 1;
  min-height: 520px;
  border-radius: 36px;
  overflow: hidden;
  background:
    radial-gradient(circle at 36% 18%, rgba(255,255,255,.95), transparent 24%),
    radial-gradient(circle at 76% 70%, rgba(241,102,63,.13), transparent 26%),
    linear-gradient(145deg, #311f1b 0%, #6f3c30 52%, #f2b26a 140%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 30px 90px rgba(35,23,20,.19);
}

.gift-hero__visual:before,
.gift-hero__visual:after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.gift-hero__visual:before {
  width: 310px;
  height: 310px;
  right: -120px;
  top: -80px;
  background: rgba(255,255,255,.16);
  filter: blur(2px);
}

.gift-hero__visual:after {
  width: 380px;
  height: 380px;
  left: -160px;
  bottom: -180px;
  background: rgba(255,236,214,.16);
}

.gift-showcase-card {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.42);
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(20px);
  box-shadow: 0 22px 56px rgba(35,23,20,.22);
  color: var(--gm-ink);
}

.gift-showcase-card--main {
  left: 50%;
  top: 50%;
  width: 260px;
  height: 260px;
  margin-left: -130px;
  margin-top: -122px;
  border-radius: 42px;
  transform: rotate(-5deg);
}

.gift-showcase-card--main:before,
.gift-showcase-card--main:after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, var(--gm-orange), var(--gm-orange-2));
  border-radius: 999px;
}

.gift-showcase-card--main:before {
  width: 32px;
  inset: 20px auto 20px 50%;
  margin-left: -16px;
}

.gift-showcase-card--main:after {
  height: 32px;
  left: 20px;
  right: 20px;
  top: 50%;
  margin-top: -16px;
}

.gift-showcase-card--main span,
.gift-showcase-card--main b {
  position: absolute;
  z-index: 2;
  left: 26px;
}

.gift-showcase-card--main span {
  top: 26px;
  color: var(--gm-orange-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gift-showcase-card--main b {
  bottom: 28px;
  max-width: 150px;
  font-size: 32px;
  line-height: .95;
  letter-spacing: -.04em;
}

.gift-showcase-card--small {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 86px;
  padding: 18px;
  border-radius: 26px;
  transform: rotate(6deg);
}

.gift-showcase-card--small b {
  font-size: 15px;
  letter-spacing: -.02em;
}

.gift-showcase-card--one { left: 34px; top: 58px; transform: rotate(-7deg); }
.gift-showcase-card--two { right: 34px; top: 130px; transform: rotate(8deg); }
.gift-showcase-card--three { left: 66px; bottom: 76px; transform: rotate(5deg); }

.gift-showcase-ribbon {
  position: absolute;
  right: -64px;
  bottom: 78px;
  z-index: 3;
  min-width: 320px;
  padding: 12px 22px;
  transform: rotate(-12deg);
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: var(--gm-orange-2);
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
  box-shadow: 0 18px 38px rgba(35,23,20,.18);
}

/* benefits */
.gift-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.gift-benefit {
  position: relative;
  min-height: 154px;
  padding: 22px;
  border: 1px solid rgba(94,66,56,.10);
  border-radius: 26px;
  background: rgba(255,255,255,.76);
  box-shadow: var(--gm-shadow-sm);
  backdrop-filter: blur(14px);
}

.gift-benefit span {
  display: block;
  margin-bottom: 24px;
  color: rgba(241,102,63,.9);
  font-size: 12px;
  font-weight: 900;
}

.gift-benefit b {
  display: block;
  margin-bottom: 8px;
  color: var(--gm-ink);
  font-size: 18px;
  line-height: 1.16;
  letter-spacing: -.03em;
}

.gift-benefit p {
  font-size: 14px;
  line-height: 1.55;
}

/* sections */
.gift-section {
  margin-top: 64px;
}

.gift-section__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
}

.gift-section__head p {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.65;
}

/* filters */
.gift-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
  padding: 8px;
  width: fit-content;
  border: 1px solid rgba(94,66,56,.10);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 30px rgba(35,23,20,.05);
  backdrop-filter: blur(14px);
}

.gift-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--gm-muted);
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
  transition: all var(--gm-ease);
}

.gift-filter:hover {
  color: var(--gm-ink);
  background: rgba(36,23,20,.05);
}

.gift-filter.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--gm-orange), var(--gm-orange-2));
  box-shadow: 0 12px 26px rgba(241,102,63,.24);
}

/* cards */
.gift-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.gift-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgba(94,66,56,.10);
  border-radius: 32px;
  background: rgba(255,255,255,.86);
  overflow: hidden;
  box-shadow: var(--gm-shadow-sm);
  cursor: pointer;
  transition: transform var(--gm-ease), box-shadow var(--gm-ease), border-color var(--gm-ease), background var(--gm-ease);
}

.gift-card:hover {
  transform: translateY(-8px);
  border-color: rgba(241,102,63,.22);
  box-shadow: var(--gm-shadow-lg);
}

.gift-card.is-selected {
  border-color: rgba(241,102,63,.46);
  box-shadow: 0 28px 80px rgba(241,102,63,.16);
}

.gift-card.is-selected:after {
  content: "Выбрано";
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--gm-orange-2);
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(35,23,20,.10);
  backdrop-filter: blur(12px);
}

.gift-card__image {
  position: relative;
  aspect-ratio: 1.38 / 1;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 18%, rgba(241,102,63,.14), transparent 24%),
    linear-gradient(135deg, #fff7ee 0%, #f6ebe1 100%);
}

.gift-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gift-card__image.is-placeholder img { opacity: 0; }

.gift-card__mockup {
  display: none;
}

.gift-card__image.is-placeholder .gift-card__mockup {
  position: absolute;
  inset: 0;
  display: block;
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.86), transparent 22%),
    linear-gradient(135deg, #fff8ef 0%, #f4e6d8 100%);
}

.gift-card__image.is-placeholder .gift-card__mockup span {
  position: absolute;
  display: block;
  border-radius: 24px;
  box-shadow: 0 20px 46px rgba(35,23,20,.13);
}

.gift-card__image.is-placeholder .gift-card__mockup span:nth-child(1) {
  width: 44%;
  height: 42%;
  left: 13%;
  top: 34%;
  background: linear-gradient(135deg, #cc2f3b 0%, #a61729 100%);
}

.gift-card__image.is-placeholder .gift-card__mockup span:nth-child(1):before,
.gift-card__image.is-placeholder .gift-card__mockup span:nth-child(1):after,
.gift-card__image.is-placeholder .gift-card__mockup span:nth-child(2):before,
.gift-card__image.is-placeholder .gift-card__mockup span:nth-child(2):after {
  content: "";
  position: absolute;
  background: #e8b04f;
}

.gift-card__image.is-placeholder .gift-card__mockup span:nth-child(1):before,
.gift-card__image.is-placeholder .gift-card__mockup span:nth-child(2):before {
  width: 13%;
  inset: 0 auto 0 43.5%;
}

.gift-card__image.is-placeholder .gift-card__mockup span:nth-child(1):after,
.gift-card__image.is-placeholder .gift-card__mockup span:nth-child(2):after {
  height: 13%;
  left: 0;
  right: 0;
  top: 43.5%;
}

.gift-card__image.is-placeholder .gift-card__mockup span:nth-child(2) {
  width: 38%;
  height: 37%;
  right: 12%;
  top: 28%;
  background: linear-gradient(135deg, #1f865e 0%, #116142 100%);
}

.gift-card__image.is-placeholder .gift-card__mockup span:nth-child(3) {
  width: 84px;
  height: 84px;
  left: 50%;
  top: 20%;
  margin-left: -42px;
  background: #6f3c30;
  border-radius: 50%;
  box-shadow: 0 18px 40px rgba(35,23,20,.18);
}

.gift-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
  padding: 22px;
}

.gift-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.gift-card__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(241,102,63,.07);
  color: #6b4033;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: -.01em;
}

.gift-card__body h3 {
  margin-top: 4px;
  font-size: 25px;
}

.gift-card__body > p {
  font-size: 15px;
  line-height: 1.62;
}

.gift-card__items {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gift-card__items li {
  position: relative;
  padding-left: 18px;
  color: var(--gm-muted);
  font-size: 14px;
  line-height: 1.5;
}

.gift-card__items li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--gm-orange);
}

.gift-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(94,66,56,.10);
}

.gift-card__price {
  display: grid;
  gap: 0;
  color: var(--gm-ink);
}

.gift-card__price span,
.gift-card__price small {
  color: var(--gm-muted);
  font-size: 12px;
  font-weight: 800;
}

.gift-card__price b {
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.045em;
}

/* calculator */
.gift-calc {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 24px;
  align-items: start;
}

.gift-calc__left,
.gift-calc__summary {
  border: 1px solid rgba(94,66,56,.10);
  border-radius: 34px;
  background: rgba(255,255,255,.86);
  box-shadow: var(--gm-shadow-md);
  backdrop-filter: blur(18px);
}

.gift-calc__left {
  padding: 32px;
}

.gift-calc__left > h2 { margin-top: 10px; }
.gift-calc__left > p { margin-top: 16px; margin-bottom: 24px; }

.gift-calc__summary {
  position: sticky;
  top: 18px;
  padding: 28px;
  overflow: hidden;
}

.gift-calc__summary:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: linear-gradient(90deg, var(--gm-orange), var(--gm-gold));
}

.gift-summary__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.gift-summary__head span {
  color: var(--gm-muted);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.gift-summary__head b {
  max-width: 190px;
  text-align: right;
  color: var(--gm-ink);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}

.gift-summary__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(94,66,56,.09);
}

.gift-summary__row span {
  color: var(--gm-muted);
  font-size: 14px;
  font-weight: 650;
}

.gift-summary__row b {
  text-align: right;
  color: var(--gm-ink);
  font-size: 15px;
  font-weight: 900;
}

.gift-summary__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(135deg, #2b1915 0%, #563026 100%);
  color: #fff;
  box-shadow: 0 20px 48px rgba(35,23,20,.20);
}

.gift-summary__total span {
  color: rgba(255,255,255,.74);
  font-size: 14px;
  font-weight: 850;
}

.gift-summary__total b {
  color: #fff;
  font-size: 34px;
  font-weight: 950;
  letter-spacing: -.05em;
}

.gift-calc__summary p {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.58;
}

/* mode */
.gift-mode {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.gift-mode__item {
  display: block;
  min-height: 104px;
  padding: 18px;
  border: 1px solid rgba(94,66,56,.10);
  border-radius: 24px;
  background: rgba(255,255,255,.72);
  cursor: pointer;
  transition: all var(--gm-ease);
}

.gift-mode__item input { display: none; }

.gift-mode__item:hover {
  transform: translateY(-2px);
  box-shadow: var(--gm-shadow-sm);
}

.gift-mode__item.is-active,
.gift-mode__item:has(input:checked) {
  border-color: rgba(241,102,63,.35);
  background: linear-gradient(135deg, rgba(255,246,239,.95), rgba(255,255,255,.90));
  box-shadow: 0 18px 44px rgba(241,102,63,.10);
}

.gift-mode__item span {
  display: grid;
  gap: 8px;
}

.gift-mode__item b {
  color: var(--gm-ink);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.gift-mode__item small {
  color: var(--gm-muted);
  font-size: 13px;
  line-height: 1.42;
  font-weight: 600;
}

.gift-selected {
  margin-bottom: 18px;
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(36,23,20,.05), rgba(241,102,63,.05));
  border: 1px solid rgba(94,66,56,.10);
}

.gift-selected span {
  display: block;
  margin-bottom: 6px;
  color: var(--gm-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gift-selected b {
  display: block;
  margin-bottom: 6px;
  color: var(--gm-ink);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.gift-selected small {
  display: block;
  color: var(--gm-muted);
  font-size: 13px;
  line-height: 1.5;
}

/* form */
.gift-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 14px;
}

.gift-form__row {
  margin-bottom: 16px;
}

.gift-form__row--wide { grid-column: 1 / -1; }

.gift-form__row label {
  display: block;
  margin-bottom: 8px;
  color: var(--gm-ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -.01em;
}

.gift-form__row small {
  display: block;
  margin-top: 8px;
  color: var(--gm-muted);
  font-size: 12px;
  line-height: 1.5;
}

.gift-form input[type="text"],
.gift-form input[type="tel"],
.gift-form input[type="email"],
.gift-form input[type="number"],
.gift-form select,
.gift-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(94,66,56,.13);
  border-radius: 16px;
  background: rgba(255,255,255,.82);
  color: var(--gm-ink);
  outline: none;
  font-size: 15px;
  font-weight: 650;
  transition: all var(--gm-ease);
}

.gift-form textarea {
  min-height: 128px;
  padding: 14px 16px;
  resize: vertical;
}

.gift-form input:focus,
.gift-form select:focus,
.gift-form textarea:focus {
  border-color: rgba(241,102,63,.42);
  background: #fff;
  box-shadow: 0 0 0 5px rgba(241,102,63,.10);
}

.gift-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 46px;
  background-image:
    linear-gradient(45deg, transparent 50%, #8a6255 50%),
    linear-gradient(135deg, #8a6255 50%, transparent 50%);
  background-position:
    calc(100% - 21px) calc(50% - 3px),
    calc(100% - 15px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.gift-addons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.gift-addon { display: block; }

.gift-addon input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gift-addon span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 62px;
  padding: 12px 14px;
  border: 1px solid rgba(94,66,56,.10);
  border-radius: 18px;
  background: rgba(255,255,255,.76);
  color: var(--gm-ink);
  cursor: pointer;
  transition: all var(--gm-ease);
}

.gift-addon span em {
  font-style: normal;
  color: var(--gm-ink);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 750;
}

.gift-addon span b {
  flex-shrink: 0;
  color: var(--gm-orange-2);
  font-size: 13px;
  font-weight: 950;
}

.gift-addon input:checked + span {
  border-color: rgba(241,102,63,.34);
  background: linear-gradient(135deg, rgba(255,246,239,.95), #fff);
  box-shadow: 0 14px 34px rgba(241,102,63,.10);
}

.gift-form__message {
  display: none;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 800;
}

.gift-form__message.is-success,
.gift-form__message.is-error { display: block; }

.gift-form__message.is-success {
  color: var(--gm-green);
  background: rgba(36,115,90,.08);
  border: 1px solid rgba(36,115,90,.18);
}

.gift-form__message.is-error {
  color: var(--gm-orange-2);
  background: rgba(241,102,63,.08);
  border: 1px solid rgba(241,102,63,.16);
}

.gift-hp {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* steps */
.gift-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gift-steps__grid div {
  min-height: 170px;
  padding: 22px;
  border: 1px solid rgba(94,66,56,.10);
  border-radius: 26px;
  background: rgba(255,255,255,.80);
  box-shadow: var(--gm-shadow-sm);
}

.gift-steps__grid b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gm-orange), var(--gm-orange-2));
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(241,102,63,.20);
}

.gift-steps__grid span {
  display: block;
  color: var(--gm-muted);
  font-size: 15px;
  line-height: 1.58;
  font-weight: 650;
}

/* faq */
.gift-faq details {
  border: 1px solid rgba(94,66,56,.10);
  border-radius: 24px;
  background: rgba(255,255,255,.84);
  box-shadow: var(--gm-shadow-sm);
  overflow: hidden;
}

.gift-faq details + details { margin-top: 12px; }

.gift-faq summary {
  position: relative;
  padding: 20px 58px 20px 22px;
  list-style: none;
  cursor: pointer;
  color: var(--gm-ink);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 900;
}

.gift-faq summary::-webkit-details-marker { display: none; }

.gift-faq summary:after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  border-radius: 50%;
  background: rgba(241,102,63,.09);
  color: var(--gm-orange-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
}

.gift-faq details[open] summary:after { content: "–"; }

.gift-faq p {
  padding: 0 22px 20px;
  font-size: 15px;
}

@media (max-width: 1160px) {
  .gift-hero,
  .gift-calc { grid-template-columns: 1fr; }
  .gift-hero { min-height: auto; }
  .gift-hero__visual { min-height: 420px; }
  .gift-benefits,
  .gift-steps__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gift-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gift-calc__summary { position: static; }
}

@media (max-width: 760px) {
  .gift-page { padding: 18px 12px 64px; }
  .gift-page h1 { font-size: clamp(38px, 12vw, 56px); }
  .gift-hero { padding: 22px; border-radius: 30px; }
  .gift-hero__metrics,
  .gift-benefits,
  .gift-grid,
  .gift-mode,
  .gift-form__grid,
  .gift-addons,
  .gift-steps__grid { grid-template-columns: 1fr; }
  .gift-hero__visual { min-height: 320px; border-radius: 26px; }
  .gift-showcase-card--main { width: 210px; height: 210px; margin-left: -105px; margin-top: -100px; }
  .gift-showcase-card--main b { font-size: 27px; }
  .gift-showcase-card--small { min-width: 112px; min-height: 70px; }
  .gift-showcase-card--one { left: 16px; top: 42px; }
  .gift-showcase-card--two { right: 14px; top: 92px; }
  .gift-showcase-card--three { left: 24px; bottom: 42px; }
  .gift-showcase-ribbon { display: none; }
  .gift-filters { width: 100%; border-radius: 24px; }
  .gift-filter { flex: 1 1 auto; }
  .gift-calc__left,
  .gift-calc__summary { padding: 22px; border-radius: 28px; }
  .gift-card__bottom { flex-direction: column; align-items: stretch; }
  .gift-card .gift-btn { width: 100%; }
  .gift-btn { width: 100%; }
  .gift-summary__total { flex-direction: column; align-items: flex-start; }
}

/* ==============================
   SweetMarket gifts v5 polish
   Исправления: типографика, цена, блоки калькулятора, доп. вложения
   ============================== */

.gift-page h1,
.gift-page h2,
.gift-page h3 {
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
}

.gift-page h1 {
  max-width: 760px;
  font-size: clamp(40px, 5.3vw, 72px) !important;
}

.gift-page h2 {
  font-size: clamp(30px, 3.6vw, 48px) !important;
}

.gift-hero {
  min-height: 560px;
}

.gift-hero__content {
  gap: 20px;
}

.gift-hero__lead {
  max-width: 620px;
}

.gift-hero__visual {
  min-height: 480px;
}

/* Cards: price no longer breaks into three lines */
.gift-card__body {
  gap: 14px;
}

.gift-card__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.gift-card__price {
  display: flex !important;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 5px;
  min-width: 0;
  color: var(--gm-orange-2);
  white-space: nowrap;
}

.gift-card__price span,
.gift-card__price small {
  color: var(--gm-muted);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.gift-card__price b {
  color: var(--gm-orange-2);
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.gift-card .gift-btn--small {
  min-width: 118px;
  min-height: 42px;
  padding: 0 16px;
  background: linear-gradient(135deg, var(--gm-orange), var(--gm-orange-2));
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(241,102,63,.22);
}

.gift-card .gift-btn--small:hover {
  background: linear-gradient(135deg, #ff704c, var(--gm-orange-2));
}

/* Calculator layout: visual grouping */
.gift-form {
  display: grid;
  gap: 16px;
}

.gift-form-block {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(94,66,56,.10);
  border-radius: 24px;
  background: rgba(255,255,255,.58);
  box-shadow: 0 10px 30px rgba(35,23,20,.04);
}

.gift-form-block--params {
  background: linear-gradient(135deg, rgba(255,248,241,.86), rgba(255,255,255,.72));
}

.gift-form-block__head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.gift-form-block__head > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(241,102,63,.10);
  color: var(--gm-orange-2);
  font-size: 12px;
  font-weight: 950;
}

.gift-form-block__head b {
  display: block;
  margin-bottom: 4px;
  color: var(--gm-ink);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -.025em;
}

.gift-form-block__head small {
  display: block;
  color: var(--gm-muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.gift-mode {
  margin-bottom: 0 !important;
}

.gift-mode__item {
  min-height: 88px;
  padding: 16px;
}

.gift-selected--compact,
.gift-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(36,23,20,.04);
}

.gift-selected--compact span,
.gift-selected span {
  margin: 0;
  color: var(--gm-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.gift-selected--compact b,
.gift-selected b {
  margin: 0;
  color: var(--gm-ink);
  text-align: right;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 950;
}

.gift-selected small {
  display: none !important;
}

.gift-form__grid--params {
  align-items: start;
}

.gift-form__row {
  margin-bottom: 14px;
}

.gift-form-block .gift-form__row:last-child {
  margin-bottom: 0;
}

/* Addons are collapsed by default */
.gift-addons-switch {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  user-select: none;
}

.gift-addons-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gift-addons-switch:before {
  content: "";
  width: 44px;
  height: 26px;
  border-radius: 999px;
  background: rgba(94,66,56,.14);
  box-shadow: inset 0 0 0 1px rgba(94,66,56,.08);
  transition: all var(--gm-ease);
}

.gift-addons-switch:after {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(35,23,20,.16);
  transition: all var(--gm-ease);
}

.gift-addons-switch:has(input:checked):before {
  background: linear-gradient(135deg, var(--gm-orange), var(--gm-orange-2));
}

.gift-addons-switch:has(input:checked):after {
  transform: translateX(18px);
}

.gift-addons-switch span {
  display: grid;
  gap: 4px;
}

.gift-addons-switch b {
  color: var(--gm-ink);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 950;
}

.gift-addons-switch small {
  color: var(--gm-muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 650;
}

.gift-addons-switch em {
  justify-self: end;
  min-width: 86px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(241,102,63,.08);
  color: var(--gm-orange-2);
  text-align: center;
  font-style: normal;
  font-size: 12px;
  font-weight: 950;
}

.gift-addons-panel {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(94,66,56,.09);
}

.gift-addons-panel[hidden] {
  display: none !important;
}

.gift-addons {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Contacts block should feel separate, but not heavy */
.gift-form-block--contacts {
  background: rgba(255,255,255,.74);
}

.gift-form__submit {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 2px;
}

.gift-form__submit .gift-btn {
  min-width: 230px;
}

.gift-form__submit .gift-form__message {
  flex: 1 1 280px;
  margin-top: 0;
}

/* Summary: less crowded */
.gift-calc__summary {
  padding: 30px;
}

.gift-summary__head {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(94,66,56,.09);
}

.gift-summary__row {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto;
  gap: 16px;
  padding: 18px 0;
}

.gift-summary__row b {
  min-width: 88px;
}

.gift-summary__total {
  margin-top: 20px;
  padding: 22px;
}

.gift-summary__total b {
  font-size: 32px;
}

@media (max-width: 1160px) {
  .gift-page h1 {
    max-width: 680px;
    font-size: clamp(40px, 7vw, 64px) !important;
  }
}

@media (max-width: 760px) {
  .gift-page h1 {
    font-size: clamp(36px, 11vw, 52px) !important;
    line-height: 1.08 !important;
  }

  .gift-card__bottom {
    grid-template-columns: 1fr;
  }

  .gift-card__price {
    justify-content: center;
  }

  .gift-selected--compact,
  .gift-selected {
    align-items: flex-start;
    flex-direction: column;
  }

  .gift-selected--compact b,
  .gift-selected b {
    text-align: left;
  }

  .gift-addons-switch {
    grid-template-columns: auto 1fr;
  }

  .gift-addons-switch em {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .gift-form__submit .gift-btn {
    width: 100%;
    min-width: 0;
  }
}

.gift-addons-switch.is-checked:before {
  background: linear-gradient(135deg, var(--gm-orange), var(--gm-orange-2));
}

.gift-addons-switch.is-checked:after {
  transform: translateX(18px);
}


/* === SweetMarket gifts v6 hotfix: real hero photo + safe typography === */
.gift-page h1,
.gift-page h2,
.gift-page h3 {
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.gift-page h1 {
  max-width: 760px;
}

.gift-hero__visual--photo {
  position: relative;
  min-height: 620px;
  border-radius: 34px;
  overflow: hidden;
  background: #f7efe8;
  border: 1px solid rgba(120, 74, 56, 0.10);
  box-shadow: 0 26px 70px rgba(72, 42, 31, 0.16);
}

.gift-hero__visual--photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.02) 0%,
      rgba(255,255,255,0) 48%,
      rgba(55,31,24,0.10) 100%
    );
}

.gift-hero__visual--photo::after {
  display: none !important;
  content: none !important;
}

.gift-hero__visual--photo picture,
.gift-hero__visual--photo img {
  display: block;
  width: 100%;
  height: 100%;
}

.gift-hero__visual--photo img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center center;
}

.gift-hero__visual--photo .gift-showcase-card,
.gift-hero__visual--photo .gift-showcase-ribbon {
  display: none !important;
}

@media (max-width: 1200px) {
  .gift-hero__visual--photo {
    min-height: 520px;
  }
}

@media (max-width: 768px) {
  .gift-hero__visual--photo {
    min-height: 420px;
    border-radius: 26px;
  }

  .gift-hero__visual--photo img {
    object-position: center center;
  }
}

@media (max-width: 520px) {
  .gift-hero__visual--photo {
    min-height: 340px;
  }
}


/* Minor structural helpers */
.gift-form-block--mode,
.gift-form-block--addons,
.gift-form-block--contacts {
  background: rgba(255,255,255,.72);
}

.gift-custom-budget {
  padding: 14px;
  border-radius: 18px;
  background: rgba(241,102,63,.055);
  border: 1px solid rgba(241,102,63,.12);
}

.gift-steps {
  background: transparent;
}

/* B2B landing additions */
.gift-season-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--gm-brown);
  font-weight: 850;
  text-decoration: none;
}

.gift-season-link span {
  transition: transform .2s ease;
}

.gift-season-link:hover span {
  transform: translateX(4px);
}

.gift-catalog-export {
  margin-top: 18px;
  padding: 11px 16px;
  border: 1px solid rgba(94,66,56,.18);
  border-radius: 999px;
  background: #fff;
  color: var(--gm-brown);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.gift-catalog-export:hover {
  transform: translateY(-2px);
  border-color: rgba(241,102,63,.38);
  box-shadow: 0 10px 24px rgba(72,42,31,.09);
}

.gift-page--new-year .gift-hero {
  background: linear-gradient(145deg, #fffaf3 0%, #f6eee4 58%, #edf4eb 100%);
}

/* Mobile layout: keep every corporate-gifts block inside the viewport. */
@media (max-width: 760px) {
  .gift-page { width: 100%; max-width: 100%; padding: 12px 10px 56px; overflow: hidden; }
  .gift-page h1 { max-width: 100%; font-size: clamp(30px, 8.8vw, 38px) !important; line-height: 1.06 !important; letter-spacing: -.045em !important; overflow-wrap: anywhere; text-wrap: pretty; }
  .gift-page h2 { max-width: 100%; font-size: clamp(27px, 8vw, 34px) !important; overflow-wrap: anywhere; }
  .gift-page h3, .gift-page p, .gift-page b, .gift-page small, .gift-page span { overflow-wrap: anywhere; }
  .gift-hero { gap: 20px; padding: 18px 16px; border-radius: 24px; }
  .gift-hero__content { min-width: 0; gap: 16px; }
  .gift-kicker { width: 100%; min-height: 32px; padding: 7px 10px; justify-content: center; text-align: center; line-height: 1.35; }
  .gift-hero__lead, .gift-section__head p { font-size: 16px !important; line-height: 1.55 !important; }
  .gift-hero__actions { display: grid; grid-template-columns: 1fr; width: 100%; gap: 10px; }
  .gift-btn, .gift-hero__actions .gift-btn { width: 100%; max-width: 100%; min-width: 0; min-height: 50px; padding: 0 14px; white-space: normal; text-align: center; }
  .gift-season-link { max-width: 100%; line-height: 1.45; }
  .gift-hero__metrics { width: 100%; }
  .gift-hero__metrics div { min-height: 0; padding: 15px 16px; border-radius: 18px; }
  .gift-hero__visual--photo { min-height: 290px; border-radius: 20px; }
  .gift-benefits { gap: 10px; margin-top: 12px; }
  .gift-benefit, .gift-steps__grid div { min-height: 0; padding: 18px; border-radius: 20px; }
  .gift-benefit span, .gift-steps__grid b { margin-bottom: 12px; }
  .gift-section { margin-top: 44px; }
  .gift-section__head { margin-bottom: 18px; }
  .gift-filters { flex-wrap: nowrap; width: 100%; max-width: 100%; margin-bottom: 18px; overflow-x: auto; border-radius: 18px; scrollbar-width: none; }
  .gift-filters::-webkit-scrollbar { display: none; }
  .gift-filter { flex: 0 0 auto; white-space: nowrap; }
  .gift-card, .gift-card__body, .gift-calc, .gift-calc__left, .gift-calc__summary, .gift-form, .gift-form-block, .gift-form__row { min-width: 0; max-width: 100%; }
  .gift-calc__left, .gift-calc__summary { padding: 18px 14px; border-radius: 22px; }
  .gift-form-block { padding: 15px 13px; border-radius: 20px; }
  .gift-form-block__head { gap: 10px; }
  .gift-form-block__head > span { flex-basis: 32px; width: 32px; height: 32px; }
  .gift-mode__item { min-height: 0; padding: 14px; border-radius: 18px; }
  .gift-addons-switch { position: relative; grid-template-columns: 44px minmax(0, 1fr); align-items: start; gap: 12px; }
  .gift-addons-switch:before { grid-column: 1; grid-row: 1; margin-top: 2px; }
  .gift-addons-switch:after { left: 3px; top: 5px; margin-top: 0; }
  .gift-addons-switch span { grid-column: 2; grid-row: 1; min-width: 0; }
  .gift-addons-switch em { grid-column: 1 / -1; width: 100%; min-width: 0; margin-top: 2px; padding: 12px; }
  .gift-addon span { align-items: flex-start; flex-direction: column; }
  .gift-summary__head, .gift-summary__row, .gift-summary__total { min-width: 0; }
  .gift-faq summary { padding: 17px 50px 17px 16px; }
  .gift-faq p { padding: 0 16px 17px; }
}

@media (max-width: 360px) {
  .gift-page h1 { font-size: 29px !important; }
  .gift-hero { padding: 16px 13px; }
  .gift-hero__visual--photo { min-height: 250px; }
}

.gift-hero__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.gift-hero__contacts a {
  color: var(--gm-ink);
  font-size: 14px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(241,102,63,.42);
  text-underline-offset: 4px;
}

.gift-form-more {
  margin-top: 14px;
  border: 1px solid rgba(94,66,56,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.62);
}

.gift-form-more summary {
  padding: 16px 18px;
  color: var(--gm-ink);
  font-weight: 900;
  cursor: pointer;
}

.gift-form-more summary span {
  margin-left: 6px;
  color: var(--gm-muted);
  font-size: 12px;
  font-weight: 700;
}

.gift-form-more .gift-form__grid {
  padding: 0 18px 18px;
}

.gift-form__submit > small {
  display: block;
  margin-top: 10px;
  color: var(--gm-muted);
  line-height: 1.45;
}

.gift-mobile-cta { display: none; }

/* Clear radio-card choice for the calculation mode. */
.gift-mode__item {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 104px;
  padding: 18px 56px 18px 18px;
  border: 2px solid rgba(94,66,56,.16);
  background: #fff;
  box-shadow: none;
}

.gift-mode__item:hover {
  border-color: rgba(241,102,63,.55);
}

.gift-mode__item:focus-within {
  outline: 3px solid rgba(241,102,63,.22);
  outline-offset: 3px;
}

.gift-mode__item.is-active,
.gift-mode__item:has(input:checked) {
  border-color: var(--gm-orange);
  background: linear-gradient(135deg, rgba(255,235,223,.98), #fff 78%);
  box-shadow: 0 12px 28px rgba(241,102,63,.14);
}

.gift-mode__item.is-active:after,
.gift-mode__item:has(input:checked):after {
  content: "Выбрано";
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--gm-orange);
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.gift-mode__item .gift-mode__indicator {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid rgba(94,66,56,.32);
  border-radius: 50%;
  background: #fff;
}

.gift-mode__item.is-active .gift-mode__indicator,
.gift-mode__item:has(input:checked) .gift-mode__indicator {
  border-color: var(--gm-orange);
  background: var(--gm-orange);
}

.gift-mode__item.is-active .gift-mode__indicator:after,
.gift-mode__item:has(input:checked) .gift-mode__indicator:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.gift-mode__item .gift-mode__copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.gift-mode__item .gift-mode__copy b {
  font-size: 18px;
  line-height: 1.2;
}

.gift-mode__item .gift-mode__copy small {
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 760px) {
  .gift-page { padding-bottom: 118px; }
  .gift-hero__contacts { display: grid; grid-template-columns: 1fr; }
  .gift-hero__contacts a { padding: 8px 0; text-align: center; }
  .gift-hero__visual--photo { min-height: 230px; }
  .gift-form-more summary { padding: 15px 14px; }
  .gift-form-more .gift-form__grid { padding: 0 14px 14px; }
  .gift-mode__item {
    min-height: 112px;
    padding: 18px 15px;
    border-radius: 20px;
  }
  .gift-mode__item.is-active:after,
  .gift-mode__item:has(input:checked):after {
    display: none;
  }
  .gift-mode__item .gift-mode__copy b { font-size: 17px; }
  .gift-mode__item .gift-mode__copy small { font-size: 13px; }
  .gift-mobile-cta {
    position: fixed;
    z-index: 1000;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--gm-orange), var(--gm-orange-2));
    color: #fff;
    font-weight: 950;
    text-decoration: none;
    box-shadow: 0 16px 38px rgba(113,45,30,.32);
  }
}

@media print {
  body * { visibility: hidden !important; }
  .gift-page, .gift-page * { visibility: visible !important; }
  .gift-page { position: absolute; inset: 0; padding: 0; }
  .gift-hero__actions, .gift-hero__contacts, .gift-mobile-cta, .gift-season-link, .gift-filters, .gift-catalog-export,
  .gift-calc, .gift-steps, .gift-faq, .gift-btn { display: none !important; }
  .gift-hero { min-height: auto; grid-template-columns: 1fr; padding: 20px; box-shadow: none; }
  .gift-hero__visual { display: none !important; }
  .gift-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gift-card { break-inside: avoid; box-shadow: none; }
}
