/* govisit-places-topbar.css */
#govisitPlacesTopbarMount {
  position: sticky;
  top: 0;
  z-index: 80;
}

#govisitPlacesTopbarMount .topbar {
  background: var(--neutral--000);
  color: var(--ink);
  border-bottom: 1px solid var(--blue-100);
  position: relative;
  top: auto;
  z-index: 80;
}

.brand-link {
  align-items: center;
  gap: 12px;
  display: inline-flex;
  text-decoration: none;
}

/* govisit-places-hero.css */
.hero {
  min-height: clamp(420px, 42vh, 560px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-bottom: 210px;
}

.hero > .wrap {
  position: relative;
  z-index: 1;
}

.hero-heading-group {
  width: min(100%, 1120px);
}

.hero-heading-group .profile-purpose,
.hero-heading-group #page-title {
  max-width: none;
}

.position-relative {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: relative;
}

.hero-pineapple-wrap {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.hero-pineapple {
  display: flex;
  position: absolute;
  top: -60px;
  right: 36px;
  bottom: auto;
  left: auto;
  width: 180px;
  height: 100%;
  max-width: 180px;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
  opacity: 0.78;
  z-index: -1;
}

.hero-pineapple::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.62;
  background-image: url("/images/inhotel-pineapple-blue-400.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(-7deg) scale(0.98);
}

.hero-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(40px, 5vw, 88px);
  margin-top: 34px;
  max-width: 1080px;
  align-items: stretch;
}

.hero-summary-panel {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.hero-summary-copy p {
  max-width: none;
  font-size: 18px;
}

.hero-animated-summary {
  max-width: none;
  font-size: 18px;
  line-height: 1.45;
  color: var(--neutral--000);
}

.hero-summary-visual {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-summary-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35em;
}

.hero-summary-line-primary {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 0.35em;
  white-space: nowrap;
}

.hero-summary-line-secondary {
  gap: 0.7em;
  align-items: baseline;
  flex-wrap: wrap;
}

.hero-summary-tail {
  display: inline;
}

.hero-inline-link,
.hero-inline-link:visited {
  color: var(--blue-200);
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: var(--blue-200);
  text-underline-offset: 3px;
  font-weight: 500;
}

.hero-inline-link:hover,
.hero-inline-link:focus-visible {
  color: var(--neutral--000);
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: var(--blue-200);
}

.hero-rotating-word-slot {
  display: inline-flex;
  align-items: baseline;
  min-width: var(--hero-rotating-width, 12ch);
}

.hero-rotating-word {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--green-300);
  transition: transform .22s ease, opacity .22s ease;
  transform: translateY(0);
  opacity: 1;
  will-change: transform, opacity;
}

.hero-rotating-word.is-leaving {
  opacity: 0;
  transform: translateY(-0.28em) scale(0.98);
}

.hero-rotating-word.is-entering {
  opacity: 0;
  transform: translateY(0.28em) scale(0.98);
}

.hero-summary-benefits ul {
  margin: 0;
  padding-left: 28px;
  color: var(--neutral--000);
}

.hero-summary-benefits li + li {
  margin-top: 8px;
}

@media (max-width: 720px) {
  .hero-summary {
    grid-template-columns: 1fr;
  }

  .hero-summary-line {
    gap: 0.28em;
  }

  .hero-summary-line-primary {
    flex-wrap: wrap;
    white-space: normal;
  }

  .hero-summary-line-secondary {
    gap: 0.5em;
  }

  .hero-rotating-word-slot {
    min-width: 0;
  }

  .hero-summary-benefits ul {
    padding-left: 18px;
  }

  .hero-pineapple {
    top: 18px;
    right: 20px;
    width: 132px;
    max-width: 132px;
    opacity: 0.42;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
  }
}

/* govisit-places-directory-explorer.css */
.explorer-shell {
  position: relative;
  margin-top: -140px;
  padding-bottom: 36px;
  z-index: 3;
}

.explorer-shell > .wrap {
  width: min(85vw, 100%);
  max-width: none;
}

.explorer-stage {
  --explorer-overlap: 80px;
  --explorer-side-padding: 32px;
  --explorer-title-width: 160px;
  --explorer-title-input-gap: 18px;
  --explorer-link-gap: 48px;
  --explorer-input-width: 100%;
  --explorer-input-height: 52px;
  --explorer-panel-padding: 48px;
  --explorer-panel-footprint: calc(var(--explorer-input-height) + (var(--explorer-panel-padding) * 2));
  position: relative;
  padding-top: calc(var(--explorer-panel-footprint) - var(--explorer-overlap));
  overflow: visible;
}

.explorer-search-overlap {
  position: absolute;
  top: calc(var(--explorer-overlap) * -1);
  left: 0;
  right: 0;
  z-index: 4;
  margin: 0;
  transform: none;
}

.explorer-search-panel {
  box-sizing: border-box;
  min-height: var(--explorer-panel-footprint);
  border: 1px solid var(--neutral--500);
  border-bottom: 1px solid var(--neutral--500);
  border-radius: 14px 14px 0 0;
  background: var(--green-400);
  color: var(--blue-950);
  box-shadow: 0 12px 28px rgba(2, 2, 2, 0.1);
  padding: var(--explorer-panel-padding);
}

.explorer-search-header {
  display: block;
  align-items: center;
}

.explorer-search-main {
  display: grid;
  grid-template-columns: minmax(120px, var(--explorer-title-width)) minmax(0, 1fr);
  column-gap: var(--explorer-title-input-gap);
  align-items: center;
  min-width: 0;
}

.explorer-search-header h2 {
  margin: 0;
  color: var(--blue-800);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  white-space: nowrap;
}

.explorer-search-input {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  min-height: var(--explorer-input-height);
  margin-top: 0;
  padding: 0 18px;
  border: 1px solid var(--green-700);
  border-radius: 999px;
  background: var(--neutral--000);
  box-shadow: inset 0 1px 0 var(--neutral--000);
}

.explorer-search-input:hover {
  border-color: var(--green-800);
}

.explorer-search-input:focus-within {
  border-color: var(--blue-700);
  box-shadow: inset 0 1px 0 var(--neutral--000), 0 0 0 4px var(--green-200);
}

.explorer-search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: var(--neutral--500);
  flex: 0 0 auto;
}

.explorer-search-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.explorer-search-input input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--neutral--950);
  font: inherit;
  font-size: 17px;
  font-weight: 500;
}

.explorer-search-input input::placeholder {
  color: var(--neutral--500);
}

.explorer-search-input::-webkit-search-cancel-button {
  display: none;
}

.explorer-search-hints {
  display: grid;
  gap: 8px;
  align-content: start;
}

.explorer-search-hint {
  display: grid;
  gap: 4px;
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--blue-100);
  border-radius: 10px;
  background: var(--neutral--000);
  text-align: left;
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.explorer-search-hint:hover,
.explorer-search-hint:focus-visible,
.explorer-search-hint.is-active {
  border-color: var(--blue-400);
  box-shadow: 0 12px 28px rgba(2, 2, 2, 0.12);
  transform: translateY(-1px);
  outline: 0;
}

.explorer-search-hint strong {
  color: var(--neutral--950);
  font-size: 15px;
}

.explorer-search-hint span {
  color: var(--neutral--600);
  font-size: 13px;
  line-height: 1.45;
}

.explorer-map-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--neutral--500);
  border-top: 0;
  background: var(--neutral--000);
  border-radius: 0 0 14px 14px;
  box-shadow: none;
}

.explorer-map-overlay {
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  z-index: 24;
  display: flex;
  justify-content: flex-start;
  padding: 0 calc(var(--explorer-side-padding) + var(--explorer-title-width) + var(--explorer-title-input-gap));
  pointer-events: none;
}

.explorer-map-overlay[hidden] {
  display: none;
}

.explorer-map-overlay-card {
  width: clamp(320px, 34vw, 420px);
  max-width: 100%;
  padding: 14px;
  border: 1px solid var(--green-700);
  border-radius: 14px;
  background: var(--green-400);
  box-shadow: 0 16px 34px rgba(2, 2, 2, 0.12);
  pointer-events: auto;
}

.explorer-map-overlay-label {
  margin: 0 0 10px;
  color: var(--blue-950);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.explorer-map-overlay .explorer-search-hint {
  border-color: var(--green-700);
}

.explorer-map {
  height: 650px;
  min-height: 650px;
  border: 0;
  border-radius: 0;
}

.explorer-detail-panel {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 18;
  width: min(360px, calc(100% - 56px));
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  padding: 14px;
  display: grid;
  gap: 12px;
  align-content: start;
  box-shadow: 0 18px 40px rgba(2, 2, 2, 0.18);
}

.explorer-detail-media {
  position: relative;
  min-height: 136px;
  border-radius: 10px;
  background: linear-gradient(160deg, var(--blue-600), var(--blue-400));
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.explorer-detail-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.02), rgba(17, 24, 39, 0.35));
}

.explorer-detail-media.is-minimal {
  background: linear-gradient(160deg, var(--neutral--200), var(--neutral--060));
}

.explorer-detail-copy h3 {
  margin: 4px 0 0;
  font-size: 22px;
  line-height: 1.08;
  color: var(--neutral--950);
}

.explorer-detail-kicker {
  margin: 0;
  color: var(--blue-700);
  font-size: 13px;
  font-weight: 600;
}

.explorer-detail-summary {
  margin: 8px 0 0;
  color: var(--neutral--700);
  font-size: 14px;
  line-height: 1.45;
}

.explorer-detail-actions {
  display: block;
}

.explorer-claim-cta {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  background: var(--blue-600);
  color: var(--neutral--000);
}

.explorer-claim-cta:hover,
.explorer-claim-cta:focus-visible {
  background: var(--blue-700);
  color: var(--neutral--000);
}

.explorer-invite-cta {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  border: 0;
  background: var(--blue-600);
  color: var(--neutral--000);
  cursor: pointer;
}

.explorer-invite-cta:hover,
.explorer-invite-cta:focus-visible {
  background: var(--blue-700);
  color: var(--neutral--000);
}

.explorer-map-empty {
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: 24px;
  text-align: center;
  color: var(--neutral--600);
}

@media (max-width: 720px) {
  .explorer-shell {
    margin-top: -96px;
  }

  .explorer-search-overlap {
    transform: none;
  }

  .explorer-shell > .wrap {
    width: 100%;
  }

  .explorer-stage {
    --explorer-overlap: 52px;
    --explorer-side-padding: 14px;
    --explorer-title-width: 0px;
    --explorer-title-input-gap: 18px;
    --explorer-link-gap: 32px;
    --explorer-panel-padding: 24px;
  }

  .explorer-search-panel {
    padding: var(--explorer-panel-padding) 20px;
  }

  .explorer-map-overlay {
    padding: 0 14px;
  }

  .explorer-map-overlay-card {
    width: 100%;
  }

  .explorer-map {
    height: 500px;
    min-height: 500px;
  }

  .explorer-detail-panel {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
  }
}

@media (max-width: 980px) {
  .explorer-search-main {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }

  .explorer-map {
    height: 540px;
    min-height: 540px;
  }
}

/* govisit-places-page-sections.css */
main {
  padding-top: 28px;
}

.section-shell > .wrap {
  padding: 0;
}

.section-shell.alt {
  background: var(--neutral--000);
}

.section-header p {
  max-width: 740px;
}

.section-stack {
  display: grid;
  gap: 16px;
}

.intro-grid,
.feature-grid,
.benefit-grid,
.steps-grid {
  display: grid;
  gap: 16px;
}

.intro-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.feature-grid,
.benefit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.steps-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.section-card,
.feature-card,
.benefit-card,
.step-card,
.definition-item,
.callout-card,
.faq-item {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--neutral--000);
}

.section-card,
.feature-card,
.benefit-card,
.step-card,
.callout-card {
  padding: 20px;
}

.definition-grid {
  display: grid;
  gap: 12px;
}

.definition-item {
  padding: 16px;
}

.definition-item strong {
  display: block;
  margin-bottom: 4px;
}

.url-pattern {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 6px;
  background: var(--neutral--000);
  border: 1px solid var(--line);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
}

.feature-card h3,
.benefit-card h3,
.step-card h3,
.callout-card h3 {
  margin-bottom: 10px;
}

.benefit-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 14px;
  border: 1px solid var(--line);
}

.benefit-kicker,
.eyebrow {
  color: var(--blue-600);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 6px;
  background: var(--blue-020);
  color: var(--blue-700);
  font-weight: 800;
}

.category-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.category-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--neutral--000);
  color: var(--ink);
  font-size: 13px;
}

@media (max-width: 900px) {
  .intro-grid,
  .feature-grid,
  .benefit-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }
}

/* govisit-places-primary-actions.css */
.callout-links {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.callout-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: background .16s ease, transform .16s ease;
}

.callout-link:hover,
.callout-link:focus-visible {
  transform: translateY(-1px);
}

.callout-link-primary,
.landing-cta {
  background: var(--neutral--060);
  color: var(--neutral--900);
  border: 1px solid rgba(15,15,15,.08);
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
}

.callout-link-secondary {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  padding: 0 20px;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 0;
  font-weight: 600;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0 0 18px;
  color: var(--muted);
}

.sticky-actions .wrap {
  min-height: 74px;
}

.sticky-actions .sticky-place {
  white-space: normal;
}

.sticky-actions .sticky-label span {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

.sticky-actions .sticky-buttons {
  gap: 10px;
}

.landing-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: background .16s ease, transform .16s ease, color .16s ease;
}

.landing-cta:hover,
.landing-cta:focus-visible {
  background: var(--green-300);
  color: var(--neutral--950);
  transform: translateY(-1px);
}

.explorer-detail-actions .explorer-claim-cta,
.explorer-detail-actions .explorer-claim-cta:visited {
  background: var(--blue-600);
  color: var(--neutral--000);
  border-color: var(--blue-600);
}

.explorer-detail-actions .explorer-claim-cta:hover,
.explorer-detail-actions .explorer-claim-cta:focus-visible {
  background: var(--blue-700);
  color: var(--neutral--000);
}

.explorer-detail-actions .explorer-invite-cta {
  background: var(--neutral--000);
  color: var(--blue-700);
}

.explorer-detail-actions .explorer-invite-cta:hover,
.explorer-detail-actions .explorer-invite-cta:focus-visible {
  background: var(--neutral--020);
  color: var(--blue-700);
}

footer {
  padding-bottom: 120px;
}

@media (max-width: 900px) {
  .sticky-actions .wrap {
    min-height: 116px;
  }
}
