:root {
  --gold: rgb(201, 189, 150);
  --gold-dark: #ad8847;
  --ink: #171514;
  --muted: #77716a;
  --line: #ebe5dc;
  --cream: #f8f5ef;
  --white: #fff;
  --shadow: 0 24px 70px rgba(37, 29, 20, .12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: #f5f2ed;
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.rtl-text {
  direction: ltr;
}

body.rtl-text h1,
body.rtl-text h2,
body.rtl-text h3,
body.rtl-text h4,
body.rtl-text p,
body.rtl-text li,
body.rtl-text label,
body.rtl-text legend,
body.rtl-text input,
body.rtl-text textarea,
body.rtl-text select,
body.rtl-text .eyebrow,
body.rtl-text .nav a,
body.rtl-text .dropdown a,
body.rtl-text .btn,
body.rtl-text .product-panel,
body.rtl-text .service-grid article,
body.rtl-text .product-list-card,
body.rtl-text .modern-steps article,
body.rtl-text .about-pillars article,
body.rtl-text .about-value-grid article,
body.rtl-text .footer {
  direction: rtl;
  text-align: right;
}

body.rtl-text .brand,
body.rtl-text .hero-buttons,
body.rtl-text .header-actions,
body.rtl-text .social-links {
  direction: ltr;
}

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

main,
section,
.hero > *,
.section-head,
.hero-copy {
  max-width: 100%;
  min-width: 0;
}

h1,
h2,
p {
  overflow-wrap: break-word;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 clamp(20px, 5vw, 78px);
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(225, 218, 205, .85);
  backdrop-filter: blur(18px);
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: white;
  background: var(--ink);
  font-family: "Playfair Display", serif;
  font-size: 28px;
  box-shadow: inset -8px -8px 0 rgba(201, 189, 150, .28);
}

.brand strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 33px;
  line-height: .86;
}

.brand small {
  display: block;
  margin-top: 6px;
  color: #d94b5b;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.brand-logo {
  display: block;
  width: auto;
  max-width: 170px;
  max-height: 58px;
  object-fit: contain;
}

.footer-brand .brand-logo {
  max-width: 190px;
  max-height: 66px;
  padding: 6px 10px;
  border-radius: 6px;
  background: #fff;
  filter: none;
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 2.4vw, 38px);
  flex: 1;
}

.nav-group {
  position: relative;
  padding: 32px 0;
}

.nav-group > a::after {
  content: "⌄";
  margin-left: 8px;
  color: var(--ink);
  font-size: 17px;
}

.dropdown {
  position: absolute;
  top: 72px;
  left: 50%;
  min-width: 260px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.96);
  box-shadow: var(--shadow);
  transform: translate(-50%, 10px);
  opacity: 0;
  pointer-events: none;
  transition: .2s ease;
}

.nav-group:hover .dropdown {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.dropdown a {
  display: block;
  padding: 11px 12px;
  border-radius: 5px;
  font-size: 13px;
}

.dropdown a:hover { background: var(--cream); }

.nav a {
  position: relative;
  color: #312d29;
  font-size: 14px;
  font-weight: 600;
}

.nav a.active,
.nav a:hover { color: var(--gold-dark); }

.nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  height: 2px;
  background: var(--gold);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.lang {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border: 1px solid var(--gold-dark);
  border-radius: 3px;
  color: #fff;
  background: linear-gradient(135deg, var(--gold), #b18542);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(177, 133, 66, .22);
}

.btn-small { min-height: 38px; padding: 0 18px; font-size: 11px; }
.btn-ghost { color: #4f463c; background: rgba(255,255,255,.76); box-shadow: none; }
.whatsapp { background: #19c64a; border-color: #19c64a; }
.whatsapp::before {
  content: "";
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: inset -5px -5px 0 rgba(255,255,255,.18);
}

.menu {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  transition: transform .2s ease, opacity .2s ease;
}

.menu.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu.open span:nth-child(2) { opacity: 0; }
.menu.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero {
  position: relative;
  min-height: 690px;
  display: block;
  overflow: hidden;
  background: var(--cream);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .55s ease;
}

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

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.72) 38%, rgba(255,255,255,.05) 68%);
  pointer-events: none;
  z-index: 2;
}

.hero-copy {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 690px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 8vw, 120px) clamp(24px, 6vw, 92px);
}

.eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .9px;
  text-transform: uppercase;
}

h1, h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  line-height: 1.04;
}

h1 {
  max-width: 620px;
  font-size: clamp(40px, 4.8vw, 74px);
}

h2 { font-size: clamp(34px, 4.6vw, 66px); }

.hero-copy p {
  max-width: 540px;
  margin: 20px 0 28px;
  color: #4c4640;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.72;
}

.hero-buttons { display: flex; flex-wrap: wrap; gap: 14px; }

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  min-height: 100%;
  background-image: url("../images/kalia-hero.png");
  background-position: center right;
  background-size: cover;
}

.hero-dots {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 34px;
  display: flex;
  gap: 10px;
}

.hero-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  box-shadow: 0 0 0 1px rgba(0,0,0,.08);
  cursor: pointer;
}

.hero-dots button.active { background: var(--gold); }

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 30px clamp(20px, 5vw, 78px);
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip article {
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 16px;
  padding: 12px 30px;
  border-right: 1px solid var(--line);
}

.trust-strip article:last-child { border-right: 0; }
.trust-strip span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-dark);
  font-family: "Playfair Display", serif;
  font-size: 20px;
}

.trust-strip h3,
.product-panel h3,
.service-grid h3 {
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
}

.trust-strip p,
.product-panel p,
.service-grid p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.workflow-strip {
  display: grid;
  grid-template-columns: minmax(170px, 240px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: 34px clamp(20px, 5vw, 78px);
  background: #faf8f3;
  border-bottom: 1px solid var(--line);
}

.workflow-strip h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 3vw, 46px);
  line-height: .98;
}

.workflow-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-width: 0;
  white-space: nowrap;
}

.workflow-line span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  color: #312d29;
  font-size: clamp(12px, .95vw, 15px);
  font-weight: 800;
  text-transform: uppercase;
}

.workflow-line span:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -8px;
  color: var(--gold-dark);
  font-size: 18px;
  font-weight: 800;
}

.section {
  padding: clamp(58px, 7vw, 104px) clamp(20px, 5vw, 78px);
  background: #fff;
}

.section-head {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.accordion-gallery {
  display: flex;
  align-items: stretch;
  gap: 12px;
  min-height: 410px;
}

.product-panel {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 410px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fbfaf7, #eee8dc);
  box-shadow: 0 16px 42px rgba(35, 28, 20, .08);
  transition: flex-grow .42s ease, transform .32s ease, border-color .28s ease, box-shadow .28s ease;
}

.product-panel.wide {
  border-color: rgba(173, 136, 71, .45);
  box-shadow: var(--shadow);
}

.accordion-gallery:hover .product-panel {
  flex-grow: .92;
}

.accordion-gallery .product-panel:hover {
  z-index: 4;
  flex-grow: 1.38;
  transform: translateY(-4px);
  border-color: rgba(173, 136, 71, .55);
  box-shadow: 0 24px 56px rgba(35, 28, 20, .16);
}

.product-panel > span {
  position: absolute;
  top: 18px;
  left: 20px;
  color: rgba(23,21,20,.22);
  font-family: "Playfair Display", serif;
  font-size: 42px;
}

.bottle-scene {
  position: absolute;
  inset: 42px 14px 122px;
  transform-origin: center bottom;
  transition: transform .32s ease, filter .32s ease;
}

.bottle-scene::before,
.bottle-scene::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 18px 18px 8px 8px;
  background: linear-gradient(90deg, rgba(255,255,255,.55), var(--tone, #f8f4eb), rgba(173,136,71,.16));
  box-shadow: inset 10px 0 18px rgba(255,255,255,.82), 0 20px 30px rgba(40,30,20,.12);
}

.bottle-scene::before { width: 80px; height: 210px; }
.bottle-scene::after {
  width: 48px;
  height: 86px;
  bottom: 204px;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(90deg, #cbbd96, #ad8847);
}

.bottle-2 { --tone: #5c351d; }
.bottle-3 { --tone: #d3d7c9; }
.bottle-4 { --tone: #f7c13d; }
.bottle-5 { --tone: #f1ddd0; }

.bottle-scene.has-image {
  inset: 36px 14px 122px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 -80px 80px rgba(23,21,20,.24), 0 18px 34px rgba(40,30,20,.12);
}

.accordion-gallery .product-panel:hover .bottle-scene {
  transform: translateY(-22px) scale(1.09);
  filter: drop-shadow(0 32px 28px rgba(35, 28, 20, .26));
}

.accordion-gallery .product-panel:hover .bottle-scene.has-image {
  transform: translateY(-22px) scale(1.065);
}

.bottle-scene.has-image::before,
.bottle-scene.has-image::after {
  display: none;
}

.product-panel h3,
.product-panel p {
  position: relative;
  z-index: 2;
}

.manufacturing {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(360px, 480px) minmax(170px, .34fr);
  align-items: center;
  gap: clamp(34px, 4vw, 58px);
  min-height: 370px;
  padding: 64px clamp(20px, 5vw, 78px);
  color: white;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(14,14,13,.96) 0%, rgba(14,14,13,.78) 42%, rgba(14,14,13,.98) 100%),
    url("../images/kalia-hero.png") center / cover;
}

.manufacturing h2 { max-width: 650px; font-size: clamp(34px, 4vw, 58px); }
.manufacturing p { max-width: 620px; color: rgba(255,255,255,.78); line-height: 1.8; }

.play {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.96);
  box-shadow: 0 12px 36px rgba(0,0,0,.28);
}

.play::before {
  content: "";
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 19px solid var(--ink);
  transform: translateX(3px);
}

.manufacturing-video {
  position: relative;
  justify-self: start;
  transform: translateX(-56px);
  width: 100%;
  max-width: 480px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
  background: rgba(0,0,0,.28);
  box-shadow: 0 18px 44px rgba(0,0,0,.28);
}

.manufacturing-video video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
}

.manufacturing-video video.active {
  opacity: 1;
  pointer-events: auto;
}

.certs {
  display: grid;
  grid-template-columns: repeat(2, minmax(80px, 1fr));
  gap: 22px;
  justify-self: end;
  color: rgba(255,255,255,.9);
  font-size: 34px;
  font-family: "Playfair Display", serif;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 30px clamp(20px, 5vw, 78px);
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.stats article { text-align: center; }
.stats strong { display: block; font-size: 24px; }
.stats span { color: var(--muted); font-size: 13px; }

.services {
  background:
    radial-gradient(circle at 88% 20%, rgba(201,189,150,.22), transparent 28%),
    linear-gradient(180deg, #fff, #faf8f3);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.service-grid article {
  min-height: 174px;
  padding: 26px 18px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 14px 30px rgba(43,34,25,.06);
}

.service-grid span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 18px;
  color: var(--gold-dark);
  border: 1px solid rgba(201,189,150,.8);
  border-radius: 50%;
  font-size: 22px;
}

.cta {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: center;
  padding: 42px clamp(20px, 5vw, 78px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(15,15,14,.92), rgba(15,15,14,.86)),
    url("../images/kalia-hero.png") center / cover;
}

.cta h2 { font-size: clamp(28px, 3vw, 44px); }
.cta form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 4px;
  font: inherit;
}

.footer {
  display: grid;
  grid-template-columns: minmax(320px, 1.4fr) minmax(180px, .7fr) minmax(300px, 1fr);
  gap: clamp(36px, 8vw, 110px);
  padding: 62px clamp(20px, 5vw, 78px) 42px;
  color: rgba(255,255,255,.76);
  background: #111;
}

.footer h4 { margin: 0 0 18px; color: white; }
.footer p { max-width: 360px; line-height: 1.7; }
.footer a:not(.brand) { display: block; margin: 10px 0; font-size: 13px; line-height: 1.45; }
.footer-brand .brand-mark { background: #fff; color: #111; }
.footer-brand strong { color: #fff; }

.social-links {
  display: flex;
  gap: 8px;
  margin-top: 22px;
}

.social-links a {
  display: grid !important;
  place-items: center;
  width: 28px;
  height: 28px;
  margin: 0 !important;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.04);
  transition: .2s ease;
}

.social-links a:hover {
  color: #fff;
}

.social-links svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.social-links a[aria-label="Facebook"]:hover {
  background: #1877f2;
  border-color: #1877f2;
}

.social-links a[aria-label="Instagram"]:hover {
  background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #8134af 72%, #515bd4);
  border-color: #dd2a7b;
}

.social-links a[aria-label="X"]:hover {
  background: #fff;
  border-color: #fff;
  color: #111;
}

.social-links a[aria-label="LinkedIn"]:hover {
  background: #0a66c2;
  border-color: #0a66c2;
}

.inner-header {
  position: sticky;
}

.sub-hero {
  position: relative;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(28px, 5vw, 84px);
  max-width: 1280px;
  margin: 28px auto 0;
  padding: clamp(46px, 6vw, 84px) clamp(24px, 5vw, 72px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.55)),
    linear-gradient(135deg, rgba(201,189,150,.32), rgba(201,189,150,.16));
  border: 1px solid rgba(201,189,150,.36);
  border-radius: 16px;
  box-shadow: 0 18px 70px rgba(37, 29, 20, .07);
}

.sub-hero h1 {
  font-family: "Playfair Display", Georgia, serif;
  max-width: 520px;
  font-size: clamp(34px, 3.9vw, 58px);
  font-weight: 600;
  line-height: 1.08;
}

.sub-hero-copy,
.sub-hero-text {
  position: relative;
  z-index: 2;
}

.sub-hero-text p {
  max-width: 780px;
  margin: 0;
  color: #3f3934;
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.85;
}

.sub-visual {
  position: absolute;
  right: clamp(18px, 4vw, 62px);
  bottom: -80px;
  width: min(280px, 28vw);
  height: 280px;
  border-radius: 999px;
  background: var(--visual);
  box-shadow: 0 18px 52px rgba(37, 29, 20, .08);
  opacity: .18;
  pointer-events: none;
  z-index: 1;
  filter: saturate(.8);
}

.content-shell {
  display: grid;
  grid-template-columns: minmax(220px, 32%) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  max-width: 1220px;
  margin: 0 auto;
  padding: clamp(54px, 7vw, 92px) clamp(20px, 5vw, 72px);
  background: #fff;
  overflow: hidden;
}

.content-art {
  position: sticky;
  top: 112px;
  width: 100%;
  min-height: 0;
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  background: var(--visual);
  background-position: center;
  background-size: cover;
  box-shadow: 0 20px 60px rgba(37, 29, 20, .09);
}

.content-body {
  position: relative;
  z-index: 2;
  align-self: start;
  min-width: 0;
  background: #fff;
}

.content-body article {
  margin-bottom: 0;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.content-body article:first-child { padding-top: 0; }
.content-body article:last-child { border-bottom: 0; }

.content-body h2 {
  margin: 0 0 14px;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(22px, 1.65vw, 30px);
  font-weight: 600;
  line-height: 1.22;
}

.content-body .lead-block h2 {
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(24px, 1.9vw, 34px);
}

.content-body p {
  margin: 0;
  color: #3f3934;
  font-size: clamp(15px, 1.06vw, 18px);
  line-height: 1.82;
}

.about-logo {
  margin: 0 0 46px;
}

.about-logo .brand-mark {
  display: none;
}

.about-logo strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: clamp(88px, 10vw, 150px);
  line-height: .8;
}

.about-logo small {
  display: block;
  color: #d94b5b;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 18px;
  text-transform: uppercase;
}

.quote-band {
  max-width: 1080px;
  margin: 0 auto;
  padding: 24px clamp(22px, 5vw, 54px);
  border: 1px solid rgba(201,189,150,.45);
  border-radius: 10px;
  text-align: center;
  background: rgba(248,245,239,.86);
}

.quote-band p {
  margin: 0;
  color: #4a433b;
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.65;
}

.visual-about {
  --visual:
    radial-gradient(circle at 58% 38%, rgba(201,189,150,.25), transparent 22%),
    url("../images/kalia-hero.png") center / cover;
}

.visual-factory {
  --visual:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(0,0,0,.18)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.42) 0 7px, transparent 7px 22px),
    linear-gradient(135deg, #e9efe9, #9aa9a2 48%, #2f4f42);
}

.visual-supplement {
  --visual:
    radial-gradient(circle at 55% 35%, #f7c456 0 6%, transparent 7%),
    radial-gradient(circle at 48% 42%, #d88b2c 0 5%, transparent 6%),
    repeating-radial-gradient(circle at 50% 50%, rgba(255,255,255,.8) 0 8px, transparent 9px 24px),
    linear-gradient(135deg, #f5f1e7, #7f8c93);
}

.visual-legal,
.visual-clipboard,
.visual-notification {
  --visual:
    linear-gradient(130deg, rgba(255,255,255,.75), rgba(255,255,255,.08)),
    repeating-linear-gradient(12deg, rgba(32,32,32,.08) 0 2px, transparent 2px 22px),
    linear-gradient(135deg, #f9f5e8, #d7e9ef 48%, #88b5bf);
}

.visual-lab,
.visual-lab-white {
  --visual:
    radial-gradient(circle at 46% 70%, rgba(177,133,66,.42), transparent 18%),
    linear-gradient(90deg, rgba(25,25,25,.84) 0 18%, transparent 18% 28%, rgba(25,25,25,.82) 28% 44%, transparent 44% 56%, rgba(25,25,25,.84) 56% 72%, transparent 72%),
    linear-gradient(180deg, #fffaf0, #d8b98a);
}

.visual-green {
  --visual:
    radial-gradient(circle at 34% 42%, rgba(44,188,156,.75), transparent 11%),
    radial-gradient(circle at 62% 36%, rgba(255,255,255,.65), transparent 9%),
    linear-gradient(135deg, #d9f2cd, #9ddda7 55%, #56b7a4);
}

.visual-design {
  --visual:
    conic-gradient(from 140deg at 50% 52%, #d94b5b, #f3c14a, #65b584, #69a6d8, #d94b5b),
    linear-gradient(135deg, #f8f5ef, #dfe9e8);
}

.product-hero {
  min-height: 340px;
  display: grid;
  align-items: center;
  max-width: 1280px;
  margin: 28px auto 0;
  padding: clamp(44px, 7vw, 82px) clamp(24px, 10vw, 170px);
  border-radius: 16px;
  background: var(--product-bg);
  overflow: hidden;
  border: 1px solid rgba(201,189,150,.28);
}

.product-hero h1 {
  max-width: 560px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 4.3vw, 64px);
  font-weight: 600;
  line-height: 1.08;
}

.product-skin { --product-bg: linear-gradient(100deg, rgba(255,255,255,.62), rgba(255,255,255,.08)), url("../images/kalia-hero.png") center / cover; }
.product-hair { --product-bg: linear-gradient(100deg, rgba(255,255,255,.72), rgba(255,255,255,.18)), repeating-linear-gradient(8deg, #181514 0 12px, #333 12px 20px, #111 20px 32px); }
.product-oral { --product-bg: linear-gradient(100deg, rgba(180,245,239,.82), rgba(127,221,213,.38)), radial-gradient(circle at 72% 48%, #00a7b2, transparent 8%), linear-gradient(135deg, #b9f3ef, #62d6ce); }
.product-hygiene { --product-bg: linear-gradient(100deg, rgba(219,245,232,.82), rgba(126,184,154,.26)), radial-gradient(circle at 70% 44%, #dff6ee, transparent 16%), linear-gradient(135deg, #d7efe4, #9dc7b4); }
.product-sport { --product-bg: linear-gradient(100deg, rgba(255,255,255,.76), rgba(255,255,255,.2)), radial-gradient(circle at 68% 40%, #f0c9bd, transparent 18%), linear-gradient(135deg, #f5ded8, #c7988c); }
.product-supplement-product { --product-bg: linear-gradient(100deg, rgba(255,255,255,.86), rgba(255,255,255,.18)), radial-gradient(circle at 80% 35%, #f47718, transparent 18%), linear-gradient(135deg, #fff, #f7d6b8); }

.product-list-shell {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1220px;
  margin: 0 auto;
  padding: clamp(54px, 7vw, 88px) clamp(22px, 5vw, 60px);
  background: #fff;
}

.product-list-card {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(248,245,239,.56));
}

.product-list-card h2 {
  margin: 0 0 10px;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(19px, 1.45vw, 24px);
  font-weight: 700;
}

.product-list-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-list-card li {
  color: #4a443d;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.62;
}

.contact-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(48px, 8vw, 110px);
  max-width: 1220px;
  margin: 0 auto;
  padding: clamp(64px, 9vw, 118px) clamp(22px, 5vw, 64px);
  background: #fff;
}

.contact-copy {
  align-self: center;
}

.contact-copy h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 4.6vw, 66px);
  font-weight: 600;
  line-height: 1.07;
}

.contact-copy p,
.contact-copy a {
  display: block;
  margin-top: 18px;
  font-size: 17px;
}

.contact-copy a { color: var(--gold-dark); font-weight: 700; }

.premium-form,
.request-form {
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.86);
  box-shadow: var(--shadow);
}

.premium-form .notice,
.request-form .notice,
.premium-form .error,
.request-form .error {
  padding: 13px 15px;
  margin-bottom: 18px;
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.5;
}

.premium-form .notice,
.request-form .notice {
  color: #176233;
  background: #e9f7ef;
}

.premium-form .error,
.request-form .error {
  color: #9b1c1c;
  background: #fdeaea;
}

.premium-form label,
.request-form label {
  display: grid;
  gap: 9px;
  margin-bottom: 18px;
  font-weight: 700;
}

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

.form-grid.three { grid-template-columns: repeat(3, 1fr); }

textarea,
select,
.request-form input,
.premium-form input {
  width: 100%;
  min-height: 54px;
  padding: 13px 16px;
  border: 1px solid #ddd4c1;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

textarea { resize: vertical; }

.captcha {
  display: inline-grid;
  place-items: center;
  width: 160px;
  min-height: 56px;
  margin: 8px 12px 0 0;
  border: 1px solid #ddd4c1;
  border-radius: 9px;
  background: #faf4e5;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 2px;
}

.request-shell {
  max-width: 1220px;
  margin: 0 auto;
  padding: clamp(52px, 8vw, 96px) clamp(22px, 5vw, 60px);
  background: #fff;
}

.request-shell h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 3.6vw, 56px);
  margin-bottom: 28px;
}

.request-form h2 {
  margin: 28px 0 16px;
  font-family: Inter, Arial, sans-serif;
  font-size: 22px;
}

.request-product-grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 34px;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 700;
}

fieldset label {
  display: flex !important;
  align-items: center;
  gap: 10px !important;
  margin-bottom: 10px !important;
  font-weight: 500 !important;
}

fieldset input[type="checkbox"],
fieldset input[type="radio"] {
  width: 24px;
  min-height: 24px;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-top: 20px;
}

.request-bottom {
  display: grid;
  grid-template-columns: 1fr .7fr .7fr;
  gap: 34px;
  align-items: end;
  margin-top: 42px;
}

.request-bottom p {
  line-height: 1.55;
}

.about-page {
  background: #fffdf9;
}

.about-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(460px, .9fr) minmax(520px, 1.1fr);
  gap: 0;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  min-height: 520px;
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.about-hero-copy {
  position: relative;
  z-index: 2;
  padding: clamp(56px, 7vw, 92px) clamp(24px, 8vw, 150px);
}

.about-hero h1 {
  max-width: 620px;
  font-size: clamp(64px, 5.8vw, 96px);
  line-height: .9;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  white-space: nowrap;
}

.about-hero h2 {
  margin: 18px 0 0;
  color: var(--gold-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 2.1vw, 40px);
  font-weight: 500;
  line-height: 1.08;
}

.about-hero p {
  max-width: 520px;
  margin: 16px 0 0;
  color: #4a443d;
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.7;
}

.about-hero-visual {
  position: relative;
  align-self: stretch;
  min-height: 520px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.58) 16%, rgba(255,255,255,0) 36%),
    url("../images/kalia-hero.png") center right / cover;
}

.about-hero-visual::before {
  content: none;
}

.about-badge-stack {
  position: absolute;
  z-index: 3;
  left: clamp(30px, 5.2vw, 78px);
  top: 90px;
  width: 198px;
  overflow: hidden;
  border: 1px solid rgba(201,189,150,.34);
  border-radius: 16px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 26px 70px rgba(37,29,20,.13);
  backdrop-filter: blur(18px);
}

.about-badge-stack article {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  row-gap: 8px;
  align-items: center;
  min-height: 86px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}

.about-badge-stack article:last-child {
  border-bottom: 0;
}

.about-badge-stack span,
.about-card-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--gold-dark);
  background: #f6f1e8;
}

.about-badge-stack strong {
  display: block;
  color: #312d29;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.about-badge-stack small {
  grid-column: 1 / -1;
  display: block;
  margin-top: 2px;
  color: #4a443d;
  font-size: 11px;
  line-height: 1.25;
}

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

.about-brand-panel {
  background-position: center;
  background-size: cover;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(0, 1fr);
  gap: clamp(44px, 8vw, 118px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px clamp(22px, 5vw, 64px) 34px;
}

.about-story h2 {
  max-width: 560px;
  padding-left: 28px;
  border-left: 2px solid var(--gold-dark);
  font-size: clamp(32px, 3.4vw, 50px);
  line-height: 1.08;
}

.about-story p {
  margin: 0;
  color: #4a443d;
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.75;
}

.about-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1340px;
  margin: 0 auto;
  padding: 54px clamp(22px, 4vw, 58px) 30px;
}

.about-pillars article {
  min-height: 164px;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 24px 28px;
  border: 1px solid rgba(201,189,150,.42);
  border-radius: 10px;
  background: rgba(255,255,255,.92);
  box-shadow: none;
}

.about-card-icon {
  width: 82px;
  height: 82px;
}

.about-card-icon svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-pillars h2 {
  margin: 0 0 12px;
  font-size: clamp(23px, 1.55vw, 28px);
  line-height: 1.08;
}

.about-pillars p {
  margin: 0;
  color: #4a443d;
  font-size: clamp(13px, .86vw, 15px);
  line-height: 1.55;
}

.about-values {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 clamp(22px, 4vw, 58px) 42px;
  background: transparent;
  border: 0;
}

.about-values h2 {
  margin: 0 0 24px;
  font-size: clamp(28px, 2.5vw, 42px);
}

.about-value-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border: 0;
}

.about-value-grid article {
  min-height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 7px;
  padding: 0 22px;
  border-right: 1px solid rgba(201,189,150,.5);
}

.about-value-grid article:last-child {
  border-right: 0;
}

.about-value-grid span {
  display: block;
  color: var(--gold-dark);
  line-height: 1;
}

.about-value-grid svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-value-grid strong {
  color: #312d29;
  font-size: clamp(14px, .9vw, 16px);
  line-height: 1.3;
}

.about-value-grid p {
  margin: 0;
  color: #4a443d;
  font-size: clamp(12px, .78vw, 13px);
  line-height: 1.42;
}

.about-cta {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 16px 42px rgba(37, 29, 20, .05);
  margin-bottom: 0;
}

.about-cta > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  background: var(--gold-dark);
  font-size: 24px;
}

.about-cta h2 {
  max-width: 820px;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.16;
}

.modern-preview {
  background: #fff;
}

.modern-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .55fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(64px, 9vw, 122px) clamp(22px, 6vw, 86px) clamp(48px, 7vw, 84px);
  background:
    linear-gradient(180deg, rgba(248,245,239,.7), rgba(255,255,255,0));
}

.modern-hero-copy h1 {
  max-width: 820px;
  font-size: clamp(42px, 5.4vw, 82px);
}

.modern-hero-copy p {
  max-width: 720px;
  margin: 26px 0 0;
  color: #4a443d;
  font-size: clamp(17px, 1.2vw, 20px);
  line-height: 1.8;
}

.modern-hero-panel {
  position: relative;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(201,189,150,.42);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.14), rgba(17,17,17,.74)),
    var(--visual, url("../images/kalia-hero.png") center / cover);
  background-position: center;
  background-size: cover;
  box-shadow: 0 24px 70px rgba(37, 29, 20, .11);
}

.modern-hero-panel span {
  position: absolute;
  top: 24px;
  left: 24px;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  color: #fff;
  font-weight: 800;
}

.modern-hero-panel strong {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 72px;
  line-height: .9;
}

.modern-hero-panel small {
  margin-top: 10px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  font-weight: 700;
}

.modern-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 clamp(22px, 5vw, 64px) clamp(72px, 9vw, 118px);
  text-align: left;
}

.modern-steps {
  border-top: 1px solid var(--line);
  text-align: left;
}

.modern-steps article {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: clamp(18px, 3vw, 42px);
  padding: clamp(28px, 4vw, 46px) 0;
  border-bottom: 1px solid var(--line);
}

.modern-steps article > span {
  color: var(--gold-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 42px;
  line-height: 1;
}

.modern-steps h2 {
  margin: 0 0 12px;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(24px, 2.1vw, 36px);
  font-weight: 700;
  line-height: 1.16;
  text-align: left;
}

.modern-steps p {
  max-width: 760px;
  margin: 0;
  color: #4a443d;
  font-size: clamp(16px, 1.06vw, 18px);
  line-height: 1.82;
  text-align: left;
}

@media (max-width: 1100px) {
  .site-header { position: sticky; }
  .nav {
    position: absolute;
    top: 82px;
    left: 20px;
    right: 20px;
    display: none;
    max-height: calc(100vh - 104px);
    overflow-y: auto;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(255,255,255,.98);
    box-shadow: var(--shadow);
  }
  .nav.open {
    display: grid;
    gap: 4px;
  }
  .nav a {
    display: block;
    padding: 12px 10px;
  }
  .nav a.active::after {
    display: none;
  }
  .nav-group {
    padding: 0;
  }
  .nav-group > a::after {
    content: "";
  }
  .dropdown {
    position: static;
    min-width: 0;
    padding: 0 0 8px 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }
  .nav-group:hover .dropdown {
    transform: none;
  }
  .dropdown a {
    padding: 9px 10px;
    color: var(--muted);
  }
  .menu { display: block; }
  .header-actions .btn-small.whatsapp {
    display: inline-flex;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    border-radius: 50%;
    color: #fff;
  }
  .header-actions .btn-small.whatsapp span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
  .header-actions .btn-small.whatsapp::before {
    display: block;
  }
  .hero::before { background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.64) 52%, rgba(255,255,255,.12)); }
  .hero { min-height: 620px; }
  .hero-copy { min-height: 620px; padding-bottom: 64px; }
  .hero-media { background-position: center; }
  .trust-strip, .stats { grid-template-columns: repeat(2, 1fr); }
  .workflow-strip { grid-template-columns: 1fr; gap: 22px; }
  .workflow-strip h2 { text-align: center; }
  .workflow-line {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 8px;
  }
  .workflow-line span { flex: 0 0 auto; }
  .accordion-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .accordion-gallery:hover .product-panel,
  .accordion-gallery .product-panel:hover {
    flex-grow: 1;
    transform: none;
  }
  .product-panel.wide { transform: none; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .manufacturing, .cta, .footer, .sub-hero, .content-shell, .contact-layout { grid-template-columns: 1fr; }
  .manufacturing-video { justify-self: start; width: 100%; max-width: 560px; }
  .manufacturing-video { transform: none; }
  .certs { justify-self: start; }
  .sub-visual { position: relative; left: auto; bottom: auto; width: 100%; max-width: 420px; }
  .content-shell { gap: 34px; }
  .content-art {
    position: relative;
    top: auto;
    min-height: 0;
    height: 300px;
    aspect-ratio: auto;
  }
  .modern-hero {
    grid-template-columns: 1fr;
  }
  .about-hero,
  .about-story,
  .about-cta {
    grid-template-columns: 1fr;
  }
  .about-hero {
    min-height: auto;
  }
  .about-hero-copy { padding: 54px 32px 28px; }
  .about-hero-visual { min-height: 360px; }
  .about-pillars {
    grid-template-columns: 1fr;
  }
  .about-pillars article {
    min-height: auto;
  }
  .about-value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-value-grid article {
    border-top: 1px solid rgba(201,189,150,.5);
  }
  .about-value-grid article:nth-child(1),
  .about-value-grid article:nth-child(2) {
    border-top: 0;
  }
  .about-value-grid article:nth-child(2n) {
    border-right: 0;
  }
  .modern-hero-panel {
    min-height: 320px;
  }
  .product-list-shell { grid-template-columns: repeat(2, 1fr); }
  .form-grid.three, .request-product-grid, .request-bottom { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-header,
  .hero,
  .trust-strip,
  .workflow-strip,
  .section,
  .manufacturing,
  .stats,
  .cta,
  .footer {
    width: 100vw;
    max-width: 100vw;
  }
  .site-header { height: 72px; padding: 0 18px; }
  .header-actions { position: absolute; right: 18px; top: 15px; margin-left: 0; }
  .menu { flex: 0 0 42px; }
  .brand strong { font-size: 28px; }
  .brand-mark { width: 38px; height: 38px; }
  .lang { display: none; }
  .hero { min-height: auto; }
  .hero-copy { width: 100vw; min-height: 620px; padding: 48px 20px 72px; }
  h1 { font-size: 34px; }
  h2 { font-size: 28px; }
  .hero-buttons { display: grid; grid-template-columns: 1fr; max-width: 220px; }
  .hero-buttons .btn { width: 100%; padding: 0 14px; }
  .hero-media { min-height: 100%; background-position: center; }
  .hero-dots { left: 20px; bottom: 18px; }
  .trust-strip, .stats, .accordion-gallery, .service-grid { grid-template-columns: 1fr; }
  .trust-strip article { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 0; }
  .workflow-strip { padding: 30px 20px; }
  .workflow-strip h2 { font-size: 34px; }
  .workflow-line span { padding: 0 16px; font-size: 12px; }
  .product-panel { min-height: 330px; }
  .bottle-scene { inset: 34px 18px 108px; transform: scale(.82); transform-origin: bottom center; }
  .manufacturing { grid-template-columns: 1fr; gap: 24px; }
  .manufacturing-video { width: 100%; max-width: 520px; }
  .certs { grid-template-columns: repeat(4, 1fr); font-size: 22px; }
  .cta form { grid-template-columns: 1fr; }
  .footer { gap: 28px; }
  .footer-brand {
    display: inline-flex;
    width: fit-content;
    min-width: 0;
    max-width: 100%;
  }
  .footer-brand .brand-logo {
    display: block;
    width: auto;
    max-width: min(220px, 78vw);
    max-height: 84px;
    padding: 8px 12px;
    background: #fff;
    opacity: 1;
    visibility: visible;
  }
  .social-links {
    justify-content: center;
    gap: 12px;
  }
  .social-links a {
    width: 38px;
    height: 38px;
    color: #fff;
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.24);
  }
  .social-links svg {
    width: 17px;
    height: 17px;
  }
  .sub-hero { padding: 42px 20px; border-radius: 0 0 18px 18px; }
  .sub-hero h1 { font-size: 36px; }
  .sub-hero-text p { font-size: 17px; }
  .sub-visual { display: none; }
  .content-shell { padding: 42px 20px; }
  .content-art {
    height: 180px;
    border-radius: 10px;
  }
  .about-logo strong { font-size: 70px; }
  .about-logo small { letter-spacing: 8px; font-size: 12px; }
  .product-hero { min-height: 320px; padding: 44px 20px; }
  .product-hero h1 { font-size: 42px; }
  .product-list-shell, .check-grid, .form-row { grid-template-columns: 1fr; }
  .product-list-shell { gap: 34px; padding: 44px 20px; }
  .contact-layout, .request-shell { padding: 46px 20px; }
  .contact-copy h1 { font-size: 42px; }
  .premium-form, .request-form { padding: 22px; }
  .modern-hero {
    padding: 46px 20px 36px;
  }
  .about-hero {
    padding: 48px 20px 38px;
  }
  .about-hero { padding: 0; }
  .about-hero-copy { padding: 42px 20px 26px; }
  .about-hero h1 {
    font-size: 52px;
  }
  .about-hero h2 { font-size: 28px; }
  .about-hero-visual {
    min-height: 280px;
    background-position: center;
  }
  .about-badge-stack {
    left: 20px;
    top: 26px;
    width: min(198px, calc(100vw - 40px));
  }
  .about-badge-stack article {
    min-height: 84px;
    padding: 14px;
  }
  .about-badge-stack span,
  .about-card-icon {
    width: 46px;
    height: 46px;
  }
  .about-badge-stack strong { font-size: 12px; }
  .about-badge-stack small { font-size: 11px; }
  .about-story,
  .about-pillars,
  .about-cta {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-story h2 {
    font-size: 34px;
    padding-left: 18px;
  }
  .about-pillars article { grid-template-columns: 1fr; }
  .about-value-grid {
    grid-template-columns: 1fr;
  }
  .about-value-grid article,
  .about-value-grid article:nth-child(2n) {
    min-height: 92px;
    border-right: 0;
    border-top: 1px solid rgba(201,189,150,.5);
  }
  .about-value-grid article:first-child {
    border-top: 0;
  }
  .about-cta {
    grid-template-columns: 1fr;
    padding-top: 42px;
    padding-bottom: 54px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .modern-hero-copy h1 {
    font-size: 40px;
  }
  .modern-hero-panel {
    min-height: 240px;
    border-radius: 10px;
  }
  .modern-hero-panel strong {
    font-size: 52px;
  }
  .modern-content {
    padding: 0 20px 58px;
  }
  .modern-steps article {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .modern-steps article > span {
    font-size: 30px;
  }
}
