:root {
  --ink: #2b1738;
  --ink-soft: #5d4a65;
  --lemon: #f1df4e;
  --paper: #fbf7ef;
  --white: #fffdf8;
  --line: rgba(43, 23, 56, 0.17);
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; height: auto; max-width: 100%; }
a { color: inherit; }
.wrap { margin: 0 auto; max-width: var(--max); padding-left: 32px; padding-right: 32px; }

.site-header { align-items: center; display: flex; justify-content: space-between; padding-bottom: 26px; padding-top: 26px; }
.brand { align-items: center; display: inline-flex; font-size: 17px; font-weight: 760; gap: 11px; letter-spacing: -0.02em; text-decoration: none; }
.brand-mark { align-items: center; background: var(--ink); border-radius: 50%; color: var(--lemon); display: inline-flex; font-size: 10px; height: 36px; justify-content: center; width: 36px; }
.nav { align-items: center; display: flex; gap: 28px; }
.nav a, .footer-links a { color: var(--ink-soft); font-size: 14px; font-weight: 650; text-decoration: none; }
.nav a:hover, .nav a[aria-current="page"], .footer-links a:hover { color: var(--ink); }

.hero { align-items: center; display: grid; gap: 70px; grid-template-columns: 1.05fr 0.95fr; min-height: 660px; padding-bottom: 110px; padding-top: 70px; }
.eyebrow { font-size: 12px; font-weight: 780; letter-spacing: 0.14em; margin: 0 0 20px; text-transform: uppercase; }
h1 { font-size: clamp(50px, 6vw, 82px); font-weight: 720; letter-spacing: -0.065em; line-height: 0.97; margin: 0; }
h1 em { color: #7a5a86; font-family: Georgia, serif; font-weight: 400; }
.lead { color: var(--ink-soft); font-size: 19px; line-height: 1.65; margin: 32px 0; max-width: 610px; }
.primary-link { align-items: center; background: var(--ink); border-radius: 999px; color: white; display: inline-flex; font-size: 15px; font-weight: 720; gap: 10px; padding: 16px 22px; text-decoration: none; transition: transform 180ms ease, background 180ms ease; }
.primary-link:hover { background: #422153; transform: translateY(-2px); }
.primary-link::after { content: "↘"; font-size: 19px; }
a:focus-visible { outline: 3px solid #8e6b99; outline-offset: 4px; }
.hero-art { border: 1px solid var(--line); border-radius: 30px; box-shadow: 0 34px 70px rgba(43, 23, 56, 0.16); overflow: hidden; transform: rotate(1.5deg); }

.section { border-top: 1px solid var(--line); padding-bottom: 120px; padding-top: 48px; }
.section-grid { display: grid; gap: 28px; grid-template-columns: 70px 1fr; }
.section-number { color: #8a7b8f; font-family: Georgia, serif; font-size: 22px; font-style: italic; }
.product-card { align-items: start; background: var(--ink); border-radius: 28px; color: white; display: grid; gap: 28px; grid-template-columns: auto 1fr auto; padding: 44px; text-decoration: none; }
.product-icon { align-items: center; background: var(--lemon); border-radius: 16px; color: var(--ink); display: flex; font-size: 25px; height: 58px; justify-content: center; width: 58px; }
.product-card .eyebrow { color: var(--lemon); margin-bottom: 10px; }
.product-card h2, .contact-strip h2, .page-title { font-size: clamp(34px, 4vw, 56px); letter-spacing: -0.045em; line-height: 1; margin: 0 0 18px; }
.product-card p:not(.eyebrow) { color: #d7ccda; font-size: 17px; line-height: 1.65; margin: 0; max-width: 680px; }
.status-pill { border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 999px; font-size: 12px; font-weight: 720; padding: 9px 13px; white-space: nowrap; }

.contact-strip { align-items: center; background: var(--lemon); border-radius: 28px; display: flex; justify-content: space-between; margin-bottom: 120px; padding: 44px 40px; }
.contact-strip .eyebrow { margin-bottom: 10px; }
.contact-strip h2 { margin-bottom: 0; }
.contact-strip > a { border-bottom: 2px solid var(--ink); font-weight: 720; padding: 8px 0; text-decoration: none; }

.page-hero { padding-bottom: 82px; padding-top: 80px; }
.page-hero .lead { max-width: 760px; }
.page-art { margin-top: 54px; max-width: 820px; }
.back-link { color: var(--ink-soft); display: inline-block; font-size: 14px; font-weight: 650; margin-bottom: 36px; text-decoration: none; }
.back-link::before { content: "← "; }
.content-layout { border-top: 1px solid var(--line); display: grid; gap: 70px; grid-template-columns: minmax(210px, 0.65fr) minmax(0, 1.35fr); padding-bottom: 110px; padding-top: 48px; }
.content-heading { align-self: start; position: sticky; top: 30px; }
.content-heading h2 { font-size: clamp(32px, 4vw, 52px); letter-spacing: -0.045em; line-height: 1; margin: 0; }
.prose { color: var(--ink-soft); font-size: 16px; line-height: 1.75; max-width: 730px; }
.prose h2, .prose h3 { color: var(--ink); }
.prose h2 { font-size: 27px; letter-spacing: -0.025em; margin: 52px 0 14px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 17px; margin: 36px 0 9px; }
.prose p { margin: 0 0 16px; }
.prose address { font-style: normal; }
.prose a { text-underline-offset: 3px; }
.note { color: #806f86; font-size: 14px; }
.feature-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: 38px; }
.feature { border: 1px solid var(--line); border-radius: 22px; padding: 25px; }
.feature strong { display: block; font-size: 17px; margin-bottom: 8px; }
.feature p { color: var(--ink-soft); line-height: 1.55; margin: 0; }
.support-card { background: var(--white); border: 1px solid var(--line); border-radius: 25px; margin-top: 28px; padding: 30px; }

.site-footer { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: 1fr auto 1fr; padding-bottom: 42px; padding-top: 32px; }
.site-footer p { color: var(--ink-soft); font-family: Georgia, serif; font-style: italic; margin: 0; }
.footer-links { display: flex; gap: 22px; justify-self: end; }

@media (max-width: 820px) {
  .wrap { padding-left: 22px; padding-right: 22px; }
  .nav { gap: 16px; }
  .nav a:first-child { display: none; }
  .hero { gap: 44px; grid-template-columns: 1fr; padding-bottom: 90px; }
  .hero-art { margin: 0 auto; max-width: 560px; }
  .section-grid, .content-layout { grid-template-columns: 1fr; }
  .section-number { display: none; }
  .product-card { grid-template-columns: auto 1fr; padding: 32px; }
  .status-pill { grid-column: 2; justify-self: start; }
  .contact-strip { align-items: flex-start; flex-direction: column; gap: 22px; }
  .content-heading { position: static; }
  .feature-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-self: start; }
}

@media (max-width: 520px) {
  .nav { display: none; }
  h1 { font-size: 49px; }
  .hero { min-height: auto; }
  .product-card { grid-template-columns: 1fr; }
  .status-pill { grid-column: 1; }
  .contact-strip { border-radius: 0; margin-left: -22px; margin-right: -22px; padding: 34px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: 0.01ms !important; }
}
