:root {
  --ink: #0d1410;
  --ink-soft: #1a2420;
  --muted: #5c6b62;
  --paper: #eef1ec;
  --paper-2: #f7f8f5;
  --white: #ffffff;
  --line: rgba(13, 20, 16, 0.10);
  --forest: #132019;
  --forest-2: #1c2e24;
  --moss: #3d5c45;
  --lime: #c8e86c;
  --lime-deep: #a8c94a;
  --accent: #1a2e26;
  --accent-dark: #0b1511;
  --green-900: #0d1410;
  --green-800: #1a2420;
  --green-700: #2a3d32;
  --green-600: #3d5c45;
  --green-500: #5a7a62;
  --green-400: #8aab92;
  --lime-soft: rgba(200, 232, 108, 0.22);
  --cream: var(--paper-2);
  --sand: #e2e7e0;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 24px 60px -28px rgba(13, 20, 16, 0.45);
  --shadow-soft: 0 12px 32px -16px rgba(13, 20, 16, 0.22);
  --maxw: 1180px;
  --font-display: 'Syne', sans-serif;
  --font-body: 'Figtree', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 100px; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper-2);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

h1, h2, h3, .brand__name { font-family: var(--font-display); line-height: 1.1; letter-spacing: -0.03em; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 26px; border-radius: 999px; font-weight: 600; font-size: 15px;
  border: none; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s;
  font-family: inherit;
}
.btn--sm { padding: 10px 18px; font-size: 13.5px; }
.btn--block { width: 100%; }
.btn--primary { background: var(--accent); color: #fff; }
.btn--primary:hover { background: var(--accent-dark); transform: translateY(-1px); }
.btn--ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn--ghost:hover { border-color: var(--ink); }
.btn--light { background: #fff; color: var(--accent); }

/* IntegratedBio-style split CTA */
.cta-split {
  display: inline-flex; align-items: stretch; border-radius: 14px; overflow: hidden;
  box-shadow: 0 10px 30px -12px rgba(0,0,0,.35); transition: transform .25s ease, box-shadow .25s;
}
.cta-split:hover { transform: translateY(-2px); box-shadow: 0 16px 36px -14px rgba(0,0,0,.45); }
.cta-split__label {
  display: inline-flex; align-items: center; padding: 16px 22px;
  background: var(--ink); color: #fff; font-size: 12.5px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
}
.cta-split__label p,
.cta-split__label div,
.brand__name p,
.brand__name div,
.eyebrow span p,
.eyebrow span div,
.hero__brand p,
.hero__brand div { margin: 0; display: inline; }
.cta-split__arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; background: var(--lime); color: var(--ink);
}
.cta-split__arrow .ico { width: 18px; height: 18px; display: block; }

/* SVG ikonlar */
.ico { width: 1.15em; height: 1.15em; display: inline-block; vertical-align: -0.15em; flex: 0 0 auto; }
.ico--sm { width: 16px; height: 16px; }
.ico--md { width: 20px; height: 20px; }
.ico--lg { width: 28px; height: 28px; }
.cta-split--light .cta-split__label { background: var(--forest); }

/* ---------- Eyebrow ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px 8px 10px; border-radius: 999px;
  background: rgba(255,255,255,.08); color: rgba(255,255,255,.85);
  font-size: 12.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  margin-bottom: 22px;
}
.eyebrow__dot { width: 10px; height: 10px; border-radius: 3px; background: var(--lime); flex: 0 0 auto; }
.eyebrow--dark { background: rgba(13,20,16,.06); color: var(--moss); }

.badge { display: none; } /* legacy */

/* ---------- Floating nav ---------- */
.nav {
  position: fixed; top: 18px; left: 0; right: 0; z-index: 200;
  display: flex; justify-content: center; pointer-events: none;
  transition: transform .35s ease, opacity .3s ease;
}
.nav.is-hidden {
  transform: translateY(calc(-100% - 24px));
  opacity: 0;
  pointer-events: none;
}
.nav__bar {
  pointer-events: auto;
  width: min(1120px, calc(100% - 32px));
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 12px 10px 20px;
  background: rgba(247, 248, 245, 0.92);
  backdrop-filter: blur(16px);
  border-radius: 999px;
  box-shadow: 0 10px 40px -18px rgba(0,0,0,.35);
  transition: box-shadow .3s;
}
.nav.scrolled .nav__bar { box-shadow: 0 14px 40px -16px rgba(0,0,0,.4); }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 20px; color: var(--ink); }
.brand__name:empty { display: none; }
.hero__brand:empty { display: none; }
.brand__mark {
  width: 28px; height: 28px; border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, var(--lime) 0 28%, transparent 29%),
    radial-gradient(circle at 70% 60%, var(--moss) 0 34%, transparent 35%),
    linear-gradient(145deg, #2a4634, #0f1c15);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.15);
}
.brand__mark--light {
  background:
    radial-gradient(circle at 35% 35%, var(--lime) 0 28%, transparent 29%),
    radial-gradient(circle at 70% 60%, #6b8f72 0 34%, transparent 35%),
    linear-gradient(145deg, #3a5c46, #1a2e24);
}
.brand__mark--lg {
  width: clamp(96px, 14vw, 168px);
  height: clamp(96px, 14vw, 168px);
  flex: 0 0 auto;
  align-self: center;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.18),
    0 18px 40px -20px rgba(0,0,0,.55);
}
.platform__lead-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(28px, 5vw, 64px);
}
.platform__lead-row .platform__lead {
  flex: 1 1 auto;
  margin: 0;
}
.nav__toggle {
  width: 46px; height: 46px; border: none; border-radius: 14px;
  background: var(--ink); color: #fff; cursor: pointer;
  display: grid; place-items: center; gap: 5px; padding: 0;
  transition: background .2s, transform .2s;
}
.nav__toggle:hover { background: #243029; }
.nav__toggle span {
  display: block; width: 16px; height: 2px; background: #fff; border-radius: 2px;
  transition: transform .25s, opacity .25s;
}
.nav__toggle span + span { margin-top: 5px; }
.nav__toggle.open span:first-child { transform: translateY(3.5px) rotate(45deg); }
.nav__toggle.open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

/* Overlay menu */
.menu-overlay {
  position: fixed; inset: 0; z-index: 190;
  background: rgba(10, 16, 13, 0.96);
  display: flex; align-items: center; justify-content: center;
  animation: fadeIn .28s ease;
}
.menu-overlay[hidden] { display: none; }
.menu-overlay__nav {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.menu-overlay__nav a {
  font-family: var(--font-display); font-size: clamp(28px, 5vw, 48px); font-weight: 700;
  color: rgba(255,255,255,.88); padding: 8px 16px; transition: color .2s, transform .2s;
}
.menu-overlay__nav a:hover { color: var(--lime); transform: translateX(6px); }
.menu-overlay__cta {
  margin-top: 18px !important; font-size: 16px !important; font-family: var(--font-body) !important;
  letter-spacing: .08em; text-transform: uppercase; color: var(--ink) !important;
  background: var(--lime); padding: 14px 28px !important; border-radius: 999px;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100vh; min-height: 100dvh;
  display: flex; align-items: flex-end; padding: 140px 0 72px; overflow: hidden;
  color: #fff;
}
.hero__media { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: #0a120e; }
.hero__bgvideo,
.hero__bgimg {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  transform: scale(1.04);
  pointer-events: none;
}
.hero__veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(8,14,11,.35) 0%, rgba(8,14,11,.15) 40%, rgba(8,14,11,.78) 100%),
    radial-gradient(60% 50% at 70% 30%, rgba(61,92,69,.35), transparent 70%);
}
.hero__inner { position: relative; z-index: 1; }
.hero__brand {
  font-family: var(--font-display); font-size: clamp(18px, 2.4vw, 24px); font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--lime);
  margin-bottom: 18px; opacity: 0; animation: rise .9s .15s ease forwards;
}
.hero__title {
  font-family: var(--font-display);
  font-size: clamp(40px, 7vw, 72px); font-weight: 800; color: #fff;
  max-width: 16ch; margin-bottom: 20px; opacity: 0; animation: rise .9s .3s ease forwards;
}
.hero__subtitle {
  font-family: var(--font-body);
  font-size: clamp(16px, 2vw, 20px); color: rgba(255,255,255,.82); max-width: 42ch;
  margin-bottom: 34px; font-weight: 400; opacity: 0; animation: rise .9s .45s ease forwards;
}
.hero__actions { opacity: 0; animation: rise .9s .6s ease forwards; }
@keyframes rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}

/* ---------- Platform (dark about) ---------- */
.platform {
  color: #fff;
  padding: 110px 0 0;
  background:
    radial-gradient(50% 60% at 80% 20%, rgba(200,232,108,.08), transparent 60%),
    linear-gradient(180deg, var(--forest) 0%, #0a120e 100%);
}
.platform__top { padding-bottom: 56px; }
.platform__lead {
  font-size: clamp(26px, 3.6vw, 40px); font-family: var(--font-body); font-weight: 400;
  line-height: 1.35; letter-spacing: 0; max-width: 48ch; color: #fff;
}
.platform__band {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: min(70vh, 640px);
  background: #07110c;
}
.platform__band.has-media { background: #050a07; }
.platform__band-bg {
  position: absolute; inset: 0; z-index: 0;
  overflow: hidden; pointer-events: none;
}
.platform__band-bg[hidden] { display: none !important; }
.platform__band-video,
.platform__band-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  display: block; transform: scale(1.04);
}
.platform__band-bg.is-video .platform__band-img { display: none !important; }
.platform__band-bg:not(.is-video) .platform__band-video { display: none !important; }
.platform__band-veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(8,14,11,.78) 0%, rgba(8,14,11,.5) 55%, rgba(8,14,11,.42) 100%),
    linear-gradient(180deg, rgba(8,14,11,.2) 0%, rgba(8,14,11,.72) 100%);
}
.platform__band-content {
  position: relative; z-index: 1;
  padding-top: 56px; padding-bottom: 64px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 48px;
  min-height: inherit;
  align-content: stretch;
}
.platform__split-inner {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px;
  align-items: start; /* başlık + maddeler aynı üst hiza */
  align-content: center; /* ikisini birlikte dikey ortala */
  min-height: 0;
}
.platform__title {
  font-size: clamp(28px, 3.4vw, 42px); color: #fff; max-width: 14ch;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
  line-height: 1.15;
  margin: 0;
  align-self: start;
}
.platform__title p,
.platform__title h2,
.platform__title h3 { margin: 0; }

/* Admin’den verilen font-size / yazı tipi, tasarım kurallarını ezsin */
.hero__title:has([style*="font-size"]),
.hero__subtitle:has([style*="font-size"]),
.platform__title:has([style*="font-size"]),
.platform__lead:has([style*="font-size"]),
.section__title:has([style*="font-size"]),
.section__text:has([style*="font-size"]),
.cta__title:has([style*="font-size"]),
.cta__text:has([style*="font-size"]) {
  font-size: unset;
}
.hero__title:has([style*="font-family"]),
.hero__subtitle:has([style*="font-family"]),
.platform__title:has([style*="font-family"]),
.platform__lead:has([style*="font-family"]),
.section__title:has([style*="font-family"]),
.section__text:has([style*="font-family"]),
.cta__title:has([style*="font-family"]),
.cta__text:has([style*="font-family"]),
.brand__name:has([style*="font-family"]),
.hero__brand:has([style*="font-family"]) {
  font-family: unset;
}
.platform__points {
  list-style: none; display: grid; gap: 16px;
  padding: 0; margin: 0;
  align-self: start;
}
.platform__points li {
  display: flex; align-items: flex-start; gap: 14px;
  font-size: 17px; color: rgba(255,255,255,.9); font-weight: 500;
}
.platform__points li::before {
  content: ''; width: 10px; height: 10px; margin-top: 8px; flex: 0 0 auto;
  border-radius: 3px; background: var(--lime);
  box-shadow: 0 0 0 4px rgba(200,232,108,.14);
}
.platform__stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.platform__band .hero__stat {
  background: rgba(8,14,11,.1);
  border-color: rgba(255,255,255,.14);
  backdrop-filter: blur(8px);
}
.hero__stat {
  padding: 28px 24px; border-radius: 18px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
}
.hero__stat .num {
  font-family: var(--font-display); font-size: 36px; font-weight: 800; color: var(--lime);
  margin-bottom: 6px;
}
.hero__stat .lbl { font-size: 14px; color: rgba(255,255,255,.65); }

/* ---------- Sections ---------- */
.section { padding: 110px 0; }
.section__head { max-width: 640px; margin: 0 0 56px; }
.section__title { font-size: clamp(30px, 4vw, 46px); color: var(--ink); margin-bottom: 14px; }
.section__text { color: var(--muted); font-size: 17px; max-width: 48ch; }

/* ---------- Features ---------- */
.features { background: var(--paper-2); }
.features__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature {
  padding: 32px 28px; border-radius: 20px;
  background: #fff; border: 1px solid var(--line);
  transition: transform .25s ease, border-color .25s, box-shadow .25s;
}
.feature:hover { transform: translateY(-4px); border-color: transparent; box-shadow: var(--shadow-soft); }
.feature__num {
  font-family: var(--font-display); font-size: 13px; font-weight: 700;
  letter-spacing: .08em; color: var(--moss); margin-bottom: 18px;
}
.feature__ico {
  width: 48px; height: 48px; margin-bottom: 16px;
  display: grid; place-items: center; border-radius: 14px;
  background: var(--lime-soft); color: var(--moss);
}
.feature__ico .ico { width: 24px; height: 24px; }
.feature h3 { font-size: 22px; margin-bottom: 10px; color: var(--ink); }
.feature p,
.feature__text { color: var(--muted); font-size: 15px; line-height: 1.65; }
.feature__text p { margin-bottom: 0.55em; }
.feature__text p:last-child { margin-bottom: 0; }
.platform__lead p { margin-bottom: 0.55em; }
.platform__lead p:last-child { margin-bottom: 0; }
.platform__lead a,
.section__text a,
.cta__text a,
.feature__text a,
.step__text a { color: var(--lime); text-decoration: underline; }
.section__text p,
.cta__text p,
.step__text p { margin-bottom: 0.55em; }
.section__text p:last-child,
.cta__text p:last-child,
.step__text p:last-child { margin-bottom: 0; }

/* ---------- Process ---------- */
.process {
  background:
    linear-gradient(180deg, #e8ece5 0%, var(--paper) 100%);
}
.process__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step {
  position: relative; padding: 36px 28px; border-radius: 20px;
  background: rgba(255,255,255,.7); border: 1px solid var(--line);
  backdrop-filter: blur(6px);
}
.step__num {
  font-family: var(--font-display); font-size: 14px; font-weight: 700;
  letter-spacing: .1em; color: var(--moss); margin-bottom: 28px;
}
.step h3 { margin: 0 0 10px; color: var(--ink); font-size: 24px; }
.step p,
.step__text { color: var(--muted); font-size: 15.5px; line-height: 1.65; }

/* ---------- Products ---------- */
.products { background: #fff; }
.products__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; grid-auto-rows: 1fr; }
.product {
  border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: #fff;
  transition: transform .25s ease, box-shadow .25s ease; display: flex; flex-direction: column; height: 100%;
}
.product:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product__img {
  display: block; width: 100%; height: 260px; overflow: hidden; position: relative;
  flex: 0 0 auto; background: var(--sand);
}
.product__img img {
  width: 100%; height: 100%; object-fit: contain; object-position: center;
  transition: transform .6s;
}
.product:hover .product__img img { transform: scale(1.04); }
.product__cat {
  position: absolute; top: 14px; left: 14px;
  background: rgba(247,248,245,.94); color: var(--moss);
  font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px;
}
.product__body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.product__body h3 { font-size: 20px; margin-bottom: 10px; }
.product__title { color: var(--ink); transition: color .2s; }
.product__title:hover { color: var(--moss); }
.product__desc {
  color: var(--muted); font-size: 14.5px; line-height: 1.7;
  display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical;
  overflow: hidden; min-height: calc(1.7em * 3);
}
.product__more {
  align-self: flex-start; margin-top: 8px; color: var(--moss);
  font-weight: 700; font-size: 13.5px; letter-spacing: .02em;
}
.product__more:hover { color: var(--ink); }
.product__foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 18px; }
.product__price { font-family: var(--font-display); font-weight: 700; font-size: 22px; color: var(--ink); }
.product__price small { font-size: 13px; color: var(--muted); font-weight: 500; font-family: var(--font-body); }
.product__addcart {
  margin-top: 14px; width: 100%; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
}
.products__more { display: flex; justify-content: center; margin-top: 48px; }

/* ---------- Product detail ---------- */
.pd { padding: 120px 0 90px; min-height: 70vh; --pd-img-h: 460px; }
.breadcrumb { font-size: 14px; color: var(--muted); margin-bottom: 30px; display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb em { color: var(--ink); font-style: normal; font-weight: 600; }
.pd__loading { text-align: center; color: var(--muted); padding: 80px 20px; }

.pd__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px;
}
.pd__gallery { position: sticky; top: 100px; align-self: start; }
.pd__main { border-radius: var(--radius); overflow: hidden; background: var(--sand); }
.pd__main img {
  width: 100%; height: var(--pd-img-h); object-fit: contain; object-position: center; display: block;
}
.pd__info { display: flex; flex-direction: column; }
.pd__head { display: flex; flex-direction: column; }
.pd__desccard { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; margin-top: 26px; }
.pd__desctitle { font-size: 20px; color: var(--ink); margin-bottom: 14px; }
.pd__thumbs { display: flex; gap: 12px; margin-top: 14px; flex-wrap: wrap; }
.pd__thumb { width: 80px; height: 80px; border-radius: 10px; overflow: hidden; border: none; padding: 0; cursor: pointer; background: var(--sand); opacity: .45; transition: opacity .2s, transform .2s; }
.pd__thumb img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.pd__thumb:hover { transform: translateY(-2px); opacity: .8; }
.pd__thumb.active { opacity: 1; }
.pd__cat { display: inline-block; background: var(--lime-soft); color: var(--moss); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; margin-bottom: 16px; }
.pd__name { font-size: clamp(28px, 4vw, 40px); color: var(--ink); line-height: 1.15; margin-bottom: 14px; }
.pd__price { font-family: var(--font-display); font-weight: 700; font-size: 30px; color: var(--ink); margin-bottom: 12px; }
.pd__price small { font-size: 15px; color: var(--muted); font-weight: 500; font-family: var(--font-body); }
.pd__price.is-invisible,
.pd__subtotal.is-invisible {
  visibility: hidden; user-select: none; pointer-events: none;
}
.pd__desc { color: #3a463e; font-size: 16px; line-height: 1.85; }
.pd__desc p { margin-bottom: 16px; }
.pd__desc p:last-child { margin-bottom: 0; }
.pd__desc h3 { font-size: 19px; color: var(--ink); margin: 22px 0 10px; }
.pd__desc ul, .pd__desc ol { margin: 0 0 16px 22px; }
.pd__desc a { color: var(--moss); text-decoration: underline; }
.pd__buybox { border-top: 1px solid var(--line); padding: 22px 0 0; margin-top: 22px; }
.pd__qtyrow { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.pd__qtylabel { font-weight: 600; color: var(--ink); font-size: 15px; }
.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 999px; background: #fff; overflow: hidden; }
.qty__btn { width: 42px; height: 44px; border: none; background: none; font-size: 20px; cursor: pointer; color: var(--ink); }
.qty__btn:hover { background: var(--sand); }
.qty__input { width: 56px; height: 44px; border: none; text-align: center; font-size: 16px; font-weight: 600; font-family: inherit; background: none; -moz-appearance: textfield; }
.qty__input::-webkit-outer-spin-button, .qty__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.pd__unit { color: var(--muted); font-size: 14.5px; }
.pd__subtotal { margin: 18px 0; font-size: 15px; color: var(--muted); }
.pd__subtotal strong { color: var(--ink); font-family: var(--font-display); font-size: 19px; }
.pd__actions { display: flex; gap: 12px; }
.pd__hint { margin-top: 14px; font-size: 13px; color: var(--muted); }
.pd__meta { list-style: none; border-top: 1px solid var(--line); margin-top: 8px; }
.pd__meta li { display: flex; justify-content: space-between; padding: 12px 2px; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.pd__meta li span { color: var(--muted); }
.pd__meta li strong { color: var(--ink); }
.pd__related { margin-top: 90px; }

.quote-modal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 20px; }
.quote-modal[hidden] { display: none; }
.quote-modal__backdrop { position: absolute; inset: 0; background: rgba(13,20,16,.55); backdrop-filter: blur(3px); }
.quote-modal__box { position: relative; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; max-width: 460px; max-height: 90vh; overflow-y: auto; padding: 32px; }
.quote-modal__close { position: absolute; top: 14px; right: 16px; background: none; border: none; font-size: 26px; cursor: pointer; color: var(--muted); }
.field-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

@media (max-width: 860px) {
  .pd__grid { grid-template-columns: 1fr; gap: 22px; }
  .pd__gallery { position: static; }
  .pd__main img { height: 340px; }
  .field-row2 { grid-template-columns: 1fr; }
}

/* ---------- CTA ---------- */
.cta {
  padding: 100px 0;
  background:
    radial-gradient(50% 80% at 85% 20%, rgba(200,232,108,.18), transparent 55%),
    linear-gradient(135deg, var(--forest) 0%, #15261c 55%, #0e1a14 100%);
  position: relative; overflow: hidden;
}
.cta__inner { text-align: left; max-width: 720px; }
.cta__title { color: #fff; font-size: clamp(30px, 4vw, 48px); margin-bottom: 16px; }
.cta__text { color: rgba(255,255,255,.75); font-size: 17px; margin-bottom: 32px; max-width: 46ch; }

/* ---------- Contact ---------- */
.contact { background: var(--paper); }
.contact__inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px;
  align-items: stretch;
}
.contact__info {
  display: flex; flex-direction: column; min-height: 0; height: 100%;
}
.contact__list { list-style: none; margin-top: 26px; display: grid; gap: 16px; }
.contact__list li { display: flex; align-items: flex-start; gap: 14px; font-size: 16px; color: var(--ink); }
.contact__ico {
  flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center;
  background: #fff; border-radius: 12px; border: 1px solid var(--line); color: var(--moss);
}
.contact__ico .ico { width: 20px; height: 20px; }
.contact__map {
  margin-top: 26px; flex: 1; display: flex; flex-direction: column; min-height: 240px;
}
.contact__map iframe {
  width: 100%; flex: 1; min-height: 220px; height: 100%; border: 0; border-radius: var(--radius-sm);
  display: block; filter: grayscale(.15) saturate(1.05);
}
.contact__maplink { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; flex: 0 0 auto; font-size: 14px; font-weight: 700; color: var(--moss); }
.contact__maplink:hover { color: var(--ink); }
.contact__maplink .ico { width: 16px; height: 16px; }
.contact__form {
  background: #fff; padding: 34px; border-radius: var(--radius);
  border: 1px solid var(--line); box-shadow: var(--shadow-soft);
  height: 100%; display: flex; flex-direction: column;
}
.contact__form h3 { margin-bottom: 20px; color: var(--ink); font-size: 24px; }
.contact__form .btn { margin-top: auto; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13px; font-weight: 600; color: var(--moss); margin-bottom: 6px; letter-spacing: .02em; }
.field input, .field textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 12px;
  font-family: inherit; font-size: 15px; background: var(--paper-2); transition: border-color .2s, background .2s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--moss); background: #fff; }
.form-msg { margin-top: 12px; font-size: 14px; font-weight: 500; text-align: center; }
.form-msg.ok { color: var(--moss); }
.form-msg.err { color: #d9534f; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: rgba(255,255,255,.72); padding: 56px 0 0; }
.footer__inner { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; padding-bottom: 36px; }
.footer__brand { display: flex; gap: 14px; align-items: flex-start; max-width: 340px; }
.footer__brand strong { color: #fff; font-size: 22px; font-family: var(--font-display); }
.footer__brand p { font-size: 14px; margin-top: 6px; }
.footer__links { display: flex; gap: 26px; flex-wrap: wrap; align-items: center; }
.footer__links a { font-size: 15px; transition: color .2s; }
.footer__links a:hover { color: var(--lime); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; text-align: center; font-size: 13.5px; }

/* ---------- All products page ---------- */
.allprod { padding: 120px 0 90px; min-height: 70vh; }
.allprod__head { max-width: 640px; margin: 18px 0 30px; }
.allprod__title { font-family: var(--font-display); font-size: clamp(32px, 5vw, 48px); color: var(--ink); margin: 14px 0 10px; }
.allprod__sub { color: var(--muted); font-size: 16px; }
.allprod__filters { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 40px; }
.filter-chip {
  padding: 9px 18px; border: 1.5px solid var(--line); background: #fff; color: var(--ink);
  border-radius: 40px; cursor: pointer; font-family: inherit; font-size: 14px; font-weight: 600; transition: all .18s;
}
.filter-chip:hover { border-color: var(--moss); }
.filter-chip.active { background: var(--ink); border-color: var(--ink); color: #fff; }

/* ---------- Back to top ---------- */
.to-top {
  position: fixed; right: 22px; bottom: 92px; z-index: 1190;
  width: 48px; height: 48px; border: none; border-radius: 50%;
  display: grid; place-items: center; cursor: pointer;
  background: #fff; color: var(--ink); border: 1.5px solid var(--line);
  box-shadow: 0 10px 28px -12px rgba(8, 20, 14, 0.4);
  opacity: 0; pointer-events: none; transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease, background .2s, border-color .2s;
}
.to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.to-top:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.to-top .ico { width: 20px; height: 20px; display: block; }
@media (max-width: 620px) {
  .to-top { right: 18px; bottom: 86px; width: 44px; height: 44px; }
}

/* ---------- Cart ---------- */
.cart-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 1200;
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 18px; border: none; border-radius: 40px; cursor: pointer;
  background: var(--ink); color: #fff; font-family: inherit; font-size: 14px; font-weight: 700;
  box-shadow: 0 14px 34px -10px rgba(8, 20, 14, 0.55); transition: transform .18s, background .2s;
}
.cart-fab:hover { background: #243029; transform: translateY(-2px); }
.cart-fab__ico { display: inline-flex; align-items: center; }
.cart-fab__ico .ico { width: 18px; height: 18px; color: #fff; }
.cart-fab__badge {
  min-width: 22px; height: 22px; padding: 0 6px; border-radius: 12px; display: none;
  align-items: center; justify-content: center; background: var(--lime); color: var(--ink);
  font-size: 13px; font-weight: 700;
}
.cart-fab__badge.has { display: inline-flex; }
@media (max-width: 620px) { .cart-fab__label { display: none; } .cart-fab { padding: 14px; } }

.cart-overlay { position: fixed; inset: 0; background: rgba(10, 16, 13, 0.55); z-index: 1300; }
.cart-drawer {
  position: fixed; top: 0; right: 0; z-index: 1310; width: 400px; max-width: 92vw; height: 100%;
  background: var(--paper-2); box-shadow: -20px 0 50px -20px rgba(0,0,0,.45);
  display: flex; flex-direction: column; transform: translateX(100%); transition: transform .25s ease;
}
.cart-drawer.open { transform: translateX(0); }
.cart-drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid var(--line); background: #fff; }
.cart-drawer__head h3 { font-family: var(--font-display); font-size: 20px; color: var(--ink); display: flex; align-items: center; gap: 10px; }
.cart-drawer__count { background: var(--ink); color: #fff; font-size: 13px; min-width: 22px; height: 22px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; padding: 0 6px; }
.cart-drawer__close { background: none; border: none; font-size: 28px; line-height: 1; color: var(--muted); cursor: pointer; }
.cart-drawer__body { flex: 1; overflow-y: auto; padding: 18px 22px; }
.cart-drawer__foot { padding: 18px 22px; border-top: 1px solid var(--line); background: #fff; }
.cart-item { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-item:first-child { padding-top: 0; }
.cart-item__img { width: 56px; height: 56px; flex: 0 0 56px; border-radius: 12px; overflow: hidden; background: var(--sand); display: grid; place-items: center; font-size: 24px; }
.cart-item__img img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.cart-item__info { flex: 1; min-width: 0; }
.cart-item__name { font-weight: 600; color: var(--ink); font-size: 14.5px; margin-bottom: 3px; }
.cart-item__price { font-size: 13px; color: var(--muted); margin-bottom: 8px; }
.cart-item__remove { background: none; border: none; cursor: pointer; font-size: 16px; align-self: flex-start; opacity: .7; color: inherit; display: inline-flex; padding: 4px; }
.cart-item__remove:hover { opacity: 1; color: var(--accent); }
.product__more .ico { margin-left: 4px; }
.btn .ico { margin-right: 2px; }
.cart-flash__ok { display: inline-flex; vertical-align: middle; }
.cart-qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 10px; overflow: hidden; background: #fff; }
.cart-qty__btn { width: 30px; height: 30px; border: none; background: var(--paper); color: var(--ink); font-size: 17px; cursor: pointer; }
.cart-qty__input { width: 44px; height: 30px; border: none; text-align: center; font-family: inherit; font-size: 14px; -moz-appearance: textfield; }
.cart-qty__input::-webkit-outer-spin-button, .cart-qty__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.cart-total { display: flex; justify-content: space-between; align-items: baseline; font-size: 15px; }
.cart-total strong { font-family: var(--font-display); font-size: 22px; }
.cart-note { font-size: 12px; color: var(--muted); margin: 6px 0 14px; }
.cart-empty { text-align: center; color: var(--muted); padding: 50px 10px; }
.cart-empty__ico { margin-bottom: 12px; color: var(--moss); display: flex; justify-content: center; }
.cart-empty__ico .ico { width: 40px; height: 40px; }
.cart-empty p { font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.cart-form__sub { font-size: 14px; color: var(--muted); margin-bottom: 16px; }
.cart-done { text-align: center; padding: 50px 24px; }
.cart-done__ico { margin-bottom: 12px; color: var(--moss); display: flex; justify-content: center; }
.cart-done__ico .ico { width: 42px; height: 42px; }
.cart-done h4 { font-size: 20px; color: var(--ink); margin-bottom: 8px; }
.cart-done p { color: var(--muted); font-size: 14.5px; margin-bottom: 24px; }
.cart-flash {
  position: fixed; left: 50%; bottom: 90px; transform: translate(-50%, 20px); z-index: 1400;
  background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 40px; font-size: 14px;
  display: flex; align-items: center; gap: 10px; box-shadow: var(--shadow); opacity: 0; pointer-events: none;
  transition: opacity .25s, transform .25s; max-width: 92vw;
}
.cart-flash.show { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
.cart-flash span { color: var(--lime); }
.cart-flash button { background: rgba(255,255,255,.16); border: none; color: #fff; padding: 5px 12px; border-radius: 20px; cursor: pointer; font-family: inherit; font-size: 13px; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .platform__split-inner, .contact__inner { grid-template-columns: 1fr; gap: 28px; }
  .platform__band { min-height: 520px; }
  .platform__band-content { padding-top: 40px; padding-bottom: 48px; gap: 36px; }
  .platform__stats { grid-template-columns: 1fr; }
  .platform__stats, .features__grid, .process__grid, .products__grid { grid-template-columns: 1fr; }
  .platform__lead-row { flex-direction: column; align-items: stretch; gap: 28px; }
  .brand__mark--lg { width: 112px; height: 112px; align-self: center; }
  .section { padding: 80px 0; }
  .platform { padding: 80px 0 0; }
  .hero { min-height: 92vh; padding-bottom: 56px; }
}
@media (max-width: 620px) {
  .nav__bar { width: calc(100% - 20px); }
  .platform__stats { grid-template-columns: 1fr; }
  .footer__inner { flex-direction: column; }
  .cta-split__label { font-size: 11.5px; padding: 14px 16px; }
}
