:root {
  --bg: #d4dbd8;
  --paper: rgba(255, 252, 248, 0.9);
  --paper-solid: #fcfaf6;
  --paper-soft: rgba(255, 255, 255, 0.72);
  --ink: #171514;
  --muted: #5f5853;
  --line: rgba(20, 20, 20, 0.08);
  --red: #cf1e17;
  --red-deep: #9f120e;
  --charcoal: #1f232c;
  --shadow: 0 24px 70px rgba(26, 23, 19, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1240px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: "Avenir Next", "Trebuchet MS", "Segoe UI", sans-serif;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0.18) 1px, transparent 1px, transparent 102px),
    linear-gradient(rgba(255, 255, 255, 0.12) 0, rgba(255, 255, 255, 0.12) 1px, transparent 1px, transparent 102px),
    linear-gradient(180deg, #dbe1de 0%, #d0d8d4 100%);
  background-size: 102px 102px, 102px 102px, auto;
}

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

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

p {
  margin: 0 0 1rem;
  color: var(--muted);
  line-height: 1.7;
}

h1,
h2,
h3 {
  margin: 0 0 1rem;
  color: var(--ink);
  font-family: "Baskerville", "Iowan Old Style", "Palatino Linotype", serif;
  font-weight: 500;
  line-height: 1.03;
}

.page-glow {
  position: fixed;
  z-index: -1;
  width: 32rem;
  height: 32rem;
  border-radius: 999px;
  filter: blur(60px);
  opacity: 0.48;
}

.page-glow-left {
  top: -8rem;
  left: -10rem;
  background: rgba(255, 255, 255, 0.54);
}

.page-glow-right {
  right: -8rem;
  top: 12rem;
  background: rgba(207, 30, 23, 0.12);
}

.site-header,
.section,
.site-footer {
  width: min(calc(100% - 2rem), var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 1rem;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.25rem;
  align-items: center;
  padding: 1rem 1.25rem;
  margin-top: 1rem;
  background: rgba(252, 250, 246, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  box-shadow: 0 18px 45px rgba(27, 23, 20, 0.08);
  backdrop-filter: blur(18px);
}

.brand img {
  width: min(13rem, 34vw);
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  padding-bottom: 0.2rem;
}

.site-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  border: 0;
  padding: 0.8rem 1rem;
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  border-radius: 999px;
  background: rgba(207, 30, 23, 0.1);
}

.section {
  padding-block: clamp(4rem, 8vw, 6.5rem);
}

.surface,
.info-card,
.service-card,
.contact-card,
.agent-card {
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: var(--paper);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero {
  padding-top: 2rem;
}

.hero-shell {
  display: grid;
  grid-template-columns: 1fr;
  min-height: clamp(28rem, calc(100vh - 13rem), 38rem);
  padding: clamp(1.5rem, 3vw, 2.6rem);
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: url("assets/northwoods-forest-hero.png") center center / cover no-repeat;
}

.hero-shell::before,
.hero-shell-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-shell::before {
  background:
    linear-gradient(180deg, rgba(8, 11, 17, 0.16) 0%, rgba(8, 11, 17, 0.48) 100%);
}

.hero-shell-photo::after {
  right: auto;
  width: min(55%, 46rem);
  background:
    linear-gradient(
      90deg,
      rgba(10, 12, 16, 0.9) 0%,
      rgba(10, 12, 16, 0.82) 54%,
      rgba(10, 12, 16, 0.5) 80%,
      rgba(10, 12, 16, 0) 100%
    );
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 46rem;
  min-height: 100%;
  position: relative;
  z-index: 2;
}

.eyebrow,
.listing-label,
.info-label,
.contact-label {
  margin: 0 0 0.95rem;
  color: var(--red);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 12.5ch;
  font-size: clamp(3.5rem, 6vw, 5.8rem);
  line-height: 0.96;
  color: #fff;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
  text-wrap: balance;
}

.hero-lead {
  margin-bottom: 0;
  font-size: clamp(1.18rem, 2vw, 1.42rem);
  color: rgba(255, 255, 255, 0.92);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 1.35rem 0 1rem;
}

.button,
.header-call,
.inline-link {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: 0.95rem 1.45rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button-small {
  min-height: 2.85rem;
  padding: 0.75rem 1rem;
  font-size: 0.78rem;
}

.button:hover,
.button:focus-visible,
.header-call:hover,
.header-call:focus-visible,
.inline-link:hover,
.inline-link:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: var(--red);
  box-shadow: 0 14px 28px rgba(159, 18, 14, 0.2);
}

.button-secondary,
.button-light {
  color: var(--ink);
  border-color: rgba(19, 21, 26, 0.1);
  background: #fff;
}

.button-dark {
  color: #fff;
  background: var(--charcoal);
}

.header-call {
  justify-self: end;
  padding: 0.95rem 1.3rem;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 12px 26px rgba(159, 18, 14, 0.24);
}

.hero-types {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-types span {
  color: var(--red);
}

.hero .eyebrow {
  color: rgba(255, 255, 255, 0.84);
}

.hero .button-dark {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(31, 35, 44, 0.48);
  backdrop-filter: blur(8px);
}

.hero-presence {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  width: fit-content;
  margin-top: 1rem;
  padding: 0.75rem 0.9rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(17, 20, 26, 0.34);
  backdrop-filter: blur(10px);
}

.hero-presence-photo {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 999px;
  object-fit: cover;
  object-position: center top;
  border: 2px solid rgba(255, 255, 255, 0.35);
}

.hero-presence-copy p {
  margin: 0;
  color: #fff;
}

.hero-presence-label {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.72;
}

.hero-presence-name {
  font-family: "Baskerville", "Iowan Old Style", "Palatino Linotype", serif;
  font-size: 1.35rem;
}

.hero-presence-role {
  max-width: 18rem;
  font-size: 0.88rem;
  opacity: 0.92;
}

.section-intro {
  max-width: 42rem;
  margin-bottom: 2rem;
}

.section-intro h2,
.appraisal-copy h2,
.contact-card h2 {
  font-size: clamp(2.5rem, 4.5vw, 4.3rem);
}

.info-card h3,
.service-card h3,
.agent-copy h3 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.why-grid,
.service-grid,
.contact-section {
  display: grid;
  gap: 1rem;
}

.section-cta {
  margin-top: 1.4rem;
}

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

.info-card {
  padding: 1.8rem;
  border-radius: var(--radius-lg);
}

.info-label {
  margin-bottom: 1.2rem;
}

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

.service-card {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1.7rem;
  border-radius: var(--radius-lg);
}

.service-icon {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.5rem 0.7rem;
  color: var(--red);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 999px;
  background: rgba(207, 30, 23, 0.1);
}

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
  color: var(--red);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.listing-shell {
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: var(--radius-xl);
}

.listing-toolbar,
.listing-footer {
  display: grid;
  gap: 1rem;
}

.listing-toolbar {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  margin-bottom: 1.75rem;
}

.listing-toolbar-copy p:last-child,
.listing-results,
.listing-footer p {
  margin: 0;
}

.listing-toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem;
}

.listing-search {
  position: relative;
  flex: 1 1 18rem;
  min-width: min(100%, 20rem);
}

.listing-search input {
  width: 100%;
  min-height: 3.35rem;
  padding: 0.9rem 1.15rem;
  color: var(--ink);
  font: inherit;
  border: 1px solid rgba(19, 21, 26, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.listing-search input::placeholder {
  color: rgba(76, 76, 85, 0.82);
}

.listing-search input:focus {
  outline: none;
  border-color: rgba(159, 18, 14, 0.34);
  box-shadow: 0 0 0 4px rgba(207, 30, 23, 0.08);
}

.xposure-embed-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.xposure-embed-container:empty {
  min-height: 12rem;
}

.xposure-embed-container .xp-listing {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  position: relative;
  padding: 1rem;
  border: 1px solid rgba(19, 21, 26, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 36px rgba(20, 20, 20, 0.05);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.xposure-embed-container .xp-listing:hover {
  transform: translateY(-3px);
  border-color: rgba(159, 18, 14, 0.18);
  box-shadow: 0 24px 42px rgba(20, 20, 20, 0.08);
}

.xposure-embed-container .xp-listing > a,
.xposure-embed-container .xp-listing > div,
.xposure-embed-container .xp-listing > span,
.xposure-embed-container .xp-listing > p {
  display: block;
}

.xposure-embed-container .listing-card-media {
  display: block;
  margin-bottom: 1rem;
  position: relative;
}

.xposure-embed-container .xp-image {
  display: block;
  float: none !important;
  width: 100%;
  max-width: none !important;
  aspect-ratio: 5 / 4;
  margin: 0 !important;
  object-fit: cover;
  border-radius: calc(var(--radius-lg) - 6px);
  background: rgba(224, 226, 224, 0.8);
}

.xposure-embed-container .listing-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.xposure-embed-container .listing-card-heading {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.xposure-embed-container .listing-card-title-link {
  display: block;
  text-decoration: none;
}

.xposure-embed-container .xp-name {
  display: block;
  margin-bottom: 0;
  color: var(--ink);
  font-family: "Baskerville", "Iowan Old Style", "Palatino Linotype", serif;
  font-size: 1.55rem;
  line-height: 1.08;
}

.xposure-embed-container .xp-price {
  margin: 0.15rem 0 0;
  color: var(--red);
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.xposure-embed-container .xp-area {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.xposure-embed-container .listing-card-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.xposure-embed-container .xp-bed,
.xposure-embed-container .xp-bath,
.xposure-embed-container .xp-lot,
.xposure-embed-container .xp-floor,
.xposure-embed-container .xp-year,
.xposure-embed-container .xp-pendinglabel,
.xposure-embed-container .xp-soldlabel {
  display: inline-flex;
  width: fit-content;
  margin: 0;
  padding: 0.45rem 0.65rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 999px;
  background: rgba(213, 220, 217, 0.54);
}

.xposure-embed-container .xp-type,
.xposure-embed-container .xp-mls,
.xposure-embed-container .xp-tax,
.xposure-embed-container .xp-taxyear,
.xposure-embed-container .xp-park {
  display: none;
}

.xposure-embed-container .xp-pendinglabel,
.xposure-embed-container .xp-soldlabel {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  z-index: 2;
  color: #fff;
  background: rgba(207, 30, 23, 0.92);
  box-shadow: 0 10px 20px rgba(20, 20, 20, 0.18);
}

.xposure-embed-container .xp-pendinglabel {
  background: rgba(179, 52, 34, 0.95);
}

.xposure-embed-container .xp-description {
  display: -webkit-box;
  margin-top: 1rem;
  padding-top: 1rem;
  overflow: hidden;
  color: var(--muted);
  border-top: 1px solid rgba(19, 21, 26, 0.08);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.listing-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1rem;
}

.listing-results {
  margin-top: 1rem;
  font-size: 0.92rem;
}

.listing-empty {
  margin-top: 1rem;
  padding: 1rem 1.15rem;
  color: var(--ink);
  border: 1px dashed rgba(159, 18, 14, 0.24);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.62);
}

.listing-footer {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  margin-top: 1.1rem;
}

.appraisal-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1rem;
  padding: clamp(1.6rem, 3vw, 2rem);
  border-radius: var(--radius-xl);
}

.appraisal-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5rem;
}

.bullet-list {
  margin: 0 0 1.8rem;
  padding-left: 1.15rem;
  color: var(--muted);
}

.bullet-list li + li {
  margin-top: 0.7rem;
}

.appraisal-panel {
  padding: 1.4rem;
  color: #fff;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(155deg, var(--red) 0%, #bf241d 56%, var(--charcoal) 56%, var(--charcoal) 100%);
}

.appraisal-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  height: 100%;
}

.appraisal-mini-card {
  padding: 1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
}

.appraisal-mini-card p {
  margin: 0;
  color: #fff;
}

.appraisal-mini-card .listing-label {
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.75);
}

.agent-card {
  display: grid;
  grid-template-columns: minmax(16rem, 22rem) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: stretch;
  padding: 1.2rem;
  border-radius: var(--radius-xl);
}

.agent-photo-wrap {
  overflow: hidden;
  border-radius: calc(var(--radius-xl) - 8px);
}

.agent-photo {
  width: 100%;
  height: 100%;
  min-height: 26rem;
  object-fit: cover;
  object-position: center top;
}

.agent-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.8rem 0.4rem;
}

.specialty-list,
.county-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.specialty-list {
  margin: 0.8rem 0 1.8rem;
}

.specialty-list span,
.county-list span {
  padding: 0.7rem 1rem;
  font-size: 0.86rem;
  font-weight: 700;
  border-radius: 999px;
}

.specialty-list span {
  background: rgba(207, 30, 23, 0.1);
}

.county-list span {
  background: rgba(255, 255, 255, 0.66);
}

.agent-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1rem;
}

.area-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.area-copy,
.contact-card {
  border-radius: var(--radius-xl);
}

.area-copy,
.contact-card {
  padding: clamp(1.7rem, 3vw, 2.2rem);
}

.contact-card-accent {
  color: #fff;
  background: linear-gradient(145deg, var(--red) 0%, var(--red-deep) 100%);
}

.contact-card-accent h2,
.contact-card-accent p,
.contact-card-accent .eyebrow {
  color: #fff;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.contact-grid a,
.site-footer a {
  font-weight: 700;
}

.site-footer {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 1rem 1.5rem;
  align-items: center;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.82);
  border-radius: var(--radius-xl);
  background: var(--charcoal);
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.footer-logo {
  width: min(13rem, 42vw);
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: rise 700ms ease forwards;
}

.reveal-delay-1 {
  animation-delay: 120ms;
}

.reveal-delay-2 {
  animation-delay: 240ms;
}

.reveal-delay-3 {
  animation-delay: 360ms;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .appraisal-shell,
  .contact-section {
    grid-template-columns: 1fr;
  }

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

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

  .hero-shell {
    min-height: auto;
  }

  .hero-copy {
    max-width: none;
  }

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

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0.9rem;
    padding: 1.15rem 1.25rem;
    margin-inline: auto;
    width: min(calc(100% - 2rem), var(--max));
    background: rgba(252, 250, 246, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 1.4rem;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  body.nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .header-call {
    display: none;
  }
}

@media (max-width: 760px) {
  .section {
    padding-block: 3.5rem;
  }

  .hero-actions,
  .contact-actions,
  .agent-actions {
    flex-direction: column;
  }

  .hero-actions .button,
  .contact-actions .button,
  .agent-actions .button {
    width: 100%;
  }

  .hero-shell {
    background-position: 60% center;
  }

  .hero h1 {
    max-width: 9.5ch;
    font-size: clamp(3rem, 13vw, 4.8rem);
  }

  .hero-shell-photo::after {
    width: 100%;
    background:
      linear-gradient(
        180deg,
        rgba(10, 12, 16, 0.76) 0%,
        rgba(10, 12, 16, 0.62) 48%,
        rgba(10, 12, 16, 0.64) 100%
      );
  }

  .hero-presence {
    width: 100%;
    border-radius: 1.25rem;
  }

  .why-grid,
  .service-grid,
  .xposure-embed-container,
  .appraisal-panel-grid,
  .contact-section,
  .listing-footer,
  .listing-toolbar,
  .listing-card-actions,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .listing-toolbar-actions {
    justify-content: stretch;
  }

  .listing-toolbar-actions .button {
    width: 100%;
  }

  .agent-card {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .agent-photo {
    min-height: 20rem;
  }

  .site-footer {
    justify-items: start;
  }
}
