:root {
  --off-white: #f7f6f0;
  --light-green: #edf6ef;
  --ink: #292a25;
  --ink-soft: rgba(41, 42, 37, 0.72);
  --muted: rgba(41, 42, 37, 0.58);
  --muted-light: rgba(41, 42, 37, 0.42);
  --line: rgba(41, 42, 37, 0.11);
  --line-strong: rgba(41, 42, 37, 0.18);
  --brand-gold: #ecb800;
  --shadow: 0 18px 46px rgba(41, 42, 37, 0.08);
  --radius: 6px;
  --max: 1192px;
  color-scheme: light;
}

@property --service-border-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--off-white);
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

body {
  background:
    linear-gradient(180deg, rgba(237, 246, 239, 0.62), rgba(247, 246, 240, 0) 420px),
    var(--off-white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

button:not(:disabled),
a[href] {
  cursor: pointer;
}

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

.icon-sprite {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

figure,
h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  letter-spacing: 0;
}

h1 {
  font-size: 54px;
  font-weight: 760;
  line-height: 1.02;
  max-width: 760px;
  white-space: nowrap;
}

h2 {
  font-size: 44px;
  font-weight: 760;
  line-height: 1.04;
  white-space: nowrap;
}

h3 {
  font-size: 19px;
  font-weight: 740;
  line-height: 1.22;
}

p {
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.62;
}

input,
select,
textarea {
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  box-shadow: none;
  color: var(--ink);
  min-height: 46px;
  padding: 12px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
  width: 100%;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23292a25' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 13px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  cursor: pointer;
  line-height: 1.2;
  padding-right: 44px;
}

select::-ms-expand {
  display: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--line-strong);
  box-shadow: 0 0 0 3px rgba(237, 246, 239, 0.76);
  outline: none;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: var(--muted-light);
  opacity: 1;
}

.page-container,
.section-intro,
.service-card-grid,
.craft-layout,
.faq-layout,
.contact-layout,
.footer-inner {
  margin: 0 auto;
  width: min(100% - 56px, var(--max));
}

.section-white {
  background: var(--off-white);
}

.section-green {
  background:
    linear-gradient(90deg, rgba(237, 246, 239, 0.78), rgba(247, 246, 240, 0.36) 58%, rgba(247, 246, 240, 0)),
    var(--off-white);
}

.hero.section-green {
  background:
    linear-gradient(90deg, rgba(237, 246, 239, 0.8), rgba(247, 246, 240, 0.32) 56%, rgba(247, 246, 240, 0)),
    var(--off-white);
}

.site-header {
  background: rgba(247, 246, 240, 0.94);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  inset: 0 0 auto;
  position: fixed;
  z-index: 50;
}

.site-header.scrolled,
.site-header.nav-active {
  backdrop-filter: blur(18px);
}

.site-header-inner {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(215px, 1fr) auto minmax(215px, 1fr);
  margin: 0 auto;
  min-height: 70px;
  padding: 0;
  width: min(100% - 48px, var(--max));
}

.header-spacer {
  height: 70px;
}

.brand-mark,
.footer-brand {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  min-width: 0;
  width: fit-content;
}

.site-header-inner > .brand-mark {
  justify-self: start;
}

.brand-logo {
  flex: 0 0 auto;
  height: 39px;
  width: auto;
}

.brand-wordmark {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  height: 39px;
  justify-content: center;
  line-height: 1;
  min-width: 0;
}

.brand-wordmark strong,
.brand-wordmark span {
  display: block;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-wordmark strong {
  color: var(--ink);
}

.brand-wordmark span {
  color: var(--brand-gold);
  -webkit-text-stroke: 0.18px var(--brand-gold);
}

.brand-wordmark strong,
.brand-wordmark span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 17px;
  text-rendering: geometricPrecision;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: center;
}

.site-nav a,
.header-button {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.site-nav a {
  transition: color 160ms ease;
}

.site-nav a:hover,
.header-button:hover {
  color: var(--ink);
}

.mobile-nav-cta {
  display: none;
}

.drawer-head,
.drawer-group p,
.drawer-link-icon,
.drawer-cta {
  display: none;
}

.drawer-body,
.drawer-group,
.drawer-links {
  display: contents;
}

.header-button,
.button,
button[type="submit"] {
  align-items: center;
  border-radius: var(--radius);
  display: inline-flex;
  justify-content: center;
  line-height: 1;
  white-space: nowrap;
}

.header-button {
  background: var(--ink);
  color: var(--off-white);
  font-weight: 600;
  height: 38px;
  justify-self: end;
  padding: 0 16px;
  transition: background 160ms ease, transform 160ms ease;
}

.button,
button[type="submit"] {
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: var(--ink);
  font-weight: 730;
  min-height: 46px;
  padding: 0 18px;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.button.primary,
button[type="submit"] {
  background: var(--ink);
  color: var(--off-white);
}

.button.secondary {
  background: transparent;
  border-color: var(--line);
  color: var(--ink);
}

.header-button:hover,
.button:hover,
button[type="submit"]:hover {
  transform: translateY(-1px);
}

.header-button:hover,
.button.primary:hover,
button[type="submit"]:hover {
  background: #3a3b35;
  color: var(--off-white);
}

.button.secondary:hover {
  background: var(--light-green);
  border-color: var(--line-strong);
  box-shadow: 0 10px 24px rgba(41, 42, 37, 0.06);
}

.nav-toggle,
.nav-backdrop {
  display: none;
}

.hero {
  border-bottom: 1px solid var(--line);
  min-height: 650px;
  padding: 68px 0 64px;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1.16fr) minmax(420px, 0.84fr);
}

.item-index,
.contact-methods span {
  color: var(--muted);
  display: block;
  font-size: 0.75rem;
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero h1 {
  font-size: 45px;
  line-height: 1.02;
  margin-top: 0;
  max-width: 100%;
}

.hero-subhead {
  color: #4e544b;
  font-size: 20px;
  font-weight: 760;
  line-height: 1.16;
  margin-top: 18px;
  max-width: 100%;
  white-space: nowrap;
}

.hero-body {
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.52;
  margin-top: 24px;
  max-width: 650px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-visual {
  min-height: 540px;
  position: relative;
}

.hero-photo,
.hero-note,
.service-card,
.craft-media,
.faq-intro img,
.contact-panel,
.intake-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-photo {
  animation: hero-photo-reveal 760ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  background: var(--off-white);
  opacity: 0;
  position: absolute;
  transform: translate3d(0, 10px, 0);
}

.hero-photo::after {
  background: linear-gradient(
    112deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.04) 26%,
    rgba(236, 184, 0, 0.16) 43%,
    rgba(255, 255, 255, 0.38) 50%,
    rgba(255, 255, 255, 0.04) 62%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: hero-light-flow 5.8s linear infinite;
  background-position: 130% 50%;
  background-repeat: no-repeat;
  background-size: 220% 100%;
  content: "";
  inset: 0;
  opacity: 0.52;
  pointer-events: none;
  position: absolute;
  will-change: background-position;
}

.hero-photo img,
.service-card img,
.craft-media img,
.faq-intro img,
.contact-panel img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-photo img {
  transform: scale(1.018);
  will-change: transform;
}

.hero-photo-main {
  animation-delay: 80ms;
  height: 410px;
  right: 0;
  top: 0;
  width: 76%;
}

.hero-photo-main::after {
  animation-duration: 5.8s;
}

.hero-photo-main img {
  animation: hero-main-drift 16s ease-in-out 900ms infinite alternate;
  transform-origin: 52% 46%;
}

.hero-photo-kitchen {
  animation-delay: 210ms;
  bottom: 0;
  height: 230px;
  left: 0;
  width: 48%;
}

.hero-photo-kitchen img {
  animation: hero-kitchen-drift 14s ease-in-out 980ms infinite alternate;
  transform-origin: 44% 54%;
}

.hero-photo-kitchen::after {
  animation-delay: -2.4s;
  animation-duration: 6.6s;
  background: linear-gradient(
    112deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.04) 28%,
    rgba(236, 184, 0, 0.12) 44%,
    rgba(255, 255, 255, 0.3) 52%,
    rgba(255, 255, 255, 0.04) 64%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0.46;
}

.hero-photo-bath {
  animation-delay: 320ms;
  bottom: 42px;
  height: 206px;
  right: 28px;
  width: 38%;
}

.hero-photo-bath::after {
  animation-delay: -4.1s;
  animation-duration: 6.2s;
  background: linear-gradient(
    112deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.04) 27%,
    rgba(236, 184, 0, 0.13) 44%,
    rgba(255, 255, 255, 0.32) 52%,
    rgba(255, 255, 255, 0.04) 63%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0.48;
}

.hero-photo-bath img {
  animation: hero-bath-drift 15s ease-in-out 1040ms infinite alternate;
  transform-origin: 58% 48%;
}

.hero-note {
  animation: hero-note-reveal 780ms cubic-bezier(0.16, 1, 0.3, 1) 420ms forwards, hero-note-float 8s ease-in-out 1300ms infinite alternate;
  background: var(--off-white);
  left: 34px;
  opacity: 0;
  padding: 20px 22px;
  position: absolute;
  top: 54px;
  transform: translate3d(0, 8px, 0);
  will-change: transform, box-shadow;
  max-width: calc(100% - 68px);
  width: max-content;
}

.hero-note strong {
  display: grid;
  font-size: 20px;
  gap: 4px;
  line-height: 1.16;
}

.hero-note strong span {
  display: block;
  white-space: nowrap;
}

@keyframes hero-photo-reveal {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-note-reveal {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-main-drift {
  from {
    transform: scale(1.018) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.044) translate3d(-5px, 4px, 0);
  }
}

@keyframes hero-kitchen-drift {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.036) translate3d(5px, -4px, 0);
  }
}

@keyframes hero-bath-drift {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.038) translate3d(-4px, -5px, 0);
  }
}

@keyframes hero-note-float {
  from {
    box-shadow: var(--shadow);
    transform: translate3d(0, 0, 0);
  }

  to {
    box-shadow: 0 22px 54px rgba(41, 42, 37, 0.1);
    transform: translate3d(0, -3px, 0);
  }
}

@keyframes hero-light-flow {
  from {
    background-position: 130% 50%;
  }

  to {
    background-position: -130% 50%;
  }
}

@keyframes service-border-trace {
  to {
    --service-border-angle: 360deg;
  }
}

@keyframes service-card-mobile-breathe {
  0%,
  100% {
    border-color: rgba(41, 42, 37, 0.12);
    box-shadow: var(--shadow);
  }

  50% {
    border-color: rgba(236, 184, 0, 0.54);
    box-shadow: 0 18px 46px rgba(41, 42, 37, 0.08), 0 0 0 1px rgba(236, 184, 0, 0.18);
  }
}

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

  .hero-photo,
  .hero-note,
  .hero-photo img,
  .hero-photo::after,
  .service-card,
  .service-card img,
  .service-card::before {
    animation: none;
    transform: none;
    will-change: auto;
  }

  .hero-photo,
  .hero-note,
  .hero-photo img {
    opacity: 1;
  }

  .hero-photo::after {
    opacity: 0;
  }

  .service-card::before {
    opacity: 0.18;
  }
}

.page-section {
  border-bottom: 1px solid var(--line);
  padding: 86px 0;
}

.section-intro {
  display: grid;
  gap: 18px;
  max-width: var(--max);
}

.section-intro h2,
.section-intro p,
.section-subhead {
  max-width: none;
}

.section-subhead {
  color: #4e544b;
  font-size: 22px;
  font-weight: 650;
  line-height: 1.16;
  white-space: nowrap;
}

.section-intro .services-subhead {
  max-width: none;
}

.service-card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
}

.service-card {
  background: var(--light-green);
  display: grid;
  grid-template-rows: 238px 1fr;
  isolation: isolate;
  position: relative;
}

.service-card::before {
  animation: service-border-trace 7.8s linear infinite;
  background: conic-gradient(
    from var(--service-border-angle),
    rgba(236, 184, 0, 0) 0deg,
    rgba(236, 184, 0, 0) 248deg,
    rgba(236, 184, 0, 0.16) 266deg,
    rgba(236, 184, 0, 0.68) 279deg,
    rgba(255, 255, 255, 0.9) 286deg,
    rgba(236, 184, 0, 0.18) 298deg,
    rgba(236, 184, 0, 0) 318deg,
    rgba(236, 184, 0, 0) 360deg
  );
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0.46;
  padding: 2px;
  pointer-events: none;
  position: absolute;
  transition: opacity 220ms ease;
  z-index: 2;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.service-card:nth-child(3n + 1)::before {
  animation-delay: -1.1s;
}

.service-card:nth-child(3n + 2)::before {
  animation-delay: -3.7s;
}

.service-card:nth-child(3n)::before {
  animation-delay: -5.4s;
}

.service-card:nth-child(2n)::before {
  animation-duration: 8.6s;
}

.service-card:hover::before,
.service-card:focus-within::before {
  opacity: 0.86;
}

.service-card img {
  transition: transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

.service-card:hover img,
.service-card:focus-within img {
  transform: scale(1.028);
}

.service-card div {
  padding: 24px;
}

.service-card h3 {
  margin-top: 18px;
}

.service-card p {
  margin-top: 12px;
}

.craft-layout {
  align-items: center;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1fr);
}

.craft-media {
  aspect-ratio: 4 / 5;
  background: var(--off-white);
}

.craft-copy h2 {
  max-width: 760px;
}

.craft-copy {
  min-width: 0;
}

.craft-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 34px;
}

.craft-list article {
  background: var(--off-white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 172px;
  padding: 22px;
}

.craft-list p {
  margin-top: 10px;
}

.box-heading {
  align-items: center;
  display: flex;
  gap: 10px;
  min-width: 0;
}

.box-heading h3 {
  font-size: 17px;
  min-width: 0;
  white-space: nowrap;
}

.card-icon {
  align-items: center;
  background: rgba(237, 246, 239, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  display: inline-flex;
  flex: 0 0 auto;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.card-icon svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 17px;
}

.craft-list p span {
  display: block;
  white-space: nowrap;
}

.faq-layout {
  align-items: start;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(430px, 430px) minmax(0, 1fr);
}

.faq-intro {
  position: sticky;
  top: 102px;
}

.faq-intro h2 {
  margin-top: 0;
}

.faq-intro .section-subhead,
.craft-copy .section-subhead {
  margin-top: 16px;
}

.faq-intro img {
  aspect-ratio: 4 / 3;
  margin-top: 26px;
}

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

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  align-items: center;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font-size: 19px;
  font-weight: 740;
  gap: 24px;
  justify-content: space-between;
  line-height: 1.2;
  list-style: none;
  min-height: 68px;
  white-space: nowrap;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.58;
  margin: -4px 48px 22px 0;
  max-width: none;
  white-space: nowrap;
}

.faq-toggle {
  background: rgba(237, 246, 239, 0.58);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  flex: 0 0 auto;
  height: 34px;
  position: relative;
  width: 34px;
}

.faq-toggle::before,
.faq-toggle::after {
  background: var(--ink);
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faq-toggle::before {
  height: 2px;
  width: 12px;
}

.faq-toggle::after {
  height: 12px;
  transition: opacity 160ms ease, transform 160ms ease;
  width: 2px;
}

.faq-item[open] .faq-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.contact-layout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(300px, 0.52fr) minmax(0, 1fr);
  margin-top: 42px;
}

.contact-panel {
  background: var(--off-white);
}

.contact-panel img {
  aspect-ratio: 5 / 4;
}

.contact-methods {
  display: grid;
  gap: 1px;
}

.contact-methods a {
  background: var(--off-white);
  border-top: 1px solid var(--line);
  padding: 20px;
}

.contact-methods strong {
  display: block;
  margin-top: 8px;
  overflow-wrap: anywhere;
}

.intake-form {
  background: var(--off-white);
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  overflow: visible;
  padding: 28px;
}

label,
.custom-select-field {
  color: var(--ink);
  display: grid;
  font-size: 14px;
  font-weight: 620;
  gap: 9px;
  line-height: 1.2;
}

label > span,
.custom-select-field > span {
  color: var(--muted);
  display: block;
}

.field-label {
  align-items: baseline;
  display: flex;
  gap: 4px;
  justify-content: flex-start;
}

.required-star {
  color: var(--ink);
  font-weight: 720;
  line-height: 1;
}

.form-note,
.form-error,
.form-status {
  font-size: 14px;
  line-height: 1.4;
}

.form-note {
  color: var(--muted);
}

.form-error {
  background: rgba(237, 246, 239, 0.52);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  font-weight: 620;
  padding: 10px 12px;
}

.form-status {
  background: rgba(237, 246, 239, 0.68);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  font-weight: 560;
  padding: 10px 12px;
}

.form-status[data-status="notice"] {
  background: transparent;
}

.form-trap {
  height: 0;
  left: -100vw;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.intake-form input,
.intake-form select,
.intake-form textarea {
  background-color: transparent;
  color: var(--ink);
  font-size: 15px;
}

.intake-form input.is-invalid {
  border-color: var(--line-strong);
  box-shadow: 0 0 0 3px rgba(237, 246, 239, 0.88);
}

.custom-select-field {
  position: relative;
}

.custom-select {
  position: relative;
}

.custom-select-button {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: var(--ink);
  display: flex;
  font-size: 15px;
  font-weight: 540;
  gap: 12px;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 12px;
  text-align: left;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  width: 100%;
}

.custom-select-button:hover,
.custom-select-button:focus-visible {
  background: rgba(237, 246, 239, 0.44);
  box-shadow: 0 0 0 3px rgba(237, 246, 239, 0.72);
  outline: 0;
}

.custom-select-button span {
  color: var(--ink);
}

.custom-select-button svg {
  fill: none;
  flex: 0 0 auto;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 160ms ease;
  width: 18px;
}

.custom-select.open .custom-select-button {
  background: rgba(237, 246, 239, 0.34);
  border-color: var(--line-strong);
  box-shadow: 0 0 0 3px rgba(237, 246, 239, 0.76);
}

.custom-select.open .custom-select-button svg {
  transform: rotate(180deg);
}

.custom-select-menu {
  background: var(--off-white);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  box-shadow: 0 18px 34px rgba(41, 42, 37, 0.12);
  display: none;
  gap: 4px;
  left: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 30;
}

.custom-select.open .custom-select-menu {
  display: grid;
}

.custom-select-option {
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: var(--ink);
  display: block;
  font-size: 15px;
  font-weight: 520;
  line-height: 1.2;
  min-height: 38px;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}

.custom-select-option:focus-visible {
  background: var(--light-green);
  border-color: var(--line-strong);
  outline: 0;
}

.custom-select-option:hover,
.custom-select-option[aria-selected="true"] {
  background: var(--light-green);
  border-color: var(--line);
}

.intake-actions {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.intake-actions button {
  width: 100%;
}

.intake-form button[type="submit"] {
  width: 100%;
}

.intake-form button[type="submit"]:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.full-span {
  grid-column: 1 / -1;
}

.site-footer {
  background: var(--off-white);
}

.footer-inner {
  display: grid;
  gap: 44px;
  margin: 0 auto;
  padding: 48px 0;
  width: min(100% - 32px, var(--max));
}

.footer-brand {
  width: fit-content;
}

.footer-links {
  display: grid;
  gap: 28px;
}

.footer-links h3 {
  color: var(--muted-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-links ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.footer-links a {
  color: var(--ink-soft);
  font-size: 14px;
  transition: color 160ms ease;
}

.footer-links a:hover {
  color: var(--ink);
}

.footer-bottom {
  margin: 0 auto;
  padding: 18px 0;
  width: min(100% - 32px, var(--max));
}

.footer-bottom p {
  color: var(--muted-light);
  font-size: 13px;
  margin: 0;
}

@media (min-width: 760px) {
  .footer-inner {
    align-items: start;
    grid-template-columns: minmax(220px, 1fr) max-content;
    width: min(100% - 48px, var(--max));
  }

  .footer-bottom {
    width: min(100% - 48px, var(--max));
  }

  .footer-links {
    gap: clamp(52px, 7vw, 96px);
    grid-template-columns: repeat(2, max-content);
    justify-self: end;
    text-align: left;
  }
}

@media (max-width: 1120px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 38px;
  }

  .hero-subhead {
    font-size: 26px;
  }

  .section-subhead {
    font-size: 20px;
  }

  .hero-grid,
  .craft-layout,
  .faq-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 500px;
  }

  .faq-intro {
    position: static;
  }

  .faq-intro img {
    max-height: 320px;
  }
}

@media (max-width: 860px) {
  .page-container,
  .section-intro,
  .service-card-grid,
  .craft-layout,
  .faq-layout,
  .contact-layout,
  .footer-inner {
    width: min(100% - 32px, var(--max));
  }

  .site-header-inner {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: min(100% - 32px, var(--max));
  }

  .header-button {
    display: none;
  }

  .brand-wordmark strong,
  .brand-wordmark span {
    max-width: calc(100vw - 120px);
  }

  .hero-copy,
  .hero-visual,
  .service-card,
  .craft-list article,
  .faq-list,
  .intake-form,
  .contact-panel {
    max-width: 100%;
    min-width: 0;
  }

  .hero h1,
  .hero-subhead,
  .hero-body,
  .section-subhead {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .nav-toggle {
    align-items: center;
    background: var(--off-white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: var(--ink);
    display: inline-flex;
    flex-direction: column;
    height: 42px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 42px;
    z-index: 50;
  }

  .nav-toggle span {
    background: currentColor;
    display: block;
    height: 2px;
    margin: 3px 0;
    transition: opacity 160ms ease, transform 160ms ease;
    width: 18px;
  }

  .nav-active .nav-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nav-active .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .nav-active .nav-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .site-nav {
    align-items: stretch;
    background: var(--off-white);
    border-right: 1px solid var(--line);
    box-shadow: 20px 0 60px rgba(41, 42, 37, 0.12);
    display: flex;
    flex-direction: column;
    gap: 0;
    height: 100svh;
    justify-content: flex-start;
    max-width: 360px;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    transition: transform 180ms ease;
    width: min(360px, calc(100vw - 28px));
    z-index: 60;
  }

  .site-nav.open {
    transform: translateX(0);
  }

  .drawer-head {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    min-height: 70px;
    padding: 0 16px;
  }

  .drawer-close {
    align-items: center;
    background: rgba(255, 255, 255, 0.34);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: var(--ink);
    display: inline-flex;
    flex: 0 0 auto;
    height: 38px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 38px;
  }

  .drawer-close span {
    background: currentColor;
    height: 2px;
    position: absolute;
    width: 18px;
  }

  .drawer-close span:first-child {
    transform: rotate(45deg);
  }

  .drawer-close span:last-child {
    transform: rotate(-45deg);
  }

  .drawer-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 28px;
    justify-content: space-between;
    min-height: 0;
    overflow-y: auto;
    padding: 22px 16px;
  }

  .drawer-group {
    display: grid;
    gap: 12px;
  }

  .drawer-group p {
    color: var(--muted-light);
    display: block;
    font-size: 12px;
    font-weight: 780;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .drawer-links {
    display: grid;
    gap: 8px;
  }

  .site-nav a {
    align-items: center;
    border: 1px solid transparent;
    border-radius: var(--radius);
    display: flex;
    font-size: 15px;
    font-weight: 650;
    gap: 12px;
    justify-content: flex-start;
    min-height: 46px;
    padding: 0 10px;
    transition: background 160ms ease, border-color 160ms ease;
  }

  .drawer-link-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: var(--ink);
    display: inline-flex;
    flex: 0 0 auto;
    height: 30px;
    justify-content: center;
    width: 30px;
  }

  .drawer-link-icon svg {
    fill: none;
    height: 16px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 16px;
  }

  .site-nav a:hover {
    background: var(--light-green);
    border-color: var(--line);
  }

  .drawer-cta {
    display: grid;
    gap: 10px;
  }

  .drawer-cta .button {
    justify-content: center;
    width: 100%;
  }

  .nav-backdrop {
    background: rgba(41, 42, 37, 0.18);
    border: 0;
    display: block;
    height: 100svh;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 180ms ease;
    z-index: 55;
  }

  .nav-open .nav-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .hero {
    min-height: 0;
    padding: 54px 0 56px;
  }

  .hero-grid {
    gap: 40px;
  }

  .service-card-grid,
  .craft-list {
    grid-template-columns: 1fr;
  }

  .service-card {
    animation: service-card-mobile-breathe 7.2s ease-in-out infinite;
    grid-template-rows: 220px 1fr;
    overflow: hidden;
  }

  .service-card::before {
    animation: none;
    content: none;
    display: none;
  }

  .service-card img,
  .service-card:hover img,
  .service-card:focus-within img {
    animation: none;
    transform: none;
    will-change: auto;
    z-index: 0;
  }

  .service-card:nth-child(3n + 1) {
    animation-delay: -1.4s;
  }

  .service-card:nth-child(3n + 2) {
    animation-delay: -3.1s;
  }

  .service-card:nth-child(3n) {
    animation-delay: -5.2s;
  }

  .service-card div {
    background: var(--light-green);
    position: relative;
    z-index: 1;
    min-height: 192px;
  }

  .service-card h3,
  .service-card p {
    position: relative;
    z-index: 1;
  }

  .service-card p {
    color: rgba(41, 42, 37, 0.78);
    font-size: 16px;
    line-height: 1.5;
  }

  .craft-list article {
    min-height: 0;
    padding: 18px 20px;
  }

  .box-heading h3 {
    white-space: normal;
  }

  .craft-list p span {
    display: inline;
    white-space: normal;
  }

  .intake-form {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    gap: 54px;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: 36px;
    line-height: 1.03;
    white-space: normal;
  }

  h2 {
    font-size: 30px;
    line-height: 1.1;
    white-space: normal;
  }

  .hero-subhead,
  .section-subhead {
    font-size: 19px;
    white-space: normal;
  }

  .faq-item summary {
    white-space: normal;
  }

  .faq-item p {
    white-space: normal;
  }

  h3 {
    font-size: 1rem;
  }

  p {
    font-size: 0.96rem;
  }

  .brand-logo {
    height: 34px;
    width: auto;
  }

  .brand-wordmark {
    gap: 4px;
    height: 34px;
  }

  .brand-wordmark strong,
  .brand-wordmark span {
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 15px;
  }

  .hero-subhead {
    font-size: 1.22rem;
  }

  .hero-body {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
  }

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

  .button {
    width: 100%;
  }

  .hero-visual {
    display: grid;
    gap: 12px;
    min-height: 0;
  }

  .hero-photo {
    position: static;
    width: 100%;
  }

  .hero-note {
    display: none;
  }

  .hero-photo-main {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .hero-photo-kitchen,
  .hero-photo-bath {
    display: none;
  }

  .page-section {
    padding: 64px 0;
  }

  .service-card-grid,
  .contact-layout {
    margin-top: 30px;
  }

  .service-card {
    grid-template-rows: 190px 1fr;
  }

  .craft-list article {
    min-height: 0;
    padding: 18px 20px;
  }

  .craft-list p {
    margin-top: 12px;
  }

  .craft-media {
    aspect-ratio: 4 / 3;
  }

  .faq-intro img,
  .contact-panel img {
    aspect-ratio: 4 / 3;
  }

  .footer-inner {
    padding: 46px 0 30px;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: clamp(24px, 6.2vw, 27px);
    white-space: nowrap;
  }
}
