
    :root {
      --ivory: #fff7ed;
      --warm: #f4e5d0;
      --sand: #ead1b0;
      --linen: #fbefe0;
      --paper: #fffaf4;
      --espresso: #2d221e;
      --brown: #4a3930;
      --muted: #786a60;
      --wine: #7b2637;
      --wine-deep: #5b1d2b;
      --wine-soft: #b85d70;
      --copper: #b7793e;
      --olive: #6a765b;
      --line: rgba(45, 34, 30, .14);
      --line-wine: rgba(123, 38, 55, .22);
      --shadow: 0 28px 80px rgba(66, 39, 25, .14);
      --shadow-soft: 0 16px 48px rgba(66, 39, 25, .09);
      --radius-xl: 38px;
      --radius-lg: 26px;
      --radius-md: 18px;
      --max: 1160px;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
      color: var(--espresso);
      background:
        radial-gradient(circle at 8% -6%, rgba(123, 38, 55, .13), transparent 26%),
        radial-gradient(circle at 100% 4%, rgba(183, 121, 62, .15), transparent 24%),
        linear-gradient(180deg, var(--ivory) 0%, var(--warm) 46%, var(--ivory) 100%);
      line-height: 1.55;
    }
    h1, h2, h3, p { margin-top: 0; }
    h1, h2 {
      font-family: Georgia, "Times New Roman", serif;
      font-weight: 500;
      letter-spacing: -.052em;
      line-height: .98;
    }
    h1 { font-size: clamp(3.1rem, 7.6vw, 7.45rem); margin-bottom: 26px; max-width: 940px; }
    h2 { font-size: clamp(2.15rem, 5vw, 4.85rem); margin-bottom: 22px; }
    h3 { font-size: 1.16rem; letter-spacing: -.012em; margin-bottom: 10px; }
    p { font-size: 1.04rem; }
    a { color: inherit; }
    .container { width: min(var(--max), calc(100% - 44px)); margin: 0 auto; }

    /* TOPBAR */
    .topbar {
      position: sticky; top: 0; z-index: 60;
      background: rgba(255, 247, 237, .82);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(45, 34, 30, .10);
    }
    .topbar-inner {
      min-height: 70px;
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 18px;
    }
    .brand { font-weight: 950; letter-spacing: -.02em; font-size: 1.06rem; }
    .top-meta { justify-self: center; color: var(--muted); font-weight: 800; font-size: .92rem; }
    .topbar .top-action { justify-self: end; }

    .button {
      display: inline-flex; align-items: center; justify-content: center;
      min-height: 56px; padding: 0 27px; border-radius: 999px; border: 0;
      text-decoration: none; cursor: pointer; font-weight: 950;
      background: var(--wine); color: var(--paper);
      box-shadow: 0 18px 44px rgba(123, 38, 55, .24);
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
      white-space: nowrap; font-size: 1rem;
    }
    .button:hover { transform: translateY(-2px); background: var(--wine-deep); box-shadow: 0 22px 52px rgba(123, 38, 55, .30); }
    .button.ghost {
      background: rgba(255,250,244,.66); color: var(--wine);
      border: 1px solid var(--line-wine); box-shadow: none;
    }
    .button:disabled { opacity: .6; cursor: not-allowed; transform: none; }

    /* HERO */
    .hero { position: relative; padding: 86px 0 54px; overflow: hidden; }
    .hero::after {
      content: "вина     оправдание     натиск     мълчание";
      position: absolute; left: 50%; top: 146px;
      transform: translateX(-50%) rotate(-6deg);
      font-family: Georgia, "Times New Roman", serif;
      color: rgba(123, 38, 55, .065);
      font-size: clamp(5rem, 13vw, 15rem);
      white-space: nowrap; pointer-events: none; z-index: 0;
    }
    .hero-grid {
      position: relative; z-index: 2;
      display: grid; grid-template-columns: 1.12fr .88fr;
      gap: 48px; align-items: center;
    }
    .eyebrow {
      display: inline-flex; align-items: center; gap: 12px; margin-bottom: 22px;
      color: var(--wine); text-transform: uppercase; font-size: .78rem;
      letter-spacing: .13em; font-weight: 950;
    }
    .eyebrow::before { content: ""; width: 38px; height: 2px; background: var(--wine); }
    .lead { max-width: 780px; color: var(--brown); font-size: clamp(1.16rem, 1.9vw, 1.46rem); margin-bottom: 28px; }
    .hero-proof { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-bottom: 30px; }
    .pill {
      display: inline-flex; align-items: center; min-height: 38px; padding: 0 14px;
      border: 1px solid rgba(123,38,55,.18); border-radius: 999px;
      background: rgba(255,250,244,.68); color: var(--brown);
      font-size: .9rem; font-weight: 800;
    }
    .hero-actions { display: flex; gap: 15px; align-items: center; flex-wrap: wrap; }
    .note { color: var(--muted); font-size: .95rem; font-weight: 720; }

    .scene-object { position: relative; min-height: 620px; display: grid; align-items: center; }
    .portrait-window {
      position: relative; min-height: 570px;
      border-radius: 46px 46px 46px 8px;
      background: linear-gradient(145deg, rgba(255,250,244,.88), rgba(244,229,208,.72)), var(--paper);
      border: 1px solid var(--line); box-shadow: var(--shadow); overflow: hidden;
      padding: 28px; display: flex; flex-direction: column; justify-content: flex-end;
    }
    .portrait-window::before {
      content: ""; position: absolute; inset: 22px;
      border-radius: 34px 34px 34px 6px;
      border: 1px dashed rgba(45,34,30,.18);
    }
    .portrait-window::after {
      content: ""; position: absolute; width: 250px; height: 250px;
      top: -80px; right: -76px; border-radius: 50%;
      background: rgba(123,38,55,.10);
    }
    .portrait-placeholder {
      position: relative; z-index: 2; min-height: 300px;
      border-radius: 32px 32px 32px 6px;
      border: 1.5px dashed rgba(45,34,30,.22);
      display: grid; place-items: center; text-align: center; padding: 26px;
      color: rgba(45,34,30,.62); font-weight: 900;
      background: radial-gradient(circle at 50% 12%, rgba(123,38,55,.12), transparent 35%), rgba(255,255,255,.42);
    }
    .portrait-img {
      position: relative; z-index: 2;
      width: 100%; border-radius: 32px 32px 32px 6px;
      object-fit: cover; display: block;
    }

    .quote-chip {
      position: absolute; z-index: 3; max-width: 315px; padding: 17px 18px;
      border-radius: 22px; box-shadow: var(--shadow-soft);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 1.38rem; line-height: 1.12; letter-spacing: -.025em;
      border: 1px solid rgba(45,34,30,.10);
    }
    .quote-chip.one { top: 22px; left: -26px; background: var(--wine); color: var(--paper); transform: rotate(-3deg); }
    .quote-chip.two { top: 162px; right: -22px; background: var(--paper); color: var(--espresso); transform: rotate(3deg); }
    .quote-chip.three {
      left: 26px; bottom: 120px; background: #ead8be; color: var(--brown);
      transform: rotate(-1deg);
      font-family: Inter, sans-serif; font-size: 1rem; line-height: 1.4; letter-spacing: 0;
    }

    /* REGISTRATION FORM */
    .reserve {
      position: relative; z-index: 4;
      margin: 0 auto; width: min(1040px, calc(100% - 44px));
      background: radial-gradient(circle at 3% 0%, rgba(255,250,244,.14), transparent 26%), linear-gradient(135deg, var(--wine-deep), var(--wine));
      color: var(--paper); border-radius: var(--radius-xl);
      box-shadow: 0 30px 84px rgba(91, 29, 43, .23);
      padding: 22px; transform: translateY(22px);
    }
    .reserve-inner { display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 12px; align-items: end; }
    .reserve-title {
      grid-column: 1 / -1; display: flex; justify-content: space-between;
      gap: 18px; align-items: baseline; padding: 0 4px 8px;
    }
    .reserve-title strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 500; letter-spacing: -.03em; }
    .reserve-title span { color: rgba(255,250,244,.72); font-size: .92rem; font-weight: 720; }
    .field { display: grid; gap: 7px; }
    .field label { color: rgba(255,250,244,.78); font-size: .82rem; font-weight: 900; }
    .field input {
      width: 100%; min-height: 54px; border-radius: 17px;
      border: 1px solid rgba(255,250,244,.20); background: rgba(255,250,244,.08);
      color: var(--paper); font-size: 1rem; padding: 0 15px; outline: none;
      transition: border-color .2s;
    }
    .field input::placeholder { color: rgba(255,250,244,.52); }
    .field input:focus { border-color: rgba(255,250,244,.5); background: rgba(255,250,244,.13); }
    .reserve .button { background: var(--paper); color: var(--wine-deep); box-shadow: none; min-height: 54px; white-space: nowrap; }
    .reserve .button:hover { background: var(--ivory); }

    /* Form feedback */
    .form-msg {
      grid-column: 1 / -1; padding: 14px 18px; border-radius: 14px;
      font-weight: 800; font-size: .95rem; display: none;
    }
    .form-msg.success { background: rgba(255,250,244,.18); color: var(--paper); display: block; }
    .form-msg.error { background: rgba(255,80,80,.18); color: #ffcdd2; display: block; }

    /* SECTIONS */
    section { padding: 92px 0; }
    .section-head { max-width: 880px; margin-bottom: 42px; }
    .kicker { color: var(--wine); text-transform: uppercase; font-size: .78rem; letter-spacing: .13em; font-weight: 950; margin-bottom: 13px; }
    .section-head p { max-width: 760px; color: var(--brown); font-size: 1.12rem; }

    .symptom-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: stretch; }
    .symptom-large {
      min-height: 510px; border-radius: 44px; padding: clamp(30px, 5vw, 56px);
      background: linear-gradient(145deg, rgba(255,250,244,.84), rgba(234,209,176,.58));
      border: 1px solid var(--line); box-shadow: var(--shadow-soft);
      display: flex; flex-direction: column; justify-content: space-between;
    }
    .symptom-large h2 { font-size: clamp(2.4rem, 5.6vw, 5.2rem); max-width: 680px; }
    .symptom-large p { color: var(--brown); font-size: 1.17rem; max-width: 620px; margin-bottom: 0; }
    .symptom-cards { display: grid; gap: 16px; }
    .symptom {
      position: relative; border-radius: var(--radius-lg);
      background: rgba(255,250,244,.72); border: 1px solid var(--line);
      padding: 27px; box-shadow: 0 13px 38px rgba(66,39,25,.07); overflow: hidden;
    }
    .symptom::before {
      content: ""; position: absolute; width: 58px; height: 4px;
      top: 0; left: 28px; background: var(--wine); border-radius: 0 0 8px 8px;
    }
    .symptom p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.15vw, 2rem); line-height: 1.12; letter-spacing: -.035em; }

    .turn {
      padding: 104px 0;
      background: radial-gradient(circle at 88% 0%, rgba(123,38,55,.12), transparent 28%), var(--paper);
      border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
    }
    .turn-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 48px; align-items: center; }
    .mark {
      width: 210px; height: 210px; border-radius: 50%;
      display: grid; place-items: center;
      background: rgba(123,38,55,.09); color: var(--wine);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 9rem; line-height: 1; letter-spacing: -.1em;
      border: 1px solid rgba(123,38,55,.14);
    }
    .turn h2 { max-width: 890px; margin-bottom: 24px; }
    .turn p { color: var(--brown); font-size: 1.18rem; max-width: 780px; }

    .model { position: relative; overflow: hidden; }
    .model::before {
      content: "6"; position: absolute; right: -30px; top: -30px;
      font-family: Georgia, "Times New Roman", serif; font-size: 30rem;
      color: rgba(123,38,55,.05); line-height: .8; pointer-events: none;
    }
    .model-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; gap: 48px; align-items: start; }
    .sticky { position: sticky; top: 105px; }
    .visual-box {
      min-height: 260px; border: 1.5px dashed rgba(45,34,30,.24); border-radius: 34px;
      display: grid; place-items: center; text-align: center; padding: 26px;
      color: rgba(45,34,30,.62); font-weight: 900;
      background: linear-gradient(145deg, rgba(255,250,244,.78), rgba(234,209,176,.48));
      margin-top: 28px; overflow: hidden;
    }
    .visual-box img { width: 100%; height: 100%; object-fit: cover; border-radius: 26px; }
    .steps { display: grid; gap: 12px; counter-reset: step; }
    .step {
      counter-increment: step; display: grid; grid-template-columns: 66px 1fr; gap: 18px;
      background: rgba(255,250,244,.76); border: 1px solid var(--line);
      border-radius: var(--radius-lg); padding: 22px; box-shadow: 0 14px 38px rgba(66,39,25,.065);
    }
    .step::before {
      content: "0" counter(step); width: 66px; height: 66px; border-radius: 50%;
      display: grid; place-items: center;
      background: rgba(123,38,55,.10); color: var(--wine); font-weight: 950;
      border: 1px solid rgba(123,38,55,.16);
    }
    .step h3 { margin: 0 0 4px; }
    .step p { color: var(--muted); margin: 0; font-size: .98rem; }

    .filter { background: linear-gradient(180deg, rgba(255,250,244,.44), rgba(255,247,237,.82)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .filter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
    .filter-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-xl); padding: clamp(30px, 4vw, 48px); box-shadow: var(--shadow-soft); }
    .filter-card.no { background: radial-gradient(circle at 100% 0%, rgba(123,38,55,.08), transparent 28%), #faefe4; }
    .filter-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.85rem, 3vw, 2.65rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.05; margin-bottom: 22px; }
    .filter-card ul { display: grid; gap: 13px; list-style: none; padding: 0; margin: 0; }
    .filter-card li { position: relative; padding-left: 26px; color: var(--brown); }
    .filter-card li::before { content: ""; position: absolute; left: 0; top: 9px; width: 9px; height: 9px; border-radius: 50%; background: var(--wine); }

    .host { background: radial-gradient(circle at 8% 0%, rgba(123,38,55,.10), transparent 30%), var(--ivory); }
    .host-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 52px; align-items: center; }
    .host-portrait {
      min-height: 560px; border-radius: 46px 46px 8px 46px;
      border: 1.5px dashed rgba(45,34,30,.25);
      display: grid; place-items: center; text-align: center; padding: 30px;
      background: radial-gradient(circle at 50% 12%, rgba(123,38,55,.12), transparent 32%), linear-gradient(145deg, rgba(255,250,244,.82), rgba(234,209,176,.54));
      color: rgba(45,34,30,.62); font-weight: 900; box-shadow: var(--shadow-soft);
      overflow: hidden; position: relative;
    }
    .host-portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: inherit; }
    .host-copy p { color: var(--brown); max-width: 720px; }
    .proof-list { margin: 28px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
    .proof-list li { border-top: 1px solid var(--line); padding-top: 14px; color: var(--brown); }
    .proof-list strong { color: var(--wine); }

    .details { background: var(--paper); border-top: 1px solid var(--line); }
    .details-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 28px; align-items: start; }
    .date-card { background: linear-gradient(145deg, var(--wine-deep), var(--wine)); color: var(--paper); border-radius: var(--radius-xl); padding: clamp(32px, 5vw, 58px); box-shadow: 0 26px 70px rgba(91,29,43,.20); }
    .date-card h2 { color: var(--paper); }
    .date-card p { color: rgba(255,250,244,.76); font-size: 1.12rem; }
    .facts { display: grid; gap: 0; margin-top: 28px; border-top: 1px solid rgba(255,250,244,.18); }
    .fact { display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid rgba(255,250,244,.18); }
    .fact strong { color: rgba(255,250,244,.62); text-transform: uppercase; font-size: .76rem; letter-spacing: .1em; }
    .fact span { font-weight: 900; }
    .faq { display: grid; gap: 12px; }
    .faq-item { border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,247,237,.86); padding: 21px; }
    .faq-item h3 { margin-bottom: 5px; }
    .faq-item p { margin: 0; color: var(--muted); font-size: .97rem; }

    .final { position: relative; overflow: hidden; text-align: center; padding: 104px 0 112px; background: radial-gradient(circle at 50% 0%, rgba(183,121,62,.18), transparent 28%), linear-gradient(180deg, var(--ivory), var(--warm)); }
    .final::before { content: "не по стария начин"; position: absolute; left: 50%; top: 36px; transform: translateX(-50%) rotate(-5deg); font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 11vw, 12rem); color: rgba(123,38,55,.06); white-space: nowrap; pointer-events: none; }
    .final .container { position: relative; z-index: 2; }
    .final h2 { max-width: 950px; margin-left: auto; margin-right: auto; }
    .final p { max-width: 720px; margin-left: auto; margin-right: auto; color: var(--brown); font-size: 1.18rem; }

    .footer { padding: 28px 0 34px; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; background: var(--ivory); }
    .footer-inner { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
    .mobile-sticky { display: none; }

    /* =========== RESPONSIVE =========== */
    @media (max-width: 980px) {
      .topbar-inner { grid-template-columns: 1fr auto; }
      .top-meta { display: none; }
      .hero-grid, .symptom-layout, .turn-grid, .model-grid, .filter-grid, .host-grid, .details-grid { grid-template-columns: 1fr; }
      .scene-object { min-height: auto; }
      .portrait-window { min-height: 520px; }
      .reserve-inner { grid-template-columns: 1fr; }
      .reserve-title { display: block; }
      .reserve-title span { display: block; margin-top: 4px; }
      .sticky { position: static; }
      .mark { width: 150px; height: 150px; font-size: 6rem; }
    }
    @media (max-width: 680px) {
      .container { width: min(100% - 28px, var(--max)); }
      .topbar-inner { min-height: 64px; }
      .topbar .button { min-height: 42px; padding: 0 14px; font-size: .9rem; }
      .hero { padding: 56px 0 36px; }
      h1 { font-size: clamp(2.6rem, 15vw, 4.25rem); }
      section { padding: 62px 0; }
      .hero-actions .button { width: 100%; }
      .note { width: 100%; text-align: center; }
      .portrait-window { min-height: 500px; border-radius: 32px 32px 32px 8px; padding: 18px; }
      .portrait-placeholder { min-height: 230px; }
      .quote-chip { max-width: 255px; font-size: 1.08rem; }
      .quote-chip.one { left: -8px; }
      .quote-chip.two { right: -6px; }
      .quote-chip.three { left: 12px; bottom: 106px; }
      .reserve { width: calc(100% - 28px); padding: 16px; border-radius: 26px; }
      .symptom-large { min-height: 420px; border-radius: 32px; }
      .symptom { padding: 23px; }
      .turn { padding: 70px 0; }
      .step { grid-template-columns: 48px 1fr; padding: 18px; }
      .step::before { width: 48px; height: 48px; font-size: .92rem; }
      .host-portrait { min-height: 340px; }
      .fact { grid-template-columns: 1fr; gap: 5px; }
      .mobile-sticky { display: block; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 90; }
      .mobile-sticky a { width: 100%; }
      .footer { padding-bottom: 90px; }
    }
  

/* =========== NLP.BG-LIKE SITE MENU =========== */
.site-header {
  position: sticky; top: 0; z-index: 80;
  background: rgba(255, 247, 237, .94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(45, 34, 30, .10);
  box-shadow: 0 8px 28px rgba(66,39,25,.055);
}
.site-header-top {
  min-height: 38px; border-bottom: 1px solid rgba(45,34,30,.08);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  color: var(--muted); font-size: .86rem; font-weight: 760;
}
.site-contact { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.site-account { display: flex; gap: 12px; align-items: center; }
.site-account a, .site-contact a { text-decoration: none; color: var(--brown); }
.site-nav-row { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.site-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; min-width: 190px; }
.logo-mark { width: 44px; height: 44px; border-radius: 14px; background: linear-gradient(145deg, var(--wine), var(--wine-deep)); color: var(--paper); display: grid; place-items: center; font-family: Georgia,serif; font-weight: 700; font-size: 1.24rem; box-shadow: 0 12px 26px rgba(123,38,55,.18); }
.logo-text strong { display: block; font-size: .98rem; line-height: 1.05; letter-spacing: -.02em; }
.logo-text span { display: block; font-size: .74rem; color: var(--muted); margin-top: 2px; }
.site-menu { display: flex; align-items: center; justify-content: flex-end; gap: 2px; list-style: none; margin: 0; padding: 0; }
.site-menu > li { position: relative; }
.site-menu a { display: flex; align-items: center; gap: 6px; min-height: 44px; padding: 0 12px; text-decoration: none; color: var(--espresso); font-size: .91rem; font-weight: 880; border-radius: 999px; white-space: nowrap; }
.site-menu a:hover { background: rgba(123,38,55,.08); color: var(--wine); }
.site-menu .has-sub > a::after { content: "⌄"; font-size: .82rem; color: var(--muted); }
.submenu { position: absolute; left: 0; top: calc(100% + 8px); min-width: 255px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-soft); padding: 8px; list-style: none; margin: 0; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .16s ease; }
.site-menu li:hover > .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu a { border-radius: 12px; min-height: 38px; justify-content: flex-start; font-size: .9rem; padding: 0 12px; }
.mobile-menu-toggle { display: none; border: 1px solid var(--line); background: var(--paper); border-radius: 999px; min-height: 42px; padding: 0 14px; font-weight: 950; color: var(--wine); }
.hp-field { position: absolute !important; left: -9999px !important; top: auto !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.consent { grid-column: 1 / -1; display: flex; gap: 10px; align-items: flex-start; color: rgba(255,250,244,.78); font-size: .86rem; font-weight: 720; padding: 2px 4px 0; }
.consent input { margin-top: 4px; accent-color: var(--paper); }
.consent a { color: var(--paper); font-weight: 950; }
.reserve-inner { grid-template-columns: 1fr 1.1fr 1fr auto; }
.thank-you-page { min-height: 70vh; display: grid; place-items: center; padding: 90px 0; }
.thank-card { width: min(820px, calc(100% - 36px)); border-radius: var(--radius-xl); background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); padding: clamp(34px, 5vw, 62px); text-align: center; }
.thank-card h1 { font-size: clamp(2.6rem, 6vw, 5.4rem); margin-left: auto; margin-right: auto; }
.thank-card p { color: var(--brown); font-size: 1.14rem; }
.admin-link-footer { opacity: .55; text-decoration: none; }
@media (max-width: 1080px) {
  .mobile-menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .site-nav-row { min-height: 64px; }
  .site-menu { display: none; position: absolute; left: 18px; right: 18px; top: calc(100% + 8px); background: var(--paper); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); padding: 12px; align-items: stretch; flex-direction: column; }
  .site-header.menu-open .site-menu { display: flex; }
  .site-menu a { justify-content: space-between; border-radius: 14px; padding: 0 14px; }
  .submenu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 8px 12px; background: transparent; min-width: 0; display: block; }
  .submenu a { min-height: 34px; font-weight: 760; color: var(--brown); }
  .site-header-top { display: none; }
}
@media (max-width: 980px) { .reserve-inner { grid-template-columns: 1fr; } }
@media (max-width: 680px) {
  .site-logo { min-width: 0; }
  .logo-text span { display: none; }
  .logo-mark { width: 40px; height: 40px; }
}
