/* Public HalfKey resident neighbourhood guides. Shared by screen + WeasyPrint. */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/DMSans-latin-ext.woff2") format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/DMSans-latin.woff2") format("woff2");
}
:root {
  --navy: #172c49;
  --navy-light: #1e3a5f;
  --gold: #c1a158;
  --gold-ink: #8a6d2c;
  --gold-light: #d4b872;
  --cream: #f8f7f4;
  --beige: #f3eee3;
  --white: #fff;
  --muted: #5b6473;
  --border: #e7e3da;
  --jp: "Hiragino Sans","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;
  --sans: "DM Sans",var(--jp),system-ui,-apple-system,sans-serif;
  --shadow: 0 14px 36px -22px rgba(23,44,73,.3);
}
* {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  font-family: var(--sans);
  color: var(--navy);
  background: var(--cream);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
}
.nb-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.nb-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(10px);
}
.nb-header .nb-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 28px;
}
.nb-brand {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.nb-brand img {
  display: block;
  width: auto;
  height: 30px;
}
.nb-brand:focus-visible {
  outline: 3px solid var(--gold-ink);
  outline-offset: 3px;
}
.nb-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nb-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}
.nb-nav a:hover,
.nb-nav a:focus-visible {
  background: var(--beige);
}
.nb-nav a:focus-visible {
  outline: 3px solid var(--gold-ink);
  outline-offset: 3px;
}
.nb-nav .nb-nav-wa {
  background: var(--navy);
  color: #fff;
  padding-inline: 18px;
}
.nb-nav .nb-nav-wa:hover,
.nb-nav .nb-nav-wa:focus-visible {
  background: var(--navy-light);
}
.nb-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 620px;
  padding: 72px 28px;
  overflow: hidden;
  background: var(--navy);
  border-bottom: 3px solid var(--gold);
}
.nb-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.nb-hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg,rgba(9,21,38,.56),rgba(9,21,38,.18) 60%,rgba(9,21,38,.38));
}
.nb-hero-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 650px;
  padding: 46px 50px;
  text-align: center;
  background: rgba(248,247,244,.96);
  border-radius: 20px;
  box-shadow: 0 34px 90px -34px rgba(0,0,0,.65);
}
.nb-kicker {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-ink);
}
.nb-hero-card h1 {
  margin: 0;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -.035em;
}
.nb-hero-rule {
  display: block;
  width: 44px;
  height: 2px;
  margin: 22px auto;
  background: var(--gold);
}
.nb-addr {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
}
.nb-listing-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  margin-top: 25px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.nb-listing-cta:hover,
.nb-listing-cta:focus-visible {
  background: var(--navy-light);
  outline: 3px solid var(--gold-ink);
  outline-offset: 3px;
}
.nb-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 32px 0;
  font-size: 12px;
  color: var(--muted);
}
.nb-breadcrumb a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-weight: 650;
  color: var(--navy);
}
.nb-breadcrumb a:hover,
.nb-breadcrumb a:focus-visible {
  color: var(--gold-ink);
}
.nb-breadcrumb a:focus-visible {
  outline: 3px solid var(--gold-ink);
  outline-offset: 3px;
}
.nb-about .nb-inner {
  max-width: 1000px;
  padding: 48px 32px 8px;
}
.nb-about-eyebrow {
  margin: 0 0 18px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-ink);
}
.nb-about-lead {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  line-height: 1.62;
  color: #38445a;
}
.nb-about-highlights {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 36px 40px;
  margin-top: 48px;
}
.nb-about-hl-rule {
  display: block;
  width: 32px;
  height: 2px;
  margin-bottom: 14px;
  background: var(--gold);
}
.nb-about-hl-h {
  margin: 0 0 7px;
  font-size: 17px;
}
.nb-about-hl-t {
  margin: 0;
  font-size: 14.5px;
  color: var(--muted);
}
.nb-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px 76px;
}
.nb-listing {
  margin-top: 38px;
}
.nb-group {
  margin-top: 46px;
}
.nb-group:first-child {
  margin-top: 0;
}
.nb-cat {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-ink);
}
.nb-cat::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--border);
}
.nb-cards {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 24px;
}
.nb-card {
  display: flex;
  min-width: 0;
  min-height: 260px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(23,44,73,.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.nb-card:hover {
  transform: translateY(-3px);
  border-color: rgba(138,109,44,.4);
  box-shadow: 0 20px 46px -24px rgba(23,44,73,.45);
}
.nb-card:focus-visible {
  outline: 3px solid var(--gold-ink);
  outline-offset: 3px;
}
.nb-wayfinding {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 108px;
  overflow: hidden;
  background: linear-gradient(135deg,var(--navy),#244c78);
  color: var(--gold);
}
.nb-wayfinding::before,
.nb-wayfinding::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 1px;
  background: rgba(255,255,255,.13);
  transform: rotate(-25deg);
}
.nb-wayfinding::before {
  top: 26px;
  left: -35px;
}
.nb-wayfinding::after {
  right: -28px;
  bottom: 22px;
}
.nb-pin {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
}
.nb-wayfinding-label {
  position: absolute;
  left: 14px;
  bottom: 10px;
  max-width: 50%;
  overflow: hidden;
  color: rgba(255,255,255,.75);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.nb-walk {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0,0,0,.16);
  white-space: nowrap;
}
.nb-card-body {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  padding: 18px 19px 20px;
}
.nb-line {
  display: flex;
  min-width: 0;
  align-items: baseline;
  gap: 7px;
  flex-wrap: wrap;
}
.nb-name {
  overflow-wrap: anywhere;
  font-size: 16.5px;
  font-weight: 700;
  letter-spacing: -.01em;
}
.nb-jp {
  font-family: var(--jp);
  font-size: 12px;
  color: var(--muted);
}
.nb-note {
  margin: 8px 0 16px;
  overflow-wrap: anywhere;
  font-size: 13.5px;
  color: var(--muted);
}
.nb-maptag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 44px;
  margin-top: auto;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--beige);
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
}
.nb-card:hover .nb-maptag {
  background: var(--gold);
  color: var(--navy);
}
.nb-eatcta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding: 24px 30px;
  border-radius: 16px;
  background: var(--navy);
  color: #fff;
  text-decoration: none;
}
.nb-eatcta:focus-visible {
  outline: 3px solid var(--gold-ink);
  outline-offset: 3px;
}
.nb-eatcta-eyebrow,
.nb-eatcta-title,
.nb-eatcta-body {
  display: block;
}
.nb-eatcta-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-light);
}
.nb-eatcta-title {
  margin-top: 4px;
  font-size: 22px;
  font-weight: 700;
}
.nb-eatcta-body {
  margin-top: 4px;
  color: rgba(255,255,255,.76);
  font-size: 14px;
}
.nb-eatcta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.nb-final-cta {
  padding: 68px 28px;
  background: var(--beige);
  text-align: center;
}
.nb-final-cta>div {
  max-width: 760px;
  margin: auto;
}
.nb-final-eyebrow {
  margin: 0 0 8px;
  color: var(--gold-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.nb-final-cta h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.15;
}
.nb-final-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
  flex-wrap: wrap;
}
.nb-final-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 21px;
  border: 1px solid rgba(23,44,73,.2);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.nb-final-actions .nb-final-primary {
  background: var(--navy);
  color: #fff;
}
.nb-final-actions a:hover,
.nb-final-actions a:focus-visible {
  outline: 3px solid var(--gold-ink);
  outline-offset: 2px;
}
.nb-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px max(28px,calc((100vw - 1144px)/2));
  background: var(--navy);
  color: #fff;
  font-size: 13px;
}
.nb-footer nav {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nb-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 10px;
  color: rgba(255,255,255,.78);
  text-decoration: none;
}
.nb-footer a:hover,
.nb-footer a:focus-visible {
  color: var(--gold);
}
.nb-footer a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: -3px;
}
@media (max-width: 980px) {
  .nb-cards {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .nb-nav a:not(.nb-nav-wa) {
    display: none;
  }
}
@media (max-width: 680px) {
  .nb-header .nb-inner {
    padding: 8px 16px;
  }
  .nb-brand img {
    height: 27px;
  }
  .nb-nav .nb-nav-wa {
    padding-inline: 15px;
  }
  .nb-hero {
    min-height: 500px;
    padding: 42px 18px;
  }
  .nb-hero-card {
    padding: 34px 22px;
  }
  .nb-hero-card h1 {
    font-size: 36px;
  }
  .nb-kicker {
    font-size: 10.5px;
  }
  .nb-breadcrumb {
    padding: 12px 20px 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .nb-about .nb-inner {
    padding: 34px 20px 6px;
  }
  .nb-about-lead {
    font-size: 18px;
  }
  .nb-about-highlights {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 34px;
  }
  .nb-main {
    padding: 0 20px 56px;
  }
  .nb-cards {
    grid-template-columns: minmax(0,1fr);
    gap: 18px;
  }
  .nb-card {
    min-height: 245px;
  }
  .nb-eatcta {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px;
  }
  .nb-final-cta {
    padding: 52px 20px;
  }
  .nb-final-cta h2 {
    font-size: 28px;
  }
  .nb-final-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .nb-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 20px;
  }
  .nb-footer nav {
    justify-content: flex-start;
  }
  .nb-footer a {
    padding: 0 8px 0 0;
    margin-right: 8px;
  }
}
@media print {
  @page {
    size: A4;
    margin: 13mm 13mm 15mm;
  }
  body {
    background: #fff;
    font-size: 10pt;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .nb-marketing-chrome {
    display: none!important;
  }
  .nb-hero {
    display: block;
    min-height: 0;
    margin-bottom: 6mm;
    padding: 0;
    background: var(--navy);
  }
  .nb-hero-bg,
  .nb-hero-scrim,
  .nb-hero-rule {
    display: none;
  }
  .nb-hero-card {
    max-width: none;
    padding: 15px 0 17px;
    border-radius: 0;
    background: var(--navy);
    box-shadow: none;
    text-align: left;
  }
  .nb-hero-card h1 {
    max-width: 100%;
    font-size: 24pt;
    line-height: 1.1;
    color: #fff;
    overflow-wrap: anywhere;
  }
  .nb-kicker {
    color: var(--gold-light);
  }
  .nb-addr {
    color: rgba(255,255,255,.82);
  }
  .nb-about .nb-inner,
  .nb-main {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .nb-about .nb-inner {
    padding-top: 14px;
  }
  .nb-about-eyebrow,
  .nb-about-lead {
    text-align: left;
  }
  .nb-about-lead {
    max-width: none;
    font-size: 12pt;
  }
  .nb-about-highlights {
    display: block;
    margin-top: 10px;
  }
  .nb-about-hl {
    margin-bottom: 8px;
    break-inside: avoid;
  }
  .nb-about-hl-rule {
    display: none;
  }
  .nb-listing {
    margin-top: 0;
    break-before: page;
  }
  .nb-group {
    margin-top: 12px;
  }
  .nb-cat {
    display: block;
    margin-bottom: 6px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--border);
    break-after: avoid;
  }
  .nb-cat::after {
    display: none;
  }
  .nb-cards {
    display: block;
  }
  .nb-card {
    display: flex;
    min-height: 0;
    flex-direction: row;
    margin-bottom: 6px;
    border: 1px solid var(--border);
    border-radius: 8px;
    box-shadow: none;
    break-inside: avoid;
  }
  .nb-wayfinding {
    flex: 0 0 41mm;
    min-height: 41mm;
  }
  .nb-wayfinding-label {
    display: none;
  }
  .nb-pin {
    width: 26px;
    height: 26px;
  }
  .nb-walk {
    top: 5px;
    right: 5px;
    padding: 3px 6px;
    font-size: 8pt;
  }
  .nb-card-body {
    padding: 9px 11px;
  }
  .nb-note {
    margin: 3px 0 0;
    font-size: 9pt;
  }
  .nb-maptag {
    display: none;
  }
}
