:root {
      /* Egérkövető háttérfény (site.js tölti) */
      --spot-x: 50%;
      --spot-y: 40%;
      /* Márkaszínek: logó (antracit + cián) + meleg semleges fotókhoz */
      --cream: #f3f4f5;
      --cream-deep: #e8eaed;
      --stone: #cfd3d8;
      --ink: #1e2528;
      --ink-muted: #5a6268;
      --charcoal: #151a1c;
      --charcoal-soft: #21292c;
      --accent: #00aeef;
      --accent-hover: #0095cf;
      --accent-dark: #0076a8;
      --accent-soft: rgba(0, 174, 239, 0.12);
      --glow: #7dd3fc;
      --silver: #c5c9cd;
      --line: rgba(30, 37, 40, 0.1);
      --radius: 2px;
      --nav-h: 5.75rem;
      --ease: cubic-bezier(0.22, 1, 0.36, 1);
      /* Háttér: ferde vonalrács + láthatóbb cián fényfoltok */
      --motif-accent-a: rgba(0, 174, 239, 0.12);
      --motif-accent-b: rgba(0, 174, 239, 0.095);
      --motif-accent-c: rgba(0, 174, 239, 0.07);
      --motif-svg: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%3E%3Cpath%20d%3D%22M0%2028L28%200%22%20fill%3D%22none%22%20stroke%3D%22%231e2528%22%20stroke-width%3D%220.5%22%20opacity%3D%220.08%22%2F%3E%3C%2Fsvg%3E");
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    html {
      scroll-behavior: smooth;
      height: 100%;
      background-color: var(--cream);
    }
    body {
      font-family: "Outfit", system-ui, sans-serif;
      font-weight: 400;
      font-size: 1.02rem;
      line-height: 1.65;
      color: var(--ink);
      background-color: transparent;
      background-image:
        radial-gradient(ellipse 72% 48% at 91% 6%, var(--motif-accent-a) 0%, transparent 58%),
        radial-gradient(ellipse 56% 42% at 7% 94%, var(--motif-accent-b) 0%, transparent 54%),
        radial-gradient(ellipse 48% 40% at 58% 40%, var(--motif-accent-c) 0%, transparent 56%),
        var(--motif-svg);
      background-size: auto, auto, auto, 28px 28px;
      background-position: 0 0, 0 0, 0 0, 0 0;
      background-attachment: fixed;
      background-repeat: no-repeat, no-repeat, no-repeat, repeat;
      -webkit-font-smoothing: antialiased;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
    }
    /* Lágy, szétszórt fényfolt a kurzor körül */
    body::after {
      content: "";
      position: fixed;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      background: radial-gradient(
        circle 320px at var(--spot-x) var(--spot-y),
        rgba(0, 174, 239, 0.10) 0%,
        rgba(0, 174, 239, 0.055) 35%,
        rgba(0, 174, 239, 0.018) 65%,
        transparent 100%
      );
    }
    @media (prefers-reduced-motion: reduce) {
      body::after {
        display: none;
      }
    }
    body > main {
      flex: 1 0 auto;
      position: relative;
      z-index: 1;
    }

    img { max-width: 100%; height: auto; display: block; }
    a { color: inherit; text-decoration: none; }

    .font-display {
      font-family: "Cormorant Garamond", Georgia, serif;
      font-weight: 500;
      letter-spacing: 0.02em;
    }

    header.site-header {
      position: sticky;
      top: 0;
      z-index: 100;
      background: rgba(243, 244, 245, 0.94);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid var(--line);
    }

    .nav-inner {
      max-width: 1240px;
      margin: 0 auto;
      padding: 0.55rem 1.25rem;
      min-height: var(--nav-h);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
    }
    @media (min-width: 961px) {
      .nav-inner {
        justify-content: flex-start;
        gap: 0.75rem;
        padding-right: 6.75rem;
      }
      nav.primary {
        flex: 1;
        justify-content: center;
        min-width: 0;
        margin-right: 2.75rem;
      }
      .nav-inner > .nav-cta {
        margin-left: auto;
      }
      .nav-inner > .lang-switch {
        position: absolute;
        right: 1.25rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        flex-shrink: 0;
      }
    }

    .brand {
      display: flex;
      flex-direction: column;
      line-height: 1.1;
      align-items: flex-start;
    }
    .brand-logo {
      flex-shrink: 0;
      padding: 0.2rem 0;
      line-height: 0;
    }
    .brand-logo img {
      height: clamp(43px, 10.5vw, 80px);
      width: auto;
      max-width: min(324px, 46vw);
      display: block;
      object-fit: contain;
      filter: drop-shadow(0 3px 10px rgba(21, 26, 28, 0.12)) drop-shadow(0 1px 2px rgba(0, 174, 239, 0.08));
    }
    @media (min-width: 961px) and (max-width: 1199px) {
      .brand-logo img { height: 58px; max-width: 246px; }
    }
    @media (min-width: 1200px) {
      .brand-logo img { height: 86px; max-width: 368px; }
    }
    .brand strong {
      font-family: "Cormorant Garamond", Georgia, serif;
      font-size: 1.55rem;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }
    .brand span {
      font-size: 0.72rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--ink-muted);
    }

    nav.primary {
      display: flex;
      align-items: center;
      gap: 0.15rem;
    }
    /* Klón csak mobil menühöz (site.js); gépen a .nav-inner > .lang-switch marad */
    @media (min-width: 961px) {
      nav.primary .lang-switch-mobile {
        display: none;
      }
    }
    nav.primary a {
      font-size: 0.78rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      white-space: nowrap;
      padding: 0.5rem 0.65rem;
      color: var(--ink);
      position: relative;
    }
    nav.primary a::after {
      content: "";
      position: absolute;
      left: 0.65rem;
      right: 0.65rem;
      bottom: 0.2rem;
      height: 1px;
      background: var(--accent);
      transform: scaleX(0);
      transform-origin: right;
      transition: transform 0.35s var(--ease);
    }
    nav.primary a:hover::after {
      transform: scaleX(1);
      transform-origin: left;
    }

    .lang-switch {
      flex-shrink: 0;
      display: inline-flex;
      align-items: center;
      gap: 2px;
      border: 1px solid var(--line);
      padding: 3px;
    }
    .lang-btn {
      font-family: "Outfit", system-ui, sans-serif;
      font-size: 0.62rem;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 0.32rem 0.5rem;
      border: none;
      background: transparent;
      cursor: pointer;
      color: var(--ink-muted);
      line-height: 1;
      transition: all 0.25s var(--ease);
    }
    .lang-btn:hover {
      color: var(--ink);
      background: rgba(30, 37, 40, 0.04);
    }
    .lang-btn:focus-visible {
      outline: 1px solid var(--accent);
      outline-offset: 1px;
    }
    .lang-btn.is-active,
    .lang-btn[aria-pressed="true"] {
      color: var(--cream);
      background: var(--ink);
      font-weight: 600;
    }
    .lang-sep { display: none; }

    .nav-cta {
      font-size: 0.75rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 0.65rem 1.1rem;
      background: var(--ink);
      color: var(--cream);
      border: 1px solid var(--ink);
      transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s;
    }
    .nav-cta:hover {
      background: transparent;
      color: var(--ink);
      border-color: var(--ink);
    }

    .menu-toggle {
      display: none;
      width: 44px;
      height: 44px;
      border: 1px solid var(--line);
      background: transparent;
      cursor: pointer;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 5px;
    }
    .menu-toggle span {
      display: block;
      width: 20px;
      height: 1px;
      background: var(--ink);
    }

    @media (max-width: 960px) {
      .menu-toggle { display: flex; }
      .nav-inner {
        flex-wrap: wrap;
        row-gap: 0.5rem;
      }
      .nav-inner .brand-logo {
        order: 1;
        flex: 1 1 auto;
        min-width: 0;
      }
      .nav-inner .nav-cta {
        order: 2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.55rem 0.85rem;
        font-size: 0.7rem;
        flex-shrink: 0;
      }
      .nav-inner .menu-toggle {
        order: 3;
        flex-shrink: 0;
      }
      .nav-inner > .lang-switch {
        display: none;
      }
      nav.primary {
        order: 4;
        flex: 1 1 100%;
        width: 100%;
        position: fixed;
        inset: calc(var(--nav-h) + 8px) 0 auto 0;
        background: var(--cream);
        flex-direction: column;
        padding: 1.25rem;
        gap: 0.25rem;
        border-bottom: 1px solid var(--line);
        transform: translateY(-120%);
        opacity: 0;
        pointer-events: none;
        transition: transform 0.45s var(--ease), opacity 0.35s;
      }
      body.menu-open nav.primary {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
      }
      nav.primary a {
        padding: 0.75rem 0;
        width: 100%;
        border-bottom: 1px solid var(--line);
      }
      nav.primary a::after { display: none; }
      nav.primary .lang-switch-mobile {
        display: inline-flex;
        align-self: flex-start;
        margin-top: 0.75rem;
        padding: 3px;
        gap: 2px;
        border: 1px solid var(--line);
      }
      nav.primary .lang-switch-mobile .lang-btn {
        font-size: 0.68rem;
        padding: 0.38rem 0.55rem;
      }
    }

    /* —— Hero —— */
    .hero {
      position: relative;
      min-height: calc(100vh - var(--nav-h));
      display: grid;
      grid-template-columns: 1fr 1fr;
      /* Egy sor: legalább teljes nézet, de ha a szöveges oszlop magasabb, a kép oszlop ehhez igazodik */
      grid-template-rows: minmax(calc(100vh - var(--nav-h)), auto);
      align-items: stretch;
      align-content: stretch;
      max-width: 100%;
    }
    @media (max-width: 900px) {
      .hero {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        min-height: auto;
      }
    }

    .hero-visual {
      position: relative;
      overflow: hidden;
    }
    @media (min-width: 901px) {
      .hero > .hero-visual {
        min-height: 0;
        align-self: stretch;
        height: 100%;
      }
    }
    @media (max-width: 900px) {
      .hero > .hero-visual {
        min-height: 0;
    aspect-ratio: 16 / 10;
    width: 100%;
    max-height: none;
    margin-inline: 0;
      }
    }
    .hero-visual img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      animation: heroKen 22s ease-in-out infinite alternate;
    }
    @media (min-width: 901px) {
      .hero-visual img {
        position: absolute;
        inset: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
      }
    }
    @media (max-width: 900px) {
      .hero-visual img {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        min-height: 0;
        object-fit: cover;
      }
    }
    @keyframes heroKen {
      from { transform: scale(1); }
      to { transform: scale(1.06); }
    }

    /* --- Hero Slideshow: crossfade with Ken Burns variants --- */
    .hero-slideshow .hero-slide {
      opacity: 0;
      transition: opacity 1.8s cubic-bezier(0.4, 0, 0.2, 1);
      will-change: opacity, transform;
    }
    .hero-slideshow .hero-slide--active {
      opacity: 1;
    }
    .hero-slideshow .hero-slide:nth-child(1) {
      animation: heroKen1 22s ease-in-out infinite alternate;
    }
    .hero-slideshow .hero-slide:nth-child(2) {
      animation: heroKen2 26s ease-in-out infinite alternate;
    }
    .hero-slideshow .hero-slide:nth-child(3) {
      animation: heroKen3 20s ease-in-out infinite alternate;
    }
    .hero-slideshow .hero-slide:nth-child(4) {
      animation: heroKen4 24s ease-in-out infinite alternate;
    }
    @keyframes heroKen1 {
      from { transform: scale(1); }
      to   { transform: scale(1.08) translate(-1%, 0.5%); }
    }
    @keyframes heroKen2 {
      from { transform: scale(1.05) translate(1%, 0); }
      to   { transform: scale(1) translate(-0.5%, 1%); }
    }
    @keyframes heroKen3 {
      from { transform: scale(1) translate(0, 0.8%); }
      to   { transform: scale(1.07) translate(1%, -0.5%); }
    }
    @keyframes heroKen4 {
      from { transform: scale(1.06) translate(-0.5%, -0.5%); }
      to   { transform: scale(1) translate(0.5%, 0.5%); }
    }

    /* --- Hero text entrance animations --- */
    #bemutatkozas .hero-entrance {
      opacity: 0;
      transform: translateY(28px);
      animation: heroTextReveal 1.1s var(--ease) both;
    }
    #bemutatkozas .hero-entrance:nth-child(1) { animation-delay: 0.25s; }
    #bemutatkozas .hero-entrance:nth-child(2) { animation-delay: 0.6s; }
    #bemutatkozas .hero-entrance:nth-child(3) { animation-delay: 0.9s; }
    @keyframes heroTextReveal {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    #bemutatkozas .hero-copy::before {
      transform: scaleY(0);
      transform-origin: top;
      animation: accentDraw 1.4s var(--ease) 0.4s both;
    }
    @keyframes accentDraw {
      to { transform: scaleY(1); }
    }

    @media (prefers-reduced-motion: reduce) {
      .hero-slideshow .hero-slide {
        transition: none;
        animation: none !important;
      }
      #bemutatkozas .hero-entrance {
        animation: none !important;
        opacity: 1;
        transform: none;
      }
      #bemutatkozas .hero-copy::before {
        animation: none !important;
        transform: none;
      }
    }

    .hero-visual::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(90deg, rgba(23, 21, 20, 0.12) 0%, transparent 45%);
      pointer-events: none;
    }
    .hero-visual.hero-dark::after {
      background: linear-gradient(90deg, rgba(23, 21, 20, 0.35) 0%, transparent 50%);
    }

    #bemutatkozas {
      scroll-margin-top: calc(var(--nav-h) + 0.75rem);
    }

    .hero-copy {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: clamp(2rem, 6vw, 4.5rem);
      background:
        linear-gradient(145deg, rgba(243, 244, 245, 0.82) 0%, rgba(232, 234, 237, 0.72) 100%);
      position: relative;
    }
    .hero-copy::before {
      content: "";
      position: absolute;
      top: 15%;
      left: 0;
      width: 3px;
      height: 30%;
      background: linear-gradient(180deg, var(--accent), transparent);
      opacity: 0.7;
    }
    .hero-eyebrow {
      font-size: 0.75rem;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: var(--accent-dark);
      margin-bottom: 1rem;
    }
    .hero-copy h1,
    .hero-copy h2 {
      font-family: "Cormorant Garamond", Georgia, serif;
      font-size: clamp(2.5rem, 5.2vw, 3.75rem);
      font-weight: 500;
      line-height: 1.08;
      margin-bottom: 1.25rem;
      color: var(--ink);
    }
    .hero-copy p.lead {
      font-size: 1.05rem;
      color: var(--ink-muted);
      max-width: 32ch;
      margin-bottom: 2rem;
      font-weight: 300;
    }
    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
    }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.85rem 1.75rem;
      font-size: 0.78rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      border: 1px solid transparent;
      cursor: pointer;
      transition: all 0.3s var(--ease);
    }
    .btn-primary {
      background: var(--accent);
      color: #fff;
      border-color: var(--accent);
    }
    .btn-primary:hover {
      background: var(--accent-hover);
      border-color: var(--accent-hover);
      box-shadow: 0 12px 36px rgba(0, 174, 239, 0.3);
    }
    .btn-ghost {
      background: transparent;
      color: var(--ink);
      border-color: var(--ink);
    }
    .btn-ghost:hover {
      background: var(--ink);
      color: var(--cream);
    }

    .hero-split .hero-visual:first-child { order: 2; }
    .hero-split .hero-copy {
      order: 1;
      color: #e8e2d9;
      background-color: var(--charcoal-soft);
      background-image: none;
    }
    .hero-split .hero-copy::before {
      background: linear-gradient(180deg, var(--accent), transparent);
    }
    .hero-split .hero-copy h1,
    .hero-split .hero-copy h2 { color: #f4efe6; }
    .hero-split .hero-copy p.lead { color: rgba(255, 255, 255, 0.72); }
    .hero-split .hero-copy .hero-eyebrow { color: var(--accent); }
    .hero-split .btn-ghost {
      color: #f4efe6;
      border-color: rgba(255, 255, 255, 0.35);
    }
    .hero-split .btn-ghost:hover {
      background: #fff;
      color: var(--charcoal);
      border-color: #fff;
    }
    @media (max-width: 900px) {
      .hero-split .hero-visual:first-child { order: 1; }
      .hero-split .hero-copy { order: 2; }
    }

    /* —— Sections —— */
    .page-intro {
      max-width: 1240px;
      margin: 0 auto;
      padding: clamp(2.5rem, 6vw, 4rem) 1.25rem 0;
    }
    .page-intro--centered {
      text-align: center;
    }
    .page-intro--centered .section-title {
      margin-bottom: 0.5rem;
    }
    .page-intro--centered .section-intro {
      max-width: 58ch;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 2rem;
      color: var(--ink-muted);
      font-weight: 300;
    }
    section {
      max-width: 1240px;
      margin: 0 auto;
      padding: clamp(3.5rem, 8vw, 6rem) 1.25rem;
    }
    .section-label {
      font-size: 0.72rem;
      letter-spacing: 0.26em;
      text-transform: uppercase;
      color: var(--accent-dark);
      margin-bottom: 0.75rem;
    }
    .section-title {
      font-family: "Cormorant Garamond", Georgia, serif;
      font-size: clamp(2rem, 3.5vw, 2.75rem);
      font-weight: 500;
      margin-bottom: 1.5rem;
      color: var(--ink);
    }

    .intro-grid {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: clamp(1.5rem, 4vw, 3rem);
      align-items: center;
    }
    @media (max-width: 860px) {
      .intro-grid { grid-template-columns: 1fr; }
    }
    .intro-text p + p { margin-top: 1rem; color: var(--ink-muted); font-weight: 300; }
    .intro-figure {
      position: relative;
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: 0 28px 60px rgba(42, 38, 34, 0.12);
    }
    .intro-figure::after {
      content: "";
      position: absolute;
      inset: 0;
      border: 1px solid rgba(255, 255, 255, 0.35);
      pointer-events: none;
      margin: 10px;
    }

    /* Szolgáltatások + felszereltség — háttér áttetsző, body fix mintája folytonos */
    .amenities-section {
      position: relative;
      overflow: hidden;
      isolation: isolate;
      max-width: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      padding: clamp(3.5rem, 8vw, 6rem) max(1.25rem, calc((100% - 1240px) / 2));
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(243, 244, 245, 0.35) 0%, rgba(232, 234, 237, 0.45) 100%);
    }
    /* Főoldal: nincs látható szekció-elválasztás */
    body.page-home .amenities-section {
      border-top: none;
      border-bottom: none;
    }
    body.page-home .gallery {
      background: transparent;
    }
    .amenities-section > * {
      position: relative;
      z-index: 1;
    }
    .amenities-section .section-intro {
      max-width: 52ch;
      color: var(--ink-muted);
      font-weight: 300;
      margin-bottom: 0.5rem;
    }
    /* --- Apartmanok közötti lapozható szolgáltatás-szekció --- */
    .amenities-carousel {
      margin-top: 2rem;
    }
    .amenities-carousel__head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      margin-bottom: 1.25rem;
      flex-wrap: wrap;
    }
    .amenities-carousel__title {
      margin: 0;
      font-size: clamp(1.5rem, 2.6vw, 2.1rem);
      letter-spacing: 0.005em;
      color: var(--ink);
      min-width: 0;
    }
    .amenities-carousel__controls {
      display: inline-flex;
      gap: 0.5rem;
    }
    .amenities-carousel__nav {
      width: 44px;
      height: 44px;
      padding: 0;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: #fff;
      color: var(--ink);
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.2s var(--ease), border-color 0.2s var(--ease), color 0.2s var(--ease);
    }
    .amenities-carousel__nav svg {
      width: 18px;
      height: 18px;
    }
    .amenities-carousel__nav:hover:not(:disabled) {
      background-color: var(--accent-soft);
      border-color: rgba(0, 174, 239, 0.45);
      color: var(--accent);
    }
    .amenities-carousel__nav:disabled {
      opacity: 0.32;
      cursor: not-allowed;
    }
    .amenities-carousel__viewport {
      width: 100%;
      overflow: hidden;
      position: relative;
    }
    .amenities-carousel__track {
      display: flex;
      flex-wrap: nowrap;
      transition: transform 0.55s var(--ease);
      will-change: transform;
    }
    .amenities-carousel__slide {
      flex: 0 0 100%;
      min-width: 0;
      padding: 0;
    }
    .amenities-carousel__slide .amenities-grid {
      margin-top: 0;
    }
    .amenities-carousel__empty {
      grid-column: 1 / -1;
      text-align: center;
      color: var(--ink-muted);
      font-size: 0.95rem;
      padding: 2rem 1rem;
    }
    .amenities-carousel__dots {
      display: flex;
      justify-content: center;
      gap: 0.5rem;
      margin-top: 1.6rem;
    }
    .amenities-carousel__dot {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      border: none;
      background: rgba(30, 37, 40, 0.18);
      padding: 0;
      cursor: pointer;
      transition: background-color 0.2s var(--ease), transform 0.2s var(--ease);
    }
    .amenities-carousel__dot:hover {
      background: rgba(30, 37, 40, 0.32);
    }
    .amenities-carousel__dot.is-active {
      background: var(--accent);
      transform: scale(1.3);
    }
    .amenities-carousel--single .amenities-carousel__controls,
    .amenities-carousel--single .amenities-carousel__dots {
      display: none;
    }
    @media (prefers-reduced-motion: reduce) {
      .amenities-carousel__track { transition: none; }
    }
    @media (max-width: 560px) {
      .amenities-carousel__head {
        gap: 0.75rem;
      }
      .amenities-carousel__title {
        flex: 1 1 100%;
        order: -1;
      }
      .amenities-carousel__controls {
        margin-left: auto;
      }
    }
    /* Főoldal szolgáltatásrács: ikon felül középen, cím alatta középen */
    .amenities-section .amenity-card {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 1.35rem 1rem 1.25rem;
      gap: 0.75rem;
    }
    .amenities-section .amenity-body {
      width: 100%;
    }
    .amenities-section .amenity-body h3 {
      margin-bottom: 0.4rem;
    }
    .amenities-section .amenity-body p {
      max-width: 32ch;
      margin-left: auto;
      margin-right: auto;
      font-size: 0.86rem;
      line-height: 1.5;
    }
    .amenities-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.15rem;
      margin-top: 2rem;
    }
    .amenities-grid[hidden] {
      display: none;
    }
    @media (max-width: 992px) {
      .amenities-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 560px) {
      .amenities-grid { grid-template-columns: 1fr; }
    }
    .amenity-card {
      display: flex;
      gap: 1rem;
      align-items: flex-start;
      background: #fff;
      border: 1px solid var(--line);
      padding: 1.4rem 1.35rem;
      border-radius: var(--radius);
      transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
    }
    .amenity-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 46px rgba(30, 37, 40, 0.07);
    }
    .amenity-icon {
      flex-shrink: 0;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: linear-gradient(145deg, var(--accent-soft) 0%, rgba(0, 174, 239, 0.06) 100%);
      border: 1px solid rgba(0, 174, 239, 0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--accent);
    }
    .amenity-icon svg {
      width: 26px;
      height: 26px;
    }
    .amenity-body h3 {
      font-family: "Cormorant Garamond", Georgia, serif;
      font-size: 1.22rem;
      font-weight: 600;
      margin-bottom: 0.35rem;
      color: var(--ink);
      line-height: 1.2;
    }
    .amenity-body p {
      font-size: 0.9rem;
      color: var(--ink-muted);
      font-weight: 300;
      line-height: 1.55;
    }

    /* Gallery — egy mozaik rács; lapozás a lightboxban */
    .gallery {
      background: rgba(232, 234, 237, 0.28);
      max-width: none;
      padding: 0;
    }
    .gallery-wrap {
      max-width: 1240px;
      margin: 0 auto;
      padding: clamp(3.5rem, 8vw, 6rem) 1.25rem;
    }
    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-auto-rows: minmax(120px, auto);
      gap: 0.65rem;
      margin-top: 2rem;
    }
    .gallery-grid a {
      position: relative;
      overflow: hidden;
      border-radius: var(--radius);
      display: block;
      min-height: 140px;
      cursor: pointer;
    }
    .gallery-grid img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.7s var(--ease);
      display: block;
    }
    .gallery-grid a:hover img { transform: scale(1.05); }
    .gallery-grid a::after {
      content: "";
      position: absolute;
      inset: 0;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
      pointer-events: none;
    }
    .g-span-7 { grid-column: span 7; grid-row: span 2; }
    .g-span-5 { grid-column: span 5; grid-row: span 2; }
    .g-span-4 { grid-column: span 4; }
    .g-span-8 { grid-column: span 8; }
    @media (max-width: 700px) {
      .gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 140px;
      }
      .g-span-7, .g-span-5, .g-span-4, .g-span-8 {
        grid-column: span 1;
        grid-row: span 1;
      }
    }

    /* Lightbox — lapozás nagyításban */
    .lightbox-inner {
      position: relative;
      max-width: min(96vw, 1200px);
      max-height: 90vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .lightbox-inner img {
      max-width: 100%;
      max-height: 85vh;
      width: auto;
      height: auto;
      object-fit: contain;
      box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
    }
    .lightbox-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 48px;
      height: 48px;
      border: 1px solid rgba(255, 255, 255, 0.45);
      background: rgba(10, 9, 8, 0.55);
      color: #fff;
      font-size: 1.5rem;
      line-height: 1;
      cursor: pointer;
      border-radius: var(--radius);
      transition: background 0.2s, border-color 0.2s;
      z-index: 2;
    }
    .lightbox-nav:hover {
      background: rgba(0, 174, 239, 0.35);
      border-color: var(--accent);
    }
    .lightbox-nav:disabled {
      opacity: 0.25;
      cursor: not-allowed;
    }
    .lightbox-nav.lb-prev { left: 0.5rem; }
    .lightbox-nav.lb-next { right: 0.5rem; }
    .lightbox-counter {
      position: absolute;
      bottom: -2.25rem;
      left: 50%;
      transform: translateX(-50%);
      font-size: 0.75rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.65);
      white-space: nowrap;
    }
    @media (max-width: 640px) {
      .lightbox-nav {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
      }
      .lightbox-nav.lb-prev { left: 0.25rem; }
      .lightbox-nav.lb-next { right: 0.25rem; }
    }

    /* Contact */
    .contact-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
    }
    @media (max-width: 768px) {
      .contact-grid { grid-template-columns: 1fr; }
    }
    .contact-card {
      background: #fff;
      border: 1px solid var(--line);
      padding: 2rem;
    }
    .contact-card h3 {
      font-family: "Cormorant Garamond", Georgia, serif;
      font-size: 1.5rem;
      margin-bottom: 0.75rem;
    }
    .contact-card p { color: var(--ink-muted); font-weight: 300; font-size: 0.95rem; }
    .contact-card a { color: var(--accent-hover); border-bottom: 1px solid rgba(0, 174, 239, 0.35); }

    .contact-map {
      margin-top: 2rem;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      overflow: hidden;
      background: var(--stone);
      box-shadow: 0 20px 50px rgba(30, 37, 40, 0.07);
    }
    .contact-map iframe,
    .contact-map-canvas {
      display: block;
      width: 100%;
      height: clamp(280px, 42vw, 440px);
      border: 0;
    }
    .contact-map-points {
      display: flex;
      flex-wrap: wrap;
      gap: 0.65rem;
      padding: 0.85rem 1.15rem;
      border-top: 1px solid var(--line);
      background: #fff;
    }
    .contact-map-point {
      display: inline-flex;
      align-items: center;
      gap: 0.55rem;
      max-width: 100%;
      min-height: 2.5rem;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--cream);
      color: var(--ink);
      font: inherit;
      font-size: 0.86rem;
      cursor: pointer;
      padding: 0.55rem 0.8rem;
      text-align: left;
    }
    .contact-map-point::before {
      content: "";
      width: 0.9rem;
      height: 0.9rem;
      flex: 0 0 auto;
      border: 2px solid currentColor;
      border-radius: 50% 50% 50% 0;
      color: var(--accent-dark);
      transform: rotate(-45deg);
      background: #fff;
    }
    .contact-map-point.is-active {
      border-color: var(--accent);
      background: var(--accent-soft);
      color: var(--accent-dark);
      box-shadow: inset 0 0 0 1px rgba(0, 174, 239, 0.18);
    }
    .contact-map-point span {
      min-width: 0;
      overflow-wrap: anywhere;
    }
    .contact-map-caption {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 0.75rem;
      padding: 0.85rem 1.15rem;
      background: #fff;
      border-top: 1px solid var(--line);
      font-size: 0.82rem;
      color: var(--ink-muted);
    }
    .contact-map-caption a {
      color: var(--accent-dark);
      font-weight: 500;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      font-size: 0.7rem;
      border-bottom: 1px solid rgba(0, 174, 239, 0.35);
    }
    .contact-map-caption a:hover {
      color: var(--accent-hover);
    }
    .contact-map-links {
      display: flex;
      flex-wrap: wrap;
      gap: 0.65rem;
    }

    /* --- Apartment sections: stacked, horizontal layout --- */
    .apartments-list {
      display: flex;
      flex-direction: column;
      gap: 4rem;
      margin-top: 2rem;
    }
    .apt-section {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2.5rem;
      align-items: start;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: 0 8px 32px rgba(30, 37, 40, 0.06);
      position: relative;
    }
    .apt-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--accent), var(--glow));
      z-index: 1;
    }
    .apt-section--reverse {
      direction: rtl;
    }
    .apt-section--reverse > * {
      direction: ltr;
    }
    .apt-section__media {
      padding: 2rem 0 2rem 2rem;
    }
    .apt-section--reverse .apt-section__media {
      padding: 2rem 2rem 2rem 0;
    }
    .apt-section__hero {
      margin: 0;
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: 0 12px 32px rgba(30, 37, 40, 0.1);
    }
    .apt-section__hero img {
      width: 100%;
      height: auto;
      display: block;
      aspect-ratio: 16 / 10;
      object-fit: cover;
    }
    .apt-section__thumbs {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 0.4rem;
      margin-top: 0.6rem;
    }
    .apt-section__thumbs .apt-xfig {
      margin: 0;
      aspect-ratio: 4 / 3;
      overflow: hidden;
      border-radius: calc(var(--radius) * 0.6);
      box-shadow: 0 4px 12px rgba(30, 37, 40, 0.08);
      cursor: pointer;
      transition: transform 0.25s var(--ease);
    }
    .apt-section__thumbs .apt-xfig:hover {
      transform: scale(1.05);
    }
    .apt-section__thumbs .apt-xfig:focus {
      outline: 2px solid var(--accent);
      outline-offset: 2px;
    }
    .apt-section__thumbs .apt-xfig:focus:not(:focus-visible) {
      outline: none;
    }
    .apt-section__thumbs .apt-xfig img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .apt-section__info {
      padding: 2.5rem 2.5rem 2.5rem 0;
    }
    .apt-section--reverse .apt-section__info {
      padding: 2.5rem 0 2.5rem 2.5rem;
    }
    .apt-section__info .apt-tag {
      font-size: 0.7rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--accent-hover);
      margin-bottom: 0.35rem;
    }
    .apt-section__title {
      font-family: "Cormorant Garamond", Georgia, serif;
      font-size: 2rem;
      margin-bottom: 0.75rem;
      color: var(--ink);
    }
    .apt-section__desc {
      font-size: 0.95rem;
      color: var(--ink-muted);
      font-weight: 300;
      line-height: 1.65;
      white-space: pre-line;
      margin-bottom: 1.5rem;
    }
    .apt-section__info .section-label {
      margin-bottom: 0.65rem;
    }
    .apt-section .apt-amenities-wrap .amenities-grid.apt-amenities-in-card {
      margin-top: 0;
      gap: 0.5rem;
      grid-template-columns: repeat(3, 1fr);
    }
    .apt-section .apt-amenities-in-card .amenity-card {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0.85rem 0.5rem;
      gap: 0.4rem;
      transition: none;
      border: 1px solid var(--line);
      border-radius: calc(var(--radius) * 0.6);
      background: var(--cream-deep);
    }
    .apt-section .apt-amenities-in-card .amenity-body {
      width: 100%;
    }
    .apt-section .apt-amenities-in-card .amenity-body h3 {
      margin-bottom: 0;
      font-size: 0.78rem;
    }
    .apt-section .apt-amenities-in-card .apt-amenity-size {
      margin-top: 0.25rem;
      color: var(--ink-muted);
      font-size: 0.74rem;
      line-height: 1.3;
    }
    .apt-section .apt-amenities-in-card .amenity-icon {
      width: 22px;
      height: 22px;
    }
    .apt-section .apt-amenities-in-card .amenity-card:hover {
      transform: none;
      box-shadow: none;
    }
    .apt-section__cta {
      display: inline-block;
      margin-top: 1.75rem;
      padding: 0.85rem 2.5rem;
      font-size: 1rem;
    }

    @media (max-width: 900px) {
      .apt-section {
        grid-template-columns: 1fr;
      }
      .apt-section--reverse {
        direction: ltr;
      }
      .apt-section__media {
        padding: 1.5rem 1.5rem 0;
      }
      .apt-section--reverse .apt-section__media {
        padding: 1.5rem 1.5rem 0;
      }
      .apt-section__info {
        padding: 1.25rem 1.5rem 2rem;
      }
      .apt-section--reverse .apt-section__info {
        padding: 1.25rem 1.5rem 2rem;
      }
      .apt-section .apt-amenities-wrap .amenities-grid.apt-amenities-in-card {
        grid-template-columns: repeat(3, 1fr);
      }
    }
    @media (max-width: 480px) {
      .apt-section__thumbs {
        grid-template-columns: repeat(3, 1fr);
      }
      .apt-section .apt-amenities-wrap .amenities-grid.apt-amenities-in-card {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    footer.site-footer {
      position: relative;
      z-index: 1;
      flex-shrink: 0;
      margin-top: auto;
      background: var(--charcoal);
      color: rgba(255, 255, 255, 0.55);
      font-size: 0.8rem;
      padding: 2.5rem 1.25rem 2rem;
      text-align: center;
    }
    footer.site-footer .footer-top {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 1rem 1.5rem;
      max-width: 1240px;
      margin: 0 auto 1.25rem;
      text-align: left;
    }
    footer.site-footer .footer-newsletter {
      display: grid;
      grid-template-columns: minmax(14rem, 1fr) minmax(13rem, 18rem) auto;
      align-items: end;
      gap: 0.8rem 1rem;
      max-width: 1240px;
      margin: 0 auto 1.5rem;
      padding: 1.2rem;
      border: 1px solid rgba(255, 255, 255, 0.13);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.06);
      text-align: left;
    }
    footer.site-footer .footer-newsletter__title {
      margin: 0 0 0.25rem;
      color: #fff;
      font-size: 1rem;
      font-weight: 500;
    }
    footer.site-footer .footer-newsletter__lead {
      margin: 0;
      color: rgba(255, 255, 255, 0.64);
      line-height: 1.45;
    }
    footer.site-footer .footer-newsletter__email input {
      width: 100%;
      min-height: 2.9rem;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 6px;
      padding: 0.72rem 0.9rem;
      background: rgba(255, 255, 255, 0.96);
      color: var(--charcoal);
      font: inherit;
    }
    footer.site-footer .footer-newsletter__consent {
      grid-column: 2 / 4;
      display: flex;
      gap: 0.55rem;
      align-items: start;
      color: rgba(255, 255, 255, 0.72);
      line-height: 1.45;
      text-align: left;
    }
    footer.site-footer .footer-newsletter__consent input {
      margin-top: 0.18rem;
    }
    footer.site-footer .footer-newsletter__consent a {
      color: #fff;
    }
    footer.site-footer .footer-newsletter .btn {
      min-height: 2.9rem;
      white-space: nowrap;
    }
    footer.site-footer .footer-newsletter__status {
      grid-column: 1 / -1;
      min-height: 1em;
      margin: 0;
      color: #d6f0fb;
    }
    footer.site-footer .footer-brand {
      display: inline-block;
      line-height: 0;
      flex-shrink: 0;
    }
    footer.site-footer .footer-logo {
      height: clamp(42px, 12vw, 74px);
      width: auto;
      max-width: min(308px, 55vw);
      margin: 0;
      opacity: 1;
      display: block;
      filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.35));
    }
    footer.site-footer .footer-powered {
      margin: 0;
      font-size: 0.76rem;
      letter-spacing: 0.06em;
      color: rgba(255, 255, 255, 0.52);
      text-transform: uppercase;
    }
    footer.site-footer .footer-powered a {
      color: rgba(255, 255, 255, 0.88);
      text-decoration: underline;
      text-decoration-color: rgba(0, 174, 239, 0.45);
      text-underline-offset: 0.18em;
      font-weight: 500;
      letter-spacing: 0.04em;
      transition: color 0.2s var(--ease), text-decoration-color 0.2s var(--ease);
    }
    footer.site-footer .footer-powered a:hover {
      color: #fff;
      text-decoration-color: var(--accent);
    }
    footer.site-footer .footer-legal {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 0.35rem 1.1rem;
      margin-bottom: 0.85rem;
      font-size: 0.78rem;
      letter-spacing: 0.04em;
    }
    footer.site-footer .footer-legal a {
      color: rgba(255, 255, 255, 0.78);
      text-decoration: underline;
      text-decoration-color: rgba(0, 174, 239, 0.4);
      text-underline-offset: 0.22em;
      transition: color 0.2s var(--ease), text-decoration-color 0.2s var(--ease);
    }
    footer.site-footer .footer-legal a:hover {
      color: #fff;
      text-decoration-color: var(--accent);
    }
    footer.site-footer .footer-legal a[aria-current="page"] {
      color: #fff;
      font-weight: 500;
      text-decoration-color: var(--accent);
    }
    footer.site-footer .footer-legal .sep {
      color: rgba(255, 255, 255, 0.28);
      text-decoration: none;
      user-select: none;
      pointer-events: none;
    }
    footer.site-footer .footer-copy {
      margin: 0;
      font-size: 0.78rem;
    }
    footer.site-footer .footer-copy a {
      color: var(--accent);
    }
    .legal-doc {
      max-width: 52rem;
    }
    .legal-doc .legal-body {
      max-width: 65ch;
      color: var(--ink-muted);
      font-weight: 300;
      font-size: 0.95rem;
      line-height: 1.65;
    }
    .legal-doc .legal-body p + p {
      margin-top: 1rem;
    }

    .kanizsa-hero {
      position: relative;
      max-width: none;
      margin: 0;
      padding: 0;
      min-height: min(70vh, 640px);
      overflow: hidden;
    }
    .kanizsa-hero__media,
    .kanizsa-hero__media img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
    }
    .kanizsa-hero__media {
    }
    .kanizsa-hero__media img {
      object-fit: cover;
    }
    .kanizsa-band {
      max-width: 1240px;
      margin: 0 auto;
      padding: clamp(2.4rem, 5vw, 5rem) 1rem;
    }
    .kanizsa-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1rem;
      grid-auto-rows: minmax(14rem, 22vw);
    }
    .kanizsa-point {
      position: relative;
      min-height: 12rem;
      margin: 0;
      border-radius: 8px;
      overflow: hidden;
    }
    .kanizsa-point:nth-child(3n + 1) {
      grid-row: span 2;
    }
    .kanizsa-point img {
      position: absolute;
      inset: 0;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .kanizsa-story {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.85fr);
      gap: clamp(1rem, 3vw, 3rem);
      align-items: center;
    }
    .kanizsa-story__media {
      margin: 0;
      overflow: hidden;
      border-radius: 8px;
      aspect-ratio: 4 / 3;
    }
    .kanizsa-story__media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    /* Ajándékutalvány */
    .voucher-section {
      text-align: center;
    }
    .voucher-section .section-intro {
      max-width: 58ch;
      margin-left: auto;
      margin-right: auto;
      color: var(--ink-muted);
      font-weight: 300;
      margin-bottom: 1.75rem;
      text-align: center;
    }
    .voucher-fieldset {
      border: none;
      margin: 0;
      padding: 0;
    }
    .voucher-fieldset-legend {
      font-size: 0.72rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--accent-dark);
      margin-bottom: 0.85rem;
      padding: 0;
      text-align: center;
      width: 100%;
    }
    .voucher-picks {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem 1.25rem;
      margin-bottom: 1.75rem;
      max-width: 36rem;
      margin-left: auto;
      margin-right: auto;
    }
    @media (max-width: 560px) {
      .voucher-picks { grid-template-columns: 1fr; }
    }
    .voucher-picks .voucher-field {
      margin: 0;
    }
    .voucher-picks .voucher-field-label {
      display: block;
      font-size: 0.72rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--ink-muted);
      margin-bottom: 0.35rem;
    }
    .voucher-picks select {
      width: 100%;
      padding: 0.65rem 0.85rem;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      font-size: 0.95rem;
      font-family: inherit;
      background: #fff;
      color: var(--ink);
      text-align: left;
    }
    .voucher-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
      margin-bottom: 1.75rem;
    }
    @media (max-width: 720px) {
      footer.site-footer .footer-newsletter {
        grid-template-columns: 1fr;
      }
      footer.site-footer .footer-newsletter__consent {
        grid-column: auto;
      }
      .kanizsa-grid,
      .kanizsa-story {
        grid-template-columns: 1fr;
      }
      .kanizsa-grid {
        grid-auto-rows: minmax(12rem, 42vw);
      }
      .kanizsa-point:nth-child(3n + 1) {
        grid-row: auto;
      }
      .voucher-grid { grid-template-columns: 1fr; }
    }
    .voucher-card {
      display: block;
      cursor: pointer;
      margin: 0;
      border-radius: var(--radius);
      border: 1px solid var(--line);
      background: #fff;
      box-shadow: 0 12px 36px rgba(30, 37, 40, 0.06);
      transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease), transform 0.25s var(--ease);
    }
    .voucher-card:hover {
      border-color: rgba(0, 174, 239, 0.35);
      transform: translateY(-2px);
    }
    .voucher-card:focus-within {
      outline: 2px solid var(--accent);
      outline-offset: 3px;
    }
    .voucher-card:has(input:checked) {
      border-color: var(--accent);
      box-shadow: 0 16px 44px rgba(0, 174, 239, 0.15);
    }
    .voucher-card-inner {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 1.35rem 1.25rem 1.4rem;
      gap: 0.35rem;
    }
    .voucher-card .voucher-num {
      font-family: "Cormorant Garamond", Georgia, serif;
      font-size: 2.25rem;
      font-weight: 600;
      line-height: 1;
      color: var(--ink);
    }
    .voucher-card .voucher-unit {
      font-size: 0.72rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--accent-dark);
    }
    .voucher-card .voucher-blurb {
      margin: 0.45rem 0 0;
      font-size: 0.9rem;
      color: var(--ink-muted);
      font-weight: 300;
      line-height: 1.5;
    }
    .voucher-form {
      display: grid;
      gap: 1rem;
      max-width: 36rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1.25rem;
      text-align: center;
    }
    .voucher-form label {
      display: block;
      font-size: 0.72rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--ink-muted);
      margin-bottom: 0.35rem;
    }
    .voucher-form input,
    .voucher-form textarea,
    .voucher-form select {
      width: 100%;
      padding: 0.65rem 0.85rem;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      font-size: 0.95rem;
      font-family: inherit;
      background: #fff;
      color: var(--ink);
      text-align: left;
    }
    .voucher-form textarea {
      min-height: 5rem;
      resize: vertical;
    }
    .voucher-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 0.75rem 1rem;
      margin-top: 0.25rem;
    }
    .voucher-note {
      margin: 1rem auto 0;
      max-width: 52ch;
      font-size: 0.85rem;
      color: var(--ink-muted);
      font-weight: 300;
      line-height: 1.55;
      text-align: center;
    }
    .voucher-form .label-hint {
      text-transform: none;
      letter-spacing: 0;
      font-weight: 400;
      opacity: 0.8;
    }
    .voucher-buyer-fields {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem 1.25rem;
      max-width: 36rem;
      margin: 0 auto 1.75rem;
    }
    .voucher-buyer-fields .voucher-field:last-child {
      grid-column: 1 / -1;
    }
    @media (max-width: 560px) {
      .voucher-buyer-fields { grid-template-columns: 1fr; }
      .voucher-buyer-fields .voucher-field:last-child { grid-column: auto; }
    }
    .voucher-buyer-fields input {
      width: 100%;
      padding: 0.65rem 0.85rem;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      font-size: 0.95rem;
      font-family: inherit;
      background: #fff;
      color: var(--ink);
    }
    .voucher-payment-info {
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      max-width: 36rem;
      margin: 1.5rem auto;
      padding: 1.15rem 1.25rem;
      background: rgba(0, 174, 239, 0.06);
      border: 1px solid rgba(0, 174, 239, 0.2);
      border-radius: var(--radius);
      text-align: left;
    }
    .voucher-payment-icon {
      flex-shrink: 0;
      color: var(--accent-dark);
      margin-top: 0.1rem;
    }
    .voucher-payment-title {
      font-size: 0.9rem;
      font-weight: 600;
      color: var(--ink);
      margin-bottom: 0.3rem;
    }
    .voucher-payment-desc {
      font-size: 0.85rem;
      color: var(--ink-muted);
      font-weight: 300;
      line-height: 1.5;
    }
    .voucher-status {
      margin: 1rem auto 0;
      max-width: 36rem;
      font-size: 0.9rem;
      text-align: center;
    }
    .voucher-status:empty { display: none; }
    .voucher-status.error { color: #b42318; }
    .voucher-status.ok { color: #15803d; }
    .voucher-form-wrap.hidden { display: none !important; }
    .voucher-success-panel {
      max-width: 36rem;
      margin: 0 auto;
      text-align: center;
    }
    .voucher-success-panel.hidden { display: none !important; }
    .voucher-success-icon {
      color: #15803d;
      margin-bottom: 1rem;
    }
    .voucher-success-panel h2 {
      font-size: 1.65rem;
      margin-bottom: 0.75rem;
    }
    .voucher-transfer-info {
      margin: 1.5rem 0;
      padding: 1.25rem;
      background: rgba(34, 139, 87, 0.06);
      border: 1px solid rgba(34, 139, 87, 0.2);
      border-radius: var(--radius);
      text-align: left;
    }
    .voucher-transfer-title {
      font-size: 0.9rem;
      font-weight: 600;
      color: var(--ink);
      margin-bottom: 0.5rem;
    }
    .voucher-transfer-info p {
      font-size: 0.88rem;
      color: var(--ink-muted);
      font-weight: 300;
      line-height: 1.55;
      margin-bottom: 0.5rem;
    }
    .voucher-bank-details {
      margin-top: 0.75rem;
      padding: 0.85rem 1rem;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--radius);
    }
    .voucher-bank-details p {
      margin: 0.25rem 0;
      font-size: 0.88rem;
      color: var(--ink);
      font-weight: 400;
    }

    /* —— Foglalás: teljes szélességű sáv —— */
    section#foglalas.section-booking {
      max-width: none;
      width: 100%;
      margin: 0;
      padding: clamp(3.5rem, 8vw, 7rem) 0;
      background: linear-gradient(180deg, rgba(232, 234, 237, 0.4) 0%, rgba(243, 244, 245, 0.25) 50%, rgba(243, 244, 245, 0.2) 100%);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }
    section#foglalas.section-booking > .section-label,
    section#foglalas.section-booking > .section-title,
    section#foglalas.section-booking > .booking-wrap {
      max-width: min(1320px, 100%);
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
    section#foglalas.section-booking > .section-title {
      margin-bottom: clamp(1.25rem, 3vw, 2rem);
    }
    .booking-wrap {
      display: grid;
      grid-template-columns: 1fr;
      gap: clamp(1.5rem, 3vw, 2.25rem);
      align-items: start;
      margin-top: 0;
      width: 100%;
    }
    .booking-intro {
      width: 100%;
    }
    .booking-intro p {
      color: var(--ink-muted);
      font-weight: 300;
      max-width: 72ch;
    }
    .booking-intro p + p { margin-top: 0.85rem; }
    .booking-card {
      width: 100%;
      background: #fff;
      border: 1px solid var(--line);
      padding: clamp(1.75rem, 4vw, 3rem);
      box-shadow: 0 28px 64px rgba(30, 37, 40, 0.07);
    }
    .booking-form .form-grid {
      display: grid;
      gap: 1.1rem;
    }
    .booking-form .form-row-2 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem 1.25rem;
    }
    @media (max-width: 640px) {
      .booking-form .form-row-2 { grid-template-columns: 1fr; }
    }
    .booking-form label {
      display: block;
      font-size: 0.72rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--ink-muted);
      margin-bottom: 0.35rem;
    }
    .booking-form input,
    .booking-form select,
    .booking-form textarea {
      width: 100%;
      font: inherit;
      padding: 0.75rem 0.85rem;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--cream);
      color: var(--ink);
      transition: border-color 0.2s, box-shadow 0.2s;
    }
    .booking-form input:focus,
    .booking-form select:focus,
    .booking-form textarea:focus {
      outline: none;
      border-color: var(--accent);
      box-shadow: 0 0 0 3px var(--accent-soft);
    }
    .booking-form textarea { min-height: 100px; resize: vertical; }
    .calendar-panel.field-invalid {
      border-radius: var(--radius);
      box-shadow: 0 0 0 3px rgba(176, 0, 32, 0.14);
    }
    .booking-form input.field-invalid,
    .booking-form select.field-invalid,
    .booking-form textarea.field-invalid {
      border-color: #b00020;
      box-shadow: 0 0 0 3px rgba(176, 0, 32, 0.14);
    }
    .booking-form .form-actions {
      margin-top: 0.25rem;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 1rem;
    }
    .booking-form button[type="submit"] {
      font: inherit;
      cursor: pointer;
    }
    .booking-form button[type="submit"]:disabled {
      opacity: 0.65;
      cursor: not-allowed;
    }
    .booking-status {
      font-size: 0.9rem;
      min-height: 1.4em;
    }
    .booking-status.error { color: #b00020; }
    .booking-status.ok { color: var(--accent-dark); font-weight: 500; }
    .booking-honey {
      position: absolute;
      left: -9999px;
      width: 1px;
      height: 1px;
      overflow: hidden;
    }
    .consent-group {
      display: flex;
      flex-direction: column;
      gap: 0.65rem;
    }
    .booking-form .consent-check {
      display: flex;
      align-items: flex-start;
      gap: 0.6rem;
      font-size: 0.92rem;
      letter-spacing: 0;
      text-transform: none;
      color: var(--ink);
      margin-bottom: 0;
      cursor: pointer;
      line-height: 1.5;
    }
    .consent-check input[type="checkbox"] {
      flex-shrink: 0;
      width: 18px;
      height: 18px;
      margin-top: 0.15rem;
      accent-color: var(--accent);
      cursor: pointer;
    }
    .consent-check input[type="checkbox"].field-invalid {
      outline: 2px solid #b00020;
      outline-offset: 1px;
    }
    .booking-form .consent-check.field-invalid {
      color: #8d1d2c;
    }
    .consent-check span {
      font-weight: 300;
    }
    .consent-check a {
      color: var(--accent-hover);
      border-bottom: 1px solid rgba(0, 174, 239, 0.35);
    }
    .voucher-redeem-section {
      grid-column: 1 / -1;
    }
    .voucher-redeem-section .label-hint {
      text-transform: none;
      letter-spacing: 0;
      font-weight: 400;
      opacity: 0.7;
    }
    .voucher-redeem-row {
      display: flex;
      gap: 0.5rem;
      align-items: stretch;
    }
    .voucher-redeem-row input {
      flex: 1;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      font-size: 0.95rem;
    }
    .btn-sm {
      padding: 0.5rem 0.85rem;
      font-size: 0.72rem;
      white-space: nowrap;
    }
    .voucher-redeem-status {
      font-size: 0.85rem;
      margin-top: 0.35rem;
      min-height: 1.2em;
    }
    .voucher-redeem-status:empty { display: none; }
    .voucher-redeem-status.error { color: #b42318; }
    .voucher-redeem-status.ok { color: #15803d; }
    .voucher-discount-info {
      margin-top: 0.65rem;
      padding: 0.85rem 1rem;
      background: rgba(34, 139, 87, 0.06);
      border: 1px solid rgba(34, 139, 87, 0.2);
      border-radius: var(--radius);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.75rem;
      flex-wrap: wrap;
    }
    .voucher-discount-info.hidden { display: none !important; }
    .voucher-discount-info p {
      margin: 0;
      font-size: 0.9rem;
      color: #15803d;
    }
    .voucher-remove-btn {
      font: inherit;
      font-size: 0.72rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      background: none;
      border: 1px solid rgba(180, 35, 24, 0.3);
      color: #b42318;
      padding: 0.4rem 0.75rem;
      cursor: pointer;
      border-radius: var(--radius);
      transition: background 0.2s, color 0.2s;
    }
    .voucher-remove-btn:hover {
      background: #b42318;
      color: #fff;
    }
    .paypal-checkout-panel {
      margin-top: 0.25rem;
      padding: 1rem;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      display: grid;
      gap: 0.75rem;
    }
    .paypal-checkout-panel.hidden { display: none !important; }
    .paypal-checkout-note {
      margin: 0;
      font-size: 0.92rem;
      color: var(--ink-muted);
    }
    .paypal-exchange-note {
      margin: 0.55rem 0 0;
      color: var(--ink-muted);
      font-size: 0.86rem;
      line-height: 1.45;
    }
    .payment-policy-note {
      margin: 0.55rem 0 0;
      padding: 0.65rem 0.75rem;
      border-left: 3px solid #b45309;
      border-radius: 8px;
      background: #fff7ed;
      color: #7c2d12;
      font-size: 0.86rem;
      line-height: 1.45;
      display: flex;
      align-items: center;
      gap: 0.45rem;
      flex-wrap: wrap;
    }
    .payment-policy-note strong {
      color: #9a3412;
    }
    .inline-help-icon {
      width: 20px;
      height: 20px;
      border: 1px solid #b45309;
      border-radius: 50%;
      background: #fff;
      color: #9a3412;
      font-size: 0.72rem;
      font-weight: 700;
      line-height: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: help;
      padding: 0;
      flex-shrink: 0;
    }
    .inline-help-wrap {
      position: relative;
      display: inline-flex;
      align-items: center;
      flex-shrink: 0;
    }
    .inline-help-tooltip {
      position: absolute;
      left: 50%;
      bottom: calc(100% + 8px);
      transform: translateX(-50%) translateY(4px);
      width: min(360px, 78vw);
      padding: 0.6rem 0.7rem;
      border-radius: 8px;
      background: #1f2937;
      color: #fff;
      font-size: 0.78rem;
      line-height: 1.35;
      box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
      z-index: 12;
      text-transform: none;
      letter-spacing: 0;
      font-weight: 400;
    }
    .inline-help-tooltip::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 100%;
      transform: translateX(-50%);
      border: 6px solid transparent;
      border-top-color: #1f2937;
    }
    .inline-help-wrap:hover .inline-help-tooltip,
    .inline-help-wrap:focus-within .inline-help-tooltip {
      opacity: 1;
      visibility: visible;
      transform: translateX(-50%) translateY(0);
    }
    .inline-help-icon:focus-visible {
      outline: 2px solid rgba(180, 83, 9, 0.45);
      outline-offset: 2px;
    }
    .booking-modal {
      position: fixed;
      inset: 0;
      z-index: 220;
      display: grid;
      place-items: center;
      padding: 1rem;
    }
    .booking-modal.hidden { display: none !important; }
    .booking-modal__backdrop {
      position: absolute;
      inset: 0;
      background: rgba(21, 26, 28, 0.52);
      backdrop-filter: blur(2px);
    }
    .booking-modal__panel {
      position: relative;
      width: min(540px, 96vw);
      background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
      border: 1px solid var(--line);
      box-shadow: 0 28px 70px rgba(21, 26, 28, 0.26);
      padding: 1.35rem 1.25rem 1.2rem;
      z-index: 1;
      text-align: center;
    }
    .booking-modal__close {
      position: absolute;
      right: 0.45rem;
      top: 0.45rem;
      border: 1px solid var(--line);
      background: #fff;
      color: var(--ink);
      width: 2rem;
      height: 2rem;
      line-height: 1;
      cursor: pointer;
      font-size: 1.2rem;
    }
    .booking-modal__label {
      margin: 0 0 0.45rem;
      font-size: 0.72rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--accent-dark);
    }
    .booking-modal__title {
      margin: 0 0 0.5rem;
      color: var(--ink);
      font-size: clamp(1.45rem, 3.2vw, 2rem);
      line-height: 1.25;
    }
    .booking-modal__desc {
      margin: 0 0 1rem;
      color: var(--ink-muted);
      line-height: 1.55;
    }

    /* Naptár — tartományválasztás */
    .calendar-panel { margin-bottom: 0.5rem; }
    .calendar-summary-bar {
      font-size: 0.95rem;
      color: var(--ink);
      padding: 0.85rem 1rem;
      background: linear-gradient(135deg, var(--cream-deep) 0%, #fff 100%);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      margin-bottom: 1rem;
      min-height: 3rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 0.5rem;
    }
    .calendar-summary-bar .nights-badge {
      font-size: 0.72rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--accent-dark);
      font-weight: 600;
    }
    .calendar-summary-bar #calendar-total {
      color: #0f766e;
    }
    .calendar-summary-bar button.cal-clear {
      font: inherit;
      font-size: 0.7rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      background: none;
      border: none;
      color: var(--ink-muted);
      cursor: pointer;
      text-decoration: underline;
      text-underline-offset: 3px;
    }
    .calendar-summary-bar button.cal-clear:hover { color: var(--accent-dark); }
    .calendar-toolbar {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      margin-bottom: 0.5rem;
    }
    .calendar-toolbar button.cal-nav {
      width: 42px;
      height: 42px;
      border: 1px solid var(--line);
      background: #fff;
      cursor: pointer;
      font-size: 1.25rem;
      line-height: 1;
      color: var(--ink);
      transition: border-color 0.2s, background 0.2s;
    }
    .calendar-toolbar button.cal-nav:hover {
      border-color: var(--accent);
      background: var(--accent-soft);
    }
    .calendar-months {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.25rem;
    }
    .cal-month-block h4 {
      font-family: "Cormorant Garamond", Georgia, serif;
      font-size: 1.2rem;
      font-weight: 500;
      text-align: center;
      margin: 0 0 0.75rem;
      color: var(--ink);
    }
    /* Egy rács: hét napjai + napok — ugyanaz a 7 oszlop (nem csúszik el) */
    .cal-grid {
      display: grid;
      grid-template-columns: repeat(7, minmax(0, 1fr));
      gap: 5px;
      width: 100%;
      box-sizing: border-box;
    }
    .cal-weekday-label {
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      text-align: center;
      color: var(--ink);
      padding: 0.3rem 0 0.45rem;
      margin: 0;
      line-height: 1.2;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .cal-cell--empty {
      box-sizing: border-box;
      min-width: 0;
      min-height: 0;
      aspect-ratio: 1;
      max-height: 46px;
      visibility: hidden;
      pointer-events: none;
    }
    .cal-day {
      -webkit-appearance: none;
      appearance: none;
      margin: 0;
      width: 100%;
      min-width: 0;
      aspect-ratio: 1;
      max-height: 46px;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.92rem;
      font-weight: 600;
      line-height: 1;
      border: 1px solid var(--line);
      background: #fff;
      cursor: pointer;
      color: var(--ink);
      font-family: inherit;
      padding: 0;
      border-radius: var(--radius);
      transition: background 0.15s, color 0.15s, border-color 0.15s;
      text-align: center;
    }
    .cal-day:hover:not(:disabled) {
      background: var(--accent-soft);
      border-color: rgba(0, 174, 239, 0.25);
    }
    .cal-day:focus-visible {
      outline: 2px solid var(--accent);
      outline-offset: 2px;
    }
    .cal-day.cal-muted {
      color: var(--stone);
      cursor: default;
    }
    .cal-day:disabled:not(.cal-blocked),
    .cal-day.cal-past {
      opacity: 1;
      color: #6b6a6a;
      background: #f3f2ef;
      border-color: #d9d7d0;
      cursor: not-allowed;
    }
    .cal-day.cal-blocked:disabled {
      background: repeating-linear-gradient(
        -45deg,
        var(--cream-deep),
        var(--cream-deep) 3px,
        rgba(0, 0, 0, 0.04) 3px,
        rgba(0, 0, 0, 0.04) 6px
      );
      color: var(--ink-muted);
      text-decoration: line-through;
      text-decoration-color: rgba(0, 0, 0, 0.25);
      border-color: rgba(0, 0, 0, 0.08);
      opacity: 0.88;
      cursor: not-allowed;
    }
    .cal-day.cal-in-range {
      background: var(--accent-soft);
    }
    .cal-day.cal-range-start,
    .cal-day.cal-range-end {
      background: var(--accent);
      color: #fff;
      font-weight: 600;
    }
    .cal-day.cal-range-start.cal-range-end {
      border-radius: var(--radius);
    }
    .reveal {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
    }
    .reveal.visible {
      opacity: 1;
      transform: none;
    }

    /* --- Scroll progress indicator --- */
    .scroll-progress {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: linear-gradient(90deg, var(--accent), var(--glow));
      z-index: 999;
      pointer-events: none;
      transform-origin: left;
      transform: scaleX(0);
      will-change: transform;
    }

    /* --- Header depth on scroll --- */
    header.site-header {
      transition: background 0.4s var(--ease), box-shadow 0.4s var(--ease);
    }
    header.site-header.scrolled {
      background: rgba(243, 244, 245, 0.97);
      box-shadow: 0 4px 24px rgba(30, 37, 40, 0.08);
    }

    /* --- Staggered cascade reveal --- */
    .stagger-in > * {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
    }
    .stagger-in.visible > * {
      opacity: 1;
      transform: none;
    }
    .stagger-in.visible > :nth-child(1)  { transition-delay: 0s; }
    .stagger-in.visible > :nth-child(2)  { transition-delay: 0.08s; }
    .stagger-in.visible > :nth-child(3)  { transition-delay: 0.16s; }
    .stagger-in.visible > :nth-child(4)  { transition-delay: 0.24s; }
    .stagger-in.visible > :nth-child(5)  { transition-delay: 0.32s; }
    .stagger-in.visible > :nth-child(6)  { transition-delay: 0.40s; }
    .stagger-in.visible > :nth-child(7)  { transition-delay: 0.48s; }
    .stagger-in.visible > :nth-child(8)  { transition-delay: 0.56s; }
    .stagger-in.visible > :nth-child(9)  { transition-delay: 0.64s; }
    .stagger-in.visible > :nth-child(n+10) { transition-delay: 0.72s; }

    /* --- Button shimmer on hover --- */
    .btn-primary {
      position: relative;
      overflow: hidden;
    }
    .btn-primary::after {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 50%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
      transform: skewX(-20deg);
      transition: none;
    }
    .btn-primary:hover::after {
      animation: btnShimmer 0.65s ease-out forwards;
    }
    @keyframes btnShimmer {
      to { left: 200%; }
    }

    /* --- Amenity icon glow on hover --- */
    .amenity-icon {
      transition: box-shadow 0.4s var(--ease), border-color 0.4s var(--ease), transform 0.4s var(--ease);
    }
    .amenity-card:hover .amenity-icon {
      transform: scale(1.1);
      box-shadow: 0 0 20px rgba(0, 174, 239, 0.25);
      border-color: rgba(0, 174, 239, 0.45);
    }

    @media (prefers-reduced-motion: reduce) {
      .scroll-progress { display: none; }
      .stagger-in > * { opacity: 1; transform: none; transition: none; }
      .btn-primary::after { display: none; }
      .amenity-icon { transition: none !important; }
    }

    /* Lightbox */
    .lightbox {
      position: fixed;
      inset: 0;
      background: rgba(10, 9, 8, 0.92);
      z-index: 200;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 2rem;
      padding-bottom: 3.5rem;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.35s;
    }
    .lightbox.open { opacity: 1; pointer-events: auto; }
    .lightbox button.close {
      position: absolute;
      top: 1rem;
      right: 1rem;
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.4);
      color: #fff;
      width: 44px;
      height: 44px;
      font-size: 1.5rem;
      line-height: 1;
      cursor: pointer;
    }

    /* Galleries page */
    .galleries-page-content {
      max-width: 1240px;
      margin: 0 auto;
      padding: 0 1.25rem 4rem;
    }
    .gallery-page-section {
      margin-bottom: 3.5rem;
    }
    .gallery-page-section .gallery-wrap {
      padding-top: 0;
      padding-bottom: 0;
    }
    .gallery-page-section .section-title {
      margin-bottom: 0.5rem;
    }
    .gallery-page-section .section-intro {
      margin-bottom: 0;
    }
