/* AG Hotels & Resorts — Satapada landing (scoped) */

/* Secondary nav — dark strip below main header (property + section links, mobile collapse) */

.aghr-subnav .navbar-brand.aghr-subnav__property {
  margin-right: 0;
  min-width: 0;
}

.aghr-subnav__property {
  font-family: var(--heading-font);
  font-size: clamp(0.625rem, 1.35vw, 0.75rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: hsl(var(--white));
  line-height: 1.35;
}

@media (min-width: 992px) {
  .aghr-subnav__property {
    flex: 0 0 auto;
    max-width: 38%;
    padding-right: clamp(0.75rem, 2vw, 1.25rem);
    margin-right: clamp(0.75rem, 2vw, 1.25rem);
    border-right: 1px solid hsl(var(--white) / 0.22);
  }
}

.aghr-subnav__toggler {
  border: 1px solid hsl(var(--white) / 0.28);
  color: hsl(var(--white));
  padding: 0.35rem 0.55rem;
  line-height: 1;
  border-radius: 0.35rem;
  background: hsl(var(--white) / 0.06);
}

.aghr-subnav__toggler:focus-visible {
  outline: 2px solid hsl(var(--white) / 0.45);
  outline-offset: 2px;
}

.aghr-subnav .navbar-collapse {
  flex-grow: 1;
}

.aghr-subnav__link.nav-link {
  font-family: var(--body-font);
  font-size: clamp(0.625rem, 1.15vw, 0.6875rem);
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  /* color: hsl(var(--white) / 0.88) !important; */
  padding: 0.5rem 0.55rem !important;
  border-radius: 0.25rem;
  white-space: nowrap;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.aghr-subnav__link.nav-link:hover,
.aghr-subnav__link.nav-link:focus {
  color: hsl(var(--white)) !important;
  background: hsl(var(--white) / 0.08);
}

@media (max-width: 991.98px) {
  .aghr-subnav .navbar-nav {
    row-gap: 0.15rem;
    border-top: 1px solid hsl(var(--white) / 0.12);
    margin-top: 0.35rem;
    padding-top: 0.35rem;
  }

  .aghr-subnav__link.nav-link {
    white-space: normal;
  }
}

@media (min-width: 992px) {
  .aghr-subnav .navbar-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 0.25rem;
    column-gap: 0.15rem;
  }
}

/* In-page anchors clear fixed/sticky headers */
.aghr-page section[id],
.aghr-page #aghr-hero {
  scroll-margin-top: clamp(4.5rem, 11vh, 7rem);
}

.aghr-page {
  --aghr-radius: clamp(0.75rem, 2vw, 1.25rem);
  --aghr-radius-lg: clamp(1rem, 2.5vw, 1.75rem);
  --aghr-shadow: 0 24px 60px -24px hsla(var(--main-two-h), var(--main-two-s), var(--main-two-l), 0.45);
  --aghr-gold: hsl(var(--main-h), var(--main-s), var(--main-l));
  --aghr-ink: hsl(var(--main-two-h), var(--main-two-s), var(--main-two-l));
  --aghr-cream: var(--neutral-400);
  --aghr-sand: var(--neutral-300);
  /* Swosti-style forest CTA (works alongside site gold / navy) */
  --aghr-forest: hsl(152, 36%, 26%);
  --aghr-forest-hover: hsl(152, 38%, 20%);
  --aghr-panel-a: #f7f1e8;
  --aghr-panel-b: #f3ebe0;
}

/* —— Hero —— */
.aghr-hero {
  position: relative;
  min-height: clamp(22rem, 72vh, 46rem);
  display: flex;
  align-items: flex-end;
  padding: clamp(1.25rem, 4vw, 3rem) 0;
  background-color: hsl(var(--main-two));
  overflow: hidden;
}

.aghr-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.aghr-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    185deg,
    hsla(var(--main-two-h), var(--main-two-s), 18%, 0.35) 0%,
    hsla(var(--main-two-h), var(--main-two-s), var(--main-two-l), 0.82) 55%,
    hsla(var(--main-two-h), var(--main-two-s), var(--main-two-l), 0.92) 100%
  );
  pointer-events: none;
}

.aghr-hero__accent {
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    transparent,
    hsla(var(--main-h), var(--main-s), var(--main-l), 0.9),
    hsla(var(--main-three-h), var(--main-three-s), var(--main-three-l), 0.85),
    transparent
  );
  pointer-events: none;
}

.aghr-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.aghr-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(0.6875rem, 1.5vw, 0.8125rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: hsla(var(--white), 0.92);
  margin-bottom: 0.75rem;
}

.aghr-hero__eyebrow::before {
  content: "";
  width: 2rem;
  height: 2px;
  background: var(--aghr-gold);
}

.aghr-hero__title {
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: clamp(1.75rem, 5vw, 3.25rem);
  line-height: 1.12;
  color: hsl(var(--white));
  max-width: 22ch;
  margin-bottom: clamp(1rem, 3vw, 1.5rem);
}

.aghr-hero__title span {
  color: var(--aghr-gold);
}

.aghr-hero__unit {
  max-width: 28rem;
  margin: -0.35rem 0 clamp(1rem, 3vw, 1.35rem);
  font-size: clamp(0.6875rem, 1.5vw, 0.8125rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: hsl(var(--white) / 0.82);
  line-height: 1.4;
}

.aghr-book {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.75rem, 2vw, 1rem);
  padding: clamp(1rem, 3vw, 1.35rem) clamp(1rem, 3vw, 1.5rem);
  border-radius: var(--aghr-radius-lg);
  background: hsla(0, 0%, 0%, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid hsla(var(--white), 0.12);
  box-shadow: var(--aghr-shadow);
}

@media (min-width: 576px) {
  .aghr-book {
    grid-template-columns: 1fr 1fr auto;
    align-items: end;
  }
}

.aghr-book label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: hsla(var(--white), 0.75);
  margin-bottom: 0.35rem;
}

.aghr-book input[type="date"],
.aghr-book input[type="text"] {
  width: 100%;
  border: 1px solid hsla(var(--white), 0.2);
  border-radius: 0.5rem;
  padding: 0.65rem 0.85rem;
  font-size: 0.9375rem;
  color: hsl(var(--black));
  background: hsl(var(--white));
}

.aghr-book input:focus {
  outline: 2px solid hsla(var(--main-h), var(--main-s), var(--main-l), 0.65);
  outline-offset: 1px;
}

.aghr-book__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.85rem;
  padding: 0.65rem 1.35rem;
  border: 0;
  border-radius: 0.5rem;
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: hsl(var(--black));
  background: var(--aghr-gold);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.aghr-book__btn:hover {
  color: hsl(var(--black));
  background: hsl(var(--main-h), var(--main-s), calc(var(--main-l) + 6%));
  transform: translateY(-1px);
  box-shadow: 0 10px 28px -8px hsla(var(--main-h), var(--main-s), var(--main-l), 0.55);
}

.aghr-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  margin-top: clamp(1rem, 3vw, 1.5rem);
  font-size: 0.875rem;
  color: hsla(var(--white), 0.85);
}

.aghr-hero__meta a {
  color: var(--aghr-gold);
  text-decoration: none;
}

.aghr-hero__meta a:hover {
  text-decoration: underline;
}

/* —— Intro —— */
.aghr-intro {
  padding-block: clamp(3rem, 8vw, 5.5rem);
  background: var(--aghr-cream);
}

.aghr-intro__head {
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: clamp(1.35rem, 3.2vw, 2rem);
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: hsl(var(--black));
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
  max-width: 40rem;
}

.aghr-intro__seal {
  width: clamp(4.5rem, 12vw, 6.5rem);
  height: clamp(4.5rem, 12vw, 6.5rem);
  border-radius: 50%;
  margin-bottom: 1.25rem;
  border: 3px double hsla(var(--main-h), var(--main-s), var(--main-l), 0.85);
  background: radial-gradient(
    circle at 35% 30%,
    hsla(var(--main-three-h), var(--main-three-s), var(--main-three-l), 0.2),
    hsl(var(--white))
  );
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--heading-font);
  font-size: clamp(0.65rem, 1.8vw, 0.8rem);
  text-align: center;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: hsl(var(--main-three-700));
}

.aghr-prose {
  font-size: clamp(1rem, 2vw, 1.0625rem);
  line-height: 1.75;
  color: hsl(var(--body-color));
}

.aghr-prose p:last-child {
  margin-bottom: 0;
}

.aghr-highlights {
  border-radius: var(--aghr-radius-lg);
  background: linear-gradient(
    160deg,
    hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) + 8%)) 0%,
    hsl(var(--main-two)) 100%
  );
  color: hsl(var(--white));
  padding: clamp(1.5rem, 4vw, 2.25rem);
  box-shadow: var(--aghr-shadow);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.aghr-highlights::after {
  content: "";
  position: absolute;
  top: -40%;
  right: -20%;
  width: 60%;
  height: 80%;
  background: radial-gradient(
    circle,
    hsla(var(--main-h), var(--main-s), var(--main-l), 0.12) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.aghr-highlights h3 {
  font-family: var(--heading-font);
  font-size: clamp(1.125rem, 2.5vw, 1.35rem);
  font-weight: 400;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
  color: var(--aghr-gold);
}

.aghr-highlights ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

.aghr-highlights li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 0.85rem 0;
  border-bottom: 1px solid hsla(var(--white), 0.1);
  font-size: clamp(0.9375rem, 2vw, 1rem);
  line-height: 1.45;
}

.aghr-highlights li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.aghr-highlights li i {
  flex-shrink: 0;
  font-size: 1.35rem;
  color: var(--aghr-gold);
  margin-top: 0.1rem;
}

/* —— Alternating image / text (Swosti-style) —— */
.aghr-strips {
  background: hsl(38, 35%, 97%);
}

.aghr-strip {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid hsla(var(--main-two-h), var(--main-two-s), var(--main-two-l), 0.06);
}

@media (min-width: 992px) {
  .aghr-strip {
    grid-template-columns: 1fr 1fr;
    min-height: clamp(24rem, 40vw, 34rem);
  }

  .aghr-strip--reverse .aghr-strip__visual {
    order: 2;
  }

  .aghr-strip--reverse .aghr-strip__content {
    order: 1;
  }
}

.aghr-strip__visual {
  position: relative;
  min-height: clamp(15rem, 52vw, 24rem);
  overflow: hidden;
  background: hsl(30, 10%, 18%);
}

@media (min-width: 992px) {
  .aghr-strip__visual {
    min-height: 100%;
  }
}

.aghr-strip__media-inner {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.aghr-strip__media-inner img {
  position: absolute;
  left: 0;
  top: -5%;
  width: 100%;
  height: 110%;
  object-fit: cover;
  display: block;
  will-change: transform;
  transition: transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.aghr-strip:hover .aghr-strip__media-inner img {
  transform: scale(1.05);
}

.aghr-strip__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to top,
    hsla(0, 0%, 0%, 0.35) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.aghr-strip__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.25rem, 6vw, 4rem) clamp(1.35rem, 5vw, 4rem);
  background: var(--aghr-panel-a);
}

.aghr-strip:nth-child(even) .aghr-strip__content {
  background: var(--aghr-panel-b);
}

.aghr-strip__kicker {
  font-family: var(--body-font);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: hsl(152, 32%, 32%);
  margin-bottom: 0.75rem;
}

.aghr-strip__title {
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: clamp(1.25rem, 2.8vw, 1.85rem);
  line-height: 1.22;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: hsl(203, 42%, 16%);
  margin-bottom: 1.1rem;
  max-width: 22ch;
}

@media (min-width: 992px) {
  .aghr-strip__title {
    max-width: 18ch;
  }
}

.aghr-strip__text {
  font-family: var(--body-font);
  font-size: clamp(1rem, 2.1vw, 1.0625rem);
  line-height: 1.75;
  color: hsl(60, 3%, 32%);
  margin-bottom: clamp(1.35rem, 3vw, 1.85rem);
  max-width: 38rem;
}

.aghr-btn-green {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  padding: 0.85rem 1.5rem;
  border-radius: 2px;
  font-family: var(--body-font);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: hsl(var(--white));
  background: hsl(var(--black));
  border: 1px solid transparent;
  box-shadow: 0 4px 14px -4px hsla(152, 40%, 18%, 0.45);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.aghr-btn-green:hover {
  color: hsl(var(--white));
  background: var(--aghr-forest-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -8px hsla(152, 45%, 12%, 0.5);
}

/* —— Map —— */
.aghr-map {
  padding-block: clamp(2.5rem, 6vw, 4rem);
  background: var(--aghr-cream);
}

.aghr-map__title {
  font-family: var(--heading-font);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: hsl(var(--black));
  margin-bottom: 0.5rem;
}

.aghr-map__intro {
  text-align: center;
  font-size: clamp(1rem, 2vw, 1.0625rem);
  color: hsl(var(--body-color));
  max-width: 36rem;
  margin: 0 auto clamp(1.75rem, 4vw, 2.5rem);
}

.aghr-map__link {
  font-weight: 600;
  color: hsl(var(--main-three-700));
  text-decoration: none;
}

.aghr-map__link:hover {
  text-decoration: underline;
  color: hsl(var(--main-three-800));
}

.aghr-map__frame {
  position: relative;
  border-radius: var(--aghr-radius-lg);
  overflow: hidden;
  box-shadow: var(--aghr-shadow);
  border: 1px solid hsla(var(--main-two-h), var(--main-two-s), var(--main-two-l), 0.12);
}

.aghr-map__frame iframe {
  display: block;
  width: 100%;
  height: clamp(16rem, 50vw, 24rem);
  border: 0;
}

.aghr-map__caption {
  margin-top: 1rem;
  font-size: 0.9375rem;
  color: hsl(var(--body-color));
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  align-items: center;
}

.aghr-map__caption i {
  color: hsl(var(--main-three-600));
}

/* —— FAQ —— */
.aghr-facilities__title {
  font-family: var(--heading-font);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: hsl(var(--black));
  margin-bottom: 0.5rem;
}

.aghr-facilities__sub {
  text-align: center;
  font-size: clamp(1rem, 2vw, 1.0625rem);
  color: hsl(var(--body-color));
  max-width: 36rem;
  margin: 0 auto clamp(1.75rem, 4vw, 2.5rem);
}

.aghr-faq {
  padding-block: clamp(2.5rem, 6vw, 4rem);
  background: hsl(210, 16%, 97%);
}

.aghr-faq .room-details-accordion-item {
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 0.75rem;
  border: 1px solid hsla(var(--main-two-h), var(--main-two-s), var(--main-two-l), 0.08);
}

.aghr-cta-bar {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border-radius: var(--aghr-radius-lg);
  background: linear-gradient(
    120deg,
    hsl(var(--main-two)) 0%,
    hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) + 6%)) 100%
  );
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.aghr-cta-bar p {
  margin: 0;
  color: hsla(var(--white), 0.92);
  font-size: clamp(1rem, 2vw, 1.125rem);
  max-width: 36rem;
}

.aghr-cta-bar .aghr-book__btn {
  flex-shrink: 0;
}

/* —— Info hub (location, facilities, tariffs, attractions) —— */
.aghr-info-hub {
  position: relative;
  padding-block: clamp(2.75rem, 7vw, 5rem);
  overflow: hidden;
  background: linear-gradient(
    180deg,
    hsl(210, 22%, 98%) 0%,
    hsl(38, 42%, 97%) 45%,
    hsl(152, 18%, 96%) 100%
  );
}

.aghr-info-hub__bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
      ellipse 120% 80% at 100% 0%,
      hsla(var(--main-h), var(--main-s), var(--main-l), 0.08) 0%,
      transparent 55%
    ),
    radial-gradient(ellipse 90% 60% at 0% 100%, hsla(152, 35%, 40%, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.aghr-info-hub__intro {
  margin-bottom: clamp(2rem, 5vw, 3.25rem);
  max-width: 46rem;
  margin-inline: auto;
}

.aghr-info-hub__eyebrow {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: hsl(152, 32%, 32%);
  margin-bottom: 0.65rem;
}

.aghr-info-hub__title {
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: clamp(1.5rem, 3.5vw, 2.15rem);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: hsl(var(--black));
  margin-bottom: 0.75rem;
}

.aghr-info-hub__lede {
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  line-height: 1.65;
  color: hsl(var(--body-color));
  margin: 0;
}

.aghr-hub-location {
  margin-bottom: clamp(2.25rem, 5vw, 3.5rem);
}

.aghr-hub-road {
  position: relative;
  border-radius: clamp(1.1rem, 2.5vw, 1.65rem);
  padding: clamp(1.15rem, 2.8vw, 1.65rem);
  background: linear-gradient(168deg, hsl(0, 0%, 100%) 0%, hsl(152, 18%, 97%) 48%, hsl(38, 35%, 98%) 100%);
  box-shadow:
    0 4px 6px -2px hsla(210, 24%, 18%, 0.06),
    0 22px 48px -18px hsla(var(--main-two-h), var(--main-two-s), var(--main-two-l), 0.35);
  border: 1px solid hsla(var(--main-two-h), var(--main-two-s), var(--main-two-l), 0.07);
}

.aghr-hub-road__scene {
  position: relative;
  border-radius: clamp(0.85rem, 2vw, 1.2rem);
  min-height: clamp(10.5rem, 36vw, 13.5rem);
  padding: clamp(0.65rem, 2vw, 1rem) clamp(0.35rem, 1.5vw, 0.65rem) 0;
  background:
    radial-gradient(ellipse 85% 70% at 50% 108%, hsl(152, 22%, 88%) 0%, transparent 58%),
    linear-gradient(185deg, hsl(200, 45%, 97%) 0%, hsl(152, 25%, 96%) 55%, hsl(38, 40%, 97%) 100%);
  overflow: hidden;
}

.aghr-hub-road__hills {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    hsla(152, 28%, 42%, 0.07) 100%
  );
  pointer-events: none;
}

.aghr-hub-road__hills::before,
.aghr-hub-road__hills::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 55%;
  height: 55%;
  border-radius: 50% 50% 0 0;
  background: hsla(152, 22%, 45%, 0.1);
}

.aghr-hub-road__hills::before {
  left: -8%;
}

.aghr-hub-road__hills::after {
  right: -10%;
  height: 48%;
  opacity: 0.85;
}

.aghr-hub-road__label {
  position: absolute;
  z-index: 2;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: hsl(213, 42%, 22%);
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: hsl(var(--white));
  border: 1px solid hsla(var(--main-two-h), var(--main-two-s), var(--main-two-l), 0.1);
  box-shadow:
    0 2px 4px hsla(0, 0%, 0%, 0.04),
    0 10px 22px -8px hsla(210, 30%, 20%, 0.18);
}

.aghr-hub-road__label--start {
  left: 5%;
  bottom: 14%;
}

.aghr-hub-road__label--end {
  right: 6%;
  top: 10%;
}

.aghr-hub-road__svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  max-height: min(12.5rem, 40vw);
  margin-inline: auto;
}

.aghr-hub-road__lane {
  animation: aghrHubRoadDash 1s linear infinite;
}

@keyframes aghrHubRoadDash {
  to {
    stroke-dashoffset: -32;
  }
}

.aghr-hub-road__caption {
  margin: 0.65rem 0 0;
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: hsl(152, 22%, 36%);
  opacity: 0.85;
}

/* Puri / Jagannath variant: temple silhouette + Rath on road */
.aghr-hub-road--jagannath .aghr-hub-road__temple-wrap {
  position: absolute;
  z-index: 4;
  right: 10%;
  top: 1%;
  width: clamp(2.35rem, 7.5vw, 3.35rem);
  pointer-events: none;
  filter: drop-shadow(0 8px 14px hsla(210, 35%, 18%, 0.2));
  animation: aghrHubTempleFloat 4s ease-in-out infinite;
}

.aghr-hub-road--jagannath .aghr-hub-road__temple {
  display: block;
  width: 100%;
  height: auto;
}

.aghr-hub-road--jagannath .aghr-hub-road__label--end {
  top: 12%;
  right: 4%;
}

@keyframes aghrHubTempleFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .aghr-hub-road__lane {
    animation: none;
  }

  .aghr-hub-road--jagannath .aghr-hub-road__temple-wrap {
    animation: none;
  }

  .aghr-hub-road__vehicle,
  .aghr-hub-road__rath {
    display: none;
  }
}

.aghr-hub-block {
  margin-bottom: clamp(2.25rem, 5vw, 3.25rem);
}

.aghr-hub-block--flush {
  margin-bottom: 0;
}

.aghr-hub-tariff-row {
  margin-bottom: clamp(2.25rem, 5vw, 3.25rem);
}

.aghr-hub-block__title {
  font-family: var(--heading-font);
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: hsl(203, 42%, 16%);
  margin-bottom: clamp(1.1rem, 2.5vw, 1.5rem);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.aghr-hub-block__title i {
  color: hsl(152, 32%, 34%);
  font-size: 1.35rem;
  flex-shrink: 0;
}

.aghr-hub-block__title--light {
  color: hsl(var(--white));
}

.aghr-hub-block__title--light i {
  color: var(--aghr-gold);
}

.aghr-hub-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aghr-hub-list--connect li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 0.85rem 0;
  border-bottom: 1px solid hsla(var(--main-two-h), var(--main-two-s), var(--main-two-l), 0.08);
  font-size: clamp(0.9375rem, 2vw, 1.02rem);
  line-height: 1.5;
  color: hsl(var(--body-color));
}

.aghr-hub-list--connect li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.aghr-hub-list--connect li > i {
  flex-shrink: 0;
  margin-top: 0.15rem;
  font-size: 1.25rem;
  color: hsl(152, 32%, 34%);
}

/* One flex item for all copy — avoids multi-column flex weirdness + bad breaks from body word-break */
.aghr-hub-list__body {
  flex: 1;
  min-width: 0;
  display: block;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: manual;
}

.aghr-hub-card {
  height: 100%;
  border-radius: var(--aghr-radius);
  padding: clamp(1.15rem, 3vw, 1.5rem);
  background: hsl(var(--white));
  border: 1px solid hsla(var(--main-two-h), var(--main-two-s), var(--main-two-l), 0.08);
  box-shadow: 0 12px 36px -20px hsla(var(--main-two-h), var(--main-two-s), var(--main-two-l), 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.aghr-hub-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px -18px hsla(var(--main-two-h), var(--main-two-s), var(--main-two-l), 0.4);
}

.aghr-hub-card__icon {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  margin-bottom: 0.85rem;
  background: linear-gradient(
    135deg,
    hsla(var(--main-h), var(--main-s), var(--main-l), 0.18) 0%,
    hsla(152, 35%, 42%, 0.12) 100%
  );
  color: hsl(152, 32%, 30%);
  font-size: 1.35rem;
}

.aghr-hub-card__text {
  margin: 0;
  font-size: clamp(0.9375rem, 2vw, 1rem);
  line-height: 1.55;
  color: hsl(var(--body-color));
}

.aghr-hub-facilities {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}

@media (min-width: 576px) {
  .aghr-hub-facilities {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .aghr-hub-facilities {
    grid-template-columns: repeat(3, 1fr);
  }
}

.aghr-hub-facilities li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0.85rem;
  border-radius: 0.65rem;
  background: hsla(0, 0%, 100%, 0.72);
  border: 1px solid hsla(var(--main-two-h), var(--main-two-s), var(--main-two-l), 0.06);
  font-size: clamp(0.875rem, 1.6vw, 0.9375rem);
  line-height: 1.4;
  color: hsl(203, 28%, 22%);
}

.aghr-hub-facilities__ic {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: hsl(var(--main-two));
  color: var(--aghr-gold);
  font-size: 1.1rem;
}

.aghr-hub-table-wrap {
  border-radius: var(--aghr-radius);
  border: 1px solid hsla(var(--main-two-h), var(--main-two-s), var(--main-two-l), 0.1);
  box-shadow: 0 8px 28px -16px hsla(var(--main-two-h), var(--main-two-s), var(--main-two-l), 0.35);
}

.aghr-hub-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  font-size: clamp(0.875rem, 1.8vw, 0.9375rem);
  background: hsl(var(--white));
}

.aghr-hub-table thead th {
  text-align: left;
  padding: 0.85rem 1rem;
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: hsl(var(--white));
  background: hsl(var(--main-two));
  border-bottom: 1px solid hsla(var(--white), 0.08);
}

.aghr-hub-table thead th:not(:first-child) {
  text-align: right;
}

.aghr-hub-table tbody td {
  padding: 0.75rem 1rem;
  color: hsl(var(--body-color));
  border-bottom: 1px solid hsla(var(--main-two-h), var(--main-two-s), var(--main-two-l), 0.06);
}

.aghr-hub-table tbody td:not(:first-child) {
  text-align: right;
  font-weight: 600;
  color: hsl(203, 35%, 24%);
}

.aghr-hub-table tbody tr:last-child td {
  border-bottom: 0;
}

.aghr-hub-table tbody tr:nth-child(even) td {
  background: hsl(152, 18%, 98%);
}

/* House rules: use hsl(var(--white) / α) — --white is space-separated HSL, not compatible with hsla(var(--white), α) */
.aghr-hub-times {
  border-radius: clamp(1rem, 2.2vw, 1.35rem);
  padding: clamp(1.25rem, 3vw, 1.65rem);
  height: 100%;
  background: linear-gradient(
    155deg,
    hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) - 4%)) 0%,
    hsl(var(--main-two)) 45%,
    hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) + 4%)) 100%
  );
  box-shadow:
    0 1px 0 hsl(var(--white) / 0.12) inset,
    0 20px 44px -20px hsla(var(--main-two-h), var(--main-two-s), 12%, 0.45);
  border: 1px solid hsl(var(--white) / 0.12);
  border-top: 3px solid var(--aghr-gold);
}

.aghr-hub-times__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
}

.aghr-hub-times__icon-wrap {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  background: hsl(var(--white) / 0.1);
  color: var(--aghr-gold);
  font-size: 1.25rem;
}

.aghr-hub-times__title {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: hsl(var(--white));
  line-height: 1.2;
}

.aghr-hub-times__chips {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

@media (min-width: 400px) {
  .aghr-hub-times__chips {
    grid-template-columns: 1fr 1fr;
  }
}

.aghr-hub-times__chip {
  padding: 0.75rem 0.85rem 0.75rem 0.95rem;
  border-radius: 0.55rem;
  background: hsl(var(--white) / 0.1);
  border: 1px solid hsl(var(--white) / 0.14);
  border-left: 3px solid var(--aghr-gold);
  box-shadow: 0 2px 8px hsl(0 0% 0% / 0.12);
}

.aghr-hub-times__chip-label {
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: hsl(var(--white) / 0.82);
  margin-bottom: 0.25rem;
}

.aghr-hub-times__chip-value {
  display: block;
  font-family: var(--heading-font);
  font-size: clamp(1.05rem, 2.4vw, 1.25rem);
  font-weight: 500;
  color: hsl(var(--white));
  letter-spacing: 0.02em;
}

.aghr-hub-times__note {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: hsl(var(--white) / 0.78);
}

.aghr-hub-attractions {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: aghr-attr;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

@media (min-width: 576px) {
  .aghr-hub-attractions {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .aghr-hub-attractions {
    grid-template-columns: repeat(3, 1fr);
  }
}

.aghr-hub-attractions li {
  counter-increment: aghr-attr;
  position: relative;
  padding: 0.65rem 0.85rem 0.65rem 2.85rem;
  border-radius: 0.55rem;
  background: hsla(0, 0%, 100%, 0.85);
  border: 1px solid hsla(var(--main-two-h), var(--main-two-s), var(--main-two-l), 0.07);
  font-size: clamp(0.875rem, 1.7vw, 0.9375rem);
  color: hsl(var(--body-color));
  line-height: 1.4;
}

.aghr-hub-attractions li::before {
  content: counter(aghr-attr);
  position: absolute;
  left: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.65rem;
  height: 1.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.6875rem;
  font-weight: 800;
  color: hsl(var(--white));
  background: hsl(152, 32%, 36%);
}
