/* ============================================================
   daycrunch® — page components (real site)
   Extends daycrunch.css with: real-site nav actions, location
   pages, room-type (spaces) pages, node-status, editorial prose.
   Load AFTER daycrunch.css.
   ============================================================ */

/* ---------- Real-site nav actions ---------- */
.member-login {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  color: var(--ink);
  white-space: nowrap;
  padding: 0.3em 0;
  transition: color 0.2s;
}
.member-login:hover {
  color: var(--orange);
}
.auth-btn {
  min-width: 71px;
}
.apply-btn {
  background: var(--orange);
  color: #fff;
  border: none;
  border-radius: var(--r-btn);
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  padding: 0.72em 1.2em;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  white-space: nowrap;
  transition: background 0.25s, transform 0.25s;
}
/* the hidden attribute must always win over display:inline-flex above (auth toggle) */
[hidden] {
  display: none !important;
}
.apply-btn:hover {
  background: var(--orange-deep);
  transform: translateY(-1px);
}
.apply-btn .arw {
  transition: transform 0.3s ease;
}
.apply-btn:hover .arw {
  transform: translateX(3px);
}
@media (max-width: 1060px) {
  .nav-links,
  .nav-tools .lang-select,
  .nav-tools .member-login {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .nav {
    gap: 1rem;
  }
}

/* ============================================================
   LOCATION PAGE
   ============================================================ */
/* hero: cream split, copy + image, breadcrumb + chips */
.loc-hero {
  padding-block: clamp(34px, 4vw, 52px) clamp(40px, 5vw, 64px);
}
.loc-hero .breadcrumb {
  margin-bottom: 1.3rem;
}
.loc-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}
.loc-hero-grid > * {
  min-width: 0;
}
.loc-hero .place {
  font-family: Georgia, serif;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 0.7rem;
  display: block;
}
.loc-hero h1 {
  font-size: var(--t1);
  line-height: 1.09;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 1.1rem;
  text-wrap: balance;
}
.loc-hero h1 em {
  font-style: italic;
  color: var(--orange);
}
.loc-hero .lead {
  margin-bottom: 1.6rem;
  max-width: 46ch;
}
.loc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.7rem;
}
.loc-chips .lc-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  color: var(--ink-soft);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 0.42em 0.8em;
}
.loc-chips .lc-chip svg {
  width: 14px;
  height: 14px;
  opacity: 0.7;
}
.loc-hero-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  align-items: center;
}
.loc-hero-media {
  position: relative;
}
.loc-hero-media .ph {
  aspect-ratio: 5/4;
}
.loc-hero-media .accent-edge {
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 6px;
  border-radius: 4px;
  background: var(--accent, var(--orange));
  z-index: 3;
}
.loc-hero-media .float-tag {
  position: absolute;
  right: -14px;
  bottom: 24px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 0.8rem 1.1rem;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.loc-hero-media .float-tag .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent, var(--orange));
  flex-shrink: 0;
}
.loc-hero-media .float-tag .ft-l {
  font-family: Georgia, serif;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.loc-hero-media .float-tag .ft-n {
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.1;
}

/* thin location stats strip (on cream, not blue) */
.loc-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: clamp(32px, 4vw, 56px);
}
.loc-stats .ls {
  padding: 1.1rem 1.5rem 1.1rem 0;
  margin-right: 1.5rem;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.loc-stats .ls:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
  margin-left: auto;
  justify-content: center;
}
.loc-stats .ls-n {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
}
.loc-stats .ls-l {
  font-family: Georgia, serif;
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
@media (max-width: 640px) {
  .loc-stats .ls {
    padding-right: 1rem;
    margin-right: 1rem;
  }
  .loc-stats .ls:last-child {
    margin-left: 0;
  }
}

/* ---------- bookable spaces grid (also used on room-type pages) ---------- */
.space-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 1.5vw, 18px);
}
.space-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.2s;
}
.space-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
  border-color: var(--line);
}
.space-card .s-pic {
  aspect-ratio: 16/10;
  position: relative;
  --ph: var(--mist);
}
.space-card .s-pic .s-tag {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 3;
  background: rgba(255, 253, 251, 0.92);
  color: var(--ink-soft);
  font-family: Georgia, serif;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.34em 0.62em;
  border-radius: 4px;
}
.space-card.is-office .s-pic {
  --ph: #cdd6e6;
}
.space-card .s-body {
  padding: 1.15rem 1.25rem 1.3rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5rem;
}
.space-card .s-name {
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.1;
}
.space-card .s-detail {
  font-family: Georgia, serif;
  font-size: 0.78rem;
  color: var(--ink-faint);
  letter-spacing: 0.01em;
}
.space-card .s-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.9rem;
  margin-top: 0.1rem;
}
.space-card .s-specs .sp {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-family: Georgia, serif;
  font-size: 0.74rem;
  color: var(--ink-soft);
}
.space-card .s-specs .sp svg {
  width: 14px;
  height: 14px;
  opacity: 0.65;
}
.space-card .s-foot {
  margin-top: auto;
  padding-top: 0.7rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.6rem;
  border-top: 1px solid var(--line-soft);
}
.space-card .s-price {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
}
.space-card .s-price small {
  display: block;
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 0.68rem;
  letter-spacing: 0.02em;
  color: var(--ink-faint);
}
.space-card.is-office .s-price {
  color: var(--blue-deep);
}
.space-card.hide {
  display: none;
}
.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1.5rem;
}
.filter-row .fl {
  font-family: Georgia, serif;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-right: 0.3rem;
}
.note-line {
  font-family: Georgia, serif;
  font-size: 0.82rem;
  color: var(--ink-faint);
  margin-top: 1.1rem;
}
.note-line a {
  color: var(--ink-soft);
  border-bottom: 1px solid var(--line);
}
.note-line a:hover {
  color: var(--orange);
  border-color: var(--orange);
}
@media (max-width: 900px) {
  .space-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .space-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- differentiators ---------- */
.diff-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px, 1.8vw, 22px);
}
.diff {
  display: flex;
  gap: 1.1rem;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 1.6rem 1.7rem;
}
.diff .d-num {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  color: var(--orange);
  letter-spacing: -0.02em;
  flex-shrink: 0;
  min-width: 3.6rem;
}
.diff .d-ic {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  color: var(--blue-deep);
}
.diff h4 {
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.diff p {
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.6;
}
@media (max-width: 760px) {
  .diff-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   NODE STATUS (5 pillars, what's live / soon / planned)
   ============================================================ */
.node-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.node-col {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.node-col .n-head {
  padding: 1.1rem 1.1rem 0.9rem;
  border-bottom: 1px solid var(--line-soft);
}
.node-col .n-ic {
  width: 28px;
  height: 28px;
  color: var(--ink-soft);
  margin-bottom: 0.6rem;
}
.node-col .n-name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 0.5rem;
}
.node-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 0.6rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.3em 0.6em;
  border-radius: 20px;
}
.node-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1.5px solid currentColor;
}
.nb-live {
  color: var(--blue-deep);
  background: color-mix(in srgb, var(--blue) 10%, white);
}
.nb-live i {
  background: var(--blue);
  border-color: var(--blue);
}
.nb-soon {
  color: var(--orange-deep);
  background: color-mix(in srgb, var(--orange) 10%, white);
}
.nb-soon i {
  background: linear-gradient(90deg, var(--orange) 0 50%, transparent 50% 100%);
  border-color: var(--orange);
}
.nb-plan {
  color: var(--ink-faint);
  background: var(--sand);
}
.node-col.dim {
  opacity: 0.74;
}
.node-col .n-items {
  padding: 0.4rem 1.1rem 1.1rem;
  display: flex;
  flex-direction: column;
}
.node-col .n-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  font-size: 0.8rem;
  color: var(--ink-soft);
  padding: 0.5rem 0;
  border-top: 1px solid var(--line-soft);
}
.node-col .n-item:first-child {
  border-top: none;
}
.node-col .n-when {
  font-family: Georgia, serif;
  font-size: 0.64rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-faint);
  white-space: nowrap;
}
.node-col .n-when.live {
  color: var(--blue-deep);
}
@media (max-width: 980px) {
  .node-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 620px) {
  .node-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ============================================================
   MONTHLY OFFICE PACKAGES
   ============================================================ */
.pkg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 1.5vw, 16px);
}
.pkg {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 1.7rem 1.6rem;
  display: flex;
  flex-direction: column;
}
.pkg.feature {
  border-color: color-mix(in srgb, var(--blue) 45%, white);
  background: color-mix(in srgb, var(--blue) 6%, var(--cream));
  box-shadow: var(--shadow-sm);
}
.pkg .pkg-tag {
  align-self: flex-start;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue-deep);
  background: color-mix(in srgb, var(--blue) 14%, white);
  padding: 0.32em 0.7em;
  border-radius: 20px;
  margin-bottom: 0.9rem;
}
.pkg h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.pkg .pkg-price {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}
.pkg .pkg-price span {
  font-family: Georgia, serif;
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--ink-faint);
  letter-spacing: 0.02em;
}
.pkg .pkg-size {
  font-family: Georgia, serif;
  font-size: 0.78rem;
  color: var(--ink-faint);
  margin: 0.4rem 0 1rem;
}
.pkg ul {
  list-style: none;
  margin: 0 0 1.3rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pkg ul li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  font-size: 0.86rem;
  color: var(--ink-soft);
  padding: 0.5rem 0;
  border-top: 1px solid var(--line-soft);
}
.pkg ul li:first-child {
  border-top: none;
}
.pkg ul li svg {
  width: 15px;
  height: 15px;
  color: var(--blue-deep);
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.pkg .btn {
  margin-top: auto;
}
@media (max-width: 820px) {
  .pkg-grid {
    grid-template-columns: 1fr;
  }
}

.enterprise {
  background: var(--ink);
  color: var(--cream);
  border-radius: var(--r-card);
  padding: clamp(1.8rem, 3vw, 2.6rem);
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
  margin-top: 1.2rem;
}
.enterprise h3 {
  font-size: clamp(1.3rem, 1rem+1vw, 1.7rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.6rem;
}
.enterprise h3 em {
  font-style: italic;
  color: var(--orange);
}
.enterprise p {
  color: #bdb6aa;
  font-size: 0.92rem;
  max-width: 54ch;
  margin-bottom: 1.4rem;
}
.enterprise .e-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
}
.enterprise .e-stats .es-n {
  font-size: 1.45rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.enterprise .e-stats .es-l {
  font-family: Georgia, serif;
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a847a;
  margin-top: 0.3rem;
}
@media (max-width: 760px) {
  .enterprise {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   GETTING HERE (transport + map)
   ============================================================ */
.here-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
.transport {
  display: flex;
  flex-direction: column;
}
.transport .t-item {
  display: flex;
  gap: 1rem;
  padding: 1.1rem 0;
  border-top: 1px solid var(--line);
}
.transport .t-item:first-child {
  border-top: none;
  padding-top: 0;
}
.transport .t-ic {
  font-size: 1.3rem;
  width: 2rem;
  text-align: center;
  flex-shrink: 0;
  line-height: 1.4;
}
.transport .t-name {
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}
.transport .t-detail {
  font-size: 0.86rem;
  color: var(--ink-soft);
  line-height: 1.55;
}
.access-note {
  margin-top: 1rem;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 1.1rem 1.3rem;
}
.access-note .an-t {
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 0.3rem;
}
.access-note p {
  font-size: 0.84rem;
  color: var(--ink-soft);
  line-height: 1.55;
}
@media (max-width: 760px) {
  .here-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   QUOTE STRIP (member voices, inline)
   ============================================================ */
.quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 28px);
}
.quotes .q {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.quotes .q .qt {
  font-size: 1rem;
  line-height: 1.55;
  color: var(--ink);
  font-style: italic;
}
.quotes .q .qt::before {
  content: "\201C";
  color: var(--orange);
  font-weight: 700;
  margin-right: 0.05em;
}
.quotes .q .qt::after {
  content: "\201D";
  color: var(--orange);
  font-weight: 700;
}
.quotes .q .qm {
  margin-top: auto;
}
.quotes .q .qn {
  font-weight: 700;
  font-size: 0.88rem;
}
.quotes .q .qr {
  font-family: Georgia, serif;
  font-size: 0.74rem;
  color: var(--ink-faint);
  letter-spacing: 0.02em;
}
@media (max-width: 820px) {
  .quotes {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}

/* ============================================================
   LOCATIONS INDEX (directory of locations)
   ============================================================ */
.dir-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(14px, 1.8vw, 20px);
}
.dir-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.2rem;
  align-items: center;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 1.5rem 1.6rem;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.2s;
}
.dir-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
}
.dir-card .d-accent {
  width: 8px;
  align-self: stretch;
  border-radius: 4px;
  background: var(--accent, var(--orange));
}
.dir-card .town {
  font-family: Georgia, serif;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 0.2rem;
}
.dir-card .name {
  font-size: 1.32rem;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 0.3rem;
}
.dir-card .addr {
  font-family: Georgia, serif;
  font-size: 0.82rem;
  color: var(--ink-soft);
  margin-bottom: 0.7rem;
}
.dir-card .node-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.dir-card .arr {
  font-size: 1.4rem;
  color: var(--ink-faint);
  transition: transform 0.25s, color 0.25s;
  align-self: center;
}
.dir-card:hover .arr {
  transform: translateX(4px);
  color: var(--orange);
}
.nd {
  display: inline-flex;
  align-items: center;
  gap: 0.34em;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 0.58rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.3em 0.55em;
  border-radius: 20px;
  border: 1px solid var(--line);
  color: var(--ink-faint);
  background: var(--white);
  white-space: nowrap;
}
.nd i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1.5px solid currentColor;
}
.nd.live {
  color: var(--blue-deep);
  background: color-mix(in srgb, var(--blue) 9%, white);
  border-color: color-mix(in srgb, var(--blue) 35%, white);
}
.nd.live i {
  background: var(--blue);
  border-color: var(--blue);
}
.nd.soon {
  color: var(--orange-deep);
  background: color-mix(in srgb, var(--orange) 9%, white);
  border-color: color-mix(in srgb, var(--orange) 35%, white);
}
.nd.soon i {
  background: linear-gradient(90deg, var(--orange) 0 50%, transparent 50% 100%);
  border-color: var(--orange);
}
.nd.none {
  opacity: 0.5;
  border-style: dashed;
}
@media (max-width: 820px) {
  .dir-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .dir-card {
    grid-template-columns: auto 1fr;
  }
  .dir-card .arr {
    display: none;
  }
}

/* big Switzerland network map */
.ch-map {
  position: relative;
  background: radial-gradient(
        circle at 1px 1px,
        color-mix(in srgb, var(--ink) 7%, transparent) 1px,
        transparent 0
      )
      0 0/24px 24px,
    linear-gradient(160deg, color-mix(in srgb, var(--mist) 38%, var(--cream)), var(--cream));
  border: 1px solid var(--line);
  border-radius: var(--r-img);
  aspect-ratio: 16/8;
  overflow: hidden;
}
.ch-map .m-pin {
  position: absolute;
  transform: translate(-50%, -100%);
  cursor: pointer;
}
.ch-map .m-pin .head {
  width: 16px;
  height: 16px;
  border-radius: 50% 50% 50% 0;
  background: var(--accent, var(--orange));
  transform: rotate(-45deg);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  border: 2px solid #fff;
  transition: transform 0.2s;
}
.ch-map .m-pin:hover .head {
  transform: rotate(-45deg) scale(1.25);
}
.ch-map .m-pin .lbl {
  position: absolute;
  left: 50%;
  top: -9px;
  transform: translate(-50%, -100%);
  background: #fff;
  font-family: Georgia, serif;
  font-size: 0.6rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.3em 0.6em;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: var(--shadow-sm);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.ch-map .m-pin:hover .lbl {
  opacity: 1;
}
.ch-map .m-pin .lbl {
  opacity: 1;
}
.ch-map a.m-pin {
  text-decoration: none;
}
.ch-map-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ---------- availability matrix (locations × pillars) ---------- */
.avail-matrix {
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  overflow: hidden;
  background: var(--white);
}
.am-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1.15rem 1.3rem 0.9rem;
  border-bottom: 1px solid var(--line);
}
.am-head .am-t {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.15;
}
.am-head .am-legend {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  font-size: 0.72rem;
  color: var(--ink-soft);
}
.am-head .am-legend i {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-right: 0.34em;
  vertical-align: middle;
}
.am-l-none {
  color: var(--ink-faint);
  opacity: 0.7;
}
.am-l-live i {
  background: var(--lg-live, #1f8a5b);
}
.am-l-soon i {
  background: var(--lg-soon, #e0633a);
}
.am-l-plan i {
  background: var(--ink-faint);
  opacity: 0.5;
}
.am-scroll {
  overflow-x: auto;
}
.am-grid {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}
.am-grid th,
.am-grid td {
  text-align: center;
  padding: 0.7rem 0.5rem;
  border-bottom: 1px solid var(--line);
}
.am-grid thead th {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.am-grid thead .am-ph {
  display: block;
}
.am-grid thead .am-pk {
  display: block;
  margin-top: 0.3em;
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 0.62rem;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--ink-faint);
  opacity: 0.85;
  line-height: 1.25;
}
.am-grid tbody tr:last-child td {
  border-bottom: 0;
}
.am-grid tbody tr:hover {
  background: var(--cream);
}
.am-grid .am-loc {
  text-align: left;
  padding-left: 1.3rem;
  white-space: nowrap;
}
.am-grid .am-loc a {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--ink);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.am-grid .am-loc a:hover {
  color: var(--accent, var(--orange));
}
.am-grid .am-loc .am-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent, var(--orange));
  flex: none;
}
.am-grid .am-loc small {
  display: block;
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 0.74rem;
  color: var(--ink-faint);
  margin-left: 1rem;
}
.am-cell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.am-cell .pip {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-family: Georgia, serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--ink-soft);
}
.am-cell .pip i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex: none;
}
.am-cell.live .pip {
  color: var(--lg-live, #1f8a5b);
}
.am-cell.live i {
  background: var(--lg-live, #1f8a5b);
}
.am-cell.soon .pip {
  color: var(--orange-deep, #c4521f);
}
.am-cell.soon i {
  background: var(--lg-soon, #e0633a);
}
.am-cell.plan .pip {
  color: var(--ink-faint);
}
.am-cell.plan i {
  background: var(--ink-faint);
  opacity: 0.45;
}
.am-cell.plan .pip span {
  opacity: 0.7;
}
.am-cell.none .pip {
  color: var(--ink-faint);
  opacity: 0.55;
}
.am-cell.none i {
  display: none;
}
.am-foot {
  padding: 0.85rem 1.3rem;
  font-size: 0.8rem;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  background: var(--cream);
}
.am-foot a {
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}
@media (max-width: 560px) {
  .am-grid .am-loc small {
    display: none;
  }
}
.ch-map .m-tag {
  position: absolute;
  bottom: 12px;
  right: 14px;
  z-index: 2;
  background: rgba(255, 253, 251, 0.82);
  font-family: Georgia, serif;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.4em 0.75em;
  border-radius: 4px;
  color: var(--ink-soft);
}

/* ============================================================
   SPACES INDEX (room-type directory)
   ============================================================ */
.type-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.8vw, 20px);
}
.type-card {
  display: flex;
  flex-direction: column;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.type-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
}
.type-card .t-pic {
  aspect-ratio: 3/2;
  position: relative;
  --ph: var(--mist);
}
.type-card .t-pic .t-ic {
  position: absolute;
  z-index: 3;
  left: 14px;
  top: 14px;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 253, 251, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}
.type-card .t-pic .t-ic svg {
  width: 21px;
  height: 21px;
}
.type-card .t-body {
  padding: 1.3rem 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.type-card.care .t-pic {
  --ph: #bfd3c4;
}
.type-card .t-name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.05;
}
.type-card .t-desc {
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.55;
  flex: 1;
}
.type-card .t-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 0.4rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line-soft);
}
.type-card .t-from {
  font-weight: 700;
  font-size: 0.95rem;
}
.type-card .t-from small {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 0.68rem;
  color: var(--ink-faint);
  display: block;
  letter-spacing: 0.02em;
}
.type-card .t-where {
  font-family: Georgia, serif;
  font-size: 0.72rem;
  color: var(--ink-faint);
  text-align: right;
}
.type-card .t-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  color: var(--ink);
  border-bottom: 1.5px solid var(--orange);
  padding-bottom: 2px;
  align-self: flex-start;
  transition: gap 0.25s, color 0.25s;
}
.type-card:hover .t-cta {
  gap: 0.7em;
  color: var(--orange);
}
.type-card.soon {
  opacity: 0.92;
}
.type-card .soon-flag {
  align-self: flex-start;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange-deep);
  background: color-mix(in srgb, var(--orange) 11%, white);
  padding: 0.3em 0.6em;
  border-radius: 20px;
}
@media (max-width: 900px) {
  .type-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .type-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   ROOM-TYPE PAGE — the dynamic-listing widget placeholder
   ============================================================ */
.widget-shell {
  border: 1.5px dashed color-mix(in srgb, var(--blue) 55%, var(--sand));
  border-radius: var(--r-card);
  background: color-mix(in srgb, var(--blue) 5%, var(--cream));
  overflow: hidden;
}
.widget-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.3rem;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.widget-bar .wb-l {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}
.widget-bar .wb-field {
  display: flex;
  align-items: center;
  gap: 0.45em;
  font-family: Georgia, serif;
  font-size: 0.82rem;
  color: var(--ink-soft);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-btn);
  padding: 0.55em 0.9em;
}
.widget-bar .wb-field svg {
  width: 15px;
  height: 15px;
  opacity: 0.6;
}
.widget-bar .wb-field.sel {
  color: var(--ink);
  border-color: var(--ink);
}
.widget-stub {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.7rem;
  padding: clamp(2.2rem, 5vw, 3.6rem) 1.5rem;
}
.widget-stub .ws-badge {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue-deep);
  background: color-mix(in srgb, var(--blue) 13%, white);
  padding: 0.4em 0.85em;
  border-radius: 20px;
}
.widget-stub .ws-ic {
  width: 46px;
  height: 46px;
  color: var(--blue-deep);
  opacity: 0.8;
}
.widget-stub h4 {
  font-size: 1.25rem;
  font-weight: 700;
}
.widget-stub p {
  font-size: 0.92rem;
  color: var(--ink-soft);
  max-width: 52ch;
  line-height: 1.6;
}
.widget-stub .ws-skeleton {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
  max-width: 760px;
  margin-top: 1.2rem;
}
.widget-stub .sk {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  height: 148px;
  position: relative;
  overflow: hidden;
}
.widget-stub .sk::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.7) 50%, transparent 80%);
  transform: translateX(-100%);
  animation: wsShimmer 1.8s infinite;
}
.widget-stub .sk i {
  position: absolute;
  left: 14px;
  background: var(--sand);
  border-radius: 4px;
  display: block;
}
.widget-stub .sk .i1 {
  top: 14px;
  width: 60%;
  height: 11px;
}
.widget-stub .sk .i2 {
  top: 34px;
  width: 40%;
  height: 9px;
}
.widget-stub .sk .i3 {
  bottom: 18px;
  width: 34%;
  height: 13px;
}
.widget-stub .sk .i4 {
  bottom: 18px;
  right: 14px;
  left: auto;
  width: 24%;
  height: 20px;
  border-radius: 13px;
  background: color-mix(in srgb, var(--orange) 30%, var(--sand));
}
@keyframes wsShimmer {
  to {
    transform: translateX(100%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .widget-stub .sk::before {
    animation: none;
  }
}
@media (max-width: 620px) {
  .widget-stub .ws-skeleton {
    grid-template-columns: 1fr;
  }
}

/* spec list for room-type detail */
.spec-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 clamp(28px, 4vw, 56px);
}
.spec-list .sl {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
}
.spec-list .sl:nth-child(1),
.spec-list .sl:nth-child(2) {
  border-top: none;
}
.spec-list .sl .k {
  color: var(--ink-soft);
}
.spec-list .sl .v {
  font-weight: 700;
  text-align: right;
}
@media (max-width: 560px) {
  .spec-list {
    grid-template-columns: 1fr;
  }
  .spec-list .sl:nth-child(2) {
    border-top: 1px solid var(--line);
  }
}

/* "available at" mini location chips */
.avail-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.avail {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 0.78rem;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-btn);
  padding: 0.55em 0.95em;
  transition: border-color 0.2s, transform 0.2s;
}
.avail:hover {
  border-color: var(--ink);
  transform: translateY(-1px);
}
.avail .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent, var(--orange));
  flex-shrink: 0;
}

/* ============================================================
   EDITORIAL PROSE (vision / membership / about) — light hooks
   ============================================================ */
.prose {
  max-width: 46rem;
}
.prose p {
  font-size: 1.08rem;
  line-height: 1.75;
  color: var(--ink-soft);
  margin-bottom: 1.2rem;
  max-width: 62ch;
}
.prose p strong {
  color: var(--ink);
  font-weight: 700;
}
.prose .pull {
  font-size: 1.4rem;
  line-height: 1.5;
  font-style: italic;
  color: var(--ink);
  border-left: 3px solid var(--orange);
  padding: 0.3rem 0 0.3rem 1.4rem;
  margin: 2rem 0;
}
.prose.on-dark p {
  color: #bdb6aa;
}
.prose.on-dark p strong {
  color: #fff;
}

/* steps list (numbered, editorial) */
.steps {
  display: flex;
  flex-direction: column;
}
.steps .step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.3rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--line);
}
.steps .step:first-child {
  border-top: none;
}
.steps .step .s-n {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--orange);
  font-family: Georgia, serif;
  letter-spacing: 0.04em;
  padding-top: 0.15rem;
}
.steps .step h4 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.steps .step p {
  font-size: 0.96rem;
  color: var(--ink-soft);
  line-height: 1.65;
  max-width: 60ch;
}
.steps .step p strong {
  color: var(--ink);
  font-weight: 700;
}

/* "what you get" list */
.gets {
  display: flex;
  flex-direction: column;
}
.gets .get {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1rem;
  padding: 1.2rem 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.gets .get:first-child {
  border-top: none;
}
.gets .get .g-ic {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  color: var(--blue-deep);
}
.gets .get h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.gets .get p {
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.6;
}

/* FAQ — native details/summary */
.faq {
  max-width: 52rem;
}
.faq details {
  border-top: 1px solid var(--line);
}
.faq details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  list-style: none;
  cursor: pointer;
  padding: 1.2rem 0;
  font-weight: 700;
  font-size: 1.05rem;
  transition: color 0.2s;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: "";
  width: 11px;
  height: 11px;
  border-right: 2px solid var(--ink-faint);
  border-bottom: 2px solid var(--ink-faint);
  transform: rotate(45deg);
  transition: transform 0.25s, border-color 0.2s;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.faq summary:hover {
  color: var(--orange);
}
.faq summary:hover::after {
  border-color: var(--orange);
}
.faq details[open] summary::after {
  transform: rotate(225deg);
}
.faq .faq-a {
  font-size: 0.96rem;
  color: var(--ink-soft);
  line-height: 1.7;
  padding: 0 2rem 1.4rem 0;
  max-width: 64ch;
}

/* ============================================================
   BOOKING BAR — selector that deep-links into the PB3 widget
   ============================================================ */
.booking-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: flex-end;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 0.9rem;
  box-shadow: var(--shadow-sm);
}
.booking-bar .bb-field {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  flex: 1 1 150px;
  min-width: 0;
}
.booking-bar .bb-field label {
  font-family: Georgia, serif;
  font-size: 0.6rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink-faint);
  padding-left: 0.25rem;
}
.booking-bar select,
.booking-bar input {
  font-family: inherit;
  font-size: 0.9rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-btn);
  padding: 0.72em 0.85em;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color 0.2s;
}
.booking-bar select:focus,
.booking-bar input:focus {
  outline: none;
  border-color: var(--ink);
}
.booking-bar select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238a847b' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8em center;
  padding-right: 2.1em;
}
.booking-bar .bb-go {
  flex: 0 0 auto;
}
.booking-bar .bb-go .btn {
  white-space: nowrap;
}
@media (max-width: 640px) {
  .booking-bar .bb-field {
    flex: 1 1 100%;
  }
  .booking-bar .bb-go {
    width: 100%;
  }
  .booking-bar .bb-go .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ============================================================
   HUMAN-NEEDS diagram (About) — person at the centre of 5 needs
   ============================================================ */
.needs-figure {
  position: relative;
  max-width: 860px;
  margin: 2rem auto 0;
  aspect-ratio: 860/560;
}
.needs-figure > svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.need-label {
  position: absolute;
}
.need-label b {
  display: block;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.2rem;
}
.need-label b em {
  font-style: normal;
  color: var(--blue-deep);
}
.need-label span {
  font-family: Georgia, serif;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--ink-soft);
}
.needs-source {
  text-align: center;
  font-family: Georgia, serif;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  color: var(--ink-faint);
  margin-top: 1.5rem;
}
.needs-list {
  display: none;
  max-width: 560px;
}
.needs-list .nrow {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.1rem 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.needs-list .nrow:first-child {
  border-top: none;
}
.needs-list .nnum {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--blue);
  color: #06363b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.92rem;
  flex-shrink: 0;
}
.needs-list .nicon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--blue) 12%, #fff);
  border: 1.5px solid color-mix(in srgb, var(--blue) 42%, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.needs-list .nicon svg {
  width: 21px;
  height: 21px;
  color: var(--blue-deep);
}
.needs-list b {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.15rem;
}
.needs-list span {
  font-family: Georgia, serif;
  font-size: 0.86rem;
  color: var(--ink-soft);
  line-height: 1.5;
}
@media (max-width: 820px) {
  .needs-figure {
    display: none;
  }
  .needs-list {
    display: block;
    margin: 1.4rem auto 0;
  }
}

/* ============================================================
   LEGAL PAGES (Imprint, T&C)
   ============================================================ */
.legal-page {
  padding-block: clamp(36px, 5vw, 68px);
}
.legal-prose {
  max-width: 46rem;
}
.legal-prose h3 {
  font-size: 1.08rem;
  font-weight: 700;
  margin: 2rem 0 0.55rem;
  color: var(--ink);
}
.legal-prose h3:first-of-type {
  margin-top: 1rem;
}
.legal-prose p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin-bottom: 1rem;
  max-width: 66ch;
}
.legal-prose ul {
  margin: 0 0 1.1rem 1.2rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.legal-prose li {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 64ch;
}
.legal-prose strong {
  color: var(--ink);
  font-weight: 700;
}
.legal-prose a {
  color: var(--ink);
  border-bottom: 1px solid var(--orange);
}
.legal-prose a:hover {
  color: var(--orange);
}
.legal-prose .note {
  font-style: italic;
  color: var(--ink-faint);
  font-size: 0.92rem;
  border-top: 1px solid var(--line);
  padding-top: 1.2rem;
  margin-top: 1.8rem;
}
.legal-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 1.6rem 1.8rem;
  max-width: 34rem;
}
.legal-card .row {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: 0.96rem;
}
.legal-card .row:last-child {
  border-bottom: none;
}
.legal-card .row .k {
  color: var(--ink-faint);
  font-family: Georgia, serif;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}
.legal-card .row .v {
  font-weight: 700;
  text-align: right;
  color: var(--ink);
}

/* cluster section — domain tags, tenant logos, neighbour chips */
.tagrow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.9rem;
}
.tagrow .dtag {
  display: inline-flex;
  align-items: center;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 0.66rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--blue-deep);
  background: color-mix(in srgb, var(--blue) 10%, white);
  border-radius: 20px;
  padding: 0.42em 0.75em;
}
.tlogo {
  display: inline-flex;
  align-items: center;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 0.76rem;
  letter-spacing: 0.01em;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0.46em 0.72em;
  transition: border-color 0.2s, transform 0.2s, color 0.2s;
}
.tlogo:hover {
  border-color: var(--ink);
  transform: translateY(-1px);
}
.nchip {
  display: inline-flex;
  align-items: center;
  gap: 0.42em;
  font-family: Georgia, serif;
  font-size: 0.76rem;
  color: var(--ink-soft);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 0.42em 0.72em;
}
.nchip svg {
  width: 13px;
  height: 13px;
  opacity: 0.7;
  flex-shrink: 0;
}

/* reachability table (location "getting here") */
.reach-wrap {
  overflow-x: auto;
  margin: 0 0 1.6rem;
}
.reach {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
}
.reach thead th {
  padding: 0.5rem 0.5rem 1rem;
  border-bottom: 1px solid var(--line);
  text-align: center;
  color: var(--ink);
}
.reach thead th:first-child {
  text-align: left;
}
.reach thead svg {
  width: 22px;
  height: 22px;
}
.reach td {
  padding: 0.85rem 0.5rem;
  border-bottom: 1px solid var(--line);
  font-family: Georgia, serif;
  font-size: 0.94rem;
}
.reach td.dest {
  color: var(--ink);
}
.reach td.val {
  text-align: center;
  color: var(--ink-soft);
  white-space: nowrap;
}
.reach tr:last-child td {
  border-bottom: none;
}

/* app store badges (footer) */
.app-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.2rem;
}
.app-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: var(--ink);
  color: #fff;
  border-radius: 9px;
  padding: 0.5em 0.85em;
  transition: transform 0.2s, opacity 0.2s;
}
.app-badge:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}
.app-badge svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.app-badge .lab {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
}
.app-badge .lab small {
  font-family: Georgia, serif;
  font-size: 0.55rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.82;
}
.app-badge .lab b {
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* ============================================================
   STORIES (build log / journal)
   ============================================================ */
.stories-hero {
  padding: clamp(48px, 7vw, 104px) 0 clamp(28px, 3.5vw, 48px);
}
.stories-hero .display {
  margin: 0.5rem 0 1.4rem;
  line-height: 1.1;
  max-width: 18ch;
}
.stories-hero .lead {
  max-width: 60ch;
}

/* status / category filter rail */
.story-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.7rem;
}
.story-rail .cat {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--ink-soft);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 0.46em 0.78em;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.story-card {
  display: flex;
  flex-direction: column;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.story-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
}
.story-card.feature {
  grid-column: 1 / -1;
}
.story-card.feature .sc-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
}
.story-card.feature .sc-pic {
  aspect-ratio: auto;
  height: 100%;
  min-height: 280px;
}
.story-card .sc-pic {
  aspect-ratio: 16/9;
  position: relative;
  --ph: var(--mist);
  background: var(--mist);
}
.story-card .sc-body {
  padding: 1.4rem 1.5rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  flex: 1;
}
.story-card .sc-meta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
  font-family: Georgia, serif;
}
.sc-cat {
  font-weight: 700;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue-deep);
  background: color-mix(in srgb, var(--blue) 10%, white);
  border-radius: 20px;
  padding: 0.36em 0.68em;
}
.sc-date {
  font-size: 0.74rem;
  color: var(--ink-faint);
  letter-spacing: 0.03em;
}
.story-card .sc-title {
  font-size: 1.3rem;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.005em;
  text-wrap: pretty;
}
.story-card.feature .sc-title {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
}
.story-card .sc-excerpt {
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.6;
  text-wrap: pretty;
  flex: 1;
}
.story-card .sc-more {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  color: var(--ink);
  border-bottom: 1.5px solid var(--orange);
  padding-bottom: 2px;
  align-self: flex-start;
  transition: gap 0.25s, color 0.25s;
  margin-top: 0.2rem;
}
.story-card:hover .sc-more {
  gap: 0.7em;
  color: var(--orange);
}

/* social row */
.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-btn);
  padding: 0.7em 1.1em;
  transition: border-color 0.2s, transform 0.2s;
}
.social-btn:hover {
  border-color: var(--ink);
  transform: translateY(-1px);
}
.social-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

@media (max-width: 780px) {
  .story-grid {
    grid-template-columns: 1fr;
  }
  .story-card.feature .sc-grid {
    grid-template-columns: 1fr;
  }
  .story-card.feature .sc-pic {
    min-height: 200px;
    aspect-ratio: 16/9;
  }
}

/* status key band (home) */
.status-key {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(12px, 1.4vw, 18px);
}
.status-key .sk {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.status-key .sk .am {
  align-self: flex-start;
}
.status-key .sk p {
  font-size: 0.84rem;
  color: var(--ink-soft);
  line-height: 1.5;
}
@media (max-width: 840px) {
  .status-key {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .status-key {
    grid-template-columns: 1fr;
  }
}

/* location development block (Available today / Testing / Planned / Recently added) */
.dev-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.4vw, 18px);
  margin-top: 0.4rem;
}
.dev {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 1.1rem 1.15rem 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.dev-h .am,
.dev-h .dev-tag {
  align-self: flex-start;
}
.dev-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.42em;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 0.6rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.36em 0.62em;
  border-radius: 20px;
  color: var(--orange-deep);
  background: color-mix(in srgb, var(--orange) 10%, white);
  border: 1px solid color-mix(in srgb, var(--orange) 28%, white);
}
.dev ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.dev li {
  font-family: Georgia, serif;
  font-size: 0.88rem;
  line-height: 1.42;
  color: var(--ink-soft);
  padding-left: 1.05rem;
  position: relative;
}
.dev li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ink-faint);
}
.dev li.none {
  color: var(--ink-faint);
  font-style: italic;
  padding-left: 0;
}
.dev li.none::before {
  display: none;
}
@media (max-width: 900px) {
  .dev-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .dev-grid {
    grid-template-columns: 1fr;
  }
}

/* "looking for a different location" band */
.ask-band {
  margin-top: 2rem;
  background: color-mix(in srgb, var(--blue) 6%, var(--cream));
  border: 1px solid color-mix(in srgb, var(--blue) 25%, var(--line));
  border-radius: var(--r-card);
  padding: 1.15rem 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.4rem;
  align-items: center;
  justify-content: space-between;
}
.ask-band .ab-t {
  font-weight: 700;
  margin-bottom: 0.15rem;
}
.ask-band p {
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.5;
  max-width: 62ch;
}

/* about: what we're working on */
.exp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.4vw, 18px);
  margin-top: 0.4rem;
}
.exp {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 1rem 1.1rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.exp .am {
  align-self: flex-start;
}
.exp h4 {
  font-size: 1.02rem;
  line-height: 1.12;
}
.exp p {
  font-size: 0.84rem;
  color: var(--ink-soft);
  line-height: 1.45;
}
@media (max-width: 900px) {
  .exp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .exp-grid {
    grid-template-columns: 1fr;
  }
}

/* help / FAQ page */
.help-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.8rem;
}
.help-toc a {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink-soft);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 0.52em 0.82em;
  transition: border-color 0.2s, color 0.2s, transform 0.2s;
}
.help-toc a:hover {
  border-color: var(--ink);
  color: var(--ink);
  transform: translateY(-1px);
}
.help-block {
  scroll-margin-top: 84px;
}
.help-block + .help-block {
  margin-top: clamp(34px, 4vw, 58px);
}
.help-block .faq {
  max-width: 62rem;
}
.help-cta-band {
  background: color-mix(in srgb, var(--blue) 6%, var(--cream));
  border: 1px solid color-mix(in srgb, var(--blue) 25%, var(--line));
  border-radius: var(--r-card);
  padding: 1.4rem 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.6rem;
  align-items: center;
  justify-content: space-between;
  max-width: 62rem;
}
.help-cta-band p {
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.55;
  max-width: 50ch;
}
.help-cta-band .hcb-t {
  font-weight: 700;
  margin-bottom: 0.2rem;
  color: var(--ink);
}

/* pb3 listing widget groups (location / spaces pages) */
.pb-group {
  margin-top: 2.4rem;
}
.pb-group:first-of-type {
  margin-top: 0.4rem;
}
.pb-group-h {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 1.18rem;
  line-height: 1.1;
  margin: 0 0 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}
.pb-group-h .am {
  font-size: 0.66rem;
}
/* preview-only placeholder shown where a pb3 widget renders live on the server */
.pbui-ph {
  border: 1.5px dashed color-mix(in srgb, var(--blue) 45%, var(--line));
  background: color-mix(in srgb, var(--blue) 5%, var(--cream));
  border-radius: var(--r-card);
  padding: 1.4rem 1.5rem;
}
.pbui-ph .pp-t {
  font-weight: 700;
  color: var(--blue-deep);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}
.pbui-ph .pp-sub {
  font-size: 0.82rem;
  color: var(--ink-soft);
  margin-bottom: 0.9rem;
}
.pbui-ph code {
  font: 600 0.76rem/1.3 ui-monospace, monospace;
  color: var(--blue-deep);
  background: var(--white);
  padding: 0.1em 0.4em;
  border-radius: 5px;
  border: 1px solid var(--line);
}
.pbui-ph .pp-bar {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 0 0 1rem;
}
.pbui-ph .pp-chip {
  font-size: 0.74rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 0.35em 0.7em;
  color: var(--ink-soft);
}
.pbui-ph .pp-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 12px;
}
.pbui-ph .pp-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  height: 140px;
  display: flex;
  align-items: flex-end;
  padding: 0.7rem;
  font-size: 0.76rem;
  color: var(--ink-faint);
}

/* ---------- brand "directions" / location card (replaces flat map box) ----------
   .geo-art is an image slot: drop a styled static-map or 3D render <img> in and it
   covers the default brand motif. Address + Google directions live in .geo-foot. */
.geo-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  overflow: hidden;
  background: var(--cream);
  min-height: 300px;
  box-shadow: var(--shadow-sm);
}
.geo-art {
  position: relative;
  flex: 1;
  min-height: 380px;
  overflow: hidden;
}
.geo-art svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.geo-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.geo-art .route {
  stroke: var(--accent, var(--orange));
}
.geo-art .geo-3d {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  z-index: 1;
}
.geo-badge.right {
  left: auto;
  right: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
}
.geo-badge.right:hover {
  color: var(--ink);
  border-color: var(--ink);
}
.geo-pin {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -100%);
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 6px 10px rgba(35, 33, 30, 0.28));
}
.geo-pin .gp-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--accent, var(--orange));
  border: 3px solid var(--white);
}
.geo-pin .gp-stem {
  width: 2px;
  height: 12px;
  background: var(--accent, var(--orange));
  margin-top: -1px;
}
.geo-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  background: color-mix(in srgb, var(--white) 88%, transparent);
  backdrop-filter: blur(3px);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 0.32em 0.7em;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.geo-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem 1.2rem;
  background: var(--white);
  border-top: 1px solid var(--line);
}
.geo-foot .geo-k {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 0.15rem;
}
.geo-foot .geo-addr {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--ink);
  line-height: 1.3;
}
.geo-foot .geo-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
