/* ===== THEME VARIABLES ===== */
/* Easily adjust site values here */
:root {
  --bg: #f5f5f5;
  --header: #5a7354;
  --menu-accent: #b6c3ac;
  --surface: #f5f5f5;
  --text: #f2efe9;
  --mobile-nav-bg: #5a7354;   /* Mobile dropdown background */
  --mobile-nav-text: #f2efe9; /* Mobile dropdown link color */
  --accent: #5a7354;
  --accent-strong: #5a7354;
  --accent-soft: #eef1ea;
  --accent-soft-alt: #f7f9f4;
  --border-soft: #b6c3ac;
  --shadow-soft: rgba(90, 115, 84, 0.12);
}

/* ===== TOP BAR ===== */
.top-bar {
  width: 100%;
  height: 50px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-bar-container {
  width: 100%;
  max-width: 1500px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
  box-sizing: border-box;
}

.top-bar-contact {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-bar-phone,
.top-bar-email {
  color: var(--text);
  font-family: Jost;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.top-bar-phone:hover,
.top-bar-email:hover {
  color: var(--menu-accent);
}

.top-bar-separator {
  color: var(--text);
  font-weight: 500;
  font-size: 14px;
}

.top-bar-social {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: var(--text);
  transition: color 0.3s ease;
  text-decoration: none;
}

.social-icon:hover {
  color: var(--menu-accent);
}

.social-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
  fill: currentColor;
}

* {
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}
body {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--bg);
}

/* ===== HOMEPAGE HERO + WHITE CONTENT ===== */
.hero-bleed {
  position: relative;
  width: 100%;
  min-height: 60vh;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url("../images/hero-still-1.jpeg");
  background-size: cover;
  background-position: center 25%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-bleed .hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 1500px;
  padding: 4rem 30px;
}

.hero-bleed .hero-content h1,
.hero-bleed .hero-content h2 {
  color: #fff;
}

.content-white {
  background: var(--surface);
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 48px 50px 56px;
}

/* ===== SEVEN SERVICE BOXES ===== */
.hero-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16rem;
  width: 100%;
  max-width: 1500px;
}

.hero-boxes a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 150px;
  height: 214px;
  background: rgba(0, 0, 0, 0.55);
  border: none;
  color: #fff;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  padding: 10px;
  transition: background 0.2s;
}

.hero-boxes a img {
  width: 59px;
  height: 59px;
  margin-bottom: 40px;
  flex-shrink: 0;
}

.hero-boxes a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.header-section {
  width: 100%;
  height: 130px;
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex: 1;
}
.content-container {
  width: 100%;
  max-width: 1500px;
  min-height: 600px;
  height: auto;
  background: url("../images/v12_3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.content-background {
  width: 100%;
  height: 100%;
  background: var(--surface);
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
/* ===== TYPOGRAPHY ===== */
h1 {
  font-family: Jost;
  font-size: 48px;
  font-weight: 700;
  color: #333333;
  margin: 18px 0 5px 0;
  line-height: 1.2;
}
h2 {
  font-family: Jost;
  font-size: 26px;
  font-weight: 600;
  color: #555555;
  margin: 30px 0 5px 0;
  line-height: 1.3;
}
h3 {
  font-family: Jost;
  font-size: 22px;
  font-weight: 700;
  color: #777777;
  margin: 20px 0 2px 0;
  line-height: 1.4;
}
p {
  font-family: Jost;
  font-size: 18px;
  font-weight: 400;
  color: #444444;
  margin: 0 0 15px 0;
  line-height: 1.6;
}
.content-text {
  position: relative;
  z-index: 2;
  padding: 36px 50px 50px;
  max-width: 1500px;
  margin: 0 auto;
}
.footer-section {
  width: 100%;
  height: 160px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}
.footer-red-bg {
  width: 100%;
  height: 160px;
  background: var(--header);
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.footer-content {
  width: 100%;
  max-width: 1500px;
  height: 160px;
  position: relative;
  z-index: 2;
}
.header-content {
  width: 100%;
  max-width: 1500px;
  height: 130px;
  background: url("../images/v12_2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.header-red-bg {
  width: 100%;
  height: 130px;
  background: var(--header);
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.header-background {
  display: none;
}
.header-logo {
  width: 468px;
  height: 110px;
  background: url("../images/landpro-white.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  opacity: 1;
  position: absolute;
  top: 10px;
  left: 40px;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 300px;
  right: 278px;
  transform: translateY(-50%);
  height: 80px;
  gap: 28px;
}
.header-nav-link {
  color: var(--text);
  font-family: Jost;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  opacity: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: text-decoration 0.3s ease;
}
.header-nav-link:hover {
  text-decoration: underline;
}
.header-button {
  width: 160px;
  height: 43px;
  background: url("../images/pc_white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  position: absolute;
  top: 44px;
  right: 25px;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.footer-logo {
  width: 293px;
  height: 64px;
  background: url("../images/pc_white_tag.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  position: absolute;
  top: 20px;
  left: 0;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.footer-contact {
  width: 360px;
  color: var(--text);
  position: absolute;
  top: 30px;
  left: 290px;
  right: auto;
  font-family: Jost;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.45;
  opacity: 1;
  text-align: left;
}
.footer-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  position: absolute;
  top: 110px;
  right: 20px;
  height: 20px;
}
.footer-link {
  color: var(--text);
  font-family: Jost;
  font-weight: 500;
  font-size: 12px;
  opacity: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: text-decoration 0.3s ease;
}
.footer-link:hover {
  text-decoration: underline;
}
.footer-link-separator {
  color: var(--text);
  font-family: Jost;
  font-weight: 500;
  font-size: 12px;
  opacity: 1;
  margin: 0 4px;
}
.footer-disclaimer {
  width: 680px;
  color: var(--text);
  position: absolute;
  top: 30px;
  right: 20px;
  font-family: Jost;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.35;
  opacity: 1;
  text-align: right;
}

/* ===== SHARED PAGE SYSTEMS ===== */
.content-white {
  flex: 1 0 auto;
}

.site-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-family: Jost, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-link {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

.site-link:hover {
  text-decoration: underline;
}

.site-button,
.land-btn,
.outline-btn {
  display: inline-block;
  padding: 14px 20px;
  background: var(--accent);
  color: #fff;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease;
}

.site-button:hover,
.land-btn:hover,
.outline-btn:hover {
  background: var(--accent-strong);
}

.panel-card,
.legal-card,
.about-panel,
.about-note,
.office-card,
.assessment-panel,
.land-callout,
.land-card,
.sold-card,
.styleguide-card,
.styleguide-type-card {
  background: #fff;
  border: 1px solid var(--border-soft);
  box-shadow: 0 14px 34px var(--shadow-soft);
}

.panel-card--top,
.legal-card,
.about-panel,
.assessment-panel,
.styleguide-card--accent {
  border-top: 5px solid var(--accent);
}

/* Legal pages */
.legal-page {
  display: grid;
  gap: 28px;
}

.legal-card {
  padding: 30px;
}

.legal-page h1,
.legal-page h2 {
  font-family: Jost, sans-serif;
  color: #222;
  margin-top: 0;
}

.legal-page h1 {
  font-size: 40px;
  margin-bottom: 12px;
}

.legal-page h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.legal-page p,
.legal-page ul {
  font-family: Jost, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  margin: 0 0 14px;
}

.legal-page ul {
  padding-left: 20px;
}

.legal-page a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

.legal-page a:hover {
  text-decoration: underline;
}

.legal-page a.land-btn {
  color: #fff;
}

.legal-page a.land-btn:hover {
  text-decoration: none;
}

.cookie-section {
  display: none;
}

.seminar-page {
  display: grid;
  gap: 32px;
}

.seminar-page-intro {
  max-width: 880px;
}

.seminar-page-intro h1 {
  margin-bottom: 12px;
}

.seminar-page-intro p {
  margin-bottom: 0;
}

.seminar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.seminar-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--border-soft);
  box-shadow: 0 18px 40px var(--shadow-soft);
}

.seminar-card h2 {
  margin: 0;
  font-size: 32px;
  color: #1f2f41;
}

.seminar-card-meta {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #5a7354;
}

.seminar-card-subtitle {
  margin: 0;
  font-size: 18px;
  color: #444444;
}

.seminar-card-media {
  display: block;
  text-decoration: none;
  aspect-ratio: 17 / 11;
  overflow: hidden;
  background: #f3f6ee;
  border: 1px solid #d9e2d2;
}

.seminar-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.seminar-card-media--placeholder {
  display: grid;
  place-items: center;
  padding: 16px;
  background: linear-gradient(180deg, #f3f6ee 0%, #e5ebde 100%);
}

.seminar-card-media--placeholder span {
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #5a7354;
  text-align: center;
}

.seminar-assets {
  display: grid;
  gap: 10px;
}

.seminar-assets a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 42px;
  padding: 10px 14px;
  background: var(--accent-soft);
  border: 1px solid var(--border-soft);
  color: #1f2f41;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.seminar-assets a:hover {
  background: var(--menu-accent);
  border-color: var(--accent);
  color: #1f2f41;
}

.seminar-assets--empty {
  min-height: 0;
}

@media (min-width: 1200px) {
  .seminar-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
  }

  .seminar-card {
    gap: 10px;
    padding: 16px;
  }

  .seminar-card h2 {
    font-size: 26px;
  }

  .seminar-card-meta {
    font-size: 14px;
  }

  .seminar-assets {
    gap: 8px;
  }

  .seminar-assets a {
    width: 100%;
    min-height: 0;
    padding: 8px 10px;
    font-size: 14px;
  }
}

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

/* Contact page */
.about-page {
  display: grid;
  gap: 52px;
}

.about-page h1,
.about-page h2,
.about-page h3 {
  font-family: Jost, sans-serif;
  color: #222;
  margin-top: 0;
}

.about-page h1 {
  font-size: 42px;
  line-height: 1.08;
  margin-bottom: 18px;
}

.about-page h2 {
  font-size: 30px;
  margin-bottom: 12px;
}

.about-page h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.about-page p,
.about-page li,
.office-card address {
  font-family: Jost, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #444;
}

.about-panel {
  padding: 30px;
}

.about-note {
  padding: 28px;
  border-left: 5px solid var(--accent);
  background: linear-gradient(135deg, var(--accent-soft-alt) 0%, #ffffff 100%);
}

.about-sections {
  display: grid;
  gap: 24px;
}

.office-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.office-card {
  padding: 28px;
}

.office-card address {
  font-style: normal;
  margin: 0;
}

.office-card address a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.office-card a,
.about-link {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

.office-card address a:hover {
  color: inherit;
  text-decoration: none;
}

.office-card a:hover,
.about-link:hover {
  text-decoration: underline;
}

.about-list {
  margin: 0;
  padding-left: 20px;
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 36px 26px;
  margin-top: 32px;
  margin-bottom: 8px;
}

.staff-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  padding: 0;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.staff-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
  margin-bottom: 18px;
  border: 0;
  border-radius: 0;
  background: #ececec;
  filter: grayscale(100%);
  transition: filter 0.28s ease;
}

.staff-card:hover img {
  filter: grayscale(0%);
}

.staff-info strong {
  display: block;
  font-family: Jost, sans-serif;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #1f1f1f;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.staff-card:hover .staff-info strong {
  color: var(--accent-strong);
}

.staff-title {
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: #666;
}

/* Land management page */
.land-page {
  display: grid;
  gap: 64px;
}

.land-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.9fr);
  gap: 40px;
  align-items: start;
}

.land-intro h1,
.land-section h2,
.land-card h3,
.land-callout h3 {
  font-family: Jost, sans-serif;
  color: #222;
  margin-top: 0;
}

.land-intro h1 {
  font-size: 42px;
  margin-bottom: 18px;
  line-height: 1.1;
}

.land-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-family: Jost, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.land-intro p,
.land-section p,
.land-card p,
.land-callout p,
.assessment-list li {
  font-family: Jost, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #444;
}

.land-deck {
  margin-bottom: 18px;
  font-family: Jost, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  color: #444;
}

.assessment-panel {
  padding: 30px;
}

.assessment-panel h2 {
  font-size: 30px;
  margin-bottom: 14px;
}

.assessment-list {
  margin: 22px 0 28px;
  padding-left: 20px;
}

.assessment-list li {
  margin-bottom: 8px;
}

.land-section {
  display: grid;
  gap: 18px;
}

.land-section h2 {
  font-size: 32px;
  margin-bottom: 4px;
}

.land-callout {
  padding: 26px 28px;
  border-left: 5px solid var(--accent);
}

.land-callout h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.land-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.land-card {
  padding: 28px;
}

.land-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.land-card a,
.land-section a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

.land-section a.land-btn,
.land-card a.land-btn {
  color: #fff;
}

.land-card a:hover,
.land-section a:hover {
  text-decoration: underline;
}

.land-section a.land-btn:hover,
.land-card a.land-btn:hover {
  text-decoration: none;
}

.land-commitment {
  padding: 34px;
  background: linear-gradient(135deg, var(--accent-soft-alt) 0%, #ffffff 100%);
  border: 1px solid var(--border-soft);
}

/* Sold page */
.sold-intro {
  width: 100%;
  margin-bottom: 34px;
}

.sold-page-title {
  margin-top: 0;
}

.sold-intro p {
  margin: 0 0 18px 0;
}

.sold-intro p:last-child {
  margin-bottom: 0;
}

.sold-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
  margin-top: 36px;
  align-items: stretch;
}

.sold-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  border-color: #d8d8d8;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

.sold-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
}

.sold-card-image {
  aspect-ratio: 16 / 9;
  background: #ddd;
  overflow: hidden;
}

.sold-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sold-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 18px 20px;
}

.sold-card-title {
  font-family: Jost, sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 14px 0;
  line-height: 1.2;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.sold-card-meta {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  margin: 0 0 16px 0;
  text-align: center;
}

.sold-card-detail {
  font-family: Jost, sans-serif;
  font-size: 15px;
  color: #555555;
  line-height: 1.35;
}

.sold-card-detail--acres {
  font-weight: 700;
  color: #333333;
}

.sold-card-detail--date {
  font-size: 13px;
  color: #555555;
}

.sold-card-link {
  display: block;
  font-family: Jost, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-top: auto;
  padding-top: 10px;
  text-align: center;
}

.sold-empty-state {
  padding: 28px 32px;
  border: 1px dashed var(--accent);
  background: #fff;
}

.sold-properties-page {
  display: grid;
  gap: 28px;
}

.sold-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border: 1px solid var(--border-soft);
  box-shadow: 0 14px 34px var(--shadow-soft);
  scrollbar-width: thin;
  scrollbar-color: var(--accent) #eef2ea;
}

.sold-table-wrap::-webkit-scrollbar {
  height: 8px;
}

.sold-table-wrap::-webkit-scrollbar-track {
  background: #eef2ea;
  border-radius: 4px;
}

.sold-table-wrap::-webkit-scrollbar-thumb {
  background: var(--accent);
  border-radius: 4px;
}

.sold-scroll-hint {
  display: none;
  margin: 8px 0 0;
  font-family: Jost, sans-serif;
  font-size: 13px;
  color: #5a7354;
  text-align: right;
}

@media (max-width: 1200px) {
  .sold-scroll-hint {
    display: block;
  }
}

.sold-properties-table {
  width: 100%;
  min-width: 1120px;
  border-collapse: collapse;
  font-family: Jost, sans-serif;
  color: #333;
  background: #fff;
}

.sold-properties-table thead {
  background: var(--accent-soft);
}

.sold-properties-table th,
.sold-properties-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #dde4d8;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.45;
}

.sold-properties-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #263123;
  text-align: left;
  background: var(--accent-soft);
}

.sold-properties-table tbody tr:nth-child(even) {
  background: var(--accent-soft-alt);
}

.sold-properties-table tbody tr:hover {
  background: #eef4e8;
}

.sold-properties-table td:nth-child(2),
.sold-properties-table td:nth-child(3),
.sold-properties-table td:nth-child(4),
.sold-properties-table td:nth-child(5),
.sold-properties-table td:nth-child(6),
.sold-properties-table td:nth-child(9),
.sold-properties-table th:nth-child(2),
.sold-properties-table th:nth-child(3),
.sold-properties-table th:nth-child(4),
.sold-properties-table th:nth-child(5),
.sold-properties-table th:nth-child(6),
.sold-properties-table th:nth-child(9) {
  text-align: center;
}

.sold-properties-table td:nth-child(1) {
  font-weight: 700;
}

.sold-properties-table td:nth-child(7),
.sold-properties-table td:nth-child(8) {
  white-space: nowrap;
}

.sold-properties-table .xcell {
  display: block;
}

.sold-table-note {
  margin: 0;
  font-family: Jost, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #444;
}

/* 404 page */
.error-404-container .content-background,
.error-404-container .content-text {
  background: #fff;
}

.error-404-page {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 16px 0 8px;
}

.error-404-page h1 {
  margin: 0 0 24px;
  font-family: Jost, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.25;
  color: #1f2f41;
}

.tractor-wrapper {
  background: transparent;
  margin: 4px auto 20px;
  width: 100%;
  max-width: 700px;
}

.tractor {
  position: relative;
  width: 100%;
}

.tractor .body {
  width: 100%;
  display: block;
}

.tractor .front-tire,
.tractor .back-tire {
  position: absolute;
  display: block;
  transform-origin: center center;
  animation-play-state: running;
}

.tractor .front-tire {
  animation: spin-front 22.4s linear infinite;
  aspect-ratio: 1 / 1;
  left: 21%;
  top: 55.7%;
  width: 18.5%;
}

.tractor .back-tire {
  animation: spin-back 31s linear infinite;
  aspect-ratio: 1 / 1;
  left: 55.6%;
  top: 38.4%;
  width: 25.5%;
}

.tractor-wrapper:hover .back-tire,
.tractor-wrapper:hover .front-tire {
  animation-play-state: paused;
  cursor: pointer;
}

@keyframes spin-front {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(-1turn);
  }
}

@keyframes spin-back {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(-1turn);
  }
}

@media (prefers-reduced-motion: reduce) {
  .back-tire,
  .front-tire {
    animation: none !important;
    transform: none !important;
  }
}

@media (max-width: 900px) {
  .error-404-page h1 {
    font-size: 30px;
  }
}

/* Listing detail pages */
.listing-layout {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}

.listing-main {
  flex: 3;
  min-width: 0;
}

.listing-sidebar {
  flex: 2;
  min-width: 0;
  position: sticky;
  top: 20px;
}

.listing-heading {
  font-family: Jost, sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #333;
  margin: 0 0 16px;
  line-height: 1.2;
}

.listing-subheading {
  font-family: Jost, sans-serif;
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin: 0 0 24px;
}

.listing-subheading p {
  font-size: 16px;
  margin-bottom: 10px;
}

.photo-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  margin: 0 0 36px;
}

.photo-gallery a {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #ddd;
}

.photo-gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.photo-gallery a:hover img {
  transform: scale(1.05);
}

.terms-section {
  margin-bottom: 36px;
}

.terms-section h2 {
  font-family: Jost, sans-serif;
  font-size: 22px;
  color: var(--accent);
  font-weight: 700;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--accent);
}

.terms-section p {
  font-family: Jost, sans-serif;
  font-size: 15px;
  color: #444;
  margin-bottom: 14px;
  line-height: 1.65;
}

.sidebar-section {
  margin-bottom: 24px;
}

.sidebar-section h3 {
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 10px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--accent);
}

.sidebar-section p,
.sidebar-section ul {
  font-family: Jost, sans-serif;
  font-size: 15px;
  color: #444;
  line-height: 1.65;
}

.sidebar-section p {
  margin-bottom: 10px;
}

.sidebar-section ul {
  padding-left: 20px;
  margin: 0 0 10px;
}

.pdf-links {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}

.pdf-links li {
  margin-bottom: 6px;
}

.pdf-links li::before {
  content: "> ";
  color: var(--accent);
  font-weight: 700;
}

.pdf-links a {
  color: #1a56db;
  font-family: Jost, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.pdf-links a:hover {
  text-decoration: underline;
}

.outline-btn {
  display: block;
  width: 100%;
  padding: 10px 16px;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 8px;
}

.media-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin: 0 0 24px;
  background: #000;
}

.media-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-form {
  margin-bottom: 12px;
}

.contact-form h2 {
  font-family: Jost, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin: 0 0 20px;
}

.contact-form .form-group {
  margin-bottom: 16px;
}

.contact-form label {
  display: block;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #444;
  margin-bottom: 5px;
}

.contact-form label abbr {
  color: var(--accent);
  text-decoration: none;
  margin-left: 2px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  font-family: Jost, sans-serif;
  font-size: 15px;
  color: #333;
  background: #fff;
  box-sizing: border-box;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--accent);
  border-color: var(--accent);
}

.contact-form textarea {
  height: 130px;
  resize: vertical;
}

.contact-form button {
  width: 100%;
  padding: 12px;
  background: var(--accent);
  color: #fff;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background 0.2s;
}

.contact-form button:hover {
  background: var(--accent-strong);
}

.bid-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 20px;
  background: var(--accent);
  color: #fff;
  font-family: Jost, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  margin-bottom: 28px;
  box-sizing: border-box;
  transition: background 0.2s;
}

.bid-btn:hover {
  background: var(--accent-strong);
}

.bid-btn svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  flex-shrink: 0;
}

/* Style guide page */
.styleguide-page {
  display: grid;
  gap: 40px;
}

.styleguide-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 28px;
  align-items: start;
}

.styleguide-intro h1,
.styleguide-section h2,
.styleguide-card h3,
.styleguide-type-card h3 {
  margin-top: 0;
  color: #222;
}

.styleguide-intro h1 {
  font-size: 42px;
  line-height: 1.08;
  margin-bottom: 16px;
}

.styleguide-intro p,
.styleguide-card p,
.styleguide-type-card p,
.styleguide-scale-row,
.styleguide-token-value {
  font-family: Jost, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #444;
}

.styleguide-summary {
  padding: 28px;
  background: linear-gradient(135deg, var(--accent-soft-alt) 0%, #ffffff 100%);
  border-left: 5px solid var(--accent);
}

.styleguide-grid,
.styleguide-type-grid,
.styleguide-token-grid,
.styleguide-button-grid,
.styleguide-card-grid {
  display: grid;
  gap: 24px;
}

.styleguide-grid,
.styleguide-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.styleguide-type-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.styleguide-token-grid,
.styleguide-button-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.styleguide-card,
.styleguide-type-card {
  padding: 28px;
}

.styleguide-label {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.styleguide-specimen {
  margin: 0 0 12px;
  color: #222;
}

.styleguide-specimen--hero {
  font-family: Jost, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.04;
}

.styleguide-specimen--h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}

.styleguide-specimen--h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.styleguide-specimen--h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.styleguide-specimen--body {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.styleguide-specimen--small {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.styleguide-token {
  display: grid;
  gap: 12px;
}

.styleguide-swatch {
  height: 84px;
  border: 1px solid #ddd;
}

.styleguide-token-value {
  margin: 0;
}

.styleguide-scale-list {
  display: grid;
  gap: 14px;
}

.styleguide-scale-list--specimens {
  gap: 20px;
}

.styleguide-scale-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
}

.styleguide-scale-row--specimen {
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid var(--accent);
}

.styleguide-scale-row--specimen:first-child {
  padding-top: 0;
  border-top: none;
}

.styleguide-scale-row--specimen:last-child {
  padding-bottom: 0;
}

.styleguide-scale-meta {
  display: grid;
  gap: 8px;
  align-content: start;
}

.styleguide-scale-meta .styleguide-label {
  margin-bottom: 0;
}

.styleguide-scale-meta strong {
  color: #222;
}

.styleguide-scale-meta span:last-child {
  color: #555;
}

.styleguide-scale-preview {
  min-width: 0;
}

.styleguide-scale-preview .styleguide-specimen {
  margin-bottom: 0;
}

.styleguide-section {
  display: grid;
  gap: 20px;
}

/* ===== HAMBURGER MENU ===== */
.nav-toggle {
  display: none;
}
.nav-toggle-label {
  display: none;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  width: 50px;
  height: 40px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.hamburger, .hamburger::before, .hamburger::after {
  width: 30px;
  height: 3px;
  background: var(--text);
  border-radius: 3px;
  transition: all 0.3s ease;
  display: block;
}
.hamburger::before, .hamburger::after {
  content: '';
  position: absolute;
  left: 0;
}
.hamburger {
  position: relative;
}
.hamburger::before {
  top: -10px;
}
.hamburger::after {
  top: 10px;
}

/* Hamburger menu animation on toggle */
.nav-toggle:checked ~ .nav-toggle-label .hamburger {
  background: transparent;
}
.nav-toggle:checked ~ .nav-toggle-label .hamburger::before {
  top: 0;
  transform: rotate(45deg);
}
.nav-toggle:checked ~ .nav-toggle-label .hamburger::after {
  top: 0;
  transform: rotate(-45deg);
}

/* Mobile Menu */
.nav-toggle:checked ~ .header-nav {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  position: absolute;
  top: 70px;
  right: 0px;
  left: auto;
  transform: none;
  width: auto;
  height: auto;
  min-width: 200px;
  background: var(--mobile-nav-bg);
  padding: 10px 0;
  gap: 0;
  z-index: 100;
}

.nav-toggle:checked ~ .header-nav .header-nav-link {
  width: 100%;
  padding: 12px 28px 12px 36px;
  display: block;
  position: relative;
  text-align: left;
  color: var(--mobile-nav-text);
  border-bottom: 1px solid var(--menu-accent);
  white-space: nowrap;
}

.nav-toggle:checked ~ .header-nav .header-nav-link::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 0.71em;
  height: 0.71em;
  background: var(--menu-accent);
  transform: translateY(-50%) rotate(45deg);
}

.nav-toggle:checked ~ .header-nav .header-nav-link:last-child {
  border-bottom: none;
}

/* ===== MEDIA QUERIES ===== */

/* Large Tablet and below - shrink header and switch nav to hamburger at 1220px */
@media (max-width: 1220px) {
  .header-section {
    height: 80px;
  }

  .header-content {
    height: 80px;
    overflow: visible;
  }
  
  .header-red-bg {
    height: 80px;
  }
  
  .header-logo {
    width: 255px;
    height: 60px;
    left: 40px;
    top: 10px;
  }
  
  .header-button {
    display: none;
  }
  
  .header-nav {
    display: none;
    left: 315px;
    right: 320px;
  }

  .nav-toggle-label {
    display: flex;
    top: 50%;
  }

  .nav-toggle:checked ~ .header-nav {
    top: 80px;
  }

  .hero-bleed .hero-content {
    padding: 3.5rem 24px;
  }

  .hero-boxes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    justify-content: center;
    row-gap: 18px;
    column-gap: 24px;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }

  .hero-boxes a {
    width: 100%;
    max-width: none;
    height: 65px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 26px;
    padding: 0 22px;
    font-size: 16px;
    text-align: left;
    white-space: nowrap;
  }

  .hero-boxes a img {
    width: 41px;
    height: 41px;
    margin-bottom: 0;
  }

  .hero-boxes a br {
    display: none;
  }

  .hero-boxes a:first-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 440px);
  }
}

/* Footer collapse layout 1300px and below */
@media (max-width: 1300px) {
  .footer-disclaimer {
    display: block;
    position: static;
    order: 4;
    width: calc(100% - 30px);
    max-width: 980px;
    margin: 8px 15px 0;
    text-align: center;
  }

  .footer-section {
    height: auto;
    min-height: 255px;
    background: var(--header);
  }

  .footer-red-bg {
    display: none;
  }

  .footer-content {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 255px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px 18px;
  }

  .footer-logo {
    width: 200px;
    height: 51px;
    position: static;
    margin: 15px 0;
  }

  .footer-contact {
    position: static;
    width: calc(100% - 30px);
    max-width: 360px;
    margin: 0 15px 15px;
    text-align: center;
    line-height: 1.5;
  }

  .footer-nav {
    position: static;
    order: 3;
    flex-wrap: wrap;
    margin: 15px 0 10px;
    justify-content: center;
    gap: 8px;
    height: auto;
  }

  .footer-link-separator {
    display: inline;
  }
}

/* Tablet and below - Hamburger menu + footer collapse 1024px and below */
@media (max-width: 1024px) {
  .top-bar-container {
    justify-content: space-between;
    padding: 0 16px;
  }

  .top-bar-contact {
    justify-content: flex-start;
  }

  .top-bar-social {
    display: flex;
    gap: 10px;
  }

  .top-bar-phone,
  .top-bar-email,
  .top-bar-separator {
    font-size: 12px;
  }

  .header-content {
    overflow: visible;
  }

}

/* Tablet range - extra footer room for wrapped disclaimer */
@media (max-width: 1024px) and (min-width: 769px) {
  .footer-section,
  .footer-content {
    min-height: 295px;
  }

  .footer-content {
    padding-bottom: 24px;
  }
}

/* iPad portrait specifically - prevent right-edge clipping */
@media (max-width: 1024px) and (orientation: portrait) {
  body {
    align-items: stretch;
    overflow-x: hidden;
  }

  .header-content,
  .content-container,
  .footer-content {
    max-width: 100%;
  }

  .content-text {
    max-width: 100%;
    padding: 30px 20px 36px;
  }

  h1,
  h2,
  h3,
  p {
    overflow-wrap: anywhere;
  }
}

/* Tablet Portrait and below - tighten spacing before phone layout */
@media (max-width: 768px) {
  .about-page,
  .land-page,
  .styleguide-page {
    gap: 36px;
  }

  .about-page h1,
  .land-intro h1,
  .styleguide-intro h1,
  .legal-page h1 {
    font-size: 34px;
  }

  .styleguide-hero,
  .land-hero {
    grid-template-columns: 1fr;
  }

  .styleguide-card,
  .styleguide-type-card,
  .legal-card,
  .office-card,
  .land-card,
  .assessment-panel,
  .styleguide-summary {
    padding: 22px;
  }

  .sold-intro {
    margin-bottom: 28px;
  }

  .styleguide-scale-row--specimen {
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
  }

  .sold-grid {
    gap: 22px;
  }

  .sold-properties-table th,
  .sold-properties-table td {
    padding: 10px 12px;
  }

  .sold-card-body {
    padding: 20px;
  }

  .listing-layout {
    flex-direction: column;
    gap: 30px;
  }

  .listing-sidebar {
    position: static;
    width: 100%;
  }

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

  .hero-bleed {
    min-height: 48vh;
  }

  .hero-bleed .hero-content {
    padding: 2.5rem 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-boxes {
    grid-template-columns: 1fr;
    gap: 9px;
    max-width: 360px;
    margin: 0 auto;
  }

  .hero-boxes a:first-child {
    grid-column: auto;
    width: 100%;
  }

  .hero-boxes a {
    height: 58px;
    gap: 16px;
    padding: 0 16px;
    font-size: 15px;
  }

  .hero-boxes a img {
    width: 34px;
    height: 34px;
  }

  .content-white {
    padding: 32px 28px 40px;
  }

  .header-logo {
    width: 213px;
    height: 50px;
    left: 15px;
    top: 15px;
  }

  .nav-toggle-label {
    right: 15px;
  }

  .nav-toggle:checked ~ .header-nav {
    top: 64px;
    min-width: 190px;
  }

  .content-text {
    padding: 30px 28px 40px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 23px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  .footer-disclaimer {
    display: none;
  }

  .footer-section,
  .footer-content {
    min-height: 200px;
  }

  .footer-content {
    padding: 0 15px 12px;
  }

  .footer-link-separator {
    display: inline;
  }
}

/* Short landscape phones - reduce hero stack height with two columns */
@media (max-width: 932px) and (max-height: 450px) and (orientation: landscape) {
  .hero-bleed {
    min-height: auto;
    align-items: flex-start;
  }

  .hero-bleed .hero-content {
    padding: 10px 12px 12px;
  }

  .hero-boxes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 8px;
    row-gap: 8px;
    max-width: 760px;
  }

  .hero-boxes a:first-child {
    grid-column: 1 / -1;
    width: min(100%, 300px);
  }

  .hero-boxes a {
    height: 40px;
    gap: 8px;
    padding: 0 8px;
    font-size: 11px;
  }

  .hero-boxes a img {
    width: 18px;
    height: 18px;
  }
}

/* Mobile: 480px and below */
@media (max-width: 480px) {
  .photo-gallery {
    grid-template-columns: 1fr;
  }

  .styleguide-scale-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .hero-bleed {
    min-height: 36vh;
    align-items: flex-start;
  }

  .hero-bleed .hero-content {
    padding: 10px 12px 12px;
  }

  .hero-boxes {
    display: none;
  }

  .hero-boxes {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 400px;
    margin-top: 0;
  }

  .hero-boxes a:first-child {
    grid-column: auto;
    width: 100%;
  }

  .hero-boxes a {
    max-width: 400px;
    height: 34px;
    gap: 9px;
    padding: 0 12px 0 52px;
    font-size: 12px;
  }

  .hero-boxes a img {
    width: 19px;
    height: 19px;
    margin-bottom: 0;
  }

  .content-white {
    padding: 24px 20px 30px;
  }

  body {
    align-items: stretch;
    overflow-x: hidden;
  }

  .top-bar {
    height: 40px;
  }

  .top-bar-container {
    height: 40px;
    justify-content: center;
    padding: 0 12px;
  }

  .top-bar-contact {
    width: 100%;
    justify-content: center;
  }

  .top-bar-social {
    display: none;
  }

  .top-bar-phone,
  .top-bar-email,
  .top-bar-separator {
    font-size: 12px;
  }

  .header-section {
    height: 80px;
  }

  .header-content {
    width: 100%;
    max-width: none;
    height: 80px;
  }
  
  .header-red-bg {
    height: 80px;
  }
  
  .header-logo {
    width: 213px;
    height: 50px;
    left: 10px;
    top: 15px;
  }
  
  .nav-toggle-label {
    width: 40px;
    height: 30px;
    right: 10px;
    top: 50%;
  }

  .nav-toggle:checked ~ .header-nav {
    top: 80px;
    left: 0;
    right: 0;
    width: 100%;
    min-width: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  
  .hamburger, .hamburger::before, .hamburger::after {
    width: 25px;
    height: 2.5px;
  }
  
  .hamburger::before {
    top: -8px;
  }
  
  .hamburger::after {
    top: 8px;
  }
  
  .content-container {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 500px;
  }
  
  .content-text {
    padding: 24px 20px 30px;
  }
  
  h1 {
    font-size: 28px;
    margin: 10px 0 8px 0;
  }
  
  h2 {
    font-size: 20px;
    margin: 15px 0 6px 0;
  }
  
  h3 {
    font-size: 16px;
    margin: 12px 0 6px 0;
  }
  
  p {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 12px 0;
  }
  
  .footer-link {
    font-size: 12px;
  }
  
  .footer-link-separator {
    font-size: 12px;
  }
}
