@font-face {
  font-family: "Barlow Condensed";
  src: url("./fonts/barlow-condensed-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("./fonts/barlow-condensed-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("./fonts/source-sans-3.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}
:root {
  --ink: #222923;
  --green: #304738;
  --accent: #a3af69;
  --paper: #f3f2ec;
  --line: #c9cdc2;
  --white: #fff;
  --muted: #596058;
  font-family: "Source Sans 3", sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  min-width: 320px;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}
.wrap {
  width: min(100% - 64px, 1320px);
  margin-inline: auto;
}
.skip {
  position: absolute;
  top: -100px;
  left: 20px;
  z-index: 100;
  background: var(--ink);
  color: white;
  padding: 12px 20px;
}
.skip:focus {
  top: 0;
}
.top {
  background: var(--green);
  color: #f0f2e9;
  font-size: 12px;
  letter-spacing: 0.025em;
}
.top-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.top-inner > div {
  display: flex;
  gap: 13px;
  align-items: center;
}
.top-inner b {
  opacity: 0.55;
  font-weight: 400;
}
.top a:hover {
  text-decoration: underline;
}
.header {
  border-bottom: 1px solid #e3e5df;
  background: white;
  position: relative;
  z-index: 10;
}
.header-inner {
  height: 95px;
  display: flex;
  align-items: center;
  gap: 35px;
}
.brand {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  line-height: 1;
}
.brand strong {
  font:
    700 34px/0.82 "Barlow Condensed",
    sans-serif;
  letter-spacing: 0.025em;
}
.brand strong span {
  color: #859352;
}
.brand small {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-top: 8px;
}
.desktop-nav {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-left: auto;
}
.desktop-nav a {
  font-weight: 700;
  font-size: 14px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}
.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  border-color: var(--green);
}
.header-cta,
.solid {
  min-height: 50px;
  background: var(--green);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 12px 20px;
  border: 0;
  font-size: 14px;
  font-weight: 700;
}
.header-cta:hover,
.solid:hover {
  background: #203629;
}
.header-cta span {
  font-size: 20px;
  font-weight: 400;
}
.menu-button,
.mobile-nav {
  display: none;
}
.eyebrow {
  display: block;
  color: #657756;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.arrow-link {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  min-width: 170px;
  border-bottom: 1px solid currentColor;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 700;
}
.arrow-link:hover {
  color: #74894c;
}
.arrow-link span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.arrow-link.light {
  color: white;
}
.hero {
  background: var(--paper);
}
.hero-grid {
  min-height: 640px;
  display: grid;
  grid-template-columns: 1fr 1.01fr;
  gap: 65px;
}
.hero-copy {
  align-self: center;
  padding: 65px 0 75px;
}
.hero h1,
.page-intro h1 {
  font:
    700 clamp(56px, 6.55vw, 105px) / 0.94 "Barlow Condensed",
    sans-serif;
  letter-spacing: -0.012em;
}
.hero h1 {
  margin-top: 24px;
}
.hero h1 em {
  font-style: normal;
  color: #647a56;
}
.hero-copy > p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 470px;
  margin: 30px 0 36px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
}
.hero-actions > a:last-child {
  font-weight: 700;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
}
.hero-actions > a:last-child:hover {
  text-decoration: underline;
}
.hero-photo {
  position: relative;
  min-height: 600px;
}
.hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: calc(100% - 41px);
  object-fit: cover;
}
.hero-photo figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.facts {
  border-bottom: 1px solid var(--line);
}
.facts > .wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.facts span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.section {
  padding-block: 115px;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  margin-bottom: 56px;
}
.section-head h2,
.feature h2,
.abo-teaser h2,
.contact-band h2,
.care-lead h2,
.faq h2,
.about-grid h2,
.contact-grid h2 {
  font:
    700 clamp(42px, 4.6vw, 74px) / 0.96 "Barlow Condensed",
    sans-serif;
  margin-top: 15px;
}
.section-head > p {
  font-size: 17px;
  line-height: 1.6;
  max-width: 390px;
  color: var(--muted);
}
.service-list {
  border-top: 1px solid var(--line);
  margin-bottom: 27px;
}
.service-row {
  display: grid;
  grid-template-columns: 70px minmax(220px, 1fr) minmax(260px, 0.85fr) 32px;
  align-items: center;
  gap: 20px;
  padding: 28px 15px 28px 0;
  border-bottom: 1px solid var(--line);
  transition:
    background 0.2s,
    padding 0.2s;
}
.service-row:hover {
  background: var(--paper);
  padding-left: 15px;
}
.service-row > span:first-child {
  font-size: 12px;
  color: #687952;
  font-weight: 700;
}
.service-row strong {
  font:
    600 31px/1 "Barlow Condensed",
    sans-serif;
}
.service-row > span:nth-child(3) {
  font-size: 15px;
  color: var(--muted);
}
.service-row > span:last-child {
  font-size: 24px;
  text-align: right;
}
.feature {
  background: var(--paper);
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  align-items: center;
  padding-block: 90px;
}
.feature figure img {
  height: 470px;
  width: 100%;
  object-fit: cover;
}
.feature figcaption,
.about-grid figcaption,
.photo-note {
  font-size: 10px;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 0.11em;
  padding-top: 13px;
}
.feature-grid > div > p {
  font-size: 17px;
  line-height: 1.65;
  max-width: 440px;
  margin-top: 25px;
}
.feature-grid .arrow-link {
  margin-top: 25px;
}
.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.project-card img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.project-card small {
  display: block;
  margin-top: 16px;
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #6c7956;
}
.project-card h3 {
  font:
    600 28px/1.1 "Barlow Condensed",
    sans-serif;
  margin-top: 6px;
}
.project-card:hover h3 {
  text-decoration: underline;
}
.abo-teaser {
  background: #dbe0cf;
}
.abo-teaser-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding-block: 75px;
}
.abo-teaser p {
  font-size: 17px;
  line-height: 1.65;
  max-width: 450px;
  margin-bottom: 25px;
}
.contact-band {
  background: var(--green);
  color: white;
}
.band-inner {
  padding-block: 60px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 45px;
}
.contact-band .eyebrow {
  color: #c5d0a0;
}
.contact-band p {
  font-size: 17px;
  margin-top: 15px;
}
.footer {
  background: #202c24;
  color: #edf0e8;
  padding-top: 70px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr;
  gap: 55px;
  padding-bottom: 65px;
}
.footer-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}
.footer-grid p {
  color: #d3dacd;
  line-height: 1.7;
  font-size: 14px;
  margin-top: 17px;
}
.footer-grid h2 {
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #bbc9ac;
  margin-bottom: 9px;
}
.footer-grid a:not(:has(.brand)) {
  font-size: 14px;
}
.footer-grid a:hover,
.footer-base a:hover {
  text-decoration: underline;
}
.footer-base {
  border-top: 1px solid #556357;
  min-height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  color: #bbc7b9;
}
.footer-base div {
  display: flex;
  gap: 24px;
}
.page-intro {
  padding: 73px 0 75px;
}
.intro-top {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #657756;
}
.page-intro h1 {
  margin-top: 60px;
  font-size: clamp(68px, 8vw, 128px);
}
.page-intro > p {
  font-size: 19px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 690px;
  margin-top: 30px;
}
.photo-note {
  padding-bottom: 35px;
}
.service-details {
  padding: 30px 0 100px;
}
.service-detail {
  display: grid;
  grid-template-columns: 1fr 1fr 0.95fr;
  gap: 45px;
  align-items: start;
  padding: 64px 0;
  border-top: 1px solid var(--line);
  scroll-margin-top: 40px;
}
.service-detail:last-child {
  border-bottom: 1px solid var(--line);
}
.service-detail h2 {
  font:
    700 clamp(38px, 3.75vw, 61px) / 1 "Barlow Condensed",
    sans-serif;
  margin: 17px 0;
}
.service-detail > div:first-child p {
  font-size: 17px;
  line-height: 1.5;
  color: var(--muted);
  max-width: 300px;
}
.service-detail > div:nth-child(2) > p {
  font-size: 16px;
  line-height: 1.7;
}
.service-detail ul {
  list-style: none;
  padding: 0;
  margin: 25px 0;
  border-top: 1px solid var(--line);
}
.service-detail li {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.service-detail li::before {
  content: "—";
  color: #708158;
  margin-right: 10px;
}
.service-detail .arrow-link {
  font-size: 14px;
}
.service-detail img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}
.projects-section {
  padding-bottom: 110px;
}
.filters {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--line);
  margin-bottom: 45px;
}
.filters button {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 0 0 15px;
  font-size: 15px;
  color: var(--muted);
}
.filters button.selected {
  color: var(--ink);
  font-weight: 700;
  border-color: var(--green);
}
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 65px 25px;
}
.gallery figure:nth-child(3n + 2) {
  margin-top: 70px;
}
.gallery figure > a {
  display: block;
  position: relative;
  overflow: hidden;
  background: var(--paper);
}
.gallery figure img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  transition: transform 0.3s;
}
.gallery figure > a:hover img {
  transform: scale(1.035);
}
.gallery figure > a span {
  position: absolute;
  right: 0;
  bottom: 0;
  background: white;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  font-size: 24px;
}
.gallery figcaption {
  padding-top: 18px;
}
.gallery small {
  font-size: 11px;
  color: #708158;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.gallery h2 {
  font:
    600 30px/1.1 "Barlow Condensed",
    sans-serif;
  margin-top: 7px;
}
.gallery-note {
  max-width: 620px;
  margin-top: 55px;
  color: var(--muted);
  font-size: 13px;
}
.care-section {
  padding-bottom: 110px;
}
.care-lead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  border-top: 1px solid var(--line);
  padding: 55px 0 85px;
}
.care-lead p {
  font-size: 17px;
  line-height: 1.7;
  max-width: 500px;
  margin-bottom: 20px;
}
.care-lead .arrow-link {
  margin-top: 12px;
}
.care-options {
  background: var(--paper);
  padding: 45px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.care-options > .eyebrow {
  grid-column: 1/-1;
}
.care-options > div {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.care-options small {
  font-size: 12px;
  color: #718260;
}
.care-options h3 {
  font:
    600 44px/1 "Barlow Condensed",
    sans-serif;
  margin: 24px 0 8px;
}
.care-options p {
  font-size: 15px;
  color: var(--muted);
}
.care-options a {
  display: block;
  border-bottom: 1px solid var(--ink);
  padding: 30px 0 8px;
  font-weight: 700;
  font-size: 14px;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-top: 100px;
}
.faq h2 {
  margin: 0;
}
.faq details {
  border-top: 1px solid var(--line);
}
.faq details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  padding: 19px 0;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: "+";
  font-size: 20px;
  font-weight: 400;
}
.faq details[open] summary::after {
  content: "−";
}
.faq details p {
  padding: 0 20px 20px 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  padding-bottom: 120px;
}
.about-grid figure img {
  width: 100%;
  height: 575px;
  object-fit: cover;
}
.about-grid h2 {
  margin-bottom: 24px;
}
.about-grid > div > p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 19px;
}
.about-grid .arrow-link {
  margin-top: 13px;
}
.approach {
  background: var(--paper);
  padding: 75px 0 100px;
}
.approach .wrap > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 35px;
}
.approach article {
  border-top: 1px solid var(--line);
  padding-top: 17px;
}
.approach small {
  font-size: 12px;
  color: #708158;
}
.approach h3 {
  font:
    700 34px/1 "Barlow Condensed",
    sans-serif;
  margin: 24px 0 11px;
}
.approach p {
  font-size: 15px;
  line-height: 1.6;
  max-width: 280px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
  padding: 60px 0 120px;
  border-top: 1px solid var(--line);
}
.contact-grid h2 {
  font-size: 54px;
}
.contact-grid > div:first-child h2 {
  margin-bottom: 45px;
}
.contact-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  border-top: 1px solid var(--line);
  padding: 19px 0 23px;
}
.contact-detail small {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  color: #718260;
  margin-bottom: 8px;
}
.contact-detail a,
.contact-detail address {
  font-size: 20px;
  font-style: normal;
  line-height: 1.4;
}
.contact-detail a:hover {
  text-decoration: underline;
}
.contact-detail p {
  color: var(--muted);
  font-size: 13px;
  margin-top: 5px;
}
.form-panel {
  background: var(--paper);
  padding: 45px;
}
.form-panel h2 {
  margin-bottom: 35px;
}
.form-panel form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.form-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-panel label {
  font-size: 13px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  border: 1px solid #bdc4b8;
  background: white;
  color: var(--ink);
  min-height: 48px;
  padding: 11px 12px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
}
.form-panel textarea {
  resize: vertical;
}
.form-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.form-panel form .solid {
  align-self: flex-start;
}
.draft h3 {
  font:
    600 35px/1.1 "Barlow Condensed",
    sans-serif;
}
.draft p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0 30px;
}
.draft button {
  display: block;
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  padding: 8px 0;
  margin-top: 17px;
  font-size: 14px;
}
.legal {
  padding-bottom: 110px;
}
.legal h2 {
  font:
    600 32px/1 "Barlow Condensed",
    sans-serif;
  margin: 42px 0 15px;
}
.legal p {
  max-width: 690px;
  line-height: 1.7;
  font-size: 16px;
}
.legal a {
  text-decoration: underline;
}
.legal-note {
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
@media (max-width: 1100px) {
  .desktop-nav {
    gap: 17px;
  }
  .desktop-nav a {
    font-size: 13px;
  }
  .header-inner {
    gap: 20px;
  }
  .hero-grid {
    gap: 40px;
  }
  .hero h1 {
    font-size: clamp(54px, 6.6vw, 82px);
  }
  .service-detail {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 35px;
  }
  .service-detail img {
    display: none;
  }
}
@media (max-width: 850px) {
  .wrap {
    width: min(100% - 40px, 1320px);
  }
  .top-inner > span {
    display: none;
  }
  .top-inner {
    justify-content: center;
  }
  .desktop-nav,
  .header-cta {
    display: none;
  }
  .header-inner {
    height: 76px;
    justify-content: space-between;
  }
  .menu-button {
    display: block;
    border: 1px solid var(--line);
    background: white;
    padding: 9px 12px;
    font-weight: 700;
  }
  .mobile-nav {
    display: flex;
    flex-direction: column;
    padding: 12px 20px 25px;
    border-top: 1px solid var(--line);
  }
  .mobile-nav a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 52px;
    border-bottom: 1px solid var(--line);
    font-weight: 700;
  }
  .mobile-nav a[aria-current="page"] {
    color: #67794f;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .hero-copy {
    padding: 60px 0 50px;
  }
  .hero h1 {
    font-size: clamp(64px, 10vw, 105px);
  }
  .hero-photo {
    min-height: 400px;
    height: 400px;
  }
  .facts > .wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 30px;
    min-height: auto;
    padding-block: 23px;
  }
  .section {
    padding-block: 80px;
  }
  .section-head {
    flex-direction: column;
    align-items: start;
    gap: 22px;
  }
  .service-row {
    grid-template-columns: 45px 1fr 30px;
  }
  .service-row > span:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .service-row > span:last-child {
    grid-column: 3;
    grid-row: 1/3;
  }
  .feature-grid,
  .abo-teaser-grid,
  .care-lead,
  .faq,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .feature-grid {
    padding-block: 70px;
  }
  .feature figure img {
    height: 410px;
  }
  .preview-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .preview-grid .project-card:last-child {
    display: none;
  }
  .band-inner {
    align-items: start;
    flex-direction: column;
  }
  .page-intro h1 {
    font-size: clamp(65px, 10vw, 100px);
  }
  .service-detail {
    grid-template-columns: 1fr 1fr;
  }
  .about-grid {
    padding-bottom: 75px;
  }
  .about-grid figure img {
    height: 430px;
  }
  .contact-grid {
    padding-top: 45px;
  }
  .form-panel {
    padding: 35px;
  }
}
@media (max-width: 600px) {
  .wrap {
    width: min(100% - 36px, 1320px);
  }
  .top {
    font-size: 11px;
  }
  .brand strong {
    font-size: 30px;
  }
  .brand small {
    font-size: 8px;
  }
  .hero-copy {
    padding: 46px 0;
  }
  .hero h1 {
    font-size: clamp(57px, 12.4vw, 82px);
    margin-top: 16px;
  }
  .hero-copy > p {
    font-size: 16px;
    margin: 21px 0 24px;
  }
  .hero-actions {
    gap: 16px;
  }
  .hero-photo {
    min-height: 295px;
    height: 295px;
  }
  .hero-photo figcaption {
    font-size: 9px;
  }
  .facts > .wrap {
    gap: 13px 25px;
  }
  .facts span {
    font-size: 10px;
  }
  .section {
    padding-block: 64px;
  }
  .section-head {
    margin-bottom: 32px;
  }
  .section-head h2,
  .feature h2,
  .abo-teaser h2,
  .contact-band h2,
  .care-lead h2,
  .faq h2,
  .about-grid h2,
  .contact-grid h2 {
    font-size: 47px;
  }
  .section-head > p {
    font-size: 16px;
  }
  .service-row {
    gap: 9px;
    grid-template-columns: 30px 1fr 24px;
    padding: 20px 0;
  }
  .service-row strong {
    font-size: 28px;
  }
  .service-row > span:nth-child(3) {
    font-size: 13px;
  }
  .feature-grid {
    padding-block: 55px;
  }
  .feature figure img {
    height: 285px;
  }
  .feature-grid > div > p {
    font-size: 16px;
  }
  .preview-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .preview-grid .project-card:last-child {
    display: block;
  }
  .project-card img {
    height: 270px;
  }
  .abo-teaser-grid {
    gap: 25px;
    padding-block: 55px;
  }
  .abo-teaser p,
  .contact-band p {
    font-size: 16px;
  }
  .band-inner {
    padding-block: 50px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 42px 20px;
    padding-bottom: 40px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-grid > div:last-child a {
    overflow-wrap: anywhere;
    font-size: 12px;
  }
  .footer-base {
    align-items: start;
    flex-direction: column;
    padding-block: 22px;
  }
  .page-intro {
    padding-block: 40px 50px;
  }
  .page-intro h1 {
    font-size: clamp(60px, 13vw, 82px);
    margin-top: 34px;
  }
  .page-intro > p {
    font-size: 16px;
    margin-top: 23px;
  }
  .service-details {
    padding: 20px 0 70px;
  }
  .service-detail {
    grid-template-columns: 1fr;
    gap: 23px;
    padding: 38px 0;
  }
  .service-detail h2 {
    font-size: 42px;
  }
  .service-detail > div:nth-child(2) > p {
    font-size: 15px;
  }
  .gallery {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .gallery figure:nth-child(3n + 2) {
    margin-top: 0;
  }
  .gallery figure img {
    height: 290px;
  }
  .projects-section,
  .care-section {
    padding-bottom: 70px;
  }
  .filters {
    gap: 20px;
  }
  .filters button {
    font-size: 14px;
  }
  .gallery-note {
    margin-top: 35px;
  }
  .care-lead {
    padding: 35px 0 50px;
  }
  .care-lead p {
    font-size: 16px;
  }
  .care-options {
    grid-template-columns: 1fr;
    padding: 25px;
    gap: 20px;
  }
  .care-options h3 {
    margin: 12px 0 4px;
  }
  .care-options a {
    padding-top: 15px;
  }
  .faq {
    padding-top: 65px;
    gap: 25px;
  }
  .about-grid {
    padding-bottom: 65px;
  }
  .about-grid figure img {
    height: 340px;
  }
  .about-grid > div > p {
    font-size: 16px;
  }
  .approach {
    padding: 55px 0;
  }
  .approach .wrap > div {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .approach h3 {
    margin: 13px 0 8px;
  }
  .contact-grid {
    gap: 25px;
    padding: 32px 0 70px;
  }
  .contact-grid > div:first-child h2 {
    font-size: 42px;
    margin-bottom: 30px;
  }
  .form-panel {
    padding: 25px 18px;
  }
  .form-panel h2 {
    font-size: 42px;
    margin-bottom: 26px;
  }
  .form-pair {
    grid-template-columns: 1fr;
  }
  .legal {
    padding-bottom: 75px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* A photographic, type-led treatment built around Jaszewski's own project images. */
:root {
  --white: #f8f7f1;
  --paper: #eeeee5;
  --ink: #223229;
  --muted: #4d584f;
  --line: #bdc3b7;
}
.header {
  background: var(--white);
}
.editorial-hero-words h1 em,
.editorial-service-heading h2 em,
.editorial-work-top h2 em,
.editorial-story h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.07em;
}
.top,
.eyebrow,
.intro-top,
.facts {
  display: none;
}
.header {
  border-bottom: 0;
}
.header-inner {
  height: 96px;
}
.brand strong {
  font:
    800 34px/0.9 "Source Sans 3",
    sans-serif;
  letter-spacing: -0.055em;
}
.brand small {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.045em;
  margin-top: 5px;
}
.desktop-nav {
  gap: 31px;
}
.desktop-nav a {
  font-size: 16px;
  font-weight: 500;
}
.header-cta {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
  min-height: 46px;
  font-weight: 600;
}
.header-cta:hover {
  color: white;
}
.footer {
  padding-top: 90px;
}
.footer .brand strong {
  font-size: clamp(48px, 5vw, 76px);
}
.footer-grid {
  grid-template-columns: 1.8fr 1fr 1.2fr;
}
.footer-grid a:not(:has(.brand)) {
  font-size: 17px;
}
.footer-grid p {
  font-size: 16px;
}
.footer-grid h2 {
  font-size: 15px;
  letter-spacing: 0;
}

.editorial-hero-image {
  height: clamp(420px, 58vh, 680px);
  background: #314333;
  overflow: hidden;
}
.editorial-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
  filter: saturate(0.88) contrast(1.04);
}
.editorial-hero-words {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.65fr);
  gap: 70px;
  align-items: end;
  padding-top: 62px;
  padding-bottom: 95px;
}
.editorial-hero-words h1 {
  font:
    700 clamp(74px, 9vw, 145px) / 0.83 "Source Sans 3",
    sans-serif;
  letter-spacing: -0.08em;
}
.editorial-hero-words > div {
  padding-bottom: 12px;
}
.editorial-hero-words p {
  font-size: clamp(21px, 2.1vw, 29px);
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.editorial-hero-words a,
.editorial-work-top > a,
.editorial-story a,
.editorial-care a,
.editorial-end a {
  display: inline-flex;
  gap: 25px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid currentColor;
  padding: 10px 0;
  margin-top: 29px;
  font-size: 18px;
  font-weight: 600;
}
.editorial-hero-words a span,
.editorial-work-top > a span,
.editorial-story a span,
.editorial-care a span,
.editorial-end a span {
  font-size: 25px;
  font-weight: 400;
}
.editorial-services {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 80px;
  padding-top: 110px;
  padding-bottom: 135px;
  border-top: 1px solid var(--ink);
}
.editorial-service-heading h2 {
  font:
    700 clamp(70px, 8vw, 125px) / 0.82 "Source Sans 3",
    sans-serif;
  letter-spacing: -0.075em;
}
.editorial-service-heading p {
  font-size: 22px;
  line-height: 1.35;
  max-width: 400px;
  margin-top: 35px;
}
.editorial-service-preview {
  width: min(100%, 455px);
  height: 300px;
  overflow: hidden;
  margin-top: 65px;
  background: #d2d7c8;
}
.editorial-service-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
}
.editorial-service-links {
  border-top: 1px solid var(--ink);
}
.editorial-service-links a {
  display: grid;
  grid-template-columns: 1fr 34px;
  padding: 22px 0 27px;
  border-bottom: 1px solid var(--ink);
  transition: padding 0.2s;
}
.editorial-service-links a:hover {
  padding-left: 15px;
}
.editorial-service-links a > span {
  font-size: clamp(30px, 3.3vw, 53px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
}
.editorial-service-links a small {
  font-size: 18px;
  line-height: 1.35;
  grid-column: 1;
  margin-top: 14px;
  color: var(--muted);
}
.editorial-service-links a b {
  grid-column: 2;
  grid-row: 1/3;
  font-size: 30px;
  font-weight: 400;
}
.editorial-work {
  background: #e8ebe2;
  padding: 100px 0 125px;
}
.editorial-work-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 65px;
}
.editorial-work-top h2,
.editorial-story h2,
.editorial-care h2,
.editorial-end h2 {
  font:
    700 clamp(62px, 7.3vw, 116px) / 0.86 "Source Sans 3",
    sans-serif;
  letter-spacing: -0.075em;
}
.editorial-work-top > a {
  flex-shrink: 0;
}
.editorial-work-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 290px 280px;
  gap: 35px;
}
.editorial-project {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: transparent;
}
.editorial-project img {
  width: 100%;
  height: calc(100% - 62px);
  min-height: 0;
  object-fit: cover;
  transition: transform 0.45s;
}
.editorial-project:hover img {
  filter: saturate(1.15);
}
.editorial-project > span {
  position: static;
  width: 100%;
  max-width: none;
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
  background: transparent;
  border-bottom: 1px solid var(--ink);
  padding: 13px 0 12px;
  font-size: 24px;
  font-weight: 600;
}
.editorial-project > span span {
  font-size: 24px;
  font-weight: 400;
}
.project-large {
  grid-row: 1/3;
}
.project-small {
  width: 75%;
  margin-left: auto;
}
.project-bottom {
  width: 90%;
}
.editorial-story {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 145px;
}
.editorial-year {
  font:
    700 clamp(100px, 13vw, 210px) / 0.8 "Source Sans 3",
    sans-serif;
  letter-spacing: -0.105em;
}
.editorial-year span {
  display: block;
  font:
    500 28px/1 "Source Sans 3",
    sans-serif;
  letter-spacing: 0;
  margin-top: 25px;
}
.editorial-story > div > p {
  font-size: 22px;
  line-height: 1.4;
  max-width: 560px;
  margin-top: 32px;
}
.editorial-care {
  display: grid;
  grid-template-columns: 54% 46%;
  min-height: 610px;
  background: #233329;
  color: #f8f7f1;
}
.editorial-care-photo {
  min-height: 610px;
  overflow: hidden;
}
.editorial-care-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
}
.editorial-care-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 85px clamp(35px, 5vw, 100px);
}
.editorial-care h2 {
  max-width: 680px;
  font-size: clamp(60px, 5.8vw, 103px);
}
.editorial-care p {
  font-size: 24px;
  line-height: 1.35;
  max-width: 500px;
  margin-top: 35px;
}
.editorial-care a {
  margin-top: 45px;
  font-size: 20px;
}
.editorial-end {
  padding-top: 130px;
  padding-bottom: 140px;
}
.editorial-end > div {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
}
.editorial-end a {
  font-size: 24px;
}

/* A shared editorial hero gives the content pages one recognizable rhythm. */
.page-hero {
  background: #e8e9df;
}
.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 5%;
  min-height: 540px;
}
.page-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 52px 0;
}
.page-hero h1 {
  font: 700 clamp(68px, 6.7vw, 105px)/0.9 "Source Sans 3", sans-serif;
  letter-spacing: -0.075em;
  max-width: 750px;
}
.page-hero-copy > p {
  font-size: clamp(21px, 1.9vw, 27px);
  line-height: 1.34;
  max-width: 610px;
  margin-top: 27px;
}
.page-hero-copy > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--ink);
  padding: 8px 0;
  margin-top: 26px;
  font-size: 18px;
  font-weight: 700;
}
.page-hero-copy > a:hover {
  color: #5d7048;
}
.page-hero-photo {
  min-width: 0;
  height: 540px;
  overflow: hidden;
}
.page-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects-section,
.care-options-head,
.about-grid {
  scroll-margin-top: 25px;
}
.page-intro {
  padding-top: 65px;
  padding-bottom: 45px;
}
.page-intro h1 {
  font:
    700 clamp(70px, 8vw, 128px) / 0.9 "Source Sans 3",
    sans-serif;
  letter-spacing: -0.08em;
  margin: 0;
  max-width: 1150px;
}
.page-intro > p {
  font-size: clamp(21px, 2.25vw, 30px);
  line-height: 1.35;
  max-width: 840px;
  margin-top: 25px;
  color: var(--ink);
}
.section-head h2,
.feature h2,
.abo-teaser h2,
.contact-band h2,
.care-lead h2,
.faq h2,
.about-grid h2,
.contact-grid h2 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.98;
}
.service-detail h2 {
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(45px, 4vw, 68px);
  font-weight: 700;
  letter-spacing: -0.06em;
}
.service-detail > div:first-child p,
.service-detail > div:nth-child(2) > p {
  font-size: 20px;
}
.service-detail li {
  font-size: 18px;
}
.service-detail img {
  height: 330px;
}
.service-details {
  padding-top: 95px;
}
.service-detail {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  grid-template-rows: auto 1fr;
  gap: 22px 9%;
  padding: 100px 0;
}
.service-detail > div:first-child {
  grid-column: 1;
  grid-row: 1;
}
.service-detail > div:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
  max-width: 570px;
}
.service-detail img {
  grid-column: 2;
  grid-row: 1/3;
  width: 100%;
  height: 500px;
}
.service-detail:nth-child(even) > div:first-child,
.service-detail:nth-child(even) > div:nth-child(2) {
  grid-column: 2;
}
.service-detail:nth-child(even) img {
  grid-column: 1;
}
.service-detail h2 {
  margin: 0 0 18px;
}
.service-detail > div:first-child p {
  max-width: 460px;
  font-size: 23px;
  color: var(--ink);
}
.service-detail > div:nth-child(2) > p {
  max-width: 480px;
  font-size: 19px;
  line-height: 1.5;
}
.service-detail li {
  font-size: 18px;
}
.service-detail .arrow-link {
  font-size: 17px;
  margin-top: 20px;
}
.service-detail:nth-child(3) img {
  object-position: center 35%;
}
.care-lead h2 {
  text-transform: none;
}
.care-section {
  padding-top: 100px;
}
.care-options-head {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: end;
  margin: 35px 0 45px;
}
.care-options-head h2 {
  font: 600 clamp(48px, 5.5vw, 82px)/0.96 "Source Sans 3", sans-serif;
  letter-spacing: -0.055em;
  max-width: 690px;
  margin: 0;
}
.care-options-head p {
  font-size: 21px;
  line-height: 1.45;
  max-width: 560px;
  margin: 0;
}
.care-options {
  background: none;
  padding: 0;
  gap: 0;
  border-top: 1px solid var(--ink);
  align-items: stretch;
}
.care-options > article {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-top: 0;
  padding: 35px 35px 45px 0;
  margin-right: 35px;
  min-width: 0;
}
.care-options > article:last-child {
  border-right: 0;
  margin-right: 0;
}
.care-options small {
  font-size: 16px;
}
.care-options h3 {
  font-size: clamp(44px, 4vw, 66px);
  margin-top: 22px;
}
.care-options p {
  font-size: 19px;
  line-height: 1.4;
}
.care-options .care-rhythm {
  border-left: 3px solid var(--accent);
  padding-left: 12px;
  margin: 16px 0 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}
.care-rhythm span {
  display: block;
}
.care-options .care-example-label {
  color: var(--ink);
  font-weight: 700;
  margin: 35px 0 10px;
}
.care-options ul {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
}
.care-options li {
  border-top: 1px solid var(--line);
  padding: 12px 0;
  font-size: 18px;
  line-height: 1.35;
}
.care-options li::before {
  content: "—";
  margin-right: 8px;
}
.care-options a {
  font-size: 17px;
  margin-top: auto;
}
.care-options-footnote {
  font-size: 17px;
  line-height: 1.45;
  color: var(--muted);
  margin: 18px 0 0;
}
.faq summary {
  font-size: 20px;
}
.faq details p {
  font-size: 18px;
}
.approach h3 {
  font-size: 34px;
}
.approach p {
  font-size: 18px;
}
.form-note,
.legal-note {
  font-size: 16px;
}
.gallery {
  grid-template-columns: repeat(12, 1fr);
  gap: 42px 28px;
}
.gallery figure {
  grid-column: span 7;
}
.gallery figure:nth-child(5n + 2) {
  grid-column: span 5;
  margin-top: 130px;
}
.gallery figure:nth-child(5n + 3) {
  grid-column: span 5;
  margin-top: -20px;
}
.gallery figure:nth-child(5n + 4) {
  grid-column: span 7;
  margin-top: 75px;
}
.gallery figure:nth-child(5n + 5) {
  grid-column: span 8;
  margin-top: 0;
}
.gallery figure img {
  height: clamp(320px, 40vw, 620px);
}
.gallery h2 {
  font:
    600 33px/1.1 "Source Sans 3",
    sans-serif;
  letter-spacing: -0.04em;
}
.care-options h3,
.approach h3,
.legal h2 {
  font-family: "Source Sans 3", sans-serif;
  letter-spacing: -0.05em;
}
.care-lead p,
.about-grid > div > p {
  font-size: 21px;
}
.contact-grid h2 {
  font-size: clamp(46px, 4vw, 65px);
}
.contact-detail a,
.contact-detail address {
  font-size: 24px;
}
.form-panel {
  background: #efefe9;
}
.form-panel label {
  font-size: 17px;
}
.form-panel input,
.form-panel select,
.form-panel textarea {
  min-height: 55px;
  font-size: 18px;
}
.service-details,
.projects-section,
.care-section,
.about-grid,
.contact-grid {
  padding-top: 82px;
}

@media (max-width: 1000px) {
  .page-hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 4%;
  }
  .page-hero h1 {
    font-size: clamp(61px, 6.7vw, 75px);
  }
  .editorial-service-preview {
    display: none;
  }
  .service-detail {
    gap: 20px 5%;
  }
  .service-detail img {
    height: 420px;
    display: block;
  }
  .editorial-hero-words {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .editorial-hero-words > div {
    max-width: 700px;
  }
  .editorial-services {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .editorial-service-heading p {
    max-width: 750px;
  }
  .editorial-story {
    grid-template-columns: 1fr 1.3fr;
    gap: 35px;
  }
  .editorial-care {
    grid-template-columns: 50% 50%;
  }
  .editorial-care-copy {
    padding: 60px 35px;
  }
  .editorial-care h2 {
    font-size: clamp(54px, 6vw, 78px);
  }
}
@media (max-width: 850px) {
  .page-hero-grid {
    display: flex;
    flex-direction: column;
  }
  .page-hero-copy {
    padding: 42px 0 40px;
  }
  .page-hero-photo {
    height: 285px;
  }
  .service-details,
  .projects-section,
  .care-section,
  .about-grid,
  .contact-grid {
    padding-top: 64px;
  }
  .service-detail {
    display: block;
    padding: 65px 0;
  }
  .service-detail > div:nth-child(2) {
    max-width: 650px;
    margin-top: 25px;
  }
  .service-detail img {
    margin-top: 35px;
    height: 390px;
  }
  .care-options-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .care-options {
    grid-template-columns: 1fr;
  }
  .care-options > article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    margin: 0;
    padding: 30px 0;
  }
  .header-inner {
    height: 84px;
  }
  .editorial-hero-image {
    height: 450px;
  }
  .editorial-work-grid {
    grid-template-rows: 240px 220px;
  }
  .editorial-care {
    grid-template-columns: 1fr;
  }
  .editorial-care-photo {
    min-height: 360px;
    height: 360px;
  }
  .editorial-care-copy {
    padding: 75px 8%;
  }
  .editorial-work-top {
    align-items: start;
    flex-direction: column;
  }
  .gallery {
    grid-template-columns: 1fr 1fr;
  }
  .gallery figure,
  .gallery figure:nth-child(5n + 2),
  .gallery figure:nth-child(5n + 3),
  .gallery figure:nth-child(5n + 4),
  .gallery figure:nth-child(5n + 5) {
    grid-column: span 1;
    margin-top: 0;
  }
  .gallery figure img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .page-hero-copy {
    padding: 38px 0 32px;
  }
  .page-hero h1 {
    font-size: clamp(54px, 12vw, 76px);
  }
  .page-hero-copy > p {
    font-size: 21px;
    margin-top: 22px;
  }
  .page-hero-copy > a {
    font-size: 17px;
    margin-top: 20px;
  }
  .page-hero-photo {
    height: 255px;
  }
  .service-details,
  .projects-section,
  .care-section,
  .about-grid,
  .contact-grid {
    padding-top: 42px;
  }
  .service-detail {
    padding: 50px 0;
  }
  .service-detail img {
    height: 275px;
  }
  .service-detail > div:first-child p {
    font-size: 20px;
  }
  .service-detail > div:nth-child(2) > p {
    font-size: 18px;
  }
  .care-options h3 {
    margin-top: 12px;
  }
  .brand strong {
    font-size: 27px;
  }
  .brand small {
    font-size: 9px;
  }
  .editorial-hero-image {
    height: 350px;
  }
  .editorial-hero-words {
    padding-top: 38px;
    padding-bottom: 75px;
    gap: 25px;
  }
  .editorial-hero-words h1 {
    font-size: clamp(62px, 15vw, 100px);
  }
  .editorial-hero-words p {
    font-size: 22px;
  }
  .editorial-hero-words a {
    font-size: 17px;
  }
  .editorial-services {
    padding-top: 70px;
    padding-bottom: 85px;
    gap: 50px;
  }
  .editorial-service-heading h2 {
    font-size: 85px;
  }
  .editorial-service-heading p {
    font-size: 20px;
    margin-top: 20px;
  }
  .editorial-service-links a > span {
    font-size: 36px;
  }
  .editorial-service-links a small {
    font-size: 17px;
  }
  .editorial-work {
    padding: 70px 0 90px;
  }
  .editorial-work-top {
    margin-bottom: 38px;
    gap: 20px;
  }
  .editorial-work-top h2,
  .editorial-story h2,
  .editorial-care h2,
  .editorial-end h2 {
    font-size: clamp(58px, 13vw, 85px);
  }
  .editorial-care h2 {
    font-size: clamp(50px, 12vw, 72px);
  }
  .editorial-work-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .editorial-project,
  .project-small,
  .project-bottom {
    width: 100%;
    height: 310px;
    margin: 0;
  }
  .editorial-project > span {
    font-size: 20px;
  }
  .editorial-story {
    display: block;
    padding-top: 85px;
    padding-bottom: 90px;
  }
  .editorial-year {
    font-size: 110px;
    margin-bottom: 65px;
  }
  .editorial-story > div > p {
    font-size: 20px;
  }
  .editorial-care-photo {
    min-height: 285px;
    height: 285px;
  }
  .editorial-care-copy {
    padding: 60px 20px 70px;
  }
  .editorial-care p {
    font-size: 21px;
    margin-top: 25px;
  }
  .editorial-care a {
    font-size: 18px;
    margin-top: 25px;
  }
  .editorial-end {
    padding: 90px 0;
  }
  .editorial-end > div {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
  .editorial-end a {
    font-size: 20px;
  }
  .page-intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-intro h1 {
    font-size: clamp(55px, 13vw, 82px);
  }
  .page-intro > p {
    font-size: 21px;
  }
  .service-detail h2 {
    font-size: 43px;
  }
  .service-detail > div:first-child p,
  .service-detail > div:nth-child(2) > p {
    font-size: 18px;
  }
  .gallery {
    display: block;
  }
  .gallery figure {
    margin-bottom: 45px !important;
  }
  .gallery figure img {
    height: 310px;
  }
  .footer-grid {
    gap: 35px;
  }
  .footer .brand strong {
    font-size: 53px;
  }
}

/* Elementor wrappers are neutral so each imported editorial section keeps its spacing. */
.elementor > .e-con, .elementor > .elementor-element { --container-max-width: none !important; max-width: none !important; width: 100% !important; padding: 0 !important; margin: 0 !important; gap: 0 !important; }
.elementor > .e-con > .e-con-inner { max-width: none !important; width: 100% !important; padding: 0 !important; margin: 0 !important; gap: 0 !important; }
body .elementor-widget-html, .elementor-widget-html > .elementor-widget-container { width: 100%; margin: 0 !important; padding: 0 !important; }
.elementor-widget-html > .elementor-widget-container > .wrap { margin-inline: auto; }
.mobile-nav[hidden], .gallery figure[hidden], .contact-grid form[hidden] { display: none !important; }
.elementor .page-hero, .elementor .editorial-hero { width: 100% !important; max-width: none !important; padding: 0 !important; gap: 0 !important; }
.elementor .page-hero-grid, .elementor .editorial-hero-words { width: min(100% - 64px, 1320px) !important; max-width: 1320px !important; display: grid !important; gap: 5% !important; padding-left: 0 !important; padding-right: 0 !important; margin-inline: auto !important; }
.elementor .page-hero-copy { display: flex !important; flex-direction: column !important; align-items: flex-start !important; justify-content: center !important; padding: 52px 0 !important; gap: 0 !important; }
.elementor .page-hero h1.elementor-heading-title { font: 700 clamp(68px, 6.7vw, 105px)/0.9 "Source Sans 3", sans-serif !important; letter-spacing: -0.075em !important; color: var(--ink) !important; }
.elementor .page-hero-copy .elementor-widget-text-editor { margin-top: 27px !important; max-width: 610px; }
.elementor .page-hero-copy .elementor-widget-text-editor p { font-size: clamp(21px, 1.9vw, 27px); line-height: 1.34; }
.elementor .page-hero-copy .elementor-widget-button { margin-top: 26px !important; width: auto !important; }
.elementor .page-hero-copy .elementor-button, .elementor .editorial-hero-words .elementor-button { background: none !important; color: var(--ink) !important; border: 0 !important; border-bottom: 1px solid currentColor !important; border-radius: 0 !important; padding: 8px 0 !important; font-size: 18px !important; font-weight: 700 !important; box-shadow: none !important; }
.elementor .page-hero-photo, .elementor .page-hero-photo .elementor-widget-html, .elementor .page-hero-photo .elementor-widget-container { height: 540px; width: 100%; padding: 0 !important; }
.elementor .page-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.elementor .editorial-hero-image, .elementor .editorial-hero-image .elementor-widget-html, .elementor .editorial-hero-image .elementor-widget-container { width: 100%; height: clamp(420px, 58vh, 680px); padding: 0 !important; }
.elementor .editorial-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.elementor .editorial-hero-words { grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.65fr) !important; gap: 70px !important; align-items: end !important; padding-top: 62px !important; padding-bottom: 95px !important; }
.elementor .editorial-hero-words h1.elementor-heading-title { font: 700 clamp(74px, 9vw, 145px)/0.83 "Source Sans 3", sans-serif !important; letter-spacing: -0.08em !important; color: var(--ink) !important; }
.elementor .editorial-hero-intro { display: flex !important; flex-direction: column !important; align-items: flex-start !important; justify-content: flex-end !important; gap: 0 !important; padding-bottom: 12px !important; }
.elementor .editorial-hero-intro .elementor-widget-button { margin-top: 29px !important; width: auto !important; }
@media (max-width: 1000px) {
  .elementor .editorial-hero-words { grid-template-columns: 1fr !important; gap: 35px !important; }
  .elementor .page-hero h1.elementor-heading-title { font-size: clamp(61px, 6.7vw, 75px) !important; }
}
@media (max-width: 850px) {
  .elementor .page-hero-grid, .elementor .editorial-hero-words { display: flex !important; flex-direction: column !important; gap: 0 !important; }
  .elementor .page-hero-copy { padding: 42px 0 40px !important; }
  .elementor .page-hero-photo, .elementor .page-hero-photo .elementor-widget-html, .elementor .page-hero-photo .elementor-widget-container { height: 285px; }
  .elementor .editorial-hero-image, .elementor .editorial-hero-image .elementor-widget-html, .elementor .editorial-hero-image .elementor-widget-container { height: 450px; }
}
@media (max-width: 600px) {
  .elementor .page-hero-grid, .elementor .editorial-hero-words { width: min(100% - 36px, 1320px) !important; }
  .elementor .page-hero-copy { padding: 38px 0 32px !important; }
  .elementor .page-hero h1.elementor-heading-title { font-size: clamp(54px, 12vw, 76px) !important; }
  .elementor .page-hero-photo, .elementor .page-hero-photo .elementor-widget-html, .elementor .page-hero-photo .elementor-widget-container { height: 255px; }
  .elementor .editorial-hero-image, .elementor .editorial-hero-image .elementor-widget-html, .elementor .editorial-hero-image .elementor-widget-container { height: 350px; }
  .elementor .editorial-hero-words { padding-top: 38px !important; padding-bottom: 75px !important; gap: 25px !important; }
  .elementor .editorial-hero-words h1.elementor-heading-title { font-size: clamp(62px, 15vw, 100px) !important; }
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("./fonts/cormorant-garamond-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
}

/* Quiet architectural art direction: real work, warm stone, deep foliage. */
:root {
  --white: #f6f3ec;
  --paper: #eeeae0;
  --ink: #1d2d24;
  --green: #1d2d24;
  --muted: #58635a;
  --line: #c7c8bc;
  --accent: #c4ae79;
  --jasz-display: "Cormorant Garamond", Georgia, serif;
  background: var(--white);
}

body { background: var(--white); }

.header {
  background: #18291f;
  color: #f7f3e8;
  border: 0;
}
.header-inner { height: 88px; }
.brand strong {
  font: 600 31px/.88 "Source Sans 3", sans-serif;
  letter-spacing: .025em;
}
.brand strong span { color: var(--accent); }
.brand small {
  margin-top: 7px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .125em;
}
.desktop-nav { gap: 34px; }
.desktop-nav a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .012em;
  border-bottom-width: 1px;
}
.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] { border-color: var(--accent); }
.header-cta {
  min-height: 45px;
  color: #f7f3e8;
  border: 1px solid #a99771;
  padding: 10px 17px;
  font-weight: 500;
}
.header-cta:hover { background: #c4ae79; color: #18291f; }
.solid { font-weight: 600; letter-spacing: .02em; }

.editorial-hero {
  position: relative;
  min-height: 710px;
  overflow: hidden;
  background: #18291f;
  color: #f7f3e8;
}
.editorial-hero-image,
.elementor .editorial-hero-image {
  position: absolute !important;
  inset: 0 0 0 42%;
  width: 58% !important;
  height: 100% !important;
  overflow: hidden;
}
.editorial-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #18291f 0%, rgba(24,41,31,.68) 12%, rgba(24,41,31,0) 48%);
  pointer-events: none;
}
.editorial-hero-image img,
.elementor .editorial-hero-image img {
  object-position: 47% 48%;
  transform: scale(1.32);
  transform-origin: 43% 100%;
  filter: saturate(.7) contrast(1.08) brightness(.82);
}
.elementor .editorial-hero-image .elementor-widget-html,
.elementor .editorial-hero-image .elementor-widget-container { height: 100% !important; }
.editorial-hero-words,
.elementor .editorial-hero-words {
  position: relative;
  z-index: 1;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 0 !important;
  min-height: 710px;
  padding-block: 80px !important;
}
.editorial-hero-words h1,
.elementor .editorial-hero-words h1.elementor-heading-title {
  max-width: 820px;
  color: #f7f3e8 !important;
  font: 500 clamp(100px, 9.1vw, 162px)/.79 var(--jasz-display) !important;
  letter-spacing: -.057em !important;
}
.editorial-hero-words h1 em { font: inherit; font-style: italic; letter-spacing: -.065em; }
.editorial-hero-words > div,
.elementor .editorial-hero-intro {
  max-width: 420px;
  margin-top: 45px;
  padding: 0 0 0 22px !important;
  border-left: 1px solid #a99771;
}
.editorial-hero-words p,
.elementor .editorial-hero-words p {
  color: #e4e8dc;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.36;
  letter-spacing: 0;
}
.editorial-hero-words a,
.elementor .editorial-hero-words .elementor-button {
  color: #f7f3e8 !important;
  border-color: #c4ae79 !important;
  font-size: 17px !important;
  font-weight: 600 !important;
}
.elementor .editorial-hero-words .elementor-button-text,
.elementor .page-hero-copy .elementor-button-text {
  font-size: 17px !important;
  white-space: nowrap;
}

.editorial-services {
  border-top: 0;
  gap: 105px;
  padding-top: 138px;
  padding-bottom: 150px;
}
.editorial-service-heading h2,
.editorial-work-top h2,
.editorial-story h2,
.editorial-care h2,
.editorial-end h2 {
  font-family: var(--jasz-display);
  font-weight: 500;
  line-height: .84;
  letter-spacing: -.055em;
}
.editorial-service-heading h2 { font-size: clamp(92px, 9vw, 145px); }
.editorial-service-heading h2 em,
.editorial-work-top h2 em,
.editorial-story h2 em { font-family: inherit; font-weight: 400; }
.editorial-service-heading p { font-size: 21px; line-height: 1.43; }
.editorial-service-preview { width: min(100%, 440px); height: 320px; }
.editorial-service-preview img { filter: saturate(.74) contrast(1.04); }
.editorial-service-links { border-color: #aeb8a9; }
.editorial-service-links a { border-color: #aeb8a9; padding-block: 25px 26px; }
.editorial-service-links a > span {
  font: 500 clamp(44px, 4vw, 62px)/.9 var(--jasz-display);
  letter-spacing: -.04em;
}
.editorial-service-links a small { font-size: 17px; margin-top: 16px; }
.editorial-service-links a b { font-size: 24px; color: #8d7953; }

.editorial-work { background: #e7e7dd; padding-block: 120px 140px; }
.editorial-work-top h2 { font-size: clamp(90px, 7.5vw, 132px); }
.editorial-work-grid { gap: 42px; }
.editorial-project img { filter: saturate(.75) contrast(1.03); transition: filter .45s, transform .45s; }
.editorial-project:hover img { filter: saturate(.98) contrast(1.04); }
.editorial-project > span { font-size: 20px; font-weight: 500; }
.editorial-year {
  font: 500 clamp(140px, 14vw, 235px)/.73 var(--jasz-display);
  letter-spacing: -.07em;
}
.editorial-year span { font-size: 20px; letter-spacing: .03em; }
.editorial-story { padding-block: 150px 160px; }
.editorial-story h2 { font-size: clamp(88px, 7.5vw, 130px); }
.editorial-story > div > p { font-size: 21px; line-height: 1.5; }
.editorial-care { background: #17291f; }
.editorial-care-photo img { filter: saturate(.7) contrast(1.1); }
.editorial-care h2 { font-size: clamp(78px, 6.5vw, 118px); }
.editorial-care p { font-size: 22px; line-height: 1.48; }
.editorial-end { padding-block: 145px 155px; }
.editorial-end h2 { font-size: clamp(95px, 8vw, 142px); }

.page-hero,
.elementor .page-hero { background: #1d2d24; color: #f7f3e8; }
.page-hero-grid,
.elementor .page-hero-grid { min-height: 610px; }
.page-hero-copy,
.elementor .page-hero-copy { padding: 75px 0 !important; }
.page-hero h1,
.elementor .page-hero h1.elementor-heading-title {
  max-width: 780px;
  color: #f7f3e8 !important;
  font: 500 clamp(78px, 6.5vw, 115px)/.84 var(--jasz-display) !important;
  letter-spacing: -.047em !important;
}
.page-hero-copy > p,
.elementor .page-hero-copy .elementor-widget-text-editor p {
  color: #e0e6d9;
  font-size: 23px;
  line-height: 1.38;
}
.page-hero-copy > a,
.elementor .page-hero-copy .elementor-button {
  color: #f7f3e8 !important;
  border-color: #c4ae79 !important;
  font-size: 17px !important;
  font-weight: 600 !important;
}
.page-hero-photo,
.elementor .page-hero-photo,
.elementor .page-hero-photo .elementor-widget-html,
.elementor .page-hero-photo .elementor-widget-container { height: 610px; }
.page-hero-photo img { filter: saturate(.75) contrast(1.07); }

.section-head h2,
.feature h2,
.abo-teaser h2,
.contact-band h2,
.care-lead h2,
.faq h2,
.about-grid h2,
.contact-grid h2,
.service-detail h2,
.care-options-head h2,
.care-options h3,
.approach h3,
.page-intro h1,
.legal h2 {
  font-family: var(--jasz-display);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .92;
}
.service-detail h2 { font-size: clamp(65px, 5.5vw, 94px); }
.care-options-head h2 { font-size: clamp(65px, 6vw, 100px); }
.care-options h3 { font-size: clamp(57px, 4.5vw, 78px); }
.contact-grid h2 { font-size: clamp(64px, 5vw, 84px); }
.gallery h2 { font: 500 38px/1 var(--jasz-display); letter-spacing: -.03em; }
.page-intro h1 { font-size: clamp(85px, 8vw, 130px); }
.form-panel { background: #eae9df; }
.footer { background: #18291f; padding-top: 105px; }
.footer-grid { padding-bottom: 90px; }
.footer .brand strong { font-size: clamp(44px, 4.4vw, 68px); }
.footer-grid h2 { color: #c5b68f; letter-spacing: .1em; }

@media (max-width: 1000px) {
  .editorial-hero-image,
  .elementor .editorial-hero-image { left: 35%; width: 65% !important; }
  .editorial-hero-words h1,
  .elementor .editorial-hero-words h1.elementor-heading-title { font-size: clamp(90px, 11vw, 125px) !important; }
  .page-hero h1,
  .elementor .page-hero h1.elementor-heading-title { font-size: clamp(72px, 7.8vw, 94px) !important; }
}
@media (max-width: 850px) {
  .header-inner { height: 78px; }
  .menu-button { background: transparent; color: #f7f3e8; border-color: #a99771; font-weight: 600; }
  .mobile-nav { background: #18291f; color: #f7f3e8; border-top-color: #5a6a5c; }
  .mobile-nav a { border-bottom-color: #5a6a5c; font-weight: 500; }
  .mobile-nav a[aria-current="page"] { color: #c4ae79; }
  .editorial-hero { min-height: 0; }
  .editorial-hero-image,
  .elementor .editorial-hero-image {
    position: relative !important;
    inset: auto;
    width: 100% !important;
    height: 420px !important;
  }
  .editorial-hero-image::after { background: linear-gradient(0deg, #18291f 0%, transparent 36%); }
  .editorial-hero-words,
  .elementor .editorial-hero-words { min-height: 0; padding-block: 55px 90px !important; }
  .editorial-hero-words h1,
  .elementor .editorial-hero-words h1.elementor-heading-title { font-size: clamp(82px, 11vw, 115px) !important; }
  .editorial-hero-words > div,
  .elementor .editorial-hero-intro { margin-top: 35px; }
  .page-hero-grid,
  .elementor .page-hero-grid { min-height: 0; }
  .page-hero-copy,
  .elementor .page-hero-copy { padding: 55px 0 50px !important; }
  .page-hero-photo,
  .elementor .page-hero-photo,
  .elementor .page-hero-photo .elementor-widget-html,
  .elementor .page-hero-photo .elementor-widget-container { height: 350px; }
  .editorial-services { padding-block: 90px 110px; gap: 50px; }
  .editorial-work { padding-block: 90px 110px; }
  .editorial-story { padding-block: 110px; }
}
@media (max-width: 600px) {
  .brand strong { font-size: 24px; }
  .brand small { font-size: 8px; }
  .editorial-hero-image,
  .elementor .editorial-hero-image { height: 305px !important; }
  .editorial-hero-words,
  .elementor .editorial-hero-words { padding-block: 43px 68px !important; }
  .editorial-hero-words h1,
  .elementor .editorial-hero-words h1.elementor-heading-title { font-size: clamp(65px, 17vw, 91px) !important; }
  .editorial-hero-words > div,
  .elementor .editorial-hero-intro { margin-top: 32px; padding-left: 16px !important; }
  .editorial-hero-words p,
  .elementor .editorial-hero-words p { font-size: 19px; }
  .elementor .editorial-hero-words .elementor-button-text { font-size: 16px !important; }
  .page-hero-copy,
  .elementor .page-hero-copy { padding: 44px 0 38px !important; }
  .page-hero h1,
  .elementor .page-hero h1.elementor-heading-title { font-size: clamp(63px, 14vw, 81px) !important; }
  .page-hero-copy > p,
  .elementor .page-hero-copy .elementor-widget-text-editor p { font-size: 19px; }
  .page-hero-photo,
  .elementor .page-hero-photo,
  .elementor .page-hero-photo .elementor-widget-html,
  .elementor .page-hero-photo .elementor-widget-container { height: 255px; }
  .editorial-service-heading h2 { font-size: 94px; }
  .editorial-service-links a > span { font-size: 45px; }
  .editorial-work-top h2,
  .editorial-story h2,
  .editorial-care h2,
  .editorial-end h2 { font-size: clamp(69px, 15vw, 90px); }
  .editorial-year { font-size: 135px; }
  .service-detail h2 { font-size: 55px; }
  .care-options-head h2 { font-size: 65px; }
  .care-options h3 { font-size: 62px; }
  .contact-grid h2 { font-size: 68px; }
  .page-intro h1 { font-size: 77px; }
  .footer { padding-top: 75px; }
}
