
    :root { --ink: #17201b; --muted: #66736a; --paper: #fffaf1; --cream: #f8f2e8; --line: rgba(23,32,27,.12); --gold: #cfa95f; --wine: #762f3b; }
    * { box-sizing: border-box; }
    html { overflow-x: hidden; }
    body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: var(--cream); letter-spacing: 0; overflow-x: hidden; }
    a { color: var(--wine); font-weight: 700; text-decoration: none; }
    .site-header { position: sticky; top: 0; z-index: 30; background: rgba(23,32,27,.96); color: white; border-bottom: 1px solid rgba(255,255,255,.12); }
    .site-header-inner { width: min(1320px, calc(100% - 36px)); min-height: 82px; margin: 0 auto; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 28px; }
    .site-logo { color: white; font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
    .site-menu { min-width: 0; display: flex; justify-content: flex-end; align-items: center; gap: 24px; }
    .site-menu a { color: rgba(255,255,255,.9); font-size: 18px; font-weight: 950; }
    .site-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
    .site-order { width: max-content; min-height: 48px; padding: 0 24px; border-radius: 999px; border: 1px solid rgba(215,255,62,.42); background: #d7ff3e; color: #17201b; display: inline-flex; align-items: center; justify-content: center; font-weight: 950; white-space: nowrap; }
    .floating-banquet-cta { position: fixed; z-index: 90; left: max(24px, calc((100vw - 1120px) / 2 + 24px)); bottom: max(18px, env(safe-area-inset-bottom)); width: max-content; max-width: calc(100% - 48px); min-width: 0; min-height: 58px; padding: 0 28px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: #d7ff3e; color: #17201b; box-shadow: 0 22px 62px rgba(23,32,27,.24); font-size: 16px; font-weight: 950; line-height: 1; text-transform: uppercase; letter-spacing: .02em; white-space: nowrap; }
    .kz-portal-page { width: min(1120px, calc(100% - 36px)); margin: 0 auto; padding: 34px 0 70px; }
    .portal-hero { padding: 34px 0 26px; }
    .portal-kicker { margin: 0 0 14px; color: var(--wine); font-size: 13px; font-weight: 900; text-transform: uppercase; }
    h1 { max-width: 980px; margin: 0 0 18px; font-size: clamp(40px, 6vw, 78px); line-height: .96; overflow-wrap: anywhere; word-break: normal; hyphens: auto; }
    h2 { margin: 42px 0 14px; font-size: clamp(28px, 4vw, 44px); line-height: 1.05; overflow-wrap: anywhere; hyphens: auto; }
    h3 { margin: 30px 0 12px; font-size: 28px; line-height: 1.12; overflow-wrap: anywhere; hyphens: auto; }
    h4 { margin: 24px 0 10px; font-size: 22px; }
    h5, h6 { margin: 20px 0 8px; font-size: 18px; }
    p { max-width: 900px; font-size: 18px; line-height: 1.62; color: #35433a; }
    .portal-lead { font-size: 22px; color: var(--muted); }
    .portal-hero-actions { margin: 24px 0 8px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: flex-start; }
    .portal-hero-order { width: max-content; max-width: 100%; min-height: 56px; padding: 0 30px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: #d7ff3e; color: #17201b; box-shadow: 0 18px 48px rgba(23,32,27,.16); font-size: 16px; font-weight: 950; line-height: 1; text-transform: uppercase; letter-spacing: .02em; white-space: nowrap; }
    figure { margin: 28px 0; border-radius: 30px; overflow: hidden; background: var(--paper); border: 1px solid var(--line); }
    img { width: 100%; max-height: 520px; object-fit: cover; display: block; }
    figcaption { padding: 14px 18px; color: var(--muted); font-size: 14px; }
    section { margin-top: 22px; }
    .ai-answer, .cta, .portal-home-blocks article, details { padding: 22px; border-radius: 24px; background: var(--paper); border: 1px solid var(--line); }
    .portal-home-blocks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
    .portal-home-blocks h2 { grid-column: 1 / -1; }
    .portal-home-blocks article h3 { margin-top: 0; font-size: 22px; }
    .table-wrap { width: 100%; overflow-x: auto; border-radius: 18px; }
    .criteria-board { margin-top: 32px; padding: 26px; border-radius: 34px; background: #fff; border: 1px solid var(--line); box-shadow: 0 24px 60px rgba(19,25,21,.06); }
    .criteria-head { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 22px; align-items: end; margin-bottom: 18px; }
    .criteria-head span { color: var(--wine); font-size: 13px; font-weight: 950; text-transform: uppercase; letter-spacing: .1em; }
    .criteria-head h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: .98; }
    .criteria-head p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.5; }
    .criteria-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
    .criteria-card { min-height: 250px; padding: 22px; border-radius: 28px; background: #fffdf7; border: 1px solid rgba(23,32,27,.1); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
    .criteria-card.is-main { background: #17201b; color: #fff; }
    .criteria-card span { width: 54px; height: 54px; border-radius: 18px; background: #d7ff3e; color: #17201b; display: inline-flex; align-items: center; justify-content: center; font-weight: 950; font-size: 18px; }
    .criteria-card h3 { margin: 18px 0 10px; font-size: clamp(24px, 2.4vw, 34px); line-height: 1; }
    .criteria-card p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.45; }
    .criteria-card.is-main p { color: rgba(255,255,255,.7); }
    .criteria-card b { margin-top: 18px; padding: 12px 14px; border-radius: 18px; background: #f4ead7; border: 1px solid rgba(126,55,68,.18); color: #17201b; font-size: 15px; line-height: 1.25; }
    .criteria-card.is-main b { background: rgba(255,255,255,.12); color: #fff; }
    .banquet-halls-directory { margin-top: 34px; padding: 26px; border-radius: 30px; background: #fffdf7; border: 1px solid var(--line); }
    .directory-head { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; }
    .directory-head h2 { margin-top: 0; }
    .directory-head strong { width: 112px; height: 112px; border-radius: 28px; background: #d7ff3e; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; font-size: 38px; line-height: 1; }
    .directory-head strong span { margin-top: 6px; font-size: 12px; text-transform: uppercase; }
    .verified-hall { margin: 22px 0; padding: 24px; border-radius: 26px; background: #17201b; color: white; }
    .verified-hall span { color: #d7ff3e; font-size: 12px; text-transform: uppercase; font-weight: 900; letter-spacing: .1em; }
    .verified-hall h3 { color: white; margin-top: 12px; }
    .verified-hall p { color: rgba(255,255,255,.76); }
    .verified-hall a { color: white; display: inline-flex; margin-top: 8px; padding: 12px 16px; border-radius: 999px; background: rgba(255,255,255,.14); }
    .directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
    .directory-card { min-height: 150px; padding: 18px; border-radius: 22px; background: var(--paper); border: 1px solid var(--line); color: var(--ink); display: flex; flex-direction: column; justify-content: space-between; }
    .directory-card span { color: var(--wine); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
    .directory-card h3 { margin: 14px 0; font-size: 22px; }
    .directory-card small { color: var(--muted); overflow-wrap: anywhere; }
    .venue-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 24px 0 34px; }
    .venue-block-card { position: relative; min-height: 250px; overflow: hidden; border-radius: 30px; background: #fff; border: 1px solid var(--line); box-shadow: 0 22px 50px rgba(19,25,21,.06); }
    .venue-block-card.verified { background: #17201b; color: white; }
    .venue-card-body { min-height: 250px; padding: 28px; display: grid; gap: 18px; align-content: space-between; }
    .venue-source { display: inline-flex; width: max-content; padding: 8px 12px; border-radius: 999px; background: #f4ead7; color: var(--wine); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
    .venue-block-card.verified .venue-source { background: #d7ff3e; color: #17201b; }
    .venue-block-card h3 { margin: 14px 0 10px; font-size: clamp(26px, 3vw, 44px); line-height: .98; }
    .venue-block-card p { max-width: 760px; margin: 0; color: var(--muted); font-size: 18px; }
    .venue-block-card.verified p, .venue-block-card.verified small { color: rgba(255,255,255,.72); }
    .venue-meta strong { display: block; margin-bottom: 6px; color: var(--wine); font-size: 18px; }
    .venue-block-card.verified .venue-meta strong { color: #d7ff3e; }
    .venue-meta small { color: #879083; font-size: 18px; overflow-wrap: anywhere; }
    .venue-tags { display: flex; flex-wrap: wrap; gap: 10px; }
    .venue-tags a { padding: 9px 13px; border-radius: 999px; border: 1px solid rgba(115,122,135,.28); background: transparent; color: #737a87; font-size: 13px; font-weight: 900; text-transform: uppercase; }
    .venue-block-card.verified .venue-tags a { border-color: rgba(255,255,255,.28); background: transparent; color: white; }
    .event-format-guide { margin-top: 34px; }
    .event-guide-hero { padding: 30px; border-radius: 30px; background: #17201b; color: white; }
    .event-guide-hero span { display: inline-flex; margin-bottom: 16px; padding: 10px 14px; border-radius: 999px; background: #d7ff3e; color: #17201b; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
    .event-guide-hero h2 { color: white; margin: 0 0 14px; font-size: clamp(34px, 5vw, 64px); line-height: .96; }
    .event-guide-hero p { color: rgba(255,255,255,.76); font-size: 20px; }
    .event-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 16px; }
    .event-guide-grid article { min-height: 210px; padding: 22px; border-radius: 24px; background: var(--paper); border: 1px solid var(--line); }
    .event-guide-grid i { width: 52px; height: 52px; border-radius: 18px; background: #d7ff3e; display: inline-flex; align-items: center; justify-content: center; font-style: normal; font-weight: 900; }
    .event-guide-grid h3 { margin-top: 20px; font-size: 24px; }
    .event-guide-grid p { font-size: 16px; line-height: 1.5; }
    .event-guide-links { margin-top: 16px; padding: 24px; border-radius: 26px; background: #fffdf7; border: 1px solid var(--line); }
    .event-guide-links h2 { margin-top: 0; }
    .event-guide-links ul { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; list-style: none; }
    .event-guide-links a { display: inline-flex; padding: 10px 14px; border-radius: 999px; background: transparent; border: 1px solid var(--line); color: var(--ink); }
    .blog-magazine { margin-top: 34px; }
    .blog-tabs { display: flex; flex-wrap: wrap; gap: 14px; margin: 0 0 44px; }
    .blog-tabs a, .blog-tabs button { display: inline-flex; align-items: center; min-height: 52px; padding: 14px 22px; border-radius: 999px; border: 1px solid rgba(25,29,42,.2); background: transparent; color: #191d2a; font: inherit; font-size: 18px; font-weight: 950; cursor: pointer; }
    .blog-tabs button.active { background: #17201b; border-color: #17201b; color: #fff; }
    .blog-board { display: grid; grid-template-columns: minmax(0, .45fr) minmax(0, 1fr); gap: 22px; padding: 26px; border-radius: 34px; background: #fff; border: 1px solid var(--line); box-shadow: 0 24px 60px rgba(19,25,21,.06); }
    .blog-board > * { min-width: 0; }
    .blog-intro-card { min-height: 520px; padding: 36px; border-radius: 28px; background: #dff0ff; display: flex; flex-direction: column; justify-content: flex-start; overflow: hidden; }
    .blog-intro-card span { color: #8bad35; font-size: 14px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
    .blog-intro-card h2 { margin: 18px 0 24px; max-width: 100%; font-size: clamp(30px, 3vw, 46px); line-height: 1.03; overflow-wrap: anywhere; word-break: normal; hyphens: auto; }
    .blog-intro-card p { color: #697080; font-size: clamp(17px, 1.35vw, 20px); line-height: 1.48; }
    .blog-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
    .blog-card { min-height: 156px; padding: 22px; border-radius: 24px; background: #fff; border: 1px solid rgba(23,32,27,.12); color: var(--ink); display: flex; flex-direction: column; justify-content: space-between; min-width: 0; overflow: hidden; }
    .blog-card.is-featured { background: #17201b; color: #fff; }
    .blog-card span { color: #8bad35; font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
    .blog-card h3 { margin: 12px 0 10px; font-size: clamp(20px, 1.7vw, 24px); line-height: 1.1; overflow-wrap: anywhere; hyphens: auto; }
    .blog-card p { margin: 0 0 14px; max-width: none; color: #697080; font-size: 15px; line-height: 1.45; }
    .blog-card small { color: #818797; font-size: 15px; font-weight: 850; }
    .blog-card.is-featured p, .blog-card.is-featured small { color: rgba(255,255,255,.7); }
    .event-section-card span { color: #4d69c8; }
    .event-section-card small { width: fit-content; padding: 10px 14px; border-radius: 999px; background: #eef3ff; color: #4d69c8; }
    .event-section-card.is-featured small { background: rgba(255,255,255,.12); color: #d7ff3e; }
    .blog-seo-geo { margin-top: 42px; padding: 28px; border-radius: 30px; background: #fffdf7; border: 1px solid var(--line); }
    .blog-seo-geo h2 { margin-top: 0; }
    .blog-mini-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 20px; }
    .blog-mini-grid a { min-height: 132px; padding: 18px; border-radius: 20px; background: #fff; border: 1px solid var(--line); color: var(--ink); display: flex; flex-direction: column; justify-content: space-between; }
    .blog-mini-grid span { color: var(--wine); font-size: 11px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
    .blog-mini-grid strong { font-size: 19px; line-height: 1.1; }
    .blog-mini-grid small { color: var(--muted); overflow-wrap: anywhere; }

    .cuisine-feature-strip { position: relative; margin: 30px 0 38px; padding: 30px 0 8px; overflow: hidden; }
    .cuisine-feature-strip::before { content: ""; position: absolute; left: -34px; top: -18px; bottom: -24px; width: 118px; transform: skewX(-11deg); background: rgba(215,255,62,.22); pointer-events: none; }
    .cuisine-feature-grid { position: relative; display: grid; grid-template-columns: minmax(330px,1fr) repeat(3,minmax(0,1fr)); gap: 34px; align-items: start; }
    .cuisine-feature-copy h2 { margin: 0 0 24px; font-size: clamp(34px,3.8vw,54px); line-height: 1.02; letter-spacing: 0; overflow-wrap: normal; hyphens: none; }
    .cuisine-feature-copy p { margin: 0; max-width: 360px; color: #858b98; font-size: clamp(17px,1.45vw,22px); line-height: 1.45; font-weight: 900; }
    .cuisine-feature-actions { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 10px; width: 100%; max-width: 330px; margin-top: 28px; }
    .cuisine-feature-actions a { min-height: 48px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; padding: 0 12px; font-size: 13px; font-weight: 950; color: #17201b; background: #d7ff3e; white-space: nowrap; text-align: center; }
    .cuisine-feature-actions a:last-child { background: #fff; border: 1px solid var(--line); }
    .cuisine-feature-card { min-width: 0; color: #191d2a; }
    .cuisine-feature-card img { width: 100%; aspect-ratio: 1.28 / 1; max-height: none; border-radius: 22px; object-fit: cover; }
    .cuisine-feature-card span { display: inline-flex; margin: 22px 0 18px; padding: 10px 18px; border-radius: 999px; background: rgba(215,255,62,.34); color: #829b31; font-size: 13px; font-weight: 950; text-transform: uppercase; letter-spacing: .03em; }
    .cuisine-feature-card h3 { margin: 0 0 16px; font-size: clamp(28px,2.8vw,42px); line-height: 1.05; color: #191d2a; overflow-wrap: normal; hyphens: none; }
    .cuisine-feature-card p { margin: 0; max-width: 330px; color: #858b98; font-size: clamp(16px,1.35vw,21px); line-height: 1.4; font-weight: 900; }
    table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 18px; background: var(--paper); }
    th, td { padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
    th { background: #17201b; color: white; }
    details { margin-bottom: 12px; }
    summary { cursor: pointer; font-weight: 900; }
    .internal-links ul { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; list-style: none; }
    .internal-links a { display: inline-flex; padding: 10px 14px; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); color: var(--ink); }
    .cta { background: #17201b; color: white; }
    .cta p, .cta h2 { color: white; }

    @media (max-width: 980px) { .cuisine-feature-grid { grid-template-columns: 1fr; } .cuisine-feature-copy p, .cuisine-feature-actions { max-width: none; } .cuisine-feature-card img { aspect-ratio: 1.7 / 1; } }
    @media (max-width: 900px) { .site-header-inner { grid-template-columns: 1fr auto; min-height: 74px; gap: 14px; padding: 14px 0; } .site-logo { font-size: 22px; } .site-menu { grid-column: 1 / -1; justify-content: flex-start; overflow-x: auto; padding-bottom: 2px; } .site-menu a { white-space: nowrap; font-size: 16px; } .site-actions { justify-content: flex-end; } .site-order { min-height: 44px; padding: 0 18px; font-size: 14px; } .floating-banquet-cta { left: 16px; max-width: calc(100% - 32px); min-height: 54px; padding: 0 20px; font-size: 14px; } .portal-hero-order { min-height: 52px; padding: 0 22px; font-size: 14px; } }
    @media (max-width: 1000px) { .criteria-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .criteria-head { grid-template-columns: minmax(0, 1fr); align-items: start; } }
    @media (max-width: 760px) { .kz-portal-page { width: calc(100% - 32px); padding-top: 26px; } .portal-home-blocks, .directory-grid, .directory-head, .event-guide-grid, .venue-card-grid, .blog-board, .blog-list, .blog-mini-grid, .criteria-grid { grid-template-columns: minmax(0, 1fr); } h1 { max-width: 100%; font-size: clamp(32px, 11vw, 42px); line-height: 1.02; } h2 { font-size: clamp(26px, 8vw, 34px); } .portal-lead, p { font-size: 16px; } .portal-hero-order { max-width: 100%; white-space: normal; text-align: center; } figure { border-radius: 22px; } .banquet-halls-directory, .event-guide-hero, .criteria-board { padding: 18px; } .event-guide-hero p { font-size: 16px; } .venue-block-card h3 { font-size: 28px; } .venue-card-body { padding: 22px; } .blog-board { padding: 12px; gap: 12px; } .blog-intro-card { min-height: 300px; padding: 22px; } .blog-intro-card h2 { font-size: 32px; line-height: 1.04; } .blog-card { padding: 18px; } .blog-seo-geo { padding: 18px; } .blog-tabs { gap: 8px; } .blog-tabs a, .blog-tabs button { min-height: 40px; padding: 10px 13px; font-size: 14px; } .blog-board, .blog-intro-card, .blog-list, .blog-card, .blog-seo-geo, .blog-mini-grid, .blog-mini-grid a, .criteria-board, .criteria-card { min-width: 0; max-width: 100%; } }

    .kz-site-footer {
      margin-top: 52px;
      padding: 54px 0 max(92px, env(safe-area-inset-bottom));
      background:
        linear-gradient(135deg, rgba(23,32,27,.98), rgba(49,55,39,.98)),
        #17201b;
      color: #fff;
    }
    .kz-footer-shell {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
      display: grid;
      gap: 18px;
    }
    .kz-footer-top {
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
      gap: 18px;
      align-items: stretch;
    }
    .kz-footer-cta,
    .kz-footer-brief,
    .kz-footer-nav,
    .kz-footer-bottom {
      border: 1px solid rgba(255,255,255,.14);
      background: rgba(255,255,255,.07);
      border-radius: 24px;
      box-shadow: 0 26px 70px rgba(0,0,0,.18);
    }
    .kz-footer-cta {
      min-height: 300px;
      padding: 34px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .kz-footer-badge {
      width: fit-content;
      padding: 9px 13px;
      border-radius: 999px;
      background: #d7ff3e;
      color: #17201b;
      font-size: 12px;
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: .06em;
    }
    .kz-footer-cta h2 {
      margin: 24px 0 14px;
      max-width: 760px;
      color: #fff;
      font-size: clamp(34px, 5vw, 76px);
      line-height: .96;
      letter-spacing: 0;
    }
    .kz-footer-cta p,
    .kz-footer-brief p,
    .kz-footer-bottom span {
      margin: 0;
      color: rgba(255,255,255,.72);
      font-size: 17px;
      line-height: 1.55;
    }
    .kz-footer-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }
    .kz-footer-actions a,
    .kz-footer-brief a {
      min-height: 52px;
      padding: 0 20px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 950;
      text-decoration: none;
    }
    .kz-footer-actions a:first-child,
    .kz-footer-brief a {
      background: #d7ff3e;
      color: #17201b;
    }
    .kz-footer-actions a:last-child {
      color: #fff;
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.18);
    }
    .kz-footer-brief {
      padding: 28px;
      display: grid;
      align-content: space-between;
      gap: 22px;
    }
    .kz-footer-brief h3 {
      margin: 0;
      color: #fff;
      font-size: clamp(26px, 3vw, 40px);
      line-height: 1.04;
    }
    .kz-footer-brief ul {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
      color: rgba(255,255,255,.78);
      font-weight: 850;
    }
    .kz-footer-brief li {
      display: grid;
      grid-template-columns: 22px minmax(0,1fr);
      gap: 9px;
      align-items: start;
    }
    .kz-footer-brief li::before {
      content: "✓";
      width: 22px;
      height: 22px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(215,255,62,.18);
      color: #d7ff3e;
      font-size: 13px;
      font-weight: 950;
    }
    .kz-footer-nav {
      padding: 26px;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }
    .kz-footer-nav h3 {
      margin: 0 0 14px;
      color: #fff;
      font-size: 21px;
      line-height: 1.1;
    }
    .kz-footer-nav a {
      display: block;
      margin-top: 10px;
      color: rgba(255,255,255,.72);
      font-weight: 850;
      text-decoration: none;
      line-height: 1.3;
    }
    .kz-footer-nav a:hover { color: #d7ff3e; }
    .kz-footer-bottom {
      padding: 18px 22px;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: space-between;
      align-items: center;
    }
    .kz-footer-bottom b { color: #fff; }
    @media (max-width: 920px) {
      .kz-footer-top,
      .kz-footer-nav {
        grid-template-columns: 1fr;
      }
      .kz-footer-cta,
      .kz-footer-brief,
      .kz-footer-nav,
      .kz-footer-bottom {
        border-radius: 20px;
      }
      .kz-footer-cta,
      .kz-footer-brief {
        padding: 22px;
      }
      .kz-footer-actions a,
      .kz-footer-brief a {
        width: 100%;
      }
    }

    .mobile-menu-open {
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
    }
    .site-menu-toggle {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.38);
      background: rgba(255,255,255,.08);
      color: white;
      display: none;
      align-items: center;
      justify-content: center;
      font: inherit;
      font-size: 22px;
      font-weight: 950;
    }
    .mobile-menu-backdrop {
      position: fixed;
      inset: 0;
      z-index: 200;
      display: grid;
      justify-items: end;
      background: rgba(10, 14, 12, .52);
      opacity: 0;
      visibility: hidden;
      transition: opacity .22s ease, visibility .22s ease;
    }
    .mobile-menu-backdrop.is-open {
      opacity: 1;
      visibility: visible;
    }
    .mobile-menu-panel {
      width: min(420px, calc(100vw - 28px));
      height: 100%;
      padding: 22px;
      background: #fffdf7;
      color: #17201b;
      box-shadow: -24px 0 70px rgba(0,0,0,.24);
      transform: translateX(100%);
      transition: transform .24s ease;
      display: flex;
      flex-direction: column;
      gap: 18px;
    }
    .mobile-menu-backdrop.is-open .mobile-menu-panel {
      transform: translateX(0);
    }
    .mobile-menu-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding-bottom: 16px;
      border-bottom: 1px solid rgba(23,32,27,.12);
    }
    .mobile-menu-head strong {
      font-family: Georgia, "Times New Roman", serif;
      font-size: 20px;
      font-weight: 950;
      text-transform: uppercase;
    }
    .mobile-menu-close {
      width: 44px;
      height: 44px;
      border: 0;
      border-radius: 50%;
      background: #17201b;
      color: #fff;
      font-size: 24px;
      line-height: 1;
      cursor: pointer;
    }
    .mobile-menu-links {
      display: grid;
      gap: 12px;
    }
    .mobile-menu-links a {
      min-height: 58px;
      padding: 15px 18px;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      background: rgba(255,255,255,.72);
      border: 1px solid rgba(23,32,27,.08);
      color: #17201b;
      box-shadow: 0 10px 30px rgba(23,32,27,.04);
      font-size: 17px;
      font-weight: 950;
    }
    .mobile-menu-links a:hover,
    .mobile-menu-links a:focus-visible {
      background: #eef9dc;
      border-color: rgba(139,51,69,.18);
    }
    .mobile-menu-cta {
      margin-top: auto;
      min-height: 58px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #d7ff3e;
      color: #17201b;
      font-size: 18px;
      font-weight: 950;
      text-transform: uppercase;
    }
    body.mobile-menu-lock {
      overflow: hidden;
    }
    @media (max-width: 900px) {
      .site-menu { display: none; }
      .site-menu-toggle { display: inline-flex; }
      .site-actions { gap: 8px; }
    }
    @media (max-width: 520px) {
      .mobile-menu-panel {
        width: 100%;
        padding: 18px;
      }
      .mobile-menu-links a {
        min-height: 54px;
        font-size: 16px;
      }
      .mobile-menu-cta {
        font-size: 16px;
      }
    }

  
    /* Text comfort fixes */
    .halls-panel-head {
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
    }
    .halls-count {
      width: clamp(150px, 13vw, 176px) !important;
      height: clamp(128px, 11vw, 150px) !important;
      padding: 16px 18px !important;
      border-radius: 32px !important;
      gap: 7px;
      text-align: center;
      overflow: hidden;
    }
    .halls-count strong {
      font-size: clamp(42px, 4.2vw, 56px) !important;
      line-height: .9 !important;
      letter-spacing: 0;
    }
    .halls-count small {
      max-width: 110px;
      font-size: clamp(9px, .72vw, 11px) !important;
      line-height: 1.12 !important;
      text-transform: uppercase;
      text-wrap: balance;
      overflow-wrap: normal;
      word-break: normal;
    }
    .mo-filter-panel {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
      align-items: end;
    }
    .mo-filter-panel label {
      min-width: 0;
    }
    .mo-filter-panel label:first-child {
      grid-column: span 2;
    }
    .mo-filter-panel input,
    .mo-filter-panel select {
      min-width: 0;
      font-size: 15px;
      line-height: 1.15;
      text-overflow: clip;
    }
    .mo-filter-panel select[data-sort] {
      min-width: 0;
    }
    .top-list-card strong,
    .visual-card strong,
    .event-tile strong,
    .mo-venue-card h3,
    .venue-preview-body strong,
    .hall-link strong {
      overflow-wrap: break-word;
      word-break: normal;
      hyphens: auto;
    }
    @media (max-width: 1280px) {
      .mo-filter-panel {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
      }
      .mo-filter-panel button {
        width: 100%;
      }
    }
    @media (max-width: 760px) {
      .halls-panel-head {
        grid-template-columns: 1fr;
        align-items: start;
      }
      .halls-count {
        justify-self: start;
        width: 136px !important;
        height: 118px !important;
        border-radius: 28px !important;
      }
      .halls-count strong {
        font-size: 42px !important;
      }
      .halls-count small {
        max-width: 96px;
        font-size: 9px !important;
      }
      .mo-filter-panel {
        grid-template-columns: 1fr !important;
      }
      .mo-filter-panel label:first-child {
        grid-column: auto;
      }
      .mo-filter-panel select[data-sort] {
        min-width: 0;
      }
    }
    /* End text comfort fixes */

  
    /* Responsive QA guard */
    html,
    body {
      max-width: 100%;
      overflow-x: hidden;
    }
    img,
    video,
    canvas,
    svg {
      max-width: 100%;
      height: auto;
    }
    .portal-frame,
    .shell,
    .kz-portal-page,
    .kz-footer-shell,
    .mo-full-registry,
    .guide-dashboard,
    .story-strip,
    .halls-panel,
    .faq-section .shell {
      max-width: 100%;
    }
    .site-menu,
    .site-actions,
    .hero-tools,
    .top-list-card,
    .halls-page-link,
    .mobile-menu-links a,
    .event-article-grid article,
    .mo-venue-card {
      min-width: 0;
    }
    table {
      max-width: 100%;
    }
    @media (max-width: 760px) {
      .portal-frame {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
      }
      .hero-stage {
        border-radius: 0 0 24px 24px;
      }
      .shell,
      .kz-portal-page,
      .kz-footer-shell,
      .mo-full-registry {
        width: calc(100% - 28px) !important;
      }
      .floating-banquet-cta {
        max-width: calc(100% - 28px);
        white-space: normal;
        text-align: center;
      }
      .kz-footer-actions a,
      .kz-footer-brief a,
      .halls-page-link,
      .portal-hero-order {
        width: 100%;
      }
    }
    /* End responsive QA guard */

  
    /* Unified portal header */
    .site-header {
      position: sticky;
      top: 0;
      z-index: 80;
      color: #fff;
      background:
        linear-gradient(90deg, rgba(18, 13, 10, .66), rgba(38, 29, 24, .44), rgba(18, 13, 10, .66));
      border-bottom: 1px solid rgba(255,255,255,.22);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
    }
    .site-header-inner {
      width: min(1560px, calc(100% - 64px));
      min-height: 88px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: auto minmax(0, 1fr) auto;
      align-items: center;
      gap: 24px;
    }
    .site-logo {
      color: #fff;
      font-family: Georgia, "Times New Roman", serif;
      font-weight: 900;
      font-size: clamp(20px, 1.75vw, 27px);
      letter-spacing: .04em;
      line-height: 1;
      text-transform: uppercase;
      white-space: nowrap;
    }
    .site-menu {
      min-width: 0;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: clamp(16px, 1.6vw, 26px);
    }
    .site-menu a {
      color: rgba(255,255,255,.94);
      font-size: clamp(15px, 1.05vw, 18px);
      font-weight: 950;
      line-height: 1;
      white-space: nowrap;
    }
    .site-actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 12px;
    }
    .site-order {
      min-width: 220px;
      min-height: 54px;
      padding: 0 26px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.48);
      background: rgba(255,255,255,.08);
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: clamp(15px, 1.05vw, 18px);
      font-weight: 950;
      line-height: 1;
      white-space: nowrap;
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
    }
    .site-menu-toggle {
      width: 54px;
      height: 54px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.42);
      background: rgba(255,255,255,.12);
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font: inherit;
      font-size: 21px;
      font-weight: 950;
      cursor: pointer;
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
    }
    .hero-stage > .site-header {
      position: relative;
      background: rgba(18, 13, 10, .18);
    }
    @media (max-width: 980px) {
      .site-header-inner {
        width: min(100% - 28px, 1560px);
        min-height: 70px;
        grid-template-columns: 1fr auto;
        gap: 14px;
      }
      .site-logo { font-size: 20px; }
      .site-menu { display: none; }
      .site-order { display: none; }
      .site-menu-toggle { width: 48px; height: 48px; font-size: 20px; }
    }
    @media (max-width: 520px) {
      .site-header-inner { width: calc(100% - 22px); min-height: 64px; }
      .site-logo { font-size: 17px; letter-spacing: .03em; }
      .site-menu-toggle { width: 44px; height: 44px; }
    }
    /* End unified portal header */

  