:root {
  --ivory: #f5f1e8;
  --ivory-deep: #ece5d8;
  --sage: #dde7e2;
  --sage-deep: #cbdad3;
  --petrol: #123b3a;
  --petrol-soft: #1b4c4a;
  --ink: #202927;
  --muted: #5b6662;
  --champagne: #c8a36a;
  --champagne-ink: #7f6038;
  --white: #ffffff;
  --line: rgba(18, 59, 58, 0.2);
  --line-light: rgba(255, 255, 255, 0.24);
  --sans: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --shell: min(1240px, calc(100% - 48px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body,
a,
button {
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
p,
figure,
blockquote,
dl,
dd {
  margin-top: 0;
}

figure,
blockquote {
  margin-inline: 0;
}

h1,
h2 {
  color: var(--petrol);
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

h1 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(3.2rem, 5.45vw, 5.7rem);
  line-height: 1.01;
  text-wrap: balance;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.6rem, 4.5vw, 5rem);
}

h3 {
  color: var(--petrol);
  font-size: 1.15rem;
  line-height: 1.3;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.hero-heading > *,
.editorial-grid > *,
.section-heading-wide > *,
.work-heading > *,
.work-grid > *,
.process-grid > *,
.reviews-heading > *,
.contact-grid > * {
  min-width: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 12px 18px;
  translate: 0 -150%;
  border-radius: 6px;
  background: var(--white);
  color: var(--petrol);
  font-weight: 700;
}

.skip-link:focus {
  translate: 0;
}

:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--petrol);
}

.concept-note {
  margin: 0;
  padding: 8px 24px;
  border-bottom: 1px solid rgba(200, 163, 106, 0.65);
  background: var(--ivory-deep);
  color: var(--petrol);
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.concept-note span {
  margin-inline: 8px;
  color: var(--champagne);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(245, 241, 232, 0.96);
}

.header-layout {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 78px;
  gap: 32px;
}

.wordmark {
  justify-self: start;
  color: var(--petrol);
  line-height: 1;
  text-decoration: none;
}

.wordmark span,
.wordmark small {
  display: block;
}

.wordmark span {
  font-family: var(--serif);
  font-size: 1.34rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.wordmark small {
  margin-top: 5px;
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3vw, 42px);
}

.primary-nav a {
  position: relative;
  padding-block: 12px;
  color: var(--ink);
  font-size: 0.87rem;
  font-weight: 650;
  text-decoration: none;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 2px;
  scale: 0 1;
  background: var(--champagne);
  content: "";
  transform-origin: left;
  transition: scale 180ms ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  scale: 1 1;
}

.call-compact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  min-width: 96px;
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid var(--petrol);
  border-radius: 8px;
  background: var(--petrol);
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 750;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.call-compact:hover {
  background: var(--petrol-soft);
}

.hero {
  padding: clamp(58px, 6.5vw, 96px) 0 0;
}

.hero-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(350px, 0.78fr);
  align-items: start;
  gap: clamp(52px, 8vw, 118px);
  margin-bottom: clamp(42px, 5vw, 64px);
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: var(--petrol);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
  width: 42px;
  height: 2px;
  margin-right: 14px;
  background: var(--champagne);
  content: "";
}

.hero-intro {
  max-width: 470px;
  padding-top: 4px;
}

.hero-intro > p {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.13rem);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-contact-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.hero-contact-item {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  min-height: 68px;
  padding: 11px 14px 11px 10px;
  border-bottom: 1px solid var(--line);
  color: var(--petrol);
  column-gap: 12px;
  text-decoration: none;
  transition: background-color 160ms ease;
}

a.hero-contact-item:hover {
  background: rgba(221, 231, 226, 0.62);
}

.hero-contact-item-primary {
  border-radius: 8px 8px 0 0;
  background: var(--petrol);
  color: var(--white);
}

a.hero-contact-item-primary:hover {
  background: var(--petrol-soft);
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.hero-contact-item > span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.hero-contact-item small {
  color: currentColor;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  opacity: 0.7;
  text-transform: uppercase;
}

.hero-contact-item strong {
  margin-top: 1px;
  font-size: 0.91rem;
  line-height: 1.25;
}

.contact-arrow {
  font-size: 1.25rem;
  line-height: 1;
}

.hero-contact-item-pending {
  cursor: default;
}

.contact-status {
  padding: 4px 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.59rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.hero-media {
  position: relative;
  aspect-ratio: 2.2 / 1;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 8px 64px 8px 64px;
  background: var(--sage-deep);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 27%;
}

.hero-media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: calc(100% - 36px);
  padding: 8px 12px;
  border-radius: 6px;
  background: rgba(18, 59, 58, 0.92);
  color: var(--white);
  font-size: 0.73rem;
  font-weight: 650;
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--sage);
}

.proof-band p {
  display: flex;
  min-height: 118px;
  margin: 0;
  padding: 25px clamp(16px, 2.5vw, 32px);
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
}

.proof-band p:last-child {
  border-right: 0;
}

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

.proof-band strong {
  color: var(--petrol);
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
}

.proof-band span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.35;
}

.section {
  padding: clamp(84px, 10vw, 148px) 0;
}

.section-heading {
  max-width: 660px;
}

.section-heading > p:last-child,
.work-heading > p {
  max-width: 570px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.section-heading-wide {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(340px, 0.78fr);
  align-items: center;
  max-width: none;
  gap: clamp(50px, 7vw, 104px);
  margin-bottom: clamp(56px, 7vw, 88px);
}

.section-heading-wide .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -12px;
}

.section-heading-wide h2,
.section-heading-wide > :last-child {
  margin-bottom: 0;
}

.section-heading-wide h2 {
  max-width: 740px;
  font-size: clamp(2.75rem, 3.75vw, 4.25rem);
  line-height: 1.02;
  text-wrap: balance;
}

.services-intro {
  padding: 24px 0 24px 28px;
  border-left: 2px solid var(--champagne);
}

.services-intro strong {
  display: block;
  margin-bottom: 8px;
  color: var(--petrol);
  font-family: var(--serif);
  font-size: 1.3rem;
  line-height: 1.25;
}

.services-intro p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  align-items: start;
  gap: clamp(64px, 10vw, 150px);
}

.situation-list,
.service-index,
.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.situation-list {
  border-top: 1px solid var(--line);
}

.situation-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.situation-list > li > span,
.process-list > li > span {
  color: var(--champagne-ink);
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 600;
}

.situation-list h3,
.situation-list p,
.process-list h3,
.process-list p {
  margin-bottom: 0;
}

.situation-list h3 {
  font-size: 1.25rem;
}

.situation-list p {
  margin-top: 6px;
  color: var(--muted);
}

.services {
  background: var(--sage);
}

.service-index {
  border-top: 1px solid var(--line);
}

.service-index > li {
  display: grid;
  grid-template-columns: 80px minmax(270px, 0.85fr) minmax(300px, 1.15fr);
  align-items: start;
  gap: clamp(28px, 5vw, 74px);
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
}

.service-number {
  color: var(--champagne-ink);
  font-family: var(--serif);
  font-size: 1.7rem;
  line-height: 1;
}

.service-title h3 {
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.2vw, 2.15rem);
  font-weight: 600;
  letter-spacing: -0.025em;
}

.service-title p {
  margin-bottom: 0;
  color: var(--muted);
}

.service-index ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.service-index ul li {
  position: relative;
  padding-left: 24px;
  color: var(--petrol);
  font-size: 0.92rem;
  font-weight: 650;
}

.service-index ul li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 12px;
  height: 2px;
  background: var(--champagne);
  content: "";
}

.work-heading,
.reviews-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: clamp(48px, 8vw, 120px);
  margin-bottom: clamp(52px, 7vw, 88px);
}

.work-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  align-items: end;
  gap: clamp(24px, 4vw, 56px);
}

.work-item {
  margin-bottom: 0;
}

.work-item-panel {
  margin-bottom: clamp(20px, 6vw, 76px);
}

.image-crop {
  position: relative;
  overflow: hidden;
  border-radius: 8px 46px 8px 46px;
  background: var(--sage-deep);
}

.image-crop img {
  position: absolute;
  max-width: none;
  height: auto;
}

.image-crop-kitchen {
  aspect-ratio: 1141 / 711;
}

.image-crop-kitchen img {
  top: -75.25%;
  left: -5.7%;
  width: 111.39%;
}

.image-crop-panel {
  aspect-ratio: 1005 / 629;
}

.image-crop-panel img {
  top: -75.83%;
  left: -5.77%;
  width: 111.54%;
}

.work-item figcaption {
  display: flex;
  margin-top: 18px;
  flex-direction: column;
  gap: 3px;
}

.work-item figcaption strong {
  color: var(--petrol);
  font-family: var(--serif);
  font-size: 1.3rem;
}

.work-item figcaption span {
  color: var(--muted);
  font-size: 0.84rem;
}

.process {
  background: var(--sage);
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(64px, 10vw, 150px);
}

.process-list {
  counter-reset: step;
  border-top: 1px solid var(--line);
}

.process-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.process-list h3 {
  font-size: 1.22rem;
}

.process-list p {
  margin-top: 6px;
  color: var(--muted);
}

.rating-summary {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 20px;
}

.rating-summary strong {
  color: var(--petrol);
  font-family: var(--serif);
  font-size: clamp(3.2rem, 6vw, 5.7rem);
  font-weight: 600;
  line-height: 0.85;
}

.rating-summary > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.rating-stars {
  color: var(--champagne-ink);
  font-family: var(--sans);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1;
}

.rating-copy {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.45;
}

.review-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.review-columns figure {
  display: flex;
  min-height: 390px;
  margin: 0;
  padding: clamp(26px, 2.6vw, 38px);
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
}

.review-columns figure:last-child {
  border-right: 0;
}

.review-columns blockquote {
  margin-bottom: 36px;
  color: var(--petrol);
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1.42vw, 1.42rem);
  line-height: 1.4;
}

.review-columns figcaption {
  display: flex;
  flex-direction: column;
}

.review-columns figcaption strong {
  color: var(--petrol);
  font-size: 0.9rem;
}

.review-columns figcaption span {
  color: var(--muted);
  font-size: 0.76rem;
}

.review-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.74rem;
}

.contact {
  background: linear-gradient(90deg, var(--petrol) 0 56%, var(--sage) 56% 100%);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
}

.contact-primary,
.contact-details {
  padding-block: clamp(68px, 7vw, 98px);
}

.contact-primary {
  padding-right: clamp(54px, 9vw, 130px);
  color: var(--white);
}

.contact-primary h2 {
  max-width: 620px;
  color: var(--white);
  font-size: clamp(2.6rem, 3.6vw, 3.5rem);
  line-height: 1.02;
}

.contact-primary > p:not(.section-kicker) {
  max-width: 520px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.78);
}

.section-kicker-light {
  color: var(--white);
}

.contact-phone {
  display: block;
  width: fit-content;
  margin-bottom: 34px;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(2.2rem, 3.2vw, 3.4rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  text-decoration-color: var(--champagne);
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.button-light {
  background: var(--white);
  color: var(--petrol);
}

.button-light:hover {
  background: var(--ivory);
}

.button-outline-light {
  border-color: rgba(255, 255, 255, 0.7);
  color: var(--white);
}

.button-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
}

.contact-details {
  padding-left: clamp(42px, 7vw, 96px);
  color: var(--petrol);
}

.contact-details dl {
  margin-bottom: 28px;
  border-top: 1px solid var(--line);
}

.contact-details dl > div {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.contact-details dt {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-details dd {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 600;
}

.contact-details > p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.site-footer {
  padding: 34px 0;
  border-top: 1px solid var(--line-light);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
}

.footer-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.footer-layout p {
  margin-bottom: 0;
  font-size: 0.72rem;
}

.footer-layout p:first-child {
  display: flex;
  flex-direction: column;
}

.footer-layout strong {
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 600;
}

.footer-layout span {
  margin-top: 3px;
}

@media (max-width: 980px) {
  .header-layout {
    grid-template-columns: 1fr auto;
  }

  .primary-nav {
    display: none;
  }

  .hero-heading,
  .section-heading-wide,
  .editorial-grid,
  .process-grid,
  .work-heading,
  .reviews-heading {
    grid-template-columns: 1fr;
  }

  .hero-heading {
    align-items: start;
    gap: 34px;
  }

  .hero-intro {
    max-width: 720px;
  }

  .section-heading-wide .section-kicker {
    margin-bottom: 0;
  }

  .editorial-grid,
  .process-grid {
    gap: 50px;
  }

  .section-heading-wide,
  .work-heading,
  .reviews-heading {
    gap: 24px;
  }

  .service-index > li {
    grid-template-columns: 64px 1fr;
  }

  .service-index ul {
    grid-column: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 4px;
  }

  .rating-summary {
    justify-self: start;
  }

  .review-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-columns figure {
    min-height: auto;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .review-columns figure:nth-child(2n) {
    border-right: 0;
  }

  .review-columns figure:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .contact {
    background: var(--petrol);
  }

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

  .contact-primary,
  .contact-details {
    padding-inline: 0;
  }

  .contact-details {
    background: var(--sage);
    box-shadow: 0 0 0 100vmax var(--sage);
    clip-path: inset(0 -100vmax);
  }

  .contact-primary,
  .contact-details {
    padding-block: 56px;
  }

  .contact-details dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 20px;
  }

  .contact-details dl > div {
    padding: 14px 18px 14px 0;
  }

  .contact-details dl > div:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .contact-details dl > div:nth-child(even) {
    padding-right: 0;
    padding-left: 18px;
  }
}

@media (max-width: 720px) {
  :root {
    --shell: min(100% - 32px, 1240px);
  }

  body {
    font-size: 16px;
  }

  .concept-note {
    padding-inline: 16px;
    font-size: 0.62rem;
    letter-spacing: 0.025em;
  }

  .header-layout {
    min-height: 66px;
  }

  .wordmark span {
    font-size: 1.18rem;
  }

  .call-compact {
    min-width: 82px;
    padding-inline: 16px;
  }

  .hero {
    padding-top: 52px;
  }

  h1 {
    font-size: clamp(2.65rem, 11.5vw, 3.35rem);
    line-height: 1.03;
  }

  h2 {
    font-size: clamp(2.3rem, 10.5vw, 3.3rem);
    line-height: 1.02;
  }

  .eyebrow,
  .section-kicker {
    align-items: flex-start;
    font-size: 0.68rem;
  }

  .eyebrow {
    line-height: 1.65;
  }

  .eyebrow::before,
  .section-kicker::before {
    width: 30px;
    margin-top: 0.6em;
  }

  .hero-heading {
    margin-bottom: 40px;
  }

  .hero-intro > p {
    font-size: 1rem;
  }

  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-contact-item-pending .contact-status {
    display: none;
  }

  .button {
    width: 100%;
  }

  .hero-media {
    aspect-ratio: 4 / 3;
    border-radius: 6px 36px 6px 36px;
  }

  .hero-media img {
    object-position: 50% 35%;
  }

  .hero-media figcaption {
    right: 10px;
    bottom: 10px;
    font-size: 0.64rem;
  }

  .proof-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-band p {
    min-height: 105px;
    padding: 20px 16px;
    border-bottom: 1px solid var(--line);
  }

  .proof-band p:nth-child(2) {
    border-right: 0;
  }

  .proof-band p:nth-child(n + 3) {
    border-bottom: 0;
  }

  .proof-band strong {
    font-size: 1.45rem;
  }

  .proof-band span {
    font-size: 0.68rem;
  }

  .section {
    padding-block: 82px;
  }

  .situation-list li,
  .process-list li {
    grid-template-columns: 40px 1fr;
    gap: 14px;
    padding: 24px 0;
  }

  .service-index > li {
    grid-template-columns: 44px 1fr;
    gap: 16px;
    padding: 30px 0;
  }

  .service-number {
    font-size: 1.35rem;
  }

  .service-index ul {
    grid-column: 2;
    grid-template-columns: 1fr;
  }

  #services-title {
    font-size: clamp(2.05rem, 8.7vw, 2.75rem);
    line-height: 1.05;
  }

  .services-intro {
    padding: 18px 0 18px 20px;
  }

  .work-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .work-item-panel {
    margin-bottom: 0;
  }

  .image-crop {
    border-radius: 6px 32px 6px 32px;
  }

  .review-columns blockquote {
    font-size: 1.38rem;
  }

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

  .review-columns figure:nth-child(n) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .review-columns figure:last-child {
    border-bottom: 0;
  }

  .contact-primary,
  .contact-details {
    padding-block: 48px;
  }

  .contact-primary h2 {
    font-size: clamp(2.15rem, 8.6vw, 2.75rem);
  }

  .contact-primary > p:not(.section-kicker) {
    margin-bottom: 22px;
  }

  .contact-phone {
    margin-bottom: 26px;
    font-size: clamp(2rem, 9vw, 2.6rem);
  }

  .contact-details dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-details dl > div,
  .contact-details dl > div:nth-child(odd),
  .contact-details dl > div:nth-child(even) {
    display: block;
    padding: 14px 14px 14px 0;
    border-right: 0;
  }

  .contact-details dl > div:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .contact-details dl > div:nth-child(even) {
    padding-right: 0;
    padding-left: 14px;
  }

  .contact-details dt {
    margin: 0 0 3px;
  }

  .contact-details dd {
    font-size: 1.08rem;
  }

  .contact .contact-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-layout {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 380px) {
  :root {
    --shell: calc(100% - 24px);
  }

  .concept-note span {
    display: none;
  }

  .hero-media figcaption {
    display: none;
  }

  .proof-band {
    grid-template-columns: 1fr;
  }

  .proof-band p,
  .proof-band p:nth-child(2),
  .proof-band p:nth-child(n + 3) {
    min-height: 88px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-band p:last-child {
    border-bottom: 0;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .concept-note,
  .site-header,
  .hero-contact-list,
  .contact-actions {
    display: none;
  }

  body {
    background: var(--white);
  }

  .section,
  .contact-primary,
  .contact-details {
    padding-block: 32px;
  }
}
