/* ============================================================
   BEREKET MARKET BERLIN — bereketmarket-berlin.de
   v2 — clean, modern, readable
   ============================================================ */

:root {
  --g-950: #0b2e1a;
  --g-800: #14532d;
  --g-600: #1f8a44;
  --g-500: #2fa85a;
  --g-100: #e3f4e8;
  --lime: #c7f064;
  --red: #e03131;
  --red-100: #fde8e8;
  --amber: #b45309;
  --amber-100: #fff3d6;

  --bg: #ffffff;
  --bg-soft: #f4f8f3;
  --ink: #12261a;
  --text: #3c4b42;
  --muted: #6b7a70;
  --line: #e4eae5;

  --font-head: 'Plus Jakarta Sans', 'Segoe UI', Arial, sans-serif;
  --font-body: 'Inter', 'Segoe UI', Arial, sans-serif;

  --shadow: 0 12px 36px rgba(11, 46, 26, .10);
  --shadow-lg: 0 28px 60px rgba(11, 46, 26, .16);
  --r-lg: 28px;
}

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

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

body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--ink);
  line-height: 1.15;
  letter-spacing: -.02em;
  font-weight: 800;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container { width: min(1180px, 100% - 2.5rem); margin-inline: auto; }

section { padding: clamp(3.5rem, 7vw, 6rem) 0; }

/* ---------- text helpers ---------- */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--g-100);
  color: var(--g-800);
  font-weight: 600;
  font-size: .9rem;
  padding: .42rem 1rem;
  border-radius: 999px;
  margin-bottom: 1.1rem;
}
.eyebrow svg { width: 16px; height: 16px; }

.section-title { font-size: clamp(1.9rem, 4vw, 2.8rem); }
.section-lead { font-size: 1.1rem; color: var(--muted); max-width: 640px; margin-top: 1rem; }
.section-head { margin-bottom: clamp(2rem, 4vw, 3rem); }
.center { text-align: center; }
.center .section-lead { margin-inline: auto; }

.mark {
  background: linear-gradient(transparent 58%, var(--lime) 58%);
  padding: 0 .08em;
  border-radius: .15em;
}

/* ---------- Halal badge / logo ---------- */

.halal {
  display: inline-flex;
  align-items: center;
  gap: .35em;
  vertical-align: middle;
  position: relative;
  top: -.08em;
  font-family: var(--font-head);
  font-weight: 800;
  font-style: normal;
  font-size: .7em;
  letter-spacing: .08em;
  line-height: 1;
  color: #fff;
  background: var(--g-600);
  padding: .36em .6em .32em .5em;
  border-radius: 999px;
  white-space: nowrap;
}
.halal::before {
  content: '';
  width: .55em; height: .55em;
  border-radius: 50%;
  background: var(--lime);
}
.halal-xs { font-size: .72em; }
.site-header .halal, .site-footer .halal, .ticker .halal { background: var(--lime); color: var(--g-950); }
.site-header .halal::before, .site-footer .halal::before, .ticker .halal::before { background: var(--g-950); }

.halal-logo {
  width: 42px; height: 42px;
  flex-shrink: 0;
  filter: drop-shadow(0 3px 8px rgba(11, 46, 26, .2));
}
.dept-card h3 { display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; }

.tile-halal {
  position: absolute;
  top: 1.1rem; right: 1.1rem;
  width: 50px; height: 50px;
  z-index: 1;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .28));
}

/* ---------- buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  padding: .95rem 1.7rem;
  border-radius: 14px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn svg { width: 20px; height: 20px; }
.btn:hover { transform: translateY(-2px); }

.btn-primary { background: var(--g-600); color: #fff; box-shadow: 0 10px 24px rgba(31, 138, 68, .28); }
.btn-primary:hover { background: var(--g-800); }

.btn-secondary { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-secondary:hover { border-color: var(--g-500); color: var(--g-800); }

.btn-light { background: #fff; color: var(--g-800); }
.btn-light:hover { background: var(--lime); color: var(--g-950); }

/* ============================================================
   HEADER
   ============================================================ */

/* NOT: Header'a transform / filter / backdrop-filter EKLEME —
   aksi halde mobil menü (.main-nav, position: fixed) header'ın içine hapsolur ve kesilir. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--g-950);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 6px 24px rgba(11, 46, 26, .18);
}

.header-inner { display: flex; align-items: center; gap: 1.4rem; height: 104px; }

.brand { display: flex; align-items: center; gap: .9rem; }
.brand-badge { width: 72px; height: 72px; flex-shrink: 0; object-fit: contain; }
.brand-name {
  display: block;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.55rem;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -.02em;
}
.brand-sub { display: block; font-size: .88rem; color: rgba(255, 255, 255, .65); font-weight: 500; margin-top: .2rem; white-space: nowrap; }

.main-nav { margin-left: auto; }
.main-nav ul { display: flex; align-items: center; gap: 1.7rem; }
.main-nav a { font-weight: 600; font-size: 1.02rem; color: rgba(255, 255, 255, .85); padding: .4rem .1rem; transition: color .2s ease; white-space: nowrap; }
.main-nav a:hover { color: var(--lime); }

.lang-switch {
  display: flex;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  padding: 3px;
}
.lang-switch a {
  font-size: .82rem;
  font-weight: 700;
  padding: .34rem .8rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, .7);
  transition: background .2s ease, color .2s ease;
}
.lang-switch a.active { background: var(--lime); color: var(--g-950); }
.lang-switch a:not(.active):hover { color: #fff; }

.header-cta {
  padding: .75rem 1.3rem;
  font-size: .95rem;
  border-radius: 12px;
  background: var(--lime);
  color: var(--g-950);
  box-shadow: 0 10px 24px rgba(199, 240, 100, .25);
}
.header-cta:hover { background: #d8f584; color: var(--g-950); }

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  width: 44px; height: 44px;
  position: relative;
  z-index: 110;
}
.nav-toggle span {
  display: block;
  width: 24px; height: 2.5px;
  background: #fff;
  border-radius: 2px;
  margin: 5.5px auto;
  transition: transform .3s ease, opacity .3s ease;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ============================================================
   HERO
   ============================================================ */

.hero {
  position: relative;
  overflow: hidden;
  background: var(--bg-soft);
  padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(3rem, 6vw, 5rem);
}
.hero::before,
.hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.hero::before {
  width: 640px; height: 640px;
  right: -220px; top: -260px;
  background: radial-gradient(circle, rgba(199, 240, 100, .45), transparent 65%);
}
.hero::after {
  width: 520px; height: 520px;
  left: -220px; bottom: -260px;
  background: radial-gradient(circle, rgba(47, 168, 90, .18), transparent 65%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .45rem 1rem .45rem .7rem;
  font-size: .9rem;
  font-weight: 600;
  color: var(--ink);
  box-shadow: 0 4px 14px rgba(11, 46, 26, .06);
}
.hero-pill .dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--g-500);
  box-shadow: 0 0 0 4px var(--g-100);
}

.hero h1 { font-size: clamp(2.5rem, 5.5vw, 4.2rem); margin-top: 1.4rem; max-width: 12ch; }
.hero-text { font-size: 1.15rem; color: var(--muted); margin-top: 1.3rem; max-width: 540px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 4vw, 3rem);
  margin-top: 2.6rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--line);
}
.hero-stat strong {
  display: block;
  font-family: var(--font-head);
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -.02em;
  line-height: 1.1;
}
.hero-stat span { font-size: .9rem; color: var(--muted); }

/* bento tiles */

.hero-bento {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  isolation: isolate;
}
.hero-bento::before {
  content: '';
  position: absolute;
  inset: 8% 4%;
  z-index: -1;
  border-radius: 40%;
  background: conic-gradient(from 0deg, rgba(199, 240, 100, .55), rgba(47, 168, 90, .35), rgba(255, 184, 77, .35), rgba(242, 92, 92, .3), rgba(199, 240, 100, .55));
  filter: blur(46px);
  animation: bentoGlow 18s linear infinite;
}
@keyframes bentoGlow { to { transform: rotate(360deg); } }

.bento-col { display: grid; gap: 1rem; align-content: start; }
.bento-col.offset { padding-top: 2.6rem; }

.tile {
  position: relative;
  border-radius: 26px;
  aspect-ratio: 3 / 2;
  color: #fff;
  overflow: hidden;
  background: var(--tile-bg);
  border: 1px solid rgba(255, 255, 255, .35);
  box-shadow: 0 18px 40px rgba(11, 46, 26, .18), inset 0 1px 0 rgba(255, 255, 255, .4);
  transition: transform .4s cubic-bezier(.2, .8, .2, 1), box-shadow .4s ease;
  animation: tileIn .9s cubic-bezier(.2, .8, .2, 1) backwards;
}
.tile picture { display: block; width: 100%; height: 100%; }
.tile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(.2, .8, .2, 1);
}
.tile:hover .tile-img { transform: scale(1.06); }
.bento-col .tile:nth-child(1) { animation-delay: .1s; }
.bento-col .tile:nth-child(2) { animation-delay: .3s; }
.bento-col.offset .tile:nth-child(1) { animation-delay: .2s; }
.bento-col.offset .tile:nth-child(2) { animation-delay: .4s; }
@keyframes tileIn {
  from { opacity: 0; transform: translateY(26px) scale(.94); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.tile-shine {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, .32) 46%, rgba(255, 255, 255, .1) 52%, transparent 62%);
  transform: translateX(-130%);
  transition: transform .9s cubic-bezier(.2, .8, .2, 1);
}
.tile:hover { transform: translateY(-7px) scale(1.025); box-shadow: 0 30px 60px rgba(11, 46, 26, .28), inset 0 1px 0 rgba(255, 255, 255, .5); }
.tile:hover .tile-shine { transform: translateX(130%); }

/* placeholder colours while the photos load */
.tile-green { --tile-bg: #1f7a3e; }
.tile-amber { --tile-bg: #e9d4a8; }
.tile-red   { --tile-bg: #8c1414; }
.tile-dark  { --tile-bg: #0f4a4f; }

/* ---------- ticker ---------- */

.ticker {
  background: var(--g-950);
  color: #fff;
  overflow: hidden;
  padding: .95rem 0;
}
.ticker-track {
  display: flex;
  gap: 3rem;
  padding-right: 3rem;
  width: max-content;
  animation: ticker 36s linear infinite;
}
.ticker-track span {
  display: flex;
  align-items: center;
  gap: .8rem;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .95rem;
  white-space: nowrap;
}
.ticker-track span::before {
  content: '';
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--lime);
}
@keyframes ticker { to { transform: translateX(-50%); } }

/* ============================================================
   USP
   ============================================================ */

.usp-section { padding-bottom: 0; }

.usp-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.usp {
  padding: 1.7rem 1.6rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  border-right: 1px solid var(--line);
}
.usp:last-child { border-right: 0; }

.usp-icon {
  width: 48px; height: 48px;
  flex-shrink: 0;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--g-100);
  color: var(--g-600);
}
.usp-icon svg { width: 24px; height: 24px; }
.usp-icon.red { background: var(--red-100); color: var(--red); }
.usp-icon.amber { background: var(--amber-100); color: var(--amber); }

.usp h3 { font-size: 1.05rem; font-weight: 700; }
.usp p { font-size: .92rem; color: var(--muted); margin-top: .15rem; }

/* ============================================================
   DEPARTMENTS — bento grid
   ============================================================ */

.departments { background: var(--bg-soft); margin-top: clamp(3.5rem, 7vw, 6rem); }

.dept-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}

.dept-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}
.dept-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }

.dept-icon {
  width: 54px; height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--g-100);
  color: var(--g-600);
}
.dept-icon svg { width: 26px; height: 26px; }
.dept-card.red .dept-icon { background: var(--red-100); color: var(--red); }
.dept-card.amber .dept-icon { background: var(--amber-100); color: var(--amber); }

.dept-card h3 { font-size: 1.2rem; font-weight: 700; margin-top: 1rem; }
.dept-card p { font-size: .95rem; color: var(--muted); margin-top: .4rem; }

.dept-tag {
  position: absolute;
  top: 1.3rem; right: 1.3rem;
  font-size: .78rem;
  font-weight: 700;
  color: var(--red);
  background: var(--red-100);
  padding: .25rem .7rem;
  border-radius: 999px;
}

.dept-card.big {
  grid-column: span 2;
  grid-row: span 2;
  background: linear-gradient(160deg, #34b263, #14532d);
  color: #fff;
  border: 0;
  justify-content: flex-end;
  padding: 2.3rem;
  min-height: 420px;
}
.dept-card.big::after {
  content: '';
  position: absolute;
  width: 360px; height: 360px;
  border-radius: 50%;
  right: -120px; top: -140px;
  background: radial-gradient(circle, rgba(199, 240, 100, .35), transparent 65%);
}
.dept-card.big .dept-icon {
  position: absolute;
  top: 2rem; left: 2.3rem;
  width: 70px; height: 70px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .18);
  color: #fff;
}
.dept-card.big .dept-icon svg { width: 36px; height: 36px; }
.dept-card.big h3 { color: #fff; font-size: 2.1rem; position: relative; }
.dept-card.big p { color: rgba(255, 255, 255, .86); font-size: 1.05rem; max-width: 400px; position: relative; }
.dept-card.big .dept-tag { background: var(--lime); color: var(--g-950); }
.dept-card.wide { grid-column: span 2; }

.open-badge.is-closed { background: rgba(255, 155, 155, .14); color: #ff9b9b; }
.open-badge.is-closed .dot { background: #ff9b9b; box-shadow: 0 0 0 4px rgba(255, 155, 155, .2); }

/* ---------- departments as photo panels ---------- */

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.dept-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}

.dept-photo {
  position: relative;
  aspect-ratio: 377 / 308;
  border-radius: 22px;
  overflow: hidden;
  background: #efe9dc;
  border: 1px solid rgba(11, 46, 26, .08);
  box-shadow: 0 10px 30px rgba(11, 46, 26, .10);
  transition: transform .4s cubic-bezier(.2, .8, .2, 1), box-shadow .4s ease;
}
.dept-photo picture { display: block; width: 100%; height: 100%; }
.dept-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2, .8, .2, 1);
}
.dept-photo:hover { transform: translateY(-6px); box-shadow: 0 26px 50px rgba(11, 46, 26, .2); }
.dept-photo:hover img { transform: scale(1.05); }
.dept-photo:hover .tile-shine { transform: translateX(130%); }

/* ============================================================
   ABOUT
   ============================================================ */

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}

.about-text { font-size: 1.08rem; margin-top: 1.1rem; }
.about-text + .about-text { margin-top: .9rem; }

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.stat { background: var(--bg-soft); border-radius: 18px; padding: 1.2rem 1.3rem; }
.stat strong {
  display: block;
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 800;
  color: var(--g-600);
  letter-spacing: -.02em;
  line-height: 1.1;
}
.stat span { font-size: .9rem; color: var(--muted); }

.check-list { margin-top: 1.8rem; display: grid; gap: .75rem; }
.check-list li { display: flex; gap: .75rem; align-items: flex-start; font-weight: 500; color: var(--ink); }
.check-list svg {
  width: 22px; height: 22px;
  flex-shrink: 0;
  color: #fff;
  background: var(--g-600);
  border-radius: 50%;
  padding: 4px;
  margin-top: .2rem;
}

.hours-card {
  background: var(--g-950);
  color: #fff;
  border-radius: var(--r-lg);
  padding: clamp(1.8rem, 4vw, 2.4rem);
  box-shadow: var(--shadow-lg);
}
.hours-card h3 { color: #fff; font-size: 1.4rem; display: flex; align-items: center; gap: .7rem; }
.hours-card h3 svg { width: 26px; height: 26px; color: var(--lime); }

.hours-table { margin-top: 1.2rem; }
.hours-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  font-size: 1.02rem;
  color: rgba(255, 255, 255, .8);
}
.hours-row:last-child { border-bottom: 0; }
.hours-row b { font-weight: 700; color: #fff; }
.hours-row.open b { color: var(--lime); }
.hours-row.closed b { color: #ff9b9b; }

.hours-note { margin-top: .6rem; font-size: .9rem; color: rgba(255, 255, 255, .62); display: flex; gap: .5rem; align-items: flex-start; }
.hours-note svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: .2rem; color: var(--lime); }

.open-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(199, 240, 100, .14);
  color: var(--lime);
  font-weight: 600;
  font-size: .88rem;
  padding: .4rem .9rem;
  border-radius: 999px;
  margin-top: 1.3rem;
}
.open-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(199, 240, 100, .2); }

/* ============================================================
   BRANCHES
   ============================================================ */

.branches { background: var(--bg-soft); }

.branch-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }

.branch-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1.7rem;
  display: flex;
  flex-direction: column;
  gap: .9rem;
  transition: transform .3s ease, box-shadow .3s ease;
}
.branch-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }

.branch-head { display: flex; justify-content: space-between; align-items: center; }
.branch-num {
  width: 44px; height: 44px;
  border-radius: 13px;
  background: var(--g-950);
  color: var(--lime);
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.05rem;
  display: grid;
  place-items: center;
}
.branch-pill { font-size: .78rem; font-weight: 700; color: var(--g-800); background: var(--g-100); padding: .3rem .75rem; border-radius: 999px; }

.branch-card h3 { font-size: 1.4rem; margin-top: .2rem; }
.branch-card h3 small { display: block; font-family: var(--font-body); font-size: .85rem; color: var(--muted); font-weight: 500; letter-spacing: 0; margin-top: .15rem; }

.branch-row { display: flex; gap: .65rem; align-items: flex-start; font-size: .95rem; color: var(--text); }
.branch-row svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--g-600); margin-top: .25rem; }
.branch-row a:hover { color: var(--g-600); }

.branch-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; margin-top: auto; padding-top: .5rem; }
.branch-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  font-family: var(--font-head);
  font-size: .9rem;
  font-weight: 700;
  padding: .72rem .5rem;
  border-radius: 12px;
  transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
}
.branch-btn svg { width: 16px; height: 16px; }
.branch-btn:hover { transform: translateY(-2px); }
.branch-btn.call { background: var(--g-600); color: #fff; }
.branch-btn.call:hover { background: var(--g-800); }
.branch-btn.route { background: var(--bg-soft); color: var(--ink); border: 1px solid var(--line); }
.branch-btn.route:hover { background: var(--g-100); border-color: var(--g-500); }

/* ============================================================
   CTA
   ============================================================ */

.cta { padding: 0 0 clamp(3.5rem, 7vw, 6rem); background: var(--bg-soft); }

.cta-inner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #14532d, #1f8a44);
  border-radius: 32px;
  padding: clamp(2.5rem, 6vw, 4rem);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  box-shadow: var(--shadow-lg);
}
.cta-inner::after {
  content: '';
  position: absolute;
  width: 420px; height: 420px;
  border-radius: 50%;
  right: -120px; top: -200px;
  background: radial-gradient(circle, rgba(199, 240, 100, .35), transparent 65%);
}
.cta-inner > * { position: relative; z-index: 1; }
.cta-inner h2 { color: #fff; font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
.cta-inner p { color: rgba(255, 255, 255, .84); margin-top: .5rem; font-size: 1.08rem; }

/* ============================================================
   FOOTER
   ============================================================ */

.site-footer { background: var(--g-950); color: rgba(255, 255, 255, .72); padding: clamp(3rem, 6vw, 4.5rem) 0 0; font-size: .95rem; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: clamp(2rem, 4vw, 3rem);
  padding-bottom: 3rem;
}
.footer-brand .brand { margin-bottom: 1rem; }
.footer-brand .brand-badge { width: 64px; height: 64px; }
.footer-brand .brand-name { color: #fff; }
.footer-brand .brand-sub { color: rgba(255, 255, 255, .6); }
.footer-brand p { max-width: 320px; }

.site-footer h4 { color: #fff; font-size: 1rem; font-weight: 700; margin-bottom: 1rem; letter-spacing: 0; }
.site-footer li { margin-bottom: .6rem; }
.site-footer a:hover { color: var(--lime); }

.footer-branch { margin-bottom: .85rem; line-height: 1.5; }
.footer-branch strong { color: #fff; display: block; font-weight: 600; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 1.4rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  font-size: .88rem;
  color: rgba(255, 255, 255, .5);
}
.footer-bottom ul { display: flex; gap: 1.4rem; }

/* ============================================================
   SUBPAGES
   ============================================================ */

.page-hero { background: var(--bg-soft); padding: 3.5rem 0 2.5rem; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2rem, 4.5vw, 3rem); }

.legal-content { max-width: 820px; }
.legal-content h2 { font-size: 1.5rem; margin: 2.2rem 0 .8rem; }
.legal-content h3 { font-size: 1.1rem; margin: 1.5rem 0 .5rem; }
.legal-content p, .legal-content li { margin-bottom: .7rem; }
.legal-content ul { list-style: disc; padding-left: 1.3rem; }
.legal-content a { color: var(--g-600); font-weight: 600; }
.legal-content a:hover { text-decoration: underline; }

/* ============================================================
   INTRO (Splash)
   ============================================================ */

html.no-intro .intro { display: none; }
html.intro-active { overflow: hidden; }
html.intro-active .tile { animation-play-state: paused; }

.intro {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  overflow: hidden;
  cursor: pointer;
  background:
    radial-gradient(720px 520px at 50% 42%, #14532d 0%, #0b2e1a 62%),
    var(--g-950);
  animation: introOut .75s cubic-bezier(.76, 0, .24, 1) 2.25s forwards;
}
@keyframes introOut {
  to { transform: translateY(-100%); visibility: hidden; }
}

.intro-glow {
  position: absolute;
  width: 560px; height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199, 240, 100, .42), rgba(47, 168, 90, .18) 45%, transparent 68%);
  filter: blur(18px);
  animation: introGlow 1.8s ease-in-out infinite alternate;
}
@keyframes introGlow {
  from { transform: scale(.85); opacity: .7; }
  to { transform: scale(1.1); opacity: 1; }
}

.intro-ring {
  position: absolute;
  width: 320px; height: 320px;
  border-radius: 50%;
  border: 2px solid rgba(199, 240, 100, .7);
  animation: introRing 1.7s cubic-bezier(.2, .7, .3, 1) .45s infinite;
}
.intro-ring--2 { animation-delay: 1.05s; border-color: rgba(255, 255, 255, .45); }
@keyframes introRing {
  0% { transform: scale(.75); opacity: 0; }
  20% { opacity: 1; }
  100% { transform: scale(1.9); opacity: 0; }
}

.intro-logo {
  position: relative;
  width: min(300px, 60vw);
  height: auto;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .55)) drop-shadow(0 0 28px rgba(199, 240, 100, .35));
  animation: introLogo 1.15s cubic-bezier(.2, .9, .3, 1.25) .1s both, introFloat 3s ease-in-out 1.25s infinite;
}
@keyframes introLogo {
  0% { opacity: 0; transform: scale(.35) rotate(-25deg); }
  65% { opacity: 1; transform: scale(1.08) rotate(4deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}
@keyframes introFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

.intro-sparkle {
  position: absolute;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 14px 3px rgba(199, 240, 100, .7);
  opacity: 0;
  animation: introSparkle 1.6s ease-in-out infinite;
}
.intro-sparkle.s1 { left: 32%; top: 28%; animation-delay: .5s; }
.intro-sparkle.s2 { left: 66%; top: 24%; animation-delay: .9s; width: 7px; height: 7px; }
.intro-sparkle.s3 { left: 26%; top: 62%; animation-delay: 1.2s; width: 6px; height: 6px; }
.intro-sparkle.s4 { left: 70%; top: 64%; animation-delay: .7s; }
.intro-sparkle.s5 { left: 50%; top: 16%; animation-delay: 1.4s; width: 8px; height: 8px; }
.intro-sparkle.s6 { left: 44%; top: 74%; animation-delay: 1s; width: 6px; height: 6px; }
@keyframes introSparkle {
  0%, 100% { opacity: 0; transform: scale(.3); }
  50% { opacity: 1; transform: scale(1.2); }
}

.intro-text {
  position: absolute;
  left: 0; right: 0;
  top: calc(50% + min(150px, 30vw) + 2.2rem);
  text-align: center;
  padding: 0 1.5rem;
  animation: introText .8s cubic-bezier(.2, .8, .2, 1) .8s both;
}
.intro-name {
  display: block;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.9rem, 5vw, 3rem);
  letter-spacing: -.02em;
  color: #fff;
  line-height: 1.1;
}
.intro-tag {
  display: block;
  margin-top: .5rem;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--lime);
}
@keyframes introText {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

/* ============================================================
   COOKIE NOTICE
   ============================================================ */

.cookie-banner {
  position: fixed;
  left: 1.2rem;
  bottom: 1.2rem;
  z-index: 900;
  max-width: 430px;
  background: var(--g-950);
  color: rgba(255, 255, 255, .85);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  padding: 1.2rem 1.35rem;
  box-shadow: 0 24px 60px rgba(11, 46, 26, .38);
  opacity: 0;
  transform: translateY(26px);
  pointer-events: none;
  transition: opacity .45s cubic-bezier(.2, .8, .2, 1), transform .45s cubic-bezier(.2, .8, .2, 1);
}
.cookie-banner.show { opacity: 1; transform: none; pointer-events: auto; }

.cookie-banner strong {
  display: flex;
  align-items: center;
  gap: .55rem;
  color: #fff;
  font-family: var(--font-head);
  font-size: 1.02rem;
  font-weight: 700;
}
.cookie-banner strong svg { width: 22px; height: 22px; color: var(--lime); flex-shrink: 0; }
.cookie-banner p { font-size: .88rem; line-height: 1.55; margin: .5rem 0 .9rem; }
.cookie-banner a { color: var(--lime); font-weight: 600; text-decoration: underline; }
.cookie-banner a:hover { color: #fff; }
.cookie-accept { padding: .6rem 1.5rem; font-size: .92rem; border-radius: 12px; }

@media (max-width: 600px) {
  .cookie-banner { left: .8rem; right: .8rem; bottom: .8rem; max-width: none; }
}

/* ============================================================
   REVEAL
   ============================================================ */

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .ticker-track, .tile, .hero-bento::before { animation: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1180px) {
  .site-header .brand-sub { display: none; }
  .main-nav ul { gap: 1.2rem; }
  .header-inner { gap: 1rem; }
}

@media (max-width: 1080px) {
  .usp-panel { grid-template-columns: repeat(2, 1fr); }
  .usp:nth-child(2n) { border-right: 0; }
  .usp:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .dept-grid { grid-template-columns: repeat(2, 1fr); }
  .dept-card.big { grid-row: span 1; min-height: 320px; }
  .dept-photo-grid { grid-template-columns: repeat(2, 1fr); }
  .branch-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { max-width: none; }
  .hero-bento { max-width: 520px; margin: 0 auto; }
  .about-grid { grid-template-columns: 1fr; }
  .header-cta { display: none; }
  .nav-toggle { display: block; margin-left: auto; }
  .lang-switch { margin-left: 0; }

  .main-nav {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background: var(--g-950);
    display: grid;
    place-content: center;
    text-align: center;
    padding: 104px 1.5rem 2rem;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    margin-left: 0;
  }
  .main-nav.open { opacity: 1; pointer-events: auto; }
  .main-nav ul { flex-direction: column; gap: 1.6rem; }
  .main-nav a { font-size: 1.35rem; font-family: var(--font-head); font-weight: 700; color: #fff; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .usp-panel { grid-template-columns: 1fr; }
  .usp { border-right: 0; border-bottom: 1px solid var(--line); }
  .usp:last-child { border-bottom: 0; }
  .dept-grid { grid-template-columns: 1fr; }
  .dept-photo-grid { grid-template-columns: 1fr; gap: 1rem; }
  .dept-photo { border-radius: 18px; }
  .dept-card.big, .dept-card.wide { grid-column: span 1; }
  .dept-card.big { min-height: 300px; }
  .branch-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .bento-col.offset { padding-top: 1.6rem; }
  .tile { border-radius: 18px; }
  .brand-sub { display: none; }
  .header-inner { gap: .75rem; height: 84px; }
  .brand-badge { width: 56px; height: 56px; }
  .brand-name { font-size: 1.25rem; }
}
