@font-face {
  font-family: "Fraunces Local";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/fraunces-latin-wght-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces Local";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/fraunces-latin-wght-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Source Sans Local";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("/fonts/source-sans-3-latin-wght-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Source Sans Local";
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url("/fonts/source-sans-3-latin-wght-italic.woff2") format("woff2");
}

:root {
  --cream: #f4efe5;
  --cream-deep: #e8dfd0;
  --paper: #fffdf8;
  --white: #fff;
  --ink: #183b3f;
  --ink-soft: #536366;
  --ink-faint: #758083;
  --navy: #173e48;
  --navy-deep: #0e3037;
  --emerald: #3b7757;
  --emerald-dark: #275c42;
  --emerald-pale: #dce9dc;
  --coral: #d8644d;
  --coral-dark: #ae4938;
  --coral-pale: #f3d8ce;
  --sand: #ded0b8;
  --ochre: #d6a54a;
  --sky: #dce8e8;
  --peach: #eed6bb;
  --rose: #edd3d2;
  --sun: #efe0a9;
  --lavender: #ddd9e5;
  --line: #cfc7b9;
  --line-soft: #e5ded2;
  --shadow-sm: 0 7px 18px rgba(26, 47, 49, 0.06);
  --shadow-md: 0 16px 36px rgba(23, 49, 51, 0.1);
  --shadow-lg: 0 28px 66px rgba(14, 39, 42, 0.16);
  --radius-sm: 4px;
  --radius-md: 7px;
  --radius-lg: 12px;
  --font-editorial: "Fraunces Local", Georgia, "Times New Roman", serif;
  --font-interface: "Source Sans Local", "Segoe UI", sans-serif;
}

body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-interface);
}

h1,
h2,
h3,
.section-heading h2,
.narrow-heading h1,
.taxonomy-card h2,
.brand-word {
  text-wrap: balance;
}

h1,
h2,
.local-hero h1,
.editorial-section-heading h2,
.featured-story h3,
.province-intro h2,
.directory-cta h2,
.taxonomy-hero h1,
.profile-title h1,
.profile-heading h1,
.profile-section h2,
.profile-section-card h2,
.page-hero h1,
.business-landing-grid h1,
.plans-hero h1 {
  font-family: var(--font-editorial);
  font-optical-sizing: auto;
}

p {
  text-wrap: pretty;
}

.container {
  width: min(1240px, calc(100% - 56px));
}

.section {
  padding: 96px 0;
}

.section-kicker {
  color: var(--coral-dark);
  font-family: var(--font-interface);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 1.55px;
}

.section-kicker.light {
  color: #f3b3a4;
}

.button {
  border-radius: 4px;
  font-size: 14px;
  font-weight: 760;
  letter-spacing: 0.05px;
}

.button-primary {
  background: var(--coral);
  box-shadow: none;
  color: #fff;
}

.button-primary:hover {
  background: var(--coral-dark);
  box-shadow: none;
}

.button-outline {
  background: transparent;
  border-color: var(--ink);
}

.button-outline:hover {
  background: var(--ink);
  color: #fff;
}

.button-light {
  background: var(--paper);
  border: 0;
  box-shadow: none;
  color: var(--navy-deep);
}

.text-link {
  color: var(--coral-dark);
  font-size: 13px;
  font-weight: 780;
  text-decoration: underline;
  text-decoration-color: rgba(174, 73, 56, 0.35);
  text-underline-offset: 5px;
}

.issue-line {
  align-items: center;
  border-bottom: 1px solid currentColor;
  color: var(--ink-soft);
  display: flex;
  font-size: 10px;
  font-weight: 740;
  justify-content: space-between;
  letter-spacing: 1.15px;
  margin-bottom: 28px;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.issue-line span:first-child {
  color: var(--coral-dark);
  font-weight: 850;
}

.section-index {
  color: var(--coral);
  font-family: var(--font-editorial);
  font-size: 31px;
  font-style: italic;
  font-weight: 650;
  line-height: 1;
}

.section-index.light {
  color: #ef9d8b;
}

/* Header: a light editorial masthead, not application chrome. */
.site-header {
  backdrop-filter: none;
  background: rgba(255, 253, 248, 0.98);
  border-bottom: 1px solid var(--line);
  border-top: 4px solid var(--coral);
}

.header-inner {
  height: 78px;
}

.brand {
  gap: 10px;
}

.logo-mark {
  color: var(--navy);
  height: 35px;
  width: 31px;
}

.brand-word {
  font-family: var(--font-interface);
  font-size: 21px;
  font-weight: 850;
  letter-spacing: -0.7px;
}

.brand-word span {
  color: var(--coral);
}

.header-edition {
  border-left: 1px solid var(--line);
  color: var(--ink-faint);
  font-family: var(--font-editorial);
  font-size: 12px;
  font-style: italic;
  line-height: 1.2;
  margin-left: 17px;
  max-width: 84px;
  padding-left: 17px;
}

.main-nav {
  gap: 27px;
  margin-left: 46px;
}

.main-nav > a {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 680;
}

.main-nav > a::after {
  background: var(--coral);
  bottom: 16px;
  height: 2px;
  width: 100%;
}

.header-cta {
  background: var(--navy);
  color: #fff;
  min-height: 40px;
}

.header-cta:hover {
  background: var(--navy-deep);
}

/* Home cover */
.local-hero {
  background:
    linear-gradient(rgba(24, 59, 63, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 59, 63, 0.035) 1px, transparent 1px),
    var(--cream);
  background-size: 42px 42px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  padding: 54px 0 70px;
  position: relative;
}

.local-hero::after {
  border: 1px solid rgba(216, 100, 77, 0.35);
  border-radius: 50%;
  content: "";
  height: 390px;
  position: absolute;
  right: -215px;
  top: 70px;
  width: 390px;
}

.local-hero-grid {
  display: grid;
  gap: 22px 70px;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.72fr);
  position: relative;
  z-index: 2;
}

.local-hero-copy {
  padding-top: 8px;
}

.local-kicker {
  color: var(--emerald-dark);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 1.35px;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.local-hero h1 {
  font-size: clamp(58px, 6.1vw, 88px);
  font-weight: 560;
  letter-spacing: -4.5px;
  line-height: 0.9;
  margin: 0;
  max-width: 770px;
}

.local-hero h1 em {
  color: var(--coral);
  display: block;
  font-weight: 460;
}

.local-hero h1 span {
  display: block;
}

.local-hero .hero-lead {
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.55;
  margin: 24px 0 0;
  max-width: 600px;
}

.local-hero-collage {
  height: 470px;
  position: relative;
}

.hero-photo {
  background: var(--paper);
  border: 1px solid var(--ink);
  margin: 0;
  overflow: hidden;
  position: absolute;
}

.hero-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-photo-main {
  height: 390px;
  right: 0;
  top: 22px;
  width: 76%;
}

.hero-photo-main::after {
  background: linear-gradient(transparent 50%, rgba(7, 28, 31, 0.82));
  content: "";
  inset: 0;
  position: absolute;
}

.hero-photo-main figcaption {
  bottom: 0;
  color: #fff;
  display: grid;
  left: 0;
  padding: 24px;
  position: absolute;
  z-index: 2;
}

.hero-photo-main figcaption span {
  color: #f2b6a8;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hero-photo-main figcaption strong {
  font-family: var(--font-editorial);
  font-size: 29px;
  font-weight: 570;
}

.hero-photo-main figcaption small {
  color: rgba(255, 255, 255, 0.75);
}

.hero-photo-small {
  bottom: 0;
  height: 185px;
  left: 0;
  transform: rotate(-2.5deg);
  width: 42%;
  z-index: 3;
}

.hero-photo-small figcaption {
  background: var(--paper);
  bottom: 0;
  color: var(--ink);
  font-family: var(--font-editorial);
  font-size: 12px;
  font-style: italic;
  left: 0;
  padding: 7px 10px;
  position: absolute;
  right: 0;
}

.hero-route-note {
  align-items: center;
  background: var(--coral);
  color: #fff;
  display: flex;
  gap: 10px;
  padding: 11px 13px;
  position: absolute;
  right: -12px;
  top: 0;
  transform: rotate(2deg);
  z-index: 4;
}

.hero-route-note span {
  display: grid;
}

.hero-route-note strong {
  font-size: 11px;
}

.hero-route-note small {
  font-size: 9px;
  opacity: 0.8;
}

.editorial-search {
  align-items: stretch;
  background: var(--paper);
  border: 1px solid var(--ink);
  box-shadow: 8px 8px 0 var(--sand);
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns:
    190px minmax(220px, 1.35fr) minmax(180px, 1fr)
    minmax(155px, 0.8fr) 112px;
  margin-top: 8px;
  min-height: 82px;
}

.search-heading {
  background: var(--navy);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 19px;
}

.search-heading span {
  color: #a9c8c6;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.search-heading strong {
  font-family: var(--font-editorial);
  font-size: 18px;
  font-weight: 560;
  line-height: 1.15;
}

.editorial-search > label {
  align-items: center;
  border-right: 1px solid var(--line);
  display: flex;
  gap: 11px;
  min-width: 0;
  padding: 13px 16px;
}

.editorial-search > label > svg {
  color: var(--coral);
  flex: 0 0 auto;
}

.editorial-search > label > span {
  display: grid;
  min-width: 0;
  width: 100%;
}

.editorial-search small {
  color: var(--ink-faint);
  font-size: 9px;
  font-weight: 820;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.editorial-search input,
.editorial-search select {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: 640;
  min-height: 30px;
  overflow: hidden;
  padding: 2px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.editorial-search .search-button,
.results-searchbar .search-button {
  background: var(--coral);
  border: 0;
  border-radius: 0;
  color: #fff;
  flex-direction: column;
  font-weight: 780;
  gap: 2px;
}

.editorial-search .search-button:hover,
.results-searchbar .search-button:hover {
  background: var(--coral-dark);
}

.local-hero .hero-notes {
  color: var(--ink-soft);
  font-size: 11px;
  gap: 24px;
  grid-column: 1 / -1;
  margin: 2px 0 0 190px;
}

.local-hero .hero-notes svg {
  color: var(--emerald-dark);
}

/* Shared editorial section heading */
.editorial-section-heading {
  align-items: end;
  border-top: 1px solid var(--ink);
  display: grid;
  gap: 22px;
  grid-template-columns: 48px minmax(300px, 0.85fr) minmax(260px, 1fr) auto;
  margin-bottom: 38px;
  padding-top: 14px;
}

.editorial-section-heading h2 {
  font-size: clamp(37px, 4vw, 54px);
  font-weight: 540;
  letter-spacing: -2px;
  line-height: 0.98;
  margin: 0;
}

.editorial-section-heading p {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  max-width: 450px;
}

.compact-heading {
  grid-template-columns: 48px 1fr;
}

/* Categories as an editorial mosaic */
.editorial-categories {
  background: var(--paper);
}

.category-mosaic {
  display: grid;
  gap: 10px;
  grid-auto-rows: 116px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.mosaic-category {
  background: var(--cream);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
  overflow: hidden;
  padding: 16px 18px;
  position: relative;
  transition:
    transform 180ms ease,
    border-color 180ms ease;
}

.mosaic-category:hover {
  border-color: var(--ink);
  transform: translateY(-2px);
}

.mosaic-category::after {
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  height: 110px;
  opacity: 0.1;
  position: absolute;
  right: -45px;
  top: -45px;
  width: 110px;
}

.mosaic-category:nth-child(1),
.mosaic-category:nth-child(7) {
  grid-column: span 5;
  grid-row: span 2;
}

.mosaic-category:nth-child(2),
.mosaic-category:nth-child(5),
.mosaic-category:nth-child(8) {
  grid-column: span 4;
}

.mosaic-category:nth-child(3),
.mosaic-category:nth-child(4),
.mosaic-category:nth-child(6),
.mosaic-category:nth-child(9),
.mosaic-category:nth-child(10) {
  grid-column: span 3;
}

.mosaic-category:nth-child(1) {
  background: var(--emerald-pale);
}

.mosaic-category:nth-child(2),
.mosaic-category:nth-child(8) {
  background: var(--peach);
}

.mosaic-category:nth-child(3),
.mosaic-category:nth-child(7) {
  background: var(--sky);
}

.mosaic-category:nth-child(4),
.mosaic-category:nth-child(9) {
  background: var(--sun);
}

.mosaic-category:nth-child(5),
.mosaic-category:nth-child(10) {
  background: var(--coral-pale);
}

.mosaic-number {
  color: var(--ink-faint);
  font-family: var(--font-editorial);
  font-size: 13px;
  font-style: italic;
}

.mosaic-category > svg:not(.mosaic-arrow) {
  color: var(--coral-dark);
  grid-column: 2;
  grid-row: 1;
}

.mosaic-category strong {
  align-self: end;
  font-family: var(--font-editorial);
  font-size: 22px;
  font-weight: 580;
  grid-column: 1 / -1;
  line-height: 1.05;
  max-width: 220px;
}

.mosaic-category:nth-child(1) strong,
.mosaic-category:nth-child(7) strong {
  font-size: 31px;
}

.mosaic-category small {
  color: var(--ink-soft);
  font-size: 10px;
  grid-column: 1;
}

.mosaic-arrow {
  bottom: 15px;
  position: absolute;
  right: 15px;
}

/* Featured businesses */
.editorial-featured {
  background: var(--cream);
}

.featured-editorial-layout {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1.55fr) minmax(330px, 0.72fr);
}

.featured-story {
  background: var(--paper);
  border-bottom: 4px solid var(--coral);
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(280px, 0.95fr);
}

.featured-story-visual {
  min-height: 450px;
  overflow: hidden;
  position: relative;
}

.featured-story-visual > img {
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
  width: 100%;
}

.featured-story:hover .featured-story-visual > img {
  transform: scale(1.025);
}

.photo-caption {
  background: var(--navy);
  bottom: 0;
  color: #fff;
  display: grid;
  left: 0;
  min-width: 150px;
  padding: 13px 16px;
  position: absolute;
}

.photo-caption small {
  color: #a9c7c6;
  font-size: 9px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.featured-story-copy {
  align-content: center;
  display: grid;
  padding: 40px;
}

.story-overline {
  color: var(--coral-dark);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.featured-story h3 {
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 560;
  letter-spacing: -2px;
  line-height: 0.96;
  margin: 14px 0;
}

.featured-story-copy > p {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.story-meta {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  gap: 18px;
  margin: 24px 0 20px;
  padding: 12px 0;
}

.story-meta > span {
  align-items: center;
  display: flex;
  gap: 5px;
}

.editorial-profile-link {
  align-items: center;
  color: var(--coral-dark);
  display: flex;
  font-weight: 780;
  gap: 8px;
}

.field-notes {
  border-top: 5px solid var(--navy);
}

.field-notes-heading {
  align-items: end;
  border-bottom: 1px solid var(--ink);
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}

.field-notes-heading span {
  font-family: var(--font-editorial);
  font-size: 22px;
}

.field-notes-heading small {
  color: var(--ink-faint);
  font-size: 9px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.field-note {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 12px;
  grid-template-columns: 25px 70px minmax(0, 1fr) auto;
  padding: 19px 0;
}

.field-note-number {
  color: var(--coral);
  font-family: var(--font-editorial);
  font-style: italic;
}

.field-note-visual {
  height: 64px;
  min-height: 0;
  width: 70px;
}

.field-note-visual .visual-icon {
  transform: scale(0.55);
}

.field-note > div:nth-child(3) {
  display: grid;
  min-width: 0;
}

.field-note a {
  font-family: var(--font-editorial);
  font-size: 18px;
  font-weight: 590;
}

.field-note span {
  color: var(--ink-soft);
  font-size: 11px;
}

.field-note small {
  align-items: center;
  color: var(--ink-faint);
  display: flex;
  font-size: 10px;
  gap: 4px;
}

/* Province route board */
.province-guide {
  background: var(--navy-deep);
  color: #fff;
  overflow: hidden;
  padding: 94px 0;
  position: relative;
}

.province-guide::before,
.province-guide::after {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
  position: absolute;
}

.province-guide::before {
  height: 500px;
  left: -250px;
  top: -220px;
  width: 500px;
}

.province-guide::after {
  bottom: -180px;
  height: 430px;
  right: -180px;
  width: 430px;
}

.province-guide-grid {
  align-items: start;
  display: grid;
  gap: 100px;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  position: relative;
  z-index: 2;
}

.province-intro h2 {
  font-size: clamp(45px, 5vw, 65px);
  font-weight: 500;
  letter-spacing: -2.5px;
  line-height: 0.95;
  margin: 11px 0 20px;
}

.province-intro p {
  color: #b5c7c8;
  line-height: 1.7;
  margin: 0 0 27px;
  max-width: 440px;
}

.province-route-list {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  display: grid;
}

.province-route-list a {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 15px;
  grid-template-columns: 35px minmax(120px, 1fr) minmax(130px, 0.55fr) auto;
  min-height: 62px;
  transition:
    background 160ms ease,
    padding 160ms ease;
}

.province-route-list a:hover {
  background: rgba(255, 255, 255, 0.06);
  padding-inline: 12px;
}

.province-route-list a > span {
  color: #ef9d8b;
  font-family: var(--font-editorial);
  font-style: italic;
}

.province-route-list strong {
  font-family: var(--font-editorial);
  font-size: 23px;
  font-weight: 520;
}

.province-route-list small {
  color: #93abad;
}

/* Compact business cards */
.newcomers-section {
  background: var(--paper);
}

.newcomer-grid,
.business-grid,
.results-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.business-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-top: 3px solid var(--ink);
  box-shadow: none;
  display: grid;
  min-width: 0;
  overflow: visible;
  transition: transform 180ms ease;
}

.business-card:hover {
  box-shadow: none;
  transform: translateY(-2px);
}

.business-card-media {
  background: var(--sky);
  border-bottom: 1px solid var(--line);
  height: 190px;
  margin-top: 10px;
}

.business-card-media > a {
  display: block;
  height: 100%;
  width: 100%;
}

.business-card-media .business-visual {
  height: 100%;
  min-height: 0;
}

.favorite-button {
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid var(--ink);
  border-radius: 0;
  box-shadow: none;
}

.media-badge,
.verified-badge {
  background: var(--paper);
  border-radius: 0;
  bottom: 0;
  color: var(--emerald-dark);
  left: 0;
  padding: 6px 9px;
}

.business-card-body {
  display: grid;
  padding: 16px 2px 3px;
}

.business-card-topline {
  margin-bottom: 10px;
}

.business-card h3 {
  font-family: var(--font-editorial);
  font-size: 25px;
  font-weight: 570;
  letter-spacing: -0.6px;
}

.business-category {
  color: var(--coral-dark);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.business-description {
  min-height: 38px;
}

.business-location {
  border-top: 1px solid var(--line-soft);
  margin-top: 9px;
  padding-top: 9px;
}

.tag-row {
  gap: 5px;
  margin-top: 11px;
}

.tag-row span {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink-soft);
  font-size: 9px;
}

.business-card-link {
  align-items: center;
  color: var(--coral-dark);
  display: flex;
  font-size: 12px;
  font-weight: 780;
  gap: 5px;
  margin-top: 15px;
  width: max-content;
}

.card-plan-badge {
  border-radius: 0;
}

/* Local route suggestions */
.local-routes-section {
  background: var(--cream);
}

.local-routes {
  border-bottom: 1px solid var(--ink);
  border-top: 1px solid var(--ink);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.local-routes > a {
  border-right: 1px solid var(--ink);
  display: grid;
  gap: 9px;
  min-height: 245px;
  padding: 28px;
  position: relative;
  transition: background 180ms ease;
}

.local-routes > a:last-child {
  border-right: 0;
}

.local-routes > a:hover {
  background: var(--paper);
}

.local-routes > a > span {
  color: var(--coral);
  font-family: var(--font-editorial);
  font-style: italic;
}

.local-routes > a > svg {
  color: var(--emerald-dark);
}

.local-routes h3 {
  align-self: end;
  font-family: var(--font-editorial);
  font-size: 28px;
  font-weight: 560;
  margin: 0;
}

.local-routes p {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.local-routes > a > svg:last-child {
  bottom: 28px;
  position: absolute;
  right: 28px;
}

.editorial-how {
  background: var(--paper);
  padding: 74px 0;
}

.editorial-how-inner {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
}

.editorial-how h2 {
  font-family: var(--font-editorial);
  font-size: 46px;
  font-weight: 540;
  letter-spacing: -1.8px;
  line-height: 1;
  margin: 7px 0 0;
}

.editorial-how ol {
  border-top: 1px solid var(--ink);
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
}

.editorial-how li {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 17px;
  grid-template-columns: 45px 1fr;
  padding: 14px 0;
}

.editorial-how li > span {
  color: var(--coral);
  font-family: var(--font-editorial);
  font-style: italic;
}

.editorial-how li div {
  display: grid;
}

.editorial-how li strong {
  font-family: var(--font-editorial);
  font-size: 20px;
  font-weight: 580;
}

.editorial-how li p {
  color: var(--ink-soft);
  font-size: 12px;
  margin: 0;
}

/* Business invitation */
.directory-cta {
  background: var(--coral);
  color: #fff;
  overflow: hidden;
  padding: 78px 0;
  position: relative;
}

.directory-cta::after {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  content: "";
  height: 390px;
  position: absolute;
  right: -130px;
  top: -210px;
  width: 390px;
}

.directory-cta-grid {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: 170px minmax(0, 1fr) 230px;
  position: relative;
  z-index: 2;
}

.cta-stamp {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 800;
  gap: 9px;
  justify-content: center;
  letter-spacing: 0.8px;
  min-height: 130px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.directory-cta h2 {
  font-size: clamp(44px, 5vw, 64px);
  font-weight: 520;
  letter-spacing: -2.5px;
  line-height: 0.95;
  margin: 6px 0 13px;
}

.directory-cta p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  max-width: 650px;
  opacity: 0.86;
}

.directory-cta-actions {
  display: grid;
  gap: 14px;
}

.directory-cta-actions > a:last-child {
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.cta-facts {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  font-size: 11px;
  gap: 24px;
  grid-column: 2 / -1;
  padding-top: 15px;
}

.cta-facts span {
  align-items: center;
  display: flex;
  gap: 5px;
}

/* Search: filters as a horizontal guide strip. */
.search-page {
  background: var(--paper);
}

.search-page-top {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  padding: 42px 0 52px;
}

.search-title-row {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}

.search-title-row h1 {
  font-family: var(--font-editorial);
  font-size: clamp(52px, 6vw, 76px);
  font-weight: 540;
  letter-spacing: -3px;
  line-height: 0.94;
  margin: 0;
}

.search-title-row > p {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  max-width: 380px;
}

.results-searchbar {
  background: var(--paper);
  border: 1px solid var(--ink);
  box-shadow: 7px 7px 0 var(--sand);
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) minmax(210px, 1fr) minmax(180px, 0.8fr) 112px;
  min-height: 75px;
}

.results-searchbar > label {
  align-items: center;
  border-right: 1px solid var(--line);
  display: flex;
  gap: 11px;
  min-width: 0;
  padding: 12px 15px;
}

.results-searchbar > label > svg,
.results-searchbar > label > .search-icon {
  align-items: center;
  color: var(--coral);
  display: flex;
  flex: 0 0 auto;
  font-size: 21px;
  justify-content: center;
  width: 22px;
}

.results-searchbar > label > .search-control {
  display: grid;
  min-width: 0;
  width: 100%;
}

.results-searchbar small {
  color: var(--ink-faint);
  font-size: 9px;
  font-weight: 820;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.results-searchbar input,
.results-searchbar select {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  font-weight: 650;
  min-height: 31px;
  overflow: hidden;
  padding: 2px 0;
  text-overflow: ellipsis;
  width: 100%;
}

.results-searchbar label > button {
  background: transparent;
  border: 0;
}

.results-experience {
  min-height: 620px;
  padding-bottom: 96px;
  padding-top: 28px;
}

.results-filter-strip {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 25px;
  min-height: 54px;
}

.filter-strip-label {
  align-items: center;
  color: var(--ink);
  display: flex;
  font-size: 11px;
  font-weight: 820;
  gap: 7px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.compact-check {
  align-items: center;
  color: var(--ink-soft);
  display: flex;
  font-size: 12px;
  font-weight: 650;
  gap: 6px;
}

.compact-check input {
  accent-color: var(--coral);
  height: 15px;
  min-height: 0;
  width: 15px;
}

.clear-inline-filters {
  background: transparent;
  border: 0;
  color: var(--coral-dark);
  font-size: 11px;
  font-weight: 780;
  margin-left: auto;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.results-toolbar {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin: 35px 0 24px;
}

.results-toolbar > div:first-child {
  align-items: center;
  display: flex;
  gap: 16px;
}

.results-count {
  color: var(--coral);
  font-family: var(--font-editorial);
  font-size: 55px;
  font-style: italic;
  font-weight: 600;
  line-height: 0.8;
}

.results-toolbar h2 {
  font-family: var(--font-editorial);
  font-size: 31px;
  font-weight: 560;
  letter-spacing: -0.8px;
  margin: 0;
}

.results-toolbar p {
  color: var(--ink-faint);
  font-size: 11px;
  margin: 2px 0 0;
}

.toolbar-actions {
  align-items: center;
  display: flex;
  gap: 10px;
}

.sort-select {
  align-items: center;
  border: 1px solid var(--line);
  display: flex;
  gap: 7px;
  min-height: 38px;
  padding: 0 10px;
}

.sort-select > span {
  color: var(--ink-faint);
  font-size: 10px;
  text-transform: uppercase;
}

.sort-select select {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 11px;
  font-weight: 700;
  min-height: 32px;
  padding: 0;
  width: auto;
}

.view-switch {
  border: 1px solid var(--line);
  display: flex;
}

.view-switch button {
  align-items: center;
  background: transparent;
  border: 0;
  display: flex;
  height: 36px;
  justify-content: center;
  width: 38px;
}

.view-switch button + button {
  border-left: 1px solid var(--line);
}

.view-switch button.is-active {
  background: var(--navy);
  color: #fff;
}

.mobile-filter-button {
  display: none;
}

.active-filter-line {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  gap: 7px;
  margin: -10px 0 23px;
}

.active-filter-line > span {
  color: var(--ink-faint);
  text-transform: uppercase;
}

.active-filter-line > strong {
  background: var(--cream);
  border-left: 2px solid var(--coral);
  font-weight: 680;
  padding: 5px 8px;
}

.results-grid.is-list-view {
  grid-template-columns: 1fr;
}

.results-grid.is-list-view .business-card {
  align-items: stretch;
  border-bottom: 1px solid var(--line);
  border-top-width: 1px;
  display: grid;
  gap: 22px;
  grid-template-columns: 230px minmax(0, 1fr);
  padding: 12px 0;
}

.results-grid.is-list-view .business-card-media {
  height: 150px;
  margin: 0;
}

.results-grid.is-list-view .business-card-body {
  align-content: center;
  padding: 3px 0;
}

.results-grid.is-list-view .business-card h3 {
  font-size: 29px;
}

.filter-sheet {
  display: none;
}

.mobile-filter-close,
.php-filter-backdrop {
  display: none;
}

.inline-filter-label {
  background: var(--cream);
  border-left: 2px solid var(--coral);
  color: var(--ink);
  font-size: 11px;
  font-weight: 690;
  padding: 5px 8px;
}

.inline-filter-copy {
  color: var(--ink-faint);
  font-size: 11px;
}

.empty-results,
.empty-state {
  background: var(--cream);
  border: 1px dashed var(--ink);
  border-radius: 0;
}

/* Category directory */
.taxonomy-page,
.category-directory-section {
  background: var(--paper);
}

.taxonomy-hero,
.categories-hero {
  background:
    linear-gradient(rgba(24, 59, 63, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 59, 63, 0.035) 1px, transparent 1px),
    var(--cream);
  background-size: 42px 42px;
  border-bottom: 1px solid var(--line);
  padding: 54px 0 68px;
}

.taxonomy-hero-inner {
  align-items: end;
  display: grid;
  gap: 45px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.65fr);
}

.taxonomy-hero h1,
.categories-hero h1 {
  font-size: clamp(53px, 6vw, 78px);
  font-weight: 530;
  letter-spacing: -3.2px;
  line-height: 0.94;
  margin: 7px 0 17px;
}

.taxonomy-hero p,
.categories-hero p {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
  max-width: 690px;
}

.taxonomy-search {
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--ink);
  box-shadow: 6px 6px 0 var(--sand);
  display: grid;
  gap: 9px;
  grid-template-columns: auto 1fr auto;
  padding: 7px 7px 7px 13px;
}

.taxonomy-search input {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.taxonomy-content {
  padding-bottom: 100px;
  padding-top: 28px;
}

.taxonomy-intro {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 45px;
  grid-template-columns: 220px 1fr;
  padding: 0 0 28px;
}

.taxonomy-intro > div {
  align-items: baseline;
  display: flex;
  gap: 10px;
}

.taxonomy-intro strong {
  color: var(--coral);
  font-family: var(--font-editorial);
  font-size: 46px;
  font-style: italic;
}

.taxonomy-intro span,
.taxonomy-intro p {
  color: var(--ink-soft);
  font-size: 12px;
}

.taxonomy-intro p {
  margin: 0;
  max-width: 650px;
}

.taxonomy-grid,
.category-directory {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-top: 28px;
}

.taxonomy-card,
.category-group-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  grid-column: span 6;
  min-width: 0;
  overflow: hidden;
  padding: 27px;
  position: relative;
}

.taxonomy-card:nth-child(4n + 1),
.category-group-card:nth-child(4n + 1) {
  background: var(--emerald-pale);
  grid-column: span 7;
}

.taxonomy-card:nth-child(4n + 2),
.category-group-card:nth-child(4n + 2) {
  background: var(--peach);
  grid-column: span 5;
}

.taxonomy-card:nth-child(4n + 3),
.category-group-card:nth-child(4n + 3) {
  background: var(--sky);
  grid-column: span 5;
}

.taxonomy-card:nth-child(4n + 4),
.category-group-card:nth-child(4n + 4) {
  background: var(--coral-pale);
  grid-column: span 7;
}

.taxonomy-number {
  color: var(--coral);
  font-family: var(--font-editorial);
  font-size: 19px;
  font-style: italic;
  position: absolute;
  right: 24px;
  top: 19px;
}

.taxonomy-card-heading,
.category-group-heading {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 15px;
  padding-right: 35px;
}

.taxonomy-card .category-icon,
.category-group-card .category-icon {
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(24, 59, 63, 0.16);
  border-radius: 50%;
}

.taxonomy-card h2,
.category-group-card h2 {
  font-family: var(--font-editorial);
  font-size: 27px;
  font-weight: 560;
  letter-spacing: -0.7px;
}

.taxonomy-card > p,
.category-group-heading p {
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.55;
}

.subcategory-list,
.specialty-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}

.subcategory-list a,
.specialty-list a {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(24, 59, 63, 0.14);
  border-radius: 0;
  font-size: 10px;
  padding: 6px 8px;
}

.taxonomy-card-link {
  border-top: 1px solid rgba(24, 59, 63, 0.2);
  color: var(--coral-dark);
  padding-top: 13px;
}

/* Business profile as a mini editorial site */
.profile-page,
.profile-content-section {
  background: var(--paper);
}

.profile-breadcrumbs,
.breadcrumbs {
  color: var(--ink-faint);
  font-size: 11px;
}

.profile-gallery {
  gap: 8px;
  height: 500px;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 0.72fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.profile-gallery > .business-visual,
.profile-gallery-main {
  border-radius: 0;
}

.profile-gallery .gallery-main,
.profile-gallery-main {
  border-left: 7px solid var(--coral);
  grid-row: 1 / 3;
}

.profile-gallery .gallery-small,
.profile-gallery-side button {
  border-radius: 0;
}

.profile-gallery-side {
  grid-column: 2;
  grid-row: 1 / 3;
}

.gallery-count {
  background: var(--paper);
  border: 1px solid var(--ink);
  border-radius: 0;
  bottom: 15px;
  right: 15px;
}

.profile-identity {
  align-items: end;
  border-bottom: 1px solid var(--ink);
  display: grid;
  gap: 23px;
  grid-template-columns: 94px minmax(0, 1fr) auto;
  padding-bottom: 30px;
  padding-top: 28px;
}

.profile-avatar {
  border: 1px solid var(--ink);
  border-radius: 0;
  height: 90px;
  width: 90px;
}

.profile-title h1,
.profile-heading h1 {
  font-size: clamp(48px, 6vw, 74px);
  font-weight: 540;
  letter-spacing: -3px;
  line-height: 0.9;
}

.profile-title > p,
.profile-category {
  color: var(--coral-dark);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.profile-badges {
  gap: 6px;
}

.verified-pill,
.open-pill,
.closed-pill,
.featured-pill,
.pro-pill,
.new-profile-label,
.price-note {
  border-radius: 2px;
}

.profile-actions {
  align-items: center;
  display: flex;
  gap: 8px;
}

.profile-actions button {
  border-radius: 0;
}

.profile-tabs {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
}

.profile-tabs a {
  font-size: 11px;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.profile-tabs a.active {
  border-color: var(--coral);
  color: var(--coral-dark);
}

.profile-content,
.profile-layout {
  align-items: start;
  display: grid;
  gap: 62px;
  grid-template-columns: minmax(0, 1fr) 340px;
}

.profile-content {
  padding-bottom: 88px;
  padding-top: 52px;
}

.profile-content-section {
  padding-top: 44px;
}

.profile-section,
.profile-section-card {
  border-top: 1px solid var(--ink);
  padding: 34px 0 44px;
}

.profile-section:first-child {
  border-top-width: 4px;
}

.profile-section h2,
.profile-section-card h2 {
  font-size: 35px;
  font-weight: 540;
  letter-spacing: -1.2px;
}

.profile-description,
.long-copy {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.85;
}

.feature-list {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}

.feature-list span {
  border-bottom: 1px solid var(--line-soft);
  padding: 11px 0;
}

.service-list {
  border: 0;
  border-radius: 0;
  border-top: 1px solid var(--ink);
}

.service-row {
  background: transparent;
  border-bottom: 1px solid var(--line);
  padding: 17px 4px;
}

.service-number {
  color: var(--coral);
  font-family: var(--font-editorial);
  font-style: italic;
}

.service-row h3,
.service-row strong,
.service-row > span {
  font-family: var(--font-editorial);
}

.lead-form {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 0;
}

.review-summary {
  background: var(--cream);
  border: 0;
  border-left: 4px solid var(--coral);
  border-radius: 0;
}

.reviews-public-card .public-review,
.public-review {
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.profile-content .contact-card,
.profile-sidebar .contact-card {
  background: var(--navy-deep);
  border: 0;
  border-radius: 0;
  box-shadow: 8px 8px 0 var(--coral-pale);
  color: #fff;
  isolation: isolate;
  position: sticky;
  top: 112px;
  z-index: 2;
}

.contact-card-heading > span,
.profile-sidebar .contact-card > p {
  color: #a8c0c1;
}

.profile-content .contact-card .button-outline,
.profile-sidebar .contact-card .button-outline {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.profile-content .contact-card .contact-text-link,
.profile-sidebar .contact-card .contact-text-link {
  color: #fff;
  font-weight: 700;
  opacity: 0.94;
}

.profile-content .contact-card .contact-text-link:hover,
.profile-content .contact-card .contact-text-link:focus-visible,
.profile-sidebar .contact-card .contact-text-link:hover,
.profile-sidebar .contact-card .contact-text-link:focus-visible {
  color: #fff;
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-details {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.contact-details > div {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.contact-details small,
.contact-details button,
.contact-details a {
  color: #acc1c2;
}

.safe-contact-note {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 0;
  color: #c9d8d8;
}

.profile-trust-note {
  background: #e4f3eb;
  border: 1px solid #add7c3;
  border-left: 4px solid var(--emerald);
  border-radius: 10px;
  color: var(--navy-deep);
  margin: 22px 4px 0;
  padding: 15px 16px;
}

.profile-trust-note > span {
  color: var(--emerald-dark);
  flex: 0 0 auto;
}

.profile-trust-note p {
  color: var(--navy-deep);
  font-size: 12px;
  line-height: 1.55;
}

.profile-trust-note strong {
  color: var(--navy-deep);
  font-size: 13px;
}

.profile-heading-actions {
  display: grid;
  flex: 0 0 auto;
  gap: 9px;
  justify-items: stretch;
}

.profile-heading-actions .button {
  width: 100%;
}

.profile-report-shortcut {
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 750;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.profile-report-shortcut:hover {
  color: var(--emerald-dark);
}

.profile-accountability {
  border-top: 1px solid var(--line);
  margin: 22px 4px 0;
  padding-top: 20px;
}

.profile-accountability > h3 {
  color: var(--navy-deep);
  font-size: 17px;
  margin: 0 0 6px;
}

.profile-accountability > p {
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.55;
  margin: 0 0 13px;
}

.profile-accountability > details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 9px;
  margin-top: 8px;
  overflow: hidden;
}

.profile-accountability > details[open] {
  border-color: #9ecdb8;
  box-shadow: 0 8px 24px rgba(17, 57, 69, 0.08);
}

.profile-accountability summary {
  color: var(--navy-deep);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  list-style: none;
  padding: 12px 13px;
}

.profile-accountability summary::-webkit-details-marker {
  display: none;
}

.profile-accountability details[open] summary {
  background: var(--emerald-pale);
  border-bottom: 1px solid #c5e3d5;
}

.profile-report-form {
  gap: 11px;
  padding: 14px;
}

.profile-report-form label {
  color: var(--ink);
  font-size: 11px;
}

.profile-report-form label small {
  color: var(--ink-faint);
}

.profile-report-form input,
.profile-report-form select,
.profile-report-form textarea {
  background: #fff;
  font-size: 12px;
  margin-top: 5px;
}

@media (max-width: 720px) {
  .profile-heading-actions {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}

.profile-sidebar {
  gap: 0;
}

.profile-sidebar .info-card {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  padding: 22px 4px;
  position: relative;
  z-index: 1;
}

.profile-map-embed {
  background: var(--cream);
  border: 1px solid var(--line);
  height: 190px;
  margin: 13px 0;
  overflow: hidden;
}

.profile-map-embed iframe {
  border: 0;
  filter: grayscale(0.72) sepia(0.12) saturate(0.75);
  height: 100%;
  width: 100%;
}

.profile-map-section {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.map-placeholder {
  border-radius: 0;
}

.similar-section,
.related-section {
  background: var(--cream);
}

/* Remaining public pages inherit the same visual language. */
.page-hero {
  background:
    linear-gradient(rgba(24, 59, 63, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 59, 63, 0.03) 1px, transparent 1px),
    var(--cream);
  background-size: 42px 42px;
  border-bottom: 1px solid var(--line);
}

.page-hero h1,
.narrow-heading h1 {
  font-size: clamp(50px, 6vw, 74px);
  font-weight: 530;
  letter-spacing: -3px;
  line-height: 0.95;
}

.pricing-section,
.editorial-section,
.contact-section,
.auth-page,
.business-landing-hero,
.benefits-section {
  background: var(--paper);
}

.pricing-grid {
  align-items: stretch;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}

.plan-card {
  background: var(--cream);
  border: 1px solid var(--ink);
  border-radius: 0;
  box-shadow: none;
  margin-right: -1px;
}

.plan-card:nth-child(2) {
  background: var(--emerald-pale);
}

.plan-card:nth-child(3) {
  background: var(--navy);
  color: #fff;
}

.plan-card:nth-child(3) > p,
.plan-card:nth-child(3) .plan-features li {
  color: #c3d2d3;
}

.plan-card:nth-child(3) .plan-audience,
.plan-card:nth-child(3) .plan-price em {
  color: #8ee0bc;
}

.plan-card:nth-child(3) .plan-price small {
  color: #c4d6d8;
}

.plan-card:nth-child(3) .button-outline {
  background: #fff;
  border-color: #fff;
  color: var(--navy-deep);
}

.plan-card:nth-child(3) .button-outline:hover {
  background: var(--coral);
  border-color: var(--coral);
  color: #fff;
}

.corporate-plan-callout {
  background: var(--navy-deep);
  border-left: 6px solid var(--coral);
  border-radius: 0;
  margin-top: 32px;
}

.corporate-plan-mark,
.corporate-plan-copy li,
.corporate-plan-action .button {
  border-radius: 0;
}

.featured-plan {
  border: 2px solid var(--coral);
  box-shadow: none;
  transform: translateY(-10px);
}

.popular-plan,
.plan-ribbon {
  background: var(--coral);
  border-radius: 0;
  color: #fff;
}

.plan-card h2,
.plan-name-row {
  font-family: var(--font-editorial);
}

.comparison-card,
.faq-list details,
.contact-form,
.values-grid > div,
.country-card,
.editorial-cta,
.auth-card {
  border-radius: 0;
  box-shadow: none;
}

.business-landing-grid h1 {
  font-weight: 530;
}

.mini-profile-preview,
.demo-browser,
.benefit-grid article {
  border-radius: 0;
}

.benefit-grid {
  gap: 0;
}

.benefit-grid article {
  border-color: var(--ink);
  margin-right: -1px;
}

.business-final-cta {
  background: var(--coral);
}

.editorial-main blockquote {
  background: var(--coral-pale);
  border-color: var(--coral);
  border-radius: 0;
  font-family: var(--font-editorial);
  font-weight: 520;
}

/* Footer as the back page of the guide. */
.site-footer {
  background: var(--navy-deep);
  border-top: 7px solid var(--coral);
  color: #fff;
  padding-top: 62px;
}

.footer-grid {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  gap: 60px;
  grid-template-columns: 1.7fr repeat(3, 0.8fr);
  padding-bottom: 50px;
}

.footer-edition {
  color: #ef9d8b;
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.15px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.footer-brand .brand-word span {
  color: #ef9d8b;
}

.footer-brand .logo-mark {
  color: var(--paper);
}

.footer-brand .logo-mark-letter {
  stroke: var(--navy-deep);
}

.footer-brand .logo-mark-dot {
  fill: #ef9d8b;
}

.footer-about > p {
  color: #b1c2c4;
  font-family: var(--font-editorial);
  font-size: 16px;
  line-height: 1.55;
  max-width: 330px;
}

.footer-country {
  color: #ef9d8b;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.footer-column {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  padding-top: 12px;
}

.footer-column strong {
  font-family: var(--font-editorial);
  font-size: 15px;
  font-weight: 560;
}

.footer-column a {
  color: #9eb2b4;
  font-size: 11px;
}

.footer-bottom {
  border-top: 0;
  padding-block: 19px;
}

@media (max-width: 1120px) {
  .header-edition {
    display: none;
  }

  .main-nav {
    gap: 18px;
    margin-left: 25px;
  }

  .local-hero-grid {
    gap: 20px 42px;
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .local-hero h1 {
    font-size: 68px;
  }

  .editorial-search {
    grid-template-columns:
      165px minmax(190px, 1.3fr) minmax(165px, 1fr)
      minmax(140px, 0.8fr) 100px;
  }

  .featured-editorial-layout {
    grid-template-columns: 1.4fr 0.75fr;
  }

  .featured-story {
    grid-template-columns: 1fr;
  }

  .featured-story-visual {
    min-height: 330px;
  }

  .featured-story-copy {
    padding: 30px;
  }

  .field-note {
    grid-template-columns: 22px 56px minmax(0, 1fr);
  }

  .field-note-visual {
    height: 54px;
    width: 56px;
  }

  .field-note > svg:last-child {
    display: none;
  }

  .province-guide-grid {
    gap: 55px;
  }
}

@media (max-width: 940px) {
  .container {
    width: min(calc(100% - 34px), 800px);
  }

  .header-inner {
    height: 70px;
  }

  .main-nav {
    background: var(--paper);
    border-left: 1px solid var(--ink);
    height: calc(100vh - 74px);
    top: 74px;
  }

  .main-nav > a {
    border-color: var(--line);
    font-family: var(--font-editorial);
    font-size: 20px;
    font-weight: 560;
  }

  .local-hero-grid {
    grid-template-columns: 1fr;
  }

  .local-hero-copy {
    max-width: 730px;
  }

  .local-hero-collage {
    display: none;
  }

  .editorial-search {
    grid-template-columns: 150px repeat(3, minmax(0, 1fr)) 90px;
  }

  .local-hero .hero-notes {
    margin-left: 0;
  }

  .editorial-section-heading {
    grid-template-columns: 42px minmax(280px, 1fr) minmax(230px, 0.8fr);
  }

  .editorial-section-heading > .text-link {
    grid-column: 2;
  }

  .category-mosaic {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .mosaic-category:nth-child(n) {
    grid-column: span 3;
    grid-row: span 1;
  }

  .mosaic-category:nth-child(1),
  .mosaic-category:nth-child(7) {
    grid-column: span 6;
    grid-row: span 2;
  }

  .featured-editorial-layout,
  .province-guide-grid,
  .editorial-how-inner {
    grid-template-columns: 1fr;
  }

  .field-notes {
    margin-top: 10px;
  }

  .province-route-list {
    margin-top: 5px;
  }

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

  .directory-cta-grid {
    grid-template-columns: 130px 1fr;
  }

  .directory-cta-actions {
    grid-column: 2;
  }

  .cta-facts {
    grid-column: 2;
  }

  .search-title-row {
    align-items: start;
    flex-direction: column;
    gap: 15px;
  }

  .results-searchbar {
    grid-template-columns: 1fr 1fr;
  }

  .results-searchbar > label {
    border-bottom: 1px solid var(--line);
  }

  .results-searchbar .search-button {
    min-height: 58px;
  }

  .taxonomy-hero-inner {
    grid-template-columns: 1fr;
  }

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

  .taxonomy-card:nth-child(n),
  .category-group-card:nth-child(n) {
    grid-column: auto;
  }

  .profile-content,
  .profile-layout {
    grid-template-columns: 1fr;
  }

  .profile-content .contact-card,
  .profile-sidebar .contact-card {
    position: static;
  }

  .profile-sidebar {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .plan-card {
    margin-bottom: -1px;
    margin-right: 0;
  }
}

@media (max-width: 720px) {
  .container {
    width: calc(100% - 24px);
  }

  .section {
    padding: 64px 0;
  }

  .site-header {
    border-top-width: 3px;
  }

  .header-inner {
    height: 63px;
  }

  .local-hero {
    padding: 34px 0 50px;
  }

  .issue-line {
    font-size: 8px;
    margin-bottom: 20px;
  }

  .local-hero h1 {
    font-size: clamp(49px, 15vw, 66px);
    letter-spacing: -3px;
  }

  .local-hero .hero-lead {
    font-size: 15px;
  }

  .editorial-search {
    background: transparent;
    border: 0;
    box-shadow: none;
    gap: 7px;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .search-heading {
    min-height: 64px;
  }

  .editorial-search > label {
    background: var(--paper);
    border: 1px solid var(--line);
    min-height: 61px;
  }

  .editorial-search .search-button {
    flex-direction: row;
    min-height: 52px;
  }

  .local-hero .hero-notes {
    display: grid;
    font-size: 10px;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .editorial-section-heading {
    align-items: start;
    gap: 12px;
    grid-template-columns: 34px 1fr;
    margin-bottom: 27px;
  }

  .editorial-section-heading > p,
  .editorial-section-heading > .text-link {
    grid-column: 2;
  }

  .editorial-section-heading h2 {
    font-size: 39px;
  }

  .section-index {
    font-size: 25px;
  }

  .category-mosaic {
    display: grid;
    gap: 0;
    grid-auto-rows: auto;
    grid-template-columns: 1fr;
  }

  .mosaic-category:nth-child(n) {
    align-items: center;
    border-bottom: 0;
    display: grid;
    gap: 9px;
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 28px 32px minmax(0, 1fr) auto;
    grid-template-rows: auto;
    min-height: 72px;
    padding: 11px 13px;
  }

  .mosaic-category:nth-child(n) strong {
    align-self: center;
    font-size: 18px;
    grid-column: 3;
    grid-row: 1;
  }

  .mosaic-category > svg:not(.mosaic-arrow) {
    grid-column: 2;
    grid-row: 1;
  }

  .mosaic-category small {
    display: none;
  }

  .mosaic-arrow {
    grid-column: 4;
    position: static;
  }

  .featured-story {
    grid-template-columns: 1fr;
  }

  .featured-story-visual {
    min-height: 290px;
  }

  .featured-story-copy {
    padding: 25px 21px;
  }

  .featured-story h3 {
    font-size: 41px;
  }

  .field-note {
    padding: 14px 0;
  }

  .province-guide {
    padding: 67px 0;
  }

  .province-intro h2 {
    font-size: 47px;
  }

  .province-route-list a {
    gap: 9px;
    grid-template-columns: 28px 1fr auto;
  }

  .province-route-list small {
    display: none;
  }

  .province-route-list strong {
    font-size: 20px;
  }

  .newcomer-grid,
  .business-grid,
  .results-grid {
    grid-template-columns: 1fr;
  }

  .business-card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    padding-top: 9px;
  }

  .business-card-media {
    height: 150px;
    margin: 0;
  }

  .business-card-body {
    align-content: center;
    padding: 4px 0 4px 14px;
  }

  .business-card h3 {
    font-size: 21px;
  }

  .business-description,
  .tag-row {
    display: none;
  }

  .business-card-link {
    margin-top: 10px;
  }

  .favorite-button {
    height: 32px;
    width: 32px;
  }

  .local-routes {
    grid-template-columns: 1fr;
  }

  .local-routes > a {
    border-bottom: 1px solid var(--ink);
    border-right: 0;
    min-height: 190px;
  }

  .editorial-how {
    padding: 60px 0;
  }

  .editorial-how h2 {
    font-size: 39px;
  }

  .directory-cta {
    padding: 62px 0;
  }

  .directory-cta-grid {
    grid-template-columns: 1fr;
  }

  .cta-stamp {
    justify-self: start;
    min-height: 100px;
    width: 150px;
  }

  .directory-cta h2 {
    font-size: 47px;
  }

  .directory-cta-actions,
  .cta-facts {
    grid-column: auto;
  }

  .cta-facts {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .search-page-top {
    padding: 30px 0 40px;
  }

  .search-title-row h1 {
    font-size: 52px;
  }

  .results-searchbar {
    background: transparent;
    border: 0;
    box-shadow: none;
    gap: 7px;
    grid-template-columns: 1fr;
  }

  .results-searchbar > label {
    background: var(--paper);
    border: 1px solid var(--line);
    min-height: 58px;
  }

  .results-searchbar > label:nth-of-type(n + 2) {
    display: none;
  }

  .results-searchbar .search-button {
    display: none;
  }

  .results-searchbar.is-filter-open {
    background: var(--paper);
    bottom: 0;
    box-shadow: 0 -24px 65px rgba(8, 30, 33, 0.24);
    display: grid;
    gap: 9px;
    grid-template-columns: 1fr;
    left: 0;
    margin: 0;
    max-height: 86vh;
    overflow-y: auto;
    padding: 60px 17px max(22px, env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    z-index: 1300;
  }

  .results-searchbar.is-filter-open > label:nth-of-type(n) {
    display: flex;
  }

  .results-searchbar.is-filter-open .search-button {
    display: flex;
    flex-direction: row;
    min-height: 50px;
  }

  .results-searchbar.is-filter-open .mobile-filter-close {
    align-items: center;
    background: var(--navy);
    border: 0;
    color: #fff;
    display: flex;
    font-size: 24px;
    height: 38px;
    justify-content: center;
    position: absolute;
    right: 17px;
    top: 14px;
    width: 38px;
  }

  .php-filter-backdrop {
    background: rgba(8, 30, 33, 0.58);
    border: 0;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 180ms ease;
    z-index: 1250;
  }

  body.filter-open .php-filter-backdrop {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  .results-filter-strip {
    display: none;
  }

  .results-experience {
    padding-top: 26px;
  }

  .results-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-top: 0;
  }

  .results-count {
    font-size: 44px;
  }

  .results-toolbar h2 {
    font-size: 25px;
  }

  .toolbar-actions {
    width: 100%;
  }

  .mobile-filter-button {
    align-items: center;
    background: var(--navy);
    border: 0;
    color: #fff;
    display: flex;
    gap: 6px;
    min-height: 38px;
    padding: 0 12px;
  }

  .sort-select {
    flex: 1;
  }

  .view-switch {
    display: none;
  }

  .results-grid.is-list-view .business-card,
  .results-grid .business-card {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .results-grid.is-list-view .business-card-media,
  .results-grid .business-card-media {
    height: 140px;
  }

  .filter-sheet {
    background: var(--paper);
    bottom: 0;
    display: grid;
    gap: 15px;
    left: 0;
    max-height: 82vh;
    overflow-y: auto;
    padding: 22px 17px max(22px, env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    transform: translateY(105%);
    transition: transform 220ms ease;
    z-index: 1300;
  }

  .filter-sheet.is-open {
    transform: translateY(0);
  }

  .filter-sheet-heading {
    align-items: center;
    border-bottom: 1px solid var(--ink);
    display: flex;
    justify-content: space-between;
    padding-bottom: 13px;
  }

  .filter-sheet-heading > div {
    display: grid;
  }

  .filter-sheet-heading span {
    color: var(--coral-dark);
    font-size: 9px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
  }

  .filter-sheet-heading strong {
    font-family: var(--font-editorial);
    font-size: 28px;
  }

  .filter-sheet-heading button {
    background: transparent;
    border: 0;
  }

  .filter-sheet > label:not(.compact-check) {
    display: grid;
    font-size: 11px;
    font-weight: 760;
    gap: 5px;
  }

  .filter-sheet select {
    border-radius: 0;
  }

  .filter-sheet-actions {
    display: grid;
    gap: 8px;
    grid-template-columns: 0.65fr 1.35fr;
    margin-top: 6px;
  }

  .filter-sheet-actions > button:first-child {
    background: transparent;
    border: 1px solid var(--ink);
  }

  .filter-backdrop {
    background: rgba(8, 30, 33, 0.58);
    border: 0;
    inset: 0;
    position: fixed;
    z-index: 1250;
  }

  .taxonomy-hero,
  .categories-hero {
    padding: 36px 0 52px;
  }

  .taxonomy-hero h1,
  .categories-hero h1 {
    font-size: 51px;
  }

  .taxonomy-search {
    grid-template-columns: auto 1fr;
  }

  .taxonomy-search .button {
    grid-column: 1 / -1;
  }

  .taxonomy-intro {
    align-items: start;
    gap: 8px;
    grid-template-columns: 1fr;
  }

  .taxonomy-grid,
  .category-directory {
    grid-template-columns: 1fr;
  }

  .taxonomy-card,
  .category-group-card {
    padding: 23px 19px;
  }

  .taxonomy-card h2,
  .category-group-card h2 {
    font-size: 23px;
  }

  .profile-gallery {
    height: 310px;
    grid-template-columns: 1fr;
  }

  .profile-gallery > :not(:first-child),
  .profile-gallery-side {
    display: none;
  }

  .profile-identity {
    align-items: start;
    grid-template-columns: 65px 1fr;
  }

  .profile-avatar {
    height: 62px;
    width: 62px;
  }

  .profile-title h1,
  .profile-heading h1 {
    font-size: 45px;
  }

  .profile-actions {
    grid-column: 1 / -1;
  }

  .profile-tabs {
    overflow-x: auto;
  }

  .profile-tabs .container {
    min-width: 590px;
  }

  .profile-content,
  .profile-layout {
    gap: 25px;
  }

  .profile-sidebar {
    grid-template-columns: 1fr;
  }

  .profile-section h2,
  .profile-section-card h2 {
    font-size: 30px;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .featured-plan {
    transform: none;
  }

  .footer-grid {
    gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-about {
    grid-column: 1 / -1;
  }
}

/* v1.0.11 · cuentas corporativas y prospección responsable */
.corporate-account-editor {
    margin-top: 26px;
    padding-top: 26px;
    border-top: 1px solid #dce3e0;
}

.corporate-account-editor > header,
.corporate-paypal-box,
.prospecting-safety-banner,
.corporate-invitation-card,
.corporate-active-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.corporate-account-editor h3,
.prospect-evidence-card h3,
.prospect-preview-card h3,
.prospect-send-card h3,
.prospect-history-card h3 {
    margin: 0;
    color: #15323c;
}

.corporate-account-editor > p {
    max-width: 780px;
    color: #5a6c71;
}

.corporate-paypal-box {
    margin-top: 18px;
    padding: 18px;
    border: 1px solid #c8e8dc;
    border-radius: 14px;
    background: #edf9f4;
}

.corporate-paypal-box div,
.corporate-paypal-box form {
    display: grid;
    gap: 7px;
}

.corporate-paypal-box form {
    grid-template-columns: minmax(180px, 240px) auto;
}

.corporate-checkout-link {
    max-width: 360px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff;
    color: #245d6b;
    overflow-wrap: anywhere;
}

.corporate-checkout-terms {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 24px 0;
}

.corporate-checkout-terms span {
    padding: 14px;
    border: 1px solid #d8e4e0;
    border-radius: 12px;
    background: #fff;
    color: #597077;
    text-align: center;
}

.corporate-checkout-terms strong {
    display: block;
    color: #15323c;
}

.corporate-private-note {
    padding: 12px;
    border-radius: 10px;
    background: #e2f6ed;
    color: #2d6553;
    font-size: .9rem;
}

.corporate-invitation-card {
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 22px;
    padding: 24px;
    border: 1px solid #b9dfd1;
    border-radius: 18px;
    background: linear-gradient(135deg, #effaf5 0%, #fff 68%);
}

.corporate-invitation-card > div {
    flex: 1 1 330px;
}

.corporate-invitation-card h3 {
    margin: 6px 0 8px;
    color: #15323c;
    font-size: 1.55rem;
}

.corporate-invitation-card dl {
    display: flex;
    flex: 1 1 360px;
    gap: 10px;
    margin: 0;
}

.corporate-invitation-card dl div {
    flex: 1;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .8);
}

.corporate-invitation-card dt {
    color: #6b7b80;
    font-size: .75rem;
}

.corporate-invitation-card dd {
    margin: 4px 0 0;
    color: #15323c;
    font-weight: 700;
}

.corporate-active-note {
    justify-content: flex-start;
    margin: 18px 0;
    padding: 14px 16px;
    border-radius: 12px;
    background: #edf9f4;
    color: #44635b;
}

.prospecting-safety-banner {
    align-items: flex-start;
    margin-bottom: 22px;
    padding: 18px 20px;
    border: 1px solid #cce5dc;
    border-radius: 14px;
    background: #edf9f4;
}

.prospecting-safety-banner > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #25b77d;
    color: #fff;
}

.prospecting-safety-banner p {
    margin: 5px 0 0;
    color: #536b64;
}

.prospecting-metrics {
    margin-bottom: 22px;
}

.prospecting-setup-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    gap: 18px;
    margin-bottom: 22px;
}

.prospect-import-panel > summary {
    display: flex;
    align-items: center;
    gap: 13px;
    cursor: pointer;
}

.prospect-import-panel > summary > span {
    font-size: 1.5rem;
}

.prospect-import-panel > summary div {
    display: grid;
    gap: 3px;
}

.prospect-import-panel form {
    margin-top: 20px;
}

.prospect-sender-panel > p {
    color: #5c6f74;
}

.prospect-filter-bar {
    grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(140px, .8fr)) auto;
}

.prospect-score {
    color: #167b5b;
}

.prospect-editor-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
    gap: 20px;
}

.prospect-editor-grid > div {
    display: grid;
    align-content: start;
    gap: 18px;
}

.prospect-evidence-card > p {
    color: #52676d;
}

.prospect-evidence-card dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.prospect-evidence-card dl div {
    padding: 10px;
    border-radius: 10px;
    background: #f6f7f3;
}

.prospect-evidence-card dt {
    color: #718086;
    font-size: .75rem;
}

.prospect-evidence-card dd {
    margin: 3px 0 0;
    color: #15323c;
    font-weight: 700;
}

.prospect-source-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    list-style: none;
}

.prospect-source-list a {
    display: inline-block;
    padding: 7px 10px;
    border-radius: 999px;
    background: #eef3f1;
    color: #245d6b;
    font-size: .8rem;
}

.prospect-preview-card iframe {
    width: 100%;
    min-height: 650px;
    margin-top: 12px;
    border: 1px solid #d8dfdc;
    border-radius: 12px;
    background: #f2f0e8;
}

.prospect-preview-card > ul {
    margin-bottom: 0;
    padding-left: 20px;
    color: #607277;
    font-size: .85rem;
}

.prospect-send-locked {
    display: flex;
    gap: 12px;
    padding: 14px;
    border-radius: 10px;
    background: #fff4d9;
    color: #745f2c;
}

.prospect-send-locked p {
    margin: 0;
}

.prospect-history-card article {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 0;
    border-top: 1px solid #e2e7e4;
}

.prospect-history-card article div {
    display: grid;
    gap: 3px;
}

.prospect-history-card time {
    color: #718086;
    font-size: .78rem;
    white-space: nowrap;
}

.status-granted,
.status-ready,
.status-interested,
.status-converted,
.status-sent,
.status-invited {
    background: #ddf5eb;
    color: #167255;
}

.status-declined,
.status-do_not_contact {
    background: #fbe4e2;
    color: #9a3f39;
}

.status-unknown,
.status-requested,
.status-review,
.status-draft {
    background: #eef1ef;
    color: #5d6c70;
}

@media (max-width: 1050px) {
    .prospecting-setup-grid,
    .prospect-editor-grid {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 720px) {
    .corporate-account-editor > header,
    .corporate-paypal-box,
    .corporate-invitation-card,
    .corporate-active-note {
        align-items: stretch;
        flex-direction: column;
    }

    .corporate-paypal-box form,
    .corporate-checkout-terms,
    .corporate-invitation-card dl,
    .prospect-filter-bar,
    .prospect-evidence-card dl {
        grid-template-columns: 1fr;
    }

    .corporate-invitation-card dl {
        display: grid;
        width: 100%;
    }

    .prospect-preview-card iframe {
        min-height: 560px;
    }
}

@media (max-width: 460px) {
  .local-hero .hero-notes {
    grid-template-columns: 1fr;
  }

  .field-note {
    grid-template-columns: 20px 50px minmax(0, 1fr);
  }

  .field-note-visual {
    height: 48px;
    width: 50px;
  }

  .business-card,
  .results-grid .business-card,
  .results-grid.is-list-view .business-card {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  .business-card-media,
  .results-grid .business-card-media,
  .results-grid.is-list-view .business-card-media {
    height: 130px;
  }

  .business-card h3 {
    font-size: 19px;
  }

  .business-card-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .directory-cta h2 {
    font-size: 42px;
  }

  .results-toolbar > div:first-child {
    align-items: flex-start;
  }

  .sort-select > span {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-about {
    grid-column: auto;
  }
}

/* Reference direction supplied by the user: full photographic cover and compact local guide. */
.reference-home {
  background: var(--paper);
}

.reference-hero {
  color: #fff;
  min-height: 555px;
  overflow: hidden;
  position: relative;
}

.reference-hero-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 46%;
  position: absolute;
  width: 100%;
}

.reference-hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 25, 24, 0.76) 0%, rgba(8, 25, 24, 0.43) 54%, rgba(8, 25, 24, 0.18) 100%),
    linear-gradient(0deg, rgba(8, 21, 20, 0.7) 0%, transparent 45%);
  inset: 0;
  position: absolute;
}

.reference-hero-content {
  display: grid;
  gap: 21px 70px;
  grid-template-columns: minmax(0, 1fr) 275px;
  padding-bottom: 32px;
  padding-top: 70px;
  position: relative;
  z-index: 2;
}

.reference-hero-copy {
  align-self: center;
  max-width: 650px;
}

.hero-edition {
  color: #e8b6a6;
  display: block;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 1.5px;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.reference-hero-copy h1 {
  color: #fff;
  font-family: var(--font-editorial);
  font-size: clamp(58px, 6.4vw, 84px);
  font-weight: 530;
  letter-spacing: -3px;
  line-height: 0.98;
  margin: 0 0 18px;
  max-width: 650px;
}

.reference-hero-copy p {
  font-size: 17px;
  font-weight: 620;
  line-height: 1.5;
  margin: 0;
  max-width: 590px;
}

.reference-hero-note {
  align-self: center;
  background: rgba(14, 52, 43, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 10px 12px 0 rgba(9, 26, 23, 0.22);
  min-height: 245px;
  overflow: hidden;
  padding: 32px 30px;
  position: relative;
}

.reference-hero-note > svg {
  color: #e7ccb3;
  margin-bottom: 21px;
}

.reference-note-icon {
  align-items: center;
  border: 1px solid rgba(231, 204, 179, 0.72);
  color: #e7ccb3;
  display: flex;
  font-family: var(--font-editorial);
  font-size: 24px;
  height: 38px;
  justify-content: center;
  margin-bottom: 21px;
  transform: rotate(-3deg);
  width: 38px;
}

.reference-hero-note h2 {
  color: #fff;
  font-family: var(--font-editorial);
  font-size: 25px;
  font-weight: 520;
  line-height: 1.12;
  margin: 0 0 13px;
}

.reference-hero-note p {
  color: #d0ddd5;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-width: 180px;
}

.note-leaf {
  bottom: -42px;
  color: rgba(232, 204, 179, 0.25);
  font-family: var(--font-editorial);
  font-size: 110px;
  position: absolute;
  right: -10px;
  transform: rotate(-25deg);
}

.reference-search {
  align-items: stretch;
  background: rgba(255, 253, 248, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 15px;
  box-shadow: 0 16px 45px rgba(7, 19, 18, 0.25);
  color: var(--ink);
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(270px, 1.35fr) minmax(190px, 0.8fr) minmax(210px, 0.9fr) 125px;
  min-height: 88px;
  overflow: hidden;
  padding: 8px;
}

.reference-search label {
  border-right: 1px solid var(--line-soft);
  display: grid;
  min-width: 0;
  padding: 12px 16px;
}

.reference-search label > small {
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  margin-bottom: 5px;
}

.reference-search label > span {
  align-items: center;
  display: flex;
  gap: 6px;
}

.reference-search input,
.reference-search select {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--ink-soft);
  font-size: 12px;
  min-height: 28px;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reference-search label > span input {
  flex: 1;
}

.reference-input-icon {
  color: var(--ink);
  flex: 0 0 auto;
  font-family: var(--font-editorial);
  font-size: 23px;
  line-height: 1;
}

.reference-search-button {
  align-items: center;
  align-self: center;
  background: var(--coral);
  border: 0;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 760;
  height: 52px;
  justify-content: center;
  margin-left: 8px;
}

.reference-search-button:hover {
  background: var(--coral-dark);
}

.popular-searches {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  gap: 7px;
  grid-column: 1 / -1;
  padding-left: 5px;
}

.popular-searches strong {
  font-weight: 760;
  margin-right: 5px;
}

.popular-searches a {
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  padding: 4px 9px;
}

.popular-searches a:hover {
  background: #fff;
  color: var(--ink);
}

.reference-directory {
  background:
    radial-gradient(rgba(24, 59, 63, 0.035) 0.8px, transparent 0.8px),
    var(--paper);
  background-size: 13px 13px;
  padding: 50px 0 62px;
}

.reference-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 23px;
}

.reference-heading > div {
  align-items: center;
  display: flex;
  gap: 12px;
}

.heading-mark {
  align-items: center;
  border: 1px solid var(--emerald-dark);
  color: var(--emerald-dark);
  display: flex;
  font-family: var(--font-editorial);
  height: 29px;
  justify-content: center;
  transform: rotate(-4deg);
  width: 25px;
}

.reference-heading h2 {
  font-family: var(--font-editorial);
  font-size: 29px;
  font-weight: 560;
  letter-spacing: -0.7px;
  margin: 0;
}

.reference-heading > a {
  align-items: center;
  display: flex;
  font-size: 11px;
  font-weight: 740;
  gap: 6px;
}

.reference-category-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1.18fr 0.84fr 0.84fr 0.72fr;
  grid-template-rows: 112px 112px;
}

.reference-category {
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 255, 255, 0.76), transparent 30%),
    var(--cream);
  border: 1px solid var(--line-soft);
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  min-width: 0;
  overflow: hidden;
  padding: 19px 18px;
  position: relative;
}

.reference-category > div {
  align-content: start;
  display: grid;
  position: relative;
  z-index: 2;
}

.reference-category strong {
  font-family: var(--font-editorial);
  font-size: 21px;
  font-weight: 560;
  line-height: 1.05;
  max-width: 160px;
}

.reference-category small {
  color: var(--ink-soft);
  font-size: 10px;
  margin-top: 13px;
}

.reference-category > span {
  align-items: flex-end;
  color: var(--emerald-dark);
  display: flex;
  justify-content: flex-end;
  opacity: 0.86;
}

.reference-category > span svg {
  filter: drop-shadow(0 10px 10px rgba(25, 52, 48, 0.12));
}

.reference-category > .reference-category-icon {
  filter: drop-shadow(0 10px 10px rgba(25, 52, 48, 0.12));
  font-size: 58px;
  line-height: 1;
  transform: rotate(-4deg);
}

.reference-category.category-1 > .reference-category-icon {
  font-size: 86px;
}

.reference-category:hover {
  border-color: var(--ink);
}

.category-1 {
  background-color: #f0e2cf;
  grid-row: 1 / 3;
}

.category-1 strong {
  color: #6f3c28;
  font-size: 28px;
}

.category-2 {
  background-color: #e8eadc;
}

.category-3 {
  background-color: #f4e1d5;
  grid-column: 3 / 5;
}

.category-3 strong {
  color: var(--coral-dark);
}

.category-4 {
  background-color: #dfe8e6;
}

.category-5 {
  background-color: #f1e5c8;
}

.category-all {
  align-items: center;
  background: var(--navy-deep);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
}

.category-all strong {
  font-size: 21px;
}

.category-all > span {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  color: #fff;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.featured-heading {
  margin-top: 48px;
}

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

.reference-featured-grid .business-card {
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid var(--line);
  border-radius: 6px;
  display: block;
  overflow: hidden;
  padding: 0;
}

.reference-featured-grid .business-card-media {
  border: 0;
  height: 180px;
  margin: 0;
}

.reference-featured-grid .business-card-body {
  min-height: 145px;
  padding: 13px 14px;
}

.reference-featured-grid .business-card h3 {
  font-family: var(--font-interface);
  font-size: 16px;
  font-weight: 780;
  letter-spacing: -0.2px;
  line-height: 1.15;
}

.reference-featured-grid .business-category {
  font-size: 9px;
  margin-bottom: 6px;
}

.reference-featured-grid .business-description,
.reference-featured-grid .tag-row,
.reference-featured-grid .business-card-link {
  display: none;
}

.reference-featured-grid .business-location {
  border: 0;
  font-size: 9px;
  margin: 2px 0 0;
  padding: 0;
}

.reference-featured-grid .business-card-topline {
  margin-bottom: 7px;
  order: 4;
}

.reference-featured-grid .status-open,
.reference-featured-grid .status-closed,
.reference-featured-grid .featured-label {
  display: none;
}

.reference-featured-grid .rating {
  font-size: 10px;
}

.reference-lower-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.95fr) minmax(260px, 0.8fr);
  margin-top: 20px;
}

.province-card,
.new-businesses-card,
.register-card {
  background: rgba(249, 245, 236, 0.92);
  border: 1px solid var(--line-soft);
  border-radius: 7px;
  min-height: 325px;
  overflow: hidden;
  padding: 20px;
  position: relative;
}

.province-card h2,
.new-businesses-card h2,
.register-card h2 {
  font-family: var(--font-editorial);
  font-size: 25px;
  font-weight: 560;
  margin: 0 0 15px;
}

.paper-pattern {
  background-image: radial-gradient(rgba(39, 92, 66, 0.12) 1px, transparent 1px);
  background-size: 9px 9px;
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  position: absolute;
}

.province-card > *:not(.paper-pattern) {
  position: relative;
  z-index: 2;
}

.province-card-body {
  display: grid;
  gap: 19px;
  grid-template-columns: 0.95fr 1.05fr;
}

.province-map-mark {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 205px;
  justify-content: center;
  min-width: 0;
}

.costa-rica-map {
  filter: drop-shadow(0 9px 12px rgba(39, 92, 66, 0.12));
  height: auto;
  max-height: 174px;
  overflow: visible;
  width: min(100%, 238px);
}

.costa-rica-map-shape {
  fill: #a8bd96;
  stroke: #668461;
  stroke-linejoin: round;
  stroke-width: 1.2;
}

.costa-rica-map-marker-ring {
  fill: var(--paper);
  stroke: rgba(24, 59, 63, 0.24);
  stroke-width: 1;
}

.costa-rica-map-marker {
  fill: var(--coral);
}

.province-map-caption {
  color: var(--emerald-dark);
  font-size: 9px;
  font-weight: 820;
  letter-spacing: 1.1px;
  margin-top: -2px;
  text-transform: uppercase;
}

.province-links {
  align-content: center;
  display: grid;
}

.province-links a {
  border-bottom: 1px solid rgba(24, 59, 63, 0.12);
  display: flex;
  font-size: 9px;
  justify-content: space-between;
  padding: 6px 0;
}

.province-links span {
  color: var(--ink-faint);
}

.lower-card-link {
  align-items: center;
  bottom: 19px;
  display: flex;
  font-size: 10px;
  font-weight: 760;
  gap: 6px;
  position: absolute;
  right: 20px;
}

.new-business-list {
  display: grid;
}

.new-business-list > a {
  align-items: center;
  border-bottom: 1px solid var(--line-soft);
  display: grid;
  gap: 10px;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  min-height: 65px;
}

.new-business-thumb {
  align-items: center;
  display: flex;
  font-family: var(--font-editorial);
  font-size: 16px;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.new-business-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.new-business-list > a > span:nth-child(2) {
  display: grid;
  min-width: 0;
}

.new-business-list strong {
  font-size: 11px;
}

.new-business-list small,
.new-business-list em {
  color: var(--ink-faint);
  font-size: 8px;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-business-list b {
  background: #e5e9c6;
  border-radius: 9px;
  color: #566034;
  font-size: 8px;
  font-weight: 700;
  padding: 4px 7px;
}

.compact-empty-state {
  align-items: center;
  border-bottom: 1px solid var(--line-soft);
  border-top: 1px solid var(--line-soft);
  color: var(--ink-faint);
  display: flex;
  min-height: 165px;
  padding: 20px 0;
}

.compact-empty-state p {
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}

.register-card {
  align-items: center;
  display: grid;
  grid-template-rows: 1fr 112px;
  padding: 0;
  text-align: center;
}

.register-card > div {
  padding: 22px 20px 15px;
}

.register-card h2 {
  font-size: 31px;
  margin: 5px 0 9px;
}

.register-card p {
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.5;
  margin: 0 auto 17px;
  max-width: 210px;
}

.register-card .button {
  font-size: 11px;
  min-height: 42px;
}

.register-card img {
  height: 112px;
  object-fit: cover;
  width: 100%;
}

.trust-band {
  background: var(--navy-deep);
  color: #fff;
  overflow: hidden;
  padding: 48px 0;
  position: relative;
}

.trust-band::before {
  border: 1px solid rgba(232, 204, 179, 0.25);
  border-radius: 50%;
  content: "";
  height: 270px;
  left: -130px;
  position: absolute;
  top: -130px;
  width: 270px;
}

.trust-band-inner {
  align-items: center;
  display: grid;
  gap: 55px;
  grid-template-columns: 1fr 1.35fr;
}

.trust-band-inner > div:first-child {
  padding-left: 80px;
  position: relative;
}

.trust-leaf {
  color: #d9b59b;
  font-family: var(--font-editorial);
  font-size: 68px;
  left: 0;
  position: absolute;
  top: -20px;
}

.trust-band h2 {
  font-family: var(--font-editorial);
  font-size: 30px;
  font-weight: 540;
  margin: 0 0 8px;
}

.trust-band p {
  color: #bdccca;
  font-size: 12px;
  margin: 0;
}

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

.trust-points > span {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.trust-points svg {
  color: #d9b59b;
}

.trust-points b {
  align-items: center;
  border: 1px solid rgba(217, 181, 155, 0.55);
  border-radius: 50%;
  color: #d9b59b;
  display: flex;
  font-family: var(--font-editorial);
  font-size: 17px;
  font-weight: 500;
  height: 31px;
  justify-content: center;
  width: 31px;
}

.trust-points small {
  font-size: 9px;
  line-height: 1.35;
  max-width: 80px;
}

@media (max-width: 1100px) {
  .reference-hero-content {
    gap: 20px 35px;
    grid-template-columns: minmax(0, 1fr) 245px;
  }

  .reference-hero-copy h1 {
    font-size: 65px;
  }

  .reference-search {
    grid-template-columns: minmax(240px, 1.2fr) minmax(170px, 0.8fr) minmax(180px, 0.85fr) 110px;
  }

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

  .reference-featured-grid .business-card:nth-child(n + 5) {
    display: none;
  }

  .reference-lower-grid {
    grid-template-columns: 1fr 1fr;
  }

  .register-card {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 0.85fr;
    grid-template-rows: 260px;
  }

  .register-card img {
    height: 100%;
  }
}

@media (max-width: 820px) {
  .reference-hero {
    min-height: 620px;
  }

  .reference-hero-content {
    grid-template-columns: 1fr;
    padding-top: 48px;
  }

  .reference-hero-note {
    display: none;
  }

  .reference-search {
    grid-template-columns: 1fr 1fr;
  }

  .reference-search label:first-child {
    grid-column: 1 / -1;
  }

  .reference-search-button {
    height: auto;
    margin: 6px 0 6px 6px;
    min-height: 50px;
  }

  .reference-category-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 125px);
  }

  .reference-category:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .reference-category.category-1 {
    grid-row: span 2;
  }

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

  .reference-featured-grid .business-card:nth-child(n + 4) {
    display: none;
  }

  .reference-lower-grid {
    grid-template-columns: 1fr;
  }

  .register-card {
    grid-column: auto;
  }

  .trust-band-inner {
    grid-template-columns: 1fr;
  }

  .trust-band-inner > div:first-child {
    padding-left: 70px;
  }
}

@media (max-width: 620px) {
  .reference-hero {
    min-height: 670px;
  }

  .reference-hero-image {
    object-position: 38% center;
  }

  .reference-hero-content {
    padding-bottom: 24px;
    padding-top: 37px;
  }

  .reference-hero-copy h1 {
    font-size: clamp(48px, 15vw, 64px);
    letter-spacing: -2.4px;
  }

  .reference-hero-copy p {
    font-size: 14px;
  }

  .reference-search {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    gap: 7px;
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }

  .reference-search label {
    background: var(--paper);
    border: 0;
    border-radius: 5px;
    min-height: 59px;
    padding: 9px 13px;
  }

  .reference-search label:first-child {
    grid-column: 1 / -1;
  }

  .reference-search-button {
    border-radius: 5px;
    grid-column: 1 / -1;
    margin: 0;
    min-height: 51px;
  }

  .popular-searches {
    gap: 5px;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
  }

  .popular-searches a:nth-of-type(n + 4) {
    display: none;
  }

  .reference-directory {
    padding-top: 38px;
  }

  .reference-heading {
    align-items: flex-start;
  }

  .reference-heading h2 {
    font-size: 25px;
  }

  .reference-heading > a {
    font-size: 0;
  }

  .reference-heading > a svg {
    display: block;
  }

  .reference-category-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .reference-category:nth-child(n) {
    align-items: center;
    grid-column: auto;
    grid-row: auto;
    min-height: 92px;
  }

  .reference-category strong,
  .reference-category.category-1 strong {
    font-size: 21px;
  }

  .reference-category > span svg {
    height: 55px;
    width: 55px;
  }

  .reference-featured-grid {
    gap: 9px;
    grid-template-columns: 1fr 1fr;
  }

  .reference-featured-grid .business-card:nth-child(n + 3) {
    display: none;
  }

  .reference-featured-grid .business-card {
    display: block;
  }

  .reference-featured-grid .business-card-media {
    height: 145px;
  }

  .reference-featured-grid .business-card-body {
    min-height: 130px;
    padding: 11px;
  }

  .reference-featured-grid .business-card h3 {
    font-size: 14px;
  }

  .province-card,
  .new-businesses-card,
  .register-card {
    min-height: 310px;
  }

  .province-card-body {
    grid-template-columns: 0.75fr 1.25fr;
  }

  .province-map-mark {
    height: 190px;
  }

  .register-card {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 120px;
  }

  .trust-band {
    padding: 42px 0;
  }

  .trust-band-inner > div:first-child {
    padding-left: 0;
  }

  .trust-leaf {
    display: none;
  }

  .trust-band h2 {
    font-size: 28px;
  }

  .trust-points {
    gap: 22px 8px;
    grid-template-columns: 1fr 1fr;
  }
}

/* Growth tools · v1.0.12 */
.card-status-group,
.card-tag-list,
.business-feature-list,
.profile-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.open-now-label {
  background: #dff8eb;
  border-radius: 999px;
  color: #116741;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 4px 7px;
  text-transform: uppercase;
}

.card-tag-list {
  margin: -2px 0 10px;
}

.card-tag-list span,
.profile-tag-list a {
  background: #f0ede5;
  border-radius: 999px;
  color: #4c504b;
  font-size: 11px;
  padding: 5px 8px;
}

.business-feature-list,
.profile-tag-list {
  margin-top: 18px;
}

.business-feature-list span {
  background: #eaf8f1;
  border: 1px solid #caebdb;
  border-radius: 8px;
  color: #185d43;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 10px;
}

.profile-open-now {
  color: #0b7650;
  font-weight: 800;
}

.profile-closed-now {
  color: #98604a;
  font-weight: 700;
}

.public-promotions form {
  margin-top: 12px;
}

.coupon-save-button {
  min-height: 38px;
  padding: 8px 14px;
}

.navigation-actions {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.navigation-actions .button {
  min-height: 44px;
}

.button-waze {
  align-items: center;
  background: #29c8f2;
  border: 1px solid #18acd4;
  border-radius: 7px;
  color: #103746;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  padding: 11px 16px;
}

.business-multisite-card {
  align-items: start;
  background: linear-gradient(135deg, #103c33, #176a54);
  border-radius: 12px;
  color: #fff;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  margin: 20px 0 28px;
  padding: 28px;
}

.business-multisite-card .section-kicker {
  color: #8de6be;
}

.business-multisite-card h2 {
  color: #fff;
  font-size: clamp(24px, 3vw, 36px);
  margin: 8px 0 10px;
}

.business-multisite-card p,
.business-multisite-card small {
  color: rgba(255, 255, 255, 0.78);
}

.business-multisite-card dl {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  margin: 20px 0 0;
}

.business-multisite-card dl div {
  background: rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 12px;
}

.business-multisite-card dt {
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  text-transform: uppercase;
}

.business-multisite-card dd {
  font-weight: 800;
  margin: 0;
}

.business-multisite-form {
  background: #fff;
  border-radius: 9px;
  color: #252927;
  display: grid;
  gap: 13px;
  padding: 18px;
}

.business-multisite-form label:not(.check-line) {
  display: grid;
  font-size: 12px;
  font-weight: 800;
  gap: 6px;
}

.business-multisite-form small {
  color: #666b67;
}

.business-multisite-card.is-complete {
  align-items: center;
  grid-template-columns: 1fr auto;
}

.tag-suggestions,
.structured-feature-grid {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-suggestions > span {
  color: #6b706c;
  font-size: 12px;
  font-weight: 700;
}

.tag-suggestions button {
  background: #f1eee6;
  border: 1px solid #ded9cf;
  border-radius: 999px;
  color: #4d514e;
  cursor: pointer;
  font-size: 11px;
  padding: 6px 9px;
}

.business-location-capture {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.business-location-capture small {
  color: #6c716d;
}

.structured-feature-grid {
  background: #f6f3ec;
  border-radius: 8px;
  padding: 14px;
}

.structured-feature-grid .check-line {
  background: #fff;
  border: 1px solid #e3ded3;
  border-radius: 7px;
  min-height: 42px;
  padding: 9px 11px;
}

.coupon-claims-manager {
  align-items: end;
  background: #f6f3ec;
  border-radius: 10px;
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr auto;
  margin-top: 24px;
  padding: 20px;
}

.coupon-claims-manager h3,
.coupon-claims-list h3 {
  margin: 0 0 5px;
}

.coupon-claims-manager p {
  color: #696e6a;
  font-size: 13px;
  margin: 0 0 12px;
}

.coupon-claims-manager form {
  display: flex;
  gap: 8px;
}

.coupon-claims-manager form input {
  min-width: 220px;
}

.coupon-claims-summary {
  display: flex;
  gap: 10px;
}

.coupon-claims-summary span {
  background: #fff;
  border: 1px solid #e0dbd0;
  border-radius: 8px;
  display: grid;
  min-width: 100px;
  padding: 10px;
  text-align: center;
}

.coupon-claims-summary strong {
  color: #145847;
  font-size: 22px;
}

.coupon-claims-list {
  margin-top: 22px;
}

.coupon-claims-list article {
  align-items: center;
  border-top: 1px solid #e4dfd4;
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}

.coupon-claims-list article div {
  display: grid;
  gap: 4px;
}

.coupon-claims-list small {
  color: #757a76;
}

.saved-coupon-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.saved-coupon-grid article {
  background: #fffdf8;
  border: 1px dashed #b9a977;
  border-radius: 10px;
  padding: 18px;
}

.saved-coupon-grid article > span {
  color: #7d6515;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.saved-coupon-grid article h3 {
  margin: 10px 0 5px;
}

.saved-coupon-grid article p {
  color: #6d716e;
  font-size: 13px;
}

.saved-coupon-grid article > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.saved-coupon-grid .is-inactive,
.saved-coupon.is-inactive {
  filter: grayscale(0.8);
  opacity: 0.7;
}

.coupon-page {
  background: #f1eee6;
  min-height: 70vh;
  padding: 70px 0;
}

.coupon-shell {
  max-width: 760px;
}

.saved-coupon {
  background: #fffdf8;
  border: 2px dashed #b69f5b;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(28, 47, 40, 0.1);
  margin-top: 20px;
  overflow: hidden;
}

.coupon-brand,
.coupon-copy,
.coupon-code,
.coupon-actions {
  padding: 22px 28px;
}

.coupon-brand {
  align-items: center;
  background: #123e34;
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.coupon-brand span,
.coupon-code strong {
  font-size: 22px;
  font-weight: 900;
}

.coupon-copy h1 {
  font-size: clamp(30px, 6vw, 48px);
  margin: 8px 0 10px;
}

.coupon-copy > small {
  display: block;
  margin-top: 6px;
}

.coupon-code {
  background: #f2eddd;
  display: grid;
  gap: 6px;
  text-align: center;
}

.coupon-code strong {
  font-size: clamp(26px, 7vw, 42px);
  letter-spacing: 0.08em;
}

.coupon-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.coupon-disclaimer {
  color: #6b706c;
  font-size: 12px;
  line-height: 1.6;
  margin: 16px auto 0;
  max-width: 620px;
  text-align: center;
}

.tag-moderation-panel {
  margin-top: 30px;
}

.tag-moderation-list {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.tag-moderation-list form {
  align-items: end;
  background: #f7f4ed;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(190px, 1fr) 180px 90px auto;
  padding: 12px;
}

.tag-moderation-list label {
  display: grid;
  font-size: 11px;
  font-weight: 800;
  gap: 5px;
}

.tag-moderation-list > form > span {
  align-self: center;
  color: #717672;
  text-align: center;
}

.business-multisite-settings {
  align-items: end;
  background: #eaf7f1;
  border: 1px solid #cbe7da;
  border-radius: 9px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(130px, 0.7fr));
  margin: 16px 0;
  padding: 16px;
}

.business-multisite-settings > div {
  display: grid;
  gap: 5px;
}

.business-multisite-settings small {
  color: #607069;
}

.business-extra-note {
  background: #edf8f3;
  border-radius: 8px;
  display: grid;
  gap: 4px;
  margin-top: 16px;
  padding: 12px;
}

.business-extra-note strong {
  color: #155b46;
}

.business-extra-note span {
  color: #59625e;
  font-size: 12px;
  line-height: 1.5;
}

.advanced-search-filters {
  background: #fffdf8;
  border: 1px solid #ded8cc;
  border-radius: 0 0 10px 10px;
  grid-column: 1 / -1;
  margin: -2px 0 0;
  padding: 0;
}

.advanced-search-filters summary {
  align-items: center;
  color: #194f41;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  list-style: none;
  padding: 11px 16px;
}

.advanced-search-filters summary::-webkit-details-marker {
  display: none;
}

.advanced-search-filters summary span {
  color: #747975;
  font-size: 11px;
  font-weight: 500;
}

.advanced-search-filters[open] summary {
  border-bottom: 1px solid #e8e3d9;
}

.advanced-filter-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 18px;
}

.advanced-filter-grid > label {
  display: grid;
  font-size: 11px;
  font-weight: 800;
  gap: 6px;
}

.advanced-filter-grid input,
.advanced-filter-grid select {
  background: #fff;
  border: 1px solid #dcd7cc;
  border-radius: 6px;
  min-height: 42px;
  padding: 8px 10px;
  width: 100%;
}

.filter-check-grid {
  display: grid;
  gap: 8px;
  grid-column: 1 / 4;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.filter-check-grid label {
  align-items: center;
  background: #f4f1e9;
  border-radius: 6px;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 7px;
  min-height: 40px;
  padding: 8px 10px;
}

.filter-check-grid input {
  min-height: 0;
  width: auto;
}

.nearby-filter-action {
  align-items: stretch;
  display: grid;
  gap: 6px;
}

.nearby-filter-action small {
  color: #707571;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .business-multisite-card,
  .business-multisite-card.is-complete,
  .business-multisite-settings {
    grid-template-columns: 1fr;
  }

  .business-multisite-card dl,
  .saved-coupon-grid {
    grid-template-columns: 1fr;
  }

  .coupon-claims-manager {
    grid-template-columns: 1fr;
  }

  .tag-moderation-list form {
    grid-template-columns: 1fr 1fr;
  }

  .advanced-filter-grid {
    grid-template-columns: 1fr 1fr;
  }

  .filter-check-grid {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .business-multisite-card {
    padding: 20px;
  }

  .coupon-claims-manager form,
  .coupon-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .coupon-claims-manager form input {
    min-width: 0;
  }

  .coupon-claims-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .tag-moderation-list form {
    grid-template-columns: 1fr;
  }

  .advanced-search-filters {
    display: block;
    grid-column: 1 / -1;
  }

  .advanced-filter-grid,
  .filter-check-grid {
    grid-template-columns: 1fr;
  }

  .coupon-brand,
  .coupon-copy,
  .coupon-code,
  .coupon-actions {
    padding: 18px;
  }
}

@media print {
  .coupon-page .site-header,
  .coupon-page .site-footer,
  .coupon-page .text-link,
  .coupon-actions,
  .coupon-disclaimer {
    display: none !important;
  }

  .coupon-page,
  .coupon-shell {
    background: #fff;
    max-width: none;
    padding: 0;
  }

  .saved-coupon {
    box-shadow: none;
    margin: 0;
  }
}

/* Mobile stability and navigation · v1.1.1 */
@media (max-width: 940px) {
  .menu-button {
    position: relative;
    z-index: 1250;
  }

  .main-nav {
    height: calc(100vh - 75px);
    height: calc(100dvh - 75px);
    max-width: 320px;
    overscroll-behavior: contain;
    padding-bottom: max(21px, env(safe-area-inset-bottom));
    pointer-events: none;
    right: 0;
    top: 75px;
    transform: translateX(105%);
    transition: transform 0.25s ease, visibility 0s linear 0.25s;
    visibility: hidden;
    width: 86vw;
  }

  .main-nav.is-open {
    pointer-events: auto;
    right: 0;
    transform: translateX(0);
    transition-delay: 0s;
    visibility: visible;
  }

  .main-nav > a.mobile-nav-primary {
    background: var(--coral);
    border: 0;
    border-radius: 5px;
    color: #fff;
    justify-content: center;
    margin-top: 12px;
    padding-inline: 14px;
  }

  .nav-backdrop {
    inset: 75px 0 0;
  }
}

@media (max-width: 720px) {
  .main-nav {
    height: calc(100vh - 67px);
    height: calc(100dvh - 67px);
    top: 67px;
  }

  .nav-backdrop {
    inset: 67px 0 0;
  }
}

@media (max-width: 620px) {
  .popular-searches {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .popular-searches::-webkit-scrollbar,
  .reference-featured-grid::-webkit-scrollbar {
    display: none;
  }

  .popular-searches strong,
  .popular-searches a,
  .popular-searches a:nth-of-type(n + 4) {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .reference-heading > a span {
    font-size: 18px;
    line-height: 1;
  }

  .reference-featured-grid {
    display: flex;
    overflow-x: auto;
    padding-bottom: 7px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .reference-featured-grid .business-card,
  .reference-featured-grid .business-card:nth-child(n + 3) {
    display: block;
    flex: 0 0 min(78vw, 290px);
    scroll-snap-align: start;
  }
}

@media (max-width: 420px) {
  .reference-hero {
    min-height: auto;
  }

  .reference-hero-copy h1 {
    font-size: clamp(42px, 14vw, 56px);
  }

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

  .reference-search label,
  .reference-search label:first-child,
  .reference-search-button {
    grid-column: 1;
  }

  .reference-featured-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    overflow: visible;
  }

  .reference-featured-grid .business-card,
  .reference-featured-grid .business-card:nth-child(n + 3) {
    display: block;
    width: 100%;
  }

  .province-card {
    padding-bottom: 20px;
  }

  .province-card-body {
    grid-template-columns: minmax(0, 1fr);
  }

  .province-map-mark {
    height: 150px;
  }

  .lower-card-link {
    justify-content: flex-end;
    margin-top: 14px;
    position: static;
  }
}

/* Legibilidad pública integral · v1.1.19
   Complementa la escala privada sin afectar el panel del negocio. */
:root {
  --ink-faint: #5f6f72;
}

.site-body {
  font-size: 16px;
}

.site-body > main:not(.dashboard-page) :is(p, li) {
  line-height: 1.62;
}

.site-body > main:not(.dashboard-page) label {
  font-size: 14px !important;
  line-height: 1.5;
}

.site-body > main:not(.dashboard-page) small {
  font-size: 13px !important;
  line-height: 1.48;
}

.site-body > main:not(.dashboard-page) :is(input:not([type="checkbox"]):not([type="radio"]), select, textarea) {
  font-size: 16px !important;
  line-height: 1.45;
}

.site-body > main:not(.dashboard-page) :is(button, .button) {
  font-size: 14px !important;
  line-height: 1.25;
  min-height: 44px;
}

.section-kicker,
.local-kicker,
.story-overline,
.plan-audience,
.business-category,
.profile-category,
.profile-title > p {
  font-size: 12px !important;
  line-height: 1.4;
}

/* Encabezado y pie. */
.main-nav > a,
.login-link,
.header-cta {
  font-size: 14px !important;
}

.header-edition {
  color: #5d6d70;
  font-size: 13px !important;
}

.footer-edition,
.footer-country {
  font-size: 12px !important;
  line-height: 1.4;
}

.footer-column a {
  color: #bfd0d2;
  font-size: 13px !important;
  line-height: 1.45;
}

.footer-bottom {
  color: #9cb1b5;
  font-size: 12px !important;
  line-height: 1.45;
}

/* Portada, búsqueda y directorio. */
.issue-line,
.hero-route-note small,
.search-heading span,
.editorial-search small,
.photo-caption small,
.field-notes-heading small,
.field-note small,
.results-searchbar small,
.filter-strip-label,
.sort-select > span,
.active-filter-line,
.inline-filter-label,
.inline-filter-copy,
.hero-edition,
.filter-sheet-heading span,
.reference-search label > small,
.popular-searches,
.reference-category small,
.reference-featured-grid .business-category,
.reference-featured-grid .business-location,
.reference-featured-grid .rating,
.province-map-caption,
.province-links a,
.new-business-list small,
.new-business-list em,
.new-business-list b,
.trust-points small,
.open-now-label {
  font-size: 12px !important;
  line-height: 1.45;
}

.hero-photo-main figcaption span,
.hero-photo-small figcaption,
.hero-route-note strong,
.local-hero .hero-notes,
.mosaic-category small,
.story-meta,
.field-note span,
.results-toolbar p,
.compact-check,
.clear-inline-filters,
.sort-select select,
.taxonomy-intro span,
.taxonomy-intro p,
.taxonomy-card > p,
.category-group-heading p,
.subcategory-list a,
.specialty-list a,
.reference-hero-note p,
.reference-heading > a,
.popular-searches a,
.lower-card-link,
.new-business-list strong,
.compact-empty-state p,
.register-card p,
.trust-band p,
.card-tag-list span,
.profile-tag-list a {
  font-size: 14px !important;
  line-height: 1.55;
}

.editorial-search input,
.editorial-search select,
.results-searchbar input,
.results-searchbar select,
.reference-search input,
.reference-search select,
.taxonomy-search input {
  font-size: 16px !important;
}

.business-description,
.business-location {
  font-size: 14px !important;
  line-height: 1.55;
}

.tag-row span {
  font-size: 12px !important;
  line-height: 1.35;
  padding: 6px 8px;
}

.business-card-link {
  font-size: 14px !important;
}

.card-plan-badge,
.card-promotion,
.media-badge,
.verified-badge {
  font-size: 11px !important;
  line-height: 1.3;
}

/* Planes y comparación. */
.plan-card > p,
.plan-features li,
.plan-price small,
.business-multisite-plan-note,
.corporate-plan-copy p {
  font-size: 14px !important;
  line-height: 1.58;
}

.plan-price em,
.plan-ribbon,
.corporate-plan-copy li,
.corporate-plan-action small {
  font-size: 12px !important;
  line-height: 1.4;
}

.comparison-table th {
  font-size: 12px !important;
  line-height: 1.35;
}

.comparison-table td {
  font-size: 14px !important;
  line-height: 1.45;
}

/* Perfil público y contacto. */
.profile-breadcrumbs,
.breadcrumbs,
.profile-tabs a,
.profile-report-shortcut {
  font-size: 13px !important;
  line-height: 1.4;
}

.profile-trust-note p,
.profile-accountability > p,
.profile-accountability summary,
.profile-report-form label,
.safe-contact-note,
.contact-card-heading > span,
.profile-sidebar .contact-card > p {
  font-size: 14px !important;
  line-height: 1.55;
}

.profile-report-form input,
.profile-report-form select,
.profile-report-form textarea,
.lead-form input,
.lead-form select,
.lead-form textarea {
  font-size: 16px !important;
}

.profile-content .contact-card .contact-text-link,
.profile-sidebar .contact-card .contact-text-link,
.contact-details small,
.contact-details button,
.contact-details a {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.45;
  opacity: 1;
}

.feature-list span,
.service-row,
.schedule-list div,
.public-review > p,
.owner-public-response p {
  font-size: 15px !important;
  line-height: 1.65;
}

.public-review > small,
.owner-public-response strong,
.coupon-disclaimer,
.business-extra-note span,
.tag-suggestions > span,
.saved-coupon-grid article > span {
  font-size: 13px !important;
  line-height: 1.45;
}

/* Acceso, formularios y contenido informativo. */
.auth-card > p,
.auth-switch,
.auth-benefits > p,
.auth-benefits li,
.verification-lock-notice p,
.verification-steps small,
.legal-copy p,
.legal-copy li,
.legal-warning,
.contact-form p {
  font-size: 15px !important;
  line-height: 1.65;
}

.password-control button,
.auth-mini-stat span,
.verification-lock-notice strong,
.verification-steps strong,
.legal-index strong,
.legal-index a {
  font-size: 13px !important;
  line-height: 1.45;
}

@media (max-width: 720px) {
  .site-body > main:not(.dashboard-page) label {
    font-size: 15px !important;
  }

  .site-body > main:not(.dashboard-page) :is(button, .button) {
    font-size: 15px !important;
  }

  .main-nav > a,
  .login-link,
  .header-cta {
    font-size: 16px !important;
  }

  .business-description,
  .business-location,
  .plan-card > p,
  .plan-features li,
  .comparison-table td,
  .profile-trust-note p,
  .profile-accountability > p {
    font-size: 15px !important;
  }
}
