:root {
  --background: #F8F7F2;
  --secondary: #EFE9DF;
  --white: #FFFFFF;
  --heading: #2B2B2B;
  --body: #5E5E5E;
  --accent: #A8B5A0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body { margin: 0; background: var(--background); color: var(--body); font-family: "Montserrat", sans-serif; font-size: 14px; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0; color: var(--heading); font-family: "Cormorant Garamond", serif; font-weight: 500; line-height: 1; letter-spacing: -.045em; }
h1 { font-size: clamp(3.8rem, 6vw, 6.4rem); }
h2 { font-size: clamp(2.3rem, 3.6vw, 4.2rem); }
h1 em, h2 em { color: var(--heading); font-weight: 500; }

.site-header { position: relative; z-index: 5; display: flex; align-items: center; min-height: 96px; padding: 15px clamp(24px, 6.2vw, 100px); gap: clamp(22px, 4.3vw, 76px); background: var(--white); }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; line-height: 1; }
.brand-logo { display: block; width: 94px; height: 66px; object-fit: contain; transform: scale(3); transform-origin: center; }
.site-header nav { display: flex; align-self: stretch; align-items: center; gap: clamp(20px, 3vw, 48px); margin-left: auto; }
.site-header nav a { position: relative; display: inline-flex; align-items: center; height: 100%; color: var(--heading); font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.site-header nav a::after { position: absolute; right: 0; bottom: 19px; left: 0; height: 1px; background: var(--heading); content: ""; opacity: 0; transform: scaleX(.55); transition: opacity .2s ease, transform .2s ease; }
.site-header nav a:hover::after, .site-header nav .active::after { opacity: 1; transform: scaleX(1); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 14px 25px; border: 1px solid var(--accent); background: var(--accent); color: var(--white); font-size: 10px; font-weight: 600; letter-spacing: .14em; line-height: 1.2; text-align: center; text-transform: uppercase; transition: background .2s ease, border-color .2s ease; }
.button:hover { border-color: var(--heading); background: var(--heading); }
.button-small { min-height: 46px; padding: 13px 22px; white-space: nowrap; }
.menu-toggle { display: none; }

.eyebrow { margin: 0 0 14px; color: var(--accent); font-size: 10px; font-weight: 600; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.rule { display: block; width: 47px; margin: 25px 0; border-top: 2px solid var(--accent); }

.about-hero { min-height: 340px; padding: clamp(46px, 5.4vw, 85px) clamp(24px, 7.2vw, 118px) clamp(42px, 5.2vw, 81px); background: var(--background); }
.about-hero h1 { max-width: 705px; }
.about-hero h1 em { font-style: italic; }
.about-hero > p:not(.eyebrow) { max-width: 540px; margin: 31px 0 0; color: var(--heading); font-size: 13px; line-height: 1.8; }

.story-values { display: grid; grid-template-columns: minmax(300px, .96fr) minmax(520px, 1.64fr); padding: clamp(38px, 4.9vw, 77px) clamp(24px, 7.2vw, 118px); background: var(--white); }
.story { padding-right: clamp(32px, 6vw, 108px); }
.story h2 { margin-bottom: 29px; font-size: clamp(2.35rem, 3.25vw, 3.75rem); }
.story > p:not(.eyebrow) { margin: 0 0 23px; color: var(--heading); font-size: 12px; line-height: 1.78; }
.story .button { margin-top: 6px; }
.values { padding-left: clamp(34px, 5.4vw, 100px); border-left: 1px solid var(--secondary); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px clamp(24px, 4.2vw, 72px); margin-top: 28px; }
.values-grid article { text-align: center; }
.values-grid svg { width: 43px; height: 43px; margin: 0 auto 16px; fill: none; stroke: var(--accent); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.15; }
.values-grid h3 { margin-bottom: 9px; font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .02em; }
.values-grid p { max-width: 150px; margin: 0 auto; color: var(--heading); font-size: 10px; line-height: 1.7; }

.mission { padding: clamp(40px, 5.1vw, 79px) 24px; background: var(--secondary); text-align: center; }
.mission .eyebrow { margin-bottom: 13px; }
.mission h2 { max-width: 820px; margin: auto; font-size: clamp(2.55rem, 4vw, 4.7rem); }
.mission .rule { margin: 28px auto 23px; }
.mission > p:not(.eyebrow) { max-width: 685px; margin: auto; color: var(--heading); font-size: 12px; line-height: 1.8; }

.about-image { display: block; width: 100%; height: clamp(260px, 27vw, 385px); object-fit: cover; object-position: center 56%; }

.closing-cta { padding: clamp(40px, 4.8vw, 69px) 24px; background: var(--white); text-align: center; }
.closing-cta .eyebrow { margin-bottom: 16px; }
.closing-cta h2 { font-size: clamp(2.4rem, 3.65vw, 4.1rem); }
.closing-cta .button { margin-top: 29px; }

footer { display: grid; grid-template-columns: 1.55fr .72fr .72fr 1.4fr auto; gap: clamp(24px, 4vw, 74px); padding: 34px clamp(24px, 8vw, 136px) 13px; background: var(--heading); color: var(--secondary); font-size: 11px; }
footer .brand { align-items: flex-start; }
footer .brand-logo { width: 112px; height: 78px; filter: invert(1); transform: scale(3); }
.footer-brand p { max-width: 225px; margin: 16px 0 0; color: var(--secondary); font-size: 10px; line-height: 1.6; }
.footer-links, footer address { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; padding-top: 12px; font-style: normal; }
footer a { transition: color .2s ease; }
footer a:hover { color: var(--accent); }
.socials { display: flex; align-items: center; gap: 19px; align-self: center; color: var(--white); font-size: 17px; font-weight: 600; }
.socials .social-icon { font-size: 22px; font-weight: 400; }
.footer-service-area { display: grid; grid-column: 1 / -1; grid-template-columns: minmax(210px, .85fr) minmax(0, 2.15fr); grid-template-areas: "copy neighborhoods"; gap: clamp(30px, 5vw, 84px); margin-top: 10px; padding-top: 20px; border-top: 1px solid rgb(239 233 223 / .14); }
.footer-service-copy { grid-area: copy; }
.footer-service-copy h2 { margin: 0 0 10px; color: var(--white); font-family: "Cormorant Garamond", serif; font-size: clamp(1.85rem, 2.4vw, 2.6rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.footer-service-copy p { max-width: 335px; margin: 0; color: var(--secondary); font-size: 10px; line-height: 1.7; }
.footer-service-copy .footer-city-list { margin-top: 16px; color: var(--accent); font-size: 9px; font-weight: 600; letter-spacing: .04em; line-height: 1.75; }
.footer-service-neighborhoods { display: grid; grid-area: neighborhoods; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px clamp(22px, 3.5vw, 58px); }
.footer-service-neighborhoods h3 { margin: 0 0 8px; color: var(--accent); font-family: "Montserrat", sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.footer-service-neighborhoods p { margin: 0; color: var(--secondary); font-size: 10px; line-height: 1.8; }
footer small { grid-column: 1 / -1; margin-top: 9px; padding-top: 9px; border-top: 1px solid rgb(239 233 223 / .14); color: var(--secondary); font-size: 10px; text-align: center; }

@media (max-width: 900px) {
  .site-header { gap: 22px; }
  .site-header nav { gap: 20px; }
  .site-header nav a { font-size: 9px; }
  .button-small { padding-inline: 15px; }
  .story-values { grid-template-columns: .86fr 1.14fr; }
  .values-grid { gap: 30px 20px; }
  footer { grid-template-columns: 1.6fr 1fr 1fr; }
  footer address { grid-column: 2 / 4; }
  .socials { grid-column: 3; grid-row: 1; }
  .footer-service-area { grid-template-columns: 1fr; grid-template-areas: "copy" "neighborhoods"; gap: 28px; }
  .footer-service-neighborhoods { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .site-header { min-height: 83px; padding: 10px 24px; justify-content: space-between; gap: 10px; }
  .brand-logo { width: 80px; height: 58px; transform: scale(2.7); }
  .site-header nav, .site-header > .button { display: none; }
  .menu-toggle { display: block; padding: 8px 0; border: 0; background: transparent; color: var(--heading); font-family: "Montserrat", sans-serif; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
  .site-header.open nav { position: absolute; top: 83px; right: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 24px 16px; background: var(--white); box-shadow: 0 12px 22px rgb(43 43 43 / .12); }
  .site-header.open nav a { display: block; height: auto; padding: 11px 0; font-size: 10px; }
  .site-header.open nav a::after { right: auto; bottom: 6px; width: 26px; }
  .about-hero { min-height: 0; padding: 54px 9% 50px; }
  .story-values { grid-template-columns: 1fr; gap: 62px; padding: 46px 9%; }
  .story { padding-right: 0; }
  .values { padding-left: 0; border-left: 0; }
  .values-grid { gap: 38px 24px; }
  .mission h2 br { display: none; }
  footer { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-brand { grid-column: 1 / -1; }
  footer address { grid-column: auto; }
  .socials { grid-column: 2; grid-row: 2; align-self: start; justify-self: end; }
}

@media (max-width: 430px) {
  h1 { font-size: 3.55rem; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .closing-cta h2 { font-size: 2.4rem; }
  footer { grid-template-columns: 1fr; }
  .socials { grid-column: auto; grid-row: auto; justify-self: start; }
  .footer-service-neighborhoods { grid-template-columns: 1fr; }
}
