
:root {
  --bg: #f7f4ef;
  --surface: rgba(255, 252, 247, 0.96);
  --surface-2: #f5f0e8;
  --line: rgba(34, 52, 44, 0.10);
  --text: #22322b;
  --muted: #64716b;
  --sage: #7f8f73;
  --sage-deep: #6f8164;
  --forest: #1f342c;
  --shadow: 0 18px 50px rgba(22, 33, 28, 0.08);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(255,255,255,0.75), transparent 35%),
    linear-gradient(180deg, #f6f3ee 0%, #fbf9f6 100%);
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.01em;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { border: 0; background: none; }
[hidden] { display: none !important; }

.site-shell { min-height: 100vh; }

.glass {
  backdrop-filter: blur(16px);
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(255,255,255,0.45);
  box-shadow: 0 12px 36px rgba(19, 29, 24, 0.06);
}

.topbar, .guide-topbar {
  width: min(1240px, calc(100% - 44px));
  margin: 18px auto 0;
  border-radius: 999px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 12px;
}
.brand strong { display: block; font-size: 1rem; font-weight: 600; }
.brand small { display: block; color: var(--muted); font-size: .78rem; }

.topnav, .guide-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.topnav a, .guide-links a, .text-btn {
  text-decoration: none;
  color: var(--text);
  padding: 11px 16px;
  border-radius: 999px;
  font-size: .95rem;
}
.pill-link {
  background: #eef2ea;
  border: 1px solid rgba(111,129,100,0.16);
}

.selector-screen { padding-bottom: 54px; }

.hero-panel {
  background: linear-gradient(90deg, rgba(26,38,33,0.64) 0%, rgba(41,72,63,0.28) 46%, rgba(61,109,98,0.12) 100%), url('assets/philly-loft-kitchen-hero.jpg') center center / cover no-repeat;

}
.hero-copy {
  max-width: 760px;
  padding: 76px 58px;
  color: #fff;
}
.eyebrow, .section-kicker {
  margin: 0 0 16px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .76rem;
  font-weight: 700;
  opacity: .96;
}
.hero-copy h1,
.guide-hero-copy h1,
.section-intro h2,
.selector-card h3,
.content-head h2,
.quick-card h3 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  letter-spacing: -0.04em;
}
.hero-copy h1 {
  margin: 0 0 18px;
  max-width: 10.5ch;
  text-wrap: balance;
  font-size: clamp(3.2rem, 6vw, 5.7rem);
  line-height: .9;
  font-weight: 600;
}
.lede {
  margin: 0;
  max-width: 58ch;
  color: rgba(255,255,255,.92);
  font-size: 1.06rem;
  line-height: 1.72;
}
.hero-badges, .guide-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.hero-badges span, .guide-meta span, .guide-meta a {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.18);
  font-size: .94rem;
}

.unit-picker, .guide-main {
  width: min(1240px, calc(100% - 44px));
  margin: 0 auto;
}
.section-intro {
  margin: 2px 0 24px;
}
.section-intro h2 {
  margin: 0 0 10px;
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: .95;
  font-weight: 600;
}
.section-intro p {
  margin: 0;
  max-width: 66ch;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.selector-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.selector-card {
  padding: 0;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.9);
  border-radius: 28px;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 14px 40px rgba(19,35,31,.05);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.selector-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 48px rgba(19,35,31,.10);
  border-color: rgba(111,129,100,0.26);
}
.card-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.selector-card-body {
  padding: 24px 24px 26px;
}
.chip {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eef2ea;
  color: #51614a;
  text-transform: uppercase;
  letter-spacing: .10em;
  font-size: .7rem;
  font-weight: 700;
}
.selector-card h3 {
  margin: 14px 0 8px;
  font-size: clamp(2rem, 3vw, 2.65rem);
  line-height: .95;
  font-weight: 600;
}
.selector-card p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.68;
}
.selector-card ul {
  margin: 0 0 18px 18px;
  padding: 0;
  color: var(--text);
  line-height: 1.78;
}
.card-cta, .cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  background: var(--sage-deep);
  color: #fff;
  border: 1px solid var(--sage-deep);
  font-weight: 600;
}
.cta.ghost {
  background: #fff;
  color: var(--forest);
  border-color: var(--line);
}

.guide-hero {
  position: relative;
  min-height: 450px;
  overflow: hidden;
  background: url('assets/photo2.jpg') center center / cover no-repeat;
}
.guide-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(24,37,31,.60) 0%, rgba(24,37,31,.38) 45%, rgba(24,37,31,.16) 100%);
}
.guide-hero-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.guide-hero-copy {
  width: min(1240px, calc(100% - 44px));
  margin: 26px auto 0;
  color: #fff;
  padding: 34px 0 14px;
}
.guide-hero-copy h1 {
  margin: 0 0 10px;
  max-width: 11ch;
  text-wrap: balance;
  font-size: clamp(3rem, 5.3vw, 5.3rem);
  line-height: .9;
  font-weight: 600;
}
.tagline {
  margin: 0;
  max-width: 52ch;
  color: rgba(255,255,255,.94);
  font-size: 1.04rem;
  line-height: 1.7;
}

.floating-toolbar {
  position: sticky;
  top: 10px;
  z-index: 20;
  width: min(1240px, calc(100% - 44px));
  margin: -24px auto 18px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-radius: 22px;
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(34,52,44,.08);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 38px rgba(22,33,28,.06);
}
.toolbar-left { flex: 1; }
.toolbar-right { display: flex; gap: 10px; }
.floating-toolbar input {
  width: 100%;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
}
.floating-toolbar button {
  min-height: 50px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
}

.section-nav {
  width: min(1240px, calc(100% - 44px));
  margin: 0 auto 20px;
  display: flex;
  gap: 10px;
  overflow: auto;
  padding-bottom: 6px;
}
.section-nav a {
  white-space: nowrap;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--text);
}

.guide-main {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.quick-panel {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
}
.quick-card {
  background: rgba(255,255,255,0.9);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 14px 40px rgba(19,35,31,.05);
}
.quick-card.subtle { background: #f6f2ea; }
.quick-card h3 {
  margin: 0 0 10px;
  font-size: 2rem;
  line-height: .95;
  font-weight: 600;
}
.quick-card p {
  color: var(--muted);
  line-height: 1.7;
}

.content-grid {
  display: grid;
  gap: 22px;
}
.content-card {
  background: rgba(255,255,255,0.92);
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(19,35,31,.05);
}
.content-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 28px;
  cursor: pointer;
}
.content-head h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.55rem);
  line-height: .95;
  font-weight: 600;
}
.toggle-indicator {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #eef2ea;
  color: var(--forest);
  font-size: 1.3rem;
}
.content-body {
  padding: 0 28px 28px;
}
.content-body p, .content-body li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.82;
}
.content-body ul, .content-body ol {
  padding-left: 20px;
}
.content-body h4 {
  margin: 18px 0 8px;
  font-size: .92rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #5b6b55;
}
.content-body img.hero, .content-body img.wide {
  width: 100%;
  margin: 18px 0 8px;
  border-radius: 22px;
  object-fit: cover;
}
img.hero { aspect-ratio: 16 / 9; }
img.wide { aspect-ratio: 16 / 10; }
img.qr {
  width: 180px;
  margin: 14px auto 0;
  padding: 10px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
}
.wifi-card, .info-card, .unit-note {
  margin: 12px 0;
  padding: 16px 18px;
  border-radius: 20px;
  background: var(--surface-2);
  border: 1px solid var(--line);
}
.unit-note { background: #f3ede3; }

.site-footer {
  width: min(1240px, calc(100% - 44px));
  margin: 34px auto 50px;
  padding-top: 24px;
  text-align: center;
  color: var(--muted);
  border-top: 1px solid var(--line);
}
mark {
  background: #fff0b7;
  padding: 0 .15em;
  border-radius: .2em;
}

@media (max-width: 980px) {
  .selector-grid,
  .guide-main {
    grid-template-columns: 1fr;
  }
  .quick-panel {
    position: static;
    order: 2;
  }
}
@media (max-width: 760px) {
  .topbar, .guide-topbar { width: calc(100% - 24px); border-radius: 24px; }
  .hero-panel { width: calc(100% - 24px); min-height: 480px; border-radius: 28px; }
  .hero-copy { padding: 34px 24px 30px; }
  .hero-copy h1 { font-size: 3.2rem; }
  .unit-picker, .guide-main, .section-nav, .site-footer, .guide-hero-copy, .floating-toolbar { width: calc(100% - 24px); }
  .floating-toolbar {
    top: 8px;
    flex-direction: column;
    align-items: stretch;
  }
  .toolbar-right { width: 100%; }
  .toolbar-right button { flex: 1; }
  .section-intro h2 { font-size: 2.65rem; }
  .selector-card-body { padding: 20px 18px 22px; }
  .content-head { padding: 20px 18px; }
  .content-head h2 { font-size: 2rem; }
  .content-body { padding: 0 18px 20px; }
  .guide-hero-copy h1 { font-size: 3rem; }
}

.selector-card {
  max-width: 100%;
}
.selector-card h3 {
  font-size: 1.4rem;
}
.selector-card p {
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .selector-grid {
    grid-template-columns: 1fr;
  }
}


/* symmetric Stay With Us Again buttons */
.cta-row{
  display:flex;
  gap:12px;
  align-items:center;
  flex-wrap:nowrap;
  margin-top:16px;
}
.cta-row .cta,
.cta-row .cta.ghost{
  flex:1 1 0;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  text-align:center;
  white-space:nowrap;
}
@media (max-width: 640px){
  .cta-row{
    flex-direction:column;
    align-items:stretch;
  }
  .cta-row .cta,
  .cta-row .cta.ghost{
    width:100%;
  }
}


.recommendation-list{
  margin-top:20px;
  padding-top:8px;
}
.recommendation-list h3{
  margin-bottom:12px;
}
.recommendation-list h4{
  margin:18px 0 8px;
}
.recommendation-list ul{
  margin:0 0 12px 18px;
  padding:0;
}
.recommendation-list li{
  margin:6px 0;
}


/* Expandable local recommendations */
.recommendation-details{
  margin-top: 18px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}
.recommendation-details summary{
  list-style: none;
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recommendation-details summary::-webkit-details-marker{
  display: none;
}
.recommendation-details summary::after{
  content: "+";
  font-size: 1.25rem;
  line-height: 1;
  margin-left: 12px;
}
.recommendation-details[open] summary::after{
  content: "–";
}
.recommendation-details .recommendation-list{
  padding: 0 16px 16px;
}
