:root {
  --ink: #171513;
  --soft-ink: #4f4740;
  --paper: #f5f0e8;
  --case: #fffaf0;
  --line: #d7c8b7;
  --red: #9d2427;
  --oxblood: #58191b;
  --gold: #c49a45;
  --green: #264d42;
  --shadow: 0 26px 60px rgba(37, 25, 18, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Libre Franklin", "Segoe UI", Arial, sans-serif;
}
a { color: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
h1, h2, h3, p { overflow-wrap: anywhere; }

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding: 14px clamp(18px, 5vw, 70px);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-weight: 800;
}
.coin-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f4dc9d, var(--gold) 58%, #7d5c24);
  color: #211605;
  font-family: Georgia, serif;
  font-size: .78rem;
  letter-spacing: 0;
}
nav { display: flex; gap: 18px; color: var(--soft-ink); font-size: .95rem; }
nav a { text-decoration: none; }
nav a:hover { color: var(--red); }

.hero {
  min-height: calc(100vh - 65px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: clamp(26px, 5vw, 78px);
  align-items: center;
  padding: clamp(34px, 6vw, 76px) clamp(18px, 5vw, 76px) 38px;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
h1 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.25rem, 4.7vw, 4.65rem);
  line-height: 1.02;
  font-weight: 520;
  letter-spacing: 0;
}
h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.85rem);
  line-height: 1.08;
  font-weight: 520;
  letter-spacing: 0;
}
h3 { margin: 18px 0 8px; font-size: 1.04rem; }
.lede {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--soft-ink);
  font-size: clamp(1rem, 1.6vw, 1.17rem);
  line-height: 1.66;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--oxblood);
  border-radius: 5px;
  text-decoration: none;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(88, 25, 27, .16); }
.button:focus-visible, nav a:focus-visible {
  outline: 3px solid rgba(196, 154, 69, .62);
  outline-offset: 3px;
}
.primary { background: var(--oxblood); color: #fff8ec; }
.secondary { background: transparent; color: var(--oxblood); }
.hero-image {
  height: min(66vh, 630px);
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: var(--shadow);
}
.hero-image img { object-position: 50% 44%; }

.proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.proof div {
  padding: 26px clamp(18px, 4vw, 42px);
  background: var(--case);
}
.proof strong {
  display: block;
  font-family: Georgia, serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 520;
  color: var(--green);
}
.proof span { display: block; margin-top: 6px; color: var(--soft-ink); }

.split, .evaluation, .gallery {
  padding: clamp(50px, 7vw, 88px) clamp(18px, 5vw, 76px);
}
.split {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, .9fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}
.copy-block p, .evaluation-copy p, .hours-card p {
  color: var(--soft-ink);
  line-height: 1.68;
}
.case-photo {
  aspect-ratio: 16 / 11;
  margin: 0;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: var(--shadow);
}
.case-photo img { object-position: 50% 54%; }

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.services article {
  background: var(--case);
  padding: clamp(16px, 2.4vw, 24px);
}
.services figure {
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
}
.services article:nth-child(1) img { object-position: 48% 42%; }
.services article:nth-child(2) img { object-position: 50% 50%; }
.services article:nth-child(3) img { object-position: 52% 42%; }
.services p { margin: 0; color: var(--soft-ink); line-height: 1.55; }

.evaluation {
  display: grid;
  grid-template-columns: minmax(260px, .78fr) minmax(300px, 1fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  background: var(--green);
  color: #fff8ec;
}
.evaluation .eyebrow { color: #e7c875; }
.coin-wall {
  aspect-ratio: 3 / 4;
  margin: 0;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, .2);
}
.coin-wall img { object-position: 48% 50%; }
ol {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding-left: 22px;
}
ol li { line-height: 1.55; color: rgba(255, 248, 236, .82); }

.gallery {
  display: grid;
  grid-template-columns: minmax(300px, 1.15fr) minmax(280px, .85fr);
  gap: 10px;
  align-items: stretch;
}
.gallery figure {
  min-height: 460px;
  margin: 0;
  overflow: hidden;
  border-radius: 7px;
}
.gallery figure img { object-position: 50% 50%; }
.hours-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 460px;
  padding: clamp(24px, 4vw, 48px);
  background: var(--case);
  border: 1px solid var(--line);
  border-radius: 7px;
}
.small { margin-top: 18px; }

footer {
  padding: 24px clamp(18px, 5vw, 76px) 92px;
  color: var(--soft-ink);
  border-top: 1px solid var(--line);
}
footer p { margin: 0; }

.motion-ready .services figure img,
.motion-ready .gallery figure img {
  transition: transform .65s ease, filter .65s ease;
}
.motion-ready .services article:hover img,
.motion-ready .gallery:hover figure img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.04);
}
.motion-ready .coin-mark { animation: coin-turn 9s ease-in-out infinite; }
@keyframes coin-turn {
  0%, 100% { transform: rotateY(0deg); }
  45%, 55% { transform: rotateY(180deg); }
}

@media (max-width: 900px) {
  .hero, .split, .evaluation, .gallery { grid-template-columns: 1fr; }
  .hero { min-height: 0; padding-top: 30px; }
  .hero-image { height: 52vh; min-height: 320px; }
  .proof, .services { grid-template-columns: 1fr; }
  .services figure { aspect-ratio: 16 / 10; }
  .gallery figure, .hours-card { min-height: 360px; }
}

@media (max-width: 560px) {
  .site-header { position: static; flex-direction: column; align-items: flex-start; gap: 10px; }
  nav { width: 100%; justify-content: space-between; }
  h1 { font-size: clamp(2.05rem, 13.5vw, 3.2rem); }
  .button { width: 100%; }
  .hero-image { height: 330px; }
  .split, .evaluation, .gallery { padding-top: 42px; padding-bottom: 42px; }
  .gallery figure, .hours-card { min-height: 300px; }
  footer { padding-bottom: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .motion-ready .services article:hover img,
  .motion-ready .gallery:hover figure img { transform: none; }
}
