:root {
  --green-900: #1f4a34;
  --green-700: #2f6b4d;
  --green-500: #4a9b73;
  --green-100: #dff2e8;
  --vanilla-50: #fffaf0;
  --vanilla-100: #f8f0da;
  --sand: #ecd9b5;
  --text-main: #1c2e24;
  --text-soft: #4f6359;
  --white: #ffffff;
  --shadow: 0 14px 30px rgba(31, 74, 52, 0.16);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
  color: var(--text-main);
  background: linear-gradient(180deg, var(--vanilla-50) 0%, #f7f3e8 70%, #f1ebdc 100%);
  scroll-behavior: smooth;
}

h1,
h2,
h3,
.brand {
  font-family: "Montserrat", sans-serif;
}

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

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(255, 250, 240, 0.85);
  border-bottom: 1px solid rgba(47, 107, 77, 0.12);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 16px;
}

.brand {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--green-900);
}

.brand span {
  font-size: 0.8rem;
  color: var(--green-700);
  font-weight: 600;
}

.nav-links {
  display: flex;
  gap: 18px;
  color: var(--text-soft);
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--green-700);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-soft);
  font-weight: 700;
  background: rgba(255, 255, 255, 0.78);
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(31, 74, 52, 0.1);
}

.language-switcher select {
  border: none;
  background: transparent;
  color: var(--green-900);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.ig-link {
  background: var(--green-100);
  color: var(--green-900);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 700;
}

.hero {
  min-height: calc(100svh - 72px);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(74, 155, 115, 0.22), transparent 28%),
    radial-gradient(circle at 76% 22%, rgba(255, 255, 255, 0.62), transparent 22%),
    linear-gradient(135deg, #fbf1d8 0%, #f4ecd8 34%, #e2efdf 100%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.72), rgba(255, 250, 240, 0.26) 48%, rgba(255, 250, 240, 0.08) 100%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  min-height: calc(100svh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
  align-items: center;
  gap: 48px;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 610px;
  padding: 40px 0 52px;
  display: grid;
  gap: 20px;
}

.hero h1 {
  font-size: clamp(3.4rem, 7.8vw, 6.6rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  margin: 0;
  color: var(--green-900);
  max-width: 6.4ch;
}

.hero p {
  font-size: 1.05rem;
  color: #274131;
  line-height: 1.72;
}

.hero-description {
  max-width: 56ch;
}

.hero .pill {
  display: inline-block;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  border: none;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green-700);
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-qualities {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-qualities span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.86rem;
  font-weight: 800;
  color: var(--green-900);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-qualities span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green-500), #91d58e);
  box-shadow: 0 0 0 6px rgba(74, 155, 115, 0.09);
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 4px;
}

.hero-card-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: var(--green-700);
  font-weight: 800;
}

.hero-stripes {
  position: absolute;
  inset: -8% -12% -8% 44%;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(74, 155, 115, 0.26) 0 48px,
      rgba(255, 255, 255, 0.88) 48px 92px
    );
  border-top-left-radius: 220px;
  border-bottom-left-radius: 220px;
  opacity: 0.74;
  transform: skewX(-6deg);
  box-shadow: inset 0 0 0 1px rgba(31, 74, 52, 0.05);
}

.hero-flow {
  position: absolute;
  border: 1px solid rgba(47, 107, 77, 0.18);
  border-radius: 57% 43% 61% 39% / 42% 58% 42% 58%;
  pointer-events: none;
  animation: heroDrift 11s ease-in-out infinite;
}

.hero-flow-one {
  left: -8%;
  top: 12%;
  width: 460px;
  height: 300px;
}

.hero-flow-two {
  right: 10%;
  bottom: 4%;
  width: 320px;
  height: 200px;
  animation-delay: -4s;
}

.hero-brand-stage {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.hero-brand-halo {
  position: absolute;
  inset: 12% 8% 12% 14%;
  background:
    radial-gradient(circle at 34% 36%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.36) 48%, transparent 72%),
    radial-gradient(circle at 78% 68%, rgba(236, 217, 181, 0.42), transparent 36%);
  border-radius: 58% 42% 56% 44% / 44% 56% 44% 56%;
  filter: blur(4px);
}

.hero-brand-mark {
  position: relative;
  z-index: 2;
  width: min(100%, 520px);
  animation: heroLift 8s ease-in-out infinite;
}

.hero-brand-logo {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 42px rgba(31, 74, 52, 0.18));
}

.hero-brand-caption {
  position: absolute;
  bottom: 26px;
  left: 40px;
  z-index: 3;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-brand-caption span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(31, 74, 52, 0.12);
  color: var(--green-900);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.btn {
  border: none;
  border-radius: 12px;
  padding: 12px 18px;
  cursor: pointer;
  font-size: 0.98rem;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.btn-primary {
  background: var(--green-700);
  color: var(--white);
  box-shadow: 0 8px 20px rgba(31, 74, 52, 0.25);
}

.btn-outline {
  border: 1px solid rgba(31, 74, 52, 0.35);
  color: var(--green-900);
  background: rgba(255, 255, 255, 0.55);
}

section {
  padding: 72px 0;
}

.section-break {
  height: 54px;
  position: relative;
  overflow: hidden;
}

.section-break::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(31, 74, 52, 0.24), transparent);
}

.section-break::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 88px;
  height: 88px;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 1px solid rgba(31, 74, 52, 0.08);
  background: rgba(255, 250, 240, 0.75);
}

.section-break-soft::before {
  background: linear-gradient(90deg, transparent, rgba(236, 217, 181, 0.9), transparent);
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.marquee-band {
  padding: 14px 0;
  overflow: hidden;
  border-top: 1px solid rgba(31, 74, 52, 0.08);
  border-bottom: 1px solid rgba(31, 74, 52, 0.08);
  background: linear-gradient(90deg, rgba(31, 74, 52, 0.05), rgba(255, 250, 240, 0.6), rgba(31, 74, 52, 0.05));
}

.marquee-track {
  display: flex;
  gap: 28px;
  white-space: nowrap;
  min-width: max-content;
  animation: marquee 24s linear infinite;
}

.marquee-track span {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: var(--green-900);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.84rem;
}

.section-head {
  text-align: center;
  margin-bottom: 28px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--green-900);
}

.section-head p {
  color: var(--text-soft);
  margin-top: 8px;
}

.section-head.compact {
  text-align: left;
}

.collection-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

.collection-pill {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(31, 74, 52, 0.1);
  color: var(--green-900);
  font-weight: 800;
}

.products-more {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}

.products-more-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--green-900);
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(31, 74, 52, 0.12);
}

.products-more-link::after {
  content: ">";
  font-size: 1rem;
}

.clients-preview-section {
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.68), rgba(223, 242, 232, 0.38));
}

.clients-preview-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: center;
}

.clients-preview-copy {
  max-width: 720px;
}

.clients-preview-card {
  padding: 24px;
  display: grid;
  gap: 10px;
}

.clients-preview-card strong {
  font-family: "Montserrat", sans-serif;
  font-size: 1.35rem;
  color: var(--green-900);
}

.clients-preview-card p {
  margin: 0;
  color: var(--text-soft);
}

.clients-preview-card span {
  font-weight: 800;
  color: var(--green-700);
}

.business-bridge-section {
  padding: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(126, 201, 154, 0.14), transparent 24%),
    radial-gradient(circle at 82% 68%, rgba(236, 217, 181, 0.08), transparent 26%),
    linear-gradient(120deg, #275e42 0%, #2f7350 52%, #24523a 100%);
  color: var(--white);
  overflow: hidden;
}

.business-bridge-shell {
  padding: 52px 0;
}

.business-bridge-frame {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 26px 46px rgba(16, 38, 27, 0.18);
}

.business-bridge-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.08), transparent 26%),
    radial-gradient(circle at 74% 78%, rgba(255, 255, 255, 0.06), transparent 28%);
  pointer-events: none;
}

.business-bridge-frame::after {
  content: "";
  position: absolute;
  top: 16%;
  bottom: 16%;
  left: 50%;
  width: 1px;
  transform: translateX(-0.5px);
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  pointer-events: none;
}

.business-bridge-link {
  position: relative;
  min-height: 224px;
  padding: 34px 34px 30px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 26px;
  background: transparent;
  transition: transform 0.24s ease, background 0.24s ease;
}

.business-bridge-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 0.24s ease;
  pointer-events: none;
}

.business-bridge-link:hover {
  transform: translateY(-4px);
}

.business-bridge-link:hover::before {
  opacity: 1;
}

.business-bridge-copy {
  display: grid;
  gap: 14px;
  align-content: start;
}

.business-bridge-link strong {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  max-width: 12ch;
}

.business-bridge-link p {
  margin: 0;
  max-width: 30ch;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.68;
}

.business-bridge-link-cta {
  position: relative;
  width: fit-content;
  padding-bottom: 4px;
  font-weight: 800;
  color: rgba(255, 248, 232, 0.98);
  letter-spacing: 0.02em;
}

.business-bridge-link-cta::after {
  content: "";
  position: absolute;
  left: 0;
  right: 18px;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.44);
  transition: right 0.24s ease, background 0.24s ease;
}

.business-bridge-link-cta::before {
  content: "→";
  margin-right: 14px;
  display: inline-block;
  transition: transform 0.24s ease;
}

.business-bridge-link:hover .business-bridge-link-cta::after {
  right: 0;
  background: rgba(255, 255, 255, 0.76);
}

.business-bridge-link:hover .business-bridge-link-cta::before {
  transform: translateX(4px);
}

.business-bridge-link-ghost {
  background: linear-gradient(180deg, rgba(16, 38, 27, 0.08), rgba(16, 38, 27, 0.02));
}

.client-proof-strip {
  padding: 32px 0 4px;
  display: grid;
  gap: 18px;
}

.client-proof-eyebrow {
  margin: 0;
  color: rgba(255, 248, 232, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.client-proof-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.client-proof-item {
  min-height: 96px;
  padding: 16px 18px 16px 0;
  display: grid;
  align-content: center;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--white);
  transition: padding-left 0.24s ease, color 0.24s ease;
}

.client-proof-item span {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.12rem, 1.55vw, 1.48rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.client-proof-item small {
  color: rgba(255, 248, 232, 0.72);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.client-proof-item:hover {
  padding-left: 10px;
  color: #fff8e8;
}

.events-preview-section {
  background:
    radial-gradient(circle at 85% 20%, rgba(236, 217, 181, 0.42), transparent 26%),
    linear-gradient(180deg, rgba(255, 250, 240, 0.82), rgba(248, 240, 218, 0.58));
}

.events-preview-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: center;
}

.events-preview-copy {
  max-width: 720px;
}

.events-preview-card {
  padding: 24px;
  display: grid;
  gap: 10px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(248, 240, 218, 0.86)),
    var(--white);
}

.events-preview-card strong {
  font-family: "Montserrat", sans-serif;
  font-size: 1.35rem;
  color: var(--green-900);
}

.events-preview-card p {
  margin: 0;
  color: var(--text-soft);
}

.events-preview-card span {
  font-weight: 800;
  color: var(--green-700);
}

.carousel-section {
  padding: 0;
  background:
    linear-gradient(90deg, rgba(31, 74, 52, 0.94), rgba(31, 74, 52, 0.9) 34%, rgba(20, 34, 27, 0.96) 100%);
  color: var(--white);
}

.carousel-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.58fr);
  min-height: 760px;
}

.carousel-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 72px min(5vw, 64px) 72px min(6vw, 84px);
  position: relative;
  overflow: hidden;
}

.carousel-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 22%, rgba(255, 255, 255, 0.1), transparent 24%),
    radial-gradient(circle at 80% 78%, rgba(236, 217, 181, 0.18), transparent 28%);
  pointer-events: none;
}

.carousel-copy .pill {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  border-color: rgba(255, 255, 255, 0.12);
  position: relative;
  z-index: 1;
}

.carousel-copy h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  line-height: 0.98;
  max-width: 8ch;
  position: relative;
  z-index: 1;
}

.carousel-copy p {
  margin: 0;
  max-width: 28ch;
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  position: relative;
  z-index: 1;
}

.carousel-copy .btn {
  width: fit-content;
  position: relative;
  z-index: 1;
}

.carousel-frame {
  padding: 38px 38px 38px 0;
  display: flex;
  align-items: stretch;
}

.carousel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  width: 100%;
}

.carousel-viewport {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.3);
  min-height: 680px;
  background: rgba(255, 255, 255, 0.05);
}

.carousel-stage {
  position: relative;
  min-height: 680px;
  perspective: 1000px;
}

.carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.55s ease, transform 0.55s ease;
  transform-origin: center;
}

.carousel-slide.active {
  opacity: 1;
  pointer-events: auto;
}

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

.carousel-caption {
  position: absolute;
  left: 22px;
  bottom: 22px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 250, 240, 0.88);
  border: 1px solid rgba(31, 74, 52, 0.08);
  max-width: min(84%, 460px);
}

.carousel-caption h3 {
  margin: 0;
  color: var(--green-900);
}

.carousel-caption p {
  margin: 6px 0 0;
  color: var(--text-soft);
}

.carousel-stage.effect-slide .carousel-slide {
  transform: translateX(6%);
}

.carousel-stage.effect-slide .carousel-slide.active {
  transform: translateX(0);
}

.carousel-stage.effect-fade .carousel-slide {
  transform: none;
}

.carousel-stage.effect-zoom .carousel-slide {
  transform: scale(1.08);
}

.carousel-stage.effect-zoom .carousel-slide.active {
  transform: scale(1);
}

.carousel-stage.effect-flip .carousel-slide {
  transform: rotateY(24deg) scale(0.96);
}

.carousel-stage.effect-flip .carousel-slide.active {
  transform: rotateY(0deg) scale(1);
}

.carousel-indicators {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
}

.carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.65);
  cursor: pointer;
}

.carousel-indicators button.active {
  background: var(--green-900);
}

.carousel-btn {
  background: rgba(255, 255, 255, 0.12);
  color: white;
  border: none;
  border-radius: 999px;
  width: 44px;
  height: 44px;
  font-size: 1.6rem;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(31, 74, 52, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.product-card,
.client-card {
  padding: 18px;
}

.product-card h3,
.client-card h3 {
  margin: 0;
  color: var(--green-900);
}

.product-card p,
.client-card p {
  color: var(--text-soft);
}

.product-card-variant {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(31, 74, 52, 0.08);
  color: var(--green-900);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.product-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(253, 245, 229, 0.86)),
    var(--white);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(74, 155, 115, 0.18), transparent 38%);
  pointer-events: none;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(31, 74, 52, 0.18);
}

.product-card-category {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(31, 74, 52, 0.08);
  color: var(--green-900);
  font-weight: 800;
  font-size: 0.8rem;
  position: relative;
  z-index: 1;
}

.product-card-actions {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  position: relative;
  z-index: 1;
}

.product-card-compact-actions {
  align-items: center;
}

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

.products-grid-full {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.events-section {
  background:
    radial-gradient(circle at 10% 20%, rgba(74, 155, 115, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 250, 240, 0.78), rgba(223, 242, 232, 0.52));
}

.events-grid {
  display: grid;
  gap: 20px;
}

.events-copy {
  max-width: 760px;
}

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

.events-card {
  padding: 20px;
}

.events-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green-900);
}

.events-card p {
  margin: 0;
  color: var(--text-soft);
}

.events-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.catalog-hero {
  padding: 64px 0 24px;
}

.clients-page-hero {
  padding: 72px 0 32px;
  background:
    radial-gradient(circle at 12% 22%, rgba(74, 155, 115, 0.1), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(236, 217, 181, 0.56), transparent 22%),
    linear-gradient(180deg, rgba(255, 250, 240, 0.9), rgba(223, 242, 232, 0.34));
}

.events-page-hero {
  padding: 64px 0 24px;
  background:
    radial-gradient(circle at 15% 25%, rgba(74, 155, 115, 0.12), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(236, 217, 181, 0.52), transparent 24%),
    linear-gradient(180deg, rgba(255, 250, 240, 0.86), rgba(223, 242, 232, 0.4));
}

.catalog-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
  align-items: start;
}

.clients-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 24px;
  align-items: start;
}

.clients-page-hero-copy {
  max-width: 760px;
}

.clients-page-hero-copy h1 {
  margin: 0 0 12px;
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  color: var(--green-900);
  max-width: 10ch;
}

.clients-page-hero-copy p:not(.pill) {
  max-width: 58ch;
  font-size: 1.04rem;
  line-height: 1.72;
  color: var(--text-soft);
}

.events-page-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 20px;
  align-items: start;
}

.catalog-summary-card {
  padding: 24px;
  display: grid;
  gap: 12px;
  position: sticky;
  top: 96px;
}

.catalog-intro-card {
  padding: 28px;
  display: grid;
  gap: 14px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.96), rgba(248, 240, 218, 0.9)),
    var(--white);
}

.catalog-intro-card strong {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  line-height: 1.04;
  color: var(--green-900);
}

.catalog-flow-list {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 10px;
  color: var(--text-soft);
}

.catalog-summary-card-large {
  gap: 16px;
}

.catalog-summary-card strong {
  font-family: "Montserrat", sans-serif;
  font-size: 1.35rem;
  line-height: 1.1;
  color: var(--green-900);
}

.catalog-summary-card p {
  margin: 0;
  color: var(--text-soft);
}

.catalog-workspace {
  padding-top: 18px;
}

.products-visual-reel {
  padding: 0 0 28px;
  background: var(--vanilla-50);
}

.products-visual-reel.reveal {
  opacity: 1;
  transform: none;
}

.products-visual-reel-shell {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 0;
}

.products-visual-reel-frame {
  position: relative;
  width: 100vw;
  min-height: min(72svh, 690px);
  margin: 0 auto;
  overflow: hidden;
  background: #172318;
}

.products-visual-reel-frame::before {
  content: none;
}

.products-visual-reel-frame::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 248, 232, 0.55), transparent);
  pointer-events: none;
}

.products-visual-reel-stage {
  position: relative;
  min-height: min(72svh, 690px);
}

.products-visual-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.9s ease, transform 1.2s ease;
  transform: scale(1.045);
}

.products-visual-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 18, 12, 0.84), rgba(8, 18, 12, 0.42) 44%, rgba(8, 18, 12, 0.08) 76%),
    linear-gradient(0deg, rgba(8, 18, 12, 0.5), transparent 48%);
  pointer-events: none;
}

.products-visual-slide.is-active {
  z-index: 2;
  opacity: 1;
  transform: scale(1);
}

.products-visual-slide img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.products-visual-copy {
  position: absolute;
  left: max(5vw, 32px);
  bottom: clamp(36px, 8vw, 88px);
  z-index: 2;
  max-width: min(520px, 78vw);
  color: #ffffff;
  display: grid;
  gap: 14px;
  opacity: 1;
  text-shadow:
    0 2px 2px rgba(0, 0, 0, 0.32),
    0 18px 42px rgba(0, 0, 0, 0.52);
}

.products-visual-copy::before {
  content: "";
  position: absolute;
  inset: -18px -24px -18px -24px;
  z-index: -1;
  border-radius: 26px;
  background: radial-gradient(circle at 18% 50%, rgba(5, 14, 9, 0.56), rgba(5, 14, 9, 0.28) 48%, transparent 72%);
  filter: blur(4px);
  pointer-events: none;
}

.products-visual-copy span {
  color: #fff8e8;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.products-visual-copy h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(3rem, 7vw, 6.4rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.products-visual-copy p {
  margin: 0;
  max-width: 42ch;
  color: #fff8e8;
  font-size: clamp(0.98rem, 1.4vw, 1.18rem);
  line-height: 1.55;
}

.catalog-workspace-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.catalog-workspace-grid-clean {
  grid-template-columns: minmax(0, 1fr);
}

.catalog-main {
  display: grid;
  gap: 26px;
}

.catalog-intro-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(31, 74, 52, 0.1);
}

.catalog-intro-copy {
  max-width: 72ch;
}

.catalog-intro-copy h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  line-height: 1.02;
  color: var(--green-900);
  max-width: 18ch;
}

.catalog-intro-copy p:not(.pill) {
  margin: 12px 0 0;
  color: var(--text-soft);
  line-height: 1.7;
}

.catalog-toolbar {
  display: grid;
  gap: 18px;
}

.catalog-family-tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.catalog-family-tab {
  display: grid;
  gap: 6px;
  min-width: 178px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(31, 74, 52, 0.1);
  background: rgba(255, 255, 255, 0.74);
  cursor: pointer;
  text-align: left;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.catalog-family-tab:hover {
  transform: translateY(-2px);
  border-color: rgba(31, 74, 52, 0.2);
}

.catalog-family-tab.is-active {
  background: linear-gradient(160deg, rgba(31, 74, 52, 0.95), rgba(47, 107, 77, 0.9));
  border-color: rgba(31, 74, 52, 0.4);
  color: var(--white);
}

.catalog-family-tab-label {
  font-family: "Montserrat", sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
}

.catalog-family-tab-count {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--text-soft);
}

.catalog-family-tab.is-active .catalog-family-tab-count {
  color: rgba(255, 255, 255, 0.78);
}

.catalog-limit-notice {
  min-height: 20px;
  margin: 0;
  color: var(--green-700);
  font-weight: 800;
}

.catalog-family {
  padding: 24px 0 0;
  border-top: 1px solid rgba(31, 74, 52, 0.1);
}

.catalog-family-head {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
}

.catalog-family-head h3 {
  margin: 0;
  font-size: 1.8rem;
  color: var(--green-900);
}

.catalog-family-head p {
  margin: 6px 0 0;
  color: var(--text-soft);
  max-width: 42ch;
}

.catalog-family-list {
  display: grid;
}

.catalog-product-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid rgba(31, 74, 52, 0.08);
}

.catalog-product-row:first-child {
  border-top: none;
}

.catalog-product-copy {
  max-width: 54ch;
}

.catalog-product-copy h4 {
  margin: 4px 0 0;
  font-size: 1.18rem;
  color: var(--green-900);
}

.catalog-product-copy p {
  margin: 6px 0 0;
  color: var(--text-soft);
  line-height: 1.6;
}

.catalog-product-variant {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(31, 74, 52, 0.08);
  color: var(--green-900);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.catalog-family-summary {
  display: grid;
  gap: 10px;
  padding: 14px 0 2px;
  border-top: 1px solid rgba(31, 74, 52, 0.1);
}

.catalog-family-summary-title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--green-700);
}

.catalog-family-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--text-main);
}

.catalog-family-summary-row strong {
  font-family: "Nunito", sans-serif;
  font-size: 0.95rem;
}

.clients-page-sidecard {
  padding: 28px;
  display: grid;
  gap: 14px;
  min-height: 100%;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.96), rgba(248, 240, 218, 0.9)),
    var(--white);
}

.clients-page-sidecard strong {
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  color: var(--green-900);
}

.clients-page-sidecard p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.7;
}

.events-page-sidecard {
  padding: 24px;
  display: grid;
  gap: 12px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(248, 240, 218, 0.88)),
    var(--white);
}

.events-page-sidecard strong {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
  color: var(--green-900);
}

.events-page-sidecard p {
  margin: 0;
  color: var(--text-soft);
}

.clients-grid-expanded {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(31, 74, 52, 0.14);
}

.section-head-clients {
  max-width: 760px;
  margin: 0 auto 34px;
}

.client-card {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(31, 74, 52, 0.14);
}

.client-card-body {
  padding: 24px 28px 24px 0;
  display: grid;
  gap: 12px;
  min-height: 100%;
}

.client-card-segment {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(31, 74, 52, 0.08);
  color: var(--green-900);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.client-card-body h3 {
  font-size: clamp(1.45rem, 2.7vw, 2.25rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.client-card-location {
  margin: 0;
  color: var(--green-700);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
}

.order-modal[hidden] {
  display: none;
}

.order-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
}

.order-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 31, 24, 0.6);
  backdrop-filter: blur(10px);
}

.order-modal-dialog {
  position: relative;
  margin: 4vh auto;
  width: min(1180px, 94vw);
  max-height: 92vh;
  overflow: auto;
  border-radius: 28px;
  background: linear-gradient(140deg, rgba(244, 236, 217, 0.98), rgba(250, 246, 237, 0.98));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.order-modal-grid,
.buy-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 20px;
}

.order-modal-grid {
  padding: 68px 28px 28px;
  grid-template-columns: 0.88fr 1.12fr;
}

.order-modal-copy {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 30px 28px;
  border-radius: 24px;
  background:
    linear-gradient(160deg, rgba(31, 74, 52, 0.98), rgba(47, 107, 77, 0.92)),
    var(--green-900);
  color: var(--white);
}

.order-modal-close {
  position: sticky;
  top: 18px;
  margin: 18px 18px 0 auto;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 999px;
  background: rgba(31, 74, 52, 0.12);
  color: var(--green-900);
  font-size: 1.7rem;
  cursor: pointer;
  z-index: 2;
}

.order-modal-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
  font-weight: 800;
}

.order-modal-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.98;
}

.order-modal-heading p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.order-modal-media {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 12px;
}

.order-modal-media img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.order-modal-summary {
  display: grid;
  gap: 12px;
}

.cart-items {
  display: grid;
  gap: 12px;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.cart-item small {
  color: rgba(255, 255, 255, 0.72);
}

.cart-item-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qty-btn {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  width: 28px;
  height: 28px;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}

.qty-number {
  min-width: 20px;
  text-align: center;
  font-weight: 700;
}

.cart-summary {
  margin-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  font-size: 1.1rem;
  color: var(--white);
}

.whatsapp-inline-link {
  display: inline-flex;
  margin-top: 14px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--white);
}

.form-card {
  padding: 28px;
  display: grid;
  gap: 12px;
}

.form-card label {
  display: grid;
  gap: 6px;
  font-weight: 700;
}

.order-form-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 6px;
}

.order-form-heading h3 {
  margin: 0;
  font-size: 1.55rem;
  color: var(--green-900);
}

.form-card input,
.form-card select,
.form-card textarea {
  border: 1px solid rgba(31, 74, 52, 0.22);
  border-radius: 12px;
  padding: 11px;
  font: inherit;
  background: #fff;
}

.helper-msg {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.status-msg {
  min-height: 20px;
  margin: 0;
  font-weight: 700;
  color: var(--green-900);
}

.order-form-card {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 50px rgba(31, 74, 52, 0.12);
}

body.modal-open {
  overflow: hidden;
}

.contact-text {
  display: grid;
  align-content: center;
  gap: 4px;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: grid;
  justify-items: end;
  gap: 10px;
}

.whatsapp-menu {
  width: min(310px, calc(100vw - 36px));
  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 250, 240, 0.96);
  border: 1px solid rgba(31, 74, 52, 0.14);
  box-shadow: 0 24px 50px rgba(31, 74, 52, 0.18);
  backdrop-filter: blur(14px);
  transform-origin: right bottom;
  animation: whatsappMenuIn 0.18s ease both;
}

.whatsapp-menu[hidden] {
  display: none;
}

.whatsapp-menu p {
  margin: 2px 4px 8px;
  color: var(--green-900);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.whatsapp-option {
  min-height: 46px;
  padding: 12px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-radius: 12px;
  color: var(--text-main);
  font-weight: 800;
  transition: background 0.18s ease, transform 0.18s ease, color 0.18s ease;
}

.whatsapp-option::after {
  content: "→";
  color: var(--green-700);
  transition: transform 0.18s ease;
}

.whatsapp-option:hover {
  transform: translateX(-2px);
  background: rgba(31, 74, 52, 0.08);
  color: var(--green-900);
}

.whatsapp-option:hover::after {
  transform: translateX(3px);
}

.whatsapp-button {
  border-radius: 999px;
  padding: 13px 18px;
  background: linear-gradient(120deg, #1f8f50, #25d366);
  color: white;
  font-weight: 800;
  box-shadow: var(--shadow);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
}

.whatsapp-button::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
}

.whatsapp-float.is-open .whatsapp-button::before {
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.22);
}

.footer {
  padding: 24px 0;
  border-top: 1px solid rgba(31, 74, 52, 0.12);
}

.footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

@keyframes whatsappMenuIn {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes heroLift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes heroDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(12px, -10px, 0) rotate(3deg);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 960px) {
  .nav-links {
    display: none;
  }

  .nav-wrap {
    flex-wrap: wrap;
    padding: 12px 0;
  }

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

  .products-grid-full,
  .events-cards,
  .clients-grid-expanded {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .order-modal-grid,
  .buy-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 44px 0 52px;
  }

  .carousel-shell,
  .catalog-hero-grid,
  .catalog-workspace-grid {
    grid-template-columns: 1fr;
  }

  .catalog-intro-band {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .clients-preview-grid,
  .events-preview-grid,
  .clients-page-hero-grid,
  .events-page-hero-grid {
    grid-template-columns: 1fr;
  }

  .business-bridge-frame {
    grid-template-columns: 1fr;
  }

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

  .carousel-copy {
    padding: 64px 24px 24px;
  }

  .carousel-frame {
    padding: 0 24px 32px;
  }

  .hero-stripes {
    inset: 42% -20% -12% 18%;
    border-top-left-radius: 120px;
    border-bottom-left-radius: 0;
    opacity: 0.62;
  }

  .hero-brand-stage {
    min-height: 360px;
    order: -1;
  }

  .hero-brand-halo {
    inset: 12% 8%;
  }

  .hero-brand-mark {
    width: min(100%, 440px);
  }

  .hero-brand-caption {
    left: 20px;
    bottom: 10px;
  }

  .carousel-viewport,
  .carousel-stage {
    min-height: 520px;
  }

  .order-modal-dialog {
    margin: 3vh auto;
    max-height: 94vh;
  }

  .order-modal-copy {
    padding: 24px;
  }

  .catalog-family-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .catalog-family-tab {
    min-width: 168px;
  }

  .products-visual-reel-frame,
  .products-visual-reel-stage {
    min-height: 560px;
  }

  .products-visual-copy h1 {
    font-size: clamp(2.7rem, 9vw, 4.8rem);
  }
}

@media (max-width: 640px) {
  .products-grid,
  .clients-grid {
    grid-template-columns: 1fr;
  }

  .products-grid-full,
  .events-cards,
  .clients-grid-expanded {
    grid-template-columns: 1fr;
  }

  .catalog-intro-copy h2 {
    max-width: none;
  }

  .hero {
    min-height: calc(100svh - 72px);
  }

  .hero-description {
    max-width: none;
  }

  .hero h1 {
    max-width: 7ch;
    font-size: clamp(2.8rem, 14vw, 4.3rem);
  }

  .hero-qualities {
    gap: 8px;
  }

  .hero-qualities span {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
  }

  .carousel-copy {
    padding: 56px 18px 18px;
  }

  .business-bridge-shell {
    padding: 42px 0;
  }

  .client-proof-list {
    grid-template-columns: 1fr;
  }

  .client-proof-item {
    min-height: 92px;
    padding-right: 0;
  }

  .client-card-body {
    padding-right: 0;
  }

  .whatsapp-float {
    right: 12px;
    bottom: 12px;
  }

  .business-bridge-frame::after {
    top: 50%;
    bottom: auto;
    left: 14%;
    right: 14%;
    width: auto;
    height: 1px;
    transform: translateY(-0.5px);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  }

  .carousel-copy h2 {
    max-width: none;
    font-size: clamp(2rem, 10vw, 3.1rem);
  }

  .carousel-copy p {
    max-width: none;
  }

  .carousel-frame {
    padding: 0 18px 24px;
  }

  .catalog-summary-card {
    top: auto;
    position: static;
  }

  .products-visual-reel-frame,
  .products-visual-reel-stage {
    min-height: min(68svh, 520px);
  }

  .products-visual-slide::before {
    background:
      linear-gradient(180deg, rgba(8, 18, 12, 0.08), rgba(8, 18, 12, 0.2) 34%, rgba(8, 18, 12, 0.84)),
      linear-gradient(90deg, rgba(8, 18, 12, 0.58), transparent 72%);
  }

  .products-visual-copy {
    left: 18px;
    right: 18px;
    bottom: 28px;
    max-width: none;
    gap: 10px;
  }

  .products-visual-copy h1 {
    font-size: clamp(2.35rem, 13vw, 3.7rem);
    max-width: 9ch;
  }

  .products-visual-copy p {
    max-width: 31ch;
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .hero-content {
    gap: 16px;
    padding-top: 24px;
  }

  .hero-brand-stage {
    min-height: 280px;
  }

  .hero-brand-mark {
    width: min(100%, 320px);
  }

  .hero-brand-caption {
    position: static;
    justify-content: center;
    margin-top: 10px;
  }

  .hero-flow-one {
    width: 260px;
    height: 180px;
    left: -18%;
    top: 8%;
  }

  .hero-flow-two {
    width: 180px;
    height: 120px;
    right: -6%;
    bottom: 18%;
  }

  .carousel-viewport,
  .carousel-stage {
    min-height: 430px;
  }

  .order-modal-dialog {
    width: 100vw;
    height: 100vh;
    max-height: none;
    margin: 0;
    border-radius: 0;
  }

  .order-modal-grid {
    padding: 68px 18px 18px;
  }

  .order-modal-media {
    grid-template-columns: 1fr;
  }

  .order-modal-media img {
    height: 150px;
  }

  .nav-actions {
    width: 100%;
    justify-content: space-between;
  }

  .ig-link {
    display: inline-flex;
  }

  .whatsapp-button-label {
    display: none;
  }

  .product-card-actions {
    flex-wrap: wrap;
  }
}
