/* ==========================================================================
   I Heard You Paint Houses — styles
   Luxury: matte black · polished chrome · exotic wood · kitchen backdrop
   ========================================================================== */

:root {
  --black: #0a0a0a;
  --black-soft: #121212;
  --black-elevated: #1a1a1a;
  --charcoal: #222222;

  --cream: #f4efe6;
  --cream-soft: #e8e0d4;
  --ink-on-light: #14110f;

  --chrome: #c8c8c8;
  --chrome-bright: #ececec;
  --chrome-dim: #8a8a8a;
  --chrome-border: rgba(232, 232, 232, 0.28);

  --wood: #6b4226;
  --wood-mid: #8a5a35;
  --wood-light: #b07a4e;
  --wood-deep: #3f2616;

  --muted-on-dark: #c4bbb0;
  --muted-on-light: #5c534a;

  --radius: 24px;
  --radius-sm: 16px;
  --radius-pill: 999px;

  --font-sans: "Outfit", system-ui, -apple-system, sans-serif;
  --font-serif: "Cormorant Garamond", "Palatino Linotype", Palatino, Georgia, serif;

  --container: 1120px;
  --header-h: 76px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  --kitchen: url("assets/luxury-kitchen-bg.png");
  --chrome-grad: linear-gradient(
    135deg,
    #9a9a9a 0%,
    #ececec 28%,
    #b0b0b0 48%,
    #f5f5f5 62%,
    #8e8e8e 100%
  );
  --wood-grad: linear-gradient(
    145deg,
    #3f2616 0%,
    #6b4226 35%,
    #8a5a35 55%,
    #4a2e1a 100%
  );
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--cream);
  background: var(--black);
  -webkit-font-smoothing: antialiased;
  position: relative;
}

/* Soft ambient kitchen behind solid sections (very low; hero is the main ~50%) */
.page-kitchen {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: var(--kitchen);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  opacity: 0.12;
  pointer-events: none;
}

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

a {
  color: var(--wood-light);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  transition: color 0.2s var(--ease);
}

a:hover {
  color: var(--cream);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--chrome-bright);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 1000;
  padding: 0.75rem 1.35rem;
  background: var(--wood);
  color: var(--cream);
  border-radius: var(--radius-pill);
  text-decoration: none;
  font-weight: 600;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

/* Chrome hairline + wood accent stripe */
.chrome-hairline {
  height: 2px;
  background: var(--chrome-grad);
  opacity: 0.85;
}

.chrome-hairline-wood {
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--wood-deep) 0%,
    var(--wood-mid) 22%,
    var(--chrome-bright) 22%,
    var(--chrome-dim) 24%,
    var(--wood) 24%,
    var(--wood-light) 70%,
    var(--chrome) 100%
  );
}

/* Curved dividers */
.curve-divider {
  line-height: 0;
  color: var(--black-soft);
  margin-top: -1px;
}

.curve-divider svg {
  display: block;
  width: 100%;
  height: 48px;
}

.curve-divider-up {
  color: var(--black);
  background: var(--black-soft);
  margin-bottom: -1px;
}

.curve-from-dark {
  color: var(--black-soft);
  background: var(--black);
}

@media (min-width: 720px) {
  .curve-divider svg {
    height: 64px;
  }
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 10, 10, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--chrome-border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(var(--header-h) - 2px);
  gap: 1rem;
}

.wordmark {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  color: var(--cream);
  flex-shrink: 0;
}

.wordmark:hover {
  color: var(--cream);
}

.wordmark-mark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--wood-grad);
  box-shadow:
    0 0 0 1.5px var(--chrome),
    0 0 0 3px rgba(10, 10, 10, 0.9),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.wordmark-text {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wordmark-line.accent {
  color: var(--wood-light);
  border-bottom: 1px solid rgba(176, 122, 78, 0.55);
  padding-bottom: 1px;
  width: fit-content;
}

.nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 1px solid var(--chrome-border);
  border-radius: var(--radius-pill);
  background: var(--black-elevated);
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.nav-toggle-bar {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--chrome-bright);
  border-radius: 1px;
  transition: transform 0.25s var(--ease), opacity 0.2s;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav {
  position: fixed;
  inset: var(--header-h) 0 auto 0;
  background: rgba(10, 10, 10, 0.98);
  border-bottom: 1px solid var(--chrome-border);
  padding: 1.25rem 1rem 1.75rem;
  display: none;
  flex-direction: column;
  gap: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  border-radius: 0 0 var(--radius) var(--radius);
}

.site-nav.is-open {
  display: flex;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.nav-list a {
  display: block;
  padding: 0.75rem 0.85rem;
  color: var(--cream);
  text-decoration: none;
  font-weight: 550;
  font-size: 1.05rem;
  border-radius: var(--radius-pill);
}

.nav-list a:hover {
  background: var(--black-elevated);
  color: var(--wood-light);
}

.header-cta {
  align-self: stretch;
  text-align: center;
}

/* --------------------------------------------------------------------------
   Buttons — chrome / wood
   -------------------------------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.65rem;
  border-radius: var(--radius-pill);
  font-family: inherit;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s var(--ease), color 0.2s var(--ease),
    border-color 0.2s var(--ease), transform 0.15s, box-shadow 0.2s;
}

.btn:active {
  transform: translateY(1px);
}

.btn-primary {
  background: var(--wood-grad);
  color: var(--cream);
  border-color: rgba(232, 232, 232, 0.35);
  box-shadow:
    0 0 0 1px rgba(176, 122, 78, 0.35),
    0 8px 24px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.btn-primary:hover {
  color: var(--cream);
  filter: brightness(1.08);
  border-color: var(--chrome-bright);
}

.btn-ghost {
  background: rgba(10, 10, 10, 0.45);
  color: var(--cream);
  border-color: var(--chrome-border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.btn-ghost:hover {
  background: rgba(26, 26, 26, 0.75);
  color: var(--cream);
  border-color: var(--chrome);
}

.btn-sm {
  padding: 0.68rem 1.25rem;
  font-size: 0.9375rem;
}

/* --------------------------------------------------------------------------
   Hero — kitchen @ ~50% + dark scrim
   -------------------------------------------------------------------------- */

.hero {
  position: relative;
  overflow: hidden;
  background: var(--black);
  color: var(--cream);
  padding: 3.75rem 0 0;
  min-height: min(88vh, 720px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-kitchen {
  position: absolute;
  inset: 0;
  background-image: var(--kitchen);
  background-size: cover;
  background-position: center 40%;
  opacity: 0.5;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.92) 0%,
      rgba(10, 10, 10, 0.78) 42%,
      rgba(10, 10, 10, 0.55) 70%,
      rgba(10, 10, 10, 0.62) 100%
    ),
    linear-gradient(to top, rgba(10, 10, 10, 0.88) 0%, transparent 45%);
}

.hero-curve {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(232, 232, 232, 0.12);
  pointer-events: none;
}

.hero-curve-1 {
  width: min(70vw, 480px);
  height: min(70vw, 480px);
  right: -8%;
  top: 10%;
  border-color: rgba(176, 122, 78, 0.2);
}

.hero-curve-2 {
  width: min(40vw, 280px);
  height: min(40vw, 280px);
  right: 12%;
  bottom: 18%;
  border-color: rgba(200, 200, 200, 0.15);
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 40rem;
  padding-bottom: 3.5rem;
}

.eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wood-light);
}

.hero h1 {
  margin: 0 0 1.25rem;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(2.5rem, 7vw, 3.85rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--cream);
  font-style: italic;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

.hero-lead {
  margin: 0 0 1.85rem;
  font-size: 1.125rem;
  color: var(--cream-soft);
  max-width: 36rem;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.hero-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.35rem;
  font-size: 0.9375rem;
  color: var(--cream-soft);
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-points li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wood-mid);
  box-shadow: 0 0 0 1px var(--chrome-dim);
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   Sections
   -------------------------------------------------------------------------- */

.section {
  padding: 4.25rem 0;
  position: relative;
  background: var(--black-soft);
}

.section-header {
  max-width: 36rem;
  margin-bottom: 2.5rem;
}

.section h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--cream);
  font-style: italic;
}

.section-lead {
  margin: 0;
  color: var(--muted-on-dark);
  font-size: 1.0625rem;
}

/* --------------------------------------------------------------------------
   Services — wood-accented cards on matte black
   -------------------------------------------------------------------------- */

.services {
  background: var(--black-soft);
}

.card-grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: 1fr;
}

.card {
  background: linear-gradient(165deg, var(--black-elevated), #141210);
  border: 1px solid var(--chrome-border);
  border-radius: var(--radius);
  padding: 1.65rem 1.6rem 1.75rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  position: relative;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.4rem;
  right: 1.4rem;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: var(--wood-grad);
  opacity: 0.95;
}

.card:hover {
  border-color: rgba(232, 232, 232, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  transform: translateY(-2px);
}

.card-icon {
  width: 48px;
  height: 48px;
  margin: 0.35rem 0 1rem;
  color: var(--wood-light);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(107, 66, 38, 0.25);
  border-radius: 50%;
  border: 1px solid var(--chrome-border);
}

.card-icon svg {
  width: 26px;
  height: 26px;
}

.card h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--cream);
}

.card p {
  margin: 0;
  color: var(--muted-on-dark);
  font-size: 0.9875rem;
}


/* --------------------------------------------------------------------------
   Our story — gallery photo + lineage
   -------------------------------------------------------------------------- */

.our-story {
  background: var(--black);
  border-top: 1px solid var(--chrome-border);
}

.story-inner {
  display: grid;
  gap: 2.25rem;
  align-items: center;
}

.story-photo {
  margin: 0;
}

.story-frame {
  position: relative;
  border-radius: calc(var(--radius) - 4px);
  overflow: hidden;
  background: var(--black-elevated);
  border: 1px solid var(--chrome-border);
  box-shadow:
    0 0 0 1px rgba(176, 122, 78, 0.35),
    0 0 0 6px rgba(26, 26, 26, 0.95),
    0 0 0 7px rgba(200, 200, 200, 0.35),
    0 24px 48px rgba(0, 0, 0, 0.55);
}

.story-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(232, 232, 232, 0.18);
  z-index: 1;
}

.story-frame::after {
  content: "";
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  top: 0;
  height: 3px;
  background: var(--wood-grad);
  z-index: 2;
  border-radius: 0 0 2px 2px;
}

.story-frame img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 2 / 1;
}

.story-caption {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-left: 0.15rem;
}

.story-caption-name {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 600;
  font-style: italic;
  color: var(--cream);
}

.story-caption-sub {
  font-size: 0.875rem;
  color: var(--muted-on-dark);
  letter-spacing: 0.02em;
}

.story-header {
  margin-bottom: 1.25rem;
}

.story-prose {
  display: grid;
  gap: 1rem;
  max-width: 36rem;
}

.story-prose p {
  margin: 0;
  color: var(--muted-on-dark);
  font-size: 1.05rem;
  line-height: 1.7;
}

.story-prose strong {
  color: var(--cream);
  font-weight: 600;
}

@media (min-width: 900px) {
  .story-inner {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
    align-items: center;
  }

  .story-copy {
    padding-top: 0.25rem;
  }

  .story-frame img {
    aspect-ratio: 2 / 1;
    min-height: 280px;
  }
}

/* --------------------------------------------------------------------------
   Why us — kitchen @ ~50% again + heavy scrim
   -------------------------------------------------------------------------- */

.section-kitchen {
  background: var(--black);
  overflow: hidden;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.section-kitchen-layers {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.section-kitchen-photo {
  position: absolute;
  inset: 0;
  background-image: var(--kitchen);
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}

.section-kitchen-scrim {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.78);
}

.why-inner {
  position: relative;
  z-index: 1;
}

.why-us .eyebrow {
  color: var(--wood-light);
}

.why-us h2 {
  color: var(--cream);
}

.why-us .section-lead {
  color: var(--cream-soft);
}

.trust-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}

.trust-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1rem;
  padding: 1.35rem 1.4rem;
  background: rgba(10, 10, 10, 0.55);
  border: 1px solid var(--chrome-border);
  border-radius: var(--radius);
  backdrop-filter: blur(6px);
}

.trust-num {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-style: italic;
  color: var(--wood-light);
  line-height: 1.1;
}

.trust-list h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--cream);
}

.trust-list p {
  margin: 0;
  color: var(--cream-soft);
  font-size: 0.9875rem;
}

/* --------------------------------------------------------------------------
   Process
   -------------------------------------------------------------------------- */

.process {
  background: var(--black-soft);
}

.process-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}

.process-step {
  background: var(--black-elevated);
  border-radius: var(--radius);
  padding: 1.6rem;
  border: 1px solid var(--chrome-border);
  position: relative;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
}

.process-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.9rem;
  border-radius: 50%;
  background: var(--wood-grad);
  color: var(--cream);
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 1.15rem;
  font-style: italic;
  box-shadow: 0 0 0 1px var(--chrome-dim);
}

.process-step h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--cream);
}

.process-step p {
  margin: 0;
  color: var(--muted-on-dark);
  font-size: 0.975rem;
}

/* --------------------------------------------------------------------------
   Service area
   -------------------------------------------------------------------------- */

.service-area {
  background: var(--black);
  border-top: 1px solid var(--chrome-border);
}

.area-inner {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.area-copy p {
  color: var(--muted-on-dark);
}

.locality-list {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.locality-list li {
  padding: 0.5rem 1.05rem;
  background: var(--black-elevated);
  border: 1px solid var(--chrome-border);
  border-radius: var(--radius-pill);
  font-weight: 550;
  font-size: 0.9rem;
  color: var(--cream);
}

.area-note {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--muted-on-dark);
}

.area-visual {
  display: flex;
  justify-content: center;
}

.area-map-card {
  position: relative;
  width: min(100%, 300px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 32%, rgba(176, 122, 78, 0.35), transparent 48%),
    linear-gradient(155deg, #1c1814, var(--black));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px var(--chrome),
    0 0 0 5px rgba(200, 200, 200, 0.12);
  overflow: hidden;
}

.map-arcs {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-arcs span {
  position: absolute;
  border: 1px solid rgba(232, 232, 232, 0.14);
  border-radius: 50%;
  border-bottom-color: transparent;
  border-left-color: transparent;
  transform: rotate(-25deg);
}

.map-arcs span:nth-child(1) { width: 52%; height: 52%; }
.map-arcs span:nth-child(2) {
  width: 72%;
  height: 72%;
  border-color: rgba(176, 122, 78, 0.35);
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.map-arcs span:nth-child(3) { width: 90%; height: 90%; }

.map-pin {
  width: 16px;
  height: 16px;
  border-radius: 50% 50% 50% 0;
  background: var(--wood-mid);
  transform: rotate(-45deg);
  margin-bottom: 0.85rem;
  box-shadow: 0 0 0 1px var(--chrome), 0 0 0 8px rgba(107, 66, 38, 0.3);
  z-index: 1;
}

.map-label {
  z-index: 1;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 1.05rem;
  font-style: italic;
  color: var(--cream);
  letter-spacing: 0.02em;
}

/* --------------------------------------------------------------------------
   Contact / form
   -------------------------------------------------------------------------- */

.contact {
  background: var(--black-soft);
  border-top: 1px solid var(--chrome-border);
  position: relative;
}

.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--chrome-grad);
  opacity: 0.55;
}

.contact .section-lead a {
  font-weight: 600;
  color: var(--wood-light);
}

.estimate-form {
  max-width: 40rem;
  display: grid;
  gap: 1.15rem;
}

.form-row {
  display: grid;
  gap: 1.15rem;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.field label {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--cream);
}

.req {
  color: var(--wood-light);
}

.optional {
  font-weight: 400;
  color: var(--muted-on-dark);
}

.field input,
.field select,
.field textarea {
  font: inherit;
  padding: 0.85rem 1.15rem;
  border: 1px solid var(--chrome-border);
  border-radius: var(--radius-sm);
  background: var(--black-elevated);
  color: var(--cream);
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.field select {
  color-scheme: dark;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #8a8278;
}

.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: rgba(232, 232, 232, 0.4);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--wood-light);
  box-shadow: 0 0 0 3px rgba(176, 122, 78, 0.25);
  outline: none;
  background: #1e1a16;
}

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

.form-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.form-hint {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted-on-dark);
  min-height: 1.4em;
}

.form-hint.is-error {
  color: #e8a090;
}

.form-hint.is-success {
  color: #b8d4a8;
}

.contact-direct {
  margin: 2rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--chrome-border);
  font-size: 0.975rem;
  color: var(--muted-on-dark);
}

.contact-direct a {
  font-weight: 600;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.site-footer {
  background: var(--black);
  color: var(--muted-on-dark);
  padding: 0;
  border-top: 1px solid var(--chrome-border);
}

.site-footer .footer-inner {
  padding-top: 3.25rem;
}

.footer-inner {
  display: grid;
  gap: 2rem;
  padding-bottom: 2.5rem;
}

.footer-brand p {
  margin: 0.85rem 0 0;
  max-width: 22rem;
  font-size: 0.95rem;
}

.wordmark-footer {
  color: var(--cream);
}

.wordmark-footer:hover {
  color: var(--cream);
}

.wordmark-footer .wordmark-line.accent {
  color: var(--wood-light);
}

.footer-heading {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream);
}

.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links a,
.footer-contact a {
  color: var(--muted-on-dark);
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--wood-light);
}

.footer-links li + li {
  margin-top: 0.4rem;
}

.footer-contact p {
  margin: 0 0 0.4rem;
}

.footer-domain {
  font-size: 0.875rem;
  opacity: 0.85;
}

.footer-bottom {
  border-top: 1px solid var(--chrome-border);
  padding: 1.25rem 0;
  font-size: 0.85rem;
}

.footer-bottom p {
  margin: 0;
}

/* --------------------------------------------------------------------------
   Desktop
   -------------------------------------------------------------------------- */

@media (min-width: 720px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .area-inner {
    grid-template-columns: 1.2fr 0.8fr;
  }

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

  .trust-list {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}

@media (min-width: 900px) {
  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 1.35rem;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
  }

  .nav-list {
    flex-direction: row;
    align-items: center;
    gap: 0.1rem;
  }

  .nav-list a {
    padding: 0.45rem 0.75rem;
    font-size: 0.9375rem;
  }

  .header-cta {
    align-self: auto;
  }

  .hero {
    padding-top: 5rem;
    min-height: min(90vh, 780px);
  }

  .hero-inner {
    padding-bottom: 4.5rem;
  }

  .process-steps {
    grid-template-columns: repeat(4, 1fr);
  }

  .section {
    padding: 5.25rem 0;
  }

  .section-kitchen {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

@media (min-width: 1100px) {
  .card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Prefer scrolling bg attachment off on mobile (perf / iOS) */
@media (max-width: 899px) {
  .page-kitchen {
    background-attachment: scroll;
  }
}
