* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: #261711;
  background:
    linear-gradient(90deg, rgba(38, 23, 17, .045) 1px, transparent 1px) 0 0 / 42px 42px,
    #eee7dc;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
h1, h2, h3, p { margin-top: 0; }

:focus-visible {
  outline: 3px solid #d06d2e;
  outline-offset: 4px;
}

.site-header {
  position: relative;
  z-index: 20;
  min-height: 66px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 10px clamp(14px, 4vw, 54px);
  color: #f6eee1;
  background: #1c1612;
  border-bottom: 1px solid rgba(214, 146, 72, .34);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  white-space: nowrap;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  color: #1c1612;
  background: #d69248;
  border-radius: 50%;
  font-size: .82rem;
  letter-spacing: 0;
}

nav {
  justify-self: center;
  display: flex;
  gap: clamp(16px, 4vw, 42px);
  color: rgba(246, 238, 225, .74);
  font-size: .88rem;
  font-weight: 850;
}

nav a,
.header-action,
.button,
.mobile-actions a {
  transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}

nav a:hover,
nav a:focus-visible { color: #d69248; }

.header-action,
.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  font-weight: 900;
}

.header-action {
  justify-self: end;
  min-width: 78px;
  color: #1c1612;
  background: #d69248;
}

.button {
  min-height: 50px;
  padding: 0 18px;
}

.button:hover,
.header-action:hover,
.mobile-actions a:hover { transform: translateY(-2px); }

.primary { color: #1c1612; background: #d69248; border-color: #d69248; }
.secondary { color: #f6eee1; background: rgba(246, 238, 225, .08); border-color: rgba(246, 238, 225, .45); }
.dark { color: #f6eee1; background: #1c1612; border-color: #1c1612; }
.hero .secondary {
  color: #261711;
  background: rgba(255, 255, 255, .28);
  border-color: rgba(38, 23, 17, .2);
}

.hero {
  min-height: clamp(560px, 78vh, 720px);
  display: grid;
  grid-template-columns: minmax(0, 480px) minmax(0, 660px);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(34px, 7vh, 70px) 0;
}

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

.eyebrow {
  margin-bottom: 12px;
  color: #8f431e;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  line-height: 1.02;
}

h1 {
  max-width: 510px;
  margin-bottom: 16px;
  color: #1c1612;
  font-size: clamp(2.25rem, 5vw, 4.1rem);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.75rem, 3.2vw, 3.05rem);
}

h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.lede,
.section-copy p,
.bench-card p,
.visit-copy p {
  color: rgba(38, 23, 17, .78);
  font-size: clamp(1rem, 1.55vw, 1.16rem);
}

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

.photo-board {
  align-self: center;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(130px, 1fr));
  gap: 9px;
  height: 390px;
  min-height: 0;
  padding: 10px;
  background: #271d16;
  border: 1px solid rgba(38, 23, 17, .28);
  box-shadow: 0 20px 46px rgba(38, 23, 17, .22);
}

.tile {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(38, 23, 17, .2);
  background: #d8c9b6;
  box-shadow: none;
}

.tile-large { grid-row: span 1; }
.tile img { transition: transform .35s ease, filter .35s ease; }
.tile:hover img,
.tile:focus-within img { transform: scale(1.035); filter: contrast(1.05) saturate(1.05); }

.tile-large img { object-position: 50% 48%; }
.tile:nth-child(2) img { object-position: 35% 48%; }
.tile:nth-child(3) img { object-position: 50% 45%; }
.tile:nth-child(4) img { object-position: 48% 48%; }
.tile:nth-child(5) img { object-position: 50% 54%; }
.tile:nth-child(6) img { object-position: 52% 50%; }

.detail-strip {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #f8f1e5;
  border: 1px solid rgba(38, 23, 17, .2);
  box-shadow: inset 0 0 0 5px rgba(214, 146, 72, .12);
}

.detail-strip div {
  padding: 18px clamp(12px, 2.4vw, 28px);
  border-right: 1px solid rgba(38, 23, 17, .16);
}

.detail-strip div:last-child { border-right: 0; }
.detail-strip span { display: block; color: #8f431e; font-size: .74rem; font-weight: 950; text-transform: uppercase; }
.detail-strip strong { overflow-wrap: anywhere; font-size: clamp(.95rem, 1.4vw, 1.08rem); }

.section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(46px, 7vw, 78px) 0;
}

.service-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.service-grid article {
  min-height: 210px;
  padding: 22px;
  background: #f8f1e5;
  border: 1px solid rgba(38, 23, 17, .16);
  box-shadow: inset 0 0 0 4px rgba(214, 146, 72, .12);
}

.service-grid span {
  display: block;
  margin-bottom: 36px;
  color: #8f431e;
  font-weight: 950;
}

.service-grid p,
.process-list span { color: rgba(38, 23, 17, .68); }

.dropoff-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 18px;
}

.bench-card,
.process-list {
  background: #33271f;
  color: #f6eee1;
}

.bench-card {
  padding: clamp(24px, 5vw, 46px);
}

.bench-card .eyebrow { color: #d69248; }
.bench-card p { color: rgba(246, 238, 225, .8); }

.process-list {
  display: grid;
  align-content: stretch;
}

.process-list div {
  display: grid;
  gap: 8px;
  padding: 26px;
  border-bottom: 1px solid rgba(246, 238, 225, .18);
}

.process-list div:last-child { border-bottom: 0; }
.process-list strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; }
.process-list span { color: rgba(246, 238, 225, .72); }

.craft-section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(50px, 7vw, 82px) 0;
}

.craft-section > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
}

.detail-pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.detail-pair picture {
  aspect-ratio: 16 / 11;
  overflow: hidden;
  border: 1px solid rgba(38, 23, 17, .18);
}

.detail-pair picture:first-child img { object-position: 50% 52%; }
.detail-pair picture:last-child img { object-position: 44% 50%; }

.visit-section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto clamp(48px, 8vw, 80px);
  display: grid;
  grid-template-columns: minmax(220px, .62fr) minmax(0, 1fr);
  background: #1c1612;
  color: #f6eee1;
}

.map-panel {
  min-height: 320px;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 24px;
  color: rgba(246, 238, 225, .74);
  background:
    linear-gradient(90deg, transparent 49%, rgba(214, 146, 72, .65) 49% 51%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(214, 146, 72, .65) 49% 51%, transparent 51%),
    #2c241e;
  font-weight: 950;
  text-transform: uppercase;
}

.visit-copy { padding: clamp(26px, 5vw, 54px); }
.visit-copy .eyebrow { color: #d69248; }
.visit-copy p { color: rgba(246, 238, 225, .78); }

footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  justify-content: center;
  padding: 30px 16px 90px;
  color: rgba(38, 23, 17, .72);
  border-top: 1px solid rgba(38, 23, 17, .12);
}

.mobile-actions { display: none; }

@media (prefers-reduced-motion: no-preference) {
  .repair-reel {
    animation: board-breathe 8s ease-in-out infinite alternate;
    transform-origin: center;
  }

  .repair-reel:hover { animation-play-state: paused; }

  @keyframes board-breathe {
    from { transform: translateY(0); }
    to { transform: translateY(-8px); }
  }
}

@media (max-width: 860px) {
  nav { display: none; }
  .hero,
  .service-section,
  .dropoff-section,
  .visit-section { grid-template-columns: 1fr; }
  .hero { min-height: 0; padding-top: 26px; gap: 22px; }
  .photo-board {
    height: 228px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    padding: 7px;
  }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 0; }
  .detail-strip { grid-template-columns: 1fr; }
  .detail-strip div { border-right: 0; border-bottom: 1px solid rgba(38, 23, 17, .14); }
  .detail-strip div:last-child { border-bottom: 0; }
  .craft-section > div:first-child { display: block; }
  .map-panel { min-height: 180px; }
}

@media (max-width: 560px) {
  html { scroll-padding-bottom: 76px; }
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 58px;
    padding: 9px 12px;
  }
  .brand { font-size: .92rem; }
  .brand-mark { width: 34px; height: 34px; font-size: .7rem; }
  .header-action { min-width: 66px; min-height: 38px; }
  .hero { width: min(100% - 24px, 520px); padding: 20px 0 28px; }
  h1 { font-size: clamp(2rem, 13vw, 2.72rem); margin-bottom: 10px; }
  .lede { font-size: .98rem; margin-bottom: 0; }
  .hero-actions { margin-top: 16px; gap: 8px; }
  .button { width: 100%; min-height: 44px; padding: 0 12px; font-size: .88rem; }
  .photo-board {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 76px);
    height: 172px;
    gap: 6px;
    padding: 6px;
  }
  .tile-large { grid-row: span 1; }
  .section { padding: 38px 0; }
  .detail-pair { grid-template-columns: 1fr; }
  .mobile-actions {
    position: static;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding: 7px 10px;
    background: #1c1612;
    border-bottom: 1px solid rgba(246, 238, 225, .2);
  }
  .mobile-actions a {
    min-height: 42px;
    display: grid;
    place-items: center;
    color: #1c1612;
    background: #d69248;
    font-size: .78rem;
    font-weight: 950;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0s !important;
  }
}
