/* ============ INNER PAGES: ABOUT, TEAM, PATIENT INFO, JOURNAL, CONTACT, LEGAL ============ */

/* ============ ABOUT PAGE ============ */
.ab-hero {
  position: relative;
  min-height: min(78vh, 720px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--charcoal);
}
.ab-hero-img {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ab-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 40%;
}
.ab-hero-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(96deg, rgba(24, 27, 33, 0.86) 0%, rgba(24, 27, 33, 0.64) 34%,
      rgba(24, 27, 33, 0.12) 62%, rgba(24, 27, 33, 0.04) 100%),
    linear-gradient(180deg, rgba(24, 27, 33, 0.34) 0%, rgba(24, 27, 33, 0.30) 40%,
      rgba(24, 27, 33, 0.82) 100%);
}
.ab-hero .wrap {
  position: relative;
  z-index: 1;
  padding-top: clamp(58px, 6.5vw, 88px);
  padding-bottom: clamp(76px, 8vw, 112px);
}
.ab-hero .crumbs {
  color: rgba(255, 255, 255, 0.72);
}
.ab-hero .crumbs a {
  color: #FFF;
}
.ab-hero-in {
  max-width: 44ch;
}
.ab-hero h1 {
  margin: 0 0 var(--s3);
  font-family: 'Figtree', sans-serif;
  font-weight: 800;
  letter-spacing: -0.035em;
  font-size: clamp(2.2rem, 5.4vw, 4.1rem);
  line-height: 1.02;
  color: #FFF;
}
.ab-hero h1 em {
  font-style: italic;
  color: #F0A24A;
}
.ab-hero-lead {
  margin: 0 0 var(--s5);
  max-width: 46ch;
  font-size: 1.05rem;
  line-height: 1.66;
  color: rgba(255, 255, 255, 0.86);
}
.ab-hero .btn-row {
  margin: 0;
}
#main .ab-hero .btn-ghost {
  background: rgba(24, 27, 33, 0.62);
  color: #FFF;
  border-color: rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(10px);
  font-weight: 700;
}
#main .ab-hero .btn-ghost:hover,
#main .ab-hero .btn-ghost:focus-visible {
  background: rgba(24, 27, 33, 0.85);
  border-color: #FFF;
  color: #FFF;
}
.ab-shot {
  display: none !important;
}

.ab-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
  background: rgba(63, 70, 80, 0.12);
  border-radius: 20px;
  overflow: hidden;
}
.ab-stat {
  padding: 26px 24px;
  background: var(--cream);
}
.ab-stat b {
  display: block;
  font-family: 'Figtree', sans-serif;
  font-weight: 800;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  letter-spacing: -0.035em;
  line-height: 1;
  color: var(--terracotta-ink);
}
.ab-stat span {
  display: block;
  margin-top: 8px;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--slate);
}

.ab-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 520px);
  gap: var(--s6) var(--s7);
  align-items: start;
}
.ab-story-head {
  grid-column: 1 / -1;
  max-width: none;
}
.ab-story-head .svc-title {
  max-width: min(100%, 34ch);
  text-wrap: balance;
  margin-bottom: 0;
}
.ab-story-copy p:first-child {
  margin-top: 0;
}
.ab-story-copy p {
  max-width: 58ch;
  line-height: 1.75;
  margin: 0 0 var(--s3);
}
.ab-story-copy p:last-child {
  margin-bottom: 0;
}
.ab-figure {
  margin: 0;
}
.ab-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(63, 70, 80, 0.16);
}
.ab-figure figcaption {
  margin: 14px 2px 0;
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--slate);
}

.ab-gal {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.ab-gal figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: var(--sand);
}
.ab-gal figure:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.ab-gal img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.ab-gal figure:nth-child(1) img {
  aspect-ratio: auto;
  height: 100%;
}
.ab-gal figure:hover img {
  transform: scale(1.04);
}
.ab-gal figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 18px 14px;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #FFF;
  background: linear-gradient(180deg, rgba(31, 35, 42, 0), rgba(31, 35, 42, 0.82));
}

.ab-tour {
  display: grid;
  gap: var(--s7);
}
.ab-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--s5) var(--s7);
  align-items: center;
}
.ab-row:nth-child(even) .ab-row-copy {
  order: 2;
}
.ab-row-copy h3 {
  margin: 0 0 12px;
  font-family: 'Figtree', sans-serif;
  font-weight: 800;
  font-size: clamp(1.3rem, 2.2vw, 1.75rem);
  letter-spacing: -0.03em;
  line-height: 1.14;
  color: var(--charcoal);
}
.ab-row-copy p {
  margin: 0 0 var(--s3);
  line-height: 1.72;
  max-width: 50ch;
}
.ab-row-n {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 14px;
  font-family: 'Figtree', sans-serif;
  font-weight: 800;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terracotta-ink);
}
.ab-row-n s {
  width: 26px;
  height: 2px;
  background: var(--terracotta);
  text-decoration: none;
}
.ab-row-pics {
  display: grid;
  gap: 12px;
}
.ab-row-pics.two {
  grid-template-columns: 1fr 1fr;
}
.ab-row-pics img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 14px 38px rgba(63, 70, 80, 0.13);
}
.ab-row:has(.ab-row-pics.one) {
  align-items: stretch;
}
.ab-row-pics.one img {
  height: 100%;
  min-height: clamp(300px, 32vw, 470px);
  object-fit: cover;
}
.ab-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.ab-list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 28px;
  font-size: 0.92rem;
  line-height: 1.6;
}
.ab-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.58em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--terracotta);
}

.ab-access {
  display: grid;
  grid-template-columns: minmax(0, 400px) minmax(0, 1fr);
  gap: var(--s5) var(--s7);
  align-items: center;
}
.ab-access-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.ab-acc {
  padding: 22px 22px 20px;
  background: #FFF;
  border-radius: 18px;
  border: 1px solid rgba(63, 70, 80, 0.10);
}
.ab-acc .ico {
  width: 30px;
  height: 30px;
  margin: 0 0 12px;
  color: var(--terracotta-ink);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ab-acc h3 {
  margin: 0 0 7px;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.02em;
  color: var(--charcoal);
}
.ab-acc p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.58;
  color: var(--slate);
}

.ab-team {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  isolation: isolate;
}
.ab-team img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 21 / 9;
}
.ab-team-in {
  position: absolute;
  inset: auto 0 0 0;
  padding: var(--s7) var(--s5) var(--s5);
  background: linear-gradient(180deg, rgba(31, 35, 42, 0), rgba(31, 35, 42, 0.86));
}
.ab-team-in h2 {
  margin: 0 0 10px;
  font-family: 'Figtree', sans-serif;
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #FFF;
}
.ab-team-in p {
  margin: 0 0 var(--s3);
  max-width: 56ch;
  font-size: 0.95rem;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.84);
}

/* ============ TEAM HERO / DOCTOR PROFILES ============ */
.ph-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--head-h) + var(--s6)) 0 var(--s8);
  background: radial-gradient(120% 90% at 78% 18%, var(--ac-mist) 0%, var(--ac-soft) 46%, var(--cream) 100%);
}
.ph-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--s8);
  align-items: center;
}
.ph-copy h1 {
  font-family: 'Figtree', system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.03;
  color: var(--charcoal);
  font-size: clamp(2.1rem, 4.6vw, 3.5rem);
  margin: 0 0 var(--s4);
}
.ph-copy h1 em {
  font-style: italic;
  color: var(--ac-ink);
}
.ph-frame {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
  background: var(--sand);
}
.ph-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* ============ PATIENT INFO & FEES PAGE ============ */
.pi-index ol {
  list-style: none;
  counter-reset: pi;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 16px;
}
.pi-index li {
  counter-increment: pi;
}
.pi-index a {
  display: flex;
  align-items: baseline;
  gap: 12px;
  text-decoration: none;
  padding: 13px 16px;
  border-radius: 12px;
  background: #FFF;
  border: 1px solid var(--ac-line);
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--charcoal);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s, box-shadow 0.35s;
}
.pi-index a::before {
  content: counter(pi, decimal-leading-zero);
  flex: none;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--ac);
}
.pi-index a:hover,
.pi-index a:focus-visible {
  transform: translateY(-2px);
  border-color: var(--ac);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.pi-wrap {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: var(--s7);
  align-items: start;
}
.pi-head {
  position: sticky;
  top: 118px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pi-head .ico {
  width: 40px;
  height: 40px;
  padding: 9px;
  border-radius: 12px;
  background: #FFF;
  border: 1px solid var(--ac-line);
  color: var(--ac);
}
.pi-head .eyebrow {
  margin: 0;
}
.pi-body {
  max-width: 74ch;
}
.pi-body p {
  font-size: 0.98rem;
  line-height: 1.74;
  color: var(--slate);
  margin: 0 0 var(--s3);
}
.pi-body p a {
  color: var(--ac-ink);
  font-weight: 600;
}
.pi-body strong {
  color: var(--charcoal);
}
.pi-h3 {
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
  margin: var(--s5) 0 var(--s2);
  color: var(--charcoal);
}
.pi-box {
  margin: var(--s4) 0 var(--s3);
  padding: var(--s4) var(--s5);
  border-radius: 16px;
  background: #FFF;
  border: 1px solid var(--ac-line);
  border-left: 5px solid var(--ac);
}
.pi-box h3 {
  margin: 0 0 12px;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.02em;
  color: var(--ac-deep);
}
.pi-note {
  margin: var(--s4) 0 0 !important;
  padding: 16px 18px;
  border-radius: 14px;
  background: var(--ac-mist);
  font-size: 0.9rem !important;
  line-height: 1.62;
  color: #3D4A52 !important;
}
.pi-note a {
  color: var(--ac-deep);
  font-weight: 700;
}

.pi-pols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pi-pols li {
  margin: 0;
  padding: 0;
}
.pi-pols li::before {
  content: none;
}
.pi-pol {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0 18px;
  align-items: center;
  height: 100%;
  padding: 20px 22px;
  border-radius: 16px;
  background: #FFF;
  border: 1px solid var(--ac-line);
  text-decoration: none;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, border-color 0.25s ease;
}
.pi-pol > .ico {
  width: 30px;
  height: 30px;
  color: var(--ac);
}
.pi-pol-body {
  display: block;
}
.pi-pol strong {
  display: block;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--charcoal);
}
.pi-pol-desc {
  display: block;
  margin-top: 4px;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--slate);
}
.pi-pol-meta {
  display: block;
  margin-top: 8px;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ac-ink);
}
.pi-pol-dl {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: none;
  border-radius: 999px;
  background: var(--ac-soft);
  color: var(--ac-ink);
  transition: background 0.25s ease, transform 0.25s ease;
}
.pi-pol-dl .ico {
  width: 19px;
  height: 19px;
}
.pi-pol:hover,
.pi-pol:focus-visible {
  transform: translateY(-3px);
  border-color: var(--ac);
  box-shadow: 0 14px 30px rgba(63, 70, 80, 0.12);
}
.pi-pol:hover .pi-pol-dl {
  background: var(--ac);
  color: #FFF;
  transform: translateY(2px);
}

/* ============ JOURNAL HUB ============ */
.jr-hero-in {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 400px);
  gap: var(--s6) var(--s7);
  align-items: start;
}
.jr-start {
  display: grid;
  gap: var(--s3);
  align-content: start;
}
.jr-start .mc-badge {
  margin: 0;
  max-width: none;
}
.jr-search {
  margin: var(--s5) 0 0;
  max-width: 460px;
}
.jr-search label {
  display: block;
  margin: 0 0 8px;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ac-ink);
}
.jr-field {
  position: relative;
}
.jr-field svg {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--slate);
  stroke-width: 2;
  stroke-linecap: round;
  pointer-events: none;
}
.jr-field input {
  width: 100%;
  padding: 15px 46px 15px 46px;
  border-radius: 999px;
  background: #FFF;
  border: 1px solid var(--ac-line);
  font: inherit;
  font-size: 0.95rem;
  color: var(--charcoal);
  box-shadow: 0 4px 16px rgba(63, 70, 80, 0.06);
}
.jr-field input:focus {
  outline: 3px solid var(--ac);
  outline-offset: 2px;
  border-color: var(--ac);
}
.jr-clear {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: var(--ac-soft);
  color: var(--ac-ink);
  cursor: pointer;
}
.jr-clear svg {
  position: static;
  transform: none;
  width: 14px;
  height: 14px;
  stroke: currentColor;
}
.jr-clear[hidden] {
  display: none;
}

.jr-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 var(--s5);
}
.jr-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #FFF;
  border: 1px solid var(--ac-line);
  cursor: pointer;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--charcoal);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  text-decoration: none;
}
.jr-chip em {
  font-style: normal;
  font-size: 0.74rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--ac-soft);
  color: var(--ac-ink);
}
.jr-chip:hover {
  transform: translateY(-2px);
  border-color: var(--ac);
}
.jr-chip[aria-pressed="true"],
.jr-chip.active {
  background: var(--ac-ink);
  color: #FFF;
  border-color: var(--ac-ink);
}
.jr-chip[aria-pressed="true"] em,
.jr-chip.active em {
  background: rgba(255, 255, 255, 0.22);
  color: #FFF;
}

.jr-count {
  margin: 0 0 var(--s4);
  font-size: 0.86rem;
  color: var(--slate);
}
.jr-count b {
  color: var(--charcoal);
}

.jr-feat {
  display: grid;
  grid-template-columns: minmax(0, 200px) minmax(0, 1fr);
  gap: var(--s5);
  align-items: center;
  padding: var(--s5);
  background: #FFF;
  border-radius: 20px;
  border: 1px solid var(--ac-line);
  box-shadow: 0 14px 40px rgba(63, 70, 80, 0.08);
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}
.jr-feat:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 54px rgba(63, 70, 80, 0.13);
}
.jr-feat-art {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  background: linear-gradient(158deg, var(--ac-soft), var(--ac-mist));
  overflow: hidden;
}
.jr-feat-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jr-feat-art .ico {
  width: 52%;
  height: auto;
  aspect-ratio: 1 / 1;
  color: var(--ac-deep);
  opacity: 0.3;
  stroke-width: 1.05;
}
.jr-feat-tag {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 10px;
  margin: 0 0 12px;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ac-ink);
}
.jr-feat-tag i {
  font-style: normal;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--ac);
  color: #FFF;
  letter-spacing: 0.1em;
}
.jr-feat h3 {
  margin: 0 0 12px;
  font-family: 'Figtree', sans-serif;
  font-weight: 800;
  letter-spacing: -0.025em;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.14;
  color: var(--charcoal);
}
.jr-feat p {
  margin: 0 0 16px;
  font-size: 0.98rem;
  line-height: 1.62;
  color: var(--slate);
  max-width: 62ch;
}
.jr-feat-go {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--ac-ink);
}
.jr-feat-go svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease;
}
.jr-feat:hover .jr-feat-go svg {
  transform: translateX(5px);
}

.jr-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--s4);
}
.jr-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #FFF;
  border-radius: 18px;
  border: 1px solid var(--ac-line);
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}
.jr-card:hover {
  transform: translateY(-5px);
  border-color: var(--ac);
  box-shadow: 0 20px 46px rgba(63, 70, 80, 0.13);
}
.jr-card-art {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  background: linear-gradient(158deg, var(--ac-soft), var(--ac-mist));
  border-bottom: 1px solid var(--ac-line);
  overflow: hidden;
}
.jr-card-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jr-card-art .ico {
  width: 34%;
  height: auto;
  aspect-ratio: 1 / 1;
  color: var(--ac-deep);
  opacity: 0.3;
  stroke-width: 1.05;
}
.jr-card-in {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px 24px 24px;
}
.jr-card-tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  margin: 0 0 11px;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ac-ink);
}
.jr-card-tag time {
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--slate);
}
.jr-card h3 {
  margin: 0 0 10px;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.15rem;
  line-height: 1.25;
  color: var(--charcoal);
}
.jr-card p {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--slate);
  margin: 0 0 16px;
  flex: 1;
}
.jr-card-go {
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 0.84rem;
  color: var(--ac-ink);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ============ SINGLE ARTICLE PAGE ============ */
.ar-cat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 var(--s3);
  padding: 7px 15px;
  border-radius: 999px;
  background: var(--ac);
  color: #FFF;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ar-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  margin: var(--s3) 0 0;
  font-size: 0.82rem;
  color: var(--slate);
}
.ar-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.ar-meta svg {
  width: 15px;
  height: 15px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.7;
}
.ar-meta b {
  color: var(--charcoal);
  font-weight: 600;
}

.ar-grid {
  display: grid;
  grid-template-columns: minmax(0, 215px) minmax(0, 1fr) minmax(0, 285px);
  gap: var(--s6) var(--s6);
  align-items: start;
}
.ar-rail {
  position: sticky;
  top: 96px;
  display: grid;
  gap: var(--s3);
}
.ar-ask {
  padding: var(--s4) var(--s4) calc(var(--s4) + 4px);
  background: #FFF;
  border-radius: 18px;
  border: 1px solid var(--ac-line);
  border-top: 4px solid var(--ac);
  box-shadow: 0 10px 30px rgba(63, 70, 80, 0.08);
}
.ar-ask h3 {
  margin: 0 0 10px;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: -0.02em;
  color: var(--charcoal);
}
.ar-ask p {
  margin: 0 0 16px;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--slate);
}
.ar-ask .btn {
  width: 100%;
  justify-content: center;
  margin: 0 0 9px;
  padding-left: 14px;
  padding-right: 14px;
  white-space: nowrap;
  font-size: 0.86rem;
}
.ar-ask-hours {
  margin: 14px 0 0;
  padding-top: 13px;
  border-top: 1px solid var(--ac-line);
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--slate);
}
.ar-ask-hours b {
  display: block;
  font-family: 'Figtree', sans-serif;
  color: var(--charcoal);
}
.ar-jump {
  padding: var(--s4);
  background: #FFF;
  border-radius: 18px;
  border: 1px solid var(--ac-line);
}
.ar-jump h3 {
  margin: 0 0 12px;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  color: var(--charcoal);
}
.ar-jump ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}
.ar-jump a {
  display: block;
  padding: 6px 0;
  font-size: 0.84rem;
  line-height: 1.4;
  color: var(--slate);
  text-decoration: none;
  border-bottom: 1px solid rgba(63, 70, 80, 0.06);
}
.ar-jump a:hover {
  color: var(--ac-ink);
  font-weight: 600;
}
.ar-body {
  font-size: 1rem;
  line-height: 1.76;
  color: var(--slate);
  max-width: 68ch;
}
.ar-body h2 {
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 2.6vw, 1.95rem);
  letter-spacing: -0.025em;
  margin: var(--s8) 0 var(--s3);
  color: var(--charcoal);
}
.ar-body h3 {
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  margin: var(--s5) 0 var(--s2);
  color: var(--charcoal);
}
.ar-body p {
  margin: 0 0 var(--s4);
}
.ar-body ul, .ar-body ol {
  margin: 0 0 var(--s4);
  padding-left: 20px;
  list-style: disc;
}
.ar-body li {
  margin-bottom: 8px;
}
.ar-body a {
  color: var(--ac-ink);
  font-weight: 600;
  text-decoration: underline;
}

/* ============ CONTACT PAGE ============ */
.ct-hero .ab-hero-img img {
  object-position: 52% 56%;
}
.cx-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: var(--s8);
  align-items: start;
}
.cx-card {
  background: #FFF;
  border-radius: 20px;
  padding: var(--s5);
  border: 1px solid var(--ac-line);
  box-shadow: var(--shadow-md);
}
.cx-days {
  list-style: none;
  margin: var(--s3) 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.cx-days li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid rgba(63, 70, 80, 0.08);
  font-size: 0.94rem;
}
.cx-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
}
.cx-status.open {
  background: #E6F1E8;
  color: #1F6B6B;
}
.cx-status.shut {
  background: #FCE3D6;
  color: #C2532B;
}

/* ============ LEGAL / PRIVACY / TERMS ============ */
.legal-body {
  max-width: 800px;
  margin: 0 auto;
  font-size: 0.98rem;
  line-height: 1.75;
  color: var(--slate);
}
.legal-body h2 {
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 1.45rem;
  margin: var(--s6) 0 var(--s2);
  color: var(--charcoal);
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(63, 70, 80, 0.1);
}
.legal-body h3 {
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  margin: var(--s4) 0 var(--s2);
  color: var(--charcoal);
}
.legal-body p {
  margin: 0 0 var(--s3);
}
.legal-body ul {
  list-style: disc;
  margin: 0 0 var(--s4);
  padding-left: 24px;
}
.legal-body li {
  margin-bottom: 8px;
}
.legal-body a {
  color: var(--terracotta-ink);
  font-weight: 600;
}

/* ============ RESPONSIVE (Pages) ============ */
@media (max-width: 1100px) {
  .pi-index ol { grid-template-columns: repeat(2, 1fr); }
  .ar-grid { grid-template-columns: 1fr 280px; }
  .ar-jump { display: none; }
}
@media (max-width: 1080px) {
  .ab-story, .ab-access { grid-template-columns: 1fr; gap: var(--s5); }
  .ab-story-head { grid-column: auto; max-width: none; }
  .ab-figure { max-width: 100%; margin: 0; }
  .ab-figure img { width: 100%; max-width: 100%; height: auto; }
  .ab-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ab-row { grid-template-columns: 1fr; }
  .ab-row:nth-child(even) .ab-row-copy { order: 0; }
  .ab-gal { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ab-gal figure:nth-child(1) { grid-column: span 2; grid-row: span 1; }
  .ab-gal figure:nth-child(1) img { aspect-ratio: 3 / 2; }
  .cx-grid { grid-template-columns: 1fr; }
}
@media (max-width: 1040px) {
  .pi-wrap { grid-template-columns: 1fr; gap: var(--s4); }
  .pi-head { position: static; flex-direction: row; align-items: center; }
  .pi-card { position: static; max-width: 520px; }
  .jr-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 940px) {
  .ph-grid { grid-template-columns: 1fr; }
  .jr-hero-in { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .pi-pols { grid-template-columns: 1fr; }
  .ar-grid { grid-template-columns: 1fr; }
  .ar-rail { position: static; }
}
@media (max-width: 680px) {
  .ab-stats { grid-template-columns: 1fr; }
  .ab-access-grid { grid-template-columns: 1fr; }
  .ab-row-pics.two { grid-template-columns: 1fr; }
  .ab-team img { aspect-ratio: 4 / 5; }
  .jr-feat { grid-template-columns: 1fr; }
  .jr-grid { grid-template-columns: 1fr; }
  .pi-index ol { grid-template-columns: 1fr; }
}
