/* ROOM AGAIN. One composition stylesheet; measurements follow the supplied reference frames. */
:root {
  --surface: #f8f5ef;
  --gutter: max(4vw, calc((100vw - 1440px) / 2));
  --header-height: 81px;
}
html {
  scroll-padding-top: calc(var(--header-height) + 16px);
}
body {
  background: var(--surface);
  font-size: 18px;
  line-height: 1.5;
  padding-top: var(--header-height);
}
.container {
  width: min(92%, 1440px);
}
.section {
  padding-block: 44px;
}
h1 {
  font-size: 80px;
  line-height: 1.04;
  letter-spacing: -0.015em;
}
h2 {
  font-size: clamp(52px, 4.2vw, 64px);
  line-height: 1.06;
  letter-spacing: -0.015em;
  margin-bottom: 18px;
}
h3 {
  font-size: 32px;
  line-height: 1.15;
  margin-bottom: 12px;
}
p:last-child {
  margin-bottom: 0;
}
.lead {
  font-size: 25px;
  line-height: 1.32;
  font-weight: 400;
  max-width: 720px;
}
.note {
  font-size: 14px;
  line-height: 1.45;
}
.disclosure {
  font-family: var(--font-editorial);
  font-style: italic;
  margin-top: 16px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-bottom: 22px;
}
.eyebrow:before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--orange);
  flex-shrink: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding-block: 14px;
  background: var(--surface);
  box-shadow: 0 1px 0 var(--line);
}
.skip-link {
  position: fixed;
  z-index: 101;
}
.legal-contents {
  top: calc(var(--header-height) + 24px);
}
.header-inner {
  gap: 32px;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  font-size: 34px;
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.2;
}
.wordmark::after {
  content: none;
}
.brand-name::after {
  content: ".";
  color: var(--orange);
}
.brand-mark {
  display: block;
  width: 72px;
  height: auto;
  flex-shrink: 0;
}
.wordmark--menu {
  font-size: 22px;
}
.wordmark--menu .brand-mark {
  width: 56px;
}
.desktop-nav {
  gap: 32px;
}
.desktop-nav a {
  font-size: 14px;
  padding-block: 16px;
}
.desktop-nav [aria-current] {
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-underline-offset: 8px;
}
.button {
  font-size: 16px;
  font-weight: 600;
  min-height: 52px;
  padding: 13px 24px;
  gap: 20px;
}
.button-arrow {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  background: var(--white);
  color: var(--green);
  border-radius: 50%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
.button:has(.button-arrow) {
  padding: 8px 8px 8px 25px;
}
.header-cta {
  margin-left: 8px;
}
.service-photo {
  border-radius: 4px;
  overflow: hidden;
}
.service-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 52px;
  font-size: 16px;
  color: var(--orange-dark);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.text-link:hover {
  text-decoration: underline;
}
.editorial-grid {
  display: grid;
  grid-template-columns: 38% minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}
.editorial-grid > div > h2 {
  text-align: center;
  margin-inline: auto;
}
.editorial-grid > div:has(> h2):not(:has(.faq)) {
  align-self: center;
}
.editorial-grid > div:has(> h2) > .eyebrow {
  justify-content: center;
}
.grid-3 {
  gap: 36px;
}
.category p,
.spaces-grid p,
.process-step p,
.common-items p,
.principles p,
.checklist p {
  font-family: var(--font-editorial);
  font-size: 18px;
  line-height: 1.4;
}
.hero-section {
  padding: 0;
}
.home-hero {
  display: grid;
  position: relative;
  grid-template-columns: 38% minmax(0, 1fr);
  grid-template-areas: "heading comparison" "starter comparison";
  grid-template-rows: auto 1fr;
  min-height: clamp(530px, 36.46vw, 560px);
  column-gap: 0;
}
.hero-heading {
  grid-area: heading;
  padding: 58px 22px 0 0;
}
.hero-heading h1 {
  font-size: clamp(80px, 6.4vw, 98px);
  line-height: 1.02;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.hero-heading h1 > span {
  display: block;
  white-space: nowrap;
}
.hero-heading .lead {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 26px;
  max-width: 510px;
}
.hero-start {
  grid-area: starter;
  padding-right: 28px;
  padding-bottom: 28px;
}
.hero-start .disclosure {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 12px;
}
.home-hero > .comparison {
  grid-area: comparison;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0 calc(-1 * var(--gutter)) 0 0;
  min-width: 0;
}
.comparison-stage {
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  border-radius: 0;
}
.comparison figcaption {
  position: static;
  width: auto;
  margin: 0;
  padding: 8px 28px;
  font-family: var(--font-body);
  font-size: 11px;
  line-height: 1.5;
  color: var(--muted);
}
.comparison-label {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 22px;
  bottom: 24px;
}
.comparison-label--before {
  left: 28px;
}
.comparison-label--after {
  right: 28px;
}
.request-starter {
  display: grid;
  grid-template-columns: minmax(100px, 0.65fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}
.request-starter .field {
  position: relative;
  min-width: 0;
}
.request-starter .field label {
  position: static;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 7px;
}
.request-starter .field input,
.request-starter .field select {
  min-height: 52px;
  height: 52px;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 12px 14px;
  font-size: 16px;
  background: var(--white);
}
.request-starter > button {
  grid-column: 1/-1;
  justify-self: start;
  min-height: 52px;
  max-width: none;
  justify-content: center;
  border-radius: 6px;
  padding: 8px 10px 8px 18px;
  gap: 18px;
}
.request-starter .button-arrow {
  display: grid;
}
.request-starter .field-error {
  font-size: 13px;
}
.categories-section {
  background: var(--white);
  padding-block: 40px 36px;
}
.categories-section h2 {
  font-size: 58px;
  transform: scaleX(1.2);
  transform-origin: left;
  max-width: 83.333%;
  margin-bottom: 8px;
}
.categories-section .section-lead {
  max-width: 1100px;
  font-size: 22px;
  margin-bottom: 28px;
}
.category-grid {
  gap: 38px;
}
.category {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  grid-template-rows: 170px 1fr auto;
  gap: 18px 16px;
  position: relative;
}
.category > .service-photo {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 170px;
  margin: 0;
  border-radius: 0;
  overflow: visible;
}
.category .service-photo img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}
.category-copy {
  display: contents;
}
.category h3 {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  font-size: 30px;
  margin: 0;
}
.category h3 a,
.spaces-grid h3 a {
  text-decoration: none;
}
.category h3 a:hover,
.spaces-grid h3 a:hover {
  text-decoration: underline;
}
.category p {
  grid-column: 1/-1;
  grid-row: 2;
  font-size: 17px;
  line-height: 1.45;
  margin-bottom: 0;
}
.category .text-link {
  grid-column: 1/-1;
  grid-row: 3;
  justify-self: start;
  min-height: 40px;
  margin: 0;
}
.scope-section {
  padding-block: 0;
  background: var(--surface);
}
.scope-grid {
  display: grid;
  grid-template-columns: 60% minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}
.scope-grid > [data-scope-selector] {
  padding: 44px 24px 40px 0;
}
.scope-grid h2 {
  margin-bottom: 12px;
}
.scope-copy {
  font-family: var(--font-editorial);
  font-size: 24px;
  line-height: 1.3;
  max-width: 740px;
  margin: 0 0 26px;
  min-height: 62px;
}
.scope-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}
.scope-options .button {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--white);
  color: var(--green);
  padding: 24px 14px 16px;
  gap: 9px;
  position: relative;
  font-weight: 400;
}
.scope-options .button:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 10px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid var(--green);
  background: var(--white);
}
.scope-options [aria-pressed="true"] {
  border-color: var(--orange-dark);
  background: var(--white);
  color: var(--green);
}
.scope-options [aria-pressed="true"]:before {
  background: var(--orange);
  border-color: var(--orange-dark);
  box-shadow: inset 0 0 0 3px var(--white);
}
.scope-options .service-photo {
  border-radius: 3px;
}
.scope-options .service-photo img {
  aspect-ratio: 1.6;
}
.scope-label {
  font-family: var(--font-editorial);
  font-size: 23px;
  line-height: 1.15;
}
.scope-description {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
}
.scope-grid > .service-photo {
  margin-right: calc(-1 * var(--gutter));
  border-radius: 0;
  position: relative;
}
.scope-grid > .service-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-position: 48% 50%;
}
.process-section {
  background: var(--white);
  padding-block: 44px;
}
.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.process-step {
  position: relative;
  border: 0;
  padding: 0;
}

.process-step > .icon {
  position: relative;
  margin-bottom: 20px;
  width: 52px;
  height: 52px;
  padding: 12px;
  border-radius: 50%;
  background: var(--surface);
}
.process-step h3 {
  font-size: 29px;
  margin-bottom: 10px;
}
.process-line {
  position: absolute;
  left: 74px;
  top: 24px;
  width: calc(100% - 74px);
  height: 1px;
  stroke: var(--orange);
  fill: none;
}
.process-showcase {
  background: var(--green);
  padding-block: 52px;
}
.process-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}
.process-heading h2 {
  margin: 0;
  max-width: 920px;
}
.process-heading .text-link {
  flex-shrink: 0;
  color: #ffc4a7;
  margin-bottom: 4px;
}
.process-heading .text-link span {
  font-size: 26px;
}
.process-showcase .process-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.process-showcase .process-step {
  display: block;
  padding: 0;
}
.process-photo {
  position: relative;
}
.process-photo .service-photo {
  border-radius: 4px;
}
.process-photo .service-photo img {
  aspect-ratio: 1.85;
  object-position: center;
}
.process-showcase .process-step:last-child .service-photo img {
  object-position: center top;
}
.process-showcase .process-step h3 {
  font-size: 32px;
  margin: 20px 0 10px;
}
.process-showcase .process-step p {
  font-size: 18px;
  line-height: 1.5;
  color: #dce0d6;
  max-width: 440px;
}
.details-section {
  background: var(--surface);
  padding-block: 52px;
}
.details-section h2 {
  margin-bottom: 36px;
}
.page-index .details-section .home-line {
  display: inline;
}
.details-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
.detail-item {
  display: block;
  padding: 0 28px;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.detail-item:first-child {
  padding-left: 0;
}
.detail-item:last-child {
  padding-right: 0;
}
.detail-item + .detail-item {
  border-left: 1px solid var(--line);
}
.detail-item > .icon {
  display: block;
  width: 30px;
  height: 30px;
  color: var(--orange-dark);
  margin-bottom: 18px;
}
.detail-item h3 {
  font-family: var(--font-editorial);
  font-size: 29px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 12px;
}
.detail-item p {
  font-family: var(--font-editorial);
  font-size: 18px;
  line-height: 1.5;
  color: var(--muted);
  margin-bottom: 0;
  max-width: 330px;
}
.spaces-section {
  background: var(--white);
}
.spaces-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.spaces-grid .service-photo {
  margin-bottom: 14px;
}
.spaces-grid .service-photo img {
  aspect-ratio: 1.3;
}
.spaces-grid h3 {
  font-size: 28px;
  margin-bottom: 8px;
}
.roles-section {
  background: var(--surface);
}
.roles-table {
  width: 100%;
  border: 1px solid var(--line);
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
  font-size: 16px;
  text-align: left;
  line-height: 1.4;
}
.roles-table th,
.roles-table td {
  padding: 15px 16px;
  vertical-align: top;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-weight: 400;
}
.roles-table tr > :last-child {
  border-right: 0;
}
.roles-table tbody tr:last-child > * {
  border-bottom: 0;
}
.roles-table thead th {
  font-family: var(--font-display);
  font-size: 20px;
}
.roles-table thead th:first-child {
  font-family: var(--font-body);
  font-size: 14px;
  width: 24%;
}
.roles-table th:nth-child(2),
.roles-table td:nth-child(2) {
  background: #e8ede6;
}
.roles-note {
  margin-top: 16px;
  font-family: var(--font-editorial);
  font-size: 15px;
}
.roles-mobile {
  display: none;
}
.acceptance-section {
  padding: 24px 0;
  background: var(--surface);
}
.acceptance-panel {
  display: grid;
  grid-template-columns: 42% minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}
.acceptance-panel h2 {
  max-width: 500px;
}
.acceptance-panel .lead {
  font-size: 18px;
  line-height: 1.5;
  max-width: 570px;
}
.acceptance-panel > .service-photo img {
  aspect-ratio: 1.75;
}
.preparation-section {
  padding-block: 24px;
}
.preparation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.preparation-grid > .service-photo {
  height: 100%;
  border-radius: 3px;
}
.preparation-grid > .service-photo img {
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  object-position: 40% 50%;
}
.preparation-grid h2 {
  white-space: normal;
}
.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.checklist li {
  display: flex;
  gap: 22px;
  border-bottom: 1px solid var(--line);
  padding: 17px 0;
}
.checklist li:last-child {
  border-bottom: 0;
}
.checklist .icon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin-top: 3px;
}
.checklist h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.faq-section {
  background: var(--surface);
}
.faq-section .editorial-grid {
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
}
.faq details {
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}
.faq details:first-child {
  border-top: 1px solid var(--line);
}
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: var(--font-editorial);
  font-size: 23px;
  line-height: 1.3;
  list-style: none;
  min-height: 32px;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary span {
  font-family: var(--font-body);
  font-size: 22px;
  font-weight: 300;
  color: var(--orange-dark);
  line-height: 1;
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}
.faq details[data-expanded="true"] summary span,
.faq details[open]:not([data-expanded]) summary span {
  transform: rotate(45deg);
}
@media (prefers-reduced-motion: reduce) {
  .faq summary span {
    transition: none;
  }
}
.faq [data-answer] {
  padding-top: 14px;
  font-size: 17px;
  line-height: 1.5;
}
.collaboration-section {
  padding-block: 36px;
}
.collaboration-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.collaboration-grid h2 {
  font-size: clamp(52px, 4.2vw, 64px);
  max-width: 680px;
  margin-bottom: 16px;
}
.collaboration-grid .lead {
  font-size: 23px;
  line-height: 1.35;
  max-width: 690px;
  margin-bottom: 24px;
}
.collaboration-grid .note {
  margin-top: 20px;
}
.collaboration-visual {
  padding: 0;
}
.collaboration-visual .service-photo {
  border-radius: 0;
}
.collaboration-visual img {
  aspect-ratio: 1.65;
  object-position: 45% 50%;
}
.final-section {
  padding-block: 28px;
  background: var(--surface);
}
.final-grid {
  display: grid;
  grid-template-columns: 38% minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}
.final-compact .final-grid {
  display: block;
}
.final-compact .final-grid > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 48px;
  align-items: center;
}
.final-compact h2 {
  font-family: var(--font-editorial);
  font-size: 38px;
  line-height: 1.2;
  margin: 0;
  text-transform: lowercase;
  letter-spacing: -0.02em;
}
.final-compact h2::first-letter {
  text-transform: uppercase;
}
.final-compact .lead {
  grid-column: 1;
  font-size: 23px;
  margin: 0;
}
.final-compact .button {
  grid-column: 2;
  grid-row: 1/3;
}
.final-compact .disclosure {
  grid-column: 1/-1;
  font-size: 13px;
  margin-top: 8px;
}
.page-services .final-compact {
  background: var(--green);
  color: var(--white);
}
.page-services .final-compact .note {
  color: #d1d9cf;
}
.final-story {
  padding-block: 0;
}
.final-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.final-story-grid > .service-photo {
  margin-left: calc(-1 * var(--gutter));
  border-radius: 0;
}
.final-story-grid > .service-photo img {
  aspect-ratio: 1.55;
}
.final-story-grid > div:last-child {
  padding-block: 32px;
}
.final-story-grid h2 {
  font-size: 48px;
}
.final-story-grid .lead {
  font-size: 24px;
}
.final-banner-grid {
  display: grid;
  grid-template-columns: 22% 1fr;
  gap: 36px;
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
}
.final-banner-grid > .service-photo {
  height: 100%;
  border-radius: 0;
  position: relative;
}
.final-banner-grid > .service-photo img {
  height: 100%;
  aspect-ratio: 1.2;
  object-position: 35% 50%;
}
.final-banner-grid > .service-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 60%, var(--green));
}
.final-banner-grid > div:last-child {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px 24px;
  align-items: center;
  padding: 30px 32px 30px 0;
}
.final-banner-grid h2 {
  font-size: 44px;
  margin: 0;
}
.final-banner-grid .lead {
  font-size: 22px;
  grid-column: 1;
  margin: 0;
}
.final-banner-grid .button {
  grid-column: 2;
  grid-row: 1/3;
}
.final-banner-grid .note {
  grid-column: 1/-1;
  font-size: 13px;
  margin: 0;
}
.site-footer {
  background: var(--green);
  color: var(--white);
  padding: 48px 0 22px;
  border: 0;
}
.site-footer :focus-visible {
  outline-color: #ffd8ae;
}
.footer-grid {
  grid-template-columns: 1.5fr 1fr 0.8fr 1.05fr;
  gap: 48px;
}
.footer-brand .wordmark {
  font-size: 36px;
  display: inline-flex;
  margin-bottom: 12px;
}
.footer-brand > p {
  font-family: var(--font-editorial);
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 22px;
}
.footer-brand > .note {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.6;
  color: #bccbc2;
  margin-bottom: 0;
}
.footer-heading {
  font-family: var(--font-body);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #bccbc2;
  margin: 0 0 16px;
  font-weight: 500;
}
.footer-links {
  grid-template-columns: 1fr;
  gap: 0;
}
.footer-links a {
  font-size: 15px;
  line-height: 1.4;
  padding: 9px 0;
  min-height: 40px;
  width: fit-content;
}
.footer-links a:hover,
.footer-legal a:hover {
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-underline-offset: 5px;
}
.footer-contact > div + div {
  margin-top: 18px;
}
.footer-contact-label {
  font-size: 12px;
  line-height: 1.4;
  color: #bccbc2;
  margin: 0 0 5px;
}
.footer-contact a {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.footer-contact a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.footer-meta {
  margin-top: 36px;
  border-top: 1px solid #4b665b;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  line-height: 1.5;
  color: #bccbc2;
}
.footer-meta p {
  margin: 0;
}
.footer-legal {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.footer-legal a {
  text-decoration: none;
  padding-block: 5px;
}
.page-intro {
  padding: 44px 0 36px;
}
.page-intro h1 {
  max-width: 1080px;
  margin-bottom: 22px;
}
.page-intro .lead {
  max-width: 950px;
}
.service-hero-section {
  padding: 0;
}
.service-hero {
  display: grid;
  grid-template-columns: 40% minmax(0, 1fr);
  gap: 0;
  align-items: center;
  min-height: 520px;
}
.service-hero > div:first-child {
  padding: 32px 32px 32px 0;
}
.service-hero h1 {
  font-size: 76px;
  line-height: 1.05;
  max-width: 600px;
  margin-bottom: 20px;
}
.service-hero .eyebrow {
  margin-bottom: 24px;
}
.service-hero .lead {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 22px;
}
.service-hero .disclosure {
  font-size: 13px;
  margin-bottom: 0;
}
.service-hero > .service-photo {
  align-self: stretch;
  margin-right: calc(-1 * var(--gutter));
  border-radius: 0;
  position: relative;
}
.service-hero > .service-photo img {
  position: absolute;
  inset: 0;
  height: 100%;
  min-height: 0;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
}
.items-section {
  padding-block: 36px;
  background: var(--white);
}
.common-items {
  gap: 36px;
}
.common-items .service-photo {
  margin-bottom: 17px;
}
.common-items .service-photo img {
  aspect-ratio: 1.75;
}
.common-items h3 {
  font-size: 30px;
}
/* Service guides and illustrated request planning. */
.service-section-heading {
  max-width: 880px;
  margin-bottom: 32px;
}
.service-section-heading .eyebrow {
  margin-bottom: 14px;
}
.service-section-heading h2 {
  font-size: 48px;
  line-height: 1.1;
  max-width: 820px;
}
.service-section-heading .lead {
  font-size: 22px;
  line-height: 1.45;
  max-width: 820px;
}
.service-planning {
  background: var(--surface);
  padding-block: 56px;
}
.service-planning-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 56px;
  align-items: center;
}
.service-planning-grid > .service-photo {
  align-self: stretch;
}
.service-planning-grid > .service-photo img {
  height: 100%;
  min-height: 520px;
  aspect-ratio: auto;
  object-position: 48% 50%;
}
.service-planning .service-section-heading {
  margin-bottom: 24px;
}
.service-planning .service-section-heading h2 {
  font-size: 44px;
}
.planning-notes {
  display: grid;
  gap: 22px;
}
.planning-notes h3 {
  font-size: 25px;
  margin-bottom: 8px;
}
.planning-notes p,
.service-guide-grid p,
.related-service p,
.service-scope-grid p {
  font-family: var(--font-editorial);
  font-size: 19px;
  line-height: 1.5;
}
.service-guide {
  background: var(--white);
}
.service-guide-grid,
.service-scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}
.service-guide-grid article {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.service-guide-grid h3 {
  font-size: 28px;
}
.service-example {
  padding-block: 48px;
}
.service-example-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 72px;
  align-items: center;
}
.service-example h2 {
  font-size: 48px;
  max-width: 440px;
}
.service-example .note {
  max-width: 330px;
}
.service-example blockquote {
  font-family: var(--font-editorial);
  font-size: 27px;
  line-height: 1.45;
  margin: 0 0 20px;
}
.example-caption {
  font-size: 13px;
  line-height: 1.6;
  color: #bccbc2;
  border-top: 1px solid #4b665b;
  padding-top: 16px;
}
.service-faq.faq-section {
  padding-block: 48px;
}
.related-services {
  border-top: 1px solid var(--line);
}
.related-services .service-section-heading h2 {
  font-size: 42px;
}
.related-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
}
.related-service {
  display: grid;
  grid-template-columns: 42% minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  text-decoration: none;
}
.related-service .service-photo {
  height: 100%;
}
.related-service .service-photo img {
  height: 100%;
  min-height: 220px;
  aspect-ratio: 1;
}
.related-service h3 {
  font-size: 28px;
}
.related-service p {
  font-size: 18px;
  margin-bottom: 14px;
}
.related-service-link {
  color: var(--orange-dark);
  font-size: 14px;
}
.related-service-link span {
  margin-left: 10px;
}
.related-service:hover .related-service-link {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.service-scope-section {
  background: var(--white);
}
.service-scope-grid .service-photo {
  margin-bottom: 22px;
}
.service-scope-grid .service-photo img {
  aspect-ratio: 1.65;
}
.service-scope-grid h3 {
  font-size: 30px;
}
.service-journey {
  padding-block: 48px;
}
.service-journey .service-scope-grid p {
  color: #d1d9cf;
}
.page-furniture-removal .faq-section,
.page-appliance-removal .faq-section {
  background: var(--white);
  padding-top: 24px;
}
.page-furniture-removal .faq-section .editorial-grid,
.page-appliance-removal .faq-section .editorial-grid {
  grid-template-columns: 1fr 1.5fr;
  gap: 48px;
}
.page-furniture-removal .faq-section h2,
.page-appliance-removal .faq-section h2 {
  font-size: 44px;
}
.page-furniture-removal .faq summary,
.page-appliance-removal .faq summary {
  font-size: 21px;
}
.page-cleanouts .faq-section .editorial-grid {
  grid-template-columns: 40% minmax(0, 1fr);
}
.page-cleanouts .faq-section .editorial-grid {
  align-items: center;
}
.page-cleanouts .faq-section .service-photo {
  margin: 0;
}
.page-cleanouts .faq-section h2 {
  font-size: 40px;
}
.page-cleanouts .faq-section .service-photo img {
  aspect-ratio: 1.35;
}
.service-directory {
  padding-top: 12px;
}
.service-row {
  gap: 64px;
  border: 0;
  padding: 0;
  margin-bottom: 36px;
}
.service-row:last-child {
  margin-bottom: 0;
}
.service-row > div:not(.service-photo) {
  padding-block: 24px;
}
.service-row h2 {
  font-size: 60px;
}
.service-row .lead {
  font-size: 25px;
  line-height: 1.35;
}
.service-row img {
  border-radius: 3px;
}
.page-services .page-intro .container {
  display: block;
}
.page-services .page-intro .eyebrow {
  grid-column: 1/-1;
  margin-bottom: 16px;
}
.page-services .page-intro h1 {
  font-size: clamp(80px, 6.8vw, 104px);
  margin-bottom: 16px;
  max-width: 1150px;
}
.page-services .page-intro .lead {
  font-size: 26px;
  max-width: 920px;
}
.not-sure-section {
  padding-block: 12px 32px;
}
.not-sure {
  display: grid;
  grid-template-columns: 3fr 2fr;
  align-items: center;
  background: #eeece2;
  gap: 32px;
  overflow: hidden;
  border-radius: 5px;
}
.not-sure > div:first-child {
  padding: 36px 40px;
}
.not-sure h2 {
  font-size: 48px;
}
.not-sure > .service-photo {
  height: 100%;
  border-radius: 0;
}
.not-sure img {
  height: 100%;
  max-height: 350px;
}
.page-services .process-section h2 {
  font-size: 48px;
  margin-bottom: 30px;
}
.page-services .process-list {
  gap: 48px;
}
.purpose {
  margin-bottom: 32px;
}
.purpose h2 {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--orange-dark);
  margin-bottom: 18px;
}
.purpose .lead {
  font-size: 30px;
  line-height: 1.35;
  max-width: 1180px;
}
.principles .service-photo {
  margin-bottom: 20px;
}
.principles .service-photo img {
  aspect-ratio: 1.5;
}
.principles h3 {
  font-size: 32px;
}
.home-about-intro {
  padding-block: 44px 0;
  scroll-margin-top: 24px;
}
.home-about-intro:focus {
  outline: none;
}
.home-about-intro .service-hero {
  min-height: 460px;
}
.home-about-intro h2 {
  font-size: 64px;
  max-width: 600px;
  line-height: 1.05;
  margin-bottom: 22px;
}
.home-about-intro .reference-line {
  display: block;
}
.home-about-purpose {
  padding-top: 36px;
}
.collaboration-section--provider .collaboration-grid {
  grid-template-columns: 60% minmax(0, 1fr);
  gap: 32px;
}
.collaboration-section--provider .collaboration-grid h2 {
  max-width: 600px;
}
.collaboration-section--provider .collaboration-visual {
  margin-right: calc(-1 * var(--gutter));
  align-self: stretch;
  position: relative;
}
.collaboration-section--provider .collaboration-visual .service-photo {
  height: 100%;
}
.collaboration-section--provider .collaboration-visual img {
  height: 100%;
  min-height: 430px;
  aspect-ratio: auto;
  object-position: 60% 50%;
}
.collaboration-section--provider .collaboration-visual:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--green), transparent 25%);
  z-index: 1;
}
.page-how-it-works .process-section {
  padding-top: 32px;
}

.page-how-it-works .process-line {
  display: none;
}
.page-how-it-works .process-step {
  display: block;
  padding: 0;
}
.page-how-it-works .process-step .service-photo {
  margin-bottom: 16px;
}
.page-how-it-works .process-step .service-photo img {
  aspect-ratio: 1.85;
}
.page-how-it-works .roles-section > .container > div {
  display: grid;
  grid-template-columns: 38% minmax(0, 1fr);
  gap: 36px;
}
.page-how-it-works .preparation-grid > .service-photo img {
  min-height: 350px;
}
.page-how-it-works .preparation-grid .lead {
  font-size: 24px;
}
.contact-section {
  padding-top: 0;
}
.home-contact {
  padding-block: 44px;
  scroll-margin-top: 24px;
}
.home-contact > .container {
  max-width: 1160px;
}
.contact-layout > aside > h2 {
  margin-bottom: 18px;
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.5fr);
  gap: 56px;
  align-items: start;
}
.contact-layout > aside {
  align-self: start;
  padding-top: 200px;
}
.contact-layout > aside > p:not(.eyebrow) {
  font-family: var(--font-editorial);
  font-size: 22px;
  line-height: 1.4;
  max-width: 300px;
}
.contact-email {
  font-size: 16px;
  overflow-wrap: anywhere;
}
.form-panel {
  border-radius: 7px;
  padding: 36px 40px;
}
.contact-layout .form-panel {
  padding: 28px;
  background: var(--white);
  color: var(--green);
  border: 1px solid var(--line);
}
.contact-layout .form-panel .note {
  color: var(--muted);
}
.contact-layout .form-panel .field-error {
  color: #a82b16;
}
.contact-layout .form-panel :focus-visible {
  outline-color: #0a6856;
}
.field input,
.field select {
  min-height: 52px;
  border-radius: 5px;
}
.field textarea {
  min-height: 160px;
  border-radius: 5px;
}
.field label {
  font-size: 15px;
  font-weight: 500;
}
.form-panel .stack {
  gap: 20px;
}
.form-panel .actions .button {
  flex: 1;
}
.unified-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.unified-grid--details {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.unified-form .stack {
  gap: 16px;
}
.unified-form fieldset {
  min-width: 0;
}
.unified-form .field input,
.unified-form .field select {
  min-height: 46px;
  padding: 10px 12px;
}
.unified-form .field label {
  font-size: 14px;
  margin-bottom: 5px;
}
.unified-form .field textarea {
  min-height: 100px;
  padding: 10px 12px;
}
.unified-form .field [name="access"] {
  min-height: 76px;
}
.form-extra {
  border-block: 1px solid var(--line);
}
.form-extra summary {
  cursor: pointer;
  padding-block: 12px;
  font-size: 14px;
  font-weight: 500;
}
.form-extra summary span {
  color: var(--muted);
  font-weight: 400;
}
.form-extra > .stack {
  padding: 4px 0 16px;
}
.form-extra :focus-visible,
.form-extra summary:focus-visible {
  outline-color: #0a6856;
}
.unified-form .consent {
  font-size: 12px;
  line-height: 1.5;
  gap: 10px;
}
.unified-form .consent input {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  margin: 0;
}
.form-bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
}
.unified-form .form-disclosure {
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  max-width: 230px;
}
.form-bottom .button {
  flex-shrink: 0;
}
.legal-intro {
  padding-bottom: 28px;
}
.legal-intro h1 {
  font-size: 80px;
}
.legal-intro .lead {
  max-width: 900px;
  font-size: 23px;
  line-height: 1.45;
  margin-bottom: 20px;
}
.legal-updated {
  margin-bottom: 0;
}
.legal-body {
  padding-top: 0;
}
.legal-layout {
  border-top: 1px solid var(--line);
  padding-top: 40px;
  grid-template-columns: 240px minmax(0, 850px);
  gap: 64px;
}
.legal-contents {
  max-height: calc(100dvh - var(--header-height) - 48px);
  overflow-y: auto;
  scrollbar-width: thin;
  border-right: 1px solid var(--line);
  padding-right: 28px;
}
.legal-contents ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.legal-contents li {
  break-inside: avoid;
  font-size: 15px;
  line-height: 1.5;
  padding-block: 7px;
}
.legal-contents a {
  text-decoration: none;
}
.legal-contents a:hover {
  text-decoration: underline;
}
.legal-article h2 {
  font-size: 30px;
  text-transform: none;
  letter-spacing: -0.015em;
  line-height: 1.25;
  margin-top: 32px;
}
.legal-article section:first-child h2 {
  margin-top: 0;
}
.legal-article p {
  font-size: 18px;
  line-height: 1.7;
}
.legal-article ul {
  padding-left: 22px;
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.7;
}
.legal-article li + li {
  margin-top: 10px;
}
.legal-article strong {
  font-weight: 600;
}
.legal-article section {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.legal-article section:last-child {
  border: 0;
}
.inventory dl {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--white);
  margin: 0 0 20px;
}
.inventory dl > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding-block: 7px;
}
.inventory dt {
  font-size: 14px;
  color: var(--muted);
}
.inventory dd {
  margin: 0;
}
.menu-dialog .note {
  color: #d1d9cf;
}
@media (min-width: 1200px) {
  .reference-line {
    display: block;
  }
  .page-index .home-line {
    display: block;
  }
  .page-index .spaces-section .home-line:last-child {
    font-size: 0.74em;
    line-height: 1.2;
  }
  .page-furniture-removal .service-hero h1 {
    font-size: clamp(64px, 4.8vw, 74px);
  }
  .page-furniture-removal .service-hero {
    min-height: min(40vw, 615px);
  }
  .page-appliance-removal .service-hero {
    min-height: min(39vw, 599px);
  }
  .page-cleanouts .service-hero {
    min-height: min(38vw, 584px);
  }
  .page-how-it-works .service-hero {
    min-height: min(30vw, 461px);
  }
  .page-appliance-removal .service-hero h1 {
    font-size: clamp(50px, 4.2vw, 65px);
  }
  .page-cleanouts .service-hero h1 {
    font-size: clamp(64px, 4.7vw, 72px);
  }
  .page-how-it-works .service-hero h1 {
    font-size: clamp(64px, 5vw, 76px);
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .hero-heading {
    padding-top: 42px;
  }
  .hero-heading .lead {
    font-size: 22px;
  }
  .request-starter {
    gap: 12px;
    padding: 0;
    grid-template-columns: minmax(90px, 0.65fr) minmax(0, 1fr);
  }
  .request-starter > button {
    font-size: 16px;
  }
  .category {
    grid-template-rows: 150px 1fr auto;
  }
  .category > .service-photo {
    height: 150px;
  }
  .category h3 {
    font-size: 28px;
  }
  .service-hero h1 {
    font-size: 64px;
  }
  .service-hero .lead {
    font-size: 22px;
  }
  .desktop-nav {
    gap: 24px;
  }
  .header-inner {
    gap: 24px;
  }
  .wordmark {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-cta {
    margin-left: auto;
  }
  .home-about-intro {
    padding-top: 36px;
  }
  .home-about-intro .service-hero {
    min-height: 0;
  }
  .home-about-intro h2 {
    font-size: 56px;
    max-width: 800px;
  }
  .home-contact {
    padding-block: 36px;
  }
  .details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 32px;
  }
  .detail-item:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }
  .detail-item:nth-child(2) {
    padding-right: 0;
  }
  .process-showcase {
    padding-block: 40px;
  }
  .process-heading {
    align-items: flex-start;
    margin-bottom: 28px;
  }
  .process-heading h2 {
    font-size: 46px;
  }
  .process-showcase .process-list {
    gap: 22px;
  }
  .process-showcase .process-step h3 {
    font-size: 29px;
  }
  .process-showcase .process-step p {
    font-size: 17px;
  }
  .process-photo .service-photo img {
    aspect-ratio: 1.3;
  }
  :root {
    --gutter: 32px;
  }
  .container {
    width: calc(100% - 64px);
  }
  body {
    font-size: 17px;
  }
  .section {
    padding-block: 36px;
  }
  .site-header {
    padding-block: 14px;
  }
  .wordmark {
    font-size: 30px;
  }
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 30px;
  }
  .lead {
    font-size: 24px;
  }
  .hero-section {
    padding-top: 20px;
  }
  .home-hero {
    grid-template-columns: 1fr;
    grid-template-areas: "heading" "comparison" "starter";
    grid-template-rows: auto;
    gap: 26px;
    min-height: 0;
  }
  .hero-heading {
    padding: 0;
  }
  .hero-heading h1 {
    font-size: 76px;
    line-height: 1.04;
  }
  .hero-heading h1 > span {
    display: inline-block;
  }
  .hero-heading .lead {
    max-width: 750px;
    font-size: 25px;
    line-height: 1.35;
    margin: 0;
  }
  .home-hero > .comparison {
    display: block;
    margin: 0;
  }
  .comparison-stage {
    height: auto;
    min-height: 0;
    aspect-ratio: 3/2;
    border-radius: 4px;
  }
  .comparison figcaption {
    position: static;
    width: 100%;
    padding: 0;
    font-size: 12px;
    margin-top: 8px;
  }
  .hero-start {
    padding: 0;
  }
  .request-starter {
    grid-template-columns: 1fr 1.4fr auto;
    padding: 0;
  }
  .request-starter > button {
    grid-column: auto;
    max-width: none;
    margin-top: 24px;
    padding-inline: 18px;
  }
  .categories-section {
    padding-top: 36px;
  }
  .categories-section h2 {
    font-size: 50px;
    transform: none;
    max-width: none;
  }
  .category-grid {
    gap: 32px;
  }
  .category {
    display: block;
    grid-template-rows: none;
  }
  .category > .service-photo {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    overflow: hidden;
    border-radius: 4px;
  }
  .category .service-photo img {
    height: auto;
    aspect-ratio: 1.5;
    object-fit: cover;
  }
  .category-copy {
    display: block;
  }
  .category h3 {
    margin-top: 0;
    font-size: 30px;
  }
  .category .text-link {
    margin-top: 8px;
  }
  .category-grid > article:last-child {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center;
  }
  .category-grid > article:last-child .service-photo {
    margin: 0;
  }
  .scope-section {
    padding: 0;
  }
  .scope-grid {
    grid-template-columns: 1fr;
  }
  .scope-grid > [data-scope-selector] {
    padding: 36px 0;
  }
  .scope-grid > .service-photo {
    display: none;
  }
  .scope-copy {
    font-size: 24px;
    min-height: 0;
  }
  .scope-options {
    gap: 16px;
  }
  .scope-label {
    font-size: 25px;
  }
  .editorial-grid,
  .faq-section .editorial-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .process-list {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .process-step {
    display: block;
    padding-left: 68px;
  }
  .process-step > .icon {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
  .process-step h3 {
    font-size: 30px;
  }
  .process-step p {
    font-size: 18px;
  }
  .process-line {
    display: none;
  }
  .spaces-grid {
    gap: 24px;
  }
  .spaces-grid h3 {
    font-size: 27px;
  }
  .acceptance-panel {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .acceptance-panel h2 {
    font-size: 44px;
  }
  .acceptance-panel > .service-photo {
    height: 100%;
  }
  .acceptance-panel > .service-photo img {
    height: 100%;
    aspect-ratio: auto;
    min-height: 380px;
  }
  .preparation-grid {
    gap: 28px;
  }
  .preparation-grid h2 {
    font-size: 44px;
  }
  .preparation-grid > .service-photo img {
    min-height: 500px;
  }
  .checklist h3 {
    font-size: 24px;
  }
  .checklist p {
    font-size: 17px;
  }
  .collaboration-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .collaboration-grid h2 {
    font-size: 52px;
    max-width: 780px;
  }
  .collaboration-visual img {
    aspect-ratio: 2;
    max-height: 450px;
  }
  .final-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .final-compact h2 {
    font-size: 34px;
  }
  .final-story-grid {
    gap: 28px;
  }
  .final-story-grid h2 {
    font-size: 44px;
  }
  .final-story-grid > .service-photo img {
    aspect-ratio: 1.1;
  }
  .final-banner-grid {
    grid-template-columns: 24% 1fr;
    gap: 24px;
  }
  .final-banner-grid > div:last-child {
    display: block;
    padding: 28px 24px 28px 0;
  }
  .final-banner-grid h2 {
    font-size: 38px;
    margin-bottom: 16px;
  }
  .final-banner-grid .lead {
    margin-bottom: 20px;
  }
  .final-banner-grid .note {
    margin-top: 14px;
  }
  .footer-grid {
    gap: 32px;
    grid-template-columns: 1.2fr 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-brand .wordmark {
    font-size: 40px;
  }
  .footer-brand > .note br {
    display: none;
  }

  .service-hero-section {
    padding-top: 20px;
  }
  .service-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
  }
  .service-hero > div:first-child {
    padding: 0;
  }
  .service-hero h1 {
    font-size: 64px;
    max-width: 900px;
  }
  .service-hero .lead {
    font-size: 24px;
    max-width: 830px;
  }
  .service-hero > .service-photo {
    margin: 0;
    border-radius: 4px;
  }
  .service-hero > .service-photo img {
    position: static;
    height: auto;
    min-height: 0;
    max-height: 540px;
    aspect-ratio: 1.7;
  }
  .common-items > article:last-child,
  .principles > article:last-child {
    grid-column: 1/-1;
  }
  .common-items > article:last-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 28px;
    align-items: start;
  }
  .common-items > article:last-child .service-photo {
    grid-row: 1/3;
    margin: 0;
  }
  .common-items > article:last-child h3 {
    margin-top: 10px;
  }
  .page-furniture-removal .faq-section .editorial-grid,
  .page-appliance-removal .faq-section .editorial-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .page-cleanouts .faq-section .editorial-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .service-row {
    gap: 32px;
    margin-bottom: 32px;
  }
  .service-row h2 {
    font-size: 44px;
  }
  .service-row .lead {
    font-size: 23px;
  }
  .page-services .page-intro .container {
    display: block;
  }
  .page-services .page-intro h1 {
    margin-bottom: 22px;
  }
  .page-services .page-intro h1 {
    font-size: 64px;
  }
  .not-sure > div:first-child {
    padding: 30px;
  }
  .not-sure h2 {
    font-size: 42px;
  }
  .page-services .process-section h2 {
    font-size: 46px;
  }
  .purpose .lead {
    font-size: 27px;
  }
  .page-how-it-works .roles-section > .container > div {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .collaboration-section--provider .collaboration-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .collaboration-section--provider .collaboration-visual {
    margin: 0;
  }
  .collaboration-section--provider .collaboration-visual img {
    min-height: 0;
    aspect-ratio: 1.8;
  }
  .collaboration-section--provider .collaboration-visual:before {
    display: none;
  }
  .page-how-it-works .process-step {
    padding: 0;
    grid-template-columns: 48px 220px 1fr;
    gap: 0 24px;
  }
  .page-how-it-works .process-step .service-photo {
    grid-column: 2;
    grid-row: 1/3;
    margin: 0;
  }
  .page-how-it-works .process-step .service-photo img {
    aspect-ratio: 1.15;
    height: 100%;
  }
  .page-how-it-works .process-step h3,
  .page-how-it-works .process-step p {
    grid-column: 3;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .contact-layout > aside {
    padding-top: 0;
  }
  .contact-layout .form-panel {
    max-width: none;
  }

  .legal-intro h1 {
    font-size: 64px;
  }
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 28px;
  }
  .legal-contents {
    max-height: none;
    overflow: visible;
    position: static;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 0 0 24px;
  }
  .legal-contents ul {
    columns: 2;
  }
}
@media (max-width: 767px) {
  :root {
    --header-height: 76px;
  }
  .unified-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .contact-layout .form-panel {
    padding: 20px;
  }
  .form-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .unified-form .form-disclosure {
    max-width: none;
  }
  .home-about-intro {
    padding-top: 32px;
  }
  .home-about-intro .service-hero {
    min-height: 0;
  }
  .home-about-intro h2 {
    font-size: 40px;
    line-height: 1.1;
  }
  .home-contact {
    padding-block: 32px;
  }
  .process-heading {
    display: block;
    margin-bottom: 26px;
  }
  .process-heading h2 {
    font-size: 38px;
  }
  .process-heading .text-link {
    margin: 12px 0 0;
  }
  .process-showcase .process-list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .process-photo .service-photo img {
    aspect-ratio: 1.65;
  }
  .process-showcase .process-step h3 {
    font-size: 30px;
    margin-top: 18px;
  }
  :root {
    --gutter: 20px;
  }
  .container {
    width: calc(100% - 40px);
  }
  body {
    font-size: 16px;
  }
  .section {
    padding-block: 32px;
  }
  h1 {
    font-size: 44px;
    line-height: 1.08;
  }
  h2 {
    font-size: 38px;
    line-height: 1.08;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 28px;
  }
  .lead {
    font-size: 22px;
    line-height: 1.4;
  }
  .eyebrow {
    font-size: 11px;
    gap: 14px;
    margin-bottom: 18px;
  }
  .site-header {
    padding-block: 12px;
  }
  .header-inner {
    gap: 12px;
  }
  .wordmark {
    font-size: 24px;
  }
  .menu-trigger {
    padding: 12px;
  }
  .menu-trigger .icon {
    width: 26px;
    height: 26px;
  }
  .menu-dialog {
    padding: 24px 20px;
  }
  .wordmark--menu {
    font-size: 19px;
    gap: 6px;
  }
  .brand-mark {
    width: 54px;
  }
  .wordmark--menu .brand-mark {
    width: 44px;
  }
  .menu-links {
    gap: 16px;
  }
  .menu-links a {
    font-size: 36px;
  }
  .hero-section {
    padding-top: 18px;
    padding-bottom: 32px;
  }
  .home-hero {
    grid-template-columns: 1fr;
    grid-template-areas: "heading" "comparison" "starter";
    grid-template-rows: auto;
    gap: 24px;
    min-height: 0;
  }
  .hero-heading {
    padding: 0;
  }
  .hero-heading h1 {
    font-size: clamp(46px, 14vw, 56px);
    line-height: 1.05;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
  }
  .hero-heading .lead {
    font-size: 22px;
    line-height: 1.4;
    margin: 0;
  }
  .home-hero > .comparison {
    display: block;
    margin: 0;
  }
  .comparison-stage {
    height: auto;
    min-height: 0;
    aspect-ratio: 3/2;
    border-radius: 4px;
  }
  .comparison figcaption {
    position: static;
    width: 100%;
    padding: 0;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 12px;
  }
  .comparison-toggle {
    margin-top: 12px;
  }
  .hero-start {
    padding: 0;
  }
  .request-starter {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 14px;
  }
  .request-starter .field label {
    position: static;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
  }
  .request-starter .field input,
  .request-starter .field select {
    height: 52px;
    min-height: 52px;
    padding: 12px;
    border: 1px solid var(--line);
    font-size: 16px;
  }
  .request-starter > button {
    max-width: none;
    min-height: 52px;
    justify-content: space-between;
    border-radius: 6px;
    padding: 10px 14px;
  }
  .request-starter .button-arrow {
    display: grid;
  }
  .hero-start .disclosure {
    font-size: 14px;
    line-height: 1.45;
    margin-top: 14px;
  }
  .categories-section {
    padding-block: 32px;
  }
  .categories-section h2 {
    font-size: 38px;
    transform: none;
    max-width: none;
  }
  .categories-section .section-lead {
    font-size: 22px;
    margin-bottom: 28px;
  }
  .category-grid {
    gap: 36px;
  }
  .category {
    display: block;
  }
  .category > .service-photo {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    overflow: hidden;
    border-radius: 4px;
  }
  .category .service-photo img {
    height: auto;
    aspect-ratio: 1.4;
    object-fit: cover;
  }
  .category-copy {
    display: block;
  }
  .category h3 {
    font-size: 28px;
    margin: 0 0 12px;
  }
  .category p,
  .spaces-grid p,
  .process-step p,
  .common-items p,
  .principles p,
  .checklist p {
    font-size: 18px;
    line-height: 1.4;
  }
  .category .text-link {
    min-height: 52px;
    margin-top: 6px;
  }
  .scope-section {
    padding: 0;
  }
  .scope-grid {
    display: block;
  }
  .scope-grid > [data-scope-selector] {
    padding: 32px 0;
  }
  .scope-grid > .service-photo {
    display: none;
  }
  .scope-copy {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 24px;
    min-height: 0;
  }
  .scope-options {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 22px;
  }
  .scope-options .button {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 7px 16px;
    padding: 14px 14px 14px 32px;
  }
  .scope-options .button:before {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .scope-options .service-photo {
    grid-row: 1/3;
    align-self: center;
  }
  .scope-options .service-photo img {
    aspect-ratio: 1.05;
  }
  .scope-label {
    font-size: 23px;
  }
  .scope-description {
    font-size: 16px;
    line-height: 1.4;
  }
  .scope-grid [data-request-link] {
    width: 100%;
  }
  .editorial-grid,
  .faq-section .editorial-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .process-list {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .process-step {
    display: block;
    padding: 0;
  }

  .process-step > .icon,
  .process-line {
    display: none;
  }
  .process-step h3 {
    font-size: 28px;
  }
  .process-step p {
    grid-column: auto;
  }
  .details-section h2 {
    margin-bottom: 28px;
  }
  .details-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .details-grid > .detail-item {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 18px;
    padding: 0 0 24px;
    border: 0;
    border-bottom: 1px solid var(--line);
  }
  .details-grid > .detail-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .detail-item > .icon {
    margin: 2px 0 0;
  }
  .detail-item h3 {
    font-size: 27px;
    margin-bottom: 8px;
  }
  .detail-item p {
    font-size: 18px;
  }
  .spaces-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .spaces-grid .service-photo img {
    aspect-ratio: 1.4;
  }
  .spaces-grid h3 {
    font-size: 28px;
  }
  .roles-table {
    display: none;
  }
  .roles-mobile {
    display: grid;
    gap: 20px;
  }
  .role-party {
    background: #e8ede6;
    padding: 24px;
    border-radius: 6px;
  }
  .role-party:nth-child(2) {
    background: var(--white);
  }
  .role-party h3 {
    font-size: 28px;
  }
  .role-party dl {
    margin: 0;
  }
  .role-party dl > div {
    padding-block: 15px;
    border-top: 1px solid var(--line);
  }
  .role-party dt {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
  }
  .role-party dd {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
  }
  .roles-note {
    font-size: 14px;
  }
  .acceptance-panel {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .acceptance-panel > .service-photo img {
    aspect-ratio: 1.4;
  }
  .preparation-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .preparation-grid > .service-photo img {
    min-height: 0;
    height: auto;
    aspect-ratio: 1.4;
  }
  .checklist li {
    padding: 18px 0;
    gap: 18px;
  }
  .checklist h3 {
    font-size: 24px;
  }
  .faq details {
    padding-block: 19px;
  }
  .faq summary {
    font-size: 22px;
  }
  .faq [data-answer] {
    font-size: 16px;
    line-height: 1.6;
  }
  .collaboration-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .collaboration-grid h2 {
    font-size: 38px;
  }
  .collaboration-grid .lead {
    font-size: 22px;
    line-height: 1.4;
  }
  .collaboration-grid .button {
    width: 100%;
  }
  .collaboration-visual img {
    aspect-ratio: 1.35;
  }
  .final-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .final-compact .final-grid > div {
    display: block;
  }
  .final-compact h2 {
    font-size: 32px;
    margin-bottom: 14px;
  }
  .final-compact .lead {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .final-compact .button {
    width: 100%;
  }
  .final-compact .disclosure {
    font-size: 14px;
    margin-top: 14px;
  }
  .final-story-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .final-story-grid > .service-photo {
    margin: 0;
  }
  .final-story-grid > .service-photo img {
    aspect-ratio: 1.4;
  }
  .final-story-grid h2 {
    font-size: 38px;
  }
  .final-story-grid .lead {
    font-size: 22px;
  }
  .final-story-grid .button {
    width: 100%;
  }
  .final-banner-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .final-banner-grid > .service-photo img {
    height: 200px;
    aspect-ratio: auto;
  }
  .final-banner-grid > .service-photo:after {
    background: linear-gradient(180deg, transparent 60%, var(--green));
  }
  .final-banner-grid > div:last-child {
    display: block;
    padding: 24px;
  }
  .final-banner-grid h2 {
    font-size: 38px;
    margin-bottom: 16px;
  }
  .final-banner-grid .lead {
    margin-bottom: 22px;
  }
  .final-banner-grid .button {
    width: 100%;
  }
  .final-banner-grid .note {
    margin-top: 16px;
    font-size: 14px;
  }
  .site-footer {
    padding: 32px 0 20px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-brand .wordmark {
    font-size: 30px;
  }
  .footer-brand > p {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .footer-brand > .note {
    font-size: 13px;
    margin-bottom: 0;
  }
  .footer-brand > .note br {
    display: none;
  }
  .footer-links a {
    font-size: 14px;
    min-height: 44px;
    padding-block: 11px;
  }
  .footer-contact {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 20px;
  }
  .footer-contact .footer-heading {
    grid-column: 1/-1;
    margin-bottom: 14px;
  }
  .footer-contact > div + div {
    margin-top: 0;
  }
  .footer-contact a {
    font-size: 14px;
  }
  .footer-meta {
    font-size: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 28px;
  }
  .footer-legal {
    gap: 24px;
  }
  .page-intro {
    padding: 28px 0;
  }
  .page-intro h1 {
    font-size: 44px;
  }
  .service-hero-section {
    padding-top: 18px;
    padding-bottom: 0;
  }
  .service-hero {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: 0;
  }
  .service-hero > div:first-child {
    padding: 0;
  }
  .service-hero h1 {
    font-size: 44px;
    line-height: 1.08;
    margin-bottom: 22px;
  }
  .service-hero .lead {
    font-size: 22px;
    line-height: 1.4;
  }
  .service-hero .button {
    width: 100%;
  }
  .service-hero > .service-photo {
    margin: 0;
    border-radius: 4px;
  }
  .service-hero > .service-photo img {
    position: static;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 1.3;
  }
  .service-hero .disclosure {
    font-size: 14px;
  }
  .items-section {
    padding-block: 32px;
  }
  .common-items {
    gap: 34px;
  }
  .common-items .service-photo img {
    aspect-ratio: 1.4;
  }
  .common-items h3 {
    font-size: 28px;
  }
  .page-furniture-removal .faq-section .editorial-grid,
  .page-appliance-removal .faq-section .editorial-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .page-furniture-removal .faq-section h2,
  .page-appliance-removal .faq-section h2 {
    font-size: 38px;
  }
  .page-furniture-removal .faq summary,
  .page-appliance-removal .faq summary {
    font-size: 22px;
  }
  .page-cleanouts .faq-section .editorial-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .page-cleanouts .faq-section h2 {
    font-size: 38px;
  }
  .page-cleanouts .faq-section .service-photo {
    margin: 0;
  }
  .service-row {
    gap: 24px;
    margin-bottom: 36px;
  }
  .service-row > div:not(.service-photo) {
    padding: 0;
  }
  .service-row h2 {
    font-size: 38px;
  }
  .service-row .lead {
    font-size: 22px;
  }
  .page-services .page-intro .container {
    display: block;
  }
  .page-services .page-intro h1 {
    font-size: 44px;
    margin-bottom: 22px;
  }
  .page-services .page-intro .lead {
    font-size: 22px;
  }
  .not-sure {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .not-sure > div:first-child {
    padding: 28px 24px;
  }
  .not-sure h2 {
    font-size: 38px;
  }
  .not-sure .button {
    width: 100%;
  }
  .not-sure img {
    height: auto;
    max-height: 260px;
  }
  .page-services .process-section h2 {
    font-size: 38px;
  }
  .purpose .lead {
    font-size: 24px;
  }
  .principles {
    gap: 34px;
  }
  .principles h3 {
    font-size: 28px;
  }
  .page-how-it-works .roles-section > .container > div {
    display: block;
  }
  .collaboration-section--provider .collaboration-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .collaboration-section--provider .collaboration-visual {
    margin: 0;
  }
  .collaboration-section--provider .collaboration-visual img {
    height: auto;
    min-height: 0;
    aspect-ratio: 1.35;
  }
  .collaboration-section--provider .collaboration-visual:before {
    display: none;
  }
  .page-how-it-works .process-step {
    display: block;
  }

  .page-how-it-works .process-step .service-photo img {
    aspect-ratio: 1.4;
  }
  .page-how-it-works .process-step p {
    font-size: 18px;
  }
  .page-how-it-works .preparation-grid > .service-photo img {
    min-height: 0;
  }
  .page-how-it-works .preparation-grid .lead {
    font-size: 22px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .contact-layout > aside {
    padding-top: 0;
  }
  .contact-layout > aside > p:not(.eyebrow) {
    font-size: 20px;
    max-width: 440px;
  }
  .contact-layout .form-panel {
    max-width: none;
  }
  .form-panel {
    padding: 28px 20px;
  }
  .form-panel .field label {
    font-size: 16px;
  }

  .legal-intro h1 {
    font-size: 40px;
  }
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 28px;
  }
  .legal-contents {
    max-height: none;
    overflow: visible;
    position: static;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 0 0 20px;
  }
  .legal-contents ul {
    columns: 1;
  }
  .legal-article h2 {
    font-size: 28px;
  }
  .legal-intro .lead {
    font-size: 20px;
  }
  .legal-article p,
  .legal-article ul {
    font-size: 16px;
    line-height: 1.7;
  }
  .inventory dl > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .button:hover {
    transform: none;
  }
  .service-photo img {
    transition: none;
  }
}

@media (max-width: 1199px) {
  .service-planning-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .service-planning-grid > .service-photo img {
    height: auto;
    min-height: 0;
    max-height: 480px;
    aspect-ratio: 1.7;
  }
  .service-planning .service-section-heading {
    max-width: 820px;
  }
  .planning-notes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
  .service-example-grid {
    grid-template-columns: 1fr 1.4fr;
    gap: 36px;
  }
  .service-guide-grid,
  .service-scope-grid {
    gap: 24px;
  }
  .related-services-grid {
    gap: 28px;
  }
  .related-service {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }
  .related-service .service-photo img {
    height: auto;
    min-height: 0;
    aspect-ratio: 1.8;
  }
  .service-faq.faq-section .editorial-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
@media (max-width: 767px) {
  .service-section-heading,
  .related-services .service-section-heading {
    margin-bottom: 26px;
  }
  .service-section-heading h2,
  .service-planning .service-section-heading h2,
  .service-example h2,
  .related-services .service-section-heading h2 {
    font-size: 36px;
  }
  .service-section-heading .lead {
    font-size: 20px;
  }
  .service-planning,
  .service-example,
  .service-journey,
  .service-faq.faq-section {
    padding-block: 36px;
  }
  .service-planning-grid > .service-photo img {
    aspect-ratio: 1.25;
  }
  .planning-notes,
  .service-guide-grid,
  .service-example-grid,
  .service-scope-grid,
  .related-services-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .planning-notes article + article {
    border-top: 1px solid var(--line);
    padding-top: 20px;
  }
  .planning-notes p,
  .service-guide-grid p,
  .service-scope-grid p {
    font-size: 18px;
  }
  .service-example blockquote {
    font-size: 23px;
  }
  .service-example .note {
    max-width: none;
  }
  .related-service .service-photo img {
    aspect-ratio: 1.65;
  }
  .service-guide-grid h3,
  .service-scope-grid h3 {
    font-size: 28px;
  }
}

/* Keep section titles centered when the layout becomes a single column. */
@media (max-width: 767px) {
  main :is(h1, h2):not(.legal-article h2) {
    width: 100%;
    margin-inline: auto;
    text-align: center;
  }
  main .eyebrow {
    justify-content: center;
    text-align: center;
  }
}

/* Cookie notice */
.cookie-banner {
  position: fixed;
  z-index: 110;
  right: max(24px, env(safe-area-inset-right));
  bottom: max(24px, env(safe-area-inset-bottom));
  width: min(420px, calc(100% - 48px));
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  color: var(--green);
  box-shadow: 0 12px 48px rgb(21 42 32 / 16%);
  animation: cookie-banner-enter 260ms ease-out both;
}
.cookie-banner[hidden] {
  display: none;
}
.cookie-banner h2 {
  margin: 0 0 10px;
  font: 600 19px/1.3 var(--font-body);
  text-transform: none;
  letter-spacing: -0.4px;
}
.cookie-banner p {
  margin: 0;
  font: 400 14px/1.6 var(--font-body);
  color: var(--muted);
}
.cookie-banner-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  font: 500 13px/1.4 var(--font-body);
}
.cookie-banner-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: underline;
}
.cookie-banner-actions a:hover {
  color: var(--orange-dark);
}
.cookie-banner-actions button {
  min-height: 44px;
  padding: 11px 25px;
  border: 0;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  font-weight: 500;
  transition: background-color 180ms ease;
}
.cookie-banner-actions button:hover {
  background: #355447;
}
@keyframes cookie-banner-enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 599px) {
  .cookie-banner {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    width: calc(100% - 24px);
    padding: 20px;
  }
}
