:root {
  --navy: #051326;
  --copper: #a45725;
  --white: #ffffff;
  --charcoal: #585c66;
  --line: rgba(5, 19, 38, 0.16);
  --page-width: 1240px;
  --side-padding: clamp(1.25rem, 4.5vw, 4.75rem);
  --section-space: clamp(4.75rem, 8vw, 8rem);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--navy);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1 {
  margin-bottom: 1.35rem;
  font-size: clamp(3.4rem, 7vw, 7rem);
  font-weight: 300;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.25rem, 4vw, 4rem);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

h3 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.page-shell {
  width: min(100%, calc(var(--page-width) + (2 * var(--side-padding))));
  margin-inline: auto;
  padding-inline: var(--side-padding);
}

.section-padding {
  padding-block: var(--section-space);
}

.eyebrow {
  margin-bottom: 1.1rem;
  color: var(--copper);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
}

.eyebrow::after {
  display: inline-block;
  width: 2.75rem;
  height: 1px;
  margin-left: 0.85rem;
  background: currentColor;
  content: "";
  vertical-align: middle;
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.82);
}

.button {
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--copper);
  background: var(--copper);
  color: var(--white);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding: 0.95rem 1.65rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  border-color: var(--navy);
  background: var(--navy);
  transform: translateY(-2px);
}

.button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(164, 87, 37, 0.38);
  outline-offset: 4px;
}

.button-small {
  min-height: 2.85rem;
  padding: 0.7rem 1.2rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  border-bottom: 1px solid var(--copper);
  color: var(--navy);
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding-bottom: 0.2rem;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  color: var(--copper);
  font-size: 1rem;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.text-link-light {
  border-color: rgba(255, 255, 255, 0.65);
  color: var(--white);
}

.text-link-light span {
  color: var(--white);
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--white);
  color: var(--navy);
  font-weight: 600;
  transform: translateY(-200%);
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.header-inner {
  display: flex;
  width: min(100%, calc(var(--page-width) + (2 * var(--side-padding))));
  min-height: 8rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-inline: auto;
  padding-inline: var(--side-padding);
}

.brand {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-end;
  gap: 0.85rem;
  text-decoration: none;
}

.brand-primary {
  display: block;
  width: 17rem;
  aspect-ratio: 1417 / 640;
  overflow: hidden;
  flex: 0 0 auto;
}

.brand-primary img {
  width: 100%;
  height: auto;
}

.brand-brokerage {
  width: 12.5rem;
}

.brokerage-lockup {
  display: grid;
  flex: 0 0 auto;
  align-items: end;
  margin-bottom: 0.15rem;
}

.brokerage-label {
  margin: 0 0 0.08rem 0.15rem;
  color: var(--navy);
  font-size: 0.46rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.brand-divider {
  width: 1px;
  height: 3.4rem;
  background: rgba(5, 19, 38, 0.22);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.25vw, 1.25rem);
}

.desktop-nav > a:not(.button) {
  position: relative;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.065em;
  padding-block: 0.55rem;
  text-decoration: none;
  text-transform: uppercase;
}

.desktop-nav > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--copper);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.desktop-nav > a:hover::after,
.desktop-nav > a[aria-current="page"]::after {
  transform: scaleX(1);
}

.mobile-nav {
  display: none;
  position: relative;
}

.mobile-nav summary {
  position: relative;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  list-style: none;
  padding-left: 1.8rem;
  text-transform: uppercase;
}

.mobile-nav summary::-webkit-details-marker {
  display: none;
}

.mobile-nav summary::before,
.mobile-nav summary::after {
  position: absolute;
  left: 0;
  width: 1.25rem;
  height: 1px;
  background: var(--copper);
  content: "";
}

.mobile-nav summary::before {
  top: 0.3rem;
}

.mobile-nav summary::after {
  top: 0.72rem;
}

.mobile-nav nav {
  position: absolute;
  top: 2.5rem;
  right: 0;
  display: grid;
  width: min(19rem, calc(100vw - 2.5rem));
  border-top: 2px solid var(--copper);
  background: var(--white);
  box-shadow: 0 1.25rem 3rem rgba(5, 19, 38, 0.18);
  color: var(--navy);
  padding: 1rem;
}

.mobile-nav nav a:not(.button) {
  border-bottom: 1px solid var(--line);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 0.75rem 0.4rem;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-nav .button {
  margin-top: 1rem;
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--white);
  color: var(--navy);
}

.hero-visual {
  position: relative;
  height: clamp(24rem, 39vw, 34rem);
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-visual::after {
  content: none;
}

.hero-visual > p {
  position: absolute;
  bottom: 1.5rem;
  left: max(var(--side-padding), calc((100vw - var(--page-width)) / 2));
  z-index: 2;
  margin: 0;
  background: var(--navy);
  color: var(--white);
  font-size: clamp(0.72rem, 1vw, 0.9rem);
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.45;
  padding: 0.9rem 1.2rem;
  text-transform: uppercase;
}

.hero-visual > p span {
  margin-inline: 0.5rem;
  color: var(--copper);
}

.hero-branding {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid var(--copper);
  padding-top: clamp(1.35rem, 2vw, 1.8rem);
  padding-bottom: clamp(1.5rem, 2.25vw, 2rem);
  text-align: center;
}

.hero-location {
  margin-bottom: 0.85rem;
  color: var(--navy);
  font-size: clamp(0.9rem, 1.4vw, 1.18rem);
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.hero-location span,
.hero-tagline span {
  margin-inline: 0.5em;
  color: var(--copper);
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(15rem, 0.45fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 7rem);
  padding-top: clamp(2.5rem, 3.5vw, 3.5rem);
  padding-bottom: clamp(2.75rem, 4vw, 3.75rem);
}

.hero-copy {
  max-width: 55rem;
}

.hero-promise {
  margin-top: 1.25rem;
  margin-bottom: 0;
  color: var(--charcoal);
  font-size: clamp(1.3rem, 1.9vw, 1.7rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.hero-promise span {
  color: var(--copper);
}

.hero-tagline {
  margin-bottom: 0;
  color: var(--copper);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.35;
  white-space: nowrap;
}

.hero h1 {
  margin-bottom: 0;
  max-width: 13ch;
  font-size: clamp(2.8rem, 4.5vw, 4.5rem);
  line-height: 1.02;
}

.hero-support > p {
  margin-bottom: 1.5rem;
  color: var(--navy);
  font-size: clamp(1.7rem, 2.5vw, 2.5rem);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.75fr);
  align-items: center;
  gap: clamp(3rem, 9vw, 9rem);
}

.story-grid h2 {
  max-width: 11ch;
  margin-bottom: 0;
}

.story-copy p {
  margin-bottom: 1.8rem;
  color: var(--charcoal);
  font-size: clamp(1.05rem, 1.4vw, 1.18rem);
}

.local-facts {
  display: grid;
  grid-template-columns: 0.75fr 1.5fr 0.75fr;
  gap: 0;
  margin-top: clamp(3.5rem, 6vw, 5.5rem);
  border-top: 1px solid var(--copper);
}

.local-facts p {
  margin: 0;
  color: var(--navy);
  font-size: 0.85rem;
  padding: 1.5rem 2rem 0 0;
}

.local-facts p + p {
  border-left: 1px solid var(--line);
  padding-left: 2rem;
}

.local-facts span {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--copper);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.team-section {
  background: var(--navy);
  color: var(--white);
}

.team-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(18rem, 0.55fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.team-feature-photo {
  position: relative;
}

.team-feature-photo::after {
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  width: 45%;
  height: 45%;
  border-right: 1px solid var(--copper);
  border-bottom: 1px solid var(--copper);
  content: "";
  pointer-events: none;
}

.team-feature-photo img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.team-feature-copy h2 {
  margin-bottom: 1.35rem;
  font-size: clamp(2.4rem, 4.4vw, 4.6rem);
}

.team-feature-copy > p:not(.eyebrow) {
  max-width: 27rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.05rem;
}

.testimonials-section {
  background: var(--white);
}

.testimonials-heading {
  max-width: 46rem;
  margin-bottom: clamp(2.75rem, 5vw, 4.5rem);
}

.testimonials-heading .eyebrow {
  font-size: 0.78rem;
}

.testimonials-heading h2 {
  margin-bottom: 0.9rem;
  font-size: clamp(2.75rem, 4.5vw, 4.5rem);
}

.reviews-source {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--charcoal);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reviews-source a {
  color: var(--navy);
  font-weight: 600;
  text-decoration-color: var(--copper);
  text-underline-offset: 0.25rem;
}

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

.testimonial {
  margin: 0;
  padding: 2.25rem 2.25rem 0 0;
}

.testimonial + .testimonial {
  border-left: 1px solid var(--line);
  padding-left: 2.25rem;
}

.review-stars {
  margin-bottom: 1.25rem;
  color: var(--copper);
  font-size: 1.1rem;
  letter-spacing: 0.18em;
  line-height: 1;
}

.testimonial > p {
  margin-bottom: 1.6rem;
  color: var(--charcoal);
  font-size: 1.08rem;
  line-height: 1.75;
}

.testimonial footer {
  color: var(--navy);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.testimonial footer span {
  display: block;
  margin-top: 0.2rem;
  color: var(--charcoal);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: clamp(2.75rem, 5vw, 4.5rem);
}

.section-heading h2 {
  max-width: 12ch;
  margin-bottom: 0;
}

.section-heading .text-link {
  flex: 0 0 auto;
  border-color: rgba(255, 255, 255, 0.58);
  color: var(--white);
}

.team-intro {
  max-width: 26rem;
}

.team-intro p {
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.72);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 2.25rem);
}

.team-card {
  min-width: 0;
}

.team-card > img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.86);
}

.team-card-copy {
  position: relative;
  margin: -1.3rem 1rem 0;
  background: var(--white);
  color: var(--navy);
  padding: 1.35rem 1.4rem 1.45rem;
}

.team-role {
  margin-bottom: 0.35rem;
  color: var(--copper);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.team-card-copy > p:not(.team-role) {
  margin-bottom: 0.55rem;
  color: var(--charcoal);
  font-size: 0.86rem;
}

.team-card-copy a {
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration-color: var(--copper);
  text-underline-offset: 0.25rem;
}

.approach-section {
  padding-block: clamp(4.5rem, 7vw, 6.5rem);
  background: var(--white);
}

.approach-heading {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  align-items: start;
  gap: 2rem;
  margin-bottom: 3rem;
}

.approach-heading h2 {
  max-width: 15ch;
  margin-bottom: 0;
  font-size: clamp(2.15rem, 3.7vw, 3.7rem);
}

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

.approach-grid article {
  padding: 1.8rem 2rem 0 0;
}

.approach-grid article + article {
  border-left: 1px solid var(--line);
  padding-left: 2rem;
}

.approach-grid span {
  display: block;
  margin-bottom: 1rem;
  color: var(--copper);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.approach-grid h3 {
  margin-bottom: 0.25rem;
}

.approach-grid p {
  margin-bottom: 0;
  color: var(--charcoal);
}

.monday-section {
  border-top: 1px solid var(--line);
}

.monday-grid {
  display: grid;
  grid-template-columns: minmax(11rem, 0.42fr) 1fr auto;
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.monday-cover {
  width: min(100%, 13rem);
}

.monday-cover img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  box-shadow: 0 1rem 2.5rem rgba(5, 19, 38, 0.16);
}

.monday-monogram {
  display: grid;
  width: min(100%, 10rem);
  aspect-ratio: 1;
  place-content: center;
  border: 1px solid var(--copper);
  line-height: 1;
  text-align: center;
}

.monday-monogram span {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.25em;
}

.monday-monogram strong {
  display: block;
  margin-top: 0.45rem;
  color: var(--copper);
  font-size: clamp(2.7rem, 4vw, 4rem);
  font-weight: 300;
  letter-spacing: -0.06em;
}

.monday-grid h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(2.15rem, 3.5vw, 3.5rem);
}

.monday-grid > div:nth-child(2) > p:not(.eyebrow) {
  max-width: 38rem;
  margin-bottom: 0;
  color: var(--charcoal);
}

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

.connect-section {
  background: var(--white);
}

.connect-band {
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 3rem;
  background: var(--copper);
  color: var(--white);
  padding-top: clamp(3.25rem, 5vw, 4.5rem);
  padding-bottom: clamp(3.25rem, 5vw, 4.5rem);
}

.connect-band .eyebrow {
  margin-bottom: 0.7rem;
}

.connect-band h2 {
  margin-bottom: 0;
  font-size: clamp(2.25rem, 4vw, 3.8rem);
}

.connect-actions {
  display: flex;
  gap: 0.75rem;
}

.button-light {
  border-color: var(--white);
  background: var(--white);
  color: var(--navy);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.72);
  background: transparent;
}

.button-light:hover,
.button-ghost:hover {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}

.contact-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(28rem, 1.35fr);
  gap: clamp(3rem, 8vw, 8rem);
  padding-top: clamp(4.5rem, 7vw, 6.5rem);
  padding-bottom: clamp(4.5rem, 7vw, 6.5rem);
}

.contact-intro h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 300;
}

.contact-intro > p:not(.eyebrow) {
  margin-bottom: 1.5rem;
  color: var(--charcoal);
}

.contact-intro > a {
  display: block;
  width: fit-content;
  font-size: 0.84rem;
  font-weight: 500;
  text-decoration-color: var(--copper);
  text-underline-offset: 0.25rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
}

.form-row-message {
  align-items: end;
}

.field {
  margin-bottom: 1.15rem;
}

.field label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--navy);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.field input,
.field textarea {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(5, 19, 38, 0.34);
  border-radius: 0;
  background: transparent;
  color: var(--navy);
  padding: 0.65rem 0.15rem;
}

.field textarea {
  min-height: 5.5rem;
  border: 1px solid rgba(5, 19, 38, 0.34);
  padding: 0.7rem;
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--copper);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--white);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(18rem, 0.8fr) 1.2fr;
  align-items: center;
  gap: clamp(3rem, 10vw, 10rem);
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.footer-logo img {
  width: min(100%, 21rem);
}

.footer-contact {
  display: grid;
  justify-items: start;
}

.footer-contact p,
.footer-contact a {
  margin-bottom: 0.25rem;
  color: var(--charcoal);
  font-size: 0.78rem;
  text-decoration-color: var(--copper);
  text-underline-offset: 0.25rem;
}

.footer-contact .footer-label {
  margin-bottom: 0.75rem;
  color: var(--copper);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-legal {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.58);
}

.footer-legal .page-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  font-size: 0.58rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-transform: uppercase;
}

.footer-legal p {
  margin-bottom: 0;
}

@media (max-width: 1280px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .monday-grid {
    grid-template-columns: minmax(11rem, 0.3fr) 1fr;
  }

  .monday-grid .button {
    grid-column: 2;
    width: fit-content;
  }
}

@media (max-width: 800px) {
  body {
    font-size: 16px;
  }

  .header-inner {
    min-height: 7.25rem;
    gap: 1.25rem;
  }

  .brand {
    flex-basis: auto;
    gap: 0.6rem;
  }

  .brand-primary {
    width: 10.25rem;
  }

  .brand-brokerage {
    width: 8rem;
  }

  .brand-divider {
    height: 2.5rem;
  }

  .hero-visual {
    height: auto;
  }

  .hero-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .hero-content {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 2rem;
  }

  .story-grid,
  .approach-heading,
  .contact-wrap {
    grid-template-columns: 1fr;
  }

  .team-feature {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .team-feature-copy {
    max-width: 30rem;
  }

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

  .testimonial {
    padding: 1.75rem 0;
  }

  .testimonial + .testimonial {
    border-top: 1px solid var(--line);
    border-left: 0;
    padding-left: 0;
  }

  .story-grid,
  .contact-wrap {
    gap: 2rem;
  }

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

  .local-facts p {
    padding: 1.1rem 0;
  }

  .local-facts p + p {
    border-top: 1px solid var(--line);
    border-left: 0;
    padding-left: 0;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 1.5rem;
  }

  .team-grid {
    gap: 1rem;
  }

  .team-card-copy {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    padding: 1.1rem;
  }

  .approach-heading {
    gap: 0.5rem;
  }

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

  .connect-actions {
    flex-wrap: wrap;
  }

  .footer-main {
    grid-template-columns: minmax(14rem, 0.9fr) 1fr;
    gap: 3rem;
  }

  .footer-legal .page-shell {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  :root {
    --side-padding: 1.25rem;
    --section-space: 4.5rem;
  }

  body {
    line-height: 1.65;
  }

  h1 {
    font-size: clamp(3.2rem, 16vw, 4.25rem);
  }

  h2 {
    font-size: clamp(2.15rem, 10vw, 2.7rem);
  }

  .eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.16em;
  }

  .eyebrow::after {
    width: 1.75rem;
  }

  .header-inner {
    position: relative;
    min-height: 8.75rem;
    align-items: flex-start;
    gap: 0.75rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .brand {
    flex-basis: auto;
    gap: 0.45rem;
  }

  .brand-primary {
    width: 10.75rem;
  }

  .brand-brokerage {
    width: 7.5rem;
  }

  .brokerage-label {
    font-size: 0.38rem;
  }

  .brand-divider {
    height: 2.6rem;
  }

  .mobile-nav {
    position: absolute;
    right: var(--side-padding);
    bottom: 1rem;
  }

  .hero-content {
    padding-top: 2.25rem;
    padding-bottom: 2.75rem;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 12vw, 3.35rem);
  }

  .hero-tagline {
    font-size: 1.85rem;
    letter-spacing: -0.025em;
    white-space: normal;
  }

  .hero-visual > p {
    right: 1.25rem;
    bottom: 0.75rem;
    left: 1.25rem;
    font-size: 0.64rem;
    text-align: center;
  }

  .hero-support > p {
    margin-bottom: 1.6rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 1.25rem;
  }

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

  .hero-actions .text-link {
    width: fit-content;
  }

  .team-grid {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .team-card-copy {
    margin-right: 1rem;
    margin-left: 1rem;
  }

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

  .approach-grid article {
    padding: 1.5rem 0;
  }

  .approach-grid article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
    padding-left: 0;
  }

  .monday-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .monday-cover {
    width: min(100%, 12rem);
  }

  .monday-grid .button {
    grid-column: auto;
    width: 100%;
  }

  .connect-actions,
  .connect-actions .button {
    width: 100%;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  form .button {
    width: 100%;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-logo img {
    width: min(100%, 18rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Team page additions */

.team-page-header {
  border-bottom: 1px solid var(--line);
}

.team-page-header-grid {
  display: block;
  padding-top: clamp(2.75rem, 4vw, 4rem);
  padding-bottom: clamp(3.25rem, 5vw, 4.75rem);
}

.team-page-header-copy {
  max-width: 76rem;
}

.team-page-header h1 {
  max-width: none;
  margin-bottom: 0;
  font-size: clamp(3.5rem, 6.25vw, 6.5rem);
  line-height: 0.96;
}

.team-headline-main,
.team-headline-accent {
  display: block;
}

.team-headline-accent {
  margin-top: 0.12em;
  color: var(--copper);
}

.team-page-header-photo {
  position: relative;
  margin: clamp(2.25rem, 4vw, 3.25rem) 0 0;
}

.team-photo-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.9rem;
  color: var(--navy);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  font-weight: 600;
  letter-spacing: 0.055em;
  line-height: 1.45;
}

.team-photo-label::after {
  width: 4rem;
  height: 1px;
  background: var(--copper);
  content: "";
  flex: 0 0 auto;
}

.team-page-header-photo::after {
  position: absolute;
  z-index: 2;
  right: -1rem;
  bottom: -1rem;
  width: 42%;
  height: 1px;
  background: var(--copper);
  content: "";
}

.team-page-header-photo img {
  width: 100%;
  height: clamp(24rem, 43vw, 36rem);
  object-fit: cover;
  object-position: center 35%;
  box-shadow: 0 1rem 2.5rem rgba(5, 19, 38, 0.16);
}

.broker-profiles {
  overflow: hidden;
}

.broker-profile {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(3.5rem, 9vw, 9rem);
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.broker-profile + .broker-profile {
  border-top: 1px solid var(--line);
}

.broker-profile-reverse .broker-photo {
  order: 2;
}

.broker-profile-reverse .broker-copy {
  order: 1;
}

.broker-photo {
  position: relative;
}

.broker-photo::after {
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  width: 38%;
  height: 1px;
  background: var(--copper);
  content: "";
}

.broker-profile-reverse .broker-photo::after {
  right: auto;
  left: -1rem;
}

.broker-photo img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

#cassidy-lowry .broker-photo img {
  object-position: center top;
}

.broker-copy {
  max-width: 42rem;
}

.broker-copy h2 {
  margin-bottom: 1.75rem;
}

.broker-copy > p:not(.eyebrow) {
  color: var(--charcoal);
}

.broker-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.75rem;
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}

.broker-links a {
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  overflow-wrap: anywhere;
  text-decoration-color: var(--copper);
  text-underline-offset: 0.3rem;
}

.personal-booking-link {
  margin-top: 1.5rem;
}

@media (max-width: 800px) {
  .team-page-header-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
  }

  .team-page-header-copy {
    max-width: none;
  }

  .broker-profile {
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
  }

  .broker-profile-reverse .broker-photo,
  .broker-profile-reverse .broker-copy {
    order: initial;
  }

  .broker-profile-reverse .broker-photo::after {
    right: -1rem;
    left: auto;
  }

  .broker-photo {
    width: min(100%, 34rem);
  }
}

@media (max-width: 560px) {
  .team-page-header-grid {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .team-page-header h1 {
    font-size: clamp(2.75rem, 13vw, 3.55rem);
  }

  .team-page-header-photo {
    margin-top: 2rem;
  }

  .team-page-header-photo img {
    height: auto;
    aspect-ratio: 3 / 2;
    object-position: center;
  }

  .team-page-header-photo::after {
    right: 0;
    bottom: -0.75rem;
  }

  .broker-profile {
    gap: 2.5rem;
  }

  .broker-photo::after,
  .broker-profile-reverse .broker-photo::after {
    right: 0;
    bottom: -0.75rem;
  }

  .broker-copy h2 {
    margin-bottom: 1.4rem;
  }

  .broker-links {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Our Story page additions */

.story-page-header {
  background: var(--navy);
  color: var(--white);
  padding-top: clamp(1.85rem, 3vw, 2.75rem);
  padding-bottom: clamp(1.85rem, 3vw, 2.75rem);
}

.story-page-header .eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

.story-page-header h1 {
  max-width: 13ch;
  margin-bottom: 0.8rem;
  font-size: clamp(2.85rem, 4.35vw, 4.7rem);
  line-height: 0.98;
}

.story-page-header h1 span {
  color: var(--copper);
}

.story-page-lead {
  max-width: 64rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.55;
}

.our-story-heading > .eyebrow,
.core-values-heading > .eyebrow,
.rooted-copy > .eyebrow,
.legacy-wrap > .eyebrow {
  font-size: 0.86rem;
  letter-spacing: 0.17em;
}

.our-story-opening {
  padding-bottom: clamp(2.25rem, 3.75vw, 3.5rem);
}

.our-story-panorama {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--navy);
}

.our-story-panorama img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.our-story-narrative {
  display: grid;
  grid-template-columns: minmax(21rem, 0.95fr) minmax(22rem, 1.05fr);
  align-items: start;
  gap: clamp(3rem, 8vw, 8rem);
  padding-top: clamp(2.5rem, 4vw, 3.75rem);
}

.rooted-photo {
  position: relative;
  margin: 0;
}

.rooted-photo::after {
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  width: 42%;
  height: 1px;
  background: var(--copper);
  content: "";
}

.our-story-heading h2 {
  width: fit-content;
  max-width: none;
  margin-bottom: 0;
  font-size: clamp(2.35rem, 3.8vw, 4rem);
  line-height: 1.04;
}

.story-headline-first,
.story-headline-second {
  display: block;
}

.story-headline-first {
  white-space: nowrap;
}

.story-headline-second {
  color: var(--copper);
  text-align: center;
}

.our-story-copy {
  max-width: 44rem;
  border-left: 2px solid var(--copper);
  padding-left: clamp(1.5rem, 3vw, 2.75rem);
}

.our-story-copy > p:not(.eyebrow) {
  color: var(--charcoal);
}

.our-story-copy > p:last-child {
  margin-bottom: 0;
}

.core-values-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.core-values-heading {
  max-width: 50rem;
  margin-bottom: clamp(2.75rem, 5vw, 4.5rem);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 2px solid var(--copper);
}

.value-card {
  padding: 2.5rem clamp(1.25rem, 2.5vw, 2.5rem) 0;
}

.value-card:first-child {
  padding-left: 0;
}

.value-card + .value-card {
  border-left: 1px solid var(--line);
}

.value-number {
  margin-bottom: 1.15rem;
  color: var(--copper);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  font-weight: 600;
  letter-spacing: 0.1em;
}

.value-card h3 {
  margin-bottom: 0.9rem;
  font-size: clamp(1.65rem, 2.2vw, 2.1rem);
  font-weight: 500;
}

.value-card > p:last-child {
  margin-bottom: 0;
  color: var(--charcoal);
  font-size: 1rem;
}

.rooted-section {
  background: var(--navy);
  color: var(--white);
}

.rooted-grid {
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(3.5rem, 9vw, 9rem);
}

.rooted-photo {
  width: min(100%, 28rem);
}

.rooted-photo::after {
  right: -1.25rem;
  background: var(--copper);
}

.rooted-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.rooted-copy {
  max-width: 44rem;
}

.rooted-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

.rooted-copy > p:last-of-type {
  margin-bottom: 0;
}

.story-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0;
  margin: 2rem 0 0;
  padding: 1.35rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
}

.story-areas li {
  color: var(--white);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.story-areas li + li::before {
  margin-inline: 0.7rem;
  color: var(--copper);
  content: "•";
}

.legacy-wrap {
  max-width: 64rem;
  margin-inline: auto;
}

.legacy-wrap h2 {
  max-width: 18ch;
}

.legacy-intro {
  max-width: 48rem;
  margin-bottom: clamp(2.25rem, 4vw, 3.5rem);
  color: var(--charcoal);
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.6;
}

.legacy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 2px solid var(--copper);
}

.legacy-grid article {
  padding: 2rem clamp(1.25rem, 2.5vw, 2.25rem) 0;
}

.legacy-grid article:first-child {
  padding-left: 0;
}

.legacy-grid article + article {
  border-left: 1px solid var(--line);
}

.legacy-grid h3 {
  margin-bottom: 0.75rem;
  color: var(--navy);
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
  font-weight: 500;
}

.legacy-grid p {
  margin-bottom: 0;
  color: var(--charcoal);
  font-size: 1rem;
}

.canby-events-feature {
  display: grid;
  grid-template-columns: minmax(12rem, 0.72fr) minmax(18rem, 1.28fr) auto;
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
  margin-top: clamp(3rem, 5vw, 4.5rem);
  border-top: 3px solid var(--copper);
  background: var(--navy);
  padding: clamp(2rem, 4vw, 3rem);
  color: var(--white);
}

.canby-events-title .eyebrow {
  margin-bottom: 0.65rem;
  color: rgba(255, 255, 255, 0.68);
}

.canby-events-title h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
  font-weight: 400;
}

.canby-events-feature > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
}

.canby-events-feature .button {
  white-space: nowrap;
}

@media (max-width: 900px) {
  .our-story-narrative,
  .rooted-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 3.5rem;
  }

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

  .legacy-grid article,
  .legacy-grid article:first-child {
    padding: 1.5rem 0;
  }

  .legacy-grid article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .canby-events-feature {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }

  .canby-events-feature .button {
    width: fit-content;
  }

  .our-story-copy {
    max-width: 42rem;
    margin-left: 0;
  }

  .rooted-photo {
    width: min(100%, 30rem);
  }

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

  .value-card {
    padding: 2rem;
  }

  .value-card:first-child {
    padding-left: 2rem;
  }

  .value-card:nth-child(3) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .value-card:nth-child(4) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 560px) {
  .story-page-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .story-page-header h1 {
    font-size: clamp(2.75rem, 13vw, 3.75rem);
  }

  .our-story-narrative,
  .rooted-grid {
    gap: 2.75rem;
  }

  .rooted-photo::after {
    right: 0;
    bottom: -0.75rem;
  }

  .our-story-panorama img {
    height: 15rem;
  }

  .our-story-heading h2 {
    font-size: clamp(1.85rem, 8.5vw, 2.35rem);
  }

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

  .value-card,
  .value-card:first-child {
    border-left: 0;
    padding: 1.75rem 0;
  }

  .value-card + .value-card,
  .value-card:nth-child(3),
  .value-card:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .value-number {
    margin-bottom: 0.8rem;
  }
}

/* Monday Mornings page additions */

.mm-page-hero {
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.mm-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
  padding-top: clamp(3rem, 4.5vw, 4.5rem);
  padding-bottom: clamp(3rem, 4.5vw, 4.5rem);
}

.mm-hero-copy {
  max-width: 43rem;
}

.mm-page-hero h1 {
  max-width: 10ch;
  margin-bottom: 1.5rem;
  font-size: clamp(4rem, 7.5vw, 7.25rem);
}

.mm-page-hero h1 span {
  display: block;
  color: var(--copper);
}

.mm-page-hero .eyebrow {
  font-size: 0.82rem;
}

.mm-hero-lead {
  max-width: 40rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.6;
}

.mm-cover {
  position: relative;
  width: min(100%, 34rem);
  margin: 0 0 0 auto;
}

.mm-cover img {
  position: relative;
  z-index: 1;
  width: 100%;
  box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.28);
}

.mm-about-section,
.mm-why-section,
.mm-newsletter-section,
.mm-issues-section {
  padding-top: clamp(3rem, 5vw, 4.5rem);
  padding-bottom: clamp(3rem, 5vw, 4.5rem);
}

.mm-about-section {
  padding-top: clamp(2.25rem, 3.25vw, 3rem);
  padding-bottom: clamp(2.25rem, 3.25vw, 3rem);
}

.mm-intro-grid,
.mm-why-grid {
  display: grid;
  grid-template-columns: minmax(18rem, 0.75fr) minmax(24rem, 1.25fr);
  align-items: start;
  gap: clamp(2rem, 4vw, 4rem);
}

.mm-intro-grid h2,
.mm-why-grid h2 {
  max-width: 13ch;
  margin-bottom: 0;
}

.mm-intro-copy,
.mm-why-copy {
  max-width: 45rem;
  border-left: 2px solid var(--copper);
  padding-left: clamp(1.5rem, 3vw, 2.75rem);
}

.mm-intro-copy p,
.mm-why-copy p {
  color: var(--charcoal);
}

.mm-intro-copy p:last-child,
.mm-why-copy p:last-child {
  margin-bottom: 0;
}

.mm-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(1.75rem, 2.5vw, 2.5rem);
  border-top: 2px solid var(--copper);
}

.mm-link-card {
  display: flex;
  min-height: 15.25rem;
  flex-direction: column;
  padding: clamp(1.5rem, 2vw, 2rem);
  color: var(--navy);
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.mm-link-card + .mm-link-card {
  border-left: 1px solid var(--line);
}

.mm-link-card:hover {
  background: var(--navy);
  color: var(--white);
  transform: translateY(-0.35rem);
}

.mm-card-number {
  margin-bottom: 1rem;
  color: var(--copper);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  font-weight: 600;
  letter-spacing: 0.14em;
}

.mm-link-card h3 {
  margin-top: 0;
  margin-bottom: 0.9rem;
  font-size: clamp(1.5rem, 2.2vw, 2.35rem);
  white-space: nowrap;
}

.mm-link-card > p {
  margin-bottom: 1.25rem;
  color: var(--charcoal);
  font-size: 0.98rem;
}

.mm-link-card:hover > p {
  color: rgba(255, 255, 255, 0.74);
}

.mm-card-link {
  margin-top: auto;
  color: var(--copper);
  font-size: clamp(0.78rem, 0.9vw, 0.9rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mm-why-section {
  background: var(--navy);
  color: var(--white);
}

.mm-why-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.mm-newsletter-section {
  border-bottom: 1px solid var(--line);
}

.mm-signup-placeholder {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(24rem, 0.95fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
  border-top: 3px solid var(--copper);
  background: var(--white);
  box-shadow: 0 1.2rem 3rem rgba(5, 19, 38, 0.1);
  padding: clamp(2rem, 3.5vw, 3.25rem);
}

.mm-signup-copy h2 {
  max-width: 16ch;
  font-size: clamp(2.1rem, 3.6vw, 3.5rem);
}

.mm-signup-copy > p:last-child {
  max-width: 38rem;
  margin-bottom: 0;
  color: var(--charcoal);
}

.mm-signup-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
}

.mm-signup-fields input {
  min-width: 0;
  min-height: 3.5rem;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  color: var(--navy);
  padding: 0.9rem 1rem;
}

.mm-signup-fields input::placeholder {
  color: var(--charcoal);
  opacity: 0.72;
}

.mm-issues-section {
  background: var(--white);
}

.mm-section-heading {
  max-width: 48rem;
  margin-bottom: clamp(2rem, 3vw, 2.75rem);
}

.mm-section-heading h2 {
  margin-bottom: 0;
}

.mm-issues-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 2px solid var(--copper);
}

.mm-issue-card {
  padding: clamp(1.75rem, 3vw, 2.75rem);
}

.mm-issue-card + .mm-issue-card {
  border-left: 1px solid var(--line);
}

.mm-issue-date {
  margin-bottom: 1.5rem;
  color: var(--copper);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mm-issue-card h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
}

.mm-issue-card > p:last-child {
  margin-bottom: 0;
  color: var(--charcoal);
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .mm-hero-grid,
  .mm-intro-grid,
  .mm-why-grid,
  .mm-signup-placeholder {
    grid-template-columns: minmax(0, 1fr);
  }

  .mm-cover {
    width: min(100%, 29rem);
    margin-right: auto;
  }

  .mm-intro-grid,
  .mm-why-grid,
  .mm-signup-placeholder {
    gap: 2.75rem;
  }

  .mm-link-grid,
  .mm-issues-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mm-link-card {
    min-height: 0;
    padding: 2rem 0;
  }

  .mm-link-card + .mm-link-card,
  .mm-issue-card + .mm-issue-card {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .mm-card-number {
    margin-bottom: 1.25rem;
  }

  .mm-issue-card {
    padding: 2rem 0;
  }
}

@media (max-width: 560px) {
  .mm-hero-grid {
    gap: 2.75rem;
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }

  .mm-page-hero h1 {
    font-size: clamp(3.45rem, 17vw, 4.35rem);
  }

  .mm-page-hero .eyebrow {
    font-size: 0.72rem;
  }

  .mm-signup-placeholder {
    padding: 1.75rem;
  }

  .mm-signup-fields {
    grid-template-columns: minmax(0, 1fr);
  }

  .mm-signup-fields .button {
    width: 100%;
  }
}

/* Join Us page additions */

.join-page-hero {
  background: var(--navy);
  color: var(--white);
}

.join-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(24rem, 1.1fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  padding-top: clamp(3.25rem, 5vw, 5rem);
  padding-bottom: clamp(3.25rem, 5vw, 5rem);
}

.join-hero-copy {
  max-width: 44rem;
}

.join-page-hero h1 {
  max-width: 11ch;
  margin-bottom: 1.5rem;
  font-size: clamp(3.8rem, 6.5vw, 6.5rem);
}

.join-hero-lead {
  max-width: 40rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.6;
}

.join-hero-photo {
  margin: 0;
}

.join-hero-photo img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.28);
}

.join-fit-section,
.join-benefits-section,
.join-process-section,
.join-apply-section {
  padding-top: clamp(3.5rem, 6vw, 6rem);
  padding-bottom: clamp(3.5rem, 6vw, 6rem);
}

.join-fit-grid {
  display: grid;
  grid-template-columns: minmax(18rem, 0.82fr) minmax(24rem, 1.18fr);
  align-items: start;
  gap: clamp(3rem, 7vw, 7rem);
}

.join-fit-grid h2 {
  max-width: 14ch;
  margin-bottom: 0;
}

.join-fit-copy {
  max-width: 46rem;
  border-left: 2px solid var(--copper);
  padding-left: clamp(1.5rem, 3vw, 2.75rem);
}

.join-fit-copy p {
  color: var(--charcoal);
}

.join-fit-copy p:last-child {
  margin-bottom: 0;
}

.join-benefits-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.join-benefits-heading {
  max-width: 50rem;
  margin-bottom: clamp(2.5rem, 4vw, 3.75rem);
}

.join-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 2px solid var(--copper);
}

.join-benefit {
  padding: clamp(2rem, 3vw, 3rem);
}

.join-benefit:nth-child(even) {
  border-left: 1px solid var(--line);
}

.join-benefit:nth-child(n + 3) {
  border-top: 1px solid var(--line);
}

.join-benefit-number,
.join-step-number {
  margin-bottom: 1rem;
  color: var(--copper);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  font-weight: 600;
  letter-spacing: 0.12em;
}

.join-benefit h3 {
  margin-bottom: 0.9rem;
  font-size: clamp(1.8rem, 2.5vw, 2.35rem);
}

.join-benefit > p:last-child {
  max-width: 34rem;
  margin-bottom: 0;
  color: var(--charcoal);
}

.join-benefit a {
  color: var(--copper);
  font-weight: 500;
  text-decoration-color: currentColor;
  text-underline-offset: 0.25rem;
}

.join-process-section {
  background: var(--navy);
  color: var(--white);
}

.join-process-heading {
  display: grid;
  grid-template-columns: minmax(18rem, 0.82fr) minmax(24rem, 1.18fr);
  align-items: end;
  gap: clamp(3rem, 7vw, 7rem);
  margin-bottom: clamp(2.5rem, 4vw, 3.75rem);
}

.join-process-heading h2 {
  margin-bottom: 0;
}

.join-process-heading > p {
  max-width: 43rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.join-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 2px solid var(--copper);
}

.join-step {
  padding: clamp(1.75rem, 2.75vw, 2.75rem);
}

.join-step + .join-step {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.join-step h3 {
  margin-bottom: 0.9rem;
  color: var(--white);
  font-size: clamp(1.55rem, 2.15vw, 2rem);
}

.join-step > p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
}

.join-apply-grid {
  display: grid;
  grid-template-columns: minmax(18rem, 0.68fr) minmax(28rem, 1.32fr);
  align-items: start;
  gap: clamp(3rem, 8vw, 8rem);
}

.join-apply-copy h2 {
  max-width: 13ch;
}

.join-apply-copy > p:last-child {
  max-width: 32rem;
  margin-bottom: 0;
  color: var(--charcoal);
}

.join-form {
  border-top: 3px solid var(--copper);
  background: var(--white);
  box-shadow: 0 1.2rem 3rem rgba(5, 19, 38, 0.1);
  padding: clamp(2rem, 4vw, 3.5rem);
}

.join-form .field select {
  display: block;
  width: 100%;
  min-height: 3.2rem;
  border: 0;
  border-bottom: 1px solid rgba(5, 19, 38, 0.34);
  border-radius: 0;
  background: transparent;
  color: var(--navy);
  font: inherit;
  padding: 0.65rem 0.15rem;
}

.join-form .field select:focus {
  border-color: var(--copper);
  outline: 3px solid rgba(164, 87, 37, 0.2);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .join-hero-grid,
  .join-fit-grid,
  .join-process-heading,
  .join-apply-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .join-hero-photo {
    width: min(100%, 44rem);
  }

  .join-fit-grid,
  .join-process-heading,
  .join-apply-grid {
    gap: 2.75rem;
  }

  .join-process-heading {
    align-items: start;
  }

  .join-steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .join-step {
    padding: 1.75rem 0;
  }

  .join-step + .join-step {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .join-page-hero h1 {
    font-size: clamp(3.25rem, 15vw, 4.2rem);
  }

  .join-benefits-grid,
  .join-form .form-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .join-benefit {
    padding: 1.75rem 0;
  }

  .join-benefit:nth-child(even) {
    border-left: 0;
  }

  .join-benefit + .join-benefit,
  .join-benefit:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .join-form {
    padding: 1.75rem;
  }
}

/* 404 page */
.error-page-body {
  display: grid;
  min-height: 100vh;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.error-page-main {
  display: grid;
  min-height: 0;
}

.not-found {
  display: grid;
  align-items: center;
  background: var(--navy);
  color: var(--white);
  padding-block: clamp(1.75rem, 3.5vh, 2.75rem);
}

.not-found-inner {
  width: 100%;
}

.not-found h1 {
  max-width: 18ch;
  margin-bottom: 1rem;
  font-size: clamp(3.5rem, 5vw, 5.5rem);
}

.not-found-copy {
  max-width: 47rem;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.not-found-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.not-found-actions .button:hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--navy);
}

@media (max-width: 560px) {
  .error-page-body {
    grid-template-rows: auto 1fr auto;
  }

  .not-found {
    padding-block: 4rem;
  }

  .not-found h1 {
    font-size: clamp(3.1rem, 15vw, 4.25rem);
  }

  .not-found-actions {
    display: grid;
    width: 100%;
  }

  .not-found-actions .button {
    width: 100%;
  }
}
