:root {
  --ink: #102237;
  --blue: #0a2e4e;
  --blue-2: #123f63;
  --gold: #b9904f;
  --wood: #9b6b3c;
  --sand: #f7f4ee;
  --paper: #fffdf8;
  --muted: #5d6b75;
  --line: rgba(16, 34, 55, 0.12);
  --shadow: 0 24px 70px rgba(16, 34, 55, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

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

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

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: #08233c;
  border-bottom: 1px solid rgba(185, 144, 79, 0.45);
  box-shadow: 0 10px 26px rgba(5, 22, 38, 0.18);
}

.navbar {
  width: min(1540px, calc(100% - 14px));
  min-height: 58px;
  padding: 6px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: max-content;
}

.brand-logo {
  width: 188px;
  height: 46px;
  padding: 0;
  object-fit: contain;
  object-position: center;
  background: transparent;
  border-radius: 0;
}

.brand span {
  padding-left: 16px;
  border-left: 1px solid rgba(185, 144, 79, 0.62);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
}

.brand strong {
  color: #fff;
  font-size: 0.95rem;
  letter-spacing: 0;
}

.brand small {
  margin-top: 5px;
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-panel {
  margin-left: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(3px, 0.45vw, 8px);
  max-width: none;
  color: #fff;
  font-size: clamp(0.58rem, 0.68vw, 0.74rem);
  font-weight: 700;
}

.nav-panel a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 4px;
  border: 1px solid transparent;
  border-radius: 4px;
  line-height: 1.08;
  text-align: center;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.nav-panel a:not(.nav-contact) {
  min-width: clamp(48px, 4vw, 68px);
}

.nav-panel a[href="#sustainability"] {
  min-width: clamp(84px, 6.8vw, 116px);
}

.nav-panel a[href="#wood-types"],
.nav-panel a[href="#global"],
.nav-panel a[href="#where"],
.nav-panel a[href="#about"] {
  min-width: clamp(62px, 4.9vw, 84px);
}

.nav-panel a::after {
  content: none;
}

.nav-panel a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(185, 144, 79, 0.5);
  box-shadow: none;
}

.nav-panel .nav-contact {
  gap: 6px;
  min-height: 34px;
  margin-left: 4px;
  padding: 0 12px;
  border-color: rgba(185, 144, 79, 0.8);
  border-radius: 4px;
}

.nav-panel .nav-contact::before {
  content: "";
  width: 13px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 2px;
  background:
    linear-gradient(135deg, transparent 47%, currentColor 49%, currentColor 51%, transparent 53%),
    linear-gradient(225deg, transparent 47%, currentColor 49%, currentColor 51%, transparent 53%);
}

.language-dropdown {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  z-index: 25;
}

.language-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

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

.language-flag img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.language-menu {
  position: static;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
}

.language-flag {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.language-flag:hover,
.language-flag.is-active {
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 6px;
}

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

.section {
  scroll-margin-top: 62px;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  padding-top: 72px;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.1s ease, transform 6.5s ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 28, 48, 0.88), rgba(6, 28, 48, 0.48), rgba(6, 28, 48, 0.12)),
    linear-gradient(0deg, rgba(6, 28, 48, 0.62), transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 40px));
  margin: 0 auto 96px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
}

.hero h1,
.section-copy h2,
.section-heading h2 {
  margin: 0;
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 900px;
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: 0.98;
}

.hero p:not(.eyebrow) {
  max-width: 690px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.65;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 6px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

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

.btn-primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 36px rgba(10, 46, 78, 0.24);
}

.btn-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.12);
}

.hero-proof {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding-right: clamp(252px, 15vw, 280px);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-proof span {
  padding: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.pillars {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 62px);
  display: grid;
  align-items: center;
  padding: 48px 0;
  background:
    linear-gradient(180deg, #fffdf8 0%, #f7f4ee 100%);
}

.pillars::before,
.pillars::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(185, 144, 79, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.pillars::before {
  top: -160px;
  left: -110px;
}

.pillars::after {
  right: -130px;
  bottom: -150px;
}

.pillars-heading {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.pillars-heading h2 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(2rem, 3.45vw, 3.2rem);
  line-height: 1.06;
  font-weight: 800;
}

.pillars-heading::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin: 18px auto 0;
  background: var(--gold);
  border-radius: 999px;
}

.pillars-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pillar-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr 150px;
  min-height: 410px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(185, 144, 79, 0.28);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(16, 34, 55, 0.1);
}

.pillar-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 96px;
  right: -13px;
  width: 1px;
  height: 260px;
  background: rgba(185, 144, 79, 0.45);
}

.pillar-icon {
  width: 62px;
  height: 62px;
  margin: 22px auto 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  background: var(--blue);
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(185, 144, 79, 0.86), 0 12px 28px rgba(16, 34, 55, 0.16);
}

.pillar-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pillar-icon svg path:first-child:not(:only-child) {
  fill: currentColor;
  stroke-width: 0;
}

.pillar-copy {
  padding: 0 24px 22px;
}

.pillar-copy h3 {
  max-width: 330px;
  margin: 0 auto;
  color: var(--blue);
  font-size: clamp(1.22rem, 1.55vw, 1.58rem);
  line-height: 1.08;
  font-weight: 800;
}

.pillar-copy h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  margin: 12px auto;
  background: var(--gold);
  border-radius: 999px;
}

.pillar-copy p {
  margin: 0 auto;
  max-width: 390px;
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.45;
}

.pillar-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top: 4px solid rgba(185, 144, 79, 0.7);
}

.intro-band {
  padding: 28px 0;
  background: var(--blue);
  color: #fff;
}

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

.stat {
  display: flex;
  align-items: center;
  gap: 16px;
}

.stat strong {
  color: var(--gold);
  font-size: 2.4rem;
}

.stat span {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.45;
}

.about,
.where,
.products,
.wood-types,
.sustainability,
.global,
.contact {
  padding: 104px 0;
}

.about {
  padding: 30px 0 58px;
  scroll-margin-top: 64px;
}

.where,
.products,
.wood-types,
.global {
  background: var(--sand);
}

.where {
  min-height: calc(100svh - 88px);
  padding: clamp(18px, 2.6vh, 26px) 0;
  scroll-margin-top: 64px;
  display: flex;
  align-items: center;
}

.where .container {
  width: min(1520px, calc(100% - 58px));
}

.two-column,
.where-layout,
.global-layout,
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.where-layout {
  grid-template-columns: minmax(470px, 0.78fr) minmax(620px, 1.22fr);
  gap: clamp(32px, 4.2vw, 72px);
}

.where .section-copy h2 {
  max-width: 700px;
  font-size: clamp(2rem, 2.75vw, 3rem);
  line-height: 1;
}

.where .section-copy p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 16px;
  font-size: 0.98rem;
  line-height: 1.55;
}

.reverse {
  grid-template-columns: 0.92fr 1fr;
}

.section-copy h2,
.section-heading h2 {
  max-width: 780px;
  color: var(--blue);
  font-size: clamp(2rem, 4vw, 4rem);
}

.section-copy p:not(.eyebrow),
.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
}

.about .section-copy h2 {
  max-width: 700px;
  font-size: clamp(2rem, 2.85vw, 3rem);
  line-height: 1.04;
}

.about .section-copy p:not(.eyebrow) {
  max-width: 760px;
  margin: 10px 0 0;
  font-size: 0.93rem;
  line-height: 1.46;
}

.sustainability .section-copy p:not(.eyebrow) {
  max-width: 760px;
  margin: 10px 0 0;
  font-size: 0.93rem;
  line-height: 1.52;
}

.sustainability {
  min-height: calc(100svh - 64px);
  padding: clamp(24px, 3.2vh, 36px) 0;
  scroll-margin-top: 64px;
  display: flex;
  align-items: flex-start;
}

.sustainability .reverse {
  grid-template-columns: 0.94fr 1.06fr;
  gap: clamp(40px, 5vw, 78px);
}

.sustainability .image-frame {
  height: min(560px, calc(100svh - 150px));
}

.sustainability .section-copy h2 {
  font-size: clamp(2.35rem, 4vw, 4.7rem);
  line-height: 0.98;
}

.sustainability .section-copy p:not(.eyebrow) {
  margin-top: 10px;
  font-size: clamp(0.86rem, 1.15vw, 1.02rem);
  line-height: 1.42;
}

.sustainability .pill-row {
  margin-top: 16px;
}

.sustainability .pill-row span {
  padding: 10px 14px;
}

.about .eyebrow {
  margin-bottom: 12px;
}

.about .two-column {
  gap: 48px;
}

.where-list {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.where-list div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 70px;
  padding: 9px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.where-list p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(0.92rem, 1.2vw, 1.08rem);
  line-height: 1.28;
  font-weight: 700;
}

.where-list-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(185, 144, 79, 0.75);
}

.where-list-icon::before {
  content: "";
  width: 20px;
  height: 20px;
  background: currentColor;
}

.industry-icon::before {
  clip-path: polygon(5% 85%, 95% 85%, 95% 20%, 78% 20%, 78% 42%, 61% 30%, 61% 42%, 44% 30%, 44% 42%, 5% 58%);
}

.office-icon::before {
  clip-path: polygon(16% 88%, 16% 10%, 84% 10%, 84% 88%, 64% 88%, 64% 66%, 36% 66%, 36% 88%);
}

.brazil-map-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  height: min(680px, calc(100svh - 132px));
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.where-map-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.brazil-map {
  width: 100%;
  height: 100%;
  min-height: 464px;
  overflow: visible;
}

.brazil-shape {
  fill: url(#brazilTerrain);
  stroke: rgba(10, 46, 78, 0.5);
  stroke-width: 2.4;
}

.brazil-region-line {
  fill: none;
  stroke: rgba(10, 46, 78, 0.12);
  stroke-width: 1.4;
}

.map-marker circle {
  fill: var(--blue);
  stroke: var(--gold);
  stroke-width: 4;
  filter: drop-shadow(0 8px 12px rgba(16, 34, 55, 0.2));
}

.map-marker path {
  fill: none;
  stroke: #fff;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.map-marker text {
  fill: var(--blue);
  font-size: 18px;
  font-weight: 800;
  paint-order: stroke;
  stroke: #fff;
  stroke-width: 5px;
  stroke-linejoin: round;
}

.map-marker .map-marker-type {
  fill: var(--gold);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.marker-left text {
  text-anchor: end;
}

.image-stack {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 16px;
  min-height: 560px;
}

.image-stack img,
.image-frame,
.product-card,
.map-card,
.contact-panel {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.image-stack img:first-child {
  margin-top: 74px;
}

.about .image-stack {
  min-height: 420px;
}

.about .image-stack img:first-child {
  margin-top: 44px;
}

.image-frame {
  height: 560px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 38px;
}

.products {
  padding-top: 56px;
}

.products .section-heading {
  display: block;
  max-width: 680px;
  margin-bottom: 24px;
}

.products .section-heading h2 {
  max-width: 640px;
  font-size: clamp(1.65rem, 1.9vw, 2.35rem);
  line-height: 1.12;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.product-card {
  background: #fff;
}

.product-card img {
  height: 230px;
}

.product-card div {
  padding: 22px;
}

.product-card h3,
.wood-panel h3 {
  margin: 0 0 10px;
  color: var(--blue);
}

.product-card p,
.wood-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.wood-panel {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.wood-panel div {
  padding: 28px;
  background: #fff;
}

.wood-types {
  padding-top: 28px;
  padding-bottom: 44px;
  scroll-margin-top: 64px;
}

.wood-types .section-heading {
  display: block;
  max-width: 760px;
  margin-bottom: 18px;
}

.wood-types .section-heading h2 {
  max-width: 720px;
  font-size: clamp(1.65rem, 1.9vw, 2.35rem);
  line-height: 1.12;
}

.wood-type-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.wood-type-card {
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.wood-type-header {
  position: relative;
  min-height: 96px;
  display: grid;
  place-items: center;
  gap: 5px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.wood-type-header::before,
.wood-type-header::after {
  content: "";
  position: absolute;
  top: 55px;
  width: 37%;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}

.wood-type-header::before {
  left: 4%;
}

.wood-type-header::after {
  right: 4%;
}

.wood-type-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-top: 6px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  font-size: 1.7rem;
  line-height: 1;
}

.wood-type-card h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  letter-spacing: 0.22em;
}

.wood-type-premium .wood-type-header {
  background: linear-gradient(135deg, #8d202d 0%, #b45128 48%, #c97924 100%);
}

.wood-type-medium .wood-type-header {
  background: linear-gradient(135deg, #bd642c 0%, #d27735 48%, #b85626 100%);
}

.wood-type-economy .wood-type-header {
  background: linear-gradient(135deg, #c18b2d 0%, #d6a141 48%, #e5bc63 100%);
}

.wood-samples {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: clamp(260px, 28vw, 390px);
  background-position: center;
  background-size: cover;
}

.wood-samples-high {
  background-image: url("assets/images/tipos-madeira-alta.png");
}

.wood-samples-medium {
  background-image: url("assets/images/tipos-madeira-media.png");
}

.wood-samples-economy {
  background-image: url("assets/images/tipos-madeira-economica.png");
}

.wood-sample {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 34px 12px 16px;
  color: #fff;
  background: transparent;
  overflow: hidden;
  isolation: isolate;
}

.wood-sample::before {
  content: none;
}

.wood-sample::after {
  content: none;
}

.wood-sample span {
  position: relative;
  z-index: 2;
  max-width: 13ch;
  font-size: clamp(0.78rem, 0.95vw, 0.96rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.sample-macaranduba,
.sample-ipe,
.sample-cumaru,
.sample-teca,
.sample-louro,
.sample-sucupira,
.sample-jatoba,
.sample-muiracatiara,
.sample-guarubarana,
.sample-itauba,
.sample-eucalipto,
.sample-pinus,
.sample-mandioqueiro,
.sample-tauari,
.sample-fava {
  background: transparent;
}

.pill-row span {
  padding: 12px 16px;
  color: var(--blue);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
}

.map-card {
  position: relative;
  height: 520px;
  background: #fff;
}

.global {
  min-height: calc(100svh - 64px);
  padding: clamp(24px, 3.2vh, 38px) 0;
  scroll-margin-top: 64px;
  display: flex;
  align-items: flex-start;
}

.global .container {
  width: min(1420px, calc(100% - 58px));
}

.global-layout {
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(44px, 5vw, 86px);
}

.global .section-copy h2 {
  font-size: clamp(2.7rem, 5vw, 5.05rem);
  line-height: 1;
}

.global .section-copy p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 18px;
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  line-height: 1.55;
}

.global .btn {
  margin-top: 22px;
}

.global .map-card {
  height: min(560px, calc(100svh - 160px));
}

.map-badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  min-width: 178px;
  padding: 22px;
  color: #fff;
  background: var(--blue);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
}

.map-badge strong {
  display: block;
  color: var(--gold);
  font-size: 3rem;
}

.contact-panel {
  padding: 34px;
  background: var(--blue);
  color: #fff;
}

.contact-panel a,
.contact-panel p {
  display: block;
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-panel span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-weight: 800;
}

.contact-panel strong {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.site-footer {
  padding: 28px 0;
  color: #fff;
  background: #071b2e;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer-inner p {
  margin: 0;
  font-weight: 800;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 18px;
  color: #fff;
  background: #1fa855;
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(31, 168, 85, 0.35);
  font-weight: 800;
}

.whatsapp-float svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: currentColor;
}

[dir="rtl"] body {
  font-family: Inter, Arial, Tahoma, sans-serif;
}

[dir="rtl"] .nav-panel {
  margin-left: 0;
  margin-right: auto;
}

[dir="rtl"] .map-badge {
  right: auto;
  left: 24px;
  border-left: 0;
  border-right: 4px solid var(--gold);
}

[dir="rtl"] .language-dropdown {
  justify-content: flex-start;
}

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

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

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .nav-panel {
    position: fixed;
    top: 72px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-width: none;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

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

  .nav-panel a {
    padding: 15px 10px;
  }

  .language-dropdown {
    justify-content: flex-start;
    padding: 10px 8px 2px;
  }

  .language-menu {
    flex-wrap: wrap;
  }

  .intro-grid,
  .pillars-grid,
  .two-column,
  .reverse,
  .where-layout,
  .global-layout,
  .contact-grid,
  .product-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pillar-card:last-child {
    grid-column: 1 / -1;
  }

  .pillar-card:not(:last-child)::after {
    content: none;
  }

  .section-heading {
    display: block;
  }

  .image-stack,
  .image-frame,
  .map-card {
    min-height: 420px;
    height: 420px;
  }

  .brazil-map-card {
    height: min(430px, calc(100vh - 170px));
  }

  .about .image-stack {
    min-height: 390px;
    height: 390px;
  }

  .brazil-map {
    min-height: 360px;
  }
}

@media (max-width: 680px) {
  .navbar {
    width: min(100% - 24px, 1240px);
    gap: 12px;
    min-height: 62px;
  }

  .brand span:last-child {
    display: none;
  }

  .brand-logo {
    width: 156px;
    height: 40px;
    padding: 0;
  }

  .language-flag img {
    width: 17px;
    height: 17px;
  }

  .language-flag {
    width: 28px;
    height: 28px;
  }

  .hero {
    min-height: 780px;
    padding-top: 82px;
  }

  .hero-content {
    margin-bottom: 40px;
  }

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

  .hero-proof,
  .intro-grid,
  .pillars-grid,
  .two-column,
  .reverse,
  .where-layout,
  .global-layout,
  .contact-grid,
  .product-grid,
  .wood-type-grid,
  .wood-panel {
    grid-template-columns: 1fr;
  }

  .hero-proof {
    padding-right: 0;
  }

  .pillars {
    padding: 72px 0;
  }

  .pillar-card,
  .pillar-card:last-child {
    grid-column: auto;
    min-height: 0;
    grid-template-rows: auto 1fr 190px;
  }

  .pillar-copy {
    padding: 0 22px 26px;
  }

  .brazil-map-card {
    height: min(360px, 48vh);
  }

  .brazil-map {
    min-height: 490px;
  }

  .map-marker text {
    font-size: 15px;
  }

  .map-marker .map-marker-type {
    font-size: 11px;
  }

  .hero-proof span {
    padding: 14px;
  }

  .about,
  .where,
  .products,
  .wood-types,
  .sustainability,
  .global,
  .contact {
    padding: 72px 0;
  }

  .where {
    min-height: auto;
    padding: 38px 0;
  }

  .where .section-copy h2 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .wood-types {
    min-height: 0;
    padding: 36px 0 44px;
  }

  .sustainability,
  .global {
    min-height: auto;
    padding: 40px 0 48px;
  }

  .sustainability .image-frame,
  .global .map-card {
    height: 380px;
  }

  .wood-type-card {
    overflow-x: auto;
  }

  .wood-type-header,
  .wood-samples {
    min-width: 640px;
  }

  .wood-type-header {
    min-height: 92px;
  }

  .wood-type-header::before,
  .wood-type-header::after {
    width: 32%;
  }

  .wood-samples {
    min-height: 260px;
  }

  .about {
    padding: 48px 0 64px;
  }

  .about .section-copy h2 {
    font-size: clamp(2rem, 9vw, 3.1rem);
  }

  .about .section-copy p:not(.eyebrow) {
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .image-stack {
    grid-template-columns: 1fr;
    height: auto;
  }

  .image-stack img {
    height: 280px;
  }

  .image-stack img:first-child {
    margin-top: 0;
  }

  .footer-inner {
    display: block;
  }
}
