      /* ==========================================================================
   ASIA — Hajj & Umrah
   Palette : Asya brand — Sky Turquoise + Midnight Black, Sunrise Coral hairline
   Type    : Montserrat for display and interface (one voice, two scripts)
             IBM Plex Sans Arabic for Arabic accents
   Signature : the mihrab arch — drawn on load, then reused as the shape
               of every package card
   ========================================================================== */
      :root {
        color-scheme: light;

        --ink: #ffffff;
        --midnight: #e6e9ef;
        --deep: #ffffff;
        --indigo: #eaf6f4;
        --azure: #115e59;
        --sky: #0f766e;
        --pearl: #0a0f10;
        --brass: #d9502e;
        --ink-rgb: 255, 255, 255;
        --pearl-rgb: 10, 15, 16;

        /* fixed light text for captions sitting directly on a photo's
           dark scrim (no own background pill) — must stay light in both
           themes, since the photo scrim beneath it never lightens */
        --on-photo: #ffffff;
        --on-photo-rgb: 255, 255, 255;
        --on-photo-accent: #3dd6c6;

        --line: rgba(10, 15, 16, 0.1);
        --line-strong: rgba(10, 15, 16, 0.22);

        --display: "Montserrat", system-ui, -apple-system, sans-serif;
        --ui: "Montserrat", system-ui, -apple-system, sans-serif;
        --quran: "Amiri", "IBM Plex Sans Arabic", serif;

        --pad: clamp(20px, 5vw, 64px);
        --gutter: min(1240px, 100% - var(--pad) * 2);
      }

      body {
        transition:
          background 0.35s ease,
          color 0.35s ease;
      }

      *,
      *::before,
      *::after {
        box-sizing: border-box;
      }
      html {
        scroll-behavior: smooth;
        -webkit-text-size-adjust: 100%;
      }
      body {
        margin: 0;
        background: var(--ink);
        color: var(--pearl);
        font-family: var(--ui);
        font-weight: 400;
        line-height: 1.65;
        overflow-x: hidden;
        -webkit-font-smoothing: antialiased;
      }
      img {
        max-width: 100%;
        display: block;
      }
      a {
        color: inherit;
        text-decoration: none;
      }
      button {
        font: inherit;
        cursor: pointer;
        border: 0;
        background: none;
        color: inherit;
      }
      [hidden] {
        display: none !important;
      }
      :focus-visible {
        outline: 2px solid var(--sky);
        outline-offset: 3px;
        border-radius: 2px;
      }

      .wrap {
        width: var(--gutter);
        margin-inline: auto;
      }
      .section {
        padding: clamp(88px, 11vw, 164px) 0;
        position: relative;
      }

      /* ---------------- type ---------------- */
      h1,
      h2,
      h3,
      h4 {
        font-family: var(--display);
        font-weight: 700;
        line-height: 1.14;
        margin: 0;
        letter-spacing: -0.01em;
      }
      h3,
      h4 {
        font-weight: 600;
      }
      h1 {
        font-size: clamp(2.8rem, 7.2vw, 5.9rem);
      }
      h2 {
        font-size: clamp(2.05rem, 4.5vw, 3.5rem);
      }
      h3 {
        font-size: clamp(1.28rem, 2.1vw, 1.6rem);
      }
      p {
        margin: 0;
      }
      .ar {
        font-family: "IBM Plex Sans Arabic", var(--ui), sans-serif;
        direction: rtl;
        unicode-bidi: isolate;
      }
      .eyebrow {
        font-size: 0.7rem;
        letter-spacing: 0.32em;
        text-transform: uppercase;
        color: var(--sky);
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 14px;
      }
      .eyebrow::before {
        content: "";
        width: 26px;
        height: 1px;
        background: var(--brass);
        opacity: 0.75;
        flex: none;
      }
      .lede {
        font-size: clamp(1rem, 1.3vw, 1.1rem);
        color: rgba(var(--pearl-rgb), 0.66);
        max-width: 56ch;
      }

      /* ---------------- geometric ground ---------------- */
      .band {
        background: var(--midnight);
        border-block: 1px solid var(--line);
        position: relative;
        overflow: hidden;
      }
      .band::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        opacity: 0.06;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cg fill='none' stroke='%233DD6C6' stroke-width='1'%3E%3Cpath d='M36 3 L69 36 L36 69 L3 36 Z'/%3E%3Cpath d='M12.7 12.7 H59.3 V59.3 H12.7 Z'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 72px 72px;
      }
      /* the dark-mode stroke color is baked into the data URI, so light
         mode needs its own darker/denser tile rather than just an opacity bump */
      .band::before {
        opacity: 0.09;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cg fill='none' stroke='%230F766E' stroke-width='1'%3E%3Cpath d='M36 3 L69 36 L36 69 L3 36 Z'/%3E%3Cpath d='M12.7 12.7 H59.3 V59.3 H12.7 Z'/%3E%3C/g%3E%3C/svg%3E");
      }
      .band > .wrap {
        position: relative;
        z-index: 1;
      }
      .tile {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cg fill='none' stroke='%233DD6C6' stroke-width='1'%3E%3Cpath d='M36 3 L69 36 L36 69 L3 36 Z'/%3E%3Cpath d='M12.7 12.7 H59.3 V59.3 H12.7 Z'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 72px 72px;
      }
      .rub {
        color: var(--brass);
        opacity: 0.65;
        line-height: 1;
      }

      /* ---------------- info bar ---------------- */
      .info-bar {
        position: fixed;
        inset: 0 0 auto 0;
        z-index: 61;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--midnight);
        border-bottom: 1px solid var(--line);
        overflow-x: auto;
        scrollbar-width: none;
      }
      .info-bar::-webkit-scrollbar {
        display: none;
      }
      .info-bar-inner {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 0 16px;
        white-space: nowrap;
        font-size: 0.72rem;
        color: rgba(var(--pearl-rgb), 0.8);
      }
      .info-item {
        display: inline-flex;
        align-items: center;
        gap: 6px;
      }
      .info-icon {
        width: 14px;
        height: 14px;
        color: var(--sky);
        flex: none;
      }
      .info-bar-pipe {
        opacity: 0.4;
      }
      .info-sep {
        width: 1px;
        height: 12px;
        background: var(--line-strong);
        flex: none;
      }

      /* ---------------- nav ---------------- */
      .nav {
        position: fixed;
        inset: 0 0 auto 0;
        z-index: 60;
        padding: 20px 0px 20px 0px;
        border-bottom: 1px solid transparent;
        transition:
          background 0.4s ease,
          backdrop-filter 0.4s ease,
          padding 0.4s ease,
          border-color 0.4s ease;
      }
      .nav.stuck {
        background: rgba(var(--ink-rgb), 0.84);
        backdrop-filter: blur(14px);
        border-bottom-color: var(--line);
        padding: 24px 0px 0px 0px;
      }
      .nav .wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        margin-top: -14px;
      }
      .brand {
        display: flex;
        align-items: center;
        width: 198px;
        height: 76px;
        overflow: hidden;
        position: relative;
      }
      .brand img {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 480px;
        width: 480px;
        transform: translate(-50%, -50%);
      }
      .brand-logo--top,
      .brand-logo--scroll {
        transition: opacity 0.4s ease;
      }
      .brand-logo--scroll {
        opacity: 0;
      }
      .nav.stuck .brand-logo--top {
        opacity: 0;
      }
      .nav.stuck .brand-logo--scroll {
        opacity: 1;
      }
      .menu {
        display: flex;
        align-items: center;
        gap: 24px;
      }
      .menu a {
        font-size: 1rem;
        color: rgba(var(--pearl-rgb), 0.72);
        transition: color 0.25s;
      }
      .menu a:hover {
        color: var(--pearl);
      }
      .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 13px 26px;
        border-radius: 999px;
        font-size: 0.85rem;
        letter-spacing: 0.06em;
        border: 1px solid var(--line-strong);
        color: var(--pearl);
        transition:
          background 0.3s,
          border-color 0.3s,
          transform 0.3s;
      }
      .btn:hover {
        background: rgba(42, 168, 156, 0.16);
        border-color: var(--sky);
        transform: translateY(-2px);
      }
      .btn-solid {
        background: #4dd6b8;
        border-color: #4dd6b8;
        color: #0a0f10;
        font-weight: 500;
      }
      .btn-solid:hover {
        background: var(--sky);
        border-color: var(--sky);
        color: #0a0f10;
      }
      /* hero always sits on a dark video scrim, so keep hero copy light
         even in light mode — the rest of the site keeps the dark label */
      .hero .btn-solid {
        color: #fff;
      }
      .hero h1 {
        color: var(--on-photo);
      }
      .hero .lede {
        color: rgba(var(--on-photo-rgb), 0.66);
      }
      .hero .btn {
        color: var(--on-photo);
        border-color: rgba(var(--on-photo-rgb), 0.32);
      }
      /* unstuck nav floats over the dark hero video, so its text stays
         light in light mode too; once stuck it has its own light
         backdrop and the normal dark label already reads fine */
      .nav:not(.stuck) .menu a {
        color: rgba(var(--on-photo-rgb), 0.72);
      }
      .nav:not(.stuck) .menu a:hover {
        color: var(--on-photo);
      }
      .nav:not(.stuck) .btn {
        color: var(--on-photo);
        border-color: rgba(var(--on-photo-rgb), 0.32);
      }
      .nav:not(.stuck) .burger i,
      .nav:not(.stuck) .burger i::before,
      .nav:not(.stuck) .burger i::after {
        background: var(--on-photo);
      }
      .lang {
        font-family: var(--display);
        font-size: 1.05rem;
        color: var(--sky);
        border-inline-start: 1px solid var(--line);
        padding-inline-start: 24px;
      }
      .burger {
        display: none;
        width: 42px;
        height: 42px;
        align-items: center;
        justify-content: center;
      }
      .burger i {
        display: block;
        width: 20px;
        height: 1px;
        background: var(--pearl);
        position: relative;
        transition: background 0.2s ease 0.1s;
      }
      .burger i::before,
      .burger i::after {
        content: "";
        position: absolute;
        left: 0;
        width: 20px;
        height: 1px;
        background: var(--pearl);
        transition:
          top 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
          transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      }
      .burger i::before {
        top: -6px;
      }
      .burger i::after {
        top: 6px;
      }
      .burger[aria-expanded="true"] i {
        background: transparent;
        transition-delay: 0s;
      }
      .burger[aria-expanded="true"] i::before,
      .burger[aria-expanded="true"] i::after {
        top: 0;
        transition:
          top 0.25s cubic-bezier(0.4, 0, 0.2, 1),
          transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
      }
      .burger[aria-expanded="true"] i::before {
        transform: rotate(45deg);
      }
      .burger[aria-expanded="true"] i::after {
        transform: rotate(-45deg);
      }
      /* over the hero video the bars are white, but the open drawer is a
         near-white sheet — so the close cross flips back to ink or it
         disappears against it */
      .nav .burger[aria-expanded="true"] i::before,
      .nav .burger[aria-expanded="true"] i::after {
        background: var(--pearl);
      }
      .drawer {
        display: none;
      }

      /* ---------------- hero ---------------- */
      .hero {
        position: relative;
        min-height: 100svh;
        display: flex;
        align-items: center;
        overflow: hidden;
        padding: 200px 0 80px;
        /* base night gradient lives on the hero itself so the star canvas
           can sit ABOVE it and stay visible; the veil above only carries
           the transparent colour glows now */
        background: linear-gradient(180deg, #17302c 0%, #0a0f10 78%);
      }
      /* full-bleed video behind everything else in the hero */
      .hero-video {
        position: absolute;
        inset: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      /* static photo shown first, faded out once the main hero video
         is ready to play — masks the main file's load time instead of
         showing a blank frame */
      .hero-video-fallback {
        z-index: 0;
        opacity: 1;
        transition: opacity 0.6s ease;
      }
      .hero-video-main {
        z-index: 0;
        opacity: 0;
        transition: opacity 0.6s ease;
      }
      .hero.video-ready .hero-video-fallback {
        opacity: 0;
      }
      .hero.video-ready .hero-video-main {
        opacity: 1;
      }
      /* the coloured atmosphere, behind the stars */
      .hero-veil {
        position: absolute;
        inset: 0;
        z-index: 1;
        background:
          radial-gradient(
            120% 74% at 50% 4%,
            rgba(28, 48, 45, 0.5) 0%,
            transparent 60%
          ),
          radial-gradient(
            58% 34% at 50% 104%,
            rgba(42, 168, 156, 0.34) 0%,
            transparent 72%
          );
      }
      /* the stars, above the glows — canvas stays in the DOM so the
         script's getElementById("sky") still finds it; only hidden
         visually, so nothing crashes if the JS still references it */
      #sky {
        display: none;
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
      }
      .hero .wrap {
        position: relative;
        z-index: 3;
        text-align: center;
        display: grid;
        justify-items: center;
        gap: 26px;
      }
      /* the talbiyah/heading/lede live in their own wrapper so the scroll
         drift below can fade and lift just this group — the search bar,
         a sibling of .hero-copy rather than a child, is never targeted by
         that animation and stays fully opaque at any scroll position */
      .hero-copy {
        display: grid;
        justify-items: center;
        gap: 26px;
      }
      .talbiyah {
        font-family: var(--quran);
        font-size: clamp(1.05rem, 2.6vw, 1.95rem);
        color: #ffffff;
        direction: rtl;
        letter-spacing: 0.02em;
      }
      .hero h1 {
        max-width: 15ch;
        font-size: clamp(1.75rem, 5.2vw, 4.2rem);
      }
      .hero h1 em {
        font-style: normal;
        color: #ffffff;
      }
      .hero .lede {
        text-align: center;
        max-width: 50ch;
      }
      .lede-mobile {
        display: none;
      }
      /* ---------------- hero search ---------------- */
      /* frosted glass, so the hero footage stays visible through the bar
         instead of being covered by a solid white block */
      .hero-search {
        position: relative;
        width: min(460px, 100%);
        margin-top: 6px;
        /* the generic `form` rule sets an 18px grid gap; collapsed, that
           would leave dead space under the trigger, so spacing is owned
           by .hs-expand .row instead */
        gap: 0;
        background: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(26px) saturate(180%);
        -webkit-backdrop-filter: blur(26px) saturate(180%);
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-radius: 22px;
        padding: 10px;
        overflow: hidden;
        box-shadow:
          0 30px 60px -24px rgba(0, 0, 0, 0.45),
          inset 0 1px 0 rgba(255, 255, 255, 0.55);
      }
      /* a soft light hairline reading as the lit top edge of the glass */
      .hero-search::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        z-index: 1;
        background: linear-gradient(
          90deg,
          transparent,
          rgba(255, 255, 255, 0.85) 18%,
          rgba(255, 255, 255, 0.85) 82%,
          transparent
        );
      }
      .hero-search .row {
        display: flex;
        flex-direction: column;
        gap: 8px;
      }
      .hero-search .fields {
        display: grid;
        grid-template-columns: 1fr 1fr;
        min-width: 0;
      }
      .hero-search .field {
        position: relative;
        display: flex;
        align-items: center;
        gap: 11px;
        min-width: 0;
        padding: 12px 14px;
        border-radius: 14px;
        cursor: pointer;
        transition: background 0.2s ease;
      }
      .hero-search .field:hover {
        background: rgba(15, 118, 110, 0.06);
      }
      /* the old hairlines came from a 1px grid gap showing through opaque
         field backgrounds; the fields are transparent now, so the rule
         between them is drawn here instead and only switched on in the
         layouts that sit fields side by side */
      .hero-search .field::before {
        content: "";
        position: absolute;
        inset-inline-start: 0;
        top: 20%;
        bottom: 20%;
        width: 1px;
        display: none;
        background: var(--line);
      }
      .hero-search .ficon {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        flex: none;
        display: grid;
        place-items: center;
        color: var(--sky);
        background: linear-gradient(
          160deg,
          rgba(15, 118, 110, 0.16),
          rgba(15, 118, 110, 0.04)
        );
        border: 1px solid rgba(15, 118, 110, 0.28);
        transition:
          transform 0.3s ease,
          background 0.3s ease;
      }
      .hero-search .field:hover .ficon {
        transform: scale(1.06);
        background: linear-gradient(
          160deg,
          rgba(15, 118, 110, 0.24),
          rgba(15, 118, 110, 0.08)
        );
      }
      .hero-search .ficon svg {
        width: 17px;
        height: 17px;
      }
      .hero-search .ftext {
        display: grid;
        gap: 3px;
        min-width: 0;
        flex: 1;
      }
      .hero-search .flabel {
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 0.72rem;
        font-weight: 600;
        line-height: 1.3;
        /* the card is semi-transparent now, so labels sit a little softer
           than full ink but still read over the footage behind them */
        color: rgba(var(--pearl-rgb), 0.62);
        /* the generic `label` rule adds uppercasing and 0.19em tracking,
           which together are wide enough to wrap the longer labels onto a
           second line and leave dead space under the short ones — keep
           every label on one line */
        text-transform: none;
        letter-spacing: 0.01em;
        white-space: nowrap;
        overflow: hidden;
      }
      .hero-search .flabel .chev {
        width: 8px;
        height: 8px;
        flex: none;
        opacity: 0.5;
      }
      .hero-search .finput {
        appearance: none;
        -webkit-appearance: none;
        border: 0;
        background: none;
        margin: 0;
        padding: 0;
        font: inherit;
        font-size: 0.8rem;
        color: rgba(var(--pearl-rgb), 0.5);
        width: 100%;
        min-width: 0;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
      .hero-search input[type="number"]::-webkit-inner-spin-button,
      .hero-search input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
      }
      .hero-search input[type="number"] {
        -moz-appearance: textfield;
      }
      /* the native picker glyph never matches our design, so it's hidden —
         the teal calendar badge is the only affordance, and JS opens the
         picker on click via showPicker() */
      .hero-search input[type="date"]::-webkit-calendar-picker-indicator {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        opacity: 0;
        cursor: pointer;
      }
      .hero-search input[type="date"] {
        position: relative;
      }
      .hero-search .go {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        width: 100%;
        border: 0;
        border-radius: 16px;
        background: var(--sky);
        color: #fff;
        font-weight: 600;
        box-shadow: 0 14px 30px -12px rgba(15, 118, 110, 0.55);
        transition:
          transform 0.3s cubic-bezier(0.2, 0.7, 0.3, 1),
          box-shadow 0.3s ease,
          background 0.3s ease;
      }
      .hero-search .go:hover {
        background: #0d675f;
        transform: translateY(-2px);
        box-shadow: 0 18px 34px -12px rgba(217, 80, 46, 0.45);
      }
      .hero-search .go svg {
        width: 15px;
        height: 15px;
        flex: none;
      }
      /* the collapsed trigger only exists on mobile; on every other size
         it stays out of the layout entirely and the expand wrapper is
         transparent, so the desktop bar is untouched */
      .hs-trigger {
        display: none;
      }
      .hs-expand,
      .hs-expand-inner {
        display: contents;
      }
      /* desktop: hero copy sits left instead of centered */
      @media (min-width: 761px) {
        .hero {
          justify-content: center;
        }
        .hero .wrap {
          width: min(980px, calc(100% - var(--pad) * 2));
          margin-inline: auto;
          text-align: center;
          justify-items: center;
          gap: 20px;
          margin-top: 110px;
        }
        .hero-copy {
          gap: 20px;
        }
        /* stretched out to its full width now, with the button collapsing
           to a circle at the end of the row */
        .hero-search {
          width: min(980px, 100%);
          padding: 12px;
        }
        .hero-search .row {
          flex-direction: row;
          align-items: stretch;
          gap: 12px;
        }
        .hero-search .fields {
          flex: 1;
          min-width: 0;
          /* the residence label is the longest by ~50px, so the last
             column takes the slack the first three don't use */
          grid-template-columns: 1fr 1fr 1fr 1.3fr;
        }
        .hero-search .field {
          padding: 14px 18px;
          gap: 12px;
        }
        .hero-search .field + .field::before {
          display: block;
        }
        .hero-search .ficon {
          width: 40px;
          height: 40px;
        }
        .hero-search .ficon svg {
          width: 18px;
          height: 18px;
        }
        .hero-search .flabel {
          font-size: 0.78rem;
        }
        /* between the mobile breakpoint and ~1040px there isn't room for
           four labels across, so the fields fall into two columns rather
           than clipping */
        @media (max-width: 1040px) {
          .hero-search .fields {
            grid-template-columns: repeat(2, 1fr);
          }
          /* two columns means only the right-hand field of each pair takes
             a vertical rule, and the second row takes a horizontal one */
          .hero-search .field + .field::before {
            display: none;
          }
          .hero-search .field:nth-child(even)::before {
            display: block;
          }
          .hero-search .field:nth-child(n + 3) {
            border-top: 1px solid var(--line);
            border-radius: 0;
          }
        }
        .hero-search .finput {
          font-size: 0.85rem;
        }
        /* a labelled pill rather than an icon-only circle — clearer as the
           call to action now that the card is quieter */
        .hero-search .go {
          width: auto;
          flex: none;
          padding: 0 28px;
          border-radius: 16px;
          font-size: 0.9rem;
        }
        .talbiyah {
          font-size: clamp(1.1rem, 1.6vw, 1.6rem);
        }
        .hero h1 {
          font-size: clamp(2rem, 3.4vw, 3.3rem);
        }
        .hero .lede {
          display: none;
        }
      }
      /* ---------------- why choose us ---------------- */
      .why-marquee {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
      }
      .why-marquee::-webkit-scrollbar {
        display: none;
      }
      .why-track {
        display: flex;
        width: max-content;
        gap: clamp(14px, 1.8vw, 20px);
        padding: 8px clamp(20px, 5vw, 64px);
        scroll-snap-type: x proximity;
      }
      #why-choose h2 {
        font-size: clamp(1.7rem, 3.2vw, 2.5rem);
      }
      .why-cell {
        flex: none;
        width: 240px;
        display: flex;
        scroll-snap-align: start;
      }
      .why-card {
        position: relative;
        overflow: hidden;
        width: 100%;
        aspect-ratio: 3 / 4;
        border-radius: 16px;
        box-shadow: 0 16px 34px -22px rgba(10, 15, 16, 0.18);
        transition:
          transform 0.4s cubic-bezier(0.2, 0.7, 0.3, 1),
          box-shadow 0.4s cubic-bezier(0.2, 0.7, 0.3, 1);
      }
      .why-card img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.3, 1);
      }
      /* scrim so the caption stays legible over any photo */
      .why-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
          0deg,
          rgba(8, 12, 12, 0.86) 0%,
          rgba(8, 12, 12, 0.35) 42%,
          rgba(8, 12, 12, 0) 68%
        );
        z-index: 1;
      }
      .why-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 26px 54px -24px rgba(10, 15, 16, 0.26);
      }
      .why-card:hover img {
        transform: scale(1.06);
      }
      .why-caption {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        padding: 18px 18px 20px;
        color: #fff;
      }
      .why-card h3 {
        font-size: 1rem;
        margin: 0 0 4px;
      }
      .why-card p {
        font-size: 0.85rem;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.82);
      }
      /* soft glow behind the section heading */
      #why-choose .head {
        position: relative;
      }
      #why-choose .head::before {
        content: "";
        position: absolute;
        top: -60px;
        left: 50%;
        width: 520px;
        height: 320px;
        transform: translateX(-50%);
        background: radial-gradient(
          closest-side,
          rgba(15, 118, 110, 0.14),
          transparent 72%
        );
        z-index: 0;
        pointer-events: none;
      }
      #why-choose .head > * {
        position: relative;
        z-index: 1;
      }
      /* the sitewide .band texture is tuned for other sections; kept
         closer to the brief's 3–5% here */
      #why-choose.band::before {
        opacity: 0.045;
      }
      @media (max-width: 900px) {
        .why-grid {
          grid-template-columns: repeat(2, 1fr);
        }
      }
      @media (max-width: 600px) {
        .why-grid {
          grid-template-columns: 1fr;
        }
      }

      /* ---------------- section head ---------------- */
      .head {
        display: grid;
        gap: 16px;
        max-width: 64ch;
        margin-bottom: clamp(46px, 6vw, 78px);
      }
      .head.center {
        justify-items: center;
        text-align: center;
        margin-inline: auto;
      }
      .head.center .eyebrow {
        justify-content: center;
      }

      /* ---------------- the view ---------------- */
      .view-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
        gap: clamp(24px, 3.5vw, 48px);
        align-items: center;
      }
      .view-copy {
        display: grid;
        gap: 18px;
        justify-items: start;
      }
      #film h2 em {
        display: block;
        font-style: italic;
        color: var(--sky);
      }
      .view-fact {
        display: flex;
        align-items: baseline;
        gap: 10px;
        margin-top: 4px;
        font-size: 0.82rem;
        color: rgba(var(--pearl-rgb), 0.5);
      }
      .view-fact b {
        font-size: 1.7rem;
        font-weight: 700;
        color: var(--pearl);
        letter-spacing: -0.02em;
      }
      .dots {
        display: flex;
        gap: 8px;
        margin-top: 4px;
      }
      .dot {
        width: 22px;
        height: 3px;
        border-radius: 2px;
        border: 0;
        padding: 0;
        background: var(--line);
        cursor: pointer;
        transition: background 0.25s ease;
      }
      .dot.active {
        background: var(--sky);
      }
      .dot:focus-visible {
        outline: 2px solid var(--sky);
        outline-offset: 3px;
      }

      /* the plate: one photo at a time, editorial print feel */
      .plate {
        position: relative;
        margin: 0;
        aspect-ratio: 4 / 5;
        border-radius: 18px;
        overflow: hidden;
        /* dark base, so a slow photo never flashes white behind the frame */
        background: #17302c;
        box-shadow: 0 30px 60px -25px rgba(10, 15, 16, 0.25);
      }
      .plate-frame {
        position: absolute;
        inset: 0;
        opacity: 0;
        transition: opacity 1s ease;
      }
      .plate-frame.active {
        opacity: 1;
        z-index: 1;
      }
      .plate-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transform: scale(1.02);
        animation: platedrift 9s ease-in-out infinite alternate;
        animation-play-state: paused;
      }
      .plate-frame.active img {
        animation-play-state: running;
      }
      @keyframes platedrift {
        from {
          transform: scale(1.02) translate(0, 0);
        }
        to {
          transform: scale(1.09) translate(-1%, -1%);
        }
      }
      .plate-scrim {
        position: absolute;
        inset: auto 0 0 0;
        height: 42%;
        z-index: 2;
        pointer-events: none;
        background: linear-gradient(180deg, transparent, rgba(4, 16, 15, 0.72));
      }
      .plate-cap {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 16px;
        z-index: 3;
        margin: 0;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 10px;
        color: #fff;
      }
      .plate-cap .loc {
        font-size: 0.88rem;
        font-weight: 600;
        letter-spacing: -0.005em;
      }
      .plate-cap .no {
        font-size: 0.68rem;
        letter-spacing: 0.14em;
        color: rgba(255, 255, 255, 0.62);
        font-variant-numeric: tabular-nums;
      }
      .plate-nav {
        position: absolute;
        top: 14px;
        right: 14px;
        z-index: 4;
        display: flex;
        gap: 6px;
      }
      .plate-btn {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.28);
        background: rgba(10, 15, 16, 0.32);
        backdrop-filter: blur(6px);
        display: grid;
        place-items: center;
        color: #fff;
        cursor: pointer;
        transition:
          background 0.2s ease,
          border-color 0.2s ease;
      }
      .plate-btn:hover {
        background: rgba(10, 15, 16, 0.55);
        border-color: rgba(255, 255, 255, 0.55);
      }
      .plate-btn:focus-visible {
        outline: 2px solid #fff;
        outline-offset: 2px;
      }
      .plate-btn svg {
        width: 12px;
        height: 12px;
      }
      @media (max-width: 820px) {
        .view-grid {
          grid-template-columns: 1fr;
          gap: 30px;
        }
        .view-copy {
          justify-items: center;
          text-align: center;
        }
        .view-copy .eyebrow,
        .dots {
          justify-content: center;
        }
        .plate {
          max-width: 380px;
          margin-inline: auto;
          width: 100%;
        }
        .view-lede {
          display: none;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        .plate-frame img {
          animation: none !important;
        }
      }

      /* ---------------- packages ---------------- */
      .pkgs {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(282px, 1fr));
        gap: clamp(18px, 2.4vw, 30px);
      }
      .pkgs-more {
        display: flex;
        justify-content: center;
        margin-top: clamp(28px, 3.5vw, 40px);
      }
      .pkgs-more a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 0.95rem;
        font-weight: 500;
        color: var(--pearl);
        padding-bottom: 2px;
        border-bottom: 1px solid var(--line-strong);
        transition: border-color 0.25s, color 0.25s, gap 0.25s;
      }
      .pkgs-more a:hover {
        color: var(--sky);
        border-color: var(--sky);
        gap: 12px;
      }
      .pkg {
        position: relative;
        isolation: isolate;
        clip-path: url(#archClip);
        background: linear-gradient(
          180deg,
          var(--deep) 0%,
          var(--midnight) 52%,
          var(--ink) 100%
        );
        padding: clamp(108px, 12vw, 148px) clamp(24px, 2.6vw, 36px) 38px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.3, 1);
      }
      .pkg:hover {
        transform: translateY(-8px);
      }
      .pkg .outline {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
      }
      .pkg .outline path {
        fill: none;
        stroke: var(--line-strong);
        stroke-width: 1;
        vector-effect: non-scaling-stroke;
      }
      .pkg .crown {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: clamp(108px, 12vw, 148px);
        z-index: -1;
        opacity: 0.16;
        -webkit-mask-image: linear-gradient(180deg, #000 8%, transparent 100%);
        mask-image: linear-gradient(180deg, #000 8%, transparent 100%);
      }
      .pkg.featured {
        background: linear-gradient(
          180deg,
          var(--indigo) 0%,
          var(--deep) 48%,
          var(--ink) 100%
        );
      }
      .pkg.featured .outline path {
        stroke: rgba(255, 111, 77, 0.55);
      }
      .pkg-tag {
        position: absolute;
        top: clamp(62px, 7vw, 86px);
        left: 50%;
        transform: translateX(-50%);
        font-size: 0.65rem;
        letter-spacing: 0.24em;
        text-transform: uppercase;
        color: var(--brass);
        white-space: nowrap;
      }
      .pkg h3 {
        display: flex;
        flex-direction: column;
        gap: 4px;
        text-align: center;
      }
      .pkg h3 .ar {
        font-size: 1.05rem;
        color: var(--sky);
        opacity: 0.85;
      }
      .pkg .dur {
        font-size: 0.76rem;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: rgba(var(--pearl-rgb), 0.5);
      }
      .pkg ul {
        list-style: none;
        margin: 4px 0 0;
        padding: 0;
        display: grid;
        gap: 11px;
        font-size: 0.9rem;
        color: rgba(var(--pearl-rgb), 0.72);
      }
      .pkg li {
        display: flex;
        gap: 11px;
        align-items: flex-start;
        line-height: 1.5;
      }
      .pkg li::before {
        content: "";
        flex: none;
        width: 5px;
        height: 5px;
        margin-top: 9px;
        background: var(--azure);
        transform: rotate(45deg);
      }
      .price {
        margin-top: auto;
        padding-top: 22px;
        border-top: 1px solid var(--line);
        display: flex;
        align-items: baseline;
        gap: 9px;
        flex-wrap: wrap;
      }
      .price b {
        font-family: var(--display);
        font-size: 2rem;
        font-weight: 400;
      }
      /* currency code sits quieter than the figure it qualifies */
      .price .cur {
        font-size: 0.52em;
        font-weight: 600;
        letter-spacing: 0.08em;
        color: rgba(var(--pearl-rgb), 0.55);
        margin-inline-end: 0.2em;
      }
      .price small {
        font-size: 0.72rem;
        letter-spacing: 0.13em;
        text-transform: uppercase;
        color: rgba(var(--pearl-rgb), 0.5);
      }
      .pkg .btn {
        margin-top: 10px;
      }

      /* ---------------- the rites ---------------- */
      .rt-switch {
        display: inline-flex;
        margin-top: 6px;
        padding: 4px;
        gap: 4px;
        border-radius: 999px;
        background: var(--ink);
        border: 1px solid var(--line);
      }
      .rt-switch-btn {
        padding: 10px 26px;
        border-radius: 999px;
        font-size: 0.88rem;
        font-weight: 600;
        color: rgba(var(--pearl-rgb), 0.55);
        transition:
          background 0.3s ease,
          color 0.3s ease;
      }
      .rt-switch-btn.active {
        background: var(--sky);
        color: #fff;
      }

      .timeline {
        list-style: none;
        margin: clamp(46px, 6vw, 78px) 0 0;
        padding: 0;
        position: relative;
        display: grid;
        gap: clamp(36px, 5vw, 56px);
      }
      .timeline[hidden] {
        display: none;
      }
      /* a thin neutral line, faded at both ends, with a teal-to-brass
         line layered on top that fills in as you scroll past the
         section (see the rites script at the bottom of the page) */
      .timeline::before {
        content: "";
        position: absolute;
        top: 6px;
        bottom: 6px;
        left: 50%;
        width: 1px;
        transform: translateX(-50%);
        background: linear-gradient(
          180deg,
          transparent,
          var(--line-strong) 10%,
          var(--line-strong) 90%,
          transparent
        );
      }
      .timeline::after {
        content: "";
        position: absolute;
        top: 6px;
        left: 50%;
        width: 1px;
        height: var(--fill, 0%);
        transform: translateX(-50%);
        background: linear-gradient(180deg, var(--sky), var(--brass));
      }
      .rt-row {
        display: grid;
        grid-template-columns: 1fr 64px 1fr;
        align-items: center;
        opacity: 0;
        transform: translateY(28px);
        transition:
          opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1),
          transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
      }
      .rt-row.in-view {
        opacity: 1;
        transform: translateY(0);
      }
      .rt-slot-a {
        padding-inline-end: 40px;
        display: flex;
        justify-content: flex-end;
      }
      .rt-slot-b {
        padding-inline-start: 40px;
        display: flex;
        justify-content: flex-start;
      }
      .rt-row .rt-slot-a .rt-copy,
      .rt-row .rt-slot-a .rt-media {
        text-align: end;
        align-items: flex-end;
      }
      .rt-row .rt-slot-b .rt-copy,
      .rt-row .rt-slot-b .rt-media {
        text-align: start;
        align-items: flex-start;
      }
      .rt-spine {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
      }
      .rt-dot {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        font-family: var(--display);
        font-weight: 700;
        font-size: 0.92rem;
        font-variant-numeric: tabular-nums;
        color: var(--sky);
        background: var(--midnight);
        border: 1px solid var(--line-strong);
      }
      .rt-copy {
        display: grid;
        gap: 10px;
        max-width: 340px;
      }
      .rt-when {
        font-size: 0.68rem;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: var(--brass);
        font-weight: 600;
      }
      .rt-copy h3 {
        font-size: 1.25rem;
        display: flex;
        align-items: baseline;
        gap: 10px;
        flex-wrap: wrap;
      }
      .rt-slot-a .rt-copy h3 {
        justify-content: flex-end;
      }
      .rt-ar {
        font-size: 1rem;
        font-weight: 500;
        color: var(--sky);
        opacity: 0.85;
        direction: rtl;
      }
      .rt-copy p {
        margin: 0;
        font-size: 0.92rem;
        color: rgba(var(--pearl-rgb), 0.66);
      }
      .rt-media {
        max-width: 340px;
        width: 100%;
        display: flex;
      }
      .rt-frame {
        width: 100%;
        aspect-ratio: 4 / 5;
        border-radius: 18px;
        overflow: hidden;
        background: #17302c;
        box-shadow: 0 24px 50px -24px rgba(10, 15, 16, 0.35);
        border: 1px solid var(--line);
      }
      .rt-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.3, 1);
      }
      .rt-row:hover .rt-frame img {
        transform: scale(1.06);
      }
      @media (prefers-reduced-motion: reduce) {
        .rt-row {
          transition: none;
          opacity: 1;
          transform: none;
        }
        .rt-frame img {
          transition: none;
        }
      }
      @media (max-width: 760px) {
        .rt-switch {
          width: 56%;
          justify-content: center;
        }
        .timeline {
          gap: 40px;
        }
        .timeline::before,
        .timeline::after {
          left: auto;
          inset-inline-start: 20px;
          transform: none;
        }
        .rt-row {
          grid-template-columns: 40px 1fr;
          grid-template-areas: "spine media" "spine copy";
          row-gap: 16px;
          align-items: start;
        }
        .rt-row.right {
          grid-template-areas: "spine media" "spine copy";
        }
        .rt-row.right .rt-slot-a {
          grid-area: copy;
        }
        .rt-row.right .rt-slot-b {
          grid-area: media;
        }
        .rt-spine {
          grid-area: spine;
          align-self: start;
          padding-top: 4px;
        }
        .rt-dot {
          width: 32px;
          height: 32px;
          font-size: 0.8rem;
        }
        .rt-slot-a,
        .rt-slot-b {
          padding: 0;
          justify-content: flex-start;
        }
        .rt-slot-a {
          grid-area: media;
        }
        .rt-slot-b {
          grid-area: copy;
        }
        .rt-row .rt-slot-a .rt-copy,
        .rt-row .rt-slot-b .rt-copy,
        .rt-row .rt-slot-a .rt-media,
        .rt-row .rt-slot-b .rt-media {
          text-align: start;
          align-items: flex-start;
        }
        .rt-copy h3,
        .rt-slot-a .rt-copy h3 {
          justify-content: flex-start;
        }
        .rt-copy,
        .rt-media {
          max-width: none;
        }
        .rt-frame {
          aspect-ratio: 16 / 10;
        }
      }

      /* ---------------- where you stay ---------------- */
      .stay {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: clamp(18px, 2.4vw, 28px);
      }
      .hotel {
        border: 1px solid var(--line);
        padding: clamp(26px, 3vw, 40px);
        background: linear-gradient(
          160deg,
          rgba(28, 48, 45, 0.28),
          transparent 70%
        );
        display: grid;
        gap: 18px;
        align-content: start;
      }
      .hotel h3 {
        display: flex;
        flex-direction: column;
        gap: 4px;
      }
      .hotel h3 .ar {
        font-size: 1.05rem;
        color: var(--sky);
        opacity: 0.85;
      }
      .meter {
        display: grid;
        gap: 9px;
      }
      .meter-top {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        font-size: 0.77rem;
        letter-spacing: 0.09em;
        color: rgba(var(--pearl-rgb), 0.6);
      }
      .meter-bar {
        height: 2px;
        background: rgba(61, 214, 198, 0.14);
        position: relative;
        overflow: hidden;
      }
      .meter-bar i {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 100%;
        background: linear-gradient(90deg, var(--azure), var(--sky));
      }
      .hotel p {
        font-size: 0.92rem;
        color: rgba(var(--pearl-rgb), 0.63);
      }

      /* ---------------- our care ---------------- */
      .care {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(238px, 1fr));
        gap: 1px;
        background: var(--line);
        border: 1px solid var(--line);
      }
      .care > div {
        background: var(--ink);
        padding: clamp(28px, 3vw, 40px);
        display: grid;
        gap: 12px;
        align-content: start;
      }
      .care .glyph {
        width: 34px;
        height: 34px;
        color: var(--sky);
        opacity: 0.9;
      }
      .care h3 {
        font-size: 1.12rem;
      }
      .care p {
        font-size: 0.9rem;
        color: rgba(var(--pearl-rgb), 0.6);
      }

      /* ---------------- numbers ---------------- */
      .nums {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(186px, 1fr));
        gap: clamp(30px, 4vw, 48px);
        text-align: center;
      }
      .num-item b {
        display: block;
        font-family: var(--display);
        font-size: clamp(2.6rem, 5.2vw, 3.9rem);
        line-height: 1;
      }
      .num-item span {
        display: block;
        margin-top: 10px;
        font-size: 0.72rem;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: rgba(var(--pearl-rgb), 0.52);
      }

      /* ---------------- voices ---------------- */
      .voices {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(268px, 1fr));
        gap: clamp(18px, 2.4vw, 28px);
      }
      .voice {
        border: 1px solid var(--line);
        padding: clamp(26px, 3vw, 36px);
        display: grid;
        gap: 18px;
        align-content: start;
        background: rgba(12, 37, 68, 0.22);
      }
      .voice .rub {
        font-size: 1.3rem;
      }
      .voice p {
        font-family: var(--display);
        font-size: 1.1rem;
        line-height: 1.7;
        color: rgba(var(--pearl-rgb), 0.88);
      }
      .voice footer {
        font-size: 0.78rem;
        letter-spacing: 0.1em;
        color: rgba(var(--pearl-rgb), 0.5);
        display: grid;
        gap: 3px;
      }
      .voice footer b {
        color: var(--sky);
        font-weight: 500;
      }

      /* ---------------- booking ---------------- */
      .book-grid {
        display: grid;
        grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
        gap: clamp(36px, 6vw, 88px);
        align-items: start;
      }
      .book-aside {
        display: grid;
        gap: 20px;
      }
      .book-aside .line {
        display: flex;
        gap: 14px;
        align-items: flex-start;
        font-size: 0.93rem;
        color: rgba(var(--pearl-rgb), 0.68);
      }
      .book-aside .line b {
        color: var(--pearl);
        font-weight: 500;
        display: block;
        font-size: 0.72rem;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        margin-bottom: 3px;
      }
      .book-aside .line .rub {
        margin-top: 5px;
      }
      form {
        display: grid;
        gap: 18px;
      }
      .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
      }
      .field {
        display: grid;
        gap: 8px;
      }
      label {
        font-size: 0.71rem;
        letter-spacing: 0.19em;
        text-transform: uppercase;
        color: rgba(var(--pearl-rgb), 0.55);
      }
      input,
      select,
      textarea {
        font: inherit;
        font-size: 0.95rem;
        color: var(--pearl);
        background: rgba(var(--ink-rgb), 0.6);
        border: 1px solid var(--line);
        padding: 14px 16px;
        border-radius: 2px;
        transition:
          border-color 0.25s,
          background 0.25s;
      }
      input::placeholder,
      textarea::placeholder {
        color: rgba(var(--pearl-rgb), 0.32);
      }
      input:focus,
      select:focus,
      textarea:focus {
        outline: none;
        border-color: var(--sky);
        background: rgba(var(--ink-rgb), 0.9);
      }
      select {
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%233DD6C6' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 16px center;
      }
      select option {
        background: #111a1b;
        color: #ffffff;
      }
      textarea {
        resize: vertical;
        min-height: 104px;
      }
      .consent {
        display: flex;
        gap: 11px;
        align-items: flex-start;
        font-size: 0.82rem;
        color: rgba(var(--pearl-rgb), 0.58);
        line-height: 1.5;
        letter-spacing: normal;
        text-transform: none;
      }
      .consent input {
        appearance: auto;
        width: 16px;
        height: 16px;
        margin: 2px 0 0;
        padding: 0;
        flex: none;
        border: 0;
        background: none;
        accent-color: var(--azure);
      }
      form .btn-solid {
        padding: 16px 30px;
      }
      .sent {
        border: 1px solid rgba(255, 111, 77, 0.45);
        padding: clamp(30px, 4vw, 44px);
        display: grid;
        gap: 14px;
        background: linear-gradient(160deg, rgba(28, 48, 45, 0.4), transparent);
      }
      .sent p {
        font-size: 0.94rem;
        color: rgba(var(--pearl-rgb), 0.68);
      }

      /* ---------------- footer ---------------- */
      .foot {
        padding: clamp(56px, 7vw, 88px) 0 34px;
        border-top: 1px solid var(--line);
      }
      .foot-grid {
        display: grid;
        grid-template-columns: 1.5fr 1fr 1fr;
        gap: clamp(28px, 4vw, 56px);
        margin-bottom: 48px;
      }
      .foot-grid h4 {
        font-family: var(--ui);
        font-size: 0.71rem;
        letter-spacing: 0.24em;
        text-transform: uppercase;
        color: var(--sky);
        margin: 0 0 18px;
        font-weight: 500;
      }
      .foot-grid ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 11px;
        font-size: 0.9rem;
        color: rgba(var(--pearl-rgb), 0.6);
      }
      .foot-grid a:hover {
        color: var(--pearl);
      }
      .foot-brand p {
        font-size: 0.92rem;
        color: rgba(var(--pearl-rgb), 0.55);
        max-width: 40ch;
        margin-top: 16px;
      }
      .foot-social {
        display: flex;
        gap: 10px;
        margin-top: 18px;
      }
      .foot-social a {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        border: 1px solid var(--line);
        color: rgba(var(--pearl-rgb), 0.6);
        transition:
          color 0.3s,
          border-color 0.3s,
          background 0.3s;
      }
      .foot-social a:hover {
        color: var(--pearl);
        border-color: var(--sky);
        background: rgba(var(--pearl-rgb), 0.06);
      }
      .foot-social svg {
        width: 16px;
        height: 16px;
      }
      .foot-bot {
        display: flex;
        flex-wrap: wrap;
        gap: 12px 28px;
        justify-content: space-between;
        align-items: center;
        padding-top: 26px;
        border-top: 1px solid var(--line);
        font-size: 0.76rem;
        color: rgba(var(--pearl-rgb), 0.42);
      }

      /* ---------------- whatsapp ---------------- */
      .wa {
        position: fixed;
        right: 20px;
        bottom: 20px;
        z-index: 70;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: var(--azure);
        color: #0a0f10;
        box-shadow: 0 10px 30px rgba(10, 15, 16, 0.6);
        transition:
          transform 0.3s,
          background 0.3s,
          box-shadow 0.3s,
          color 0.3s;
      }
      .wa:hover {
        transform: translateY(-3px);
        background: var(--sky);
      }
      .wa {
        box-shadow: none;
        color: #fff;
      }
      .wa svg {
        width: 26px;
        height: 26px;
      }

      /* ---------------- responsive ---------------- */
      @media (max-width: 900px) {
        .book-grid {
          grid-template-columns: 1fr;
        }
        .foot-grid {
          grid-template-columns: 1fr 1fr;
        }
        .foot-brand {
          grid-column: 1 / -1;
        }
      }
      @media (max-width: 760px) {
        /* the bar collapses to a single tappable line; tapping it
           extends the card downward to reveal the fields */
        .hero-search {
          padding: 6px;
        }
        .hs-trigger {
          display: flex;
          align-items: center;
          gap: 11px;
          width: 100%;
          padding: 8px;
          background: none;
          border: 0;
          font: inherit;
          text-align: start;
          color: var(--pearl);
          cursor: pointer;
        }
        .hs-trigger-text {
          flex: 1;
          font-size: 0.84rem;
          font-weight: 500;
          color: rgba(var(--pearl-rgb), 0.5);
        }
        .hs-trigger-chev {
          width: 12px;
          height: 12px;
          flex: none;
          color: rgba(var(--pearl-rgb), 0.4);
          transition: transform 0.3s ease;
        }
        .hero-search.open .hs-trigger-chev {
          transform: rotate(180deg);
        }
        .hs-expand {
          display: grid;
          grid-template-rows: 0fr;
          transition: grid-template-rows 0.35s cubic-bezier(0.19, 1, 0.22, 1);
        }
        .hero-search.open .hs-expand {
          grid-template-rows: 1fr;
        }
        .hs-expand-inner {
          display: block;
          overflow: hidden;
          min-height: 0;
          pointer-events: none;
        }
        .hero-search.open .hs-expand-inner {
          pointer-events: auto;
        }
        .hs-expand .row {
          padding-top: 6px;
        }
        .hero-search .fields {
          grid-template-columns: 1fr;
        }
        /* stacked, so the rule between fields runs horizontally */
        .hero-search .field + .field {
          border-top: 1px solid var(--line);
          border-radius: 0;
        }
        .info-bar-inner {
          gap: 6px;
          padding: 0 10px;
          font-size: 0.62rem;
        }
        .info-icon {
          width: 12px;
          height: 12px;
        }
        .info-item:has(#ibDate),
        .info-item:has(#ibTime) {
          display: none;
        }
        .info-sep:nth-of-type(1),
        .info-sep:nth-of-type(2) {
          display: none;
        }
        .hero .lede {
          display: none;
        }
        .nav {
          padding: 8px 0;
        }
        .nav.stuck {
          padding: 0px;
        }
        .brand {
          width: 271px;
          height: 104px;
        }
        .brand img {
          position: absolute;
          top: 67%;
          left: 27%;
          height: 480px;
          width: 480px;
          transform: translate(-50%, -50%);
        }
        .menu {
          display: none;
        }
        .burger {
          display: flex;
        }
        .drawer {
          display: grid;
          position: fixed;
          inset: 0;
          z-index: 59;
          background: rgba(var(--ink-rgb), 0.97);
          backdrop-filter: blur(10px);
          place-content: center;
          gap: 16px;
          padding: 122px 20px 24px;
          overflow-y: auto;
          text-align: center;
          opacity: 0;
          visibility: hidden;
          transform: scale(0.97);
          transition:
            opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1),
            transform 0.55s cubic-bezier(0.19, 1, 0.22, 1),
            visibility 0.45s;
        }
        .drawer.open {
          opacity: 1;
          visibility: visible;
          transform: scale(1);
        }
        .drawer a {
          font-family: var(--display);
          font-size: 1.25rem;
          opacity: 0;
          transform: translateY(12px);
          transition:
            opacity 0.4s ease,
            transform 0.4s ease;
        }
        .drawer.open a {
          opacity: 1;
          transform: translateY(0);
        }
        .drawer a:nth-child(1) {
          transition-delay: 0.06s;
        }
        .drawer a:nth-child(2) {
          transition-delay: 0.1s;
        }
        .drawer a:nth-child(3) {
          transition-delay: 0.14s;
        }
        .drawer a:nth-child(4) {
          transition-delay: 0.18s;
        }
        .drawer a:nth-child(5) {
          transition-delay: 0.22s;
        }
        .drawer a:nth-child(6) {
          transition-delay: 0.26s;
        }
        .drawer a:nth-child(7) {
          transition-delay: 0.3s;
        }
        .drawer a:nth-child(8) {
          transition-delay: 0.34s;
        }
        .drawer .lang {
          border-inline-start: 0;
          padding-inline-start: 0;
          border-right: 1px solid var(--line);
          padding-right: 24px;
        }
        .row {
          grid-template-columns: 1fr;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        html {
          scroll-behavior: auto;
        }
        * {
          animation-duration: 0.01ms !important;
          transition-duration: 0.01ms !important;
        }
      }
