/* ============================================================
   Abbey Care Complex — Shared component layer (2026 refinement)
   Loaded AFTER style.css so declarations here override base.
   Focus: elderly-friendly type, reveal motion, stack cards,
   alternating panels, timeline, schedule, testimonials, contact.
   ============================================================ */

/* ── Design tokens (cream/warm override-safe) ───────────────── */
:root {
  --acc-warm-grey: #F9F7F4;
  --acc-warm-amber: #E8A94B;
  --acc-warm-teal: #2F6A6F;
  --acc-warm-purple: #6F4C8A;
  --acc-accent: #AE833A;
  --acc-divider: #E7E2D7;
  --acc-content-width: 680px;
  --acc-section-pad-d: 104px;
  --acc-section-pad-t: 64px;
  --acc-section-pad-m: 48px;
}

/* ─────────────── HOME STRUCTURE REFRESH ─────────────── */
.home-care-pathway {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(201, 154, 74, 0.18), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(47, 106, 111, 0.16), transparent 36%),
    linear-gradient(180deg, #fbfaf7 0%, #eef3f4 100%);
}

.home-care-pathway::before {
  content: "";
  position: absolute;
  inset: 10% auto auto 50%;
  width: min(680px, 80vw);
  height: min(680px, 80vw);
  border: 1px solid rgba(12, 43, 45, 0.08);
  border-radius: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.home-care-pathway__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.home-care-pathway__intro {
  max-width: 560px;
}

.home-care-pathway__intro h2 {
  color: var(--ph-ink);
  font-size: clamp(2rem, 1.1rem + 2.6vw, 3.6rem) !important;
  letter-spacing: -0.035em;
  line-height: 1.04 !important;
  margin-bottom: 1rem;
}

.home-care-pathway__intro p {
  color: var(--acc-ink-500);
  max-width: 52ch;
  margin-bottom: 1.6rem;
}

.home-care-pathway__actions,
.home-location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.home-care-pathway__steps {
  display: grid;
  gap: 1rem;
}

.home-care-step {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 1rem;
  align-items: start;
  padding: clamp(1.25rem, 2.2vw, 1.8rem);
  border: 1px solid rgba(12, 43, 45, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.74)),
    radial-gradient(circle at 100% 0%, rgba(201, 154, 74, 0.14), transparent 36%);
  box-shadow: 0 22px 60px -36px rgba(12, 43, 45, 0.45);
  transition: transform 0.35s var(--ph-ease), box-shadow 0.35s var(--ph-ease), border-color 0.35s var(--ph-ease);
}

.home-care-step:nth-child(2) {
  transform: translateX(clamp(0rem, 3vw, 2.25rem));
}

.home-care-step:nth-child(3) {
  transform: translateX(clamp(0rem, 6vw, 4.5rem));
}

.home-care-step:hover {
  border-color: rgba(201, 154, 74, 0.36);
  box-shadow: 0 26px 70px -34px rgba(12, 43, 45, 0.58);
  transform: translateY(-4px);
}

.home-care-step:nth-child(2):hover {
  transform: translateX(clamp(0rem, 3vw, 2.25rem)) translateY(-4px);
}

.home-care-step:nth-child(3):hover {
  transform: translateX(clamp(0rem, 6vw, 4.5rem)) translateY(-4px);
}

.home-care-step i {
  grid-row: 1 / span 3;
  width: 56px;
  height: 56px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--ph-brand), var(--ph-brand-700));
  color: #fff;
  font-size: 1.45rem;
  box-shadow: 0 14px 26px -18px rgba(12, 43, 45, 0.8);
}

.home-care-step__num {
  position: absolute;
  top: 1rem;
  right: 1.15rem;
  color: rgba(12, 43, 45, 0.16);
  font-size: clamp(2.2rem, 1.5rem + 2vw, 3.6rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.home-care-step h3 {
  position: relative;
  margin: 0 0 0.35rem;
  color: var(--ph-ink);
  font-size: clamp(1.25rem, 1rem + 0.5vw, 1.55rem) !important;
}

.home-care-step p {
  position: relative;
  margin: 0;
  color: var(--acc-ink-500);
  max-width: 48ch;
}

.home-location-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 15%, rgba(201, 154, 74, 0.18), transparent 34%),
    radial-gradient(circle at 92% 10%, rgba(12, 43, 45, 0.13), transparent 35%),
    linear-gradient(180deg, #f7f8f6 0%, #eef4f3 100%) !important;
}

.home-location-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(1.5rem, 3.6vw, 4rem);
  align-items: stretch;
  padding: clamp(1.2rem, 3vw, 2.2rem);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.76)),
    radial-gradient(circle at 12% 8%, rgba(201, 154, 74, 0.13), transparent 38%);
  border: 1px solid rgba(12, 43, 45, 0.1);
  box-shadow: 0 34px 90px -46px rgba(12, 43, 45, 0.55);
}

.home-location-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(201, 154, 74, 0.18);
  border-radius: 26px;
  pointer-events: none;
}

.home-location-card__content {
  position: relative;
  z-index: 1;
  padding: clamp(0.6rem, 2vw, 1.3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-location-card h2 {
  font-size: clamp(2rem, 1.3rem + 2vw, 3.45rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.035em;
  max-width: 11ch;
}

.home-location-card__lead {
  color: var(--acc-ink-500);
  max-width: 58ch;
  margin-bottom: 1.4rem;
}

.home-location-list {
  display: grid;
  gap: 0.7rem;
  margin: 0 0 1.25rem;
  font-style: normal;
}

.home-location-list__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  padding: 0.9rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(12, 43, 45, 0.08);
  color: var(--acc-ink-700);
  text-decoration: none;
  transition: transform 0.3s var(--ph-ease), border-color 0.3s var(--ph-ease), background 0.3s var(--ph-ease);
}

.home-location-list__item:hover {
  color: var(--ph-brand);
  background: #fff;
  border-color: rgba(201, 154, 74, 0.32);
  transform: translateX(4px);
  text-decoration: none;
}

.home-location-list__item i {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(47, 106, 111, 0.11);
  color: var(--ph-brand);
}

.home-location-list__item strong {
  display: block;
  color: var(--ph-ink);
  line-height: 1.25;
}

.home-location-list__item span {
  line-height: 1.45;
}

.home-location-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}

.home-location-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(12, 43, 45, 0.06);
  color: var(--ph-brand);
  font-weight: 700;
  font-size: 0.88rem;
}

.home-location-meta i {
  color: var(--ph-gold);
}

.home-location-card__map {
  position: relative;
  min-height: 100%;
  display: flex;
}

.home-location-card__map .ph-map-frame {
  width: 100%;
  min-height: 460px;
  aspect-ratio: auto;
  border-radius: 28px;
  border: 1px solid rgba(12, 43, 45, 0.12);
  box-shadow: 0 26px 70px -36px rgba(12, 43, 45, 0.6);
}

.home-location-badge {
  position: absolute;
  left: clamp(1rem, 2vw, 1.35rem);
  top: clamp(1rem, 2vw, 1.35rem);
  z-index: 2;
  max-width: min(260px, calc(100% - 2rem));
  padding: 0.9rem 1.05rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(12, 43, 45, 0.08);
  box-shadow: 0 18px 42px -24px rgba(12, 43, 45, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.home-location-badge strong,
.home-location-badge span {
  display: block;
}

.home-location-badge strong {
  color: var(--ph-ink);
  font-size: 1.1rem;
  line-height: 1.1;
}

.home-location-badge span {
  color: var(--acc-ink-500);
  font-size: 0.9rem;
  line-height: 1.35;
  margin-top: 0.25rem;
}

@media (max-width: 991.98px) {

  .home-care-pathway__grid,
  .home-location-card {
    grid-template-columns: 1fr;
  }

  .home-care-pathway__intro,
  .home-location-card__content {
    max-width: 760px;
  }

  .home-care-step,
  .home-care-step:nth-child(2),
  .home-care-step:nth-child(3),
  .home-care-step:hover,
  .home-care-step:nth-child(2):hover,
  .home-care-step:nth-child(3):hover {
    transform: none;
  }

  .home-care-pathway__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-care-step {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .home-care-step i {
    grid-row: auto;
  }

  .home-location-card h2 {
    max-width: 14ch;
  }

  .home-location-card__map .ph-map-frame {
    min-height: 390px;
  }
}

@media (max-width: 767.98px) {
  .home-care-pathway__steps {
    grid-template-columns: 1fr;
  }

  .home-care-pathway__actions,
  .home-location-actions {
    flex-direction: column;
  }

  .home-care-pathway__actions>*,
  .home-location-actions>* {
    justify-content: center;
    width: 100%;
  }

  .home-location-card {
    border-radius: 24px;
    padding: 0.85rem;
  }

  .home-location-card::before {
    inset: 10px;
    border-radius: 18px;
  }

  .home-location-card h2 {
    max-width: none;
  }

  .home-location-list__item {
    align-items: flex-start;
  }

  .home-location-card__map .ph-map-frame {
    min-height: 320px;
    border-radius: 20px;
  }
}

@media (max-width: 420px) {
  .home-location-meta {
    display: grid;
  }

  .home-location-list__item {
    grid-template-columns: 1fr;
  }
}

/* ── Elderly-audience typography enforcement ────────────────── */
body {
  font-size: 18px !important;
  line-height: 1.8 !important;
  letter-spacing: 0.005em;
}

main p,
main li,
main blockquote,
body>section p,
body>section li,
body>section blockquote,
.card-text,
.acc-why-card p {
  font-size: 18px !important;
  line-height: 1.8 !important;
  font-weight: 400;
}

/* Sub-paragraphs justification for premium alignment */
main p,
body>section p,
.acc-about-summary__lede,
.acc-story-copy p,
.acc-journey-card p,
.acc-value-item__body p,
.home-care-pathway__intro p,
.home-care-step p,
.stack-service-card__content p,
.acc-gallery-preview__text,
.acc-virtual-cta-panel p,
.acc-why-pillar p,
.acc-ratings-section p,
.acc-manager-bio p,
.acc-t-quote p,
.accordion-body,
.acc-svc-intro p,
.acc-persona-card p,
.acc-svc-feature p,
.acc-service-step p,
.acc-service-sticky-copy p,
.ph-final-cta p,
.laa-intro-grid p,
.laa-day__intro,
.laa-day__step-desc,
.laa-act__intro,
.laa-act__bento-desc,
.laa-act__pillar-desc,
.laa-dining-mini__body p,
.laa-spiritual-v2__intro p,
.laa-spiritual-v2__card p,
.laa-gardens-v3__content p,
.laa-gardens-v3__card p,
.acc-training-card p,
.acc-process-step p,
.acc-testimonial-card p,
.acc-footer-desc {
  text-align: justify;
  text-justify: inter-word;
}

/* Preserve alignment for explicitly centered or specific components */
.text-center p,
.ph-section-head p,
.acc-center-hero__lead,
.services-subtitle,
.acc-service-section-head p,
.acc-stats-shell__intro p,
.acc-parallax-stat__label,
.acc-testimonial-card p {
  text-align: center !important;
}

/* Mobile fallback for better readability */
@media (max-width: 767.98px) {
  main p, body>section p, 
  .acc-about-summary__lede, 
  .acc-story-copy p,
  .acc-svc-intro p {
    text-align: left;
    text-justify: auto;
  }
}

main p,
body>section p {
  max-width: var(--acc-content-width);
}

main .text-center p,
body>section .text-center p,
main .container>.row>.col-12>p.lead,
.acc-about-summary__lede,
.acc-about-summary__facts dd {
  max-width: none;
}

h1,
.display-1,
.display-2,
.display-3,
.display-4 {
  font-size: clamp(2rem, 1.4rem + 3vw, 3.5rem) !important;
  line-height: 1.15 !important;
}

h2 {
  font-size: clamp(1.75rem, 1.3rem + 2vw, 2.5rem) !important;
  line-height: 1.2 !important;
}

h3,
.h3 {
  font-size: clamp(1.625rem, 1.45rem + 0.45vw, 1.75rem) !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
}

h4,
.h4,
h5 {
  font-size: 1.25rem !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
}

h6 {
  font-size: 1.05rem !important;
  font-weight: 600 !important;
}

label,
.form-label {
  font-weight: 500;
  font-size: 1rem;
}

small,
.small,
.card-text.small {
  font-size: 0.95rem !important;
  font-weight: 400;
  text-wrap: pretty;
}

/* Eyebrow label */
.acc-eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--acc-accent);
  font-weight: 600;
  margin-bottom: 0.6rem;
}

/* ── Section spacing / flow ─────────────────────────────────── */
main>section,
body>section,
body>main>section,
section[id] {
  padding-top: var(--acc-section-pad-d) !important;
  padding-bottom: var(--acc-section-pad-d) !important;
}

@media (max-width: 991.98px) {

  main>section,
  body>section,
  body>main>section,
  section[id] {
    padding-top: var(--acc-section-pad-t) !important;
    padding-bottom: var(--acc-section-pad-t) !important;
  }
}

@media (max-width: 575.98px) {

  main>section,
  body>section,
  body>main>section,
  section[id] {
    padding-top: var(--acc-section-pad-m) !important;
    padding-bottom: var(--acc-section-pad-m) !important;
  }
}

/* Page hero retains its own padding. */
#page-hero {
  padding-top: var(--acc-navbar-h) !important;
}

#page-hero {
  padding-top: calc(var(--acc-navbar-h) + 3rem) !important;
  padding-bottom: 3.5rem !important;
}

@media (max-width: 991.98px) {
  #page-hero {
    padding-top: calc(var(--acc-navbar-h) + 3.5rem) !important;
    padding-bottom: 4rem !important;
    text-align: center;
  }

  #page-hero .breadcrumb {
    justify-content: center;
    margin-bottom: 1.5rem;
  }

  #page-hero h1 {
    font-size: clamp(2.2rem, 6vw, 3.2rem) !important;
    line-height: 1.2 !important;
  }

  #page-hero .lead {
    font-size: 1.15rem !important;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575.98px) {
  #page-hero {
    padding-top: calc(var(--acc-navbar-h) + 2rem) !important;
    padding-bottom: 3.5rem !important;
  }

  #page-hero h1 {
    font-size: 2.4rem !important;
  }
}

/* Alternating section backgrounds for flow */
body>section:nth-of-type(even):not(#home-hero):not(#page-hero):not(.acc-team-premium) {
  background-color: var(--acc-warm-grey);
}

/* ── STACK CARDS (services — sticky scroll) ─────────────────── */
.stack-cards-container {
  position: relative;
  display: block;
  max-width: 980px;
  margin: 0 auto;
}

.stack-card {
  position: sticky;
  top: calc(var(--acc-navbar-h) + 16px);
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 32px rgba(12, 43, 45, 0.07);
  overflow: hidden;
  padding: clamp(1.6rem, 1rem + 1.6vw, 2.4rem);
  display: grid;
  grid-template-columns: 108px 1fr auto;
  gap: 1.6rem;
  align-items: center;
  transition: transform 0.45s cubic-bezier(.22, 1, .36, 1);
}

.stack-card:nth-child(1) {
  z-index: 1;
  top: 80px;
}

.stack-card:nth-child(2) {
  z-index: 2;
  top: 96px;
}

.stack-card:nth-child(3) {
  z-index: 3;
  top: 112px;
}

.stack-card:nth-child(4) {
  z-index: 4;
  top: 128px;
}

.stack-card:nth-child(5) {
  z-index: 5;
  top: 144px;
}

.stack-card:nth-child(6) {
  z-index: 6;
  top: 160px;
}

.stack-card:nth-child(7) {
  z-index: 7;
  top: 176px;
}

.stack-card.is-shrunk {
  transform: scale(0.97);
  filter: brightness(0.98);
}

.stack-card__num {
  font-family: var(--acc-font-body);
  font-size: clamp(2.6rem, 1.8rem + 2vw, 3.6rem);
  font-weight: 700;
  color: var(--acc-accent);
  line-height: 1;
}

.stack-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(174, 131, 58, 0.12);
  color: var(--acc-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 0.9rem;
}

.stack-card__title {
  font-family: var(--acc-font-body);
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.4rem;
  color: var(--acc-ink-900, #151b26);
}

.stack-card__desc {
  margin: 0;
  color: #5A6475;
  max-width: 52ch;
}

.stack-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.75rem 1.4rem;
  min-height: 48px;
  border-radius: 999px;
  background: var(--acc-warm-teal);
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.2s, transform 0.2s;
}

.stack-card__cta:hover {
  background: #204d51;
  transform: translateX(2px);
}

@media (max-width: 767.98px) {
  .stack-card {
    position: relative;
    top: auto !important;
    grid-template-columns: 1fr;
    text-align: left;
  }

  .stack-card__cta {
    justify-self: start;
  }
}

/* ── ALTERNATING SCROLL PANELS (Why Choose / Values / Approach) ── */
.acc-alt-panels {
  display: grid;
  gap: clamp(2.5rem, 4vw, 5rem);
}

.acc-alt-panel {
  display: grid;
  grid-template-columns: 55fr 45fr;
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
  min-height: 500px;
  padding: clamp(1.5rem, 2vw, 2.5rem);
  border-radius: 20px;
  background: #fff;
}

.acc-alt-panel:nth-child(even) {
  grid-template-columns: 45fr 55fr;
  background: var(--acc-warm-grey);
}

.acc-alt-panel:nth-child(even) .acc-alt-panel__media {
  order: 2;
}

.acc-alt-panel:nth-child(even) .acc-alt-panel__body {
  order: 1;
}

.acc-alt-panel__media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  max-height: 520px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 14px 50px rgba(12, 43, 45, 0.12);
  transform: translateX(-24px);
  opacity: 0;
  transition: transform 0.9s ease-out, opacity 0.9s ease-out;
}

.acc-alt-panel:nth-child(even) .acc-alt-panel__media img {
  transform: translateX(24px);
}

.acc-alt-panel.is-in .acc-alt-panel__media img {
  transform: translateX(0);
  opacity: 1;
}

.acc-alt-panel__body h3 {
  font-size: clamp(1.6rem, 1.2rem + 0.8vw, 2rem) !important;
  margin-bottom: 1rem;
}

.acc-alt-panel__body p {
  font-size: 18px !important;
  line-height: 1.75 !important;
  color: #4a5568;
}

.acc-alt-panel__icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: rgba(174, 131, 58, 0.14);
  color: var(--acc-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.acc-alt-panel__cta {
  display: inline-flex;
  gap: 0.4rem;
  margin-top: 1rem;
  align-items: center;
  color: var(--acc-warm-teal);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  transition: border-color 0.2s, color 0.2s;
}

.acc-alt-panel__cta:hover {
  border-color: var(--acc-warm-teal);
  color: #204d51;
}

@media (max-width: 767.98px) {

  .acc-alt-panel,
  .acc-alt-panel:nth-child(even) {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .acc-alt-panel__media {
    order: 0 !important;
  }

  .acc-alt-panel__body {
    order: 1 !important;
  }

  .acc-alt-panel__media img {
    transform: translateY(20px);
    min-height: 260px;
  }

  .acc-alt-panel:nth-child(even) .acc-alt-panel__media img {
    transform: translateY(20px);
  }

  .acc-alt-panel.is-in .acc-alt-panel__media img {
    transform: translateY(0);
  }
}



/* ── TESTIMONIAL FADE CAROUSEL ──────────────────────────────── */
.acc-t-carousel {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 1rem 4rem;
}

.acc-t-quote-mark {
  font-family: var(--acc-font-body);
  font-size: 5rem;
  line-height: 1;
  color: var(--acc-accent);
  opacity: 0.3;
  margin-bottom: -1.5rem;
  display: block;
}

.acc-t-slide {
  display: none;
  opacity: 0;
  animation: accTFade 0.6s ease-out forwards;
  position: relative;
  padding-top: 2.2rem;
}

.acc-t-slide::before {
  content: "“";
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--acc-font-body);
  font-size: 5rem;
  line-height: 1;
  color: var(--acc-accent);
  opacity: 0.28;
}

.acc-t-slide.is-active {
  display: block;
}

@keyframes accTFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.acc-t-quote {
  font-size: 20px !important;
  font-style: italic;
  line-height: 1.7 !important;
  margin: 0 0 1.5rem;
  color: var(--acc-ink-700, #2d3748);
}

.acc-t-stars {
  color: var(--acc-warm-amber);
  font-size: 1.1rem;
  letter-spacing: 0.15em;
  margin-bottom: 0.75rem;
}

.acc-t-name {
  font-weight: 600;
  color: var(--acc-ink-900, #151b26);
  font-size: 1.05rem;
  margin: 0;
}

.acc-t-role {
  color: #5A6475;
  font-size: 0.95rem;
  margin: 0;
}

.acc-t-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.acc-t-prev,
.acc-t-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--acc-divider);
  color: var(--acc-ink-700, #2d3748);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 1.2rem;
}

.acc-t-prev:hover,
.acc-t-next:hover {
  background: var(--acc-warm-teal);
  color: #fff;
  border-color: var(--acc-warm-teal);
}

.acc-t-dots {
  display: flex;
  gap: 0.5rem;
}

.acc-t-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--acc-divider);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: background 0.25s, transform 0.25s;
}

.acc-t-dot.is-active {
  background: var(--acc-accent);
  transform: scale(1.3);
}

.acc-t-more {
  margin-top: 1.5rem;
  display: inline-flex;
  gap: 0.4rem;
  color: var(--acc-warm-teal);
  font-weight: 600;
  text-decoration: none;
}

.acc-t-more:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .acc-t-carousel {
    padding: 1.5rem 0.5rem;
  }
  .acc-t-quote {
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
  }
  .acc-t-slide::before {
    font-size: 3.5rem;
    top: -0.4rem;
  }
  .acc-t-controls {
    gap: 0.8rem;
  }
  .acc-t-prev, .acc-t-next {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }
}

/* ── TEAM GRID (responsive) ─────────────────────────────────── */
.acc-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 991.98px) {
  .acc-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .acc-team-grid {
    grid-template-columns: 1fr;
  }
}

.acc-team-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(12, 43, 45, 0.06);
  position: relative;
  transition: transform 0.35s, box-shadow 0.35s;
}

.acc-team-card:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 40px rgba(12, 43, 45, 0.12);
}

.acc-team-card__media {
  aspect-ratio: 3 / 4;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.acc-team-card__img {
  aspect-ratio: 3 / 4;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.acc-team-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.acc-team-card__img::after {
  content: "View Profile";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1rem;
  color: #fff;
  font-weight: 600;
  background: linear-gradient(180deg, transparent 55%, rgba(12, 43, 45, 0.8) 100%);
  opacity: 0;
  transition: opacity 0.3s;
}

.acc-team-card:hover .acc-team-card__img::after,
.acc-team-card:focus-within .acc-team-card__img::after {
  opacity: 1;
}

.acc-team-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.acc-team-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(12, 43, 45, 0.8) 100%);
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1rem;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s;
}

.acc-team-card:hover .acc-team-card__overlay,
.acc-team-card:focus-within .acc-team-card__overlay {
  opacity: 1;
}

.acc-team-card__body {
  padding: 1.1rem 1.2rem 1.4rem;
}

.acc-team-card__name {
  font-family: var(--acc-font-body);
  font-size: 1.25rem;
  margin: 0 0 0.2rem;
}

.acc-team-card__role {
  color: var(--acc-accent);
  font-weight: 600;
  font-size: 0.95rem;
  margin: 0 0 0.5rem;
}

.acc-team-card__bio {
  margin: 0;
  color: #5A6475;
  font-size: 1rem;
  line-height: 1.7;
}

/* ── VERTICAL TIMELINE ──────────────────────────────────────── */
.acc-timeline {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  padding: 1rem 0;
}

.acc-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  background: var(--acc-divider);
}

.acc-timeline-item {
  position: relative;
  width: 50%;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  box-sizing: border-box;
}

.acc-timeline-item:nth-child(even) {
  margin-left: 50%;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
}

.acc-timeline-item::before {
  content: "";
  position: absolute;
  top: 2rem;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--acc-accent);
  border: 4px solid #fff;
  box-shadow: 0 0 0 2px var(--acc-accent);
  z-index: 2;
}

.acc-timeline-item:nth-child(odd)::before {
  right: -9px;
}

.acc-timeline-item:nth-child(even)::before {
  left: -9px;
}

.acc-timeline-year {
  display: inline-block;
  padding: 0.35rem 0.9rem;
  background: var(--acc-warm-teal);
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.6rem;
}

.acc-timeline-title {
  font-family: var(--acc-font-body);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.35rem;
  color: var(--acc-ink-900, #151b26);
}

.acc-timeline-desc {
  margin: 0;
  color: #4a5568;
  font-size: 1rem;
  line-height: 1.7;
}

@media (max-width: 767.98px) {
  .acc-timeline::before {
    left: 10px;
    transform: none;
  }

  .acc-timeline-item,
  .acc-timeline-item:nth-child(even) {
    width: 100%;
    margin-left: 0;
    padding: 1rem 1rem 1rem 2.4rem;
  }

  .acc-timeline-item::before,
  .acc-timeline-item:nth-child(odd)::before,
  .acc-timeline-item:nth-child(even)::before {
    left: 2px;
    right: auto;
    top: 1.3rem;
  }
}

/* ── SCHEDULE CARDS (life-at-abbey) ─────────────────────────── */
.acc-schedule-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0.5rem 0.25rem 1.5rem;
}

.acc-schedule-card {
  scroll-snap-align: start;
  padding: 1.4rem 1.4rem 1.5rem;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(12, 43, 45, 0.06);
  border-top: 6px solid var(--acc-warm-teal);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.acc-schedule-card--morning {
  border-top-color: var(--acc-warm-amber);
}

.acc-schedule-card--afternoon {
  border-top-color: var(--acc-warm-teal);
}

.acc-schedule-card--evening {
  border-top-color: var(--acc-warm-purple);
}

.acc-schedule-card__time {
  font-family: var(--acc-font-body);
  font-size: 1.4rem;
  color: var(--acc-ink-900, #151b26);
  font-weight: 600;
}

.acc-schedule-card__icon {
  color: var(--acc-accent);
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}

.acc-schedule-card__name {
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0;
}

.acc-schedule-card__desc {
  margin: 0.2rem 0 0;
  color: #4a5568;
  font-size: 0.98rem;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .acc-schedule-rail {
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
  }
}

/* ── EDITORIAL SERVICE STACKS (Premium & Accessible) ── */
.acc-svc-editorial-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(6rem, 12vw, 12rem);
  /* Increased spacing for airy, premium feel */
}

.acc-svc-stack-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 992px) {
  .acc-svc-stack-item {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }

  /* Alternating layout logic */
  .acc-svc-stack-item:nth-child(even) .acc-svc-stack-media {
    order: 2;
  }

  .acc-svc-stack-item:nth-child(even) .acc-svc-stack-content {
    order: 1;
    padding-right: 4rem;
  }

  .acc-svc-stack-item:nth-child(odd) .acc-svc-stack-content {
    padding-left: 4rem;
  }
}

/* Ensure image is always on top on mobile */
@media (max-width: 991.98px) {
  .acc-svc-stack-item .acc-svc-stack-media {
    order: 1 !important;
  }

  .acc-svc-stack-item .acc-svc-stack-content {
    order: 2 !important;
    padding: 0 !important;
  }
}

.acc-svc-stack-media {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(12, 43, 45, 0.1);
  aspect-ratio: 16 / 10;
  background: var(--acc-warm-grey);
}

.acc-svc-stack-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.acc-svc-stack-item:hover .acc-svc-stack-media img {
  transform: scale(1.08);
}

.acc-svc-stack-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Subtle Index Numbering */
.acc-svc-stack-index {
  font-family: var(--acc-font-body);
  font-size: 1.1rem;
  color: var(--acc-gold-500);
  margin-bottom: 1.5rem;
  font-weight: 500;
  display: block;
  letter-spacing: 0.1em;
}

.acc-svc-stack-content .acc-eyebrow {
  margin-bottom: 0.8rem;
  opacity: 0.8;
}

.acc-svc-stack-title {
  font-family: var(--acc-font-body);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 700;
  color: var(--acc-brand-900);
  line-height: 1.05;
  margin-bottom: 2rem;
}

.acc-svc-stack-desc {
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--acc-ink-500);
  margin-bottom: 3rem;
  max-width: 48ch;
}

/* Premium Button Utility */
.acc-btn-editorial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.7rem, 2vw, 1.2rem);
  padding: clamp(0.9rem, 2.5vw, 1.2rem) clamp(1.5rem, 5vw, 2.8rem);
  background: var(--acc-brand-900);
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: clamp(0.75rem, 0.7rem + 0.4vw, 0.85rem);
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  border: none;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  max-width: 100%;
  text-align: center;
}

@media (max-width: 767.98px) {
  .acc-btn-editorial {
    width: 100%;
    max-width: 420px;
    margin-inline: auto;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 480px) {
  .acc-btn-editorial {
    padding-inline: 1.2rem;
    gap: 0.6rem;
  }
}

.acc-btn-editorial::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--acc-gold-500);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.acc-btn-editorial:hover {
  color: #fff;
  transform: translateX(8px);
  box-shadow: 0 15px 30px rgba(201, 154, 74, 0.3);
}

.acc-btn-editorial:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.acc-btn-editorial i {
  transition: transform 0.5s ease;
}

.acc-btn-editorial:hover i {
  transform: translateX(5px);
}

/* ── SERVICE PAGE INTRO PANEL / FEATURE GRID / PERSONA CARDS ── */
.acc-svc-intro {
  /* Using Bootstrap flex row instead of Grid to avoid conflict with col-lg-* */
}

@media (max-width: 767.98px) {
  .acc-svc-intro {
    text-align: center;
  }
  .acc-svc-intro .acc-eyebrow {
    margin-inline: auto;
  }
  .acc-svc-bullets {
    text-align: left;
    display: inline-block;
    margin-inline: auto;
  }
}

.services-page #what-is-service .row {}

@media (max-width: 767.98px) {
  .services-page #what-is-service .row {}
}

.services-page #what-is-service .col-lg-6:last-child .bg-secondary {
  border-radius: 18px;
  box-shadow: 0 14px 50px rgba(12, 43, 45, 0.12);
}

.services-page #who-its-for .card {
  background: var(--acc-warm-grey);
  border-radius: 16px;
  box-shadow: none !important;
}

.services-page #who-its-for .card i {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.services-page #whats-included .row {
  gap: 1.5rem 1.5rem !important;
}

.services-page #whats-included .col-lg-6 {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(12, 43, 45, 0.05);
  padding: 1.5rem;
}

.services-page #whats-included li {
  align-items: flex-start;
}

.services-page #fees-funding .card {
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(12, 43, 45, 0.16);
}

.services-page #fees-funding .card .btn {
  min-height: 48px;
  border-radius: 999px;
  font-weight: 600;
}

.acc-svc-intro__media img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 14px 50px rgba(12, 43, 45, 0.12);
}

.acc-svc-bullets {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 1.6rem;
  display: grid;
  gap: 0.5rem;
}

.acc-svc-bullets li {
  position: relative;
  padding-left: 1.8rem;
  font-size: 17px;
  line-height: 1.7;
}

.acc-svc-bullets li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--acc-accent);
  font-weight: 700;
}

.acc-svc-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 991.98px) {
  .acc-svc-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .acc-svc-features {
    grid-template-columns: 1fr;
  }
}

.acc-svc-feature {
  background: #fff;
  padding: 1.5rem 1.4rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(12, 43, 45, 0.05);
}

.acc-svc-feature__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(47, 106, 111, 0.1);
  color: var(--acc-warm-teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 0.8rem;
}

.acc-svc-feature h4 {
  margin: 0 0 0.25rem;
  font-size: 1.1rem !important;
}

.acc-svc-feature p {
  margin: 0;
  color: #4a5568;
  font-size: 1rem;
  line-height: 1.6;
}

.acc-persona-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}

@media (max-width: 767.98px) {
  .acc-persona-grid {
    grid-template-columns: 1fr;
  }
}

.acc-persona-card {
  background: var(--acc-warm-grey);
  padding: 1.8rem 1.6rem;
  border-radius: 16px;
  text-align: left;
}

.acc-persona-card__icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: #fff;
  color: var(--acc-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}

.acc-persona-card h4 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem !important;
}

/* ── ADVANCED CONTACT UI ───────────────────────────── */
.py-6 {
  padding-top: clamp(4rem, 8vw, 8rem);
  padding-bottom: clamp(4rem, 8vw, 8rem);
}

/* Contact Hub */
.acc-method-icon {
  width: 54px;
  height: 54px;
  background: var(--acc-mist);
  color: var(--acc-brand-900);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 1.25rem;
  flex-shrink: 0;
  transition: all 0.4s var(--ph-ease);
}

.acc-method-item:hover .acc-method-icon {
  background: var(--acc-brand-900);
  color: #fff;
  transform: translateY(-5px);
}

.acc-map-wrapper {
  position: relative;
}

.acc-map-frame {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(12, 43, 45, 0.12);
  border: 1px solid rgba(12, 43, 45, 0.04);
}

.acc-map-badge {
  position: absolute;
  bottom: 25px;
  right: 25px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 99px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  z-index: 5;
}

.acc-badge-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.2);
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(34, 197, 94, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

/* Enquiry Suite */
.acc-enquiry-card {
  background: #fff;
  padding: clamp(2rem, 5vw, 5rem);
  border-radius: 40px;
  box-shadow: 0 50px 120px rgba(12, 43, 45, 0.08);
}

.acc-minimal-form .acc-input-field {
  position: relative;
  background: var(--acc-mist);
  border-radius: 14px;
  border: 1px solid transparent;
  transition: all 0.3s var(--ph-ease);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.acc-minimal-form .acc-input-field:focus-within {
  background: #fff;
  border-color: var(--acc-brand-500);
  box-shadow: 0 0 0 4px rgba(47, 106, 111, 0.15);
}

.acc-input-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--acc-brand-500);
  font-size: 1.25rem;
  pointer-events: none;
  transition: color 0.3s;
}

.acc-minimal-form .acc-input-field:focus-within .acc-input-icon {
  color: var(--acc-brand-700);
}

.acc-minimal-form .acc-input-field input,
.acc-minimal-form .acc-input-field textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 28px 20px 10px 56px;
  font-size: 1.05rem;
  color: var(--acc-brand-900);
  outline: none;
}

.acc-minimal-form .acc-input-field textarea {
  padding-top: 34px;
  resize: vertical;
  min-height: 120px;
}

.acc-minimal-form .acc-input-field textarea~.acc-input-icon {
  top: 24px;
  transform: none;
}

.acc-minimal-form .acc-input-field label {
  position: absolute;
  left: 56px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--acc-ink-400);
  font-size: 1.05rem;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.acc-minimal-form .acc-input-field textarea~label {
  top: 24px;
  transform: none;
}

.acc-minimal-form .acc-input-field input:focus~label,
.acc-minimal-form .acc-input-field input:not(:placeholder-shown)~label,
.acc-minimal-form .acc-input-field textarea:focus~label,
.acc-minimal-form .acc-input-field textarea:not(:placeholder-shown)~label {
  top: 14px;
  transform: translateY(0);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--acc-brand-700);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.acc-input-line {
  display: none;
}

/* Select Fields */
.acc-select-field {
  position: relative;
  background: var(--acc-mist);
  border-radius: 14px;
  border: 1px solid transparent;
  transition: all 0.3s var(--ph-ease);
  padding: 8px 20px 8px 56px;
}

.acc-select-field:focus-within {
  background: #fff;
  border-color: var(--acc-brand-500);
  box-shadow: 0 0 0 4px rgba(47, 106, 111, 0.15);
}

.acc-select-field .acc-input-icon {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--acc-brand-500);
}

.acc-select-field:focus-within .acc-input-icon {
  color: var(--acc-brand-700);
}

.acc-select-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--acc-ink-400);
  margin-bottom: 2px;
  margin-top: 4px;
  transition: color 0.3s;
}

.acc-select-field:focus-within .acc-select-label {
  color: var(--acc-brand-700);
}

.acc-select-field select {
  width: 100%;
  background: transparent;
  border: none;
  padding: 4px 0 8px 0;
  font-size: 1.05rem;
  appearance: none;
  color: var(--acc-brand-900);
  outline: none;
  cursor: pointer;
}

.acc-select-field i.bi-chevron-down {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1rem;
  color: var(--acc-brand-500);
  transition: transform 0.3s;
}

.acc-select-field:focus-within i.bi-chevron-down {
  transform: translateY(-50%) rotate(180deg);
  color: var(--acc-brand-700);
}

/* Custom Green Form Button */
.btn-brand-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--acc-brand-500), var(--acc-brand-800)) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 8px 24px rgba(12, 43, 45, 0.2) !important;
  transition: all 0.3s var(--ph-ease) !important;
  line-height: 1;
}

.btn-brand-green:hover {
  background: linear-gradient(145deg, var(--acc-brand-700), var(--acc-brand-900)) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(12, 43, 45, 0.3) !important;
}

/* Advanced Button */
.acc-btn-advanced {
  position: relative;
  background: var(--acc-brand-900);
  color: #fff;
  border: none;
  padding: 18px 45px;
  border-radius: 99px;
  font-weight: 700;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  transition: all 0.4s var(--ph-ease);
  z-index: 1;
}

.acc-btn-bg {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--acc-gold-500);
  transition: all 0.4s var(--ph-ease);
  z-index: -1;
}

.acc-btn-advanced:hover {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(201, 154, 74, 0.25);
}

.acc-btn-advanced:hover .acc-btn-bg {
  left: 0;
}

.acc-btn-advanced i {
  transition: transform 0.3s;
}

.acc-btn-advanced:hover i {
  transform: translateX(5px);
}

/* Success Ring */
.acc-success-ring {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.acc-ring-inner {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #22c55e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  animation: scale-up 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes scale-up {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

@media (max-width: 991.98px) {
  .acc-map-frame iframe {
    height: 350px;
  }
}

.acc-cta-banner {
  background: linear-gradient(135deg, var(--acc-brand-800, #12393d), var(--acc-brand-900, #0c2b2d));
  color: #fff;
  border-radius: 22px;
  padding: clamp(2.2rem, 3vw, 3.5rem);
  text-align: center;
}

.acc-cta-banner h2 {
  color: #fff !important;
  margin-bottom: 1rem;
}

.acc-cta-banner p {
  color: rgba(255, 255, 255, 0.85) !important;
  max-width: 640px;
  margin: 0 auto 1.5rem;
}

.acc-cta-banner .btn {
  margin: 0.4rem;
}

/* ── CONTACT SPLIT ─────────────────────────────────────────── */
/* ── CONTACT PREMIUM SECTIONS ───────────────────────────── */
.acc-contact-premium-card {
  background: #fff;
  padding: 2.5rem 2rem;
  border-radius: 24px;
  text-align: center;
  height: 100%;
  transition: all 0.4s var(--ph-ease);
  border: 1px solid rgba(12, 43, 45, 0.05);
  box-shadow: 0 10px 30px rgba(12, 43, 45, 0.03);
}

.acc-contact-premium-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(12, 43, 45, 0.08);
  border-color: var(--acc-gold-400);
}

.acc-card-icon-box {
  width: 64px;
  height: 64px;
  background: var(--acc-brand-900);
  color: var(--acc-gold-400);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  transition: all 0.4s var(--ph-ease);
}

.acc-contact-premium-card:hover .acc-card-icon-box {
  background: var(--acc-gold-500);
  color: #fff;
  transform: scale(1.1) rotate(5deg);
}

.acc-contact-premium-card h3 {
  font-size: 1.4rem !important;
  margin-bottom: 0.75rem;
  color: var(--acc-brand-900);
}

.acc-contact-premium-card p {
  font-size: 1rem !important;
  color: var(--acc-ink-500);
  line-height: 1.6 !important;
  margin-bottom: 1.25rem;
}

.acc-card-link {
  font-weight: 700;
  color: var(--acc-brand-700);
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap 0.3s;
}

.acc-card-link:hover {
  color: var(--acc-brand-900);
  gap: 8px;
}

/* Enquiry Form Section */
.acc-contact-form-premium {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(12, 43, 45, 0.1);
}

.acc-form-sidebar {
  background: var(--acc-brand-900);
  background-image:
    radial-gradient(circle at 100% 0%, rgba(201, 154, 74, 0.2) 0%, transparent 50%),
    radial-gradient(circle at 0% 100%, rgba(47, 106, 111, 0.25) 0%, transparent 50%);
  height: 100%;
  padding: 3rem 2rem;
  display: flex;
  align-items: center;
}

.acc-sidebar-tag {
  display: inline-block;
  padding: 6px 12px;
  background: rgba(201, 154, 74, 0.15);
  color: var(--acc-gold-400);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 99px;
  margin-bottom: 1.5rem;
}

.acc-sidebar-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
}

.acc-sidebar-list li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.acc-sidebar-list li i {
  color: var(--acc-gold-400);
}

.acc-form-main {
  padding: 3rem;
}

.acc-form-input-wrap {
  margin-bottom: 0.25rem;
}

.acc-form-input-wrap label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--acc-brand-900);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
  opacity: 0.85;
}

.acc-form-input-wrap input,
.acc-form-input-wrap textarea,
.acc-form-input-wrap select {
  width: 100%;
  background: #fdfdfd;
  border: 1px solid #e0e6ed;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 0.92rem;
  color: var(--acc-brand-900);
  transition: all 0.3s var(--ph-ease);
}

.acc-form-input-wrap input:focus,
.acc-form-input-wrap textarea:focus,
.acc-form-input-wrap select:focus {
  background: #fff;
  border-color: var(--acc-brand-500);
  box-shadow: 0 5px 15px rgba(12, 43, 45, 0.05);
  outline: none;
}

.acc-custom-select {
  position: relative;
}

.acc-custom-select select {
  appearance: none;
  padding-right: 35px;
}

.acc-custom-select i {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--acc-ink-500);
  font-size: 0.75rem;
  transition: transform 0.3s;
}

.acc-form-input-wrap select:focus+i {
  transform: translateY(-50%) rotate(180deg);
  color: var(--acc-brand-500);
}

.acc-btn-submit-modern {
  width: 100%;
  height: 54px;
  background: var(--acc-brand-900);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.4s var(--ph-ease);
  box-shadow: 0 10px 25px rgba(12, 43, 45, 0.12);
  margin-top: 0.75rem;
}

.acc-btn-submit-modern:hover {
  background: var(--acc-brand-700);
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(12, 43, 45, 0.2);
}

.acc-success-icon-modern {
  width: 64px;
  height: 64px;
  background: rgba(47, 106, 111, 0.08);
  color: var(--acc-brand-500);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .acc-form-main {
    padding: 2rem 1.5rem;
  }
}

/* ── CAREERS additions ─────────────────────────────────────── */
.acc-careers-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 767.98px) {
  .acc-careers-benefits {
    grid-template-columns: 1fr;
  }
}

.acc-benefit-card {
  background: #fff;
  padding: 2rem 1.6rem;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(12, 43, 45, 0.05);
}

.acc-benefit-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(174, 131, 58, 0.12);
  color: var(--acc-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.color-brand {
  color: var(--acc-brand-900);
}

.font-serif {
  font-family: 'Fraunces', serif !important;
}

.letter-spacing-wide {
  letter-spacing: 0.12em;
}

/* ── Lead form thank-you message ───────────────────────────── */
.acc-lead-thanks {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 24px rgba(12, 43, 45, 0.06);
}

.acc-lead-thanks i {
  color: var(--acc-warm-teal);
  font-size: 2.5rem;
}

.acc-lead-thanks h4 {
  margin: 0.6rem 0 0.4rem;
}

.acc-lead-thanks p {
  color: #4a5568;
  margin: 0;
  font-size: 1rem;
  max-width: none;
}

/* ── No horizontal overflow safety ─────────────────────────── */
html,
body {
  overflow-x: hidden;
}

@media (prefers-reduced-motion: reduce) {

  .acc-alt-panel__media img,
  .stack-card,
  .acc-team-card,
  .acc-t-slide {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}

/* ============================================================
   CONSOLIDATED: premium-home.css (home + virtual-tour layer)
   Scoped via .acc-home-* / .ph-* / #stackServicesList etc.
   Later cascade intentionally wins over style.css dupes.
   ============================================================ */
/*
 * Abbey Care Complex — Premium Homepage Layer
 * Enhances the existing 2026 system with richer motion, composition, and hierarchy.
 * Loaded AFTER style.css so selectors can cleanly override.
 */

:root {
  --ph-gold: #c99a4a;
  --ph-gold-soft: rgba(201, 154, 74, 0.18);
  --ph-brand: #0c2b2d;
  --ph-brand-700: #1b4d52;
  --ph-ink: #111a22;
  --ph-mist: #eef3f4;
  --ph-line: rgba(12, 43, 45, 0.10);
  --ph-shadow-1: 0 20px 60px -20px rgba(12, 43, 45, 0.25);
  --ph-shadow-2: 0 30px 80px -24px rgba(12, 43, 45, 0.32);
  --ph-radius: 24px;
  --ph-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ─────────────── GLOBAL POLISH ─────────────── */
/* Fix body overflow-x so nested position:sticky works.
   overflow-x: hidden implies overflow-y:auto → new scroll container that
   confines sticky. overflow-x: clip has no such side-effect. */
@supports (overflow: clip) {

  html,
  body {
    overflow-x: clip !important;
  }
}

/* Ensure no underline on any button-styled anchor */
a.btn,
a.btn:hover,
a.btn:focus,
a.btn:active,
a.btn-ph-primary,
a.btn-ph-primary:hover,
a.btn-ph-primary:focus,
a.btn-ph-primary:active,
a.btn-ph-ghost,
a.btn-ph-ghost:hover,
a.btn-ph-ghost:focus,
a.btn-ph-ghost:active,
.stack-service-card__link,
.stack-service-card__link:hover {
  text-decoration: none;
}


.ph-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--ph-gold-soft);
  color: #8e6318;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.ph-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--ph-gold);
  border-radius: 2px;
}

.ph-section-head {
  max-width: 760px;
  margin: 0 auto clamp(2rem, 4vw, 3.5rem);
  text-align: center;
}

.ph-section-head h2 {
  font-size: clamp(1.9rem, 1rem + 2.4vw, 3.2rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ph-ink);
  margin-bottom: 0.85rem;
  text-wrap: balance;
}

.ph-section-head p {
  color: var(--acc-ink-500, #5a6475);
  font-size: 1.05rem;
  line-height: 1.7;
  text-wrap: balance;
  margin-left: auto;
  margin-right: auto;
}

.btn-ph-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--ph-brand) 0%, var(--ph-brand-700) 100%);
  color: #fff;
  padding: 12px 28px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  border: 1px solid transparent;
  box-shadow: var(--ph-shadow-1);
  transition: transform 0.35s var(--ph-ease), box-shadow 0.35s var(--ph-ease), background 0.35s var(--ph-ease);
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.btn-ph-primary:hover,
.btn-ph-primary:focus,
.btn-ph-primary:active {
  text-decoration: none;
}

.btn-ph-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(201, 154, 74, 0.25) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.6s var(--ph-ease);
}

.btn-ph-primary:hover {
  transform: translateY(-2px);
  color: #fff;
  box-shadow: var(--ph-shadow-2);
}

.btn-ph-primary:hover::after {
  transform: translateX(100%);
}

.btn-ph-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: transparent;
  color: var(--ph-brand);
  padding: 11px 26px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  border: 1.5px solid rgba(12, 43, 45, 0.2);
  transition: all 0.3s var(--ph-ease);
  text-decoration: none;
}

.btn-ph-ghost:hover {
  background: var(--ph-brand);
  color: #fff;
  border-color: var(--ph-brand);
  transform: translateY(-2px);
  text-decoration: none;
}

.btn-ph-ghost:focus,
.btn-ph-ghost:active {
  text-decoration: none;
}

/* Center hero (Clean centered video design) */
.acc-center-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  padding-block: calc(var(--acc-navbar-h) + 1.5rem) 5.5rem;
}

.acc-center-hero__video-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: #081a1c;
  pointer-events: none;
}

.acc-center-hero__video-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  /* filter: brightness(0.65) saturate(1.15) contrast(1.05); */
  pointer-events: none;
  user-select: none;
  transition: opacity 1s ease;
  z-index: 1;
}

/* Fallback for legacy iframe if still present in some pages */
.acc-center-hero__video-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  transform: translate(-50%, -50%) scale(1.05);
  filter: brightness(0.65) saturate(1.15) contrast(1.05);
  pointer-events: none;
}

.acc-center-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 20% 30%, rgba(47, 106, 111, 0.2), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(201, 154, 74, 0.15), transparent 50%),
    linear-gradient(to bottom,
      rgba(12, 43, 45, 0.35) 0%,
      rgba(12, 43, 45, 0.55) 50%,
      rgba(12, 43, 45, 0.88) 100%);
}

.acc-center-hero__container {
  position: relative;
  z-index: 1;
}

.acc-center-hero__content {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.acc-center-hero__title {
  font-size: clamp(2rem, 5.4vw, 4.5rem) !important;
  font-weight: 850 !important;
  line-height: 1.05 !important;
  margin-bottom: 1.25rem;
  color: #fff !important;
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  letter-spacing: -0.03em !important;
  text-wrap: balance;
}

.acc-center-hero__lead {
  font-size: clamp(1rem, 1.4vw, 1.3rem) !important;
  line-height: 1.55 !important;
  max-width: 680px;
  margin: 0 auto 1.75rem;
  color: rgba(255, 255, 255, 0.95) !important;
  text-wrap: balance;
  text-align: center;
  font-weight: 450;
}

.acc-center-hero__actions {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.acc-center-hero__actions .btn-primary {
  background: linear-gradient(135deg, #e8a94b 0%, #c99a4a 100%) !important;
  border: none !important;
  padding: 0.9rem 2.4rem !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  box-shadow:
    0 15px 35px rgba(201, 154, 74, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.acc-center-hero__actions .btn-primary:hover {
  transform: translateY(-4px) scale(1.02) !important;
  box-shadow:
    0 20px 45px rgba(201, 154, 74, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
  background: linear-gradient(135deg, #f1c67c 0%, #e8a94b 100%) !important;
}

.acc-center-hero__bottom {
  position: absolute;
  bottom: 6rem;
  left: 0;
  right: 0;
  z-index: 2;
}

.acc-center-hero__signals {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 2vw, 2rem);
  flex-wrap: wrap;
}

.acc-center-hero__signals span {
  font-size: clamp(0.8rem, 1vw, 0.9rem);
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 1.15rem;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 99px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.acc-center-hero__signals span:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-3px);
}

.acc-center-hero__signals i {
  color: #f1c67c;
  font-size: 1.2em;
  filter: drop-shadow(0 0 8px rgba(241, 198, 124, 0.4));
}

/* ========== TABLET (768 – 991.98) ========== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .acc-center-hero {
    min-height: 100svh;
    padding-block: calc(var(--acc-navbar-h) + 1rem) 9.5rem;
  }

  .acc-center-hero__content {
    max-width: 640px;
    padding-inline: 1.5rem;
  }

  .acc-center-hero__title {
    font-size: clamp(2rem, 4.6vw, 3rem) !important;
    line-height: 1.08 !important;
    margin-bottom: 1rem;
    text-wrap: balance;
    letter-spacing: -0.025em !important;
  }

  .acc-center-hero__lead {
    font-size: 1.05rem !important;
    line-height: 1.5 !important;
    margin-bottom: 1.5rem;
    max-width: 540px;
  }

  .acc-center-hero__actions .btn-primary {
    padding: 0.85rem 2.2rem !important;
    font-size: 0.98rem !important;
  }

  .acc-center-hero__bottom {
    bottom: 5.25rem;
  }

  .acc-center-hero__signals {
    gap: 0.55rem;
    padding-inline: 1.25rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .acc-center-hero__signals span {
    font-size: 0.78rem;
    padding: 0.5rem 0.95rem;
    gap: 0.45rem;
  }
}

/* ========== MOBILE (≤ 767.98) ========== */
@media (max-width: 767.98px) {
  .acc-center-hero {
    min-height: 100svh;
    padding-top: calc(var(--acc-navbar-h) + 0.75rem);
    padding-bottom: 9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .acc-center-hero__container {
    padding-inline: 1.1rem;
  }

  .acc-center-hero__content {
    max-width: 100%;
    margin: 0 auto;
  }

  .acc-center-hero__title {
    font-size: clamp(1.5rem, 6.4vw, 2.1rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 0.75rem;
    padding-inline: 0.25rem;
    text-wrap: balance;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .acc-center-hero__lead {
    font-size: 0.92rem !important;
    line-height: 1.5 !important;
    padding-inline: 0.5rem;
    margin: 0 auto 1.1rem;
    max-width: 94%;
  }

  .acc-center-hero__actions {
    display: flex;
    justify-content: center;
    padding-inline: 1rem;
    margin-bottom: 0;
  }

  .acc-center-hero__actions .btn-primary {
    padding: 0.8rem 1.6rem !important;
    font-size: 0.92rem !important;
    width: 100%;
    max-width: 280px;
    border-radius: 99px !important;
  }

  .acc-center-hero__bottom {
    position: absolute;
    bottom: 5rem;
    left: 0;
    right: 0;
  }

  .acc-center-hero__signals {
    gap: 0.6rem;
    padding-inline: 1rem;
    padding-block: 0.25rem 0.5rem;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1rem;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: flex-start;
  }

  .acc-center-hero__signals::-webkit-scrollbar {
    display: none;
  }

  .acc-center-hero__signals span {
    min-width: 72%;
    flex: 0 0 auto;
    scroll-snap-align: center;
    justify-content: center;
    padding: 0.55rem 0.95rem;
    border-radius: 99px;
    font-size: 0.76rem;
    line-height: 1.25;
    white-space: normal;
    text-align: center;
    gap: 0.45rem;
  }

  .acc-center-hero__signals span:nth-child(1) {
    background: linear-gradient(135deg, rgba(232, 169, 75, 0.95), rgba(166, 125, 43, 0.95));
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: none !important;
  }

  .acc-center-hero__signals span:nth-child(1) i {
    color: #fff;
    filter: none;
  }

  .acc-center-hero__signals span:nth-child(2),
  .acc-center-hero__signals span:nth-child(3) {
    background: linear-gradient(135deg, rgba(62, 89, 83, 0.88), rgba(24, 46, 48, 0.88));
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: none !important;
  }

  /* Carousel dots */
  .acc-center-hero__dots {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.65rem;
  }

  .acc-center-hero__dots button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.35);
    transition: width 0.3s ease, background 0.3s ease;
  }

  .acc-center-hero__dots button.is-active {
    background: #f1c67c;
    width: 18px;
    border-radius: 99px;
  }
}

@media (min-width: 768px) {
  .acc-center-hero__dots {
    display: none !important;
  }
}

/* very small phones */
@media (max-width: 380px) {
  .acc-center-hero__title {
    font-size: 1.95rem !important;
  }

  .acc-center-hero__lead {
    font-size: 0.95rem !important;
  }

  .acc-center-hero__signals span {
    min-width: 85%;
    font-size: 0.78rem;
  }
}

/* ─────────────── STATS BAR ─────────────── */
.acc-stats-shell {
  position: relative;
  background: #fff;
  border-radius: 28px;
  padding: clamp(2rem, 3vw, 3.2rem);
  box-shadow: var(--ph-shadow-1);
  border: 1px solid var(--ph-line);
  overflow: hidden;
}

.acc-stats-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(201, 154, 74, 0.12), transparent 45%),
    radial-gradient(circle at 100% 100%, rgba(12, 43, 45, 0.08), transparent 45%);
  pointer-events: none;
}

.acc-parallax-stat {
  position: relative;
  text-align: center;
  padding: clamp(1.2rem, 2vw, 2rem);
  border-radius: 18px;
  transition: transform 0.4s var(--ph-ease), background 0.4s var(--ph-ease);
}

.acc-parallax-stat+.acc-parallax-stat {
  border-left: 1px solid var(--ph-line);
}

.acc-parallax-stat:hover {
  transform: translateY(-3px);
  background: rgba(201, 154, 74, 0.06);
}

.acc-parallax-stat__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(201, 154, 74, 0.15), rgba(12, 43, 45, 0.08));
  color: var(--ph-brand);
  margin-bottom: 0.8rem;
}

@media (max-width: 991.98px) {
  .acc-parallax-stat+.acc-parallax-stat {
    border-left: none;
    border-top: 1px solid var(--ph-line);
  }
}

/* ─────────────── ABOUT SUMMARY ─────────────── */
.acc-about-summary {
  position: relative;
  padding-block: var(--acc-section-y);
  overflow: hidden;
  isolation: isolate;
}

.acc-about-summary__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.acc-about-summary__orb {
  position: absolute;
  width: clamp(240px, 28vw, 420px);
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.5;
}

.acc-about-summary__orb--a {
  top: -120px;
  right: -120px;
  background: rgba(201, 154, 74, 0.3);
}

.acc-about-summary__orb--b {
  bottom: -140px;
  left: -100px;
  background: rgba(12, 70, 78, 0.22);
}

.acc-about-summary__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(4rem, 8vw, 9rem);
  align-items: center;
}

.acc-about-summary__title {
  font-family: var(--acc-font-body);
  font-size: clamp(2.2rem, 1.5rem + 2.5vw, 3.8rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--ph-ink);
  margin: 0.75rem 0 1.25rem;
}

.acc-about-summary__lede {
  font-size: clamp(1.05rem, 1rem + 0.3vw, 1.2rem);
  line-height: 1.8;
  color: #4a5a65;
  margin: 0;
  max-width: 58ch;
}

.acc-about-summary__points {
  list-style: none;
  padding: 0;
  margin: 1.6rem 0 0;
  display: grid;
  gap: 12px;
}

.acc-about-summary__points li {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--ph-ink);
  line-height: 1.4;
  padding: 1.1rem 1.4rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
  border: 1px solid rgba(12, 43, 45, 0.06);
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(12, 43, 45, 0.03);
  backdrop-filter: blur(12px);
  transition: all 0.4s var(--ph-ease);
}

.acc-about-summary__points li:hover {
  transform: translateX(8px) translateY(-2px);
  border-color: rgba(201, 154, 74, 0.4);
  background: #fff;
  box-shadow: 0 12px 25px rgba(12, 43, 45, 0.08);
}

.acc-about-summary__points i {
  flex-shrink: 0;
  margin-top: 2px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(201, 154, 74, 0.18), rgba(12, 70, 78, 0.1));
  color: var(--ph-gold);
  font-size: 1rem;
  flex-shrink: 0;
}

.acc-about-summary__cta {
  margin-top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.acc-about-summary__media.collage-layout {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0;
  overflow: visible;
}

.collage-main, .collage-sub {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 
    0 30px 60px -15px rgba(12, 43, 45, 0.15),
    0 15px 30px -10px rgba(12, 43, 45, 0.1);
  background: #fff;
  border: 1px solid rgba(12, 43, 45, 0.05);
  transition: transform 0.6s var(--ph-ease), box-shadow 0.6s var(--ph-ease);
}

.collage-main img, .collage-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1s var(--ph-ease);
}

.collage-main:hover, .collage-sub:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(12, 43, 45, 0.18);
}

.collage-main:hover img, .collage-sub:hover img {
  transform: scale(1.05);
}

.acc-about-summary__media.collage-layout .acc-about-summary__badge {
  position: absolute;
  top: 10%;
  left: -1.5rem;
  z-index: 10;
}

.acc-about-summary__media.collage-layout .acc-about-summary__float {
  position: absolute;
  bottom: 10%;
  right: -1.5rem;
  z-index: 10;
  top: auto;
}

.acc-about-summary__badge {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 1rem 1.4rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  box-shadow: 0 20px 48px rgba(12, 43, 45, 0.12);
}

.acc-about-summary__badge-kicker {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ph-gold);
}

.acc-about-summary__badge strong {
  font-family: var(--acc-font-body);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--ph-brand);
  letter-spacing: -0.01em;
}

.acc-about-summary__float {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 1.25rem 1.6rem;
  background: linear-gradient(135deg, rgba(12, 43, 45, 0.95), rgba(21, 56, 58, 0.9));
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  min-width: 160px;
}

.acc-about-summary__float strong {
  font-family: var(--acc-font-body);
  font-size: 1.8rem;
  line-height: 1;
  color: var(--ph-gold);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.acc-about-summary__float strong sup {
  font-size: 0.55em;
  margin-left: 2px;
  font-weight: 500;
}

.acc-about-summary__float span {
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.02em;
}

@media (max-width: 992px) {
  .acc-about-summary__inner {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .acc-about-summary__main {
    padding-left: 0;
    max-width: 100%;
  }

  .acc-about-summary__media {
    aspect-ratio: 16 / 11;
    max-height: 520px;
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
  }

  .acc-about-summary__float {
    right: 12px;
    top: auto;
    bottom: -18px;
  }
}

@media (max-width: 575.98px) {
  .acc-about-summary__media {
    aspect-ratio: 4 / 3.2;
  }

  .acc-about-summary__media::before {
    left: -8px;
    top: -8px;
    right: 20px;
    bottom: 20px;
  }

  .acc-about-summary__float {
    padding: 0.85rem 1rem;
    min-width: 130px;
  }

  .acc-about-summary__float strong {
    font-size: 1.7rem;
  }

  .acc-about-summary__badge {
    padding: 0.7rem 0.95rem;
  }

  .acc-about-summary__badge strong {
    font-size: 1.15rem;
  }

  .acc-about-summary__points li {
    font-size: 0.92rem;
  }
}

/* ─────────────── SERVICES — PREMIUM STACKED CARDS ─────────────── */
.modern-services-section {
  background:
    radial-gradient(circle at 10% 0%, rgba(201, 154, 74, 0.1), transparent 38%),
    radial-gradient(circle at 90% 100%, rgba(12, 70, 78, 0.1), transparent 38%),
    linear-gradient(180deg, #f8f6f1 0%, #f0ece3 100%);
  padding-bottom: clamp(3rem, 5vw, 5rem) !important;
}

.ph-services-intro {
  margin-bottom: clamp(2rem, 3vw, 3rem);
}

/* progress rail (desktop) */
.ph-stack-progress {
  position: sticky;
  top: calc(var(--acc-navbar-h) + 28px);
  display: grid;
  grid-auto-flow: row;
  gap: 18px;
  align-content: start;
  padding: 14px 6px;
  z-index: 2;
  border-left: 1px solid rgba(12, 43, 45, 0.08);
  margin-left: 8px;
}

.ph-stack-progress__dot {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(12, 43, 45, 0.18);
  transition: background 0.45s var(--ph-ease), transform 0.45s var(--ph-ease), box-shadow 0.45s var(--ph-ease);
  cursor: pointer;
}

.ph-stack-progress__dot::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 1px dashed rgba(201, 154, 74, 0.28);
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.4s var(--ph-ease), transform 0.4s var(--ph-ease);
}

.ph-stack-progress__dot.is-active {
  background: var(--ph-gold);
  transform: scale(1.5);
  box-shadow: 0 0 0 4px rgba(201, 154, 74, 0.18);
}

.ph-stack-progress__dot.is-active::after {
  opacity: 1;
  transform: scale(1);
}

.ph-stack-layout {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.6rem);
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}

.stack-services-list {
  width: 100%;
  max-width: none;
  padding: 0;
  position: relative;
}

.stack-service-card {
  position: sticky;
  top: calc(var(--acc-navbar-h) + 32px);
  min-height: clamp(380px, 44vw, 500px);
  border-radius: 32px;
  border: 1px solid rgba(12, 43, 45, 0.07);
  background: #ffffff;
  box-shadow:
    0 36px 80px -30px rgba(12, 43, 45, 0.32),
    0 4px 12px -4px rgba(12, 43, 45, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 48%);
  transform-origin: center top;
  transition: box-shadow 0.5s var(--ph-ease);
  will-change: transform, opacity;
}

.stack-service-card+.stack-service-card {
  margin-top: clamp(2rem, 5vh, 4rem);
}

.stack-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(201, 154, 74, 0.08), transparent 40%),
    linear-gradient(140deg, rgba(201, 154, 74, 0.04), rgba(12, 70, 78, 0.03));
  pointer-events: none;
  z-index: 0;
}

/* gold corner accent */
.stack-service-card::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 62px;
  height: 62px;
  border-top: 2px solid var(--ph-gold);
  border-right: 2px solid var(--ph-gold);
  border-radius: 0 18px 0 0;
  opacity: 0.9;
  pointer-events: none;
  z-index: 3;
}

.stack-service-card__content {
  padding: clamp(2rem, 3vw, 3.2rem);
  background: linear-gradient(155deg, #ffffff 0%, #f7faf9 55%, #eef3f3 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  z-index: 1;
}

.stack-service-card__count {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--acc-font-body);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: #8e6318;
  margin-bottom: 1rem;
}

.stack-service-card__count::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--ph-gold);
  border-radius: 2px;
}

.stack-service-card h3 {
  font-family: var(--acc-font-body);
  font-size: clamp(1.6rem, 2.2vw, 2.3rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ph-ink);
  margin-bottom: 0.9rem;
}

.stack-service-card p {
  color: var(--acc-ink-500, #5a6475);
  font-size: 1.02rem;
  line-height: 1.75;
  margin-bottom: 1.4rem;
}

.stack-service-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1.3rem;
}

.stack-service-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(12, 43, 45, 0.06);
  color: var(--ph-brand);
  font-size: 0.78rem;
  font-weight: 600;
}

.stack-service-card__tag i {
  color: var(--ph-gold);
  font-size: 0.9rem;
}

.stack-service-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 999px;
  background: var(--ph-brand);
  color: #fff !important;
  font-weight: 700;
  width: fit-content;
  transition: all 0.35s var(--ph-ease);
  box-shadow: 0 12px 28px -12px rgba(12, 43, 45, 0.55);
  text-decoration: none !important;
}

.stack-service-card__link:focus,
.stack-service-card__link:active {
  text-decoration: none !important;
}

.stack-service-card__link:hover {
  background: var(--ph-gold);
  color: #fff !important;
  transform: translateX(4px);
  box-shadow: 0 14px 32px -10px rgba(201, 154, 74, 0.55);
}

.stack-service-card__link:hover span {
  transform: translateX(0);
}

.stack-service-card__media {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.stack-service-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(201, 154, 74, 0.3), transparent 45%);
  mix-blend-mode: screen;
  z-index: 2;
  pointer-events: none;
}

.stack-service-card__media::after {
  background:
    linear-gradient(120deg, rgba(7, 20, 25, 0.05), rgba(7, 20, 25, 0.45) 75%),
    radial-gradient(circle at 82% 84%, rgba(201, 154, 74, 0.22), transparent 40%);
}

.stack-service-card__media img {
  transform: scale(1.04);
  transition: transform 1.1s var(--ph-ease);
}

.stack-service-card:hover .stack-service-card__media img {
  transform: scale(1.12);
}

/* ─────────────── STACK CARDS RESPONSIVENESS ─────────────── */
@media (max-width: 1024px) {
  .stack-service-card {
    grid-template-columns: 1fr 40%;
    min-height: 420px;
  }
}

@media (max-width: 991.98px) {
  .stack-service-card {
    display: flex;
    flex-direction: column;
    min-height: auto;
    position: relative;
    top: 0 !important;
    margin-bottom: 2.5rem;
    border-radius: 24px;
  }

  .stack-service-card+.stack-service-card {
    margin-top: 0;
  }

  .stack-service-card__media {
    order: -1;
    width: 100%;
    height: 260px;
    border-radius: 24px 24px 0 0;
  }

  .stack-service-card__content {
    padding: 2rem 1.8rem;
    background: #ffffff;
    border-radius: 0 0 24px 24px;
  }

  .stack-service-card h3 {
    font-size: 1.75rem;
  }

  .stack-service-card p {
    font-size: 1rem;
    margin-bottom: 1.8rem;
  }

  .stack-service-card__link {
    width: 100%;
    justify-content: center;
    padding: 15px;
    font-size: 1rem;
  }

  /* Remove sticky effect on mobile to prevent overlap issues */
  .ph-stack-layout {
    display: block;
  }

  .ph-stack-progress {
    display: none;
  }

  .stack-service-card::after {
    display: none;
    /* Hide gold corner on mobile for cleaner look */
  }
}

@media (max-width: 575.98px) {
  .stack-service-card__media {
    height: 200px;
  }

  .stack-service-card__content {
    padding: 1.8rem 1.4rem;
  }

  .stack-service-card h3 {
    font-size: 1.5rem;
  }

  .stack-service-card p {
    font-size: 0.95rem;
  }
}

.ph-services-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: clamp(2rem, 4vw, 3rem);
}

/* tablet / mobile stack card styles live in the bottom mobile stack block */

/* ─────────────── WHY ABBEY — ALT PANELS ─────────────── */
.acc-alt-panels {
  display: grid;
  gap: clamp(2.4rem, 5vw, 4rem);
}

.acc-alt-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3.6rem);
  align-items: center;
}

.acc-alt-panel:nth-child(even) .acc-alt-panel__media {
  order: 2;
}

.acc-alt-panel__media {
  position: relative;
  border-radius: var(--ph-radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--ph-shadow-1);
}

.acc-alt-panel__media::before {
  content: "";
  position: absolute;
  inset: -12px -12px auto auto;
  width: 68px;
  height: 68px;
  background: var(--ph-gold);
  border-radius: 50%;
  opacity: 0.15;
  z-index: 0;
}

.acc-alt-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ph-ease);
}

.acc-alt-panel:hover .acc-alt-panel__media img {
  transform: scale(1.05);
}

.acc-alt-panel__body h3 {
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  margin-bottom: 0.8rem;
}

.acc-alt-panel__body ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-weight: 500;
  color: var(--ph-ink);
}

.acc-alt-panel__body ul li i {
  color: var(--ph-gold);
}

@media (max-width: 768px) {
  .acc-alt-panel {
    grid-template-columns: 1fr;
  }

  .acc-alt-panel:nth-child(even) .acc-alt-panel__media {
    order: 0;
  }
}

/* ─────────────── CARE APPROACH ─────────────── */
.acc-scroll-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.4rem, 2vw, 2rem);
}

.acc-scroll-panel {
  position: relative;
  display: flex !important;
  flex-direction: column;
  border-radius: var(--ph-radius);
  background: #fff;
  overflow: hidden;
  box-shadow: var(--ph-shadow-1);
  border: 1px solid var(--ph-line);
  transition: transform 0.5s var(--ph-ease), box-shadow 0.5s var(--ph-ease);
  grid-template-columns: none !important;
  opacity: 1;
  transform: translateY(0);
}

.acc-scroll-panel:hover {
  transform: translateY(-6px);
  box-shadow: var(--ph-shadow-2);
}

.acc-scroll-panel__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  order: 0 !important;
}

.acc-scroll-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ph-ease);
}

.acc-scroll-panel:hover .acc-scroll-panel__media img {
  transform: scale(1.08);
}

.acc-scroll-panel__body {
  padding: 1.6rem 1.6rem 1.8rem;
}

.acc-scroll-panel__body h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.acc-scroll-panel__body p {
  color: var(--acc-ink-500, #5a6475);
  margin-bottom: 0;
  line-height: 1.7;
}

@media (max-width: 991.98px) {
  .acc-scroll-panels {
    grid-template-columns: 1fr;
  }
}

/* ─────────────── TESTIMONIALS ─────────────── */
#testimonials {
  background: linear-gradient(180deg, #f7f8fa 0%, #eef3f4 100%);
  position: relative;
  overflow: hidden;
}

#testimonials::before {
  content: "\201C";
  position: absolute;
  left: 6vw;
  top: 5rem;
  font-family: var(--acc-font-body);
  font-size: 18rem;
  line-height: 0.7;
  color: rgba(201, 154, 74, 0.18);
  pointer-events: none;
  z-index: 0;
}

.acc-t-carousel {
  position: relative;
  z-index: 1;
}

.acc-t-slide {
  background: #fff;
  border-radius: var(--ph-radius);
  padding: clamp(2rem, 3vw, 3.2rem);
  box-shadow: var(--ph-shadow-1);
  border: 1px solid var(--ph-line);
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.acc-t-stars {
  color: var(--ph-gold);
  font-size: 1.2rem;
  letter-spacing: 4px;
  margin-bottom: 1rem;
}

.acc-t-quote p {
  font-family: var(--acc-font-body);
  font-size: clamp(1.1rem, 1.4vw, 1.35rem);
  line-height: 1.6;
  color: var(--ph-ink);
  font-weight: 500;
}

.acc-t-name {
  font-weight: 700;
  color: var(--ph-brand);
  margin-top: 1.2rem;
  margin-bottom: 0;
}

.acc-t-role {
  font-size: 0.85rem;
  color: var(--acc-ink-500, #5a6475);
  margin-bottom: 0;
}

.acc-t-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.4rem;
}

.acc-t-prev,
.acc-t-next {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--ph-line);
  color: var(--ph-brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s var(--ph-ease);
  box-shadow: var(--ph-shadow-1);
}

.acc-t-prev:hover,
.acc-t-next:hover {
  background: var(--ph-brand);
  color: #fff;
  transform: translateY(-2px);
}

.acc-t-dots {
  display: inline-flex;
  gap: 8px;
}

.acc-t-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(12, 43, 45, 0.2);
  border: none;
  padding: 0;
  transition: all 0.3s var(--ph-ease);
}

.acc-t-dot.is-active {
  width: 28px;
  background: var(--ph-gold);
}

/* ─────────────── VIRTUAL TOUR CTA ─────────────── */
#virtual-tour-cta {
  background: linear-gradient(135deg, #0c2b2d 0%, #12393d 60%, #1b4d52 100%);
  position: relative;
  overflow: hidden;
}

#virtual-tour-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 30%, rgba(201, 154, 74, 0.18), transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(47, 106, 111, 0.4), transparent 40%);
  pointer-events: none;
}

.acc-virtual-cta-panel {
  position: relative;
  z-index: 1;
  padding: clamp(1rem, 2vw, 2rem);
}

.acc-virtual-cta__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(201, 154, 74, 0.18);
  color: var(--ph-gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.acc-virtual-cta__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1.4rem;
}

.acc-virtual-cta__stats div {
  display: flex;
  flex-direction: column;
}

.acc-virtual-cta__stats strong {
  font-size: 1.6rem;
  color: var(--ph-gold);
  font-family: var(--acc-font-body);
}

.acc-virtual-cta__stats span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.85rem;
}

.acc-virtual-stage {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 520px;
  margin: 0 auto;
}

.acc-virtual-stage__orb {
  position: absolute;
  inset: 10% 10%;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(201, 154, 74, 0.5), rgba(12, 43, 45, 0.4) 60%, transparent 75%);
  filter: blur(40px);
  animation: ph-orb 8s ease-in-out infinite;
}

@keyframes ph-orb {

  0%,
  100% {
    transform: scale(1) translate(0, 0);
  }

  50% {
    transform: scale(1.1) translate(10px, -10px);
  }
}

.acc-virtual-stage__card {
  position: absolute;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  padding: 1.4rem;
  color: #fff;
  width: 58%;
  box-shadow: var(--ph-shadow-2);
}

.acc-virtual-stage__card i {
  font-size: 1.6rem;
  color: var(--ph-gold);
  margin-bottom: 0.6rem;
  display: block;
}

.acc-virtual-stage__card h3 {
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 0.3rem;
}

.acc-virtual-stage__card p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.acc-virtual-stage__card--front {
  top: 8%;
  left: 4%;
  transform: rotate(-3deg);
}

.acc-virtual-stage__card--back {
  bottom: 8%;
  right: 4%;
  transform: rotate(3deg);
}

.acc-virtual-stage__card:hover {
  transform: rotate(0) translateY(-4px);
}

.acc-virtual-stage__card {
  transition: transform 0.4s var(--ph-ease);
}

@media (max-width: 991.98px) {
  .acc-virtual-stage {
    margin-top: 3.5rem;
    max-width: 500px;
  }
}

@media (max-width: 767.98px) {
  .acc-virtual-cta-panel {
    padding: clamp(2.5rem, 8vw, 4rem) 1.5rem;
    border-radius: 32px;
    text-align: center;
  }

  .acc-virtual-cta-panel h2 {
    font-size: clamp(1.8rem, 8vw, 2.4rem) !important;
    line-height: 1.2;
    margin-bottom: 1rem;
  }

  .acc-virtual-cta-panel p {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }

  .acc-virtual-cta-panel .d-flex {
    justify-content: center;
  }

  .acc-virtual-cta__stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
    margin-bottom: 2.5rem;
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem 1rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .acc-virtual-cta__stats strong {
    font-size: 1.5rem;
  }

  .acc-virtual-cta__stats span {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
  }

  .acc-virtual-stage {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    height: auto;
    aspect-ratio: auto;
    margin-top: 2.5rem;
  }

  .acc-virtual-stage__card {
    position: relative;
    width: 100%;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    padding: 1.6rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-align: left;
  }

  .acc-virtual-stage__card h3 {
    font-size: 1.1rem;
  }

  .acc-virtual-stage__orb {
    display: none;
  }

  .acc-virtual-cta-panel .btn-lg {
    width: 100%;
    padding-block: 1rem;
  }
}

@media (max-width: 575.98px) {
  .acc-virtual-cta__stats {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
  }
}

/* ─────────────── LIFE AT ABBEY ─────────────── */
#life-at-abbey-preview {
  background: #fff;
}

/* ─────────────── LIFE AT ABBEY — PREMIUM 3-CARD ROW ─────────────── */
.acc-lifestyle-section {
  position: relative;
  background: #ffffff;
  overflow: hidden;
  padding-block: clamp(4rem, 8vw, 7rem);
}

.acc-lifestyle-bg-accent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  height: 140%;
  background: radial-gradient(circle at center, rgba(201, 154, 74, 0.05) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.acc-lifestyle-grid-v3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3.5rem;
  position: relative;
  z-index: 1;
}

.acc-lifestyle-card-v3 {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 40px rgba(12, 43, 45, 0.05);
  transition: all 0.5s var(--ph-ease);
  border: 1px solid rgba(12, 43, 45, 0.03);
  height: 100%;
}

.acc-lifestyle-card-v3:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 80px -20px rgba(12, 43, 45, 0.15);
  border-color: rgba(201, 154, 74, 0.2);
}

.acc-lifestyle-card-v3__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 11;
}

.acc-lifestyle-card-v3__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ph-ease);
}

.acc-lifestyle-card-v3:hover .acc-lifestyle-card-v3__media img {
  transform: scale(1.1);
}

.acc-lifestyle-card-v3__badge {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 8px 16px;
  background: #ffffff;
  color: var(--ph-gold);
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(12, 43, 45, 0.1);
  z-index: 2;
}

.acc-lifestyle-card-v3__content {
  padding: 2.2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.acc-lifestyle-card-v3 h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--ph-ink);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.acc-lifestyle-card-v3 p {
  font-size: 1rem;
  color: #5a6475;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.acc-lifestyle-card-v3__footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(12, 43, 45, 0.05);
}

.acc-lifestyle-card-v3__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ph-brand);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s var(--ph-ease);
}

.acc-lifestyle-card-v3__link i {
  transition: transform 0.3s var(--ph-ease);
}

.acc-lifestyle-card-v3__link:hover {
  color: var(--ph-gold);
}

.acc-lifestyle-card-v3__link:hover i {
  transform: translateX(6px);
}

@media (max-width: 1199.98px) {
  .acc-lifestyle-grid-v3 {
    gap: 1.5rem;
  }

  .acc-lifestyle-card-v3__content {
    padding: 1.8rem;
  }
}

@media (max-width: 991.98px) {
  .acc-lifestyle-grid-v3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .acc-lifestyle-grid-v3 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 575.98px) {
  .acc-lifestyle-card-v3 {
    border-radius: 20px;
  }

  .acc-lifestyle-card-v3__content {
    padding: 1.5rem;
  }

  .acc-lifestyle-card-v3 h3 {
    font-size: 1.4rem;
  }
}

/* ─────────────── LOCAL SIGNAL ─────────────── */
#local-signal .row {
  align-items: stretch;
}

.ph-map-frame {
  position: relative;
  border-radius: var(--ph-radius);
  overflow: hidden;
  box-shadow: var(--ph-shadow-1);
  border: 1px solid var(--ph-line);
  aspect-ratio: 16 / 11;
}

.ph-map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.ph-map-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 3px rgba(201, 154, 74, 0.25);
  border-radius: var(--ph-radius);
}

/* ─────────────── LEAD MAGNET — THEMED ─────────────── */
.acc-lead-magnet-section {
  background: #ffffff;
}

.acc-lead-magnet-wrap {
  background: var(--ph-brand);
  color: #ffffff;
  border-radius: 32px;
  padding: clamp(2rem, 5vw, 4.4rem);
  box-shadow: 0 40px 100px -40px rgba(12, 43, 45, 0.5);
  border: 1px solid rgba(201, 154, 74, 0.2);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.acc-lead-magnet-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(201, 154, 74, 0.15), transparent 40%),
    radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.05), transparent 40%);
  pointer-events: none;
  z-index: -1;
}

.acc-lead-magnet-wrap h3 {
  color: #ffffff !important;
}

.acc-lead-magnet-wrap p.text-muted {
  color: rgba(255, 255, 255, 0.75) !important;
}

.acc-lead-kicker {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 100px;
  background: rgba(201, 154, 74, 0.2);
  color: var(--ph-gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  border: 1px solid rgba(201, 154, 74, 0.3);
}

.acc-lead-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}

.acc-lead-benefits li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.acc-lead-benefits i {
  color: var(--ph-gold);
  font-size: 1.2rem;
  margin-top: 1px;
}

.acc-lead-form-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 24px;
  padding: 2.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.acc-lead-form-card .form-control {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border-radius: 12px;
  padding: 1rem 1.2rem;
}

.acc-lead-form-card .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.acc-lead-form-card .form-control:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--ph-gold);
  color: #ffffff;
  box-shadow: 0 0 0 4px rgba(201, 154, 74, 0.2);
}

.acc-lead-form-card .btn-primary {
  background: linear-gradient(135deg, var(--ph-gold), #ae833a);
  border: none;
  font-weight: 700;
  padding: 1rem;
  border-radius: 12px;
}

.acc-lead-note {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 1.2rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.acc-lead-note i {
  color: var(--ph-gold);
}

.acc-lead-thanks h4 {
  color: var(--ph-gold) !important;
}

/* ─────────────── BLOG PREVIEW ─────────────── */
#blog-preview {
  background: linear-gradient(180deg, #f7f8fa 0%, #f2f5f8 100%);
}

#blog-preview .card {
  border-radius: var(--ph-radius) !important;
  overflow: hidden;
  box-shadow: var(--ph-shadow-1) !important;
  border: 1px solid var(--ph-line) !important;
  transition: transform 0.5s var(--ph-ease), box-shadow 0.5s var(--ph-ease);
}

#blog-preview .card:hover {
  transform: translateY(-6px);
  box-shadow: var(--ph-shadow-2) !important;
}

#blog-preview .card .ratio {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--ph-mist) !important;
  border-radius: 0 !important;
}

#blog-preview .card .ratio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ph-ease);
}

#blog-preview .card:hover .ratio img {
  transform: scale(1.08);
}

#blog-preview .badge {
  background: var(--ph-gold-soft) !important;
  color: #8e6318 !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 6px 12px;
  border-radius: 999px;
}

#blog-preview .card-body {
  padding: 1.4rem 1.6rem 1.8rem;
}

#blog-preview .card-title {
  font-size: 1.2rem;
  line-height: 1.35;
  margin-bottom: 0.6rem;
}

.ph-blog-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: var(--acc-ink-500, #5a6475);
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--ph-line);
}

.ph-blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ph-blog-meta i {
  color: var(--ph-gold);
}

/* ─────────────── FINAL CTA BANNER ─────────────── */
.ph-final-cta {
  position: relative;
  overflow: hidden;
  padding-block: clamp(3rem, 6vw, 5rem) !important;
}

.ph-final-cta__inner {
  position: relative;
  background: linear-gradient(135deg, #0c2b2d 0%, #12393d 50%, #1b4d52 100%);
  border-radius: clamp(24px, 3vw, 36px);
  padding: clamp(2.4rem, 5vw, 4.4rem);
  color: #fff;
  overflow: hidden;
  box-shadow: var(--ph-shadow-2);
}

.ph-final-cta__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(201, 154, 74, 0.25), transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(47, 106, 111, 0.4), transparent 40%);
  pointer-events: none;
}

.ph-final-cta__inner::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(201, 154, 74, 0.3), transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}

.ph-final-cta__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}

.ph-final-cta__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(201, 154, 74, 0.18);
  color: var(--ph-gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.ph-final-cta h2 {
  color: #fff;
  font-size: clamp(1.9rem, 1rem + 2.4vw, 3rem);
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0.8rem;
}

.ph-final-cta p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  margin-bottom: 1.4rem;
}

.ph-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ph-final-cta__actions .btn-ph-primary {
  background: linear-gradient(135deg, var(--ph-gold), #ae833a);
}

.ph-final-cta__actions .btn-ph-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

.ph-final-cta__actions .btn-ph-ghost:hover {
  background: #fff;
  color: var(--ph-brand);
  border-color: #fff;
}

.ph-final-cta__phone {
  justify-self: end;
  text-align: right;
}

.ph-final-cta__phone small {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.ph-final-cta__phone a {
  font-family: var(--acc-font-body);
  font-size: clamp(0.95rem, 1.1vw, 1.15rem);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  word-break: break-all;
}

.ph-final-cta__phone a i {
  color: var(--ph-gold);
}

@media (max-width: 991.98px) {
  .ph-final-cta__content {
    grid-template-columns: 1fr;
  }

  .ph-final-cta__phone {
    justify-self: start;
    text-align: left;
  }
}

/* ─────────────── FAMILY STORIES — PREMIUM ─────────────── */
.ph-stories-section {
  position: relative;
  isolation: isolate;
  padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(3.5rem, 7vw, 6rem);
  background:
    radial-gradient(circle at 12% 8%, rgba(201, 154, 74, 0.10), transparent 45%),
    radial-gradient(circle at 92% 96%, rgba(12, 70, 78, 0.10), transparent 45%),
    linear-gradient(180deg, #f6f3ec 0%, #eee8d9 100%);
  overflow: hidden;
}

.ph-stories-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.ph-stories-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.55;
}

.ph-stories-orb--a {
  width: 420px;
  height: 420px;
  top: -120px;
  left: -120px;
  background: radial-gradient(circle, rgba(201, 154, 74, 0.45), transparent 60%);
}

.ph-stories-orb--b {
  width: 520px;
  height: 520px;
  bottom: -180px;
  right: -160px;
  background: radial-gradient(circle, rgba(12, 70, 78, 0.4), transparent 60%);
}

.ph-stories-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.6rem);
  align-items: stretch;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(1.4rem, 2.4vw, 2rem);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow:
    0 40px 100px -40px rgba(12, 43, 45, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.ph-stories-summary {
  background: linear-gradient(160deg, #0c2b2d 0%, #12393d 60%, #1b4d52 100%);
  color: #fff;
  border-radius: 24px;
  padding: clamp(1.8rem, 2.5vw, 2.4rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.8rem;
  position: relative;
  overflow: hidden;
}

.ph-stories-summary::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(201, 154, 74, 0.35), transparent 50%),
    radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0.1), transparent 45%);
  pointer-events: none;
}

.ph-stories-rating {
  position: relative;
  z-index: 1;
}

.ph-stories-rating__score {
  font-family: var(--acc-font-body);
  font-size: clamp(3.4rem, 5vw, 4.6rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #fff 0%, var(--ph-gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
}

.ph-stories-rating__stars {
  display: block;
  color: var(--ph-gold);
  font-size: 1.1rem;
  letter-spacing: 0.25em;
  margin: 0.5rem 0 0.3rem;
}

.ph-stories-rating__label {
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}

.ph-stories-meta {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.9rem;
}

.ph-stories-meta>div {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ph-stories-meta strong {
  font-family: var(--acc-font-body);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--ph-gold);
  min-width: 64px;
}

.ph-stories-meta span {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.82);
}

.ph-stories-carousel {
  position: relative;
  background: #fff;
  border-radius: 24px;
  padding: clamp(2rem, 3vw, 3rem) clamp(1.4rem, 2.6vw, 2.6rem);
  text-align: left;
  max-width: none;
  box-shadow: 0 20px 60px -32px rgba(12, 43, 45, 0.25);
  overflow: hidden;
}

.ph-stories-quote-mark {
  position: absolute;
  top: 20px;
  right: 28px;
  font-size: clamp(5rem, 9vw, 8rem);
  color: var(--ph-gold);
  opacity: 0.16;
  line-height: 1;
  pointer-events: none;
}

/* Override base slide look when in premium wrapper */
.ph-stories-carousel .acc-t-slide {
  padding-top: 0;
  text-align: left;
}

.ph-stories-carousel .acc-t-slide::before {
  display: none;
}

.ph-stories-carousel .acc-t-stars {
  font-size: 1.1rem;
  letter-spacing: 0.28em;
  color: var(--ph-gold);
  margin-bottom: 1rem;
}

.ph-stories-carousel .acc-t-quote {
  font-family: var(--acc-font-body);
  font-size: clamp(1.15rem, 1.6vw, 1.5rem) !important;
  font-style: normal;
  font-weight: 500;
  line-height: 1.55 !important;
  color: var(--ph-ink);
  letter-spacing: -0.01em;
  margin: 0 0 1.8rem;
}

.ph-stories-carousel .acc-t-quote p {
  margin: 0;
}

.ph-stories-carousel .acc-t-quote p::before {
  content: "\201C";
  color: var(--ph-gold);
  margin-right: 0.1em;
}

.ph-stories-carousel .acc-t-quote p::after {
  content: "\201D";
  color: var(--ph-gold);
  margin-left: 0.1em;
}

.ph-story-author {
  display: flex;
  align-items: center;
  gap: 0.95rem;
}

.ph-story-avatar {
  --av: #0c2b2d;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--av) 0%, color-mix(in srgb, var(--av) 70%, #fff) 100%);
  color: #fff;
  font-family: var(--acc-font-body);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px -10px rgba(12, 43, 45, 0.5);
  flex-shrink: 0;
}

.ph-stories-carousel .acc-t-name {
  font-family: var(--acc-font-body);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ph-ink);
}

.ph-stories-carousel .acc-t-role {
  font-size: 0.88rem;
  color: #5a6475;
}

.ph-stories-carousel .acc-t-controls {
  margin-top: 1.8rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(12, 43, 45, 0.08);
  justify-content: space-between;
}

.ph-stories-carousel .acc-t-prev,
.ph-stories-carousel .acc-t-next {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(12, 43, 45, 0.12);
  background: #fff;
  color: var(--ph-brand);
  transition: all 0.3s var(--ph-ease);
}

.ph-stories-carousel .acc-t-prev:hover,
.ph-stories-carousel .acc-t-next:hover {
  background: var(--ph-gold);
  color: #fff;
  border-color: var(--ph-gold);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -10px rgba(201, 154, 74, 0.55);
}

.ph-stories-carousel .acc-t-dot {
  width: 8px;
  height: 24px;
  border-radius: 999px;
  background: rgba(12, 43, 45, 0.15);
  transition: all 0.35s var(--ph-ease);
}

.ph-stories-carousel .acc-t-dot.is-active {
  background: var(--ph-gold);
  transform: scaleY(1);
  width: 28px;
}

.ph-stories-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: clamp(2rem, 4vw, 2.8rem);
  position: relative;
  z-index: 1;
}

/* responsive */
@media (max-width: 991.98px) {
  .ph-stories-shell {
    grid-template-columns: 1fr;
    padding: clamp(1rem, 2.5vw, 1.5rem);
    border-radius: 24px;
    gap: 1.5rem;
  }

  .ph-stories-summary {
    padding: clamp(1.4rem, 2.8vw, 2rem);
    border-radius: 20px;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
  }

  .ph-stories-rating {
    flex: 1 1 200px;
    text-align: center;
    padding-bottom: 0.5rem;
  }

  .ph-stories-meta {
    flex: 2 1 300px;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }

  .ph-stories-meta > div {
    flex-direction: row;
    align-items: center;
    padding-top: 0.8rem;
    gap: 0.8rem;
  }

  .ph-stories-meta strong {
    min-width: 60px;
    font-size: 1.2rem;
  }

  .ph-stories-meta span {
    font-size: 0.85rem;
  }

  .ph-stories-carousel {
    padding: 2.2rem 1.5rem;
    border-radius: 20px;
  }

  .ph-stories-quote-mark {
    font-size: 5rem;
    top: 10px;
    right: 20px;
  }
}

@media (max-width: 767.98px) {
  .ph-stories-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .ph-stories-carousel {
    text-align: center;
  }

  .ph-stories-carousel .acc-t-slide {
    text-align: center;
  }

  .ph-stories-carousel .acc-t-stars {
    justify-content: center;
    display: flex;
  }

  .ph-story-author {
    flex-direction: column;
    text-align: center;
    gap: 0.6rem;
  }

  .ph-stories-carousel .acc-t-quote {
    font-size: 1.1rem !important;
  }

  .ph-stories-carousel .acc-t-quote p::before,
  .ph-stories-carousel .acc-t-quote p::after {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .ph-stories-summary {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .ph-stories-rating {
    flex: 1 1 auto;
  }

  .ph-stories-meta {
    grid-template-columns: 1fr 1fr;
    flex: 1 1 auto;
  }

  .ph-stories-meta > div {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.2rem;
  }

  .ph-stories-meta strong {
    min-width: 0;
    font-size: 1.1rem;
  }

  .ph-stories-rating__score {
    font-size: 3.2rem;
  }

  .ph-stories-carousel {
    padding: 1.8rem 1.2rem;
  }

  .ph-stories-carousel .acc-t-quote {
    font-size: 1.05rem !important;
    line-height: 1.6 !important;
  }

  .ph-story-avatar {
    width: 48px;
    height: 48px;
    font-size: 0.95rem;
  }

  .ph-stories-foot .btn-ph-primary,
  .ph-stories-foot .btn-ph-ghost {
    width: 100%;
    justify-content: center;
  }
}

/* ─────────────── SCROLL REVEAL ─────────────── */
.ph-reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s var(--ph-ease), transform 0.9s var(--ph-ease);
  animation: phRevealFallback 0s linear 2.5s forwards;
}

.ph-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
  animation: none;
}

@keyframes phRevealFallback {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ph-reveal {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }

  .acc-virtual-stage__orb {
    animation: none;
  }
}

/* ─────────────── RESPONSIVE FINAL POLISH ─────────────── */
@media (min-width: 1600px) {
  .ph-stack-layout {
    max-width: 1280px;
  }

  .stack-service-card {
    min-height: 480px;
  }
}

@media (max-width: 1399.98px) {
  .ph-stack-layout {
    max-width: 1040px;
  }
}

@media (max-width: 1199.98px) {
  .acc-stats-shell {
    padding: 2rem;
  }
}

@media (max-width: 767.98px) {
  .ph-section-head h2 {
    font-size: 1.9rem;
  }

  .acc-stats-shell {
    padding: 1.4rem;
  }

  .acc-parallax-stat {
    padding: 1rem 1rem 1rem 1.2rem;
  }

  .acc-parallax-stat::before {
    left: 1.2rem;
    top: 1rem;
  }
}

/* ============================================================
   PH PREMIUM SLIDER (generic horizontal slider engine)
   ============================================================ */
.ph-slider {
  position: relative;
  --ph-slider-gap: clamp(1rem, 2.4vw, 2rem);
}

.ph-slider__viewport {
  overflow: hidden;
  border-radius: calc(var(--ph-radius) + 4px);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 3%, #000 97%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 3%, #000 97%, transparent 100%);
}

.ph-slider__track {
  display: flex;
  gap: var(--ph-slider-gap);
  transition: transform 0.9s var(--ph-ease);
  will-change: transform;
  touch-action: pan-y;
}

.ph-slider__slide {
  flex: 0 0 100%;
  min-width: 0;
  transform: scale(0.985);
  opacity: 0.55;
  filter: saturate(0.85);
  transition: transform 0.9s var(--ph-ease), opacity 0.9s var(--ph-ease), filter 0.9s var(--ph-ease);
}

.ph-slider__slide.is-active {
  transform: scale(1);
  opacity: 1;
  filter: none;
}

.ph-slider__progress {
  position: relative;
  height: 3px;
  border-radius: 999px;
  background: rgba(12, 43, 45, 0.08);
  margin: 1.4rem auto 0;
  overflow: hidden;
  max-width: 280px;
}

.ph-slider__progress span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--ph-gold), var(--ph-brand));
  border-radius: 999px;
  transition: width 0.15s linear;
}

.ph-slider.is-paused .ph-slider__progress span {
  opacity: 0.45;
}

.ph-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.1rem;
  flex-wrap: wrap;
}

.ph-slider__btn {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--ph-line);
  color: var(--ph-brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--ph-shadow-1);
  transition: transform 0.4s var(--ph-ease), background 0.4s var(--ph-ease), color 0.4s var(--ph-ease), box-shadow 0.4s var(--ph-ease);
  font-size: 1.05rem;
  cursor: pointer;
}

.ph-slider__btn:hover,
.ph-slider__btn:focus-visible {
  background: linear-gradient(135deg, var(--ph-brand), var(--ph-brand-700));
  color: #fff;
  transform: translateY(-3px);
  box-shadow: var(--ph-shadow-2);
}

.ph-slider__btn:active {
  transform: translateY(-1px) scale(0.97);
}

.ph-slider__dots {
  display: inline-flex;
  gap: 10px;
}

.ph-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(12, 43, 45, 0.18);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.5s var(--ph-ease);
}

.ph-slider__dot:hover {
  background: rgba(201, 154, 74, 0.6);
}

.ph-slider__dot.is-active {
  width: 34px;
  background: var(--ph-gold);
}

/* Desktop hover arrows floating on viewport */
@media (min-width: 992px) {

  .ph-slider__btn--prev,
  .ph-slider__btn--next {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    z-index: 4;
    opacity: 0;
    transition: opacity 0.4s var(--ph-ease), transform 0.4s var(--ph-ease), background 0.4s var(--ph-ease), color 0.4s var(--ph-ease);
  }

  .ph-slider__btn--prev {
    left: -8px;
  }

  .ph-slider__btn--next {
    right: -8px;
  }

  .ph-slider:hover .ph-slider__btn--prev,
  .ph-slider:focus-within .ph-slider__btn--prev {
    opacity: 1;
    left: 16px;
  }

  .ph-slider:hover .ph-slider__btn--next,
  .ph-slider:focus-within .ph-slider__btn--next {
    opacity: 1;
    right: 16px;
  }

  .ph-slider__controls {
    gap: 12px;
  }
}

/* ─────────────── STACK SERVICES POLISH ─────────────── */
.stack-service-card {
  transition: box-shadow 0.7s var(--ph-ease), border-color 0.5s var(--ph-ease);
  will-change: transform;
}

.stack-service-card:hover {
  box-shadow: 0 40px 90px -30px rgba(12, 43, 45, 0.35);
  border-color: rgba(201, 154, 74, 0.35);
}

.stack-service-card__media img {
  transition: transform 1.4s var(--ph-ease), filter 0.8s var(--ph-ease);
  filter: saturate(0.95);
}

.stack-service-card:hover .stack-service-card__media img {
  filter: saturate(1.05);
}

.stack-service-card__link {
  transition: color 0.4s var(--ph-ease), gap 0.4s var(--ph-ease);
}

.stack-service-card__link span {
  display: inline-block;
  transition: transform 0.5s var(--ph-ease);
}

.stack-service-card__link:hover {
  gap: 14px;
}

.ph-stack-progress__dot {
  transition: all 0.5s var(--ph-ease);
}

.ph-stack-progress__dot.is-active {
  transform: scale(1.25);
}

/* ============================================================
   VIRTUAL TOUR — ON-SCROLL HORIZONTAL EXPERIENCE
   ============================================================ */
.vtour-scroll {
  position: relative;
  background: #0c2b2d;
  color: #fff;
  overflow: hidden;
}

.vtour-scroll::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(201, 154, 74, 0.22), transparent 45%),
    radial-gradient(circle at 85% 80%, rgba(47, 106, 111, 0.35), transparent 50%);
  pointer-events: none;
}

.vtour-scroll__head {
  position: relative;
  text-align: center;
  padding: clamp(4rem, 9vw, 7rem) 1.2rem clamp(1.5rem, 4vw, 3rem);
  max-width: 820px;
  margin: 0 auto;
  z-index: 2;
}

.vtour-scroll__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: rgba(201, 154, 74, 0.22);
  border: 1px solid rgba(201, 154, 74, 0.35);
  color: var(--ph-gold);
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.vtour-scroll__head h2 {
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  font-family: var(--acc-font-body);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 0.8rem;
}

.vtour-scroll__head p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  font-size: 1.05rem;
  margin: 0;
}

.vtour-scroll__hint {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 1.4rem;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.vtour-scroll__hint i {
  color: var(--ph-gold);
  animation: vtour-bounce 1.8s ease-in-out infinite;
}

@keyframes vtour-bounce {

  0%,
  100% {
    transform: translateX(-4px);
  }

  50% {
    transform: translateX(6px);
  }
}

.vtour-scroll__stage {
  position: relative;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
}

.vtour-scroll__track {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 clamp(1.2rem, 4vw, 3.2rem);
  gap: clamp(1.2rem, 2.4vw, 2.2rem);
  will-change: transform;
}

.vtour-panel {
  flex: 0 0 auto;
  width: min(88vw, 960px);
  height: 78vh;
  min-height: 560px;
  max-height: 760px;
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 40px 120px -30px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.06);
  background: #111a22;
  isolation: isolate;
}

.vtour-panel__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.vtour-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.18);
  will-change: transform;
  transition: transform 1.4s var(--ph-ease);
}

.vtour-panel__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 32, 35, 0.0) 40%, rgba(10, 32, 35, 0.55) 72%, rgba(10, 32, 35, 0.88) 100%),
    linear-gradient(90deg, rgba(10, 32, 35, 0.35) 0%, transparent 45%);
}

.vtour-panel__tag {
  position: absolute;
  top: 1.3rem;
  left: 1.3rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  z-index: 3;
}

.vtour-panel__tag i {
  color: var(--ph-gold);
}

.vtour-panel__num {
  position: absolute;
  top: 1.3rem;
  right: 1.6rem;
  font-family: var(--acc-font-body);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: -0.02em;
  line-height: 1;
  z-index: 3;
}

.vtour-panel__copy {
  position: absolute;
  left: clamp(1.4rem, 3vw, 2.6rem);
  right: clamp(1.4rem, 3vw, 2.6rem);
  bottom: clamp(1.4rem, 3vw, 2.2rem);
  z-index: 3;
  max-width: 620px;
}

.vtour-panel__copy h3 {
  font-family: var(--acc-font-body);
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0 0 0.6rem;
  color: #fff;
}

.vtour-panel__copy p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
  font-size: 1rem;
  margin: 0 0 1rem;
}

.vtour-panel__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vtour-panel__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.9);
}

.vtour-panel__meta span i {
  color: var(--ph-gold);
}

.vtour-panel__hotspot {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--ph-gold);
  box-shadow: 0 0 0 6px rgba(201, 154, 74, 0.25), 0 0 0 14px rgba(201, 154, 74, 0.12);
  animation: vtour-pulse 2.4s ease-in-out infinite;
  z-index: 3;
}

.vtour-panel__hotspot--a {
  top: 30%;
  left: 32%;
}

.vtour-panel__hotspot--b {
  top: 54%;
  right: 22%;
}

@keyframes vtour-pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

.vtour-scroll__progress {
  position: absolute;
  left: 50%;
  bottom: clamp(1rem, 3vw, 2rem);
  transform: translateX(-50%);
  width: min(520px, 68vw);
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
  z-index: 5;
}

.vtour-scroll__progress span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--ph-gold), #fff);
  border-radius: 999px;
  transition: width 0.15s linear;
}

.vtour-scroll__dots {
  position: absolute;
  left: 50%;
  bottom: calc(clamp(1rem, 3vw, 2rem) + 16px);
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 5;
}

.vtour-scroll__dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  transition: all 0.5s var(--ph-ease);
}

.vtour-scroll__dots span.is-active {
  width: 28px;
  background: var(--ph-gold);
}

/* ===========================
   2026 UX REFACTOR OVERRIDES
=========================== */

/* Global fluid type + tap ergonomics */
.ph-section-head p,
.stack-service-card p,
.acc-about-summary__lede,
.vtour-panel__copy p {
  font-size: clamp(1rem, 0.95rem + 0.24vw, 1.12rem);
  line-height: clamp(1.62, 1.56 + 0.2vw, 1.78);
}

.btn-ph-primary,
.btn-ph-ghost,
.stack-service-card__link {
  min-height: 48px;
  padding-block: 0.75rem;
  padding-inline: 1.5rem;
  font-size: clamp(0.9rem, 0.84rem + 0.14vw, 1rem);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
}

/* IntersectionObserver reveal targets */
[data-io-reveal] {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  transition:
    opacity 0.7s var(--ph-ease),
    transform 0.7s var(--ph-ease);
  will-change: transform, opacity;
}

[data-io-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Home About section — media/content split, parallax hook */
.acc-about-summary__main {
  max-width: 62ch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
}

.acc-about-summary__title {
  text-wrap: balance;
}

.acc-about-summary__media.is-parallax img {
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.02);
}

/* Services cards — keep desktop stack, mobile full-width reveal/touch */
@media (max-width: 991.98px) {
  .stack-service-card[data-io-reveal] {
    width: 100%;
    touch-action: manipulation;
    opacity: 0;
    transform: translate3d(0, 26px, 0);
    transition:
      transform 0.66s var(--ph-ease),
      opacity 0.66s var(--ph-ease),
      box-shadow 0.4s var(--ph-ease);
  }

  .stack-service-card[data-io-reveal].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .stack-service-card:active {
    transform: scale(0.995);
  }

  .stack-service-card__link {
    width: 100%;
    justify-content: center;
  }
}

/* Virtual Tour mobile/tablet — cinematic pinning optimization */
@media (max-width: 991.98px) {
  .vtour-scroll__stage {
    height: 100vh;
    min-height: 460px;
  }

  .vtour-scroll__track {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 1.5rem;
    gap: 1.25rem;
  }

  .vtour-panel {
    width: 86vw;
    height: 70vh;
    min-height: 380px;
    max-height: 600px;
    flex: 0 0 auto;
  }

  .vtour-scroll__progress,
  .vtour-scroll__dots {
    display: flex;
    bottom: 1.5rem;
  }

  .vtour-scroll__progress {
    bottom: 1rem;
    width: 60%;
  }

  .vtour-scroll__dots {
    bottom: 2.2rem;
    gap: 8px;
  }

  .vtour-scroll__dots span {
    width: 6px;
    height: 6px;
  }

  .vtour-scroll__dots span.is-active {
    width: 18px;
  }
}

@media (max-width: 575.98px) {
  .vtour-scroll__head h2 {
    font-size: clamp(1.5rem, 6vw, 1.8rem);
  }

  .vtour-panel {
    width: 88vw;
    height: 66vh;
  }

  .vtour-panel__copy h3 {
    font-size: clamp(1.1rem, 5vw, 1.35rem);
  }

  .vtour-panel__copy p {
    font-size: 0.9rem;
    line-height: 1.45;
    margin-bottom: 0.6rem;
    text-align: left !important;
  }

  .vtour-panel__meta span {
    padding: 3px 8px;
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {
  .vtour-scroll__head {
    padding-top: 3rem;
  }

  .vtour-scroll__head p {
    font-size: 0.95rem;
    text-align: center;
  }

  .vtour-panel {
    aspect-ratio: 4 / 5.5;
  }

  .vtour-panel__tag {
    top: 1rem;
    left: 1rem;
    padding: 6px 12px;
    font-size: 0.68rem;
  }

  .vtour-panel__num {
    top: 0.8rem;
    right: 1.2rem;
    font-size: 1.8rem;
  }
}

/* Virtual Tour supporting sections — stronger visual hierarchy */
.acc-vtour-highlights,
.acc-vtour-steps {
  gap: clamp(0.9rem, 1vw + 0.6rem, 1.2rem);
}

.acc-vtour-feature-card,
.acc-vtour-step {
  border-radius: clamp(14px, 1vw + 10px, 20px);
  padding: clamp(1rem, 0.9rem + 0.8vw, 1.6rem);
}

.acc-vtour-feature-card h3,
.acc-vtour-step h3 {
  font-size: clamp(1.1rem, 1.02rem + 0.5vw, 1.42rem);
  line-height: 1.3;
}

.acc-vtour-feature-card p,
.acc-vtour-step p {
  font-size: clamp(0.94rem, 0.9rem + 0.24vw, 1.02rem);
  line-height: 1.68;
}

@media (prefers-reduced-motion: reduce) {
  [data-io-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .vtour-panel__media img {
    transform: none;
    transition: none;
  }

  .vtour-panel__hotspot {
    animation: none;
  }

  .vtour-scroll__hint i {
    animation: none;
  }

  .ph-slider__track {
    transition: none;
  }
}

/* ─────────────── WHY CHOOSE ABBEY ─────────────── */
.acc-why-section {
  position: relative;
  padding: clamp(4rem, 7vw, 7rem) 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(201, 154, 74, 0.10), transparent 42%),
    radial-gradient(circle at 92% 90%, rgba(12, 70, 78, 0.10), transparent 42%),
    linear-gradient(180deg, #fbf8f1 0%, #f1ece0 100%);
  overflow: hidden;
  isolation: isolate;
}

.acc-why-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.acc-why-orb {
  position: absolute;
  width: clamp(260px, 30vw, 460px);
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
}

.acc-why-orb--a {
  top: -120px;
  left: -120px;
  background: rgba(201, 154, 74, 0.35);
}

.acc-why-orb--b {
  bottom: -140px;
  right: -120px;
  background: rgba(12, 70, 78, 0.28);
}

/* Pillar grid — icon + title only, premium minimalist */
.acc-why-pillars {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: clamp(2.2rem, 3.5vw, 3.2rem) 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.6vw, 1.6rem);
}

.acc-why-pillar {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.1rem;
  padding: clamp(1.6rem, 2.2vw, 2.2rem);
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(12, 43, 45, 0.07);
  box-shadow: 0 18px 42px -26px rgba(12, 43, 45, 0.28);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.5s var(--ph-ease), box-shadow 0.5s var(--ph-ease), border-color 0.5s var(--ph-ease);
}

.acc-why-pillar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, rgba(201, 154, 74, 0.08), transparent 55%);
  opacity: 0;
  transition: opacity 0.5s var(--ph-ease);
  z-index: -1;
}

.acc-why-pillar::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  border-top: 2px solid var(--ph-gold);
  border-right: 2px solid var(--ph-gold);
  border-radius: 0 22px 0 0;
  opacity: 0;
  transform: translate(10px, -10px);
  transition: opacity 0.5s var(--ph-ease), transform 0.5s var(--ph-ease);
}

.acc-why-pillar:hover,
.acc-why-pillar:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 30px 64px -24px rgba(12, 43, 45, 0.4);
  border-color: rgba(201, 154, 74, 0.4);
}

.acc-why-pillar:hover::before,
.acc-why-pillar:focus-within::before {
  opacity: 1;
}

.acc-why-pillar:hover::after,
.acc-why-pillar:focus-within::after {
  opacity: 0.9;
  transform: translate(0, 0);
}

.acc-why-pillar__num {
  position: absolute;
  top: clamp(1rem, 1.6vw, 1.4rem);
  right: clamp(1.2rem, 2vw, 1.8rem);
  font-family: var(--acc-font-body);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(12, 43, 45, 0.06);
  letter-spacing: -0.02em;
  transition: color 0.5s var(--ph-ease);
  pointer-events: none;
}

.acc-why-pillar:hover .acc-why-pillar__num {
  color: rgba(201, 154, 74, 0.22);
}

.acc-why-pillar__icon {
  position: relative;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(201, 154, 74, 0.18), rgba(12, 70, 78, 0.1));
  color: var(--ph-gold);
  font-size: 1.6rem;
  transition: transform 0.55s var(--ph-ease), background 0.55s var(--ph-ease), color 0.55s var(--ph-ease), box-shadow 0.55s var(--ph-ease);
}

.acc-why-pillar:hover .acc-why-pillar__icon {
  transform: rotate(-6deg) scale(1.05);
  background: var(--ph-brand);
  color: var(--ph-gold);
  box-shadow: 0 18px 36px -14px rgba(12, 43, 45, 0.55);
}

.acc-why-pillar__title {
  font-family: var(--acc-font-body);
  font-size: clamp(1.15rem, 1.3vw, 1.35rem);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: var(--ph-ink);
  margin: 0;
  max-width: 85%;
}

.acc-why-pillar__rule {
  display: block;
  width: 36px;
  height: 2px;
  background: var(--ph-gold);
  border-radius: 2px;
  transform-origin: left center;
  transform: scaleX(0.6);
  transition: transform 0.5s var(--ph-ease), width 0.5s var(--ph-ease);
}

.acc-why-pillar:hover .acc-why-pillar__rule {
  transform: scaleX(1);
  width: 56px;
}

/* Trust strip — stats row */
.acc-why-trust {
  position: relative;
  z-index: 1;
  margin-top: clamp(2.4rem, 4vw, 3.5rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.8rem);
  padding: clamp(1.8rem, 2.6vw, 2.6rem) clamp(1.6rem, 2.4vw, 2.4rem);
  background: linear-gradient(135deg, var(--ph-brand) 0%, #0a3a3d 100%);
  border-radius: 28px;
  box-shadow: 0 30px 70px -28px rgba(12, 43, 45, 0.55);
  overflow: hidden;
  isolation: isolate;
}

.acc-why-trust::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(201, 154, 74, 0.25), transparent 45%),
    radial-gradient(circle at 90% 100%, rgba(201, 154, 74, 0.15), transparent 50%);
  z-index: -1;
}

.acc-why-trust__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  padding-left: clamp(0.9rem, 1.5vw, 1.4rem);
  border-left: 1px solid rgba(201, 154, 74, 0.35);
}

.acc-why-trust__item:first-child {
  border-left: 0;
  padding-left: 0;
}

.acc-why-trust__num {
  font-family: var(--acc-font-body);
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 600;
  line-height: 1;
  color: var(--ph-gold);
  letter-spacing: -0.02em;
}

.acc-why-trust__num sup {
  font-size: 0.6em;
  margin-left: 2px;
  font-weight: 500;
}

.acc-why-trust__num--text {
  font-size: clamp(1.6rem, 2.3vw, 2.2rem);
  letter-spacing: 0.01em;
}

.acc-why-trust__label {
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0.02em;
}

.acc-why-foot {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(2rem, 4vw, 3.2rem);
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .acc-why-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .acc-why-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1.6rem;
  }

  .acc-why-trust__item:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 575.98px) {
  .acc-why-pillars {
    grid-template-columns: 1fr;
  }

  .acc-why-pillar {
    padding: 1.4rem;
  }

  .acc-why-pillar__icon {
    width: 54px;
    height: 54px;
    font-size: 1.35rem;
    border-radius: 16px;
  }

  .acc-why-pillar__num {
    font-size: 2rem;
  }

  .acc-why-pillar__title {
    font-size: 1.1rem;
    max-width: 80%;
  }

  .acc-why-trust {
    grid-template-columns: 1fr;
    padding: 1.5rem;
    border-radius: 22px;
  }

  .acc-why-trust__item {
    border-left: 0;
    padding-left: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(201, 154, 74, 0.25);
  }

  .acc-why-trust__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

/* ─────────────── SERVICES STACK — MOBILE STACK CARDS ─────────────── */
@media (max-width: 991.98px) {
  .modern-services-section .ph-stack-layout {
    grid-template-columns: 1fr !important;
    gap: 0;
  }

  .modern-services-section .ph-stack-progress {
    display: none;
  }

  .modern-services-section .stack-services-list {
    display: block;
  }

  .modern-services-section .stack-service-card {
    position: sticky;
    top: calc(var(--acc-navbar-h, 72px) + 16px);
    grid-template-columns: 1fr;
    min-height: auto;
    border-radius: 22px;
    margin: 0 auto 1.4rem;
    max-width: 100%;
    transform-origin: center top;
    will-change: transform, opacity;
    box-shadow:
      0 24px 50px -24px rgba(12, 43, 45, 0.35),
      0 2px 8px -2px rgba(12, 43, 45, 0.08);
  }

  .modern-services-section .stack-service-card+.stack-service-card {
    margin-top: 1.4rem;
  }

  .modern-services-section .stack-service-card__media {
    min-height: 240px;
    max-height: 280px;
    order: -1;
  }

  .modern-services-section .stack-service-card::after {
    width: 44px;
    height: 44px;
    top: 14px;
    right: 14px;
  }
}

@media (max-width: 575.98px) {
  .modern-services-section .stack-service-card {
    top: calc(var(--acc-navbar-h, 64px) + 10px);
    border-radius: 20px;
  }

  .modern-services-section .stack-service-card__content {
    padding: 1.4rem 1.2rem 1.6rem;
  }

  .modern-services-section .stack-service-card h3 {
    font-size: 1.3rem;
    line-height: 1.22;
  }

  .modern-services-section .stack-service-card p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .modern-services-section .stack-service-card__link {
    width: 100%;
    justify-content: center;
  }

  .modern-services-section .stack-service-card__media {
    min-height: 200px;
    max-height: 240px;
  }

  .modern-services-section .stack-service-card__count {
    font-size: 0.7rem;
    letter-spacing: 0.22em;
  }
}

/* ============================================================
   CONSOLIDATED: premium-about.css
   Scoped via .acc-story-* / .acc-journey-*
   ============================================================ */
/* 
 * Abbey Care Complex — Premium About Page V3.1
 * Compact Professional — Aesthetic Polish Layer
 */

.acc-story-compact {
  padding: clamp(4rem, 8vw, 8rem) 0;
  background-color: #ffffff;
  z-index: 1;
}

/* --- Decorative Shapes --- */
.acc-story-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  z-index: -1;
  opacity: 0.4;
  pointer-events: none;
}

.acc-story-shape--1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #e8f0f1 0%, rgba(232, 240, 241, 0) 70%);
  top: -10%;
  left: -10%;
}

.acc-story-shape--2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #f8f6f0 0%, rgba(248, 246, 240, 0) 70%);
  bottom: 0;
  right: -5%;
}

/* --- Image Frame Polish --- */
.acc-story-media {
  position: relative;
  perspective: 1000px;
}

.acc-story-frame {
  position: relative;
  border-radius: 48px;
  overflow: hidden;
  box-shadow:
    0 40px 100px rgba(12, 43, 45, 0.12),
    0 10px 30px rgba(12, 43, 45, 0.05);
  transform-style: preserve-3d;
  background: #f8f9fa;
}

.acc-story-img-main {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s cubic-bezier(0.2, 0, 0.2, 1);
}

.acc-story-frame:hover .acc-story-img-main {
  transform: scale(1.03);
}

/* --- Polished Badge --- */
.acc-story-badge-glass {
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 1.8rem;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  min-width: 130px;
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.08),
    inset 0 0 20px rgba(255, 255, 255, 0.5);
  animation: float 6s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* --- Content Styling --- */
.acc-story-content .acc-eyebrow {
  letter-spacing: 0.2em;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #a9771f;
  display: inline-block;
}

.acc-story-content h2 {
  line-height: 1.1;
}

.lead-sm {
  font-size: 1.15rem;
  font-weight: 500;
  color: #2c3e50 !important;
}

/* --- Trust Pill Polish --- */
.acc-trust-pill {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem;
  background: linear-gradient(135deg, #ffffff 0%, #fdfcf9 100%);
  border-radius: 24px;
  border: 1px solid rgba(169, 119, 31, 0.08);
  box-shadow: 0 10px 30px -10px rgba(12, 43, 45, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
}

.acc-trust-pill:hover {
  background: #ffffff;
  border-color: rgba(169, 119, 31, 0.25);
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -15px rgba(169, 119, 31, 0.12);
}

.acc-mini-icon {
  width: 54px;
  height: 54px;
  background: #fcf9f2;
  color: #a9771f;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 1px rgba(169, 119, 31, 0.05);
}

.acc-trust-pill:hover .acc-mini-icon {
  transform: scale(1.1) rotate(8deg);
  background: #a9771f;
  color: #ffffff;
}

.acc-trust-pill span {
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  color: #0c2b2d;
  line-height: 1.3;
}

/* Decorative Detail */
.acc-story-detail-circle {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 2px solid rgba(169, 119, 31, 0.1);
  border-radius: 50%;
  top: -20px;
  right: -20px;
  z-index: -1;
}

/* --- Mobile Polish --- */
@media (max-width: 991.98px) {
  .acc-story-compact {
    padding: 5rem 0;
  }

  .acc-story-badge-glass {
    right: 1.5rem;
    bottom: 1.5rem;
    padding: 1.2rem;
    min-width: 110px;
  }

  .acc-story-frame {
    border-radius: 36px;
  }

  .acc-trust-pill {
    padding: 0.8rem;
    gap: 0.8rem;
  }
}



/* --- Our Journey Timeline Section --- */
.acc-journey-section {
  position: relative;
  background: #082022 !important;
  /* Rich Obsidian Green */
  overflow: clip;
}

.acc-journey-timeline {
  position: relative;
  margin-top: 4rem;
  padding-bottom: 2rem;
}

/* Timeline Central Line */
.acc-journey-line-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  z-index: 10;
}

.acc-journey-line-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
}

.acc-journey-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  /* Animated by GSAP */
  background: var(--acc-gold-500);
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(201, 154, 74, 0.4);
}

.acc-journey-items {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.acc-journey-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

/* Alternating sides for desktop */
.acc-journey-item:nth-child(even) {
  flex-direction: row-reverse;
}

.acc-journey-item .acc-journey-content {
  width: 50%;
  padding: 0 5rem;
  box-sizing: border-box;
}

.acc-journey-item:nth-child(odd) .acc-journey-content {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.acc-journey-marker {
  position: absolute;
  left: 50%;
  top: 2rem;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: #082022;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 15;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.acc-journey-item.is-active .acc-journey-marker {
  border-color: var(--acc-gold-500);
  background: var(--acc-gold-500);
  box-shadow: 0 0 25px rgba(201, 154, 74, 0.5);
  transform: translate(-50%, -50%) scale(1.3);
}

.acc-journey-marker::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid var(--acc-gold-500);
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.6s ease;
}

.acc-journey-item.is-active .acc-journey-marker::after {
  opacity: 0.4;
  transform: scale(1.4);
  animation: markerPulse 2s infinite;
}

@keyframes markerPulse {
  0% {
    transform: scale(1.2);
    opacity: 0.4;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.acc-journey-year {
  display: inline-block;
  font-family: var(--acc-font-body);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--acc-gold-500);
  margin-bottom: 0.8rem;
  letter-spacing: 0.05em;
  position: relative;
}

/* 
.acc-journey-year::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--acc-warm-amber, #e8a94b);
  border-radius: 2px;
} */

.acc-journey-item:nth-child(odd) .acc-journey-year::after {
  left: auto;
  right: 0;
}

.acc-journey-card {
  background: #ffffff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 2.5rem;
  border-radius: 32px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateY(30px);
  opacity: 0.5;
  text-align: left;
  color: #0c2b2d;
  /* Dark text for white bg */
}

.acc-journey-card h3 {
  color: #0c2b2d !important;
}

.acc-journey-card p {
  color: #4a5568 !important;
  /* Muted dark text */
}

.acc-journey-icon-box {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--acc-warm-teal, #2f6a6f), #1a3c3f);
  color: #ffffff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 8px 20px rgba(47, 106, 111, 0.25);
  margin-bottom: 1.5rem;
}

.acc-journey-item.is-active .acc-journey-card {
  transform: translateY(0);
  opacity: 1;
  box-shadow:
    0 30px 70px rgba(12, 43, 45, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.acc-journey-card:hover {
  transform: translateY(-12px) scale(1.01);
  background: #ffffff;
  border-color: var(--acc-warm-teal, #2f6a6f);
}

.acc-journey-card h3 {
  color: #0c2b2d;
  font-family: var(--acc-font-body);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.acc-journey-card p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #5a6475;
  margin-bottom: 0;
}

/* Mobile Adjustments */
@media (max-width: 991.98px) {
  .acc-journey-line-wrapper {
    left: 24px;
    transform: none;
  }

  .acc-journey-item {
    padding-left: 0;
  }

  .acc-journey-item,
  .acc-journey-item:nth-child(even) {
    flex-direction: row;
  }

  .acc-journey-item .acc-journey-content,
  .acc-journey-item:nth-child(even) .acc-journey-content {
    width: 100%;
    padding: 1.5rem 0.5rem 1.5rem 4rem;
    text-align: left;
    align-items: flex-start;
  }

  .acc-journey-marker {
    left: 24px;
    top: 3.5rem;
  }

  .acc-journey-year {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .acc-journey-year::after {
    left: 0;
    right: auto;
  }

  .acc-journey-card {
    padding: 2rem 1.5rem;
    border-radius: 24px;
    transform: translateX(20px);
  }

  .acc-journey-item.is-active .acc-journey-card {
    transform: translateX(0);
  }
}

/* ============================================================
   CONSOLIDATED: premium-values.css
   Scoped via .acc-values-* / .acc-mosaic-*
   ============================================================ */
/* 
 * Abbey Care Complex — Luminescent Sanctuary V3.0
 * Aesthetic: Depth, Atmosphere, Architectural Glass.
 */

:root {
  --acc-champagne: #D4AF37;
  --acc-mist-teal: #f0f4f4;
  --acc-warm-sand: #f9f7f4;
}

.acc-values-section {
  background: radial-gradient(circle at 50% 50%, #ffffff 0%, var(--acc-warm-sand) 100%);
  position: relative;
}

/* Atmospheric Auras */
.acc-values-aura {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.25;
  z-index: 0;
  pointer-events: none;
}

.aura--1 {
  background: radial-gradient(circle, rgba(212, 175, 55, 0.3) 0%, transparent 70%);
  top: -10%;
  left: -10%;
}

.aura--2 {
  background: radial-gradient(circle, rgba(47, 106, 111, 0.2) 0%, transparent 70%);
  bottom: -10%;
  right: -10%;
}

.acc-values-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(120px, auto);
  gap: 30px;
  margin-top: 4rem;
}

/* Mosaic Item Refinement */
.acc-mosaic-item {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(12, 43, 45, 0.04);
  box-shadow:
    0 10px 40px rgba(0, 0, 0, 0.03),
    inset 0 0 0 1px rgba(255, 255, 255, 0.8);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.acc-mosaic-item:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow:
    0 30px 80px rgba(12, 43, 45, 0.08),
    inset 0 0 0 1px rgba(212, 175, 55, 0.2);
  border-color: rgba(212, 175, 55, 0.3);
}

.acc-mosaic-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.acc-mosaic-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.05) brightness(0.95);
  transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.acc-mosaic-item:hover .acc-mosaic-image img {
  transform: scale(1.1);
  filter: contrast(1.1) brightness(1.02);
}

/* Content & Overlay */
.acc-mosaic-content {
  position: relative;
  z-index: 2;
  padding: 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(to bottom,
      transparent 0%,
      rgba(12, 43, 45, 0.1) 40%,
      rgba(12, 43, 45, 0.85) 100%);
  color: #ffffff;
  transition: background 0.6s ease;
}

.acc-mosaic-item:hover .acc-mosaic-content {
  background: linear-gradient(to bottom,
      transparent 0%,
      rgba(12, 43, 45, 0.2) 40%,
      rgba(12, 43, 45, 0.92) 100%);
}

/* Typography Refinement */
.acc-mosaic-num {
  font-family: var(--acc-font-body);
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--acc-champagne);
  opacity: 0.1;
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.acc-mosaic-item:hover .acc-mosaic-num {
  opacity: 0.25;
  transform: scale(1.1) translateX(10px);
}

.acc-mosaic-item h3 {
  font-family: var(--acc-font-body);
  font-size: clamp(1.6rem, 2.2vw, 2.4rem);
  color: #ffffff;
  margin-bottom: 0.8rem;
  font-weight: 600;
}

.acc-mosaic-item p {
  font-size: 1.15rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  max-width: 44ch;
  margin-bottom: 0;
}

/* Item Specific Grid Layouts */
.item-landscape {
  grid-column: span 8;
  min-height: 520px;
}

.item-vertical {
  grid-column: span 4;
  grid-row: span 2;
  min-height: 650px;
}

.item-text {
  grid-column: span 4;
  min-height: 480px;
  background: var(--acc-brand-900);
}

.item-square {
  grid-column: span 4;
  min-height: 480px;
}

.item-wide {
  grid-column: span 12;
  min-height: 420px;
}

/* Text Item Special Polish */
.item-text {
  padding: 4rem 3rem;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #0c2b2d 0%, #163d40 100%);
  box-shadow: inset 0 0 50px rgba(212, 175, 55, 0.05);
}

.acc-mosaic-text-inner {
  border-left: 2px solid var(--acc-champagne);
  padding-left: 2.5rem;
}

/* Wide Item Content Alignment */
.item-wide .acc-mosaic-content {
  background: linear-gradient(to right, rgba(12, 43, 45, 0.95) 0%, rgba(12, 43, 45, 0.3) 100%);
  justify-content: center;
}

/* Content Overlay Variants */
.content--overlay {
  background: rgba(12, 43, 45, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  justify-content: center;
  align-items: center;
  text-align: center;
}

.content--overlay:hover {
  background: rgba(12, 43, 45, 0.65);
}

/* Mobile Adjustments */
@media (max-width: 991.98px) {
  .acc-values-mosaic {
    gap: 20px;
  }

  .item-landscape,
  .item-vertical,
  .item-text,
  .item-square,
  .item-wide {
    grid-column: span 6;
    min-height: 400px;
  }

  .item-vertical {
    grid-row: span 1;
  }

  .item-wide {
    grid-column: span 12;
  }
}

@media (max-width: 575.98px) {
  .acc-values-mosaic {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .item-landscape,
  .item-vertical,
  .item-text,
  .item-square,
  .item-wide {
    grid-column: span 1 !important;
    min-height: 340px;
    border-radius: 32px;
  }

  .acc-mosaic-content {
    padding: 2rem;
  }

  .acc-mosaic-num {
    font-size: 3rem;
    top: 1rem;
    left: 1rem;
  }
}

/* ============================================================
   CONSOLIDATED: premium-manager.css
   Scoped via .acc-manager-*
   ============================================================ */
/* 
 * Abbey Care Complex — Leadership Signature V1.0
 * Aesthetic: Trust, Professionalism, Editorial Depth.
 */

.acc-manager-section {
  background-color: #faf9f6;
  padding: clamp(4rem, 8vw, 8rem) 0;
  position: relative;
  overflow: hidden;
}

/* Architectural Frame */
.acc-manager-frame {
  position: relative;
  z-index: 1;
}

.acc-manager-image {
  position: relative;
  z-index: 2;
  border-radius: 40px 40px 40px 0;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(12, 43, 45, 0.1);
}

.acc-manager-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.acc-manager-frame::after {
  content: '';
  position: absolute;
  top: 20px;
  right: -20px;
  width: 100%;
  height: 100%;
  border: 2px solid var(--acc-gold-500, #c99a4a);
  border-radius: 40px 40px 40px 0;
  z-index: 0;
  pointer-events: none;
}

/* Content Styles */
.acc-manager-name {
  font-family: var(--acc-font-body);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  color: var(--acc-brand-900, #0c2b2d);
  margin-bottom: 0.5rem;
}

.acc-manager-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--acc-gold-500, #c99a4a);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 2rem;
  display: block;
}

.acc-manager-quote {
  padding-left: 1.5rem;
  border-left: 3px solid var(--acc-gold-500);
  margin-bottom: 2.5rem;
}

.acc-manager-quote blockquote {
  font-family: var(--acc-font-body);
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--acc-brand-900);
  margin-bottom: 0;
}

.acc-manager-bio {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 2.5rem;
}

/* Credentials Bar */
.acc-manager-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.acc-credential-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(12, 43, 45, 0.05);
}

.acc-credential-badge i {
  color: var(--acc-gold-500);
  font-size: 1.2rem;
}

.acc-credential-badge span {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--acc-brand-900);
}

/* Responsiveness */
@media (max-width: 991.98px) {
  .acc-manager-frame {
    max-width: 400px;
    margin: 0 auto 4rem;
  }
}

@media (max-width: 575.98px) {
  .acc-manager-name {
    font-size: 2.2rem;
  }

  .acc-manager-quote blockquote {
    font-size: 1.2rem;
  }

  .acc-credential-badge {
    width: 100%;
    justify-content: center;
  }
}

/* ============================================================
   CONSOLIDATED: premium-cqc.css
   Scoped via .acc-cqc-* / .acc-rating-*
   ============================================================ */
/* 
 * Abbey Care Complex — The Trust Seal V1.0
 * Aesthetic: Independent Trust, Quality Standards, Clinical Cleanliness.
 */

.acc-cqc-premium-v2 {
  background: #071e1d;
  padding: clamp(6rem, 10vw, 10rem) 0;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.acc-cqc-glow {
  position: absolute;
  top: 50%;
  left: -10%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(232, 169, 75, 0.08) 0%, transparent 60%);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}

.acc-cqc-sticky-content {
  position: sticky;
  top: 120px;
}

.acc-cqc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e8a94b;
  /* Gold */
}

.acc-cqc-pip {
  width: 6px;
  height: 6px;
  background: #e8a94b;
  border-radius: 50%;
  animation: cqc-pulse 2s infinite;
}

@keyframes cqc-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(232, 169, 75, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(232, 169, 75, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(232, 169, 75, 0);
  }
}

.acc-cqc-title {
  font-family: var(--acc-font-body);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.acc-cqc-lead {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.15rem;
  line-height: 1.7;
  max-width: 90%;
}

.acc-cqc-badge-card {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 2rem;
  border-radius: 30px;
  margin-top: 3rem;
}

.acc-cqc-badge-centered {
  flex-direction: column;
  text-align: center;
  padding: 3rem 4rem;
  margin-top: 0;
}

.acc-cqc-ring-wrapper {
  position: relative;
  width: 140px;
  height: 140px;
  flex-shrink: 0;
}

.acc-cqc-ring-outer {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px dashed rgba(232, 169, 75, 0.4);
  animation: rotate-cqc 20s linear infinite;
}

@keyframes rotate-cqc {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.acc-cqc-ring-inner {
  position: absolute;
  inset: 10px;
  background: linear-gradient(135deg, rgba(232, 169, 75, 0.15), transparent);
  border: 1px solid rgba(232, 169, 75, 0.3);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 20px rgba(232, 169, 75, 0.1);
}

.acc-cqc-ring-inner .acc-cqc-status {
  font-family: var(--acc-font-body);
  font-size: 1.8rem;
  font-weight: 800;
  color: #e8a94b;
  line-height: 1;
  margin-bottom: 0.2rem;
}

.acc-cqc-ring-inner .acc-cqc-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.acc-cqc-date {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}

.acc-cqc-date strong {
  color: #fff;
  font-size: 1.1rem;
  display: block;
  margin-top: 0.2rem;
}

.acc-cqc-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.acc-cqc-glass-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  padding: 2rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.acc-cqc-card-centered {
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  padding: 3rem 2rem;
}

.acc-cqc-glass-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #e8a94b;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.acc-cqc-card-centered::before {
  width: 100%;
  height: 4px;
}

.acc-cqc-glass-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(232, 169, 75, 0.3);
  transform: translateX(10px);
}

.acc-cqc-card-centered:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.acc-cqc-glass-card:hover::before {
  opacity: 1;
}

.acc-cqc-card-content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.8rem;
  font-family: var(--acc-font-body);
}

.acc-cqc-card-content p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.6;
}

.acc-cqc-rating-pill {
  font-family: var(--acc-font-body);
  background: rgba(232, 169, 75, 0.1);
  color: #e8a94b;
  border: 1px solid rgba(232, 169, 75, 0.2);
  padding: 0.6rem 1.5rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(232, 169, 75, 0.05);
}

.acc-cqc-partners-box {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2.5rem;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 24px;
  align-items: center;
  justify-content: center;
}

.acc-partner-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 600;
}

.acc-partner-brand i {
  font-size: 1.5rem;
  color: #e8a94b;
}

@media (max-width: 991.98px) {
  .acc-cqc-badge-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .acc-cqc-glass-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1.5rem;
    gap: 1.5rem;
  }

  .acc-cqc-glass-card::before {
    width: 100%;
    height: 4px;
  }

  .acc-cqc-glass-card:hover {
    transform: translateY(-5px);
  }

  .acc-cqc-partners-box {
    flex-direction: column;
    align-items: center;
  }
}

/* ============================================================
   MERGE-FIX: classes referenced by about.html / index.html that
   were not ported when the style layers were merged. Keeping
   them here so layout degrades gracefully.
   ============================================================ */
.acc-eyebrow-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.acc-story-copy {
  max-width: 46ch;
}

.acc-story-copy p:last-child {
  margin-bottom: 0;
}

/* .acc-title-reveal intentionally has no initial hidden state —
   premium-about.js uses gsap.from() which animates FROM opacity 0.
   Leaving CSS opacity:1 prevents headings staying invisible if
   GSAP or reduced-motion disables animation. */
.acc-title-reveal {
  will-change: opacity, transform;
}

.acc-manager-content {
  position: relative;
}

.acc-manager-content>*+* {
  margin-top: 1rem;
}

.acc-rating-list {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin-top: 1rem;
}

.acc-t-track {
  position: relative;
  width: 100%;
}

.border-gold {
  border-color: var(--ph-gold) !important;
}

/* ==============================================================
   DAILY SCHEDULE v4 — Zigzag Process Journey (FIXED + PREMIUM)
   ============================================================== */

/* ── 1. Section shell ─────────────────────────────────────────── */
.laa-day {
  position: relative;
  overflow: hidden;
  background: #071e1d;
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

/* Ambient radial glow blobs */
.laa-day__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  pointer-events: none;
  z-index: 0;
}

.laa-day__blob--a {
  width: 640px;
  height: 640px;
  top: -200px;
  left: -160px;
  background: radial-gradient(circle, rgba(47, 125, 118, 0.28) 0%, transparent 65%);
}

.laa-day__blob--b {
  width: 500px;
  height: 500px;
  bottom: -180px;
  right: -120px;
  background: radial-gradient(circle, rgba(232, 169, 75, 0.18) 0%, transparent 65%);
}

.laa-day .container {
  position: relative;
  z-index: 1;
}

/* ── 2. Section header ────────────────────────────────────────── */
.laa-day__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 88px;
  /* GSAP will animate this from opacity:0 translateY(30px) */
  will-change: opacity, transform;
}

.laa-day__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #e8a94b;
  margin-bottom: 1.1rem;
}

.laa-day__eyebrow-pip {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e8a94b;
  flex-shrink: 0;
  animation: laa-pip 2.2s ease-in-out infinite;
}

@keyframes laa-pip {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.3;
    transform: scale(0.55);
  }
}

.laa-day__title {
  font-family: 'Fraunces', serif !important;
  font-size: clamp(2.4rem, 4vw + 0.5rem, 3.4rem) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  color: #fff;
  margin-bottom: 1.3rem;
  text-wrap: balance;
}

.laa-day__title em {
  font-style: italic;
  color: #e8a94b;
}

.laa-day__intro {
  font-size: 1.05rem !important;
  line-height: 1.8 !important;
  color: rgba(255, 255, 255, 0.5);
  max-width: 500px;
  margin: 0 auto;
}

/* ── 3. Steps list + CSS spine ────────────────────────────────── */
.laa-day__steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5.5rem;
  position: relative;
  /* context for the ::before spine */
}

/* THE FIX: Spine is a ::before pseudo on the steps list,
   so it only spans the actual steps area (not the header) */
.laa-day__steps::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: linear-gradient(180deg,
      rgba(232, 169, 75, 0.7) 0%,
      rgba(47, 200, 190, 0.6) 25%,
      rgba(79, 143, 160, 0.6) 50%,
      rgba(100, 200, 100, 0.6) 75%,
      rgba(130, 130, 220, 0.7) 100%);
  border-radius: 2px;
  opacity: 0.35;
}

/* ── 4. Single step ──────────────────────────────────────────── */
.laa-day__step {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  align-items: center;
  gap: 0;
  position: relative;
  /* Initial GSAP state — set in JS */
  will-change: opacity, transform;
}

/* Right-lean: img | node | body */
.laa-day__step--right .laa-day__step-img {
  order: 1;
}

.laa-day__step--right .laa-day__step-node {
  order: 2;
}

.laa-day__step--right .laa-day__step-body {
  order: 3;
  padding-left: 3.5rem;
}

/* Left-lean: body | node | img */
.laa-day__step--left .laa-day__step-body {
  order: 1;
  padding-right: 3.5rem;
  text-align: right;
}

.laa-day__step--left .laa-day__step-node {
  order: 2;
}

.laa-day__step--left .laa-day__step-img {
  order: 3;
}

.laa-day__step--left .laa-day__step-tags {
  justify-content: flex-end;
}

/* ── 5. Node badge ───────────────────────────────────────────── */
.laa-day__step-node {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.laa-day__step-num {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #0c2b2d;
  border: 2px solid rgba(232, 169, 75, 0.5);
  color: #e8a94b;
  font-family: 'Fraunces', serif;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 6px rgba(232, 169, 75, 0.07),
    0 6px 24px rgba(0, 0, 0, 0.4);
  transition: transform 0.35s cubic-bezier(.22, 1, .36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  position: relative;
  z-index: 2;
}

.laa-day__step:hover .laa-day__step-num {
  transform: scale(1.12);
  border-color: rgba(232, 169, 75, 0.9);
  box-shadow:
    0 0 0 12px rgba(232, 169, 75, 0.1),
    0 8px 30px rgba(0, 0, 0, 0.5);
}

/* ── 6. Image panel ──────────────────────────────────────────── */
.laa-day__step-img {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.04);
  background: #0d3335;
  will-change: transform;
}

.laa-day__step-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.85s cubic-bezier(.22, 1, .36, 1);
}

.laa-day__step:hover .laa-day__step-img img {
  transform: scale(1.06);
}

/* Gradient overlay on image bottom */
.laa-day__step-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      transparent 50%,
      rgba(7, 30, 29, 0.55) 100%);
  pointer-events: none;
}

/* Time badge on image */
.laa-day__step-img-badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.42rem 0.85rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s ease;
  background: rgba(232, 169, 75, 0.92);
  color: #07201f;
}

.laa-day__step:hover .laa-day__step-img-badge {
  transform: translateY(-2px);
}

.laa-day__step-img-badge--teal {
  background: rgba(47, 200, 190, 0.92);
  color: #07201f;
}

.laa-day__step-img-badge--amber {
  background: rgba(232, 169, 75, 0.92);
  color: #07201f;
}

.laa-day__step-img-badge--green {
  background: rgba(100, 200, 100, 0.92);
  color: #07201f;
}

.laa-day__step-img-badge--indigo {
  background: rgba(130, 130, 220, 0.92);
  color: #fff;
}

/* ── 7. Text body ────────────────────────────────────────────── */
.laa-day__step-body {
  display: flex;
  flex-direction: column;
}

.laa-day__step-period {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e8a94b;
  margin-bottom: 0.55rem;
}

.laa-day__step-title {
  font-family: 'Fraunces', serif !important;
  font-size: clamp(1.55rem, 2vw + 0.5rem, 2.1rem) !important;
  font-weight: 700 !important;
  color: #fff !important;
  line-height: 1.18 !important;
  margin-bottom: 1rem;
}

.laa-day__step-desc {
  font-size: 0.98rem !important;
  line-height: 1.8 !important;
  color: rgba(255, 255, 255, 0.58) !important;
  margin-bottom: 1.25rem;
  max-width: 44ch;
}

.laa-day__step--left .laa-day__step-desc {
  margin-left: auto;
}

.laa-day__step-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.laa-day__step-tags li {
  font-size: 0.72rem !important;
  font-weight: 600;
  letter-spacing: 0.07em;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2 !important;
  transition: background 0.25s, color 0.25s;
}

.laa-day__step:hover .laa-day__step-tags li {
  background: rgba(232, 169, 75, 0.1);
  border-color: rgba(232, 169, 75, 0.2);
  color: rgba(255, 255, 255, 0.75);
}

/* ── 8. Footer quote + CTA ───────────────────────────────────── */
.laa-day__footer {
  margin-top: 5.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
  will-change: opacity, transform;
}

.laa-day__quote {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-left: 4px solid #e8a94b;
  border-radius: 18px;
  padding: 2rem 2.5rem;
  max-width: 620px;
  margin: 0;
}

.laa-day__quote p {
  font-family: 'Fraunces', serif !important;
  font-size: 1.25rem !important;
  font-style: italic;
  color: rgba(255, 255, 255, 0.88) !important;
  margin-bottom: 0.7rem;
  line-height: 1.65 !important;
}

.laa-day__quote cite {
  font-size: 0.82rem !important;
  color: rgba(255, 255, 255, 0.38);
  font-style: normal;
}

.laa-day__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.9rem 2.3rem;
  border-radius: 999px;
  background: #e8a94b;
  color: #07201f !important;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none !important;
  letter-spacing: 0.04em;
  transition: background 0.25s, transform 0.28s cubic-bezier(.22, 1, .36, 1), box-shadow 0.25s;
  box-shadow: 0 6px 24px rgba(232, 169, 75, 0.25);
}

.laa-day__cta:hover {
  background: #f0bb6a;
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(232, 169, 75, 0.38);
  color: #07201f !important;
}

.laa-day__cta i {
  transition: transform 0.28s cubic-bezier(.22, 1, .36, 1);
}

.laa-day__cta:hover i {
  transform: translateX(5px);
}

/* ── 9. Tablet (≤ 991px) — left-spine vertical stack ─────────── */
@media (max-width: 991.98px) {
  .laa-day__steps::before {
    left: 24px;
    transform: none;
    background: rgba(255, 255, 255, 0.07);
  }

  .laa-day__steps {
    gap: 3.5rem;
  }

  .laa-day__step,
  .laa-day__step--right,
  .laa-day__step--left {
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto auto;
    gap: 0 1.5rem;
    align-items: start;
  }

  .laa-day__step-node {
    order: 1;
    grid-row: 1;
    grid-column: 1;
    padding-top: 0;
  }

  .laa-day__step-img {
    order: 2;
    grid-row: 2;
    grid-column: 2;
    margin-bottom: 1.2rem;
  }

  .laa-day__step-body {
    order: 3;
    grid-row: 3;
    grid-column: 2;
    padding: 0 !important;
    text-align: left !important;
  }

  .laa-day__step--left .laa-day__step-tags {
    justify-content: flex-start;
  }

  .laa-day__step--left .laa-day__step-desc {
    margin-left: 0;
  }

  .laa-day__step-num {
    width: 46px;
    height: 46px;
    font-size: 0.9rem;
  }
}

/* ── 10. Mobile (≤ 575px) — single column, minimal ────────────── */
@media (max-width: 575.98px) {
  .laa-day {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .laa-day__header {
    margin-bottom: 3rem;
  }

  .laa-day__steps::before {
    display: none;
  }

  .laa-day__steps {
    gap: 2.5rem;
  }

  .laa-day__step,
  .laa-day__step--right,
  .laa-day__step--left {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    gap: 1.25rem;
  }

  .laa-day__step-node {
    display: none;
  }

  .laa-day__step-img {
    order: 1;
    grid-column: 1;
  }

  .laa-day__step-body {
    order: 2;
    grid-column: 1;
    padding: 0 !important;
    text-align: left !important;
  }

  .laa-day__step--left .laa-day__step-tags {
    justify-content: flex-start;
  }

  .laa-day__quote {
    padding: 1.5rem 1.25rem;
  }

  .laa-day__quote p {
    font-size: 1.05rem !important;
  }

  .laa-day__footer {
    margin-top: 3.5rem;
    gap: 1.5rem;
  }
}


/* ==============================================================
   ACTIVITIES & WELLBEING v2 — Premium Bento + Pillars
   ============================================================== */

/* ── 1. Section shell ─────────────────────────────────────────── */
.laa-act {
  position: relative;
  background: #f8f6f2;
  overflow: hidden;
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

/* Subtle dot-mesh background */
.laa-act__bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(47, 106, 111, 0.07) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
  z-index: 0;
}

.laa-act .container {
  position: relative;
  z-index: 1;
}

/* ── 2. Header split ─────────────────────────────────────────── */
.laa-act__header {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: clamp(2rem, 4vw, 5rem);
  align-items: end;
  margin-bottom: 3.5rem;
}

.laa-act__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--acc-warm-teal, #2F6A6F);
  margin-bottom: 1.1rem;
}

.laa-act__eyebrow-line {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--acc-warm-teal, #2F6A6F);
  border-radius: 2px;
  flex-shrink: 0;
}

.laa-act__title {
  font-family: 'Fraunces', serif !important;
  font-size: clamp(2rem, 3vw + 0.5rem, 2.9rem) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  color: #0c2b2d;
  margin-bottom: 0;
  text-wrap: balance;
}

.laa-act__title em {
  font-style: italic;
  color: var(--acc-warm-teal, #2F6A6F);
}

.laa-act__header-body {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.laa-act__intro {
  font-size: 1rem !important;
  line-height: 1.8 !important;
  color: #4a5568;
  margin: 0;
}

/* Stats row */
.laa-act__stats {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.laa-act__stat {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.laa-act__stat-num {
  font-family: 'Fraunces', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #0c2b2d;
  line-height: 1;
}

.laa-act__stat-num span {
  font-size: 1.3rem;
  color: var(--acc-warm-amber, #E8A94B);
}

.laa-act__stat-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #718096;
}

/* Responsive header */
@media (max-width: 991.98px) {
  .laa-act__header {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* ── 3. Bento media grid ─────────────────────────────────────── */
.laa-act__bento {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 320px 220px;
  gap: 1rem;
  margin-bottom: 3.5rem;
  border-radius: 24px;
  overflow: hidden;
}

/* A — hero: spans full height left column */
.laa-act__bento-card--hero {
  grid-column: 1;
  grid-row: 1 / 3;
}

/* B — tall: top right */
.laa-act__bento-card--tall {
  grid-column: 2;
  grid-row: 1;
}

/* C — wide: bottom left of right column */
.laa-act__bento-card--wide {
  grid-column: 2;
  grid-row: 2;
}

/* D — square (hidden on smaller screens, shown only at ≥ 1200) */
.laa-act__bento-card--sq {
  display: none;
}

/* Shared card base */
.laa-act__bento-card {
  position: relative;
  overflow: hidden;
  background: #0c2b2d;
}

.laa-act__bento-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.85s cubic-bezier(.22, 1, .36, 1);
}

.laa-act__bento-card:hover img {
  transform: scale(1.07);
}

/* Overlay with text */
.laa-act__bento-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(7, 30, 29, 0.88) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  transition: background 0.35s;
}

.laa-act__bento-card:hover .laa-act__bento-overlay {
  background: linear-gradient(180deg, transparent 20%, rgba(7, 30, 29, 0.92) 100%);
}

.laa-act__bento-tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(232, 169, 75, 0.9);
  color: #07201f;
  margin-bottom: 0.5rem;
  width: fit-content;
}

.laa-act__bento-name {
  font-family: 'Fraunces', serif !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin-bottom: 0.35rem;
  line-height: 1.2 !important;
}

.laa-act__bento-desc {
  font-size: 0.82rem !important;
  line-height: 1.6 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.4s;
  opacity: 0;
}

.laa-act__bento-card:hover .laa-act__bento-desc {
  max-height: 80px;
  opacity: 1;
}

/* 4-column bento at very wide screens */
@media (min-width: 1200px) {
  .laa-act__bento {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 340px 200px;
  }

  .laa-act__bento-card--hero {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .laa-act__bento-card--tall {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .laa-act__bento-card--wide {
    grid-column: 3;
    grid-row: 1;
  }

  .laa-act__bento-card--sq {
    display: block;
    grid-column: 3;
    grid-row: 2;
  }
}

/* Tablet bento */
@media (max-width: 767.98px) {
  .laa-act__bento {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 160px;
    border-radius: 16px;
  }

  .laa-act__bento-card--hero {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .laa-act__bento-card--tall {
    grid-column: 1;
    grid-row: 2;
  }

  .laa-act__bento-card--wide {
    grid-column: 2;
    grid-row: 2;
  }
}

/* Mobile bento */
@media (max-width: 479.98px) {
  .laa-act__bento {
    grid-template-columns: 1fr;
    grid-template-rows: 220px 180px 180px;
  }

  .laa-act__bento-card--hero {
    grid-column: 1;
    grid-row: 1;
  }

  .laa-act__bento-card--tall {
    grid-column: 1;
    grid-row: 2;
  }

  .laa-act__bento-card--wide {
    grid-column: 1;
    grid-row: 3;
  }
}

/* ── 4. Activity pillars grid ────────────────────────────────── */
.laa-act__pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 4.5rem;
}

@media (max-width: 1199.98px) {
  .laa-act__pillars {
    gap: 1.25rem;
  }
}

@media (max-width: 991.98px) {
  .laa-act__pillars {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .laa-act__pillars {
    grid-template-columns: 1fr;
  }
}

.laa-act__pillar {
  background: #fff;
  border-radius: 24px;
  padding: 2.5rem 2rem;
  box-shadow: 0 4px 24px rgba(12, 43, 45, 0.04);
  border: 1px solid var(--acc-divider);
  transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.laa-act__pillar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(12, 43, 45, 0.02) 100%);
  z-index: -1;
  transition: opacity 0.45s ease;
}

.laa-act__pillar:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 64px rgba(12, 43, 45, 0.12);
  border-color: rgba(174, 131, 58, 0.3);
}

.laa-act__pillar:hover::before {
  opacity: 1;
}

.laa-act__pillar-icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1.75rem;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
}

.laa-act__pillar:hover .laa-act__pillar-icon {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.laa-act__pillar-icon--amber {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  color: #d97706;
}

.laa-act__pillar-icon--teal {
  background: linear-gradient(135deg, #f0fdfa 0%, #ccfbf1 100%);
  color: #0d9488;
}

.laa-act__pillar-icon--green {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  color: #16a34a;
}

.laa-act__pillar-icon--purple {
  background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
  color: #9333ea;
}

.laa-act__pillar-icon--rose {
  background: linear-gradient(135deg, #fff1f2 0%, #ffe4e6 100%);
  color: #e11d48;
}

.laa-act__pillar-icon--indigo {
  background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
  color: #4f46e5;
}

.laa-act__pillar-title {
  font-family: 'Fraunces', serif !important;
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  color: var(--acc-brand-900) !important;
  margin-bottom: 0.8rem;
  line-height: 1.2 !important;
}

.laa-act__pillar-desc {
  font-size: 1rem !important;
  line-height: 1.7 !important;
  color: var(--acc-ink-500) !important;
  margin: 0;
}

/* ── 5. CTA strip ────────────────────────────────────────────── */
.laa-act__cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  flex-wrap: wrap;
  background: linear-gradient(135deg, #0c2b2d 0%, #1a4d52 100%);
  border-radius: 32px;
  padding: 3rem 4rem;
  box-shadow: 0 32px 80px rgba(12, 43, 45, 0.18);
  position: relative;
  overflow: hidden;
}

.laa-act__cta-strip::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(201, 154, 74, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.laa-act__cta-text {
  font-family: 'Fraunces', serif !important;
  font-size: clamp(1.4rem, 2.2vw, 1.75rem) !important;
  font-style: italic;
  color: #fff !important;
  margin: 0;
  flex: 1;
  min-width: 320px;
  line-height: 1.4 !important;
  position: relative;
}

.laa-act__cta-text::before {
  content: '“';
  position: absolute;
  top: -1.5rem;
  left: -2rem;
  font-size: 5rem;
  opacity: 0.2;
  font-family: serif;
}

.laa-act__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 2.8rem;
  border-radius: 999px;
  background: var(--acc-warm-amber, #E8A94B);
  color: #0c2b2d !important;
  font-weight: 750;
  font-size: 1rem;
  text-decoration: none !important;
  letter-spacing: 0.02em;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  white-space: nowrap;
  box-shadow: 0 12px 32px rgba(232, 169, 75, 0.35);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.laa-act__cta-btn:hover {
  background: #fff;
  color: #0c2b2d !important;
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 20px 48px rgba(255, 255, 255, 0.2);
}

.laa-act__cta-btn i {
  font-size: 1.1rem;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.laa-act__cta-btn:hover i {
  transform: translateX(6px);
}

@media (max-width: 991.98px) {
  .laa-act__cta-strip {
    padding: 3rem;
  }
}

@media (max-width: 575.98px) {
  .laa-act {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .laa-act__cta-strip {
    flex-direction: column;
    text-align: center;
    padding: 2.5rem 2rem;
    border-radius: 24px;
  }

  .laa-act__cta-text {
    min-width: unset;
    font-size: 1.4rem !important;
  }

  .laa-act__cta-text::before {
    left: 50%;
    transform: translateX(-50%);
    top: -3rem;
  }

  .laa-act__cta-btn {
    width: 100%;
    justify-content: center;
    padding: 1rem 2rem;
  }
}




/* ============================================================
   LIFE AT ABBEY — Page-Specific Styles (Migrated)
   ============================================================ */

/* 1. CHAPTER INTRO (editorial storytelling) */
.laa-chapter {
  position: relative;
}

.laa-chapter-num {
  font-family: 'Fraunces', serif;
  font-size: clamp(5rem, 12vw, 9rem);
  font-weight: 700;
  line-height: 1;
  color: var(--acc-accent);
  opacity: 0.1;
  pointer-events: none;
  user-select: none;
  position: absolute;
  top: -1.5rem;
  left: -1rem;
  z-index: 0;
}

/* 2. DAILY LIFE HERO INTRO */
.laa-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

@media (max-width: 991.98px) {
  .laa-intro-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.laa-intro-media {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 32px 80px rgba(12, 43, 45, 0.18);
}

.laa-intro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.laa-intro-media:hover img {
  transform: scale(1.04);
}

.laa-intro-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  background: rgba(12, 43, 45, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  padding: 0.9rem 1.4rem;
  border-radius: 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.laa-intro-badge span {
  display: block;
  font-family: 'Fraunces', serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  color: var(--acc-warm-amber);
  line-height: 1.1;
  margin-bottom: 0.15rem;
}

/* Trust Pill */
.laa-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
}

.laa-trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.1rem;
  background: var(--acc-warm-grey, #F9F7F4);
  border: 1px solid var(--acc-divider, #E7E2D7);
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0c2b2d;
}

.laa-trust-chip i {
  color: var(--acc-accent);
  font-size: 1rem;
}

/* 5. DINING — Split editorial */
.laa-dining-split {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 0;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(12, 43, 45, 0.12);
  min-height: 580px;
}

@media (max-width: 991.98px) {
  .laa-dining-split {
    grid-template-columns: 1fr;
    border-radius: 1.5rem;
    min-height: auto;
  }
}

.laa-dining-media {
  position: relative;
}

.laa-dining-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.laa-dining-content {
  background: #0c2b2d;
  color: #fff;
  padding: clamp(2.5rem, 5vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.laa-dining-content .acc-eyebrow {
  color: var(--acc-warm-amber);
}

.laa-dining-content h2 {
  color: #fff !important;
}

.laa-dining-content p {
  color: rgba(255, 255, 255, 0.75) !important;
  max-width: none !important;
}

.laa-menu-list {
  list-style: none;
  padding: 0;
  margin: 1.75rem 0 2rem;
}

.laa-menu-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
}

.laa-menu-list li:last-child {
  border-bottom: none;
}

.laa-menu-list .laa-menu-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--acc-warm-amber);
  font-size: 0.875rem;
}

/* 6. SPIRITUAL — Mosaic */
.laa-spiritual-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

@media (max-width: 767.98px) {
  .laa-spiritual-grid {
    grid-template-columns: 1fr;
  }
}

.laa-spiritual-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 1.5rem;
  background: #fff;
  border: 1.5px solid var(--acc-divider, #E7E2D7);
  transition: transform 0.3s, box-shadow 0.3s;
}

.laa-spiritual-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(12, 43, 45, 0.09);
}

.laa-spiritual-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--acc-warm-teal), #2F6A6F);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.laa-spiritual-card h3 {
  font-size: 1.1rem !important;
  font-weight: 700;
  color: #0c2b2d !important;
  margin-bottom: 0.4rem;
}

.laa-spiritual-card p {
  color: #4a5568;
  margin: 0;
  font-size: 0.95rem;
  max-width: none !important;
}

.laa-spiritual-image-wrap {
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(12, 43, 45, 0.14);
  height: 100%;
  min-height: 400px;
}

.laa-spiritual-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 7. RESIDENT STORIES — Premium testimonials */
.laa-stories-section {
  background: var(--acc-warm-grey, #F9F7F4);
}

.laa-stories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

@media (max-width: 767.98px) {
  .laa-stories-grid {
    grid-template-columns: 1fr;
  }
}

.laa-story-card {
  background: #fff;
  border-radius: 1.5rem;
  padding: 2.5rem;
  border: 1.5px solid var(--acc-divider, #E7E2D7);
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}

.laa-story-card:nth-child(1) {
  grid-column: 1 / -1;
}

@media (max-width: 767.98px) {
  .laa-story-card:nth-child(1) {
    grid-column: auto;
  }
}

.laa-story-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(12, 43, 45, 0.09);
}

.laa-story-quote-icon {
  font-size: 2.5rem;
  color: var(--acc-accent);
  line-height: 1;
  margin-bottom: 1rem;
  display: block;
}

.laa-story-stars {
  color: #f4C430;
  font-size: 1rem;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}

.laa-story-text {
  font-size: 1.05rem !important;
  color: #2d3748;
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.laa-story-card:nth-child(1) .laa-story-text {
  font-size: 1.2rem !important;
}

.laa-story-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid var(--acc-divider, #E7E2D7);
  padding-top: 1.25rem;
}

.laa-story-avatar {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  color: #fff;
  flex-shrink: 0;
}

.laa-story-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: #0c2b2d;
  margin: 0;
}

.laa-story-rel {
  font-size: 0.8rem;
  color: #6c757d;
  margin: 0;
}

/* Utilities & Kickers */
.text-gold {
  color: var(--acc-accent) !important;
}

.bg-teal-dark {
  background: #0c2b2d;
}

.laa-section-head {
  max-width: 640px;
}

.laa-kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--acc-accent);
  margin-bottom: 0.75rem;
}

/* Override ph-reveal for Life at Abbey specifically if needed */
.ph-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Ensure ph-reveal works reliably with both .is-visible and .is-in */
.ph-reveal.is-in,
.ph-reveal.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
  visibility: visible !important;
}

/* ============================================================

/* ============================================================
   LIFE AT ABBEY — NUTRITION & DINING V3 (Gourmet Atelier)
   ============================================================ */

.laa-dining-v2 {
  background: #0c2b2d;
  padding: clamp(6rem, 12vw, 10rem) 0;
  position: relative;
  overflow: hidden;
}

.laa-dining-v2::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0% 0%, rgba(201, 154, 74, 0.04) 0%, transparent 40%),
    radial-gradient(circle at 100% 100%, rgba(26, 77, 82, 0.15) 0%, transparent 40%);
  pointer-events: none;
}

.laa-dining-v2__hero-card {
  height: 100%;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 3rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.4s var(--ph-ease), box-shadow 0.4s var(--ph-ease);
}

.laa-dining-v2__hero-card:hover {
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.2);
}

.laa-dining-v2__hero-image {
  position: relative;
  height: 480px;
  overflow: hidden;
}

.laa-dining-v2__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.laa-dining-v2__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12, 43, 45, 0.6) 0%, transparent 40%);
}

.laa-dining-v2__hero-card:hover .laa-dining-v2__hero-image img {
  transform: scale(1.06);
}

.laa-dining-v2__hero-content {
  padding: 3.5rem;
  flex: 1;
}

.laa-dining-v2__mini-feature {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.laa-dining-v2__mini-feature .icon-wrap {
  width: 3.75rem;
  height: 3.75rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--acc-warm-amber);
  font-size: 1.6rem;
  flex-shrink: 0;
  transition: all 0.4s var(--ph-ease);
}

.laa-dining-v2__mini-feature:hover .icon-wrap {
  background: var(--acc-warm-amber);
  color: #0c2b2d;
  transform: translateY(-4px) rotate(8deg);
}

.laa-dining-v2__mini-feature h5 {
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}

.laa-dining-v2__mini-feature p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  line-height: 1.6;
}

/* Sidebar Menu Card */
.laa-dining-v2__menu-card {
  height: 100%;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.01) 100%);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3rem;
  padding: 4rem 3rem;
  box-shadow: 0 50px 120px rgba(0, 0, 0, 0.4);
  position: relative;
}

.menu-label {
  display: inline-block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--acc-warm-amber);
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.menu-divider {
  width: 50px;
  height: 1.5px;
  background: rgba(201, 154, 74, 0.4);
  margin: 1.5rem auto;
}

.laa-dining-v2__menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.laa-dining-v2__menu-list li {
  margin-bottom: 2.25rem;
}

.laa-dining-v2__menu-list li:last-child {
  margin-bottom: 0;
}

.laa-dining-v2__menu-list .course {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 0.4rem;
  letter-spacing: 0.15em;
  font-weight: 600;
}

.laa-dining-v2__menu-list .dish {
  display: block;
  font-family: 'Fraunces', serif;
  font-size: 1.35rem;
  color: #fff;
  margin-bottom: 0.35rem;
  line-height: 1.2;
}

.laa-dining-v2__menu-list p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
  line-height: 1.5;
}

.laa-dining-v2__dish-preview {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
}

.laa-dining-v2__dish-preview img {
  transition: transform 0.6s var(--ph-ease);
}

.laa-dining-v2__dish-preview:hover img {
  transform: scale(1.1);
}

.preview-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--acc-warm-amber);
  color: #0c2b2d;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.45rem 1.1rem;
  border-radius: 99px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Footer Strip */
.laa-dining-v2__footer {
  position: relative;
  z-index: 5;
}

.bg-white-5 {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
}

.trust-badge {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 154, 74, 0.1);
  border-radius: 50%;
  color: var(--acc-warm-amber);
  font-size: 1.4rem;
}

@media (max-width: 991.98px) {
  .laa-dining-v2__hero-image {
    height: 380px;
  }

  .laa-dining-v2__hero-content {
    padding: 2.5rem;
  }

  .laa-dining-v2__menu-card {
    padding: 3rem 2rem;
  }

  .laa-dining-v2__header .display-3 {
    font-size: 2.5rem;
  }
}

/* ============================================================
   LIFE AT ABBEY — NUTRITION & DINING (Professional Clean UI)
   ============================================================ */

/* ============================================================
   LIFE AT ABBEY — NUTRITION & DINING (Compact Mini)
   ============================================================ */

.laa-dining-mini {
  background: #0c2b2d;
  padding: 80px 0;
  color: #fff;
  overflow: hidden;
}

.laa-dining-mini__card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 3rem;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.2);
}

.laa-dining-mini__img {
  position: relative;
  height: 400px;
  background: #111;
}

.laa-dining-mini__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ph-ease);
}

.laa-dining-mini__card:hover .laa-dining-mini__img img {
  transform: scale(1.05);
}

.laa-dining-mini__badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: rgba(12, 43, 45, 0.8);
  backdrop-filter: blur(10px);
  padding: 0.6rem 1.25rem;
  border-radius: 99px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.laa-dining-mini__badge i {
  color: var(--acc-warm-amber);
}

.laa-dining-mini__body {
  padding: 3.5rem;
}

.laa-dining-mini__header {
  margin-bottom: 1.5rem;
}

.laa-dining-mini__header h2 {
  font-family: 'Fraunces', serif;
  font-size: 2.25rem;
  line-height: 1.2;
}

.laa-dining-mini__header h2 em {
  color: var(--acc-warm-amber);
  font-style: italic;
}

.laa-dining-mini__menu {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.laa-dining-mini__menu .menu-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1rem;
}

.laa-dining-mini__menu .course {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 700;
  flex-shrink: 0;
  margin-right: 1.5rem;
}

.laa-dining-mini__menu .dish {
  font-family: 'Fraunces', serif;
  font-size: 1.15rem;
  text-align: right;
  color: #fff;
}

.laa-dining-mini__trust {
  display: flex;
  gap: 2rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.laa-dining-mini__trust i {
  color: var(--acc-warm-amber);
  margin-right: 0.5rem;
}

@media (max-width: 991.98px) {
  .laa-dining-mini {
    padding: 60px 0;
  }

  .laa-dining-mini__img {
    height: 300px;
  }

  .laa-dining-mini__body {
    padding: 2.5rem;
  }

  .laa-dining-mini__header h2 {
    font-size: 1.85rem;
  }

  .laa-dining-mini__menu .menu-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .laa-dining-mini__menu .dish {
    text-align: left;
    font-size: 1.05rem;
  }

  .laa-dining-mini__trust {
    flex-direction: column;
    gap: 1rem;
  }
}

@media (max-width: 575.98px) {
  .laa-dining-mini__card {
    border-radius: 2rem;
  }

  .laa-dining-mini__body {
    padding: 2rem 1.5rem;
  }
}


/* ============================================================
   LIFE AT ABBEY — SPIRITUAL & CULTURAL CARE (Second Design Restored)
   ============================================================ */

.laa-spiritual-v2 {
  padding: clamp(6rem, 12vw, 10rem) 0;
  background: var(--acc-warm-grey);
}

.laa-spiritual-v2__content {
  padding-right: clamp(2rem, 5vw, 4rem);
}

.laa-spiritual-v2__card {
  position: relative;
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  border-bottom: 1px solid rgba(12, 43, 45, 0.08);
  transition: all 0.5s var(--ph-ease);
}

.laa-spiritual-v2__card:last-child {
  border-bottom: none;
}

.laa-spiritual-v2__card .card-num {
  display: block;
  font-family: 'Fraunces', serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--acc-warm-amber);
  opacity: 0.3;
  margin-bottom: 0.85rem;
  letter-spacing: 0.15em;
  transition: opacity 0.4s var(--ph-ease);
}

.laa-spiritual-v2__card h3 {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 700;
  color: #0c2b2d;
  margin-bottom: 1.25rem;
  transition: transform 0.4s var(--ph-ease), color 0.4s var(--ph-ease);
}

.laa-spiritual-v2__card p {
  font-size: 1.15rem;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
  opacity: 0.6;
  transition: opacity 0.4s var(--ph-ease), color 0.4s var(--ph-ease);
}

/* Active State for Cards (Second Design Style) */
.laa-spiritual-v2__card.is-focused .card-num {
  opacity: 1;
}

.laa-spiritual-v2__card.is-focused h3 {
  color: var(--acc-accent);
  transform: translateX(15px);
}

.laa-spiritual-v2__card.is-focused p {
  opacity: 1;
  color: #0c2b2d;
}

/* Sticky Media Wrapper */
.laa-spiritual-v2__media-sticky {
  position: sticky;
  top: 15vh;
  height: 70vh;
  border-radius: 3.5rem;
  overflow: hidden;
  box-shadow: 0 50px 100px rgba(12, 43, 45, 0.15);
  background: #eee;
}

.laa-spiritual-v2__image-stack {
  position: relative;
  width: 100%;
  height: 100%;
}

.laa-spiritual-v2__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1),
    transform 1.4s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 1s;
}

.laa-spiritual-v2__img.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 2;
}

.laa-spiritual-v2__media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12, 43, 45, 0.2), transparent 50%);
  z-index: 3;
  pointer-events: none;
}

/* Media query moved to consolidated section below */

/* ============================================================
   ULTIMATE PREMIUM REFINEMENT — SPIRITUAL V2
   ============================================================ */

.laa-spiritual-v2__card {
  padding: 3rem 2rem !important;
  margin: 0 -2rem;
  /* bleed out slightly to allow for background expansion */
  border-bottom: 1px solid rgba(12, 43, 45, 0.05) !important;
  border-radius: 2rem;
  transition: all 0.6s var(--ph-ease) !important;
}

.laa-spiritual-v2__card .card-num {
  font-size: 0.8rem !important;
  opacity: 0.4 !important;
  color: #0c2b2d !important;
  transition: all 0.4s var(--ph-ease);
}

.laa-spiritual-v2__card h3 {
  font-size: 1.85rem !important;
  color: #0c2b2d !important;
  opacity: 0.6;
  margin-bottom: 0.75rem !important;
  transition: all 0.5s var(--ph-ease) !important;
}

.laa-spiritual-v2__card p {
  font-size: 1.05rem !important;
  max-width: 480px;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.6s var(--ph-ease) !important;
}

/* THE PERFECT ACTIVE STATE */
.laa-spiritual-v2__card.is-focused {
  background: #fff !important;
  box-shadow: 0 30px 60px rgba(12, 43, 45, 0.08);
  border-color: transparent !important;
  transform: translateX(20px);
  padding-left: 3rem !important;
}

.laa-spiritual-v2__card.is-focused .card-num {
  color: var(--acc-warm-amber) !important;
  opacity: 1 !important;
  transform: scale(1.1);
}

.laa-spiritual-v2__card.is-focused h3 {
  opacity: 1;
  color: var(--acc-accent) !important;
  transform: translateY(-2px);
}

.laa-spiritual-v2__card.is-focused p {
  opacity: 0.7 !important;
  transform: translateY(0);
}

/* Adding a luminous indicator */
.laa-spiritual-v2__card.is-focused::after {
  content: '';
  position: absolute;
  left: 0;
  top: 2rem;
  bottom: 2rem;
  width: 4px;
  background: var(--acc-warm-amber);
  border-radius: 0 4px 4px 0;
  box-shadow: 4px 0 15px rgba(201, 154, 74, 0.4);
}

@media (max-width: 991.98px) {
  .laa-spiritual-v2 {
    padding: clamp(4rem, 8vw, 6rem) 0;
  }

  .laa-spiritual-v2__content {
    padding-right: 0;
  }

  .laa-spiritual-v2__intro {
    text-align: center;
    margin-bottom: 3rem !important;
  }

  .laa-spiritual-v2__intro .laa-kicker {
    justify-content: center;
  }

  .laa-spiritual-v2__intro h2,
  .laa-spiritual-v2__intro .lead {
    max-width: none;
    margin-inline: auto;
  }

  .laa-spiritual-v2__media-sticky {
    display: none !important;
  }

  .laa-spiritual-v2__card-media img {
    width: 100%;
    height: clamp(220px, 45vw, 320px);
    object-fit: cover;
    border-radius: 1.5rem;
    box-shadow: 0 15px 35px rgba(12, 43, 45, 0.12);
  }

  .laa-spiritual-v2__card {
    margin: 0 0 1.5rem 0 !important;
    padding: 2.5rem 1.5rem !important;
    background: #fff !important;
    border: 1px solid rgba(12, 43, 45, 0.05) !important;
    box-shadow: 0 10px 30px rgba(12, 43, 45, 0.03);
    overflow: hidden;
  }

  .laa-spiritual-v2__card p {
    opacity: 0.8 !important;
    transform: none !important;
    max-width: none;
  }

  .laa-spiritual-v2__card h3 {
    opacity: 1 !important;
    font-size: 1.6rem !important;
  }

  .laa-spiritual-v2__card.is-focused {
    transform: translateY(-5px) !important;
    padding-left: 2rem !important;
    border-color: var(--acc-warm-amber) !important;
    box-shadow: 0 20px 40px rgba(12, 43, 45, 0.08);
  }

  .laa-spiritual-v2__card.is-focused h3 {
    color: var(--acc-accent) !important;
  }

  .laa-spiritual-v2__card.is-focused .card-num {
    opacity: 1 !important;
    color: var(--acc-warm-amber) !important;
  }

  .laa-spiritual-v2__card.is-focused::after {
    top: 0;
    bottom: 0;
    width: 3px;
  }
}

@media (max-width: 575.98px) {
  .laa-spiritual-v2 {
    padding: 60px 0;
  }

  .laa-spiritual-v2__media-sticky {
    height: 280px;
  }

  .laa-spiritual-v2__card h3 {
    font-size: 1.4rem !important;
  }

  .laa-spiritual-v2__intro h2 {
    font-size: 2rem !important;
  }
}

/* Intro Refinements */
.laa-spiritual-v2__intro .laa-kicker {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.laa-spiritual-v2__intro .laa-kicker::after {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--acc-warm-amber);
  opacity: 0.5;
}

.laa-spiritual-v2__intro h2 {
  letter-spacing: -0.02em;
  max-width: 500px;
}

.laa-spiritual-v2__intro .lead {
  max-width: 550px;
  font-size: 1.25rem;
}

/* ============================================================
   LIFE AT ABBEY — GARDENS & OUTDOOR LIFE (Dark Premium v3)
   ============================================================ */

.laa-gardens-v3 {
  padding: clamp(6rem, 15vw, 10rem) 0;
  background: #0c2b2d;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.laa-gardens-v3::before {
  content: '';
  position: absolute;
  top: -10%;
  left: -5%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(201, 154, 74, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.laa-gardens-v3 h2 {
  color: #fff !important;
}

.laa-gardens-v3 .lead {
  color: rgba(255, 255, 255, 0.7) !important;
  max-width: 600px;
}

.laa-gardens-v3__media {
  position: relative;
}

.laa-gardens-v3__img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 2.5rem;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
}

.laa-gardens-v3__img-accent {
  position: absolute;
  inset: -1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3rem;
  z-index: 1;
}

.laa-gardens-v3__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.laa-gardens-v3__card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 2rem;
  border-radius: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.5s var(--ph-ease);
}

.laa-gardens-v3__card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(201, 154, 74, 0.3);
  transform: translateY(-5px);
}

.laa-gardens-v3__card .card-icon {
  width: 2.75rem;
  height: 2.75rem;
  background: rgba(201, 154, 74, 0.1);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--acc-warm-amber);
  font-size: 1.15rem;
  margin-bottom: 1.25rem;
  transition: all 0.4s var(--ph-ease);
}

.laa-gardens-v3__card:hover .card-icon {
  background: var(--acc-warm-amber);
  color: #0c2b2d;
}

.laa-gardens-v3__card h4 {
  font-family: 'Fraunces', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

.laa-gardens-v3__card p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .laa-gardens-v3 {
    padding: 80px 0;
  }

  .laa-gardens-v3__grid {
    grid-template-columns: 1fr;
  }

  .laa-gardens-v3__img {
    aspect-ratio: 1.2/1;
    margin-bottom: 2rem;
  }
}

/* ============================================================
   ABOUT PAGE — OUR CORE VALUES (Sanctuary Reveal v2)
   ============================================================ */

.acc-values-v2 {
  background: #0c2b2d;
  color: #fff;
}

.acc-values-v2__aura {
  position: absolute;
  width: 600px;
  height: 600px;
  filter: blur(150px);
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.acc-values-v2__aura.aura--gold {
  top: -10%;
  left: -10%;
  background: var(--acc-warm-amber);
}

.acc-values-v2__aura.aura--teal {
  bottom: -10%;
  right: -10%;
  background: #1b4d52;
}

/* Sticky Column */
.acc-values-v2__sticky-content {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 clamp(2rem, 5vw, 6rem);
  z-index: 2;
}

.acc-values-v2__intro h2 {
  font-family: 'Fraunces', serif;
  color: #fff;
  line-height: 1.1;
}

.acc-values-v2__quote {
  position: relative;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.acc-line-accent {
  width: 50px;
  height: 2px;
  background: var(--acc-warm-amber);
}

/* Cards Container */
.acc-values-v2__cards-container {
  padding: 10vh 0;
  padding-right: clamp(2rem, 5vw, 6rem);
}

.acc-values-v2__card {
  margin-bottom: 15vh;
  transition: all 0.8s var(--ph-ease);
}

.acc-values-v2__card .card-inner {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.3);
}

.acc-values-v2__card .card-image {
  height: 400px;
  overflow: hidden;
}

.acc-values-v2__card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.5s var(--ph-ease);
}

.acc-values-v2__card:hover .card-image img {
  transform: scale(1.05);
}

.acc-values-v2__card .card-content {
  padding: 3rem;
  position: relative;
}

.acc-values-v2__card .card-num {
  position: absolute;
  top: -2rem;
  right: 3rem;
  font-family: 'Fraunces', serif;
  font-size: 5rem;
  font-weight: 900;
  color: rgba(201, 154, 74, 0.2);
  line-height: 1;
}

.acc-values-v2__card h3 {
  font-family: 'Fraunces', serif;
  font-size: 2.25rem;
  color: #fff;
  margin-bottom: 1.5rem;
}

.acc-values-v2__card p {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  max-width: 500px;
}

@media (max-width: 991.98px) {
  .acc-values-v2__sticky-content {
    position: relative;
    height: auto;
    padding: 6rem 1.5rem 3rem;
  }

  .acc-values-v2__cards-container {
    padding: 0 1.5rem 6rem;
  }

  .acc-values-v2__card {
    margin-bottom: 3rem;
  }

  .acc-values-v2__card .card-image {
    height: 300px;
  }

  .acc-values-v2__card .card-content {
    padding: 2rem;
  }

  .acc-values-v2__card .card-num {
    font-size: 3.5rem;
    top: -1.5rem;
    right: 2rem;
  }
}

/* ============================================================
   ABOUT PAGE — OUR CORE VALUES (Luminous Floating Grid)
   ============================================================ */

.acc-values-clean {
  padding: clamp(6rem, 15vw, 10rem) 0;
  background: #fdfcfb;
  position: relative;
}

.acc-values-clean__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 6rem;
}

.acc-values-clean__card {
  background: #fff;
  padding: 3.5rem 2.5rem;
  border-radius: 2.5rem;
  border: 1px solid rgba(12, 43, 45, 0.05);
  box-shadow: 0 10px 30px rgba(12, 43, 45, 0.02);
  position: relative;
  transition: all 0.6s var(--ph-ease);
  overflow: hidden;
}

.acc-values-clean__card:hover {
  transform: translateY(-10px);
  border-color: rgba(201, 154, 74, 0.2);
  box-shadow: 0 40px 80px rgba(12, 43, 45, 0.08);
}

.acc-values-clean__card .card-num {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  font-family: 'Fraunces', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--acc-warm-amber);
  opacity: 0.2;
  transition: opacity 0.4s var(--ph-ease);
}

.acc-values-clean__card:hover .card-num {
  opacity: 0.5;
}

.acc-values-clean__card .card-icon {
  width: 3.5rem;
  height: 3.5rem;
  background: #fdfcfb;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--acc-accent);
  font-size: 1.5rem;
  margin-bottom: 2rem;
  transition: all 0.5s var(--ph-ease);
}

.acc-values-clean__card:hover .card-icon {
  background: var(--acc-accent);
  color: #fff;
  transform: rotate(5deg) scale(1.1);
}

.acc-values-clean__card h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0c2b2d;
  margin-bottom: 1rem;
}

.acc-values-clean__card p {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* The Luminous Sidebar */
.acc-values-clean__card .card-luminous-bar {
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 4px;
  background: var(--acc-warm-amber);
  border-radius: 0 4px 4px 0;
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.6s var(--ph-ease);
  box-shadow: 4px 0 15px rgba(201, 154, 74, 0.3);
}

.acc-values-clean__card:hover .card-luminous-bar {
  opacity: 1;
  transform: scaleY(1);
}

.acc-line-center {
  width: 60px;
  height: 2px;
  background: var(--acc-warm-amber);
  margin: 0 auto;
}

@media (max-width: 1199.98px) {
  .acc-values-clean__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .acc-values-clean__grid {
    grid-template-columns: 1fr;
  }

  .acc-values-clean__card {
    padding: 2.5rem 2rem;
  }
}

/* ============================================================
   ABOUT PAGE — OUR CORE VALUES (Cinematic Mosaic Gallery v4)
   ============================================================ */

.acc-values-v4 {
  background: #000;
}

.acc-values-v4__mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 80vh;
  min-height: 600px;
}

.acc-values-v4__item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.acc-values-v4__item:last-child {
  border-right: none;
}

.acc-values-v4__image {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.acc-values-v4__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(20%) brightness(0.8);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.8s var(--ph-ease);
}

.acc-values-v4__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12, 43, 45, 0.9) 0%, rgba(12, 43, 45, 0.4) 40%, transparent 100%);
  z-index: 2;
  transition: opacity 0.6s var(--ph-ease);
}

.acc-values-v4__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4rem 3rem;
  z-index: 3;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.acc-values-v4__meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0;
  transition: margin 0.6s var(--ph-ease);
}

.acc-values-v4__meta .card-num {
  font-family: 'Fraunces', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--acc-warm-amber);
  letter-spacing: 0.2em;
}

.acc-values-v4__meta h3 {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.75rem, 2.5vw, 2.5rem);
  color: #fff;
  margin: 0;
  transition: color 0.4s var(--ph-ease);
}

.acc-values-v4__description {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.acc-values-v4__description p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.05rem;
  line-height: 1.6;
  margin-top: 1.5rem;
}

/* Hover States */
.acc-values-v4__item:hover .acc-values-v4__image img {
  transform: scale(1.1);
  filter: grayscale(0%) brightness(1);
}

.acc-values-v4__item:hover .acc-values-v4__content {
  transform: translateY(-20px);
}

.acc-values-v4__item:hover .acc-values-v4__description {
  max-height: 200px;
  opacity: 1;
}

.acc-values-v4__item:hover .acc-values-v4__meta h3 {
  color: var(--acc-warm-amber);
}

@media (max-width: 1199.98px) {
  .acc-values-v4__mosaic {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }

  .acc-values-v4__item {
    height: 50vh;
    min-height: 400px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 767.98px) {
  .acc-values-v4__mosaic {
    grid-template-columns: 1fr;
  }

  .acc-values-v4__item {
    height: 60vh;
  }

  .acc-values-v4__content {
    padding: 3rem 2rem;
  }
}

/* ============================================================
   ABOUT PAGE — OUR CORE VALUES (Premium Card Suite v5)
   ============================================================ */

.acc-values-v5 {
  background: #fdfcfb;
  position: relative;
}

.acc-value-card {
  background: #fff;
  border-radius: 2rem;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(12, 43, 45, 0.05);
  transition: all 0.5s var(--ph-ease);
  box-shadow: 0 10px 30px rgba(12, 43, 45, 0.02);
}

.acc-value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(12, 43, 45, 0.08);
  border-color: rgba(201, 154, 74, 0.2);
}

.acc-value-card__media {
  position: relative;
  height: 240px;
  overflow: hidden;
  margin: 1rem;
  border-radius: 1.5rem;
}

.acc-value-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ph-ease);
}

.acc-value-card:hover .acc-value-card__media img {
  transform: scale(1.1);
}

.acc-value-card__num {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(12, 43, 45, 0.8);
  backdrop-filter: blur(10px);
  color: var(--acc-warm-amber);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 0.9rem;
  border: 1px solid rgba(201, 154, 74, 0.3);
}

.acc-value-card__content {
  padding: 0 2rem 2.5rem;
  text-align: center;
}

.acc-value-card__content h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0c2b2d;
  margin-bottom: 1rem;
}

.acc-value-card__content p {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.acc-values-mantra {
  margin-top: 5rem;
}

.acc-line-center {
  width: 60px;
  height: 2px;
  background: var(--acc-warm-amber);
  margin: 2rem auto 0;
}

@media (max-width: 991.98px) {
  .acc-value-card__media {
    height: 200px;
  }
}

/* ============================================================
   ABOUT PAGE — OUR CORE VALUES (Bento Sanctuary v6)
   ============================================================ */

.acc-values-bento {
  background: #fdfcfb;
}

.acc-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 350px);
  gap: 1.5rem;
}

.acc-bento-item {
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
  transition: all 0.6s var(--ph-ease);
}

.bento-featured {
  grid-row: span 2;
}

.bento-wide {
  grid-column: span 2;
}

.acc-bento-card {
  width: 100%;
  height: 100%;
  position: relative;
  background: #0c2b2d;
}

.acc-bento-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.acc-bento-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.5s var(--ph-ease);
  opacity: 0.85;
}

.acc-bento-item:hover .acc-bento-image img {
  transform: scale(1.1);
  opacity: 1;
}

.acc-bento-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(to top, rgba(12, 43, 45, 0.8) 0%, transparent 60%);
}

.bento-num {
  font-family: 'Fraunces', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--acc-warm-amber);
  margin-bottom: 1rem;
  display: block;
}

.bento-text h3 {
  font-family: 'Fraunces', serif;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 0.75rem;
}

.bento-text p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
}

/* Featured Specifics */
.bento-featured .bento-text h3 {
  font-size: 3rem;
}

.bento-featured .bento-text p {
  font-size: 1.25rem;
  max-width: 300px;
}

@media (max-width: 1199.98px) {
  .acc-bento-grid {
    grid-template-rows: repeat(3, 300px);
  }

  .bento-featured {
    grid-column: span 2;
    grid-row: span 1;
  }

  .bento-compact {
    grid-column: span 1;
  }
}

@media (max-width: 767.98px) {
  .acc-bento-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .acc-bento-item {
    height: 450px;
  }

  .acc-bento-overlay {
    padding: 2rem;
  }
}

/* ============================================================
   ABOUT PAGE — OUR CORE VALUES (Floating 2x2 Sanctuary v7.1)
   ============================================================ */

.acc-values-v7 {
  background: #fdfcfb;
  padding: clamp(6rem, 15vw, 12rem) 0;
  overflow: hidden;
}

.acc-values-v7__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem 5rem;
  padding-top: 4rem;
}

.acc-values-v7__item {
  position: relative;
  transition: all 0.8s var(--ph-ease);
}

.acc-values-v7__item.item--staggered {
  transform: translateY(100px);
}

/* Media: Architectural Frame */
.acc-values-v7__media {
  position: relative;
  margin-bottom: 3rem;
  border-radius: 4rem;
  overflow: hidden;
  aspect-ratio: 4/5.5;
  background: #0c2b2d;
  box-shadow: 0 40px 100px rgba(12, 43, 45, 0.08);
}

.acc-values-v7__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 2s cubic-bezier(0.2, 1, 0.3, 1),
    filter 1.2s var(--ph-ease);
  filter: brightness(0.95) saturate(0.9);
}

.acc-values-v7__item:hover .acc-values-v7__media img {
  transform: scale(1.15);
  filter: brightness(1) saturate(1.05);
}

/* Glassmorphism Badge */
.acc-values-v7__num {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  color: #fff;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
  transition: all 0.5s var(--ph-ease);
}

.acc-values-v7__item:hover .acc-values-v7__num {
  background: var(--acc-warm-amber);
  color: #0c2b2d;
  border-color: var(--acc-warm-amber);
  transform: scale(1.1) rotate(10deg);
}

/* Content: Refined Typography */
.acc-values-v7__content {
  padding: 0 1.5rem;
  position: relative;
}

.acc-values-v7__content h3 {
  font-family: 'Fraunces', serif;
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 700;
  color: #0c2b2d;
  margin-bottom: 1.5rem;
  transition: color 0.4s var(--ph-ease);
}

.acc-values-v7__item:hover h3 {
  color: var(--acc-warm-amber);
}

.acc-values-v7__content p {
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  color: #64748b;
  line-height: 1.7;
  max-width: 500px;
  margin: 0;
}

/* Decorative Accent */
.acc-values-v7__content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 0;
  background: var(--acc-warm-amber);
  transition: height 0.6s var(--ph-ease);
}

.acc-values-v7__item:hover .acc-values-v7__content::before {
  height: 100%;
}

@media (max-width: 1199.98px) {
  .acc-values-v7__grid {
    gap: 6rem 3rem;
  }

  .acc-values-v7__num {
    width: 3.5rem;
    height: 3.5rem;
    top: 2rem;
    right: 2rem;
  }
}

@media (max-width: 991.98px) {
  .acc-values-v7__grid {
    gap: 4rem;
  }

  .acc-values-v7__item.item--staggered {
    transform: none;
  }

  .acc-values-v7__media {
    border-radius: 3rem;
  }
}

@media (max-width: 767.98px) {
  .acc-values-v7__grid {
    grid-template-columns: 1fr;
    gap: 5rem;
  }

  .acc-values-v7__media {
    aspect-ratio: 1/1;
    border-radius: 2.5rem;
  }

  .acc-values-v7__content {
    padding: 0;
  }

  .acc-values-v7__num {
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
  }
}

/* ============================================================
   ABOUT PAGE — OUR CORE VALUES (Perfect Luminous Grid v8)
   ============================================================ */

.acc-values-v8 {
  background: #fdfcfb;
  padding: clamp(6rem, 12vw, 10rem) 0;
}

.acc-values-v8__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  max-width: 1000px;
  margin: 0 auto;
}

.acc-values-v8__card {
  background: #fff;
  border-radius: 2.5rem;
  overflow: hidden;
  border: 1px solid rgba(12, 43, 45, 0.03);
  box-shadow: 0 15px 45px rgba(12, 43, 45, 0.04);
  transition: all 0.6s var(--ph-ease);
  text-align: center;
  padding: 1.5rem;
}

.acc-values-v8__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(12, 43, 45, 0.08);
  border-color: rgba(201, 154, 74, 0.2);
}

/* Reduced Image Height */
.acc-values-v8__media {
  position: relative;
  height: 220px;
  border-radius: 1.75rem;
  overflow: hidden;
  margin-bottom: 2rem;
}

.acc-values-v8__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ph-ease);
}

.acc-values-v8__card:hover .acc-values-v8__media img {
  transform: scale(1.1);
}

.acc-values-v8__num {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  color: #0c2b2d;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.acc-values-v8__content {
  padding: 0 1rem 1.5rem;
}

.acc-values-v8__content h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #0c2b2d;
  margin-bottom: 1rem;
}

.acc-values-v8__content p {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.6;
  max-width: 320px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .acc-values-v8__grid {
    gap: 2rem;
  }

  .acc-values-v8__media {
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  .acc-values-v8__grid {
    grid-template-columns: 1fr;
    max-width: 450px;
  }

  .acc-values-v8__media {
    height: 220px;
  }
}

/* ============================================================
   ABOUT PAGE — OUR CORE VALUES (Boutique Sanctuary v9)
   ============================================================ */

/* ============================================================
   ABOUT PAGE — OUR CORE VALUES (Premium Modern Redesign)
   ============================================================ */

.acc-values-premium {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(201, 154, 74, 0.05), transparent 40%),
    radial-gradient(circle at 90% 90%, rgba(47, 106, 111, 0.05), transparent 40%),
    #fff;
}

.acc-values-modern-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  padding: 1rem 0;
}

.acc-value-item {
  position: relative;
  height: 100%;
}

.acc-value-item__inner {
  height: 100%;
  background: #ffffff;
  border-radius: 2rem;
  border: 1px solid rgba(12, 43, 45, 0.08);
  box-shadow: 0 10px 30px rgba(12, 43, 45, 0.04);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  flex-direction: column;
}

.acc-value-item:hover .acc-value-item__inner {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(12, 43, 45, 0.1);
  border-color: var(--acc-gold-500);
}

.acc-value-item__image {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.acc-value-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  filter: saturate(0.85);
}

.acc-value-item:hover .acc-value-item__image img {
  transform: scale(1.1);
  filter: saturate(1.1);
}

.acc-value-item__num-float {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fraunces', serif;
  font-weight: 700;
  color: var(--acc-brand-900);
  font-size: 1rem;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.acc-value-item__body {
  padding: 2.5rem;
  flex-grow: 1;
  position: relative;
  text-align: center;
}

.acc-value-item__icon-wrap {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, var(--acc-brand-700), var(--acc-brand-900));
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -4.5rem auto 1.5rem;
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 1.6rem;
  box-shadow: 0 8px 24px rgba(12, 43, 45, 0.25);
  transition: transform 0.4s ease;
}

.acc-value-item:hover .acc-value-item__icon-wrap {
  transform: scale(1.1) rotate(5deg);
}

.acc-value-item__body h3 {
  font-size: 1.75rem !important;
  color: var(--acc-brand-900);
}

.acc-value-item__body p {
  color: #64748b;
  line-height: 1.7;
  font-size: 1.05rem !important;
}

@media (max-width: 1199.98px) {
  .acc-values-modern-grid {
    gap: 1.5rem;
  }
}

@media (max-width: 991.98px) {
  .acc-values-modern-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .acc-values-modern-grid {
    grid-template-columns: 1fr;
  }

  .acc-value-item__body {
    padding: 2rem;
  }
}

/* ── PREMIUM ACCORDION ── */
.acc-premium-accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: rgba(12, 43, 45, 0.08);
  --bs-accordion-btn-padding-x: clamp(1.2rem, 2vw, 1.8rem);
  --bs-accordion-btn-padding-y: clamp(1rem, 1.5vw, 1.4rem);
  --bs-accordion-btn-color: var(--acc-ink-900);
  --bs-accordion-btn-bg: #fff;
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-active-bg: rgba(47, 106, 111, 0.04);
  --bs-accordion-active-color: var(--acc-brand-900);
  --bs-accordion-btn-focus-box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 1.2vw, 1rem);
}

.acc-premium-accordion .accordion-item {
  border: 1px solid rgba(12, 43, 45, 0.08) !important;
  border-radius: var(--acc-radius-md) !important;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 20px rgba(12, 43, 45, 0.04);
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  margin-bottom: 0; /* Gap handled by parent */
}

.acc-premium-accordion .accordion-item:hover {
  border-color: var(--acc-gold-500) !important;
  box-shadow: 0 12px 32px rgba(12, 43, 45, 0.08);
  transform: translateY(-2px);
}

.acc-premium-accordion .accordion-button {
  font-weight: 600;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.18rem);
  color: var(--acc-ink-900);
  border-bottom: 1px solid transparent;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  transition: all 0.3s ease;
  line-height: 1.4;
  text-align: left;
}

.acc-premium-accordion .accordion-button:not(.collapsed) {
  background: var(--bs-accordion-active-bg);
  color: var(--acc-brand-700);
  box-shadow: inset 0 -1px 0 rgba(12, 43, 45, 0.05);
}

.acc-premium-accordion .accordion-button::after {
  background-size: 1rem;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.acc-premium-accordion .accordion-body {
  padding: clamp(1.2rem, 2vw, 1.8rem);
  font-size: clamp(0.95rem, 0.92rem + 0.15vw, 1.05rem);
  color: var(--acc-ink-500);
  line-height: 1.7;
  background: #fff;
  text-align: justify;
}

/* ── SERVICE DETAIL TEMPLATE V2 ─────────────────────────────── */
.services-page .acc-service-hero {
  min-height: clamp(430px, 52vh, 600px);
  align-items: center !important;
}

.services-page #page-hero.acc-service-hero::before {
  transform: scale(1.04);
  filter: saturate(0.95) contrast(1.04);
}

.services-page #page-hero.acc-service-hero::after {
  background:
    linear-gradient(100deg, rgba(12, 43, 45, 0.92) 0%, rgba(12, 43, 45, 0.74) 45%, rgba(12, 43, 45, 0.36) 100%),
    linear-gradient(180deg, rgba(12, 43, 45, 0.4) 0%, rgba(12, 43, 45, 0.7) 100%);
}

.services-page #page-hero.acc-service-hero .container {
  position: relative;
  z-index: 1;
}

.services-page #page-hero.acc-service-hero h1 {
  max-width: 100%;
  font-size: clamp(2.45rem, 1.5rem + 3vw, 4.9rem);
  line-height: 0.98;
}

.services-page #page-hero.acc-service-hero .lead {
  max-width: 620px;
  font-size: clamp(1.05rem, 0.98rem + 0.4vw, 1.32rem);
}

.acc-service-hero__eyebrow,
.acc-service-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  margin-bottom: 0.9rem;
  padding: 0.46rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.acc-service-detail {
  background:
    linear-gradient(90deg, rgba(12, 43, 45, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(12, 43, 45, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 8% 18%, rgba(201, 154, 74, 0.1), transparent 32%),
    radial-gradient(circle at 94% 44%, rgba(47, 106, 111, 0.08), transparent 34%),
    linear-gradient(180deg, #fff 0%, var(--acc-cream, #f6f3ed) 100%);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
}

.acc-service-section {
  padding-top: var(--acc-section-y) !important;
  padding-bottom: var(--acc-section-y) !important;
}

.acc-service-trust {
  padding: clamp(1.6rem, 2.4vw, 3rem) 0 0 !important;
  margin-top: 0;
  z-index: 1;
}

.acc-service-trust__bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  overflow: hidden;
  max-width: 1120px;
  margin: 0 auto;
  border: 1px solid rgba(12, 43, 45, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(12, 43, 45, 0.08);
}

.acc-service-trust__bar>div {
  min-height: 112px;
  padding: clamp(1rem, 1.5vw, 1.35rem);
  background: transparent;
  border-right: 1px solid rgba(12, 43, 45, 0.08);
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: center;
  align-items: center;
  gap: 0.25rem 0.8rem;
}

.acc-service-trust__bar>div:last-child {
  border-right: 0;
}

.acc-service-trust__bar i {
  color: var(--acc-gold-500);
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  grid-row: span 2;
  border-radius: 8px;
  background: rgba(201, 154, 74, 0.12);
  font-size: 1.05rem;
  margin: 0;
}

.acc-service-trust__bar strong {
  color: var(--acc-brand-900);
  font-size: clamp(1.12rem, 1rem + 0.4vw, 1.42rem);
  line-height: 1;
}

.acc-service-trust__bar span {
  color: var(--acc-ink-500);
  font-size: 0.9rem;
  line-height: 1.45;
}

.acc-service-section-head {
  max-width: 760px;
  margin: 0 auto clamp(2rem, 2vw, 3rem);
}

.acc-service-section-head h2 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.acc-service-section-head p {
  color: var(--acc-ink-500);
  font-size: var(--acc-fs-lead, 1.1rem);
}

.acc-service-softband {
  background:
    linear-gradient(180deg, rgba(238, 243, 244, 0.72), rgba(246, 243, 237, 0.92)),
    var(--acc-mist, #eef3f4);
}

.acc-service-media-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(12, 43, 45, 0.14);
}

.acc-service-media-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: inherit;
  z-index: 2;
  pointer-events: none;
}

.acc-service-media-frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform 1.1s var(--ph-ease, cubic-bezier(0.22, 1, 0.36, 1));
}

.acc-service-media-frame:hover img {
  transform: scale(1.045);
}

.acc-service-media-frame figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.8rem 0.95rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--acc-brand-900);
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.35;
  box-shadow: 0 12px 30px rgba(12, 43, 45, 0.16);
  backdrop-filter: blur(14px);
}

.acc-service-media-frame figcaption i {
  color: var(--acc-gold-500);
  flex: 0 0 auto;
}

.acc-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.35rem;
}

.acc-service-actions .btn {
  min-height: 52px;
  border-radius: 999px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.8rem;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.acc-service-actions .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(12, 43, 45, 0.15);
}

.acc-service-detail .acc-persona-card,
.acc-service-detail .acc-svc-feature {
  border: 1px solid rgba(12, 43, 45, 0.08);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(12, 43, 45, 0.07);
  transition: transform 0.35s var(--ph-ease, ease), box-shadow 0.35s var(--ph-ease, ease), border-color 0.35s ease;
}

.acc-service-detail .acc-persona-card:hover,
.acc-service-detail .acc-svc-feature:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 154, 74, 0.32);
  box-shadow: 0 24px 58px rgba(12, 43, 45, 0.11);
}

.acc-service-detail .acc-persona-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  min-height: 100%;
}

.acc-persona-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--acc-mist, #eef3f4);
}

.acc-persona-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 43, 45, 0.02), rgba(12, 43, 45, 0.18));
  pointer-events: none;
}

.acc-persona-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.8s var(--ph-ease, ease);
}

.acc-service-detail .acc-persona-card:hover .acc-persona-card__media img {
  transform: scale(1.06);
}

.acc-service-detail .acc-persona-card h3,
.acc-service-detail .acc-svc-feature h3 {
  margin: 0 0 0.55rem;
  color: var(--acc-brand-900);
  font-size: clamp(1.08rem, 1rem + 0.2vw, 1.25rem);
}

.acc-service-detail .acc-persona-card h3,
.acc-service-detail .acc-persona-card p {
  padding-left: clamp(1.2rem, 1.7vw, 1.55rem);
  padding-right: clamp(1.2rem, 1.7vw, 1.55rem);
}

.acc-service-detail .acc-persona-card__icon,
.acc-service-detail .acc-svc-feature__icon {
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(201, 154, 74, 0.16), rgba(47, 106, 111, 0.1)),
    #fff;
  color: var(--acc-brand-700);
}

.acc-service-detail .acc-svc-feature:nth-child(3n + 2) .acc-svc-feature__icon,
.acc-service-detail .acc-persona-card:nth-child(3n + 2) .acc-persona-card__icon {
  background: rgba(47, 106, 111, 0.12);
  color: var(--acc-brand-700);
}

.acc-service-detail .acc-svc-feature:nth-child(3n) .acc-svc-feature__icon,
.acc-service-detail .acc-persona-card:nth-child(3n) .acc-persona-card__icon {
  background: rgba(201, 154, 74, 0.16);
  color: var(--acc-gold-600);
}

.acc-service-detail .acc-persona-card__icon {
  position: relative;
  z-index: 1;
  margin: -28px 0 1rem clamp(1.2rem, 1.7vw, 1.55rem);
  box-shadow: 0 14px 28px rgba(12, 43, 45, 0.12);
}

.acc-service-detail .acc-persona-card p {
  margin: 0 0 clamp(1.2rem, 1.7vw, 1.55rem);
  color: var(--acc-ink-500);
}

.acc-service-detail .acc-svc-feature {
  min-height: 100%;
}

.acc-service-sticky-copy {
  position: relative;
  top: auto;
}

.acc-service-sticky-copy p {
  color: var(--acc-ink-500);
  font-size: 1.08rem;
}

.acc-service-steps {
  display: grid;
  gap: 1rem;
  counter-reset: service-step;
}

.acc-service-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  padding: clamp(1.25rem, 1.4vw, 1.7rem);
  border: 1px solid rgba(12, 43, 45, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 243, 237, 0.86));
  box-shadow: 0 14px 40px rgba(12, 43, 45, 0.07);
}

.acc-service-step>span {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(201, 154, 74, 0.13);
  color: var(--acc-gold-600);
  font-weight: 800;
}

.acc-service-promise {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(1rem, 2vw, 1.6rem);
  align-items: stretch;
  max-width: 1220px;
  margin: 0 auto;
  padding: clamp(0.9rem, 1.4vw, 1.2rem);
  border: 1px solid rgba(12, 43, 45, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 243, 237, 0.9));
  box-shadow: 0 22px 68px rgba(12, 43, 45, 0.08);
}

.acc-service-promise__copy {
  position: relative;
  min-height: 100%;
  padding: clamp(1.6rem, 3vw, 2.6rem);
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 12%, rgba(201, 154, 74, 0.18), transparent 28%),
    linear-gradient(145deg, var(--acc-brand-900), var(--acc-brand-800));
  color: #fff;
  overflow: hidden;
}

.acc-service-promise__copy::before {
  content: "";
  position: absolute;
  inset: auto -44px -44px auto;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(201, 154, 74, 0.28);
  border-radius: 50%;
}

.acc-service-promise__copy .acc-eyebrow {
  color: var(--acc-gold-500);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(201, 154, 74, 0.24);
}

.acc-service-promise__copy h2 {
  color: #fff !important;
  max-width: 14ch;
  margin-top: clamp(1.3rem, 3vw, 2.4rem);
  font-size: clamp(2rem, 1.35rem + 2vw, 3.2rem);
  line-height: 1.02;
}

.acc-service-promise__copy p {
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 0.94rem + 0.22vw, 1.12rem);
  line-height: 1.75;
}

.acc-service-promise__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  grid-auto-rows: minmax(160px, auto);
  gap: 1.1rem;
}

.acc-service-promise__grid article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
  padding: clamp(1.15rem, 1.7vw, 1.55rem);
  border: 1px solid rgba(12, 43, 45, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 247, 244, 0.96));
  box-shadow: 0 18px 48px rgba(12, 43, 45, 0.07);
  transition: transform 0.35s var(--ph-ease, ease), box-shadow 0.35s var(--ph-ease, ease);
}

.acc-service-promise__grid article:first-child {
  grid-row: span 2;
  background:
    radial-gradient(circle at 90% 16%, rgba(201, 154, 74, 0.16), transparent 34%),
    linear-gradient(160deg, #ffffff, #f8f5ee);
}

.acc-service-promise__grid article:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 64px rgba(12, 43, 45, 0.11);
}

.acc-service-promise__grid i {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  margin-bottom: clamp(1.3rem, 3vw, 2.4rem);
  border-radius: 8px;
  background: var(--acc-brand-900);
  color: var(--acc-gold-500);
  font-size: 1.35rem;
}

.acc-service-promise__grid h3 {
  margin-top: auto;
  margin-bottom: 0.45rem;
  color: var(--acc-brand-900);
  font-size: clamp(1.22rem, 1rem + 0.55vw, 1.65rem);
  line-height: 1.15;
}

.acc-service-promise__grid p {
  margin: 0;
  color: var(--acc-ink-500);
  font-size: 0.98rem;
  line-height: 1.62;
}

.acc-service-step h3 {
  margin: 0 0 0.35rem;
  color: var(--acc-brand-900);
  font-size: clamp(1.15rem, 1.05rem + 0.35vw, 1.45rem);
}

.acc-service-step p {
  margin: 0;
  color: var(--acc-ink-500);
}

.acc-faq-sidebar {
  position: sticky;
  top: 120px;
  padding: clamp(1.25rem, 2vw, 2rem);
  border-radius: var(--acc-radius-lg);
  background: 
    radial-gradient(circle at top right, rgba(201, 154, 74, 0.15), transparent 40%),
    linear-gradient(150deg, var(--acc-brand-900), var(--acc-brand-800));
  color: #fff;
  box-shadow: var(--acc-shadow-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.acc-faq-sidebar::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.03) 0%, transparent 70%);
  pointer-events: none;
}

.acc-service-detail .acc-premium-accordion .accordion-item {
  border-radius: 8px !important;
}

.acc-service-detail .acc-premium-accordion .accordion-button {
  min-height: 64px;
}

.acc-service-detail .acc-cta-banner {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 20%, rgba(201, 154, 74, 0.28), transparent 34%),
    linear-gradient(135deg, var(--acc-brand-800, #12393d), var(--acc-brand-900, #0c2b2d));
}

.acc-service-detail .acc-cta-banner::after {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  pointer-events: none;
}

.acc-faq-sidebar h2,
.acc-faq-sidebar h3 {
  color: #fff !important;
}

.acc-faq-sidebar p {
  color: rgba(255, 255, 255, 0.74);
}

.acc-faq-contact-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
  min-height: 54px;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--acc-radius-md);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.06);
  font-size: clamp(0.78rem, 0.76rem + 0.1vw, 0.85rem);
  white-space: nowrap;
  letter-spacing: -0.01em;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
  position: relative;
}

.acc-faq-contact-item i {
  font-size: 1.2rem;
  color: var(--acc-gold-500);
  flex-shrink: 0;
  width: 24px;
  display: inline-flex;
  justify-content: center;
  transition: transform 0.3s ease;
}

.acc-faq-contact-item:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--acc-gold-500);
  transform: translateX(5px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

.acc-faq-contact-item:hover i {
  transform: scale(1.1) rotate(-5deg);
  color: var(--acc-gold-500);
}

@media (max-width: 400px) {
  .acc-faq-contact-item {
    font-size: 0.78rem;
    padding: 0.7rem 0.8rem;
    gap: 0.5rem;
  }
}

.acc-service-cta__eyebrow {
  position: relative;
  z-index: 1;
  border-color: rgba(201, 154, 74, 0.28);
  background: rgba(201, 154, 74, 0.16);
  color: var(--acc-gold-500);
}

@media (max-width: 1199.98px) {
  .acc-service-promise {
    grid-template-columns: 1fr;
  }

  .acc-service-promise__copy h2 {
    max-width: 18ch;
  }

  .acc-service-promise__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .acc-service-promise__grid article:first-child {
    grid-row: auto;
  }

  .acc-faq-contact-item {
    font-size: 0.85rem;
    padding: 0.75rem 0.9rem;
  }
}

@media (max-width: 991.98px) {
  .acc-service-trust__bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .acc-service-detail .acc-persona-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .acc-service-trust__bar>div:nth-child(2n) {
    border-right: 0;
  }

  .acc-service-trust__bar>div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(12, 43, 45, 0.08);
  }

  .acc-service-promise__grid {
    grid-template-columns: 1fr 1fr;
  }

  .acc-service-sticky-copy,
  .acc-faq-sidebar {
    position: relative;
    top: auto;
    margin-bottom: 3rem;
  }
  
  .acc-faq-sidebar {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .acc-faq-contact-item {
    width: 100%;
    max-width: 400px;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .services-page .acc-service-hero {
    min-height: clamp(420px, 58vh, 540px);
    text-align: center;
  }

  .services-page #page-hero.acc-service-hero::after {
    background: linear-gradient(180deg, rgba(12, 43, 45, 0.75), rgba(12, 43, 45, 0.9));
  }

  .services-page #page-hero.acc-service-hero h1 {
    max-width: 100%;
    line-height: 1.1;
  }

  .services-page #page-hero.acc-service-hero .breadcrumb {
    justify-content: center;
  }

  .services-page #page-hero.acc-service-hero .acc-service-hero__eyebrow {
    margin-inline: auto;
    font-size: 0.7rem;
    padding: 0.35rem 0.7rem;
  }

  .services-page #page-hero.acc-service-hero .lead {
    margin-inline: auto;
    text-align: center;
  }

  .acc-service-trust {
    padding-top: 1rem !important;
  }

  .acc-service-trust__bar {
    grid-template-columns: 1fr;
    border-radius: 8px;
  }

  .acc-service-trust__bar>div {
    min-height: auto;
    grid-template-columns: auto auto 1fr;
    align-items: center;
    gap: 0.55rem;
    padding: 0.95rem 1rem;
    border-right: 0;
    border-bottom: 1px solid rgba(12, 43, 45, 0.08);
  }

  .acc-service-trust__bar>div:last-child {
    border-bottom: 0;
  }

  .acc-service-trust__bar i {
    margin: 0;
  }

  .acc-service-detail .acc-persona-grid {
    grid-template-columns: 1fr;
  }

  .acc-service-media-frame figcaption {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .acc-service-actions {
    flex-direction: column;
  }

  .acc-service-actions .btn {
    width: 100%;
  }

  .acc-service-step {
    grid-template-columns: 1fr;
  }

  .acc-service-promise__grid {
    grid-template-columns: 1fr;
  }

  .acc-service-promise__grid article {
    min-height: auto;
  }

  .acc-service-promise {
    padding: 0.75rem;
  }

  .acc-service-promise__copy {
    padding: 1.35rem;
  }

  .acc-service-promise__copy h2 {
    max-width: 100%;
    font-size: clamp(1.8rem, 1.25rem + 4vw, 2.45rem);
  }

  .acc-service-promise__grid i {
    width: 48px;
    height: 48px;
    margin-bottom: 1.2rem;
  }
}

/* ── SERVICE DETAIL: WHO + PROMISE SECTION REFINEMENT ── */
.acc-service-detail #who-its-for .acc-service-section-head {
  margin-bottom: clamp(1.4rem, 2.8vw, 2.4rem);
}

.acc-service-detail #who-its-for .acc-service-section-head h2 {
  font-size: clamp(2rem, 1.45rem + 2vw, 3.25rem);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.acc-service-detail #who-its-for .acc-service-section-head p {
  max-width: 48ch;
  margin-inline: auto;
  font-size: clamp(1.05rem, 0.98rem + 0.28vw, 1.24rem);
}

.acc-service-detail .acc-persona-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.5vw, 1.4rem);
}

.acc-service-detail .acc-persona-card {
  border-radius: 18px;
  border-color: rgba(12, 43, 45, 0.1);
  box-shadow: 0 16px 40px rgba(12, 43, 45, 0.09);
}

.acc-service-detail .acc-persona-card__media {
  aspect-ratio: 16 / 9;
}

.acc-service-detail .acc-persona-card__media img {
  filter: saturate(1.02) contrast(1.01);
}

.acc-service-detail .acc-persona-card__icon {
  width: 70px;
  height: 70px;
  margin: -34px 0 1rem clamp(1.2rem, 1.7vw, 1.55rem);
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(12, 43, 45, 0.14);
}

.acc-service-detail .acc-persona-card h3 {
  font-size: clamp(1.35rem, 1.12rem + 0.65vw, 1.9rem);
  line-height: 1.15;
  margin-bottom: 0.62rem;
}

.acc-service-detail .acc-persona-card p {
  font-size: clamp(1rem, 0.95rem + 0.18vw, 1.12rem);
  line-height: 1.65;
  padding-bottom: clamp(1.3rem, 1.7vw, 1.6rem);
}

.acc-service-detail .acc-service-promise {
  gap: clamp(1rem, 1.8vw, 1.45rem);
  padding: clamp(0.85rem, 1.2vw, 1.05rem);
  border-radius: 18px;
  border-color: rgba(12, 43, 45, 0.11);
  box-shadow: 0 20px 58px rgba(12, 43, 45, 0.1);
}

.acc-service-detail .acc-service-promise__copy,
.acc-service-detail .acc-service-promise__grid article {
  border-radius: 16px;
}

.acc-service-detail .acc-service-promise__copy {
  padding: clamp(1.45rem, 2.4vw, 2.25rem);
}

.acc-service-detail .acc-service-promise__copy h2 {
  max-width: 100%;
  font-size: clamp(2rem, 1.42rem + 1.7vw, 3rem);
  line-height: 1.03;
  letter-spacing: 0;
  text-wrap: balance;
}

.acc-service-detail .acc-service-promise__copy p {
  max-width: 40ch;
  color: rgba(255, 255, 255, 0.84);
}

.acc-service-detail .acc-service-promise__grid {
  gap: clamp(0.85rem, 1.25vw, 1.05rem);
}

.acc-service-detail .acc-service-promise__grid article {
  padding: clamp(1rem, 1.35vw, 1.3rem);
}

.acc-service-detail .acc-service-promise__grid i {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  margin-bottom: clamp(1.1rem, 2vw, 1.8rem);
}

.acc-service-detail .acc-service-promise__grid h3 {
  font-size: clamp(1.2rem, 1.05rem + 0.45vw, 1.48rem);
}

.acc-service-detail .acc-service-promise__grid p {
  font-size: 1rem;
  line-height: 1.58;
}

@media (max-width: 1199.98px) {
  .acc-service-detail .acc-persona-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .acc-service-detail .acc-service-promise__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .acc-service-detail #who-its-for .acc-service-section-head h2 {
    max-width: 100%;
    margin-inline: auto;
  }

  .acc-service-detail .acc-persona-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .acc-service-detail .acc-persona-card__icon {
    width: 64px;
    height: 64px;
    margin-top: -30px;
  }

  .acc-service-detail .acc-service-promise {
    grid-template-columns: 1fr;
  }

  .acc-service-detail .acc-service-promise__copy h2 {
    max-width: 100%;
  }

  .acc-service-detail .acc-service-promise__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .acc-service-detail #who-its-for .acc-service-section-head h2 {
    font-size: clamp(1.78rem, 1.28rem + 2.3vw, 2.35rem);
    line-height: 1.08;
  }

  .acc-service-detail #who-its-for .acc-service-section-head p {
    font-size: 1.02rem;
    line-height: 1.58;
  }

  .acc-service-detail .acc-persona-grid {
    grid-template-columns: 1fr;
    gap: 0.92rem;
  }

  .acc-service-detail .acc-persona-card {
    border-radius: 14px;
  }

  .acc-service-detail .acc-persona-card__media {
    aspect-ratio: 4 / 3;
  }

  .acc-service-detail .acc-persona-card__icon {
    width: 58px;
    height: 58px;
    margin-top: -27px;
    border-radius: 12px;
  }

  .acc-service-detail .acc-persona-card h3 {
    font-size: 1.68rem;
  }

  .acc-service-detail .acc-persona-card p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .acc-service-detail .acc-service-promise {
    border-radius: 14px;
    padding: 0.68rem;
    gap: 0.72rem;
  }

  .acc-service-detail .acc-service-promise__copy,
  .acc-service-detail .acc-service-promise__grid article {
    border-radius: 12px;
  }

  .acc-service-detail .acc-service-promise__copy {
    padding: 1.2rem;
  }

  .acc-service-detail .acc-service-promise__copy h2 {
    max-width: 100%;
    font-size: clamp(1.72rem, 1.2rem + 2.8vw, 2.2rem);
  }

  .acc-service-detail .acc-service-promise__grid {
    grid-template-columns: 1fr;
    gap: 0.72rem;
  }

  .acc-service-detail .acc-service-promise__grid article {
    padding: 1rem;
  }
}

/* ===========================
   Our Locations — Premium Network Section
   =========================== */
.acc-network-section {
  position: relative;
  padding: var(--acc-section-y) 0;
  background: linear-gradient(175deg, #f0f5f5 0%, var(--acc-cream) 40%, #fff 100%);
  overflow: clip;
}

.acc-network-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  opacity: .5;
  z-index: 0;
}

.acc-network-orb--1 {
  width: 500px;
  height: 500px;
  top: -120px;
  left: -180px;
  background: radial-gradient(circle, rgba(201, 154, 74, .18), transparent 70%);
}

.acc-network-orb--2 {
  width: 400px;
  height: 400px;
  bottom: -100px;
  right: -120px;
  background: radial-gradient(circle, rgba(47, 106, 111, .14), transparent 70%);
}

.acc-network-head {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3.5rem;
  position: relative;
  z-index: 1;
}

.acc-network-head h2 {
  color: var(--acc-brand-900);
  font-size: clamp(2rem, 1.5rem + 2vw, 3.25rem) !important;
  line-height: 1.1 !important;
  margin-bottom: 1.25rem !important;
  position: relative;
  display: inline-block;
}

.acc-network-head h2::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--acc-gold-500);
  border-radius: 2px;
}

.acc-network-sub {
  font-size: 1.15rem !important;
  color: var(--acc-ink-500);
  line-height: 1.6 !important;
  margin: 1.5rem auto 0;
  max-width: 60ch;
  text-align: center;
}

@media (max-width: 767.98px) {
  .acc-network-sub {
    font-size: 1rem !important;
    text-align: left;
  }
}

/* Stats */
.acc-network-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 940px;
  margin: 0 auto 3.5rem;
  position: relative;
  z-index: 1;
}

.acc-network-stat {
  text-align: center;
  padding: 2rem 1.25rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 30px rgba(12, 43, 45, 0.05);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.acc-network-stat:hover {
  transform: translateY(-8px);
  background: #ffffff;
  border-color: rgba(201, 154, 74, 0.2);
  box-shadow: 0 20px 45px rgba(12, 43, 45, 0.1);
}

.acc-network-stat__number {
  display: block;
  font-size: clamp(2.2rem, 1.8rem + 1.5vw, 3.2rem);
  font-weight: 800;
  color: var(--acc-brand-900);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 0.5rem;
}

.acc-network-stat__label {
  display: block;
  font-size: 0.85rem;
  color: var(--acc-brand-700);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Filters */
.acc-network-filters {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  justify-content: center;
  margin-bottom: 2rem;
  position: sticky;
  top: 90px;
  z-index: 100;
  padding: 10px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  margin-top: -10px;
  border-radius: 16px;
  transition: top 0.3s ease;
}

.acc-network-filter {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .6rem 1.15rem;
  border: 1.5px solid var(--acc-border);
  border-radius: var(--acc-radius-pill);
  background: rgba(255, 255, 255, .85);
  backdrop-filter: blur(8px);
  color: var(--acc-ink-700);
  font-size: .88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all .28s cubic-bezier(.22, 1, .36, 1);
  outline: none;
}

.acc-network-filter:hover {
  border-color: var(--acc-brand-500);
  color: var(--acc-brand-900);
  background: rgba(255, 255, 255, .95);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(12, 43, 45, .08);
}

.acc-network-filter.is-active {
  background: linear-gradient(135deg, var(--acc-brand-900), var(--acc-brand-700));
  color: #fff;
  border-color: var(--acc-brand-900);
  box-shadow: 0 8px 24px rgba(12, 43, 45, .2);
}

.acc-network-filter.is-active i {
  color: var(--acc-gold-500);
}

.acc-network-filter__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 999px;
  background: rgba(12, 43, 45, .08);
  font-size: .72rem;
  font-weight: 700;
  line-height: 1;
}

.acc-network-filter.is-active .acc-network-filter__count {
  background: rgba(255, 255, 255, .2);
  color: #fff;
}

/* Grid */
.acc-network-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 1.75rem;
  align-items: start;
  position: relative;
  z-index: 1;
}

/* Map */
.acc-network-map-wrap {
  position: sticky;
  top: 160px;
  border-radius: var(--acc-radius-lg);
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(12, 43, 45, 0.12), 0 0 0 1px rgba(12, 43, 45, 0.05);
  background: #ffffff;
  height: calc(100vh - 180px);
}

.acc-network-map {
  width: 100%;
  height: 100%;
  min-height: 680px;
  z-index: 1;
}

.acc-network-map-legend {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 500;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: .55rem 1rem;
  border-radius: var(--acc-radius-pill);
  font-size: .84rem;
  font-weight: 600;
  color: var(--acc-brand-900);
  box-shadow: 0 4px 16px rgba(12, 43, 45, .1);
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  border: 1px solid rgba(220, 228, 234, .5);
}

.acc-map-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--acc-gold-500);
  box-shadow: 0 0 0 4px rgba(201, 154, 74, .22);
  display: inline-block;
  animation: accDotPulse 2s ease-in-out infinite;
}

@keyframes accDotPulse {

  0%,
  100% {
    box-shadow: 0 0 0 4px rgba(201, 154, 74, .22);
  }

  50% {
    box-shadow: 0 0 0 8px rgba(201, 154, 74, .12);
  }
}

/* Map controls */
.acc-network-map-controls {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 500;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.acc-map-ctrl {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(12, 43, 45, 0.08);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--acc-brand-900);
  font-size: 1.1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(12, 43, 45, 0.1);
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  outline: none;
}

.acc-map-ctrl:hover {
  background: var(--acc-brand-900);
  color: #fff;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 25px rgba(12, 43, 45, 0.2);
}

.acc-map-ctrl:active {
  transform: translateY(-1px) scale(0.98);
}

/* Markers */
.acc-marker {
  background: transparent !important;
  border: 0 !important;
  cursor: pointer;
}

.acc-marker__pin {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 2px solid var(--acc-brand-900);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(12, 43, 45, 0.15);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.acc-marker__pin i {
  display: block;
  width: 14px;
  height: 14px;
  background: var(--acc-brand-900);
  border-radius: 50%;
  transition: all 0.4s ease;
}

.acc-marker.is-hovered {
  z-index: 999 !important;
}

.acc-marker.is-hovered .acc-marker__pin {
  transform: translateY(-8px) scale(1.2);
  box-shadow: 0 15px 30px rgba(12, 43, 45, 0.2);
  border-color: var(--acc-gold-500);
}

.acc-marker.is-hovered .acc-marker__pin i {
  background: var(--acc-gold-500);
  transform: scale(1.2);
}

.acc-marker--active {
  z-index: 1000 !important;
}

.acc-marker--active .acc-marker__pin {
  background: var(--acc-brand-900);
  border: 3px solid #fff;
  transform: translateY(-10px) scale(1.3);
  box-shadow: 0 20px 40px rgba(12, 43, 45, 0.3);
}

.acc-marker--active .acc-marker__pin i {
  background: var(--acc-gold-500);
}

.acc-marker__pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 50%;
  background: rgba(201, 154, 74, 0.4);
  animation: accMarkerPulse 2.5s cubic-bezier(0.2, 0.8, 0.2, 1) infinite;
  pointer-events: none;
  z-index: -1;
}

@keyframes accMarkerPulse {
  0% {
    transform: scale(.4);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/* Marker Tooltip */
.acc-map-tooltip {
  background: rgba(12, 43, 45, 0.95);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(12, 43, 45, 0.2);
  backdrop-filter: blur(8px);
}

.leaflet-tooltip-top.acc-map-tooltip::before {
  border-top-color: rgba(12, 43, 45, 0.95);
}

/* ── Enhanced Map Popup with Image ── */
.leaflet-popup-content-wrapper {
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(12, 43, 45, 0.22);
  padding: 0;
  border: 1px solid rgba(12, 43, 45, 0.05);
  overflow: hidden;
  background: #ffffff;
}

.leaflet-popup-content {
  margin: 0;
  width: 300px !important;
  font-family: var(--acc-font-body);
}

.leaflet-popup-tip {
  box-shadow: 0 10px 25px rgba(12, 43, 45, 0.15);
  background: #ffffff;
}

.acc-pop {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.acc-pop__img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}

.acc-pop__content {
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.acc-pop__content strong {
  display: block;
  font-size: 1.15rem;
  color: var(--acc-brand-900);
  margin-bottom: 0.2rem;
  font-family: var(--acc-font-body);
}

.acc-pop__type {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--acc-gold-600) !important;
  font-weight: 700;
  font-size: 0.72rem !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.4rem !important;
}

.acc-pop__content>span {
  display: block;
  font-size: 0.85rem;
  color: var(--acc-ink-500);
  line-height: 1.5;
}

.acc-pop__actions {
  display: flex;
  gap: 0.6rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--acc-border);
}

.acc-pop__call,
.acc-pop__dir {
  flex: 1;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  padding: 0.65rem 0.4rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.acc-pop__call {
  background: var(--acc-brand-900);
  color: #fff !important;
}

.acc-pop__call:hover {
  background: var(--acc-brand-700);
  transform: translateY(-2px);
}

.acc-pop__dir {
  background: var(--acc-mist);
  color: var(--acc-brand-900) !important;
}

.acc-pop__dir:hover {
  background: var(--acc-border);
  transform: translateY(-2px);
}

.acc-pop__dir {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  padding: .4rem .8rem;
  border-radius: var(--acc-radius-pill);
  background: var(--acc-brand-900);
  color: #fff !important;
  font-size: .76rem;
  font-weight: 600;
  transition: background .25s ease;
  text-decoration: none !important;
  flex: 1;
  justify-content: center;
}

.acc-pop__dir:hover {
  background: var(--acc-brand-700);
}

.acc-pop__call {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  padding: .4rem .8rem;
  border-radius: var(--acc-radius-pill);
  background: rgba(12, 43, 45, .06);
  color: var(--acc-brand-900) !important;
  font-size: .76rem;
  font-weight: 600;
  transition: background .25s ease;
  text-decoration: none !important;
  flex: 1;
  justify-content: center;
}

.acc-pop__call:hover {
  background: rgba(12, 43, 45, .12);
}

/* ── List Side ── */
.acc-network-list-wrap {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(12, 43, 45, 0.08);
  border-radius: var(--acc-radius-lg);
  box-shadow: 0 20px 50px rgba(12, 43, 45, 0.08);
  overflow: visible;
  height: auto;
}

.acc-network-list-head {
  padding: 1.5rem;
  border-bottom: 1px solid rgba(12, 43, 45, 0.06);
  background: linear-gradient(180deg, #f8fbfb, #ffffff);
}

.acc-network-list-head__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}

.acc-network-list-head h3 {
  color: var(--acc-brand-900);
  font-size: 1.25rem !important;
  margin: 0;
}

.acc-network-list-count {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--acc-brand-700);
  background: rgba(47, 106, 111, 0.08);
  padding: 0.4rem 0.9rem;
  border-radius: 99px;
  letter-spacing: 0.02em;
}

/* Search */
.acc-network-search-wrap {
  position: relative;
  margin-bottom: 0;
}

.acc-network-search-wrap>i {
  position: absolute;
  left: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  color: var(--acc-brand-500);
  pointer-events: none;
  z-index: 2;
}

.acc-network-search {
  width: 100%;
  height: 52px;
  padding: 0.8rem 1.2rem 0.8rem 3rem;
  border: 1.5px solid var(--acc-border);
  border-radius: 16px;
  font-size: 0.95rem;
  background: #fdfdfd;
  color: var(--acc-ink-900);
  outline: none;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}

.acc-network-search:focus {
  border-color: var(--acc-brand-500);
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(12, 43, 45, 0.08);
  transform: translateY(-1px);
}

/* List */
.acc-network-list {
  list-style: none;
  margin: 0;
  padding: .5rem;
  overflow: visible;
  max-height: none;
  flex: 1;
}

.acc-network-list::-webkit-scrollbar {
  width: 5px;
}

.acc-network-list::-webkit-scrollbar-thumb {
  background: var(--acc-brand-500);
  border-radius: 4px;
}

/* Empty state */
.acc-network-list-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
  text-align: center;
  color: var(--acc-ink-500);
  flex: 1;
}

.acc-network-list-empty i {
  font-size: 2.5rem;
  color: var(--acc-border);
  margin-bottom: 1rem;
}

.acc-network-list-empty p {
  margin: 0 0 1rem;
  font-size: .95rem;
}

.acc-network-reset-btn {
  padding: .5rem 1.2rem;
  border: 1.5px solid var(--acc-brand-700);
  border-radius: var(--acc-radius-pill);
  background: transparent;
  color: var(--acc-brand-700);
  font-weight: 600;
  font-size: .85rem;
  cursor: pointer;
  transition: all .25s ease;
}

.acc-network-reset-btn:hover {
  background: var(--acc-brand-900);
  color: #fff;
  border-color: var(--acc-brand-900);
}

/* ── Cards with Image Thumbnail ── */
.acc-network-card {
  display: flex;
  gap: 1.25rem;
  padding: 1.15rem;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid rgba(47, 106, 111, 0.12);
  outline: none;
  margin-bottom: 0.75rem;
  position: relative;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(12, 43, 45, 0.03);
  scroll-margin-top: 180px;
}

.acc-network-card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: -0.4rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--acc-border), transparent);
  opacity: 0.3;
}

.acc-network-card:last-child {
  margin-bottom: 0;
}

.acc-network-card:last-child::after {
  display: none;
}

.acc-network-card:hover,
.acc-network-card:focus-visible {
  background: #ffffff;
  transform: translateX(8px);
  border-color: rgba(47, 106, 111, 0.3);
  box-shadow: 0 15px 35px rgba(12, 43, 45, 0.08);
  z-index: 2;
}

.acc-network-card.is-active {
  background: linear-gradient(145deg, #0a2426, #06191a);
  border-color: var(--acc-brand-900);
  box-shadow: 0 25px 50px rgba(12, 43, 45, 0.28);
  transform: translateX(12px) scale(1.01);
  z-index: 3;
}

.acc-network-card.is-active::after {
  display: none;
}

.acc-network-card.is-active .acc-network-card__thumb {
  border-color: rgba(201, 154, 74, 0.35);
  box-shadow: 0 0 20px rgba(201, 154, 74, 0.15);
}

.acc-network-card.is-active .acc-network-card__name {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.acc-network-card.is-active .acc-network-card__addr,
.acc-network-card.is-active .acc-network-card__type {
  color: rgba(255, 255, 255, 0.82);
}

.acc-network-card.is-active .acc-network-card__addr i,
.acc-network-card.is-active .acc-network-card__type i {
  color: var(--acc-gold-500);
}

.acc-network-card.is-active .acc-network-card__tel,
.acc-network-card.is-active .acc-network-card__dir {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.4rem 0.8rem;
  border-radius: 99px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.acc-network-card.is-active .acc-network-card__tel:hover,
.acc-network-card.is-active .acc-network-card__dir:hover {
  background: rgba(201, 154, 74, 0.15);
  border-color: var(--acc-gold-500);
  color: var(--acc-gold-500);
}

.acc-network-card.is-active .acc-network-card__region {
  background: rgba(201, 154, 74, 0.12);
  color: var(--acc-gold-500);
  border-color: rgba(201, 154, 74, 0.3);
}

/* Card thumbnail */
.acc-network-card__thumb {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  border-radius: 14px;
  object-fit: cover;
  border: 2px solid rgba(220, 228, 234, 0.4);
  transition: all 0.4s ease;
}

.acc-network-card__body {
  flex: 1 1 auto;
  min-width: 0;
}

.acc-network-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.25rem;
}

.acc-network-card__name {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--acc-brand-900);
  margin: 0;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.acc-network-card__region {
  flex-shrink: 0;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.25rem 0.75rem;
  border-radius: 99px;
  border: 1px solid;
  white-space: nowrap;
  line-height: 1;
}

.acc-region--london {
  color: var(--acc-brand-700);
  background: rgba(27, 77, 82, 0.06);
  border-color: rgba(27, 77, 82, 0.15);
}

.acc-region--essex {
  color: #0c4d3e;
  background: rgba(12, 77, 62, 0.06);
  border-color: rgba(12, 77, 62, 0.15);
}

.acc-region--surrey {
  color: #7a5a00;
  background: rgba(122, 90, 0, 0.06);
  border-color: rgba(122, 90, 0, 0.15);
}

.acc-network-card__type {
  font-size: .75rem;
  color: var(--acc-gold-600);
  margin: 0 0 .2rem;
  display: flex;
  align-items: center;
  gap: .3rem;
  font-weight: 500;
}

.acc-network-card__type i {
  font-size: .68rem;
  color: var(--acc-gold-500);
}

.acc-network-card__addr {
  font-size: .78rem;
  color: var(--acc-ink-500);
  margin: 0 0 .35rem;
  line-height: 1.35;
  display: flex;
  gap: .3rem;
}

.acc-network-card__addr i {
  color: var(--acc-gold-500);
  margin-top: .1rem;
  flex-shrink: 0;
  font-size: .72rem;
}

.acc-network-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  align-items: center;
}

.acc-network-card__tel,
.acc-network-card__dir {
  font-size: .76rem;
  font-weight: 600;
  color: var(--acc-brand-700);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  transition: color .25s ease;
}

.acc-network-card__tel i,
.acc-network-card__dir i {
  color: var(--acc-gold-500);
  font-size: .7rem;
}

.acc-network-card__tel:hover,
.acc-network-card__dir:hover {
  color: var(--acc-gold-600);
}

/* ── Responsive ── */
@media (max-width: 1199.98px) {
  .acc-network-grid {
    grid-template-columns: 1.15fr 1fr;
    gap: 1.25rem;
  }
}

@media (max-width: 991.98px) {
  .acc-network-grid {
    grid-template-columns: 1fr;
  }

  .acc-network-map-wrap {
    position: relative;
    top: 0;
    min-height: 420px;
    height: 420px;
  }

  .acc-network-map {
    min-height: 420px;
  }

  .acc-network-list {
    max-height: none;
  }

  .acc-network-stats {
    grid-template-columns: repeat(4, 1fr);
    gap: .8rem;
  }
}

@media (max-width: 767.98px) {
  .acc-network-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: .7rem;
  }

  .acc-network-stat {
    padding: 1rem .8rem;
  }

  .acc-network-stat__number {
    font-size: 1.85rem;
  }

  .acc-network-filters {
    gap: .45rem;
    top: 70px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 10px 5px;
    -webkit-overflow-scrolling: touch;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
    scrollbar-width: none;
    transition: top 0.3s ease;
  }

  .acc-network-filters::-webkit-scrollbar {
    display: none;
  }

  .acc-network-filter {
    padding: .5rem .9rem;
    font-size: .82rem;
  }

  .acc-network-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
  }

  .acc-network-card__thumb {
    width: 100%;
    height: 160px;
    flex: 0 0 160px;
    border-radius: 12px;
  }

  .acc-network-card.is-active {
    transform: none;
  }

  .leaflet-popup-content {
    width: 240px !important;
  }

  .acc-pop__img {
    display: none;
  }
}

@media (max-width: 575.98px) {
  #page-hero .container {
    text-align: center;
  }

  #page-hero .breadcrumb {
    justify-content: center;
  }

  .acc-network-head {
    margin-bottom: 2rem;
  }

  .acc-network-head h2 {
    font-size: 1.85rem !important;
  }

  .acc-network-card {
    padding: 1.15rem;
    gap: 0.9rem;
    border-radius: 16px;
    transform: none !important;
  }

  .acc-network-card__thumb {
    height: 140px;
    flex: 0 0 140px;
  }

  .acc-network-card__name {
    font-size: 1.1rem;
  }

  .acc-network-card__region {
    font-size: 0.6rem;
    padding: 0.2rem 0.6rem;
  }

  .acc-network-map-wrap,
  .acc-network-map {
    min-height: 320px;
    height: 320px;
  }

  .acc-network-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
    margin-bottom: 2.5rem;
  }

  .acc-network-stat {
    padding: 1rem 0.5rem;
  }

  .acc-network-stat__number {
    font-size: 1.5rem;
  }

  .acc-network-stat__label {
    font-size: 0.68rem;
    letter-spacing: 0.04em;
  }

  .acc-network-filter {
    padding: .45rem .85rem;
    font-size: .78rem;
  }

  .acc-network-filter i {
    display: none;
  }

  .acc-network-search-wrap > i {
    left: 1rem;
    font-size: 1rem;
  }

  .acc-network-search {
    height: 48px;
    padding-left: 2.8rem;
    font-size: 0.9rem;
  }

  .leaflet-popup-content {
    width: 220px !important;
  }

  .acc-pop__img {
    display: none;
  }

  .ph-final-cta__actions {
    flex-direction: column;
  }

  .ph-final-cta__actions > .btn-ph-primary,
  .ph-final-cta__actions > .btn-ph-ghost {
    width: 100%;
    justify-content: center;
  }
}


/* ── CAREERS PAGE 2026 PREMIUM REDESIGN ── */
.acc-careers-hero {
  position: relative;
  overflow: hidden;
  background: var(--acc-brand-900);
  padding: 10rem 0 7rem !important;
  z-index: 1;
}

.acc-careers-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(201, 154, 74, 0.15), transparent 45%),
    radial-gradient(circle at 20% 80%, rgba(47, 106, 111, 0.4), transparent 55%);
  z-index: -1;
}

.acc-careers-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  z-index: -1;
}

.acc-careers-hero__content {
  position: relative;
  max-width: 720px;
  background: rgba(12, 43, 45, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 3rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px) {
  .acc-careers-hero__content {
    margin-left: auto;
    margin-right: auto;
    padding: 2.5rem 1.5rem;
    text-align: center;
  }

  .acc-careers-hero__content .d-flex {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .acc-careers-hero__content {
    padding: 1.5rem 1.25rem;
    border-radius: 16px;
  }
  
  .acc-careers-hero__content .d-flex {
    flex-direction: column;
    width: 100%;
    gap: 1rem !important;
  }
  
  .acc-careers-hero__content .btn {
    width: 100%;
  }
}

.acc-job-card {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  padding: 2.4rem;
  border: 1px solid rgba(12, 43, 45, 0.08);
  box-shadow: 0 10px 30px -10px rgba(12, 43, 45, 0.05);
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
}

.acc-job-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: var(--acc-accent);
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.acc-job-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px -20px rgba(12, 43, 45, 0.12);
  border-color: rgba(174, 131, 58, 0.25);
}

.acc-job-card:hover::before {
  transform: scaleY(1);
}

.acc-job-title {
  font-family: 'Fraunces', serif !important;
  color: var(--acc-brand-900);
  letter-spacing: -0.01em;
}

/* ── Application Modal Premium Styles ─────────────────────── */
.acc-modal .modal-dialog {
  max-width: 480px;
}

.acc-modal .modal-content {
  border-radius: 24px;
  border: none;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(12, 43, 45, 0.25);
}

.acc-modal-header {
  background: var(--acc-brand-900);
  padding: 1.5rem 1.5rem 1.25rem;
  position: relative;
  border: none;
}

.acc-modal-header .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.acc-modal-header .btn-close:hover {
  opacity: 1;
}

.acc-modal-subtitle {
  color: var(--acc-gold-400, #c4b597);
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 0.5rem;
}

.acc-modal-title {
  color: #fff;
  font-family: 'Fraunces', serif !important;
  font-size: 1.8rem;
  margin: 0;
}

.acc-modal-body {
  padding: 1.5rem 1.5rem 1.75rem;
  background: #fff;
}

.acc-form-group {
  margin-bottom: 1.5rem;
}

.acc-form-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--acc-brand-900);
  margin-bottom: 0.35rem;
  display: block;
}

.acc-form-control {
  border-radius: 12px;
  padding: 0.6rem 1rem;
  border: 2px solid #eee;
  font-size: 0.9rem;
  transition: all 0.3s;
  background: #fcfcfc;
  width: 100%;
}

.acc-form-control:focus {
  background: #fff;
  border-color: var(--acc-brand-700);
  box-shadow: 0 0 0 4px rgba(47, 106, 111, 0.1);
  outline: none;
}

.acc-form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230c2b2d' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  background-size: 10px;
  padding-right: 2.4rem !important;
}

.acc-btn-submit {
  width: 100%;
  padding: 1rem;
  border-radius: 14px;
  background: var(--acc-brand-900);
  color: #fff;
  font-weight: 700;
  border: none;
  transition: all 0.3s;
  margin-top: 1rem;
}

.acc-btn-submit:hover {
  background: var(--acc-brand-700);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(12, 43, 45, 0.15);
}

.acc-file-custom {
  position: relative;
  display: block;
}

.acc-file-custom input {
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  cursor: pointer;
}

.acc-file-trigger {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem;
  border: 2px dashed #ddd;
  border-radius: 14px;
  color: #666;
  font-size: 0.9rem;
  transition: all 0.3s;
}

.acc-file-custom:hover .acc-file-trigger {
  border-color: var(--acc-accent);
  background: rgba(174, 131, 58, 0.05);
  color: var(--acc-brand-900);
}

.acc-job-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  background: rgba(47, 106, 111, 0.06);
  color: var(--acc-brand-700);
  border-radius: 99px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.acc-process-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1000px;
  margin: 3rem auto 0;
}

.acc-process-wrap::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--acc-gold-500), transparent);
  opacity: 0.3;
  z-index: 0;
}

.acc-process-step {
  position: relative;
  z-index: 1;
  text-align: center;
  flex: 1;
  padding: 0 1rem;
}

.acc-process-step__icon {
  width: 66px;
  height: 66px;
  background: #fff;
  border: 2px solid var(--acc-gold-500);
  color: var(--acc-brand-900);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.8), 0 8px 16px rgba(12, 43, 45, 0.1);
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.acc-process-step:hover .acc-process-step__icon {
  transform: scale(1.1);
  background: var(--acc-brand-900);
  color: #fff;
  border-color: var(--acc-brand-900);
}

@media (max-width: 767.98px) {
  .acc-process-wrap {
    flex-direction: column;
    gap: 2.5rem;
  }

  .acc-process-wrap::before {
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    width: 2px;
    height: auto;
    transform: translateX(-50%);
    background: linear-gradient(180deg, transparent, var(--acc-gold-500), transparent);
  }
}

.acc-training-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.2rem;
  border: 1px solid rgba(12, 43, 45, 0.06);
  box-shadow: 0 8px 24px rgba(12, 43, 45, 0.04);
  transition: all 0.35s ease;
  height: 100%;
}

.acc-training-card:hover {
  box-shadow: 0 16px 36px rgba(12, 43, 45, 0.1);
  transform: translateY(-4px);
  border-color: rgba(47, 106, 111, 0.2);
}

.acc-training-icon {
  width: 54px;
  height: 54px;
  background: rgba(201, 154, 74, 0.15);
  color: var(--acc-gold-600);
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.4rem;
  transition: transform 0.3s ease;
}

.acc-training-card:hover .acc-training-icon {
  transform: scale(1.05) rotate(5deg);
  background: var(--acc-gold-500);
  color: #fff;
}

.acc-testimonial-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 2.5rem 2rem;
  box-shadow: 0 14px 44px rgba(12, 43, 45, 0.06);
  border: 1px solid rgba(12, 43, 45, 0.04);
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.acc-testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 54px rgba(12, 43, 45, 0.1);
}

.acc-testimonial-card::before {
  content: "“";
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  font-family: serif;
  font-size: 6rem;
  line-height: 1;
  color: var(--acc-brand-900);
  opacity: 0.06;
  z-index: -1;
  pointer-events: none;
}

/* ── Custom Button & Transitions ── */
.btn-outline-gold {
  border: 2px solid var(--acc-gold-500) !important;
  color: var(--acc-gold-500) !important;
  background: transparent !important;
  transition: all 0.4s ease;
}

.btn-outline-gold:hover {
  background: var(--acc-gold-500) !important;
  color: #fff !important;
  box-shadow: 0 10px 20px rgba(201, 154, 74, 0.2);
}

.acc-team-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, #fff 0%, transparent 100%);
  opacity: 0.05;
  pointer-events: none;
}

/* ── MEET OUR TEAM (Premium Redesign V2) ───────────────────────── */
.acc-team-premium {
  background: linear-gradient(180deg, var(--acc-brand-900) 0%, #06191a 100%) !important;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.acc-team-premium__bg-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(201, 154, 74, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 85% 85%, rgba(47, 106, 111, 0.2) 0%, transparent 50%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  pointer-events: none;
}

.acc-team-card-v2 {
  position: relative;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
}

.acc-team-card-v2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--acc-gold-500), transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.acc-team-card-v2:hover {
  transform: translateY(-15px) scale(1.02);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(201, 154, 74, 0.5);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5), 0 0 20px rgba(201, 154, 74, 0.1);
}

.acc-team-card-v2:hover::before {
  opacity: 1;
}

.acc-team-card-v2__image {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin: 15px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.acc-team-card-v2__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  filter: saturate(0.9) contrast(1.05);
}

.acc-team-card-v2:hover .acc-team-card-v2__image img {
  transform: scale(1.1) rotate(1deg);
  filter: saturate(1) contrast(1.1);
}

.acc-team-card-v2__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12, 43, 45, 0.8) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.acc-team-card-v2:hover .acc-team-card-v2__overlay {
  opacity: 1;
}

.acc-team-card-v2__social {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  display: flex;
  gap: 12px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 2;
}

.acc-team-card-v2:hover .acc-team-card-v2__social {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.acc-team-card-v2__social a {
  width: 38px;
  height: 38px;
  background: var(--acc-gold-500);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.acc-team-card-v2__social a:hover {
  background: var(--acc-brand-700);
  color: var(--acc-gold-500);
  transform: scale(1.15);
}

.acc-team-card-v2__content {
  padding: 0 24px 28px;
  text-align: center;
}

.acc-team-card-v2__name {
  font-family: 'Fraunces', serif !important;
  font-size: 1.6rem !important;
  color: white;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.acc-team-card-v2__role {
  color: var(--acc-gold-500) !important;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 800;
  margin-bottom: 18px;
  display: block;
}

.acc-team-card-v2__bio {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
  margin-bottom: 0;
}

/* Custom separator line */
.acc-team-card-v2__sep {
  width: 40px;
  height: 2px;
  background: rgba(201, 154, 74, 0.3);
  margin: 0 auto 16px;
  transition: width 0.4s ease;
}

.acc-team-card-v2:hover .acc-team-card-v2__sep {
  width: 80px;
  background: var(--acc-gold-500);
}

@media (max-width: 991.98px) {
  .acc-team-card-v2__content {
    padding: 0 20px 24px;
  }

  .acc-team-card-v2__name {
    font-size: 1.25rem !important;
  }
}

/* ── REGULATORY & RATINGS (Premium Redesign) ────────────────── */
.acc-ratings-section {
  background: #082022 !important;
  /* Richer Obsidian Green */
  color: white;
  position: relative;
  overflow: hidden;
  padding: 140px 0;
}

/* Premium CQC Dashboard Card */
.acc-cqc-dashboard {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(201, 154, 74, 0.15);
  border-radius: 32px;
  padding: 3.5rem;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}

.acc-cqc-dashboard::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--acc-gold-500), transparent);
}

.acc-cqc-dashboard__logo {
  height: 60px;
  width: auto;
  margin-bottom: 1.8rem;
  display: inline-block;
}

.acc-cqc-badge-large {
  width: 140px;
  height: 140px;
  background: var(--acc-gold-500);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-shadow: 0 15px 35px rgba(201, 154, 74, 0.4);
}

.acc-cqc-badge-large span:first-child {
  font-family: 'Fraunces', serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: white;
  line-height: 1;
}

.acc-cqc-badge-large span:last-child {
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.05em;
}

.acc-cqc-pill {
  background: rgba(0, 164, 153, 0.15);
  color: #00d9ca;
  border: 1px solid rgba(0, 164, 153, 0.3);
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  display: block;
}

/* Carehome Ratings Section */
.acc-ratings-header-logo {
  height: 50px;
  width: auto;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.acc-rating-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 30px;
  padding: 2.2rem 1.5rem;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
}

.acc-rating-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--acc-gold-500);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

.acc-rating-card__score {
  font-family: 'Fraunces', serif;
  font-size: 3rem;
  color: var(--acc-gold-500);
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.acc-rating-card__title {
  font-size: 1.05rem;
  font-weight: 500;
  color: white;
  margin-bottom: 0;
  line-height: 1.4;
}

/* Circular Rating Badge V2 */
.acc-rating-circle-wrap {
  position: relative;
  width: 140px;
  height: 140px;
  margin-bottom: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acc-rating-circle-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.acc-rating-circle-dash {
  position: absolute;
  inset: -10px;
  border: 2px dashed rgba(201, 154, 74, 0.4);
  border-radius: 50%;
  animation: accRotateCircle 15s linear infinite;
  pointer-events: none;
}

@keyframes accRotateCircle {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.acc-rating-circle-inner {
  width: 110px;
  height: 110px;
  background: rgba(12, 43, 45, 0.4);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  border: 1px solid rgba(201, 154, 74, 0.2);
}

.acc-rating-circle-num {
  font-family: 'Fraunces', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--acc-gold-500);
  line-height: 1;
}

.acc-rating-circle-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 4px;
  font-weight: 700;
  white-space: nowrap;
}

/* Animation trigger */
.acc-rating-circle-progress {
  fill: none;
  stroke: var(--acc-gold-500);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 414;
  stroke-dashoffset: 414;
  transition: stroke-dashoffset 2.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.acc-ratings-section.is-in .acc-rating-circle-progress {
  stroke-dashoffset: var(--score-offset, 40);
}

/* Responsive Grid */
.acc-ratings-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  margin-top: 4rem;
}

@media (max-width: 1199.98px) {
  .acc-ratings-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 991.98px) {
  .acc-ratings-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .acc-ratings-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .acc-ratings-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 991.98px) {
  .acc-ratings-section {
    padding: 100px 0;
  }

  .acc-cqc-dashboard {
    padding: 3rem 1.5rem;
  }

  .acc-cqc-dashboard__logo {
    margin-bottom: 1.5rem;
    height: 50px;
    display: inline-block;
  }
}



/* ── SERVICE COMPARISON DASHBOARD ───────────────────────────── */
.acc-comparison-section {
  background: #082022 !important;
  /* Deep Obsidian Green */
  color: white;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.acc-comparison-section .acc-eyebrow {
  letter-spacing: 0.2em;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 1rem;
}

.acc-comparison-table-wrap {
  margin-top: 4rem;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(201, 154, 74, 0.2);
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
}

.acc-comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.acc-comparison-table thead {
  background: rgba(201, 154, 74, 0.1);
}

.acc-comparison-table th {
  padding: 1.5rem 2rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: var(--acc-gold-500);
  border-bottom: 1px solid rgba(201, 154, 74, 0.2);
  font-weight: 800;
}

.acc-comparison-table td {
  padding: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  vertical-align: middle;
}

.acc-comparison-table tr:last-child td {
  border-bottom: none;
}

.acc-comparison-table tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

.acc-comparison-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(201, 154, 74, 0.15);
  color: var(--acc-gold-500);
  border: 1px solid rgba(201, 154, 74, 0.2);
}

.acc-comparison-service-name {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: white;
  display: block;
}

/* Mobile Cards for Comparison */
@media (max-width: 991.98px) {
  .acc-comparison-table thead {
    display: none;
  }

  .acc-comparison-table tr {
    display: block;
    border-bottom: 1px solid rgba(201, 154, 74, 0.2);
    padding: 2rem 1rem;
  }

  .acc-comparison-table td {
    display: block;
    padding: 0.5rem 0;
    border: none;
  }

  .acc-comparison-table td::before {
    content: attr(data-label);
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    color: var(--acc-gold-500);
    margin-bottom: 4px;
    font-weight: 800;
  }

  .acc-comparison-service-name {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

/* ── SERVICE COMPARISON ENHANCEMENTS ────────────────────────── */
.acc-comparison-section::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(201, 154, 74, 0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.acc-comparison-section::before {
  content: '';
  position: absolute;
  bottom: -10%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(201, 154, 74, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.acc-comparison-table-wrap {
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
  transition: transform 0.4s ease;
}

.acc-comparison-table-wrap:hover {
  transform: scale(1.005);
}

.acc-comparison-service-name {
  position: relative;
  transition: color 0.3s ease;
}

.acc-comparison-table tr:hover .acc-comparison-service-name {
  color: var(--acc-gold-500);
}

.acc-comparison-table td i {
  color: var(--acc-gold-500);
  margin-right: 12px;
  font-size: 1.2rem;
  opacity: 0.8;
}

/* Animated underline for row hover */
.acc-comparison-table tr {
  position: relative;
}

.acc-comparison-table tr::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--acc-gold-500), transparent);
  transition: width 0.6s ease;
}

.acc-comparison-table tr:hover::after {
  width: 100%;
}

.acc-comparison-check {
  color: var(--acc-gold-500);
  font-size: 1.1rem;
}


/* ── HOME GALLERY PREVIEW ───────────────────────────────────── */
.acc-gallery-preview {
  background: linear-gradient(180deg, #082022 0%, #06191a 100%) !important;
  color: white;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.acc-gallery-preview__bg-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(201, 154, 74, 0.08) 0%, transparent 40%),
    radial-gradient(circle at 90% 90%, rgba(47, 106, 111, 0.15) 0%, transparent 40%);
  pointer-events: none;
}

.acc-gallery-preview__content {
  position: relative;
  z-index: 2;
}

.acc-gallery-preview__eyebrow {
  color: var(--acc-gold-500);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  display: block;
}

.acc-gallery-preview__title {
  color: white;
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-wrap: balance;
}

.acc-gallery-preview__text {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2.5rem;
  font-size: 1.1rem;
  max-width: 540px;
}

/* Mosaic Layout */
.acc-gallery-preview__mosaic {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acc-gallery-preview__img {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}

.acc-gallery-preview__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.acc-gallery-preview__img:hover {
  z-index: 10;
  transform: scale(1.05) translateY(-10px) !important;
  border-color: var(--acc-gold-500);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6), 0 0 20px rgba(201, 154, 74, 0.2);
}

.acc-gallery-preview__img:hover img {
  transform: scale(1.1);
}

/* Individual positions for mosaic */
.acc-gallery-preview__img--1 {
  width: 280px;
  height: 380px;
  top: 0;
  right: 15%;
  transform: rotate(3deg);
}

.acc-gallery-preview__img--2 {
  width: 240px;
  height: 300px;
  bottom: 5%;
  right: 5%;
  transform: rotate(-4deg);
  z-index: 2;
}

.acc-gallery-preview__img--3 {
  width: 320px;
  height: 240px;
  top: 30%;
  right: 40%;
  transform: rotate(-2deg);
  z-index: 0;
}

.acc-gallery-preview__img--4 {
  width: 200px;
  height: 200px;
  bottom: 15%;
  right: 35%;
  transform: rotate(6deg);
  z-index: 3;
}

@media (max-width: 1199.98px) {
  .acc-gallery-preview__img--1 {
    width: 220px;
    height: 300px;
    right: 10%;
  }

  .acc-gallery-preview__img--2 {
    width: 200px;
    height: 260px;
    right: 0;
  }

  .acc-gallery-preview__img--3 {
    width: 260px;
    height: 200px;
    right: 30%;
  }

  .acc-gallery-preview__img--4 {
    width: 160px;
    height: 160px;
    right: 25%;
  }
}

@media (max-width: 991.98px) {
  .acc-gallery-preview {
    padding: 80px 0;
    text-align: center;
  }

  .acc-gallery-preview__text {
    margin-inline: auto;
  }

  .acc-gallery-preview__mosaic {
    height: 400px;
    margin-top: 3rem;
  }

  .acc-gallery-preview__img--1 {
    width: 180px;
    height: 240px;
    right: 20%;
    top: 0;
  }

  .acc-gallery-preview__img--2 {
    width: 160px;
    height: 200px;
    right: 5%;
    bottom: 10%;
  }

  .acc-gallery-preview__img--3 {
    width: 200px;
    height: 150px;
    left: 5%;
    top: 20%;
    right: auto;
  }

  .acc-gallery-preview__img--4 {
    width: 140px;
    height: 140px;
    left: 20%;
    bottom: 0;
    right: auto;
  }
}

@media (max-width: 575.98px) {
  .acc-gallery-preview__mosaic {
    height: 320px;
  }

  .acc-gallery-preview__img--1 {
    width: 140px;
    height: 180px;
  }

  .acc-gallery-preview__img--2 {
    width: 120px;
    height: 150px;
  }

  .acc-gallery-preview__img--3 {
    width: 160px;
    height: 120px;
  }

  .acc-gallery-preview__img--4 {
    width: 100px;
    height: 100px;
  }
}

/* Contact Hub Dark Theme */
.acc-contact-hub-dark {
  background: radial-gradient(circle at 100% 0%, rgba(201, 154, 74, 0.15), transparent 50%),
    linear-gradient(145deg, var(--acc-brand-900), var(--acc-brand-700));
}

.acc-method-card-dark {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s var(--ph-ease);
}

.acc-method-card-dark:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(201, 154, 74, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.acc-method-card-dark .acc-method-icon {
  background: rgba(201, 154, 74, 0.12);
  color: var(--acc-gold-500);
}

.acc-map-wrapper-dark {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.5rem;
  border-radius: 2rem;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
}

.acc-map-wrapper-dark .acc-map-frame {
  border: 2px solid var(--acc-gold-500);
  border-radius: 1.5rem;
}

.acc-map-wrapper-dark .acc-map-badge {
  background: var(--acc-gold-500);
  color: var(--acc-brand-900);
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #fff;
  box-shadow: 0 10px 30px rgba(201, 154, 74, 0.4);
  border-radius: 99px;
}

.acc-map-wrapper-dark .acc-badge-dot-dark {
  background: var(--acc-brand-900);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: pulse-dark 2s infinite;
}

@keyframes pulse-dark {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(12, 43, 45, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(12, 43, 45, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(12, 43, 45, 0);
  }
}

.acc-link-hover {
  position: relative;
  transition: color 0.3s var(--ph-ease);
}

.acc-link-hover:hover {
  color: var(--acc-gold-500) !important;
}

.acc-link-hover::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--acc-gold-500);
  transition: width 0.3s var(--ph-ease);
}

.acc-link-hover:hover::after {
  width: 100%;
}

/* Branded photographic treatment for Abbey property imagery. */
.stack-service-card__media,
.acc-lifestyle-card-v3__media,
.acc-blog-feature__media,
.acc-blog-card__media,
.vtour-panel__media,
.acc-vtour-device__screen,
.acc-persona-card__media,
.acc-value-item__image {
  position: relative;
  overflow: hidden;
}

.stack-service-card__media>img,
.acc-lifestyle-card-v3__media>img,
.acc-blog-feature__media>img,
.acc-blog-card__media>img,
.vtour-panel__media>img,
.acc-vtour-device__screen>img,
.acc-persona-card__media>img,
.acc-value-item__image>img {
  image-rendering: auto;
  filter: saturate(1.04) contrast(1.03);
}

.stack-service-card__media::before,
.acc-lifestyle-card-v3__media::before,
.acc-blog-feature__media::before,
.acc-blog-card__media::before,
.vtour-panel__media::before,
.acc-vtour-device__screen::before,
.acc-persona-card__media::before,
.acc-value-item__image::before {
  content: "";
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 3;
  width: clamp(4.2rem, 9vw, 6.4rem);
  height: clamp(1.5rem, 3vw, 2rem);
  border-radius: 999px;
  background:
    rgba(255, 255, 255, 0.9) url("../images/logo.svg") center / 72% auto no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(12, 43, 45, 0.18);
  pointer-events: none;
}

@media (max-width: 575.98px) {

  .stack-service-card__media::before,
  .acc-lifestyle-card-v3__media::before,
  .acc-blog-feature__media::before,
  .acc-blog-card__media::before,
  .vtour-panel__media::before,
  .acc-vtour-device__screen::before,
  .acc-persona-card__media::before,
  .acc-value-item__image::before {
    top: 0.65rem;
    right: 0.65rem;
    width: 4.1rem;
    height: 1.45rem;
  }
}

/* Rating out of /10 styling */
.rating-out-of {
  font-size: 0.5em;
  font-weight: 600;
  opacity: 0.8;
  margin-left: 1px;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
}
/* ============================================================
   PREMIUM GALLERY STACK SLIDER
   ============================================================ */
.acc-gallery-stack-wrapper {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  perspective: 2000px;
  padding: 40px 0;
}

.acc-gallery-stack {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  transform-style: preserve-3d;
}

.acc-gallery-stack__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  background: #000;
  transform-origin: center center;
}

.acc-gallery-stack__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease;
  filter: brightness(0.9);
}

.acc-gallery-stack__item:hover img {
  transform: scale(1.05);
  filter: brightness(1);
}

.acc-gallery-stack__info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.acc-gallery-stack__item.active .acc-gallery-stack__info {
  opacity: 1;
}

.acc-gallery-stack__info .badge {
  background: rgba(12, 43, 45, 0.8);
  backdrop-filter: blur(8px);
  color: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  font-weight: 500;
  border: 1px solid rgba(255,255,255,0.1);
}

/* Stack Positions (Managed by JS) */
.acc-gallery-stack__item.pos-0 {
  z-index: 10;
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
  visibility: visible;
}

.acc-gallery-stack__item.pos-1 {
  z-index: 9;
  transform: translate3d(8%, 8%, -100px) scale(0.95);
  opacity: 0.8;
  visibility: visible;
}

.acc-gallery-stack__item.pos-2 {
  z-index: 8;
  transform: translate3d(16%, 16%, -200px) scale(0.9);
  opacity: 0.4;
  visibility: visible;
}

.acc-gallery-stack__item.pos-3 {
  z-index: 7;
  transform: translate3d(24%, 24%, -300px) scale(0.85);
  opacity: 0;
  visibility: hidden;
}

/* Nav & Controls */
.acc-gallery-stack__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.acc-gallery-stack__btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
}

.acc-gallery-stack__btn:hover {
  background: #c99a4a;
  border-color: #c99a4a;
  transform: translateY(-2px);
}

.acc-gallery-stack__dots {
  display: flex;
  gap: 8px;
}

.acc-gallery-stack__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.acc-gallery-stack__dot.active {
  background: #c99a4a;
  width: 24px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .acc-gallery-stack-wrapper {
    max-width: 500px;
    padding: 20px 0;
  }
}

@media (max-width: 576px) {
  .acc-gallery-stack-wrapper {
    max-width: 100%;
    padding: 10px 0;
  }
  .acc-gallery-stack__item.pos-1 {
    transform: translate3d(4%, 4%, -50px) scale(0.95);
  }
  .acc-gallery-stack__item.pos-2 {
    transform: translate3d(8%, 8%, -100px) scale(0.9);
  }
  .acc-gallery-stack__item {
    box-shadow: none !important;
  }
}

/* ============================================================
   Responsive stabilization layer
   Keeps desktop styling intact while preventing small-screen
   overflow, cramped buttons, and hard-to-read justified text.
   ============================================================ */
@media (max-width: 991.98px) {
  html,
  body {
    width: 100%;
    overflow-x: clip;
  }

  *,
  *::before,
  *::after {
    min-width: 0;
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 100%;
  }

  .row {
    --bs-gutter-x: clamp(1rem, 3.2vw, 1.5rem);
    --bs-gutter-y: clamp(1rem, 3vw, 1.75rem);
  }

  .row > *,
  [class*="col-"],
  .card,
  .accordion,
  .accordion-item,
  .list-group,
  .input-group,
  .navbar-collapse,
  .dropdown-menu {
    min-width: 0;
  }

  img,
  video,
  iframe,
  canvas,
  embed,
  object {
    max-width: 100%;
  }

  iframe {
    display: block;
  }

  table:not(.acc-comparison-table) {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .btn,
  button,
  input,
  select,
  textarea,
  .badge,
  .nav-link,
  .dropdown-item {
    max-width: 100%;
  }

  .d-flex,
  .acc-center-hero__actions,
  .acc-service-actions,
  .acc-vtour-hero__actions,
  .ph-final-cta__actions,
  .acc-gallery-stack__nav,
  .acc-pop__actions,
  .acc-network-card__actions,
  .footer-trust-bar,
  .footer-bottom-bar {
    min-width: 0;
  }

  .acc-map-wrapper-dark {
    padding: clamp(0.8rem, 2.4vw, 1.25rem);
    border-radius: 1.25rem;
  }

  .acc-story-compact {
    overflow: clip;
  }

  .acc-map-wrapper-dark .acc-map-frame,
  .acc-map-frame {
    border-radius: 1rem;
  }

  .acc-map-badge {
    max-width: calc(100% - 2rem);
    right: 1rem;
    bottom: 1rem;
    white-space: normal;
  }

  .acc-method-item {
    gap: 1rem !important;
  }

  .acc-method-item a,
  .acc-method-item p {
    overflow-wrap: anywhere;
  }

  .acc-gallery-preview__content {
    max-width: 640px;
    margin-inline: auto;
  }
}

@media (max-width: 767.98px) {
  :root {
    --acc-content-width: 100%;
  }

  main p,
  main li,
  main blockquote,
  body > section p,
  body > section li,
  body > section blockquote,
  .card-text,
  .lead,
  .accordion-body,
  .acc-why-card p,
  .acc-about-summary__lede,
  .acc-story-copy p,
  .acc-journey-card p,
  .acc-value-item__body p,
  .home-care-pathway__intro p,
  .home-care-step p,
  .stack-service-card__content p,
  .acc-gallery-preview__text,
  .acc-virtual-cta-panel p,
  .acc-why-pillar p,
  .acc-ratings-section p,
  .acc-manager-bio p,
  .acc-t-quote p,
  .acc-svc-intro p,
  .acc-persona-card p,
  .acc-svc-feature p,
  .acc-service-step p,
  .acc-service-sticky-copy p,
  .ph-final-cta p,
  .laa-intro-grid p,
  .laa-day__intro,
  .laa-day__step-desc,
  .laa-act__intro,
  .laa-act__bento-desc,
  .laa-act__pillar-desc,
  .laa-dining-mini__body p,
  .laa-spiritual-v2__intro p,
  .laa-spiritual-v2__card p,
  .laa-gardens-v3__content p,
  .laa-gardens-v3__card p,
  .acc-training-card p,
  .acc-process-step p,
  .acc-testimonial-card p,
  .acc-footer-desc {
    max-width: 100% !important;
    text-align: left !important;
    text-justify: auto !important;
    font-size: clamp(0.96rem, 0.9rem + 0.28vw, 1.04rem) !important;
    line-height: 1.62 !important;
  }

  .text-center p,
  .ph-section-head p,
  .acc-center-hero__lead,
  .services-subtitle,
  .acc-service-section-head p,
  .acc-stats-shell__intro p,
  .acc-parallax-stat__label,
  .acc-testimonial-card p,
  #page-hero .lead,
  .acc-network-head p,
  .acc-cta-banner p {
    text-align: center !important;
  }

  h1,
  .display-1,
  .display-2,
  .display-3,
  .display-4,
  #page-hero h1,
  .acc-service-hero h1 {
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  h2,
  h3,
  h4,
  .h2,
  .h3,
  .h4 {
    overflow-wrap: break-word;
  }

  .btn,
  .acc-cta-banner .btn,
  .ph-final-cta .btn,
  .acc-service-actions .btn,
  .acc-vtour-hero__actions .btn,
  .acc-center-hero__actions .btn-primary {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center;
  }

  .acc-cta-banner,
  .ph-final-cta__inner,
  .acc-enquiry-card,
  .acc-lead-form-card,
  .acc-cqc-dashboard,
  .acc-rating-card,
  .acc-comparison-table-wrap {
    border-radius: 1rem;
  }

  .acc-map-frame iframe {
    height: clamp(280px, 70vw, 380px) !important;
  }

  .acc-map-frame > .position-absolute {
    left: 0.75rem !important;
    right: 0.75rem !important;
    top: 0.75rem !important;
    width: auto !important;
    max-width: none !important;
  }

  .acc-map-wrapper-dark .acc-map-badge {
    position: static !important;
    transform: none !important;
    margin: 1rem auto 0;
    width: fit-content;
  }

  .acc-gallery-preview__text {
    margin-inline: auto;
  }

  .acc-gallery-preview__mosaic {
    width: min(100%, 360px);
    margin-inline: auto;
    overflow: visible;
  }

  .acc-comparison-section {
    padding: clamp(3.25rem, 11vw, 5rem) 0;
  }

  .acc-comparison-table-wrap {
    margin-top: 2rem;
  }

  .acc-comparison-table tr {
    padding: 1.25rem 1rem;
  }

  .acc-comparison-table td {
    overflow-wrap: anywhere;
  }

  .acc-network-filter {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .acc-network-card__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer-trust-bar,
  .footer-bottom-bar {
    text-align: center;
  }

  .acc-social-list,
  .acc-footer-legal {
    justify-content: center !important;
  }
}

@media (max-width: 575.98px) {
  body {
    font-size: 16px !important;
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    padding-inline: clamp(0.9rem, 4.4vw, 1.1rem);
  }

  main > section,
  body > section,
  body > main > section,
  .py-5,
  section[id] {
    padding-top: clamp(2.4rem, 9vw, 3.25rem) !important;
    padding-bottom: clamp(2.4rem, 9vw, 3.25rem) !important;
  }

  #page-hero,
  .services-page .acc-service-hero {
    min-height: auto;
    padding-top: calc(var(--acc-navbar-h) + 2.25rem) !important;
    padding-bottom: 2.75rem !important;
  }

  #page-hero .breadcrumb {
    row-gap: 0.25rem;
    font-size: 0.78rem;
  }

  #page-hero .lead,
  .services-page #page-hero.acc-service-hero .lead {
    font-size: 0.98rem !important;
    line-height: 1.55 !important;
  }

  .acc-premium-navbar .container {
    padding-inline: 0.75rem;
  }

  .brand-logo {
    width: clamp(108px, 34vw, 132px);
  }

  .navbar-toggler {
    padding: 0.35rem 0.5rem;
  }

  .navbar-collapse {
    max-height: calc(100dvh - var(--acc-navbar-h) - 1rem);
    border-radius: 1rem;
    padding: 0.9rem;
  }

  .acc-premium-navbar .nav-link,
  .acc-services-menu .dropdown-item {
    line-height: 1.25;
  }

  .home-care-step,
  .home-location-card,
  .stack-service-card,
  .acc-blog-feature,
  .acc-blog-card,
  .acc-life-card,
  .acc-persona-card,
  .acc-value-card,
  .acc-network-card,
  .acc-job-card,
  .acc-training-card,
  .acc-testimonial-card,
  .acc-team-card-v2 {
    border-radius: 14px;
  }

  .home-care-step {
    padding: 1rem;
  }

  .home-care-step__num {
    font-size: 2rem;
    top: 0.75rem;
    right: 0.85rem;
  }

  .home-location-list__item,
  .acc-method-item {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }

  .acc-method-item {
    flex-direction: column;
  }

  .acc-gallery-preview__mosaic {
    height: 300px;
  }

  .acc-gallery-preview__img--1 {
    right: 8%;
  }

  .acc-gallery-preview__img--2 {
    right: 0;
  }

  .acc-gallery-preview__img--3 {
    left: 0;
  }

  .acc-gallery-preview__img--4 {
    left: 12%;
  }

  .acc-pop__actions,
  .acc-lead-form-card form,
  .acc-contact-form .row {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .acc-chatbot__window {
    max-height: calc(100dvh - 6rem);
  }
}

@media (max-width: 400px) {
  h1,
  .display-1,
  .display-2,
  .display-3,
  .display-4,
  #page-hero h1,
  .acc-center-hero__title {
    font-size: clamp(1.65rem, 9vw, 2rem) !important;
  }

  h2,
  .services-title,
  .ph-section-head h2,
  .acc-network-head h2 {
    font-size: clamp(1.45rem, 8vw, 1.85rem) !important;
  }

  .btn {
    min-height: 42px;
    padding-inline: 0.85rem !important;
  }

  .acc-center-hero__signals span {
    min-width: 84%;
  }

  .acc-network-stats {
    grid-template-columns: 1fr;
  }
}
