:root {
  --ink: #171313;
  --wine: #571b25;
  --wine-dark: #381017;
  --cream: #f8f4ec;
  --paper: #fffdf8;
  --line: #ded5c8;
  --muted: #706963;
  --gold: #b28a55;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
  position: sticky; top: 0; z-index: 10;
  background: color-mix(in srgb, var(--cream) 91%, transparent);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 70%, transparent);
}
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; letter-spacing: .13em; }
.brand-mark { width: 36px; height: 26px; position: relative; flex: 0 0 auto; }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; top: 0; width: 17px; height: 26px; border: 3px solid; box-sizing: border-box; }
.brand-mark::before { left: 0; border-right: 0; border-radius: 10px 0 0 10px; }
.brand-mark::before { border-color: var(--wine); }
.brand-mark::after { right: 0; border-left: 0; border-radius: 0 10px 10px 0; border-color: var(--ink); }
.brand-dot { position: absolute; z-index: 1; top: 9px; left: 14px; width: 8px; height: 8px; border: 2px solid var(--ink); border-radius: 50%; background: #f05d48; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { text-decoration: none; font-weight: 650; font-size: .94rem; }
.nav-links a:hover { color: var(--wine); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 750; border: 1px solid var(--wine); }
.button.primary { background: var(--wine); color: #fff; }
.button.secondary { background: transparent; color: var(--wine); }
.hero { padding: 42px 0 88px; }
.hero-card { min-height: 650px; border-radius: 38px; overflow: hidden; background: var(--paper); border: 1px solid var(--line); display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; }
.hero-copy { padding: 80px 24px 76px 70px; }
.hero-device { align-self: stretch; min-height: 650px; display: flex; align-items: flex-end; justify-content: center; overflow: hidden; background: radial-gradient(circle at 50% 42%, #fff 0%, #f0e9de 68%, #e8ddce 100%); }
.hero-device img { width: min(100%, 610px); height: 100%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 28px 32px rgba(43,25,23,.16)); }
.eyebrow { margin: 0 0 20px; color: var(--wine); font-weight: 800; letter-spacing: .16em; text-transform: uppercase; font-size: .78rem; }
h1, h2, .display { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.03; letter-spacing: -.035em; }
h1 { font-size: clamp(3.1rem, 7vw, 6.6rem); margin: 0 0 24px; }
h2 { font-size: clamp(2.35rem, 4.6vw, 4.5rem); margin: 0 0 18px; }
.hero-copy > p:not(.eyebrow) { font-size: 1.14rem; color: #4b4541; max-width: 480px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.trust { display: flex; gap: 22px; margin-top: 42px; color: var(--muted); font-size: .9rem; }
.trust span::before { content: "•"; color: var(--gold); margin-right: 8px; }
.section { padding: 96px 0; }
.section-head { max-width: 720px; margin-bottom: 46px; }
.section-head p { color: var(--muted); font-size: 1.08rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { min-height: 330px; padding: 32px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--paper); display: flex; flex-direction: column; justify-content: space-between; }
.feature-no { color: var(--wine); font-weight: 800; font-size: .8rem; letter-spacing: .14em; }
.feature h3 { font-family: Georgia, serif; font-size: 2rem; font-weight: 500; margin: 0 0 12px; }
.feature p { color: var(--muted); margin: 0; }
.visual-story { padding: 0 0 96px; }
.visual-story-card { position: relative; min-height: 520px; border-radius: 34px; overflow: hidden; border: 1px solid var(--line); }
.visual-story-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.visual-story-copy { position: absolute; left: 56px; bottom: 52px; max-width: 500px; padding: 28px 30px; border-radius: 22px; background: rgba(255,253,248,.91); backdrop-filter: blur(12px); }
.visual-story-copy h3 { font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.05; font-weight: 500; margin: 0 0 10px; }
.visual-story-copy p { margin: 0; color: var(--muted); }
.dark { color: white; background: var(--wine-dark); }
.dark .section-head p { color: #d9c9c6; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #77505a; }
.step { padding: 32px 30px 10px 0; }
.step strong { display: block; color: #d6b78d; margin-bottom: 16px; }
.step h3 { font-size: 1.4rem; margin: 0 0 10px; }
.step p { color: #d9c9c6; margin: 0; max-width: 300px; }
.cta { padding: 100px 0; text-align: center; }
.cta-box { padding: 70px 34px; border: 1px solid var(--line); border-radius: 38px; background: var(--paper); }
.cta-box p { color: var(--muted); max-width: 620px; margin: 0 auto; }
.cta-box .actions { justify-content: center; }
.site-footer { padding: 42px 0; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 32px; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--wine); }
.copyright { margin-top: 38px; color: var(--muted); font-size: .88rem; }
.page-hero { padding: 90px 0 50px; max-width: 820px; }
.page-hero h1 { font-size: clamp(3rem, 7vw, 5.5rem); }
.page-hero p { color: var(--muted); font-size: 1.15rem; }
.document { max-width: 820px; padding-bottom: 100px; }
.document h2 { font-family: inherit; font-size: 1.55rem; font-weight: 800; letter-spacing: 0; margin-top: 42px; }
.document h3 { margin-top: 28px; }
.document p, .document li { color: #504a46; }
.document a { color: var(--wine); font-weight: 700; }
.contact-card { padding: 34px; background: var(--paper); border: 1px solid var(--line); border-radius: 24px; margin: 28px 0; }
.contact-card h2 { margin-top: 0; }

@media (max-width: 820px) {
  .nav-links a:not(.button) { display: none; }
  .hero { padding-top: 18px; }
  .hero-card { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 48px 28px 28px; }
  .hero-device { min-height: 610px; }
  .hero-device img { height: 610px; }
  .hero-copy > p:not(.eyebrow) { max-width: 92%; }
  .trust { flex-direction: column; gap: 4px; }
  .feature-grid, .steps, .footer-grid { grid-template-columns: 1fr; }
  .feature { min-height: 260px; }
  .step { padding-bottom: 28px; }
  .visual-story-card { min-height: 620px; }
  .visual-story-card img { object-position: 68% center; }
  .visual-story-copy { left: 18px; right: 18px; bottom: 18px; }
}

@media (max-width: 460px) {
  .wrap { width: min(100% - 24px, 1160px); }
  .nav { min-height: 68px; }
  .nav .button { display: none; }
  .hero-card { border-radius: 26px; }
  .hero-copy { padding-inline: 22px; }
  .hero-device { min-height: 510px; }
  .hero-device img { height: 510px; }
  .section { padding: 72px 0; }
}
