:root {
  --brown: #613209;
  --brown-dark: #3f2005;
  --brown-soft: #8b5a2b;
  --cream: #fbf6ef;
  --cream-2: #f6eee4;
  --text: #241407;
  --muted: #6d6258;
  --line: #eadfD2;
  --panel: #ffffff;
  --container: 1120px;
  --radius: 24px;
  --shadow: 0 18px 42px rgba(61, 32, 5, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #ffffff 0%, var(--cream) 100%);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; }
.brand img {
  width: 260px;
  max-width: 42vw;
  height: auto;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: var(--muted);
  font-size: .96rem;
}
.nav a:hover,
.nav a[aria-current="page"] { color: var(--brown); }

.hero-simple { padding: 52px 0 34px; }
.hero-simple-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 46px;
  align-items: center;
}
.logo-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 38px;
  min-height: 230px;
  display: flex;
  align-items: center;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.logo-panel::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -58px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(97,50,9,.16) 0%, rgba(97,50,9,.04) 50%, transparent 72%);
}
.logo-panel img { position: relative; z-index: 1; }
.hero-text { padding: 8px 0; }
.eyebrow {
  display: inline-block;
  margin: 0 0 10px;
  color: var(--brown);
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .76rem;
}
.hero-text h1,
.legal-card h1 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.35rem);
  line-height: .95;
  letter-spacing: -.05em;
}
.subtitle {
  margin: 10px 0 18px;
  font-size: 1.05rem;
  color: var(--brown-dark);
  font-weight: 750;
}
.lead {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 850;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--brown);
  color: #fff;
  box-shadow: 0 14px 30px rgba(97,50,9,.18);
}
.btn-secondary {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--brown);
}

.section { padding: 34px 0 74px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.info-card,
.contact-card,
.person-card,
.legal-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.info-card { padding: 30px; }
.info-card h2,
.section-title h2,
.legal-card h2 {
  margin: 0 0 14px;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.info-card p,
.contact-card p,
.person-card p,
.legal-card p,
.legal-card li { margin: 0; color: var(--muted); }
.clean-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.clean-list li { position: relative; padding-left: 18px; color: var(--muted); }
.clean-list li::before {
  content: "";
  position: absolute;
  top: .68em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brown);
}
.section-title { margin-bottom: 22px; }
.section-title.small { margin-bottom: 18px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-grid.single { grid-template-columns: 1fr; max-width: 720px; }
.contact-card { padding: 32px; }
.contact-card h3,
.person-card h3 { margin: 0 0 12px; font-size: 1.26rem; line-height: 1.1; }
.contact-card a,
.person-card a,
.legal-card a { color: var(--brown); font-weight: 850; }
.primary-contact { background: linear-gradient(180deg, #fff, #fffaf4); }

.team-section { padding-top: 0; }
.team-grid.reduced { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.team-grid.two-items { grid-template-columns: repeat(2, 1fr); }
.person-card { padding: 24px; min-height: 168px; display: flex; flex-direction: column; }
.person-card a { margin-top: auto; }

.subpage { padding: 54px 0 82px; }
.legal-card { padding: 36px; }
.legal-card h2 { font-size: 1.3rem; margin-top: 28px; }
.backlink { margin-top: 28px !important; }

.site-footer { border-top: 1px solid var(--line); background: #fff; }
.footer-inner {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
}
.footer-inner img {
  width: 180px;
  max-width: 34vw;
  height: auto;
  object-fit: contain;
}
.footer-inner p { margin: 0; color: var(--muted); }
.footer-inner nav { display: flex; gap: 18px; }
.footer-inner nav a { color: var(--muted); }
.footer-inner nav a:hover { color: var(--brown); }

@media (max-width: 900px) {
  .hero-simple-grid,
  .two-col,
  .contact-grid,
  .contact-grid.single,
  .team-grid.reduced,
  .team-grid.two-items { grid-template-columns: 1fr; }
  .logo-panel { max-width: 460px; }
}
@media (max-width: 700px) {
  .header-inner,
  .footer-inner { flex-direction: column; align-items: flex-start; justify-content: center; }
  .brand img { width: 230px; max-width: 78vw; }
  .footer-inner img { max-width: 70vw; }
  .hero-text h1,
  .legal-card h1 { letter-spacing: -.03em; }
  .info-card,
  .contact-card,
  .person-card,
  .legal-card { padding: 22px; }
  .hero-simple { padding-top: 30px; }
}
