:root {
  --bg: #F5F3ED;
  --bg-alt: #EDEAE0;
  --ink: #1A1A1A;
  --ink-soft: #3D3B36;
  --muted: #6B6860;
  --line: #DDD8C9;
  --accent: #CC785C;
  --accent-deep: #A55C42;
  --radius: 14px;
  --max: 1120px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: inherit; text-decoration: none; }

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== Nav ===== */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 243, 237, 0.85);
  backdrop-filter: saturate(150%) blur(12px);
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}
.brand-dot {
  width: 10px; height: 10px;
  background: var(--accent);
  border-radius: 50%;
  display: inline-block;
}
.brand-name {
  font-family: 'Instrument Serif', serif;
  font-size: 1.3rem;
  letter-spacing: 0.2px;
}
.nav-links {
  display: flex;
  gap: 28px;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.nav-links a {
  position: relative;
  transition: color 0.15s;
}
.nav-links a:hover { color: var(--accent); }

/* ===== Hero ===== */
.hero {
  padding: 100px 0 72px;
  border-bottom: 1px solid var(--line);
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 20px;
}
.hero-title {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  max-width: 14ch;
  margin-bottom: 28px;
}
.hero-title em {
  font-style: italic;
  color: var(--accent);
}
.hero-sub {
  font-size: 1.15rem;
  color: var(--ink-soft);
  max-width: 60ch;
  margin-bottom: 36px;
}
.hero-sub strong {
  color: var(--ink);
  font-weight: 600;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 500;
  transition: transform 0.1s, background 0.15s, border-color 0.15s, color 0.15s;
  border: 1px solid transparent;
}
.btn-primary {
  background: var(--accent);
  color: #fff;
}
.btn-primary:hover {
  background: var(--accent-deep);
  transform: translateY(-1px);
}
.btn-ghost {
  border-color: var(--ink);
  color: var(--ink);
}
.btn-ghost:hover {
  background: var(--ink);
  color: var(--bg);
}

/* ===== Stats ===== */
.stats {
  padding: 56px 0;
  background: var(--bg-alt);
  border-bottom: 1px solid var(--line);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.stat-num {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.01em;
}
.stat-label {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* ===== Sections ===== */
.section {
  padding: 110px 0;
}
.section-alt {
  background: var(--bg-alt);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section-title {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  max-width: 20ch;
  margin-bottom: 20px;
}
.section-lead {
  color: var(--ink-soft);
  font-size: 1.05rem;
  max-width: 55ch;
  margin-bottom: 56px;
}

/* ===== Brand cards ===== */
.brand-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.brand-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #FFFFFF;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  transition: transform 0.18s, border-color 0.18s, box-shadow 0.18s;
}
.brand-card:hover {
  transform: translateY(-3px);
  border-color: var(--accent);
  box-shadow: 0 12px 32px -16px rgba(204, 120, 92, 0.35);
}
.brand-card-head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.brand-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--line);
  background: var(--bg-alt);
}
.brand-handle {
  font-family: 'Instrument Serif', serif;
  font-size: 1.5rem;
  line-height: 1.1;
}
.brand-category {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--muted);
  margin-top: 4px;
}
.brand-desc {
  color: var(--ink-soft);
  font-size: 1rem;
}
.brand-desc strong { color: var(--ink); font-weight: 600; }
.brand-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag {
  display: inline-block;
  font-size: 0.76rem;
  letter-spacing: 0.3px;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--bg-alt);
  color: var(--ink-soft);
  border: 1px solid var(--line);
}
.brand-cta {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--accent);
  margin-top: auto;
}

/* ===== Verticals ===== */
.vert-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.vert {
  padding: 36px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.vert-icon {
  font-size: 2rem;
  color: var(--accent);
  margin-bottom: 16px;
  line-height: 1;
}
.vert h3 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 1.7rem;
  margin-bottom: 10px;
  letter-spacing: -0.005em;
}
.vert p {
  color: var(--ink-soft);
}

/* ===== About ===== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.about-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.about-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.55;
}
.about-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 14px;
  height: 2px;
  background: var(--accent);
}

/* ===== Contact ===== */
.contact { max-width: 720px; }
.contact-slot {
  margin-top: 32px;
}

/* ===== Footer ===== */
.footer {
  padding: 36px 0;
  border-top: 1px solid var(--line);
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-note {
  color: var(--muted);
  font-size: 0.85rem;
}

/* ===== Responsive ===== */
@media (max-width: 800px) {
  .nav-links { display: none; }
  .hero { padding: 72px 0 56px; }
  .section { padding: 72px 0; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 36px; }
  .brand-grid, .vert-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .contact-slot { padding: 32px 20px; }
}
