/* ============== Anasayfa (home) page-scoped styles ==============
 * Extracted from legacy/uludaginfocom-v1/index.html inline <style>
 * blocks. Loaded via apps/web/src/app/layout.tsx. Selectors are
 * page-scoped to .hero-slider, .block, body[data-page='home'] etc.
 * so they only apply on the home route. */

  /* Inlined to unblock First Paint — duplicates a slice of assets/styles.css.
     Keep tiny (~4KB) and limit to elements visible above the fold. */
  /* Bug Report 03.06 P2 — slider FOUT: Mark Pro optional (swap değil) +
     <head> preload → ilk paint'te font hazır, flash yok. */
  @font-face { font-family: 'Mark Pro'; src: url('/assets/fonts/MarkPro.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: optional; }
  @font-face { font-family: 'Mark Pro'; src: url('/assets/fonts/MarkPro-Bold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: optional; }
  @font-face { font-family: 'Mark Pro'; src: url('/assets/fonts/MarkPro-Black.woff2') format('woff2'); font-weight: 900; font-style: normal; font-display: optional; }
  @font-face { font-family: 'Mark Pro'; src: url('/assets/fonts/MarkPro-HeavyItalic.woff2') format('woff2'); font-weight: 900; font-style: italic; font-display: optional; }
  @font-face { font-family: 'Gotham';   src: url('/assets/fonts/Gotham.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
  :root {
    --u-blue:#2C8BB4; --u-teal:#3CA89A; --u-yellow:#F5C42F; --u-fuchsia:#E5126D;
    --u-black:#0A0A0A; --u-snow:#FAFCFE; --u-slate:#1F2937;
  }
  *{box-sizing:border-box}
  html,body{margin:0;padding:0}
  body{font-family:'Gotham','Helvetica Neue',Helvetica,Arial,sans-serif;background:var(--u-snow);color:var(--u-slate);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}
  img{max-width:100%;display:block}
  a{color:inherit;text-decoration:none}
  button{font-family:inherit;cursor:pointer}
  .wrap{max-width:1320px;margin:0 auto;padding:0 40px}
  h1,h2,h3,h4{font-family:'Mark Pro','Helvetica Neue',Arial,sans-serif;color:var(--u-black);margin:0;letter-spacing:-0.01em}
  .site-header{position:sticky;top:0;z-index:50;background:var(--u-black);color:#fff;border-bottom:3px solid var(--u-yellow)}
  .site-header .inner{display:flex;align-items:center;gap:28px;max-width:1320px;margin:0 auto;padding:14px 40px}
  .brand{display:flex;align-items:center;gap:12px}
  .head-actions{display:flex;gap:8px;align-items:center}
  .icon-btn{width:36px;height:36px;border-radius:999px;background:rgba(255,255,255,0.08);border:0;color:#fff;display:grid;place-items:center}
  .hamburger-btn{display:none;width:40px;height:40px;border-radius:10px;background:rgba(255,255,255,0.08);border:0;color:#fff;align-items:center;justify-content:center;padding:0}
  .hamburger-btn .bar{display:block;width:20px;height:2px;background:#fff;border-radius:2px;position:relative}
  .hamburger-btn .bar::before,.hamburger-btn .bar::after{content:'';position:absolute;left:0;right:0;height:2px;background:#fff;border-radius:2px}
  .hamburger-btn .bar::before{top:-6px}.hamburger-btn .bar::after{top:6px}
  @media (max-width:1024px){.site-header .nav-v2{display:none}.site-header .head-actions{margin-left:auto}.hamburger-btn{display:flex}}
  .hero{position:relative;overflow:hidden;min-height:720px;border-bottom:3px solid var(--u-black);background:#0a1622}
  .hero .bg{position:absolute;inset:0;background-position:center;background-size:cover}
  .hero .inner{position:relative;z-index:2;max-width:1440px;margin:0 auto;padding:56px 40px 64px;min-height:720px;display:flex;flex-direction:column;justify-content:space-between}
  .live-stats{position:absolute;top:50%;right:40px;transform:translateY(-50%);z-index:5;display:flex;flex-direction:column;gap:10px;align-items:flex-end;width:240px}
  .stat-pill{background:rgba(255,255,255,0.95);border:2px solid var(--u-black);border-radius:14px;padding:12px 16px;min-width:170px;width:100%;box-sizing:border-box}
  @media (max-width:480px){
    .hero{min-height:540px}
    .hero .inner{padding:40px 16px 200px;min-height:540px}
    .live-stats{position:absolute;top:auto;left:0;right:0;bottom:76px;transform:none;width:auto;flex-direction:row;flex-wrap:nowrap;gap:8px;padding:0 16px;overflow-x:auto;align-items:stretch}
    .stat-pill{min-width:150px;width:auto;flex-shrink:0}
  }
  .nav-drawer{position:fixed;inset:0;z-index:90;pointer-events:none;visibility:hidden}
  body.nav-locked{overflow:hidden}

/* ---- index block #2 ---- */
  /* ===== Hero slider ===== */
  .hero-slider .hero-slides { position: absolute; inset: 0; }
  .hero-slider .hs-slide {
    position: absolute; inset: 0;
    opacity: 0; visibility: hidden;
    transition: opacity 700ms ease;
    z-index: 1;
  }
  .hero-slider .hs-slide.is-active { opacity: 1; visibility: visible; z-index: 2; }
  .hero-slider .hs-slide .bg { position: absolute; inset: 0; z-index: 1; }
  .hero-slider .hs-slide .hs-grad {
    position: absolute; inset: 0; z-index: 2;
    background: linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.0) 35%, rgba(0,0,0,0.55) 100%);
  }
  .hero-slider .hs-slide .inner { position: relative; z-index: 3; }
  .hero-slider .snow { z-index: 4; }
  .hero-slider .live-stats { z-index: 5; }
  .hero-slider .scroll-cue { z-index: 5; }
  .hero-slider .hs-controls { z-index: 6; }
  .hero-slider .scroll-cue {
    left: 50%; right: auto;
    transform: translateX(-50%);
    bottom: 8px;
  }

  .hero-slider .eyebrow {
    display: inline-block;
    font-family: 'Mark Pro', sans-serif; font-weight: 900; font-style: italic;
    font-size: 12px; letter-spacing: 0.26em; text-transform: uppercase;
    color: var(--u-yellow);
    background: rgba(0,0,0,0.36); backdrop-filter: blur(4px);
    border: 1.5px solid rgba(245,196,47,0.5);
    padding: 7px 14px; border-radius: 999px;
    margin-bottom: 16px;
  }

  /* Slide entrance reveal */
  .hero-slider .hs-slide .top-left > * {
    opacity: 0; transform: translateY(14px);
    transition: opacity 600ms ease, transform 600ms ease;
  }
  .hero-slider .hs-slide.is-active .top-left .eyebrow   { opacity: 1; transform: none; transition-delay: 120ms; }
  .hero-slider .hs-slide.is-active .top-left h1         { opacity: 1; transform: none; transition-delay: 220ms; }
  .hero-slider .hs-slide.is-active .top-left .sub       { opacity: 1; transform: none; transition-delay: 360ms; }
  /* CMS-driven slides use .hs-overlay + .hs-cta instead of .eyebrow/h1/sub */
  .hero-slider .hs-slide.is-active .top-left .hs-overlay { opacity: 1; transform: none; transition-delay: 120ms; }
  .hero-slider .hs-slide.is-active .top-left .hs-cta    { opacity: 1; transform: none; transition-delay: 380ms; }
  .hero-slider .hs-slide .bottom-right { opacity: 0; transform: translateY(14px); transition: opacity 600ms ease 460ms, transform 600ms ease 460ms; }
  .hero-slider .hs-slide.is-active .bottom-right { opacity: 1; transform: none; }

  /* CMS-driven slides — align overlay left/center/right inside .inner.
     The V1 hardcoded fallback uses .top-left so the default align-center
     here lands roughly where the hardcoded fallback already sat. */
  .hero-slider .hs-slide .hs-overlay { color: #fff; max-width: 720px; }
  /* H1: büyük başlık — max 32px */
  .hero-slider .hs-slide .hs-overlay h1 { font-family: 'Mark Pro', sans-serif; font-weight: 800; font-size: clamp(20px, 2.6vw, 32px); line-height: 1.1; letter-spacing: -0.01em; margin: 0 0 8px; }
  /* H2: orta başlık — max 26px */
  .hero-slider .hs-slide .hs-overlay h2 { font-family: 'Mark Pro', sans-serif; font-weight: 700; font-size: clamp(18px, 2.2vw, 26px); line-height: 1.2; letter-spacing: -0.01em; margin: 0 0 8px; }
  /* H3: küçük başlık — max 22px */
  .hero-slider .hs-slide .hs-overlay h3 { font-family: 'Mark Pro', sans-serif; font-weight: 600; font-size: clamp(16px, 1.9vw, 22px); line-height: 1.3; margin: 0 0 6px; }
  .hero-slider .hs-slide .hs-overlay p { font-size: 16px; line-height: 1.45; opacity: 0.95; margin: 0 0 12px; max-width: 560px; }
  .hero-slider .hs-slide .hs-overlay strong { font-weight: 800; }
  .hero-slider .hs-slide .hs-overlay a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
  .hero-slider .hs-slide .hs-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; }
  .hero-slider .hs-slide.align-left  .inner { display: block; }
  .hero-slider .hs-slide.align-left  .top-left { text-align: left; }
  .hero-slider .hs-slide.align-center .top-left { text-align: center; margin: 0 auto; }
  .hero-slider .hs-slide.align-center .hs-overlay { margin-left: auto; margin-right: auto; }
  .hero-slider .hs-slide.align-right  .top-left { text-align: right; margin-left: auto; }
  .hero-slider .hs-slide.align-right  .hs-overlay { margin-left: auto; }

  /* Controls */
  .hs-controls {
    position: absolute; left: 50%; bottom: 84px;
    transform: translateX(-50%);
    display: flex; align-items: center; gap: 14px;
  }
  .hs-arrow {
    width: 46px; height: 46px; border-radius: 50%;
    background: rgba(0,0,0,0.42); color: #fff;
    border: 1.5px solid rgba(255,255,255,0.4);
    backdrop-filter: blur(8px);
    display: grid; place-items: center; cursor: pointer;
    transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
  }
  .hs-arrow:hover { background: var(--u-yellow); color: var(--u-black); border-color: var(--u-yellow); transform: scale(1.05); }
  .hs-dots { display: flex; gap: 8px; align-items: center; }
  .hs-dot {
    background: rgba(0,0,0,0.42); color: rgba(255,255,255,0.85);
    border: 1.5px solid rgba(255,255,255,0.32);
    backdrop-filter: blur(8px);
    padding: 9px 16px; border-radius: 999px;
    display: inline-flex; align-items: center; gap: 8px;
    cursor: pointer;
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
    font-family: 'Mark Pro', sans-serif;
  }
  .hs-dot .lb { font-weight: 900; font-style: italic; font-size: 10px; letter-spacing: 0.18em; color: var(--u-yellow); }
  .hs-dot .nm { font-weight: 700; font-size: 11.5px; letter-spacing: 0.06em; }
  .hs-dot:hover { background: rgba(0,0,0,0.6); color: #fff; }
  .hs-dot.is-on { background: var(--u-yellow); color: var(--u-black); border-color: var(--u-yellow); }
  .hs-dot.is-on .lb { color: var(--u-black); }

  /* Live-stats per-pill hover accents (logo palette: blue, teal, yellow) */
  .stat-pill.s-blue   .row svg { color: #2C8BB4; }
  .stat-pill.s-teal   .row svg { color: #3CA89A; }
  .stat-pill.s-yellow .row svg { color: #F5C42F; }
  .stat-pill.s-blue:hover   { border-color: #2C8BB4; box-shadow: 0 10px 28px rgba(44,139,180,0.28); }
  .stat-pill.s-teal:hover   { border-color: #3CA89A; box-shadow: 0 10px 28px rgba(60,168,154,0.28); }
  .stat-pill.s-yellow:hover { border-color: #F5C42F; box-shadow: 0 10px 28px rgba(245,196,47,0.32); }

  /* Persistent Skipass CTA under live stats */
  .hero-slider .live-stats { z-index: 5; }
  .hero-cta-right {
    margin-top: 6px;
    width: 100%;
    justify-content: center;
    padding: 16px 22px;
    font-size: 16px;
    box-shadow: 0 8px 24px -6px rgba(229,18,109,0.55), 0 4px 0 var(--u-black);
  }
  .hero-cta-right:hover { transform: translateY(-1px); }

  /* Respect users who set "Reduce motion" at the OS level — pause the heavy
     video, kill snowflake drift, and cross-fade slides without animation. */
  @media (prefers-reduced-motion: reduce) {
    .hero-slider .hs-video { display: none; }
    .hero-slider .snow { display: none; }
    .hero-slider .hs-slide { transition: opacity 1ms; }
    .hero-slider .hs-slide .top-left > * { transition: none; opacity: 1; transform: none; }
    .hero-slider .hs-slide .bottom-right { transition: none; opacity: 1; transform: none; }
    .hero-slider .scroll-cue svg { animation: none; }
    .stat-pill { transition: none; }
  }

/* ---- index block #3 ---- */
  /* Burak 2026-05-18: Mobile + tablet — news cards mirror the "etkinlikler"
     full-bleed slice look (foto bg + overlay başlık + tarih). Tek haber
     gösterilir, kalan ikisi gizlenir. */
  @media (max-width: 768px) {
    .news-grid[data-list="news-latest"] {
      grid-template-columns: 1fr !important;
      gap: 0;
    }
    /* Sadece ilk haber kartı görünür. */
    .news-grid[data-list="news-latest"] > .news-card:nth-of-type(n+2) {
      display: none !important;
    }
    .news-grid[data-list="news-latest"] > .news-card {
      position: relative;
      aspect-ratio: 16/10;
      min-height: 280px;
      overflow: hidden;
      border-radius: 18px;
      border: 2px solid var(--u-black);
      box-shadow: var(--u-shadow);
      display: block;
    }
    /* Fotoğraf tüm kartı kaplar. */
    .news-grid[data-list="news-latest"] > .news-card .img {
      position: absolute !important;
      inset: 0 !important;
      width: 100% !important;
      height: 100% !important;
      background-size: cover;
      background-position: center;
      transition: transform 320ms ease;
    }
    .news-grid[data-list="news-latest"] > .news-card:hover .img { transform: scale(1.04); }
    /* Gradient overlay — altta koyu, üstte hafif. */
    .news-grid[data-list="news-latest"] > .news-card::before {
      content: '';
      position: absolute; inset: 0;
      background: linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.35) 55%, rgba(0,0,0,0.85) 100%);
      z-index: 1;
    }
    /* Body alt overlay olarak yerleşir — sadece tarih + başlık. */
    .news-grid[data-list="news-latest"] > .news-card .body {
      position: absolute !important;
      left: 18px; right: 18px; bottom: 16px;
      z-index: 2;
      padding: 0 !important;
      background: transparent !important;
      gap: 6px !important;
      flex: 0 0 auto !important;
    }
    .news-grid[data-list="news-latest"] > .news-card .meta {
      gap: 8px;
    }
    /* Tarih sarı pill (el-slice-tag tarzı). */
    .news-grid[data-list="news-latest"] > .news-card .cat {
      font-size: 9.5px;
      padding: 4px 9px;
      letter-spacing: 0.16em;
    }
    .news-grid[data-list="news-latest"] > .news-card .dt {
      font-family: 'Mark Pro'; font-weight: 900; font-style: italic;
      font-size: 11px; letter-spacing: 0.18em; color: var(--u-yellow);
      text-transform: uppercase;
    }
    .news-grid[data-list="news-latest"] > .news-card h3 {
      font-family: 'Mark Pro', sans-serif; font-weight: 700;
      font-size: 20px; line-height: 1.15;
      color: #fff !important;
      letter-spacing: -0.01em;
      text-shadow: 0 2px 10px rgba(0,0,0,0.6);
      margin: 0;
    }
    .news-grid[data-list="news-latest"] > .news-card p,
    .news-grid[data-list="news-latest"] > .news-card .more { display: none !important; }
  }

/* ---- index block #4 ---- */
  /* Pistler & Liftler — right-side static box */
  .pl-card { padding: 26px 28px 28px; display: flex; flex-direction: column; gap: 22px; }
  .pl-head { border-bottom: 1.5px dashed #e5e7eb; padding-bottom: 18px; }
  .pl-eyebrow {
    display: inline-block;
    font-family: 'Mark Pro', sans-serif; font-weight: 900; font-style: italic;
    font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--u-fuchsia);
    background: rgba(229,18,109,0.08);
    border: 1.5px solid rgba(229,18,109,0.28);
    padding: 6px 12px; border-radius: 999px; margin-bottom: 12px;
  }
  .pl-title {
    font-family: 'Mark Pro'; font-weight: 700; font-size: 26px; line-height: 1.15;
    color: var(--u-black); letter-spacing: -0.015em; margin: 0;
  }
  .pl-title .num {
    font-weight: 900; color: var(--u-black);
    background: var(--u-yellow);
    padding: 0 8px; border-radius: 6px;
    box-shadow: 2px 2px 0 var(--u-black);
    display: inline-block; line-height: 1.05;
  }
  .pl-title .accent-pink { color: var(--u-fuchsia); font-style: italic; }

  .pl-section-label {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: 'Mark Pro'; font-weight: 900; font-style: italic;
    font-size: 10.5px; letter-spacing: 0.22em; color: var(--u-muted);
    text-transform: uppercase; margin-bottom: 12px;
  }
  .pl-section-label .bar {
    width: 22px; height: 3px; background: var(--u-black); border-radius: 2px;
  }

  .pl-lift-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
    gap: 10px;
  }
  .pl-lift {
    background: #fff; border: 1.5px solid var(--u-black); border-radius: 14px;
    padding: 14px 10px 12px;
    display: flex; flex-direction: column; align-items: center; gap: 4px;
    box-shadow: 0 3px 0 var(--u-black);
    transition: transform 160ms ease, box-shadow 160ms ease;
    text-align: center;
  }
  .pl-lift:hover { transform: translate(-1px,-1px); box-shadow: 0 5px 0 var(--u-black); }
  .pl-lift .pl-ic {
    width: 46px; height: 46px; border-radius: 10px;
    background: var(--u-snow); color: var(--u-black);
    display: grid; place-items: center;
    border: 1.5px solid var(--u-black);
  }
  .pl-lift .pl-ic svg { width: 30px; height: 30px; }
  .pl-lift .pl-ic img { width: 30px; height: 30px; object-fit: contain; display: block; }
  .pl-lift .pl-cnt {
    font-family: 'Mark Pro'; font-weight: 900; font-size: 26px;
    line-height: 1; color: var(--u-fuchsia); margin-top: 4px;
  }
  .pl-lift .pl-lbl {
    font-family: 'Mark Pro'; font-weight: 700; font-size: 11.5px;
    letter-spacing: 0.04em; color: var(--u-black);
  }

  .pl-piste {
    position: relative;
    background: linear-gradient(180deg, #FAFCFE 0%, #EEF2F6 100%);
    border: 1.5px solid var(--u-black); border-radius: 16px;
    padding: 20px 22px 22px; overflow: hidden;
  }
  .pl-piste .pl-skier {
    position: absolute; right: -10px; bottom: -10px;
    width: 220px; height: 220px;
    color: var(--u-black); opacity: 0.08;
    pointer-events: none;
  }
  .pl-pist-list {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: 9px;
    position: relative; z-index: 1;
  }
  .pl-pist-list li {
    display: grid; grid-template-columns: 22px 36px 1fr; align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.78); backdrop-filter: blur(2px);
    border: 1.5px solid #e2e8f0; border-radius: 10px;
    padding: 9px 14px;
  }
  .pl-pist-list .pp-dot {
    width: 18px; height: 18px; border-radius: 50%;
    border: 2px solid var(--u-black);
    box-shadow: 0 2px 0 rgba(0,0,0,0.25);
  }
  .pl-pist-list .pp-n {
    font-family: 'Mark Pro'; font-weight: 900; font-size: 22px;
    color: var(--u-black); line-height: 1;
  }
  .pl-pist-list .pp-l {
    font-family: 'Gotham'; font-size: 14px; color: var(--u-black);
    font-weight: 500;
  }

  /* Events list — no scroll, fit 3 items */
  .events-combined .right-pane .el-body { overflow: hidden; }
  .events-combined .right-pane .el-body .el-item { padding-top: 22px; padding-bottom: 22px; }

/* ---- index block #5 ---- */
  /* ===== Rehber bento: Ekipman Kiralama hero (large) + 3 yan kart.
       Desktop+laptop+tablet: original 1.6fr/1fr × 3-row layout (hero spans
       all rows in the left column, side cards stack on the right).
       Mobile: equal-size 1-column stack — every tile rendered the same. ===== */
  .kf-bento {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    grid-template-rows: repeat(3, 220px);
    gap: 18px;
  }
  @media (max-width: 480px) {
    .kf-bento {
      grid-template-columns: 1fr;
      /* `none` (not `auto`): the .kf-hero (Ekipman Kiralama) has only
         position:absolute children, so an explicit `auto` track collapses
         it to ~0px. grid-auto-rows:240px then sizes all tiles equally. */
      grid-template-rows: none;
      grid-auto-rows: 240px;
      gap: 14px;
    }
  }
  .kf-tile {
    position: relative; overflow: hidden;
    border: 2px solid var(--u-black); border-radius: 22px;
    background: #1f2937; cursor: pointer;
    box-shadow: var(--u-shadow);
    transition: transform 200ms ease, box-shadow 200ms ease;
    text-decoration: none; color: inherit;
    display: block;
  }
  .kf-tile:hover { transform: translateY(-4px); box-shadow: 0 18px 36px -14px rgba(0,0,0,0.34); }
  .kf-tile .bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    transition: transform 600ms ease;
  }
  .kf-tile:hover .bg { transform: scale(1.06); }
  .kf-tile .bg::after {
    content:''; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(10,10,10,0.18) 0%, rgba(10,10,10,0.45) 55%, rgba(10,10,10,0.88) 100%);
  }
  .kf-tile .ic-blk {
    position: absolute; top: 18px; left: 18px;
    width: 56px; height: 56px; border-radius: 14px;
    display: grid; place-items: center;
    background: var(--u-yellow); color: var(--u-black);
    border: 2px solid rgba(0,0,0,0.18);
    overflow: hidden;
    padding: 6px;
  }
  .kf-tile .ic-blk svg { width: 30px; height: 30px; }
  .kf-tile .ic-blk img { width: 44px; height: 44px; display: block; object-fit: contain; }
  .kf-tile .count {
    position: absolute; top: 18px; right: 18px;
    background: rgba(255,255,255,0.95); color: var(--u-black);
    border: 1.5px solid var(--u-black); padding: 5px 10px; border-radius: 999px;
    font-family: 'Mark Pro'; font-weight: 900; font-style: italic;
    font-size: 10.5px; letter-spacing: 0.16em;
  }
  .kf-tile .body {
    position: absolute; left: 20px; right: 20px; bottom: 20px;
    color: #fff;
  }
  .kf-tile .lbl-up {
    font-family: 'Mark Pro'; font-weight: 900; font-style: italic;
    font-size: 10.5px; letter-spacing: 0.22em; color: var(--u-yellow);
    text-transform: uppercase;
  }
  .kf-tile h3 {
    font-family: 'Mark Pro'; font-weight: 900; font-size: 26px;
    line-height: 1.0; letter-spacing: -0.02em;
    color: #fff; margin: 8px 0 6px; text-shadow: 0 4px 16px rgba(0,0,0,0.5);
  }
  .kf-tile p {
    font-family: 'Gotham'; font-size: 12.5px; color: rgba(255,255,255,0.86);
    margin: 0 0 10px; line-height: 1.45;
  }
  .kf-tile .cta {
    display: inline-flex; align-items: center; gap: 6px;
    font-family: 'Mark Pro'; font-weight: 900; font-style: italic;
    font-size: 11px; letter-spacing: 0.16em;
    color: #fff; padding: 7px 12px; border-radius: 999px;
    border: 1.5px solid rgba(255,255,255,0.6);
    text-transform: uppercase;
    transition: background 160ms ease, color 160ms ease;
  }
  .kf-tile:hover .cta { background: var(--u-yellow); color: var(--u-black); border-color: var(--u-yellow); }

  /* HERO box: Ekipman Kiralama — spans the full left column on desktop. */
  .kf-hero {
    grid-column: 1; grid-row: 1 / 4;
    position: relative;
  }
  .kf-hero .ic-blk { width: 78px; height: 78px; border-radius: 20px; top: 28px; left: 28px; padding: 10px; }
  .kf-hero .ic-blk svg { width: 42px; height: 42px; }
  .kf-hero .ic-blk img { width: 58px; height: 58px; display: block; object-fit: contain; }
  .kf-hero .count {
    top: 28px; right: 28px;
    background: var(--u-yellow); color: var(--u-black);
    border-color: var(--u-black);
    padding: 8px 14px; font-size: 12px; letter-spacing: 0.2em;
  }
  .kf-hero .body { left: 32px; right: 32px; bottom: 32px; max-width: 520px; }
  .kf-hero .lbl-up { font-size: 12px; letter-spacing: 0.26em; }
  .kf-hero h3 { font-size: 76px; line-height: 0.92; margin: 14px 0 14px; letter-spacing: -0.03em; }
  .kf-hero h3 .accent { color: var(--u-yellow); font-style: normal; }
  .kf-hero p { font-size: 16px; max-width: 460px; line-height: 1.5; margin-bottom: 18px; }
  .kf-hero .cta {
    background: var(--u-fuchsia); border-color: var(--u-fuchsia); color: #fff;
    padding: 12px 18px; font-size: 13px; letter-spacing: 0.2em;
    box-shadow: 0 5px 0 var(--u-black);
  }
  .kf-hero:hover .cta {
    background: var(--u-yellow); border-color: var(--u-yellow); color: var(--u-black);
    transform: translate(-2px,-2px); box-shadow: 0 7px 0 var(--u-black);
  }
  .kf-hero .ribbon {
    position: absolute; top: 28px; left: 50%; transform: translateX(-50%);
    background: var(--u-fuchsia); color: #fff;
    border: 2px solid var(--u-black); border-radius: 999px;
    padding: 8px 18px;
    font-family: 'Mark Pro'; font-weight: 900; font-style: italic;
    font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
    z-index: 2; box-shadow: 0 3px 0 var(--u-black);
  }

  /* SIDE boxes (small ones on the right column) */
  .kf-side { grid-column: 2; }
  .kf-side:nth-of-type(2) { grid-row: 1; }
  .kf-side:nth-of-type(3) { grid-row: 2; }
  .kf-side:nth-of-type(4) { grid-row: 3; }
  .kf-side .ic-blk { width: 48px; height: 48px; border-radius: 12px; }
  .kf-side .ic-blk svg { width: 24px; height: 24px; }
  .kf-side .ic-blk img { width: 48px; height: 48px; display: block; object-fit: cover; }
  .kf-side h3 { font-size: 28px; margin-bottom: 4px; }
  .kf-side p { display: none; }
  .kf-side .cta { font-size: 10.5px; padding: 6px 11px; }

  /* Mobile (≤480px): the equal-size stack pattern from earlier polish.
     Every tile becomes the same height + same internal layout so the
     hero/side distinction disappears for one-finger scrolling. */
  @media (max-width: 480px) {
    .kf-hero { grid-column: auto; grid-row: auto; }
    .kf-hero .ic-blk { width: 48px; height: 48px; border-radius: 12px; top: 18px; left: 18px; overflow: hidden; }
    .kf-hero .ic-blk svg { width: 24px; height: 24px; }
    .kf-hero .ic-blk img { width: 48px; height: 48px; object-fit: cover; }
    .kf-hero .count { top: 18px; right: 18px; padding: 5px 10px; font-size: 10.5px; }
    .kf-hero .body { left: 20px; right: 20px; bottom: 20px; max-width: none; }
    .kf-hero h3 { font-size: 28px; line-height: 1.0; margin: 8px 0 6px; }
    .kf-hero p { display: none; }
    .kf-hero .cta { font-size: 10.5px; padding: 6px 11px; }
    .kf-side { grid-column: auto; grid-row: auto; }
    .kf-side:nth-of-type(2),
    .kf-side:nth-of-type(3),
    .kf-side:nth-of-type(4) { grid-row: auto; }
  }

  /* ===== KONAKLAMA + ULAŞIM ROW (.kn-row) =====
     Ported from legacy/uludaginfocom-v1/index.html inline <style> block —
     the rules never made it into the v1 styles.css extraction, so without
     these the Ulaşım tile inherits .kf-side { grid-column: 2 } against a
     parent that isn't a grid → it disappears off-screen at every
     breakpoint except tablet (where the responsive override happens to
     mask the symptom). Restore the legacy contract verbatim. */
  .kn-row {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 20px;
  }
  /* Neutralise the .kf-hero / .kf-side grid-column rules from the
     Bento above — for this row both tiles flow into their natural
     column instead of being snapped to col 1 / col 2 of a 1.6fr/1fr
     placement that doesn't match the Bento layout. */
  .kn-row .kf-tile.kf-hero,
  .kn-row .kf-tile.kf-side {
    grid-column: auto;
    grid-row: auto;
  }
  /* Tile height matches the Bento hero proportions. */
  .kn-row .kf-tile { height: 520px; }
  /* Konaklama is the "hero" (left, larger), Ulaşım is the "side" tile.
     Pull the side tile's headline scale down for hierarchy. Re-enable
     the description paragraph that the global .kf-side rule hides. */
  .kn-row .kf-tile.kf-side h3 { font-size: 44px; line-height: 0.96; }
  .kn-row .kf-tile.kf-side p {
    display: block;
    font-family: 'Gotham';
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 12px;
    line-height: 1.5;
  }
  @media (max-width: 1024px) {
    .kn-row { grid-template-columns: 1fr; }
    .kn-row .kf-tile,
    .kn-row .kf-tile.kf-hero { height: 440px; }
    .kn-row .kf-tile.kf-side h3 { font-size: 52px; }
  }
  @media (max-width: 480px) {
    .kn-row { gap: 14px; }
    .kn-row .kf-tile,
    .kn-row .kf-tile.kf-hero { height: 360px; }
    .kn-row .kf-tile.kf-hero h3 { font-size: 36px; }
    .kn-row .kf-tile.kf-side h3 { font-size: 36px; }
    .kn-row .kf-tile.kf-hero p,
    .kn-row .kf-tile.kf-side p { display: none; }
  }

  /* Burak 2026-05-18: pull the Konaklama + Ulaşım block higher — reduce
     the top breathing room from the Bento above. */
  .ku-section { padding-top: 24px; }

/* ===== LIVE tag — Canlı Kameralar section header right side =====
 * 2026-05-20 (sprint-1 UI bundle). Same shape as hava-kar hero's
 * .live-tag but scoped to the home page so the rule doesn't leak.
 * @keyframes pulse lives in styles.css and is shared. */
body[data-page="home"] .section-head .right .live-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--u-fuchsia); color: #fff;
  border: 2px solid var(--u-black); padding: 7px 14px; border-radius: 999px;
  font-family: 'Mark Pro'; font-weight: 900; font-style: italic;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  line-height: 1;
}
body[data-page="home"] .section-head .right .live-tag .d {
  width: 9px; height: 9px; background: #fff; border-radius: 50%;
  animation: pulse 1.5s infinite;
}
