/* ============================================
   KUSHNIR SITE — Global Styles
   v1.0 — static rebuild (no WordPress)
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body, html {
  font-family: 'Inter', sans-serif;
  background: #fff;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }

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

.kushnir-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  background: #fff;
  font-family: 'Inter', sans-serif;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.ik-nav {
  display: flex;
  align-items: center;
}

.ik-nav-link {
  font-size: 14px;
  color: #1a1a1a;
  text-decoration: none;
  margin: 0 16px;
  position: relative;
  white-space: nowrap;
}

.ik-nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #1a1a1a;
  transition: width 0.3s ease, left 0.3s ease;
}

.ik-nav-link:hover::after { width: 100%; left: 0; }

.ik-nav-lang {
  position: relative;
  cursor: pointer;
  user-select: none;
  padding: 10px 0;
  margin: 0 16px;
}

.ik-lang-current {
  font-size: 14px;
  color: #1a1a1a;
  padding: 4px 8px;
}

.ik-lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 4px 0;
  min-width: 70px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  z-index: 100;
}

.ik-nav-lang::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 10px;
}

.ik-lang-dropdown a {
  display: block;
  padding: 8px 20px;
  font-size: 14px;
  color: #1a1a1a;
  text-decoration: none;
  transition: background 0.2s;
}

.ik-lang-dropdown a:hover { background: #f5f5f5; }
.ik-nav-lang:hover .ik-lang-dropdown { display: block; }

.ik-nav-cta {
  border: 1px solid #1a1a1a;
  padding: 8px 20px;
  font-size: 14px;
  color: #1a1a1a;
  text-decoration: none;
  margin-left: 8px;
  white-space: nowrap;
  transition: all 0.3s;
}

.ik-nav-cta:hover { background: #1a1a1a; color: #fff; }

.ik-nav-close { display: none; }

.ik-burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.ik-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #1a1a1a;
}

/* ============================================
   SECTION LABELS
   ============================================ */

.ik-sl {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 60px 0 30px;
}

.ik-dot { font-size: 8px; margin-top: 8px; line-height: 1; }

.ik-sl h2 {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
}

/* ============================================
   HOMEPAGE
   ============================================ */

.ik-page {
  font-family: 'Inter', sans-serif;
  color: #1a1a1a;
  background: #fff;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}

.ik-hero {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  padding: 70px 0 100px;
}

.ik-hero-img { flex: 0 0 38%; }
.ik-hero-img img { width: 100%; height: auto; }

.ik-hero-text { flex: 1; padding-top: 10px; }

.ik-hero-text h1 {
  font-size: 56px;
  font-weight: 900;
  line-height: 1.08;
  color: #1a1a1a;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}

.ik-hero-text .ik-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  line-height: 1.6;
  max-width: 520px;
}

.ik-about {
  display: flex;
  gap: 60px;
  padding: 60px 0 80px;
}

.ik-about-label {
  flex: 0 0 30%;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.ik-about-label h2 {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin: 0;
}

.ik-about-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  font-style: italic;
}

.ik-cards-header {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 60px 0 30px;
}

.ik-cards-header h2 {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
}

.ik-card {
  display: flex;
  gap: 0;
  padding: 45px 0;
  border-top: 1px solid #e0e0e0;
}

.ik-card:last-of-type { border-bottom: 1px solid #e0e0e0; }

.ik-card-left { flex: 0 0 22%; padding-right: 20px; }

.ik-card-num {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.ik-card-title {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.25;
}

.ik-card-mid {
  flex: 0 0 30%;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ik-card-desc { font-size: 15px; line-height: 1.6; color: #555; }

.ik-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border: 1px solid #c0c0c0;
  background: transparent;
  color: #1a1a1a;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s;
  margin-top: 30px;
  align-self: flex-start;
}

.ik-card-btn:hover { background: #1a1a1a; color: #fff; border-color: #1a1a1a; }

.ik-card-right { flex: 1; overflow: hidden; }
.ik-card-right img { width: 100%; height: 240px; object-fit: cover; transition: transform 0.5s ease; }
.ik-card-right:hover img { transform: scale(1.04); }
.ik-card.ik-card-tall .ik-card-right img { height: 360px; }

/* ============================================
   CONTACT FORM
   ============================================ */

.ik-contact-wrap {
  background: #f5f5f5;
  margin: 0 -40px;
  padding: 80px 40px;
}

.ik-contact { max-width: 1240px; margin: 0 auto; }

.ik-contact h2 {
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  color: #1a1a1a;
  line-height: 1.1;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.ik-form { max-width: 640px; margin: 0 auto; }

.ik-form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.ik-form input,
.ik-form textarea,
.ik-ct-form input,
.ik-ct-form textarea {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid #ddd;
  background: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #1a1a1a;
  outline: none;
  border-radius: 0;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.ik-form input::placeholder,
.ik-form textarea::placeholder,
.ik-ct-form input::placeholder,
.ik-ct-form textarea::placeholder { color: #999; }

.ik-form input:focus,
.ik-form textarea:focus,
.ik-ct-form input:focus,
.ik-ct-form textarea:focus {
  border-color: #e07040;
  box-shadow: 0 0 0 3px rgba(224,112,64,0.1);
}

.ik-form textarea,
.ik-ct-form textarea {
  height: 130px;
  resize: vertical;
  margin-bottom: 16px;
  display: block;
}

.ik-form-submit { text-align: center; }

.ik-form-submit button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 36px;
  background: #e07040;
  color: #fff;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.ik-form-submit button:hover {
  background: #c55e35;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(224,112,64,0.3);
}

.ik-form-success {
  text-align: center;
  color: #2a7a2a;
  font-size: 16px;
  padding: 16px;
  background: #eafaea;
  border-radius: 6px;
  margin-top: 16px;
  display: none;
}

.ik-form-error {
  text-align: center;
  color: #a02020;
  font-size: 15px;
  padding: 12px;
  background: #faeaea;
  border-radius: 6px;
  margin-top: 16px;
  display: none;
}

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

.ik-footer-wrap {
  background: #f5f5f5;
  margin: 0 -40px;
  padding: 60px 40px 40px;
}

.ik-footer {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
}

.ik-footer-spacer { flex: 1; }

.ik-footer-col { margin-left: 80px; }

.ik-footer-col h4 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1a1a1a;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  margin-top: 0;
}

.ik-footer-col ul { list-style: none; padding: 0; margin: 0; }
.ik-footer-col ul li { margin-bottom: 14px; }

.ik-footer-col ul li a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
  transition: color 0.2s, padding-left 0.2s;
}

.ik-footer-col ul li a:hover { color: #1a1a1a; padding-left: 4px; }

/* ============================================
   BIOGRAPHY
   ============================================ */

.ik-bio {
  font-family: 'Inter', sans-serif;
  color: #1a1a1a;
  background: #fff;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}

.ik-bio-hero {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  padding: 70px 0 80px;
}

.ik-bio-hero-text { flex: 1; }

.ik-bio-hero-text h1 {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  margin-top: 0;
}

.ik-bio-hero-text .ik-bio-sub {
  font-size: 18px;
  color: #555;
  line-height: 1.5;
  font-style: italic;
}

.ik-bio-hero-text .ik-bio-intro {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  margin-top: 24px;
  margin-bottom: 0;
}

.ik-bio-hero-img { flex: 0 0 42%; }
.ik-bio-hero-img img { width: 100%; height: auto; }

.ik-bio-section-label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 60px 0 30px;
}

.ik-bio-section-label h2 {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
}

.ik-bio-milestone {
  padding: 40px 0;
  border-top: 1px solid #e0e0e0;
}

.ik-bio-milestone:last-of-type { border-bottom: 1px solid #e0e0e0; }

.ik-bio-milestone h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 16px;
  margin-top: 0;
}

.ik-bio-milestone p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 12px;
}

.ik-bio-milestone ul { list-style: none; margin: 16px 0; padding: 0; }

.ik-bio-milestone ul li {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  padding: 6px 0;
}

.ik-bio-milestone ul li strong { color: #1a1a1a; }

.ik-bio-awards { margin-top: 30px; }

.ik-bio-awards h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
  margin-top: 0;
}

.ik-bio-mountain { padding: 20px 0; border-top: 1px solid #f0f0f0; }
.ik-bio-mountain:first-of-type { border-top: none; }

.ik-mountain-date { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.ik-mountain-name { font-size: 18px; font-weight: 700; margin-bottom: 4px; }
.ik-mountain-desc { font-size: 14px; color: #666; }

.ik-bio-facts {
  display: flex;
  gap: 40px;
  padding: 50px 0;
}

.ik-bio-fact { flex: 1; }

.ik-fact-num {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.ik-bio-fact p { font-size: 15px; line-height: 1.6; color: #444; margin: 0; }

.ik-bio-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 40px 0 60px;
}

.ik-bio-photos img { width: 100%; height: 300px; object-fit: cover; }

/* ============================================
   KYIVMISKBUD
   ============================================ */

.ik-kmb {
  font-family: 'Inter', sans-serif;
  color: #1a1a1a;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}

.ik-kmb-hero {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  padding: 70px 0 80px;
}

.ik-kmb-hero-text { flex: 1; }

.ik-kmb-hero-text h1 {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0;
}

.ik-kmb-hero-img { flex: 0 0 42%; }
.ik-kmb-hero-img img { width: 100%; height: auto; }

.ik-section-label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 60px 0 30px;
}

.ik-section-label h2 {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
}

.ik-kmb-block {
  padding: 40px 0;
  border-top: 1px solid #e0e0e0;
}

.ik-kmb-block:last-of-type { border-bottom: 1px solid #e0e0e0; }

.ik-kmb-block h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 16px;
  margin-top: 0;
}

.ik-kmb-block p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 12px;
}

.ik-kmb-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 30px 0 60px;
}

.ik-kmb-result {}
.ik-res-num { font-size: 14px; font-weight: 700; margin-bottom: 10px; }
.ik-kmb-result p { font-size: 15px; line-height: 1.6; color: #444; margin: 0; }
.ik-kmb-result p strong { color: #1a1a1a; }

.ik-kmb-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 20px 0 60px;
}

.ik-kmb-photos img { width: 100%; height: 300px; object-fit: cover; }

/* ============================================
   MOUNTAIN CLIMBING
   ============================================ */

.ik-cl {
  font-family: 'Inter', sans-serif;
  color: #1a1a1a;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}

.ik-cl-hero { padding: 70px 0 20px; }

.ik-cl-hero h1 {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}

.ik-cl-sub { font-size: 18px; color: #555; font-style: italic; margin: 0; }

.ik-cl-intro { padding: 20px 0 40px; max-width: 800px; }

.ik-cl-intro p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 12px;
}

.ik-cl-peaks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-bottom: 60px;
}

.ik-cl-peak {
  padding: 24px;
  border: 1px solid #e8e8e8;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.ik-cl-peak:hover {
  border-color: #ccc;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  transform: translateY(-4px);
}

.ik-cl-peak-cat {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #888;
  margin-bottom: 10px;
}

.ik-cl-peak h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 8px;
}

.ik-cl-peak-date {
  font-size: 13px;
  color: #888;
  margin-bottom: 10px;
}

.ik-cl-peak p { font-size: 14px; line-height: 1.6; color: #555; margin: 0; }

.ik-cl-article { padding: 40px 0 60px; max-width: 800px; }

.ik-cl-article h3 {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 20px;
}

.ik-cl-article p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 16px;
}

.ik-cl-facts {
  display: flex;
  gap: 40px;
  padding: 50px 0;
}

.ik-cl-fact { flex: 1; }
.ik-cl-fact .ik-fn { font-size: 14px; font-weight: 700; margin-bottom: 10px; }
.ik-cl-fact p { font-size: 15px; line-height: 1.6; color: #444; margin: 0; }

.ik-cl-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 20px 0 40px;
}

.ik-cl-photos img { width: 100%; height: 260px; object-fit: cover; transition: transform 0.4s; }
.ik-cl-photos img:hover { transform: scale(1.02); }

.ik-cl-certs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding: 20px 0 60px;
}

.ik-cl-certs img {
  width: 100%;
  height: auto;
  transition: transform 0.4s, box-shadow 0.4s;
  cursor: pointer;
}

.ik-cl-certs img:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  position: relative;
  z-index: 2;
}

/* ============================================
   GALLERY
   ============================================ */

.ik-gl {
  font-family: 'Inter', sans-serif;
  color: #1a1a1a;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}

.ik-gl-hero { padding: 70px 0 20px; }

.ik-gl-hero h1 {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}

.ik-gl-sub { font-size: 18px; color: #555; font-style: italic; margin: 0; }

.ik-gl-intro-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 40px 0 30px;
}

.ik-gl-intro-grid img { width: 100%; height: 200px; object-fit: cover; }

.ik-gl-text { padding: 10px 0 40px; max-width: 800px; }

.ik-gl-text h3 {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 16px;
}

.ik-gl-text p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 12px;
}

.ik-gl-cat { padding-bottom: 40px; }

.ik-gl-cat-sub {
  font-size: 15px;
  color: #666;
  margin: 0 0 20px;
  font-style: italic;
}

.ik-gl-cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.ik-gl-cat-grid.cols3 { grid-template-columns: repeat(3, 1fr); }

.ik-gl-cat-grid img { width: 100%; height: 220px; object-fit: cover; transition: transform 0.4s; }
.ik-gl-cat-grid img:hover { transform: scale(1.02); }

.ik-gl-facts {
  display: flex;
  gap: 40px;
  padding: 50px 0 60px;
}

.ik-gl-fact { flex: 1; }
.ik-fn { font-size: 14px; font-weight: 700; margin-bottom: 10px; }
.ik-gl-fact p { font-size: 15px; line-height: 1.6; color: #444; margin: 0; }

/* ============================================
   MEDIA / PUBLICATIONS
   ============================================ */

.ik-md {
  font-family: 'Inter', sans-serif;
  color: #1a1a1a;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}

.ik-md-hero { padding: 70px 0 20px; }

.ik-md-hero h1 {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0;
}

.ik-md-hero .ik-md-sub {
  font-size: 28px;
  font-weight: 800;
  margin: 8px 0 0;
}

.ik-md-intro {
  padding: 20px 0 10px;
  max-width: 700px;
}

.ik-md-intro p { font-size: 15px; line-height: 1.7; color: #444; margin: 0; }

.ik-md-cat-head {
  margin-bottom: 20px;
}

.ik-md-cat-head p { font-size: 15px; color: #666; font-style: italic; margin: 0; }

.ik-md-pub {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid #e0e0e0;
}

.ik-md-pub:last-of-type { border-bottom: 1px solid #e0e0e0; }

.ik-md-pub-text { flex: 1; }

.ik-md-pub-text h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 20px;
}

.ik-md-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  border: 1px solid #c0c0c0;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.25s;
}

.ik-md-btn:hover { background: #1a1a1a; color: #fff; border-color: #1a1a1a; }

.ik-md-pub-img { flex: 0 0 280px; overflow: hidden; }
.ik-md-pub-img img { width: 100%; height: 180px; object-fit: cover; transition: transform 0.4s; }
.ik-md-pub-img:hover img { transform: scale(1.04); }

.ik-md-quotes { padding: 30px 0 60px; }

.ik-md-quote {
  font-size: 18px;
  font-style: italic;
  line-height: 1.6;
  color: #1a1a1a;
  padding: 24px 0;
  border-top: 1px solid #e0e0e0;
  transition: opacity 0.3s;
}

.ik-md-quote:first-child { border-top: none; }
.ik-md-quote:hover { opacity: 0.7; }

.ik-md-photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 20px 0 60px;
}

.ik-md-photos img { width: 100%; height: 220px; object-fit: cover; }

.ik-md-facts {
  display: flex;
  gap: 40px;
  padding: 50px 0 60px;
}

.ik-md-fact { flex: 1; }
.ik-md-fact p { font-size: 15px; line-height: 1.6; color: #444; margin: 0; }

/* ============================================
   BLOG
   ============================================ */

.ik-blog {
  font-family: 'Inter', sans-serif;
  color: #1a1a1a;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}

.ik-blog-hero { padding: 70px 0 20px; }

.ik-blog-hero h1 {
  font-size: 52px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}

.ik-blog-hero p { font-size: 16px; color: #666; margin: 0; }

.ik-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 30px 0 60px;
}

.ik-blog-card {
  border: 1px solid #e8e8e8;
  transition: box-shadow 0.3s, transform 0.3s;
}

.ik-blog-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}

.ik-blog-card a { text-decoration: none; color: inherit; display: block; }

.ik-blog-card-img-wrap { overflow: hidden; }
.ik-blog-card-img { width: 100%; height: 220px; object-fit: cover; transition: transform 0.4s; }
.ik-blog-card:hover .ik-blog-card-img { transform: scale(1.04); }

.ik-blog-card-body { padding: 24px; }

.ik-blog-card-date { font-size: 13px; color: #999; margin-bottom: 10px; }

.ik-blog-card-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 1.3;
}

.ik-blog-card-excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 16px;
}

.ik-blog-card-btn {
  font-size: 14px;
  color: #e07040;
  font-weight: 500;
}

/* Blog post page */
.ik-post {
  font-family: 'Inter', sans-serif;
  color: #1a1a1a;
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 40px 80px;
}

.ik-post h1 {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
}

.ik-post .ik-post-date {
  font-size: 14px;
  color: #999;
  margin-bottom: 30px;
}

.ik-post-img { width: 100%; height: 400px; object-fit: cover; margin-bottom: 40px; }

.ik-post p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

.ik-post a.ik-post-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  margin-bottom: 40px;
  transition: color 0.2s;
}

.ik-post a.ik-post-back:hover { color: #1a1a1a; }

/* ============================================
   CONTACT PAGE
   ============================================ */

.ik-ct {
  font-family: 'Inter', sans-serif;
  color: #1a1a1a;
}

.ik-ct-main {
  background: #f5f5f5;
  padding: 80px 40px;
}

.ik-ct-inner {
  max-width: 640px;
  margin: 0 auto;
}

.ik-ct-inner h1 {
  font-size: 52px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 50px;
  text-transform: uppercase;
}

.ik-ct-form input,
.ik-ct-form textarea {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid #ddd;
  background: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #1a1a1a;
  outline: none;
  border-radius: 0;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.ik-ct-form .ik-form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.ik-ct-form textarea {
  height: 130px;
  resize: vertical;
  margin-bottom: 16px;
  display: block;
}

/* ============================================
   HOVER EFFECTS (desktop)
   ============================================ */

.ik-img-zoom { overflow: hidden; }
.ik-img-zoom img { transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.ik-img-zoom:hover img { transform: scale(1.06); }

/* ============================================
   RESPONSIVE — TABLET (< 960px)
   ============================================ */

@media (max-width: 1100px) {
  .ik-nav-link { margin: 0 10px; font-size: 13px; }
  .ik-nav-lang { margin: 0 10px; font-size: 13px; }
  .ik-nav-cta { font-size: 13px; padding: 7px 16px; }
}

@media (max-width: 960px) {
  .kushnir-header { justify-content: flex-start; padding: 16px 20px; }

  .ik-burger { display: flex; }

  .ik-nav {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    z-index: 9999;
  }

  .ik-nav.ik-nav-open { display: flex; }

  .ik-nav-link { font-size: 20px; margin: 14px 0; font-weight: 500; }
  .ik-nav-lang { font-size: 18px; margin: 14px 0; }
  .ik-nav-cta { font-size: 18px; padding: 12px 28px; margin: 20px 0 0; }

  .ik-nav-close {
    display: none;
    position: absolute;
    top: 16px; right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #1a1a1a;
    font-weight: 300;
    width: 44px; height: 44px;
    align-items: center;
    justify-content: center;
  }

  .ik-nav.ik-nav-open .ik-nav-close { display: flex; }

  .ik-page, .ik-bio, .ik-kmb, .ik-cl, .ik-gl, .ik-md, .ik-blog { padding: 0 24px; }

  .ik-hero { flex-direction: column; gap: 30px; padding: 40px 0 60px; }
  .ik-hero-img { flex: none; width: 100%; }
  .ik-hero-text h1 { font-size: 38px; }

  .ik-about { flex-direction: column; gap: 24px; }

  .ik-card { flex-direction: column; gap: 20px; }
  .ik-card-left, .ik-card-mid { flex: none; width: 100%; padding-right: 0; }
  .ik-card-right { flex: none; width: 100%; }
  .ik-card-right img { height: 220px; }

  .ik-bio-hero { flex-direction: column; gap: 30px; padding: 40px 0 50px; }
  .ik-bio-hero-img { flex: none; width: 100%; }
  .ik-bio-hero-text h1 { font-size: 34px; }
  .ik-bio-facts { flex-direction: column; gap: 24px; }
  .ik-bio-photos { grid-template-columns: 1fr 1fr; }

  .ik-kmb-hero { flex-direction: column; gap: 30px; padding: 40px 0 50px; }
  .ik-kmb-hero-img { flex: none; width: 100%; }
  .ik-kmb-hero-text h1 { font-size: 34px; }
  .ik-kmb-results { grid-template-columns: 1fr 1fr; }
  .ik-kmb-photos { grid-template-columns: 1fr 1fr; }

  .ik-cl-hero h1 { font-size: 34px; }
  .ik-cl-peaks { grid-template-columns: 1fr 1fr; }
  .ik-cl-facts { flex-direction: column; gap: 20px; }
  .ik-cl-photos { grid-template-columns: 1fr 1fr; }
  .ik-cl-certs { grid-template-columns: repeat(3, 1fr); }

  .ik-gl-hero h1 { font-size: 34px; }
  .ik-gl-intro-grid { grid-template-columns: 1fr 1fr; }
  .ik-gl-cat-grid, .ik-gl-cat-grid.cols3 { grid-template-columns: 1fr 1fr; }
  .ik-gl-facts { flex-direction: column; gap: 20px; }

  .ik-md-hero h1 { font-size: 34px; }
  .ik-md-hero .ik-md-sub { font-size: 22px; }
  .ik-md-pub { flex-direction: column; gap: 20px; }
  .ik-md-pub-img { flex: none; width: 100%; }
  .ik-md-photos { grid-template-columns: 1fr 1fr; }
  .ik-md-facts { flex-direction: column; gap: 20px; }

  .ik-blog-grid { grid-template-columns: 1fr; }

  .ik-post { padding: 40px 24px 60px; }
  .ik-post h1 { font-size: 32px; }

  .ik-ct-inner h1 { font-size: 34px; }
  .ik-ct-main { padding: 60px 24px; }

  .ik-footer { flex-direction: column; gap: 30px; }
  .ik-footer-spacer { display: none; }
  .ik-footer-col { margin-left: 0; }

  .ik-contact-wrap { margin: 0; padding: 60px 24px; }
  .ik-footer-wrap { margin: 0; padding: 40px 24px 30px; }
  .ik-contact h2 { font-size: 34px; }

  .ik-ct-main { margin: 0; }
  .ik-ct .ik-footer-wrap { margin: 0; }

  .ik-sl h2, .ik-section-label h2, .ik-bio-section-label h2, .ik-cards-header h2 { font-size: 22px; }
}

@media (max-width: 576px) {
  .ik-page, .ik-bio, .ik-kmb, .ik-cl, .ik-gl, .ik-md, .ik-blog { padding: 0 16px; }

  .ik-hero { padding: 30px 0 40px; }
  .ik-hero-text h1 { font-size: 28px; line-height: 1.15; }
  .ik-hero-text .ik-subtitle { font-size: 14px; }

  .ik-bio-hero, .ik-kmb-hero { padding: 30px 0 40px; }
  .ik-bio-hero-text h1, .ik-kmb-hero-text h1 { font-size: 26px; }

  .ik-cl-hero, .ik-gl-hero, .ik-md-hero { padding: 30px 0 20px; }
  .ik-cl-hero h1, .ik-gl-hero h1, .ik-md-hero h1 { font-size: 26px; }
  .ik-md-hero .ik-md-sub { font-size: 18px; }

  .ik-card { padding: 30px 0; }
  .ik-card-right img { height: 180px; }

  .ik-bio-photos { grid-template-columns: 1fr; }
  .ik-bio-photos img { height: 220px; }

  .ik-kmb-results { grid-template-columns: 1fr; gap: 20px; }
  .ik-kmb-photos { grid-template-columns: 1fr; }

  .ik-cl-peaks { grid-template-columns: 1fr; gap: 16px; }
  .ik-cl-photos { grid-template-columns: 1fr; }
  .ik-cl-certs { grid-template-columns: 1fr 1fr; gap: 8px; }

  .ik-gl-intro-grid { grid-template-columns: 1fr; }
  .ik-gl-cat-grid, .ik-gl-cat-grid.cols3 { grid-template-columns: 1fr; }

  .ik-md-photos { grid-template-columns: 1fr; }

  .ik-ct-inner h1 { font-size: 26px; }
  .ik-ct-main { padding: 60px 16px 50px; margin: 0; }

  .ik-contact-wrap { margin: 0; padding: 50px 16px; }
  .ik-contact h2 { font-size: 26px; }
  .ik-footer-wrap { margin: 0; padding: 30px 16px 20px; }
  .ik-ct .ik-footer-wrap { margin: 0; }

  .ik-form-row, .ik-ct-form .ik-form-row { flex-direction: column; }
  .ik-form-submit button, .ik-ct-form .ik-form-submit button { width: 100%; justify-content: center; }

  .ik-post { padding: 30px 16px 50px; }
  .ik-post h1 { font-size: 26px; }
  .ik-post-img { height: 250px; }

  .ik-sl h2, .ik-section-label h2, .ik-bio-section-label h2, .ik-cards-header h2 { font-size: 18px; }

  .ik-cl-peak:hover { transform: none; box-shadow: none; }
}

@media (max-width: 400px) {
  .ik-hero-text h1 { font-size: 24px; }
  .ik-bio-hero-text h1, .ik-kmb-hero-text h1 { font-size: 22px; }
  .ik-cl-hero h1, .ik-gl-hero h1, .ik-md-hero h1 { font-size: 22px; }
  .ik-md-hero .ik-md-sub { font-size: 16px; }
  .ik-ct-inner h1 { font-size: 22px; }
  .ik-contact h2 { font-size: 22px; }
  .ik-cl-certs { grid-template-columns: 1fr; }
}
