button, [role="button"] { cursor: pointer; }

:root {
      --navy: #0f2040;
      --navy-2: #173056;
      --blue: #1d4ed8;
      --blue-soft: #dbeafe;
      --orange: #c2410c;
      --orange-soft: #ffedd5;
      --ok: #047857;
      --ok-bg: #d1fae5;
      --closed: #9a3412;
      --closed-bg: #ffedd5;
      --text: #122033;
      --muted: #5b6b80;
      --line: rgba(15,32,64,.10);
      --bg: #eef2f6;
      --card: #fff;
      --radius: 16px;
      --shadow: 0 10px 30px rgba(15,32,64,.06);
      --header-h: 72px;
    }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: Inter, system-ui, sans-serif;
      color: var(--text);
      background: var(--bg);
      line-height: 1.5;
      -webkit-font-smoothing: antialiased;
    }
    h1,h2,h3,.display { font-family: "Plus Jakarta Sans", Inter, sans-serif; letter-spacing: -0.03em; }
    img { max-width: 100%; display: block; }
    a { color: inherit; }
    button { font-family: inherit; cursor: pointer; border: 0; background: none; }
    .wrap { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
    .skip { position: absolute; left: -999px; }
    .skip:focus { left: 16px; top: 16px; background: #fff; padding: 8px 12px; z-index: 80; }

    header.site {
      position: sticky; top: 0; z-index: 50;
      height: var(--header-h);
      background: rgba(255,255,255,.9);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid var(--line);
    }
    .head {
      height: 100%;
      display: flex; align-items: center; justify-content: space-between; gap: 16px;
    }
    .brand { display: flex; align-items: center; gap: 10px; text-decoration: none; min-width: 0; }
    .brand svg { width: 36px; height: 36px; flex: 0 0 auto; }
    .brand-name { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 800; font-size: 15px; letter-spacing: -0.02em; color: var(--navy); line-height: 1.1; }
    .brand-sub { display: block; font-family: Inter, sans-serif; font-weight: 500; font-size: 11px; color: var(--muted); letter-spacing: 0; margin-top: 2px; }
    nav.desk { display: none; gap: 4px; }
    nav.desk a {
      padding: 8px 12px; border-radius: 999px;
      font-size: 14px; font-weight: 600; color: var(--navy);
      text-decoration: none;
    }
    nav.desk a:hover { background: var(--bg); }
    .head-right { display: flex; align-items: center; gap: 8px; }
    .lang { display: flex; background: var(--bg); border-radius: 999px; padding: 3px; }
    .lang button {
      min-width: 36px; height: 28px; border-radius: 999px;
      font-size: 12px; font-weight: 700; color: var(--muted);
    }
    .lang button.on { background: #fff; color: var(--navy); box-shadow: 0 1px 3px rgba(15,32,64,.12); }
    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 8px;
      border-radius: 999px; font-weight: 700; text-decoration: none;
      transition: .15s ease; white-space: nowrap;
    }
    .btn-primary { background: var(--navy); color: #fff; padding: 12px 18px; font-size: 14px; }
    .btn-primary:hover { background: #071427; }
    .btn-blue { background: var(--blue); color: #fff; padding: 12px 18px; font-size: 14px; }
    .btn-blue:hover { background: #153eae; }
    .btn-ghost { background: #fff; color: var(--navy); border: 1px solid var(--line); padding: 12px 18px; font-size: 14px; }
    .btn-ghost:hover { background: var(--bg); }
    .btn-phone-head { display: none; }
    .menu-btn { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; color: var(--navy); background: var(--bg); }
    .mobile-nav {
      display: none; position: absolute; left: 0; right: 0; top: var(--header-h);
      background: #fff; border-bottom: 1px solid var(--line); padding: 12px 16px 20px;
    }
    .mobile-nav.open { display: grid; gap: 6px; }
    .mobile-nav a, .mobile-nav .btn { display: block; padding: 12px 14px; border-radius: 12px; text-decoration: none; font-weight: 600; }
    .mobile-nav a:hover { background: var(--bg); }

    .hero { padding: 28px 0 8px; }
    .hero-grid {
      display: grid; gap: 20px;
      grid-template-columns: 1fr;
    }
    .hero-copy h1 {
      font-size: clamp(30px, 5vw, 52px);
      line-height: 1.05; color: var(--navy); max-width: 16em; margin-top: 14px;
    }
    .hero-copy p.lead { margin-top: 16px; font-size: 17px; color: var(--muted); max-width: 38em; }
    .status {
      display: inline-flex; align-items: center; gap: 8px;
      font-size: 12px; font-weight: 700; border-radius: 999px;
      padding: 6px 10px 6px 8px;
    }
    .status i { width: 8px; height: 8px; border-radius: 99px; display: block; }
    .status.open { background: var(--ok-bg); color: var(--ok); }
    .status.open i { background: var(--ok); }
    .status.closed { background: var(--closed-bg); color: var(--closed); }
    .status.closed i { background: var(--closed); }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
    .facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 28px; }
    .fact { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 14px 14px 12px; }
    .fact b { display: block; font-family: "Plus Jakarta Sans", sans-serif; font-size: 18px; color: var(--navy); letter-spacing: -0.03em; }
    .fact span { display: block; margin-top: 4px; font-size: 12px; color: var(--muted); font-weight: 500; }
    .hero-photo { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 280px; background: var(--navy); }
    .hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; min-height: 280px; }
    section[id] { scroll-margin-top: 88px; }
    .hero-photo figcaption {
      position: absolute; left: 12px; bottom: 12px; right: 12px;
      color: #fff; font-size: 12px; font-weight: 600;
      text-shadow: 0 1px 8px rgba(0,0,0,.45);
    }

    section { padding: 28px 0; }
    .sec-kicker { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
    .sec-title { font-size: clamp(26px, 4vw, 40px); color: var(--navy); line-height: 1.1; margin-top: 6px; }
    .sec-sub { margin-top: 10px; color: var(--muted); max-width: 46em; }

    .hours-card, .card {
      background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
    }
    .hours-grid { display: grid; gap: 16px; }
    .hours-card { padding: 22px; }
    .hours-row { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
    .hours-row:last-child { border-bottom: 0; }
    .hours-row.off { color: var(--muted); }
    .hours-side { padding: 22px; display: grid; gap: 10px; }
    .chip { display: inline-flex; align-items: center; gap: 6px; background: var(--bg); border-radius: 999px; padding: 6px 10px; font-size: 12px; font-weight: 600; color: var(--navy); }

    .svc-grid { display: grid; gap: 12px; margin-top: 22px; grid-template-columns: 1fr; }
    .svc {
      background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px 18px 16px;
    }
    .svc h3 { font-size: 17px; color: var(--navy); }
    .svc p { margin-top: 6px; font-size: 14px; color: var(--muted); }

    .gallery { display: grid; gap: 12px; margin-top: 18px; grid-template-columns: 1fr; }
    .gallery button {
      position: relative; overflow: hidden; border-radius: 14px; aspect-ratio: 3/2; background: #d7dee8;
    }
    .gallery img { width: 100%; height: 100%; object-fit: cover; object-position: center 70%; }
    .gallery span {
      position: absolute; left: 10px; bottom: 10px; color: #fff; font-size: 12px; font-weight: 600;
      text-shadow: 0 1px 6px rgba(0,0,0,.5);
    }

    .price-layout { display: grid; gap: 16px; align-items: start; }
    .price-box { background: var(--navy); color: #fff; border-radius: var(--radius); padding: 22px 18px; overflow: hidden; }
    .price-box h2 { color: #fff; }
    .price-search {
      margin-top: 16px; display: flex; align-items: center; gap: 8px;
      background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
      border-radius: 12px; padding: 10px 12px;
    }
    .price-search input {
      flex: 1; background: none; border: 0; outline: none; color: #fff; font-size: 14px;
    }
    .price-search input::placeholder { color: rgba(255,255,255,.45); }
    .price-scroll { overflow: auto; max-height: 480px; margin-top: 6px; background: transparent; }
    .price-table { margin-top: 8px; width: 100%; border-collapse: collapse; font-size: 14px; background: transparent; color: #fff; }
    .price-table th, .price-table td { background: transparent; color: #fff; }
    .price-table th { text-align: left; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.5); font-weight: 700; padding: 8px 6px; }
    .price-table td { padding: 11px 6px; border-top: 1px solid rgba(255,255,255,.08); }
    .price-table td:last-child, .price-table th:last-child { text-align: right; font-weight: 700; color: #93c5fd; }
    .price-table th:last-child { color: rgba(255,255,255,.5); }
    .extra { margin-top: 12px; }
    .extra summary { cursor: pointer; font-weight: 700; font-size: 14px; }
    .extra-list { margin-top: 10px; background: #fff; color: var(--navy); border-radius: 12px; overflow: hidden; }
    .extra-list div { display: flex; justify-content: space-between; gap: 12px; padding: 11px 14px; border-top: 1px solid var(--line); font-size: 14px; }
    .extra-list div:first-child { border-top: 0; }
    .price-note { margin-top: 10px; font-size: 12px; color: rgba(255,255,255,.55); }
    .aside-card { padding: 22px; display: flex; flex-direction: column; }
    .aside-card h3 { font-size: 26px; color: var(--navy); line-height: 1.15; }
    .meta { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 18px; }
    .meta div { background: var(--bg); border-radius: 12px; padding: 12px; }
    .meta b { display: block; font-size: 11px; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
    .meta span { display: block; margin-top: 4px; font-weight: 700; color: var(--navy); font-size: 14px; }
    .aside-card img { margin-top: 16px; width: 100%; height: 160px; object-fit: cover; border-radius: 12px; }

    .tacho { background: var(--navy); color: #fff; border-radius: var(--radius); padding: 28px 22px; }
    .tacho h2 { color: #fff; }
    .tacho p { color: rgba(255,255,255,.7); margin-top: 8px; max-width: 40em; }
    .tacho-top { display: grid; gap: 18px; }
    .tacho-cards { display: grid; gap: 12px; margin-top: 22px; }
    .tacho-card { background: #fff; color: var(--navy); border-radius: 14px; overflow: hidden; }
    .tacho-card button { width: 100%; display: block; aspect-ratio: 3/2; overflow: hidden; }
    .tacho-card img { width: 100%; height: 100%; object-fit: cover; }
    .tacho-card .pad { padding: 14px 16px 16px; }
    .tacho-card h3 { font-size: 17px; }
    .tacho-card p { color: var(--muted); font-size: 13px; margin-top: 4px; }
    .check { margin-top: 14px; display: grid; gap: 8px; }
    .check li { list-style: none; display: flex; gap: 8px; align-items: flex-start; font-size: 14px; color: rgba(255,255,255,.88); }
    .check li::before { content: ""; width: 7px; height: 7px; border-radius: 99px; background: #f97316; margin-top: 7px; flex: 0 0 auto; }

    .border-box { padding: 22px; }
    .border-box ul { margin-top: 14px; display: grid; gap: 8px; }
    .border-box li { list-style: none; padding-left: 16px; position: relative; font-size: 14px; color: var(--muted); }
    .border-box li::before { content: ""; width: 6px; height: 6px; border-radius: 99px; background: var(--orange); position: absolute; left: 0; top: 8px; }

    .faq { display: grid; gap: 8px; margin-top: 18px; }
    .faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 0 16px; }
    .faq summary { cursor: pointer; font-weight: 650; font-size: 15px; padding: 14px 0; list-style: none; color: var(--navy); }
    .faq summary::-webkit-details-marker { display: none; }
    .faq p { padding: 0 0 14px; color: var(--muted); font-size: 14px; }

    .contact-grid { display: grid; gap: 16px; }
    .map-wrap { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: #d7dee8; min-height: 320px; }
    .map-wrap iframe { width: 100%; height: 360px; border: 0; }
    .contact-card { padding: 22px; }
    .contact-card h2 { margin-bottom: 16px; }
    .rows { display: grid; gap: 14px; }
    .rows a { color: var(--blue); font-weight: 700; text-decoration: none; }
    .rows a:hover { text-decoration: underline; }
    .dt { font-size: 12px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
    .dd { margin-top: 3px; font-size: 15px; color: var(--navy); font-weight: 650; }

    footer.site { padding: 28px 0 40px; }
    .foot { background: var(--navy); color: rgba(255,255,255,.72); border-radius: var(--radius); padding: 22px; }
    .foot strong { color: #fff; }
    .foot-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; align-items: flex-start; }
    .legal { margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; line-height: 1.6; }
    .legal button { color: #93c5fd; font-size: 12px; font-weight: 700; }

    .lightbox {
      display: none; position: fixed; inset: 0; z-index: 80;
      background: rgba(7,14,28,.88); padding: 24px; place-items: center;
    }
    .lightbox.on { display: grid; }
    .lightbox img { max-width: min(1100px, 100%); max-height: 86vh; border-radius: 12px; }
    .lightbox button.close {
      position: absolute; top: 16px; right: 16px; width: 40px; height: 40px;
      border-radius: 99px; background: #fff; color: var(--navy); font-size: 22px;
    }

    @media (min-width: 800px) {
      nav.desk { display: flex; }
      .menu-btn { display: none; }
      .btn-phone-head { display: inline-flex; padding: 10px 14px; font-size: 13px; }
      .hero-grid { grid-template-columns: 1.05fr .95fr; align-items: stretch; }
      .hero-photo, .hero-photo img { min-height: 420px; height: 100%; }
      .hours-grid { grid-template-columns: 1fr 1fr; }
      .svc-grid { grid-template-columns: 1fr 1fr 1fr; }
      .gallery { grid-template-columns: 1fr 1fr 1fr; }
      .price-layout { grid-template-columns: 1.2fr .8fr; }
      .tacho-top { grid-template-columns: 1.2fr .8fr; align-items: end; }
      .tacho-cards { grid-template-columns: 1fr 1fr; }
      .contact-grid { grid-template-columns: .9fr 1.1fr; }
    }
    @media (max-width: 799px) {
      .btn-phone-head { display: none; }
    }
