:root {
  color-scheme: light;
  --ink: #201e1b;
  --muted: #645e56;
  --paper: #f5f2ed;
  --surface: #fffdfa;
  --line: #ded6cb;
  --copper: #ad6337;
  --copper-dark: #86451f;
  --dark: #1c1b19;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 1rem/1.5 Arial, Helvetica, sans-serif; }
a { color: inherit; }
a:focus-visible { outline: 3px solid #cd8651; outline-offset: 4px; border-radius: 3px; }
.wrap { width: min(1200px, calc(100% - 56px)); margin-inline: auto; }
.site-header { background: #fff; border-bottom: 1px solid #e9e3dc; }
.header-inner { min-height: 91px; display: flex; align-items: center; gap: 35px; }
.brand { display: inline-flex; align-items: center; flex: none; }
.brand img { display: block; width: 190px; height: auto; }
.header-nav { display: flex; gap: 32px; align-items: center; margin-left: auto; }
.header-nav a { text-decoration: none; color: #3a332e; font-size: .91rem; font-weight: 700; }
.header-nav a:hover { color: var(--copper-dark); }
.country { flex: none; border-left: 1px solid #d5cdc3; padding-left: 25px; color: #777068; font-size: .74rem; font-weight: 800; letter-spacing: .15em; }
.hero { background: var(--dark); color: #f6f1eb; position: relative; overflow: hidden; }
.hero:before { content: ""; position: absolute; inset: 0 auto 0 0; width: 7px; background: var(--copper); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr); align-items: center; gap: clamp(32px, 6vw, 85px); padding-block: 53px 58px; }
.hero-copy { max-width: 610px; }
.eyebrow { color: #dda87d; text-transform: uppercase; font-size: .76rem; font-weight: 800; letter-spacing: .17em; margin: 0 0 23px; display: flex; align-items: center; gap: 13px; }
.eyebrow:before { content: ""; width: 28px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, .section-title, .featured-title, .notice h2 { font-family: Georgia, 'Times New Roman', serif; }
h1 { font-size: clamp(2.7rem, 4.6vw, 4.65rem); letter-spacing: -.052em; line-height: 1.07; font-weight: 500; margin-bottom: 20px; }
h1 em { color: #dba47a; font-weight: 400; }
.hero-copy > p:not(.eyebrow) { max-width: 48ch; color: #d3cbc2; font-size: 1.05rem; line-height: 1.62; margin-bottom: 27px; }
.hero-facts { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; font-size: .83rem; color: #d7cdc2; }
.hero-facts strong { color: #f5ede4; font-size: 1rem; }
.hero-facts span + span { border-left: 1px solid #5b5550; padding-left: 20px; }
.featured-form { background: #f9f5ee; color: var(--ink); border-radius: 3px; padding: 29px 30px 27px; position: relative; box-shadow: 11px 11px 0 #a55b32; }
.featured-form:before { content: ""; position: absolute; top: 0; left: 0; width: 105px; height: 4px; background: var(--copper); }
.featured-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--copper-dark); font-size: .73rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; margin-bottom: 23px; }
.file-mark { border: 1px solid #cbbba9; border-radius: 2px; padding: 4px 6px; font-size: .67rem; letter-spacing: .05em; color: #76645a; }
.featured-title { font-weight: 500; letter-spacing: -.035em; font-size: clamp(2rem, 3vw, 2.8rem); line-height: 1.12; margin-bottom: 14px; }
.featured-form > p { color: #5f574d; line-height: 1.5; font-size: .93rem; margin-bottom: 23px; }
.main-download { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 17px; min-height: 50px; color: #fff; background: var(--copper-dark); text-decoration: none; font-weight: 800; font-size: .92rem; border-radius: 3px; }
.main-download:hover { background: #6b3419; }
.featured-source { border-top: 1px solid #ddd0bf; padding-top: 14px; margin-top: 19px; color: #685e54; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 5px 12px; font-size: .78rem; }
.featured-source a { color: var(--copper-dark); font-weight: 700; text-underline-offset: 3px; }
.directory { display: grid; grid-template-columns: 205px minmax(0,1fr); gap: clamp(28px, 5vw, 65px); padding-block: 53px 69px; }
.side { align-self: start; position: sticky; top: 25px; }
.side-label { margin: 0 0 17px; color: var(--copper-dark); text-transform: uppercase; letter-spacing: .15em; font-weight: 800; font-size: .72rem; }
.side-nav { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.side-nav a { text-decoration: none; display: flex; justify-content: space-between; gap: 15px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .89rem; font-weight: 700; }
.side-nav a:hover { color: var(--copper-dark); }
.side-nav small { color: #a35d37; font-size: .76rem; }
.side-note { margin-top: 26px; color: #686159; line-height: 1.5; font-size: .82rem; }
.side-note strong { color: var(--ink); display: block; font-size: .86rem; margin-bottom: 5px; }
.section { margin-bottom: 49px; scroll-margin-top: 24px; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; border-bottom: 1px solid #c9bbae; padding-bottom: 13px; margin-bottom: 17px; }
.section-title { margin: 0; font-size: clamp(1.65rem, 2.5vw, 2.15rem); font-weight: 500; line-height: 1.2; letter-spacing: -.035em; }
.section-heading p { margin: 0; color: #756c63; font-size: .82rem; }
.cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.form-card { min-height: 251px; background: var(--surface); border: 1px solid var(--line); padding: 21px 22px 19px; display: flex; flex-direction: column; transition: border-color .18s, transform .18s, box-shadow .18s; }
.form-card:hover { border-color: #c6a17f; box-shadow: 0 10px 20px rgba(68,47,30,.07); transform: translateY(-2px); }
.card-meta { display: flex; justify-content: space-between; gap: 9px; align-items: center; margin-bottom: 18px; }
.card-number { color: var(--copper); font: 1.08rem Georgia, 'Times New Roman', serif; }
.card-type { font-size: .69rem; line-height: 1.25; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; color: #735f50; background: #f3ece4; padding: 6px 8px; }
.form-card h3 { font-size: 1.16rem; line-height: 1.28; letter-spacing: -.02em; margin-bottom: 9px; }
.form-card > p { color: #5d574f; font-size: .88rem; line-height: 1.5; margin-bottom: 19px; }
.card-bottom { margin-top: auto; border-top: 1px solid #e9e2da; padding-top: 13px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; align-items: center; }
.agency { font-size: .74rem; color: #736c64; }
.card-download { color: var(--copper-dark); text-decoration: none; font-size: .86rem; font-weight: 800; white-space: nowrap; }
.card-download:hover { text-decoration: underline; text-underline-offset: 3px; }
.source-ref { display: block; color: #736c64; font-size: .75rem; margin-top: 9px; line-height: 1.4; }
.source-ref a { color: var(--copper-dark); text-underline-offset: 2px; }
.notice { border-top: 3px solid var(--copper); background: #eee7dc; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 25px 27px 22px; scroll-margin-top: 20px; }
.notice h2 { font-weight: 500; letter-spacing: -.02em; font-size: 1.35rem; margin: 0 0 8px; }
.notice p { color: #514b45; font-size: .87rem; line-height: 1.55; margin: 0; }
.site-footer { background: #201e1b; color: #d0c8be; padding: 28px 0; border-top: 4px solid var(--copper); }
.footer-inner { display: flex; justify-content: space-between; align-items: start; gap: 20px; }
.site-footer strong { display: block; color: #fff3e8; font-family: Georgia, 'Times New Roman', serif; font-weight: 500; font-size: 1.35rem; margin-bottom: 4px; }
.site-footer p { max-width: 720px; margin: 0; font-size: .79rem; }
.site-footer a { color: #eee1d3; font-size: .82rem; white-space: nowrap; }
@media (max-width: 950px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  .featured-form { padding: 25px; }
  .directory { grid-template-columns: 170px minmax(0,1fr); gap: 28px; }
  .cards { grid-template-columns: 1fr; }
  .form-card { min-height: 0; }
}
@media (max-width: 700px) {
  .wrap { width: min(100% - 34px, 560px); }
  .header-inner { min-height: 73px; gap: 14px; }
  .brand img { width: 148px; }
  .header-nav { margin-left: auto; gap: 0; }
  .header-nav a { font-size: .81rem; }
  .header-nav a + a, .country { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 27px; padding-block: 35px 43px; }
  h1 { font-size: clamp(2.5rem, 10vw, 3.6rem); }
  .hero-copy > p:not(.eyebrow) { font-size: .97rem; margin-bottom: 17px; }
  .eyebrow { margin-bottom: 17px; }
  .featured-form { box-shadow: 7px 7px 0 #a55b32; padding: 22px; margin-right: 7px; }
  .featured-meta { margin-bottom: 15px; }
  .featured-title { font-size: 2rem; }
  .directory { display: block; padding-block: 33px 47px; }
  .side { position: static; margin-bottom: 30px; }
  .side-label { margin-bottom: 9px; }
  .side-nav { flex-direction: row; flex-wrap: wrap; border: 0; gap: 8px; }
  .side-nav a { border: 1px solid var(--line); background: var(--surface); padding: 8px 11px; font-size: .78rem; gap: 9px; }
  .side-note { margin-top: 13px; font-size: .78rem; }
  .side-note strong { display: inline; margin: 0 4px 0 0; }
  .section { margin-bottom: 34px; }
  .section-heading { align-items: start; flex-direction: column; gap: 3px; }
  .cards { gap: 10px; }
  .form-card { padding: 20px; }
  .notice { grid-template-columns: 1fr; gap: 18px; padding: 22px; }
  .footer-inner { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .form-card { transition: none; }
}
