:root {
  --brand: #1a8180;
  --ink: #123b3a;
  --forest: #0f5f5e;
  --sage: #8fb9b7;
  --pale: #edf0e9;
  --ivory: #f7f5ef;
  --cream: #e8ddc7;
  --blush: #d9b9ad;
  --line: rgba(23, 32, 25, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 94px;
  padding: 0 4.5vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.26);
}
.brand {
  display: inline-flex;
  width: max-content;
  align-items: center;
}
.brand img {
  display: block;
  width: 125px;
  height: auto;
  max-height: 68px;
  object-fit: contain;
}
.desktop-nav { display: flex; gap: clamp(24px, 3vw, 50px); }
.desktop-nav a, .header-contact { font-size: 13px; font-weight: 500; }
.desktop-nav a { position: relative; padding: 38px 0; }
.desktop-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 27px;
  height: 1px; background: white; transition: .25s ease;
}
.desktop-nav a:hover::after { right: 0; }
.desktop-nav a[aria-current="page"]::after { right:0; }
.header-actions { justify-self:end; display:flex; align-items:center; gap:20px; }
.header-contact { display:flex; gap:10px; }
.header-contact span, .button span, .arrow-link span { transition: transform .25s ease; }
.header-contact:hover span, .button:hover span, .arrow-link:hover span { transform: translate(3px, -3px); }
.menu-button { display: none; background: none; border: 0; padding: 12px; }
.menu-button span { width: 24px; height: 1px; background: white; display: block; margin: 6px; }
.mobile-menu { display: none; }

.hero {
  height: max(760px, 100svh);
  min-height: 680px;
  position: relative;
  color: white;
  overflow: hidden;
  background: #72887b;
}
.hero-image {
  position: absolute; inset: 0;
  background-image: url("assets/ziaja-hero.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}
.hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(8,65,64,.78) 0%, rgba(12,76,74,.36) 46%, rgba(16,39,28,.02) 76%);
}
.hero-content {
  position: absolute; z-index: 2; left: 8vw; top: 52%;
  transform: translateY(-46%); width: min(670px, 48vw);
}
.eyebrow {
  font-size: 10px; letter-spacing: 2.4px; font-weight: 600;
  display: flex; align-items: center; gap: 13px; margin: 0 0 28px;
}
.eyebrow span { width: 28px; height: 1px; display: inline-block; background: currentColor; }
.hero h1, .intro h2, .ziaja-copy h2, .categories h2, .partnership h2, footer h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  letter-spacing: -3.2px;
  line-height: 1.05;
  margin: 0;
}
.hero h1 { font-size: clamp(52px, 5.8vw, 90px); }
em { font-family: Georgia, serif; font-weight: 400; }
.hero-copy {
  font-size: 15px; line-height: 1.75; max-width: 520px;
  color: rgba(255,255,255,.8); margin: 30px 0 35px;
}
.hero-actions { display: flex; align-items: center; gap: 34px; }
.button {
  min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center;
  justify-content: center; gap: 28px; font-size: 12px; font-weight: 600;
  border: 1px solid transparent; transition: background .25s, color .25s;
}
.button-dark { color: var(--ink); background: var(--ivory); }
.button-dark:hover { color: white; background: var(--forest); }
.text-link { font-size: 12px; border-bottom: 1px solid rgba(255,255,255,.45); padding: 14px 0; display: flex; gap: 18px; }
.hero-note {
  position: absolute; z-index: 2; right: 4.5vw; bottom: 43px; width: 340px;
  display: grid; grid-template-columns: auto 1fr; gap: 18px;
}
.note-index { font-family: Georgia, serif; font-style: italic; font-size: 18px; opacity: .7; }
.hero-note strong { font-size: 9px; letter-spacing: 1.8px; }
.hero-note p { font-size: 11px; line-height: 1.55; opacity: .7; margin: 8px 0 0; }
.scroll-cue {
  position: absolute; z-index: 2; bottom: 0; left: 4.5vw; width: 52px; height: 52px;
  border: 1px solid rgba(255,255,255,.3); display: grid; place-items: center;
}

.section { padding: 125px 8vw; }
.section-label { font-size: 9px; font-weight: 600; letter-spacing: 2px; margin-bottom: 50px; }
.intro { background: var(--ivory); }
.intro-grid {
  display: grid; grid-template-columns: 1.3fr .7fr; gap: 10vw;
  align-items: start;
}
.intro h2, .categories h2 { font-size: clamp(42px, 4.6vw, 70px); }
.intro-copy { padding-top: 6px; }
.intro-copy p { font-size: 14px; line-height: 1.8; color: #58605a; margin: 0 0 18px; }
.arrow-link { display: flex; justify-content: space-between; border-bottom: 1px solid var(--ink); padding: 22px 0 13px; margin-top: 35px; font-size: 12px; font-weight: 600; }
.stats {
  border-top: 1px solid var(--line); margin-top: 110px; padding-top: 45px;
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.stats > div { display: flex; align-items: end; gap: 18px; border-right: 1px solid var(--line); padding-left: 32px; }
.stats > div:first-child { padding-left: 0; }
.stats > div:last-child { border: 0; }
.stats strong { font-family: "Manrope"; font-weight: 400; font-size: clamp(38px, 4vw, 58px); letter-spacing: -3px; }
.stats sup { font-size: 20px; }
.stats span { font-size: 10px; color: #777d78; line-height: 1.5; padding-bottom: 8px; }

.ziaja-section {
  min-height: 760px; display: grid; grid-template-columns: .86fr 1.14fr;
  background: var(--forest); color: white; overflow: hidden;
}
.ziaja-copy { padding: 110px 7vw; display: flex; flex-direction: column; justify-content: center; }
.ziaja-copy .dark { color: #b8c6ba; }
.ziaja-logo {
  width: 235px;
  margin: 30px 0 50px;
}
.ziaja-logo img { display:block; width:100%; height:auto; }
.ziaja-copy h2 { font-size: clamp(42px, 4vw, 64px); }
.ziaja-copy > p:not(.eyebrow) { max-width: 440px; color: #b9c7bd; font-size: 14px; line-height: 1.8; margin: 30px 0; }
.button-light { border-color: rgba(255,255,255,.35); width: max-content; }
.button-light:hover { background: white; color: var(--forest); }
.ziaja-visual { position: relative; background: #b9c8ba; overflow: hidden; }
.ziaja-visual::before {
  content: ""; position: absolute; width: 570px; height: 570px; border-radius: 50%;
  background: rgba(240,241,228,.55); left: 50%; top: 53%; transform: translate(-50%,-50%);
}
.bottle {
  width: 175px; height: 380px; background: linear-gradient(90deg,#f7f4e8,#fff,#e7e8dd);
  border-radius: 18px 18px 35px 35px; position: absolute; left: 52%; top: 53%;
  transform: translate(-50%,-42%) rotate(4deg); filter: drop-shadow(25px 35px 22px rgba(38,59,43,.18));
}
.bottle-cap { position: absolute; width: 112px; height: 72px; background: #213e2e; left: 31px; top: -60px; border-radius: 8px 8px 4px 4px; }
.bottle-label { position: absolute; top: 120px; width: 100%; text-align: center; color: #22382a; font: 600 34px "Manrope"; letter-spacing: -3px; }
.bottle-label i { width: 7px; height: 7px; display: inline-block; margin-left: 3px; background: #e45f51; border-radius: 60% 60% 60% 0; }
.bottle-label small { font: 500 7px "DM Sans"; display: block; letter-spacing: 2px; margin-top: 17px; text-transform: uppercase; }
.floating-card {
  position: absolute; z-index: 3; background: rgba(248,247,239,.9); color: var(--ink);
  padding: 20px 24px; width: 220px; backdrop-filter: blur(8px);
}
.floating-card span { font: italic 14px Georgia; color: #758177; display: block; margin-bottom: 28px; }
.floating-card strong { font-size: 11px; line-height: 1.55; }
.card-one { left: 7%; top: 17%; }
.card-two { right: 6%; bottom: 14%; }
.botanical { position: absolute; color: rgba(24,63,45,.35); font: 190px Georgia; }
.botanical-one { left: -1%; bottom: -6%; transform: rotate(-25deg); }
.botanical-two { right: 1%; top: 5%; }

.categories { background: #f1efe8; }
.category-head { display: grid; grid-template-columns: 1.3fr .7fr; gap: 10vw; align-items: end; margin-bottom: 75px; }
.category-head p { color: #656c67; font-size: 13px; line-height: 1.8; padding-bottom: 8px; max-width: 400px; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(23,32,25,.12); }
.category-card {
  height: 520px; padding: 23px; position: relative; display: flex; flex-direction: column;
  justify-content: space-between; overflow: hidden; transition: transform .3s ease, filter .3s;
}
.category-card:hover { transform: translateY(-8px); z-index: 2; filter: saturate(1.1); }
.green { background: #a9cac7; } .cream { background: #e5dbca; }
.blush { background: #d6b8ae; } .sand { background: #d9c9a8; }
.card-number { font: italic 14px Georgia; opacity: .55; }
.category-card h3 { font: 400 22px "Manrope"; margin: 0 0 8px; }
.category-card p { font-size: 10px; line-height: 1.6; max-width: 210px; margin: 0; opacity: .65; }
.card-arrow { position: absolute; right: 22px; bottom: 28px; font-size: 18px; }
.product-orb { position: absolute; left: 50%; top: 44%; transform: translate(-50%,-50%); filter: drop-shadow(15px 22px 15px rgba(52,63,52,.18)); }
.product-orb i { position: absolute; color: #2c4937; font: 600 17px "Manrope"; letter-spacing: -1.5px; left: 50%; top: 48%; transform: translate(-50%,-50%); }
.tube { width: 105px; height: 250px; background: linear-gradient(90deg,#f0f0e7,#fff,#dddfd4); border-radius: 9px 9px 16px 16px; }
.tube::after { content:""; position: absolute; width: 75px; height: 31px; background:#315f46; bottom:-25px; left:15px; border-radius:4px 4px 9px 9px; }
.jar { width: 150px; height: 125px; border-radius: 12px 12px 28px 28px; background: linear-gradient(90deg,#e5e8de,#fff,#dcded5); top: 48%; }
.jar::before { content:""; position:absolute; width:154px; height:40px; background:#f5f3ea; border-radius:7px; top:-31px; left:-2px; box-shadow:0 5px 4px #ccd0c8; }
.pump { width: 98px; height: 245px; border-radius: 16px 16px 25px 25px; background: linear-gradient(90deg,#e6ded8,#fff6f0,#d7c9c2); }
.pump::before { content:""; position:absolute; width:38px; height:65px; background:#263f30; top:-55px; left:30px; }
.pump::after { content:""; position:absolute; width:70px; height:12px; background:#263f30; top:-59px; left:30px; border-radius:3px; }
.baby { width: 120px; height: 235px; background: linear-gradient(90deg,#eee8d7,#fffaf0,#ddd4c0); border-radius: 55px 55px 20px 20px; }
.baby::before { content:""; position:absolute; width:72px; height:40px; background:#e5a45f; top:-31px; left:24px; border-radius:30px 30px 4px 4px; }

.partnership {
  min-height: 650px; background: var(--brand); color: white; padding: 110px 8vw;
  display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 12vw;
  position: relative; overflow: hidden;
}
.partnership::after {
  content:""; position:absolute; width:620px; height:620px; border:1px solid rgba(255,255,255,.12);
  border-radius:50%; right:-180px; top:15px; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.02);
}
.partnership-content { position: relative; z-index: 2; }
.partnership h2 { font-size: clamp(46px, 5vw, 76px); }
.partnership-content > p:not(.eyebrow) { color: rgba(255,255,255,.72); line-height:1.75; font-size:14px; max-width:560px; margin:28px 0; }
.button-ivory { background: var(--ivory); color: var(--ink); }
.button-ivory:hover { background: var(--forest); color: white; }
.partner-points { position:relative; z-index:2; }
.partner-points div { border-top:1px solid rgba(255,255,255,.3); padding:23px 0; display:grid; grid-template-columns:45px 1fr; }
.partner-points span { font:italic 13px Georgia; opacity:.6; }
.partner-points p { margin:0; font-size:12px; line-height:1.5; }

.partners { background:var(--ivory); }
.partners-head {
  display:grid;
  grid-template-columns:1.3fr .7fr;
  gap:10vw;
  align-items:end;
  margin-bottom:70px;
}
.partners h2 {
  font:400 clamp(42px,4.6vw,70px)/1.05 "Manrope",sans-serif;
  letter-spacing:-3.2px;
  margin:0;
}
.partners-head > p {
  max-width:420px;
  margin:0 0 8px;
  color:#656c67;
  font-size:13px;
  line-height:1.8;
}
.partner-logo-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}
.partner-logo {
  height:150px;
  padding:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  background:#fff;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  overflow:hidden;
  transition:background .25s ease, transform .25s ease;
}
.partner-logo:hover { background:#f0f4f1; transform:translateY(-3px); }
.partner-logo span { line-height:1; white-space:nowrap; }
.partner-logo small { margin-top:7px; font-size:5px; letter-spacing:.6px; }
.gratis span { color:#dc087c; font:700 31px Arial,sans-serif; text-transform:lowercase; }
.watsons span { color:#00a39b; font:700 23px Arial,sans-serif; letter-spacing:1px; }
.watsons small { color:#00a39b; }
.rossmann span { color:#e30613; font:700 22px Arial,sans-serif; letter-spacing:1px; border-bottom:3px solid #e30613; padding-bottom:4px; }
.eve span { color:#df186e; font:700 40px Arial,sans-serif; letter-spacing:-4px; }
.mion span { color:#6b3f98; font:700 38px Arial,sans-serif; letter-spacing:-2px; }
.migros span { color:#f58220; font:700 31px Arial,sans-serif; letter-spacing:-2px; }
.carrefour { flex-direction:row; gap:9px; }
.carrefour b { color:#1359a0; font-size:27px; transform:rotate(45deg); }
.carrefour span { color:#1556a0; font:700 19px Arial,sans-serif; letter-spacing:-1px; }
.carrefour em { color:#e30613; font:700 16px Arial,sans-serif; }
.file span { color:#e1262f; font:800 28px Arial,sans-serif; letter-spacing:2px; }
.file small { color:#137a42; font-weight:700; letter-spacing:3px; }
.bim span { color:#e30613; background:#f5de19; border:4px solid #e30613; padding:8px 15px; font:800 27px Arial,sans-serif; }
.sok span { color:#e30613; text-shadow:2px 2px 0 #f6df19; font:900 32px Arial,sans-serif; }
.sok small { color:#1359a0; font-weight:800; letter-spacing:1.5px; }
.yontem span { color:#197c8d; font:700 23px Arial,sans-serif; letter-spacing:2px; }
.saldos span { color:#283a7d; font:700 30px Arial,sans-serif; font-style:italic; }
.hepsiburada span { color:#f56600; font:700 22px Arial,sans-serif; letter-spacing:-1.5px; }
.trendyol span { color:#f27a1a; font:700 27px Arial,sans-serif; letter-spacing:-1.8px; }
.amazon { position:relative; }
.amazon span { color:#151515; font:500 30px Arial,sans-serif; letter-spacing:-1.5px; }
.amazon i { color:#f5a623; font:700 32px Arial,sans-serif; line-height:.4; margin-left:26px; }
.n11 span { color:#7227c7; font:800 36px Arial,sans-serif; letter-spacing:-3px; }

footer { background:#0b4140; color:white; padding:100px 8vw 25px; }
.footer-top { display:flex; align-items:end; justify-content:space-between; border-bottom:1px solid rgba(255,255,255,.15); padding-bottom:65px; }
.footer-kicker { font-size:9px; letter-spacing:2px; color:#9dac9f; }
footer h2 { font-size:clamp(52px,6vw,92px); }
.footer-top > a { font:400 clamp(17px,2vw,28px) "Manrope"; border-bottom:1px solid white; padding-bottom:8px; }
.footer-top > a span { margin-left:45px; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1.25fr .75fr; gap:5vw; padding:70px 0; }
.footer-brand img {
  display:block;
  width:190px;
  height:auto;
  margin-bottom:28px;
}
.footer-brand p, .footer-grid p { color:#89978d; font-size:11px; line-height:1.7; }
.footer-grid h4 { font-size:8px; letter-spacing:2px; color:#728078; margin:0 0 24px; }
.footer-grid > div:not(:first-child) { display:flex; flex-direction:column; align-items:flex-start; }
.footer-grid a { font-size:11px; margin-bottom:14px; color:#d4dbd6; }
.footer-grid a:hover { color:white; }
.footer-bottom { display:grid; grid-template-columns:1fr 1fr auto; gap:30px; border-top:1px solid rgba(255,255,255,.12); padding-top:25px; color:#718077; font-size:9px; }
.footer-bottom div { display:flex; gap:24px; }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity:1; transform:none; }

/* Detail pages */
.detail-page { background:var(--ivory); }
.detail-hero {
  min-height:560px;
  padding:185px 8vw 90px;
  color:white;
  background:var(--forest);
  position:relative;
  overflow:hidden;
}
.detail-hero::after {
  content:"";
  position:absolute;
  width:620px;
  height:620px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  right:-170px;
  top:10px;
  box-shadow:0 0 0 90px rgba(255,255,255,.025),0 0 0 180px rgba(255,255,255,.018);
}
.detail-hero > * { position:relative; z-index:1; }
.breadcrumb { display:flex; gap:10px; align-items:center; font-size:9px; letter-spacing:1.5px; color:rgba(255,255,255,.65); margin-bottom:45px; }
.breadcrumb a:hover { color:white; }
.detail-hero h1 {
  font:400 clamp(54px,6vw,92px)/1.02 "Manrope",sans-serif;
  letter-spacing:-4px;
  margin:0;
  max-width:900px;
}
.detail-hero > p {
  max-width:590px;
  color:rgba(255,255,255,.72);
  font-size:15px;
  line-height:1.8;
  margin:30px 0 0;
}
.detail-hero-actions { margin-top:32px; display:flex; flex-wrap:wrap; gap:12px; }
.detail-hero-actions .button { gap:12px; }
.detail-hero-actions .button small { font-size:9px; font-weight:400; opacity:.64; }
.sales-points-trigger { color:inherit; background:transparent; cursor:pointer; }
.sales-points-modal {
  position:fixed;
  inset:0;
  z-index:100;
  display:grid;
  place-items:center;
  padding:24px;
  visibility:hidden;
  opacity:0;
  transition:opacity .25s ease,visibility .25s ease;
}
.sales-points-modal.open { visibility:visible; opacity:1; }
.sales-points-backdrop { position:absolute; inset:0; background:rgba(5,24,23,.78); backdrop-filter:blur(7px); }
.sales-points-dialog {
  position:relative;
  z-index:1;
  width:min(860px,100%);
  max-height:calc(100svh - 48px);
  overflow:auto;
  padding:55px;
  background:var(--ivory);
  color:var(--ink);
  box-shadow:0 28px 90px rgba(0,0,0,.28);
}
.sales-points-close {
  position:absolute;
  top:20px;
  right:22px;
  width:40px;
  height:40px;
  border:1px solid var(--line);
  border-radius:50%;
  color:var(--ink);
  background:transparent;
  cursor:pointer;
  font-size:24px;
  line-height:1;
}
.sales-points-dialog h2 {
  max-width:650px;
  margin:22px 0 16px;
  font:400 clamp(34px,4vw,54px)/1.08 "Manrope",sans-serif;
  letter-spacing:-2.6px;
}
.sales-points-dialog > p { max-width:560px; margin:0 0 35px; color:#68716b; font-size:13px; line-height:1.7; }
.sales-points-grid { display:grid; grid-template-columns:1fr 1fr; gap:1px; background:var(--line); }
.sales-points-grid a {
  position:relative;
  min-height:155px;
  padding:25px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  background:#fff;
  transition:background .2s ease,color .2s ease;
}
.sales-points-grid a:hover { background:var(--forest); color:white; }
.sales-point-index { position:absolute; top:22px; left:25px; font:italic 12px Georgia; opacity:.55; }
.sales-points-grid strong { font:500 22px "Manrope"; }
.sales-points-grid small { margin-top:7px; font-size:10px; opacity:.6; }
.sales-points-grid i { position:absolute; right:24px; bottom:25px; font-style:normal; font-size:20px; }
.pharmacy-dialog { width:min(920px,100%); }
.pharmacy-form { margin-top:32px; }
.pharmacy-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.pharmacy-form label { display:flex; flex-direction:column; gap:9px; }
.pharmacy-form label > span { font-size:9px; font-weight:600; letter-spacing:1.2px; }
.pharmacy-form input,
.pharmacy-form textarea {
  width:100%;
  border:0;
  border-bottom:1px solid var(--line);
  border-radius:0;
  padding:13px 0;
  color:var(--ink);
  background:transparent;
  font:400 14px "DM Sans",sans-serif;
  outline:none;
}
.pharmacy-form textarea { resize:vertical; min-height:95px; }
.pharmacy-form input:focus,
.pharmacy-form textarea:focus { border-color:var(--brand); }
.pharmacy-message { margin-top:22px; }
.pharmacy-form-footer { margin-top:28px; display:flex; align-items:center; justify-content:space-between; gap:25px; }
.pharmacy-form-footer > small { max-width:280px; color:#727b76; font-size:9px; line-height:1.5; }
.button-pharmacy { border:1px solid var(--forest); color:white; background:var(--forest); cursor:pointer; }
.button-pharmacy:hover { color:var(--forest); background:transparent; }
.detail-content { padding:110px 8vw 130px; }
.detail-lead {
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:10vw;
  align-items:start;
  margin-bottom:100px;
}
.detail-lead h2,.detail-section h2 {
  font:400 clamp(38px,4vw,62px)/1.08 "Manrope",sans-serif;
  letter-spacing:-2.8px;
  margin:0;
}
.detail-lead-copy p,.detail-section p {
  color:#5c6560;
  font-size:14px;
  line-height:1.85;
  margin:0 0 18px;
}
.detail-section { padding:80px 0; border-top:1px solid var(--line); }
.detail-section-head { display:grid; grid-template-columns:.7fr 1.3fr; gap:8vw; margin-bottom:55px; }
.value-grid,.process-grid,.contact-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:var(--line);
}
.value-card,.process-card,.contact-card {
  background:#fff;
  padding:38px;
  min-height:230px;
}
.value-card span,.process-card span { font:italic 14px Georgia; color:#7e8a82; }
.value-card h3,.process-card h3,.contact-card h3 {
  font:400 22px "Manrope",sans-serif;
  margin:55px 0 14px;
}
.value-card p,.process-card p,.contact-card p { font-size:12px; line-height:1.7; margin:0; color:#68716b; }
.detail-logo { width:min(330px,70vw); margin:0 0 45px; }
.detail-logo img { display:block; width:100%; height:auto; }
.detail-logo.dark-logo { padding:20px 25px; background:white; }
.series-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}
.series-card {
  min-height:330px;
  padding:38px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.series-card h3 { font:400 31px "Manrope"; margin:0 0 10px; }
.series-card p { max-width:380px; font-size:12px; }
.series-card .card-number { display:block; }
.detail-cta {
  padding:85px 8vw;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  background:var(--brand);
  color:white;
}
.detail-cta h2 { font:400 clamp(35px,4vw,60px)/1.08 "Manrope"; letter-spacing:-2.5px; margin:0; }
.contact-card a { display:inline-block; margin-top:24px; font-size:13px; border-bottom:1px solid currentColor; padding-bottom:5px; }
.contact-card h3 { margin-top:18px; }
.partner-detail .partner-logo-grid { margin-top:30px; }
.page-ziaja .detail-hero { background:#171717; }
.ziaja-facts {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin:-20px 0 100px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.ziaja-facts div { padding:35px 28px; border-right:1px solid var(--line); }
.ziaja-facts div:first-child { padding-left:0; }
.ziaja-facts div:last-child { border-right:0; }
.ziaja-facts strong { display:block; font:400 clamp(30px,3vw,48px) "Manrope"; letter-spacing:-2px; }
.ziaja-facts sup { font-size:16px; }
.ziaja-facts span { display:block; margin-top:9px; color:#747d77; font-size:10px; }
.quality-layout,.production-grid { display:grid; grid-template-columns:.7fr 1.3fr; gap:9vw; }
.quality-intro p,.production-copy p { color:#5c6560; font-size:14px; line-height:1.85; margin:0 0 18px; }
.quality-list { border-top:1px solid var(--line); }
.quality-list div { display:grid; grid-template-columns:50px 1fr; gap:15px; padding:19px 0; border-bottom:1px solid var(--line); }
.quality-list span { font:italic 13px Georgia; color:#89928d; }
.quality-list p { margin:0; color:var(--ink); font-size:12px; line-height:1.55; }
.ziaja-values { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); }
.ziaja-values article { min-height:250px; padding:32px; background:#fff; overflow:hidden; }
.ziaja-values span { font:italic 13px Georgia; color:#89928d; }
.ziaja-values h3 { font:400 20px "Manrope"; margin:52px 0 13px; }
.ziaja-values p { margin:0; color:#68716b; font-size:12px; line-height:1.7; }
.production-section { padding-bottom:95px; }
.production-points { display:grid; grid-template-columns:1fr 1fr; gap:1px; background:var(--line); }
.production-points div { background:#e8eeea; padding:30px; min-height:150px; }
.production-points strong { font:500 14px "Manrope"; }
.production-points p { font-size:11px; line-height:1.6; margin:14px 0 0; color:#64706a; }
.official-sources { border-top:1px solid var(--line); padding-top:30px; display:flex; justify-content:space-between; gap:30px; }
.official-sources > span { font-size:8px; letter-spacing:2px; font-weight:600; }
.official-sources div { display:flex; gap:25px; flex-wrap:wrap; justify-content:flex-end; }
.official-sources a { font-size:10px; border-bottom:1px solid var(--line); padding-bottom:5px; }
.page-brands .detail-hero { background:var(--forest); }
.page-products .detail-hero { background:#907f6a; }
.page-partners .detail-hero { background:var(--brand); }
.brand-showcase {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
}
.brand-showcase-card {
  min-height:520px;
  padding:50px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  position:relative;
  overflow:hidden;
}
.brand-showcase-card::after {
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  border:1px solid currentColor;
  opacity:.09;
  border-radius:50%;
  right:-120px;
  top:-100px;
}
.brand-showcase-card > * { position:relative; z-index:1; }
.brand-showcase-card.ziaja-brand { background:#171717; color:white; }
.brand-showcase-card.ziaja-med-brand { background:#fff; color:#171717; border:1px solid #e30613; }
.brand-showcase-card.choqku-brand { background:#d9c9a8; color:var(--ink); }
.brand-showcase-logo { width:min(280px,70%); }
.brand-showcase-logo img { display:block; width:100%; height:auto; }
.ziaja-med-card-logo { width:min(300px,72%); }
.ziaja-med-card-logo img { display:block; width:100%; height:auto; }
.button-med { border-color:#e30613; color:#171717; }
.button-med:hover { color:white; background:#e30613; }
.choqku-wordmark {
  width:max-content;
  max-width:100%;
  margin-top:45px;
  display:flex;
  flex-direction:column;
  align-items:center;
  color:#090909;
}
.choqku-wordmark strong {
  display:block;
  font:600 97px/.8 "Manrope",sans-serif;
  letter-spacing:-7.5px;
}
.choqku-wordmark span {
  margin-top:25px;
  font:400 16px/1 "Manrope",sans-serif;
  letter-spacing:.2px;
}
.brand-showcase-card h2 { font:400 34px/1.12 "Manrope"; letter-spacing:-1.8px; margin:0 0 15px; }
.brand-showcase-card p { max-width:430px; font-size:13px; line-height:1.75; margin:0 0 26px; opacity:.72; }
.coming-soon { display:inline-block; font-size:9px; letter-spacing:2px; border:1px solid currentColor; padding:10px 13px; width:max-content; }

.page-ziaja-med { --med-red:#e30613; }
.page-ziaja-med .brand img {
  filter:brightness(0) invert(1);
  opacity:1;
}
.ziaja-med-hero {
  min-height:760px;
  color:#171717;
  background:
    linear-gradient(180deg,
      var(--brand) 0%,
      #4b9a97 185px,
      #d7e9e6 330px,
      #f7f6f2 460px,
      #f7f6f2 100%);
}
.ziaja-med-hero::after {
  border-color:rgba(255,255,255,.26);
  box-shadow:0 0 0 90px rgba(255,255,255,.055),0 0 0 180px rgba(255,255,255,.03);
}
.ziaja-med-hero .breadcrumb { color:rgba(255,255,255,.78); }
.ziaja-med-hero .breadcrumb a:hover { color:white; }
.ziaja-med-hero > p { color:rgba(23,23,23,.67); }
.ziaja-med-hero-logo {
  width:min(350px,52vw);
  margin-bottom:48px;
}
.ziaja-med-hero-logo img {
  display:block;
  width:100%;
  height:auto;
  filter:drop-shadow(0 10px 24px rgba(18,59,58,.12));
}
.button-med-solid { border-color:var(--med-red); color:white; background:var(--med-red); }
.button-med-solid:hover { color:var(--med-red); background:transparent; }
.button-med-outline { border-color:rgba(23,23,23,.28); color:#171717; background:transparent; cursor:pointer; }
.button-med-outline:hover { color:white; border-color:var(--med-red); background:var(--med-red); }
.med-intro { padding:110px 8vw; display:grid; grid-template-columns:1.25fr .75fr; gap:10vw; align-items:end; background:#fff; }
.med-intro h2,.med-products-head h2,.med-pharmacy-section h2 { margin:22px 0 0; font:400 clamp(38px,4.7vw,68px)/1.06 "Manrope",sans-serif; letter-spacing:-3px; }
.med-intro > p { max-width:480px; margin:0; color:#67706b; font-size:14px; line-height:1.85; }
.med-products-section { padding:100px 8vw 130px; background:#f1f0ec; }
.med-products-head { display:flex; justify-content:space-between; align-items:end; gap:30px; margin-bottom:48px; }
.med-products-head > a { padding-bottom:6px; border-bottom:1px solid currentColor; font-size:11px; }
.med-filters { display:grid; grid-template-columns:1.5fr 1fr 1fr; gap:1px; margin-bottom:20px; background:#d5d3cf; }
.med-filters label { padding:17px 20px; background:#fff; }
.med-filters span { display:block; margin-bottom:8px; font-size:8px; font-weight:600; letter-spacing:1.4px; text-transform:uppercase; }
.med-filters input,.med-filters select { width:100%; border:0; outline:0; color:#171717; background:transparent; font:400 13px "DM Sans"; }
.med-result-count { margin:22px 0; color:#737a76; font-size:10px; }
.med-product-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:#d5d3cf; }
.med-product-card { min-width:0; background:#fff; }
.med-product-image {
  position:relative;
  width:100%;
  aspect-ratio:3 / 4;
  min-height:420px;
  max-height:680px;
  display:grid;
  place-items:center;
  overflow:hidden;
  padding:0;
  border:0;
  cursor:pointer;
  background:#fafafa;
}
.med-product-image img {
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  padding:clamp(20px,2.4vw,44px);
  object-fit:contain;
  object-position:center;
  transition:transform .35s ease;
}
.med-product-card:hover .med-product-image img { transform:scale(1.035); }
.med-product-copy { min-height:310px; padding:28px; display:flex; flex-direction:column; }
.med-product-copy > span { color:var(--med-red); font-size:9px; font-weight:600; letter-spacing:1.4px; text-transform:uppercase; }
.med-product-copy h3 { min-height:60px; margin:14px 0 24px; font:400 22px/1.25 "Manrope"; text-transform:lowercase; }
.med-product-copy dl { margin:0 0 28px; }
.med-product-copy dl div { display:grid; grid-template-columns:80px 1fr; gap:12px; padding:9px 0; border-top:1px solid rgba(23,23,23,.12); }
.med-product-copy dt { color:#868c88; font-size:9px; }
.med-product-copy dd { margin:0; font-size:10px; line-height:1.5; }
.med-product-detail-trigger {
  width:max-content;
  margin-top:auto;
  padding:0 0 4px;
  color:inherit;
  border:0;
  border-bottom:1px solid currentColor;
  background:transparent;
  cursor:pointer;
  font-size:10px;
}
.med-detail-modal { padding:30px; }
.med-detail-dialog {
  position:relative;
  z-index:1;
  width:min(1180px,100%);
  max-height:calc(100svh - 60px);
  overflow:auto;
  color:#171717;
  background:#fff;
  box-shadow:0 35px 100px rgba(5,24,23,.24);
}
.med-detail-layout { display:grid; grid-template-columns:minmax(340px,.8fr) minmax(480px,1.2fr); }
.med-detail-visual {
  position:sticky;
  top:0;
  height:calc(100svh - 60px);
  min-height:650px;
  display:grid;
  place-items:center;
  background:#f4f4f1;
}
.med-detail-visual img { width:100%; height:100%; padding:55px; object-fit:contain; }
.med-detail-content { padding:70px clamp(38px,5vw,78px); }
.med-detail-content h2 { margin:18px 0 30px; font:400 clamp(38px,4vw,62px)/1.03 "Manrope"; letter-spacing:-3px; text-transform:lowercase; }
.med-detail-facts { display:grid; grid-template-columns:1fr 1fr; margin-bottom:42px; border-top:1px solid var(--line); }
.med-detail-facts div { padding:16px 14px 16px 0; border-bottom:1px solid var(--line); }
.med-detail-facts div:nth-child(odd) { border-right:1px solid var(--line); }
.med-detail-facts div:nth-child(even) { padding-left:20px; }
.med-detail-facts span { display:block; margin-bottom:7px; color:#7a817d; font-size:8px; letter-spacing:1.2px; text-transform:uppercase; }
.med-detail-facts strong { font-size:12px; font-weight:500; line-height:1.5; }
.med-detail-section { margin-top:34px; }
.med-detail-section h3 { margin:0 0 12px; font:500 11px "DM Sans"; letter-spacing:1.2px; text-transform:uppercase; }
.med-detail-section p,.med-detail-inci p { margin:0; color:#606964; font-size:13px; line-height:1.8; }
.med-detail-inci { margin-top:34px; padding-top:18px; border-top:1px solid var(--line); }
.med-detail-inci summary { cursor:pointer; font-size:11px; font-weight:500; }
.med-detail-inci p { margin-top:18px; font-size:10px; overflow-wrap:anywhere; }
.med-detail-footer { margin-top:38px; padding-top:20px; display:flex; justify-content:space-between; gap:20px; border-top:1px solid var(--line); font-size:10px; }
.med-detail-footer span { color:var(--med-red); font-weight:600; text-transform:uppercase; }
.med-detail-footer a { border-bottom:1px solid currentColor; }
.med-pharmacy-section { padding:110px 8vw 125px; color:white; background:#171717; }
.med-pharmacy-section > p { max-width:520px; margin:28px 0 38px; color:rgba(255,255,255,.65); line-height:1.7; }
.med-map-placeholder { min-height:280px; margin:0 0 35px; padding:35px; display:flex; flex-direction:column; justify-content:space-between; border:1px solid rgba(255,255,255,.2); background:radial-gradient(circle at 70% 35%,rgba(227,6,19,.16),transparent 38%); }
.med-map-placeholder span { font-size:8px; letter-spacing:2px; }
.med-map-placeholder strong { font:400 25px "Manrope"; }
.honeypot { position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; opacity:0 !important; }
.form-status { min-height:20px; margin-top:18px; font-size:11px; }
.form-status.success { color:#18764c; }
.form-status.error { color:#b42318; }
.pharmacy-form button:disabled { cursor:wait; opacity:.55; }
.contact-form-section { padding-top:95px; border-top:1px solid var(--line); }
.contact-page-form { max-width:900px; margin-left:auto; }

@media (max-width: 900px) {
  .site-header { grid-template-columns:1fr auto; height:76px; padding:0 22px; }
  .desktop-nav, .header-actions { display:none; }
  .menu-button { display:block; position:relative; z-index:22; }
  .menu-button.open span:first-child { transform:translateY(3.5px) rotate(45deg); }
  .menu-button.open span:last-child { transform:translateY(-3.5px) rotate(-45deg); }
  .mobile-menu {
    position:fixed; inset:0; z-index:19; background:var(--forest); color:white;
    padding:120px 28px 40px; flex-direction:column; gap:22px;
  }
  .mobile-menu.open { display:flex; }
  .mobile-menu a { font:400 32px "Manrope"; }
  .hero { height:820px; }
  .hero-image { background-position:62% center; }
  .hero-shade { background:linear-gradient(90deg,rgba(15,40,27,.79),rgba(15,40,27,.26)); }
  .hero-content { left:24px; top:45%; width:calc(100% - 48px); }
  .hero h1 { font-size:49px; letter-spacing:-2.4px; }
  .hero-copy { max-width:420px; }
  .hero-note { left:24px; right:auto; bottom:35px; width:300px; }
  .scroll-cue { display:none; }
  .section { padding:85px 24px; }
  .intro-grid, .category-head, .partnership, .partners-head { grid-template-columns:1fr; gap:45px; }
  .intro h2, .categories h2 { font-size:44px; letter-spacing:-2.3px; }
  .stats { grid-template-columns:1fr 1fr; gap:34px 0; margin-top:70px; }
  .stats > div { padding-left:20px; }
  .stats > div:nth-child(3) { padding-left:0; }
  .stats > div:nth-child(2) { border:0; }
  .ziaja-section { grid-template-columns:1fr; }
  .ziaja-copy { padding:85px 24px; min-height:620px; }
  .ziaja-visual { height:630px; }
  .category-grid { grid-template-columns:1fr 1fr; }
  .partner-logo-grid { grid-template-columns:repeat(3,1fr); }
  .category-card { height:460px; }
  .partnership { padding:85px 24px; }
  .footer-top { align-items:flex-start; flex-direction:column; gap:35px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-bottom { grid-template-columns:1fr; }
  .detail-hero { min-height:500px; padding:145px 24px 75px; }
  .detail-hero h1 { letter-spacing:-2.8px; }
  .detail-content { padding:80px 24px 95px; }
  .detail-lead,.detail-section-head { grid-template-columns:1fr; gap:35px; }
  .value-grid,.process-grid,.contact-grid { grid-template-columns:1fr 1fr; }
  .detail-cta { padding:65px 24px; align-items:flex-start; flex-direction:column; }
  .brand-showcase { grid-template-columns:1fr; }
  .med-intro { grid-template-columns:1fr; gap:38px; }
  .med-product-grid { grid-template-columns:1fr 1fr; }
  .ziaja-facts { grid-template-columns:1fr 1fr; }
  .ziaja-facts div:nth-child(2) { border-right:0; }
  .quality-layout,.production-grid { grid-template-columns:1fr; gap:40px; }
  .ziaja-values { grid-template-columns:1fr 1fr; }
  .official-sources { align-items:flex-start; flex-direction:column; }
  .official-sources div { justify-content:flex-start; }
  .sales-points-dialog { padding:48px 35px 35px; }
  .med-detail-layout { grid-template-columns:1fr; }
  .med-detail-visual { position:relative; height:520px; min-height:0; }
}

@media (max-width: 560px) {
  .brand img { width:100px; max-height:58px; }
  .hero { min-height:760px; }
  .hero h1 { font-size:42px; }
  .hero-copy { font-size:13px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:12px; }
  .hero-note { display:none; }
  .stats { grid-template-columns:1fr; }
  .stats > div { padding:0 0 20px !important; border-right:0; border-bottom:1px solid var(--line); }
  .category-grid { grid-template-columns:1fr; }
  .partner-logo-grid { grid-template-columns:1fr 1fr; }
  .partner-logo { height:120px; padding:16px; }
  .category-card { height:430px; }
  .ziaja-visual { height:550px; }
  .floating-card { width:180px; padding:16px; }
  .card-one { left:4%; top:8%; }
  .card-two { right:4%; bottom:7%; }
  .footer-grid { grid-template-columns:1fr; }
  footer { padding-left:24px; padding-right:24px; }
  .footer-top > a { font-size:16px; }
  .footer-top > a span { margin-left:15px; }
  .detail-hero h1 { font-size:48px; }
  .detail-lead h2,.detail-section h2 { font-size:39px; }
  .value-grid,.process-grid,.contact-grid,.series-grid { grid-template-columns:1fr; }
  .value-card,.process-card,.contact-card { min-height:200px; padding:28px; }
  .brand-showcase-card { min-height:440px; padding:32px; }
  .choqku-wordmark strong { font-size:76px; letter-spacing:-5.8px; }
  .choqku-wordmark span { margin-top:19px; font-size:13px; }
  .ziaja-facts { grid-template-columns:1fr; }
  .ziaja-facts div { padding:25px 0; border-right:0; border-bottom:1px solid var(--line); }
  .ziaja-facts div:last-child { border-bottom:0; }
  .ziaja-values,.production-points { grid-template-columns:1fr; }
  .detail-hero-actions { align-items:flex-start; flex-direction:column; }
  .detail-hero-actions .button { width:100%; justify-content:space-between; }
  .sales-points-modal { padding:12px; }
  .sales-points-dialog { max-height:calc(100svh - 24px); padding:48px 22px 22px; }
  .sales-points-dialog h2 { font-size:34px; letter-spacing:-1.8px; }
  .med-detail-modal { padding:12px; }
  .med-detail-dialog { max-height:calc(100svh - 24px); }
  .med-detail-visual { height:360px; }
  .med-detail-visual img { padding:32px; }
  .med-detail-content { padding:38px 22px; }
  .med-detail-content h2 { font-size:38px; letter-spacing:-2px; }
  .med-detail-facts { grid-template-columns:1fr; }
  .med-detail-facts div:nth-child(odd) { border-right:0; }
  .med-detail-facts div:nth-child(even) { padding-left:0; }
  .med-detail-footer { align-items:flex-start; flex-direction:column; }
  .sales-points-grid { grid-template-columns:1fr; }
  .sales-points-grid a { min-height:125px; }
  .pharmacy-form-grid { grid-template-columns:1fr; gap:16px; }
  .pharmacy-form-footer { align-items:flex-start; flex-direction:column; }
  .button-pharmacy { width:100%; }
  .ziaja-med-hero {
    min-height:780px;
    background:
      linear-gradient(180deg,
        var(--brand) 0%,
        #4b9a97 145px,
        #d7e9e6 275px,
        #f7f6f2 380px,
        #f7f6f2 100%);
  }
  .ziaja-med-hero-logo { width:min(285px,82vw); }
  .med-intro,.med-products-section,.med-pharmacy-section { padding:80px 24px; }
  .med-intro h2,.med-products-head h2,.med-pharmacy-section h2 { font-size:39px; letter-spacing:-2px; }
  .med-products-head { align-items:flex-start; flex-direction:column; }
  .med-filters { grid-template-columns:1fr; }
  .med-product-grid { grid-template-columns:1fr; }
  .med-product-image { min-height:0; max-height:none; }
  .med-product-copy { min-height:270px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .reveal { opacity:1; transform:none; transition:none; }
  * { transition-duration:0s !important; }
}
