*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #1b1a18;
  --stone: #8a8278;
  --sand: #f3efe8;
  --paper: #faf8f4;
  --line: rgba(27, 26, 24, 0.12);
  --accent: #9c6b4a;
  --white: #ffffff;
}

html { scroll-behavior: smooth; }

body {
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

h1, h2, h3, .brand-name, .phone, .foot-brand {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
}

a { color: inherit; text-decoration: none; }

.wrap {
  width: min(1080px, calc(100% - 2rem));
  margin: 0 auto;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(250, 248, 244, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 74px;
}

.brand {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-name {
  font-size: 1.5rem;
}

.brand-tag {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.nav nav {
  display: flex;
  gap: 1.4rem;
  font-weight: 600;
  font-size: 0.92rem;
}

.nav nav a:hover { color: var(--accent); }

.call {
  border: 1px solid var(--ink);
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
}

.hero {
  min-height: min(84vh, 720px);
  display: flex;
  align-items: flex-end;
  background:
    radial-gradient(circle at 80% 20%, rgba(156, 107, 74, 0.2), transparent 42%),
    linear-gradient(160deg, #2a2622 0%, #1b1a18 55%, #3a322c 100%);
  color: var(--white);
  overflow: hidden;
}

.hero-inner {
  padding: 5rem 0 4.2rem;
  animation: rise 0.85s ease both;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.place {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d8b59a;
  margin-bottom: 1rem;
}

.hero h1 {
  font-size: clamp(3.2rem, 9vw, 6.2rem);
  line-height: 0.95;
  margin-bottom: 1.1rem;
}

.hero h1 em {
  font-style: italic;
  color: #d8b59a;
}

.lead {
  max-width: 30rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  margin-bottom: 1.7rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  transition: transform 0.2s ease, background 0.2s ease;
}

.btn:hover { transform: translateY(-1px); }

.btn.solid {
  background: #d8b59a;
  color: var(--ink);
}

.btn.solid.dark {
  background: var(--ink);
  color: var(--white);
}

.btn.line {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--white);
}

.legal {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
  text-align: center;
  padding: 0.7rem 0;
}

.section { padding: 4.8rem 0; }

.sec-head { margin-bottom: 2rem; max-width: 28rem; }

.eyebrow {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.5rem;
}

.sec-head h2,
.split h2,
.contact h2 {
  font-size: clamp(2.1rem, 4vw, 3rem);
  line-height: 1.08;
}

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.services article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.5rem;
  min-height: 180px;
  transition: transform 0.25s ease;
}

.services article:hover { transform: translateY(-3px); }

.services h3 {
  font-size: 1.55rem;
  margin-bottom: 0.5rem;
}

.services p {
  color: var(--stone);
  font-size: 0.98rem;
}

.band {
  background: var(--sand);
  padding: 1.7rem 0;
}

.band-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  text-align: center;
}

.band strong {
  display: block;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.8rem;
  margin-bottom: 0.15rem;
}

.band span {
  color: var(--stone);
  font-size: 0.85rem;
}

.split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: start;
}

.split p {
  margin-top: 0.9rem;
  color: var(--stone);
  font-size: 1.05rem;
}

.panel {
  background: var(--ink);
  color: var(--white);
  border-radius: 20px;
  padding: 1.55rem;
}

.panel h3 {
  color: #d8b59a;
  font-size: 1.55rem;
  margin-bottom: 1rem;
}

.panel dl { display: grid; gap: 0.85rem; }

.panel dt {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.15rem;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.contact {
  background:
    linear-gradient(180deg, rgba(156, 107, 74, 0.08), transparent),
    var(--paper);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: end;
}

.phone {
  display: inline-block;
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  color: var(--accent);
  margin: 0.85rem 0 1rem;
}

.addr {
  color: var(--stone);
  line-height: 1.7;
}

.box {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.6rem;
}

.box h3 {
  font-size: 1.5rem;
  margin-bottom: 0.55rem;
}

.box p {
  color: var(--stone);
  margin-bottom: 1.15rem;
}

.foot {
  background: #141311;
  color: rgba(255, 255, 255, 0.68);
  padding: 3rem 0 1.4rem;
}

.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1.4rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.foot-brand {
  color: var(--white);
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

.foot h4 {
  font-family: "Manrope", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d8b59a;
  margin-bottom: 0.55rem;
}

.foot-end {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1.1rem;
  font-size: 0.82rem;
}

@media (max-width: 860px) {
  .nav nav,
  .call { display: none; }

  .services,
  .band-row,
  .split,
  .contact-grid,
  .foot-grid {
    grid-template-columns: 1fr;
  }
}
