:root {
  --paper: #F7F5F0;
  --white: #FFFFFF;
  --ink: #101A26;
  --ink-soft: #3E4A57;
  --mid: #6B7683;
  --line: #DCD6C8;
  --brass: #A0803A;
  --brass-deep: #7E6428;
  --green: #2E6E52;
  --flag-light: #FBF3DC;
  --sans: 'Inter', -apple-system, 'Helvetica Neue', sans-serif;
  --serif: Georgia, 'Times New Roman', serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--sans); background: var(--paper); color: var(--ink); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }

.preview-banner { background: var(--flag-light); border-bottom: 1px solid var(--brass); color: var(--brass-deep); font-size: 12px; font-weight: 600; text-align: center; padding: 8px 16px; letter-spacing: 0.4px; }

header.site { display: flex; justify-content: space-between; align-items: baseline; max-width: 1040px; margin: 0 auto; padding: 26px 24px 10px; }
.wordmark { font-weight: 800; letter-spacing: 0.5px; font-size: 17px; text-decoration: none; }
.wordmark span { color: var(--brass); }
.house { font-size: 11.5px; color: var(--mid); letter-spacing: 1.2px; text-transform: uppercase; }

.hero { max-width: 860px; margin: 0 auto; padding: 56px 24px 40px; text-align: left; }
.hero h1 { font-size: clamp(32px, 5vw, 52px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.08; max-width: 780px; }
.hero h1 em { font-family: var(--serif); font-style: italic; font-weight: 500; color: var(--brass-deep); }
.hero .sub { margin-top: 20px; font-size: clamp(17px, 2vw, 20px); color: var(--ink-soft); max-width: 660px; }
.cta-row { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.btn { display: inline-block; background: var(--ink); color: var(--white); text-decoration: none; font-weight: 700; font-size: 16px; padding: 15px 28px; border-radius: 10px; border: none; cursor: pointer; }
.btn:hover { background: var(--brass-deep); }
.btn.secondary { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn.secondary:hover { border-color: var(--brass); color: var(--brass-deep); }
.cta-note { font-size: 13px; color: var(--mid); width: 100%; }

section.band { max-width: 860px; margin: 0 auto; padding: 34px 24px; }
section.band.alt { background: var(--white); max-width: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
section.band.alt > div { max-width: 860px; margin: 0 auto; padding: 0 24px; }
h2 { font-size: clamp(24px, 3vw, 32px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 14px; }
h2 em { font-family: var(--serif); font-style: italic; font-weight: 500; color: var(--brass-deep); }
.band p { color: var(--ink-soft); max-width: 700px; margin-bottom: 14px; }
.band p strong { color: var(--ink); }

.three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 22px 0 4px; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 22px; }
.band.alt .card { background: var(--paper); }
.card h3 { font-size: 16.5px; font-weight: 700; margin-bottom: 8px; }
.card p { font-size: 14.5px; color: var(--ink-soft); margin: 0; }
.card .phase { font-family: var(--serif); font-style: italic; color: var(--brass-deep); font-size: 15px; display: block; margin-bottom: 6px; }
@media (max-width: 760px) { .three { grid-template-columns: 1fr; } }

.limits { background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--brass); border-radius: 10px; padding: 20px 24px; max-width: 700px; }
.limits p { margin: 0; font-size: 15px; }

/* Article */
article.editorial { max-width: 680px; margin: 0 auto; padding: 40px 24px 60px; }
.masthead { text-align: center; border-bottom: 2px solid var(--ink); padding-bottom: 14px; margin-bottom: 8px; }
.masthead .name { font-family: var(--serif); font-weight: 700; font-size: 30px; letter-spacing: 0.5px; }
.paid-label { text-align: center; font-size: 11.5px; color: var(--mid); font-style: italic; padding: 8px 0 26px; }
article.editorial h1 { font-family: var(--serif); font-size: clamp(30px, 4.4vw, 42px); line-height: 1.15; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 18px; }
article.editorial .dek { font-size: 19px; font-weight: 600; color: var(--ink); margin-bottom: 22px; line-height: 1.5; }
article.editorial p { font-family: var(--serif); font-size: 18px; line-height: 1.72; color: #22303D; margin-bottom: 18px; }
article.editorial h2 { font-family: var(--sans); font-size: 21px; margin: 30px 0 10px; }
article.editorial .cta-block { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 26px; margin-top: 30px; font-family: var(--sans); }
article.editorial .cta-block p { font-family: var(--sans); font-size: 15.5px; margin-bottom: 12px; }

/* Form */
.form-wrap { max-width: 640px; margin: 0 auto; padding: 30px 24px 70px; }
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 32px; }
.form-intro { font-size: 15.5px; color: var(--ink-soft); margin-bottom: 24px; }
fieldset { border: none; margin-bottom: 22px; }
label.q, legend.q { display: block; font-weight: 700; font-size: 15.5px; margin-bottom: 6px; }
.micro { font-size: 13px; color: var(--mid); font-style: italic; margin-top: 6px; }
input[type=text], input[type=email], input[type=tel], input[type=date], select {
  width: 100%; padding: 12px 14px; font-size: 16px; border: 1.5px solid var(--line); border-radius: 8px; background: var(--paper); font-family: var(--sans);
}
input:focus, select:focus { outline: 2px solid var(--brass); border-color: var(--brass); }
.opt { display: flex; align-items: flex-start; gap: 10px; padding: 7px 0; font-size: 15px; }
.opt input { margin-top: 4px; }
.fine { font-size: 12.5px; color: var(--mid); margin-top: 14px; }

/* Thanks */
.steps { counter-reset: s; max-width: 680px; }
.step { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 20px 22px 20px 60px; margin-bottom: 12px; position: relative; }
.step::before { counter-increment: s; content: counter(s); position: absolute; left: 20px; top: 18px; width: 26px; height: 26px; border-radius: 50%; background: var(--ink); color: var(--white); font-weight: 700; font-size: 14px; display: flex; align-items: center; justify-content: center; }
.step strong { display: block; margin-bottom: 4px; }
.step p { font-size: 14.5px; color: var(--ink-soft); margin: 0; }
.video-ph { background: var(--ink); color: rgba(255,255,255,0.75); border-radius: 14px; aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; font-size: 15px; margin: 26px 0; max-width: 680px; }

footer.site { max-width: 860px; margin: 0 auto; padding: 34px 24px 60px; border-top: 1px solid var(--line); font-size: 12px; color: var(--mid); line-height: 1.7; }
