:root {
  --ink: #0b0b0c;
  --panel: #151516;
  --steel: #a7a7a1;
  --ivory: #f5f0e4;
  --red: #b91f17;
  --line: rgba(245,240,228,.17);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--ivory); font: 1rem/1.65 Inter, sans-serif; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; background: var(--ivory); color: var(--ink); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { height: 88px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; position: absolute; inset: 0 0 auto; z-index: 10; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; font: 700 1.05rem/1 Barlow Condensed, sans-serif; letter-spacing: .04em; text-transform: uppercase; }
.brand img { width: 64px; height: 64px; object-fit: contain; }
.brand b { color: #e94b40; }
nav { display: flex; gap: 2.2rem; }
nav a { text-decoration: none; font-size: .88rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .75rem 1.35rem; border: 2px solid var(--red); background: var(--red); color: white; text-decoration: none; font: 800 1rem Barlow Condensed, sans-serif; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.button:hover, .button:focus-visible { background: #d92b21; border-color: #d92b21; }
.button-small { min-height: 42px; }
.button-outline { background: transparent; border-color: var(--ivory); }
.button-outline:hover, .button-outline:focus-visible { background: var(--ivory); border-color: var(--ivory); color: var(--ink); }
.hero { min-height: 760px; height: 92vh; position: relative; display: grid; align-items: center; overflow: hidden; }
.hero-photo { position: absolute; inset: 0; background: url('assets/shop-hero.jpg') center 42%/cover no-repeat; filter: saturate(.55) contrast(1.08); transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,6,.97) 0%, rgba(5,5,6,.82) 42%, rgba(5,5,6,.2) 75%), linear-gradient(0deg, var(--ink), transparent 22%); }
.hero-content { position: relative; width: min(760px, 90vw); margin-left: 8vw; padding-top: 75px; }
.eyebrow { margin: 0 0 1rem; color: #ee4c42; font: 800 .9rem Barlow Condensed, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: Barlow Condensed, sans-serif; text-transform: uppercase; line-height: .94; }
h1 { margin-bottom: 1.35rem; font-size: clamp(4.25rem, 9.2vw, 8.4rem); letter-spacing: -.025em; }
h1 span { color: transparent; -webkit-text-stroke: 2px var(--ivory); }
.hero-copy { max-width: 640px; margin-bottom: 1.7rem; color: #dedbd3; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hours-line { margin-top: 1.5rem; color: #c5c2bb; font-size: .92rem; }
.hours-line span { color: var(--red); padding: 0 .45rem; }
.service-intro { width: min(1180px, 88vw); margin: 0 auto; padding: 7rem 0 3rem; display: grid; grid-template-columns: 1.2fr .8fr; gap: 5rem; align-items: end; }
h2 { margin-bottom: 0; font-size: clamp(3rem, 5vw, 5.1rem); letter-spacing: -.02em; }
.service-intro > p { margin: 0; color: #bdbab2; font-size: 1.05rem; }
.services-grid { width: min(1180px, 88vw); margin: 0 auto 8rem; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.services-grid article { min-height: 235px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s, transform .2s; }
.services-grid article:hover { background: #1b1b1d; transform: translateY(-3px); }
.services-grid article > span { color: var(--red); font: 800 .85rem Barlow Condensed, sans-serif; }
.services-grid h3 { margin: 2.5rem 0 .8rem; font-size: 1.65rem; }
.services-grid p { margin: 0; color: #aaa79f; font-size: .9rem; line-height: 1.55; }
.craft-section { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--ivory); color: var(--ink); }
.craft-photo { min-height: 620px; overflow: hidden; }
.craft-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.6) contrast(1.05); }
.craft-copy { align-self: center; padding: 6vw; }
.craft-copy h2 { font-size: clamp(3rem, 5vw, 5rem); }
.craft-copy > p:not(.eyebrow) { margin: 1.5rem 0; color: #4b4a47; }
.text-link { font: 800 1rem Barlow Condensed, sans-serif; letter-spacing: .09em; text-transform: uppercase; text-decoration-color: var(--red); text-underline-offset: .35rem; }
.text-link span { color: var(--red); margin-left: .4rem; }
.contact-section { width: min(1120px, 88vw); margin: 0 auto; padding: 8rem 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; }
.contact-details > p:not(.eyebrow) { color: #aaa79f; }
dl { margin-top: 2.3rem; border-top: 1px solid var(--line); }
dl div { padding: 1rem 0; display: grid; grid-template-columns: 130px 1fr; border-bottom: 1px solid var(--line); }
dt { color: #99968f; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
dd { margin: 0; font-weight: 600; }
.request-form { padding: clamp(1.5rem, 4vw, 3rem); background: var(--panel); border-top: 4px solid var(--red); box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.request-form h3 { margin-bottom: .4rem; font-size: 2.3rem; }
.request-form > p { margin-top: 0; color: #aaa79f; font-size: .9rem; }
label { display: block; margin: 1rem 0 .35rem; color: #d7d3c9; font-size: .82rem; font-weight: 700; }
input, textarea { width: 100%; border: 1px solid #3e3e40; border-radius: 0; background: #0f0f10; color: white; padding: .85rem; font: inherit; }
input:focus, textarea:focus { outline: 2px solid #e33b30; outline-offset: 2px; border-color: transparent; }
.form-row { display: grid; grid-template-columns: .75fr 1.25fr; gap: 1rem; }
.request-form .button { width: 100%; margin-top: 1.25rem; }
.form-note { margin: .65rem 0 0 !important; text-align: center; font-size: .75rem !important; }
footer { min-height: 150px; padding: 2rem 5vw; display: grid; grid-template-columns: 1fr auto auto; gap: 3rem; align-items: center; background: #050506; border-top: 1px solid var(--line); color: #96938d; font-size: .82rem; }
.footer-brand { display: flex; align-items: center; gap: .8rem; color: var(--ivory); font: 800 1.1rem Barlow Condensed, sans-serif; text-transform: uppercase; }
.footer-brand img { width: 58px; height: 58px; object-fit: contain; }
.mobile-bar { display: none; }
@media (max-width: 900px) {
  nav { display: none; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-intro, .contact-section { grid-template-columns: 1fr; gap: 2.5rem; }
  .craft-section { grid-template-columns: 1fr; }
  .craft-photo { min-height: 450px; }
  footer { grid-template-columns: 1fr; gap: .5rem; }
}
@media (max-width: 600px) {
  body { padding-bottom: 60px; }
  .site-header { height: 76px; padding: 0 4vw; }
  .brand img { width: 54px; height: 54px; }
  .brand span { font-size: .9rem; }
  .site-header > .button { display: none; }
  .hero { min-height: 690px; height: 100svh; }
  .hero-overlay { background: linear-gradient(90deg, rgba(5,5,6,.95), rgba(5,5,6,.48)), linear-gradient(0deg, var(--ink), transparent 28%); }
  .hero-content { margin-left: 5vw; padding-top: 60px; }
  h1 { font-size: clamp(3.8rem, 18vw, 5.5rem); }
  h1 span { -webkit-text-stroke-width: 1px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-copy { font-size: 1rem; }
  .hours-line span { display: none; }
  .hours-line strong { display: block; }
  .service-intro { padding-top: 5rem; }
  .services-grid { width: 90vw; grid-template-columns: 1fr; margin-bottom: 5rem; }
  .services-grid article { min-height: auto; }
  .services-grid h3 { margin-top: 1.5rem; }
  .craft-photo { min-height: 360px; }
  .craft-copy { padding: 4rem 6vw; }
  .contact-section { padding: 5rem 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  dl div { grid-template-columns: 110px 1fr; }
  footer { text-align: center; padding-block: 2.5rem; }
  .footer-brand { justify-content: center; }
  .mobile-bar { position: fixed; z-index: 30; inset: auto 0 0; height: 60px; display: grid; grid-template-columns: 1fr 1fr; background: var(--red); box-shadow: 0 -8px 25px rgba(0,0,0,.35); }
  .mobile-bar a { display: grid; place-items: center; text-decoration: none; font: 800 1rem Barlow Condensed, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-bar a + a { border-left: 1px solid rgba(255,255,255,.35); background: #861912; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
