:root {
  --ink: #141414;
  --charcoal: #20201e;
  --ash: #6b6760;
  --paper: #f7f4ee;
  --warm: #ebe3d6;
  --stone: #c8beb0;
  --cedar: #826c55;
  --line: rgba(20, 20, 20, .16);
  --white: #fffdf8;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.5;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: rgba(20, 20, 20, .86);
  border-bottom: 1px solid rgba(255, 253, 248, .16);
  backdrop-filter: blur(14px);
}

.brand {
  font-weight: 800;
  letter-spacing: .08em;
  font-size: .9rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
  font-size: .88rem;
  font-weight: 600;
}

.nav a:not(.nav-cta) { color: rgba(255, 253, 248, .78); }
.nav a:hover { color: var(--white); }

.nav-cta,
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  font-weight: 700;
  font-size: .88rem;
}

.nav-cta,
.button.primary {
  color: var(--ink);
  background: var(--white);
}

.button.secondary,
.button.outline-dark {
  border: 1px solid currentColor;
  background: transparent;
}

.button.secondary { color: var(--white); }
.button.outline-dark { color: var(--ink); }

.menu-toggle { display: none; }

.section-dark {
  color: var(--white);
  background: var(--charcoal);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr);
  min-height: 100svh;
  padding-top: 76px;
  overflow: hidden;
}

.hero-media {
  min-height: calc(100svh - 76px);
}

.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% center; }

.hero-content {
  align-self: center;
  padding: clamp(72px, 9vw, 130px) clamp(28px, 6vw, 92px);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--cedar);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.section-dark .eyebrow { color: #d0b899; }

h1, h2 {
  margin: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 700;
  line-height: 1.05;
}

h1 { max-width: 760px; font-size: clamp(3rem, 6vw, 6.3rem); }
h2 { font-size: clamp(2rem, 4.6vw, 4.6rem); }
h3 { margin: 0; font-size: 1rem; line-height: 1.2; }
p { color: var(--ash); }
.section-dark p { color: rgba(255,253,248,.72); }

.lede {
  max-width: 680px;
  margin: 26px 0 32px;
  font-size: clamp(1.08rem, 2vw, 1.42rem);
  color: rgba(255,253,248,.84);
}

.actions { display: flex; flex-wrap: wrap; gap: 14px; }
.actions.centered { justify-content: center; align-items: center; }

section:not(.hero) { padding: clamp(72px, 10vw, 140px) clamp(20px, 6vw, 80px); }

.intro,
.difference,
.about {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(34px, 7vw, 100px);
}

.section-heading p,
.intro-copy p,
.about p,
.final-cta p { font-size: clamp(1rem, 1.3vw, 1.18rem); }

.intro-copy { max-width: 640px; }
.service-layout { grid-column: 1 / -1; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 5vw, 72px); }
.service-feature { display: grid; gap: 20px; align-content: start; }
.service-feature-media { width: min(100%, 520px); margin: 0 auto; }
.service-feature-media img { width: 100%; height: auto; }

.material-frame {
  position: relative;
  min-height: 360px;
  background: #b7aa9a;
  overflow: hidden;
}

.material-frame::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(20, 20, 20, .18);
}

.material-frame::after {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 50%;
  border-left: 1px solid rgba(20, 20, 20, .12);
}

.material-frame.tall { min-height: 560px; }

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.service-list article,
.principles article,
.steps article {
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.service-list article:nth-child(odd) { padding-right: 24px; }
.service-list article:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--line); }

.section-stone { background: var(--warm); }
.wide { max-width: 900px; }
.wide p:last-child { font-size: clamp(1.05rem, 1.5vw, 1.25rem); }

.gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 42px 0 70px;
}

.project,
.before-after figure,
.founder-project figure,
.process-photo { margin: 0; }
.project { display: grid; gap: 12px; font-weight: 800; }
.project img { width: 100%; height: auto; object-fit: cover; }
.project-kitchen img { aspect-ratio: 4 / 3; object-position: center; }
.project-basement img { aspect-ratio: 4 / 3; object-position: center; }
.project figcaption { font-size: .92rem; }

.bathroom-project { padding-top: 40px; border-top: 1px solid var(--line); }
.bathroom-project > h3 { margin-bottom: 20px; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(1.45rem, 2.5vw, 2.2rem); }
.before-after { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.before-after figure { position: relative; aspect-ratio: 3 / 4; overflow: hidden; }
.before-after img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.before-after figcaption { position: absolute; left: 14px; bottom: 14px; padding: 7px 10px; color: var(--white); background: rgba(20,20,20,.86); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }

.founder-project { display: grid; grid-template-columns: .72fr 1.45fr .58fr; gap: 22px; align-items: end; margin-top: clamp(78px, 10vw, 130px); padding-top: clamp(58px, 7vw, 90px); border-top: 1px solid var(--line); }
.founder-copy { align-self: center; padding-right: 18px; }
.founder-copy h2 { font-size: clamp(2rem, 3.9vw, 4.1rem); }
.founder-copy h3 { margin-top: 28px; font-family: "Libre Baskerville", Georgia, serif; font-size: 1.2rem; }
.founder-copy p:last-child { margin-top: 12px; }
.founder-project img { display: block; width: 100%; height: 100%; object-fit: cover; }
.founder-kitchen img { aspect-ratio: 3 / 2; }
.founder-exterior img { aspect-ratio: 2 / 3; object-position: 52% center; }
.founder-exterior img.founder-exterior-full { object-fit: contain; object-position: center; }

.principles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
}

.process .section-heading { margin-bottom: 34px; }
.process-layout { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: clamp(38px, 6vw, 84px); align-items: start; }
.process-photo { aspect-ratio: 3 / 4; overflow: hidden; }
.process-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
  border-top: 1px solid rgba(255,253,248,.18);
}

.steps article {
  padding: 26px 22px 0 0;
  border-color: rgba(255,253,248,.18);
}
.steps span { display: block; margin-bottom: 24px; color: #d0b899; font-weight: 800; }

.about { display: block; }
.about > div { max-width: 820px; margin-left: auto; margin-right: auto; text-align: center; }

.final-cta {
  text-align: center;
  padding-top: clamp(88px, 13vw, 170px) !important;
  padding-bottom: clamp(88px, 13vw, 170px) !important;
}
.final-cta h2,
.final-cta p { max-width: 760px; margin-left: auto; margin-right: auto; }
.final-cta p { margin-top: 24px; margin-bottom: 30px; }
.text-link { color: var(--white); font-weight: 800; border-bottom: 1px solid rgba(255,253,248,.5); }

.footer {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 32px;
  padding: 42px clamp(20px, 6vw, 80px);
  background: #111;
  color: var(--white);
}
.footer p,
.footer a { color: rgba(255,253,248,.7); }
.footer .brand { display: inline-block; color: var(--white); margin-bottom: 16px; }
.footer nav { display: grid; gap: 10px; }
.footer-placeholders p { margin: 0 0 8px; }

.privacy-content {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 120px) clamp(20px, 6vw, 80px);
}
.privacy-content h2 { margin-top: 42px; font-size: clamp(1.6rem, 3vw, 2.4rem); }
.privacy-content p,
.privacy-content li { max-width: 760px; }
.privacy-content li + li { margin-top: 10px; }

.projects-link-row {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

a,
button,
input,
select,
textarea {
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, opacity 220ms ease, transform 220ms ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #b68148;
  outline-offset: 3px;
}

.nav a[aria-current="page"]:not(.nav-cta) { color: var(--white); }
.nav-cta:hover,
.button.primary:hover { background: #e9dfd1; transform: translateY(-2px); }
.button.secondary:hover { color: var(--ink); background: var(--white); border-color: var(--white); transform: translateY(-2px); }
.button.outline-dark:hover { color: var(--white); background: var(--ink); border-color: var(--ink); transform: translateY(-2px); }
.text-link:hover { border-bottom-color: transparent; }
.site-header { transition: background-color 300ms ease, box-shadow 300ms ease; }
.site-header.scrolled { background: rgba(17, 17, 17, .96); box-shadow: 0 8px 24px rgba(0, 0, 0, .12); }

/* Shared inner-page structure */
.page-hero {
  min-height: 66svh;
  display: flex;
  align-items: end;
  padding: 180px clamp(20px, 7vw, 104px) clamp(78px, 9vw, 126px);
}

.page-hero-copy { max-width: 1020px; }
.page-hero h1 { max-width: 1000px; font-size: 5.6rem; }
.page-hero .lede { max-width: 780px; }

.portfolio-finished { background: var(--paper); }
.editorial-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 22px; }
.portfolio-image { margin: 0; }
.portfolio-image figcaption,
.comparison-pair figcaption,
.wip-gallery figcaption {
  margin-top: 12px;
  color: var(--ash);
  font-size: .76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.image-frame { overflow: hidden; background: #d6cec2; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(.2, .65, .3, 1); }
.portfolio-image:hover .image-frame img,
.founder-feature figure:hover .image-frame img { transform: scale(1.015); }
.portrait-frame { aspect-ratio: 3 / 4; }

.kitchen-story { margin-top: 48px; align-items: end; }
.kitchen-story .portfolio-image-main { grid-column: 1 / span 8; }
.kitchen-story .portfolio-image-main .image-frame { aspect-ratio: 4 / 3; }
.kitchen-story .portfolio-image-secondary { grid-column: 9 / -1; }
.kitchen-story .portfolio-image-secondary .image-frame { aspect-ratio: 3 / 4; }
.kitchen-story .portfolio-image-detail { grid-column: 3 / span 7; margin-top: 56px; }
.kitchen-story .portfolio-image-detail .image-frame { aspect-ratio: 4 / 3; }

.portfolio-story {
  margin-top: clamp(90px, 12vw, 180px);
  padding-top: clamp(64px, 8vw, 108px);
  border-top: 1px solid var(--line);
}
.portfolio-story-heading { max-width: 800px; margin-bottom: 42px; }
.portfolio-story-heading h2 { font-size: 3.7rem; }
.basement-wide .image-frame { aspect-ratio: 16 / 9; }
.basement-wide img { object-position: center 54%; }
.basement-pair { display: grid; grid-template-columns: .62fr 1.1fr; gap: 22px; align-items: end; margin: 22px 7vw 0; }
.basement-pair > :nth-child(2) .image-frame { aspect-ratio: 4 / 3; }
.basement-pair .fireplace-detail { grid-column: 2; width: 66%; margin-top: 34px; }
.basement-pair .fireplace-detail .image-frame { aspect-ratio: 4 / 3; }

.room-story { margin-top: clamp(90px, 12vw, 180px); align-items: end; }
.bathroom-tall { grid-column: 1 / span 4; }
.bathroom-wide { grid-column: 5 / -1; }
.bathroom-wide .image-frame { aspect-ratio: 4 / 3; }
.flooring-wide { grid-column: 4 / span 7; margin-top: 54px; }
.flooring-wide .image-frame { aspect-ratio: 4 / 3; }

.founder-feature {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.35fr) minmax(180px, .5fr);
  gap: 22px;
  align-items: end;
}
.founder-feature-copy { align-self: center; padding-right: 30px; }
.founder-feature-copy h2 { font-size: 3.9rem; }
.founder-feature-copy p { max-width: 520px; }
.founder-attribution { color: var(--white) !important; font-weight: 700; }
.founder-feature-main .image-frame { aspect-ratio: 3 / 2; }
.founder-feature-side { margin: 0; }
.founder-feature-main { margin: 0; }

.comparison-section { background: var(--warm); }
.comparison-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; max-width: 960px; margin: 48px auto 0; }
.comparison-pair figure { margin: 0; }
.comparison-pair figcaption { color: var(--ink); }

.work-in-progress { padding-bottom: clamp(90px, 12vw, 160px) !important; }
.wip-intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 8vw, 120px); }
.wip-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -22px; }
.wip-intro h2 { font-size: 4rem; }
.wip-copy p { margin-top: 0; font-size: 1.08rem; }
.wip-copy .wip-statement { margin-top: 28px; color: var(--white); font-weight: 700; }
.wip-gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 22px; align-items: end; margin-top: 72px; }
.wip-gallery figure { grid-column: span 3; margin: 0; }
.wip-gallery .wip-large { grid-column: span 4; }
.wip-gallery .wip-wide { grid-column: span 2; }
.wip-gallery figcaption { color: rgba(255,253,248,.68); }

/* Project inquiry */
.form-hero { min-height: 62svh; }
.inquiry-section {
  display: grid;
  grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
}
.inquiry-aside { position: sticky; top: 116px; }
.inquiry-aside h2 { font-size: 3rem; }
.inquiry-aside > p:not(.eyebrow) { font-size: 1.05rem; }
.form-preview-notice { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); font-size: .88rem !important; }
.project-form { max-width: 900px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 22px; }
.field { min-width: 0; }
.field-full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 9px; color: var(--ink); font-size: .82rem; font-weight: 800; }
.field label span { color: #8a3e2b; }
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  color: var(--ink);
  background: rgba(255,255,255,.46);
  border: 1px solid rgba(20,20,20,.28);
  border-radius: 0;
  font: inherit;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:hover,
.field select:hover,
.field textarea:hover { border-color: rgba(20,20,20,.58); }
.field input:focus,
.field select:focus,
.field textarea:focus { background: var(--white); border-color: var(--ink); }
.field [aria-invalid="true"] { border-color: #9f3b2e; }
.field-error { min-height: 18px; margin: 6px 0 0; color: #8b2f23; font-size: .76rem; font-weight: 600; }
.form-actions { display: flex; align-items: center; gap: 22px; margin-top: 34px; }
.project-form .button.primary { color: var(--white); background: var(--ink); border: 1px solid var(--ink); cursor: pointer; }
.project-form .button.primary:hover { color: var(--ink); background: transparent; }
.project-form .button.primary:disabled { opacity: .64; cursor: wait; transform: none; }
.button-loading { display: none; }
.is-loading .button-label { display: none; }
.is-loading .button-loading { display: inline; }
.form-status { max-width: 520px; margin: 0; font-size: .88rem; }
.form-status.error { color: #8b2f23; }
.form-status.success { color: #28603a; font-weight: 700; }
.form-privacy-note { margin: 18px 0 0; color: var(--ash); font-size: .82rem; }
.form-privacy-note a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

/* Quiet motion is enabled only after JavaScript is ready. */
.page-enter { animation: page-enter 650ms cubic-bezier(.2, .65, .3, 1) both; }
.motion-ready [data-reveal] { opacity: 0; transform: translateY(18px); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); transition: opacity 600ms ease, transform 600ms cubic-bezier(.2, .65, .3, 1); }

@keyframes page-enter {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 920px) {
  .menu-toggle {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255,253,248,.24);
    background: transparent;
    color: var(--white);
  }
  .menu-toggle span:not(.sr-only) {
    width: 20px;
    height: 2px;
    background: currentColor;
  }
  .nav {
    position: fixed;
    inset: 76px 0 auto 0;
    display: none;
    padding: 26px 22px 34px;
    background: rgba(20, 20, 20, .98);
    border-bottom: 1px solid rgba(255,253,248,.16);
  }
  .nav.open { display: grid; align-items: stretch; }
  .nav a { font-size: 1.2rem; padding: 8px 0; }
  .nav-cta { margin-top: 10px; }
  .intro,
  .difference,
  .service-layout { grid-template-columns: 1fr; }
  .hero { grid-template-columns: 1.08fr .92fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .founder-project { grid-template-columns: 1fr 1.5fr; }
  .founder-copy { grid-column: 1 / -1; max-width: 700px; }
  .process-layout { grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr); gap: 32px; }
  .steps { grid-template-columns: 1fr; }
  .steps span { margin-bottom: 18px; }
  .footer { grid-template-columns: 1fr; }
  .page-hero h1 { font-size: 4.4rem; }
  .founder-feature { grid-template-columns: 1fr 1.5fr; }
  .founder-feature-copy { grid-column: 1 / -1; max-width: 760px; }
  .founder-feature-side { width: 78%; }
  .wip-intro { grid-template-columns: 1fr; }
  .wip-intro .eyebrow { grid-column: auto; margin-bottom: -14px; }
  .wip-intro h2 { font-size: 3.5rem; }
  .wip-gallery figure,
  .wip-gallery .wip-large { grid-column: span 4; }
  .wip-gallery .wip-wide { grid-column: 9 / span 4; }
  .inquiry-section { grid-template-columns: 1fr; }
  .inquiry-aside { position: static; max-width: 720px; }
}

@media (max-width: 620px) {
  .site-header { padding: 14px 18px; }
  .brand { font-size: .78rem; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 70px; }
  .hero-content { padding: 70px 20px 50px; }
  .hero-media { min-height: 0; aspect-ratio: 4 / 3; }
  .hero-media img { object-position: 43% center; }
  h1 { font-size: clamp(2.6rem, 16vw, 4.2rem); }
  h2 { font-size: clamp(2rem, 11vw, 3.2rem); }
  .button { width: 100%; }
  .service-list,
  .principles,
  .gallery,
  .before-after,
  .founder-project,
  .process-layout { grid-template-columns: 1fr; }
  .service-list article:nth-child(n) {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
  }
  .project-basement img { aspect-ratio: 4 / 3; }
  .before-after { gap: 14px; }
  .before-after img { object-position: center; }
  .founder-copy { grid-column: auto; }
  .founder-kitchen { order: 2; }
  .founder-exterior { order: 3; width: 58%; margin-left: auto !important; margin-top: -36px !important; border: 8px solid var(--warm); }
  .process-photo { aspect-ratio: 3 / 4; }
  .process-photo img { object-position: center 42%; }
  .material-frame.tall { min-height: 300px; }
  section:not(.hero) { padding-left: 18px; padding-right: 18px; }
  .page-hero { min-height: 72svh; padding: 142px 18px 64px; }
  .page-hero h1 { font-size: 3.05rem; }
  .page-hero .lede { font-size: 1.03rem; }
  .projects-link-row .button { width: auto; }
  .editorial-grid { grid-template-columns: 1fr; }
  .kitchen-story .portfolio-image-main,
  .kitchen-story .portfolio-image-secondary,
  .kitchen-story .portfolio-image-detail,
  .bathroom-tall,
  .bathroom-wide,
  .flooring-wide { grid-column: auto; margin-top: 0; }
  .kitchen-story .portfolio-image-secondary { width: 72%; margin-left: auto; }
  .kitchen-story .portfolio-image-detail { margin-top: 16px; }
  .portfolio-story-heading h2,
  .founder-feature-copy h2,
  .inquiry-aside h2 { font-size: 2.5rem; }
  .basement-wide .image-frame { aspect-ratio: 4 / 3; }
  .basement-pair { grid-template-columns: 1fr; margin: 16px 0 0; }
  .basement-pair > :first-child { width: 66%; }
  .basement-pair .fireplace-detail { grid-column: auto; width: 78%; margin: 16px 0 0 auto; }
  .room-story { gap: 28px; }
  .bathroom-tall { width: 76%; }
  .founder-feature { grid-template-columns: 1fr; }
  .founder-feature-copy { grid-column: auto; padding-right: 0; }
  .founder-feature-side { width: 58%; margin: -36px 0 0 auto; border: 8px solid var(--charcoal); }
  .comparison-pair { grid-template-columns: 1fr 1fr; gap: 10px; }
  .comparison-pair figcaption { margin-top: 8px; }
  .wip-intro h2 { font-size: 2.65rem; }
  .wip-gallery { grid-template-columns: 1fr 1fr; gap: 18px 12px; margin-top: 48px; }
  .wip-gallery figure,
  .wip-gallery .wip-large,
  .wip-gallery .wip-wide { grid-column: auto; }
  .wip-gallery .wip-large { grid-row: span 2; }
  .wip-gallery .wip-large .image-frame { height: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .project-form .button.primary { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .motion-ready [data-reveal] { opacity: 1; transform: none; }
}
