:root {
  --v3-bg: #f4f1e8;
  --v3-paper: #fffdf7;
  --v3-mist: #e4e7dc;
  --v3-ink: #17231d;
  --v3-green: #28473a;
  --v3-green-2: #526f5f;
  --v3-olive: #8b9270;
  --v3-clay: #9b7654;
  --v3-line: rgba(23, 35, 29, .16);
  --v3-muted: #596861;
  --v3-ease: cubic-bezier(.23, 1, .32, 1);
  --v3-drawer: cubic-bezier(.32, .72, 0, 1);
}

* { min-width: 0; }

body {
  background:
    radial-gradient(circle at 86% 6%, rgba(139, 146, 112, .22), transparent 26rem),
    radial-gradient(circle at 9% 34%, rgba(40, 71, 58, .11), transparent 31rem),
    linear-gradient(180deg, #f6f3ea 0%, var(--v3-bg) 42%, #efeee6 100%);
  color: var(--v3-ink);
  font-family: Manrope, Arial, sans-serif;
  overflow-x: hidden;
}

body::before {
  opacity: .026;
  background-image: radial-gradient(circle, var(--v3-ink) 0 1px, transparent 1px);
  background-size: 5px 5px;
}

body::after {
  content: "";
  position: fixed;
  inset: auto 0 0;
  height: 34vh;
  pointer-events: none;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(40, 71, 58, .08));
}

.topline {
  height: 32px;
  background: var(--v3-green);
  color: #f6f4eb;
  letter-spacing: .04em;
  text-transform: none;
  font-size: 12px;
}

.header {
  top: 14px;
  width: min(1370px, calc(100% - 32px));
  height: 72px;
  margin: 14px auto 0;
  padding: 0 14px 0 18px;
  grid-template-columns: auto 1fr auto auto;
  gap: clamp(14px, 2.2vw, 30px);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 12px;
  background: rgba(255, 253, 247, .84);
  box-shadow: 0 18px 50px rgba(40, 58, 48, .1);
  backdrop-filter: blur(18px);
}

.brand {
  font-size: 20px;
  letter-spacing: -.04em;
}

.brand > span:last-child > span { color: var(--v3-clay); }

.brand-mark {
  width: 42px;
  height: 48px;
}

.nav {
  justify-content: center;
  gap: clamp(14px, 2vw, 26px);
}

.nav a {
  color: #30433a;
  font-size: 13px;
  transition: color 170ms var(--v3-ease), transform 170ms var(--v3-ease);
}

.nav a:hover {
  color: var(--v3-clay);
}

.header-contact span {
  color: var(--v3-muted);
}

.header-contact a {
  color: var(--v3-green);
  font-variant-numeric: tabular-nums;
}

.button,
.messenger-link,
.card-link,
.scenario-card button,
.round-button,
.slider-arrow {
  transition-property: transform, background-color, color, border-color, box-shadow, opacity;
  transition-duration: 180ms;
  transition-timing-function: var(--v3-ease);
}

.button {
  min-height: 50px;
  border-radius: 9px;
  background: var(--v3-green);
  color: #fffdf7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16);
}

.button:hover {
  background: #1e372d;
  color: #fff;
}

.button:active,
.messenger-link:active,
.card-link:active,
.scenario-card button:active,
.round-button:active,
.slider-arrow:active {
  transform: scale(.98);
}

.button-secondary {
  background: rgba(255, 253, 247, .9);
  color: var(--v3-green);
  border: 1px solid rgba(40, 71, 58, .2);
}

.button-secondary:hover {
  background: var(--v3-mist);
  color: var(--v3-ink);
}

.hero {
  width: min(1450px, calc(100% - 32px));
  min-height: min(760px, calc(100dvh - 122px));
  margin: 26px auto 0;
  padding: clamp(24px, 4vw, 54px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .78fr);
  gap: clamp(28px, 5vw, 78px);
  overflow: visible;
  border: 1px solid rgba(40, 71, 58, .12);
  border-radius: 16px;
  background:
    linear-gradient(112deg, rgba(255, 253, 247, .94), rgba(255, 253, 247, .62) 62%, rgba(228, 231, 220, .78)),
    radial-gradient(circle at 84% 12%, rgba(155, 118, 84, .16), transparent 28rem);
  box-shadow: 0 30px 80px rgba(40, 58, 48, .1);
}

.hero-copy {
  padding: clamp(22px, 3vw, 44px) 0 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--v3-green);
  font-size: 14px;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
}

.eyebrow i {
  width: 32px;
  height: 2px;
  margin: 0;
  border-radius: 0;
  background: var(--v3-clay);
}

.hero h1 {
  max-width: 1040px;
  margin: 20px 0 22px;
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(48px, 5.4vw, 78px);
  line-height: .94;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.hero-copy > p {
  max-width: 660px;
  color: #405149;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.62;
}

.hero-actions {
  gap: 12px;
  margin-top: 30px;
}

.messenger-link {
  border-radius: 9px;
  border-color: rgba(40, 71, 58, .2);
  background: rgba(255, 253, 247, .72);
  color: var(--v3-green);
}

.messenger-link:hover {
  background: var(--v3-green);
  color: #fff;
}

.service-proof {
  grid-template-columns: 1.15fr .9fr 1.2fr;
  gap: 0;
  max-width: 790px;
  margin-top: clamp(28px, 4.8vw, 54px);
  border-top: 1px solid var(--v3-line);
}

.service-proof div {
  min-height: 118px;
  padding: 22px 22px 18px 0;
  border-top: 0;
  border-right: 1px solid var(--v3-line);
  background: transparent;
}

.service-proof div + div {
  padding-left: 22px;
}

.service-proof div:last-child { border-right: 0; }

.service-proof b {
  font-size: 18px;
  color: var(--v3-green);
}

.service-proof span {
  max-width: 170px;
  color: var(--v3-muted);
}

.hero-visual {
  min-height: clamp(430px, 52vh, 590px);
  align-self: stretch;
  border-radius: 14px;
  overflow: hidden;
  background: #c7cec2;
  box-shadow: none;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 10px;
  pointer-events: none;
}

.hero-photo {
  transform: scale(1.02);
  filter: saturate(.98) contrast(1.04);
}

.photo-note {
  left: 22px;
  top: 22px;
  border-radius: 8px;
  background: rgba(255, 253, 247, .9);
  color: var(--v3-green);
  backdrop-filter: blur(10px);
}

.quality-badge {
  left: 22px;
  right: 22px;
  bottom: 22px;
  width: auto;
  border-radius: 10px;
  background: rgba(23, 35, 29, .92);
}

.quality-badge > span {
  background: var(--v3-olive);
  color: #fff;
}

.hero-tag {
  right: 22px;
  top: 92px;
  width: 142px;
  height: auto;
  min-height: 112px;
  padding: 16px;
  border-radius: 10px;
  background: rgba(244, 241, 232, .92);
  color: var(--v3-green);
  transform: rotate(1deg);
  place-items: end start;
  text-align: left;
  box-shadow: 0 14px 40px rgba(23, 35, 29, .16);
}

.local-trust {
  width: min(1320px, calc(100% - 32px));
  margin: 28px auto 0;
  padding: 0;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 12px;
}

.local-trust div {
  padding: 24px;
  border: 1px solid var(--v3-line);
  border-radius: 12px;
  background: rgba(255, 253, 247, .72);
}

.local-trust span,
.scenario-lead span,
.guarantee-panel > span,
.section-heading span,
.price-intro > span,
.about-copy > span {
  color: var(--v3-clay);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.local-trust b {
  display: block;
  margin-top: 10px;
  color: var(--v3-green);
  font-size: 19px;
  letter-spacing: -.025em;
}

.local-trust p {
  margin: 9px 0 0;
  color: var(--v3-muted);
  line-height: 1.55;
}

.ticker {
  margin: clamp(52px, 8vw, 104px) 0 0;
  padding: 18px 0;
  background: var(--v3-green);
  color: #fffdf7;
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.ticker i { color: #d7c4a6; }

.scenario-board {
  width: min(1320px, calc(100% - 32px));
  margin: clamp(78px, 10vw, 140px) auto 0;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 14px;
}

.scenario-lead {
  padding: clamp(28px, 4vw, 46px);
  border-radius: 14px;
  background: var(--v3-green);
  color: #fffdf7;
}

.scenario-lead span { color: #dbc9aa; }

.scenario-lead h2 {
  margin: 18px 0 20px;
  font-size: clamp(34px, 4.1vw, 62px);
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.scenario-lead p {
  margin: 0;
  color: #d9e0d8;
  line-height: 1.7;
}

.scenario-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  grid-auto-rows: minmax(210px, auto);
  grid-auto-flow: dense;
  gap: 14px;
}

.scenario-card {
  position: relative;
  min-height: 220px;
  padding: 24px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--v3-paper);
  border: 1px solid rgba(40, 71, 58, .11);
  transition: transform 180ms var(--v3-ease), box-shadow 180ms var(--v3-ease);
}

.scenario-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(40, 71, 58, .09));
}

.scenario-home { grid-row: span 2; background: linear-gradient(180deg, #fffdf7, #e9ecdf); }
.scenario-balcony { background: #dfe4d9; }
.scenario-door { background: #ede6d8; }
.scenario-pets { grid-column: span 2; background: #f7f2e7; }

.scenario-card b {
  position: relative;
  display: block;
  color: var(--v3-green);
  font-size: clamp(23px, 2.2vw, 34px);
  line-height: 1;
  letter-spacing: -.04em;
}

.scenario-card span {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  color: var(--v3-clay);
  font-weight: 800;
}

.scenario-card p {
  position: relative;
  max-width: 310px;
  margin: 22px 0 58px;
  color: var(--v3-muted);
  line-height: 1.6;
}

.scenario-card button {
  position: absolute;
  left: 24px;
  bottom: 22px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(40, 71, 58, .2);
  border-radius: 8px;
  background: rgba(255, 253, 247, .82);
  color: var(--v3-green);
  font-weight: 800;
  cursor: pointer;
}

.scenario-card button:hover {
  background: var(--v3-green);
  color: #fff;
}

.section {
  width: min(1320px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(86px, 11vw, 152px) 0 0;
}

.section-heading {
  display: block;
  max-width: 930px;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.section-heading h2,
.price-intro h2,
.about-copy h2,
.cta h2,
.modal h2 {
  margin: 14px 0 0;
  color: var(--v3-ink);
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(36px, 4.7vw, 70px);
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.section-heading p {
  width: auto;
  max-width: 650px;
  margin-top: 18px;
  color: var(--v3-muted);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  border: 0;
}

.product-card {
  min-height: 560px;
  height: 100%;
  padding: 16px;
  border: 1px solid rgba(40, 71, 58, .12);
  border-radius: 14px;
  background: rgba(255, 253, 247, .86);
  box-shadow: none;
  display: flex;
  flex-direction: column;
}

.product-card-frame,
.product-card-custom {
  grid-column: auto;
}

.product-card-plisse {
  grid-row: auto;
}

.product-card:hover {
  box-shadow: none;
}

.product-card.reveal-pending {
  transform: translateY(18px);
  transition: opacity 520ms var(--v3-ease), transform 520ms var(--v3-ease), box-shadow 180ms var(--v3-ease);
}

.product-card.reveal-pending.is-visible { transform: translateY(0); }

.product-media {
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 0 0 20px;
  border-radius: 11px;
  background: #c9d0c3;
  position: relative;
  overflow: hidden;
}

.product-card-plisse .product-media,
.product-card-frame .product-media,
.product-card-custom .product-media {
  height: auto;
  aspect-ratio: 16 / 9;
}

.product-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-media::after {
  background: linear-gradient(180deg, transparent 58%, rgba(23, 35, 29, .42));
}

.product-media > span {
  left: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-radius: 7px;
  background: rgba(255, 253, 247, .9);
  color: var(--v3-green);
  font-size: 11px;
  line-height: 1;
}

.product-num {
  position: static;
  display: inline-flex;
  width: max-content;
  margin-bottom: 9px;
  padding: 6px 9px;
  border-radius: 7px;
  background: #efe7d9;
  color: var(--v3-clay) !important;
  font-size: 12px;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
}

.product-card h3 {
  margin: 0 0 10px;
  color: var(--v3-green);
  font-size: clamp(24px, 1.8vw, 30px);
}

.product-card p {
  min-height: auto;
  max-width: none;
  margin: 0;
  color: var(--v3-muted);
  font-size: 15px;
  line-height: 1.58;
}

.product-points {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.product-points li {
  position: relative;
  padding-left: 18px;
  color: #43544c;
  font-size: 13px;
  line-height: 1.4;
}

.product-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--v3-olive);
}

.product-bottom {
  margin-top: auto;
  padding-top: 20px;
  border-top-color: rgba(40, 71, 58, .14);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px;
}

.price {
  color: var(--v3-ink);
  font-size: 24px;
}

.card-link {
  border: 0;
  border-radius: 8px;
  background: var(--v3-mist);
  padding: 11px 13px;
  color: var(--v3-green);
}

.card-link:hover {
  background: var(--v3-green);
  color: #fff;
}

.slider-arrow {
  border-color: rgba(255, 255, 255, .76);
  background: rgba(23, 35, 29, .78);
}

.slider-arrow:hover {
  background: var(--v3-clay);
}

.fabrics {
  width: 100%;
  max-width: none;
  margin-top: clamp(96px, 13vw, 170px);
  padding: clamp(86px, 11vw, 142px) max(16px, calc((100vw - 1320px) / 2));
  background:
    radial-gradient(circle at 84% 8%, rgba(139, 146, 112, .25), transparent 27rem),
    #22352c;
}

.fabrics .section-heading {
  width: min(1320px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.section-heading.light h2 { color: #fffdf7; }
.section-heading.light span { color: #d7c4a6; }
.section-heading.light p { color: #c7d2c9; }

.fabric-list {
  width: min(1320px, calc(100% - 32px));
  margin: 0 auto;
  border-top-color: rgba(255, 255, 255, .16);
}

.fabric {
  grid-template-columns: 100px 1.1fr .9fr 48px;
  padding: 28px 18px;
}

.fabric span {
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(23px, 3vw, 42px);
  letter-spacing: -.045em;
}

.fabric:hover,
.fabric.active,
.fabric-item.is-open .fabric {
  background: #e4e7dc;
  color: var(--v3-ink);
}

.fabric-detail {
  background: #e4e7dc;
}

.fabric-detail-inner {
  padding: 8px 32px 36px 118px;
}

.process .section-heading {
  max-width: 780px;
}

.steps {
  display: grid;
  grid-template-columns: .9fr 1.1fr .9fr 1.1fr;
  gap: 14px;
  border: 0;
}

.steps article {
  min-height: 330px;
  padding: 26px;
  border: 1px solid rgba(40, 71, 58, .13);
  border-radius: 14px;
  background: rgba(255, 253, 247, .74);
}

.steps article:nth-child(even) {
  transform: translateY(34px);
  background: var(--v3-mist);
}

.steps article > b {
  color: var(--v3-clay);
  font-size: 13px;
  text-transform: none;
}

.step-icon {
  width: 58px;
  height: 58px;
  border-color: rgba(40, 71, 58, .26);
  border-radius: 12px;
  color: var(--v3-green);
}

.steps h3 {
  font-family: Manrope, Arial, sans-serif;
  color: var(--v3-green);
  font-size: 24px;
  letter-spacing: -.035em;
}

.works {
  width: 100%;
  max-width: none;
  margin-top: clamp(110px, 14vw, 180px);
  padding: clamp(86px, 11vw, 142px) max(16px, calc((100vw - 1320px) / 2));
  background: #e8e7dd;
}

.works .section-heading,
.work-filters,
.works-grid,
.works-footer {
  width: min(1320px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.work-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.work-filters button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(40, 71, 58, .14);
  border-radius: 8px;
  background: rgba(255, 253, 247, .72);
  color: var(--v3-green);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms var(--v3-ease), background-color 160ms var(--v3-ease), color 160ms var(--v3-ease), border-color 160ms var(--v3-ease);
}

.work-filters button.is-active {
  border-color: var(--v3-green);
  background: var(--v3-green);
  color: #fffdf7;
}

.work-filters button:focus-visible {
  outline: 3px solid rgba(139, 146, 112, .34);
  outline-offset: 2px;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 16px;
}

.work-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: auto;
  margin: 0;
  border: 1px solid rgba(40, 71, 58, .12);
  border-radius: 14px;
  background: rgba(255, 253, 247, .82);
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 180ms var(--v3-ease), transform 180ms var(--v3-ease), box-shadow 180ms var(--v3-ease);
}

.work-card.is-hiding {
  opacity: 0;
  transform: translateY(8px);
}

.work-card[hidden] {
  display: none;
}

.work-card.work-tall,
.work-card.work-wide {
  grid-row: auto;
  grid-column: auto;
}

.work-card::after {
  content: none;
}

.work-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.02);
}

.work-card figcaption {
  position: static;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 14px;
  align-items: start;
  padding: 18px;
  min-height: 126px;
  color: var(--v3-ink);
}

.work-card figcaption b {
  font-family: Manrope, Arial, sans-serif;
  grid-column: 1 / -1;
  color: var(--v3-green);
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.work-card figcaption span {
  text-transform: none;
  letter-spacing: 0;
  color: var(--v3-clay);
  font-size: 13px;
  font-weight: 800;
}

.work-card figcaption small {
  justify-self: end;
  padding: 6px 9px;
  border-radius: 7px;
  background: var(--v3-mist);
  color: var(--v3-green);
  font-size: 12px;
  font-weight: 800;
}

.price-section {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: 14px;
  width: min(1320px, calc(100% - 32px));
  max-width: 1320px;
  margin-top: clamp(96px, 12vw, 160px);
  padding: 0;
  background: transparent;
}

.price-intro {
  padding: clamp(30px, 4vw, 46px);
  border-radius: 14px;
  background: #d8dccb;
}

.price-intro p {
  color: #45554e;
}

.price-table {
  padding: clamp(22px, 3vw, 34px);
  border: 0;
  border-radius: 14px;
  background: var(--v3-green);
  color: #fffdf7;
}

.price-table div {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.price-table span {
  color: #d4ded5;
  font-size: 15px;
}

.price-table b {
  font-family: Manrope, Arial, sans-serif;
  font-size: 19px;
}

.price-table small {
  color: #d7c4a6;
}

.guarantee-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.guarantee-panel,
.faq-list {
  border-radius: 14px;
}

.guarantee-panel {
  padding: clamp(30px, 5vw, 58px);
  background:
    linear-gradient(rgba(23, 35, 29, .64), rgba(23, 35, 29, .64)),
    url("/images/production-team.jpg") center / cover;
  color: #fffdf7;
}

.guarantee-panel h2 {
  margin: 16px 0 26px;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.guarantee-checks {
  display: grid;
  gap: 10px;
}

.guarantee-checks p {
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  color: #e5ece4;
  line-height: 1.55;
}

.faq-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: rgba(40, 71, 58, .12);
}

.faq-list article {
  padding: clamp(20px, 3vw, 30px);
  background: rgba(255, 253, 247, .84);
}

.faq-list b {
  color: var(--v3-green);
  font-size: 20px;
  letter-spacing: -.025em;
}

.faq-list p {
  margin: 10px 0 0;
  color: var(--v3-muted);
  line-height: 1.6;
}

.about {
  grid-template-columns: minmax(360px, .86fr) minmax(0, 1fr);
  gap: 14px;
}

.factory-visual {
  min-height: 650px;
  border-radius: 14px;
  background: #c9d0c3;
}

.factory-label {
  width: 210px;
  height: 210px;
  border-radius: 14px 0 14px 0;
  background: var(--v3-clay);
}

.about-copy {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(40, 71, 58, .12);
  border-radius: 14px;
  background: rgba(255, 253, 247, .78);
}

.about-photo {
  border-radius: 12px;
}

.about-copy li b {
  color: var(--v3-clay);
}

.cta {
  width: min(1320px, calc(100% - 32px));
  margin: clamp(96px, 12vw, 160px) auto 0;
  padding: clamp(34px, 5vw, 62px);
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
  gap: clamp(28px, 6vw, 86px);
  border-radius: 16px 16px 0 0;
  background: var(--v3-green);
  color: #fffdf7;
}

.cta span,
.cta p,
.cta small {
  color: #dce5dc;
}

.cta h2 {
  color: #fffdf7;
}

.cta-email {
  font-family: Manrope, Arial, sans-serif;
}

.lead-form {
  gap: 14px;
}

.lead-form label {
  color: inherit;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
}

.lead-form input,
.lead-form select {
  min-height: 52px;
  border: 1px solid rgba(23, 35, 29, .18);
  border-radius: 9px;
  background: #fffdf7;
}

.lead-form input:focus,
.lead-form select:focus {
  border-color: var(--v3-olive);
  box-shadow: 0 0 0 4px rgba(139, 146, 112, .24);
}

.form-status {
  color: #fff;
}

.modal {
  border-radius: 14px;
  background: #fffdf7;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .3);
}

.modal::backdrop {
  background: rgba(15, 25, 20, .74);
  backdrop-filter: blur(7px);
}

.modal-mark {
  border-radius: 10px;
  background: var(--v3-green);
  color: #fff;
  font-family: Manrope, Arial, sans-serif;
}

.modal-close {
  color: var(--v3-green);
  transition: transform 160ms var(--v3-ease), color 160ms var(--v3-ease);
}

.modal-close:hover {
  color: var(--v3-clay);
  transform: scale(1.05);
}

.modal .form-status { color: var(--v3-green); }

.success-modal {
  width: min(430px, calc(100% - 28px));
  border: 0;
  border-radius: 14px;
  padding: 34px;
  background: #fffdf7;
  color: var(--v3-ink);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
}

.success-modal::backdrop {
  background: rgba(15, 25, 20, .68);
  backdrop-filter: blur(7px);
}

.success-modal h2 {
  margin: 18px 0 8px;
  color: var(--v3-green);
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1;
  letter-spacing: -.04em;
}

.success-modal p {
  margin: 0 0 24px;
  color: var(--v3-muted);
  font-size: 16px;
  line-height: 1.6;
}

.success-close {
  width: 100%;
  justify-content: center;
}

.footer {
  background: #111b16;
  color: #fffdf7;
}

.round-button {
  border-radius: 12px;
  background: #d8dccb;
  color: var(--v3-green);
}

@media (hover: hover) and (pointer: fine) {
  .nav a:hover {
    transform: translateY(-1px);
  }

  .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(40, 71, 58, .18);
  }

  .product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(40, 71, 58, .12);
  }

  .product-card:hover .product-media img,
  .work-card:hover img {
    transform: scale(1.04);
  }

  .scenario-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(40, 71, 58, .12);
  }
}

@media (max-width: 1100px) {
  .header {
    grid-template-columns: auto 1fr auto;
  }

  .header .button-small {
    display: none;
  }

  .menu-button {
    display: block;
    justify-self: end;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(40, 71, 58, .17);
    border-radius: 9px;
    background: rgba(255, 253, 247, .8);
  }

  .menu-button span {
    display: block;
    width: 20px;
    margin: 6px auto;
    border-top: 2px solid var(--v3-green);
    transition: transform 180ms var(--v3-drawer), opacity 180ms var(--v3-drawer);
  }

  .header.menu-open .menu-button span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .header.menu-open .menu-button span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .nav {
    display: none;
  }

  .header.menu-open .nav {
    display: grid;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    padding: 16px;
    border: 1px solid rgba(40, 71, 58, .12);
    border-radius: 12px;
    background: rgba(255, 253, 247, .96);
    box-shadow: 0 22px 44px rgba(40, 71, 58, .14);
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-visual {
    min-height: 480px;
  }

  .scenario-board,
  .price-section,
  .guarantee-faq,
  .about,
  .cta {
    grid-template-columns: 1fr;
  }

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

  .product-card,
  .product-card-frame,
  .product-card-custom,
  .product-card-plisse {
    grid-column: auto;
    grid-row: auto;
  }

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

  .steps article:nth-child(even) {
    transform: none;
  }

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

  .work-card.work-wide {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .topline {
    height: auto;
    min-height: 30px;
    padding: 6px 12px;
    gap: 10px;
    font-size: 11px;
  }

  .header {
    top: 8px;
    width: calc(100% - 20px);
    height: 64px;
    margin-top: 8px;
    padding: 0 10px 0 12px;
  }

  .brand {
    font-size: 16px;
  }

  .brand-mark {
    width: 34px;
    height: 39px;
  }

  .hero {
    width: calc(100% - 20px);
    margin-top: 18px;
    padding: 22px;
    border-radius: 14px;
  }

  .hero h1 {
    font-size: clamp(39px, 12vw, 52px);
    line-height: .96;
  }

  .hero-copy > p {
    font-size: 15px;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .button,
  .messenger-link {
    width: 100%;
    justify-content: center;
  }

  .service-proof {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .service-proof div,
  .service-proof div + div {
    min-height: 0;
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid var(--v3-line);
  }

  .hero-visual {
    min-height: 390px;
  }

  .photo-note {
    left: 14px;
    top: 14px;
    max-width: 160px;
  }

  .hero-tag {
    top: 76px;
    right: 14px;
    width: 118px;
    min-height: 92px;
    font-size: 11px;
  }

  .quality-badge {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .local-trust,
  .scenario-board,
  .section,
  .price-section,
  .guarantee-faq,
  .cta {
    width: calc(100% - 20px);
  }

  .local-trust {
    grid-template-columns: 1fr;
    margin-top: 14px;
  }

  .ticker {
    margin-top: 64px;
    font-size: 13px;
  }

  .scenario-board {
    margin-top: 70px;
  }

  .scenario-grid {
    grid-template-columns: 1fr;
  }

  .scenario-home,
  .scenario-pets {
    grid-row: auto;
    grid-column: auto;
  }

  .section {
    padding-top: 78px;
  }

  .section-heading h2,
  .price-intro h2,
  .about-copy h2,
  .cta h2,
  .modal h2 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product-card {
    min-height: 0;
    padding: 0 16px 18px;
  }

  .product-media,
  .product-card-plisse .product-media,
  .product-card-frame .product-media,
  .product-card-custom .product-media {
    height: auto;
    aspect-ratio: 4 / 3;
    margin: 0 -16px 18px;
    border-radius: 14px 14px 0 0;
  }

  .product-bottom {
    display: grid;
    gap: 14px;
    align-items: start;
  }

  .card-link {
    width: 100%;
    text-align: center;
  }

  .fabrics {
    margin-top: 82px;
    padding: 78px 0;
  }

  .fabric-list,
  .fabrics .section-heading,
  .works .section-heading,
  .work-filters,
  .works-grid,
  .works-footer {
    width: calc(100% - 20px);
  }

  .fabric {
    grid-template-columns: 1fr 36px;
    gap: 8px;
    padding: 20px 12px;
  }

  .fabric b,
  .fabric small {
    display: none;
  }

  .fabric-detail-inner {
    grid-template-columns: 1fr;
    padding: 0 14px 24px;
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .steps article {
    min-height: 0;
  }

  .works {
    margin-top: 86px;
    padding: 78px 0;
  }

  .works-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 12px;
  }

  .work-card.work-wide,
  .work-card.work-tall {
    grid-column: auto;
    grid-row: auto;
  }

  .work-card {
    min-height: 0;
  }

  .work-card img {
    aspect-ratio: 4 / 3;
  }

  .work-card figcaption {
    padding: 16px;
  }

  .price-section {
    margin-top: 78px;
  }

  .price-table div {
    display: grid;
    gap: 6px;
  }

  .guarantee-faq {
    padding-top: 72px;
  }

  .factory-visual {
    min-height: 420px;
  }

  .factory-label {
    width: 160px;
    height: 160px;
  }

  .cta {
    margin-top: 78px;
    padding: 28px 18px;
  }

  .footer {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }

  .product-card,
  .product-card.reveal-pending {
    opacity: 1;
    transform: none !important;
  }
}
