:root {
  --ink: #15201d;
  --muted: #5f6b67;
  --paper: #f4f2eb;
  --card: #fbfaf6;
  --line: #d8d9d2;
  --accent: #167a5b;
  --accent-dark: #0d5a42;
  --navy: #142a30;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 50; padding: 10px 14px; background: white; color: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; max-width: 1180px; margin: 0 auto; padding: 18px 28px; background: rgba(244,242,235,.92); border-bottom: 1px solid rgba(216,217,210,.8); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 760; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--accent); color: white; font-family: Georgia, serif; }
nav { display: flex; gap: 24px; font-size: 14px; }
nav a { color: var(--muted); text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--accent-dark); }
.hero { max-width: 1180px; margin: 0 auto; padding: clamp(72px, 11vw, 132px) 28px 64px; }
.eyebrow, .section-number { color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { max-width: 890px; margin: 18px 0 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 8vw, 94px); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.hero-copy { max-width: 680px; margin: 0; color: var(--muted); font-size: clamp(18px, 2vw, 22px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 58px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 750; text-decoration: none; }
.button-primary { background: var(--accent); color: white; }
.button-primary:hover, .button-primary:focus-visible { background: var(--accent-dark); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.38); }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 850px; margin: 0; border-top: 1px solid var(--line); }
.hero-facts div { padding: 18px 22px 0 0; }
.hero-facts dt { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.hero-facts dd { margin: 3px 0 0; font-weight: 700; }
.section { max-width: 1180px; margin: 0 auto; padding: 78px 28px; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: end; margin-bottom: 36px; }
.section-heading h2, .contact-section h2 { margin: 8px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 5vw, 56px); font-weight: 500; line-height: 1.05; letter-spacing: -.04em; }
.section-heading > p { max-width: 430px; margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { display: flex; flex-direction: column; min-height: 440px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--card); }
.card-topline { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 12px; }
.price { color: var(--ink); font-family: Georgia, serif; font-size: 32px; }
.service-card h3 { margin: 42px 0 4px; font-size: 22px; line-height: 1.2; }
.duration { margin: 0 0 18px; color: var(--accent-dark); font-size: 14px; font-weight: 750; }
.service-card p:not(.duration) { color: var(--muted); }
.delivery { margin-top: auto; padding-top: 26px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.service-card a { margin-top: 16px; color: var(--accent-dark); font-weight: 800; text-decoration: none; }
.price-note { margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.process-section { background: var(--card); }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin: 0; padding: 0; list-style: none; }
.process-list li { display: flex; gap: 16px; }
.process-list li > span { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border-radius: 50%; background: var(--ink); color: white; font-size: 12px; font-weight: 800; }
.process-list h3 { margin: 2px 0 7px; font-size: 17px; }
.process-list p { margin: 0; color: var(--muted); font-size: 14px; }
.legal-section { padding-top: 72px; padding-bottom: 72px; }
.legal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.legal-grid article { padding: 26px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.36); }
.legal-grid h3 { margin: 0 0 10px; font-size: 18px; }
.legal-grid p { margin: 0 0 12px; color: var(--muted); font-size: 14px; }
.legal-grid p:last-child { margin-bottom: 0; }
.legal-grid a { color: var(--accent-dark); }
.contact-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; max-width: 1180px; margin: 40px auto 0; padding: 68px; border-radius: 24px 24px 0 0; background: var(--navy); color: white; }
.section-number.light { color: #7ed5b4; }
.contact-section p { color: #bac8c5; }
.contact-section address { display: flex; flex-direction: column; gap: 12px; align-self: end; font-style: normal; }
.contact-section address a { color: white; font-size: 18px; font-weight: 760; text-decoration: none; }
.contact-section address span { margin-top: 10px; color: #bac8c5; }
footer { display: flex; justify-content: space-between; gap: 20px; max-width: 1180px; margin: 0 auto; padding: 24px 28px 42px; background: var(--navy); color: #9fb1ad; font-size: 12px; }
footer p { margin: 0; }
@media (max-width: 820px) {
  nav { display: none; }
  .hero-facts, .service-grid, .process-list, .legal-grid { grid-template-columns: 1fr; }
  .section-heading, .contact-section { grid-template-columns: 1fr; }
  .service-card { min-height: 360px; }
  .contact-section { margin-top: 18px; padding: 46px 28px; border-radius: 0; }
  footer { flex-direction: column; }
}
@media (max-width: 520px) {
  .site-header { padding: 14px 18px; }
  .brand { font-size: 14px; }
  .hero, .section { padding-left: 20px; padding-right: 20px; }
  .hero h1 { font-size: 48px; }
  .hero-facts { gap: 16px; }
  .hero-facts div { padding-right: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
