:root {
  --ink: #173832;
  --deep: #173f35;
  --deep-2: #0f3028;
  --lime: #ff9a62;
  --sun: #ffd35a;
  --paper: #f7f7f2;
  --white: #fff;
  --muted: #63736e;
  --line: #d9e1dc;
  --shadow: 0 18px 60px rgba(20, 55, 47, 0.12);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
body.locked {
  overflow: hidden;
}
button,
input,
select,
textarea {
  font: inherit;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #b94724;
  outline-offset: 3px;
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 72px);
  background: rgba(244, 246, 240, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(25, 68, 58, 0.08);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--deep);
  text-decoration: none;
  font-size: 24px;
  font-weight: 850;
  letter-spacing: -0.04em;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: var(--deep);
  color: var(--lime);
  font-size: 18px;
}
.topbar nav {
  display: flex;
  gap: 26px;
}
.topbar nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 650;
  font-size: 15px;
}
.topbar nav a:hover {
  color: #3b6b5f;
}
.header-cta,
.primary,
.secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 760;
  border: 0;
  cursor: pointer;
}
.header-cta,
.primary {
  background: var(--deep);
  color: white;
}
.header-cta {
  gap: 8px;
}
.header-cta:hover,
.primary:hover {
  background: var(--deep-2);
}
.cart-count {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 99px;
  background: var(--lime);
  color: var(--deep);
  font-size: 12px;
}
.secondary {
  border: 1px solid var(--deep);
  color: var(--deep);
  background: transparent;
}
.secondary:hover {
  background: white;
}
main {
  overflow: hidden;
}
.hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 52px;
  align-items: center;
  min-height: 670px;
  padding: 68px clamp(20px, 7vw, 108px);
}
.eyebrow {
  margin: 0 0 14px;
  color: #50736b;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(44px, 6vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}
.hero h1 span,
.hero h1 em {
  font-style: normal;
}
.hero h1 em {
  color: #b94724;
}
.lead {
  max-width: 630px;
  margin: 28px 0;
  color: #536660;
  font-size: 20px;
  line-height: 1.55;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin: 30px 0;
}
.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: #59716a;
  font-size: 14px;
  font-weight: 650;
}
.hero-facts li:before {
  content: "✓";
  margin-right: 7px;
  color: var(--deep);
}
.hero-visual {
  position: relative;
  min-height: 500px;
  border-radius: 40px;
  background: linear-gradient(145deg, #ffd6bd 0%, var(--lime) 100%);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.hero-visual:after {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(25, 68, 58, 0.16);
  border-radius: 28px;
  pointer-events: none;
}
.hero-card {
  position: absolute;
  background-image: url("products-grid.webp");
  background-size: 300% 300%;
  background-repeat: no-repeat;
}
.hero-sofa {
  left: 2%;
  bottom: 4%;
  width: 69%;
  height: 58%;
  background-position: 0 0;
}
.hero-fridge {
  right: 1%;
  top: 1%;
  width: 38%;
  height: 42%;
  background-position: 0 50%;
}
.hero-washer {
  right: 0;
  bottom: 1%;
  width: 38%;
  height: 42%;
  background-position: 50% 50%;
}
.price-note {
  position: absolute;
  z-index: 2;
  left: 30px;
  top: 30px;
  padding: 17px 20px;
  border-radius: 18px;
  background: white;
  box-shadow: 0 12px 32px rgba(23, 56, 50, 0.15);
}
.price-note strong {
  display: block;
  font-size: 23px;
}
.price-note span {
  color: var(--muted);
  font-size: 13px;
}
.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0 clamp(20px, 7vw, 108px) 40px;
  overflow: hidden;
  border-radius: 24px;
  background: #d9e2dc;
  border: 1px solid #d9e2dc;
}
.trust-strip div {
  padding: 24px 28px;
  background: white;
}
.trust-strip strong,
.trust-strip span {
  display: block;
}
.trust-strip strong {
  font-size: 18px;
}
.trust-strip span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}
.value-hook {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  margin: 60px clamp(20px, 7vw, 108px) 90px;
  padding: 48px;
  border-radius: 32px;
  background: var(--deep);
  color: white;
}
.value-hook .eyebrow {
  color: var(--lime);
}
.value-hook h2 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.04;
  letter-spacing: -0.05em;
}
.value-hook-points {
  display: grid;
  align-content: center;
  gap: 1px;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.16);
}
.value-hook-points article {
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.08);
}
.value-hook-points strong,
.value-hook-points span {
  display: block;
}
.value-hook-points strong {
  margin-bottom: 5px;
  color: var(--lime);
  font-size: 17px;
}
.value-hook-points span {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.5;
}
.sets,
.catalog,
.conditions {
  padding: 90px clamp(20px, 7vw, 108px);
}
.sets {
  background: white;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
}
.section-head h2,
.steps h2,
.conditions h2,
.faq h2,
.service-note h2,
.final-cta h2,
.order-drawer h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.05em;
}
.section-head > p {
  max-width: 450px;
  margin: 0;
  color: var(--muted);
}
.catalog-intro {
  max-width: 760px;
  margin: -14px 0 34px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}
.set-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.set-card {
  display: flex;
  min-height: 420px;
  padding: 30px;
  border-radius: 28px;
  flex-direction: column;
}
.set-green {
  background: #deefd8;
}
.set-yellow {
  background: var(--sun);
}
.set-dark {
  background: var(--deep);
  color: white;
}
.featured {
  transform: translateY(-12px);
}
.set-label {
  align-self: flex-start;
  padding: 7px 10px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.set-dark .set-label {
  background: var(--lime);
  color: var(--deep);
}
.set-card h3 {
  margin: 24px 0 18px;
  font-size: 31px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.set-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.set-card li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(23, 56, 50, 0.14);
}
.set-card li:before {
  content: "✓";
  margin-right: 9px;
  font-weight: 900;
}
.set-dark li {
  border-color: rgba(255, 255, 255, 0.16);
}
.set-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 28px;
}
.set-bottom s {
  display: block;
  opacity: 0.55;
  font-size: 14px;
}
.set-bottom strong {
  display: block;
  font-size: 23px;
}
.set-bottom small {
  font-size: 13px;
  font-weight: 600;
}
.set-bottom button,
.filters button,
.product-foot button,
footer button {
  border: 0;
  cursor: pointer;
}
.set-bottom button {
  min-height: 44px;
  padding: 0 17px;
  border-radius: 13px;
  background: white;
  color: var(--deep);
  font-weight: 800;
}
.set-dark .set-bottom button {
  background: var(--lime);
}
.price-caption {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 14px;
}
.catalog {
  background: var(--paper);
}
.filters {
  display: flex;
  gap: 7px;
  padding: 5px;
  border-radius: 15px;
  background: white;
  border: 1px solid var(--line);
}
.filters button {
  padding: 9px 15px;
  border-radius: 10px;
  background: transparent;
  color: var(--muted);
  font-weight: 700;
}
.filters button.active {
  background: var(--deep);
  color: white;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.product {
  display: flex;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: var(--white);
  flex-direction: column;
  transition: 0.22s;
}
.product.hidden {
  display: none;
}
.product:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.product-image {
  display: block;
  width: 100%;
  height: 280px;
  background-color: #eef1f1;
  object-fit: cover;
}
.product-body {
  display: flex;
  flex: 1;
  padding: 24px;
  flex-direction: column;
}
.product-body > span {
  color: #50736b;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.product h3 {
  margin: 7px 0 9px;
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -0.035em;
}
.product p {
  min-height: 48px;
  margin: 0;
  color: var(--muted);
}
.stock-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 7px;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 800;
}
.stock-badge i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
}
.stock-good {
  color: #267044;
}
.stock-medium {
  color: #a66b00;
}
.stock-low,
.stock-none {
  color: #b44235;
}
.stock-neutral {
  color: #6b7a75;
}
.product-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 24px;
}
.product-foot strong {
  font-size: 21px;
}
.product-foot small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}
.product-foot button {
  min-height: 42px;
  padding: 0 15px;
  border-radius: 12px;
  background: #e9efe9;
  color: var(--deep);
  font-weight: 800;
}
.product-foot button.added {
  background: var(--deep);
  color: white;
}
.product-foot button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.catalog-disclaimer {
  max-width: 780px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.service-note {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  padding: 90px clamp(20px, 7vw, 108px);
  background: var(--lime);
}
.service-points p {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 22px;
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid rgba(23, 56, 50, 0.2);
}
.service-points p:first-child {
  padding-top: 0;
}
.service-points strong {
  font-size: 18px;
}
.service-points span {
  color: #47635b;
}
.steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  padding: 90px clamp(20px, 7vw, 108px);
  background: var(--deep);
  color: white;
}
.steps .eyebrow,
.final-cta .eyebrow {
  color: var(--lime);
}
.steps ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.steps li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 17px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.steps li:first-child {
  padding-top: 0;
}
.steps b {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--deep);
  font-size: 18px;
}
.steps span,
.steps strong {
  display: block;
}
.steps strong {
  font-size: 19px;
}
.steps span {
  jenscolor: #c2d2cc;
  color: #c2d2cc;
}
.conditions {
  background: white;
}
.condition-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.condition-grid article {
  padding: 26px;
  border-radius: 22px;
  background: var(--paper);
}
.condition-grid article > span {
  color: #709086;
  font-size: 13px;
  font-weight: 850;
}
.condition-grid h3 {
  margin: 34px 0 10px;
  font-size: 24px;
}
.condition-grid p {
  margin: 0;
  color: var(--muted);
}
.faq {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  padding: 90px clamp(20px, 7vw, 108px);
}
.faq > div > p:last-child {
  color: var(--muted);
}
.faq-list details {
  border-top: 1px solid #cfd9d3;
}
.faq-list details:last-child {
  border-bottom: 1px solid #cfd9d3;
}
.faq-list summary {
  position: relative;
  padding: 24px 44px 24px 0;
  cursor: pointer;
  font-size: 19px;
  font-weight: 760;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:after {
  content: "+";
  position: absolute;
  right: 5px;
  top: 20px;
  font-size: 26px;
  font-weight: 400;
}
.faq-list details[open] summary:after {
  content: "−";
}
.faq-list details p {
  margin: -8px 50px 24px 0;
  color: var(--muted);
}
.final-cta {
  padding: 90px 20px;
  text-align: center;
  background: var(--deep);
  color: white;
}
.final-cta p:not(.eyebrow) {
  max-width: 600px;
  margin: 20px auto 28px;
  color: #c2d2cc;
  font-size: 18px;
}
.primary.light {
  background: var(--lime);
  color: var(--deep);
}
.primary.light:hover {
  background: #f0fbad;
}
footer {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 50px;
  padding: 60px clamp(20px, 7vw, 108px) 30px;
  background: #0c2922;
  color: white;
}
.footer-brand {
  color: white;
}
.footer-brand .brand-mark {
  background: var(--lime);
  color: var(--deep);
}
footer p {
  color: #9db2ab;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-links a {
  color: #c7d5d0;
  text-decoration: none;
}
.footer-links .cookie-link {
  padding: 0;
  background: transparent;
  color: #c7d5d0;
  font: inherit;
  text-align: left;
}
footer button {
  padding: 11px 16px;
  border-radius: 12px;
  background: var(--lime);
  color: var(--deep);
  font-weight: 800;
}
.legal {
  grid-column: 1/-1;
  margin: 16px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 13px;
}
.operator-details {
  grid-column: 1/-1;
  margin: -8px 0 0;
  color: #9db2ab;
  font-size: 13px;
}
.drawer-backdrop {
  position: fixed;
  z-index: 80;
  inset: 0;
  background: rgba(7, 24, 20, 0.58);
  backdrop-filter: blur(4px);
}
.order-drawer {
  position: fixed;
  z-index: 90;
  right: 0;
  top: 0;
  width: min(590px, 100%);
  height: 100dvh;
  padding: 34px clamp(20px, 4vw, 48px);
  overflow-y: auto;
  background: white;
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.18);
  transform: translateX(105%);
  transition: transform 0.28s ease;
}
.order-drawer.open {
  transform: translateX(0);
}
.drawer-close {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--paper);
  color: var(--deep);
  cursor: pointer;
  font-size: 26px;
}
.order-drawer h2 {
  font-size: 42px;
}
.drawer-head > p:last-child {
  color: var(--muted);
}
.cart-empty {
  padding: 17px;
  border-radius: 14px;
  background: var(--paper);
  color: var(--muted);
}
.cart-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 18px 0;
}
.cart-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.cart-row span {
  font-weight: 700;
}
.cart-row strong {
  font-size: 14px;
}
.cart-row button {
  border: 0;
  background: transparent;
  color: #8b564b;
  cursor: pointer;
}
.estimate {
  margin: 20px 0;
  padding: 20px;
  border-radius: 17px;
  background: var(--deep);
  color: white;
}
.estimate span,
.estimate strong,
.estimate small {
  display: block;
}
.estimate strong {
  margin: 4px 0;
  font-size: 27px;
}
.estimate small {
  color: #c2d2cc;
}
form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 24px;
}
form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #3e5750;
  font-size: 14px;
  font-weight: 700;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #bdcbc4;
  border-radius: 12px;
  background: white;
  color: var(--ink);
}
textarea {
  resize: vertical;
}
.consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: start;
}
.consent input {
  width: 19px;
  min-height: 19px;
  margin-top: 2px;
}
.consent a {
  color: var(--deep);
}
.submit-button {
  min-height: 52px;
  border: 0;
  border-radius: 14px;
  background: var(--deep);
  color: white;
  font-weight: 850;
  cursor: pointer;
}
.submit-button:disabled {
  opacity: 0.55;
  cursor: wait;
}
.form-note,
.form-status {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.form-status.success {
  padding: 12px;
  border-radius: 10px;
  background: #e2f3df;
  color: #234c29;
}
.form-status.error {
  padding: 12px;
  border-radius: 10px;
  background: #f8e5df;
  color: #793e32;
}
.honeypot {
  position: absolute !important;
  left: -9999px !important;
}
.privacy {
  max-width: 880px;
  margin: auto;
  padding: 70px 24px;
}
.privacy h1 {
  font-size: clamp(38px, 6vw, 62px);
  line-height: 1;
  letter-spacing: -0.05em;
}
.privacy h2 {
  margin-top: 42px;
}
.privacy p,
.privacy li {
  color: #52655e;
  line-height: 1.65;
}
.privacy-back {
  display: inline-flex;
  margin-bottom: 25px;
  color: var(--deep);
  font-weight: 750;
  text-decoration: none;
}
.privacy a {
  color: var(--deep);
}
.legal-table-wrap {
  overflow-x: auto;
}
.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.legal-table th,
.legal-table td {
  min-width: 170px;
  padding: 14px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.legal-table th {
  background: #e9efe9;
  color: var(--deep);
}
.legal-button {
  min-height: 46px;
  padding: 0 17px;
  border: 0;
  border-radius: 12px;
  background: var(--deep);
  color: white;
  cursor: pointer;
  font-weight: 800;
}
.cookie-banner {
  position: fixed;
  z-index: 120;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: #0c2922;
  color: white;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
}
.cookie-banner strong {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}
.cookie-banner p {
  max-width: 650px;
  margin: 0;
  color: #c7d5d0;
  line-height: 1.45;
}
.cookie-banner a {
  color: white;
}
.cookie-actions {
  display: flex;
  flex-shrink: 0;
  gap: 8px;
}
.cookie-actions button {
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 12px;
  cursor: pointer;
  font-weight: 800;
}
.cookie-primary {
  border-color: var(--lime) !important;
  background: var(--lime);
  color: var(--deep);
}
.cookie-secondary {
  background: transparent;
  color: white;
}
@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .hero-visual {
    min-height: 490px;
  }
  .condition-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .set-card {
    min-height: 390px;
  }
  .topbar nav {
    gap: 15px;
  }
}
@media (max-width: 820px) {
  .topbar nav {
    display: none;
  }
  .hero {
    padding-top: 54px;
  }
  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .set-grid,
  .product-grid {
    grid-template-columns: 1fr 1fr;
  }
  .featured {
    transform: none;
  }
  .section-head {
    display: block;
  }
  .value-hook {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 36px;
  }
  .section-head > p,
  .filters {
    margin-top: 20px;
  }
  .service-note,
  .steps,
  .faq {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
  .legal {
    grid-column: 1/-1;
  }
}
@media (max-width: 560px) {
  .topbar {
    padding: 13px 18px;
  }
  .brand {
    font-size: 22px;
  }
  .header-cta {
    min-height: 42px;
    padding: 0 13px;
  }
  .hero {
    padding: 42px 20px 60px;
  }
  .hero h1 {
    font-size: 43px;
  }
  .lead {
    font-size: 18px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .hero-visual {
    min-height: 390px;
    border-radius: 30px;
  }
  .price-note {
    left: 22px;
    top: 22px;
  }
  .trust-strip {
    margin: 0 20px 20px;
  }
  .trust-strip div {
    padding: 19px 16px;
  }
  .value-hook {
    margin: 40px 20px 60px;
    padding: 30px 22px;
    border-radius: 26px;
  }
  .value-hook h2 {
    font-size: 34px;
  }
  .sets,
  .catalog,
  .conditions,
  .service-note,
  .steps,
  .faq {
    padding: 70px 20px;
  }
  .set-grid,
  .product-grid,
  .condition-grid {
    grid-template-columns: 1fr;
  }
  .product-image {
    height: 300px;
  }
  .filters {
    overflow-x: auto;
  }
  .service-points p {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .field-row {
    grid-template-columns: 1fr;
  }
  footer {
    grid-template-columns: 1fr;
    padding: 48px 20px 28px;
  }
  .footer-links {
    padding: 12px 0;
  }
  .legal {
    grid-column: auto;
  }
  .order-drawer {
    padding-top: 70px;
  }
  .order-drawer h2 {
    font-size: 36px;
  }
  .cookie-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
    align-items: stretch;
    padding: 17px;
    flex-direction: column;
  }
  .cookie-actions {
    display: grid;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .product,
  .order-drawer {
    transition: none;
  }
}

