.auckland-page {
  --guide-accent: var(--blue);
  --guide-accent-soft: #dce7ff;
  --guide-glow: rgba(7, 89, 255, .22);
  min-height: 100vh;
  padding-top: 4.75rem;
  background: #f4f5ef;
}

.auckland-theme-eat .auckland-page {
  --guide-accent: #ff5149;
  --guide-accent-soft: #ffe0dc;
  --guide-glow: rgba(255, 81, 73, .24);
}

.auckland-theme-shop .auckland-page {
  --guide-accent: #5f9300;
  --guide-accent-soft: #e5f8b6;
  --guide-glow: rgba(122, 190, 0, .24);
}

.auckland-theme-play .auckland-page {
  --guide-accent: #7448e8;
  --guide-accent-soft: #e8dcff;
  --guide-glow: rgba(116, 72, 232, .24);
}

.auckland-site-header {
  background: rgba(247, 247, 242, .97);
  color: var(--ink);
  box-shadow: 0 10px 30px rgba(7, 22, 41, .08);
  backdrop-filter: blur(18px);
}

.auckland-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(17rem, .65fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  min-height: 32rem;
  padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1rem, 7vw, 8rem) clamp(3rem, 6vw, 5rem);
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 86% 18%, var(--guide-glow) 0 9rem, transparent 9.1rem),
    linear-gradient(135deg, #061426 0%, #0b2036 58%, #102941 100%);
  isolation: isolate;
}

.auckland-hero::before,
.auckland-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 50%;
}

.auckland-hero::before {
  width: min(46rem, 78vw);
  aspect-ratio: 1;
  right: -20rem;
  top: -24rem;
  box-shadow: 0 0 0 4rem rgba(255, 255, 255, .03), 0 0 0 8rem rgba(255, 255, 255, .02);
}

.auckland-hero::after {
  width: 10rem;
  aspect-ratio: 1;
  right: 9vw;
  bottom: -5rem;
  background: var(--guide-accent);
  border-color: transparent;
  filter: blur(.2px);
}

.auckland-breadcrumb {
  display: inline-flex;
  gap: .45rem;
  align-items: center;
  margin-bottom: 1.45rem;
  color: var(--lime);
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .04em;
}

.auckland-hero h1 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(4.2rem, 9vw, 8.5rem);
  line-height: .82;
  letter-spacing: -.075em;
  font-weight: 950;
  overflow-wrap: normal;
}

.auckland-hero h1 em {
  display: block;
  color: var(--guide-accent-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: .58em;
  font-weight: 500;
  letter-spacing: -.055em;
}

.auckland-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 35rem;
}

.auckland-hero-copy .kicker { color: var(--lime); }
.auckland-hero-copy > p:last-of-type {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 1.05rem;
  line-height: 1.7;
}

.guide-facts {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
}

.guide-facts li {
  padding: .55rem .72rem;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: white;
  background: rgba(255, 255, 255, .08);
  font-size: .74rem;
  font-weight: 850;
  white-space: nowrap;
}

.auckland-switcher {
  position: sticky;
  z-index: 25;
  top: 4.7rem;
  display: flex;
  justify-content: center;
  gap: .5rem;
  padding: .72rem 1rem;
  overflow-x: auto;
  background: rgba(247, 247, 242, .97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
  scrollbar-width: none;
}

.auckland-switcher::-webkit-scrollbar { display: none; }
.auckland-switcher a {
  flex: 0 0 auto;
  min-width: 5.2rem;
  padding: .72rem 1.05rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  text-align: center;
  font-size: .86rem;
  font-weight: 900;
}

.auckland-switcher a:hover,
.auckland-switcher a[aria-current="page"] {
  border-color: var(--guide-accent);
  background: var(--guide-accent);
  color: white;
}

.auckland-section {
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 7vw, 8rem);
}

.guide-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, .52fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: end;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.guide-heading h2 {
  max-width: 13ch;
  margin: .5rem 0 0;
  font-size: clamp(3rem, 6vw, 6.3rem);
  line-height: .88;
  letter-spacing: -.065em;
}

.guide-heading > p {
  margin: 0;
  color: #526174;
  line-height: 1.7;
}

.media-story {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(17rem, .55fr);
  gap: clamp(1rem, 3vw, 2.2rem);
  align-items: stretch;
}

.media-show {
  position: relative;
  min-height: 31rem;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: clamp(1.25rem, 3vw, 2.2rem);
  background: #071629;
  box-shadow: var(--shadow);
}

.media-slides,
.media-slide,
.media-slide > img,
.media-slide > video,
.media-slide::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.media-slide {
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .65s ease;
}

.media-slide.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
}

.media-slide::after {
  content: "";
  background: linear-gradient(180deg, transparent 48%, rgba(3, 13, 26, .88) 100%);
}

.media-slide > img,
.media-slide > video {
  object-fit: cover;
  background: linear-gradient(135deg, #132d49, #071629);
}

.media-slide > img { transform: scale(1.015); }
.media-show[data-running="true"] .media-slide.is-active > img { animation: gentle-zoom 7s linear both; }

@keyframes gentle-zoom {
  from { transform: scale(1.015); }
  to { transform: scale(1.075); }
}

.media-caption {
  position: absolute;
  z-index: 4;
  left: clamp(1rem, 3vw, 2rem);
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(4.8rem, 9vw, 6.4rem);
  color: white;
}

.media-caption span {
  display: block;
  margin-bottom: .42rem;
  color: var(--lime);
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .12em;
}

.media-caption strong {
  display: block;
  max-width: 22ch;
  font-size: clamp(1.45rem, 3vw, 2.5rem);
  line-height: .98;
  letter-spacing: -.04em;
}

.media-caption a {
  display: inline-flex;
  margin-top: .65rem;
  color: rgba(255, 255, 255, .76);
  font-size: .72rem;
  text-decoration: underline;
  text-underline-offset: .2rem;
}

.media-controls {
  position: absolute;
  z-index: 8;
  left: clamp(1rem, 3vw, 2rem);
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 1.7rem);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: .7rem;
  align-items: center;
}

.media-control-buttons { display: flex; gap: .45rem; }
.media-control,
.media-toggle {
  min-width: 2.75rem;
  min-height: 2.75rem;
  display: inline-grid;
  place-items: center;
  padding: .5rem .7rem;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  color: white;
  background: rgba(6, 20, 38, .68);
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.media-toggle {
  grid-auto-flow: column;
  gap: .45rem;
  font-size: .72rem;
  font-weight: 900;
}

.media-control:hover,
.media-toggle:hover { background: var(--guide-accent); }
.media-dots { display: flex; justify-content: center; gap: .45rem; }
.media-dot {
  width: .62rem;
  height: .62rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .42);
  cursor: pointer;
}

.media-dot[aria-current="true"] { background: var(--lime); transform: scale(1.24); }

.media-sidecar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 31rem;
  padding: clamp(1.35rem, 3vw, 2.2rem);
  border-radius: clamp(1.25rem, 3vw, 2.2rem);
  background: var(--guide-accent-soft);
}

.media-sidecar > span {
  color: var(--guide-accent);
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .12em;
}

.media-sidecar h3 {
  max-width: 10ch;
  margin: auto 0 1rem;
  font-size: clamp(2.4rem, 4.5vw, 4.6rem);
  line-height: .86;
  letter-spacing: -.065em;
}

.media-sidecar p { margin: 0; color: #33485b; line-height: 1.65; }
.media-sidecar .button { align-self: flex-start; margin-top: 1.5rem; background: var(--ink); color: white; }

.starter-picks { background: #e9edf5; }
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.guide-card {
  min-width: 0;
  min-height: 24rem;
  display: flex;
  flex-direction: column;
  padding: 1.35rem;
  overflow: hidden;
  border: 1px solid rgba(7, 22, 41, .11);
  border-radius: 1.45rem;
  background: white;
  box-shadow: 0 16px 45px rgba(7, 22, 41, .07);
  transition: transform .2s ease, box-shadow .2s ease;
}

.guide-card:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(7, 22, 41, .13); }
.guide-card-top { display: flex; justify-content: space-between; gap: .8rem; align-items: flex-start; }
.editorial-badge,
.guide-card-area {
  display: inline-flex;
  max-width: 56%;
  padding: .45rem .62rem;
  border-radius: 999px;
  font-size: .66rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .05em;
}

.editorial-badge { background: var(--guide-accent-soft); color: var(--ink); text-transform: uppercase; }
.business-listing-badge { background: var(--blue); color: white; }
.guide-card-area { justify-content: flex-end; background: #f0f2f5; color: #526174; text-align: right; }
.guide-card.is-free-listing { border-color: rgba(10, 84, 255, .35); box-shadow: 0 18px 50px rgba(10, 84, 255, .12); }
.guide-card:target { outline: 4px solid var(--lime); outline-offset: 4px; }
.guide-card-number { margin: auto 0 .55rem; color: var(--guide-accent); font-size: .78rem; font-weight: 950; letter-spacing: .12em; }
.guide-card h3 { margin: 0; font-size: clamp(2rem, 3.2vw, 3rem); line-height: .9; letter-spacing: -.055em; }
.guide-card-type { margin: .65rem 0 0; color: var(--guide-accent); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.guide-card-description { margin: 1rem 0 1.3rem; color: #526174; line-height: 1.55; }
.guide-card-tip { margin: 0 0 1.25rem; padding: .75rem .85rem; border-left: 3px solid var(--guide-accent); background: #f6f7f8; color: #33485b; font-size: .82rem; line-height: 1.45; }
.guide-actions { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: .55rem; margin-top: auto; }
.guide-actions a {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .72rem .78rem;
  border-radius: .8rem;
  text-align: center;
  font-size: .78rem;
  line-height: 1.25;
  font-weight: 900;
}

.guide-map { background: var(--ink); color: white; }
.guide-map:hover { background: var(--guide-accent); }
.guide-source { border: 1px solid var(--line); background: white; }
.guide-source:hover { border-color: var(--guide-accent); color: var(--guide-accent); }
.guide-contact { border: 1px solid rgba(7, 22, 41, .14); background: #f6f7f8; color: var(--ink); }
.guide-contact:hover { border-color: var(--blue); color: var(--blue); }
.guide-live-reviews { grid-column: 1 / -1; background: var(--guide-accent-soft); color: var(--ink); }
.guide-live-reviews:hover { background: var(--guide-accent); color: white; }

.review-section { background: var(--ink); color: white; }
.review-section .guide-heading > p { color: rgba(255, 255, 255, .7); }
.review-section .kicker { color: var(--lime); }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.review-card {
  min-height: 20rem;
  display: flex;
  flex-direction: column;
  padding: clamp(1.3rem, 2.6vw, 2rem);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, .065);
}

.review-source-label { color: var(--lime); text-transform: uppercase; font-size: .68rem; font-weight: 950; letter-spacing: .12em; }
.review-card blockquote,
.review-card .review-summary {
  margin: auto 0 1.6rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.12;
  letter-spacing: -.025em;
}

.review-card .review-summary { font-family: inherit; font-size: 1.08rem; line-height: 1.58; }
.review-card a { align-self: flex-start; color: #b9d3ff; font-size: .82rem; font-weight: 850; text-decoration: underline; text-underline-offset: .22rem; }
.review-note { max-width: 66rem; margin: 1.5rem 0 0; color: rgba(255, 255, 255, .58); font-size: .8rem; line-height: 1.6; }

.auckland-next {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  background: var(--guide-accent-soft);
}

.auckland-next h2 { max-width: 14ch; margin: 0; font-size: clamp(2.7rem, 5vw, 5.4rem); line-height: .9; letter-spacing: -.06em; }
.auckland-next p { max-width: 45rem; margin: 1rem 0 0; color: #33485b; line-height: 1.65; }
.next-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .7rem; }
.next-actions .button:first-child { background: var(--ink); color: white; }
.next-actions .button:last-child { border: 1px solid var(--ink); background: transparent; color: var(--ink); }

.auckland-footer { grid-template-columns: 1fr auto; }
.auckland-footer .copyright { grid-column: 1 / -1; }

@media (max-width: 1050px) {
  .auckland-hero,
  .guide-heading { grid-template-columns: 1fr; }
  .auckland-hero-copy { max-width: 45rem; }
  .media-story { grid-template-columns: minmax(0, 1.25fr) minmax(16rem, .55fr); }
  .guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-card:last-child { grid-column: 1 / -1; min-height: 14rem; }
}

@media (max-width: 760px) {
  .auckland-page { padding-top: 4.25rem; }
  .auckland-hero { min-height: 34rem; padding: 4.4rem 1rem 3rem; }
  .auckland-hero h1 { font-size: clamp(3.7rem, 19vw, 6rem); }
  .auckland-switcher { top: 4.2rem; justify-content: flex-start; }
  .auckland-section { padding: 4rem 1rem; }
  .media-story { grid-template-columns: 1fr; }
  .media-show { min-height: 27rem; aspect-ratio: 4 / 5; }
  .media-sidecar { min-height: 22rem; }
  .guide-grid,
  .review-grid { grid-template-columns: 1fr; }
  .review-card:last-child { grid-column: auto; }
  .guide-card { min-height: 22rem; }
  .auckland-next { grid-template-columns: 1fr; }
  .next-actions { justify-content: flex-start; }
  .auckland-footer { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .auckland-hero,
  .auckland-section { padding-left: .8rem; padding-right: .8rem; }
  .guide-facts li { white-space: normal; }
  .media-show { min-height: 30rem; border-radius: 1.2rem; }
  .media-caption { bottom: 6.2rem; }
  .media-controls { grid-template-columns: 1fr auto; }
  .media-dots { grid-column: 1 / -1; grid-row: 1; }
  .media-control-buttons { grid-row: 2; }
  .media-toggle { grid-row: 2; }
  .guide-card { padding-inline: 1rem; }
  .guide-actions { grid-template-columns: 1fr; }
  .guide-live-reviews { grid-column: auto; }
  .editorial-badge,
  .guide-card-area { max-width: 58%; font-size: .6rem; }
  .next-actions,
  .next-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .media-show[data-running="true"] .media-slide.is-active > img { animation: none; }
}
