*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

:root {
  --red: #6f1314;
  --red-dark: #4f0d0e;
  --red-light: #8a1a1b;
  --cream: #f7f4f0;
  --cream-dark: #ede9e3;
  --ink: #1a1a1a;
  --ink-soft: #2d2d2d;
  --muted: #666;
  --white: #fff;
  --line: rgba(111,19,20,0.12);
}

body {
  font-family: 'Playfair Display', serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.7;
  overflow-x: hidden;
}

/* ── NAV (dvouřádková hlavička) ── */
html { scroll-padding-top: 122px; }

header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
}

/* Horní lišta: logo + slogan, vyhledávání, jazyky */
.topbar {
  background: var(--red-dark);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0,0,0,0.18);
}
.topbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 68px;
}
.brand { display: flex; flex-direction: column; text-decoration: none; white-space: nowrap; }
.brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.08em;
  line-height: 1.2;
  transition: opacity 0.2s;
}
.brand:hover .brand-name { opacity: 0.9; }
.brand-slogan {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Playfair Display', serif;
  font-size: 0.84rem;
  font-style: italic;
  color: rgba(255,255,255,0.62);
  letter-spacing: 0.04em;
  white-space: nowrap;
  pointer-events: none;
}

.topbar-tools { display: flex; align-items: center; gap: 1.3rem; }

.site-search {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 3px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.site-search:focus-within { border-color: rgba(255,255,255,0.45); }
.site-search input {
  background: none;
  border: none;
  outline: none;
  color: var(--white);
  font-family: 'Playfair Display', serif;
  font-size: 0.82rem;
  padding: 0.45rem 0.7rem;
  width: 150px;
}
.site-search input::placeholder { color: rgba(255,255,255,0.5); }
.site-search button {
  background: none;
  border: none;
  color: rgba(255,255,255,0.7);
  cursor: pointer;
  padding: 0.45rem 0.7rem;
  font-size: 1rem;
  line-height: 1;
  transition: color 0.2s;
}
.site-search button:hover { color: var(--white); }

.lang-switch { position: relative; }
.lang-toggle {
  font-family: 'Playfair Display', serif;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.7);
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  transition: color 0.2s;
}
.lang-switch:hover .lang-toggle, .lang-switch:focus-within .lang-toggle { color: var(--white); }
.lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.7rem;
  min-width: 180px;
  background: rgba(79,13,14,0.98);
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 4px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.28);
  list-style: none;
  padding: 0.4rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s, transform 0.2s;
  z-index: 250;
}
.lang-switch:hover .lang-menu, .lang-switch:focus-within .lang-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.lang-menu a, .lang-menu .lang-soon {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  padding: 0.5rem 1.2rem;
  text-decoration: none;
}
.lang-menu a { color: rgba(255,255,255,0.8); }
.lang-menu a.active { color: var(--white); font-weight: 600; }
.lang-menu a:hover { background: rgba(255,255,255,0.07); color: var(--white); }
.lang-menu .lang-soon { color: rgba(255,255,255,0.38); cursor: default; }

/* Spodní lišta: hlavní menu */
.menubar {
  background: rgba(111,19,20,0.97);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0,0,0,0.15);
}
.menubar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}
.nav-links { display: flex; gap: 2.4rem; list-style: none; align-items: center; }
.nav-links > li { display: flex; align-items: center; height: 48px; }
.nav-links a {
  font-family: 'Playfair Display', serif;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links > li > a:hover { color: var(--white); }

/* Dropdowny v menu (O ETM, Působnost) */
.nav-dropdown { position: relative; }
.nav-dropdown-toggle {
  font-family: 'Playfair Display', serif;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  height: 48px;
  transition: color 0.2s;
}
.nav-dropdown:hover .nav-dropdown-toggle, .nav-dropdown:focus-within .nav-dropdown-toggle { color: var(--white); }
.nav-caret { font-size: 0.7em; transition: transform 0.25s ease; }
.nav-dropdown:hover .nav-caret, .nav-dropdown:focus-within .nav-caret,
.lang-switch:hover .nav-caret, .lang-switch:focus-within .nav-caret { transform: rotate(180deg); }
.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  background: rgba(79,13,14,0.98);
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 4px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.28);
  list-style: none;
  padding: 0.5rem 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 250;
}
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-dropdown-menu a {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 0.8rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  padding: 0.65rem 1.5rem;
  white-space: nowrap;
  transition: color 0.2s, background 0.2s;
}
.nav-dropdown-menu a:hover { color: var(--white); background: rgba(255,255,255,0.07); }

/* Hamburger (mobil) */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--white); transition: 0.3s ease; border-radius: 2px; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobilní menu */
.nav-mobile-menu {
  display: none;
  flex-direction: column;
  gap: 0;
  background: var(--red-dark);
  border-top: 1px solid rgba(0,0,0,0.15);
}
.nav-mobile-menu.open { display: flex; }
.nav-mobile-menu a {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  padding: 0.85rem 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color 0.2s;
}
.nav-mobile-menu a:hover { color: var(--white); }
.mobile-group-label {
  font-family: 'Playfair Display', serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  padding: 1.1rem 2rem 0.3rem;
}
.site-search-mobile { display: flex; gap: 0.5rem; padding: 1rem 2rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
.site-search-mobile input {
  flex: 1;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 3px;
  color: var(--white);
  font-family: 'Playfair Display', serif;
  font-size: 0.9rem;
  padding: 0.55rem 0.7rem;
  outline: none;
}
.site-search-mobile input::placeholder { color: rgba(255,255,255,0.5); }
.site-search-mobile button {
  background: var(--white);
  color: var(--red);
  border: none;
  border-radius: 3px;
  padding: 0.55rem 1rem;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  cursor: pointer;
}
.mobile-lang { padding: 1rem 2rem; font-size: 0.85rem; color: rgba(255,255,255,0.5); border-top: 1px solid rgba(255,255,255,0.06); }
.mobile-lang strong { color: var(--white); }

/* ── FOOTER ── */
footer {
  background: var(--red-dark);
  padding: 3rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0,0,0,0.2);
  gap: 2rem;
  flex-wrap: wrap;
}

.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.08em;
}

.footer-copy {
  font-family: 'Playfair Display', serif;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.25);
  font-weight: 400;
  text-align: center;
}

.footer-links {
  display: flex;
  gap: 1.8rem;
  list-style: none;
}

.footer-links a {
  font-family: 'Playfair Display', serif;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.3);
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: color 0.2s;
}

.footer-links a:hover { color: rgba(255,255,255,0.7); }

/* ── COMMON ── */
.section-wrap { max-width: 1200px; margin: 0 auto; padding: 0 4rem; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}

.eyebrow-line { width: 2rem; height: 1px; background: var(--red); }

.eyebrow-text {
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
}

.btn-primary {
  font-family: 'Playfair Display', serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--red);
  padding: 1rem 2rem;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.2s, transform 0.2s;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.btn-primary:hover { background: var(--red-light); transform: translateY(-1px); }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  background:
    linear-gradient(160deg, rgba(26,26,26,0.88) 0%, rgba(111,19,20,0.3) 60%, rgba(26,26,26,0.92) 100%),
    url('images/659971317.jpeg') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 132px 4rem 6rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(111,19,20,0.18) 0%, transparent 60%);
  pointer-events: none;
}

.hero-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-tag {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.hero-logo {
  margin-bottom: 2rem;
  animation: fadeUp 0.7s ease 0.1s both;
}

.hero-logo img {
  height: 180px;
  width: auto;
}

@media (max-width: 960px) {
  .hero-logo img { height: 130px; }
}

.hero-tag-line { width: 2.5rem; height: 1px; background: var(--red); }

.hero-tag-text {
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

.hero h1 {
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 1.6rem;
}

.hero h1 em {
  font-style: italic;
  color: rgba(255,255,255,0.6);
}

.hero-desc {
  font-size: 1.05rem;
  font-weight: 400;
  color: rgba(255,255,255,0.6);
  max-width: 500px;
  margin-bottom: 2.8rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  flex-wrap: wrap;
}

.btn-ghost {
  font-family: 'Playfair Display', serif;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.2s;
}

.btn-ghost::after { content: '↓'; transition: transform 0.2s; }
.btn-ghost:hover { color: var(--white); }
.btn-ghost:hover::after { transform: translateY(3px); }

.hero-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  padding: 2.5rem;
  backdrop-filter: blur(10px);
}

.hero-card-title {
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  color: var(--red);
  line-height: 1;
  margin-bottom: 0.2rem;
}

.hero-stat {
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.hero-stat:last-child { border-bottom: none; padding-bottom: 0; }
.hero-stat:first-of-type { padding-top: 0; }

.hero-stat-num {
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  margin-bottom: 0.2rem;
}

.hero-stat-label {
  font-size: 0.82rem;
  font-weight: 400;
  color: rgba(255,255,255,0.6);
}

/* ── RIBBON ── */
.ribbon { background: var(--red); padding: 1rem 4rem; overflow: hidden; }

.ribbon-inner {
  display: flex;
  gap: 4rem;
  align-items: center;
  white-space: nowrap;
}

.ribbon-item {
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.ribbon-dot { width: 4px; height: 4px; background: rgba(255,255,255,0.4); border-radius: 50%; }

/* ── O NÁS ── */
.about { padding: 5rem 0; background: var(--white); }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
}

.about-left h2 {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 1.8rem;
}

.about-left p {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 1.2rem;
  font-weight: 400;
}

.about-left ul { list-style: none; margin: 1.5rem 0; }

.about-left ul li {
  font-size: 0.92rem;
  color: var(--ink-soft);
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.about-left ul li::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background: var(--red);
  border-radius: 50%;
  flex-shrink: 0;
}

.about-right {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.about-value {
  background: var(--white);
  padding: 2rem 2.2rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  transition: background 0.2s;
}

.about-value:hover { background: var(--cream); }

.about-value-num {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--red);
  min-width: 1.8rem;
  padding-top: 0.15rem;
  letter-spacing: 0.08em;
}

.about-value h3 { font-size: 0.95rem; font-weight: 600; color: var(--ink); margin-bottom: 0.3rem; }
.about-value p { font-size: 0.85rem; color: var(--muted); line-height: 1.7; font-weight: 400; }

/* ── SERVICES ── */
.services { padding: 5rem 0; background: var(--cream); }

.services-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 4rem;
  align-items: end;
}

.services-header h2 {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--ink);
}

.services-header p { font-size: 0.95rem; color: var(--muted); line-height: 1.9; font-weight: 400; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }

.service-card {
  background: var(--white);
  padding: 2.5rem;
  border: 1px solid var(--line);
  border-radius: 2px;
  transition: transform 0.25s, box-shadow 0.25s;
  position: relative;
  overflow: hidden;
}

.service-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 3px;
  background: var(--red);
  transition: width 0.35s ease;
}

.service-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(111,19,20,0.1); }
.service-card:hover::after { width: 100%; }

.service-num {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--red);
  margin-bottom: 1.2rem;
  display: block;
}

.service-card h3 { font-size: 1.2rem; font-weight: 700; color: var(--ink); margin-bottom: 0.8rem; line-height: 1.2; }
.service-card p { font-size: 0.87rem; color: var(--muted); line-height: 1.8; font-weight: 400; }

/* ── DIVIZE ── */
.divisions { display: grid; grid-template-columns: 1fr 1fr 1fr; }

.division {
  padding: 4rem 3.5rem;
  position: relative;
  overflow: hidden;
}

.division-a { background: var(--ink); color: var(--white); }
.division-b { background: var(--red); color: var(--white); }
.division-c { background: var(--cream-dark); color: var(--ink); }

.division-bg-text {
  position: absolute;
  bottom: -1rem; right: -0.5rem;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.06;
  pointer-events: none;
  user-select: none;
}

.division-a .eyebrow-text,
.division-b .eyebrow-text { color: rgba(255,255,255,0.5); }
.division-c .eyebrow-text { color: var(--red); }
.division-a .eyebrow-line,
.division-b .eyebrow-line { background: rgba(255,255,255,0.3); }
.division-c .eyebrow-line { background: var(--red); }

.division h2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.division-a h2, .division-b h2 { color: var(--white); }

.division p {
  font-size: 0.88rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.division-a p, .division-b p { color: rgba(255,255,255,0.6); }
.division-c p { color: var(--muted); }

.division-list { list-style: none; position: relative; z-index: 1; }

.division-list li {
  font-size: 0.84rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 400;
}

.division-c .division-list li { border-bottom-color: var(--line); }
.division-list li::before { content: '—'; font-size: 0.7rem; opacity: 0.5; }
.division-a .division-list li { color: rgba(255,255,255,0.65); }
.division-b .division-list li { color: rgba(255,255,255,0.75); }
.division-c .division-list li { color: var(--ink-soft); }

/* ── PROČ ETM ── */
.why { padding: 5rem 0; background: var(--white); }

.why-intro { text-align: center; max-width: 680px; margin: 0 auto 5rem; }

.why-intro h2 {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.why-intro p { font-size: 0.95rem; color: var(--muted); line-height: 1.9; font-weight: 400; }

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

.why-item-num {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--line);
  line-height: 1;
  margin-bottom: 1rem;
}

.why-item h3 { font-size: 1rem; font-weight: 600; color: var(--red); margin-bottom: 0.6rem; }
.why-item p { font-size: 0.88rem; color: var(--muted); line-height: 1.8; font-weight: 400; }

/* ── NEWSLETTER ── */
.newsletter { padding: 4rem 0; background: var(--red); }

.newsletter-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.newsletter-left h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.newsletter-left p { font-size: 0.9rem; color: rgba(255,255,255,0.45); line-height: 1.8; font-weight: 400; }

.newsletter-form { display: flex; flex-direction: column; gap: 1rem; }

.newsletter-form input[type="email"] {
  font-family: 'Playfair Display', serif;
  font-size: 0.9rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--white);
  padding: 1rem 1.3rem;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.2s;
}

.newsletter-form input[type="email"]::placeholder { color: rgba(255,255,255,0.25); }
.newsletter-form input[type="email"]:focus { border-color: var(--red); }

.newsletter-consent {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.35);
  line-height: 1.5;
  cursor: pointer;
}

.newsletter .btn-primary {
  background: var(--white);
  color: var(--red);
}

.newsletter .btn-primary:hover {
  background: var(--cream);
  transform: translateY(-1px);
}

/* ── BUSINESS TALK ── */
.business { padding: 5rem 0; background: var(--cream-dark); }

.business-header h2 {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
}

.business-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3.5rem; }

.bcard {
  background: var(--white);
  padding: 2.5rem;
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s;
}

.bcard:hover { transform: translateY(-3px); }

.bcard-tag {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 1rem;
  display: block;
}

.bcard h3 { font-size: 1.1rem; font-weight: 700; color: var(--ink); margin-bottom: 0.7rem; line-height: 1.3; }
.bcard p { font-size: 0.85rem; color: var(--muted); line-height: 1.8; font-weight: 400; }

/* ── CONTACT ── */
.contact { padding: 5rem 0; background: var(--cream); }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
}

.contact-right {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  flex: 1;
}

.contact-form .btn-primary {
  margin-top: auto;
}

.contact-left h2 {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.contact-left > p { font-size: 0.92rem; color: rgba(255,255,255,0.6); line-height: 1.8; margin-bottom: 2.5rem; font-weight: 400; }

.companies { display: flex; flex-direction: column; gap: 0; border: 1px solid rgba(255,255,255,0.15); }

.company {
  padding: 1.5rem 1.8rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.06);
  transition: background 0.2s;
}

.company:last-child { border-bottom: none; }
.company:hover { background: rgba(255,255,255,0.1); }
.company h3 { font-size: 0.95rem; font-weight: 700; color: var(--white); margin-bottom: 0.3rem; }
.company p { font-size: 0.8rem; color: rgba(255,255,255,0.5); line-height: 1.6; font-weight: 400; }

.contact-info {
  margin-top: 1.5rem;
  padding: 1.8rem;
  background: var(--red);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-info-label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 0.2rem;
}

.contact-info-value {
  font-size: 0.9rem;
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.2s;
}

.contact-info-value:hover { opacity: 0.75; }

.contact-form { display: flex; flex-direction: column; gap: 1.2rem; }

.form-group { display: flex; flex-direction: column; gap: 0.4rem; }

.form-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.form-input {
  font-family: 'Playfair Display', serif;
  font-size: 0.92rem;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--ink);
  padding: 0.9rem 1.1rem;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}

.form-input:focus { border-color: var(--red); }
textarea.form-input { resize: vertical; min-height: 130px; }

.form-note { font-size: 0.78rem; color: var(--muted); line-height: 1.6; font-weight: 400; }
.hidden-field { display: none; }

/* ── FOTKY ── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: stretch;
}

.about-right {
  display: flex;
  flex-direction: column;
}

.about-photo {
  width: 100%;
  flex: 1;
  min-height: 500px;
  overflow: hidden;
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service-card-photo {
  width: calc(100% + 5rem);
  margin: -2.5rem -2.5rem 1.5rem;
  height: 200px;
  overflow: hidden;
}

.service-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem;
  align-items: stretch;
}

.why-photo {
  height: 100%;
  min-height: 550px;
  overflow: hidden;
  border-radius: 2px;
}

.why-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% center;
}

.why-content .why-intro {
  text-align: left;
  max-width: none;
  margin: 0 0 2rem;
}

.why-quote {
  margin: 1.5rem 0 0;
  padding: 1.2rem 1.5rem;
  border-left: 3px solid var(--red);
  background: transparent;
}

.why-quote p {
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.6;
  margin-bottom: 0.4rem;
}

.why-quote cite {
  font-size: 0.78rem;
  font-style: normal;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 2rem;
}

.why-item-num {
  font-size: 2rem;
  font-weight: 700;
  color: var(--line);
  line-height: 1;
  margin-bottom: 0.4rem;
}

.why-item h3 { font-size: 0.95rem; font-weight: 600; color: var(--red); margin-bottom: 0.4rem; }
.why-item p { font-size: 0.85rem; color: var(--muted); line-height: 1.7; font-weight: 400; }

.division-photo {
  width: calc(100% + 7rem);
  margin: -4rem -3.5rem 2rem;
  height: 200px;
  overflow: hidden;
}

.division-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.bcard-photo-wrap {
  width: calc(100% + 5rem);
  margin: -2.5rem -2.5rem 1.5rem;
  height: 180px;
  overflow: hidden;
}

.bcard-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 960px) {
  .why-layout { grid-template-columns: 1fr; }
  .why-photo { position: relative; top: 0; height: 280px; }
  .service-card-photo { width: calc(100% + 3rem); margin: -1.5rem -1.5rem 1.2rem; }
  .division-photo { width: calc(100% + 3rem); margin: -4rem -1.5rem 2rem; }
}
.dictionary-section { padding: 5rem 0; }

.dictionary-search-wrap {
  max-width: 640px;
  margin: 0 auto 4rem;
}

.dictionary-search {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  width: 100%;
  padding: 1.1rem 1.5rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 2px;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.dictionary-search:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(111,19,20,0.08);
}

.dictionary-search::placeholder { color: var(--muted); }

.dictionary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.dictionary-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 2rem 2.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}

.dictionary-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 3px;
  background: var(--red);
  transition: width 0.35s ease;
}

.dictionary-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(111,19,20,0.1); }
.dictionary-card:hover::after { width: 100%; }

.dict-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  background: var(--red);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 2px;
  flex-shrink: 0;
}

.dictionary-card h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
}

.dictionary-card p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.8;
  font-weight: 400;
}

.dictionary-empty {
  display: none;
  text-align: center;
  padding: 3rem;
  color: var(--muted);
  font-style: italic;
}

@media (max-width: 960px) {
  .dictionary-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .dictionary-grid { grid-template-columns: 1fr; }
}
.page-hero {
  padding: 10rem 0 6rem;
  background: linear-gradient(135deg, var(--ink) 0%, var(--red-dark) 100%);
  color: var(--white);
  text-align: center;
}

.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.page-hero p {
  font-size: 1rem;
  color: rgba(255,255,255,0.6);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.8;
  font-weight: 400;
}

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-tag { animation: fadeUp 0.7s ease 0.1s both; }
.hero h1 { animation: fadeUp 0.7s ease 0.25s both; }
.hero-desc { animation: fadeUp 0.7s ease 0.4s both; }
.hero-actions { animation: fadeUp 0.7s ease 0.55s both; }
.hero-card { animation: fadeUp 0.7s ease 0.4s both; }

/* ── MOBILE ── */
@media (max-width: 960px) {
  .topbar-inner, .menubar-inner { padding: 0 1.5rem; }
  .menubar, .topbar-tools, .brand-slogan { display: none; }
  .nav-toggle { display: flex; }
  html { scroll-padding-top: 84px; }

  .hero { padding: 100px 1.5rem 4rem; }
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero-card { display: none; }

  .section-wrap { padding: 0 1.5rem; }
  .ribbon { padding: 1rem 1.5rem; }

  .about { padding: 5rem 0; }
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }

  .services { padding: 5rem 0; }
  .services-header { grid-template-columns: 1fr; gap: 1.5rem; }
  .services-grid { grid-template-columns: 1fr; }

  .divisions { grid-template-columns: 1fr; }
  .division { padding: 4rem 1.5rem; }

  .why { padding: 5rem 0; }
  .why-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }

  .newsletter { padding: 4rem 0; }
  .newsletter-inner { grid-template-columns: 1fr; gap: 2.5rem; }

  .contact { padding: 5rem 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }

  .business { padding: 5rem 0; }
  .business-grid { grid-template-columns: 1fr; }

  footer { padding: 2rem 1.5rem; flex-direction: column; text-align: center; }
  .page-hero { padding: 8rem 1.5rem 4rem; }
}

@media (max-width: 600px) {
  .why-grid { grid-template-columns: 1fr; }
}
