/*
 * Simien Properties — Find Your Fit neighborhood finder
 * Palette: Simien brand guide — Navy Primary/Dark/Mid, Accent Orange, Blue-Gray, Off-White.
 * Plain CSS (no build step) — safe to drop into a WordPress subfolder as-is.
 */

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
button { font: inherit; background: none; border: 0; padding: 0; margin: 0; color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
a { color: #F28C00; text-decoration: none; }
a:hover { color: #C97200; }

html {
  background: #0D1B3A;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #0D1B3A;
  color: #F7F5F2;
  font-family: "DM Sans", system-ui, sans-serif;
  text-rendering: optimizeLegibility;
}

.eyebrow,
.intro-stage__pretitle,
.result-card__heading h2,
.answer-card__title,
.answer-card__detail,
.question-panel__detail,
button {
  font-family: "DM Sans", sans-serif;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:not(:disabled),
a[href] {
  cursor: pointer;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid #F28C00;
  outline-offset: 4px;
}

button:disabled {
  cursor: not-allowed;
}

::selection {
  background: #F28C00;
  color: #0D1B3A;
}

.finder-shell {
  position: relative;
  min-height: 100dvh;
  overflow-x: clip;
  background: #0D1B3A;
}

.immersive-backdrop,
.immersive-scrim,
.finder-grain {
  inset: 0;
  pointer-events: none;
  position: fixed;
}

.immersive-backdrop {
  background-color: #0D1B3A;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(0.94) contrast(1.03);
  opacity: 1;
  transform: scale(1.02);
  transition: background-image 650ms cubic-bezier(0.23, 1, 0.32, 1), transform 850ms cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}

.immersive-backdrop img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.finder-shell--results .immersive-backdrop {
  filter: saturate(0.68) contrast(0.96) brightness(0.63);
}

.immersive-scrim {
  background:
    linear-gradient(90deg, rgba(13, 27, 58, 0.93) 0%, rgba(13, 27, 58, 0.73) 36%, rgba(13, 27, 58, 0.32) 72%, rgba(13, 27, 58, 0.63) 100%),
    linear-gradient(180deg, rgba(13, 27, 58, 0.5) 0%, rgba(13, 27, 58, 0.08) 42%, rgba(13, 27, 58, 0.8) 100%);
}

.finder-grain {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  opacity: 0.18;
}

.finder-shell--intro .immersive-backdrop {
  background-position: 61% center;
  filter: saturate(1.12) contrast(1.08) brightness(0.88);
  transform: scale(1.045);
}

.finder-shell--intro .immersive-backdrop img {
  object-position: 61% center;
}

.finder-shell--intro .immersive-scrim {
  background:
    linear-gradient(90deg, rgba(13, 27, 58, 0.92) 0%, rgba(13, 27, 58, 0.72) 35%, rgba(13, 27, 58, 0.22) 67%, rgba(13, 27, 58, 0.38) 100%),
    linear-gradient(180deg, rgba(13, 27, 58, 0.48) 0%, rgba(13, 27, 58, 0.04) 44%, rgba(13, 27, 58, 0.7) 100%);
}

.finder-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 1.25rem 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 30;
}

.brand-lockup {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 0.65rem;
  text-decoration: none;
}

.brand-lockup img {
  display: block;
  height: auto;
  max-height: 42px;
  object-fit: contain;
  object-position: left center;
  width: 110px;
}

.brand-lockup__line {
  background: rgba(255, 255, 255, 0.4);
  height: 20px;
  width: 1px;
}

.brand-lockup__descriptor {
  color: rgba(255, 255, 255, 0.78);
  font-family: "DM Sans", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ghost-control,
.back-control,
.primary-control,
.result-more,
.match-bar__restart {
  align-items: center;
  border: 0;
  display: inline-flex;
  font-family: "DM Sans", system-ui, sans-serif;
  gap: 0.52rem;
  justify-content: center;
  text-decoration: none;
  transition: background-color 180ms cubic-bezier(0.23, 1, 0.32, 1), color 180ms cubic-bezier(0.23, 1, 0.32, 1), transform 160ms cubic-bezier(0.23, 1, 0.32, 1), border-color 180ms cubic-bezier(0.23, 1, 0.32, 1);
}

.ghost-control {
  background: rgba(13, 27, 58, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 999px;
  color: #F7F5F2;
  font-size: 0.8rem;
  padding: 0.56rem 0.83rem;
}

.ghost-control:hover {
  background: rgba(242, 140, 0, 0.18);
  border-color: rgba(242, 140, 0, 0.75);
}

.primary-control {
  background: #F28C00;
  border-radius: 0.3rem 1.2rem 0.3rem 1.2rem;
  color: #0D1B3A;
  font-size: 0.87rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  min-height: 48px;
  padding: 0.8rem 1.1rem;
}

.primary-control:hover:not(:disabled) {
  background: #C97200;
  color: #0D1B3A;
  transform: translateY(-2px);
}

.primary-control:active:not(:disabled),
.back-control:active,
.ghost-control:active,
.answer-card:active {
  transform: scale(0.97);
}

.primary-control:disabled {
  background: rgba(200, 208, 220, 0.32);
  color: rgba(247, 245, 242, 0.55);
}

.back-control {
  background: transparent;
  color: rgba(247, 245, 242, 0.84);
  font-size: 0.87rem;
  font-weight: 700;
  padding: 0.8rem 0.3rem;
}

.back-control:hover {
  color: #fff;
}

.eyebrow {
  color: #F28C00;
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.current-rail {
  align-items: center;
  display: flex;
  gap: 0.85rem;
  width: 100%;
}

.current-rail--results {
  margin: 0 auto 2.75rem;
  max-width: 1480px;
  padding: 0 1.5rem;
}

.current-rail__eyebrow {
  color: rgba(247, 245, 242, 0.68);
  font-family: "DM Sans", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.current-rail__track {
  background: rgba(247, 245, 242, 0.18);
  border-radius: 999px;
  flex: 1 1 auto;
  height: 4px;
  min-width: 60px;
  overflow: hidden;
  position: relative;
}

.current-rail__fill {
  background: #F28C00;
  border-radius: 999px;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 420ms cubic-bezier(0.23, 1, 0.32, 1);
}

.current-rail__steps {
  display: flex;
  gap: 0.4rem;
}

.current-rail__steps span {
  background: rgba(247, 245, 242, 0.3);
  border-radius: 50%;
  height: 5px;
  width: 5px;
}

.current-rail__steps span.is-complete {
  background: #F28C00;
  transform: scale(1.4);
}

.current-rail__index {
  color: #F7F5F2;
  font-family: "DM Sans", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.current-rail__index span {
  color: rgba(247, 245, 242, 0.45);
  font-size: 0.68rem;
  margin-left: 0.2rem;
}

.question-panel-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 800px;
  width: 100%;
}

.intro-stage,
.question-stage,
.results-stage {
  position: relative;
  z-index: 10;
}

.intro-stage {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 8rem 1.5rem 3rem;
}

.intro-stage__content {
  animation: soft-rise 720ms cubic-bezier(0.23, 1, 0.32, 1) both;
  max-width: 735px;
}

.intro-stage__pretitle {
  align-items: center;
  color: rgba(247, 245, 242, 0.78);
  display: flex;
  font-family: "DM Sans", sans-serif;
  font-size: 0.84rem;
  gap: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.intro-stage__current {
  background: #2A4A7A;
  display: inline-block;
  height: 2px;
  position: relative;
  width: 29px;
}

.intro-stage__current::after {
  background: #F28C00;
  border-radius: 50%;
  content: "";
  height: 6px;
  position: absolute;
  right: -2px;
  top: -2px;
  width: 6px;
}

.intro-stage__script {
  color: #FFB35C;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.65rem, 2.7vw, 2.45rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.05;
  margin: 1.8rem 0 0.8rem;
}

.intro-stage h1 {
  color: #fff;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(3.2rem, 5.65vw, 6.2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 0.98;
  margin: 0;
  max-width: 11.5ch;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.5);
}

.intro-stage__description {
  color: rgba(247, 245, 242, 0.87);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.58;
  margin: 1.6rem 0 0;
  max-width: 54ch;
}

.intro-stage__place-line {
  align-items: flex-start;
  border-left: 2px solid #F28C00;
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  margin-top: 1.1rem;
  max-width: 560px;
  padding-left: 0.75rem;
}

.intro-stage__place-line span {
  color: #F28C00;
  font-family: "DM Sans", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.intro-stage__place-line p {
  color: rgba(247, 245, 242, 0.79);
  font-size: 0.79rem;
  line-height: 1.35;
  margin: 0;
}

.intro-stage__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.3rem;
  margin-top: 2.05rem;
}

.intro-stage__start {
  font-size: 0.95rem;
  min-height: 55px;
  padding: 0.9rem 1.2rem;
}

.intro-stage__facts {
  color: rgba(247, 245, 242, 0.72);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.78rem;
  gap: 0.6rem;
}

.intro-stage__facts span {
  align-items: center;
  display: inline-flex;
  gap: 0.6rem;
}

.intro-stage__facts span:not(:last-child)::after {
  background: #F28C00;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 4px;
  width: 4px;
}

.intro-stage__note {
  background: linear-gradient(135deg, rgba(13, 27, 58, 0.78), rgba(28, 45, 90, 0.54));
  backdrop-filter: blur(10px);
  border-left: 2px solid #F28C00;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  margin: 2.4rem 0 0;
  max-width: 360px;
  padding: 1.1rem 1.1rem 1.1rem 1.25rem;
}

.intro-stage__note p {
  color: rgba(247, 245, 242, 0.8);
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0.65rem 0 0;
}

.question-stage {
  align-items: flex-start;
  display: flex;
  padding: 9rem 1.5rem 3rem;
}

.question-panel {
  animation: soft-rise 460ms cubic-bezier(0.23, 1, 0.32, 1) both;
  width: 100%;
}

.question-panel__meta {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

.question-panel__title {
  color: #fff;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(2.15rem, 5.3vw, 4.55rem);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.04;
  margin: 0.8rem 0 0;
  max-width: 12.1ch;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
}

.question-panel__detail {
  color: rgba(247, 245, 242, 0.76);
  font-family: "DM Sans", sans-serif;
  font-size: 0.96rem;
  line-height: 1.5;
  margin: 0.85rem 0 1.35rem;
  max-width: 60ch;
}

.answer-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

.answer-card {
  align-items: center;
  background: rgba(13, 27, 58, 0.72);
  border: 1px solid rgba(247, 245, 242, 0.16);
  border-radius: 0.35rem 0.95rem 0.35rem 0.95rem;
  color: #fff;
  display: flex;
  gap: 0.85rem;
  min-height: 76px;
  overflow: hidden;
  padding: 0.82rem 0.85rem;
  position: relative;
  text-align: left;
  transition: background-color 190ms cubic-bezier(0.23, 1, 0.32, 1), border-color 190ms cubic-bezier(0.23, 1, 0.32, 1), transform 190ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 190ms cubic-bezier(0.23, 1, 0.32, 1);
}

.answer-card:hover,
.answer-card:focus-visible {
  background: rgba(28, 45, 90, 0.85);
  border-color: rgba(168, 184, 204, 0.85);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.21);
  transform: translateY(-3px);
}

.answer-card.is-selected {
  background: rgba(242, 140, 0, 0.22);
  border-color: #F28C00;
}

.answer-card__icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: #A8B8CC;
  display: inline-flex;
  flex: 0 0 auto;
  height: 38px;
  justify-content: center;
  transition: background-color 190ms cubic-bezier(0.23, 1, 0.32, 1), color 190ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 38px;
}

.answer-card.is-selected .answer-card__icon {
  background: #F28C00;
  border-color: #F28C00;
  color: #0D1B3A;
}

.answer-card__copy {
  display: grid;
  gap: 0.18rem;
}

.answer-card__title {
  font-family: "DM Sans", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
}

.answer-card__detail {
  color: rgba(247, 245, 242, 0.75);
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  line-height: 1.4;
}

.answer-card__line {
  background: #F28C00;
  bottom: 0;
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 190ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
}

.answer-card:hover .answer-card__line,
.answer-card.is-selected .answer-card__line {
  transform: scaleX(1);
}

.question-panel__footer {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  justify-content: space-between;
  margin-top: 1rem;
}

.selection-note {
  color: rgba(247, 245, 242, 0.66);
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.question-actions {
  align-items: center;
  display: flex;
  gap: 0.9rem;
}

.why-note {
  border-top: 1px solid rgba(247, 245, 242, 0.16);
  margin-top: 1.1rem;
  max-width: 670px;
  padding-top: 0.75rem;
}

.why-note__toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: rgba(247, 245, 242, 0.74);
  display: inline-flex;
  font-size: 0.78rem;
  gap: 0.42rem;
  padding: 0;
}

.why-note__toggle svg:last-child {
  transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1);
}

.why-note.is-open .why-note__toggle svg:last-child {
  transform: rotate(180deg);
}

.why-note p {
  color: rgba(247, 245, 242, 0.68);
  font-size: 0.8rem;
  line-height: 1.52;
  margin: 0.7rem 0 0;
}

.question-stage__caption {
  bottom: 2rem;
  color: rgba(247, 245, 242, 0.73);
  display: none;
  font-size: 0.75rem;
  gap: 0.45rem;
  position: absolute;
  right: 2.1rem;
}

.question-stage__caption-label {
  color: #F28C00;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.results-stage {
  background: linear-gradient(135deg, rgba(13, 27, 58, 0.97) 0%, rgba(13, 27, 58, 0.94) 100%);
  min-height: 100dvh;
  padding-top: 8.8rem;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.results-hero {
  align-items: flex-end;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 2rem 4rem;
}

.results-hero__copy {
  max-width: 100%;
}

.results-hero h1 {
  color: #fff;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(2rem, 4.5vw, 4rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0.85rem 0 0;
  max-width: 100%;
}

.results-hero__copy > p {
  color: rgba(247, 245, 242, 0.81);
  font-size: 0.96rem;
  line-height: 1.55;
  margin: 1.1rem 0 0;
  max-width: 56ch;
}

.results-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  margin-top: 1.5rem;
}

.results-hero--minimal {
  align-items: center;
  display: flex;
  grid-template-columns: none;
  padding-bottom: 1.5rem;
}

.results-hero--minimal .results-hero__actions {
  margin-top: 0;
}

.match-bar {
  align-items: flex-start;
  border-left: 2px solid #F28C00;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 1.6rem;
  max-width: 620px;
  padding: 0.2rem 0 0.2rem 1rem;
}

.match-bar__copy {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.match-bar__copy p {
  color: rgba(247, 245, 242, 0.78);
  font-size: 0.86rem;
  line-height: 1.5;
  margin: 0;
  max-width: 62ch;
}

.match-bar__restart {
  color: #F28C00;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}

.match-bar__restart:hover {
  color: #FFB35C;
}

.results-list {
  padding: 3rem 0;
  max-width: 1480px;
  margin: 0 auto;
}

.results-list__header {
  align-items: flex-end;
  color: #F7F5F2;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: space-between;
  padding: 0 2rem;
}

.results-list__header .eyebrow,
.results-disclaimer .eyebrow,
.all-places .eyebrow {
  color: #F28C00;
}

.results-list__header h2 {
  color: #F7F5F2;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin: 0.58rem 0 0;
  max-width: 100%;
}

.results-disclaimer h2 {
  color: #1C2D5A;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin: 0.58rem 0 0;
  max-width: 100%;
}

.results-list__cue {
  color: rgba(247, 245, 242, 0.7);
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.5;
  margin: 0.6rem 0 0;
  max-width: 100%;
}

.results-list__all-link {
  color: #F28C00;
  font-weight: 700;
  text-decoration: underline;
}

.results-list__all-link:hover {
  color: #FFB35C;
}

.result-cards {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1fr;
  margin-top: 2.1rem;
  padding: 0 2rem;
}

.result-card {
  background: rgba(247, 245, 242, 0.97);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(28, 45, 90, 0.15);
  border-radius: 0.75rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  color: #1C2D5A;
  min-height: 100%;
  padding: 1.5rem;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.result-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.result-card--1 {
  border-left: 4px solid #F28C00;
}

.result-card--2 {
  border-left: 4px solid #2A4A7A;
}

.result-card--3 {
  border-left: 4px solid #A8B8CC;
}

.result-card__topline {
  align-items: center;
  color: rgba(28, 45, 90, 0.67);
  display: flex;
  font-family: "DM Sans", sans-serif;
  font-size: 0.72rem;
  gap: 0.55rem;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

.result-rank {
  color: #1C2D5A;
  font-size: 1.15rem;
}

.result-region {
  border-left: 1px solid rgba(28, 45, 90, 0.21);
  padding-left: 0.55rem;
}

.result-fit {
  color: #C97200;
  margin-left: auto;
}

.result-card__heading {
  align-items: flex-start;
  display: flex;
  gap: 0.85rem;
  justify-content: space-between;
  margin-top: 1.25rem;
}

.result-card__heading h2 {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.result-card__heading svg {
  color: #2A4A7A;
  flex: 0 0 auto;
}

.result-zip {
  color: rgba(28, 45, 90, 0.56);
  font-family: "DM Sans", sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  margin: 0.36rem 0 0;
  text-transform: uppercase;
}

.result-card__tagline {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  font-style: italic;
  line-height: 1.05;
  margin: 1rem 0 0;
}

.result-card__description {
  color: rgba(28, 45, 90, 0.8);
  font-size: 0.87rem;
  line-height: 1.52;
  margin: 0.85rem 0 0;
}

.fit-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1rem;
}

.fit-chips span {
  background: #E9EDF3;
  color: #1C2D5A;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 0.33rem 0.5rem;
}

.result-field-note {
  border-left: 2px solid #F28C00;
  margin-top: 1.05rem;
  padding: 0.1rem 0 0.1rem 0.75rem;
}

.result-field-note span,
.result-details span {
  color: #1C2D5A;
  font-family: "DM Sans", sans-serif;
  font-size: 0.69rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.result-field-note p {
  color: rgba(28, 45, 90, 0.72);
  font-size: 0.76rem;
  line-height: 1.45;
  margin: 0.3rem 0 0;
}

.result-card__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  margin-top: 1.2rem;
}

.result-search {
  flex: 1 1 185px;
  min-height: 44px;
  padding: 0.65rem 0.76rem;
}

.result-more {
  background: transparent;
  color: #1C2D5A;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.6rem 0;
}

.result-more:hover {
  color: #C97200;
}

.result-details {
  background: #EDEEF4;
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  padding: 0.9rem;
}

.result-details p,
.result-details ul {
  color: rgba(28, 45, 90, 0.75);
  font-size: 0.74rem;
  line-height: 1.5;
  margin: 0.35rem 0 0;
}

.result-details ul {
  list-style: none;
  padding: 0;
}

.result-details li + li {
  margin-top: 0.28rem;
}

.result-details a {
  align-items: center;
  color: #1C2D5A;
  display: inline-flex;
  font-weight: 800;
  gap: 0.32rem;
}

.results-disclaimer {
  margin: 0 auto 3rem;
  max-width: 1480px;
  padding: 0 1.5rem;
}

.results-disclaimer__card {
  align-items: flex-start;
  background: #F7F5F2;
  border-radius: 0.75rem;
  color: #1C2D5A;
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 1fr;
  padding: 2.75rem 2.25rem;
}

.results-disclaimer__body {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.results-disclaimer__cta {
  margin-top: 0.1rem;
}

.results-disclaimer p {
  color: #1C2D5A;
  font-family: "DM Sans", sans-serif;
  font-size: 0.96rem;
  line-height: 1.62;
  margin: 0;
  max-width: 58ch;
}

.all-places {
  background: #0D1B3A;
  color: #F7F5F2;
  padding: 0 2rem;
  max-width: 1480px;
  margin: 0 auto;
}

.all-places__toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #F7F5F2;
  display: flex;
  justify-content: space-between;
  min-height: 112px;
  padding: 1.3rem 0;
  text-align: left;
  width: 100%;
}

.all-places__toggle strong {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  letter-spacing: 0.01em;
  margin-top: 0.35rem;
  font-weight: 400;
}

.all-places__toggle svg {
  color: #F28C00;
  transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1);
}

.all-places__toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.all-places__content {
  border-top: 1px solid rgba(247, 245, 242, 0.14);
  padding: 1.2rem 0 2rem;
}

.place-index {
  display: grid;
  gap: 0;
}

.place-index__item {
  align-items: center;
  border-bottom: 1px solid rgba(247, 245, 242, 0.12);
  column-gap: 0.6rem;
  display: grid;
  grid-template-areas:
    "rank name icon"
    "rank tagline icon";
  grid-template-columns: 28px 1fr auto;
  padding: 0.85rem 0;
  row-gap: 0.3rem;
}

.place-index__item > span {
  color: #F28C00;
  font-family: "DM Sans", sans-serif;
  font-size: 0.85rem;
  grid-area: rank;
}

.place-index__item strong {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 1.16rem;
  font-weight: 400;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.place-index__item small {
  color: rgba(247, 245, 242, 0.5);
  display: block;
  font-size: 0.64rem;
  margin-top: 0.14rem;
}

.place-index__item > div {
  grid-area: name;
}

.place-index__item p {
  color: rgba(247, 245, 242, 0.65);
  display: block;
  font-size: 0.75rem;
  grid-area: tagline;
  line-height: 1.35;
  margin: 0;
}

.place-index__item a {
  align-items: center;
  color: #F28C00;
  display: inline-flex;
  grid-area: icon;
  padding: 0.28rem;
}

.research-method {
  color: rgba(247, 245, 242, 0.55);
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 1.35rem 0 0;
  max-width: 68ch;
}

@keyframes soft-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 640px) {
  .finder-header,
  .intro-stage,
  .question-stage,
  .results-hero,
  .results-list,
  .results-disclaimer,
  .all-places {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }

  .current-rail--results,
  .answer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .answer-grid[data-count="5"] .answer-card:last-child {
    grid-column: span 2;
  }

  .results-hero {
    grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.6fr);
  }

  .results-disclaimer__card {
    grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.1fr);
  }

  .place-index__item {
    grid-template-areas: "rank name tagline icon";
    grid-template-columns: 38px minmax(148px, 0.62fr) minmax(0, 1fr) 26px;
  }
}

@media (min-width: 1024px) {
  .finder-header {
    padding: 1.65rem 3rem 1.65rem 12.3vw;
  }

  .brand-lockup img {
    max-height: 51px;
    width: 134px;
  }

  .intro-stage,
  .question-stage {
    padding-left: 12.3vw;
    padding-right: 11vw;
  }

  .intro-stage {
    justify-content: flex-end;
    min-height: 100dvh;
    padding-bottom: 8.5vh;
    padding-top: 10rem;
  }

  .intro-stage__note {
    bottom: 6.8vh;
    margin: 0;
    position: absolute;
    right: 6vw;
  }

  .question-stage {
    align-items: center;
    min-height: 100dvh;
    padding-bottom: 3.5rem;
    padding-top: 8.3rem;
  }

  .question-panel-wrap {
    max-width: min(740px, 59vw);
  }

  .question-panel__title {
    max-width: 14ch;
  }

  .question-stage__caption {
    display: flex;
  }

  .results-stage {
    padding-left: 12.3vw;
  }

  .results-hero,
  .results-list,
  .results-disclaimer,
  .all-places,
  .current-rail--results {
    padding-left: 0;
    padding-right: 6.5vw;
  }

  .results-hero {
    gap: 4rem;
    min-height: 44vh;
    padding-bottom: 4rem;
  }

  .results-hero--minimal {
    min-height: auto;
    padding-bottom: 2.5rem;
  }

  .result-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .results-list {
    padding-bottom: 4rem;
  }

  .results-disclaimer__card {
    padding-bottom: 3.25rem;
    padding-top: 3.25rem;
  }
}

@media (min-width: 1280px) {
  .question-panel-wrap {
    max-width: 790px;
  }

  .answer-card {
    min-height: 83px;
    padding: 0.9rem 1rem;
  }

  .answer-card__title {
    font-size: 1.18rem;
  }

  .results-hero,
  .results-list,
  .results-disclaimer,
  .all-places,
  .current-rail--results {
    padding-right: 9vw;
  }
}

@media (max-width: 430px) {
  .brand-lockup__line,
  .brand-lockup__descriptor {
    display: none;
  }

  .brand-lockup img {
    width: 102px;
  }

  .ghost-control span {
    display: none;
  }

  .ghost-control {
    border-radius: 50%;
    height: 34px;
    padding: 0;
    width: 34px;
  }

  .question-panel__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .question-actions {
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.site-footer {
  background: transparent;
  border-top: 1px solid rgba(247, 245, 242, 0.16);
  color: #F7F5F2;
  padding: 3rem 1.5rem 1.5rem;
  position: relative;
  z-index: 10;
}

.site-footer__row {
  display: grid;
  gap: 2.5rem;
  margin: 0 auto;
  max-width: 1480px;
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.site-footer__logo {
  display: inline-flex;
  width: fit-content;
}

.site-footer__logo img {
  height: 32px;
  max-width: 140px;
  object-fit: contain;
  width: auto;
}

.site-footer__hours {
  align-items: center;
  color: rgba(247, 245, 242, 0.7);
  display: flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 0.4rem;
  letter-spacing: 0.02em;
  margin: 0;
  text-transform: uppercase;
}

.site-footer__hours i {
  color: #F28C00;
}

.site-footer__trec {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.site-footer__trec p {
  color: rgba(247, 245, 242, 0.75);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0;
  text-transform: uppercase;
}

.site-footer__trec a {
  color: #F28C00;
  text-decoration: underline;
}

.site-footer__links,
.site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.site-footer__links h3,
.site-footer__contact h3 {
  color: #F7F5F2;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.3rem;
  text-transform: uppercase;
}

.site-footer__links a {
  color: rgba(247, 245, 242, 0.82);
  font-size: 0.88rem;
}

.site-footer__links a:hover {
  color: #F28C00;
}

.site-footer__contact a,
.site-footer__contact span {
  align-items: center;
  color: rgba(247, 245, 242, 0.82);
  display: flex;
  font-size: 0.88rem;
  gap: 0.5rem;
}

.site-footer__contact a:hover {
  color: #F28C00;
}

.site-footer__contact i {
  color: #F28C00;
  flex-shrink: 0;
}

.site-footer__bottom {
  border-top: 1px solid rgba(247, 245, 242, 0.14);
  color: rgba(247, 245, 242, 0.55);
  font-size: 0.78rem;
  margin: 2.5rem auto 0;
  max-width: 1480px;
  padding-top: 1.25rem;
}

@media (min-width: 768px) {
  .site-footer__row {
    grid-template-columns: 1.3fr 1fr 1fr;
  }
}
