@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,600;1,600&display=swap');

:root {
  --ink: #15110f;
  --ink-soft: #211a16;
  --paper: #f4eadb;
  --paper-muted: #cfc1ae;
  --brass: #c58a47;
  --brass-deep: #8f5b28;
  --oxblood: #6a2720;
  --line: rgba(244, 234, 219, 0.18);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.demo-bar {
  min-height: 36px;
  padding: 7px 4vw;
  display: flex;
  justify-content: center;
  gap: 14px;
  background: var(--paper);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}
.demo-detail { color: #6d5f54; font-weight: 500; }
.site-header {
  min-height: 86px;
  padding: 0 4.5vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  background: rgba(21, 17, 15, 0.96);
  position: relative;
  z-index: 5;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; width: fit-content; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--brass);
  border-radius: 50%;
  color: var(--brass);
  font-family: var(--serif);
  font-size: 0.82rem;
  letter-spacing: -0.08em;
}
.brand-text { display: grid; line-height: 1.1; }
.brand-text strong { font-family: var(--serif); font-size: 1rem; }
.brand-text small { color: var(--paper-muted); font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; }
nav { display: flex; gap: 34px; }
nav a { color: var(--paper-muted); font-size: 0.88rem; text-decoration: none; transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: var(--paper); }
.site-header > .button { justify-self: end; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid var(--brass);
  background: var(--brass);
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.button:hover, .button:focus-visible { background: transparent; color: var(--paper); transform: translateY(-1px); }
.button-small { min-height: 42px; padding: 0 19px; font-size: 0.88rem; }
.hero {
  min-height: calc(100vh - 122px);
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 58% center; }
.hero-shade { background: linear-gradient(90deg, rgba(10, 8, 7, .97) 0%, rgba(10, 8, 7, .87) 35%, rgba(10, 8, 7, .25) 68%, rgba(10, 8, 7, .08) 100%); }
.hero-copy { width: min(650px, 91vw); padding: 9vh 0 11vh 8vw; position: relative; z-index: 2; }
.eyebrow, .section-kicker {
  margin: 0 0 24px;
  color: var(--brass);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 36px; height: 1px; background: var(--brass); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 28px;
  font-family: var(--serif);
  font-size: clamp(3.8rem, 8vw, 7.8rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: .88;
}
.hero-intro { max-width: 560px; margin-bottom: 34px; color: #e0d5c7; font-size: clamp(1.05rem, 1.8vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.text-link { text-decoration: none; font-weight: 600; border-bottom: 1px solid rgba(197, 138, 71, .65); padding-bottom: 4px; }
.text-link span { color: var(--brass); margin-left: 5px; }
.image-note {
  position: absolute;
  right: 22px;
  bottom: 20px;
  z-index: 2;
  margin: 0;
  color: rgba(244,234,219,.68);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-index {
  position: absolute;
  z-index: 2;
  right: 5vw;
  top: 6vh;
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: rgba(244,234,219,.62);
}
.hero-index span { font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.hero-index strong { color: var(--paper); font-family: var(--serif); font-size: 2.2rem; }
.intro {
  padding: 130px 8vw;
  display: grid;
  grid-template-columns: minmax(270px, .9fr) minmax(300px, 1fr);
  gap: 11vw;
  background: var(--paper);
  color: var(--ink);
}
.section-kicker { color: var(--brass-deep); }
h2 { font-family: var(--serif); font-size: clamp(3rem, 6vw, 6rem); font-weight: 600; letter-spacing: -.05em; line-height: .95; }
.intro-copy { max-width: 620px; padding-top: 42px; color: #564941; }
.intro-copy .lead { color: var(--ink); font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2.15rem); line-height: 1.35; }
.signature { margin-top: 38px; color: var(--ink); font-family: var(--serif); font-size: 1.9rem; font-style: italic; }
.signature span { display: block; margin-top: -5px; color: #716258; font-family: var(--sans); font-size: .72rem; font-style: normal; letter-spacing: .14em; text-transform: uppercase; }
.services {
  padding: 130px 8vw;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 10vw;
  background: var(--ink-soft);
}
.services-heading { position: sticky; top: 60px; align-self: start; }
.services-heading h2 { margin-bottom: 30px; }
.services-heading > p:last-child { max-width: 390px; color: var(--paper-muted); }
.service-list { border-top: 1px solid var(--line); }
.service-list article { padding: 42px 0; display: grid; grid-template-columns: 70px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.service-number { color: var(--brass); font-family: var(--serif); font-size: 1.1rem; }
.service-list h3 { margin-bottom: 8px; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 600; }
.service-list p { max-width: 500px; margin-bottom: 0; color: var(--paper-muted); }
.quote-block { padding: 130px 8vw; text-align: center; background: var(--oxblood); }
.dial { width: 82px; height: 82px; margin: 0 auto 38px; border: 1px solid rgba(244,234,219,.55); border-radius: 50%; display: grid; place-items: center; }
.dial::before { content: ""; width: 54px; height: 54px; border: 1px dashed rgba(244,234,219,.38); border-radius: 50%; }
.dial span { position: absolute; width: 1px; height: 31px; background: var(--paper); transform: rotate(36deg); transform-origin: bottom; translate: 0 -15px; }
blockquote { max-width: 950px; margin: 0 auto 24px; font-family: var(--serif); font-size: clamp(2.6rem, 6vw, 6rem); font-style: italic; line-height: 1.03; letter-spacing: -.04em; }
.quote-block > p { color: #e3cfc9; }
.visit { display: grid; grid-template-columns: 1.1fr .9fr; background: #eee2d2; color: var(--ink); }
.visit-main { padding: 120px 8vw; }
.visit-main h2 { margin-bottom: 36px; }
address { margin-bottom: 28px; color: #5e5046; font-style: normal; font-size: 1.12rem; }
.visit-main .text-link { border-color: rgba(143,91,40,.6); }
.contact-card { padding: 120px 7vw; background: var(--brass); color: var(--ink); display: flex; flex-direction: column; justify-content: center; }
.contact-card > p { margin-bottom: 10px; font-size: .8rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.contact-card h3 { margin-bottom: 42px; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 4.2rem); font-weight: 600; line-height: 1.05; }
.contact-row { padding: 22px 0; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(21,17,15,.32); text-decoration: none; }
.contact-row:last-child { border-bottom: 1px solid rgba(21,17,15,.32); }
.contact-row span { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-row strong { text-align: right; }
footer { min-height: 180px; padding: 50px 4.5vw; display: grid; grid-template-columns: 1fr minmax(300px, 520px) auto; align-items: center; gap: 48px; color: var(--paper-muted); border-top: 1px solid var(--line); }
footer p { margin: 0; font-size: .78rem; line-height: 1.6; }
footer > a { font-size: .82rem; text-decoration: none; }

@media (max-width: 860px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 76px; }
  nav { display: none; }
  .brand-text { display: none; }
  .hero { min-height: 780px; align-items: end; }
  .hero-image { object-position: 60% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(10,8,7,.98) 0%, rgba(10,8,7,.82) 50%, rgba(10,8,7,.16) 100%); }
  .hero-copy { width: 100%; padding: 260px 6vw 80px; }
  .hero-index { top: 34px; right: 6vw; }
  .intro, .services, .visit { grid-template-columns: 1fr; }
  .intro, .services { padding: 90px 6vw; gap: 44px; }
  .intro-copy { padding-top: 0; }
  .services-heading { position: static; }
  .quote-block { padding: 90px 6vw; }
  .visit-main, .contact-card { padding: 90px 6vw; }
  footer { grid-template-columns: 1fr; gap: 26px; }
}

@media (max-width: 560px) {
  .demo-bar { display: block; font-size: .68rem; }
  .demo-detail { display: block; margin-top: 1px; }
  .site-header { padding: 0 5vw; }
  .button-small { min-height: 40px; padding: 0 15px; }
  .hero { min-height: 700px; }
  .hero-copy { padding-bottom: 62px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .service-list article { grid-template-columns: 44px 1fr; }
  .contact-row { flex-direction: column; gap: 4px; }
  .contact-row strong { text-align: left; }
}

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