:root {
  --ink: #2b191e;
  --wine: #704451;
  --wine-deep: #2d1b20;
  --paper: #f3eff0;
  --white: #ffffff;
  --muted: #71666a;
  --line: #ded7d9;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.62;
}
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.topline { background: var(--wine-deep); color: #f8f2f4; font: 600 14px/1.45 var(--sans); }
.topline .shell { display: flex; justify-content: space-between; gap: 24px; padding: 10px 0; }
.topline p { margin: 0; }
.topline a { text-decoration: none; }
.site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 40; }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { text-decoration: none; line-height: 1.1; }
.brand strong { display: block; font: 750 18px/1.15 var(--sans); letter-spacing: -.02em; }
.brand span { display: block; margin-top: 7px; color: var(--wine); font: 600 11px/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.menu { display: flex; align-items: center; gap: 26px; font: 600 14px/1 var(--sans); }
.menu a { text-decoration: none; }
.menu a:hover, .menu a:focus-visible { color: var(--wine); }
.nav-cta { padding: 13px 20px; border: 1px solid var(--wine); }
.menu-toggle { display: none; border: 0; background: transparent; font: 700 15px var(--sans); color: var(--ink); padding: 10px; }

.hero { background: var(--wine-deep); color: var(--white); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr); min-height: 680px; }
.hero-copy { padding: 88px 72px 80px 0; align-self: center; }
.eyebrow { margin: 0 0 18px; font: 700 13px/1.2 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: #d8bdc5; }
h1, h2, h3 { font-family: var(--sans); letter-spacing: -.045em; line-height: 1.02; margin-top: 0; }
h1 { max-width: 860px; font-size: clamp(47px, 6vw, 82px); margin-bottom: 28px; }
h2 { font-size: clamp(36px, 4.4vw, 58px); margin-bottom: 18px; }
h3 { font-size: 24px; line-height: 1.15; margin-bottom: 14px; }
.hero-lead { max-width: 780px; margin: 0 0 34px; font-size: clamp(20px, 2vw, 27px); line-height: 1.5; color: #f5edf0; }
.hero-portrait { position: relative; min-height: 680px; margin: 0; overflow: hidden; background: #dca5a8; }
.hero-portrait::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(to bottom, transparent, rgba(45,27,32,.92)); pointer-events: none; }
.hero-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 33%; }
.hero-portrait figcaption { position: absolute; left: 38px; right: 38px; bottom: 34px; z-index: 1; }
.hero-portrait figcaption strong { display: block; font: 750 23px/1.15 var(--sans); }
.hero-portrait figcaption > span { display: block; margin-top: 6px; color: #eadde1; font: 600 13px/1.2 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.hero-portrait blockquote { margin: 22px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.35); font-size: 18px; line-height: 1.4; }
.hero-portrait cite { display: block; margin-top: 8px; color: #d8bdc5; font: 600 12px var(--sans); font-style: normal; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 25px; text-decoration: none; border: 1px solid rgba(255,255,255,.75); font: 750 15px var(--sans); }
.button.primary { background: var(--wine); border-color: var(--wine); color: #fff; }
.button.light { background: #fff; border-color: #fff; color: var(--ink); }

.band { padding: 68px 0 0; }
.section-head { padding: 44px 48px; background: var(--white); border: 1px solid var(--line); }
.section-head.dark { background: var(--wine-deep); color: #fff; }
.section-head.wine { background: var(--wine); color: #fff; }
.section-head p { max-width: 780px; margin: 0; color: var(--muted); }
.section-head.dark p, .section-head.wine p { color: #eadde1; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); }
.cards.four { grid-template-columns: repeat(4, 1fr); }
.card { min-height: 245px; padding: 38px; background: #fff; border: 1px solid var(--line); border-top: 0; text-decoration: none; }
.card:nth-child(even) { background: #f8f6f6; }
.card.featured { background: var(--wine); color: #fff; }
.card p { margin: 0; color: var(--muted); }
.card.featured p { color: #f5e8ec; }
.card .mark { display: block; margin-bottom: 20px; color: var(--wine); font: 750 16px var(--sans); }
.card.featured .mark { color: #fff; }
.card:hover, .card:focus-visible { position: relative; z-index: 2; outline: 3px solid #aa7786; outline-offset: -3px; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); }
.step { min-height: 255px; padding: 34px; background: #fff; border: 1px solid var(--line); border-top: 0; }
.step:nth-child(3) { background: #eee9ea; }
.step:first-child { background: var(--wine); color: #fff; }
.step strong { display: block; margin-bottom: 22px; font: 800 42px/1 var(--sans); }
.step h3 { font-size: 21px; }
.step p { color: var(--muted); margin-bottom: 0; }
.step:first-child p { color: #f5e8ec; }

.split { display: grid; grid-template-columns: 1fr 1fr; }
.story { padding: 54px 48px; background: #fff; border: 1px solid var(--line); }
.story.wine { background: var(--wine); color: #fff; }
.story p:last-child { margin-bottom: 0; }
.story.wine p { color: #f8edf0; }
.list-clean { padding-left: 21px; }
.list-clean li { margin: 7px 0; }

.cta { margin-top: 68px; background: var(--wine-deep); color: #fff; }
.cta-grid { display: grid; grid-template-columns: 1.25fr .75fr; }
.cta-copy { padding: 64px 48px; }
.cta-copy p { max-width: 680px; font-size: 22px; }
.contact-cells { display: grid; grid-template-columns: 1fr 1fr; background: #fff; color: var(--ink); }
.contact-cell { padding: 34px 42px; border: 1px solid var(--line); }
.contact-cell span { display: block; color: var(--muted); font-size: 15px; }
.contact-cell a, .contact-cell strong { display: block; margin-top: 5px; font: 700 18px var(--sans); }

.page-hero { padding: 84px 0 76px; background: var(--wine-deep); color: #fff; }
.page-hero p { max-width: 840px; font-size: 23px; }
.page-body { padding: 60px 0; }
.editorial { display: grid; grid-template-columns: 1fr 2fr; border: 1px solid var(--line); background: #fff; }
.editorial-title { padding: 42px; background: var(--wine); color: #fff; }
.editorial-copy { padding: 48px; }
.editorial-copy h2 { font-size: 36px; margin-top: 42px; }
.editorial-copy h2:first-child { margin-top: 0; }
.signs { display: grid; grid-template-columns: repeat(3, 1fr); margin: 28px 0 42px; }
.sign { padding: 26px; border: 1px solid var(--line); background: #f8f6f6; }
.sign h3 { font-size: 19px; }
.sign p { margin-bottom: 0; font-size: 16px; color: var(--muted); }
.site-footer { padding: 48px 0 90px; background: var(--wine); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; }
.footer-grid p { margin: 0; }
.footer-grid a { color: #fff; }
.mobile-call { display: none; }

@media (max-width: 900px) {
  .hero-grid, .cta-grid, .editorial { grid-template-columns: 1fr; }
  .hero-copy { padding: 72px 0 54px; }
  .hero-portrait { min-height: 620px; }
  .cards, .cards.four, .steps { grid-template-columns: 1fr 1fr; }
  .menu { display: none; position: absolute; left: 0; right: 0; top: 82px; padding: 22px 20px; background: #fff; border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .menu.open { display: flex; }
  .menu-toggle { display: block; }
  .editorial-title { padding: 38px; }
}

@media (max-width: 620px) {
  body { padding-bottom: 74px; font-size: 17px; }
  .shell { width: calc(100% - 32px); }
  .topline .shell { display: block; padding: 8px 0; }
  .topline p:first-child { display: none; }
  .nav { min-height: 72px; }
  .brand strong { font-size: 16px; }
  .brand span { font-size: 9px; }
  .menu { top: 72px; }
  .hero-grid { min-height: auto; }
  .hero-copy { padding: 58px 0 46px; }
  .hero-portrait { min-height: 470px; margin: 0 -16px; }
  .hero-portrait figcaption { left: 28px; right: 28px; bottom: 26px; }
  .hero-portrait blockquote { font-size: 16px; }
  h1 { font-size: 46px; }
  h2 { font-size: 36px; }
  .hero-lead, .page-hero p { font-size: 20px; }
  .actions { display: grid; }
  .button { width: 100%; }
  .cards, .cards.four, .steps, .split, .contact-cells, .signs, .footer-grid { grid-template-columns: 1fr; }
  .band { padding-top: 32px; }
  .section-head, .card, .step, .story, .editorial-copy, .cta-copy, .contact-cell { padding: 30px 26px; }
  .card { min-height: 0; }
  .page-hero { padding: 58px 0 52px; }
  .page-body { padding: 32px 0; }
  .editorial-copy h2 { font-size: 30px; }
  .mobile-call { display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 100; padding: 18px 24px; background: var(--wine); color: #fff; text-decoration: none; font: 750 17px/1.2 var(--sans); box-shadow: 0 -8px 30px rgba(43,25,30,.15); }
}
