@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=IBM+Plex+Sans+Condensed:wght@400;500;600;700&display=swap");

:root {
  --graphite: #15191e;
  --mineral: #303841;
  --aluminum: #dde1e4;
  --chalk: #f6f7f5;
  --white: #fbfcfa;
  --blue: #1557d5;
  --blue-dark: #0d3d98;
  --red: #c83d39;
  --ink: #171b20;
  --muted: #59616a;
  --line: #aeb5bb;
  --gutter: clamp(1.1rem, 4vw, 4.5rem);
  --content: 1480px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--chalk);
  color: var(--ink);
  font-family: "IBM Plex Sans Condensed", "Arial Narrow", sans-serif;
  font-size: 18px;
  line-height: 1.55;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
::selection { background: var(--blue); color: var(--white); }

h1, h2, h3 {
  margin: 0;
  font-family: "Archivo Black", "Arial Black", sans-serif;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.035em;
}
h1 { font-size: clamp(2.75rem, 6.4vw, 6.8rem); }
h2 { font-size: clamp(2.15rem, 4.5vw, 5rem); }
h3 { font-size: clamp(1.35rem, 2vw, 2.15rem); }
p { margin: 0; }

.site-header {
  min-height: 72px;
  padding: .8rem var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: var(--chalk);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.wordmark {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  letter-spacing: -.045em;
  white-space: nowrap;
}
.wordmark span { color: var(--red); }
.site-header nav { display: flex; gap: clamp(1.2rem, 2.5vw, 3rem); font-weight: 600; }
.site-header nav a { border-bottom: 2px solid transparent; }
.site-header nav a:hover { border-color: var(--blue); }
.header-call {
  display: inline-flex;
  align-items: baseline;
  gap: .45rem;
  padding: .55rem .75rem;
  background: var(--graphite);
  color: var(--white);
  white-space: nowrap;
}
.header-call strong { color: #8fb4ff; }

.hero { position: relative; background: var(--graphite); overflow: hidden; }
#hero-img {
  width: 100%;
  min-height: 68vh;
  max-height: 780px;
  object-fit: cover;
  object-position: 50% 55%;
}
.hero-copy {
  position: absolute;
  left: var(--gutter);
  bottom: clamp(2rem, 5vw, 4.8rem);
  width: min(790px, calc(100% - 2 * var(--gutter)));
  padding: clamp(1.5rem, 3.5vw, 3.4rem);
  background: rgba(21, 25, 30, .96);
  color: var(--white);
  clip-path: polygon(0 0, 100% 0, 100% 83%, 90% 83%, 90% 100%, 0 100%);
}
.hero-copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32%;
  height: 5px;
  background: var(--blue);
}
.hero-copy h1 { max-width: 12ch; font-size: clamp(2.75rem, 5.4vw, 5.7rem); }
.hero-copy p { margin: 1.15rem 0 1.55rem; max-width: 42ch; font-size: clamp(1rem, 1.5vw, 1.2rem); color: #e0e4e8; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: .75rem 1rem;
  font-weight: 700;
  line-height: 1;
  border: 2px solid currentColor;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
  white-space: nowrap;
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-light { background: var(--white); color: var(--graphite); border-color: var(--white); }
.button-light:hover { background: #dfe8fa; }
.button-blue { background: var(--blue); color: var(--white); border-color: var(--blue); }
.button-blue:hover { background: var(--blue-dark); border-color: var(--blue-dark); }

.shop-story {
  max-width: var(--content);
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 9rem) var(--gutter);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
  background: var(--aluminum);
}
.shop-story::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background: var(--aluminum);
  z-index: -1;
}
.story-copy h2 { max-width: 14ch; margin-bottom: 2rem; }
.story-copy p { max-width: 62ch; margin-top: 1rem; color: #343b42; }
.shop-proof { margin: 0; align-self: center; }
.shop-proof img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.shop-proof figcaption { padding: .8rem 0; border-bottom: 4px solid var(--red); font-size: .9rem; color: #414950; }

.project-board { background: var(--chalk); padding: clamp(4.5rem, 9vw, 9rem) var(--gutter); }
.section-intro { max-width: var(--content); margin: 0 auto clamp(2.5rem, 5vw, 5rem); }
.section-intro h2 { max-width: 13ch; }
.section-intro p { margin-top: 1rem; max-width: 54ch; color: var(--muted); font-size: 1.1rem; }
.board-grid {
  max-width: var(--content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}
.service { border-top: 6px solid var(--graphite); background: var(--white); min-width: 0; }
.service h3 { max-width: 15ch; }
.service p { margin-top: .8rem; max-width: 52ch; color: #4d555d; }
.service-auto {
  grid-column: 1 / span 8;
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
  background: var(--graphite);
  color: var(--white);
  border-top-color: var(--blue);
}
.service-auto > div { padding: clamp(1.5rem, 3vw, 3rem); align-self: center; }
.service-auto p { color: #cbd2d8; }
.service-auto img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.service-headliner, .service-tops { grid-column: span 4; padding: clamp(1.5rem, 3vw, 2.6rem); }
.service-headliner { background: #e8ebed; }
.service-tops { background: var(--blue); color: var(--white); border-top-color: var(--graphite); }
.service-tops p { color: #e8efff; }
.service-furniture {
  grid-column: 1 / span 7;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
  background: #d5d8db;
  border-top-color: var(--red);
}
.service-furniture img { width: 100%; height: 100%; min-height: 370px; object-fit: cover; }
.service-furniture > div { padding: clamp(1.5rem, 3vw, 3rem); align-self: center; }
.service-custom {
  grid-column: 8 / span 5;
  padding: clamp(2rem, 4vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--graphite);
  color: var(--white);
  border-top-color: var(--blue);
}
.service-custom p { color: #cbd2d8; }
.service-custom a { margin-top: 1.3rem; color: #8fb4ff; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

.quote-path {
  padding: clamp(4.5rem, 9vw, 9rem) var(--gutter);
  background: var(--blue-dark);
  color: var(--white);
}
.quote-lead, .path-list, .quote-actions { max-width: var(--content); margin-inline: auto; }
.quote-lead { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .65fr); gap: clamp(2rem, 6vw, 7rem); align-items: end; }
.quote-lead h2 { max-width: 14ch; }
.quote-lead p { max-width: 50ch; color: #dce7ff; font-size: 1.1rem; }
.path-list {
  list-style: none;
  padding: 0;
  margin-top: clamp(3rem, 6vw, 6rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  padding-top: 1px;
}
.path-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #8fb4ff;
}
.path-list li { padding: 2rem clamp(1rem, 2vw, 2rem) 0 0; position: relative; }
.path-list li::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: -10px;
  left: 0;
  background: var(--white);
  border: 5px solid var(--blue-dark);
  outline: 2px solid #8fb4ff;
  border-radius: 50%;
}
.path-list h3 { font-size: clamp(1.15rem, 1.8vw, 1.7rem); max-width: 14ch; }
.path-list p { margin-top: .8rem; max-width: 30ch; color: #dce7ff; }
.quote-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; margin-top: 3rem; }
.quote-actions .button-blue { background: var(--white); color: var(--blue-dark); border-color: var(--white); }
.mail-link { font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }

.reviews { background: #e7eaec; padding: clamp(4.5rem, 9vw, 9rem) var(--gutter); }
.reviews > header, .review-layout { max-width: var(--content); margin-inline: auto; }
.reviews > header { display: flex; align-items: end; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--line); padding-bottom: 1.5rem; }
.reviews > header h2 { max-width: 13ch; }
.reviews > header p { color: var(--muted); white-space: nowrap; }
.review-layout { display: grid; grid-template-columns: 1.2fr .8fr; }
.review { margin: 0; padding: clamp(2rem, 4vw, 4.5rem); border-bottom: 1px solid var(--line); }
.review-main { grid-row: span 2; border-right: 1px solid var(--line); background: var(--chalk); }
.review blockquote { margin: 0; font-size: clamp(1.2rem, 2.1vw, 2rem); line-height: 1.35; font-weight: 500; }
.review-main blockquote { font-size: clamp(1.7rem, 2.7vw, 3.15rem); line-height: 1.28; }
.review figcaption { margin-top: 1.5rem; font-weight: 700; color: var(--blue-dark); }

.visit { display: grid; grid-template-columns: minmax(360px, .7fr) minmax(0, 1.3fr); background: var(--graphite); color: var(--white); }
.visit-info { padding: clamp(3rem, 7vw, 7rem) var(--gutter); align-self: center; }
.visit-info h2 { max-width: 11ch; }
.visit-info address { margin: 2rem 0; font-style: normal; color: #d5dbe0; }
.visit-info address strong { color: var(--white); }
.visit-info dl { margin: 0 0 2rem; }
.visit-info dl > div { display: grid; grid-template-columns: 80px 1fr; gap: 1rem; padding: .75rem 0; border-top: 1px solid #4a525b; }
.visit-info dt { color: #9aa4ae; }
.visit-info dd { margin: 0; }
.visit-info dd a { color: #a9c3ff; }
.map-wrap {
  min-height: 620px;
  position: relative;
  overflow: hidden;
  background-color: #dbe1e6;
  background-image:
    linear-gradient(90deg, rgba(21,87,213,.15) 1px, transparent 1px),
    linear-gradient(rgba(21,87,213,.15) 1px, transparent 1px);
  background-size: 72px 72px;
}
.map-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(2rem, 7vw, 7rem);
  color: var(--graphite);
  background: linear-gradient(90deg, rgba(219,225,230,.96), rgba(219,225,230,.72));
}
.map-number { font-family: "Archivo Black", sans-serif; font-size: clamp(4rem, 10vw, 9rem); line-height: .9; color: var(--blue-dark); }
.map-fallback strong { margin-top: 1rem; font-family: "Archivo Black", sans-serif; font-size: clamp(1.8rem, 4vw, 3.8rem); line-height: 1; }
.map-fallback > span:not(.map-number) { margin-top: .6rem; font-size: 1.15rem; }
.map-fallback a { margin-top: 2rem; padding-bottom: .2rem; border-bottom: 2px solid currentColor; font-weight: 700; }
.map-wrap iframe { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; min-height: 620px; border: 0; filter: grayscale(.7) contrast(1.08); }

footer {
  padding: 2.2rem var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: #0d1014;
  color: #b8c0c7;
  font-size: .95rem;
}
.footer-mark { color: var(--white); }
footer > a:last-child { color: #a9c3ff; font-weight: 700; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .shop-story { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .service-auto { grid-column: 1 / -1; }
  .service-headliner, .service-tops { grid-column: span 6; }
  .service-furniture { grid-column: 1 / -1; }
  .service-custom { grid-column: 1 / -1; }
  .path-list { grid-template-columns: repeat(2, 1fr); row-gap: 3rem; }
  .path-list li:nth-child(3) { border-top: 3px solid #8fb4ff; padding-top: 2rem; }
  .path-list li:nth-child(4) { border-top: 3px solid #8fb4ff; padding-top: 2rem; }
  .path-list li:nth-child(3)::before, .path-list li:nth-child(4)::before { top: -10px; }
  .visit { grid-template-columns: 1fr; }
  .map-wrap, .map-wrap iframe { min-height: 440px; }
}

@media (max-width: 700px) {
  body { font-size: 17px; }
  .site-header { min-height: 64px; padding: .65rem 1rem; }
  .wordmark { font-size: .96rem; }
  .header-call { font-size: .88rem; padding: .5rem .6rem; }
  .header-call > span { display: none; }
  .hero { display: flex; flex-direction: column; }
  #hero-img { min-height: 0; height: 42vh; max-height: 360px; object-position: 50% 50%; }
  .hero-copy {
    position: static;
    width: 100%;
    padding: 2rem 1.15rem 2.4rem;
    clip-path: none;
  }
  .hero-copy::before { width: 38%; }
  .hero-copy h1 { max-width: 10ch; font-size: clamp(2.55rem, 13vw, 4rem); }
  .hero-copy p { margin: 1rem 0 1.4rem; max-width: 34ch; }
  .button { width: 100%; white-space: normal; text-align: center; }
  .shop-story { padding: 4.5rem 1.15rem; grid-template-columns: 1fr; }
  .story-copy h2 { font-size: clamp(2.15rem, 10vw, 3.2rem); }
  .shop-proof { width: 100%; }
  .project-board, .quote-path, .reviews { padding: 4.5rem 1.15rem; }
  .section-intro { margin-bottom: 2.5rem; }
  .board-grid { display: block; }
  .service { margin-bottom: 1rem; }
  .service-auto, .service-furniture { display: flex; flex-direction: column; }
  .service-auto > div, .service-furniture > div, .service-headliner, .service-tops, .service-custom { padding: 1.5rem; }
  .service-auto img, .service-furniture img { min-height: 0; height: 280px; object-fit: cover; }
  .service-furniture img { order: 0; }
  .service-furniture > div { order: 1; }
  .quote-lead { display: block; }
  .quote-lead p { margin-top: 1.25rem; }
  .path-list { display: block; margin-top: 3rem; padding-left: 1.4rem; }
  .path-list::before { width: 3px; height: auto; bottom: 0; }
  .path-list li, .path-list li:nth-child(3), .path-list li:nth-child(4) { padding: 0 0 2.5rem .5rem; border-top: none; }
  .path-list li::before, .path-list li:nth-child(3)::before, .path-list li:nth-child(4)::before { top: .1rem; left: -2rem; }
  .quote-actions { display: block; }
  .mail-link { display: inline-block; margin-top: 1.1rem; }
  .reviews > header { display: block; }
  .reviews > header p { margin-top: 1rem; white-space: normal; }
  .review-layout { display: block; }
  .review { padding: 2rem 0; border-right: none; }
  .review-main { background: transparent; }
  .review-main blockquote { font-size: clamp(1.45rem, 7vw, 2rem); }
  .visit-info { padding: 4rem 1.15rem; }
  .visit-info h2 { font-size: clamp(2.2rem, 11vw, 3.3rem); }
  .visit-info dl > div { grid-template-columns: 68px minmax(0, 1fr); }
  .visit-info dd { overflow-wrap: anywhere; }
  .map-wrap, .map-wrap iframe { min-height: 360px; }
  footer { display: grid; padding: 2rem 1.15rem; gap: .55rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; }
}
