:root {
  --ink: #10221f;
  --muted: #61706c;
  --paper: #f2efe6;
  --cream: #fffdf7;
  --orange: #e36d3c;
  --orange-dark: #b94e28;
  --line: #d9d7cd;
  --green: #1e5146;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Trebuchet MS", Verdana, 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; }
.wrap { width: min(1320px, calc(100% - 64px)); margin: 0 auto; }
.site-header { position: absolute; z-index: 2; width: 100%; color: var(--cream); }
.internal-page .site-header { position: static; background: var(--ink); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 24px 0; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--cream); text-decoration: none; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--orange); font-size: 1.1rem; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: .9rem; }
.nav-links a { text-decoration: none; opacity: .88; }
.nav-links a:hover { opacity: 1; }
.nav-cta, .button { display: inline-block; padding: 12px 17px; border-radius: 2px; background: var(--orange); color: #fff; font-weight: 700; text-decoration: none; }
.nav-cta { padding: 10px 14px; }
.hero { position: relative; min-height: 720px; display: flex; align-items: end; overflow: hidden; color: var(--cream); background: linear-gradient(90deg, rgba(7,24,22,.96) 0%, rgba(7,24,22,.76) 47%, rgba(7,24,22,.22) 100%), url("https://images.unsplash.com/photo-1500595046743-cd271d694d30?auto=format&fit=crop&w=2200&q=85") center/cover; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 130px; background: linear-gradient(transparent, var(--paper)); opacity: .35; }
.hero-content { position: relative; z-index: 1; padding: 150px 0 106px; max-width: 730px; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 { margin: 0; max-width: 760px; font-size: clamp(3.5rem, 8vw, 7.6rem); letter-spacing: -.045em; line-height: .91; }
.hero-copy { max-width: 560px; margin: 28px 0 30px; color: #d8dfd7; font-size: 1.12rem; line-height: 1.65; }
.button-outline { margin-left: 10px; border: 1px solid rgba(255,255,255,.6); background: transparent; }
.intro { padding: 92px 0 102px; background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10%; align-items: start; }
h2 { margin: 0; font-size: clamp(2.3rem, 5vw, 4.5rem); line-height: .98; letter-spacing: -.03em; }
.lead { margin: 5px 0 0; color: var(--muted); font-size: 1.15rem; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 70px; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature { min-height: 235px; padding: 27px 25px; background: var(--cream); }
.feature-number { color: var(--orange); font-size: .8rem; font-weight: 700; }
.feature h3 { margin: 56px 0 10px; font-size: 1.65rem; }
.feature p, .split p, .step p, .blog-card p { color: var(--muted); line-height: 1.65; }
.split-section { padding: 112px 0; background: var(--paper); }
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 12%; align-items: center; }
.split h2 { max-width: 620px; }
.split p { font-size: 1.08rem; }
.quote { margin-top: 28px; padding-left: 22px; border-left: 3px solid var(--orange); font-family: var(--serif); font-size: 1.35rem; line-height: 1.35; }
.spec-card { padding: 30px; background: var(--green); color: var(--cream); }
.spec-card h3 { margin: 0 0 22px; font-size: 2rem; }
.spec-row { display: flex; justify-content: space-between; gap: 16px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.2); font-size: .92rem; }
.spec-row span:last-child { color: #ffc39e; text-align: right; }
.steps { padding: 94px 0; background: #dce2d5; }
.steps-header { display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.steps-header p { max-width: 360px; color: var(--muted); line-height: 1.6; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 60px; }
.step { padding-top: 18px; border-top: 1px solid var(--ink); }
.step strong { font-size: .8rem; color: var(--orange-dark); }
.step h3 { margin: 25px 0 0; font-size: 1.75rem; }
.blog-section { padding: 100px 0 110px; background: var(--cream); }
.blog-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.blog-head a { color: var(--orange-dark); font-weight: 700; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.blog-card { border-top: 3px solid var(--orange); padding-top: 20px; }
.blog-card time { color: var(--orange-dark); font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.blog-card h3 { margin: 17px 0 0; font-size: 1.7rem; line-height: 1.08; }
.blog-card a { text-decoration: none; }
.section-cta { margin: 42px 0 0; }
.footer { padding: 40px 0; background: var(--ink); color: #cbd4cb; }
.footer-row { display: flex; justify-content: space-between; gap: 30px; }
.footer small { line-height: 1.6; }
.footer a { color: #ffc39e; }
.article-shell { padding: 150px 0 100px; background: var(--cream); }
.internal-page .article-shell { padding-top: 72px; }
.article { max-width: 780px; }
.article h1 { max-width: 780px; color: var(--ink); font-size: clamp(3rem, 7vw, 6rem); }
.article .dek { margin: 30px 0 50px; color: var(--muted); font-size: 1.2rem; line-height: 1.7; }
.article h2 { margin-top: 58px; font-size: 2.5rem; }
.article p, .article li { color: #40514b; font-size: 1.06rem; line-height: 1.8; }
.article li { margin: 12px 0; }
.article nav { margin-bottom: 40px; color: var(--orange-dark); font-size: .9rem; font-weight: 700; }
.article h3 { margin: 34px 0 10px; font-size: 1.55rem; line-height: 1.15; }
.article ul, .article ol { margin: 22px 0; padding-left: 1.35rem; }
.article .article-callout { margin: 38px 0; padding: 25px 28px; border-left: 3px solid var(--orange); background: var(--paper); }
.article .article-callout h2 { margin-top: 0; font-size: 1.9rem; }
.article .article-callout p:last-child { margin-bottom: 0; }
.article .checklist { margin: 30px 0; padding: 28px 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article .checklist h2 { margin-top: 0; font-size: 2rem; }
.article .checklist ul { margin-bottom: 0; list-style: "—  "; }
.article .faq { margin-top: 66px; padding-top: 8px; border-top: 1px solid var(--line); }
.article .faq h2 { margin-top: 38px; }
.article .related-notes { margin-top: 62px; padding-top: 30px; border-top: 1px solid var(--line); }
.article .related-notes h2 { margin-top: 0; font-size: 2rem; }
.article .related-notes a, .article .cta a { color: var(--orange-dark); font-weight: 700; }
@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, 600px); }
  .nav-links a:not(.nav-cta) { display: none; }
  .nav-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; white-space: nowrap; }
  .hero { min-height: 670px; background-position: 60% center; }
  .hero-content { padding-bottom: 76px; }
  h1 { font-size: clamp(3.2rem, 17vw, 5.2rem); }
  .button { min-height: 50px; padding: 12px 16px; line-height: 1.25; text-align: center; }
  .hero .button { display: flex; width: 100%; align-items: center; justify-content: center; margin: 0; }
  .hero .button + .button { margin-top: 12px; }
  .button-outline { margin-left: 0; }
  .section-cta { margin-top: 32px; }
  .section-cta .button { display: flex; width: 100%; max-width: 360px; min-height: 52px; align-items: center; justify-content: center; }
  .intro-grid, .split { grid-template-columns: 1fr; gap: 36px; }
  .feature-grid, .step-grid, .blog-grid { grid-template-columns: 1fr; }
  .feature { min-height: auto; }
  .feature h3 { margin-top: 30px; }
  .split-section { padding: 76px 0; }
  .steps { padding: 76px 0; }
  .steps-header, .blog-head, .footer-row { display: block; }
  .steps-header p { margin-top: 24px; }
  .blog-section { padding: 76px 0; }
  .blog-head a { display: inline-block; margin-top: 20px; }
  .internal-page .article-shell { padding-top: 48px; }
}
