:root {
  --ink: #202824;
  --evergreen: #31483b;
  --cedar: #8b5f34;
  --lumber: #d8b978;
  --paper: #f6f1e8;
  --paper-strong: #fffaf0;
  --bluegray: #5d7078;
  --line: rgba(32, 40, 36, 0.16);
  --shadow: 0 18px 45px rgba(32, 40, 36, 0.14);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 0;
  background:
    linear-gradient(90deg, rgba(216, 185, 120, 0.22) 0 1px, transparent 1px 100%) 50% 0 / 72px 72px,
    var(--paper);
  color: var(--ink);
}

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

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--lumber);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 10;
  transform: translateY(-150%);
  background: var(--ink);
  color: var(--paper-strong);
  padding: 0.7rem 0.9rem;
}

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

.site-header {
  border-bottom: 1px solid var(--line);
  background: rgba(246, 241, 232, 0.96);
}

.header-inner,
.footer-inner,
.hero-inner,
.proof-inner,
.services,
.craft-layout,
.process,
.local-inner,
.contact-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.header-inner {
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 1.2rem;
}

.brand-lockup {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem 0.4rem;
  min-width: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.38rem);
  line-height: 1.05;
  text-decoration: none;
}

.brand-lockup span,
h1 span {
  white-space: nowrap;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.desktop-nav a,
.header-call,
.button,
.contact-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.desktop-nav a {
  padding: 0 0.72rem;
  color: #304039;
  font-size: 0.94rem;
  text-decoration: none;
}

.desktop-nav a:hover {
  color: var(--cedar);
}

.header-call,
.button {
  border: 1px solid var(--evergreen);
  border-radius: 6px;
  padding: 0 1rem;
  font-weight: 760;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.header-call {
  background: var(--evergreen);
  color: #fffaf0;
  white-space: nowrap;
}

.button.primary {
  min-height: 48px;
  background: var(--evergreen);
  color: #fffaf0;
}

.button.secondary {
  min-height: 48px;
  background: transparent;
  color: var(--evergreen);
}

.header-call:hover,
.button:hover {
  transform: translateY(-1px);
}

.button.secondary:hover {
  border-color: var(--cedar);
  color: var(--cedar);
}

.section-band {
  padding: 58px 0;
}

.hero {
  padding-top: 46px;
  padding-bottom: 34px;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--cedar);
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

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

h1 {
  max-width: 12ch;
  font-size: clamp(2.65rem, 2.15rem + 1.8vw, 4.4rem);
}

h2 {
  max-width: 13ch;
  font-size: clamp(2rem, 1.7rem + 1vw, 3rem);
}

h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 34rem;
  margin: 1.2rem 0 0;
  color: #38443e;
  font-size: 1.08rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.direct-line {
  margin: 1rem 0 0;
  color: #4a5851;
  font-weight: 650;
}

.hero-photo {
  width: min(100%, 640px);
  margin: 0;
  justify-self: end;
}

.hero-photo picture {
  display: block;
  overflow: hidden;
  aspect-ratio: 5 / 4;
  border: 1px solid rgba(32, 40, 36, 0.22);
  border-radius: 8px;
  background: #e6dcc9;
  box-shadow: var(--shadow);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 48%;
}

.hero-photo figcaption {
  margin-top: 0.65rem;
  color: #4e5b55;
  font-size: 0.92rem;
}

.proof-strip {
  padding: 0;
  background: var(--ink);
  color: #fffaf0;
}

.proof-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 250, 240, 0.14);
}

.proof-inner p {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2rem;
  margin: 0;
  padding: 1rem 1.1rem;
  background: var(--ink);
}

.proof-inner strong {
  font-size: 1rem;
}

.proof-inner span {
  color: #d8e0d6;
  font-size: 0.9rem;
}

.section-head {
  margin-bottom: 1.35rem;
}

.section-head p:not(.eyebrow) {
  max-width: 38rem;
  margin: 1rem 0 0;
  color: #4a5851;
  line-height: 1.7;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.service-card {
  min-height: 190px;
  padding: 1.05rem;
  border: 1px solid var(--line);
  border-top: 4px solid var(--lumber);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.64);
}

.service-card p {
  margin: 0.7rem 0 0;
  color: #435049;
  font-size: 0.95rem;
  line-height: 1.55;
}

.craft-area {
  background: #fffaf0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.craft-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.52fr) minmax(0, 1fr);
  gap: clamp(1.3rem, 3vw, 2.5rem);
  align-items: start;
}

.craft-head {
  position: sticky;
  top: 1rem;
}

.work-wall {
  display: grid;
  grid-template-columns: 240px 190px 190px;
  grid-auto-rows: min-content;
  align-items: start;
  justify-content: end;
  gap: 0.82rem;
}

.work-tile {
  margin: 0;
  padding: 0.52rem;
  border: 1px solid rgba(32, 40, 36, 0.18);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 10px 24px rgba(32, 40, 36, 0.07);
}

.work-tile picture {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: #e5dccb;
}

.work-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tile-large {
  width: 240px;
}

.tile-square:not(.tile-large) {
  width: 220px;
}

.tile-portrait {
  width: 190px;
}

.tile-context {
  width: 190px;
}

.tile-square picture {
  aspect-ratio: 1 / 1;
}

.tile-portrait picture {
  aspect-ratio: 3 / 4;
}

.work-tile figcaption {
  margin-top: 0.5rem;
  color: #3c4741;
  font-size: 0.86rem;
  line-height: 1.35;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  min-height: 178px;
  padding: 1rem;
  border-left: 3px solid var(--cedar);
  background: rgba(255, 250, 240, 0.6);
}

.process-list span {
  display: block;
  margin-bottom: 1.2rem;
  color: var(--bluegray);
  font-size: 0.86rem;
  font-weight: 800;
}

.process-list p {
  margin: 0.65rem 0 0;
  color: #435049;
  line-height: 1.55;
}

.local-fit {
  padding-top: 50px;
  padding-bottom: 50px;
  background: var(--evergreen);
  color: #fffaf0;
}

.local-inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.6fr) minmax(0, 1fr);
  gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items: start;
}

.local-fit .eyebrow {
  color: var(--lumber);
}

.local-fit h2 {
  color: #fffaf0;
}

.local-copy {
  display: grid;
  gap: 1rem;
  border-left: 1px solid rgba(255, 250, 240, 0.28);
  padding-left: 1.4rem;
}

.local-copy p {
  margin: 0;
  color: #edf3e9;
  font-size: 1rem;
  line-height: 1.7;
}

.contact {
  padding-bottom: 48px;
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1fr);
  gap: clamp(1.3rem, 4vw, 3rem);
  align-items: start;
}

.contact-panel {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf0;
  padding: clamp(1rem, 3vw, 1.5rem);
  box-shadow: 0 14px 32px rgba(32, 40, 36, 0.08);
}

.phone-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--evergreen);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 1.6rem + 1.2vw, 3rem);
  font-weight: 700;
  line-height: 1;
}

.contact-panel p {
  margin: 1rem 0 0;
  color: #3f4c46;
  line-height: 1.65;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.contact-links a {
  min-width: 0;
  border: 1px solid rgba(49, 72, 59, 0.32);
  border-radius: 6px;
  padding: 0 0.8rem;
  color: var(--evergreen);
  font-weight: 700;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.contact-links a:hover {
  border-color: var(--cedar);
  color: var(--cedar);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--ink);
  color: #fffaf0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 0;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  color: #fffaf0;
}

.motion-ready .motion-item {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 170ms ease-out, transform 170ms ease-out;
}

.motion-ready .motion-item.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .craft-layout {
    grid-template-columns: 1fr;
  }

  .craft-head {
    position: static;
  }

  .work-wall {
    justify-content: start;
  }
}

@media (max-width: 860px) {
  .header-inner,
  .footer-inner,
  .hero-inner,
  .proof-inner,
  .services,
  .craft-layout,
  .process,
  .local-inner,
  .contact-inner {
    width: min(100% - 32px, 680px);
  }

  .desktop-nav {
    display: none;
  }

  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 66px;
  }

  .hero {
    padding-top: 30px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  h1 {
    max-width: 11ch;
    font-size: clamp(2.35rem, 2.1rem + 0.8vw, 3rem);
  }

  .hero-photo {
    width: min(100%, 460px);
    justify-self: start;
  }

  .hero-photo picture {
    aspect-ratio: 1 / 1;
  }

  .hero-photo img {
    object-position: 56% 48%;
  }

  .proof-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-grid,
  .process-list,
  .local-inner,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .service-card,
  .process-list li {
    min-height: auto;
  }

  .work-wall {
    grid-template-columns: repeat(3, minmax(0, max-content));
    justify-content: center;
    gap: 0.65rem;
  }

  .tile-large,
  .tile-square:not(.tile-large),
  .tile-portrait,
  .tile-context {
    width: min(var(--tile-w), 100%);
    justify-self: auto;
  }

  .tile-large {
    --tile-w: 210px;
  }

  .tile-square:not(.tile-large) {
    --tile-w: 190px;
  }

  .tile-portrait {
    --tile-w: 164px;
  }

  .tile-context {
    --tile-w: 164px;
  }

  .local-copy {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 560px) {
  body {
    background-size: 54px 54px;
  }

  .header-inner,
  .footer-inner,
  .hero-inner,
  .proof-inner,
  .services,
  .craft-layout,
  .process,
  .local-inner,
  .contact-inner {
    width: min(100% - 24px, 420px);
  }

  .brand-lockup {
    max-width: 10rem;
  }

  .header-call {
    padding: 0 0.78rem;
  }

  .section-band {
    padding: 42px 0;
  }

  .hero {
    padding-top: 24px;
    padding-bottom: 26px;
  }

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

  .button,
  .header-call {
    width: 100%;
  }

  .header-call {
    width: auto;
  }

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

  .proof-inner p {
    min-height: 82px;
    padding: 0.85rem;
  }

  h2 {
    max-width: 12ch;
    font-size: 2rem;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .work-wall {
    grid-template-columns: repeat(2, minmax(0, max-content));
    justify-content: center;
    align-items: start;
  }

  .tile-large {
    --tile-w: 170px;
  }

  .tile-square:not(.tile-large) {
    --tile-w: 150px;
  }

  .tile-context {
    --tile-w: 138px;
  }

  .tile-portrait {
    --tile-w: 138px;
  }

  .work-tile {
    padding: 0.4rem;
  }

  .work-tile figcaption {
    font-size: 0.78rem;
  }

  .phone-link {
    font-size: 2rem;
  }

  .contact-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .contact-links a {
    justify-content: flex-start;
  }

  .footer-inner {
    display: grid;
  }
}

@media (max-width: 340px) {
  .header-inner,
  .footer-inner,
  .hero-inner,
  .proof-inner,
  .services,
  .craft-layout,
  .process,
  .local-inner,
  .contact-inner {
    width: calc(100% - 20px);
  }

  .brand-lockup {
    max-width: 8.8rem;
    font-size: 1.02rem;
  }

  .header-call {
    padding: 0 0.6rem;
    font-size: 0.9rem;
  }

  h1 {
    font-size: 2.18rem;
  }

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

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

  .work-wall {
    gap: 0.5rem;
  }

  .tile-large {
    --tile-w: 145px;
  }

  .tile-square:not(.tile-large) {
    --tile-w: 132px;
  }

  .tile-context {
    --tile-w: 122px;
  }

  .tile-portrait {
    --tile-w: 122px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .motion-ready .motion-item {
    opacity: 1;
    transform: none;
  }
}
