:root {
  --ink: #101315;
  --ink-soft: #1a1f22;
  --paper: #f4f0e8;
  --paper-deep: #e8dfd1;
  --wood: #b86b2a;
  --wood-dark: #6b371b;
  --orange: #f36c0a;
  --orange-bright: #ff8120;
  --line: rgba(16, 19, 21, .16);
  --muted: #66635e;
  --white: #fffdf8;
  --max: 1180px;
  --shadow: 0 24px 70px rgba(16, 19, 21, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
img { display: block; width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  left: 1rem;
  top: -5rem;
  background: var(--orange);
  color: var(--ink);
  padding: .7rem 1rem;
  font-weight: 800;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  background: rgba(16, 19, 21, .96);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(14px);
}
.home .site-header {
  position: absolute;
  width: 100%;
  background: rgba(12,8,6,.42);
  backdrop-filter: blur(3px);
}
.home .nav-wrap { width: min(calc(100% - 5rem), 1600px); min-height: 110px; }
.home .brand { flex-basis: 315px; }
.home .brand img { width: 315px; height: 92px; }
.home .nav-links { gap: 2.5rem; }
.home .nav-links .nav-cta { padding: 1rem 1.45rem; color: var(--orange-bright); background: transparent; border: 1px solid var(--orange); }
.home .nav-links .nav-cta:hover { color: white; background: rgba(243,108,10,.15); }
.nav-wrap {
  width: min(calc(100% - 3rem), 1500px);
  min-height: 82px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand { flex: 0 1 300px; text-decoration: none; }
.brand img { width: min(300px, 100%); height: 66px; object-fit: contain; object-position: left center; }
.maker-brand {
  --maker-height: 66px;
  display: flex;
  align-items: center;
  width: 100%;
  height: var(--maker-height);
  color: var(--white);
}
.home .maker-brand { --maker-height: 82px; }
.maker-brand-mark {
  flex: 0 0 calc(var(--maker-height) * 1.06);
  width: calc(var(--maker-height) * 1.06);
  height: var(--maker-height);
  background: url("/assets/carboncraft-maker-logo-white.png") left center / auto var(--maker-height) no-repeat;
}
.maker-brand-copy { display: flex; min-width: 0; flex-direction: column; margin-left: .25rem; }
.maker-brand-name {
  display: flex;
  align-items: baseline;
  color: var(--white);
  font-size: clamp(1.55rem, 2.15vw, 2.25rem);
  font-weight: 900;
  font-style: italic;
  letter-spacing: -.065em;
  line-height: .86;
  white-space: nowrap;
}
.maker-brand-name b { color: var(--orange-bright); }
.maker-brand-copy small {
  margin-top: .45rem;
  color: rgba(255,255,255,.76);
  font-size: .49rem;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.15;
  white-space: nowrap;
}
.brand-wordmark,
.footer-wordmark {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  color: var(--white);
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  font-weight: 900;
  font-style: italic;
  letter-spacing: -.055em;
  line-height: .9;
}
.brand-wordmark b,
.footer-wordmark b { color: var(--orange-bright); }
.brand-wordmark small,
.footer-wordmark small {
  flex-basis: 100%;
  margin-top: .48rem;
  color: rgba(255,255,255,.7);
  font-size: .56rem;
  font-style: normal;
  letter-spacing: .18em;
  line-height: 1.2;
}
.nav-links { display: flex; align-items: center; gap: 1.5rem; }
.nav-links a {
  color: rgba(255,255,255,.82);
  text-decoration: none;
  font-size: .83rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--orange-bright); }
.nav-links .nav-cta {
  padding: .72rem 1rem;
  color: var(--ink);
  background: var(--orange);
  border-radius: 3px;
}
.nav-links .nav-cta:hover { color: var(--ink); background: var(--orange-bright); }
.menu-button {
  display: none;
  border: 1px solid rgba(255,255,255,.24);
  background: transparent;
  color: white;
  padding: .6rem .75rem;
  border-radius: 3px;
}

.shell { width: min(calc(100% - 2.5rem), var(--max)); margin-inline: auto; }
.section { padding: clamp(4rem, 8vw, 7.5rem) 0; }
.section-tight { padding: clamp(3rem, 5vw, 5rem) 0; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: 0 0 1rem;
  color: var(--orange);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 42px; height: 2px; background: currentColor; }
h1, h2, h3 { margin: 0; line-height: 1.05; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
h1 { font-size: clamp(3.2rem, 7.2vw, 6.7rem); }
h2 { font-size: clamp(2.35rem, 5vw, 4.7rem); }
h3 { font-size: 1.25rem; }
.lead { max-width: 680px; font-size: clamp(1.08rem, 1.6vw, 1.3rem); color: var(--muted); }
.inverse .lead, .inverse p { color: rgba(255,255,255,.72); }

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: #21130d url("/assets/hero-engraved-walnut-v2.webp") center top / cover no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,10,11,.82) 0%, rgba(8,10,11,.64) 38%, rgba(8,10,11,.2) 72%, rgba(8,10,11,.08) 100%),
    linear-gradient(0deg, rgba(8,10,11,.45) 0%, transparent 62%);
}
.hero .shell { width: min(calc(100% - 9rem), 1535px); }
.hero-grid {
  position: relative;
  z-index: 1;
  min-height: clamp(780px, 100vh, 940px);
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  align-items: end;
  gap: clamp(3rem, 5vw, 5.25rem);
  padding: clamp(330px, 41vh, 390px) 0 clamp(4rem, 7vh, 4.5rem);
}
.hero-copy { position: relative; z-index: 2; }
.hero-copy .eyebrow::before { display: none; }
.hero-copy h1 { max-width: 760px; font-size: clamp(4.1rem, 5.55vw, 5.85rem); line-height: .91; }
.hero-copy h1 span { color: inherit; }
.hero-copy .lead { margin: 1.6rem 0 2rem; max-width: 680px; color: rgba(255,255,255,.9); font-size: clamp(1.05rem, 1.3vw, 1.34rem); line-height: 1.55; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .8rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 3px;
  background: var(--orange);
  color: var(--ink);
  text-decoration: none;
  font-weight: 900;
  letter-spacing: .04em;
}
.button:hover { background: var(--orange-bright); }
.button-arrow { margin-left: 1rem; font-size: 1.35em; font-weight: 400; line-height: 0; }
.button-secondary { background: transparent; border-color: rgba(255,255,255,.35); color: white; }
.button-secondary:hover { border-color: white; background: rgba(255,255,255,.08); }
.hero-media { position: relative; }
.hero-media::before {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 4px;
}
.hero-media img { position: relative; aspect-ratio: 1.55; height: auto; object-fit: cover; object-position: center; border-radius: 2px; box-shadow: 0 24px 70px rgba(0,0,0,.3); }
.hero-note { position: absolute; left: 0; bottom: 0; padding: .65rem .85rem; background: rgba(8,10,11,.9); color: white; font-weight: 800; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }

.proof-strip { background: var(--orange); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { padding: 1.1rem; border-right: 1px solid rgba(16,19,21,.18); text-align: center; font-size: .78rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.proof-grid div:last-child { border: 0; }

.maker-fragment { position: relative; isolation: isolate; overflow: hidden; }
.maker-fragment > .shell { position: relative; z-index: 1; }
.maker-fragment::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -14%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
.maker-lettering::before { background-image: url("/assets/background-lettering.webp"); background-position: 68% 42%; opacity: .27; transform: rotate(-2deg) scale(1.32); }
.maker-maple::before { background-image: url("/assets/background-live-edge-mark.webp"); background-position: 56% 42%; opacity: .30; transform: rotate(1.5deg) scale(1.3); }
.maker-oak::before { background-image: url("/assets/background-maple-leaf.webp"); background-position: 66% 40%; opacity: .29; transform: rotate(-2deg) scale(1.34); }
.maker-live-edge::before { background-image: url("/assets/background-growth-rings.webp"); background-position: 70% 40%; opacity: .28; transform: rotate(1.5deg) scale(1.34); }
.maker-rings::before { background-image: url("/assets/background-live-edge-mark.webp"); background-position: 37% 42%; opacity: .28; transform: rotate(-1.5deg) scale(1.38); }
.maker-leaf::before { background-image: url("/assets/background-maple-leaf.webp"); background-position: 62% 38%; opacity: .33; transform: rotate(2deg) scale(1.36); }

.epoxy-feature { background: #161a1d; color: white; }
.spotlight-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.spotlight-media { position: relative; }
.spotlight-media::after { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid rgba(243,108,10,.65); border-radius: 4px; }
.spotlight-media img { position: relative; z-index: 1; height: 650px; object-fit: cover; border-radius: 4px; box-shadow: var(--shadow); }
.spotlight-copy .lead { color: rgba(255,255,255,.72); }
.check-list { display: grid; gap: .55rem; margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.5rem; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .72em; width: 8px; height: 8px; background: var(--orange); transform: rotate(45deg); }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.3rem; }
.text-link { color: var(--wood-dark); font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.project-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 1rem; }
.project-card { position: relative; overflow: hidden; min-height: 340px; border-radius: 4px; background: var(--ink-soft); color: white; }
.project-card:first-child { grid-row: span 2; min-height: 690px; }
.project-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .55s ease; }
.project-card:hover img { transform: scale(1.025); }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(8,10,11,.88)); }
.project-copy { position: absolute; z-index: 2; left: 1.5rem; right: 1.5rem; bottom: 1.4rem; }
.project-copy p { margin: .35rem 0 0; color: rgba(255,255,255,.7); }
.tag { color: var(--orange-bright); font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.selected-work {
  color: white;
  background: linear-gradient(135deg, #3d2118 0%, #724126 58%, #48261a 100%);
}
.selected-work .text-link { color: var(--orange-bright); }

.services { background: var(--paper-deep); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(16,19,21,.15); border: 1px solid rgba(16,19,21,.15); }
.service-grid-four { grid-template-columns: repeat(2, 1fr); }
.service-card { padding: clamp(1.6rem, 3vw, 2.5rem); background: var(--paper); }
.service-card .number { color: var(--orange); font-family: Georgia, serif; font-size: 2.2rem; }
.service-card h3 { margin: 2.4rem 0 .8rem; font-size: 1.45rem; }
.service-card p { color: var(--muted); }

.tree-service-band { background: #202629; color: white; }
.tree-service-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.tree-service-images { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1rem; align-items: end; }
.tree-service-images img { height: 560px; object-fit: cover; border-radius: 4px; }
.tree-service-images img:last-child { height: 430px; }
.inverse-list { color: rgba(255,255,255,.84); }
.service-note { margin: 0 0 1.6rem; color: rgba(255,255,255,.6); font-size: .92rem; }

.story-band { background: var(--ink); color: white; overflow: hidden; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.story-grid img { height: 600px; object-fit: cover; border-radius: 4px; }
.steps { display: grid; gap: 1.2rem; margin: 2rem 0; }
.step { display: grid; grid-template-columns: 34px 1fr; gap: 1rem; align-items: start; }
.step strong { color: var(--orange); font-family: Georgia, serif; font-size: 1.4rem; }
.step p { margin: 0; }

.cta-band { background: var(--wood-dark); color: white; }
.cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; }
.cta-grid h2 { max-width: 780px; font-size: clamp(2.2rem, 5vw, 4.6rem); }

.page-hero { color: white; background: var(--ink); padding: clamp(4rem, 8vw, 7rem) 0; }
.page-hero h1 { max-width: 900px; font-size: clamp(3rem, 6vw, 5.8rem); }
.page-hero .lead { margin-top: 1.5rem; }
.stair-feature { background: #111416; color: white; }
.stair-feature-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.stair-before-after { display: grid; grid-template-columns: .82fr 1.18fr; gap: .7rem; }
.stair-before-after figure { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: 4px; background: var(--ink-soft); }
.stair-before-after img { height: clamp(390px, 48vw, 610px); object-fit: cover; }
.stair-before-after figure:first-child img { object-position: center; }
.stair-before-after figcaption { position: absolute; left: .8rem; bottom: .8rem; padding: .38rem .62rem; color: white; background: rgba(8,10,11,.82); font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.stair-feature-copy h2 { font-size: clamp(2.35rem, 4.2vw, 4.5rem); }
.stair-feature-copy .lead { color: rgba(255,255,255,.82); }
.stair-feature-copy > p:last-child { color: rgba(255,255,255,.62); }
.gallery { columns: 3 280px; column-gap: 1rem; }
.gallery-card { break-inside: avoid; margin-bottom: 1rem; background: white; border-radius: 4px; overflow: hidden; }
.gallery-card img { max-height: 620px; object-fit: cover; }
.gallery-card video { display: block; width: 100%; max-height: 620px; background: var(--ink); object-fit: cover; }
.gallery-card div { padding: 1.1rem 1.2rem 1.3rem; }
.gallery-card .gallery-image-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; padding: 0; background: var(--ink); }
.gallery-card .gallery-image-pair img { width: 100%; height: 280px; object-fit: cover; }
.gallery-card p { margin: .35rem 0 0; color: var(--muted); }
.featured-gallery-card { border-top: 4px solid var(--orange); }
.new-work-section { background: var(--paper-deep); }
.established-work-section { padding-top: clamp(3rem, 6vw, 5rem); }

.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; margin-bottom: clamp(4rem, 8vw, 7rem); }
.feature-row:nth-child(even) .feature-image { order: 2; }
.feature-image img { height: 520px; object-fit: cover; border-radius: 4px; box-shadow: var(--shadow); }
.feature-copy p { color: var(--muted); }
.feature-copy ul { padding-left: 1.2rem; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.about-grid img { height: 650px; object-fit: cover; border-radius: 4px; }
.quote { margin: 2rem 0; padding: 1.5rem 0 1.5rem 1.5rem; border-left: 3px solid var(--orange); font-family: Georgia, serif; font-size: 1.5rem; line-height: 1.35; }

.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(2rem, 7vw, 6rem); }
.contact-details { padding: 2rem; background: var(--ink); color: white; border-radius: 4px; }
.contact-details a { color: var(--orange-bright); font-weight: 900; }
.contact-details hr { border: 0; border-top: 1px solid rgba(255,255,255,.16); margin: 1.5rem 0; }
.social-links { display: flex; flex-wrap: wrap; gap: .65rem; }
.contact-details .social-links a { display: inline-flex; align-items: center; min-height: 44px; padding: .55rem .85rem; border: 1px solid rgba(255,255,255,.26); border-radius: 3px; text-decoration: none; }
.contact-details .social-links a:hover { border-color: var(--orange-bright); background: rgba(255,255,255,.06); }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .4rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 800; font-size: .88rem; }
.field input, .field textarea, .field select {
  width: 100%;
  border: 1px solid rgba(16,19,21,.24);
  border-radius: 3px;
  background: rgba(255,255,255,.7);
  padding: .85rem .9rem;
  color: var(--ink);
}
.field textarea { min-height: 150px; resize: vertical; }
.form-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.form-actions button { border: 0; cursor: pointer; }
.form-note { color: var(--muted); font-size: .87rem; }
.prepared-message { display: none; grid-column: 1 / -1; padding: 1rem; border-left: 3px solid var(--orange); background: white; }
.prepared-message.visible { display: block; }

.site-footer { padding: 3rem 0; color: rgba(255,255,255,.68); background: #0b0d0f; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 2rem; }
.footer-logo { width: min(300px, 100%); height: 88px; object-fit: contain; object-position: left center; }
.footer-wordmark { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.footer-wordmark small { font-size: .62rem; }
.footer-nav { display: grid; gap: .45rem; }
.footer-nav a { text-decoration: none; }
.footer-nav a:hover { color: var(--orange); }
.footer-bottom { margin-top: 2rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }

@media (max-width: 880px) {
  .menu-button { display: block; }
  .nav-wrap { min-height: 72px; }
  .brand img { height: 58px; }
  .home .nav-wrap { width: min(calc(100% - 2.5rem), var(--max)); min-height: 82px; }
  .home .brand { flex-basis: 250px; }
  .home .brand img { width: 250px; height: 68px; }
  .maker-brand,
  .home .maker-brand { --maker-height: 64px; }
  .maker-brand-name { font-size: 1.75rem; }
  .maker-brand-copy small { font-size: .42rem; letter-spacing: .07em; }
  .nav-links {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    padding: 1.2rem;
    background: var(--ink);
    border-top: 1px solid rgba(255,255,255,.12);
    flex-direction: column;
    align-items: stretch;
  }
  .nav-links.open { display: flex; }
  .home .nav-links { top: 82px; gap: 1.2rem; background: rgba(12,8,6,.98); }
  .hero-grid, .story-grid, .about-grid, .contact-grid, .spotlight-grid, .tree-service-grid, .stair-feature-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; }
  .home .hero .shell { width: min(calc(100% - 2.5rem), var(--max)); }
  .home .hero-grid { min-height: auto; align-items: start; gap: 3rem; padding: 180px 0 4rem; }
  .home .hero-copy h1 { font-size: clamp(3.4rem, 10vw, 5.2rem); }
  .hero-media { margin-left: 0; }
  .hero-media img { height: auto; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid div:nth-child(2) { border-right: 0; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card:first-child { grid-row: auto; min-height: 520px; }
  .service-grid { grid-template-columns: 1fr; }
  .spotlight-media img { height: 520px; }
  .tree-service-images img { height: 430px; }
  .tree-service-images img:last-child { height: 330px; }
  .stair-before-after img { height: 520px; }
  .story-grid img, .about-grid img { height: 480px; }
  .feature-row { grid-template-columns: 1fr; }
  .feature-row:nth-child(even) .feature-image { order: 0; }
  .cta-grid { grid-template-columns: 1fr; }
  .hero { background-position: 28% top; }
  .hero::before { background: rgba(8,10,11,.76); }
  .maker-fragment::before { inset: -12%; opacity: .20; transform: scale(1.4); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 1.5rem), var(--max)); }
  .brand { flex-basis: 225px; }
  .brand img { width: 225px; }
  .home .nav-wrap { width: min(calc(100% - 1.5rem), var(--max)); }
  .home .brand { flex-basis: 215px; }
  .home .brand img { width: 215px; height: 62px; }
  .maker-brand,
  .home .maker-brand { --maker-height: 58px; }
  .maker-brand-name { font-size: 1.55rem; }
  .maker-brand-copy small { font-size: .36rem; letter-spacing: .04em; }
  .hero-grid { padding-top: 3rem; }
  .hero-media img { height: auto; }
  .hero-note { right: auto; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid div { border-right: 0; border-bottom: 1px solid rgba(16,19,21,.16); }
  .section-head { display: block; }
  .section-head .text-link { display: inline-block; margin-top: 1rem; }
  .project-card, .project-card:first-child { min-height: 390px; }
  .spotlight-media img { height: 460px; }
  .tree-service-images { grid-template-columns: 1fr; }
  .tree-service-images img, .tree-service-images img:last-child { height: 360px; }
  .stair-before-after { grid-template-columns: 1fr; }
  .stair-before-after img { height: auto; max-height: 520px; }
  .gallery-card .gallery-image-pair img { height: 220px; }
  .quote-form { grid-template-columns: 1fr; }
  .field.full, .form-actions, .prepared-message { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .project-card img { transition: none; }
}
