/* CRITICAL INLINE CSS - ABOVE THE FOLD ONLY */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scrollbar-gutter: stable; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif; background: #f6f6eb; color: #1a1a1a; overflow-x: hidden; line-height: 1.6; }

/* Header */
.lakum-header { background: #fff; border-bottom: 1px solid #e8e8e8; position: sticky; top: 0; z-index: 100; }
.lakum-header__container { max-width: 1600px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 60px); display: flex; align-items: center; justify-content: space-between; height: 80px; }
.lakum-logo { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.lakum-logo img { height: 50px; width: auto; display: block; }

/* Hero */
.lakum-hero { position: relative; width: 100%; height: 85vh; min-height: 600px; display: flex; align-items: center; justify-content: center; background: #1a1a1a; contain: layout style paint; }
.lakum-hero__image-wrapper { position: absolute; inset: 0; z-index: 1; overflow: hidden; }
.lakum-hero__image { width: 100%; height: 100%; object-fit: cover; display: block; }
.lakum-hero__overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.65) 100%); z-index: 2; }
.lakum-hero__content { position: relative; z-index: 3; text-align: center; color: #fff; max-width: 1400px; width: 90%; padding: 0 20px; }
.lakum-hero__title { font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 500; letter-spacing: -0.02em; line-height: 1.2; margin: 0 0 1.5rem 0; color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,0.3); }
.lakum-hero__subtitle { font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 300; line-height: 1.6; color: #fff; text-align: center; }

/* Mobile */
@media (max-width: 768px) {
  .lakum-header__container { height: 60px; }
  .lakum-hero { height: 60vh; min-height: 450px; }
}

@media (max-width: 1024px) {
  .lakum-header__container { height: 70px; padding: 0 30px; }
  .lakum-logo__left, .lakum-logo__right { height: 45px; }
  .lakum-nav__list { gap: 32px; }
  .lakum-nav__link { font-size: 14px; }
}

@media (max-width: 768px) {
  .lakum-header__container { height: 70px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; position: relative; }
  .lakum-header__mobile-toggle { display: flex !important; position: absolute; left: 20px; margin: 0; z-index: 1001; }
  .lakum-header__logo { position: absolute; left: 50%; transform: translateX(-50%); }
  .lakum-logo__left, .lakum-logo__right { height: 40px; }
  .lakum-language-switcher { position: absolute; right: 10px; left: auto; margin: 0; z-index: 1002; }
  
  .lakum-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background: #f6f6eb !important;
    padding: 100px 40px 40px !important;
    transform: translateX(-100%) !important;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.1) !important;
    overflow-y: auto !important;
    z-index: 1001 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    flex: none !important;
    justify-content: flex-start !important;
  }
  
  .lakum-nav::before {
    content: '' !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.3) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease !important;
    z-index: -1 !important;
  }
  
  .lakum-nav--active {
    transform: translateX(0) !important;
    z-index: 999 !important;
  }
  
  .lakum-nav--active::before {
    opacity: 1 !important;
    visibility: visible !important;
  }
  
  .lakum-nav__list { display: flex !important; flex-direction: column !important; align-items: center !important; gap: clamp(20px, 3vw, 48px) !important; list-style: none !important; margin: 0 !important; padding: 0 !important; width: 100% !important; }
  .lakum-nav__item { width: 100% !important; border-bottom: 1px solid rgba(209, 209, 209, 0.2) !important; text-align: center !important; }
  .lakum-nav__link { display: block !important; padding: 20px 0 !important; font-size: 18px !important; text-align: center !important; }
  
  .lakum-contact-fab { bottom: 24px !important; right: 24px !important; z-index: 1050 !important; }
  .lakum-contact-fab__trigger { width: 56px !important; height: 56px !important; }
  .lakum-contact-fab__icon, .lakum-contact-fab__close { font-size: 22px !important; }
  .lakum-contact-fab__item { width: 50px !important; height: 50px !important; font-size: 20px !important; }
  .lakum-contact-fab__menu { bottom: 70px !important; }
}

@media (max-width: 480px) {
  .lakum-header__container { height: 60px; padding: 0 20px; }
  .lakum-logo__left, .lakum-logo__right { height: 40px; }
  .lakum-nav { max-width: 100% !important; padding: 80px 30px 30px !important; }
  .lakum-contact-fab { bottom: 20px !important; right: 20px !important; }
  .lakum-contact-fab__trigger { width: 52px !important; height: 52px !important; }
  .lakum-contact-fab__icon, .lakum-contact-fab__close { font-size: 20px !important; }
  .lakum-contact-fab__item { width: 48px !important; height: 48px !important; font-size: 18px !important; }
  .lakum-contact-fab__item::before { display: none !important; }
}
