*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --burgundy: #6b1f2a;
  --burgundy-dark: #4a1219;
  --rust: #a63d3d;
  --cream: #faf6f2;
  --linen: #f0e8e0;
  --ink: #24181a;
  --muted: #6b5a5e;
  --line: #e0d4d0;
  --white: #ffffff;
}

html { scroll-behavior: smooth; }

body {
  font-family: "Rubik", system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}

h1, h2, h3, .logo strong, .phone, .foot-name {
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 700;
}

a { color: inherit; text-decoration: none; }

.wrap {
  width: min(1080px, calc(100% - 2rem));
  margin: 0 auto;
}

.bar {
  background: var(--burgundy-dark);
  color: #e8d4d6;
  font-size: 0.76rem;
}

.bar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0.5rem 0;
}

.bar a {
  color: #f0c8cc;
  font-weight: 700;
}

.nav {
  background: var(--white);
  border-bottom: 3px solid var(--burgundy);
  position: sticky;
  top: 0;
  z-index: 20;
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--burgundy);
  color: var(--white);
  display: grid;
  place-items: center;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 1.2rem;
}

.logo span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.logo strong {
  font-size: 1.15rem;
  color: var(--burgundy);
}

.logo small {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  font-family: "Rubik", sans-serif;
}

.nav nav {
  display: flex;
  gap: 1.4rem;
  font-weight: 600;
  color: var(--muted);
}

.nav nav a:hover { color: var(--burgundy); }

.hero {
  padding: 3.5rem 0 3rem;
  background: linear-gradient(135deg, var(--burgundy-dark) 0%, var(--burgundy) 50%, #8b3038 100%);
  color: var(--white);
}

.tag {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f0c8cc;
  margin-bottom: 0.6rem;
}

.hero h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.1;
  margin-bottom: 0.85rem;
}

.hero h1 span { color: #f5d0d4; }

.lead {
  max-width: 34rem;
  color: #e0c8cc;
  margin-bottom: 1.35rem;
}

.btn {
  display: inline-block;
  padding: 0.7rem 1.35rem;
  border-radius: 6px;
  background: var(--white);
  color: var(--burgundy);
  font-weight: 700;
}

.btn:hover { filter: brightness(0.95); }

.btn.dark {
  background: var(--burgundy);
  color: var(--white);
}

.block { padding: 3rem 0; }
.block.soft { background: var(--linen); }

.head { margin-bottom: 1.5rem; }

.head h2, .split h2, .contact h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  color: var(--burgundy);
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--rust);
  border-radius: 0 10px 10px 0;
  padding: 1.25rem;
}

.block.soft .grid article { background: var(--cream); }

.grid h3 {
  font-size: 1.05rem;
  color: var(--burgundy);
  margin-bottom: 0.35rem;
}

.grid p {
  font-size: 0.92rem;
  color: var(--muted);
}

.band {
  background: var(--burgundy);
  color: var(--white);
  padding: 1.25rem 0;
}

.band-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  text-align: center;
}

.band strong {
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 2rem;
}

.band span { font-size: 0.8rem; opacity: 0.9; }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.split > div > p:not(.tag) {
  color: var(--muted);
  margin-top: 0.75rem;
}

.panel {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1.25rem;
  background: var(--cream);
}

.panel h3 {
  font-size: 1rem;
  color: var(--burgundy);
  margin-bottom: 0.65rem;
}

.panel dl div {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--line);
}

.panel dl div:last-child { border-bottom: none; }

.panel dt {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.panel dd { font-size: 0.9rem; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.phone {
  display: block;
  font-size: 1.85rem;
  color: var(--burgundy);
  margin: 0.5rem 0;
}

.mail {
  display: block;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 1rem;
}

.mail:hover { color: var(--burgundy); }

.addr { color: var(--muted); line-height: 1.7; }

.box {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1.35rem;
}

.box h3 {
  font-size: 1rem;
  color: var(--burgundy);
  margin-bottom: 0.5rem;
}

.box p {
  color: var(--muted);
  margin-bottom: 1rem;
}

.foot {
  background: var(--burgundy-dark);
  color: #d8c4c6;
  padding: 2rem 0 1rem;
}

.foot-cols {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
}

.foot-name {
  font-size: 1.25rem;
  color: #f0c8cc;
  margin-bottom: 0.35rem;
}

.foot h4 {
  font-family: "Rubik", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 0.35rem;
}

.foot-end {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
}

@media (max-width: 800px) {
  .nav nav { display: none; }
  .split, .contact-grid, .foot-cols, .band-row {
    grid-template-columns: 1fr;
  }
}
