﻿:root {
  --paper: #f7f2e9;
  --linen: #ebe3d6;
  --mist: #dfe7df;
  --surface: #fffaf2;
  --ink: #282724;
  --muted: #706d66;
  --line: #d8cfc0;
  --leaf: #5f7468;
  --leaf-dark: #425c50;
  --clay: #b58a70;
  --white: #fffaf2;
  --shadow: 0 22px 60px rgba(36, 34, 30, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

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

section,
#orcamento {
  scroll-margin-top: 124px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 100px;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(247, 242, 233, 0.9);
  border-bottom: 1px solid rgba(221, 215, 202, 0.7);
  backdrop-filter: blur(18px);
  overflow: visible;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  flex: 0 0 auto;
  overflow: visible;
}

.brand-logo {
  width: clamp(150px, 12vw, 178px);
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  mix-blend-mode: normal;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--leaf);
  font-size: 1.15rem;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(36, 34, 30, 0.08);
}

.brand-text {
  display: grid;
  line-height: 1.05;
}

.brand-text strong {
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-text small {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.95rem;
}

.main-nav a,
.social-icon {
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.main-nav a:hover {
  color: var(--ink);
}

.nav-socials {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.social-icon {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.42);
  border-radius: 999px;
  padding: 8px 18px 8px 10px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 14px 30px rgba(36, 34, 30, 0.18);
}

.social-icon svg {
  width: 29px;
  height: 29px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  fill: currentColor;
  flex: 0 0 auto;
}

.social-icon.whatsapp {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 45%),
    linear-gradient(135deg, #25d366 0%, #159557 55%, #0d6f42 100%);
}

.social-icon.instagram {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 45%),
    linear-gradient(135deg, #f9c45f 0%, #fd5949 34%, #d6249f 66%, #6252d9 100%);
}

.social-icon:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 18px 38px rgba(36, 34, 30, 0.22);
}

.hero {
  position: relative;
  min-height: max(620px, calc(100svh - 100px));
  display: grid;
  align-items: end;
  padding: clamp(22px, 5vw, 72px);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: clamp(80px, 10vw, 130px);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(247, 242, 233, 0) 0%, rgba(247, 242, 233, 0.68) 72%, var(--paper) 100%);
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  transform: scale(1.012);
  transform-origin: center;
  filter: blur(0.55px) saturate(0.96) contrast(1.04);
  background:
    radial-gradient(circle at 24% 48%, rgba(18, 18, 16, 0.5) 0, rgba(18, 18, 16, 0.32) 32%, rgba(18, 18, 16, 0) 62%),
    linear-gradient(90deg, rgba(18, 18, 16, 0.74), rgba(18, 18, 16, 0.34) 45%, rgba(18, 18, 16, 0.08)),
    url("assets/hero-home-decorlive.jpeg") center / cover;
}

.hero-panel {
  position: relative;
  z-index: 4;
  max-width: 730px;
  padding-bottom: clamp(42px, 7vh, 78px);
  color: var(--white);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-panel .eyebrow {
  color: #e7c8b5;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

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

.intro > *,
.about > *,
.process > *,
.catalog > *,
.contact-layout > *,
.catalog-group > *,
.solution-card {
  min-width: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(3.4rem, 8vw, 7.8rem);
  line-height: 0.92;
  font-weight: 650;
  letter-spacing: 0;
  text-shadow: 0 6px 28px rgba(0, 0, 0, 0.32);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.02;
  font-weight: 620;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.22;
}

.hero-panel p {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  font-weight: 500;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.34);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 16px 36px rgba(36, 34, 30, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(36, 34, 30, 0.18);
}

.button svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  fill: currentColor;
}

.button-primary {
  background: linear-gradient(135deg, var(--leaf), var(--leaf-dark));
  color: var(--white);
}

.button-secondary {
  border-color: rgba(255, 250, 242, 0.56);
  background: rgba(255, 250, 242, 0.14);
  color: var(--white);
}

.button-whatsapp {
  width: 100%;
  background: linear-gradient(135deg, #1fa463, #137445);
  color: #fff;
}

.intro,
.about,
.solutions,
.process,
.catalog,
.contact {
  padding: clamp(70px, 10vw, 140px) clamp(20px, 5vw, 72px);
}

.fabric-zone {
  position: relative;
  z-index: 2;
  isolation: isolate;
  overflow: hidden;
  background: var(--paper);
}

.fabric-zone > section {
  position: relative;
}

.fabric-zone::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 780px 360px at 300px 190px, rgba(247, 242, 233, 0.97) 0%, rgba(247, 242, 233, 0.9) 50%, rgba(247, 242, 233, 0.46) 68%, rgba(247, 242, 233, 0) 84%),
    radial-gradient(ellipse 940px 430px at 390px 760px, rgba(247, 242, 233, 0.96) 0%, rgba(247, 242, 233, 0.86) 48%, rgba(247, 242, 233, 0.42) 66%, rgba(247, 242, 233, 0) 84%),
    radial-gradient(ellipse 900px 520px at 310px 1620px, rgba(247, 242, 233, 0.97) 0%, rgba(247, 242, 233, 0.88) 48%, rgba(247, 242, 233, 0.42) 68%, rgba(247, 242, 233, 0) 84%);
}

.fabric-zone::after {
  content: none;
}

.fabric-zone > section > * {
  position: relative;
  z-index: 3;
}

.intro h2,
.intro .section-kicker,
.intro > p,
.about .section-kicker,
.about-heading h2,
.about-heading > p,
.about-copy p,
.solutions .section-kicker,
.section-heading h2,
.process-copy .section-kicker,
.process-copy h2,
.process-copy p {
  text-shadow: 0 1px 0 rgba(255, 250, 242, 0.45);
}

.section-heading,
.intro > div,
.about-heading,
.process-copy,
.catalog-copy,
.contact-intro {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.catalog-copy,
.contact-intro {
  padding: 0;
  margin-left: 0;
}

.process-copy {
  padding: 0;
  margin-left: 0;
}

.falling-fabric {
  position: absolute;
  left: 0;
  right: 0;
  top: -140px;
  height: calc(100% + 360px);
  width: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
  opacity: 0.58;
  mix-blend-mode: normal;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.9fr);
  gap: clamp(34px, 8vw, 110px);
  align-items: start;
  padding-top: clamp(34px, 5vw, 64px);
  background: transparent;
}

.about {
  display: grid;
  grid-template-columns: minmax(250px, 0.55fr) minmax(320px, 1fr);
  gap: clamp(30px, 7vw, 96px);
  align-items: start;
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.54), rgba(255, 250, 242, 0.2)),
    rgba(235, 227, 214, 0.2);
  border-top: 1px solid rgba(216, 207, 192, 0.58);
  border-bottom: 1px solid rgba(216, 207, 192, 0.5);
}

.about-heading {
  position: sticky;
  top: 118px;
  align-self: start;
}

.about-heading h2 {
  max-width: 460px;
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 4.6vw, 5rem);
  line-height: 0.98;
}

.about-heading > p,
.about-copy {
  color: var(--muted);
  font-size: 1.05rem;
}

.about-copy {
  display: grid;
  gap: 18px;
  max-width: 820px;
  padding-left: clamp(22px, 4vw, 46px);
  border-left: 1px solid rgba(181, 138, 112, 0.34);
}

.about-copy p {
  margin: 0;
}

.intro h2,
.section-heading h2 {
  max-width: 780px;
  font-size: clamp(2.35rem, 3.45vw, 3.6rem);
  line-height: 1.08;
}

.intro > p,
.process-copy p,
.catalog-copy p,
.contact p {
  color: var(--muted);
  font-size: 1.05rem;
}

.section-heading {
  max-width: 830px;
  margin-bottom: 34px;
}

.solutions {
  background: transparent;
}

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

.solution-card {
  background: rgba(255, 250, 242, 0.84);
  border: 1px solid rgba(221, 215, 202, 0.8);
  box-shadow: 0 16px 40px rgba(36, 34, 30, 0.08);
  backdrop-filter: blur(5px);
}

.solution-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.solution-card:nth-child(2) img {
  object-position: left center;
}

.solution-card:nth-child(3) img {
  object-position: 58% center;
}

.solution-card div {
  padding: 24px;
}

.solution-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.process {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1fr);
  gap: clamp(34px, 7vw, 92px);
  background: transparent;
}

.process-copy {
  position: sticky;
  top: 118px;
  align-self: start;
}

.steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 8px 18px;
  padding: 26px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 242, 0.82);
  backdrop-filter: blur(5px);
}

.steps span {
  grid-row: span 2;
  color: var(--clay);
  font-weight: 800;
}

.steps strong {
  font-size: 1.08rem;
}

.steps p {
  margin-bottom: 0;
  color: var(--muted);
}

.catalog {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 0.86fr);
  gap: clamp(26px, 6vw, 82px);
  align-items: center;
  background: transparent;
}

.catalog-image {
  min-height: 560px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(40, 39, 36, 0.12)),
    url("assets/catalogo-cortinas/cortina-03.jpg") center / cover;
  box-shadow: var(--shadow);
}

.catalog-copy {
  max-width: 610px;
}

.catalog-highlight {
  display: inline-block;
  margin-top: 8px;
  padding: 16px 20px;
  border-left: 3px solid var(--clay);
  background: rgba(255, 250, 242, 0.68);
  color: var(--ink);
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  font-weight: 750;
  line-height: 1.35;
  box-shadow: 0 14px 34px rgba(36, 34, 30, 0.08);
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 26px;
  color: var(--ink);
}

.feature-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--leaf);
}

.catalog-showcase {
  grid-column: 1 / -1;
  display: grid;
  gap: clamp(46px, 7vw, 84px);
  margin-top: clamp(34px, 7vw, 78px);
  padding-top: clamp(32px, 6vw, 68px);
  border-top: 1px solid rgba(216, 207, 192, 0.78);
  overflow-x: clip;
}

.catalog-group {
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
}

.catalog-group-copy {
  position: sticky;
  top: 118px;
  max-width: 390px;
  padding: 26px 28px 30px;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.97), rgba(247, 242, 233, 0.88) 58%, rgba(247, 242, 233, 0.76));
  border: 1px solid rgba(216, 207, 192, 0.6);
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(36, 34, 30, 0.08);
  backdrop-filter: blur(6px);
}

.catalog-group-copy > * {
  position: relative;
  z-index: 2;
}

.catalog-group-copy::before {
  content: none;
}
.catalog-group-copy h3,
.catalog-group-copy p {
  text-shadow: 0 1px 0 rgba(255, 250, 242, 0.52);
}

.catalog-group-copy h3 {
  max-width: 360px;
  margin-bottom: 12px;
  font-size: clamp(1.7rem, 2.6vw, 2.65rem);
  line-height: 1.05;
}

.catalog-group-copy p:not(.section-kicker) {
  color: var(--muted);
}

.catalog-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.catalog-gallery img {
  width: 100%;
  height: clamp(180px, 18vw, 270px);
  object-fit: cover;
  border: 1px solid rgba(216, 207, 192, 0.82);
  background: var(--surface);
  box-shadow: 0 18px 38px rgba(36, 34, 30, 0.08);
}

.catalog-gallery img:first-child {
  grid-column: span 2;
  grid-row: span 2;
  height: 100%;
  min-height: clamp(372px, 37vw, 552px);
}

.contact {
  background: transparent;
}

.contact-intro {
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.contact-intro p {
  color: var(--muted);
  font-size: 1.05rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 0.58fr);
  gap: 22px;
  max-width: 1120px;
  margin: 42px auto 0;
  text-align: left;
}

.quote-panel,
.contact-card {
  border: 1px solid rgba(216, 207, 192, 0.9);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.84);
  box-shadow: var(--shadow);
  backdrop-filter: blur(5px);
}

.quote-panel {
  display: grid;
  gap: 20px;
  padding: clamp(24px, 4vw, 38px);
}

.quote-heading h3,
.contact-card h3 {
  margin-bottom: 10px;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.08;
}

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

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 750;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbf6ee;
  color: var(--ink);
  font: inherit;
  font-size: 0.98rem;
  outline: none;
  padding: 13px 14px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

select {
  min-height: 50px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--leaf);
  background: var(--surface);
  box-shadow: 0 0 0 4px rgba(95, 116, 104, 0.12);
}

.contact-card {
  align-self: start;
  padding: clamp(24px, 4vw, 34px);
}

.contact-card p {
  color: var(--muted);
}

.app-links {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.app-button {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border: 1px solid rgba(216, 207, 192, 0.92);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(247, 242, 233, 0.9));
  color: var(--ink);
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.app-button:hover {
  transform: translateY(-2px);
  border-color: rgba(95, 116, 104, 0.45);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 16px 34px rgba(36, 34, 30, 0.12);
}

.app-button svg {
  width: 34px;
  height: 34px;
  padding: 7px;
  border-radius: 999px;
  fill: currentColor;
  flex: 0 0 auto;
}

.app-button.whatsapp svg {
  color: #fff;
  background: linear-gradient(135deg, #25d366, #128c4c);
}

.app-button.instagram svg {
  color: #fff;
  background: linear-gradient(135deg, #f9c45f 0%, #fd5949 34%, #d6249f 66%, #6252d9 100%);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 72px);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.94rem;
}

.footer div {
  display: grid;
  gap: 4px;
}

.footer span {
  color: var(--white);
  font-weight: 700;
}

.footer small {
  color: rgba(255, 255, 255, 0.58);
}

@media (max-width: 900px) {
  .site-header {
    align-items: center;
  }

  .main-nav {
    display: none;
  }

  .hero {
    min-height: 720px;
  }

  .intro {
    padding-top: 48px;
  }

  .hero-image {
    background-position: 42% center;
  }

  .intro,
  .process,
  .catalog,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .about {
    display: block !important;
  }

  .about-heading {
    position: relative !important;
    display: flow-root;
    z-index: 3;
    top: auto !important;
    margin-bottom: 0;
    padding-bottom: 26px;
  }

  .about-copy {
    position: relative !important;
    z-index: 3;
    display: block;
    clear: both;
    margin-top: 0;
    padding-top: 26px;
    padding-left: 0;
    border-top: 1px solid rgba(181, 138, 112, 0.34);
    border-left: 0;
  }

  .about-copy p + p {
    margin-top: 18px;
  }

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

  .catalog-group-copy {
    position: relative !important;
    z-index: 3;
    top: auto !important;
    max-width: 440px;
  }

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

  .falling-fabric {
    inset: -70px 0 -120px;
    background-size: cover;
    opacity: 0.5;
  }

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

  .process-copy {
    position: relative !important;
    z-index: 3;
    top: auto !important;
  }

  .catalog-image {
    min-height: 420px;
  }
}

@media (max-width: 560px) {
  section,
  #orcamento {
    scroll-margin-top: 112px;
  }

  .site-header {
    gap: 14px;
    min-height: 96px;
    padding: 14px 22px;
  }

  .brand {
    min-width: 0;
    max-width: calc(100% - 118px);
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-text strong {
    font-size: 0.9rem;
  }

  .brand-text small {
    font-size: 0.68rem;
  }

  .brand-logo {
    width: min(156px, 42vw);
    height: auto;
    max-width: none;
  }

  .nav-socials {
    flex: 0 0 auto;
    gap: 10px;
  }

  .social-icon {
    width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    flex: 0 0 44px;
  }

  .social-icon span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .hero {
    min-height: 700px;
    padding: 28px 24px;
  }

  .hero-panel {
    max-width: 100%;
    padding-bottom: 52px;
  }

  .hero-panel .eyebrow {
    max-width: 18rem;
    letter-spacing: 0.12em;
    line-height: 1.55;
  }

  .hero-panel p {
    max-width: 100%;
    font-size: 1.02rem;
    line-height: 1.58;
  }

  .intro {
    padding-top: 52px;
  }

  .intro,
  .about,
  .solutions,
  .process,
  .catalog,
  .contact {
    padding-right: clamp(24px, 7vw, 30px);
    padding-left: clamp(24px, 7vw, 30px);
  }

  .intro,
  .about,
  .solutions,
  .process,
  .catalog,
  .contact {
    padding-top: clamp(86px, 18vw, 112px);
    padding-bottom: clamp(86px, 18vw, 112px);
  }

  .falling-fabric {
    inset-inline: 0;
    background-size: cover;
    opacity: 0.52;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 4.1rem);
    line-height: 0.96;
  }

  h2 {
    font-size: 2.12rem;
    line-height: 1.08;
  }

  .intro h2,
  .section-heading h2 {
    font-size: 2.08rem;
    line-height: 1.12;
  }

  .about-heading h2 {
    margin-bottom: 18px;
    font-size: clamp(2.65rem, 12vw, 3.45rem);
    line-height: 1.02;
  }

  .about-heading > p {
    margin-bottom: 0;
    color: #5f5c56;
    font-size: 1.04rem;
    line-height: 1.56;
  }

  .about-copy {
    margin-top: 0;
    padding-top: 30px;
    color: #5f5c56;
    font-size: 1.04rem;
    line-height: 1.7;
  }

  .section-kicker {
    max-width: 100%;
    letter-spacing: 0.14em;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .button {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero-actions .button {
    width: auto;
    min-width: min(100%, 230px);
  }

  .hero-actions {
    gap: 14px;
    margin-top: 34px;
  }

  .section-heading {
    margin-bottom: 44px;
  }

  .solution-grid,
  .steps,
  .catalog-showcase,
  .contact-layout {
    gap: 24px;
  }

  .solution-card div {
    padding: 28px 24px;
  }

  .solution-card img {
    aspect-ratio: 16 / 11;
  }

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

  input,
  select,
  textarea {
    font-size: 16px;
  }

  .catalog-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .catalog-gallery img {
    height: auto;
    aspect-ratio: 1 / 1.08;
  }

  .catalog-gallery img:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3.15;
  }

  .catalog-image {
    min-height: 460px;
  }

  .catalog-group-copy {
    max-width: 100%;
    padding: 28px 24px 30px;
  }

  .steps li {
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }

  .steps span {
    grid-row: auto;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 34px 26px;
  }
}






