:root {
  --ink: #17231d;
  --ink-soft: #39453f;
  --forest: #244237;
  --forest-dark: #152d25;
  --cedar: #a25e3b;
  --gold: #c8a45d;
  --sky: #d7e8ef;
  --paper: #f7f4ec;
  --paper-strong: #fffdf8;
  --line: #ddd4c4;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(23, 35, 29, 0.14);
  --radius: 8px;
  --header-height: 82px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 18px;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--white);
  color: var(--forest);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.skip-link:focus {
  top: 16px;
}

.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header-height);
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid rgba(221, 212, 196, 0.7);
  backdrop-filter: blur(18px);
}

.header-inner,
.section-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
}

.brand img {
  width: 76px;
  height: auto;
}

.brand span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.brand strong {
  font-size: 0.95rem;
  line-height: 1.15;
}

.brand small {
  color: var(--cedar);
  font-weight: 700;
  font-size: 0.75rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 0.98rem;
  font-weight: 700;
}

.site-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
}

.site-nav a,
.footer-inner a {
  text-decoration: none;
}

.button:focus-visible,
.menu-toggle:focus-visible,
.phone-link:focus-visible,
.text-link:focus-visible,
.site-nav a:focus-visible,
.footer-inner a:focus-visible,
.contact-card a:focus-visible {
  outline: 4px solid rgba(200, 164, 93, 0.55);
  outline-offset: 3px;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.footer-inner a:hover,
.footer-inner a:focus-visible {
  color: var(--cedar);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.phone-link {
  color: var(--forest);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  border: 1px solid var(--forest);
  border-radius: var(--radius);
  background: var(--forest);
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(21, 45, 37, 0.18);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  background: var(--forest-dark);
  border-color: var(--forest-dark);
}

.button-small {
  min-height: 48px;
  padding: 11px 16px;
  font-size: 0.95rem;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.78);
  color: var(--white);
  box-shadow: none;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.2);
  border-color: var(--white);
}

.menu-toggle {
  display: none;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.menu-toggle span:not(.sr-only) {
  width: 20px;
  height: 2px;
  background: var(--ink);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 86svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 700ms ease;
}

.hero-media img.is-active {
  opacity: 1;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(12, 25, 20, 0.88) 0%, rgba(12, 25, 20, 0.62) 48%, rgba(12, 25, 20, 0.2) 100%),
    linear-gradient(0deg, rgba(12, 25, 20, 0.55) 0%, rgba(12, 25, 20, 0) 45%);
}

.hero-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0 70px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cedar);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .eyebrow,
.metrics-section .eyebrow,
.thank-you-panel .eyebrow {
  color: var(--gold);
}

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

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
}

h1 {
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.1rem;
  font-weight: 700;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.55rem;
  font-weight: 700;
}

h3 {
  font-size: 1.15rem;
}

.hero-copy {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.28rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-controls {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.hero-controls button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-weight: 900;
}

.hero-controls button.is-active,
.hero-controls button:hover,
.hero-controls button:focus-visible {
  background: var(--gold);
  color: var(--forest-dark);
}

.hero-proof {
  width: min(860px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  overflow: hidden;
}

.hero-proof div {
  min-height: 116px;
  padding: 22px;
  background: rgba(11, 31, 24, 0.58);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  font-size: 1.05rem;
}

.hero-proof span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.trust-strip {
  background: var(--paper-strong);
  border-bottom: 1px solid var(--line);
}

.trust-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
}

.trust-strip p {
  max-width: 450px;
  margin: 0;
  color: var(--ink-soft);
  font-weight: 700;
}

.trust-logo-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px;
}

.trust-logo-row img {
  width: auto;
  max-width: 126px;
  height: 46px;
  object-fit: contain;
  padding: 5px 8px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.section {
  padding: 88px 0;
}

.section-quiet {
  background: var(--paper-strong);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 52px;
  align-items: start;
}

.section-copy p,
.section-heading p,
.testimonial-copy > p,
.consultation-copy > p {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.section-copy > p:last-child,
.section-heading > p,
.consultation-copy > p {
  max-width: 680px;
  margin: 18px 0 0;
}

.proof-panel {
  display: grid;
  gap: 16px;
}

.proof-panel > div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 10px 18px;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.panel-number {
  grid-row: span 2;
  color: var(--cedar);
  font-weight: 900;
}

.proof-panel strong {
  display: block;
  font-size: 1.05rem;
}

.proof-panel p {
  margin: 0;
  color: var(--ink-soft);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-actions {
  margin: -12px 0 28px;
}

.page-hero {
  padding: 92px 0 74px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(12, 25, 20, 0.9), rgba(12, 25, 20, 0.6)),
    url("assets/images/hero-home-2.jpg") center / cover;
}

.page-hero-inner p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.14rem;
}

.archive-grid,
.gallery-archive,
.floorplan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.archive-card,
.gallery-tile,
.floorplan-grid article {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 22px rgba(23, 35, 29, 0.08);
}

.archive-card img,
.gallery-tile img,
.floorplan-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.archive-card div,
.gallery-tile div,
.floorplan-grid article {
  padding: 20px;
}

.archive-card h2,
.gallery-tile h3,
.floorplan-grid h3 {
  font-family: inherit;
  font-size: 1.1rem;
}

.archive-card p,
.gallery-tile p,
.floorplan-grid p {
  color: var(--ink-soft);
}

.gallery-tile button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}

.gallery-tile a,
.floorplan-grid a,
.resource-list a {
  color: var(--forest);
  font-weight: 900;
}

.team-profile,
.detail-layout,
.media-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 46px;
  align-items: start;
}

.team-profile + .team-profile {
  margin-top: 64px;
}

.team-profile > img,
.detail-image,
.media-card img {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.team-logo-stack {
  display: grid;
  gap: 18px;
  align-content: start;
}

.team-logo-stack img {
  width: 100%;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.resource-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0;
}

.button-light {
  background: var(--paper-strong);
  color: var(--forest);
  border-color: var(--line);
  box-shadow: none;
}

.button-light:hover,
.button-light:focus-visible {
  background: var(--white);
  color: var(--forest-dark);
}

.resource-list {
  display: grid;
  gap: 12px;
  padding-left: 20px;
}

.image-stack {
  display: grid;
  gap: 18px;
}

.review-wall {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(340px, 44%);
  gap: 18px;
  overflow-x: auto;
  padding: 8px 0 20px;
  scroll-snap-type: x mandatory;
}

.review-wall blockquote {
  scroll-snap-align: start;
  min-height: 420px;
}

.review-wall blockquote p {
  font-size: 1rem;
  font-family: inherit;
}

.media-section {
  background: var(--paper);
}

.media-card {
  overflow: hidden;
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.media-card div {
  padding: 20px;
}

.media-card p,
.source-note {
  color: var(--ink-soft);
}

.press-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.press-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.press-grid img:first-child {
  grid-column: span 2;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(12, 25, 20, 0.88);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 80vh;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.lightbox button {
  position: absolute;
  top: 18px;
  right: 18px;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--forest-dark);
  font-weight: 900;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.case-card,
.community-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 22px rgba(23, 35, 29, 0.08);
}

.case-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.case-body {
  padding: 22px;
}

.case-kicker {
  margin: 0 0 8px;
  color: var(--cedar);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.case-body dl {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
}

.case-body dl div {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.case-body dt {
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.case-body dd {
  margin: 5px 0 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.process-section {
  background: linear-gradient(180deg, var(--forest-dark), var(--forest));
  color: var(--white);
}

.process-section .section-heading p {
  color: rgba(255, 255, 255, 0.78);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  overflow: hidden;
}

.process-list article {
  min-height: 256px;
  padding: 24px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
}

.process-list article:last-child {
  border-right: 0;
}

.process-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 26px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--forest-dark);
  font-weight: 900;
}

.process-list p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
}

.community-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.community-card img {
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

.community-card div {
  padding: 20px;
}

.community-card p {
  color: var(--ink-soft);
}

.testimonial-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 54px;
  align-items: center;
}

.testimonial-image {
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--sky);
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

blockquote {
  margin: 0;
  padding: 22px;
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

blockquote p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  line-height: 1.32;
}

blockquote cite {
  display: block;
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 700;
}

.text-link {
  display: inline-flex;
  margin-top: 28px;
  color: var(--forest);
  font-weight: 900;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.metrics-section {
  color: var(--white);
  background: var(--forest-dark);
}

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

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.metric-grid div {
  min-height: 150px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.metric-grid strong,
.metric-grid span {
  display: block;
}

.metric-grid strong {
  color: var(--gold);
}

.metric-grid span {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
}

.consultation-section {
  background: var(--paper);
}

.consultation-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 48px;
  align-items: start;
}

.contact-card {
  margin-top: 28px;
  padding: 22px;
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contact-card h3 {
  margin-bottom: 10px;
}

.contact-card p {
  margin: 12px 0 0;
  color: var(--ink-soft);
}

.contact-card a {
  color: var(--forest);
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  font-size: 1.45rem;
  font-weight: 900;
}

.plain-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.plain-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink-soft);
  font-weight: 750;
}

.plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cedar);
}

.lead-form {
  display: grid;
  gap: 20px;
  padding: 30px;
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.form-heading p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 1rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

label {
  display: grid;
  gap: 10px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
}

.label-text {
  display: inline-flex;
  gap: 4px;
  align-items: baseline;
}

.label-text span {
  color: var(--cedar);
}

input,
select,
textarea {
  width: 100%;
  min-height: 56px;
  padding: 13px 14px;
  border: 2px solid #cfc5b3;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
}

textarea {
  min-height: 132px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 4px solid rgba(200, 164, 93, 0.38);
  outline-offset: 1px;
  border-color: var(--forest);
}

.hidden-field {
  display: none;
}

.form-button {
  width: 100%;
}

.form-note,
.form-status {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.form-status:not(:empty) {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--sky);
  color: var(--forest-dark);
  font-weight: 800;
}

.site-footer {
  background: #101915;
  color: var(--white);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.8fr 1fr;
  gap: 32px;
  padding: 46px 0;
}

.footer-inner img {
  width: 96px;
  height: auto;
  padding: 6px;
  background: var(--white);
  border-radius: var(--radius);
}

.footer-inner h2 {
  margin-bottom: 12px;
  font-family: inherit;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.footer-inner p,
.footer-inner a {
  display: block;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.88rem;
}

.thank-you-page {
  min-height: 100svh;
  background:
    linear-gradient(90deg, rgba(12, 25, 20, 0.9), rgba(12, 25, 20, 0.62)),
    url("assets/images/hero-home-2.jpg") center / cover;
}

.thank-you-shell {
  width: min(900px, calc(100% - 40px));
  min-height: 100svh;
  display: grid;
  align-content: center;
  gap: 28px;
  margin: 0 auto;
  padding: 60px 0;
}

.thank-you-shell .brand {
  color: var(--white);
}

.thank-you-shell .brand img {
  padding: 6px;
  background: var(--white);
  border-radius: var(--radius);
}

.thank-you-panel {
  max-width: 720px;
  color: var(--white);
}

.thank-you-panel h1 {
  font-size: 3.1rem;
}

.thank-you-panel p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.1rem;
}

@media (max-width: 1060px) {
  .site-nav {
    gap: 14px;
    font-size: 0.9rem;
  }

  .header-actions .phone-link {
    display: none;
  }

  .case-grid,
  .community-grid,
  .quote-grid {
    grid-template-columns: 1fr 1fr;
  }

  .case-grid .case-card:first-child {
    grid-column: span 2;
  }

  .process-list,
  .metric-grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-list article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
}

@media (max-width: 860px) {
  :root {
    --header-height: 72px;
  }

  body {
    font-size: 17px;
  }

  .header-inner,
  .section-inner,
  .hero-inner,
  .footer-bottom p {
    width: min(100% - 32px, 1180px);
  }

  .brand img {
    width: 60px;
  }

  .brand small {
    display: none;
  }

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

  .site-nav {
    position: fixed;
    inset: var(--header-height) 16px auto 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: var(--paper-strong);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    min-height: 54px;
    padding: 14px 12px;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .header-actions .button {
    display: none;
  }

  .hero {
    min-height: 82svh;
  }

  .hero-inner {
    padding: 70px 0 52px;
  }

  h1 {
    font-size: 2.95rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  .hero-copy {
    font-size: 1.1rem;
  }

  .hero-proof,
  .split,
  .testimonial-layout,
  .metrics-inner,
  .consultation-layout,
  .team-profile,
  .detail-layout,
  .media-layout,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .archive-grid,
  .gallery-archive,
  .floorplan-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-strip-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .trust-logo-row {
    justify-content: flex-start;
  }

  .section {
    padding: 66px 0;
  }

  .testimonial-image,
  .testimonial-image img {
    min-height: 360px;
  }

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

@media (max-width: 620px) {
  .header-inner {
    gap: 12px;
  }

  .brand strong {
    font-size: 0.82rem;
  }

  h1 {
    max-width: 12ch;
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .hero-copy {
    max-width: 32ch;
  }

  .trust-strip p {
    max-width: 32ch;
  }

  .trust-logo-row {
    max-width: 340px;
  }

  .trust-logo-row img {
    max-width: 92px;
  }

  .trust-logo-row img[alt="Houzz"] {
    max-width: 108px;
  }

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

  .hero {
    min-height: 74svh;
  }

  .hero-inner {
    padding: 50px 0 36px;
  }

  .hero-proof,
  .case-grid,
  .community-grid,
  .archive-grid,
  .gallery-archive,
  .floorplan-grid,
  .quote-grid,
  .process-list,
  .metric-grid {
    grid-template-columns: 1fr;
  }

  .review-wall {
    grid-auto-columns: minmax(290px, 88%);
  }

  .press-grid,
  .press-grid img:first-child {
    grid-template-columns: 1fr;
    grid-column: auto;
  }

  .case-grid .case-card:first-child {
    grid-column: auto;
  }

  .hero-proof {
    display: none;
  }

  .proof-panel > div {
    grid-template-columns: 1fr;
  }

  .panel-number {
    grid-row: auto;
  }

  .lead-form {
    padding: 22px;
  }

  .footer-inner {
    gap: 22px;
  }

  .thank-you-panel h1 {
    font-size: 2.35rem;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
