:root {
  --bg: #fcf8f2;
  --surface: #fffdf9;
  --surface-strong: #ffffff;
  --text: #1f2933;
  --muted: #67727e;
  --line: #e7ddd0;
  --orange: #ee8a1d;
  --orange-deep: #cf6313;
  --terracotta: #d7653a;
  --sage: #6f9584;
  --teal: #2e8b87;
  --sand: #f4e4c8;
  --peach: #f8d6b4;
  --sky: #d8eceb;
  --shadow: 0 18px 38px rgba(96, 63, 30, 0.11);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 999px;
  --wrap: min(1360px, calc(100vw - 32px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(238, 138, 29, 0.18), transparent 28%),
    radial-gradient(circle at bottom right, rgba(46, 139, 135, 0.14), transparent 32%),
    var(--bg);
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

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

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.86rem;
}

.topbar .wrap,
.header .wrap,
.section .wrap,
.footer .wrap {
  width: var(--wrap);
  margin: 0 auto;
}

.topbar .wrap,
.header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.topbar .wrap {
  padding: 10px 0;
}

.topbar-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(16px);
  background: rgba(252, 248, 242, 0.86);
  border-bottom: 1px solid rgba(231, 221, 208, 0.9);
}

.header .wrap {
  padding: 14px 0;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(140deg, var(--orange), var(--terracotta));
  color: white;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.6rem;
  box-shadow: var(--shadow);
}

.brand-copy small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.brand-copy strong {
  display: block;
  font-size: 0.94rem;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  border-radius: 14px;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: var(--text);
  content: "";
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-toggle span {
  margin-top: 7px;
  margin-bottom: 7px;
}

.nav-toggle.is-open::before {
  transform: translateY(9px) rotate(45deg);
}

.nav-toggle.is-open span {
  opacity: 0;
}

.nav-toggle.is-open::after {
  transform: translateY(-9px) rotate(-45deg);
}

.nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

.nav::before {
  content: "";
  grid-column: 1;
}

.nav-links {
  display: flex;
  grid-column: 2;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}

.nav > .pill-button {
  grid-column: 3;
  justify-self: end;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  color: var(--muted);
  font-weight: 700;
  font-size: 0.88rem;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a.is-active {
  color: var(--text);
  background: rgba(238, 138, 29, 0.12);
}

.pill-button,
.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: var(--radius-sm);
  font-weight: 800;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pill-button:hover,
.outline-button:hover {
  transform: translateY(-2px);
}

.pill-button {
  color: white;
  background: linear-gradient(135deg, var(--orange), var(--terracotta));
  box-shadow: 0 16px 28px rgba(207, 99, 19, 0.26);
  white-space: nowrap;
}

.outline-button {
  background: transparent;
  color: var(--text);
  border: 1.5px solid var(--line);
}

.hero {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.28), transparent 30%),
    linear-gradient(135deg, #f2a012 0%, #ee8a1d 35%, #db6a2f 100%);
}

.hero.alt-teal {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.3), transparent 30%),
    linear-gradient(135deg, #2f8781 0%, #4a9483 48%, #78a87f 100%);
}

.hero.alt-sand {
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.55), transparent 30%),
    linear-gradient(135deg, #f6ecd8 0%, #f4d7b0 48%, #f7e9d3 100%);
}

.hero::after {
  position: absolute;
  inset: auto -120px -160px auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  content: "";
}

.hero .wrap {
  width: var(--wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  padding: 62px 0 72px;
  align-items: end;
}

.hero-copy h1,
.page-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 0.95;
  font-weight: 700;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  margin-bottom: 18px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.alt-sand .eyebrow {
  background: rgba(255, 255, 255, 0.65);
}

.hero-copy p,
.lead {
  max-width: 590px;
  margin: 20px 0 0;
  font-size: 1.04rem;
}

.hero-actions,
.quick-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.hero-card {
  padding: 26px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.hero-stat {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.hero-stat div,
.mini-stat {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
}

.hero-stat strong,
.mini-stat strong {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 4px;
}

.section {
  padding: 70px 0;
}

.section.compact {
  padding: 46px 0;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 28px;
}

.section-header h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 0.98;
}

.section-header p {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 20px;
}

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

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

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

.card {
  position: relative;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: var(--surface-strong);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.card.soft-orange {
  background: linear-gradient(180deg, rgba(248, 214, 180, 0.65), rgba(255, 255, 255, 0.98));
}

.card.soft-teal {
  background: linear-gradient(180deg, rgba(216, 236, 235, 0.85), rgba(255, 255, 255, 0.98));
}

.card.soft-sand {
  background: linear-gradient(180deg, rgba(244, 228, 200, 0.75), rgba(255, 255, 255, 0.98));
}

.card h3,
.card h4 {
  margin: 0 0 10px;
  font-size: 1.18rem;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.card-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
}

.card-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.icon-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.icon-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: var(--surface-strong);
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  font-weight: 700;
}

.swatches {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.swatch {
  overflow: hidden;
  border-radius: 24px;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.swatch-tone {
  height: 120px;
}

.swatch-copy {
  padding: 18px;
}

.swatch-copy strong {
  display: block;
}

.swatch-copy span {
  color: var(--muted);
  font-size: 0.92rem;
}

.page-hero {
  padding: 24px 0 24px;
}

.page-hero .wrap {
  width: var(--wrap);
  min-height: 300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.breadcrumbs {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 20px;
}

.page-summary {
  max-width: 760px;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip {
  padding: 12px 15px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: var(--surface-strong);
  font-weight: 700;
  color: var(--muted);
  cursor: pointer;
}

.chip.is-selected {
  background: rgba(238, 138, 29, 0.14);
  border-color: rgba(238, 138, 29, 0.4);
  color: var(--text);
}

.search-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 14px;
}

.field {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
}

.store-card,
.story-card,
.gallery-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.store-thumb,
.story-thumb,
.gallery-thumb,
.detail-banner {
  min-height: 180px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(238, 138, 29, 0.88), rgba(215, 101, 58, 0.88)),
    var(--peach);
}

.gallery-thumb.teal,
.detail-banner.teal {
  background: linear-gradient(135deg, rgba(46, 139, 135, 0.9), rgba(111, 149, 132, 0.92));
}

.gallery-thumb.sand,
.detail-banner.sand {
  background: linear-gradient(135deg, rgba(244, 228, 200, 0.95), rgba(248, 214, 180, 0.95));
}

.split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
}

.sidebar-stack {
  display: grid;
  gap: 18px;
}

.list {
  display: grid;
  gap: 14px;
  padding: 0;
  list-style: none;
  margin: 0;
}

.list li {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.stats-band {
  padding: 26px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(216, 236, 235, 0.85), rgba(255, 255, 255, 0.97));
  border: 1px solid var(--line);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.stats-grid div {
  padding: 16px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}

.stats-grid strong {
  display: block;
  font-size: 1.5rem;
}

.cta-banner {
  padding: 32px;
  border-radius: var(--radius-xl);
  color: white;
  background: linear-gradient(135deg, var(--teal), var(--sage));
  box-shadow: var(--shadow);
}

.footer {
  margin-top: 40px;
  padding: 48px 0 34px;
  background: #17303a;
  color: rgba(255, 255, 255, 0.86);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 20px;
}

.footer h4 {
  margin: 0 0 12px;
  font-size: 1rem;
  color: white;
}

.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.footer-note {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.92rem;
}

.tagline {
  color: var(--muted);
  font-size: 0.95rem;
}

.brand {
  flex-shrink: 0;
}

.home-hero .wrap {
  min-height: clamp(560px, calc(100svh - 90px), 720px);
  padding: 34px 0 30px;
  align-items: center;
}

.home-hero .hero-copy h1 {
  max-width: 7.2ch;
  font-size: clamp(3.4rem, 6vw, 5.8rem);
}

.home-hero .hero-copy p {
  max-width: 560px;
}

.hero-card h3,
.hero-card h4,
.hero-card strong {
  color: white;
}

.hero-card p,
.hero-card span,
.hero-card li {
  color: rgba(255, 255, 255, 0.88);
}

.hero-card .list li {
  border-color: rgba(255, 255, 255, 0.16);
}

.home-overlap {
  position: relative;
  z-index: 2;
  margin-top: -26px;
}

.quick-card,
.home-category,
.home-story {
  height: 100%;
}

.home-section-soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(252, 248, 242, 0.9));
}

.home-lead-card {
  min-height: 100%;
}

.hero-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.hero-meta-pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.16);
  font-weight: 700;
  font-size: 0.9rem;
}

.visit-band {
  padding: 30px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(244, 228, 200, 0.85), rgba(255, 255, 255, 0.97));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.visit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.visit-grid div {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.85);
}

.visit-grid strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.12rem;
}

@media (max-width: 1040px) {
  .hero .wrap,
  .split,
  .search-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

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

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

@media (max-width: 1180px) {
  .topbar {
    display: none;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav {
    position: fixed;
    top: 78px;
    left: 16px;
    right: 16px;
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 253, 249, 0.98);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    display: none;
  }

  .nav::before {
    display: none;
  }

  .nav.is-open {
    display: grid;
    gap: 16px;
  }

  .nav-links {
    grid-column: auto;
    display: grid;
  }

  .nav > .pill-button {
    grid-column: auto;
    justify-self: stretch;
  }

  .hero .wrap,
  .section-header,
  .footer-note {
    gap: 16px;
  }

  .home-hero .wrap {
    min-height: auto;
    padding: 42px 0 48px;
  }

  .grid.cols-3,
  .grid.cols-2,
  .swatches,
  .visit-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .hero .wrap {
    padding: 44px 0 52px;
  }

  .hero-card,
  .card,
  .cta-banner,
  .stats-band {
    padding: 20px;
  }

  .section {
    padding: 54px 0;
  }

  .stats-grid,
  .hero-stat,
  .grid.cols-4 {
    grid-template-columns: 1fr;
  }

  .pill-button,
  .outline-button {
    width: 100%;
  }
}




/* homepage reference overrides */
.topbar {
  background: #ffffff;
  color: var(--text);
  border-bottom: 1px solid var(--line);
}

.topbar .wrap {
  padding: 8px 0;
}

.topbar-links {
  color: var(--muted);
  font-size: 0.8rem;
}

.topbar-links a {
  color: var(--text);
  font-weight: 700;
}

.header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(231, 221, 208, 0.95);
}

.header .wrap {
  padding: 10px 0;
}

.nav-links a {
  color: var(--text);
  font-size: 0.84rem;
}

.nav-links a:hover,
.nav-links a.is-active {
  background: rgba(35, 55, 64, 0.08);
}

.home-reference-hero {
  padding: 18px 0 26px;
}

.home-reference-hero .wrap {
  width: var(--wrap);
  margin: 0 auto;
  display: block;
}

.reference-hero-panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(68vh, 640px);
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(135deg, #f4aa24 0%, #ee8a1d 52%, #db6a2f 100%);
  box-shadow: 0 24px 46px rgba(109, 67, 20, 0.18);
}

.reference-hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 245, 230, 0.9) 0%, rgba(255, 240, 219, 0.74) 42%, rgba(219, 106, 47, 0.12) 100%);
  z-index: 1;
}

.reference-hero-media {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #f7efe5, #f1dfc9);
}

.reference-hero-media img,
.home-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reference-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: min(780px, calc(100% - 48px));
  margin: 0 auto;
  padding: 54px 32px 48px;
  color: #402107;
}

.reference-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 14px;
  margin-bottom: 16px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.24);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reference-hero-copy h1 {
  margin: 0;
  max-width: 10ch;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.9rem, 5.4vw, 4.8rem);
  line-height: 0.92;
}

.reference-hero-copy p {
  max-width: 42rem;
  margin: 14px auto 0;
  font-size: 1rem;
  line-height: 1.45;
}

.reference-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}

.reference-mini {
  margin-top: 16px;
  font-size: 0.94rem;
  font-weight: 700;
  text-align: center;
  opacity: 0.82;
}

.home-main {
  display: grid;
  gap: 32px;
}

.section-tight {
  padding: 42px 0;
}

.reference-intro-grid,
.reference-promo-grid,
.reference-bottom-grid {
  display: grid;
  gap: 20px;
}

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

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

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

.reference-card {
  overflow: hidden;
}

.reference-card-image {
  aspect-ratio: 4 / 3;
  margin: -24px -24px 18px;
  overflow: hidden;
}

.reference-card h2,
.reference-card h3,
.reference-promo-card h3,
.reference-strip h2,
.reference-newsletter h2,
.reference-business-card h3,
.reference-tenant h2 {
  line-height: 1.05;
}

.reference-card h3,
.reference-promo-card h3,
.reference-business-card h3 {
  margin: 0 0 10px;
  font-size: 1.55rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
}

.reference-card p,
.reference-promo-card p,
.reference-business-card p,
.reference-tenant p {
  margin: 0;
  color: var(--muted);
}

.reference-card-actions,
.reference-directory-actions,
.reference-newsletter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.small-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--line);
  background: #fff;
  font-weight: 800;
  font-size: 0.88rem;
}

.reference-tenant {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 280px;
  align-items: center;
  gap: 20px;
  padding: 28px;
  background: #f8f4ef;
  border-radius: 28px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.reference-tenant-copy h2,
.reference-directory h2,
.reference-social h2,
.reference-newsletter h2 {
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
}

.reference-tenant-image {
  overflow: hidden;
  border-radius: 24px;
  min-height: 180px;
}

.reference-promo-card .reference-card-image {
  aspect-ratio: 4 / 4.5;
}

.reference-promo-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 14px 0 10px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.reference-link {
  display: inline-flex;
  margin-top: 14px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reference-directory {
  text-align: center;
}

.reference-brand-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.reference-brand {
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: #fff;
  font-weight: 700;
  font-size: 0.92rem;
}

.reference-social {
  padding: 34px 0;
  color: #ffffff;
  background: #0f8a80;
}

.reference-social .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.reference-social h2 {
  margin: 0;
}

.reference-social-icons {
  display: flex;
  gap: 10px;
}

.reference-social-icons a {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  font-weight: 800;
}

.reference-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: center;
  padding: 34px;
  background: #ffffff;
  border-radius: 30px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.reference-newsletter-form {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.reference-newsletter-form input {
  flex: 1 1 auto;
}

.reference-newsletter-image {
  overflow: hidden;
  border-radius: 24px;
  min-height: 200px;
}

.reference-business-card {
  overflow: hidden;
}

.reference-business-card .reference-card-image {
  aspect-ratio: 16 / 7;
}

@media (max-width: 1180px) {
  .reference-hero-panel,
  .reference-tenant,
  .reference-newsletter,
  .reference-social .wrap {
    grid-template-columns: 1fr;
  }

  .reference-hero-panel {
    min-height: 360px;
  }

  .reference-intro-grid,
  .reference-promo-grid,
  .reference-bottom-grid {
    grid-template-columns: 1fr;
  }

  .reference-social {
    text-align: center;
  }

  .reference-social-icons {
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .topbar {
    display: none;
  }

  .reference-hero-copy {
    width: min(100% - 24px, 100%);
    padding: 30px 20px 28px;
  }

  .reference-hero-copy h1 {
    max-width: 13ch;
    font-size: clamp(2.4rem, 11vw, 3.4rem);
  }

  .reference-hero-actions,
  .reference-newsletter-form,
  .reference-card-actions,
  .reference-directory-actions {
    flex-direction: column;
  }

  .reference-newsletter {
    padding: 24px;
  }

  .reference-card-image {
    margin: -20px -20px 16px;
  }
}
/* Editorial homepage refresh */
.home-editorial {
  display: grid;
  gap: 0;
}

.home-editorial .wrap {
  width: var(--wrap);
  margin: 0 auto;
}

.editorial-hero {
  padding: 14px 0 10px;
}

.editorial-hero-grid {
  width: var(--wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: stretch;
}

.editorial-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 0 18px 0;
}

.editorial-hero-copy h1 {
  margin: 0;
  max-width: 13ch;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.25rem, 3.8vw, 3.7rem);
  line-height: 0.92;
}

.editorial-hero-copy p {
  max-width: 38rem;
  margin: 12px 0 0;
  font-size: 1.05rem;
  color: var(--muted);
}

.editorial-hero-actions,
.editorial-text-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.editorial-inline-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.editorial-inline-facts li,
.editorial-tag-row span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
}

.editorial-hero-media {
  position: relative;
  min-height: 360px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: linear-gradient(135deg, #f4aa24 0%, #ee8a1d 52%, #db6a2f 100%);
}

.editorial-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 242, 221, 0.08), rgba(219, 106, 47, 0.24));
}

.section-label,
.story-meta {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--orange-deep);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.editorial-facts-grid,
.editorial-two-col,
.editorial-directory-grid,
.editorial-news-grid,
.editorial-photo-grid,
.editorial-visit-grid,
.editorial-tenant-band-inner {
  width: var(--wrap);
  margin: 0 auto;
}

.editorial-facts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 24px 0 8px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.editorial-facts-grid article strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
}

.editorial-facts-grid article p,
.editorial-copy-block p,
.editorial-list-item p,
.editorial-story-list p,
.editorial-feature-copy p,
.editorial-visit-card p,
.editorial-tenant-band-inner p {
  margin: 0;
  color: var(--muted);
}

.editorial-two-col,
.editorial-directory-grid,
.editorial-photo-grid,
.editorial-visit-grid,
.editorial-tenant-band-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  align-items: center;
}

.editorial-copy-block h2,
.editorial-header-simple h2,
.editorial-visit-card h2,
.editorial-tenant-band-inner h2 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 0.95;
}

.editorial-image-stack,
.editorial-list-panel,
.editorial-visit-card,
.editorial-visit-map {
  border-radius: 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(231, 221, 208, 0.9);
}

.editorial-panel-image {
  aspect-ratio: 4 / 4.4;
}

.editorial-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.editorial-list-panel {
  padding: 28px;
  display: grid;
  gap: 18px;
}

.editorial-list-item {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.editorial-list-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.editorial-list-item strong {
  display: block;
  margin-bottom: 8px;
}

.editorial-header-simple {
  align-items: end;
}

.editorial-news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 28px;
}

.editorial-feature-story {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 420px;
  border-radius: 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(231, 221, 208, 0.9);
}

.editorial-feature-image {
  height: 100%;
}

.editorial-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}

.editorial-feature-copy h3,
.editorial-story-list h3 {
  margin: 0 0 10px;
  font-size: 1.6rem;
  line-height: 1.1;
}

.editorial-story-list {
  display: grid;
  gap: 18px;
}

.editorial-story-list article {
  padding: 26px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(231, 221, 208, 0.9);
}

.editorial-gallery-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.editorial-gallery-image {
  aspect-ratio: 0.88;
  border-radius: 24px;
  overflow: hidden;
}

.editorial-visit-card {
  padding: 32px;
}

.editorial-bullet-list {
  margin: 18px 0 24px;
  padding-left: 18px;
  color: var(--text);
}

.editorial-bullet-list li + li {
  margin-top: 10px;
}

.editorial-map-image {
  min-height: 100%;
  aspect-ratio: 16 / 10;
}

.editorial-tenant-band-inner {
  padding: 32px 0;
  border-top: 1px solid var(--line);
}

@media (max-width: 1180px) {
  .editorial-hero-grid,
  .editorial-two-col,
  .editorial-directory-grid,
  .editorial-news-grid,
  .editorial-photo-grid,
  .editorial-visit-grid,
  .editorial-tenant-band-inner,
  .editorial-feature-story {
    grid-template-columns: 1fr;
  }

  .editorial-hero-copy {
    padding: 14px 0 0;
  }

  .editorial-hero-copy h1 {
    max-width: 12ch;
  }

  .editorial-hero-media {
    min-height: 400px;
  }

  .editorial-facts-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .editorial-hero {
    padding-top: 10px;
  }

  .editorial-hero-copy h1 {
    font-size: clamp(2rem, 8vw, 2.9rem);
  }

  .editorial-hero-media {
    min-height: 220px;
  }

  .editorial-inline-facts,
  .editorial-tag-row,
  .editorial-hero-actions,
  .editorial-text-actions {
    flex-direction: column;
  }

  .editorial-gallery-row {
    grid-template-columns: 1fr;
  }

  .editorial-feature-copy,
  .editorial-story-list article,
  .editorial-visit-card,
  .editorial-list-panel {
    padding: 22px;
  }
}

@media (max-width: 720px) {
  .page-hero {
  padding: 24px 0 24px;
}

.page-hero .wrap {
  width: var(--wrap);
  min-height: 300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
}

@media (max-width: 720px) {
  .page-hero {
    padding: 18px 0 18px;
  }

  .page-hero .wrap {
    min-height: 240px;
  }
}

/* Legal and compliance additions */
.footer-grid-legal {
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr;
}

.legal-disclaimer {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.footer-note-legal {
  gap: 14px;
  flex-wrap: wrap;
}

.legal-card {
  padding: 28px;
}

.legal-card h2,
.legal-card h3 {
  margin-top: 0;
}

.legal-list {
  margin: 0;
}

.form-stack {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

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

.form-grid-full {
  grid-column: 1 / -1;
}

.field-label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.field-textarea {
  min-height: 140px;
  resize: vertical;
}

.hidden-trap {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.95rem;
}

.consent-row input {
  margin-top: 3px;
}

.cookie-banner {
  position: fixed;
  inset: auto 16px 16px 16px;
  z-index: 90;
}

.cookie-banner__inner {
  width: min(760px, calc(100vw - 32px));
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(31, 41, 51, 0.96);
  color: #fff;
  box-shadow: 0 18px 40px rgba(20, 24, 28, 0.28);
}

.cookie-banner__inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.cookie-banner__inner a {
  text-decoration: underline;
}

@media (max-width: 1180px) {
  .footer-grid-legal,
  .form-grid-two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .legal-card {
    padding: 22px;
  }

  .cookie-banner__inner {
    width: calc(100vw - 32px);
    flex-direction: column;
    align-items: flex-start;
  }
}
