:root {
  --wine: #3A1F1F;
  --olive: #546B1F;
  --cta: #5F7F24;
  --amber: #B27A1B;
  --paper: #FFFFFF;
  --technical: #F4F4F1;
  --ink: #2B2B2B;
  --muted: #66645F;
  --line: #E3E0D8;
  --radius: 8px;
  --shadow: 0 24px 60px rgba(43, 43, 43, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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: 76px;
  padding: 14px clamp(20px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(227, 224, 216, 0.85);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 14px 8px 12px;
  color: #fff;
  background: var(--wine);
  border-radius: var(--radius);
  font-weight: 800;
  white-space: nowrap;
}

.brand img {
  width: 118px;
  height: auto;
}

.brand span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(10px, 1.8vw, 24px);
  color: #403a36;
  font-size: 0.94rem;
  font-weight: 650;
}

.site-nav a {
  transition: color 0.2s ease, background 0.2s ease;
}

.site-nav a:hover {
  color: var(--cta);
}

.nav-cta {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--wine);
}

.section,
.section-band {
  padding: clamp(72px, 9vw, 124px) clamp(20px, 5vw, 76px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  align-items: center;
  gap: clamp(32px, 6vw, 84px);
  min-height: calc(100vh - 76px);
  background: linear-gradient(120deg, #fff 0%, #f9f8f2 52%, #f2f4eb 100%);
}

.hero h1,
.section-heading h2,
.split-section h2,
.portfolio h2 {
  margin: 0;
  color: var(--wine);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(3rem, 7.3vw, 7.4rem);
}

.hero h2 {
  margin: 18px 0 18px;
  color: var(--olive);
  font-size: clamp(1.55rem, 2.7vw, 2.7rem);
  line-height: 1.18;
}

.hero p {
  max-width: 660px;
  color: #4e4943;
  font-size: 1.08rem;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.button-primary {
  color: #fff;
  background: var(--cta);
  box-shadow: 0 16px 30px rgba(95, 127, 36, 0.22);
}

.button-secondary {
  color: var(--wine);
  background: #fff;
  border-color: var(--line);
}

.hero-visual {
  position: relative;
  min-height: 440px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.preserve-seal {
  position: absolute;
  right: clamp(14px, 3vw, 28px);
  bottom: clamp(14px, 3vw, 28px);
  width: min(168px, calc(100% - 28px));
  padding: 8px;
  background: rgba(58, 31, 31, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
}

.preserve-seal img {
  width: 100%;
  border-radius: calc(var(--radius) - 2px);
}

.section-heading {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading h2,
.split-section h2,
.portfolio h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.section-heading p:not(.eyebrow),
.split-section p {
  color: var(--muted);
  font-size: 1.05rem;
}

.icon-grid,
.card-grid,
.application-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.mini-card,
.beam-card,
.product-card,
.card-grid article,
.application-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.mini-card {
  min-height: 210px;
  padding: 22px;
}

.mini-card span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: #fff;
  background: var(--olive);
  border-radius: 50%;
  font-weight: 900;
}

h3 {
  margin: 0 0 10px;
  color: var(--wine);
  line-height: 1.22;
}

.mini-card p,
.beam-card p,
.product-card p,
.card-grid p {
  margin: 0;
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 7vw, 90px);
  align-items: start;
  background: var(--wine);
}

.split-section h2,
.split-section .eyebrow,
.split-section p {
  color: #fff;
}

.split-section p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.6vw, 1.32rem);
}

.section-muted {
  background: var(--technical);
}

.pillar-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  counter-reset: pillars;
}

.pillar-list li {
  position: relative;
  min-height: 220px;
  padding: 72px 20px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
}

.pillar-list li::before {
  counter-increment: pillars;
  content: "0" counter(pillars);
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--amber);
  font-size: 1.4rem;
  font-weight: 900;
}

.beam-grid,
.product-pair {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
}

.beam-card {
  padding: 24px;
}

.beam-diagram {
  position: relative;
  height: 170px;
  margin: 18px 0;
  overflow: hidden;
  background: linear-gradient(#fbfaf6, #ece8dd);
  border-radius: var(--radius);
}

.beam-diagram::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 50%;
  width: 88px;
  height: 16px;
  transform: translateX(-50%);
  background: var(--wine);
  border-radius: 14px 14px 4px 4px;
}

.beam-diagram::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 22px;
  height: 3px;
  background: #b6ad9e;
}

.beam-diagram span {
  position: absolute;
  top: 55px;
  left: 50%;
  width: 150px;
  height: 105px;
  transform: translateX(-50%);
  background: rgba(178, 122, 27, 0.34);
  clip-path: polygon(44% 0, 56% 0, 100% 100%, 0 100%);
}

.conventional span {
  width: 250px;
  background: rgba(178, 122, 27, 0.22);
  clip-path: polygon(38% 0, 62% 0, 100% 100%, 0 100%);
}

.full-cut span {
  width: 170px;
  clip-path: polygon(34% 0, 66% 0, 82% 100%, 18% 100%);
}

.full-cutoff span {
  width: 112px;
  background: rgba(178, 122, 27, 0.45);
  clip-path: polygon(26% 0, 74% 0, 74% 100%, 26% 100%);
}

.section-dark {
  color: #fff;
  background: var(--wine);
}

.section-dark .section-heading h2,
.section-dark .section-heading p {
  color: #fff;
}

.section-dark .eyebrow {
  color: #e0a33c;
}

.spectrum-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  max-width: 1120px;
  margin: 0 auto;
}

.spectrum-row div {
  min-height: 150px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
}

.spectrum-row strong,
.spectrum-row span {
  display: block;
}

.spectrum-row strong {
  color: #ffd58b;
  font-size: 1.65rem;
}

.spectrum-row span {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
}

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

.product-card {
  min-height: 260px;
  padding: 30px;
  background: linear-gradient(145deg, #fff, #faf9f3);
}

.product-tag {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 10px;
  color: var(--olive);
  background: #eef2e2;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 850;
}

.options {
  margin-top: 18px !important;
  color: var(--wine) !important;
  font-weight: 800;
}

.portfolio {
  max-width: 1180px;
  margin: 82px auto 0;
}

.edit-note {
  color: var(--muted);
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #fff;
}

th,
td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

th:first-child,
td:first-child {
  text-align: left;
}

thead th {
  color: var(--wine);
  background: #f8f6ef;
}

tbody td {
  color: var(--cta);
  font-size: 1.25rem;
  font-weight: 900;
}

tbody tr:last-child th,
tbody tr:last-child td {
  border-bottom: 0;
}

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

.card-grid article {
  padding: 24px;
}

.section-cta {
  margin: 34px auto 0;
}

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

.application-grid article {
  min-height: 118px;
  padding: 22px;
  color: var(--wine);
  font-weight: 800;
}

.partners {
  background: #fbfaf6;
}

.logo-placeholders {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 900px;
  margin: 0 auto;
}

.logo-placeholders div {
  display: grid;
  place-items: center;
  min-height: 120px;
  padding: 20px;
  color: var(--muted);
  border: 1px dashed #b8b0a0;
  border-radius: var(--radius);
  text-align: center;
}

.logo-placeholders small {
  color: var(--amber);
}

.contact-section {
  background: var(--technical);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 960px;
  margin: 0 auto;
}

label {
  display: grid;
  gap: 8px;
  color: var(--wine);
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 15px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

textarea {
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.contact-form button {
  width: fit-content;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 30px;
  padding: 48px clamp(20px, 5vw, 76px);
  color: rgba(255, 255, 255, 0.78);
  background: var(--wine);
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
}

.site-footer a {
  display: block;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(3rem, 12vw, 6rem);
  }

  .icon-grid,
  .pillar-list,
  .spectrum-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-grid,
  .application-grid,
  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 10px 8px;
  }

  .nav-cta {
    text-align: center;
  }

  .split-section,
  .beam-grid,
  .product-pair,
  .logo-placeholders,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .section,
  .section-band {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 68px;
    padding-inline: 16px;
  }

  .brand img {
    width: 100px;
  }

  .brand span {
    display: none;
  }

  .hero {
    gap: 26px;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 16vw, 4.4rem);
  }

  .hero-actions,
  .hero-actions .button,
  .contact-form button {
    width: 100%;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 320px;
  }

  .preserve-seal {
    position: static;
    width: min(170px, 64vw);
    margin: -92px 16px 16px auto;
    background: var(--wine);
  }

  .icon-grid,
  .pillar-list,
  .spectrum-row,
  .card-grid,
  .application-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .pillar-list li,
  .mini-card,
  .product-card {
    min-height: auto;
  }
}

/* Revisao visual: aproximacao premium/editorial da referencia aprovada. */
:root {
  --cream: #F8F3E7;
  --cream-deep: #EFE5D1;
  --olive-soft: #A4BD4A;
  --shadow-strong: 0 34px 90px rgba(58, 31, 31, 0.2);
}

body {
  background:
    radial-gradient(circle at 14% 0%, rgba(178, 122, 27, 0.16), transparent 34rem),
    linear-gradient(180deg, #fffaf0 0%, #ffffff 44%);
}

.site-header {
  min-height: 86px;
  padding: 18px clamp(22px, 5vw, 78px);
  background: rgba(248, 243, 231, 0.88);
  border-bottom: 1px solid rgba(58, 31, 31, 0.08);
  box-shadow: 0 18px 60px rgba(58, 31, 31, 0.06);
}

.brand {
  gap: 14px;
  padding: 9px 18px 9px 14px;
  background: #2f1919;
  box-shadow: 0 16px 34px rgba(58, 31, 31, 0.18);
}

.brand img {
  width: 136px;
}

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

.site-nav {
  gap: clamp(14px, 2vw, 30px);
  color: rgba(58, 31, 31, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-cta {
  padding: 12px 18px;
  color: #fff;
  background: var(--wine);
  border-color: var(--wine);
  box-shadow: 0 12px 28px rgba(58, 31, 31, 0.15);
}

.section,
.section-band {
  padding: clamp(86px, 10vw, 142px) clamp(20px, 5vw, 82px);
}

.hero {
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(32px, 4.8vw, 72px);
  min-height: calc(100vh - 86px);
  padding-top: clamp(76px, 7vw, 112px);
  padding-bottom: clamp(58px, 7vw, 94px);
  overflow: hidden;
  background:
    linear-gradient(100deg, rgba(248, 243, 231, 0.98) 0%, rgba(248, 243, 231, 0.94) 42%, rgba(248, 243, 231, 0.24) 64%, rgba(58, 31, 31, 0.08) 100%),
    var(--cream);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto auto -28% -16%;
  z-index: -1;
  width: 48vw;
  height: 48vw;
  min-width: 420px;
  min-height: 420px;
  background: radial-gradient(circle, rgba(164, 189, 74, 0.2), transparent 66%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 16% -8% auto auto;
  z-index: -1;
  width: 34vw;
  height: 34vw;
  min-width: 360px;
  min-height: 360px;
  border: 1px solid rgba(84, 107, 31, 0.16);
  border-radius: 50%;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.eyebrow {
  color: var(--olive);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
}

.hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--wine);
}

.hero .eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--amber);
}

.hero h1 {
  max-width: 660px;
  color: var(--wine);
  font-size: clamp(4.3rem, 8.6vw, 8.5rem);
  font-weight: 850;
  line-height: 0.88;
}

.hero h1 span {
  display: block;
}

.hero h1 span:nth-child(2) {
  color: var(--olive);
}

.hero h2 {
  max-width: 540px;
  margin: 28px 0 18px;
  color: var(--wine);
  font-size: clamp(1.3rem, 1.9vw, 2.05rem);
  font-weight: 800;
}

.hero p {
  max-width: 600px;
  color: rgba(43, 43, 43, 0.72);
  font-size: clamp(1.02rem, 1.1vw, 1.16rem);
}

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

.button {
  min-height: 54px;
  padding: 15px 22px;
  border-radius: 4px;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

.button-primary {
  background: linear-gradient(135deg, var(--cta), #78972f);
  box-shadow: 0 18px 40px rgba(95, 127, 36, 0.26);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.58);
  border-color: rgba(58, 31, 31, 0.2);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.hero-proof span {
  padding: 8px 12px;
  color: rgba(58, 31, 31, 0.78);
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(58, 31, 31, 0.1);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-visual {
  min-height: clamp(560px, 72vh, 780px);
  margin-right: clamp(-42px, -3vw, -18px);
  overflow: visible;
  border-radius: 0;
  box-shadow: none;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 6% 5% -5% 0;
  background: rgba(58, 31, 31, 0.14);
  filter: blur(30px);
  transform: rotate(-2deg);
}

.hero-visual > img {
  position: relative;
  width: 100%;
  height: clamp(560px, 72vh, 780px);
  min-height: 0;
  object-fit: cover;
  border-radius: 150px 0 0 150px;
  box-shadow: var(--shadow-strong);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 150px 0 0 150px;
  background: linear-gradient(90deg, rgba(58, 31, 31, 0.18), transparent 34%, rgba(84, 107, 31, 0.18));
  pointer-events: none;
}

.preserve-seal {
  z-index: 3;
  top: clamp(-42px, -4vw, -24px);
  right: clamp(22px, 5vw, 66px);
  bottom: auto;
  width: clamp(190px, 15vw, 248px);
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.preserve-seal img {
  height: auto;
  min-height: 0;
  object-fit: contain;
  border-radius: 0;
  filter: drop-shadow(0 24px 42px rgba(58, 31, 31, 0.24));
}

.section-heading {
  max-width: 940px;
  margin-bottom: 54px;
}

.section-heading.align-left {
  margin: 0;
  text-align: left;
}

.section-heading h2,
.split-section h2,
.portfolio h2 {
  font-size: clamp(2.45rem, 4.6vw, 4.75rem);
  font-weight: 850;
  line-height: 0.98;
}

.section-heading p:not(.eyebrow),
.split-section p {
  color: rgba(43, 43, 43, 0.68);
  font-size: 1.12rem;
}

.mini-card,
.beam-card,
.product-card,
.card-grid article,
.application-grid article {
  border-color: rgba(58, 31, 31, 0.1);
  box-shadow: 0 18px 50px rgba(58, 31, 31, 0.06);
}

.mini-card {
  padding: 26px 22px;
  background: linear-gradient(180deg, #ffffff, #fbf8ef);
}

.mini-card span {
  background: linear-gradient(135deg, var(--olive), var(--olive-soft));
}

.split-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(58, 31, 31, 0.98), rgba(58, 31, 31, 0.9)),
    var(--wine);
}

.split-section::after {
  content: "";
  position: absolute;
  right: -12vw;
  bottom: -22vw;
  width: 48vw;
  height: 48vw;
  border: 1px solid rgba(178, 122, 27, 0.28);
  border-radius: 50%;
}

.split-section .eyebrow {
  color: #d7ad59;
}

.split-section p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
}

.section-muted {
  background: linear-gradient(180deg, var(--cream), #f7f4eb);
}

.solution-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  max-width: 1180px;
  margin: 0 auto 46px;
}

.solution-visual {
  min-height: 310px;
  padding: 34px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(58, 31, 31, 0.92), rgba(84, 107, 31, 0.86)),
    var(--wine);
  border-radius: 4px;
  box-shadow: var(--shadow-strong);
}

.solution-visual span,
.solution-visual small {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.solution-visual strong {
  display: block;
  margin: 52px 0 22px;
  color: #fff;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 0.96;
}

.pillar-list {
  gap: 0;
  background: #fff;
  border: 1px solid rgba(58, 31, 31, 0.08);
  box-shadow: 0 24px 70px rgba(58, 31, 31, 0.08);
}

.pillar-list li {
  min-height: 245px;
  border: 0;
  border-right: 1px solid rgba(58, 31, 31, 0.08);
  border-radius: 0;
}

.pillar-list li:last-child {
  border-right: 0;
}

.beam-grid {
  max-width: 1160px;
}

.beam-card {
  padding: 30px;
  background: #fffdf8;
}

.section-dark {
  background:
    radial-gradient(circle at 18% 10%, rgba(178, 122, 27, 0.18), transparent 32rem),
    linear-gradient(145deg, #2b1717, var(--wine));
}

.spectrum-row div {
  min-height: 180px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(8px);
}

.product-card {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  padding: 38px;
  background: #fffdf8;
}

.product-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(84, 107, 31, 0.2);
  border-radius: 50%;
}

.portfolio {
  padding: clamp(28px, 4vw, 46px);
  background: #fff;
  border: 1px solid rgba(58, 31, 31, 0.08);
  box-shadow: 0 24px 80px rgba(58, 31, 31, 0.08);
}

.table-wrap {
  border-color: rgba(58, 31, 31, 0.08);
}

thead th {
  background: #f5eddd;
}

.card-grid article {
  padding: 30px;
  background: #fffdf8;
}

.application-grid {
  gap: 14px;
}

.application-grid article {
  display: flex;
  align-items: flex-end;
  min-height: 160px;
  padding: 24px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(58, 31, 31, 0.92), rgba(84, 107, 31, 0.84));
}

.partners {
  background: linear-gradient(180deg, #fffaf0, #f4ead7);
}

.logo-placeholders div {
  min-height: 150px;
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(58, 31, 31, 0.18);
}

.contact-section {
  background:
    linear-gradient(90deg, rgba(248, 243, 231, 0.96), rgba(255, 255, 255, 0.92)),
    var(--cream);
}

.contact-form {
  max-width: 1040px;
  padding: clamp(24px, 4vw, 42px);
  background: #fff;
  border: 1px solid rgba(58, 31, 31, 0.08);
  box-shadow: 0 24px 80px rgba(58, 31, 31, 0.08);
}

input,
textarea {
  background: #fbf8ef;
  border-color: rgba(58, 31, 31, 0.12);
}

.site-footer {
  padding-top: 62px;
  padding-bottom: 62px;
  background:
    radial-gradient(circle at 82% 10%, rgba(95, 127, 36, 0.22), transparent 25rem),
    var(--wine);
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 72px;
  }

  .hero-content {
    max-width: 780px;
  }

  .hero-visual {
    min-height: 560px;
    margin-right: 0;
  }

  .hero-visual > img,
  .hero-visual::after {
    height: 560px;
    border-radius: 90px 0 90px 0;
  }

  .preserve-seal {
    top: -34px;
    right: 38px;
  }

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

  .pillar-list li {
    border-right: 0;
    border-bottom: 1px solid rgba(58, 31, 31, 0.08);
  }
}

@media (max-width: 860px) {
  .site-header {
    min-height: 76px;
  }

  .site-nav {
    gap: 0;
    text-transform: none;
    letter-spacing: 0;
  }

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

  .hero h1 {
    font-size: clamp(3.7rem, 14vw, 6.2rem);
  }

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

  .hero-visual > img,
  .hero-visual::after {
    height: 500px;
    border-radius: 58px 0 58px 0;
  }

  .preserve-seal {
    width: 188px;
    top: -28px;
    right: 24px;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding-inline: 14px;
  }

  .brand {
    padding: 8px 12px;
  }

  .brand img {
    width: 108px;
  }

  .hero {
    padding-top: 54px;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 18vw, 4.8rem);
  }

  .hero h2 {
    font-size: 1.22rem;
  }

  .hero-visual {
    min-height: auto;
    padding-top: 88px;
  }

  .hero-visual > img,
  .hero-visual::after {
    height: 390px;
    border-radius: 34px 0 34px 0;
  }

  .preserve-seal {
    position: absolute;
    top: 0;
    right: 14px;
    width: 150px;
    margin: 0;
    padding: 7px;
  }

  .hero-proof {
    gap: 8px;
  }

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

  .solution-visual {
    min-height: 250px;
  }
}

/* Ajuste focado: header e hero mais fieis a referencia aprovada. */
.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  min-height: 92px;
  padding: 28px clamp(24px, 5vw, 76px);
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.brand {
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.brand img {
  width: clamp(132px, 12vw, 184px);
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.28));
}

.brand span {
  display: none;
}

.site-nav {
  gap: clamp(22px, 2.3vw, 42px);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.32);
}

.site-nav a:hover {
  color: #fff;
}

.nav-cta {
  padding: 10px 18px;
  color: rgba(255, 255, 255, 0.94);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.menu-toggle {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(8px);
}

.menu-toggle span {
  background: #fff;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100svh;
  padding: clamp(132px, 13vh, 172px) clamp(24px, 6vw, 92px) clamp(72px, 8vh, 112px);
  overflow: hidden;
  color: #fff;
  background: #18110e;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  background:
    linear-gradient(90deg, rgba(20, 14, 12, 0.82) 0%, rgba(34, 22, 18, 0.58) 38%, rgba(34, 22, 18, 0.2) 66%, rgba(20, 14, 12, 0.4) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, transparent 36%, rgba(0, 0, 0, 0.42) 100%);
  border-radius: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  background:
    radial-gradient(circle at 82% 38%, rgba(178, 122, 27, 0.18), transparent 26rem),
    radial-gradient(circle at 12% 72%, rgba(84, 107, 31, 0.22), transparent 28rem);
  border: 0;
  border-radius: 0;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: min(760px, 58vw);
}

.hero .eyebrow {
  gap: 16px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.42);
}

.hero .eyebrow::before {
  width: 58px;
  background: rgba(255, 255, 255, 0.58);
}

.hero h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(5.4rem, 9.6vw, 10.8rem);
  font-weight: 300;
  line-height: 0.82;
  letter-spacing: 0;
  text-shadow: 0 22px 60px rgba(0, 0, 0, 0.42);
}

.hero h1 span:nth-child(2) {
  color: #fff;
}

.hero h2 {
  max-width: 620px;
  margin: 34px 0 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
  font-weight: 400;
  line-height: 1.32;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.38);
}

.hero p {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.98rem, 1.05vw, 1.12rem);
  line-height: 1.75;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
}

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

.hero .button {
  min-height: 50px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero .button-primary {
  color: #fff;
  background: rgba(95, 127, 36, 0.84);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
}

.hero-visual::before {
  display: none;
}

.hero-visual::after {
  display: none;
}

.hero-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 62% 50%;
  border-radius: 0;
  filter: saturate(0.9) contrast(1.06) brightness(0.72);
  box-shadow: none;
}

.preserve-seal {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: clamp(34px, 7vw, 112px);
  bottom: auto;
  width: clamp(178px, 15.5vw, 254px);
  padding: 0;
  transform: translateY(-40%);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.preserve-seal img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  border-radius: 0;
  filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.34));
}

@media (max-width: 1180px) {
  .site-header {
    min-height: 84px;
    padding-top: 24px;
    padding-bottom: 18px;
  }

  .site-nav {
    gap: 18px;
    font-size: 0.72rem;
  }

  .hero {
    min-height: 920px;
    padding-top: 132px;
    align-items: flex-start;
  }

  .hero-content {
    max-width: 680px;
  }

  .hero h1 {
    font-size: clamp(5rem, 12vw, 8rem);
  }

  .preserve-seal {
    top: auto;
    right: 42px;
    bottom: 52px;
    width: 196px;
    transform: none;
  }
}

@media (max-width: 860px) {
  .site-header {
    min-height: 76px;
    padding: 18px 18px;
  }

  .brand img {
    width: 126px;
  }

  .site-nav {
    right: 18px;
    left: 18px;
    padding: 18px;
    color: var(--wine);
    background: rgba(255, 250, 240, 0.96);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
    text-shadow: none;
  }

  .site-nav a {
    color: var(--wine);
    padding: 11px 10px;
  }

  .nav-cta {
    color: #fff !important;
    background: var(--wine);
    border-color: var(--wine);
  }

  .hero {
    min-height: 100svh;
    padding: 118px 22px 34px;
    align-items: flex-start;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(20, 14, 12, 0.82) 0%, rgba(20, 14, 12, 0.58) 46%, rgba(20, 14, 12, 0.82) 100%),
      linear-gradient(90deg, rgba(20, 14, 12, 0.68), transparent);
  }

  .hero-content {
    max-width: 100%;
  }

  .hero h1 {
    font-size: clamp(4.2rem, 18vw, 7rem);
  }

  .hero h2 {
    max-width: 520px;
    margin-top: 26px;
  }

  .hero p {
    max-width: 540px;
  }

  .hero-visual > img {
    object-position: 65% 50%;
  }

  .preserve-seal {
    right: 22px;
    bottom: 28px;
    width: clamp(124px, 26vw, 160px);
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 16px;
  }

  .brand img {
    width: 112px;
  }

  .hero {
    min-height: 100svh;
    padding: 104px 18px 26px;
  }

  .hero .eyebrow {
    margin-bottom: 18px;
    font-size: 0.68rem;
    letter-spacing: 0.18em;
  }

  .hero .eyebrow::before {
    width: 34px;
  }

  .hero h1 {
    max-width: 340px;
    font-size: clamp(3.8rem, 20vw, 5.6rem);
    line-height: 0.86;
  }

  .hero h2 {
    max-width: 320px;
    margin-top: 22px;
    font-size: 1rem;
  }

  .hero p {
    max-width: 320px;
    font-size: 0.92rem;
    line-height: 1.58;
  }

  .hero-actions {
    margin-top: 22px;
    max-width: 310px;
  }

  .hero .button {
    width: 100%;
    min-height: 48px;
    padding-inline: 18px;
    font-size: 0.74rem;
  }

  .hero-visual > img {
    object-position: 70% 50%;
    filter: saturate(0.88) contrast(1.08) brightness(0.66);
  }

  .preserve-seal {
    right: 16px;
    bottom: 18px;
    width: clamp(98px, 27vw, 124px);
  }
}

/* Ajuste fino do selo Luz que Preserva na hero. */
.preserve-seal {
  top: 20%;
  right: clamp(48px, 6vw, 86px);
  bottom: auto;
  width: clamp(168px, 14.2vw, 232px);
  transform: none;
  z-index: 4;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.preserve-seal img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  filter: drop-shadow(0 22px 40px rgba(0, 0, 0, 0.32));
}

@media (max-width: 1180px) {
  .preserve-seal {
    top: 18%;
    right: clamp(34px, 5vw, 58px);
    bottom: auto;
    width: clamp(148px, 15vw, 184px);
    transform: none;
  }
}

@media (max-width: 860px) {
  .preserve-seal {
    top: 108px;
    right: 22px;
    bottom: auto;
    width: clamp(104px, 17vw, 136px);
  }
}

@media (max-width: 620px) {
  .preserve-seal {
    top: 96px;
    right: 18px;
    bottom: auto;
    width: clamp(86px, 25vw, 106px);
  }
}

/* Header premium com estado transparente e estado fixo apos scroll. */
.site-header {
  position: fixed;
  min-height: 92px;
  padding: 26px clamp(24px, 5vw, 76px);
  background: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  transition: min-height 0.28s ease, padding 0.28s ease, background 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.site-header .brand {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.site-header .brand img {
  width: clamp(132px, 11vw, 176px);
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.26));
  transition: width 0.28s ease, filter 0.28s ease;
}

.site-header .brand span {
  display: none;
}

.site-header .site-nav {
  gap: clamp(20px, 2.1vw, 38px);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.76rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}

.site-header .site-nav > a:not(.nav-cta) {
  color: currentColor;
}

.site-header .nav-cta {
  padding: 10px 18px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  box-shadow: none;
}

.header-social {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.header-social a {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: currentColor;
  opacity: 0.9;
}

.header-social svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.site-header.is-scrolled {
  min-height: 68px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: rgba(255, 250, 240, 0.94);
  border-bottom-color: rgba(58, 31, 31, 0.08);
  box-shadow: 0 16px 46px rgba(58, 31, 31, 0.11);
  backdrop-filter: blur(14px);
}

.site-header.is-scrolled .brand img {
  width: clamp(112px, 9vw, 142px);
  filter: brightness(0) saturate(100%) invert(14%) sepia(16%) saturate(1441%) hue-rotate(314deg) brightness(92%) contrast(88%);
}

.site-header.is-scrolled .site-nav {
  color: var(--wine);
  text-shadow: none;
}

.site-header.is-scrolled .nav-cta {
  color: var(--wine);
  background: rgba(84, 107, 31, 0.08);
  border-color: rgba(84, 107, 31, 0.22);
}

.site-header.is-scrolled .menu-toggle {
  background: rgba(58, 31, 31, 0.04);
  border-color: rgba(58, 31, 31, 0.18);
}

.site-header.is-scrolled .menu-toggle span {
  background: var(--wine);
}

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

.footer-institutional p {
  margin: 8px 0;
}

@media (max-width: 1180px) {
  .site-header .site-nav {
    gap: 14px;
    font-size: 0.68rem;
    letter-spacing: 0.07em;
  }

  .header-social {
    gap: 8px;
  }
}

@media (max-width: 860px) {
  .site-header,
  .site-header.is-scrolled {
    min-height: 74px;
    padding: 16px 18px;
  }

  .site-header .brand img,
  .site-header.is-scrolled .brand img {
    width: 118px;
  }

  .site-header .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px;
    color: var(--wine);
    background: rgba(255, 250, 240, 0.97);
    border: 1px solid rgba(58, 31, 31, 0.08);
    border-radius: var(--radius);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
    text-shadow: none;
  }

  .site-header .site-nav.is-open {
    display: flex;
  }

  .site-header .site-nav a {
    color: var(--wine);
    padding: 11px 10px;
  }

  .site-header .nav-cta {
    color: #fff;
    background: var(--wine);
    border-color: var(--wine);
    text-align: center;
  }

  .header-social {
    justify-content: center;
    gap: 18px;
    margin-top: 10px;
    padding-top: 14px;
    border-top: 1px solid rgba(58, 31, 31, 0.1);
  }

  .header-social a {
    width: 30px;
    height: 30px;
  }

  .header-social svg {
    width: 19px;
    height: 19px;
  }

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

@media (max-width: 620px) {
  .site-header,
  .site-header.is-scrolled {
    min-height: 68px;
    padding: 14px 16px;
  }

  .site-header .brand img,
  .site-header.is-scrolled .brand img {
    width: 108px;
  }

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

/* Refinamento editorial das duas dobras apos a hero. */
#sobre {
  position: relative;
  overflow: hidden;
  padding-top: clamp(96px, 10vw, 148px);
  padding-bottom: clamp(86px, 9vw, 132px);
  background:
    radial-gradient(circle at 10% 0%, rgba(178, 122, 27, 0.1), transparent 30rem),
    linear-gradient(180deg, #fffaf0 0%, #f7f0e2 100%);
}

#sobre::before {
  content: "";
  position: absolute;
  top: 72px;
  right: clamp(20px, 7vw, 112px);
  width: clamp(160px, 18vw, 280px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(84, 107, 31, 0.34), transparent);
}

#sobre .section-heading {
  max-width: 980px;
  margin-bottom: clamp(42px, 5vw, 68px);
}

#sobre .section-heading h2 {
  color: var(--wine);
  font-size: clamp(2.75rem, 5vw, 5.6rem);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: 0;
}

#sobre .section-heading p:not(.eyebrow) {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(43, 43, 43, 0.66);
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  line-height: 1.82;
}

#sobre .icon-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  max-width: 1180px;
}

#sobre .mini-card {
  min-height: 206px;
  padding: 24px 22px 26px;
  background: rgba(255, 255, 255, 0.36);
  border: 1px solid rgba(58, 31, 31, 0.1);
  border-radius: 6px;
  box-shadow: none;
  backdrop-filter: blur(6px);
}

#sobre .mini-card span {
  width: 34px;
  height: 34px;
  margin-bottom: 28px;
  color: var(--olive);
  background: rgba(84, 107, 31, 0.08);
  border: 1px solid rgba(84, 107, 31, 0.18);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 600;
}

#sobre .mini-card h3 {
  margin-bottom: 12px;
  color: var(--wine);
  font-size: 1rem;
  font-weight: 500;
}

#sobre .mini-card p {
  color: rgba(43, 43, 43, 0.6);
  font-size: 0.9rem;
  line-height: 1.62;
}

#problema.split-section {
  position: relative;
  isolation: isolate;
  min-height: clamp(560px, 66vh, 720px);
  align-items: center;
  padding-top: clamp(112px, 11vw, 168px);
  padding-bottom: clamp(112px, 11vw, 168px);
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(178, 122, 27, 0.16), transparent 28rem),
    linear-gradient(135deg, #241414 0%, #3A1F1F 58%, #2a1717 100%);
}

#problema.split-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  right: clamp(-260px, -13vw, -120px);
  top: 54%;
  width: clamp(620px, 56vw, 920px);
  aspect-ratio: 1;
  transform: translateY(-50%) rotate(-5deg);
  opacity: 0.28;
  pointer-events: none;
  background: url("assets/images/tartaruga-problema-outline.png") center / contain no-repeat;
}

#problema.split-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: clamp(20px, 5vw, 82px);
  bottom: clamp(40px, 6vw, 96px);
  width: clamp(170px, 20vw, 320px);
  height: 1px;
  background: linear-gradient(90deg, rgba(178, 122, 27, 0.82), rgba(84, 107, 31, 0.28), transparent);
  border: 0;
  border-radius: 0;
}

#problema > div,
#problema > p {
  position: relative;
  z-index: 1;
}

#problema .eyebrow {
  color: rgba(224, 163, 60, 0.86);
  font-weight: 500;
}

#problema h2 {
  max-width: 760px;
  color: #fffaf0;
  font-size: clamp(3.3rem, 5.8vw, 7rem);
  font-weight: 300;
  line-height: 0.94;
  letter-spacing: 0;
}

#problema > p {
  position: relative;
  max-width: 620px;
  margin: 0;
  padding-left: clamp(22px, 3vw, 42px);
  color: rgba(255, 250, 240, 0.78);
  border-left: 1px solid rgba(178, 122, 27, 0.34);
  font-size: clamp(1.02rem, 1.2vw, 1.2rem);
  line-height: 1.9;
}

@media (max-width: 1080px) {
  #sobre .icon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #sobre .mini-card {
    min-height: 178px;
  }

  #problema.split-section {
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(28px, 5vw, 60px);
  }

  #problema h2 {
    font-size: clamp(3rem, 6vw, 5.4rem);
  }
}

@media (max-width: 760px) {
  #sobre {
    padding-top: 76px;
    padding-bottom: 74px;
  }

  #sobre .section-heading {
    text-align: left;
  }

  #sobre .section-heading h2 {
    font-size: clamp(2.35rem, 11vw, 3.8rem);
  }

  #sobre .section-heading p:not(.eyebrow) {
    margin-left: 0;
    margin-right: 0;
  }

  #sobre .icon-grid {
    grid-template-columns: 1fr;
  }

  #sobre .mini-card {
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 16px;
    min-height: auto;
  }

  #sobre .mini-card span {
    grid-row: 1 / span 2;
    margin-bottom: 0;
  }

  #problema.split-section {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 92px;
    padding-bottom: 96px;
  }

  #problema.split-section::before {
    right: -240px;
    top: 58%;
    width: 520px;
    opacity: 0.14;
  }

  #problema h2 {
    font-size: clamp(2.6rem, 12vw, 4.25rem);
  }

  #problema > p {
    padding-left: 22px;
    font-size: 0.98rem;
    line-height: 1.76;
  }
}

/* Iconografia outline dos cards de ecossistemas costeiros. */
#sobre .mini-card .card-icon {
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 28px;
  color: rgba(84, 107, 31, 0.72);
  background: transparent;
  border: 0;
  border-radius: 0;
}

#sobre .mini-card .card-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

#sobre .mini-card .card-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#sobre .mini-card:hover .card-icon {
  color: rgba(58, 31, 31, 0.76);
}

@media (max-width: 760px) {
  #sobre .mini-card .card-icon {
    grid-row: 1 / span 2;
    width: 38px;
    height: 38px;
    margin-bottom: 0;
  }
}

/* Refinamento da dobra Solucao Tecnica. */
#solucao.section-muted {
  position: relative;
  overflow: hidden;
  padding-top: clamp(96px, 10vw, 150px);
  padding-bottom: clamp(92px, 10vw, 142px);
  background:
    radial-gradient(circle at 88% 8%, rgba(84, 107, 31, 0.13), transparent 28rem),
    linear-gradient(180deg, #f7f0e2 0%, #fffaf0 58%, #f4ead7 100%);
}

#solucao::before {
  content: "";
  position: absolute;
  left: clamp(20px, 5vw, 82px);
  top: clamp(54px, 6vw, 92px);
  width: clamp(160px, 18vw, 300px);
  height: 1px;
  background: linear-gradient(90deg, rgba(178, 122, 27, 0.58), rgba(84, 107, 31, 0.22), transparent);
}

#solucao .solution-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.62fr);
  align-items: center;
  gap: clamp(36px, 6vw, 92px);
  max-width: 1180px;
  margin-bottom: clamp(48px, 6vw, 78px);
}

#solucao .section-heading h2 {
  max-width: 680px;
  color: var(--wine);
  font-size: clamp(2.9rem, 4.85vw, 5.65rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

#solucao .section-heading p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 26px;
  color: rgba(43, 43, 43, 0.66);
  font-size: clamp(1rem, 1.12vw, 1.17rem);
  line-height: 1.82;
}

#solucao .solution-visual {
  position: relative;
  min-height: 318px;
  padding: clamp(36px, 3.8vw, 48px);
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(35, 52, 22, 0.94), rgba(84, 107, 31, 0.88)),
    var(--olive);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  box-shadow: 0 22px 58px rgba(58, 31, 31, 0.14);
}

#solucao .solution-visual::before {
  content: "";
  position: absolute;
  right: -18%;
  bottom: -30%;
  width: 72%;
  height: 72%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

#solucao .solution-visual::after {
  content: "";
  position: absolute;
  left: 38px;
  right: 38px;
  bottom: 50px;
  height: 96px;
  background: linear-gradient(180deg, rgba(178, 122, 27, 0.28), rgba(178, 122, 27, 0));
  clip-path: polygon(46% 0, 54% 0, 70% 100%, 30% 100%);
  opacity: 0.62;
}

#solucao .solution-visual span,
#solucao .solution-visual .solution-tech-card-title,
#solucao .solution-visual small {
  position: relative;
  z-index: 1;
}

#solucao .solution-visual span {
  color: rgba(255, 244, 221, 0.72);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}

#solucao .solution-tech-card-title {
  width: max-content;
  max-width: 100%;
  margin: 38px 0 24px;
  color: #fff;
  font-size: clamp(3.25rem, 4.7vw, 5.25rem);
  font-weight: 300;
  line-height: 0.92;
  letter-spacing: 0;
}

#solucao .solution-tech-card-title span {
  display: block;
  white-space: nowrap;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

#solucao .solution-visual small {
  max-width: 330px;
  color: rgba(255, 250, 240, 0.78);
  font-size: 0.92rem;
  line-height: 1.62;
  text-transform: none;
  letter-spacing: 0;
}

#solucao .pillar-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  max-width: 1180px;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(58, 31, 31, 0.075);
  border-radius: 6px;
  box-shadow: none;
  backdrop-filter: blur(8px);
}

#solucao .pillar-list li {
  min-height: 246px;
  padding: 92px 26px 30px;
  color: rgba(43, 43, 43, 0.62);
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(58, 31, 31, 0.07);
  border-radius: 0;
}

#solucao .pillar-list li:last-child {
  border-right: 0;
}

#solucao .pillar-list li::before {
  top: 30px;
  left: 26px;
  color: rgba(178, 122, 27, 0.62);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

#solucao .pillar-list strong {
  display: block;
  max-width: 210px;
  color: var(--wine);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.22;
}

#solucao .pillar-list span {
  display: block;
  margin-top: 20px;
  color: rgba(43, 43, 43, 0.6);
  font-size: 0.9rem;
  line-height: 1.62;
}

@media (max-width: 1080px) {
  #solucao .solution-layout {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.58fr);
    gap: 34px;
  }

  #solucao .solution-visual {
    min-height: 286px;
    padding: 34px;
  }

  #solucao .pillar-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #solucao .pillar-list li {
    min-height: 210px;
    border-right: 0;
    border-bottom: 1px solid rgba(58, 31, 31, 0.07);
  }
}

@media (max-width: 760px) {
  #solucao.section-muted {
    padding-top: 76px;
    padding-bottom: 82px;
  }

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

  #solucao .section-heading h2 {
    font-size: clamp(2.45rem, 10.5vw, 3.75rem);
    line-height: 1.02;
  }

  #solucao .solution-visual {
    min-height: 254px;
    padding: 30px;
  }

  #solucao .solution-tech-card-title {
    margin-top: 34px;
    font-size: clamp(2.75rem, 10.6vw, 3.85rem);
  }

  #solucao .pillar-list {
    grid-template-columns: 1fr;
  }

  #solucao .pillar-list li {
    min-height: auto;
    padding: 72px 22px 26px;
    border-right: 0;
    border-bottom: 1px solid rgba(58, 31, 31, 0.07);
  }

  #solucao .pillar-list li:last-child {
    border-bottom: 0;
  }
}

/* Ajuste pontual de protagonismo do titulo no card verde Full Cut. */
#solucao .solution-layout {
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 0.78fr);
}

#solucao .solution-visual {
  padding: clamp(36px, 3.4vw, 44px);
}

#solucao .solution-tech-card-title {
  width: max-content;
  max-width: 100%;
  margin: 0 0 24px;
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  line-height: 0.92;
  letter-spacing: 0;
}

#solucao .solution-tech-card-title span {
  display: block;
  white-space: nowrap;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

#solucao .solution-visual small {
  max-width: 360px;
}

@media (max-width: 1080px) {
  #solucao .solution-layout {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.72fr);
  }

  #solucao .solution-tech-card-title {
    font-size: 52px;
  }
}

@media (max-width: 760px) {
  #solucao .solution-layout {
    grid-template-columns: 1fr;
  }

  #solucao .solution-visual {
    padding: 34px;
  }

  #solucao .solution-tech-card-title {
    font-size: 44px;
    line-height: 0.92;
  }
}

@media (max-width: 420px) {
  #solucao .solution-tech-card-title {
    font-size: 40px;
    letter-spacing: 0;
  }
}

/* Dobra Prova Tecnica: controle optico + espectro. */
#prova-tecnica.section-muted {
  position: relative;
  overflow: hidden;
  padding-top: clamp(96px, 10vw, 150px);
  padding-bottom: clamp(92px, 10vw, 142px);
  background:
    radial-gradient(circle at 12% 12%, rgba(178, 122, 27, 0.13), transparent 30rem),
    radial-gradient(circle at 90% 2%, rgba(84, 107, 31, 0.12), transparent 28rem),
    linear-gradient(180deg, #f4ead7 0%, #fffaf0 48%, #f6edde 100%);
}

#prova-tecnica::before {
  content: "";
  position: absolute;
  top: clamp(54px, 6vw, 90px);
  right: clamp(20px, 6vw, 94px);
  width: clamp(180px, 20vw, 340px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(178, 122, 27, 0.5), rgba(84, 107, 31, 0.24));
}

#prova-tecnica .section-heading {
  max-width: 1040px;
  margin-bottom: clamp(46px, 6vw, 76px);
}

#prova-tecnica .section-heading h2 {
  color: var(--wine);
  font-size: clamp(2.75rem, 5.1vw, 5.9rem);
  font-weight: 300;
  line-height: 0.98;
}

#prova-tecnica .section-heading p:not(.eyebrow) {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(43, 43, 43, 0.66);
  font-size: clamp(1rem, 1.14vw, 1.18rem);
  line-height: 1.82;
}

.technical-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: clamp(18px, 2.8vw, 34px);
  max-width: 1180px;
  margin: 0 auto;
}

.technical-proof-card {
  min-width: 0;
  padding: clamp(26px, 3.6vw, 42px);
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(58, 31, 31, 0.09);
  border-radius: 6px;
  box-shadow: 0 22px 62px rgba(58, 31, 31, 0.07);
  backdrop-filter: blur(8px);
}

.proof-card-copy {
  max-width: 620px;
}

.proof-kicker {
  margin: 0 0 14px;
  color: rgba(84, 107, 31, 0.82);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.technical-proof-card h3 {
  margin: 0;
  color: var(--wine);
  font-size: clamp(1.95rem, 3vw, 3.3rem);
  font-weight: 300;
  line-height: 1.02;
}

.technical-proof-card p {
  color: rgba(43, 43, 43, 0.66);
  line-height: 1.72;
}

.optical-compare {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.optical-item {
  padding: 18px 16px 16px;
  background: rgba(255, 250, 240, 0.5);
  border: 1px solid rgba(58, 31, 31, 0.08);
  border-radius: 6px;
}

.optical-item h4 {
  margin: 16px 0 8px;
  color: var(--wine);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.2;
}

.optical-item p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.48;
}

.proof-beam {
  position: relative;
  height: 112px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.65), rgba(244, 234, 215, 0.38));
  border-radius: 4px;
}

.proof-beam::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 50%;
  width: 54px;
  height: 10px;
  transform: translateX(-50%);
  background: rgba(58, 31, 31, 0.78);
  border-radius: 10px 10px 2px 2px;
}

.proof-beam::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 18px;
  left: 16px;
  height: 1px;
  background: rgba(58, 31, 31, 0.2);
}

.proof-beam span {
  position: absolute;
  top: 36px;
  left: 50%;
  height: 68px;
  transform: translateX(-50%);
  background: rgba(178, 122, 27, 0.28);
}

.proof-beam-conventional span {
  width: 118px;
  clip-path: polygon(40% 0, 60% 0, 100% 100%, 0 100%);
  opacity: 0.75;
}

.proof-beam-full span {
  width: 82px;
  clip-path: polygon(32% 0, 68% 0, 84% 100%, 16% 100%);
}

.proof-beam-cutoff span {
  width: 54px;
  background: rgba(178, 122, 27, 0.4);
  clip-path: polygon(20% 0, 80% 0, 72% 100%, 28% 100%);
}

.spectrum-chart {
  margin-top: 34px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(58, 31, 31, 0.92), rgba(58, 31, 31, 0.86)),
    var(--wine);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
}

.spectrum-chart svg {
  display: block;
  width: 100%;
  height: auto;
}

.spectrum-grid {
  fill: none;
  stroke: rgba(255, 250, 240, 0.12);
  stroke-width: 1;
}

.spectrum-band {
  fill: url(#spectral-gradient);
  opacity: 0.9;
}

.spectrum-area {
  fill: url(#curve-fill);
}

.spectrum-curve {
  fill: none;
  stroke: #d49a3d;
  stroke-width: 4;
  stroke-linecap: round;
}

.blue-range {
  fill: none;
  stroke: rgba(108, 132, 204, 0.72);
  stroke-width: 3;
  stroke-linecap: round;
}

.spectrum-chart text {
  fill: rgba(255, 250, 240, 0.58);
  font-size: 16px;
  font-family: "Aptos", "Segoe UI", system-ui, sans-serif;
}

.spectrum-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.spectrum-labels span {
  padding: 7px 10px;
  color: rgba(255, 250, 240, 0.76);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 0.76rem;
}

.proof-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1180px;
  margin: 24px auto 0;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(58, 31, 31, 0.08);
  border-radius: 6px;
}

.proof-pillars article {
  padding: 24px 22px;
  border-right: 1px solid rgba(58, 31, 31, 0.08);
}

.proof-pillars article:last-child {
  border-right: 0;
}

.proof-pillars span {
  display: block;
  margin-bottom: 18px;
  color: rgba(178, 122, 27, 0.72);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.proof-pillars h3 {
  margin: 0 0 10px;
  color: var(--wine);
  font-size: 1rem;
  font-weight: 500;
}

.proof-pillars p {
  margin: 0;
  color: rgba(43, 43, 43, 0.62);
  font-size: 0.9rem;
  line-height: 1.58;
}

#prova-tecnica .section-cta {
  display: flex;
  width: fit-content;
  margin-top: 34px;
}

@media (max-width: 1080px) {
  .technical-proof-grid {
    grid-template-columns: 1fr;
  }

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

  .proof-pillars article {
    border-right: 0;
    border-bottom: 1px solid rgba(58, 31, 31, 0.08);
  }
}

@media (max-width: 760px) {
  #prova-tecnica.section-muted {
    padding-top: 76px;
    padding-bottom: 82px;
  }

  #prova-tecnica .section-heading {
    text-align: left;
  }

  #prova-tecnica .section-heading h2 {
    font-size: clamp(2.45rem, 11vw, 3.95rem);
  }

  #prova-tecnica .section-heading p:not(.eyebrow) {
    margin-left: 0;
    margin-right: 0;
  }

  .technical-proof-card {
    padding: 24px;
  }

  .optical-compare {
    grid-template-columns: 1fr;
  }

  .spectrum-chart {
    padding: 12px;
  }

  .spectrum-labels {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .proof-pillars article {
    border-right: 0;
  }
}

/* Dobra Parceiros: legitimidade institucional e preservacao costeira. */
.partners-section {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 760px;
  overflow: hidden;
  color: #fffaf0;
  background: #18201c;
}

.partners-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(0.92) contrast(1.04);
}

.partners-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(20, 18, 15, 0.82) 0%, rgba(20, 18, 15, 0.54) 39%, rgba(20, 18, 15, 0.18) 100%),
    linear-gradient(180deg, rgba(20, 18, 15, 0.28), rgba(20, 18, 15, 0.62));
}

.partners-section::after {
  content: "";
  position: absolute;
  right: -12vw;
  bottom: -14vw;
  z-index: 1;
  width: 46vw;
  max-width: 680px;
  aspect-ratio: 1;
  pointer-events: none;
  border: 1px solid rgba(255, 250, 240, 0.12);
  border-radius: 50%;
  box-shadow: inset 0 0 0 72px rgba(255, 250, 240, 0.018);
}

.partners-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(250px, 0.36fr);
  gap: clamp(24px, 3vw, 44px);
  align-items: end;
  width: min(1020px, 100%);
  margin: 0 auto 0 0;
  padding: clamp(34px, 4vw, 52px);
  background: linear-gradient(135deg, rgba(30, 24, 21, 0.68), rgba(30, 24, 21, 0.28));
  border: 1px solid rgba(255, 250, 240, 0.11);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(9px);
}

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

.partners-copy .eyebrow {
  color: #d8a047;
}

.partners-copy h2 {
  max-width: 660px;
  margin: 0 0 24px;
  color: #fffaf0;
  font-size: clamp(2.45rem, 4.75vw, 5rem);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: 0;
}

.partners-copy p:not(.eyebrow) {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 250, 240, 0.74);
  font-size: clamp(0.96rem, 1vw, 1.03rem);
  line-height: 1.66;
}

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

.partners-credentials {
  padding: clamp(18px, 2.1vw, 24px);
  background: rgba(255, 250, 240, 0.86);
  border: 1px solid rgba(255, 250, 240, 0.2);
  border-radius: 6px;
}

.partners-credentials > span {
  display: block;
  margin-bottom: 18px;
  color: rgba(58, 31, 31, 0.66);
  font-size: 0.74rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partners-logos {
  display: grid;
  gap: 12px;
}

.partners-logos figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 118px;
  margin: 0;
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(58, 31, 31, 0.1);
  border-radius: 5px;
}

.partners-logos img {
  width: auto;
  max-width: 185px;
  max-height: 84px;
  object-fit: contain;
}

@media (max-width: 1080px) {
  .partners-section {
    min-height: 700px;
  }

  .partners-panel {
    grid-template-columns: 1fr;
    align-items: start;
    width: min(860px, 100%);
    margin-right: auto;
    margin-left: 0;
  }

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

@media (max-width: 760px) {
  .partners-section {
    min-height: auto;
    padding-top: 82px;
    padding-bottom: 86px;
  }

  .partners-bg {
    object-position: 64% center;
  }

  .partners-section::before {
    background:
      linear-gradient(180deg, rgba(20, 18, 15, 0.76) 0%, rgba(20, 18, 15, 0.62) 48%, rgba(20, 18, 15, 0.86) 100%);
  }

  .partners-section::after {
    right: -46vw;
    bottom: -18vw;
    width: 92vw;
  }

  .partners-panel {
    padding: 24px;
    background: linear-gradient(135deg, rgba(30, 24, 21, 0.66), rgba(30, 24, 21, 0.3));
  }

  .partners-copy h2 {
    font-size: clamp(2.1rem, 9vw, 3.15rem);
    line-height: 1;
  }

  .partners-copy p:not(.eyebrow) {
    font-size: 0.96rem;
  }

  .partners-credentials {
    padding: 18px;
  }

  .partners-logos {
    grid-template-columns: 1fr;
  }

  .partners-logos figure {
    min-height: 118px;
  }
}

/* Dobra Produtos: portfolio tecnico costeiro. */
#produtos {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fbf7ed 0%, #f4ecdc 100%);
}

#produtos::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(58, 31, 31, 0.06), transparent 36%),
    repeating-linear-gradient(90deg, rgba(58, 31, 31, 0.035) 0 1px, transparent 1px 92px);
  opacity: 0.5;
}

#produtos > * {
  position: relative;
  z-index: 1;
}

#produtos .section-heading {
  max-width: 880px;
  margin-bottom: clamp(36px, 5vw, 66px);
}

#produtos .section-heading h2 {
  color: var(--wine);
  font-weight: 300;
  letter-spacing: 0;
}

#produtos .section-heading p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(43, 43, 43, 0.66);
}

#produtos .product-pair {
  align-items: stretch;
  max-width: 1180px;
  gap: clamp(18px, 2vw, 28px);
}

#produtos .product-card {
  display: grid;
  grid-template-columns: minmax(140px, 0.38fr) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 36px);
  min-height: 360px;
  padding: clamp(28px, 3.4vw, 44px);
  background: linear-gradient(145deg, rgba(255, 253, 248, 0.98), rgba(246, 239, 226, 0.92));
  border: 1px solid rgba(58, 31, 31, 0.09);
  border-radius: 6px;
  box-shadow: 0 24px 70px rgba(58, 31, 31, 0.08);
}

#produtos .product-card::after {
  right: -70px;
  bottom: -86px;
  width: 220px;
  height: 220px;
  border-color: rgba(84, 107, 31, 0.14);
}

.product-visual {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  align-self: stretch;
  background:
    linear-gradient(180deg, rgba(84, 107, 31, 0.08), rgba(178, 122, 27, 0.05)),
    #f4ecde;
  border: 1px solid rgba(58, 31, 31, 0.08);
  border-radius: 5px;
}

.product-visual::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 50%;
  width: 76px;
  height: 14px;
  transform: translateX(-50%);
  background: rgba(58, 31, 31, 0.82);
  border-radius: 14px 14px 3px 3px;
}

.product-visual::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 34px;
  left: 18px;
  height: 1px;
  background: rgba(58, 31, 31, 0.18);
}

.product-visual span {
  position: absolute;
  top: 70px;
  left: 50%;
  height: 130px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(202, 143, 49, 0.34), rgba(202, 143, 49, 0));
}

.product-card-full-cut .product-visual span {
  width: 126px;
  clip-path: polygon(34% 0, 66% 0, 84% 100%, 16% 100%);
}

.product-card-cutoff .product-visual span {
  width: 86px;
  background: linear-gradient(180deg, rgba(202, 143, 49, 0.42), rgba(202, 143, 49, 0));
  clip-path: polygon(24% 0, 76% 0, 68% 100%, 32% 100%);
}

#produtos .product-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#produtos .product-tag {
  margin-bottom: 24px;
  padding: 7px 12px;
  color: var(--olive);
  background: rgba(84, 107, 31, 0.09);
  border: 1px solid rgba(84, 107, 31, 0.16);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#produtos .product-card h3 {
  margin: 0 0 16px;
  color: var(--wine);
  font-size: clamp(1.75rem, 2.1vw, 2.45rem);
  font-weight: 350;
  line-height: 1.05;
  letter-spacing: 0;
}

#produtos .product-card p {
  margin: 0;
  color: rgba(43, 43, 43, 0.68);
  font-size: 0.98rem;
  line-height: 1.7;
}

#produtos .options {
  width: 100%;
  margin: 24px 0 0 !important;
  padding: 14px 0;
  color: rgba(58, 31, 31, 0.86) !important;
  border-top: 1px solid rgba(58, 31, 31, 0.1);
  border-bottom: 1px solid rgba(58, 31, 31, 0.1);
  font-size: 0.9rem !important;
  font-weight: 600;
}

.product-application {
  margin-top: 18px !important;
  font-size: 0.9rem !important;
}

.product-application strong {
  display: block;
  margin-bottom: 5px;
  color: var(--olive);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#produtos .portfolio {
  max-width: 1180px;
  margin-top: clamp(54px, 7vw, 92px);
  padding: clamp(26px, 4vw, 48px);
  overflow: hidden;
  background: rgba(255, 253, 248, 0.78);
  border: 1px solid rgba(58, 31, 31, 0.09);
  border-radius: 6px;
  box-shadow: 0 24px 80px rgba(58, 31, 31, 0.07);
  backdrop-filter: blur(10px);
}

.portfolio-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.portfolio-heading h2 {
  margin: 0 0 12px;
  color: var(--wine);
  font-size: clamp(1.95rem, 3.4vw, 3.7rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

#produtos .edit-note {
  max-width: 690px;
  margin: 0;
  color: rgba(43, 43, 43, 0.62);
}

#produtos .table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(58, 31, 31, 0.1);
  border-radius: 6px;
  background: #fffdf8;
}

#produtos table {
  min-width: 800px;
  background: transparent;
}

#produtos th,
#produtos td {
  padding: 17px 18px;
  border-bottom: 1px solid rgba(58, 31, 31, 0.08);
}

#produtos thead th {
  color: rgba(58, 31, 31, 0.7);
  background: rgba(84, 107, 31, 0.08);
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#produtos tbody th {
  color: var(--wine);
  font-weight: 500;
}

#produtos tbody td {
  color: var(--olive);
  font-size: 1rem;
  font-weight: 650;
}

#produtos tbody td.is-unavailable {
  color: rgba(58, 31, 31, 0.32);
  font-weight: 500;
}

#produtos tbody td + td {
  border-left: 1px solid rgba(58, 31, 31, 0.04);
}

#produtos tbody tr:last-child th,
#produtos tbody tr:last-child td {
  border-bottom: 0;
}

.products-cta {
  max-width: 820px;
  margin: clamp(36px, 5vw, 58px) auto 0;
  text-align: center;
}

.products-cta p {
  margin: 0 auto 22px;
  color: rgba(43, 43, 43, 0.66);
  font-size: 1rem;
  line-height: 1.7;
}

.products-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

#produtos .button-secondary {
  color: var(--wine);
  background: rgba(255, 253, 248, 0.58);
  border: 1px solid rgba(58, 31, 31, 0.18);
  box-shadow: none;
}

@media (max-width: 1080px) {
  #produtos .product-card {
    grid-template-columns: 1fr;
  }

  .product-visual {
    min-height: 190px;
  }
}

@media (max-width: 760px) {
  #produtos {
    padding-top: 76px;
    padding-bottom: 84px;
  }

  #produtos .section-heading {
    text-align: left;
  }

  #produtos .section-heading h2 {
    font-size: clamp(2.45rem, 11vw, 3.9rem);
  }

  #produtos .section-heading p:not(.eyebrow) {
    margin-right: 0;
    margin-left: 0;
  }

  #produtos .product-pair {
    grid-template-columns: 1fr;
  }

  #produtos .product-card {
    min-height: auto;
    padding: 24px;
  }

  .product-visual {
    min-height: 150px;
  }

  .product-visual::before {
    top: 32px;
  }

  .product-visual span {
    top: 54px;
    height: 84px;
  }

  #produtos .portfolio {
    padding: 22px;
  }

  .portfolio-heading h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  #produtos .table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  #produtos table,
  #produtos thead,
  #produtos tbody,
  #produtos tr,
  #produtos th,
  #produtos td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  #produtos thead {
    display: none;
  }

  #produtos tbody {
    display: grid;
    gap: 12px;
  }

  #produtos tbody tr {
    padding: 18px;
    background: rgba(255, 253, 248, 0.9);
    border: 1px solid rgba(58, 31, 31, 0.08);
    border-radius: 6px;
  }

  #produtos tbody th {
    margin-bottom: 14px;
    padding: 0;
    border: 0;
    font-size: 1rem;
  }

  #produtos tbody td {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0 6px 8px 0;
    padding: 7px 10px;
    border: 1px solid rgba(84, 107, 31, 0.12);
    border-radius: 999px;
    background: rgba(84, 107, 31, 0.06);
    font-size: 0.82rem;
    line-height: 1;
  }

  #produtos tbody td.is-unavailable {
    border-color: rgba(58, 31, 31, 0.1);
    background: rgba(58, 31, 31, 0.03);
  }

  #produtos tbody td::before {
    content: attr(data-label);
    margin-right: 6px;
    color: rgba(58, 31, 31, 0.62);
    font-size: 0.72rem;
    font-weight: 500;
  }

  .products-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .products-actions .button {
    width: 100%;
  }
}

/* Dobra Aplicacoes: uso costeiro de baixo impacto. */
#aplicacoes {
  position: relative;
  overflow: hidden;
  color: #fffaf0;
  background:
    radial-gradient(circle at 16% 8%, rgba(178, 122, 27, 0.24), transparent 30rem),
    radial-gradient(circle at 86% 78%, rgba(84, 107, 31, 0.3), transparent 34rem),
    linear-gradient(145deg, #281717 0%, #263018 54%, #141817 100%);
}

#aplicacoes::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.06), transparent 34%),
    repeating-linear-gradient(115deg, rgba(255, 250, 240, 0.045) 0 1px, transparent 1px 104px);
  opacity: 0.6;
}

#aplicacoes::after {
  content: "";
  position: absolute;
  right: -12vw;
  bottom: -12vw;
  width: 42vw;
  max-width: 620px;
  aspect-ratio: 1;
  pointer-events: none;
  border: 1px solid rgba(255, 250, 240, 0.12);
  border-radius: 50%;
  box-shadow: inset 0 0 0 64px rgba(255, 250, 240, 0.018);
}

#aplicacoes > * {
  position: relative;
  z-index: 1;
}

#aplicacoes .section-heading {
  max-width: 980px;
  margin-bottom: clamp(36px, 5vw, 64px);
  text-align: left;
}

#aplicacoes .eyebrow {
  color: #d8a047;
}

#aplicacoes .section-heading h2 {
  max-width: 900px;
  color: #fffaf0;
  font-weight: 300;
  letter-spacing: 0;
}

#aplicacoes .section-heading p:not(.eyebrow) {
  max-width: 760px;
  margin-right: 0;
  margin-left: 0;
  color: rgba(255, 250, 240, 0.72);
}

#aplicacoes .application-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}

#aplicacoes .application-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 230px;
  padding: 24px;
  overflow: hidden;
  color: #fffaf0;
  background:
    linear-gradient(160deg, rgba(255, 250, 240, 0.105), rgba(255, 250, 240, 0.035)),
    rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 250, 240, 0.13);
  border-radius: 6px;
  box-shadow: none;
  backdrop-filter: blur(12px);
}

#aplicacoes .application-grid article::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -48px;
  width: 128px;
  height: 128px;
  border: 1px solid rgba(216, 160, 71, 0.18);
  border-radius: 50%;
}

.application-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 28px;
  color: #d8a047;
  border: 1px solid rgba(216, 160, 71, 0.22);
  border-radius: 50%;
  background: rgba(216, 160, 71, 0.06);
}

.application-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#aplicacoes .application-grid h3 {
  margin: 0 0 12px;
  color: #fffaf0;
  font-size: clamp(1.04rem, 1.25vw, 1.24rem);
  font-weight: 420;
  line-height: 1.18;
  letter-spacing: 0;
}

#aplicacoes .application-grid p {
  margin: 0;
  color: rgba(255, 250, 240, 0.66);
  font-size: 0.9rem;
  line-height: 1.58;
}

.applications-note {
  max-width: 760px;
  margin: clamp(28px, 4vw, 44px) auto 0;
  padding-top: 22px;
  color: rgba(255, 250, 240, 0.72);
  border-top: 1px solid rgba(255, 250, 240, 0.14);
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
}

@media (max-width: 1080px) {
  #aplicacoes .application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #aplicacoes .application-grid article {
    min-height: 210px;
  }
}

@media (max-width: 760px) {
  #aplicacoes {
    padding-top: 76px;
    padding-bottom: 84px;
  }

  #aplicacoes::after {
    right: -36vw;
    bottom: -18vw;
    width: 86vw;
  }

  #aplicacoes .section-heading h2 {
    font-size: clamp(2.35rem, 10vw, 3.7rem);
  }

  #aplicacoes .application-grid {
    grid-template-columns: 1fr;
  }

  #aplicacoes .application-grid article {
    min-height: 0;
    padding: 22px;
  }

  .application-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 20px;
  }

  .application-icon svg {
    width: 25px;
    height: 25px;
  }

  .applications-note {
    text-align: left;
  }
}

/* Sistema tipografico global: escala final de padronizacao da LP. */
:root {
  --type-eyebrow: clamp(0.68rem, 0.6vw, 0.78rem);
  --type-hero-title: clamp(5.4rem, 9.6vw, 10.8rem);
  --type-hero-title-mobile: clamp(3.8rem, 19vw, 5.6rem);
  --type-section-title: clamp(2.4rem, 4.8vw, 5rem);
  --type-section-title-mobile: clamp(2.25rem, 9.4vw, 3.55rem);
  --type-feature-title: clamp(1.55rem, 2.35vw, 2.45rem);
  --type-card-title: clamp(1rem, 1.1vw, 1.18rem);
  --type-section-lead: clamp(1rem, 1.2vw, 1.2rem);
  --type-body: clamp(0.92rem, 1vw, 1.05rem);
  --type-card-text: clamp(0.84rem, 0.9vw, 0.96rem);
  --type-button: clamp(0.82rem, 0.86vw, 0.9rem);
  --leading-title: 1;
  --leading-lead: 1.68;
  --leading-body: 1.72;
  --leading-card: 1.58;
  --tracking-label: 0.16em;
}

.section-title {
  font-size: var(--type-section-title);
  font-weight: 300;
  line-height: var(--leading-title);
  letter-spacing: 0;
}

.section-lead {
  max-width: 760px;
  font-size: var(--type-section-lead);
  font-weight: 400;
  line-height: var(--leading-lead);
}

.body-text {
  font-size: var(--type-body);
  font-weight: 400;
  line-height: var(--leading-body);
}

.card-title {
  font-size: var(--type-card-title);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
}

.card-text {
  font-size: var(--type-card-text);
  font-weight: 400;
  line-height: var(--leading-card);
}

.eyebrow,
.proof-kicker,
.product-tag,
.partners-credentials > span,
.product-application strong,
#produtos thead th,
.proof-pillars span,
.solution-visual > span {
  font-size: var(--type-eyebrow);
  font-weight: 650;
  letter-spacing: var(--tracking-label);
  line-height: 1.15;
  text-transform: uppercase;
}

.hero h1 {
  font-size: var(--type-hero-title);
  line-height: 0.84;
  letter-spacing: 0;
}

.section-heading h2,
.split-section h2,
#sobre .section-heading h2,
#problema h2,
#solucao .section-heading h2,
#prova-tecnica .section-heading h2,
.partners-copy h2,
#produtos .section-heading h2,
.portfolio-heading h2,
#aplicacoes .section-heading h2,
.contact-section .section-heading h2 {
  font-size: var(--type-section-title);
  font-weight: 300;
  line-height: var(--leading-title);
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.split-section p,
#sobre .section-heading p:not(.eyebrow),
#solucao .section-heading p:not(.eyebrow),
#prova-tecnica .section-heading p:not(.eyebrow),
#produtos .section-heading p:not(.eyebrow),
#aplicacoes .section-heading p:not(.eyebrow),
.contact-section .section-heading p,
.edit-note,
.products-cta p,
.applications-note {
  font-size: var(--type-section-lead);
  font-weight: 400;
  line-height: var(--leading-lead);
}

body,
.partners-copy p:not(.eyebrow),
.technical-proof-card p,
#produtos .product-card p,
.contact-form label,
.site-footer p,
.site-footer a {
  font-size: var(--type-body);
  font-weight: 400;
  line-height: var(--leading-body);
}

.mini-card h3,
#sobre .mini-card h3,
.proof-pillars h3,
#prova-tecnica .optical-item h4,
#aplicacoes .application-grid h3,
.card-grid article h3 {
  font-size: var(--type-card-title);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
}

.mini-card p,
#sobre .mini-card p,
.proof-pillars p,
#aplicacoes .application-grid p,
.card-grid p,
.optical-item p {
  font-size: var(--type-card-text);
  font-weight: 400;
  line-height: var(--leading-card);
}

.technical-proof-card h3,
#produtos .product-card h3 {
  font-size: var(--type-feature-title);
  font-weight: 350;
  line-height: 1.06;
  letter-spacing: 0;
}

.button,
.hero .button,
.contact-form button {
  font-size: var(--type-button);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.site-nav {
  font-size: clamp(0.78rem, 0.82vw, 0.9rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}

.hero h2 {
  font-size: clamp(1.05rem, 1.45vw, 1.45rem);
  font-weight: 400;
  line-height: 1.32;
}

.hero p {
  font-size: clamp(0.98rem, 1.05vw, 1.12rem);
  line-height: 1.75;
}

#solucao .solution-tech-card-title {
  font-size: clamp(3.25rem, 4.2vw, 4.75rem);
  letter-spacing: 0;
}

#solucao .solution-tech-card-title span {
  letter-spacing: inherit;
}

.site-footer h2,
.site-footer h3 {
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.site-footer h2 {
  font-size: clamp(1.35rem, 1.8vw, 1.85rem);
}

.site-footer h3 {
  font-size: clamp(0.96rem, 1vw, 1.08rem);
}

.footer-credentials {
  display: grid;
  gap: 10px;
  align-items: start;
  max-width: 360px;
  margin: 14px 0 12px;
}

.footer-iso,
.footer-associations {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 250, 240, 0.12);
  border-radius: 4px;
}

.footer-iso {
  max-width: 260px;
}

.footer-associations {
  max-width: 360px;
  padding: 7px 9px;
  background: rgba(62, 39, 0, 0.72);
}

/* Rodape institucional completo. */
.site-footer {
  display: block;
  padding: clamp(54px, 7vw, 86px) clamp(20px, 5vw, 76px) clamp(30px, 4vw, 46px);
  color: rgba(255, 250, 240, 0.74);
  background:
    radial-gradient(circle at 82% 4%, rgba(95, 127, 36, 0.26), transparent 28rem),
    radial-gradient(circle at 10% 84%, rgba(178, 122, 27, 0.14), transparent 24rem),
    linear-gradient(145deg, #211515 0%, #182017 58%, #111412 100%);
}

.footer-top,
.footer-units,
.footer-bottom {
  width: min(1180px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: clamp(24px, 4vw, 54px);
  align-items: end;
  padding-bottom: clamp(30px, 4vw, 44px);
  border-bottom: 1px solid rgba(255, 250, 240, 0.12);
}

.footer-brand img {
  width: min(210px, 58vw);
  height: auto;
  margin-bottom: 18px;
}

.footer-brand p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 250, 240, 0.72);
}

.footer-links,
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: flex-end;
}

.site-footer a {
  display: inline-flex;
  margin: 0;
  color: rgba(255, 250, 240, 0.78);
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: #d8a047;
}

.footer-units {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(30px, 4.8vw, 54px) 0;
}

.footer-unit-card {
  min-height: 100%;
  padding: clamp(22px, 2.4vw, 28px);
  background: linear-gradient(160deg, rgba(255, 250, 240, 0.08), rgba(255, 250, 240, 0.025));
  border: 1px solid rgba(255, 250, 240, 0.12);
  border-radius: 6px;
}

.footer-unit-card h3 {
  margin: 0 0 20px;
  color: #d8a047;
  font-size: clamp(1.04rem, 1.15vw, 1.22rem);
  font-weight: 600;
  line-height: 1.2;
}

.footer-unit-card p {
  margin: 0;
  color: rgba(255, 250, 240, 0.72);
}

.footer-unit-card p + p {
  margin-top: 14px;
}

.footer-unit-card span {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 250, 240, 0.46);
  font-size: var(--type-eyebrow);
  font-weight: 650;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding-top: clamp(24px, 3vw, 34px);
  border-top: 1px solid rgba(255, 250, 240, 0.12);
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.footer-legal p {
  margin: 0;
  color: rgba(255, 250, 240, 0.58);
  font-size: clamp(0.82rem, 0.9vw, 0.94rem);
}

.footer-credit,
.footer-credit a {
  color: rgba(255, 250, 240, 0.48);
}

.footer-credit a {
  text-decoration: underline;
  text-decoration-color: rgba(255, 250, 240, 0.22);
  text-underline-offset: 3px;
}

.footer-credit a:hover {
  color: rgba(255, 250, 240, 0.72);
}

.footer-bottom .footer-credentials {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  max-width: none;
  margin: 0;
}

.footer-bottom .footer-iso,
.footer-bottom .footer-associations {
  flex: 0 1 auto;
  width: auto;
}

.footer-bottom .footer-iso {
  max-width: 210px;
}

.footer-bottom .footer-associations {
  max-width: 285px;
}

@media (max-width: 1080px) {
  .footer-top {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-links,
  .footer-social {
    justify-content: flex-start;
  }

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

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

  .footer-bottom .footer-credentials {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .site-footer {
    padding-top: 52px;
  }

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

  .footer-unit-card {
    padding: 20px;
  }

  .footer-links,
  .footer-social,
  .footer-legal,
  .footer-bottom .footer-credentials {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom .footer-iso {
    max-width: 220px;
  }

  .footer-bottom .footer-associations {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .hero h1 {
    font-size: var(--type-hero-title-mobile);
    line-height: 0.86;
  }

  .section-heading h2,
  .split-section h2,
  #sobre .section-heading h2,
  #problema h2,
  #solucao .section-heading h2,
  #prova-tecnica .section-heading h2,
  .partners-copy h2,
  #produtos .section-heading h2,
  .portfolio-heading h2,
  #aplicacoes .section-heading h2,
  .contact-section .section-heading h2 {
    font-size: var(--type-section-title-mobile);
    line-height: 1.04;
  }

  .section-heading p:not(.eyebrow),
  .split-section p,
  #sobre .section-heading p:not(.eyebrow),
  #solucao .section-heading p:not(.eyebrow),
  #prova-tecnica .section-heading p:not(.eyebrow),
  #produtos .section-heading p:not(.eyebrow),
  #aplicacoes .section-heading p:not(.eyebrow),
  .contact-section .section-heading p {
    font-size: 0.98rem;
    line-height: 1.66;
  }

  #solucao .solution-tech-card-title {
    font-size: clamp(2.8rem, 11vw, 3.85rem);
  }
}

/* Ajuste pontual: titulo Full Cut / Full Cut-off harmonizado no box verde. */
#solucao .solution-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#solucao .solution-tech-card-title {
  width: 100%;
  margin: clamp(22px, 3vw, 30px) 0 clamp(18px, 2.4vw, 26px);
  font-size: clamp(1.65rem, 2.15vw, 2.4rem);
  line-height: 1.02;
  text-align: center;
}

#solucao .solution-tech-card-title span {
  white-space: normal;
}

#solucao .solution-visual > span,
#solucao .solution-visual small {
  align-self: center;
  max-width: 430px;
  text-align: center;
}

@media (max-width: 760px) {
  #solucao .solution-tech-card-title {
    font-size: clamp(1.65rem, 7vw, 2.35rem);
  }
}

/* Dobra Contato: conversao premium com contexto costeiro. */
#contato.contact-section {
  position: relative;
  overflow: hidden;
  color: #fffaf0;
  background:
    radial-gradient(circle at 14% 10%, rgba(178, 122, 27, 0.18), transparent 28rem),
    radial-gradient(circle at 90% 82%, rgba(84, 107, 31, 0.24), transparent 32rem),
    linear-gradient(145deg, #251717 0%, #1b2417 58%, #111412 100%);
}

#contato.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(112deg, rgba(255, 250, 240, 0.04) 0 1px, transparent 1px 110px);
  opacity: 0.55;
}

.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.contact-intro {
  max-width: 680px;
}

.contact-intro .eyebrow {
  color: #d8a047;
}

.contact-intro h2 {
  max-width: 660px;
  margin: 0 0 22px;
  color: #fffaf0;
  font-size: var(--type-section-title);
  font-weight: 300;
  line-height: var(--leading-title);
  letter-spacing: 0;
}

.contact-intro > p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 250, 240, 0.72);
  font-size: var(--type-section-lead);
  line-height: var(--leading-lead);
}

.contact-support-list {
  display: grid;
  gap: 10px;
  max-width: 580px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.contact-support-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 250, 240, 0.76);
  font-size: var(--type-body);
  line-height: 1.55;
}

.contact-support-list li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 14px;
  height: 1px;
  background: #d8a047;
}

.contact-visual {
  position: relative;
  max-width: 560px;
  margin: 34px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 240, 0.14);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.contact-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 46%, rgba(20, 18, 15, 0.42));
}

.contact-visual img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
}

#contato .contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(24px, 3.2vw, 38px);
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid rgba(255, 250, 240, 0.28);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.24);
}

#contato .contact-form label {
  gap: 8px;
  color: rgba(58, 31, 31, 0.78);
  font-size: 0.86rem;
  font-weight: 650;
}

#contato input,
#contato textarea,
#contato select {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(58, 31, 31, 0.14);
  border-radius: 5px;
  font: inherit;
}

#contato textarea {
  min-height: 132px;
  resize: vertical;
}

#contato select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(58, 31, 31, 0.62) 50%),
    linear-gradient(135deg, rgba(58, 31, 31, 0.62) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 21px,
    calc(100% - 12px) 21px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

#contato input:focus,
#contato textarea:focus,
#contato select:focus {
  outline: 2px solid rgba(95, 127, 36, 0.3);
  border-color: rgba(95, 127, 36, 0.46);
}

#contato .contact-form button {
  width: fit-content;
  min-width: 190px;
  margin-top: 4px;
}

.form-note {
  align-self: center;
  margin: 0;
  color: rgba(58, 31, 31, 0.56);
  font-size: var(--type-card-text);
  line-height: var(--leading-card);
}

@media (max-width: 1080px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-intro,
  .contact-visual {
    max-width: none;
  }
}

@media (max-width: 760px) {
  #contato.contact-section {
    padding-top: 78px;
    padding-bottom: 86px;
  }

  .contact-intro h2 {
    font-size: var(--type-section-title-mobile);
    line-height: 1.04;
  }

  .contact-visual {
    margin-top: 26px;
  }

  #contato .contact-form {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  #contato .contact-form button {
    width: 100%;
  }

  .form-note {
    text-align: center;
  }
}

/* Refinamento compacto do rodape. */
.site-footer {
  padding: clamp(34px, 4.4vw, 52px) clamp(20px, 5vw, 76px) clamp(22px, 3vw, 30px);
  background:
    radial-gradient(circle at 82% 4%, rgba(95, 127, 36, 0.18), transparent 24rem),
    linear-gradient(145deg, #1c1413 0%, #182017 62%, #101311 100%);
}

.footer-top {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(16px, 2.4vw, 32px);
  align-items: center;
  padding-bottom: clamp(18px, 2.5vw, 26px);
}

.footer-brand img {
  width: min(158px, 48vw);
  margin-bottom: 10px;
}

.footer-brand p {
  max-width: 520px;
  font-size: clamp(0.82rem, 0.9vw, 0.94rem);
  line-height: 1.55;
}

.footer-links {
  gap: 8px 14px;
  justify-content: flex-end;
  font-size: clamp(0.78rem, 0.84vw, 0.88rem);
}

.footer-social {
  grid-column: 2;
  gap: 8px;
  justify-content: flex-end;
}

.footer-social a {
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: rgba(255, 250, 240, 0.56);
}

.footer-social svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.footer-social a:hover {
  color: rgba(255, 250, 240, 0.9);
}

.footer-units {
  gap: 12px;
  padding: clamp(20px, 3vw, 30px) 0;
}

.footer-unit-card {
  padding: clamp(16px, 1.7vw, 20px);
  background: rgba(255, 250, 240, 0.045);
  border-color: rgba(255, 250, 240, 0.09);
}

.footer-unit-card h3 {
  margin-bottom: 14px;
  font-size: clamp(0.95rem, 1vw, 1.05rem);
  line-height: 1.18;
}

.footer-unit-card p,
.footer-unit-card a {
  font-size: clamp(0.78rem, 0.84vw, 0.9rem);
  line-height: 1.48;
}

.footer-unit-card p + p {
  margin-top: 10px;
}

.footer-unit-card span {
  margin-bottom: 2px;
  font-size: clamp(0.65rem, 0.68vw, 0.72rem);
  letter-spacing: 0.1em;
}

.footer-bottom {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 36px);
  padding-top: clamp(16px, 2.2vw, 22px);
}

.footer-legal {
  gap: 4px 12px;
}

.footer-legal p,
.footer-credit,
.footer-credit a {
  font-size: clamp(0.72rem, 0.78vw, 0.8rem);
  line-height: 1.45;
}

.footer-bottom .footer-credentials {
  gap: 16px;
  align-items: center;
}

.footer-credential-group {
  display: grid;
  gap: 5px;
  align-items: center;
  justify-items: start;
}

.footer-credential-group > span {
  color: rgba(255, 250, 240, 0.42);
  font-size: clamp(0.62rem, 0.66vw, 0.7rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-bottom .footer-iso,
.footer-bottom .footer-associations,
.footer-iso,
.footer-associations {
  width: auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 0.7;
}

.footer-bottom .footer-iso,
.footer-iso {
  max-width: 162px;
}

.footer-bottom .footer-associations,
.footer-associations {
  max-width: 210px;
  mix-blend-mode: screen;
  filter: grayscale(1) brightness(1.3);
}

@media (max-width: 1080px) {
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-social {
    grid-column: auto;
  }

  .footer-links,
  .footer-social {
    justify-content: flex-start;
  }

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

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

@media (max-width: 760px) {
  .site-footer {
    padding-top: 32px;
  }

  .footer-top {
    gap: 14px;
  }

  .footer-units {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 0;
  }

  .footer-unit-card {
    padding: 16px;
  }

  .footer-social {
    flex-direction: row;
  }

  .footer-bottom .footer-credentials {
    align-items: flex-start;
    gap: 12px;
  }

  .footer-bottom .footer-iso {
    max-width: 150px;
  }

  .footer-bottom .footer-associations {
    max-width: 190px;
  }
}

/* Contato integrado: imagem como fundo da dobra. */
#contato.contact-section {
  min-height: auto;
  color: #fffaf0;
  background:
    linear-gradient(90deg, rgba(18, 17, 14, 0.86) 0%, rgba(18, 17, 14, 0.7) 44%, rgba(18, 17, 14, 0.48) 100%),
    linear-gradient(180deg, rgba(18, 17, 14, 0.34), rgba(18, 17, 14, 0.76)),
    url("assets/images/contato-orla-iluminacao-costeira.png") center / cover no-repeat;
}

#contato.contact-section::before {
  background:
    radial-gradient(circle at 14% 12%, rgba(178, 122, 27, 0.2), transparent 24rem),
    repeating-linear-gradient(112deg, rgba(255, 250, 240, 0.035) 0 1px, transparent 1px 110px);
  opacity: 0.68;
}

#contato .contact-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(400px, 0.72fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  max-width: 1120px;
}

#contato .contact-intro {
  max-width: 600px;
  padding: clamp(24px, 3vw, 34px);
  background: linear-gradient(135deg, rgba(25, 22, 18, 0.58), rgba(25, 22, 18, 0.22));
  border: 1px solid rgba(255, 250, 240, 0.1);
  border-radius: 8px;
  backdrop-filter: blur(8px);
}

#contato .contact-intro h2 {
  max-width: 570px;
  font-size: clamp(2.3rem, 4.3vw, 4.45rem);
}

#contato .contact-intro > p {
  max-width: 560px;
}

#contato .contact-support-list {
  margin-bottom: 0;
}

#contato .contact-visual {
  display: none;
}

#contato .contact-form {
  align-self: center;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.24);
}

@media (max-width: 1080px) {
  #contato .contact-layout {
    grid-template-columns: 1fr;
    max-width: 820px;
  }

  #contato .contact-intro {
    max-width: none;
  }
}

@media (max-width: 760px) {
  #contato.contact-section {
    padding-top: 72px;
    padding-bottom: 78px;
    background:
      linear-gradient(180deg, rgba(18, 17, 14, 0.82) 0%, rgba(18, 17, 14, 0.7) 48%, rgba(18, 17, 14, 0.88) 100%),
      url("assets/images/contato-orla-iluminacao-costeira.png") center / cover no-repeat;
  }

  #contato .contact-intro {
    padding: 22px;
  }

  #contato .contact-intro h2 {
    font-size: clamp(2.1rem, 9vw, 3.25rem);
  }

  #contato .contact-support-list {
    gap: 8px;
    margin-top: 22px;
  }
}

/* Correcoes finais: contato com imagem de fundo e rodape compacto. */
#contato.contact-section {
  background:
    linear-gradient(90deg, rgba(16, 15, 13, 0.82) 0%, rgba(16, 15, 13, 0.64) 46%, rgba(16, 15, 13, 0.42) 100%),
    linear-gradient(180deg, rgba(16, 15, 13, 0.18), rgba(16, 15, 13, 0.72)),
    url("assets/images/contato-orla-iluminacao-costeira.png") center / cover no-repeat;
}

.site-footer {
  padding: clamp(26px, 3.1vw, 40px) clamp(20px, 5vw, 70px) clamp(18px, 2.4vw, 24px);
}

.footer-top {
  gap: clamp(12px, 2vw, 24px);
  padding-bottom: clamp(12px, 1.8vw, 18px);
}

.footer-brand img {
  width: min(136px, 44vw);
  margin-bottom: 7px;
}

.footer-brand p {
  max-width: 480px;
  font-size: clamp(0.76rem, 0.78vw, 0.86rem);
  line-height: 1.48;
}

.footer-links {
  gap: 6px 12px;
  font-size: clamp(0.72rem, 0.76vw, 0.82rem);
}

.footer-social {
  gap: 6px;
}

.footer-social a {
  width: 24px;
  height: 24px;
  color: rgba(255, 250, 240, 0.5);
}

.footer-social svg {
  width: 15px;
  height: 15px;
}

.footer-units {
  gap: 10px;
  padding: clamp(14px, 2vw, 20px) 0;
}

.footer-unit-card {
  padding: clamp(12px, 1.2vw, 15px);
  border-radius: 7px;
}

.footer-unit-card h3 {
  margin-bottom: 10px;
  font-size: clamp(0.86rem, 0.9vw, 0.95rem);
  line-height: 1.16;
}

.footer-unit-card p,
.footer-unit-card a {
  font-size: clamp(0.76rem, 0.78vw, 0.84rem);
  line-height: 1.38;
}

.footer-unit-card p + p {
  margin-top: 7px;
}

.footer-unit-card span {
  margin-bottom: 1px;
  font-size: clamp(0.62rem, 0.64vw, 0.68rem);
  letter-spacing: 0.09em;
}

.footer-bottom {
  gap: clamp(12px, 2.4vw, 28px);
  padding-top: clamp(12px, 1.7vw, 16px);
}

.footer-legal {
  gap: 3px 10px;
}

.footer-legal p,
.footer-credit,
.footer-credit a {
  font-size: clamp(0.7rem, 0.72vw, 0.76rem);
  line-height: 1.36;
}

.footer-bottom .footer-credentials {
  display: flex;
  gap: clamp(12px, 1.8vw, 20px);
  align-items: center;
  justify-content: flex-end;
}

.footer-credential-group,
.footer-credential-group > span {
  display: none;
}

.footer-bottom .footer-iso,
.footer-iso {
  display: block;
  width: auto;
  max-width: 92px;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 0.66;
}

.footer-logo-abilumi,
.footer-logo-abilux {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  opacity: 0.72;
}

.footer-logo-abilumi {
  max-width: 118px;
}

.footer-logo-abilux {
  max-width: 112px;
}

@media (max-width: 1080px) {
  .footer-bottom .footer-credentials {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  #contato.contact-section {
    background:
      linear-gradient(180deg, rgba(16, 15, 13, 0.86) 0%, rgba(16, 15, 13, 0.72) 48%, rgba(16, 15, 13, 0.9) 100%),
      url("assets/images/contato-orla-iluminacao-costeira.png") center / cover no-repeat;
  }

  .site-footer {
    padding-top: 26px;
  }

  .footer-units {
    padding: 14px 0;
  }

  .footer-unit-card {
    padding: 13px;
  }

  .footer-bottom .footer-credentials {
    gap: 12px;
    flex-wrap: wrap;
  }

  .footer-bottom .footer-iso {
    max-width: 86px;
  }

  .footer-logo-abilumi {
    max-width: 108px;
  }

  .footer-logo-abilux {
    max-width: 102px;
  }
}

/* Rodape: unidades mais enxutas, sem labels redundantes. */
.footer-units {
  gap: 8px;
  padding: clamp(12px, 1.6vw, 16px) 0;
}

.footer-unit-card {
  padding: clamp(10px, 1vw, 13px);
}

.footer-unit-card h3 {
  margin-bottom: 8px;
  font-size: clamp(0.84rem, 0.88vw, 0.93rem);
}

.footer-unit-card p,
.footer-unit-card a {
  font-size: clamp(0.75rem, 0.76vw, 0.82rem);
  line-height: 1.45;
}

.footer-unit-card p + p {
  margin-top: 4px;
}

.footer-unit-card span {
  display: none;
}

@media (max-width: 760px) {
  .footer-units {
    gap: 8px;
    padding: 12px 0;
  }

  .footer-unit-card {
    padding: 11px 12px;
  }
}

/* Alinhamento global final: cada dobra segue uma logica clara. */
.section-heading,
.section-heading h2,
.section-heading p:not(.eyebrow) {
  text-wrap: balance;
}

#sobre .section-heading,
#solucao .section-heading,
#prova-tecnica .section-heading,
.partners-copy,
#contato .contact-intro {
  text-align: left;
}

#sobre .section-heading,
#prova-tecnica .section-heading {
  margin-right: auto;
  margin-left: auto;
}

#sobre .section-heading p:not(.eyebrow),
#prova-tecnica .section-heading p:not(.eyebrow),
#solucao .section-heading p:not(.eyebrow),
.partners-copy p:not(.eyebrow),
#contato .contact-intro > p {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

#produtos .section-heading,
#aplicacoes .section-heading {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#produtos .section-heading h2,
#produtos .section-heading p:not(.eyebrow),
#aplicacoes .section-heading h2,
#aplicacoes .section-heading p:not(.eyebrow) {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#produtos .section-heading p:not(.eyebrow),
#aplicacoes .section-heading p:not(.eyebrow) {
  max-width: 740px;
}

.mini-card,
.product-card,
.technical-proof-card,
.proof-pillars article,
#aplicacoes .application-grid article,
.footer-unit-card {
  text-align: left;
}

#sobre .mini-card,
#aplicacoes .application-grid article {
  align-items: flex-start;
}

#sobre .mini-card .card-icon,
#sobre .mini-card span,
.application-icon {
  margin-right: auto;
  margin-left: 0;
}

.technical-proof-card h3,
.technical-proof-card p,
.proof-pillars h3,
.proof-pillars p,
#produtos .product-card h3,
#produtos .product-card p,
#aplicacoes .application-grid h3,
#aplicacoes .application-grid p,
.footer-unit-card h3,
.footer-unit-card p {
  text-align: left;
}

#contato .contact-form,
#contato .contact-form label,
#contato input,
#contato textarea,
#contato select,
.form-note {
  text-align: left;
}

.form-note {
  align-self: start;
}

.footer-top,
.footer-brand,
.footer-links,
.footer-social,
.footer-legal,
.footer-bottom .footer-credentials {
  text-align: left;
}

@media (max-width: 760px) {
  #produtos .section-heading,
  #produtos .section-heading h2,
  #produtos .section-heading p:not(.eyebrow),
  #aplicacoes .section-heading,
  #aplicacoes .section-heading h2,
  #aplicacoes .section-heading p:not(.eyebrow) {
    text-align: left;
  }

  #produtos .section-heading p:not(.eyebrow),
  #aplicacoes .section-heading p:not(.eyebrow) {
    margin-left: 0;
    margin-right: 0;
  }

  #contato .contact-form button,
  .products-actions .button {
    text-align: center;
  }
}

/* Pagina de Politica de Privacidade. */
.footer-policy a {
  color: rgba(255, 250, 240, 0.58);
  text-decoration: underline;
  text-decoration-color: rgba(255, 250, 240, 0.18);
  text-underline-offset: 3px;
}

.footer-policy a:hover {
  color: rgba(255, 250, 240, 0.86);
}

.privacy-page {
  min-height: 100vh;
  color: #fffaf0;
  background:
    radial-gradient(circle at 16% 6%, rgba(178, 122, 27, 0.18), transparent 28rem),
    radial-gradient(circle at 86% 24%, rgba(84, 107, 31, 0.2), transparent 30rem),
    linear-gradient(145deg, #1c1413 0%, #182017 62%, #101311 100%);
}

.privacy-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(22px, 3vw, 34px) 0;
}

.privacy-brand img {
  width: min(138px, 42vw);
  height: auto;
}

.privacy-back {
  color: rgba(255, 250, 240, 0.74);
  border-bottom: 1px solid rgba(255, 250, 240, 0.22);
  font-size: clamp(0.78rem, 0.85vw, 0.9rem);
  font-weight: 650;
  letter-spacing: 0.02em;
}

.privacy-back:hover {
  color: #fffaf0;
}

.privacy-main {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(42px, 7vw, 92px) 0 clamp(58px, 8vw, 104px);
}

.privacy-hero {
  max-width: 880px;
  padding-bottom: clamp(30px, 5vw, 54px);
  border-bottom: 1px solid rgba(255, 250, 240, 0.14);
}

.privacy-hero .eyebrow {
  color: #d8a047;
}

.privacy-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fffaf0;
  font-size: clamp(2.8rem, 7vw, 6rem);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: 0;
}

.privacy-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 250, 240, 0.72);
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.72;
}

.privacy-content {
  display: grid;
  gap: clamp(22px, 3vw, 32px);
  max-width: 900px;
  padding-top: clamp(34px, 5vw, 58px);
}

.privacy-content article {
  padding-bottom: clamp(18px, 2.5vw, 26px);
  border-bottom: 1px solid rgba(255, 250, 240, 0.1);
}

.privacy-content h2 {
  margin: 0 0 10px;
  color: rgba(255, 250, 240, 0.92);
  font-size: clamp(1.08rem, 1.35vw, 1.35rem);
  font-weight: 650;
  line-height: 1.25;
}

.privacy-content p {
  margin: 0;
  color: rgba(255, 250, 240, 0.7);
  font-size: clamp(0.95rem, 1vw, 1.05rem);
  line-height: 1.78;
}

.privacy-content a {
  color: #fffaf0;
  border-bottom: 1px solid rgba(216, 160, 71, 0.42);
}

.privacy-updated {
  color: rgba(216, 160, 71, 0.86) !important;
  font-weight: 650;
}

.privacy-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 30px;
  color: rgba(255, 250, 240, 0.5);
  border-top: 1px solid rgba(255, 250, 240, 0.12);
  font-size: clamp(0.72rem, 0.8vw, 0.82rem);
  line-height: 1.45;
}

.privacy-footer p {
  margin: 0;
}

.privacy-footer a {
  color: rgba(255, 250, 240, 0.72);
  text-decoration: underline;
  text-decoration-color: rgba(255, 250, 240, 0.2);
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  .privacy-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .privacy-main {
    padding-top: 32px;
  }

  .privacy-hero h1 {
    font-size: clamp(2.45rem, 12vw, 4.2rem);
  }

  .privacy-footer {
    flex-direction: column;
  }
}

/* Rodape: bloco legal em duas linhas. */
.footer-legal {
  display: grid;
  gap: 5px;
  align-content: start;
}

.footer-legal-line,
.footer-legal-line a {
  margin: 0;
  color: rgba(255, 250, 240, 0.56);
  font-size: clamp(0.72rem, 0.74vw, 0.78rem);
  line-height: 1.42;
}

.footer-legal-line a {
  text-decoration: underline;
  text-decoration-color: rgba(255, 250, 240, 0.18);
  text-underline-offset: 3px;
}

.footer-credit,
.footer-credit a {
  margin: 0;
  color: rgba(255, 250, 240, 0.42);
  font-size: clamp(0.68rem, 0.7vw, 0.74rem);
  line-height: 1.35;
}

.footer-credit a {
  text-decoration: underline;
  text-decoration-color: rgba(255, 250, 240, 0.16);
  text-underline-offset: 3px;
}

.footer-credit a:hover,
.footer-legal-line a:hover {
  color: rgba(255, 250, 240, 0.82);
}
