@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/instrument-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fonts/newsreader-latin.woff2") format("woff2");
}

:root {
  --wine: #741c22;
  --wine-dark: #4d1117;
  --gold: #e6ae2f;
  --ink: #2c231f;
  --muted: #6e625c;
  --paper: #fbf8f1;
  --line: rgba(44, 35, 31, .16);
  --serif: "Newsreader", Georgia, serif;
  --sans: "Instrument Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
a { color: inherit; text-underline-offset: 3px; }
a:hover { color: var(--wine); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 20; padding: 10px 16px; color: white; background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.content-header {
  min-height: 86px;
  padding: 12px max(24px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 248, 241, .97);
}
.content-header img { width: 132px; height: 58px; object-fit: contain; }
.content-header nav { display: flex; gap: 24px; align-items: center; }
.content-header a { font-size: .8rem; font-weight: 700; text-decoration: none; }
.header-button { padding: 12px 17px; color: white; background: var(--wine); }
.header-button:hover { color: white; background: var(--wine-dark); }

.breadcrumbs {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 22px;
  color: var(--muted);
  font-size: .72rem;
}
.breadcrumbs a { text-decoration: none; }

.content-hero {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 120px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: center;
}
.eyebrow { margin: 0 0 18px; color: var(--wine); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.content-hero h1 { max-width: 800px; margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 7vw, 7.2rem); font-weight: 500; line-height: .9; letter-spacing: -.05em; }
.content-hero .lead { max-width: 690px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.2rem); line-height: 1.7; }
.hero-card { padding: 34px; color: white; background: var(--wine); }
.hero-card strong { display: block; font-family: var(--serif); font-size: 2.3rem; font-weight: 500; line-height: 1; }
.hero-card p { color: rgba(255,255,255,.75); line-height: 1.6; }
.button { display: inline-block; margin-top: 18px; padding: 15px 20px; color: #241a13; background: var(--gold); font-size: .8rem; font-weight: 700; text-decoration: none; }
.button:hover { color: #241a13; background: #f0bd45; }

.content-section { padding: clamp(64px, 8vw, 110px) max(24px, calc((100vw - 1180px) / 2)); }
.content-section.alt { background: #f3ece2; }
.section-heading { max-width: 840px; margin-bottom: 44px; }
.section-heading h2 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5.2rem); font-weight: 500; line-height: .95; letter-spacing: -.04em; }
.section-heading p, .prose p { color: var(--muted); line-height: 1.75; }

.offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.offer-card { padding: 28px; border: 1px solid var(--line); background: white; }
.offer-card .tag { color: var(--wine); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.offer-card h2, .offer-card h3 { margin: 18px 0 10px; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.offer-card p { min-height: 48px; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.offer-card dl { margin: 22px 0; display: flex; gap: 18px; }
.offer-card dt { color: var(--muted); font-size: .65rem; text-transform: uppercase; }
.offer-card dd { margin: 4px 0 0; font-weight: 700; }
.offer-card a { font-size: .78rem; font-weight: 700; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(42px, 8vw, 100px); }
.check-list { margin: 24px 0 0; padding: 0; list-style: none; }
.check-list li { padding: 14px 0; border-bottom: 1px solid var(--line); }
.steps { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps li { padding: 22px 0; display: grid; grid-template-columns: 44px 1fr; gap: 18px; border-bottom: 1px solid var(--line); counter-increment: steps; }
.steps li::before { content: "0" counter(steps); color: var(--gold); font-weight: 700; }
.steps strong { display: block; margin-bottom: 6px; }
.steps p { margin: 0; color: var(--muted); line-height: 1.6; }

.faq { max-width: 880px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 22px 0; cursor: pointer; font-weight: 700; }
.faq details p { margin: 0; padding: 0 0 24px; color: var(--muted); line-height: 1.7; }

.content-cta { padding: clamp(65px, 9vw, 115px) 24px; text-align: center; color: white; background: var(--wine); }
.content-cta h2 { max-width: 820px; margin: 0 auto; font-family: var(--serif); font-size: clamp(3rem, 6vw, 6rem); font-weight: 500; line-height: .94; }
.content-cta p { max-width: 650px; margin: 22px auto 0; color: rgba(255,255,255,.75); line-height: 1.7; }
.content-footer { padding: 36px max(24px, calc((100vw - 1180px) / 2)); display: flex; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.68); background: #17130f; font-size: .76rem; }
.content-footer p { margin: 0; }
.content-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
.content-footer a { color: inherit; }

@media (max-width: 820px) {
  .content-header nav a:not(.header-button) { display: none; }
  .content-hero, .split { grid-template-columns: 1fr; }
  .content-hero { padding-top: 56px; }
  .content-hero h1 { font-size: clamp(3.2rem, 16vw, 5.5rem); overflow-wrap: anywhere; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card p { min-height: 0; }
  .content-footer { flex-direction: column; }
}
