:root {
  --bg-deep: #120c08;
  --bg-mid: #1f1510;
  --panel: rgba(38, 25, 18, 0.74);
  --panel-strong: rgba(43, 29, 21, 0.88);
  --ink: #f4ebdc;
  --ink-soft: #d8c6ac;
  --line: rgba(199, 160, 115, 0.28);
  --line-strong: rgba(214, 172, 122, 0.52);
  --wood: #ba7a43;
  --wood-deep: #84522e;
  --leaf: #71825e;
  --radius-xl: 26px;
  --radius-lg: 18px;
  --radius-md: 12px;
  --shadow: 0 24px 50px rgba(0, 0, 0, 0.44);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  min-height: 100vh;
  color: var(--ink);
  font-family: "Manrope", "Segoe UI", sans-serif;
  background: linear-gradient(155deg, var(--bg-deep) 0%, #20150f 52%, #130d09 100%);
  line-height: 1.6;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: -3;
  background:
    linear-gradient(145deg, rgba(10, 7, 5, 0.78), rgba(24, 16, 11, 0.74)),
    url("assets/img/vision/smart-living-organic.png") center center / cover no-repeat;
  transform: scale(1.03);
}

body::after {
  z-index: -2;
  background:
    radial-gradient(circle at 18% 18%, rgba(177, 123, 70, 0.18), transparent 42%),
    radial-gradient(circle at 82% 12%, rgba(112, 134, 90, 0.14), transparent 38%),
    radial-gradient(circle at 50% 84%, rgba(188, 139, 88, 0.14), transparent 40%);
}

.bg-noise,
.bg-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.bg-noise {
  background-image: radial-gradient(rgba(255, 240, 220, 0.06) 0.7px, transparent 0.7px);
  background-size: 3px 3px;
  opacity: 0.2;
}

.bg-grid {
  background-image:
    linear-gradient(rgba(183, 142, 96, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(183, 142, 96, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 34%, black 28%, transparent 76%);
  opacity: 0.52;
}

.site-header,
main,
.site-footer {
  width: min(1180px, calc(100% - 30px));
  margin-inline: auto;
}

.site-header {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(150deg, rgba(47, 31, 21, 0.86), rgba(28, 19, 13, 0.8));
  backdrop-filter: blur(8px) saturate(118%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.top-rail {
  width: 100%;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.02rem;
  letter-spacing: 0.12em;
  color: #e0c89f;
  opacity: 0.9;
}

.brand-lockup {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.brand-lockup img {
  width: clamp(64px, 8vw, 92px);
  height: auto;
  display: block;
  filter: drop-shadow(0 9px 14px rgba(0, 0, 0, 0.42));
}

.brand-copy {
  display: grid;
  gap: 2px;
  text-align: left;
}

.brand-copy strong {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #f8edda;
}

.brand-copy span {
  color: #ceb58f;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid rgba(212, 171, 120, 0.38);
  background: rgba(52, 34, 23, 0.68);
}

.lang-btn {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 6px 10px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  color: #ead8bd;
  background: transparent;
  cursor: pointer;
  line-height: 1;
  transition: 170ms ease;
}

.lang-btn:hover,
.lang-btn:focus-visible {
  border-color: var(--line-strong);
  background: rgba(95, 62, 39, 0.66);
  outline: none;
}

.lang-btn.is-active {
  color: #fff4df;
  border-color: rgba(225, 182, 129, 0.65);
  background: linear-gradient(130deg, rgba(172, 113, 64, 0.9), rgba(111, 70, 41, 0.9));
}

.site-nav {
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.site-nav a {
  text-decoration: none;
  color: #ead8bd;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid rgba(212, 171, 120, 0.3);
  background: rgba(66, 43, 29, 0.48);
  padding: 8px 12px;
  transition: transform 170ms ease, border-color 170ms ease, background 170ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  transform: translateY(-1px);
  border-color: var(--line-strong);
  background: rgba(97, 64, 40, 0.7);
  outline: none;
}

main {
  margin-top: 16px;
  margin-bottom: 70px;
  display: grid;
  gap: 16px;
}

section {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(41, 27, 19, 0.86), rgba(26, 18, 13, 0.78));
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
  padding: clamp(20px, 3vw, 34px);
}

.eyebrow {
  margin: 0 0 10px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.15em;
  color: #d8bf95;
}

.section-head h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 20px;
  align-items: stretch;
}

.hero h1 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.3rem, 5.6vw, 4.8rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0.03em;
}

.hero h1 span {
  color: #ddb176;
}

.lead {
  margin: 14px 0 0;
  color: var(--ink-soft);
  max-width: 60ch;
}

.poem {
  margin: 14px 0 0;
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-size: clamp(1.22rem, 2.4vw, 1.58rem);
  line-height: 1.26;
  color: #f0ddc0;
}

.hero-actions {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.metrics {
  margin: 18px 0 0;
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.metrics li {
  border: 1px solid rgba(209, 169, 120, 0.3);
  background: rgba(65, 43, 29, 0.62);
  border-radius: var(--radius-md);
  padding: 10px 12px;
}

.metrics strong {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #f7e8cd;
}

.metrics span {
  display: block;
  color: #d1bc9d;
  font-size: 0.83rem;
}

.hero-media {
  margin: 0;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(206, 165, 117, 0.36);
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(17, 12, 9, 0.72), transparent 52%),
    radial-gradient(circle at 84% 14%, rgba(169, 111, 59, 0.24), transparent 44%);
}

.hero-media figcaption {
  position: absolute;
  left: 14px;
  bottom: 12px;
  margin: 0;
  color: #f0e0c6;
  font-size: 0.84rem;
  z-index: 1;
}

.concept-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.concept-card {
  border-radius: var(--radius-md);
  border: 1px solid rgba(211, 169, 117, 0.3);
  background: linear-gradient(145deg, rgba(62, 40, 27, 0.72), rgba(35, 24, 17, 0.82));
  padding: 14px;
}

.concept-card h3 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.54rem;
  font-weight: 400;
  color: #f4ddba;
  letter-spacing: 0.04em;
}

.concept-card p {
  margin: 8px 0 0;
  color: #d4c09f;
  font-size: 0.92rem;
}

.founder-layout {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 12px;
}

.founder-layout article p {
  margin: 0 0 10px;
  color: #e8d9c2;
}

.founder-note {
  border-radius: var(--radius-md);
  border: 1px solid rgba(214, 171, 118, 0.4);
  background: linear-gradient(145deg, rgba(80, 50, 31, 0.8), rgba(46, 29, 19, 0.86));
  padding: 14px;
}

.founder-note h3 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.62rem;
  font-weight: 400;
  color: #fff1d4;
  letter-spacing: 0.04em;
}

.founder-note p {
  margin: 8px 0 0;
  color: #efd7b1;
  font-size: 0.9rem;
}

.gallery-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 10px;
}

.gallery-card {
  margin: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(214, 171, 120, 0.32);
  min-height: 220px;
  grid-column: span 4;
  background: rgba(40, 27, 19, 0.6);
}

.gallery-card.wide {
  grid-column: span 8;
  min-height: 310px;
}

.gallery-card.tall {
  grid-row: span 2;
  min-height: 460px;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 240ms ease;
}

.gallery-card:hover img {
  transform: scale(1.03);
}

.models .section-head p:last-child {
  margin: 8px 0 0;
  color: var(--ink-soft);
  max-width: 72ch;
}

.about-wood .section-head p:last-child,
.services .section-head p:last-child,
.faq .section-head p:last-child {
  margin: 8px 0 0;
  color: var(--ink-soft);
  max-width: 72ch;
}

.models-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.model-card {
  border-radius: var(--radius-md);
  border: 1px solid rgba(211, 169, 117, 0.34);
  background: linear-gradient(145deg, rgba(53, 35, 24, 0.82), rgba(30, 21, 15, 0.9));
  padding: 12px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.32);
}

.model-card header h3 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #f3dfbf;
}

.model-card header p {
  margin: 5px 0 10px;
  color: #dbc7a8;
  font-size: 0.88rem;
}

.model-card model-viewer {
  width: 100%;
  height: 380px;
  border-radius: 12px;
  border: 1px solid rgba(217, 174, 120, 0.3);
  background:
    radial-gradient(circle at 32% 26%, rgba(214, 166, 114, 0.22), transparent 44%),
    linear-gradient(160deg, rgba(70, 45, 30, 0.9), rgba(30, 20, 15, 0.94));
}

.model-actions {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.model-variant {
  border-radius: 999px;
  border: 1px solid rgba(214, 171, 119, 0.4);
  background: rgba(75, 48, 30, 0.75);
  color: #f3ddba;
  padding: 6px 12px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.06em;
  font-size: 0.85rem;
  cursor: pointer;
  transition: 160ms ease;
}

.model-variant:hover,
.model-variant:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(227, 183, 128, 0.68);
  outline: none;
}

.model-variant.is-active {
  background: linear-gradient(130deg, rgba(182, 123, 71, 0.9), rgba(119, 76, 45, 0.95));
  color: #fff4df;
}

.country-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.country-card {
  border-radius: var(--radius-md);
  border: 1px solid rgba(209, 169, 119, 0.34);
  background: rgba(66, 42, 28, 0.7);
  padding: 14px;
}

.country-card h3 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.42rem;
  font-weight: 400;
  color: #f6dfbc;
  letter-spacing: 0.04em;
}

.country-card p {
  margin: 6px 0 0;
  color: #dcc7a6;
  font-size: 0.92rem;
}

.contact {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
}

.contact h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400;
  letter-spacing: 0.04em;
}

.contact p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  max-width: 56ch;
}

.whatsapp-pill {
  display: grid;
  text-decoration: none;
  color: #f7ffe9;
  border-radius: 22px;
  border: 1px solid rgba(189, 221, 168, 0.52);
  background:
    radial-gradient(circle at 15% 18%, rgba(160, 209, 140, 0.24), transparent 44%),
    radial-gradient(circle at 86% 90%, rgba(236, 180, 107, 0.22), transparent 42%),
    linear-gradient(145deg, rgba(67, 111, 70, 0.95), rgba(84, 54, 33, 0.95));
  padding: 15px 20px;
  min-width: 250px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
  font-size: 1.35rem;
  line-height: 1;
  text-align: center;
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(236, 255, 224, 0.14) inset;
  position: relative;
  overflow: hidden;
  transition: transform 170ms ease, box-shadow 170ms ease;
}

.whatsapp-pill:hover,
.whatsapp-pill:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 22px 40px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(244, 255, 235, 0.22) inset;
  outline: none;
}

.whatsapp-pill small {
  margin-top: 6px;
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  line-height: 1.36;
  color: #f0ffe9;
  font-weight: 700;
}

.btn {
  border-radius: 999px;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: transform 170ms ease, box-shadow 170ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.btn-primary {
  color: #fff4df;
  background: linear-gradient(130deg, var(--wood), var(--wood-deep));
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.36);
}

.btn-ghost {
  color: #f0dec2;
  background: rgba(74, 48, 32, 0.7);
  border-color: rgba(212, 170, 119, 0.32);
}

.saw-panel-wrap {
  position: fixed;
  right: 14px;
  bottom: 8px;
  z-index: 60;
  display: grid;
  justify-items: end;
  gap: 8px;
  max-width: min(480px, calc(100vw - 16px));
  pointer-events: none;
}

.saw-panel-wrap > * {
  pointer-events: auto;
}

.saw-toggle {
  position: relative;
  width: min(210px, 34vw);
  min-width: 132px;
  aspect-ratio: 8 / 10;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  filter: drop-shadow(0 16px 26px rgba(0, 0, 0, 0.48));
  transform-origin: 65% 100%;
  animation: sawFloatCharacter 5s ease-in-out infinite;
  transition: transform 180ms ease, filter 180ms ease;
}

.saw-toggle img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center bottom;
}

.saw-toggle-label {
  position: absolute;
  top: 7%;
  right: 2%;
  border-radius: 999px;
  border: 1px solid rgba(191, 255, 232, 0.55);
  background: linear-gradient(140deg, rgba(23, 66, 54, 0.86), rgba(47, 31, 21, 0.84));
  padding: 6px 12px;
  color: #f2fff6;
  font-family: "Cinzel Decorative", "Bebas Neue", sans-serif;
  font-size: clamp(0.74rem, 1.05vw, 0.92rem);
  letter-spacing: 0.08em;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.saw-toggle:hover,
.saw-toggle:focus-visible {
  transform: translateY(-2px) scale(1.01);
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.56));
  outline: none;
}

.saw-toggle.is-talking img {
  animation: sawTalk 0.52s ease-in-out infinite alternate;
}

@keyframes sawFloatCharacter {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes sawTalk {
  0% {
    filter: saturate(1) brightness(1);
    transform: translateY(0);
  }

  100% {
    filter: saturate(1.1) brightness(1.08);
    transform: translateY(-2px);
  }
}

.saw-panel {
  order: -1;
  position: relative;
  width: min(460px, calc(100vw - 20px));
  max-height: min(70vh, 620px);
  border-radius: 22px;
  border: 1px solid rgba(157, 208, 154, 0.36);
  background: linear-gradient(150deg, rgba(17, 42, 32, 0.84), rgba(39, 27, 20, 0.84));
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.58);
  overflow: hidden;
  backdrop-filter: blur(6px) saturate(112%);
}

.saw-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 86% 8%, rgba(159, 250, 198, 0.22), transparent 38%),
    radial-gradient(circle at 12% 94%, rgba(116, 175, 112, 0.24), transparent 44%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.06), transparent 42%);
}

.saw-panel::after {
  content: "";
  position: absolute;
  right: 34px;
  bottom: -9px;
  width: 20px;
  height: 20px;
  z-index: 1;
  border-right: 1px solid rgba(157, 208, 154, 0.36);
  border-bottom: 1px solid rgba(157, 208, 154, 0.36);
  background: linear-gradient(150deg, rgba(17, 42, 32, 0.84), rgba(39, 27, 20, 0.84));
  transform: rotate(45deg);
}

.saw-inner {
  position: relative;
  z-index: 2;
  padding: 16px 16px 14px;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto auto;
  gap: 8px;
  min-height: 300px;
  min-height: 0;
  text-align: center;
  overflow: hidden;
}

.saw-inner > * {
  position: relative;
}

.saw-panel header h3 {
  margin: 0;
  font-family: "Cinzel Decorative", "Bebas Neue", sans-serif;
  font-size: clamp(1.15rem, 2.1vw, 1.48rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #efffe8;
  text-shadow: 0 0 14px rgba(136, 255, 193, 0.33);
}

.saw-panel header p {
  margin: 1px 0 0;
  color: #dcffe8;
  font-size: clamp(0.74rem, 1.16vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  font-family: "Manrope", sans-serif;
}

.saw-panel header small {
  display: block;
  margin-top: 4px;
  color: #dff9e6;
  font-size: clamp(0.69rem, 1vw, 0.82rem);
  line-height: 1.3;
  font-family: "Manrope", sans-serif;
}

.saw-help {
  margin-top: 0;
  border-radius: 12px;
  border: 1px solid rgba(172, 221, 170, 0.35);
  background: rgba(18, 52, 40, 0.64);
  padding: 8px 11px;
  color: #f0fff5;
  font-size: clamp(0.7rem, 0.98vw, 0.86rem);
  line-height: 1.4;
  backdrop-filter: blur(3px);
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}

.saw-messages {
  margin-top: 0;
  min-height: 0;
  max-height: clamp(120px, 22vh, 210px);
  overflow-y: auto;
  display: grid;
  gap: 6px;
  padding-right: 4px;
}

.saw-msg {
  border-radius: 12px;
  padding: 7px 10px;
  font-size: clamp(0.72rem, 0.95vw, 0.85rem);
  line-height: 1.4;
  text-align: left;
  font-family: "Manrope", sans-serif;
}

.saw-msg.bot {
  justify-self: start;
  border: 1px solid rgba(163, 237, 175, 0.38);
  border-bottom-left-radius: 4px;
  background: rgba(17, 62, 48, 0.66);
  color: #ecfff2;
}

.saw-msg.user {
  justify-self: end;
  max-width: 96%;
  border: 1px solid rgba(199, 226, 183, 0.32);
  border-bottom-right-radius: 4px;
  background: rgba(67, 47, 32, 0.56);
  color: #fff4de;
}

.saw-quick {
  margin-top: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.saw-quick button {
  border-radius: 999px;
  border: 1px solid rgba(199, 227, 186, 0.45);
  background: rgba(40, 73, 53, 0.66);
  color: #efffeb;
  padding: 4px 12px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: clamp(0.62rem, 0.9vw, 0.82rem);
  letter-spacing: 0.07em;
  cursor: pointer;
}

.saw-form {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}

.saw-form input {
  min-width: 0;
  border-radius: 12px;
  border: 1px solid rgba(188, 225, 177, 0.44);
  background: rgba(20, 58, 44, 0.64);
  color: #f6fff8;
  padding: 8px 11px;
  text-align: left;
  font-size: clamp(0.72rem, 0.95vw, 0.88rem);
  font-family: "Manrope", sans-serif;
}

.saw-form button {
  border-radius: 12px;
  border: 1px solid rgba(191, 226, 177, 0.56);
  background: linear-gradient(130deg, rgba(76, 116, 77, 0.94), rgba(53, 91, 58, 0.92));
  color: #f6fff7;
  padding: 7px 10px;
  font-family: "Cinzel Decorative", "Bebas Neue", sans-serif;
  font-size: clamp(0.72rem, 0.92vw, 0.9rem);
  letter-spacing: 0.08em;
  cursor: pointer;
}

.site-footer {
  margin-bottom: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(140deg, rgba(42, 28, 20, 0.86), rgba(27, 18, 13, 0.86));
  padding: 14px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.site-footer p {
  margin: 0;
  color: #d8c4a3;
  font-size: 0.84rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 420ms ease, transform 420ms ease;
}

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

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

  .header-right {
    width: 100%;
    justify-content: center;
  }

  .site-nav {
    justify-content: center;
  }

  .gallery-card,
  .gallery-card.wide {
    grid-column: span 6;
  }

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

  .gallery-card.tall {
    grid-row: auto;
    min-height: 260px;
  }

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

@media (max-width: 760px) {
  .site-header {
    padding: 12px;
    border-radius: 20px;
    justify-content: center;
  }

  .top-rail {
    font-size: 0.92rem;
  }

  .brand-lockup {
    width: 100%;
    justify-content: center;
  }

  .brand-copy {
    text-align: center;
  }

  .header-right {
    width: 100%;
    justify-content: center;
    gap: 8px;
  }

  .lang-switch {
    width: fit-content;
  }

  .site-nav {
    justify-content: center;
    gap: 6px;
  }

  .site-nav a {
    font-size: 0.72rem;
    padding: 7px 10px;
  }

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

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

  .concept-grid,
  .country-grid,
  .metrics {
    grid-template-columns: 1fr;
  }

  .gallery-card,
  .gallery-card.wide {
    grid-column: span 12;
  }

  .whatsapp-pill {
    min-width: 0;
    width: 100%;
  }

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

  .saw-panel-wrap {
    right: 6px;
    bottom: 6px;
  }

  .saw-toggle {
    width: 112px;
    min-width: 112px;
  }

  .saw-toggle-label {
    top: 6%;
    right: 0%;
    font-size: 0.68rem;
    padding: 4px 9px;
  }

  .saw-panel {
    width: min(92vw, 360px);
    max-height: min(64vh, 460px);
    border-radius: 18px;
  }

  .saw-inner {
    padding: 11px 11px 10px;
    gap: 6px;
  }

  .saw-panel header h3 {
    font-size: 0.95rem;
  }

  .saw-panel header p {
    font-size: 0.65rem;
  }

  .saw-panel header small {
    font-size: 0.6rem;
    line-height: 1.24;
  }

  .saw-help {
    font-size: 0.62rem;
    padding: 6px;
    max-height: 60px;
    overflow: auto;
  }

  .saw-msg {
    font-size: 0.62rem;
    padding: 6px;
  }

  .saw-messages {
    max-height: 86px;
  }

  .saw-quick button {
    font-size: 0.58rem;
    padding: 4px 7px;
  }

  .saw-form input {
    font-size: 0.63rem;
    padding: 6px 7px;
  }

  .saw-form button {
    font-size: 0.62rem;
    padding: 6px 7px;
  }

  .model-card model-viewer {
    height: 320px;
  }
}
