:root {
  --paper: #f6f1e6;
  --card: #fdfaf2;
  --ink: #292b26;
  --muted: #676960;
  --line: #ded7c8;
  --terracotta: #b34a30;
  --green: #377454;
  --shadow: 0 20px 55px rgba(50, 43, 31, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: ui-rounded, "SF Pro Rounded", "Avenir Next", Avenir, system-ui, sans-serif;
  line-height: 1.55;
}

a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { padding: 24px 0; position: relative; z-index: 2; }
.nav { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; letter-spacing: -0.04em; }
.brand-mark { width: 32px; height: 32px; border: 3px solid var(--terracotta); border-radius: 50%; position: relative; transform: rotate(-12deg); }
.brand-mark::after { content: ""; position: absolute; width: 10px; height: 5px; border-left: 3px solid var(--terracotta); border-bottom: 3px solid var(--terracotta); transform: rotate(-45deg); left: 8px; top: 9px; }
.nav-links { display: flex; gap: 22px; align-items: center; }
.nav-links a { color: var(--muted); font-size: 0.94rem; font-weight: 700; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--terracotta); }

.hero { min-height: 670px; position: relative; overflow: hidden; padding: 82px 0 100px; }
.hero::before { content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%; background: rgba(179, 74, 48, 0.06); right: -210px; top: -250px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 70px; position: relative; }
.eyebrow { color: var(--terracotta); text-transform: uppercase; letter-spacing: 0.15em; font-size: 0.76rem; font-weight: 850; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -0.055em; line-height: 1.04; margin: 0; }
h1 { font-size: clamp(3.3rem, 7vw, 6.4rem); }
h1 em { color: var(--terracotta); font-style: normal; }
h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); }
h3 { font-size: 1.55rem; }
.lede { color: var(--muted); font-size: 1.16rem; max-width: 540px; margin: 26px 0 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 21px; background: var(--ink); color: var(--card); border-radius: 16px; text-decoration: none; font-weight: 800; }
.button:hover { background: var(--terracotta); }
.button.secondary { color: var(--ink); background: transparent; border: 1px solid var(--line); }

.phone { background: #1f211d; border: 10px solid #1f211d; border-radius: 48px; padding: 8px; max-width: 345px; margin: 0 auto; box-shadow: var(--shadow); transform: rotate(4deg); }
.screen { min-height: 590px; border-radius: 32px; overflow: hidden; padding: 46px 20px 20px; background: var(--paper); position: relative; }
.screen::before { content: ""; position: absolute; width: 115px; height: 28px; top: 9px; left: 50%; transform: translateX(-50%); border-radius: 20px; background: #1f211d; }
.screen-date { color: var(--muted); font-size: 0.67rem; font-weight: 850; letter-spacing: 0.12em; }
.screen-title { font: 700 2.15rem/0.98 Georgia, serif; margin: 31px 0 9px; letter-spacing: -0.06em; }
.screen-title span { color: var(--terracotta); }
.screen-copy { color: var(--muted); font-size: 0.75rem; margin: 0 0 25px; }
.task-card { background: var(--card); border: 1px solid var(--line); padding: 18px; border-radius: 20px; }
.task-label { color: var(--muted); font-size: 0.6rem; font-weight: 850; letter-spacing: 0.14em; }
.task-row { display: flex; gap: 12px; margin-top: 12px; align-items: flex-start; font: 700 1.2rem/1.1 Georgia, serif; }
.circle { width: 25px; height: 25px; border: 2px solid var(--terracotta); border-radius: 50%; flex: 0 0 auto; }
.focus-callout { margin-top: 16px; background: rgba(179,74,48,0.075); padding: 14px; border-radius: 16px; font-size: 0.72rem; font-weight: 800; }
.focus-callout b { color: var(--terracotta); }
.tabs { display: flex; justify-content: space-around; margin-top: 56px; padding: 11px 6px; border-radius: 24px; background: var(--card); font-size: 0.54rem; font-weight: 850; }
.tabs span:first-child { color: var(--terracotta); }

.section { padding: 105px 0; }
.section.tint { background: rgba(255,255,255,0.37); }
.section-heading { max-width: 630px; margin-bottom: 50px; }
.section-heading p { color: var(--muted); font-size: 1.05rem; margin: 18px 0 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { background: var(--card); padding: 27px; border-radius: 23px; border: 1px solid var(--line); }
.feature-icon { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; color: var(--paper); background: var(--terracotta); font-weight: 900; margin-bottom: 24px; }
.feature p, .article p, .article li { color: var(--muted); }
.feature p { margin: 12px 0 0; font-size: 0.95rem; }
.statement { max-width: 850px; padding: 70px 0; text-align: center; margin: auto; }
.statement p { color: var(--terracotta); font: 700 clamp(2rem, 4.2vw, 3.5rem)/1.1 Georgia, serif; letter-spacing: -0.055em; margin: 0; }

.page-hero { padding: 76px 0 66px; border-bottom: 1px solid var(--line); }
.page-hero p { color: var(--muted); font-size: 1.1rem; max-width: 650px; margin: 20px 0 0; }
.article { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 68px 0 100px; }
.article h2 { font-size: 2.05rem; margin: 46px 0 16px; }
.article h3 { margin: 28px 0 9px; }
.article p, .article li { font-size: 1rem; }
.article ul { padding-left: 22px; }
.support-card { background: var(--card); border: 1px solid var(--line); padding: 32px; border-radius: 24px; margin-top: 36px; }
.support-card a { color: var(--terracotta); font-weight: 800; }
.meta { color: var(--muted); font-size: 0.9rem; }
.site-footer { padding: 32px 0 45px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.86rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.footer-links { display: flex; gap: 18px; }
.footer-links a { text-decoration: none; }

@media (max-width: 760px) {
  .wrap { width: min(100% - 32px, 560px); }
  .nav-links { gap: 14px; font-size: 0.85rem; }
  .hero { padding-top: 48px; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .phone { transform: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
