
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    :root {
      --ink: #29211d;
      --muted: #74685f;
      --cream: #f7f2ed;
      --cream-2: #efe5db;
      --paper: #fffdfb;
      --brown: #76552d;
      --brown-dark: #5e4121;
      --line: #e8dfd6;
      --white: #fff;
      --shadow: 0 10px 28px rgba(42, 31, 24, 0.08);
      --radius: 18px;
      --container-max: 1340px;
      --page-gutter: 40px;
      --page-width: min(var(--container-max), calc(100% - (var(--page-gutter) * 2)));
      --section-space-y: 96px;
      --section-head-gap: 42px;
      --eyebrow-gap: 9px;
      --heading-copy-gap: 13px;
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 88px;
    }

    body {
      margin: 0;
      min-width: 320px;
      font-family: 'Source Serif 4', Georgia, serif;
      font-size: 18px;
      font-weight: 500;
      color: var(--ink);
      background: #fff;
      line-height: 1.5;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    /* Keeps AOS transforms from creating a temporary horizontal scrollbar.
       Grid/flex overflow is fixed at the component level below, not hidden here. */
    main {
      overflow-x: clip;
    }

    img {
      display: block;
      max-width: 100%;
      height: auto;
    }

    button,
    input,
    select {
      font: inherit;
    }

    button,
    select {
      cursor: pointer;
    }

    a {
      text-decoration: none;
      color: inherit;
    }

    /* Global container system */
    .container,
    .nav-wrap,
    .search-panel {
      width: var(--page-width);
      max-width: 100%;
      margin-inline: auto;
    }

    .container,
    .nav-wrap,
    .search-panel,
    .destinations-grid > *,
    .benefits-grid > *,
    .stays-grid > *,
    .host-grid > *,
    .journal-grid > *,
    .testimonials-grid > *,
    .footer-grid > * {
      min-width: 0;
    }

    .eyebrow {
      margin: 0 0 var(--eyebrow-gap);
      color: #8a714d;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .section-title,
    .host-title {
      margin: 0;
      font-size: 40px;
      line-height: 1.06;
      font-weight: 700;
      letter-spacing: -0.02em;
      color: var(--ink);
    }

    .section-copy {
      margin: var(--heading-copy-gap) auto 0;
      max-width: 770px;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.62;
      font-weight: 500;
    }

    .section-head {
      text-align: center;
      margin-bottom: var(--section-head-gap);
    }

    /* Header */
    .site-header {
      height: 74px;
      display: flex;
      align-items: center;
      background: #e9e2de;
      position: relative;
      z-index: 50;
      border-bottom: 1px solid rgba(55, 42, 34, 0.08);
    }

    .nav-wrap {
      position: relative;
      display: grid;
      grid-template-columns: 180px minmax(0, 1fr) 180px;
      align-items: center;
      min-height: 74px;
    }

    .brand {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      width: max-content;
      color: #171412;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 900;
      letter-spacing: -1.5px;
      line-height: 0.72;
      text-transform: lowercase;
    }

    .brand .logo-ghar {
      font-size: 19px;
    }

    .brand .logo-ongo {
      font-size: 17px;
      position: relative;
    }

    .brand .logo-ongo::after {
      content: '';
      position: absolute;
      right: -7px;
      bottom: -3px;
      width: 12px;
      height: 5px;
      border-bottom: 2px solid currentColor;
      border-radius: 50%;
      transform: rotate(-11deg);
    }

    .main-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 31px;
    }
    .featured-partenered-with {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

    .main-nav a {
      position: relative;
      font-size: 15px;
      font-weight: 600;
      color: #4d413a;
      transition: 0.2s ease;
      white-space: nowrap;
    }

    .main-nav a::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -8px;
      width: 0;
      height: 1px;
      background: var(--brown);
      transform: translateX(-50%);
      transition: 0.2s ease;
    }

    .main-nav a:hover::after {
      width: 100%;
    }

    .nav-cta {
      justify-self: end;
    }

    .register-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 88px;
      height: 36px;
      padding: 0 20px;
      border-radius: 999px;
      background: var(--brown);
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      box-shadow: 0 4px 10px rgba(62, 43, 24, 0.14);
      transition: 0.2s ease;
    }

    .register-btn:hover {
      background: var(--brown-dark);
    }

    .menu-toggle {
      display: none;
      border: 0;
      background: transparent;
      color: var(--ink);
      font-size: 22px;
      cursor: pointer;
      padding: 6px;
    }

    /* Hero */
    .hero {
      position: relative;
      min-height: 690px;
      color: #fff;
      display: flex;
      align-items: center;
      isolation: isolate;
      background:
        linear-gradient(90deg, rgba(14, 14, 13, 0.63) 0%, rgba(14, 14, 13, 0.35) 47%, rgba(14, 14, 13, 0.18) 100%),
        url('https://images.unsplash.com/photo-1751013781739-4f10e714ef53?auto=format&fit=crop&w=2200&q=86') center 55% / cover no-repeat;
    }

    .hero::after {
      content: '';
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.04) 56%, rgba(0, 0, 0, 0.34) 100%);
    }

    .hero-inner {
      width: var(--page-width);
      padding: 90px 0 145px;
    }

    .hero-copy {
      max-width: 620px;
    }

    .hero-title {
      margin: 0 0 18px;
      font-size: 56px;
      line-height: 1.02;
      font-weight: 700;
      letter-spacing: -0.035em;
      color: #fff;
    }

    .hero-text {
      max-width: 560px;
      margin: 0;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.45;
      color: rgba(255, 255, 255, 0.93);
    }

    /* Hero search positioning fix:
       Center with inset + auto margins instead of transform.
       AOS animates via transform, so using transform for layout caused the panel
       to jump to 50% from the left whenever AOS applied its own transform. */
    .search-panel {
  position: absolute;
  left: calc((100% - var(--page-width)) / 2);
  right: auto;
  bottom: 50px;
      margin-inline: 0;
      /* margin-left: 40px; */
      display: grid;
      grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 0.9fr) auto;
      gap: 8px;
      align-items: center;
      padding: 10px;
      background: #fff;
      color: var(--ink);
      border-radius: 18px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
      border: 1px solid rgba(255, 255, 255, 0.75);
      max-width: 700px;
    }

    .search-field {
      position: relative;
      z-index: 1;
      min-width: 0;
      min-height: 52px;
      padding: 8px 12px;
      display: grid;
      grid-template-columns: 28px minmax(0, 1fr);
      gap: 8px;
      align-items: center;
      background: #f7f4f1;
      border: 1px solid transparent;
      border-radius: 10px;
      cursor: text;
      transition: border-color 0.2s ease, background-color 0.2s ease;
    }

    /* Remove the gold focus border on the destination/property-type fields and elevate active field */
.search-field:focus-within,
.search-field:has(.experience-options:not([hidden])),
.search-field:has(.destination-suggestions:not([hidden])) {
  border-color: transparent;
  z-index: 70;
}

.field-input:focus,
.field-select:focus {
  outline: none;
  box-shadow: none;
}

    .field-control {
      min-width: 0;
    }

    .search-field i {
      font-size: 15px;
      color: #b39b83;
      text-align: center;
    }

    .field-label {
      display: block;
      color: #8c7b70;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      line-height: 1.1;
    }

    .field-input,
    .field-select {
      display: block;
      width: 100%;
      min-width: 0;
      margin-top: 2px;
      padding: 0;
      border: 0;
      outline: 0;
      background: transparent;
      color: #554941;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.35;
    }

    .field-input::placeholder {
      color: #756a63;
      opacity: 1;
    }

    .field-input[type='date'] {
      color-scheme: light;
    }

    .field-select {
      appearance: none;
      -webkit-appearance: none;
      padding-right: 18px;
      background-image: linear-gradient(45deg, transparent 50%, #8c7b70 50%), linear-gradient(135deg, #8c7b70 50%, transparent 50%);
      background-position: calc(100% - 8px) 52%, calc(100% - 4px) 52%;
      background-size: 4px 4px, 4px 4px;
      background-repeat: no-repeat;
    }

    .search-btn {
      height: 52px;
      padding: 0 25px;
      border: 0;
      border-radius: 13px;
      background: var(--brown);
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      cursor: pointer;
      transition: 0.2s ease;
      white-space: nowrap;
    }

    .search-btn:hover {
      background: var(--brown-dark);
    }

    /* Wave divider */
    .wave-divider {
      height: 0;
      position: relative;
      z-index: 3;
      pointer-events: none;
    }

    .wave-divider::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: -18px;
      height: 38px;
      background: var(--cream-2);
      border-radius: 0 0 50% 50% / 0 0 100% 100%;
      transform: skewY(-1.4deg);
      transform-origin: center;
    }

    .wave-divider.reverse::before {
      background: #fff;
      transform: skewY(1.2deg);
    }

    /* Sections */
    .about-section,
    .destinations-section,
    .benefits-section,
    .featured-section,
    .host-section,
    .journal-section,
    .testimonials-section {
      padding-block: var(--section-space-y);
    }

    .about-section {
      text-align: center;
      background: rgba(255, 253, 250, 0.92);
      background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=2200&q=82');
      background-size: cover;
      background-position: center 62%;
      background-blend-mode: overlay;
    }

    .about-inner {
      max-width: 900px;
      margin: auto;
    }

    .read-more {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-top: 28px;
      color: #7f5c31;
      font-size: 14px;
      font-weight: 700;
      border-bottom: 1px solid rgba(127, 92, 49, 0.45);
      padding-bottom: 2px;
    }

    .destinations-section {
      background: #fff;
    }

    .destinations-grid {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 18px;
    }

    .destination-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 16px;
      padding: 9px 9px 13px;
      box-shadow: 0 7px 20px rgba(53, 43, 35, 0.06);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .destination-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 14px 30px rgba(53, 43, 35, 0.10);
    }

    .destination-card img {
      width: 100%;
      height: 150px;
      object-fit: cover;
      border-radius: 12px;
    }

    .destination-card h3 {
      font-size: 18px;
      margin: 12px 0 2px;
      font-weight: 700;
    }

    .destination-card .country {
      font-size: 13px;
      color: #6f645e;
    }

    .destination-card .count {
      font-size: 11px;
      color: #a06e2f;
      margin-top: 4px;
    }

    .benefits-section {
      background: #f6f2ef;
      position: relative;
      overflow: hidden;
    }

    .benefits-section::after {
      content: '';
      position: absolute;
      left: -5%;
      right: -5%;
      bottom: -29px;
      height: 58px;
      background: #eaded4;
      border-radius: 50% 50% 0 0 / 100% 100% 0 0;
      transform: rotate(-1deg);
      pointer-events: none;
    }

    .benefits-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 24px;
    }

    .benefit-card {
      background: #fff;
      border: 1px solid #eadfd7;
      border-radius: 17px;
      padding: 28px 24px 25px;
      box-shadow: var(--shadow);
      transition: transform 0.2s ease;
    }

    .benefit-card:hover {
      transform: translateY(-3px);
    }

    .benefit-icon {
      width: 42px;
      height: 42px;
      border: 1px solid #d8c9bb;
      border-radius: 50%;
      display: grid;
      place-items: center;
      color: #967850;
      background: #faf7f4;
      margin-bottom: 18px;
    }

    .benefit-card h3 {
      font-size: 18px;
      margin: 0 0 9px;
      font-weight: 700;
    }

    .benefit-card p {
      font-size: 15px;
      line-height: 1.45;
      color: #6d625b;
      margin: 0;
    }

    .featured-section {
      background: rgba(248, 241, 233, 0.90);
      background-image: url('https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=2200&q=82');
      background-size: cover;
      background-blend-mode: overlay;
    }

    .stays-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 22px;
    }

    .stay-card {
      background: #fff;
      border-radius: 16px;
      border: 1px solid #e7ddd4;
      padding: 10px 10px 18px;
      box-shadow: 0 10px 28px rgba(71, 53, 39, 0.09);
      transition: transform 0.25s ease;
    }

    .stay-card:hover {
      transform: translateY(-5px);
    }

    .stay-image {
      position: relative;
      height: 250px;
      border-radius: 12px;
      overflow: hidden;
    }

    .stay-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.35s ease;
    }

    .stay-card:hover .stay-image img {
      transform: scale(1.03);
    }

    .rating {
      position: absolute;
      right: 10px;
      bottom: 10px;
      padding: 5px 9px;
      border-radius: 999px;
      background: rgba(43, 38, 34, 0.78);
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      backdrop-filter: blur(6px);
    }

    .stay-body {
      padding: 13px 2px 0;
    }

    .stay-body h3 {
      font-size: 18px;
      margin: 0 0 6px;
      font-weight: 700;
    }

    .stay-meta,
    .stay-detail {
      font-size: 13px;
      color: #6f645e;
      line-height: 1.45;
      margin: 0 0 4px;
    }

    .stay-price {
      margin: 10px 0 0;
      color: #755527;
      font-size: 17px;
      font-weight: 700;
    }

    .stay-features {
      font-size: 11px;
      color: #8f6e45;
      line-height: 1.4;
      margin-top: 7px;
    }

    .host-section {
      background: #fff;
      position: relative;
      overflow: hidden;
    }

    .host-section::after {
      content: '';
      position: absolute;
      left: -8%;
      right: -8%;
      bottom: -40px;
      height: 70px;
      background: #f0e7df;
      border-radius: 50% 50% 0 0 / 100% 100% 0 0;
      transform: rotate(0.7deg);
      pointer-events: none;
    }

    .host-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 70px;
      align-items: center;
    }

    .host-title {
      max-width: 420px;
      margin-bottom: 18px;
    }

    .host-copy {
      font-size: 18px;
      color: var(--muted);
      max-width: 560px;
      margin: 0 0 18px;
      line-height: 1.58;
    }

    .host-list {
      list-style: none;
      margin: 0 0 25px;
      padding: 0;
      display: grid;
      gap: 10px;
    }

    .host-list li {
      font-size: 15px;
      color: #62564f;
      display: flex;
      align-items: center;
      gap: 9px;
    }

    .host-list i {
      color: #9b7545;
    }

    .host-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 42px;
      padding: 0 21px;
      border-radius: 999px;
      background: var(--brown);
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      transition: 0.2s ease;
    }

    .host-btn:hover {
      background: var(--brown-dark);
    }

    .host-image-wrap {
      border-radius: 19px;
      overflow: hidden;
      box-shadow: 0 18px 40px rgba(43, 32, 24, 0.12);
    }

    .host-image-wrap img {
      width: 100%;
      height: 405px;
      object-fit: cover;
    }

    .journal-section {
      background: #fff;
    }

    .journal-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px;
    }

    .journal-card {
      border-radius: 16px;
      border: 1px solid #e5ddd6;
      background: #fff;
      overflow: hidden;
      box-shadow: 0 7px 22px rgba(51, 42, 36, 0.07);
      display: flex;
      flex-direction: column;
      transition: transform 0.25s ease;
    }

    .journal-card:hover {
      transform: translateY(-4px);
    }

    .journal-card>img {
      width: 100%;
      height: 245px;
      object-fit: cover;
    }

    .journal-body {
      padding: 20px;
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .tag {
      display: inline-block;
      align-self: flex-start;
      background: #edf1e3;
      color: #667544;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      border-radius: 999px;
      padding: 5px 10px;
      margin-bottom: 12px;
    }

    .journal-body h3 {
      font-size: 20px;
      line-height: 1.25;
      margin: 0 0 8px;
      font-weight: 700;
    }

    .journal-body>p {
      font-size: 14px;
      color: #6d625b;
      line-height: 1.45;
      margin: 0 0 16px;
    }

    .author {
      display: flex;
      align-items: center;
      gap: 10px;
      /* border-top: 1px solid #eee7e1; */
      padding-top: 13px;
      margin-top: auto;
    }

    .author img {
      width: 32px;
      height: 32px;
      object-fit: cover;
      border-radius: 50%;
      flex: 0 0 auto;
    }

    .author strong {
      display: block;
      font-size: 12px;
      line-height: 1.1;
    }

    .author span {
      font-size: 11px;
      color: #8c8179;
    }

    .testimonials-section {
      background: rgba(241, 229, 216, 0.88);
      background-image: url('https://images.unsplash.com/photo-1473580044384-7ba9967e16a0?auto=format&fit=crop&w=2200&q=82');
      background-size: cover;
      background-blend-mode: overlay;
    }

    .testimonials-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px;
    }

    .testimonial-card {
      background: #fff;
      border: 1px solid #e6dbd2;
      border-radius: 16px;
      padding: 22px 24px 24px;
      box-shadow: 0 8px 22px rgba(68, 48, 34, 0.08);
      transition: transform 0.2s ease;
    }

    .testimonial-card:hover {
      transform: translateY(-3px);
    }

    .testimonial-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      margin-bottom: 14px;
    }

    .reviewer {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .reviewer img {
      width: 38px;
      height: 38px;
      object-fit: cover;
      border-radius: 50%;
      flex: 0 0 auto;
    }

    .reviewer strong {
      display: block;
      font-size: 13px;
      line-height: 1.1;
    }

    .reviewer span {
      display: block;
      font-size: 11px;
      color: #8c8179;
      margin-top: 2px;
    }

    .stars {
      font-size: 10px;
      color: #9b7545;
      white-space: nowrap;
    }

    .testimonial-card blockquote {
      margin: 0;
      color: #5f544e;
      font-size: 15px;
      line-height: 1.5;
      font-style: italic;
      font-weight: 500;
    }

    /* Footer */
    .site-footer {
      padding: 78px 0 26px;
      color: #fff;
      /* background: rgba(101, 67, 31, 0.92); */
      background-image: url('http://theoddlyspecific.com/ghar-on-go/assets/images/footer-bg.jpg');
      background-size: cover;
      /* background-blend-mode: overlay; */
      background-position: center 100%;
    }
    @media(max-width:992px){
      .site-footer {
    /* background-blend-mode: overlay; */
    padding: 24px 0 26px;
    background-position: right;
}


    }

    .footer-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.55fr) repeat(3, minmax(0, 0.8fr));
      gap: 54px;
      align-items: start;
    }

    .footer-logo {
      display: inline-flex;
      flex-direction: column;
      color: #fff;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 900;
      letter-spacing: -1.5px;
      line-height: 0.72;
      margin-bottom: 18px;
    }

    .footer-logo .logo-ghar {
      font-size: 22px;
    }

    .footer-logo .logo-ongo {
      font-size: 20px;
      position: relative;
    }

    .footer-logo .logo-ongo::after {
      content: '';
      position: absolute;
      right: -8px;
      bottom: -4px;
      width: 14px;
      height: 6px;
      border-bottom: 2px solid currentColor;
      border-radius: 50%;
      transform: rotate(-11deg);
    }

    .footer-brand p {
      font-size: 15px;
      max-width: 360px;
      line-height: 1.6;
      color: rgba(255, 255, 255, 0.86);
      margin: 0;
    }

    .socials {
      display: flex;
      gap: 10px;
      margin-top: 22px;
    }

    .socials a {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: rgba(255, 255, 255, 0.12);
      font-size: 12px;
      transition: 0.2s ease;
    }

    .socials a:hover {
      background: rgba(255, 255, 255, 0.25);
    }

    .footer-col h4 {
      margin: 2px 0 16px;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      font-weight: 700;
    }

    .footer-col ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 9px;
    }

    .footer-col a {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.82);
      transition: 0.2s ease;
    }

    .footer-col a:hover {
      color: #fff;
    }

    .footer-bottom {
      margin-top: 58px;
      padding-top: 20px;
      /* border-top: 1px solid rgba(255, 255, 255, 0.18); */
      text-align: center;
      font-size: 11px;
      color: rgba(255, 255, 255, 1);
    }

    /* Interaction + accessibility hardening */
    :where(a, button, input, select):focus-visible {
      outline: 2px solid #9b7545;
      outline-offset: 3px;
    }

    .destination-card,
    .benefit-card,
    .stay-card,
    .testimonial-card {
      height: 100%;
    }

    .stays-grid,
    .journal-grid,
    .testimonials-grid,
    .benefits-grid {
      align-items: stretch;
    }

    .stay-card {
      display: flex;
      flex-direction: column;
    }

    .stay-body {
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .stay-features {
      margin-top: auto;
      padding-top: 7px;
    }

    /* Lightweight non-blocking feedback instead of alert() */
    .toast {
      position: fixed;
      left: 50%;
      bottom: 24px;
      z-index: 120;
      max-width: min(520px, calc(100% - 40px));
      padding: 12px 18px;
      border-radius: 999px;
      background: rgba(41, 33, 29, 0.94);
      color: #fff;
      box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
      font-size: 14px;
      text-align: center;
      opacity: 0;
      transform: translate(-50%, 14px);
      pointer-events: none;
      transition: opacity 0.22s ease, transform 0.22s ease;
    }

    .toast.is-visible {
      opacity: 1;
      transform: translate(-50%, 0);
    }

    .main-nav a[aria-current='page'] {
      color: var(--brown-dark);
    }

    .main-nav a[aria-current='page']::after {
      width: 100%;
    }

    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }

      *,
      *::before,
      *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
      }
    }

    /* Responsive */
    @media (max-width: 1100px) {
      :root {
        --page-gutter: 28px;
        --section-space-y: 76px;
        --section-head-gap: 40px;
      }
      .nav-wrap {
        grid-template-columns: 150px minmax(0, 1fr) 150px;
      }
      .main-nav {
        gap: 22px;
      }
      .destinations-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
      .stays-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .hero-title {
        font-size: 52px;
      }
    }

    @media (max-width: 991.98px) {
      :root {
        --page-gutter: 24px;
      }
      .site-header {
        height: auto;
        min-height: 60px;
        padding: 0;
        background: #e9e2de;
        width: 100%;
      }
      .nav-wrap {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 10px 20px !important;
        min-height: 60px !important;
        position: relative !important;
        box-sizing: border-box !important;
        margin: 0 !important;
      }
      .brand {
        display: inline-flex !important;
        align-items: center !important;
        margin: 0 !important;
      }
      .nav-cta {
        display: none !important;
      }
      .menu-toggle {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-left: auto !important;
        margin-right: 0 !important;
        border: 0 !important;
        background: transparent !important;
        background-color: transparent !important;
        box-shadow: none !important;
        outline: none !important;
        border-radius: 0 !important;
        color: var(--ink) !important;
        font-size: 22px !important;
        line-height: 1 !important;
        padding: 6px 0 !important;
        width: auto !important;
        min-width: 0 !important;
        height: auto !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
      }
      .menu-toggle:hover,
      .menu-toggle:focus,
      .menu-toggle:active {
        background: transparent !important;
        background-color: transparent !important;
        box-shadow: none !important;
        border: 0 !important;
        outline: none !important;
        color: var(--ink) !important;
      }
      .menu-toggle i {
        font-size: 22px !important;
        color: var(--ink) !important;
        line-height: 1 !important;
      }
      .main-nav {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        z-index: 80;
        max-height: calc(100dvh - 92px);
        overflow-y: auto;
        overscroll-behavior: contain;
        /* padding: 18px; */
        background: #fff;
        border: 1px solid #e8dfd6;
        border-radius: 14px;
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
        box-shadow: 0 16px 35px rgba(0, 0, 0, 0.15);
        padding-inline: 10px;
      }
      .main-nav.is-open {
        display: flex;
        width: 100%;
      }
      .main-nav a {
        width: 100%;
        font-size: 16px;
        padding: 14px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
      }
      .main-nav a:last-child {
        border-bottom: none;
      }
      .main-nav a::after {
        display: none;
      }
      .hero {
        min-height: 760px;
        align-items: flex-start;
      }
      .hero-inner {
        padding-top: 110px;
      }
      .hero-title {
        font-size: 48px;
        max-width: 560px;
      }
      .search-panel {
        bottom: 30px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 18px;
        padding: 10px;
      }
      .search-field {
        padding: 10px;
      }
      .search-btn {
        grid-column: 1 / -1;
        width: 100%;
      }
      .destinations-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .host-grid {
        grid-template-columns: 1fr;
        gap: 38px;
      }
      .host-image-wrap {
        order: -1;
      }
      .journal-grid,
      .testimonials-grid {
        grid-template-columns: 1fr;
      }
      .footer-grid {
        grid-template-columns: 1.3fr 1fr 1fr;
        gap: 34px;
      }
      .footer-brand {
        grid-column: 1 / -1;
      }
    }

    @media (max-width: 620px) {
      :root {
        --page-gutter: 20px;
        --section-space-y: 60px;
        --section-head-gap: 36px;
      }
      body {
        font-size: 17px;
      }
      .section-title,
      .host-title {
        font-size: 36px;
      }
      .section-copy,
      .host-copy {
        font-size: 17px;
      }
      .hero {
        min-height: 820px;
      }
      .hero-inner {
        padding-top: 96px;
      }
      .hero-title {
        font-size: 42px;
      }
      .hero-text {
        font-size: 17px;
      }
      .hero{
        position: relative;
      }
      .search-panel {
        grid-template-columns: 1fr;
        bottom: 22px;
      }
      .search-btn {
        grid-column: auto;
      }
      .destinations-grid,
      .benefits-grid,
      .stays-grid {
        grid-template-columns: 1fr;
      }
      .destination-card img {
        height: 220px;
      }
      .stay-image {
        height: 300px;
      }
      .footer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 16px;
}
.footer-brand {
  grid-column: 1 / -1;
}
      .site-footer {
        padding-top: 60px;
                background: rgba(101, 67, 31, 0.92)
      } 
        .featured-partenered-with {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 40px;
    padding-bottom: 5px;

    /* Hide scrollbar */
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .featured-partenered-with::-webkit-scrollbar {
    display: none;
  }

      .partner-item {
        flex: 0 0 auto;
        white-space: nowrap;
      }   
    }

    @media (max-width: 420px) {
      :root {
        --page-gutter: 20px;
      }
          .featured-partenered-with {
        gap: 80px;
    }

      .section-title,
      .host-title,
      .hero-title {
        overflow-wrap: anywhere;
      }

      .hero-title {
        font-size: 39px;
      }
      .hero-text {
        font-size: 16px;
      }
      .search-field {
        grid-template-columns: 26px minmax(0, 1fr);
      }
      .destination-card img {
        height: 205px;
      }
      .stay-image {
        height: 260px;
      }
.footer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 10px;
}
.footer-brand {
  grid-column: 1 / -1;
}
.footer-col h4 {
  font-size: 11px;
}
.footer-col a {
  font-size: 12px;
}
    }


    /* =========================================================
       Hero height + above-the-fold search visibility
       Keeps the original visual direction while removing excess
       vertical space that pushed the search panel below the fold.
       ========================================================= */
    .hero {
      min-height: clamp(560px, calc(100svh - 74px), 610px);
    }

    .hero-inner {
      padding: 18px 0 118px;
    }

    .search-panel {
      bottom: 105px;
    }

    /* =========================================================
       Reusable card slider system
       Native horizontal scrolling + scroll snap keeps the carousel
       touch-friendly, accessible and free from transform/AOS conflicts.
       ========================================================= */
    .slider-section .section-head {
      margin-bottom: 24px;
    }

    .card-slider {
      position: relative;
      min-width: 0;
    }

    .slider-controls {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 9px;
      min-height: 38px;
      margin: 0 0 18px;
    }

    .slider-btn {
      width: 38px;
      height: 38px;
      border: 1px solid #ddd1c6;
      border-radius: 50%;
      display: inline-grid;
      place-items: center;
      background: rgba(255, 255, 255, 0.92);
      color: var(--brown-dark);
      box-shadow: 0 5px 14px rgba(53, 43, 35, 0.07);
      font-size: 12px;
      transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
    }

    .slider-btn:hover:not(:disabled) {
      transform: translateY(-2px);
      background: #fff;
      border-color: #c8b49f;
    }

    .slider-btn:disabled {
      opacity: 0.35;
      cursor: default;
      box-shadow: none;
    }

    .slider-viewport {
      width: 100%;
      min-width: 0;
      overflow-x: auto;
      overflow-y: hidden;
      scrollbar-width: none;
      -ms-overflow-style: none;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      overscroll-behavior-inline: contain;
      touch-action: pan-x pan-y;
      padding: 3px 1px 12px;
    }

    .slider-viewport::-webkit-scrollbar {
      display: none;
    }

    .slider-viewport:focus-visible {
      outline: 2px solid rgba(155, 117, 69, 0.6);
      outline-offset: 5px;
      border-radius: 12px;
    }

    .slider-track {
      display: grid;
      grid-auto-flow: column;
      grid-template-columns: none !important;
      align-items: stretch;
      width: 100%;
      min-width: 0;
      margin: 0;
    }

    .slider-track > * {
      min-width: 0;
      scroll-snap-align: start;
      scroll-snap-stop: normal;
    }

    .destinations-slider .slider-track {
      grid-auto-columns: calc((100% - 72px) / 5);
      gap: 18px;
    }

    /* Smaller premium stay cards: 5 visible on large desktop instead of 4. */
    .stays-slider .slider-track {
      grid-auto-columns: calc((100% - 88px) / 5);
      gap: 22px;
    }

    .stays-slider .stay-card {
      padding: 9px 9px 14px;
      border-radius: 15px;
    }

    .stays-slider .stay-image {
      height: 185px;
      border-radius: 11px;
    }

    .stays-slider .stay-body {
      padding-top: 11px;
    }

    .stays-slider .stay-body h3 {
      font-size: 17px;
      line-height: 1.2;
    }

    .stays-slider .stay-meta,
    .stays-slider .stay-detail {
      font-size: 12px;
    }

    .stays-slider .stay-price {
      font-size: 15px;
      margin-top: 8px;
    }

    .stays-slider .stay-features {
      font-size: 10.5px;
    }

    .journal-slider .slider-track,
    .testimonials-slider .slider-track {
      grid-auto-columns: calc((100% - 48px) / 3);
      gap: 24px;
    }

    .journal-slider .journal-card,
    .testimonials-slider .testimonial-card,
    .stays-slider .stay-card,
    .destinations-slider .destination-card {
      height: 100%;
    }

    @media (max-width: 1100px) {
      .hero {
        min-height: clamp(560px, calc(100svh - 74px), 600px);
      }

      .hero-inner {
        padding: 20px 0 120px;
      }

      .destinations-slider .slider-track,
      .stays-slider .slider-track {
        grid-auto-columns: calc((100% - 40px) / 3);
        gap: 20px;
      }

      .journal-slider .slider-track,
      .testimonials-slider .slider-track {
        grid-auto-columns: calc((100% - 22px) / 2);
        gap: 22px;
      }

      .stays-slider .stay-image {
        height: 205px;
      }
    }

    @media (max-width: 840px) {
      .hero {
        min-height: clamp(590px, calc(100svh - 68px), 640px);
        align-items: center;
      }

      .hero-inner {
        padding: 0 0 190px;
      }

      .hero-title {
        font-size: 45px;
      }

      .search-panel {
        bottom: 22px;
      }

      .destinations-slider .slider-track,
      .stays-slider .slider-track,
      .journal-slider .slider-track,
      .testimonials-slider .slider-track {
        grid-auto-columns: calc((100% - 18px) / 2);
        gap: 18px;
      }

      .stays-slider .stay-image {
        height: 210px;
      }
    }

    @media (max-width: 620px) {
      .hero {
        min-height: auto;
        padding: 95px 0 35px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        z-index: 20;
      }

      .hero-inner {
        padding: 0 0 16px;
      }

      .hero-title {
        font-size: 32px;
        line-height: 39px;
      }

      .hero-text {
        max-width: 520px;
      }

      .search-panel {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        width: min(100% - (var(--page-gutter) * 2), var(--page-width));
        max-width: 100%;
        margin: 14px auto 0;
        z-index: 60;
      }

      .slider-section .section-head {
        margin-bottom: 20px;
      }

      .slider-controls {
        margin-bottom: 14px;
      }

      .slider-btn {
        width: 36px;
        height: 36px;
      }

      .destinations-slider .slider-track,
      .stays-slider .slider-track,
      .journal-slider .slider-track,
      .testimonials-slider .slider-track {
        grid-auto-columns: 88%;
        gap: 16px;
      }

      .stays-slider .stay-image {
        height: 225px;
      }

      .about-section {
        position: relative;
        z-index: 5;
        padding-top: var(--section-space-y);
      }

      /* Show 3 items in mobile dropdowns */
      .destination-suggestions,
      .experience-options {
        max-height: 144px;
      }
    }

    @media (max-width: 480px) {
      .search-panel {
        position: relative;
        bottom: auto;
        margin: 14px auto 0;
      }

      .about-section {
        padding-top: var(--section-space-y);
      }
    }

    @media (max-width: 420px) {
      /* .hero {
        min-height: clamp(640px, calc(100svh - 68px), 690px);
      } */

      /* .hero-inner {
        padding-bottom: 326px;
      } */

      .hero-title {
        font-size: 37px;
      }

      .destinations-slider .slider-track,
      .stays-slider .slider-track,
      .journal-slider .slider-track,
      .testimonials-slider .slider-track {
        grid-auto-columns: 92%;
      }

    }


    /* Destination autocomplete dropdown - floating card style */
.destination-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #ffffff !important;
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(30, 20, 10, 0.22), 0 4px 12px rgba(30, 20, 10, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.08);
  /* Four rows (42px each + 2px gap) plus the panel's own 8px padding, with a
     sliver of the fifth showing so it's obvious the list scrolls. */
  max-height: 196px;
  overflow-y: auto;
  z-index: 120;
  padding: 8px;
}

.destination-suggestion-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  font-size: 14.5px;
  color: #2b2420;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.15s ease;
}

.destination-suggestion-item i {
  color: #a9825c;
  font-size: 14px;
  flex-shrink: 0;
}

.destination-suggestion-item:hover,
.destination-suggestion-item.is-active {
  background: #f5ece0;
}

.destination-suggestion-item + .destination-suggestion-item {
  margin-top: 2px;
}

/* Scrollbar tidy-up for the dropdown */
.destination-suggestions::-webkit-scrollbar {
  width: 6px;
}
.destination-suggestions::-webkit-scrollbar-thumb {
  background: #d8cabb;
  border-radius: 10px;
}
/* ---------------- "Explore by Experience" custom listbox ----------------
   A native <select> was replaced here because CSS cannot size a native
   dropdown's popup, and the design asks for four visible rows with the
   rest behind a scrollbar. The trigger is styled to look identical to
   the .field-select it replaced, arrow included. */
.field-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  width: 100%;
  min-width: 0;
  margin-top: 2px;
  padding: 0 18px 0 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #554941;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, #8c7b70 50%), linear-gradient(135deg, #8c7b70 50%, transparent 50%);
  background-position: calc(100% - 8px) 52%, calc(100% - 4px) 52%;
  background-size: 4px 4px, 4px 4px;
  background-repeat: no-repeat;
}

.field-trigger > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Same floating-card treatment as the destination autocomplete so the two
   dropdowns in the hero search read as one component. */
.experience-options {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #ffffff !important;
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(30, 20, 10, 0.22), 0 4px 12px rgba(30, 20, 10, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.08);
  /* Four rows (42px each + 2px gap) plus the panel's own 8px padding, with a
     sliver of the fifth showing so it's obvious the list scrolls. */
  max-height: 196px;
  overflow-y: auto;
  z-index: 120;
  padding: 8px;
}

.experience-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  font-size: 14.5px;
  color: #2b2420;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.15s ease;
}

.experience-option i {
  color: #a9825c;
  font-size: 14px;
  width: 16px;
  flex-shrink: 0;
  text-align: center;
}

.experience-option:hover,
.experience-option.is-selected {
  background: #f5ece0;
}

.experience-option + .experience-option {
  margin-top: 2px;
}

.experience-options::-webkit-scrollbar {
  width: 6px;
}

.experience-options::-webkit-scrollbar-thumb {
  background: #d8cabb;
  border-radius: 10px;
}

/* The field is a <div>, not a <label>, so it doesn't inherit the text cursor */
.experience-field {
  cursor: pointer;
}

/* ---------------------mobile bottom navigation------------------------ */
.mobile-bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
  padding: 8px 0;
  padding-bottom: calc(8px + env(safe-area-inset-bottom)); /* iPhone notch/home bar */
}

.mobile-bottom-nav .bottom-nav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: none;
  color: #555;
  font-size: 11px;
  font-weight: 500;
}
.mobile-bottom-nav .bottom-nav-item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.mobile-bottom-nav .bottom-nav-item i {
  font-size: 18px;
}

.mobile-bottom-nav .bottom-nav-item:hover,
.mobile-bottom-nav .bottom-nav-item.active {
  color: #000; /* swap for your brand color */
}

@media (max-width: 768px) {
  .mobile-bottom-nav {
    display: flex;
  }
  body {
    padding-bottom: 60px; /* prevent content being hidden behind the bar */
  }
}
/* Active "Explore by Experience" filter on the Destination page results
   header - click it to drop the filter and see the whole city again. */
.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f5ece0;
  border: 1px solid #e2d3bf;
  color: #7a5a33;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  vertical-align: middle;
}

.filter-chip:hover {
  background: #ecdfcd;
}

.filter-chip i {
  font-size: 11px;
  opacity: 0.75;
}

/* Hidden experience options: the hero dropdown narrows to the chosen
   destination, so options with no stay in that city are removed rather
   than left to send visitors to an empty results page. */
.experience-option[hidden] { display: none; }

/* Shown when the chosen destination has no tagged experiences at all,
   so an empty list reads as an answer instead of a broken component. */
.experience-empty {
  padding: 14px;
  font-size: 13px;
  line-height: 1.5;
  color: #8a7c6c;
  text-align: center;
}
.experience-empty[hidden] { display: none; }

/* Destination with no experiences: the control says so rather than
   offering picks that would land on an empty results page. */
.field-trigger.is-empty {
  color: #b0a496;
  cursor: not-allowed;
}
/* 02-09-2026 */
/* 02-09-2026 */
.chairperson-section { padding: 60px 0; position: relative; }
.chairperson-section::after {
    content: '';
    position: absolute;
    left: -5%;
    right: -5%;
    bottom: -29px;
    height: 58px;
    background: #eaded4;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    transform: rotate(-1deg);
    pointer-events: none;
}

.chairperson-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .85);
}

.chairperson-name { font-size: 1.8rem; font-weight: 700; margin-bottom: 14px; }
.chairperson-text { font-size: .95rem; line-height: 1.65; }

/* Shared play button look */
.chairperson-play-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255,255,255,.55), rgba(255,255,255,.25));
  border: 1px solid rgba(255, 255, 255, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brown);
  font-size: 1.4rem;
  cursor: pointer;
  backdrop-filter: blur(2px);
  box-shadow: 0 2px 6px rgba(0,0,0,.25), inset 0 1px 1px rgba(255,255,255,.6), inset 0 -1px 2px rgba(0,0,0,.15);
  overflow: hidden;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.chairperson-play-btn::before {
  content: "";
  position: absolute;
  top: 4px; left: 10%;
  width: 80%; height: 40%;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,.7), rgba(255,255,255,0));
  pointer-events: none;
}
.chairperson-play-btn:hover {
  background: rgba(255, 255, 255, .55);
}

/* ---- Desktop version (Bird Group style: photo bg + left text + floating play btn) ---- */
.chairperson-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 460px;
  background-size: cover;
  background-position: center 30%;
  display: flex;
  align-items: center;
  color: #fff;
  background-image: url('/assets/images/ghar0on-go-founder-image.jpg');
}
.chairperson-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,.4) 55%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.chairperson-content { position: relative; z-index: 2; padding: 40px; max-width: 480px; }

.chairperson-card .chairperson-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.chairperson-card .chairperson-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.05);
}

/* ---- Mobile version (Bird Group style: image + centered play btn, text card below) ---- */
.chairperson-mobile { display: none; }

.chairperson-mobile-card {
  background: var(--cream-2);
  border-radius: 1.4rem;
  padding: 14px 14px 24px;
  overflow: hidden;
}
.chairperson-mobile-media { position: relative; border-radius: 1rem; overflow: hidden; }
.chairperson-mobile-media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.chairperson-play-btn--mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  font-size: 1.05rem;
}
.chairperson-play-btn--mobile:hover {
  transform: translate(-50%, -50%) scale(1.05);
}

.chairperson-mobile-body { padding-top: 18px; }
.chairperson-mobile-body .chairperson-eyebrow { color: #8a714d; }
.chairperson-mobile-body .chairperson-name { color: var(--ink); font-size: 1.3rem; margin-bottom: 10px; }
.chairperson-mobile-body .chairperson-text { color: var(--muted); font-size: 14px; line-height: 1.6; }

/* Toggle: same 840px breakpoint you already use for nav */
@media (max-width: 840px) {
  .chairperson-desktop { display: none; }
  .chairperson-mobile { display: block; }
}

/* Modal stays unchanged below this */
.chairperson-modal .modal-content {
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  border: none;
}
.chairperson-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .15);
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.chairperson-modal-close:hover { background: rgba(255, 255, 255, .3); }

/* NEW — fixes the black bars on the sides of the video */
.chairperson-modal #chairpersonVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* -------------------------------------------------------------
 * In-Bar Voice Search & Inactivity Prompt Bubble
 * ------------------------------------------------------------- */
.inbar-voice-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(169, 130, 92, 0.25);
  background: #fdfaf7;
  color: #a9825c;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
}

.inbar-voice-btn:hover,
.inbar-voice-btn.is-listening {
  background: #a9825c;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(169, 130, 92, 0.35);
}

.inbar-voice-btn.is-listening {
  animation: pulse-ring 1.5s infinite;
}

@keyframes pulse-ring {
  0% { box-shadow: 0 0 0 0 rgba(169, 130, 92, 0.6); }
  70% { box-shadow: 0 0 0 10px rgba(169, 130, 92, 0); }
  100% { box-shadow: 0 0 0 0 rgba(169, 130, 92, 0); }
}

.voice-hero-bubble {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  background: #2b2420;
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  z-index: 150;
  white-space: nowrap;
  animation: fadeInUp 0.3s ease;
}

.voice-hero-bubble .bubble-content {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.voice-hero-bubble .bubble-close {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  padding: 0 2px;
}

.voice-hero-bubble .bubble-close:hover {
  color: #fff;
}

.voice-hero-bubble .bubble-arrow {
  position: absolute;
  top: 100%;
  right: 20px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #2b2420 transparent transparent transparent;
}

/* Micro price disclaimer */
.price-disclaimer-micro {
  display: none !important;
}

/* Price footnote indicator */
.detail-price-night {
  font-size: 18px;
  color: #6b655f;
  font-weight: 500;
  font-family: 'Source Serif 4', Georgia, serif;
}

.price-note-mark,
sup.price-note-mark {
  font-size: 14px;
  font-weight: 700;
  color: #755527 !important;
  vertical-align: super;
  line-height: 0;
  margin-left: 2px;
  position: relative;
  top: -4px;
  cursor: help;
}

.price-note-star {
  font-size: 14px;
  font-weight: 700;
  color: #755527 !important;
  line-height: 1;
  display: inline-block;
  vertical-align: -1px;
  margin-right: 3px;
}

/* Blur floating mic and FAB when modal is open */
body.modal-open .voice-fab,
body.modal-open .voice-panel,
body.modal-open .voice-welcome,
body.modal-open .fab-container {
  z-index: 1 !important;
  pointer-events: none !important;
  filter: blur(4px) !important;
  opacity: 0.45 !important;
  transition: filter .25s ease, opacity .25s ease;
}

/* Suppress bookmark/save button until user account saving is ready */
.btn-save-bookmark,
.save-bookmark-btn,
[data-bookmark-btn],
[data-action="save_listing"] {
  display: none !important;
}
/* 18-09-2026 */
.team-slider .slider-track {
  grid-auto-columns: calc((100% - 72px) / 4);
  gap: 24px;
}

@media (max-width: 1100px) {
  .team-slider .slider-track {
    grid-auto-columns: calc((100% - 40px) / 3);
    gap: 20px;
  }
}

@media (max-width: 840px) {
  .team-slider .slider-track {
    grid-auto-columns: calc((100% - 18px) / 2);
    gap: 18px;
  }
}

@media (max-width: 620px) {
  .team-slider .slider-track {
    grid-auto-columns: 88%;
    gap: 16px;
  }
}
.team-card small{
  min-height: 35px;
  margin-bottom: 5px!important;
}