.elementor-6 .elementor-element.elementor-element-b6b6cd3{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-649de93 */@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,380;0,9..144,560;1,9..144,480&display=swap');

  .hero-scroll{
    position: relative;
    height: 340vh; /* 3 slides: 1 hold + 2 transitions of 100vh each, rounded up for breathing room */
    background: linear-gradient(160deg, #ffffff 0%, #fffaf5 45%, #ffe4bf 100%);
  }

  .hero-sticky{
    padding-top:80px;
    padding-bottom:100px;
    position: sticky;
    top: 0;
    /*height: 100vh;*/
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .hero-grid{
    position: relative;
    z-index: 1;
    width: min(1200px, 92vw);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: clamp(2rem, 6vw, 5rem);
  }

  /* ---------- Ambient background ---------- */
  .hero-bg{
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
  }

  .hero-bg-grid{
    position: absolute;
    inset: -10% -10%;
    background-image:
      radial-gradient(rgba(231,118,0,.16) 1.4px, transparent 1.4px);
    background-size: 34px 34px;
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 60% 45%, #000 40%, transparent 85%);
            mask-image: radial-gradient(ellipse 70% 60% at 60% 45%, #000 40%, transparent 85%);
  }

  .hero-orb{
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: .55;
    will-change: transform;
  }
  .hero-orb-1{
    width: 46vw; height: 46vw; max-width: 640px; max-height: 640px;
    top: -14%; right: -10%;
    background: radial-gradient(circle at 35% 35%, #ffb56b 0%, #ffcf9c 55%, transparent 75%);
    animation: orbFloat1 22s ease-in-out infinite;
  }
  .hero-orb-2{
    width: 30vw; height: 30vw; max-width: 420px; max-height: 420px;
    bottom: -12%; left: -8%;
    background: radial-gradient(circle at 40% 40%, #ffe1bd 0%, #fff3e4 60%, transparent 78%);
    animation: orbFloat2 28s ease-in-out infinite;
  }
  .hero-orb-3{
    width: 18vw; height: 18vw; max-width: 260px; max-height: 260px;
    top: 55%; right: 18%;
    background: radial-gradient(circle at 45% 45%, #e77600 0%, transparent 72%);
    opacity: .18;
    animation: orbFloat3 18s ease-in-out infinite;
  }

  @keyframes orbFloat1{
    0%, 100% { transform: translate(0, 0) scale(1); }
    50%      { transform: translate(-3%, 4%) scale(1.06); }
  }
  @keyframes orbFloat2{
    0%, 100% { transform: translate(0, 0) scale(1); }
    50%      { transform: translate(4%, -3%) scale(1.08); }
  }
  @keyframes orbFloat3{
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(-6%, -8%); }
  }

  .hero-ring{
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(231,118,0,.22);
  }
  .hero-ring-1{
    width: 560px; height: 560px;
    top: 50%; right: 6%;
    transform: translateY(-50%);
    animation: ringSpin 60s linear infinite;
  }
  .hero-ring-2{
    width: 700px; height: 700px;
    top: 50%; right: 6%;
    transform: translateY(-50%);
    border-color: rgba(231,118,0,.12);
    animation: ringSpin 90s linear infinite reverse;
  }
  @keyframes ringSpin{
    from { transform: translateY(-50%) rotate(0deg); }
    to   { transform: translateY(-50%) rotate(360deg); }
  }

  @media (max-width: 860px){
    .hero-ring-1, .hero-ring-2{ display: none; }
    .hero-orb-1{ width: 70vw; height: 70vw; top: -20%; right: -20%; }
    .hero-orb-2{ width: 50vw; height: 50vw; }
  }

  @media (prefers-reduced-motion: reduce){
    .hero-orb, .hero-ring{ animation: none !important; }
  }

  /* ---------- Text column ---------- */
  .hero-text-col{ position: relative; min-height: 260px; }

  .hero-stage{
    position: absolute;
    inset: 0 0 auto 0;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .5s ease, transform .5s ease;
    pointer-events: none;
  }
  .hero-stage.active{
    opacity: 1;
    transform: translateY(0);
    position: relative;
    pointer-events: auto;
  }

  .hero-eyebrow{
    display: flex;
    align-items: center;
    gap: .6rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: .78rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #8a5a2e;
    font-weight: 600;
    margin-bottom: 1.2rem;
  }
  .hero-eyebrow i{
    width: 26px;
    height: 1px;
    background: #e77600;
    flex-shrink: 0;
  }

  .hero-ghost{
    position: absolute;
    top: -1.4rem;
    left: -.1rem;
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 380;
    font-size: clamp(4.5rem, 9vw, 7.5rem);
    line-height: 1;
    color: rgba(32,26,20,.05);
    white-space: nowrap;
    z-index: -1;
    pointer-events: none;
    user-select: none;
  }

  .hero-text-col h1{
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 560;
    font-size: clamp(2.3rem, 4.2vw, 3.5rem);
    line-height: 1.1;
    color: #201a14;
    margin: 0 0 1.1rem;
  }
  .hero-text-col h1 em{
    font-style: italic;
    font-weight: 480;
    color: #e77600;
  }

  .hero-text-col p{
    font-size: 1.05rem;
    line-height: 1.6;
    color: #5c5148;
    max-width: 42ch;
    margin: 0;
  }

  .hero-cta{
    display: flex;
    gap: 1rem;
    margin-top: 2.2rem;
    flex-wrap: wrap;
  }
  .btn{
    padding: .85rem 1.7rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: .95rem;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  }
  .btn-solid{
    background: #e77600;
    color: #fff;
    box-shadow: 0 8px 24px -8px rgba(231,118,0,.55);
  }
  .btn-solid span{ display: inline-block; margin-left: .3rem; transition: transform .25s ease; }
  .btn-solid:hover{ transform: translateY(-2px); box-shadow: 0 12px 28px -8px rgba(231,118,0,.6); }
  .btn-solid:hover span{ transform: translateX(3px); }
  .btn-ghost{
    background: transparent;
    color: #201a14;
    border: 1.5px solid rgba(32,26,20,.25);
  }
  .btn-ghost:hover{ border-color: #e77600; color: #e77600; transform: translateY(-2px); }

  .hero-count{
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-top: 2.6rem;
  }
  .hero-count-num{
    font-family: 'Fraunces', Georgia, serif;
    font-size: .95rem;
    font-weight: 560;
    color: #201a14;
    min-width: 1.4em;
  }
  .hero-count-num.muted{ color: rgba(32,26,20,.35); }
  .hero-count-track{
    width: 64px;
    height: 2px;
    background: rgba(32,26,20,.15);
    border-radius: 2px;
    overflow: hidden;
  }
  .hero-count-fill{
    display: block;
    height: 100%;
    width: 0%;
    background: #e77600;
    transition: width .4s ease;
  }

  /* ---------- Card column ---------- */
  .hero-card-col{ position: relative; display: flex; flex-direction: column; align-items: center; }

  .hero-card-stack{
    position: relative;
    width: min(420px, 88%);
    aspect-ratio: 4/5;
  }

  .hero-card{
    position: absolute;
    inset: 0;
    border-radius: 26px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 30px 60px -20px rgba(60,40,20,.28), 0 2px 6px rgba(60,40,20,.08);
    will-change: transform, opacity;
  }
  .hero-card-inner{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
  }
  .hero-card-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .hero-card-overlay{
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.2rem 1.3rem;
    background: linear-gradient(to bottom, rgba(20,14,8,.32) 0%, transparent 30%, transparent 55%, rgba(15,10,6,.75) 100%);
  }
  .hero-card-top{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .8rem;
  }
  .hero-card-tag{
    font-size: .68rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(255,255,255,.92);
    text-shadow: 0 1px 6px rgba(0,0,0,.35);
    max-width: 60%;
  }
  .hero-card-icon{
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .9rem;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.4);
    backdrop-filter: blur(4px);
  }
  .hero-card-bottom{ color: #fff; }
  .hero-card-num{
    display: block;
    font-size: .72rem;
    letter-spacing: .08em;
    opacity: .75;
    margin-bottom: .3rem;
  }
  .hero-card-label{
    display: block;
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-weight: 480;
    font-size: clamp(1.7rem, 2.6vw, 2.2rem);
    line-height: 1;
  }

  .hero-progress{
    display: flex;
    gap: .5rem;
    margin-top: 1.6rem;
  }
  .hero-progress span{
    width: 22px;
    height: 3px;
    border-radius: 2px;
    background: rgba(32,26,20,.18);
    transition: background .3s ease, width .3s ease;
  }
  .hero-progress span.active{
    background: #e77600;
    width: 34px;
  }

  .scroll-cue{
    position: absolute;
    bottom: 2.2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .4rem;
    font-size: .75rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(32,26,20,.45);
    transition: opacity .4s ease;
  }
  .scroll-cue .line{
    width: 1px;
    height: 30px;
    background: rgba(32,26,20,.3);
  }

  @media (max-width: 860px){
    .hero-grid{ grid-template-columns: 1fr; text-align: center; }
    .hero-text-col{ order: 2; min-height: 220px; }
    .hero-card-col{ order: 1; margin-bottom: 1.5rem; }
    .hero-card-stack{ width: min(300px, 70%); }
    .hero-cta{ justify-content: center; }
    .hero-count{ justify-content: center; }
    .hero-eyebrow{ justify-content: center; }
    .hero-ghost{ display: none; }
    .hero-text-col p{ margin-inline: auto; }
  }

  @media (prefers-reduced-motion: reduce){
    .hero-stage, .hero-card{ transition: none !important; }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-99946cd *//* =========================================================
   BANQUET AND CATERING STORY
   ========================================================= */

.venue-story,
.venue-story * {
  box-sizing: border-box;
}

.venue-story {
  --story-accent: #e77600;
  --story-accent-dark: #ad4d08;
  --story-ink: #2b190a;
  --story-muted: #74685e;
  --story-paper: #fffdf9;
  --story-peach: #ffcf9c;
  --story-count: 3;
  --story-ease: cubic-bezier(0.22, 1, 0.36, 1);

  position: relative;
  z-index: 2;

  height: calc(var(--story-count) * 100svh);
  min-height: 2100px;

  background: #fffdf9;
  overflow-anchor: none;
}

.venue-story__sticky {
  position: sticky;
  top: 0;

  width: 100%;
  height: 100svh;
  min-height: 720px;

  overflow: hidden;
  isolation: isolate;

  background:
    radial-gradient(
      circle at 50% 44%,
      rgba(255, 217, 181, 0.34),
      transparent 28%
    ),
    radial-gradient(
      circle at 8% 12%,
      rgba(255, 240, 225, 0.9),
      transparent 30%
    ),
    radial-gradient(
      circle at 94% 88%,
      rgba(255, 214, 171, 0.28),
      transparent 31%
    ),
    linear-gradient(
      135deg,
      #ffffff 0%,
      #fffdf9 48%,
      #fff8f0 100%
    );
}

.venue-story__layout {
  position: relative;
  z-index: 5;

  display: grid;
  grid-template-columns:
    minmax(250px, 0.94fr)
    minmax(350px, 1.04fr)
    minmax(270px, 1fr);
  align-items: center;
  gap: clamp(32px, 4vw, 76px);

  width: min(
    1510px,
    calc(100% - clamp(48px, 7vw, 120px))
  );
  height: 100%;
  margin-inline: auto;
  padding:
    clamp(94px, 11vh, 135px)
    0
    clamp(48px, 7vh, 90px);
}

/* =========================================================
   BACKGROUND DETAILS
   ========================================================= */

.venue-story__graphic {
  position: absolute;
  z-index: 1;

  fill: none;
  stroke: rgba(183, 86, 18, 0.09);
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;

  pointer-events: none;
}

.venue-story__graphic--plate {
  top: -44px;
  left: -54px;

  width: clamp(210px, 22vw, 350px);

  transform: rotate(-12deg);
}

.venue-story__graphic--glass {
  right: -34px;
  bottom: -78px;

  width: clamp(170px, 18vw, 280px);

  transform: rotate(11deg);
}

.venue-story__glow {
  position: absolute;
  z-index: 0;

  border-radius: 50%;
  pointer-events: none;
}

.venue-story__glow--one {
  top: 16%;
  left: 38%;

  width: clamp(220px, 27vw, 460px);
  aspect-ratio: 1;

  background: rgba(255, 183, 112, 0.15);
  filter: blur(70px);
}

.venue-story__glow--two {
  right: 7%;
  bottom: 12%;

  width: clamp(190px, 23vw, 380px);
  aspect-ratio: 1;

  background: rgba(255, 210, 164, 0.19);
  filter: blur(78px);
}

.venue-story__texture {
  position: absolute;
  inset: 0;
  z-index: 2;

  opacity: 0.27;
  pointer-events: none;

  background-image:
    repeating-radial-gradient(
      circle at 0 0,
      transparent 0,
      rgba(74, 44, 20, 0.027) 1px,
      transparent 1.8px
    );

  background-size: 8px 8px;
  mix-blend-mode: multiply;
}

/* =========================================================
   CONTENT COLUMNS
   ========================================================= */

.venue-story__content {
  position: relative;
  z-index: 4;

  max-width: 430px;
}

.venue-story__content--left {
  justify-self: end;
  transform: translateY(-3vh);
}

.venue-story__content--right {
  justify-self: start;
  transform: translateY(3vh);
}

.venue-story__number {
  position: absolute;
  top: -54px;
  right: 0;

  color: rgba(43, 25, 10, 0.055);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(4.8rem, 7vw, 8rem);
  font-weight: 500;
  line-height: 1;

  pointer-events: none;
}

.venue-story__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 17px;

  color: var(--story-accent-dark);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.venue-story__eyebrow::before {
  content: "";

  width: 30px;
  height: 1px;

  background: currentColor;
}

.venue-story__heading {
  max-width: 420px;
  margin: 0;

  color: var(--story-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.7rem, 3.8vw, 4.7rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.045em;

  text-wrap: balance;
}

.venue-story__heading em {
  display: block;

  color: var(--story-accent);
  font-weight: 500;
}

.venue-story__divider {
  display: flex;
  align-items: center;

  width: 100%;
  height: 1px;
  margin: clamp(19px, 2.5vh, 28px) 0;

  background: rgba(43, 25, 10, 0.1);
}

.venue-story__divider span {
  width: 44px;
  height: 2px;

  background: var(--story-accent);
}

.venue-story__content p {
  margin: 0 0 13px;

  color: var(--story-muted);
  font-size: clamp(0.84rem, 0.88vw, 0.98rem);
  line-height: 1.66;
}

.venue-story__facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;

  margin: 22px 0 24px;
}

.venue-story__facts div {
  display: flex;
  flex-direction: column;
  gap: 5px;

  min-width: 0;
  padding: 14px 15px;

  border: 1px solid rgba(43, 25, 10, 0.1);
  border-radius: 15px;

  background: rgba(255, 255, 255, 0.56);
  box-shadow:
    0 10px 25px rgba(79, 44, 18, 0.045),
    inset 0 1px rgba(255, 255, 255, 0.8);

  backdrop-filter: blur(10px);
}

.venue-story__facts strong {
  color: var(--story-accent-dark);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
}

.venue-story__facts span {
  color: var(--story-muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* =========================================================
   BUTTON
   ========================================================= */

.venue-story__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;

  min-height: 50px;
  margin-top: 7px;
  padding: 0 20px;

  border: 1px solid rgba(183, 84, 0, 0.25);
  border-radius: 999px;

  color: var(--story-ink);
  background: rgba(255, 255, 255, 0.6);

  font-family: "Space Grotesk", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-decoration: none;

  box-shadow: 0 10px 27px rgba(85, 44, 15, 0.06);
  backdrop-filter: blur(11px);

  transition:
    color 300ms ease,
    background 300ms ease,
    border-color 300ms ease,
    box-shadow 350ms ease,
    transform 350ms var(--story-ease);
}

.venue-story__button svg {
  width: 17px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 350ms var(--story-ease);
}

.venue-story__button:hover {
  color: #fff;
  border-color: var(--story-accent);
  background:
    linear-gradient(
      135deg,
      #ed883d,
      #ca5913
    );

  box-shadow: 0 16px 34px rgba(183, 84, 0, 0.2);

  transform: translateY(-3px);
}

.venue-story__button:hover svg {
  transform: translateX(4px);
}

/* =========================================================
   MIDDLE VISUAL
   ========================================================= */

.venue-story__visual {
  position: relative;
  z-index: 5;

  width: 100%;
  max-width: 510px;
  min-width: 0;
  justify-self: center;
}

.venue-story__visual-heading {
  display: flex;
  align-items: center;
  gap: 11px;

  margin: 0 0 17px 8%;
}

.venue-story__visual-dot {
  width: 9px;
  height: 9px;

  border-radius: 50%;

  background: var(--story-accent);
  box-shadow: 0 0 0 7px rgba(231, 118, 0, 0.11);

  animation: venueStoryPulse 2.4s ease-in-out infinite;
}

.venue-story__visual-heading div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.venue-story__visual-heading small {
  color: var(--story-muted);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.venue-story__visual-heading strong {
  color: var(--story-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1rem;
  font-weight: 500;
}

.venue-story__gallery {
  position: relative;

  width: 100%;
  height: clamp(430px, 64vh, 650px);
}

.venue-story__gallery::before,
.venue-story__gallery::after {
  content: "";

  position: absolute;
  z-index: 0;

  border: 1px solid rgba(183, 84, 0, 0.12);
  border-radius: 50%;
}

.venue-story__gallery::before {
  top: -4%;
  left: 3%;

  width: 160px;
  height: 160px;
}

.venue-story__gallery::after {
  right: 3%;
  bottom: 1%;

  width: 95px;
  height: 95px;
}

.venue-story__frame-detail {
  position: absolute;
  top: 5%;
  right: 7%;
  bottom: 7%;
  left: 7%;
  z-index: 0;

  border: 1px solid rgba(43, 25, 10, 0.08);
  border-radius: 160px 160px 34px 34px;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.52),
      rgba(255, 244, 232, 0.34)
    );
}

.venue-story__frame-detail::before {
  content: "";

  position: absolute;
  top: 22px;
  right: 22px;
  left: 22px;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(183, 84, 0, 0.2),
      transparent
    );
}

.venue-story__card-stage {
  position: absolute;
  inset: 0 47px 0 0;

  transform-style: preserve-3d;
}

/* =========================================================
   IMAGE CARDS
   ========================================================= */

.venue-story__card {
  position: absolute;
  top: 48%;
  left: 50%;

  width: min(82%, 390px);
  aspect-ratio: 0.8;
  margin: 0;
  overflow: hidden;

  border: 7px solid rgba(255, 255, 255, 0.96);
  border-radius: clamp(22px, 2vw, 31px);

  background: #fff;

  box-shadow:
    0 32px 65px rgba(83, 45, 17, 0.18),
    0 10px 25px rgba(83, 45, 17, 0.1),
    inset 0 1px rgba(255, 255, 255, 0.9);

  transform-origin: center;
  backface-visibility: hidden;
  will-change: transform, opacity;

  transition:
    transform 950ms var(--story-ease),
    opacity 620ms ease,
    box-shadow 750ms ease;
}

.venue-story__card::before {
  content: "";

  position: absolute;
  inset: 0;
  z-index: 2;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      transparent 48%,
      rgba(22, 12, 5, 0.06) 64%,
      rgba(22, 12, 5, 0.75) 100%
    );
}

.venue-story__card::after {
  content: "";

  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;

  width: 48px;
  height: 48px;

  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(9px);
}

.venue-story__image {
  position: absolute;
  inset: 0;

  overflow: hidden;
  border-radius: inherit;
}

.venue-story__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transform: scale(1.035);

  transition:
    transform 1100ms var(--story-ease);
}

.venue-story__card.is-current .venue-story__image img {
  transform: scale(1.075);
}

.venue-story__card figcaption {
  position: absolute;
  right: 23px;
  bottom: 21px;
  left: 23px;
  z-index: 5;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;

  color: #fff;
}

.venue-story__card figcaption div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.venue-story__card figcaption span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.venue-story__card figcaption strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.3rem, 1.7vw, 1.85rem);
  font-weight: 500;
  line-height: 1;
}

.venue-story__card figcaption small {
  max-width: 90px;

  color: rgba(255, 255, 255, 0.74);
  font-size: 0.55rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-align: right;
  text-transform: uppercase;
}

/* =========================================================
   VERTICAL PROGRESS
   ========================================================= */

.venue-story__progress {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;

  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;

  transform: translateY(-50%);
}

.venue-story__progress-label {
  color: rgba(43, 25, 10, 0.48);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;

  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.venue-story__progress-line {
  position: relative;

  width: 2px;
  height: 116px;
  overflow: hidden;

  border-radius: 999px;
  background: rgba(43, 25, 10, 0.11);
}

.venue-story__progress-line > span {
  position: absolute;
  inset: 0;

  border-radius: inherit;
  background: var(--story-accent);

  transform: scaleY(0);
  transform-origin: top center;

  transition:
    transform 900ms var(--story-ease);
}

.venue-story__progress-line i {
  position: absolute;
  top: -30%;
  left: 0;

  width: 100%;
  height: 24%;

  background: rgba(255, 255, 255, 0.84);

  animation: venueStoryLine 2.2s ease-in-out infinite;
}

.venue-story__progress-dots {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
}

.venue-story__dot {
  width: 8px;
  height: 8px;
  padding: 0;

  border: 0;
  border-radius: 50%;

  background: rgba(43, 25, 10, 0.16);
  cursor: pointer;

  transition:
    height 350ms var(--story-ease),
    border-radius 350ms ease,
    background 300ms ease,
    transform 300ms ease;
}

.venue-story__dot:hover {
  background: rgba(231, 118, 0, 0.5);
  transform: scale(1.17);
}

.venue-story__dot.is-active {
  height: 25px;
  border-radius: 999px;

  background: var(--story-accent);
}

.venue-story__progress-count {
  display: flex;
  align-items: baseline;
  gap: 3px;

  color: var(--story-ink);
  font-family: "Space Grotesk", sans-serif;
}

.venue-story__progress-count strong {
  font-size: 0.71rem;
}

.venue-story__progress-count span,
.venue-story__progress-count small {
  color: rgba(43, 25, 10, 0.4);
  font-size: 0.56rem;
}

.venue-story__scroll-message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  margin-top: -5px;

  color: rgba(43, 25, 10, 0.42);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.venue-story__scroll-message svg {
  width: 13px;

  fill: none;
  stroke: var(--story-accent);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;

  animation: venueStoryArrow 1.8s ease-in-out infinite;
}

/* =========================================================
   ANIMATIONS
   ========================================================= */

@keyframes venueStoryPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(231, 118, 0, 0.25);
  }

  50% {
    box-shadow: 0 0 0 9px rgba(231, 118, 0, 0);
  }
}

@keyframes venueStoryLine {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(550%);
  }
}

@keyframes venueStoryArrow {
  0%,
  100% {
    transform: translateY(-2px);
  }

  50% {
    transform: translateY(5px);
  }
}

/* =========================================================
   COMPACT DESKTOP
   ========================================================= */

@media (max-width: 1220px) {
  .venue-story__layout {
    grid-template-columns:
      minmax(225px, 0.9fr)
      minmax(315px, 0.98fr)
      minmax(235px, 0.94fr);

    gap: clamp(23px, 3vw, 43px);

    width: calc(100% - 48px);
  }

  .venue-story__heading {
    font-size: clamp(2.5rem, 3.65vw, 3.8rem);
  }

  .venue-story__content p {
    font-size: 0.84rem;
    line-height: 1.57;
  }

  .venue-story__gallery {
    height: clamp(410px, 61vh, 600px);
  }

  .venue-story__card-stage {
    right: 40px;
  }
}

@media (max-width: 980px) and (min-width: 821px) {
  .venue-story__layout {
    grid-template-columns:
      minmax(205px, 0.88fr)
      minmax(285px, 1fr)
      minmax(215px, 0.9fr);

    gap: 20px;

    width: calc(100% - 32px);
  }

  .venue-story__heading {
    font-size: clamp(2.2rem, 3.7vw, 3.2rem);
  }

  .venue-story__eyebrow {
    font-size: 0.56rem;
  }

  .venue-story__content p {
    margin-bottom: 9px;

    font-size: 0.77rem;
    line-height: 1.5;
  }

  .venue-story__facts {
    margin: 15px 0 17px;
  }

  .venue-story__facts div {
    padding: 11px;
  }

  .venue-story__button {
    min-height: 45px;
    padding-inline: 15px;

    font-size: 0.65rem;
  }

  .venue-story__card {
    width: min(79%, 340px);
  }
}

/* =========================================================
   MOBILE
   Normal document flow with gentle card reveals
   ========================================================= */

@media (max-width: 820px) {
  .venue-story {
    height: auto;
    min-height: 0;
  }

  .venue-story__sticky {
    position: relative;

    height: auto;
    min-height: 0;
    overflow: hidden;
  }

  .venue-story__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 62px;

    width: min(100% - 34px, 620px);
    height: auto;

    padding: 105px 0 95px;
  }

  .venue-story__content {
    width: 100%;
    max-width: none;

    justify-self: stretch;
    transform: none;
  }

  .venue-story__content--left {
    order: 1;
  }

  .venue-story__visual {
    order: 2;

    max-width: 540px;
  }

  .venue-story__content--right {
    order: 3;
  }

  .venue-story__number {
    top: -42px;

    font-size: 5.2rem;
  }

  .venue-story__heading {
    max-width: 520px;

    font-size: clamp(3rem, 12vw, 4.8rem);
  }

  .venue-story__content p {
    max-width: 580px;

    font-size: 0.96rem;
    line-height: 1.7;
  }

  .venue-story__facts {
    max-width: 430px;
  }

  .venue-story__gallery {
    height: auto;
    padding: 25px 0;
  }

  .venue-story__frame-detail {
    top: 0;
    right: -12px;
    bottom: 0;
    left: -12px;

    border-radius: 90px 90px 30px 30px;
  }

  .venue-story__card-stage {
    position: relative;
    inset: auto;

    display: grid;
    gap: 28px;

    padding: 20px 0;
  }

  .venue-story__card {
    position: relative;
    top: auto;
    left: auto;

    width: min(91%, 480px);
    margin-inline: auto;

    opacity: 1;

    transform: rotate(0);
  }

  .venue-story__card:nth-child(1) {
    --mobile-card-rotation: -2deg;
  }

  .venue-story__card:nth-child(2) {
    --mobile-card-rotation: 2deg;
  }

  .venue-story__card:nth-child(3) {
    --mobile-card-rotation: -1.4deg;
  }

  .venue-story.is-mobile-ready .venue-story__card {
    opacity: 0;

    transform:
      translate3d(0, 52px, 0)
      rotate(var(--mobile-card-rotation));

    transition:
      opacity 650ms ease,
      transform 900ms var(--story-ease);
  }

  .venue-story.is-mobile-ready
  .venue-story__card.is-mobile-visible {
    opacity: 1;

    transform:
      translate3d(0, 0, 0)
      rotate(var(--mobile-card-rotation));
  }

  .venue-story__progress,
  .venue-story__scroll-message {
    display: none;
  }

  .venue-story__visual-heading {
    margin-left: 0;
  }

  .venue-story__graphic--plate {
    top: 10px;
    left: -100px;
  }

  .venue-story__graphic--glass {
    right: -80px;
    bottom: 30%;
  }
}

@media (max-width: 480px) {
  .venue-story__layout {
    width: calc(100% - 28px);
    gap: 56px;

    padding-top: 92px;
    padding-bottom: 80px;
  }

  .venue-story__heading {
    font-size: clamp(2.75rem, 13vw, 3.8rem);
  }

  .venue-story__facts {
    gap: 8px;
  }

  .venue-story__facts div {
    padding: 12px;
  }

  .venue-story__card {
    width: 92%;
    border-width: 5px;
    border-radius: 22px;
  }

  .venue-story__card figcaption {
    right: 17px;
    bottom: 16px;
    left: 17px;
  }

  .venue-story__card figcaption small {
    display: none;
  }
}

/* =========================================================
   SHORT DESKTOP SCREENS
   ========================================================= */

@media (max-height: 760px) and (min-width: 821px) {
  .venue-story__layout {
    padding-top: 85px;
    padding-bottom: 35px;
  }

  .venue-story__heading {
    font-size: clamp(2.35rem, 3.5vw, 3.65rem);
  }

  .venue-story__content p {
    margin-bottom: 8px;

    font-size: 0.79rem;
    line-height: 1.5;
  }

  .venue-story__divider {
    margin: 16px 0;
  }

  .venue-story__facts {
    margin: 13px 0 15px;
  }

  .venue-story__gallery {
    height: min(560px, 69vh);
  }

  .venue-story__visual-heading {
    margin-bottom: 9px;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .venue-story__card,
  .venue-story__progress-line > span,
  .venue-story__image img,
  .venue-story__button,
  .venue-story__card.is-mobile-visible {
    transition-duration: 1ms !important;
  }

  .venue-story__visual-dot,
  .venue-story__progress-line i,
  .venue-story__scroll-message svg {
    animation: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cface40 *//* =========================================================
   COMPACT AMENITIES SLIDER
   ========================================================= */

.amenities-strip,
.amenities-strip * {
  box-sizing: border-box;
}

.amenities-strip {
  --amenities-ink: #2b190a;
  --amenities-muted: #796c61;
  --amenities-orange: #e77600;
  --amenities-line: rgba(43, 25, 10, 0.1);
  --amenities-ease: cubic-bezier(0.22, 1, 0.36, 1);

  position: relative;
  overflow: hidden;

  padding: clamp(65px, 7vw, 100px) 0;

  background:
    radial-gradient(
      circle at 5% 20%,
      rgba(255, 207, 156, 0.2),
      transparent 26%
    ),
    linear-gradient(
      135deg,
      #ffffff,
      #fffaf4
    );
}

.amenities-strip__inner {
  width: min(1320px, calc(100% - clamp(30px, 6vw, 90px)));
  margin-inline: auto;
}

/* Header */

.amenities-strip__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;

  margin-bottom: 28px;
}

.amenities-strip__header h2 {
  margin: 0;

  color: var(--amenities-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.035em;
}

.amenities-strip__header h2::after {
  content: ".";

  color: var(--amenities-orange);
}

/* Controls */

.amenities-strip__controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.amenities-strip__arrow {
  display: grid;
  place-items: center;

  width: 43px;
  height: 43px;
  padding: 0;

  border: 1px solid var(--amenities-line);
  border-radius: 50%;

  color: var(--amenities-ink);
  background: rgba(255, 255, 255, 0.75);

  cursor: pointer;

  transition:
    color 300ms ease,
    border-color 300ms ease,
    background 300ms ease,
    transform 300ms var(--amenities-ease),
    opacity 300ms ease;
}

.amenities-strip__arrow:hover {
  color: #fff;
  border-color: var(--amenities-orange);
  background: var(--amenities-orange);

  transform: translateY(-2px);
}

.amenities-strip__arrow:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
}

.amenities-strip__arrow svg {
  width: 17px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Slider */

.amenities-strip__viewport {
  overflow: hidden;

  border-radius: 22px;
}

.amenities-strip__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 5);
  gap: 12px;

  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;

  padding: 5px 2px 18px;

  scrollbar-width: none;
}

.amenities-strip__track::-webkit-scrollbar {
  display: none;
}

/* Card */

.amenities-strip__card {
  position: relative;

  display: flex;
  flex-direction: column;
 
  padding: 21px;

  overflow: hidden;
  scroll-snap-align: start;

  border: 1px solid var(--amenities-line);
  border-radius: 19px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.95),
      rgba(255, 248, 240, 0.8)
    );

  box-shadow:
    0 14px 34px rgba(71, 39, 16, 0.065),
    inset 0 1px rgba(255, 255, 255, 0.9);

  transition:
    border-color 350ms ease,
    box-shadow 400ms ease,
    transform 450ms var(--amenities-ease);
}

.amenities-strip__card::before {
  content: "";

  position: absolute;
  right: -48px;
  bottom: -55px;

  width: 130px;
  height: 130px;

  border: 1px solid rgba(231, 118, 0, 0.09);
  border-radius: 50%;

  box-shadow:
    0 0 0 22px rgba(231, 118, 0, 0.02),
    0 0 0 43px rgba(231, 118, 0, 0.015);

  pointer-events: none;
}

.amenities-strip__card:hover {
  border-color: rgba(231, 118, 0, 0.3);

  box-shadow:
    0 22px 45px rgba(71, 39, 16, 0.11),
    inset 0 1px rgba(255, 255, 255, 0.9);

  transform: translateY(-5px);
}

.amenities-strip__number {
  color: rgba(43, 25, 10, 0.33);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.amenities-strip__icon {
  display: grid;
  place-items: center;

  width: 45px;
  height: 45px;
  margin: 21px 0 24px;

  border: 1px solid rgba(231, 118, 0, 0.17);
  border-radius: 50%;

  color: var(--amenities-orange);
  background: rgba(255, 255, 255, 0.72);

  transition:
    color 300ms ease,
    background 300ms ease,
    transform 400ms var(--amenities-ease);
}

.amenities-strip__card:hover .amenities-strip__icon {
  color: #fff;
  background: var(--amenities-orange);

  transform: rotate(7deg);
}

.amenities-strip__icon svg {
  width: 20px;
  height: 20px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.amenities-strip__card h3 {
  position: relative;
  z-index: 2;

  margin: auto 0 0;

  color: var(--amenities-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.15rem, 1.45vw, 1.5rem);
  font-weight: 500;
  line-height: 1.1;
}

.amenities-strip__card h3 span {
  display: block;

  margin-top: 4px;

  color: var(--amenities-muted);
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.35;
}

/* Progress line */

.amenities-strip__progress {
  position: relative;

  width: 100%;
  height: 2px;
  margin-top: 5px;

  overflow: hidden;
  border-radius: 999px;

  background: rgba(43, 25, 10, 0.08);
}

.amenities-strip__progress span {
  display: block;

  width: 20%;
  height: 100%;

  border-radius: inherit;

  background:
    linear-gradient(
      90deg,
      var(--amenities-orange),
      #ffad5c
    );

  transform: translateX(0);
  transition: transform 350ms var(--amenities-ease);
}

/* Four visible cards */

@media (max-width: 1100px) {
  .amenities-strip__track {
    grid-auto-columns: calc((100% - 36px) / 4);
  }

  .amenities-strip__progress span {
    width: 25%;
  }
}

/* Three visible cards */

@media (max-width: 820px) {
  .amenities-strip {
    padding: 70px 0;
  }

  .amenities-strip__track {
    grid-auto-columns: calc((100% - 24px) / 3);
  }

  .amenities-strip__progress span {
    width: 33.333%;
  }
}

/* Two visible cards */

@media (max-width: 620px) {
  .amenities-strip__inner {
    width: calc(100% - 28px);
  }

  .amenities-strip__header {
    margin-bottom: 22px;
  }

  .amenities-strip__track {
    grid-auto-columns: calc((100% - 12px) / 2);
  }

  .amenities-strip__card {
    min-height: 195px;
    padding: 18px;
  }

  .amenities-strip__progress span {
    width: 50%;
  }
}

/* One visible card */

@media (max-width: 430px) {
  .amenities-strip__header h2 {
    font-size: 2.25rem;
  }

  .amenities-strip__controls {
    gap: 5px;
  }

  .amenities-strip__arrow {
    width: 39px;
    height: 39px;
  }

  .amenities-strip__track {
    grid-auto-columns: 86%;
  }

  .amenities-strip__card {
    min-height: 205px;
  }

  .amenities-strip__progress span {
    width: 86%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .amenities-strip__track {
    scroll-behavior: auto;
  }

  .amenities-strip__card,
  .amenities-strip__icon,
  .amenities-strip__arrow,
  .amenities-strip__progress span {
    transition-duration: 1ms !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68f2a34 *//* =========================================================
   STICKY HOTEL STORY
   ========================================================= */

.hotel-story,
.hotel-story * {
  box-sizing: border-box;
}

.hotel-story {
  --hotel-ink: #2b190a;
  --hotel-muted: #75695f;
  --hotel-orange: #e77600;
  --hotel-orange-dark: #ad4f0b;
  --hotel-line: rgba(43, 25, 10, 0.1);
  --hotel-paper: #fffdf9;
  --hotel-ease: cubic-bezier(0.22, 1, 0.36, 1);

  position: relative;
  overflow: clip;

  min-height: 2200px;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fffdf9 48%,
      #fff8f1 100%
    );
}

/* =========================================================
   BACKGROUND
   ========================================================= */

.hotel-story__background {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hotel-story__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}

.hotel-story__orb--one {
  top: 15%;
  left: -8%;

  width: 360px;
  height: 360px;

  background: rgba(255, 195, 135, 0.14);
}

.hotel-story__orb--two {
  right: -9%;
  bottom: 15%;

  width: 430px;
  height: 430px;

  background: rgba(255, 214, 174, 0.18);
}

.hotel-story__line-art {
  position: absolute;
  top: 80px;
  left: 50%;

  width: 1px;
  height: calc(100% - 160px);

  background:
    linear-gradient(
      180deg,
      transparent,
      rgba(231, 118, 0, 0.1) 15%,
      rgba(231, 118, 0, 0.1) 85%,
      transparent
    );
}

/* =========================================================
   THREE-COLUMN LAYOUT
   ========================================================= */

.hotel-story__layout {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns:
    minmax(210px, 310px)
    minmax(390px, 620px)
    minmax(210px, 310px);
  justify-content: center;
  gap: clamp(36px, 5vw, 85px);

  width: min(1480px, calc(100% - 60px));
  margin-inline: auto;
}

/* =========================================================
   STICKY IMAGE RAILS
   ========================================================= */

.hotel-story__rail {
  position: relative;
  min-width: 0;
}

.hotel-story__rail-sticky {
  position: sticky;
  top: 110px;

  height: calc(100vh - 150px);
  min-height: 540px;
  max-height: 760px;
}

/* =========================================================
   IMAGE CARDS
   ========================================================= */

.hotel-story__image-card {
  position: absolute;

  margin: 0;
  overflow: hidden;

  border: 6px solid rgba(255, 255, 255, 0.96);
  border-radius: 24px;

  background: #fff;

  box-shadow:
    0 28px 60px rgba(70, 39, 17, 0.14),
    0 8px 21px rgba(70, 39, 17, 0.08),
    inset 0 1px rgba(255, 255, 255, 0.9);

  transition:
    opacity 650ms ease,
    transform 900ms var(--hotel-ease),
    box-shadow 600ms ease;
}

.hotel-story__image-card::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      transparent 55%,
      rgba(24, 13, 6, 0.68)
    );

  pointer-events: none;
}

.hotel-story__image-card img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform 1100ms var(--hotel-ease);
}

.hotel-story__image-card figcaption {
  position: absolute;
  right: 17px;
  bottom: 15px;
  left: 17px;
  z-index: 3;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;

  color: #fff;
}

.hotel-story__image-card figcaption span {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;

  opacity: 0.72;
}

.hotel-story__image-card figcaption strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
}

/* Left cards */

.hotel-story__image-card--left-one {
  top: 4%;
  right: 0;

  width: 88%;
  height: 48%;

  transform: rotate(-4deg);
}

.hotel-story__image-card--left-two {
  right: 8%;
  bottom: 3%;

  width: 74%;
  height: 38%;

  transform: rotate(5deg);
}

/* Right cards */

.hotel-story__image-card--right-one {
  top: 9%;
  left: 5%;

  width: 72%;
  height: 37%;

  transform: rotate(5deg);
}

.hotel-story__image-card--right-two {
  bottom: 2%;
  left: 0;

  width: 90%;
  height: 49%;

  transform: rotate(-4deg);
}

/* Active story emphasis */

.hotel-story[data-active-story="about"]
.hotel-story__image-card[data-rail-card="about"],
.hotel-story[data-active-story="hotel"]
.hotel-story__image-card[data-rail-card="hotel"] {
  opacity: 1;

  box-shadow:
    0 34px 70px rgba(70, 39, 17, 0.19),
    0 10px 25px rgba(70, 39, 17, 0.1);
}

.hotel-story[data-active-story="about"]
.hotel-story__image-card[data-rail-card="about"] img,
.hotel-story[data-active-story="hotel"]
.hotel-story__image-card[data-rail-card="hotel"] img {
  transform: scale(1.065);
}

.hotel-story[data-active-story="about"]
.hotel-story__image-card[data-rail-card="hotel"],
.hotel-story[data-active-story="hotel"]
.hotel-story__image-card[data-rail-card="about"] {
  opacity: 0.5;
}

/* Preserve individual rotation while changing emphasis */

.hotel-story[data-active-story="about"]
.hotel-story__image-card--left-one {
  transform: translateY(-5px) rotate(-3deg) scale(1.02);
}

.hotel-story[data-active-story="about"]
.hotel-story__image-card--right-one {
  transform: translateY(-4px) rotate(4deg) scale(1.02);
}

.hotel-story[data-active-story="hotel"]
.hotel-story__image-card--left-two {
  transform: translateY(-6px) rotate(4deg) scale(1.025);
}

.hotel-story[data-active-story="hotel"]
.hotel-story__image-card--right-two {
  transform: translateY(-6px) rotate(-3deg) scale(1.025);
}

/* =========================================================
   LEFT NUMBER INDICATOR
   ========================================================= */

.hotel-story__rail-number {
  position: absolute;
  top: 51%;
  left: 0;

  display: flex;
  align-items: center;
  gap: 8px;

  color: var(--hotel-ink);

  transform: rotate(-90deg) translateX(-50%);
  transform-origin: left center;
}

.hotel-story__rail-number span,
.hotel-story__rail-number small {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.hotel-story__rail-number small {
  opacity: 0.35;
}

.hotel-story__rail-number i {
  width: 42px;
  height: 1px;

  background: rgba(43, 25, 10, 0.18);
}

/* =========================================================
   CENTER CONTENT
   ========================================================= */

.hotel-story__content {
  position: relative;

  padding:
    clamp(130px, 16vh, 190px)
    0
    clamp(150px, 18vh, 220px);
}

.hotel-story__intro {
  max-width: 520px;
  margin: 0 auto clamp(150px, 23vh, 270px);

  text-align: center;
}

.hotel-story__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  color: var(--hotel-orange-dark);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hotel-story__eyebrow::before,
.hotel-story__eyebrow::after {
  content: "";

  width: 25px;
  height: 1px;

  background: currentColor;
}

.hotel-story__intro p {
  margin: 14px 0 0;

  color: var(--hotel-muted);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.05rem;
}

/* =========================================================
   CONTENT CHAPTERS
   ========================================================= */

.hotel-story__chapter {
  position: relative;

  max-width: 570px;
  margin-inline: auto;
  padding: clamp(40px, 5vw, 70px);

  border: 1px solid rgba(43, 25, 10, 0.09);
  border-radius: 27px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.88),
      rgba(255, 250, 245, 0.72)
    );

  box-shadow:
    0 24px 60px rgba(70, 39, 17, 0.07),
    inset 0 1px rgba(255, 255, 255, 0.92);

  backdrop-filter: blur(16px);

  opacity: 0;
  transform: translateY(42px);

  transition:
    opacity 700ms ease,
    transform 900ms var(--hotel-ease),
    border-color 500ms ease,
    box-shadow 500ms ease;
}

.hotel-story__chapter.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hotel-story__chapter.is-active {
  border-color: rgba(231, 118, 0, 0.18);

  box-shadow:
    0 30px 75px rgba(70, 39, 17, 0.1),
    inset 0 1px rgba(255, 255, 255, 0.94);
}

.hotel-story__chapter-number {
  position: absolute;
  top: -34px;
  right: 24px;

  color: rgba(43, 25, 10, 0.055);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(5rem, 7vw, 7rem);
  font-weight: 500;
  line-height: 1;

  pointer-events: none;
}

.hotel-story__label {
  display: inline-block;

  margin-bottom: 13px;

  color: var(--hotel-orange-dark);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hotel-story__chapter h2 {
  max-width: 500px;
  margin: 0;

  color: var(--hotel-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 3.3vw, 3.25rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.037em;
}

.hotel-story__chapter h2 em {
  display: block;

  color: var(--hotel-orange);
  font-weight: 500;
}

.hotel-story__divider {
  width: 100%;
  height: 1px;
  margin: 24px 0;

  background: var(--hotel-line);
}

.hotel-story__divider span {
  display: block;

  width: 45px;
  height: 2px;

  background: var(--hotel-orange);
}

.hotel-story__chapter p {
  margin: 0 0 14px;

  color: var(--hotel-muted);
  font-size: clamp(0.91rem, 1vw, 0.98rem);
  line-height: 1.72;
}

.hotel-story__chapter p:last-of-type {
  margin-bottom: 0;
}

.hotel-story__chapter--hotel {
  margin-top: 0;
}

/* =========================================================
   CONNECTING STAIR
   ========================================================= */

.hotel-story__connector {
  position: relative;

  display: flex;
  align-items: center;
  flex-direction: column;

  min-height: 340px;
  padding: 66px 0;

  color: var(--hotel-orange);
}

.hotel-story__connector-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;

  margin-bottom: 26px;

  color: var(--hotel-muted);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hotel-story__steps {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 11px;
}

.hotel-story__steps span {
  display: block;

  height: 2px;
  border-radius: 999px;

  background:
    linear-gradient(
      90deg,
      rgba(231, 118, 0, 0.18),
      var(--hotel-orange),
      rgba(231, 118, 0, 0.18)
    );
}

.hotel-story__steps span:nth-child(1) {
  width: 34px;
}

.hotel-story__steps span:nth-child(2) {
  width: 48px;
}

.hotel-story__steps span:nth-child(3) {
  width: 64px;
}

.hotel-story__steps span:nth-child(4) {
  width: 82px;
}

.hotel-story__steps span:nth-child(5) {
  width: 102px;
}

.hotel-story__connector svg {
  width: 19px;
  margin-top: 18px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;

  animation: hotelStoryArrow 1.9s ease-in-out infinite;
}

/* =========================================================
   HOTEL FEATURES
   ========================================================= */

.hotel-story__features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  margin-top: 24px;
}

.hotel-story__features span {
  display: inline-flex;
  align-items: center;

  min-height: 35px;
  padding: 0 13px;

  border: 1px solid rgba(231, 118, 0, 0.16);
  border-radius: 999px;

  color: var(--hotel-ink);
  background: rgba(255, 255, 255, 0.65);

  font-size: 0.7rem;
  font-weight: 600;
  white-space: nowrap;
}

/* =========================================================
   SCROLL CUE
   ========================================================= */

.hotel-story__scroll-cue {
  position: absolute;
  right: -8px;
  top: 50%;

  display: flex;
  align-items: center;
  gap: 11px;

  color: rgba(43, 25, 10, 0.4);

  transform: translateY(-50%);
  writing-mode: vertical-rl;
}

.hotel-story__scroll-cue span {
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hotel-story__scroll-cue svg {
  width: 12px;

  fill: none;
  stroke: var(--hotel-orange);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;

  animation: hotelStoryArrow 1.9s ease-in-out infinite;
}

@keyframes hotelStoryArrow {
  0%,
  100% {
    transform: translateY(-2px);
  }

  50% {
    transform: translateY(6px);
  }
}

/* =========================================================
   SMALL DESKTOP
   ========================================================= */

@media (max-width: 1120px) {
  .hotel-story__layout {
    grid-template-columns:
      minmax(180px, 250px)
      minmax(370px, 560px)
      minmax(180px, 250px);

    gap: 32px;

    width: calc(100% - 34px);
  }

  .hotel-story__chapter {
    padding: 45px;
  }

  .hotel-story__chapter h2 {
    font-size: clamp(1.9rem, 3.1vw, 2.8rem);
  }
}

/* =========================================================
   TABLET AND MOBILE
   Sticky rails become inline image groups
   ========================================================= */

@media (max-width: 860px) {
  .hotel-story {
    min-height: 0;
  }

  .hotel-story__line-art {
    display: none;
  }

  .hotel-story__layout {
    display: block;

    width: min(100% - 30px, 680px);
    padding: 90px 0;
  }

  .hotel-story__rail {
    display: none;
  }

  .hotel-story__content {
    padding: 0;
  }

  .hotel-story__intro {
    margin-bottom: 60px;
  }

  .hotel-story__chapter {
    padding: clamp(28px, 7vw, 48px);
  }

  .hotel-story__chapter h2 {
    font-size: clamp(2.1rem, 9vw, 3.4rem);
  }

  .hotel-story__chapter p {
    font-size: 0.94rem;
    line-height: 1.68;
  }

  .hotel-story__connector {
    min-height: 250px;
    padding: 45px 0;
  }

  /*
   * Mobile images inserted through pseudo-style layout.
   * The original rail cards stay hidden to prevent sticky issues.
   */

  .hotel-story__chapter::after {
    content: "";

    display: block;

    width: min(88%, 420px);
    aspect-ratio: 1.25;
    margin: 32px auto 0;

    border: 6px solid #fff;
    border-radius: 22px;

    background-position: center;
    background-size: cover;

    box-shadow:
      0 24px 50px rgba(70, 39, 17, 0.13);

    transform: rotate(-2deg);
  }

  .hotel-story__chapter--about::after {
    background-image:
      url("https://triosnewportrichey.com/wp-content/uploads/2025/08/11-1.jpg");
  }

  .hotel-story__chapter--hotel::after {
    background-image:
      url("https://triosnewportrichey.com/wp-content/uploads/2026/05/Trios-scaled.jpeg");

    transform: rotate(2deg);
  }
}

@media (max-width: 480px) {
  .hotel-story__layout {
    width: calc(100% - 24px);
    padding: 75px 0;
  }

  .hotel-story__intro {
    margin-bottom: 45px;
  }

  .hotel-story__chapter {
    border-radius: 22px;
  }

  .hotel-story__chapter h2 {
    font-size: clamp(2rem, 10vw, 2.85rem);
  }

  .hotel-story__features span {
    font-size: 0.66rem;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .hotel-story__chapter {
    opacity: 1;
    transform: none;

    transition: none;
  }

  .hotel-story__image-card,
  .hotel-story__image-card img {
    transition: none;
  }

  .hotel-story__connector svg,
  .hotel-story__scroll-cue svg {
    animation: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-19892b5 *//* =========================================================
   PREMIUM HOTEL AMENITIES SLIDER
   ========================================================= */

.hotel-amenities,
.hotel-amenities * {
  box-sizing: border-box;
}

.hotel-amenities {
  --ha-ink: #2b190a;
  --ha-muted: #776b61;
  --ha-orange: #e77600;
  --ha-orange-dark: #b85400;
  --ha-line: rgba(43, 25, 10, 0.1);
  --ha-ease: cubic-bezier(0.22, 1, 0.36, 1);

  position: relative;
  overflow: hidden;

  padding: clamp(65px, 7vw, 95px) 0;

  background:
    radial-gradient(
      circle at 6% 15%,
      rgba(255, 207, 156, 0.2),
      transparent 28%
    ),
    radial-gradient(
      circle at 94% 85%,
      rgba(255, 225, 196, 0.25),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #ffffff,
      #fffdf9 55%,
      #fff8f0
    );
}

.hotel-amenities__inner {
  width: min(
    1320px,
    calc(100% - clamp(30px, 6vw, 90px))
  );

  margin-inline: auto;
}

/* Header */

.hotel-amenities__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;

  margin-bottom: 28px;
}

.hotel-amenities__header h2 {
  margin: 0;

  color: var(--ha-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.035em;
}

/* Controls */

.hotel-amenities__controls {
  display: flex;
  align-items: center;
  gap: 8px;

  transition: opacity 300ms ease;
}

.hotel-amenities:not(.is-scrollable)
.hotel-amenities__controls {
  opacity: 0;
  pointer-events: none;
}

.hotel-amenities__arrow {
  display: grid;
  place-items: center;

  width: 42px;
  height: 42px;
  padding: 0;

  border: 1px solid var(--ha-line);
  border-radius: 50%;

  color: var(--ha-ink);
  background: rgba(255, 255, 255, 0.72);

  box-shadow:
    0 8px 20px rgba(65, 35, 14, 0.05),
    inset 0 1px rgba(255, 255, 255, 0.9);

  cursor: pointer;

  transition:
    color 300ms ease,
    border-color 300ms ease,
    background 300ms ease,
    box-shadow 300ms ease,
    transform 350ms var(--ha-ease),
    opacity 300ms ease;
}

.hotel-amenities__arrow:hover:not(:disabled) {
  color: #fff;
  border-color: var(--ha-orange);
  background: var(--ha-orange);

  box-shadow:
    0 13px 27px rgba(184, 84, 0, 0.2);

  transform: translateY(-2px);
}

.hotel-amenities__arrow:disabled {
  opacity: 0.3;
  cursor: default;
}

.hotel-amenities__arrow svg {
  width: 17px;
  height: 17px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Slider */

.hotel-amenities__viewport {
  position: relative;
  overflow: hidden;

  border-radius: 22px;
}

.hotel-amenities__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 5);
  gap: 12px;

  overflow-x: auto;
  overscroll-behavior-inline: contain;

  padding: 5px 2px 20px;

  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.hotel-amenities__track::-webkit-scrollbar {
  display: none;
}

/* Cards */

.hotel-amenities__card {
  position: relative;

  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px; 
  padding: 22px;

  overflow: hidden;
  scroll-snap-align: start;

  border: 1px solid var(--ha-line);
  border-radius: 20px;

  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(255, 207, 156, 0.17),
      transparent 33%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.96),
      rgba(255, 249, 242, 0.86)
    );

  box-shadow:
    0 15px 35px rgba(68, 37, 15, 0.065),
    inset 0 1px rgba(255, 255, 255, 0.95);

  transition:
    border-color 350ms ease,
    box-shadow 450ms ease,
    transform 500ms var(--ha-ease);
}

.hotel-amenities__card::before {
  content: "";

  position: absolute;
  right: -40px;
  bottom: -42px;

  width: 115px;
  height: 115px;

  border: 1px solid rgba(231, 118, 0, 0.08);
  border-radius: 50%;

  box-shadow:
    0 0 0 20px rgba(231, 118, 0, 0.018),
    0 0 0 39px rgba(231, 118, 0, 0.012);

  pointer-events: none;
}

.hotel-amenities__card::after {
  content: "";

  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  height: 3px;

  background:
    linear-gradient(
      90deg,
      var(--ha-orange),
      #ffb366
    );

  transform: scaleX(0);
  transform-origin: left center;

  transition: transform 500ms var(--ha-ease);
}

.hotel-amenities__card:hover {
  border-color: rgba(231, 118, 0, 0.28);

  box-shadow:
    0 23px 45px rgba(68, 37, 15, 0.11),
    inset 0 1px rgba(255, 255, 255, 0.95);

  transform: translateY(-5px);
}

.hotel-amenities__card:hover::after {
  transform: scaleX(1);
}

/* Icons */

.hotel-amenities__icon {
  position: relative;
  z-index: 2;

  display: grid;
  place-items: center;

  width: 50px;
  height: 50px;

  border: 1px solid rgba(231, 118, 0, 0.17);
  border-radius: 50%;

  color: var(--ha-orange-dark);
  background: rgba(255, 255, 255, 0.76);

  box-shadow:
    0 10px 22px rgba(88, 45, 15, 0.07),
    inset 0 1px rgba(255, 255, 255, 0.95);

  transition:
    color 300ms ease,
    background 300ms ease,
    transform 450ms var(--ha-ease);
}

.hotel-amenities__card:hover
.hotel-amenities__icon {
  color: #fff;
  background: var(--ha-orange);

  transform: rotate(6deg) scale(1.05);
}

.hotel-amenities__icon svg {
  width: 22px;
  height: 22px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Card text */

.hotel-amenities__card h3 {
  position: relative;
  z-index: 2;

  max-width: 180px;
  margin: 0;

  color: var(--ha-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -0.018em;
}

/* Progress */

.hotel-amenities__progress {
  position: relative;

  width: 100%;
  height: 2px;
  margin-top: 3px;

  overflow: hidden;
  border-radius: 999px;

  background: rgba(43, 25, 10, 0.08);

  opacity: 0;
  transition: opacity 300ms ease;
}

.hotel-amenities.is-scrollable
.hotel-amenities__progress {
  opacity: 1;
}

.hotel-amenities__progress span {
  display: block;

  width: 20%;
  height: 100%;

  border-radius: inherit;

  background:
    linear-gradient(
      90deg,
      var(--ha-orange),
      #ffae5f
    );

  transform: translateX(0);

  transition:
    width 300ms ease,
    transform 350ms var(--ha-ease);
}

/* Four visible */

@media (max-width: 1100px) {
  .hotel-amenities__track {
    grid-auto-columns: calc((100% - 36px) / 4);
  }

  .hotel-amenities__progress span {
    width: 25%;
  }
}

/* Three visible */

@media (max-width: 820px) {
  .hotel-amenities {
    padding: 70px 0;
  }

  .hotel-amenities__track {
    grid-auto-columns: calc((100% - 24px) / 3);
  }

  .hotel-amenities__progress span {
    width: 33.333%;
  }
}

/* Two visible */

@media (max-width: 620px) {
  .hotel-amenities__inner {
    width: calc(100% - 28px);
  }

  .hotel-amenities__header {
    margin-bottom: 22px;
  }

  .hotel-amenities__track {
    grid-auto-columns: calc((100% - 12px) / 2);
  }

  .hotel-amenities__card {
    min-height: 190px;
    padding: 19px;
  }

  .hotel-amenities__progress span {
    width: 50%;
  }
}

/* One-card mobile slider */

@media (max-width: 430px) {
  .hotel-amenities__header h2 {
    font-size: 2rem;
  }

  .hotel-amenities__controls {
    gap: 5px;
  }

  .hotel-amenities__arrow {
    width: 39px;
    height: 39px;
  }

  .hotel-amenities__track {
    grid-auto-columns: 86%;
  }

  .hotel-amenities__card {
    min-height: 198px;
  }

  .hotel-amenities__card h3 {
    max-width: 210px;
    font-size: 1.25rem;
  }

  .hotel-amenities__progress span {
    width: 86%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hotel-amenities__track {
    scroll-behavior: auto;
  }

  .hotel-amenities__card,
  .hotel-amenities__icon,
  .hotel-amenities__arrow,
  .hotel-amenities__progress span {
    transition-duration: 1ms !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6b6cd3 *//* =========================================================
   PREMIUM MULTI-IMAGE HOTEL GALLERY
   ========================================================= */

.hotel-gallery,
.hotel-gallery * {
  box-sizing: border-box;
}

.hotel-gallery {
  --gallery-ink: #2b190a;
  --gallery-muted: #786b61;
  --gallery-orange: #e77600;
  --gallery-line: rgba(43, 25, 10, 0.1);
  --gallery-ease: cubic-bezier(0.22, 1, 0.36, 1);

  position: relative;
  overflow: hidden;

  padding: clamp(90px, 10vw, 150px) 0;

  background:
    radial-gradient(
      circle at 5% 10%,
      rgba(255, 210, 166, 0.2),
      transparent 27%
    ),
    radial-gradient(
      circle at 95% 90%,
      rgba(255, 226, 197, 0.3),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fffdf9 50%,
      #fff8f0 100%
    );
}

.hotel-gallery__container {
  position: relative;
  z-index: 2;

  width: min(
    1420px,
    calc(100% - clamp(30px, 6vw, 90px))
  );

  margin-inline: auto;
}

/* Background decoration */

.hotel-gallery__decoration {
  position: absolute;

  border-radius: 50%;
  pointer-events: none;
}

.hotel-gallery__decoration--one {
  top: 80px;
  left: -130px;

  width: 310px;
  height: 310px;

  border: 1px solid rgba(231, 118, 0, 0.08);

  box-shadow:
    0 0 0 45px rgba(231, 118, 0, 0.018),
    0 0 0 90px rgba(231, 118, 0, 0.012);
}

.hotel-gallery__decoration--two {
  right: -100px;
  bottom: 70px;

  width: 260px;
  height: 260px;

  background: rgba(255, 190, 126, 0.12);
  filter: blur(65px);
}

/* =========================================================
   HEADER
   ========================================================= */

.hotel-gallery__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;

  margin-bottom: clamp(45px, 6vw, 80px);
}

.hotel-gallery__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 13px;

  color: #ad4f0b;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hotel-gallery__eyebrow::before {
  content: "";

  width: 31px;
  height: 1px;

  background: currentColor;
}

.hotel-gallery__header h2 {
  max-width: 520px;
  margin: 0;

  color: var(--gallery-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.4rem, 4.4vw, 4.8rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.hotel-gallery__header h2 em {
  display: block;

  color: var(--gallery-orange);
  font-weight: 500;
}

.hotel-gallery__header-side {
  display: flex;
  align-items: center;
  gap: 14px;

  padding-bottom: 7px;
}

.hotel-gallery__count {
  color: var(--gallery-muted);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hotel-gallery__header-line {
  width: 70px;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      var(--gallery-orange),
      rgba(231, 118, 0, 0.12)
    );
}

/* =========================================================
   DENSE GALLERY GRID
   ========================================================= */

.hotel-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 180px;
  grid-auto-flow: dense;

  gap: clamp(10px, 1.2vw, 18px);
}

/* Standard image */

.hotel-gallery__item {
  position: relative;

  min-width: 0;
  min-height: 0;
  padding: 0;

  overflow: hidden;

  border: 0;
  border-radius: clamp(17px, 1.6vw, 25px);

  background: #f2e9e0;

  box-shadow:
    0 16px 36px rgba(68, 37, 15, 0.08),
    inset 0 1px rgba(255, 255, 255, 0.8);

  cursor: pointer;

  opacity: 0;

  clip-path: inset(
    15% 0 0 0 round clamp(17px, 1.6vw, 25px)
  );

  transform:
    translate3d(0, 38px, 0)
    scale(0.98);

  transition:
    opacity 700ms ease var(--gallery-delay, 0ms),
    transform 900ms var(--gallery-ease) var(--gallery-delay, 0ms),
    clip-path 900ms var(--gallery-ease) var(--gallery-delay, 0ms),
    box-shadow 450ms ease;
}

.hotel-gallery__item.is-visible {
  opacity: 1;

  clip-path: inset(
    0 0 0 0 round clamp(17px, 1.6vw, 25px)
  );

  transform:
    translate3d(0, 0, 0)
    scale(1);
}

/* Layout sizes */

.hotel-gallery__item--large {
  grid-column: span 2;
  grid-row: span 2;
}

.hotel-gallery__item--wide {
  grid-column: span 2;
  grid-row: span 1;
}

.hotel-gallery__item--tall {
  grid-column: span 1;
  grid-row: span 2;
}

/* Image */

.hotel-gallery__item img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transform: scale(1.035);

  transition:
    transform 1000ms var(--gallery-ease),
    filter 500ms ease;
}

.hotel-gallery__item::before {
  content: "";

  position: absolute;
  inset: 0;
  z-index: 2;

  background:
    linear-gradient(
      180deg,
      transparent 48%,
      rgba(22, 12, 5, 0.08) 72%,
      rgba(22, 12, 5, 0.7) 100%
    );

  opacity: 0.65;

  transition: opacity 400ms ease;

  pointer-events: none;
}

.hotel-gallery__item::after {
  content: "";

  position: absolute;
  inset: 9px;
  z-index: 3;

  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: calc(clamp(17px, 1.6vw, 25px) - 7px);

  opacity: 0;

  transform: scale(0.97);

  transition:
    opacity 400ms ease,
    transform 550ms var(--gallery-ease);

  pointer-events: none;
}

.hotel-gallery__item:hover {
  box-shadow:
    0 26px 55px rgba(68, 37, 15, 0.15),
    inset 0 1px rgba(255, 255, 255, 0.8);
}

.hotel-gallery__item:hover img {
  transform: scale(1.085);
}

.hotel-gallery__item:hover::before {
  opacity: 0.88;
}

.hotel-gallery__item:hover::after {
  opacity: 1;
  transform: scale(1);
}

/* Hover content */

.hotel-gallery__overlay {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 4;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;

  color: #fff;

  pointer-events: none;
}

.hotel-gallery__overlay small {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.hotel-gallery__overlay strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1rem;
  font-weight: 500;

  opacity: 0;
  transform: translateY(8px);

  transition:
    opacity 350ms ease,
    transform 450ms var(--gallery-ease);
}

.hotel-gallery__item:hover
.hotel-gallery__overlay strong,
.hotel-gallery__item:focus-visible
.hotel-gallery__overlay strong {
  opacity: 1;
  transform: translateY(0);
}

.hotel-gallery__item:focus-visible {
  outline: 2px solid var(--gallery-orange);
  outline-offset: 4px;
}

/* =========================================================
   LIGHTBOX
   ========================================================= */

.hotel-gallery__lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;

  display: grid;
  place-items: center;

  padding: clamp(20px, 4vw, 55px);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 350ms ease,
    visibility 0s linear 400ms;
}

.hotel-gallery__lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transition:
    opacity 350ms ease,
    visibility 0s linear 0s;
}

.hotel-gallery__lightbox-backdrop {
  position: absolute;
  inset: 0;

  background: rgba(24, 14, 8, 0.88);

  backdrop-filter: blur(17px);
}

.hotel-gallery__lightbox-content {
  position: relative;
  z-index: 2;

  width: min(1120px, calc(100% - 130px));
  height: min(80vh, 780px);

  opacity: 0;
  transform: translateY(20px) scale(0.98);

  transition:
    opacity 450ms ease 100ms,
    transform 650ms var(--gallery-ease) 100ms;
}

.hotel-gallery__lightbox.is-open
.hotel-gallery__lightbox-content {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hotel-gallery__lightbox-content figure {
  display: flex;
  flex-direction: column;

  width: 100%;
  height: 100%;
  margin: 0;
}

.hotel-gallery__lightbox-content img {
  display: block;

  width: 100%;
  height: calc(100% - 45px);

  object-fit: contain;
}

.hotel-gallery__lightbox-content figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;

  min-height: 45px;
  padding-top: 12px;

  color: #fff;
}

.hotel-gallery__lightbox-content figcaption span {
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.hotel-gallery__lightbox-content figcaption p {
  margin: 0;

  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
}

/* Lightbox buttons */

.hotel-gallery__lightbox-close,
.hotel-gallery__lightbox-arrow {
  position: absolute;
  z-index: 5;

  display: grid;
  place-items: center;

  padding: 0;

  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;

  color: #fff;
  background: rgba(255, 255, 255, 0.08);

  cursor: pointer;

  backdrop-filter: blur(10px);

  transition:
    border-color 300ms ease,
    background 300ms ease,
    transform 350ms var(--gallery-ease);
}

.hotel-gallery__lightbox-close:hover,
.hotel-gallery__lightbox-arrow:hover {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.16);
}

.hotel-gallery__lightbox-close {
  top: 24px;
  right: 25px;

  width: 46px;
  height: 46px;
}

.hotel-gallery__lightbox-close span {
  position: absolute;

  width: 19px;
  height: 1.5px;

  background: currentColor;
}

.hotel-gallery__lightbox-close span:first-child {
  transform: rotate(45deg);
}

.hotel-gallery__lightbox-close span:last-child {
  transform: rotate(-45deg);
}

.hotel-gallery__lightbox-arrow {
  top: 50%;

  width: 50px;
  height: 50px;

  transform: translateY(-50%);
}

.hotel-gallery__lightbox-arrow:hover {
  transform: translateY(-50%) scale(1.06);
}

.hotel-gallery__lightbox-arrow--previous {
  left: 27px;
}

.hotel-gallery__lightbox-arrow--next {
  right: 27px;
}

.hotel-gallery__lightbox-arrow svg {
  width: 19px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 980px) {
  .hotel-gallery__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 175px;
  }

  .hotel-gallery__lightbox-content {
    width: calc(100% - 105px);
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {
  .hotel-gallery {
    padding: 80px 0;
  }

  .hotel-gallery__container {
    width: calc(100% - 26px);
  }

  .hotel-gallery__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;

    margin-bottom: 38px;
  }

  .hotel-gallery__header h2 {
    font-size: clamp(2.4rem, 12vw, 3.5rem);
  }

  .hotel-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 140px;
    gap: 9px;
  }

  .hotel-gallery__item {
    border-radius: 15px;
  }

  .hotel-gallery__item--large {
    grid-column: span 2;
    grid-row: span 2;
  }

  .hotel-gallery__item--wide {
    grid-column: span 2;
  }

  .hotel-gallery__overlay {
    right: 12px;
    bottom: 11px;
    left: 12px;
  }

  .hotel-gallery__overlay strong {
    display: none;
  }

  .hotel-gallery__lightbox {
    padding: 15px;
  }

  .hotel-gallery__lightbox-content {
    width: 100%;
    height: min(78vh, 680px);
  }

  .hotel-gallery__lightbox-close {
    top: 16px;
    right: 16px;

    width: 42px;
    height: 42px;
  }

  .hotel-gallery__lightbox-arrow {
    top: auto;
    bottom: 20px;

    width: 44px;
    height: 44px;

    transform: none;
  }

  .hotel-gallery__lightbox-arrow:hover {
    transform: scale(1.05);
  }

  .hotel-gallery__lightbox-arrow--previous {
    left: 20px;
  }

  .hotel-gallery__lightbox-arrow--next {
    right: 20px;
  }

  .hotel-gallery__lightbox-content figcaption {
    padding-right: 56px;
    padding-left: 56px;
  }
}

/* Very small phones */

@media (max-width: 410px) {
  .hotel-gallery__grid {
    grid-auto-rows: 118px;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .hotel-gallery__item {
    opacity: 1;
    clip-path: none;
    transform: none;

    transition: none;
  }

  .hotel-gallery__item img,
  .hotel-gallery__overlay strong,
  .hotel-gallery__lightbox,
  .hotel-gallery__lightbox-content {
    transition: none;
  }
}/* End custom CSS */