/* ============================================================
   LANDING PAGE — skupni CSS za vse podstrani
   ============================================================ */

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

/* === DESIGN TOKENS === */
:root {
  --white:         #F7F7F5;
  --off-white:     #EEECEB;
  --black:         #1A1A18;
  --dark:          #111110;
  --gray-dark:     #2E2E2C;
  --gray-mid:      #6A6A68;
  --gray-light:    #9A9A98;
  --gray-border:   #D4D4D2;
  --gray-subtle:   #E5E4E2;

  --font-display:  'Cormorant Garant', Georgia, 'Times New Roman', serif;
  --font-body:     'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;

  --nav-height:    72px;
  --section-pad:   112px;
  --container-max: 1320px;
  --container-pad: clamp(24px, 5vw, 80px);

  --radius-sm:     4px;
  --radius-md:     8px;
  --radius-lg:     12px;

  --ease:          cubic-bezier(0.4, 0, 0.2, 1);
  --transition:    all 0.3s var(--ease);
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--black);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, video { display: block; max-width: 100%; }
.lp-hero-image img,
.lp-type-img img,
.lp-contact-img,
.lp-footer img { height: 100%; object-fit: cover; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }

/* === UTILITIES === */
.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-pad);
}
.section-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gray-light);
  margin-bottom: 20px;
}
.section-tag--light { color: rgba(255,255,255,0.45); }
.section-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 80px;
}
.section-header h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 400;
  line-height: 1.08;
  color: var(--black);
  margin-bottom: 20px;
}
.section-header p {
  font-size: 15px;
  color: var(--gray-mid);
  line-height: 1.75;
}
.mt-btn { margin-top: 36px; }

/* === BUTTONS === */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 34px;
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: var(--transition);
  cursor: pointer;
  white-space: nowrap;
}
.btn-primary {
  background: var(--black);
  color: var(--white);
  border: 2px solid var(--black);
}
.btn-primary:hover { background: var(--gray-dark); border-color: var(--gray-dark); transform: translateY(-1px); }
.btn-dark {
  background: var(--black);
  color: var(--white);
  border: 2px solid var(--black);
}
.btn-dark:hover { background: var(--gray-dark); border-color: var(--gray-dark); transform: translateY(-1px); }
.btn-submit {
  width: 100%;
  background: var(--black);
  color: var(--white);
  border: 2px solid var(--black);
  padding: 17px 34px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-radius: var(--radius-md);
  transition: var(--transition);
  cursor: pointer;
}
.btn-submit:hover:not(:disabled) { background: var(--gray-dark); transform: translateY(-1px); }
.btn-submit:disabled { opacity: 0.7; cursor: default; }

/* === GLOBAL FONT STYLE === */
h1, h2, h4 { font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, system-ui, sans-serif !important; font-weight: 700 !important; }
* { text-transform: uppercase !important; }
p, li, .lp-hero-lead, .lp-hero-sub, .lp-type-body p, .lp-step p, .faq-answer p, .lp-contact-lead, .lp-info-item span, .lp-info-item a { letter-spacing: 0.22em !important; color: var(--gray-light) !important; font-weight: 600 !important; }
.section-tag, .hero-tag { color: var(--black) !important; font-weight: 700 !important; font-size: 11px !important; }

/* === LOGO === */
/* ============================================================
   NAVBAR
   ============================================================ */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--nav-height);
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.5s var(--ease),
              border-color 0.5s var(--ease),
              box-shadow 0.5s var(--ease);
}
.nav-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-pad);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.logo {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--white);
  flex-shrink: 0;
}
.logo-brand { display: flex; align-items: center; gap: 12px; }
.logo-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: invert(1);
  flex-shrink: 0;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-back {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.25s ease;
  position: relative;
}
.nav-back::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background: white;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.nav-back:hover { color: var(--white); }
.nav-back:hover::after { transform: scaleX(1); }
.nav-cta {
  background: rgba(255, 255, 255, 0.15);
  color: var(--white);
  padding: 10px 22px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.nav-cta:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.7);
}

/* ============================================================
   HERO SPLIT
   ============================================================ */
.lp-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100vh;
}
.lp-hero-image {
  position: relative;
  overflow: hidden;
  background: var(--gray-subtle);
  height: 100%;
}
.lp-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.lp-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(var(--nav-height) + 40px) clamp(36px, 6vw, 96px) 80px;
  background: var(--white);
}
.hero-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gray-light);
  margin-bottom: 24px;
}
.lp-hero-content h1 {
  font-family: var(--font-display);
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 400;
  line-height: 1.0;
  color: var(--black);
  margin-bottom: 28px;
}
.lp-hero-lead {
  font-size: 16px;
  color: var(--black);
  line-height: 1.65;
  margin-bottom: 12px;
}
.lp-hero-sub {
  font-size: 14px;
  color: var(--gray-mid);
  line-height: 1.7;
  margin-bottom: 40px;
}

/* ============================================================
   STATS
   ============================================================ */
.lp-stats {
  padding: 56px 0;
  background: var(--gray-subtle);
  border-top: 1px solid var(--gray-border);
  border-bottom: 1px solid var(--gray-border);
}
.lp-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.lp-stat {
  padding: 40px 44px;
  text-align: center;
}
.lp-stat--center {
  border-left: 1px solid var(--gray-border);
  border-right: 1px solid var(--gray-border);
}
.lp-stat-number {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 300;
  color: var(--black);
  line-height: 1.0;
  margin-bottom: 10px;
}
.lp-stat-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gray-light);
  margin-bottom: 0;
}
.lp-stat p { display: none; }

/* ============================================================
   TYPES GRID
   ============================================================ */
.lp-types {
  padding: var(--section-pad) 0;
  background: var(--off-white);
}
.lp-types-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  background: #000;
  border: none;
}
.lp-type-card {
  background: #111;
  overflow: hidden;
  height: 320px;
  transition: background 0.25s var(--ease);
}
.lp-type-card:nth-child(1) {
  grid-column: span 2;
  height: 520px;
}
.lp-type-card--cta {
  grid-column: span 2;
  height: auto;
}
.lp-type-img {
  position: relative;
  height: 100%;
  aspect-ratio: unset;
  overflow: hidden;
  background: var(--gray-subtle);
}
.lp-type-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
  pointer-events: none;
}
.lp-type-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.lp-type-card:hover .lp-type-img img { transform: scale(1.04); }
.lp-type-label {
  position: absolute;
  bottom: 20px;
  left: 22px;
  right: 22px;
  z-index: 2;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-size: clamp(11px, 1.1vw, 14px);
  font-weight: 500;
  color: white;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
  margin: 0;
  line-height: 1.3;
}
.lp-type-body p {
  font-size: 13px;
  color: var(--gray-mid);
  line-height: 1.75;
}
.lp-type-card--cta {
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-type-card--cta:hover { background: var(--gray-dark); }
.lp-type-cta-inner {
  padding: 40px 36px;
  text-align: center;
}
.lp-type-card--cta .section-tag { color: rgba(255,255,255,0.4); }
.lp-type-card--cta h3 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 12px;
}
.lp-type-card--cta p {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin-bottom: 28px;
}
.lp-type-card--cta .btn-dark {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
}
.lp-type-card--cta .btn-dark:hover { background: var(--off-white); transform: translateY(-1px); }

/* ============================================================
   PROCESS
   ============================================================ */
.lp-process {
  padding: var(--section-pad) 0;
  background: var(--white);
}
.lp-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 0;
  max-width: 960px;
  margin: 0 auto;
}
.lp-step {
  padding: 0 24px;
  text-align: center;
}
.lp-step-num {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--gray-light);
  margin-bottom: 20px;
}
.lp-step h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 12px;
  line-height: 1.25;
}
.lp-step p {
  font-size: 13px;
  color: var(--gray-mid);
  line-height: 1.75;
}
.lp-step-divider {
  width: 1px;
  height: 80px;
  background: var(--gray-border);
  margin-top: 8px;
  align-self: start;
}

/* ============================================================
   GALLERY
   ============================================================ */
.lp-gallery {
  padding: var(--section-pad) 0;
  background: var(--off-white);
}
.lp-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 8px;
}
.lp-gallery-item {
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--gray-subtle);
}
.lp-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.lp-gallery-item:hover img { transform: scale(1.04); }
.lp-gallery-item--tall {
  grid-row: span 2;
  aspect-ratio: auto;
  min-height: 480px;
}
.lp-gallery-note {
  text-align: center;
  margin-top: 36px;
  font-size: 14px;
  color: var(--gray-mid);
  line-height: 1.7;
}
.lp-gallery-note strong { color: var(--black); font-weight: 500; }

/* ============================================================
   FAQ
   ============================================================ */
.lp-faq {
  padding: var(--section-pad) 0;
  background: var(--white);
}
.lp-faq-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}
.lp-faq-header h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  color: var(--black);
  margin-bottom: 16px;
  line-height: 1.1;
}
.lp-faq-header p {
  font-size: 14px;
  color: var(--gray-mid);
  line-height: 1.75;
}
.lp-faq-list { display: flex; flex-direction: column; }
.faq-item { border-top: 1px solid var(--gray-border); }
.faq-item:last-child { border-bottom: 1px solid var(--gray-border); }
.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 0;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  transition: color 0.2s;
}
.faq-question:hover { color: var(--gray-dark); }
.faq-icon {
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 300;
  color: var(--gray-light);
  transition: transform 0.3s var(--ease), color 0.2s;
  line-height: 1;
}
.faq-item.open .faq-icon {
  transform: rotate(45deg);
  color: var(--black);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s var(--ease);
}
.faq-item.open .faq-answer { max-height: 300px; }
.faq-answer p {
  padding: 0 0 24px;
  font-size: 14px;
  color: var(--gray-mid);
  line-height: 1.75;
}

/* ============================================================
   CONTACT
   ============================================================ */
.lp-contact {
  padding: var(--section-pad) 0;
  background: var(--black);
}
.lp-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}
.lp-contact-info h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1.1;
}
.lp-contact-lead {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  margin-bottom: 40px;
}
.lp-info-items { display: flex; flex-direction: column; gap: 24px; }
.lp-info-item { display: flex; flex-direction: column; gap: 4px; }
.lp-info-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}
.lp-info-item span,
.lp-info-item a {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
  transition: color 0.2s;
}
.lp-info-item a:hover { color: var(--white); }
.lp-contact-form-wrap h3 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 28px;
}
.lp-contact-form { display: flex; flex-direction: column; gap: 16px; }
.lp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lp-form-group { display: flex; flex-direction: column; gap: 6px; }
.lp-form-group label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}
.lp-form-group input,
.lp-form-group textarea {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-sm);
  padding: 13px 16px;
  font-size: 14px;
  color: var(--white);
  outline: none;
  transition: border-color 0.2s;
  resize: vertical;
}
.lp-form-group input::placeholder,
.lp-form-group textarea::placeholder { color: rgba(255,255,255,0.25); }
.lp-form-group input:focus,
.lp-form-group textarea:focus { border-color: rgba(255,255,255,0.4); }
.lp-privacy-note {
  font-size: 11px;
  color: rgba(255,255,255,0.3);
  line-height: 1.6;
  margin-top: 4px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.lp-footer {
  padding: 32px 0;
  background: var(--dark);
  border-top: 1px solid rgba(255,255,255,0.06);
}
.lp-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.lp-footer-logo { color: var(--white); }
.lp-footer-copy {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
}
.lp-footer-nav { display: flex; gap: 28px; }
.lp-footer-nav a {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  transition: color 0.2s;
}
.lp-footer-nav a:hover { color: rgba(255,255,255,0.8); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .lp-hero { grid-template-columns: 1fr; min-height: auto; }
  .lp-hero-image { height: 55vw; min-height: 320px; }
  .lp-hero-content { padding: 56px clamp(24px, 5vw, 60px); }
  .lp-hero-content h1 { font-size: clamp(44px, 8vw, 72px); }

  .lp-types-grid { grid-template-columns: repeat(2, 1fr); }

  .lp-faq-inner { grid-template-columns: 1fr; gap: 48px; }

  .lp-contact-grid { grid-template-columns: 1fr; gap: 56px; }
}

@media (max-width: 768px) {
  :root {
    --section-pad: 80px;
    --font-display: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  }
  .lp-hero-content h1 { font-size: clamp(28px, 8vw, 36px) !important; white-space: nowrap !important; text-align: center !important; order: 1; }
  .lp-hero-content .btn { order: 2; margin-top: 16px; }
  .lp-hero-content .lp-hero-lead { order: 3; margin-top: 32px; }
  .lp-hero-content .lp-hero-sub { order: 4; }
  p, li, .lp-hero-lead, .lp-hero-sub, .lp-type-body p, .lp-step p, .faq-answer p, .lp-contact-lead, .lp-info-item span, .lp-info-item a { font-size: 10px !important; }
  html, body { overflow-x: hidden; }

  .nav-back { display: none; }
  .lp-hero-content .hero-tag { display: none; }

  .lp-stats-grid { grid-template-columns: 1fr; }
  .lp-stat--center { border-left: none; border-right: none; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); }

  .lp-type-card { height: 200px; }
  .lp-type-card:nth-child(1) { height: 340px; }
  .lp-type-label {
    font-size: 9px;
    letter-spacing: 0.28em;
    bottom: 14px;
    left: 16px;
    right: 16px;
  }

  .lp-steps { grid-template-columns: 1fr; }
  .lp-step-divider { width: 40px; height: 1px; margin: 0 auto; }

  .lp-gallery-grid { grid-template-columns: 1fr 1fr; }
  .lp-gallery-item--tall { grid-row: span 1; min-height: auto; }

  .lp-form-row { grid-template-columns: 1fr; }

  .lp-footer-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
}

@media (max-width: 480px) {
  :root { --section-pad: 52px; }

  /* Hero */
  .lp-hero-image { height: 65vh; min-height: 300px; }
  .lp-hero-content { padding: 36px 20px 48px; }
  .lp-hero-content h1 { font-size: clamp(28px, 8vw, 36px) !important; margin-bottom: 20px; white-space: nowrap !important; }
  .lp-hero-lead { font-size: 14px; }
  .lp-hero-sub { font-size: 13px; margin-bottom: 28px; }

  /* Stats */
  .lp-stat { padding: 28px 20px; }

  /* Types */
  .lp-type-cta-inner { padding: 32px 24px; }

  /* Steps */
  .lp-step { padding: 0 12px; }
  .lp-step h3 { font-size: 19px; }

  /* Gallery */
  .lp-gallery-grid { grid-template-columns: 1fr; }

  /* FAQ */
  .lp-faq-inner { gap: 32px; }
  .faq-question { font-size: 16px; padding: 18px 0; }
  .lp-faq-header h2 { font-size: clamp(26px, 7vw, 36px); }

  /* Contact */
  .lp-contact-grid { gap: 36px; }
  .lp-contact-info h2 { font-size: clamp(28px, 8vw, 40px); }

  /* Footer */
  .lp-footer-nav { flex-wrap: wrap; gap: 16px; }

  /* Section header */
  .section-header { margin-bottom: 40px; }
  .section-header h2 { font-size: clamp(26px, 8vw, 40px); }
}

/* ============================================================
   GLASS LIST — Seznam vrst stekla
   ============================================================ */

.glass-list {
  background: var(--off-white);
  border-top: 1px solid var(--gray-border);
}

.glass-list-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--gray-border);
}

.glass-list-col {
  padding: 56px 48px 64px;
  border-right: 1px solid var(--gray-border);
}
.glass-list-col:last-child { border-right: none; }

.glass-list-title {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase !important;
  color: var(--gray-light) !important;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray-border);
}

.glass-list-items {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.glass-list-items li {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: var(--black) !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  padding: 11px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  line-height: 1.3;
}
.glass-list-items li:last-child { border-bottom: none; }

.glass-list-note {
  font-weight: 400 !important;
  color: var(--gray-light) !important;
  font-size: 10px !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  display: block;
  margin-top: 2px;
}

@media (max-width: 900px) {
  .glass-list-inner { grid-template-columns: 1fr; }
  .glass-list-col {
    border-right: none;
    border-bottom: 1px solid var(--gray-border);
    padding: 40px 32px 48px;
  }
  .glass-list-col:last-child { border-bottom: none; }
}

@media (max-width: 560px) {
  .glass-list-col { padding: 32px 20px 40px; }
  .glass-list-items li { font-size: 12px !important; }
}

/* ============================================================
   KOLAŽ SISTEMOV VRAT
   ============================================================ */

.vrata-kolaz {
  background: var(--white);
  padding-bottom: 64px;
}

.vrata-kolaz-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 56px var(--container-pad) 36px;
}

.vrata-kolaz-eyebrow {
  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: var(--gray-light) !important;
}

.vrata-kolaz-tagline {
  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: var(--gray-light) !important;
  text-align: right;
  line-height: 1.8;
}

.vrata-kolaz-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3px;
  width: 100%;
}

.vrata-kolaz-item {
  display: flex;
  flex-direction: column;
  cursor: default;
}

.vrata-kolaz-img-wrap {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  width: 100%;
}

.vrata-kolaz-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.vrata-kolaz-item:hover .vrata-kolaz-img-wrap img {
  transform: scale(1.04);
}

.vrata-kolaz-caption {
  padding: 20px 20px 0;
  border-top: 1px solid var(--gray-border);
  margin-top: 16px;
}

.vrata-kolaz-caption h3 {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: var(--black) !important;
  margin-bottom: 10px;
}

.vrata-kolaz-caption p {
  font-size: 11px !important;
  line-height: 1.75 !important;
  color: var(--gray-mid) !important;
  letter-spacing: 0.04em !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

.vrata-kolaz-note {
  font-size: 10px !important;
  color: var(--gray-light) !important;
  letter-spacing: 0.06em !important;
  font-weight: 400 !important;
  text-align: center !important;
  padding: 28px var(--container-pad) 0;
  text-transform: none !important;
  font-style: italic;
}

@media (max-width: 768px) {
  .vrata-kolaz-header { padding: 40px var(--container-pad) 24px; }
  .vrata-kolaz-caption p { font-size: 10px !important; }
}

@media (max-width: 560px) {
  .vrata-kolaz-grid {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .vrata-kolaz-img-wrap {
    aspect-ratio: 4 / 3;
  }
  .vrata-kolaz-header {
    flex-direction: column;
    gap: 6px;
    padding: 32px var(--container-pad) 20px;
  }
  .vrata-kolaz-tagline { text-align: left; }
}

.vrata-cta {
  background: var(--white);
  padding: 72px var(--container-pad);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 480px) {
  .vrata-cta { padding: 52px var(--container-pad); }
}

/* ============================================================
   SCROLL ANIMATIONS — landing pages
   ============================================================ */

.sx {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.sx.on {
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.sy {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.sy.on {
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.su {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.su.on {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
