    :root {
      --ivory: #FAF7F2;
      --ivory-dk: #F3EFE7;
      --ivory-dkr: #EAE4D8;
      --amber: #C8873A;
      --amber-lt: #E4A558;
      --amber-dk: #9A641E;
      --amber-pale: rgba(200, 135, 58, .08);
      --navy: #0D1B2A;
      --navy-mid: #1A2E42;
      --navy-lt: #243D55;
      --slate: #5A6475;
      --slate-lt: #8A95A3;
      --white: #FFFFFF;
      --success: #1E7A45;
      --ff-hindi: 'Noto Sans Devanagari', sans-serif;
      --ff-body: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      --max-w: 1300px;
      --section-pad: 130px 6%;
      --shadow-soft: 0 2px 24px rgba(13, 27, 42, .06);
      --shadow-mid: 0 8px 48px rgba(13, 27, 42, .12);
      --shadow-deep: 0 24px 80px rgba(13, 27, 42, .20);
      --shadow-amb: 0 8px 40px rgba(200, 135, 58, .25);
      --transition: .42s cubic-bezier(.25, .46, .45, .94);
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    ::selection {
      background: var(--amber);
      color: var(--white);
    }

    ::-webkit-scrollbar {
      width: 10px;
    }

    ::-webkit-scrollbar-track {
      background: var(--ivory-dk);
    }

    ::-webkit-scrollbar-thumb {
      background: var(--amber);
      border-radius: 10px;
      border: 2px solid var(--ivory-dk);
    }

    ::-webkit-scrollbar-thumb:hover {
      background: var(--amber-dk);
    }

    body {
      font-family: var(--ff-body);
      background: var(--ivory);
      color: var(--navy);
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
    }

    img {
      display: block;
      max-width: 100%;
      height: auto;
    }

    a {
      text-decoration: none;
      color: inherit;
    }

    ul {
      list-style: none;
    }

    button {
      cursor: pointer;
      border: none;
      background: none;
      font-family: inherit;
    }

    .page {
      display: none;
    }

    .page.active {
      display: block;
    }

    /* NAV */
    #nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 200;
      height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 5%;
      transition: background var(--transition), box-shadow var(--transition), height var(--transition);
    }

    #nav.solid {
      background: rgba(250, 247, 242, .96);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      box-shadow: 0 1px 0 var(--ivory-dkr), 0 4px 24px rgba(13, 27, 42, .05);
      height: 70px;
    }

    .nav-logo {
      display: flex;
      align-items: center;
      gap: 14px;
      cursor: pointer;
      flex-shrink: 0;
    }

    .nav-logo-mark {
      width: 38px;
      height: 38px;
      background: var(--navy);
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    .nav-logo-mark::after {
      content: 'HW';
      font-family: var(--ff-display);
      font-size: .78rem;
      font-weight: 600;
      color: var(--amber-lt);
      letter-spacing: 1px;
    }

    #nav.nosolid .nav-logo-name,
    #nav.nosolid .nav-links a {
      color: white;
    }

    .nav-logo-name {
      font-family: var(--ff-display);
      font-size: 1.25rem;
      font-weight: 600;
      color: var(--navy);
      letter-spacing: .3px;
    }

    .nav-logo-name span {
      color: var(--amber);
    }

    .nav-logo-tagline {
      font-size: .6rem;
      font-weight: 400;
      color: var(--slate);
      letter-spacing: .5px;
      line-height: 1.3;
      margin-top: 1px;
      max-width: 200px;
    }

    .nav-logo-tagline .hindi {
      display: block;
      font-size: .9rem;
      color: var(--amber-dk);
      font-weight: 500;
      font-family: var(--ff-hindi);
    }

    .nav-logo-tagline .english {
      display: block;
      font-size: .65rem;
      letter-spacing: .8px;
      text-transform: uppercase;
      color: var(--slate-lt);
    }

    #nav.nosolid .nav-logo-tagline .english {
      color: rgba(255, 255, 255, .4);
    }

    #nav.nosolid .nav-logo-tagline .hindi {
      color: var(--amber-lt);
    }

    .fg label .label-hi {
      display: block;
      font-size: .8rem;
      font-weight: 600;
      color: var(--navy);
      letter-spacing: .3px;
      margin-bottom: 1px;
      font-family: var(--ff-hindi);
    }

    .fg label .label-en {
      display: block;
      font-size: .6rem;
      font-weight: 500;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--slate-lt);
    }

    .fg-error .err-hi {
      font-weight: 600;
    }

    .fg-error .err-en {
      font-size: .68rem;
      color: #C0392B;
      opacity: .75;
    }

    .hero-tagline-bilingual {
      display: flex;
      flex-direction: column;
      gap: 3px;
      margin-bottom: 28px;
      opacity: 0;
      animation: slideUp .7s ease .62s forwards;
    }

    .hero-tagline-bilingual .hi {
      font-family: var(--ff-hindi);
      font-size: 3.15rem;
      color: var(--amber-lt);
      font-weight: 500;
      letter-spacing: .3px;
    }

    .hero-tagline-bilingual .en {
      font-size: .95rem;
      font-weight: 500;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: rgba(255, 255, 255, .35);
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 2.8rem;
    }

    .nav-links a {
      font-size: .76rem;
      font-weight: 500;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--slate);
      transition: color .3s;
      position: relative;
    }

    .nav-links a::after {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 0;
      height: 1.5px;
      background: var(--amber);
      transition: width .35s ease;
    }

    .nav-links a:hover,
    .nav-links a.active {
      color: var(--navy);
    }

    .nav-links a:hover::after,
    .nav-links a.active::after {
      width: 100%;
    }

    .nav-enquire {
      background: var(--navy) !important;
      color: var(--white) !important;
      padding: 11px 26px !important;
      letter-spacing: 1.5px !important;
      font-size: .74rem !important;
      transition: background .3s !important;
    }

    .nav-enquire::after {
      display: none !important;
    }

    .nav-enquire:hover {
      background: var(--amber) !important;
    }

    .hamburger {
      display: none;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      align-items: center;
      justify-content: center;
      gap: 5.5px;
      flex-direction: column;
      cursor: pointer;
      z-index: 310;
      position: relative;
      background: rgba(13, 27, 42, .06);
    }

    #nav.nosolid .hamburger {
      background: rgba(255, 255, 255, .14);
    }

    .hamburger span {
      display: block;
      width: 20px;
      height: 1.5px;
      background: var(--navy);
      transition: all .38s;
    }

    #nav.nosolid .hamburger span {
      background: #fff;
    }

    .hamburger.open {
      background: transparent;
    }

    .hamburger.open span {
      background: #fff;
    }

    .hamburger.open span:nth-child(1) {
      transform: translateY(6.5px) rotate(45deg);
    }

    .hamburger.open span:nth-child(2) {
      opacity: 0;
      transform: scaleX(0);
    }

    .hamburger.open span:nth-child(3) {
      transform: translateY(-6.5px) rotate(-45deg);
    }

    .mob-nav-backdrop {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(8, 14, 22, .55);
      backdrop-filter: blur(2px);
      z-index: 240;
      opacity: 0;
      transition: opacity .35s ease;
    }

    .mob-nav-backdrop.open {
      display: block;
      opacity: 1;
    }

    .mob-nav {
      display: flex;
      position: fixed;
      top: 0;
      right: 0;
      height: 100vh;
      width: min(84vw, 360px);
      background: var(--navy);
      z-index: 250;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      gap: 2rem;
      padding: 40px 36px;
      transform: translateX(100%);
      transition: transform .42s cubic-bezier(.25, .46, .45, .94);
      box-shadow: -24px 0 70px rgba(0, 0, 0, .35);
    }

    .mob-nav.open {
      transform: translateX(0);
    }

    .mob-nav-close {
      position: absolute;
      top: 22px;
      right: 22px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(255, 255, 255, .08);
      color: #fff;
      font-size: 1.25rem;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background .25s;
    }

    .mob-nav-close:hover {
      background: var(--amber);
    }

    .mob-nav a {
      font-family: var(--ff-display);
      font-size: 1.9rem;
      font-weight: 400;
      font-style: italic;
      color: var(--ivory);
      letter-spacing: .5px;
      transition: color .3s;
    }

    .mob-nav a:hover {
      color: var(--amber-lt);
    }

    .mob-nav .mob-enq {
      font-family: var(--ff-body);
      font-size: .74rem;
      font-weight: 500;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--navy);
      background: var(--amber-lt);
      padding: 14px 32px;
      margin-top: 6px;
      font-style: normal;
      border-radius: 10px;
    }

    .container {
      max-width: var(--max-w);
      margin: 0 auto;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      font-size: .69rem;
      font-weight: 600;
      letter-spacing: 3.5px;
      text-transform: uppercase;
      color: var(--amber);
      margin-bottom: 20px;
    }

    .eyebrow::before {
      content: '';
      width: 28px;
      height: 1.5px;
      background: var(--amber);
      flex-shrink: 0;
    }

    .display-title {
      font-family: var(--ff-display);
      font-size: clamp(2.6rem, 4.8vw, 4.5rem);
      font-weight: 700;
      line-height: 1.07;
      color: var(--navy);
      letter-spacing: -.5px;
    }

    .display-title em {
      font-style: italic;
      font-weight: 400;
      color: var(--amber);
    }

    .body-lg {
      font-size: 1.02rem;
      font-weight: 300;
      color: var(--slate);
      line-height: 1.9;
    }

    .btn-dark,
    .btn-amber,
    .btn-outline-dark,
    .btn-outline-light,
    .nav-enquire,
    .form-submit-btn {
      border-radius: 10px;
    }

    .btn-dark {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: var(--navy);
      color: var(--white);
      padding: 15px 34px;
      font-size: .74rem;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      transition: background .32s, transform .2s;
      position: relative;
      overflow: hidden;
    }

    .btn-dark::before {
      content: '';
      position: absolute;
      inset: 0;
      background: var(--amber);
      transform: translateX(-101%);
      transition: transform .35s ease;
    }

    .btn-dark:hover::before {
      transform: translateX(0);
    }

    .btn-dark span,
    .btn-dark {
      position: relative;
      z-index: 1;
    }

    .btn-amber {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: var(--amber);
      color: var(--white);
      padding: 15px 34px;
      font-size: .74rem;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      transition: background .32s, box-shadow .32s;
    }

    .btn-amber:hover {
      background: var(--amber-dk);
      box-shadow: var(--shadow-amb);
    }

    .btn-outline-dark {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: transparent;
      color: var(--navy);
      border: 1.5px solid var(--navy);
      padding: 13px 34px;
      font-size: .74rem;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      transition: background .32s, color .32s;
    }

    .btn-outline-dark:hover {
      background: var(--navy);
      color: var(--white);
    }

    .btn-outline-light {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: transparent;
      color: var(--white);
      border: 1.5px solid rgba(255, 255, 255, .3);
      padding: 13px 34px;
      font-size: .74rem;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      transition: background .32s, border-color .32s;
    }

    .btn-outline-light:hover {
      background: rgba(255, 255, 255, .08);
      border-color: rgba(255, 255, 255, .6);
    }

    .btn-arrow::after {
      content: '→';
      font-size: 1rem;
      transition: transform .25s;
    }

    .btn-arrow:hover::after {
      transform: translateX(4px);
    }

    .ph {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 14px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .ph-label {
      font-size: .68rem;
      font-weight: 500;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: rgba(255, 255, 255, .38);
      position: relative;
      z-index: 1;
    }

    .ph-icon {
      font-size: 2.2rem;
      opacity: .45;
      position: relative;
      z-index: 1;
    }

    .ph-1 {
      background: linear-gradient(145deg, #0A1520, #162435 45%, #0D1B2A);
    }

    .ph-2 {
      background: linear-gradient(145deg, #14202E, #1E3448 45%, #0F1C2C);
    }

    .ph-3 {
      background: linear-gradient(145deg, #1A2230, #243040 45%, #121A24);
    }

    .ph-4 {
      background: linear-gradient(145deg, #1E1A10, #342E1A 45%, #161208);
    }

    .ph-5 {
      background: linear-gradient(145deg, #0E1C10, #1A2E1C 45%, #0A1408);
    }

    .img-wrap {
      position: relative;
      width: 100%;
      height: 100%;
      background: var(--navy-mid);
      overflow: hidden;
    }

    .img-wrap::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, .04) 50%, transparent 100%);
      background-size: 200% 100%;
      animation: shimmer 1.6s infinite;
    }

    @keyframes shimmer {
      0% {
        background-position: -200% 0
      }

      100% {
        background-position: 200% 0
      }
    }

    .img-wrap img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      transition: opacity .5s ease;
    }

    .img-wrap img.loaded {
      opacity: 1;
    }

    .img-wrap .img-fallback {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px;
      opacity: 1;
      transition: opacity .4s;
    }

    .img-wrap img.loaded~.img-fallback {
      opacity: 0;
      pointer-events: none;
    }

    .img-fallback-icon {
      font-size: 2rem;
      opacity: .4;
    }

    .img-fallback-label {
      font-size: .65rem;
      font-weight: 500;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: rgba(255, 255, 255, .3);
    }

    .gold-line {
      width: 48px;
      height: 2px;
      background: var(--amber);
      margin: 28px 0;
    }

    .gold-line.centered {
      margin: 28px auto;
    }

    .reveal {
      opacity: 0;
      transform: translateY(32px);
      transition: opacity .75s ease, transform .75s ease;
    }

    .reveal-left {
      opacity: 0;
      transform: translateX(-30px);
      transition: opacity .75s ease, transform .75s ease;
    }

    .reveal-right {
      opacity: 0;
      transform: translateX(30px);
      transition: opacity .75s ease, transform .75s ease;
    }

    .reveal.visible,
    .reveal-left.visible,
    .reveal-right.visible {
      opacity: 1;
      transform: none;
    }

    #scrollTop {
      position: fixed;
      bottom: 36px;
      right: 36px;
      z-index: 180;
      width: 46px;
      height: 46px;
      background: var(--amber);
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .9rem;
      opacity: 0;
      pointer-events: none;
      transition: opacity .35s, background .3s;
      cursor: pointer;
    }

    #scrollTop.show {
      opacity: 1;
      pointer-events: all;
    }

    #scrollTop:hover {
      background: green;
    }

    .wa-float {
      position: fixed;
      bottom: 36px;
      left: 36px;
      z-index: 180;
      display: flex;
      align-items: center;
      gap: 12px;
      background: #25D366;
      color: var(--white);
      padding: 15px;
      box-shadow: 0 8px 32px rgba(37, 211, 102, .35);
      font-size: .74rem;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      transition: transform .3s, box-shadow .3s;
      text-decoration: none;
      border-radius: 50px;
    }

    .wa-float:hover {
      transform: translateY(-3px);
      box-shadow: 0 14px 44px rgba(37, 211, 102, .4);
    }

    .wa-float svg {
      width: 22px;
      height: 22px;
      fill: white;
      flex-shrink: 0;
    }

    .gm-float {
      position: fixed;
      bottom: 100px;
      left: 36px;
      z-index: 180;
      display: flex;
      align-items: center;
      gap: 12px;
      background: #ffffff;
      color: var(--white);
      padding: 15px;
      box-shadow: 0 8px 32px rgba(37, 211, 102, .35);
      font-size: .74rem;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      transition: transform .3s, box-shadow .3s;
      text-decoration: none;
      border-radius: 50px;
    }

    .gm-float:hover {
      transform: translateY(-3px);
      box-shadow: 0 14px 44px rgba(37, 211, 102, .4);
    }

    .gm-float svg {
      width: 22px;
      height: 22px;
      fill: white;
      flex-shrink: 0;
    }

    /* HERO */
    .hero {
      min-height: 100vh;
      background: var(--navy);
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .hero-bg {
      position: absolute;
      inset: 0;
      z-index: 0;
      overflow: hidden;
      touch-action: pan-y;
    }

    .hero-track {
      display: flex;
      width: 100%;
      height: 100%;
      touch-action: pan-y;
      user-select: none;
    }

    .hero-track.dragging {
      cursor: grabbing;
    }

    .hero-slide {
      flex: 0 0 100%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      user-select: none;
      -webkit-user-drag: none;
      pointer-events: none;
      touch-action: pan-y;
    }

    @media(max-width:640px) {
      .hero-slide {
        object-fit: contain;
        background: var(--navy);
      }

      .hero-slide:nth-child(1) {
        transform: scaleY(1.26);
      }
    }

    .hero-swiper,
    .hero-swiper .swiper-wrapper,
    .hero-swiper .swiper-slide {
      width: 100%;
      height: 100%;
    }

    .hero-swiper .hero-slide {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    @media(max-width:640px) {
      .hero-swiper .hero-slide {
        object-fit: contain;
        background: var(--navy);
      }
    }

    .hero-overlay {
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      background: rgba(13, 27, 42, .6);
    }

    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      opacity: .5;
      mix-blend-mode: overlay;
      background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
      background-size: 3px 3px;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      padding: 150px 6% 90px;
      max-width: 780px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      margin: 0 auto;
    }

    .hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      font-size: .68rem;
      font-weight: 600;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: var(--amber-lt);
      margin-bottom: 24px;
      opacity: 0;
      animation: slideUp .7s ease .3s forwards;
    }

    .hero-eyebrow::before,
    .hero-eyebrow::after {
      content: '';
      width: 32px;
      height: 1.5px;
      background: var(--amber-lt);
    }

    .hero-title {
      font-family: var(--ff-display);
      font-size: clamp(2.8rem, 6vw, 5.2rem);
      font-weight: 700;
      color: var(--white);
      line-height: 1.06;
      letter-spacing: -.5px;
      margin-bottom: 10px;
      opacity: 0;
      animation: slideUp .7s ease .45s forwards;
      text-shadow: 0 4px 30px rgba(0, 0, 0, .35);
    }

    .hero-title em {
      font-style: italic;
      font-weight: 400;
      color: var(--amber-lt);
    }

    .hero-tagline-bilingual {
      display: flex;
      flex-direction: column;
      gap: 3px;
      margin-bottom: 28px;
      opacity: 0;
      animation: slideUp .7s ease .55s forwards;
    }

    .hero-tagline-bilingual .hi {
      font-family: var(--ff-hindi);
      font-size: 1.9rem;
      color: var(--amber-lt);
      font-weight: 500;
      letter-spacing: .3px;
    }

    .hero-tagline-bilingual .en {
      font-size: .85rem;
      font-weight: 500;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: rgba(255, 255, 255, .5);
    }

    .hero-body {
      font-size: 1.02rem;
      font-weight: 300;
      color: rgba(255, 255, 255, .72);
      line-height: 1.85;
      max-width: 540px;
      margin: 0 auto 40px;
      opacity: 0;
      animation: slideUp .7s ease .6s forwards;
    }

    .hero-actions {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      justify-content: center;
      opacity: 0;
      animation: slideUp .7s ease .75s forwards;
    }

    .hero-stats {
      display: flex;
      gap: 44px;
      margin-top: 52px;
      padding-top: 36px;
      border-top: 1px solid rgba(255, 255, 255, .14);
      opacity: 0;
      animation: slideUp .7s ease .9s forwards;
      justify-content: center;
    }

    .hero-stat {
      position: relative;
    }

    .hero-stat-n {
      font-family: var(--ff-display);
      font-size: 2.4rem;
      font-weight: 700;
      color: var(--amber-lt);
      line-height: 1;
      letter-spacing: -1px;
    }

    .hero-stat-n sup {
      font-size: 1.2rem;
      font-weight: 400;
      vertical-align: super;
      letter-spacing: 0;
    }

    .hero-stat-l {
      font-size: .66rem;
      font-weight: 500;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: rgba(255, 255, 255, .5);
      margin-top: 7px;
    }

    @keyframes slideUp {
      from {
        opacity: 0;
        transform: translateY(22px)
      }

      to {
        opacity: 1;
        transform: translateY(0)
      }
    }

    .hero-badge {
      position: absolute;
      bottom: 44px;
      right: 6%;
      z-index: 10;
      background: rgba(255, 255, 255, .06);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      border: 1px solid rgba(255, 255, 255, .14);
      padding: 22px 28px;
      min-width: 210px;
      animation: slideUp .7s ease 1.1s both;
    }

    .hero-badge-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #4ADE80;
      display: inline-block;
      margin-right: 8px;
      animation: blink 2s ease-in-out infinite;
    }

    @keyframes blink {

      0%,
      100% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(74, 222, 128, .4)
      }

      50% {
        opacity: .7;
        box-shadow: 0 0 0 6px rgba(74, 222, 128, 0)
      }
    }

    .hero-badge-top {
      font-size: .65rem;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: rgba(255, 255, 255, .4);
      margin-bottom: 8px;
      display: flex;
      align-items: center;
    }

    .hero-badge-val {
      font-family: var(--ff-display);
      font-size: 1.25rem;
      font-weight: 600;
      color: var(--white);
    }

    /* ── MOBILE: image shows in full, not cropped/stretched, reduced height ── */
    @media(max-width:640px) {
      .hero {
        min-height: 0;
        height: auto;
        display: block;
        background: var(--navy);
      }

      .hero-bg {
        position: relative;
        inset: auto;
        height: 52vh;
        min-height: 280px;
        max-height: 400px;
        width: 100%;
        background: var(--navy);

      }

      .hero-overlay {
        display: none;
      }

      .hero-badge {
        display: none;
      }

      .hero-content {
        position: relative;
        padding: 36px 6% 56px;
        max-width: 100%;
      }

      .hero-eyebrow {
        margin-bottom: 16px;
      }

      .hero-title {
        font-size: clamp(2.1rem, 9vw, 2.6rem);
        margin-bottom: 8px;
      }

      .hero-tagline-bilingual .hi {
        font-size: 1.4rem;
      }

      .hero-body {
        font-size: .9rem;
        margin-bottom: 30px;
      }

      .hero-actions {
        width: 100%;
      }

      .hero-actions .btn-amber,
      .hero-actions .btn-outline-light {
        width: 100%;
        justify-content: center;
      }

      .hero-stats {
        margin-top: 36px;
        gap: 32px;
      }

      .hero-stat-n {
        font-size: 2rem;
      }
    }

    /* STRIP */
    .strip-wrap {
      background: var(--amber);
      overflow: hidden;
    }

    .strip-track {
      display: flex;
      animation: marquee 22s linear infinite;
      width: max-content;
    }

    .strip-track:hover {
      animation-play-state: paused;
    }

    .strip-item {
      font-size: .7rem;
      font-weight: 600;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--white);
      white-space: nowrap;
      padding: 20px 0;
    }

    .strip-dot {
      color: rgba(255, 255, 255, .45);
      font-size: .45rem;
      padding: 0 28px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
    }

    @keyframes marquee {
      from {
        transform: translateX(0)
      }

      to {
        transform: translateX(-50%)
      }
    }

    /* INTRO */
    .intro {
      padding: var(--section-pad);
      background: var(--ivory);
    }

    .intro .container {
      display: flex;
      justify-content: center;
    }

    .intro-text {
      max-width: 680px;
      text-align: center;
      padding-left: 0 !important;
    }

    .intro-text .eyebrow {
      justify-content: center;
    }

    .intro-text .eyebrow::before {
      display: none;
    }

    .intro-img-wrap {
      position: relative;
      height: 640px;
    }

    .intro-img-main {
      position: absolute;
      right: 0;
      top: 0;
      width: 83%;
      height: 530px;
      overflow: hidden;
    }

    .intro-img-main .img-wrap:hover img {
      transform: scale(1.04);
    }

    .intro-img-main .img-wrap img {
      transition: transform .8s ease, opacity .5s ease;
    }

    .intro-img-accent {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 52%;
      height: 310px;
      overflow: hidden;
      border: 7px solid var(--ivory);
      box-shadow: var(--shadow-deep);
      z-index: 2;
    }

    .intro-img-number {
      position: absolute;
      top: 28px;
      left: 28px;
      z-index: 3;
      background: var(--amber);
      color: var(--white);
      font-family: var(--ff-display);
      font-size: 1rem;
      font-weight: 600;
      padding: 8px 16px;
      letter-spacing: .5px;
    }

    .intro-text {
      padding-left: 16px;
    }

    .intro-text .body-lg {
      margin-bottom: 18px;
    }

    /* AMENITIES */
    .amenities {
      padding: var(--section-pad);
      background: var(--navy);
      position: relative;
      overflow: hidden;
    }

    .amenities::before {
      content: '';
      position: absolute;
      width: 600px;
      height: 600px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(200, 135, 58, .07), transparent 70%);
      bottom: -200px;
      left: -100px;
      pointer-events: none;
    }

    .amenities .eyebrow {
      color: var(--amber-lt);
    }

    .amenities .display-title {
      color: var(--white);
    }

    .amenities .body-lg {
      color: rgba(255, 255, 255, .42);
      max-width: 520px;
    }

    .amenities-head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      margin-bottom: 72px;
      flex-wrap: wrap;
      gap: 24px;
    }

    .amenities-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      background: rgba(255, 255, 255, .05);
      border: 1px solid rgba(255, 255, 255, .05);
    }

    .am-card {
      padding: 44px 34px;
      background: var(--navy);
      transition: background var(--transition);
      cursor: default;
      position: relative;
      overflow: hidden;
    }

    .am-card::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: var(--amber);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .4s ease;
    }

    .am-card:hover {
      background: white;
    }

    .am-card:hover::before {
      transform: scaleX(1);
    }

    .am-card:hover .am-title {
      color: black;
    }

    .am-card:hover .am-desc {
      color: black;
    }


    .am-icon {
      font-size: 1.5rem;
      margin-bottom: 20px;
      width: 52px;
      height: 52px;
      background: rgba(200, 135, 58, .1);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background .3s;
    }

    .am-card:hover .am-icon {
      background: rgba(200, 135, 58, .18);
    }

    .am-title {
      font-size: .86rem;
      font-weight: 600;
      color: var(--white);
      letter-spacing: .3px;
      margin-bottom: 10px;
    }

    .am-desc {
      font-size: .79rem;
      color: white;
      line-height: 1.7;
      font-style: italic;
    }

    /* FOOD */
    .food-section {
      padding: var(--section-pad);
      background: var(--ivory);
    }

    .food-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      margin-top: 60px;
    }

    .food-item {
      position: relative;
      overflow: hidden;
      aspect-ratio: 1/1;
      box-shadow: var(--shadow-soft);
      cursor: pointer;
    }

    .food-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .6s ease;
    }

    .food-item:hover img {
      transform: scale(1.08);
    }

    .food-item::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(0deg, rgba(13, 27, 42, .55), transparent 45%);
      opacity: 0;
      transition: opacity .3s ease;
    }

    .food-item:hover::after {
      opacity: 1;
    }

    .food-item-label {
      position: absolute;
      left: 14px;
      bottom: 12px;
      z-index: 2;
      color: var(--white);
      font-size: .66rem;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      opacity: 0;
      transform: translateY(8px);
      transition: opacity .3s ease, transform .3s ease;
    }

    .food-item:hover .food-item-label {
      opacity: 1;
      transform: translateY(0);
    }

    .food-item-zoom {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 2;
      width: 30px;
      height: 30px;
      background: rgba(13, 27, 42, .55);
      backdrop-filter: blur(4px);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--white);
      font-size: .8rem;
      opacity: 0;
      transition: opacity .3s ease;
      pointer-events: none;
    }

    .food-item:hover .food-item-zoom {
      opacity: 1;
    }

    @media(max-width:900px) {
      .food-grid {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    @media(max-width:560px) {
      .food-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
      }

      .food-item-zoom {
        opacity: 1;
        width: 26px;
        height: 26px;
        font-size: .7rem;
      }
    }

    .dining-gallery {
      background: var(--ivory-dk);
      border-top: 1px solid var(--ivory-dkr);
    }

    .room-gallery {
      background: var(--ivory);
      border-top: 1px solid var(--ivory-dkr);
    }

    .room-gallery-grid {
      grid-template-columns: repeat(4, 1fr);
    }

    /* MASONRY GALLERY */
    .masonry-grid {
      column-count: 4;
      column-gap: 18px;
      margin-top: 60px;
    }

    .masonry-item {
      break-inside: avoid;
      -webkit-column-break-inside: avoid;
      margin-bottom: 18px;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      box-shadow: var(--shadow-soft);
      opacity: 0;
      transform: translateY(18px);
      animation: masonryIn .6s ease forwards;
    }

    @keyframes masonryIn {
      to {
        opacity: 1;
        transform: none;
      }
    }

    .masonry-item img {
      width: 100%;
      height: auto;
      display: block;
      transition: transform .7s cubic-bezier(.25,.46,.45,.94), filter .5s ease;
      filter: saturate(.94);
    }

    .masonry-item:hover img {
      transform: scale(1.045);
      filter: saturate(1.05);
    }

    .masonry-item::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(0deg, rgba(13, 27, 42, .58), transparent 48%);
      opacity: 0;
      transition: opacity .35s ease;
    }

    .masonry-item:hover::after {
      opacity: 1;
    }

    .masonry-item-label {
      position: absolute;
      left: 16px;
      bottom: 14px;
      z-index: 2;
      color: var(--white);
      font-size: .68rem;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      opacity: 0;
      transform: translateY(8px);
      transition: opacity .3s ease, transform .3s ease;
    }

    .masonry-item:hover .masonry-item-label {
      opacity: 1;
      transform: translateY(0);
    }

    .masonry-item-zoom {
      position: absolute;
      top: 12px;
      right: 12px;
      z-index: 2;
      width: 32px;
      height: 32px;
      background: rgba(13, 27, 42, .5);
      backdrop-filter: blur(4px);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--white);
      font-size: .8rem;
      opacity: 0;
      transition: opacity .3s ease;
      pointer-events: none;
    }

    .masonry-item:hover .masonry-item-zoom {
      opacity: 1;
    }

    #masonry-more {
      min-width: 200px;
      justify-content: center;
    }

    #masonry-more:disabled {
      opacity: .5;
      cursor: default;
      background: transparent;
      color: var(--navy);
    }

    @media(max-width:1024px) {
      .masonry-grid {
        column-count: 3;
      }
    }

    @media(max-width:640px) {
      .masonry-grid {
        column-count: 2;
        column-gap: 10px;
      }

      .masonry-item {
        margin-bottom: 10px;
      }

      .masonry-item-label,
      .masonry-item-zoom {
        opacity: 1;
      }
    }


    @media(max-width:900px) {
      .room-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    /* HSLIDER (drag/swipe slider for grids) */
    .hslider {
      position: relative;
      margin-top: 60px;
    }

    .hslider-track {
      display: flex;
      gap: 16px;
      overflow-x: auto;
      overflow-y: hidden;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      cursor: grab;
      padding-bottom: 4px;
      margin-top: 0;
    }

    .hslider-track::-webkit-scrollbar {
      display: none;
    }

    .hslider-track.dragging {
      cursor: grabbing;
      scroll-snap-type: none;
    }

    .hslider-track.food-grid {
      display: flex;
    }

    .hslider-track .food-item {
      flex: 0 0 calc(25% - 12px);
      scroll-snap-align: start;
    }

    @media(max-width:900px) {
      .hslider-track .food-item {
        flex: 0 0 calc(33.333% - 11px);
      }
    }

    @media(max-width:560px) {
      .hslider-track .food-item {
        flex: 0 0 calc(66% - 8px);
      }
    }

    .hslider-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: var(--navy);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      cursor: pointer;
      z-index: 5;
      box-shadow: var(--shadow-mid);
      transition: background .3s;
    }

    .hslider-arrow:hover {
      background: var(--amber);
    }

    .hslider-arrow.prev {
      left: -22px;
    }

    .hslider-arrow.next {
      right: -22px;
    }

    @media(max-width:1040px) {
      .hslider-arrow {
        display: none;
      }
    }

    /* LIGHTBOX */
    .lightbox {
      position: fixed;
      inset: 0;
      z-index: 2000;
      display: none;
      align-items: center;
      justify-content: center;
      background: rgba(8, 14, 22, .94);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
      padding: 24px;
      opacity: 0;
      transition: opacity .25s ease;
    }

    .lightbox.open {
      display: flex;
      opacity: 1;
    }

    .lightbox-inner {
      position: relative;
      max-width: min(920px, 94vw);
      max-height: 90vh;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      transform: scale(.96);
      transition: transform .25s ease;
    }

    .lightbox.open .lightbox-inner {
      transform: scale(1);
    }

    .lightbox-inner img {
      max-width: 100%;
      max-height: 78vh;
      width: auto;
      height: auto;
      object-fit: contain;
      box-shadow: 0 20px 60px rgba(0, 0, 0, .5);
      touch-action: pinch-zoom;
      background: var(--navy);
    }

    .lightbox-caption {
      margin-top: 16px;
      color: rgba(255, 255, 255, .75);
      font-size: .8rem;
      letter-spacing: .5px;
      text-align: center;
      max-width: 80%;
    }

    .lightbox-close {
      position: absolute;
      top: -46px;
      right: 0;
      width: 40px;
      height: 40px;
      background: rgba(255, 255, 255, .08);
      border: 1px solid rgba(255, 255, 255, .18);
      color: var(--white);
      font-size: 1.1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background .25s;
    }

    .lightbox-close:hover {
      background: var(--amber);
    }

    @media(max-width:640px) {
      .lightbox {
        padding: 0;
      }

      .lightbox-inner {
        max-width: 100vw;
        max-height: 100vh;
        height: 100%;
        justify-content: center;
      }

      .lightbox-inner img {
        max-height: 72vh;
      }

      .lightbox-close {
        top: 14px;
        right: 14px;
        z-index: 5;
        background: rgba(13, 27, 42, .75);
      }

      .lightbox-caption {
        padding: 0 20px;
      }
    }

    /* ROOMS */
    .rooms {
      padding: var(--section-pad);
      background: var(--ivory-dk);
    }

    .rooms-head {
      text-align: center;
      margin-bottom: 76px;
    }

    .rooms-head .eyebrow {
      justify-content: center;
    }

    .rooms-head .eyebrow::before {
      display: none;
    }

    .rooms-head .gold-line {
      margin: 0 auto 28px;
    }

    .rooms-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 22px;
    }

    .room-card {
      background: var(--white);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
      transition: transform var(--transition), box-shadow var(--transition);
      position: relative;
    }

    .room-card:hover {
      transform: translateY(-10px);
      box-shadow: var(--shadow-deep);
    }

    .room-card.featured {
      border: 2px solid var(--amber);
    }

    .room-card.featured::after {
      content: 'MOST POPULAR';
      position: absolute;
      top: 0;
      right: 0;
      background: var(--amber);
      color: var(--white);
      font-size: .6rem;
      font-weight: 700;
      letter-spacing: 2px;
      padding: 6px 14px;
      z-index: 5;
    }

    .room-img {
      height: 244px;
      overflow: hidden;
      position: relative;
      cursor: pointer;
    }

    .room-img-zoom {
      position: absolute;
      top: 18px;
      right: 18px;
      z-index: 2;
      width: 34px;
      height: 34px;
      background: rgba(13, 27, 42, .55);
      backdrop-filter: blur(4px);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--white);
      font-size: .85rem;
      opacity: 0;
      transition: opacity .3s ease;
    }

    .room-card:hover .room-img-zoom {
      opacity: 1;
    }

    @media(max-width:640px) {
      .room-img-zoom {
        opacity: 1;
      }
    }

    .room-type-tag {
      position: absolute;
      top: 20px;
      left: 20px;
      z-index: 2;
      background: rgba(13, 27, 42, .7);
      backdrop-filter: blur(6px);
      color: var(--white);
      font-size: .65rem;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 7px 14px;
    }

    .room-body {
      padding: 32px;
    }

    .room-name {
      font-family: var(--ff-display);
      font-size: 1.55rem;
      font-weight: 600;
      color: var(--navy);
      margin-bottom: 12px;
    }

    .room-desc {
      font-size: .84rem;
      color: var(--slate);
      line-height: 1.75;
      margin-bottom: 24px;
    }

    .room-features {
      display: flex;
      flex-wrap: wrap;
      gap: 7px;
      margin-bottom: 28px;
    }

    .room-feat {
      font-size: .68rem;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: var(--navy);
      background: var(--ivory-dk);
      border: 1px solid var(--ivory-dkr);
      padding: 5px 12px;
      transition: background .25s, color .25s;
    }

    .room-card:hover .room-feat {
      background: var(--amber-pale);
      border-color: rgba(200, 135, 58, .25);
    }

    .room-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 22px;
      border-top: 1px solid var(--ivory-dkr);
    }

    .room-price-note {
      font-size: .7rem;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--amber);
    }

    /* HOME CONTACT — form + map side by side */
    .home-contact-section {
      padding: var(--section-pad);
      background: var(--ivory-dk);
    }

    .home-map-section {
      display: none;
    }

    .contact-map-section {
      display: none;
    }

    .form-map-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
      margin-top: 60px;
    }

    .form-map-grid .contact-form-wrap {
      margin-top: 0;
    }

    .form-map-grid .map-wrap {
      position: relative;
    }

    .form-map-grid .map-wrap iframe {
      height: 430px;
      width: 100%;
      display: block;
      filter: grayscale(20%) contrast(1.05);
      background: var(--navy-mid);
      border: 0;
    }

    .home-contact-inner {
      max-width: var(--max-w);
      margin: 0 auto;
    }

    .home-contact-inner .contact-form-wrap {
      padding: 52px;
    }

    @media(max-width:600px) {
      .home-contact-inner .contact-form-wrap {
        padding: 32px 22px;
      }
    }

    @media(max-width:1024px) {
      .form-map-grid {
        grid-template-columns: 1fr;
        gap: 40px;
      }
    }

    /* CTA */
    .cta-section {
      padding: 110px 6%;
      background: var(--navy);
      position: relative;
      overflow: hidden;
    }

    .cta-section::before {
      content: 'HW';
      position: absolute;
      font-family: var(--ff-display);
      font-size: 30vw;
      font-weight: 700;
      font-style: italic;
      color: rgba(255, 255, 255, .018);
      right: -5%;
      bottom: -12%;
      pointer-events: none;
      line-height: 1;
    }

    .cta-section::after {
      content: '';
      position: absolute;
      width: 800px;
      height: 800px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(200, 135, 58, .1), transparent 65%);
      left: -200px;
      top: -200px;
      pointer-events: none;
    }

    .cta-inner {
      max-width: 820px;
      margin: 0 auto;
      text-align: center;
      position: relative;
      z-index: 1;
    }

    .cta-inner .display-title {
      color: var(--white);
    }

    .cta-inner .body-lg {
      color: rgba(255, 255, 255, .42);
      max-width: 530px;
      margin: 0 auto 50px;
    }

    .cta-btns {
      display: flex;
      gap: 14px;
      justify-content: center;
      flex-wrap: wrap;
    }

    /* ABOUT HERO */
    .about-hero {
      min-height: 68vh;
      background: var(--navy);
      display: flex;
      align-items: center;
      padding: 148px 6% 100px;
      position: relative;
      overflow: hidden;
    }

    .about-hero::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(200, 135, 58, .09), transparent 55%);
      pointer-events: none;
    }

    .about-hero-inner {
      max-width: var(--max-w);
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
      width: 100%;
      position: relative;
      z-index: 1;
    }

    .about-hero .display-title {
      color: var(--white);
      max-width: 540px;
    }

    .about-hero .body-lg {
      color: rgba(255, 255, 255, .42);
      max-width: 480px;
      margin-top: 28px;
    }

    .about-hero .eyebrow {
      color: var(--amber-lt);
    }

    .about-hero-img {
      height: 420px;
      overflow: hidden;
      position: relative;
    }

    .about-hero-img::before {
      content: '';
      position: absolute;
      inset: 0;
      border: 2px solid rgba(200, 135, 58, .2);
      z-index: 2;
      pointer-events: none;
    }

    /* VALUES */
    .values-section {
      padding: var(--section-pad);
      background: var(--ivory-dk);
    }

    .values-section .container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: start;
    }

    .values-text {
      position: sticky;
      top: 120px;
    }

    .values-text .body-lg {
      margin-bottom: 40px;
    }

    .values-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      background: var(--ivory-dkr);
    }

    .val-card {
      border: 1px solid var(--ivory-dkr);
      background: var(--ivory-dk);
      padding: 36px 30px;
      transition: background .3s;
    }

    .val-card:hover {
      background: var(--white);
    }

    .val-icon {
      font-size: 1.6rem;
      margin-bottom: 16px;
    }

    .val-title {
      font-family: var(--ff-display);
      font-size: 1.2rem;
      font-weight: 600;
      color: var(--navy);
      margin-bottom: 10px;
    }

    .val-desc {
      font-size: .81rem;
      color: var(--slate);
      line-height: 1.75;
    }

    /* LOCATION */
    .location-section {
      padding: var(--section-pad);
      background: var(--navy);
    }

    .location-section .container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 100px;
      align-items: center;
    }

    .location-perks {
      display: flex;
      flex-direction: column;
      gap: 0;
      margin-top: 36px;
    }

    .loc-perk {
      display: flex;
      align-items: center;
      gap: 18px;
      padding: 18px 0;
      border-bottom: 1px solid var(--ivory-dkr);
      padding-right: 8px;
    }

    .loc-perk:first-child {
      border-top: 1px solid var(--ivory-dkr);
    }

    .loc-perk-icon {
      width: 40px;
      height: 40px;
      background: var(--amber-pale);
      border: 1px solid rgba(200, 135, 58, .18);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      flex-shrink: 0;
      transition: background .25s;
    }

    .loc-perk:hover .loc-perk-icon {
      background: var(--amber);
    }

    .loc-perk-text {
      font-size: .88rem;
      color: var(--white);
      font-weight: 600;
    }

    .loc-perk-sub {
      font-size: .77rem;
      color: var(--slate);
      margin-top: 2px;
    }

    .loc-img {
      height: 570px;
      overflow: hidden;
      position: relative;
    }

    /* OWNER */
    .owner-section {
      padding: var(--section-pad);
      background: var(--ivory);
    }

    .owner-inner {
      max-width: var(--max-w);
      margin: 0 auto;
      display: grid;
      grid-template-columns: 360px 1fr;
      gap: 80px;
      align-items: center;
    }

    .owner-photo {
      height: 520px;
      overflow: hidden;
      position: relative;
    }

    .owner-photo::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 40%;
      background: linear-gradient(to top, rgba(200, 135, 58, .15), transparent);
      pointer-events: none;
    }

    .owner-name {
      font-family: var(--ff-display);
      font-size: clamp(2.2rem, 3.8vw, 3rem);
      font-weight: 700;
      color: var(--navy);
      margin-bottom: 6px;
    }

    .owner-title {
      font-size: .7rem;
      font-weight: 600;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: var(--amber);
      margin-bottom: 32px;
    }

    .owner-bio {
      font-size: .93rem;
      font-weight: 300;
      color: var(--slate);
      line-height: 1.9;
      margin-bottom: 16px;
    }

    .owner-contact {
      display: flex;
      gap: 14px;
      margin-top: 36px;
      flex-wrap: wrap;
    }

    /* CONTACT */
    .contact-hero {
      min-height: 52vh;
      background: var(--navy);
      display: flex;
      align-items: center;
      padding: 148px 6% 80px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .contact-hero::after {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at 60% 60%, rgba(200, 135, 58, .1), transparent 60%);
      pointer-events: none;
    }

    .contact-hero-inner {
      max-width: 720px;
      margin: 0 auto;
      width: 100%;
      position: relative;
      z-index: 1;
    }

    .contact-hero .eyebrow {
      justify-content: center;
      color: var(--amber-lt);
    }

    .contact-hero .eyebrow::before {
      display: none;
    }

    .contact-hero .display-title {
      color: var(--white);
    }

    .contact-hero .body-lg {
      color: rgba(255, 255, 255, .42);
      margin: 24px auto 0;
      max-width: 500px;
    }

    .contact-main {
      padding: var(--section-pad);
      background: var(--ivory);
    }

    .contact-info-section {
      margin-top: 100px;
    }

    .contact-info-section h3 {
      font-family: var(--ff-display);
      font-size: 1.85rem;
      font-weight: 600;
      color: var(--navy);
      margin-bottom: 8px;
    }

    .contact-info-section .body-lg {
      margin-bottom: 48px;
    }

    .cinfo-item {
      display: flex;
      gap: 18px;
      padding: 22px 0;
      border-bottom: 1px solid var(--ivory-dkr);
      align-items: flex-start;
    }

    .cinfo-item:first-of-type {
      border-top: 1px solid var(--ivory-dkr);
    }

    .cinfo-icon {
      width: 44px;
      height: 44px;
      flex-shrink: 0;
      background: var(--amber-pale);
      border: 1px solid rgba(200, 135, 58, .18);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .95rem;
      transition: background .25s;
    }

    .cinfo-item:hover .cinfo-icon {
      background: var(--amber);
    }

    .cinfo-label {
      font-size: .67rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--amber);
      margin-bottom: 5px;
    }

    .cinfo-value {
      font-size: .92rem;
      color: var(--navy);
      font-weight: 500;
      line-height: 1.6;
    }

    .cinfo-value a {
      transition: color .25s;
    }

    .cinfo-value a:hover {
      color: var(--amber);
    }

    /* FORM */
    .contact-form-wrap {
      background: var(--white);
      padding: 52px;
      box-shadow: var(--shadow-soft);
      border-top: 3px solid var(--amber);
    }

    .form-head {
      font-family: var(--ff-display);
      font-size: 1.9rem;
      font-weight: 600;
      color: var(--navy);
      margin-bottom: 6px;
    }

    .form-row-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }

    .fg {
      margin-bottom: 22px;
    }

    .fg label {
      display: block;
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: 1.8px;
      text-transform: uppercase;
      color: var(--navy);
      margin-bottom: 8px;
    }

    .fg input,
    .fg textarea,
    .fg select {
      width: 100%;
      padding: 13px 16px;
      border: 1.5px solid var(--ivory-dkr);
      background: var(--ivory);
      font-family: var(--ff-body);
      font-size: .92rem;
      color: var(--navy);
      outline: none;
      transition: border-color .3s, background .3s, box-shadow .3s;
      appearance: none;
      border-radius: 0;
    }

    .fg input:focus,
    .fg textarea:focus,
    .fg select:focus {
      border-color: var(--amber);
      background: var(--white);
      box-shadow: 0 0 0 3px rgba(200, 135, 58, .08);
    }

    .fg input.err,
    .fg textarea.err,
    .fg select.err {
      border-color: #C0392B;
    }

    .fg-error {
      font-size: .74rem;
      color: #C0392B;
      margin-top: 5px;
      display: none;
      font-weight: 500;
    }

    .fg textarea {
      resize: vertical;
      min-height: 130px;
    }

    .form-submit-btn {
      width: 100%;
      padding: 16px;
      background: var(--navy);
      color: var(--white);
      font-family: var(--ff-body);
      font-size: .74rem;
      font-weight: 700;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      transition: background .3s;
      cursor: pointer;
      border: none;
      border-radius: 0;
      position: relative;
      overflow: hidden;
    }

    .form-submit-btn::before {
      content: '';
      position: absolute;
      inset: 0;
      background: var(--amber);
      transform: translateX(-101%);
      transition: transform .35s ease;
    }

    .form-submit-btn:hover::before {
      transform: translateX(0);
    }

    .form-submit-btn span {
      position: relative;
      z-index: 1;
    }

    .form-submit-btn:disabled {
      opacity: .7;
      cursor: not-allowed;
    }

    .form-submit-btn:disabled::before {
      display: none;
    }

    .form-success-msg {
      display: none;
      margin-top: 18px;
      padding: 18px 22px;
      border-left: 3px solid var(--success);
      background: #F0FFF6;
      font-size: .87rem;
      color: var(--success);
      font-weight: 600;
    }

    /* MAP */
    .map-label {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 28px;
    }

    .map-wrap {
      position: relative;
    }

    #map,
    #map-home {
      height: 705px;
      width: 100%;
      filter: grayscale(20%) contrast(1.05);
      background: var(--navy-mid);
      border: 0;
    }

    #map-gallery { 
      height: 705px;
    }

    .map-fallback {
      height: 430px;
      background: var(--navy-mid);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 14px;
    }

    .map-fallback-icon {
      font-size: 3rem;
      opacity: .4;
    }

    .map-fallback-text {
      font-size: .82rem;
      color: rgba(255, 255, 255, .4);
      letter-spacing: 1px;
    }

    .map-fallback-link {
      font-size: .78rem;
      font-weight: 600;
      color: var(--amber-lt);
      letter-spacing: 1.5px;
      text-transform: uppercase;
      text-decoration: underline;
    }

    /* FOOTER */
    footer {
      background: var(--navy);
      border-top: 1px solid rgba(255, 255, 255, .05);
    }

    .footer-top {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr;
      gap: 60px;
      padding: 80px 6% 60px;
      max-width: var(--max-w);
      margin: 0 auto;
    }

    .footer-brand .nav-logo {
      margin-bottom: 24px;
      cursor: pointer;
    }

    .footer-brand .nav-logo-mark {
      background: rgba(255, 255, 255, .06);
    }

    .footer-brand .nav-logo-name {
      color: var(--white);
    }

    .footer-brand p {
      font-size: .83rem;
      font-weight: 300;
      color: rgba(255, 255, 255, .35);
      line-height: 1.85;
      margin-bottom: 28px;
      max-width: 280px;
    }

    .footer-col h4 {
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: rgba(255, 255, 255, .35);
      margin-bottom: 22px;
    }

    .footer-col ul {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .footer-col ul li a {
      font-size: .84rem;
      font-weight: 300;
      color: rgba(255, 255, 255, .45);
      transition: color .25s;
    }

    .footer-col ul li a:hover {
      color: var(--amber-lt);
    }

    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, .05);
      padding: 24px 6%;
      max-width: var(--max-w);
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 12px;
    }

    .footer-bottom p {
      font-size: .76rem;
      font-weight: 300;
      color: rgba(255, 255, 255, .22);
      letter-spacing: .3px;
    }


    /* ── TESTIMONIALS ── */
    .testimonials {
      padding: var(--section-pad);
      background: var(--navy);
    }

    .testimonials-head {
      margin-bottom: 76px;
    }

    .testi-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }

    .testi-card {
      padding: 44px 38px;
      background: var(--white);
      border: 1px solid var(--ivory-dkr);
      position: relative;
      transition: box-shadow var(--transition), transform var(--transition), border-color var(--transition);
    }

    .testi-card:hover {
      box-shadow: var(--shadow-mid);
      transform: translateY(-6px);
      border-color: rgba(200, 135, 58, .2);
    }

    .testi-stars {
      display: flex;
      gap: 3px;
      margin-bottom: 24px;
    }

    .testi-star {
      color: var(--amber);
      font-size: .85rem;
    }

    .testi-quote-mark {
      font-family: var(--ff-display);
      font-size: 6rem;
      line-height: .7;
      color: var(--ivory-dkr);
      position: absolute;
      top: 24px;
      right: 28px;
      font-style: italic;
      transition: color .3s;
    }

    .testi-card:hover .testi-quote-mark {
      color: rgba(200, 135, 58, .15);
    }

    .testi-text {
      font-size: .91rem;
      font-weight: 300;
      color: var(--slate);
      line-height: 1.9;
      margin-bottom: 30px;
      font-style: italic;
    }

    .testi-rule {
      width: 28px;
      height: 2px;
      background: var(--amber);
      margin-bottom: 18px;
    }

    .testi-name {
      font-size: .86rem;
      font-weight: 700;
      color: var(--navy);
    }

    .testi-role {
      font-size: .74rem;
      color: var(--slate-lt);
      letter-spacing: .3px;
      margin-top: 3px;
    }

    /* ── FAQ ── */
    .faq {
      padding: var(--section-pad);
      background: var(--ivory-dk);
    }

    .faq .container {
      display: grid;
      grid-template-columns: 1fr 1.6fr;
      gap: 100px;
      align-items: start;
    }

    .faq-sticky {
      position: sticky;
      top: 120px;
    }

    .faq-sticky .body-lg {
      margin-top: 20px;
      margin-bottom: 40px;
    }

    .faq-item {
      border-bottom: 1px solid var(--ivory-dkr);
    }

    .faq-q {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 24px 0;
      cursor: pointer;
      font-size: .91rem;
      font-weight: 500;
      color: var(--navy);
      gap: 24px;
      user-select: none;
      transition: color .3s;
    }

    .faq-q:hover {
      color: var(--amber);
    }

    .faq-toggle {
      width: 30px;
      height: 30px;
      flex-shrink: 0;
      border: 1.5px solid var(--ivory-dkr);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .85rem;
      color: var(--slate);
      transition: background .3s, color .3s, transform .4s, border-color .3s;
      border-radius: 50%;
    }

    .faq-item.open .faq-toggle {
      background: var(--amber);
      color: var(--white);
      border-color: var(--amber);
      transform: rotate(45deg);
    }

    .faq-a {
      max-height: 0;
      overflow: hidden;
      font-size: .87rem;
      font-weight: 300;
      color: var(--slate);
      line-height: 1.85;
      transition: max-height .45s ease, padding .45s;
      padding: 0 36px 0 0;
    }

    .faq-item.open .faq-a {
      max-height: 200px;
      padding-bottom: 24px;
    }

    /* RESPONSIVE */
    @media(max-width:1024px) {
      :root {
        --section-pad: 90px 5%;
      }

      .hero-content {
        padding: 0px 5% 80px;
        max-width: 100%;
        justify-content: center;
      }

      .hero-overlay {
        background: linear-gradient(0deg, rgba(13, 27, 42, .94) 0%, rgba(13, 27, 42, .8) 45%, rgba(13, 27, 42, .55) 75%, rgba(13, 27, 42, .4) 100%);
      }

      .hero-badge {
        right: 5%;
      }

      .hero-slide-dots {
        left: 5%;
      }

      .intro .container,
      .values-section .container,
      .about-hero-inner,
      .owner-inner,
      .faq .container {
        grid-template-columns: 1fr;
        gap: 60px;
      }

      .contact-main .container {
        grid-template-columns: 1fr;
        gap: 60px;
      }

      .location-section .container {
        grid-template-columns: 1fr;
        gap: 60px;
      }

      .intro-img-wrap {
        height: 440px;
      }

      .intro-img-main {
        width: 100%;
        position: relative;
        height: 440px;
      }

      .intro-img-accent {
        display: none;
      }

      .owner-inner {
        grid-template-columns: 1fr;
      }

      .owner-photo {
        height: 400px;
      }

      .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .rooms-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
      }

      .faq-sticky,
      .values-text {
        position: static;
      }

      .footer-bottom {
        flex-direction: column;
        text-align: center;
      }
    }

    @media(max-width:640px) {
      :root {
        --section-pad: 64px 4.5%;
      }

      .nav-links {
        display: none;
      }

      .hamburger {
        display: flex;
      }

      .hero-stats {
        flex-wrap: wrap;
        gap: 24px;
      }

      .hero-stat+.hero-stat::before {
        display: none;
      }

      .rooms-grid {
        grid-template-columns: 1fr;
      }

      .amenities-grid {
        grid-template-columns: 1fr;
      }

      .values-grid {
        grid-template-columns: 1fr;
      }

      .footer-top {
        grid-template-columns: 1fr;
      }

      .contact-form-wrap {
        padding: 32px 22px;
      }

      .form-row-2 {
        grid-template-columns: 1fr;
      }

      .about-hero-inner {
        grid-template-columns: 1fr;
      }

      .about-hero-img {
        display: none;
      }

      .wa-float {
        bottom: 24px;
        left: 16px;
        padding: 16px;
      }

      .gm-float {
        bottom: 90px;
        left: 16px;
        padding: 16px;
      }

      #scrollTop {
        bottom: 24px;
        right: 16px;
      }

      .owner-inner {
        grid-template-columns: 1fr;
      }

      .loc-img {
        height: auto;
        min-height: 220px;
        max-height: 320px;
        background: var(--navy-mid);
      }

      .loc-img .img-wrap {
        height: 100%;
      }

      .loc-img .img-wrap img {
        position: static;
        width: 100%;
        height: 100%;
        object-fit: contain;
      }
    }

    nav.nosolid .nav-logo-img {
      background-color: white;
    }

    .nav-logo-img {
      width: 80px;
      object-fit: contain;
    }
/* ===== VIDEO TOUR SECTION ===== */
.video-tour {
  padding: var(--section-pad);
  background: var(--white);
}

.video-tour-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
}

.video-tour-text {
  max-width: 680px;
}

.video-tour-text .eyebrow {
  justify-content: center;
}

.video-tour-text .eyebrow::before {
  display: none;
}

.video-tour-text .gold-line {
  margin: 28px auto;
}

.video-tour-media {
  display: flex;
  justify-content: center;
  width: 100%;
}

.tour-video {
  width: 100%;
  max-width: 1020px;
  height: 500px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: var(--shadow-deep);
  background: var(--navy);
  display: block;
}

@media (max-width: 640px) {
  .tour-video {
    max-width: 100%;
    height: 400px;
  }
}
