:root {
  --ink: #20251f;
  --ink-soft: #394037;
  --paper: #f4efe4;
  --paper-deep: #e9dfcc;
  --white: #fffdf8;
  --copper: #bd5530;
  --copper-dark: #87351d;
  --sage: #88a59a;
  --line: #c9beaa;
  --focus: #166b9a;
  --shadow: 0 18px 55px rgba(32, 37, 31, 0.14);
  --shell: min(1180px, calc(100% - 34px));
}

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

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

body {
  margin: 0;
  padding-bottom: 66px;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--ink);
  font-weight: 800;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

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

.preview-bar {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 7px 17px;
  color: var(--white);
  background: var(--ink);
  font-size: 0.72rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.03em;
}

.preview-bar span {
  padding: 2px 7px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--paper);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.preview-bar p {
  display: none;
  margin: 0;
}

.site-header {
  position: relative;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 239, 228, 0.96);
}

.header-inner {
  width: var(--shell);
  min-height: 78px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
}

.brand {
  min-width: 0;
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1.08;
}

.brand-name {
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.brand-line {
  max-width: 245px;
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 0.63rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menu-button {
  min-width: 67px;
  min-height: 44px;
  border: 2px solid var(--ink);
  color: var(--ink);
  background: transparent;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.site-nav {
  grid-column: 1 / -1;
  margin-inline: -17px;
  padding: 8px 17px 18px;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.js .site-nav {
  display: none;
}

.js .site-nav.is-open {
  display: grid;
}

.site-nav a {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

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

.site-nav a.is-current {
  color: var(--copper-dark);
}

.header-phone {
  display: none;
}

.hero {
  padding-top: 44px;
  padding-bottom: 62px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.kicker {
  margin: 0 0 18px;
  color: var(--copper-dark);
  font-size: 0.73rem;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow span {
  width: 24px;
  height: 3px;
  background: var(--copper);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.02;
}

h1 {
  max-width: 13ch;
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 14vw, 5.7rem);
  letter-spacing: -0.067em;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.05rem, 9vw, 4.1rem);
  letter-spacing: -0.058em;
}

h3 {
  font-size: clamp(1.45rem, 6vw, 2rem);
  letter-spacing: -0.045em;
}

.hero-lead {
  max-width: 640px;
  margin-bottom: 30px;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.7;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 2px solid var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.button-primary {
  border-color: var(--copper);
  color: var(--white);
  background: var(--copper);
}

.button-secondary {
  background: transparent;
}

.button-dark {
  border-color: var(--ink);
  color: var(--white);
  background: var(--ink);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary:hover {
  border-color: var(--copper-dark);
  background: var(--copper-dark);
}

.location-note {
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.hero-visual {
  position: relative;
  margin: 42px 0 0;
}

.hero-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -8px;
  width: 54%;
  height: 43%;
  border: 5px solid var(--copper);
}

.hero-visual img {
  width: 100%;
  box-shadow: var(--shadow);
}

.hero-visual figcaption {
  width: calc(100% - 28px);
  margin: -34px 0 0 14px;
  position: relative;
  padding: 18px 20px;
  border-left: 5px solid var(--copper);
  background: var(--white);
  box-shadow: 0 9px 28px rgba(32, 37, 31, 0.15);
}

.hero-visual figcaption span,
.footer-label,
.published-location span,
.credential-block span {
  display: block;
  margin-bottom: 4px;
  color: var(--copper-dark);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-visual figcaption strong {
  display: block;
  font-size: 0.95rem;
  line-height: 1.35;
}

.task-strip {
  color: var(--white);
  background: var(--ink);
}

.task-strip-inner {
  padding-block: 28px;
}

.task-strip p {
  margin-bottom: 12px;
  color: var(--sage);
  font-size: 0.73rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.task-strip ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
}

.task-strip li {
  padding: 9px 0;
  font-size: 1.1rem;
  font-weight: 900;
}

.task-strip li::before {
  content: "+";
  margin-right: 8px;
  color: var(--copper);
}

.section {
  padding-top: 82px;
  padding-bottom: 82px;
}

.section-intro {
  margin-bottom: 48px;
}

.section-intro h2 {
  max-width: 11ch;
}

.section-intro > p,
.split-intro > p {
  max-width: 590px;
  color: var(--ink-soft);
  line-height: 1.75;
}

.service-ledger {
  border-top: 3px solid var(--ink);
}

.service-row {
  display: grid;
  grid-template-columns: 40px 1fr 22px;
  gap: 10px;
  align-items: center;
  padding: 20px 2px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.service-number,
.service-detail-label span,
.background-grid article > span {
  color: var(--copper-dark);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.service-title {
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.2;
}

.service-summary {
  grid-column: 2 / -1;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.5;
}

.service-arrow {
  font-size: 1.2rem;
}

.service-row:hover .service-title,
.service-row:focus-visible .service-title {
  color: var(--copper-dark);
}

.text-link {
  display: inline-flex;
  gap: 9px;
  margin-top: 28px;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--copper);
  font-weight: 900;
  line-height: 1.4;
  text-decoration: none;
}

.fit-section,
.background-band {
  color: var(--white);
  background: var(--ink);
}

.fit-grid {
  padding-top: 74px;
  padding-bottom: 74px;
}

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

.fit-statement h2 {
  max-width: 10ch;
}

.fit-statement > p:last-child {
  color: #d8d7cd;
}

.fit-list {
  margin-top: 42px;
  border-top: 1px solid #60675c;
}

.fit-list > div {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 13px;
  padding: 22px 0;
  border-bottom: 1px solid #60675c;
}

.fit-list span {
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 900;
}

.fit-list p {
  margin: 0;
  color: #d8d7cd;
}

.fit-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
}

.about-preview {
  border-bottom: 1px solid var(--line);
}

.license-stamp {
  display: inline-block;
  margin-bottom: 36px;
  padding: 9px 12px;
  border: 2px solid var(--copper);
  color: var(--copper-dark);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.about-copy h2 {
  max-width: 13ch;
}

.about-copy > p,
.story-copy > p,
.principle-grid > div:last-child > p {
  max-width: 700px;
  color: var(--ink-soft);
  font-size: 1.03rem;
  line-height: 1.8;
}

.claim-note,
.scope-note {
  padding-left: 13px;
  border-left: 3px solid var(--sage);
  color: var(--ink-soft);
  font-size: 0.82rem !important;
}

.contact-panel {
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 34px 24px;
  border: 3px solid var(--ink);
  background: var(--paper-deep);
  box-shadow: 10px 10px 0 var(--copper);
}

.contact-panel h2 {
  max-width: 10ch;
}

.contact-panel-actions {
  border-top: 1px solid var(--line);
}

.contact-line {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.contact-line span {
  display: block;
  color: var(--copper-dark);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.contact-line strong {
  font-size: 1.05rem;
  overflow-wrap: anywhere;
}

.contact-panel .button {
  width: 100%;
  margin-top: 18px;
}

.site-footer {
  padding-top: 58px;
  color: var(--white);
  background: #121510;
}

.footer-grid {
  display: grid;
  gap: 28px;
  padding-bottom: 50px;
}

.footer-name {
  display: block;
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.footer-grid p {
  margin: 4px 0 0;
  color: #b9bdb5;
  font-size: 0.9rem;
}

.footer-grid a {
  display: block;
  width: fit-content;
  margin-top: 5px;
  color: var(--white);
  font-weight: 700;
  text-decoration-color: var(--copper);
  text-underline-offset: 4px;
}

.footer-label {
  color: var(--sage);
}

.footer-note {
  padding-block: 18px;
  border-top: 1px solid #3c4139;
  color: #a4a89f;
  font-size: 0.72rem;
}

.mobile-contact {
  position: fixed;
  z-index: 50;
  inset: auto 0 0;
  height: 66px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 3px solid var(--ink);
  background: var(--white);
}

.mobile-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mobile-contact a:first-child {
  color: var(--white);
  background: var(--copper);
}

.page-hero {
  padding-top: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  max-width: 13ch;
}

.page-hero > p {
  max-width: 570px;
  color: var(--ink-soft);
  font-size: 1.04rem;
}

.service-index {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-bottom: 1px solid var(--line);
}

.service-index p {
  width: 100%;
  margin: 0 0 5px;
  color: var(--copper-dark);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.service-index a {
  padding: 7px 10px;
  border: 1px solid var(--line);
  background: var(--white);
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
}

.service-index a:hover {
  border-color: var(--copper);
}

.services-detail {
  padding-top: 68px;
}

.service-detail {
  padding: 30px 0;
  border-top: 2px solid var(--ink);
}

.service-detail-label {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 22px;
}

.service-detail-label p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.service-detail-copy h3 {
  margin-bottom: 15px;
}

.service-detail-copy > p {
  max-width: 660px;
  color: var(--ink-soft);
}

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

.service-detail-copy li {
  position: relative;
  padding: 10px 12px 10px 32px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.55);
  font-size: 0.9rem;
  font-weight: 700;
}

.service-detail-copy li::before {
  content: "+";
  position: absolute;
  left: 11px;
  color: var(--copper-dark);
  font-weight: 900;
}

.fit-callout,
.profile-link {
  margin-bottom: 78px;
  padding: 34px 24px;
  border: 3px solid var(--ink);
  background: var(--white);
}

.fit-callout h2,
.profile-link h2 {
  max-width: 11ch;
}

.fit-callout > p {
  color: var(--ink-soft);
}

.page-hero-about {
  gap: 38px;
}

.credential-block {
  max-width: 390px;
  padding: 24px;
  border: 2px solid var(--ink);
  background: var(--paper-deep);
  box-shadow: 8px 8px 0 var(--copper);
}

.credential-block strong {
  display: block;
  margin-bottom: 14px;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.credential-block p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.story-aside blockquote {
  margin: 0 0 38px;
  padding-left: 18px;
  border-left: 5px solid var(--copper);
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.story-copy h2 {
  max-width: 12ch;
}

.background-grid {
  padding-top: 72px;
  padding-bottom: 72px;
  display: grid;
  gap: 0;
}

.background-intro {
  padding-bottom: 26px;
}

.background-intro h2 {
  max-width: 10ch;
}

.background-grid article {
  padding: 26px 0;
  border-top: 1px solid #60675c;
}

.background-grid article > span {
  color: var(--copper);
}

.background-grid article h3 {
  margin: 14px 0;
  font-size: 1.45rem;
}

.background-grid article p {
  margin: 0;
  color: #c8cbc4;
}

.principle-grid > div:first-child h2 {
  max-width: 11ch;
}

.profile-link {
  display: grid;
  gap: 24px;
  align-items: end;
}

.profile-link .button {
  width: 100%;
}

.contact-hero {
  border-bottom: 0;
}

.contact-layout {
  padding-bottom: 82px;
  display: grid;
  gap: 28px;
}

.direct-contact,
.project-planner {
  padding: 28px 22px;
  border: 2px solid var(--ink);
  background: var(--white);
}

.direct-contact h2 {
  max-width: 11ch;
  margin-bottom: 34px;
}

.contact-card {
  display: block;
  margin-bottom: 12px;
  padding: 19px;
  border: 1px solid var(--line);
  background: var(--paper);
  text-decoration: none;
}

.contact-card:hover {
  border-color: var(--copper);
}

.contact-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--copper-dark);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.contact-card strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 1.15rem;
}

.contact-card small {
  color: var(--ink-soft);
}

.published-location {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 3px solid var(--ink);
}

.published-location strong {
  display: block;
  font-size: 1.25rem;
}

.published-location p {
  margin: 5px 0 0;
  color: var(--ink-soft);
  font-size: 0.85rem;
}

.project-planner {
  box-shadow: 8px 8px 0 var(--sage);
}

.planner-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.planner-heading h2 {
  max-width: 10ch;
}

.planner-heading > span {
  width: fit-content;
  padding: 5px 8px;
  border: 2px solid var(--copper);
  color: var(--copper-dark);
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.form-note {
  padding: 14px;
  border-left: 4px solid var(--sage);
  background: var(--paper);
  color: var(--ink-soft);
  font-size: 0.82rem;
}

fieldset {
  margin: 28px 0;
  padding: 0;
  border: 0;
}

legend,
.field-row > label {
  display: block;
  margin-bottom: 11px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.choice-grid {
  display: grid;
  gap: 8px;
}

.choice-grid label {
  position: relative;
  cursor: pointer;
}

.choice-grid input {
  position: absolute;
  top: 17px;
  left: 14px;
  width: 20px;
  height: 20px;
  accent-color: var(--copper);
}

.choice-grid span {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 10px 12px 10px 44px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-size: 0.88rem;
  font-weight: 800;
}

.choice-grid input:checked + span {
  border-color: var(--copper);
  box-shadow: inset 4px 0 var(--copper);
}

.choice-grid input:focus-visible + span {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.field-row {
  margin-bottom: 23px;
}

.field-row input,
.field-row textarea {
  width: 100%;
  padding: 13px;
  border: 2px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: var(--paper);
}

.field-row input:focus,
.field-row textarea:focus {
  border-color: var(--focus);
}

.field-row textarea {
  min-height: 144px;
  resize: vertical;
}

.planner-button {
  width: 100%;
}

.planner-status {
  margin: 18px 0 0;
  padding: 15px;
  border: 2px solid var(--copper);
  background: #faeadf;
  font-size: 0.87rem;
}

.planner-status a {
  font-weight: 900;
}

.estimator-section {
  margin-bottom: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 3px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.estimator-section h2 {
  max-width: 11ch;
}

.estimator-section > div:last-child p {
  color: var(--ink-soft);
}

@media (min-width: 560px) {
  .preview-bar p {
    display: block;
  }

  .brand-name {
    font-size: 1.5rem;
  }

  .brand-line {
    max-width: none;
    font-size: 0.67rem;
  }

  .hero-visual figcaption {
    width: 72%;
    margin-left: 28px;
    padding: 22px 26px;
  }

  .task-strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }

  .task-strip p {
    margin: 0;
  }

  .task-strip ul {
    display: flex;
    gap: 28px;
  }

  .service-row {
    grid-template-columns: 50px minmax(170px, 0.8fr) 1.3fr 24px;
    padding: 23px 4px;
  }

  .service-summary {
    grid-column: auto;
  }

  .service-arrow {
    justify-self: end;
  }

  .service-detail-copy ul,
  .choice-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
}

@media (min-width: 880px) {
  body {
    padding-bottom: 0;
  }

  .site-header {
    position: sticky;
    top: 0;
    backdrop-filter: blur(10px);
  }

  .header-inner {
    min-height: 92px;
    grid-template-columns: auto 1fr auto;
  }

  .menu-button,
  .mobile-contact {
    display: none;
  }

  .site-nav,
  .js .site-nav {
    grid-column: auto;
    display: flex;
    justify-self: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .site-nav a {
    position: relative;
    padding: 12px 0;
    border: 0;
    font-size: 0.79rem;
  }

  .site-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 3px;
    background: var(--copper);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 160ms ease;
  }

  .site-nav a:hover::after,
  .site-nav a:focus-visible::after,
  .site-nav a.is-current::after {
    transform: scaleX(1);
  }

  .header-phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-decoration: none;
    line-height: 1.25;
  }

  .header-phone span {
    color: var(--copper-dark);
    font-size: 0.65rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }

  .header-phone strong {
    font-size: 0.95rem;
  }

  .hero {
    padding-top: 74px;
    padding-bottom: 88px;
    display: grid;
    grid-template-columns: 1.03fr 0.85fr;
    gap: clamp(38px, 6vw, 86px);
    align-items: center;
  }

  .hero-visual {
    margin: 0;
  }

  .hero-lead {
    font-size: 1.12rem;
  }

  .split-intro,
  .fit-grid,
  .about-preview,
  .contact-panel,
  .page-hero,
  .story-grid,
  .principle-grid,
  .fit-callout,
  .profile-link,
  .estimator-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(48px, 8vw, 120px);
  }

  .split-intro > p,
  .page-hero > p {
    padding-top: 34px;
  }

  .fit-list {
    margin-top: 0;
  }

  .about-label {
    padding-top: 10px;
  }

  .contact-panel {
    padding: 48px;
    align-items: center;
  }

  .contact-panel-actions {
    border-top: 0;
  }

  .service-detail {
    display: grid;
    grid-template-columns: minmax(170px, 0.5fr) minmax(0, 1.5fr);
    gap: 34px;
    padding: 40px 0;
  }

  .service-detail-label {
    display: block;
  }

  .service-detail-label p {
    margin-top: 10px;
  }

  .fit-callout {
    grid-template-columns: 1fr 1fr auto;
    align-items: end;
    padding: 42px;
  }

  .fit-callout > p {
    margin-bottom: 0;
  }

  .page-hero-about {
    align-items: end;
  }

  .story-aside blockquote {
    max-width: 12ch;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .background-grid {
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
  }

  .background-intro {
    padding: 28px 34px 28px 0;
  }

  .background-grid article {
    padding: 28px;
    border-top: 0;
    border-left: 1px solid #60675c;
  }

  .profile-link {
    align-items: end;
  }

  .profile-link .button {
    width: fit-content;
    justify-self: end;
    margin-bottom: 22px;
  }

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

  .direct-contact,
  .project-planner {
    padding: 38px;
  }

  .planner-heading {
    grid-template-columns: 1fr auto;
    align-items: start;
  }

  .planner-heading > span {
    margin-top: 4px;
  }

  .estimator-section > div:last-child {
    padding-top: 28px;
  }
}

@media (min-width: 1060px) {
  .site-nav {
    gap: 34px;
  }

  .brand-name {
    font-size: 1.75rem;
  }

  .header-phone strong {
    font-size: 1.05rem;
  }

  .section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .hero-visual::after {
    content: "PITTSBURGH / HOME / TASKS";
    position: absolute;
    right: -87px;
    bottom: 118px;
    color: var(--copper-dark);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    transform: rotate(90deg);
  }

  .service-title {
    font-size: 1.25rem;
  }

  .service-summary {
    font-size: 0.95rem;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
