:root {
  --wine: #5c1728;
  --wine-dark: #2b0d16;
  --blush: #f6e9e7;
  --pink: #e9b9bf;
  --gold: #c99b57;
  --ink: #201a1c;
  --paper: #fffdfb;
  --muted: #6e6266;
  --line: #e5dcda;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; }
.site-header {
  min-height: 82px;
  padding: 14px clamp(24px, 5vw, 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 253, 251, .96);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.brand { display: flex; gap: 12px; align-items: center; text-decoration: none; line-height: 1.1; }
.brand-logo {
  width: 58px; height: 58px; display: block; object-fit: cover;
  border-radius: 50%;
}
.brand strong { display: block; font-family: "Playfair Display", serif; font-size: 20px; }
.brand small { display: block; color: var(--muted); text-transform: uppercase; letter-spacing: .18em; font-size: 10px; margin-top: 4px; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); }
nav a { text-decoration: none; font-size: 14px; font-weight: 600; }
.nav-contact { border: 1px solid var(--wine); padding: 9px 17px; border-radius: 999px; }

.hero { position: relative; min-height: 680px; display: flex; align-items: center; overflow: hidden; background: var(--wine-dark); }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(35,7,16,.96) 0%, rgba(55,12,25,.84) 35%, rgba(55,12,25,.08) 70%); }
.hero-content { position: relative; width: min(720px, 88%); padding: 80px clamp(24px, 7vw, 112px); color: white; }
.eyebrow, .section-number { text-transform: uppercase; letter-spacing: .2em; font-size: 12px; font-weight: 600; color: var(--wine); }
.eyebrow { color: var(--pink); }
h1, h2 { font-family: "Playfair Display", Georgia, serif; line-height: 1.08; margin: .45em 0; }
h1 { font-size: clamp(48px, 6.7vw, 88px); letter-spacing: -.04em; }
h2 { font-size: clamp(36px, 4.7vw, 60px); letter-spacing: -.03em; }
.hero-content > p:not(.eyebrow) { max-width: 580px; font-size: 19px; color: #f5e9e9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-block; padding: 14px 22px; border-radius: 2px; text-decoration: none; font-weight: 600; font-size: 15px; }
.primary { background: var(--paper); color: var(--wine-dark); }
.secondary { border: 1px solid rgba(255,255,255,.65); color: white; }

.intro, .partnerships { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 8vw, 130px); padding: 110px clamp(24px, 8vw, 130px); }
.intro h2 { max-width: 760px; }
.intro-copy { padding-top: 42px; font-size: 18px; color: var(--muted); }
.intro-copy p:first-child { color: var(--ink); }
.categories { padding: 30px clamp(24px, 8vw, 130px) 120px; }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.section-heading p { max-width: 520px; color: var(--muted); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 55px; border-top: 1px solid var(--line); }
.category-grid article { padding: 36px 34px 28px 0; border-right: 1px solid var(--line); }
.category-grid article + article { padding-left: 34px; }
.category-grid article:last-child { border-right: 0; }
.category-grid span { color: var(--gold); font-size: 13px; }
.category-grid h3 { font-family: "Playfair Display", serif; font-size: 28px; margin: 30px 0 10px; }
.category-grid p { color: var(--muted); }

.standards { background: var(--wine-dark); color: white; padding: 110px clamp(24px, 8vw, 130px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 140px); }
.light { color: var(--pink); }
.standards h2 { font-size: clamp(38px, 4.5vw, 58px); }
.standards-list > div { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.17); display: grid; grid-template-columns: 180px 1fr; gap: 30px; }
.standards-list strong { color: var(--pink); }
.standards-list p { margin: 0; color: #d9cfd1; }

.partnerships { background: var(--blush); }
.partnership-copy > p:not(.section-number) { max-width: 650px; font-size: 18px; color: var(--muted); }
.text-link { display: inline-block; margin-top: 25px; text-decoration: none; font-weight: 600; color: var(--wine); border-bottom: 1px solid var(--wine); padding-bottom: 4px; }
dl { margin: 50px 0 0; }
dl div { display: grid; grid-template-columns: 150px 1fr; border-top: 1px solid #d7c8c7; padding: 20px 0; }
dt { color: var(--muted); }
dd { margin: 0; font-weight: 600; }
.contact { background: var(--wine); color: white; text-align: center; padding: 100px 24px; }
.contact h2 { max-width: 850px; margin-left: auto; margin-right: auto; }
.contact-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; margin-top: 38px; }
.contact-links a { color: white; font-size: 18px; text-underline-offset: 5px; }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px clamp(24px, 5vw, 80px); background: #1b0a10; color: #cbbfc2; font-size: 13px; }

@media (max-width: 760px) {
  .site-header { align-items: flex-start; }
  nav a:not(.nav-contact) { display: none; }
  .hero { min-height: 650px; }
  .hero > img { object-position: 67% center; opacity: .72; }
  .hero-overlay { background: linear-gradient(90deg, rgba(35,7,16,.95), rgba(55,12,25,.55)); }
  .intro, .partnerships, .standards { grid-template-columns: 1fr; padding: 80px 24px; gap: 30px; }
  .intro-copy { padding-top: 0; }
  .categories { padding: 20px 24px 80px; }
  .section-heading { display: block; }
  .category-grid { grid-template-columns: 1fr; }
  .category-grid article, .category-grid article + article { border-right: 0; border-bottom: 1px solid var(--line); padding: 28px 0; }
  .standards-list > div { grid-template-columns: 1fr; gap: 6px; }
  footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
