@font-face { font-family: "Source Serif 4"; src: url("/fonts/SourceSerif4-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Source Serif 4"; src: url("/fonts/SourceSerif4-Semibold.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Source Serif 4"; src: url("/fonts/SourceSerif4-It.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Source Serif 4 Display"; src: url("/fonts/SourceSerif4Display-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url("/fonts/SourceSans3-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url("/fonts/SourceSans3-Semibold.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url("/fonts/SourceSans3-It.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("/fonts/CormorantGaramond-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("/fonts/CormorantGaramond-MediumItalic.woff2") format("woff2"); font-weight: 500; font-style: italic; font-display: swap; }

:root {
  --paper: #f3efe6;
  --paper-deep: #e6dfd1;
  --sheet: #fffdf8;
  --ink: #1c1915;
  --muted: #5c564e;
  --line: #d9d0c2;
  --crimson: #9c2f1a;
  --serif: "Source Serif 4 Display", "Source Serif 4", Georgia, serif;
  --text: "Source Serif 4", Georgia, serif;
  --sans: "Source Sans 3", "Avenir Next", "Segoe UI", sans-serif;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1.0625rem; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--crimson); text-underline-offset: 0.16em; }
a:hover { color: #7d2414; }
h1, h2, h3, .specimen-name { font-family: var(--serif); font-weight: 400; letter-spacing: -0.02em; line-height: 1.04; }
p { margin: 0 0 1rem; }
button, input { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--crimson); outline-offset: 3px; }
::selection { background: #ead7cf; }

.skip { position: absolute; left: 12px; top: -48px; background: var(--ink); color: var(--sheet); padding: 8px 12px; z-index: 40; }
.skip:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.wrap-l { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; gap: 18px; min-height: 72px; padding: 12px 22px; background: rgba(243, 239, 230, 0.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(8px); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.brand-name { font-family: var(--text); font-size: 1.25rem; letter-spacing: -0.02em; }
.brand-name em { font-style: italic; color: var(--crimson); }
.mark { width: 28px; height: 28px; display: block; }
.site-nav { display: none; }
.site-nav a { color: var(--ink); text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--crimson); }
.site-nav a.btn, .site-nav a.btn-small, .header-cta { color: var(--sheet); }
.site-nav a.btn:hover, .site-nav a.btn-small:hover, .header-cta:hover { color: white; }
.header-tools { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.nav-toggle { width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; padding: 0; }
.burger, .burger::before, .burger::after { display: block; width: 16px; height: 1.5px; background: var(--ink); position: relative; margin: 0 auto; }
.burger::before, .burger::after { content: ""; position: absolute; left: 0; }
.burger::before { top: -5px; }
.burger::after { top: 5px; }

.btn, .btn-small, .btn-ghost { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 16px; border: 1px solid var(--ink); background: var(--ink); color: var(--sheet); text-decoration: none; cursor: pointer; }
.btn:hover, .btn-small:hover { background: #000; color: white; }
.btn-small { min-height: 40px; padding: 0 12px; font-size: 0.95rem; }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--sheet); }
.btn-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }

.kicker { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--crimson); margin: 0 0 12px; font-weight: 600; }
.lede { font-size: 1.2rem; max-width: 40rem; color: var(--ink); }

.hero { padding: 42px 0 28px; }
.hero-grid { display: grid; gap: 28px; align-items: end; }
.hero h1 { font-size: clamp(2.7rem, 6vw, 5.15rem); margin: 0 0 16px; }
.proof { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 22px 0 0; list-style: none; }
.proof li { border: 1px solid var(--line); padding: 6px 10px; font-size: 0.92rem; background: rgba(255,253,248,0.7); }
.hero-frame { position: relative; }
.hero-photo { width: 100%; height: min(560px, 78vw); object-fit: cover; }
.specimen { background: var(--sheet); color: var(--ink); width: min(280px, 74%); margin: -18% auto 0; padding: 28px 22px 18px; box-shadow: 0 18px 50px rgba(40, 28, 16, 0.18), 0 0 0 1px rgba(40, 28, 16, 0.05); display: flex; flex-direction: column; min-height: 360px; }
.specimen-mark { text-align: center; letter-spacing: 0.18em; font-size: 0.72rem; margin: 0 0 8px; }
.specimen-name { text-align: center; font-size: 1.7rem; margin: 0; }
.specimen-tag { text-align: center; letter-spacing: 0.14em; text-transform: uppercase; color: var(--crimson); font-size: 0.68rem; margin: 8px 0 12px; }
.specimen-rule { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); height: 4px; margin: 0 12px 16px; }
.specimen-body { color: var(--muted); font-family: var(--text); font-style: italic; text-align: center; font-size: 0.92rem; }
.specimen footer { margin-top: auto; text-align: center; font-size: 0.68rem; letter-spacing: 0.02em; color: var(--muted); }
.specimen footer span { display: block; }

.promise { background: var(--ink); color: #f3efe6; padding: 72px 0; }
.promise h2 { font-size: clamp(2rem, 4vw, 3.3rem); margin: 0 0 18px; max-width: 16ch; color: #f6f1e7; }
.promise p { color: #e7e0d4; max-width: 42rem; }
.promise-grid { display: grid; gap: 28px; }
.promise ul { list-style: none; padding: 0; margin: 0; }
.promise li { border-top: 1px solid rgba(243, 239, 230, 0.25); padding: 12px 0; font-size: 1.05rem; }

.section { padding: 76px 0; }
.section h2 { font-size: clamp(2rem, 4vw, 3rem); margin: 0 0 12px; }
.steps { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 22px; }
.steps li { border-top: 1px solid var(--line); padding-top: 16px; }
.steps span { display: block; font-size: 0.78rem; letter-spacing: 0.14em; color: var(--crimson); font-weight: 600; }
.steps h3 { font-family: var(--text); font-size: 1.7rem; margin: 6px 0; font-weight: 400; }

.file-grid, .card-grid, .industry-grid { display: grid; gap: 16px; margin-top: 28px; }
.file-card, .card, .industry-card { background: var(--sheet); border: 1px solid var(--line); padding: 18px; }
.file-card h3, .card h2, .card h3, .industry-card h2, .industry-card h3 { font-family: var(--text); font-size: 1.35rem; margin: 0 0 8px; font-weight: 400; letter-spacing: 0; line-height: 1.2; }
.card a, .industry-card a { color: inherit; text-decoration: none; }
.card p, .industry-card p, .file-card p { color: var(--muted); margin: 0; }
.mini { background: white; aspect-ratio: 8.5 / 11; overflow: hidden; margin-bottom: 12px; }
.mini svg { width: 100%; height: auto; display: block; }
.industry-card img { width: 100%; height: 180px; object-fit: cover; margin: -18px -18px 14px; max-width: none; width: calc(100% + 36px); }

.photo-band { display: grid; gap: 8px; }
.photo-band img { width: 100%; height: 240px; object-fit: cover; }
.photo-band figcaption { font-size: 0.85rem; color: var(--muted); padding-top: 6px; }

.faq details { border-top: 1px solid var(--line); padding: 14px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-family: var(--text); font-size: 1.28rem; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--crimson); }
.faq details[open] summary::after { content: "–"; }
.faq details p { max-width: 46rem; }

.crumbs { font-size: 0.92rem; color: var(--muted); margin: 0 0 14px; }
.crumbs a { color: var(--muted); }
.doc-head { padding: 36px 0 10px; }
.doc-head h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); margin: 0 0 12px; max-width: 16ch; }
.updated { color: var(--muted); font-size: 0.92rem; }
.doc-grid { display: grid; gap: 22px; padding-bottom: 64px; }
.toc { display: flex; flex-wrap: wrap; gap: 8px 14px; }
.toc a { color: var(--ink); }
.prose { max-width: 68ch; }
.prose h2 { font-size: 2rem; margin: 2rem 0 0.6rem; }
.prose h3 { font-family: var(--text); font-size: 1.35rem; font-weight: 400; margin: 1.4rem 0 0.4rem; }
.prose ul, .prose ol { padding-left: 1.2rem; }
.prose li { margin: 0.35rem 0; }
.prose table { width: 100%; border-collapse: collapse; font-size: 0.98rem; margin: 1rem 0 1.4rem; }
.prose th, .prose td { border-bottom: 1px solid var(--line); text-align: left; padding: 8px 12px 8px 0; vertical-align: top; }
.prose th { font-size: 0.75rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.callout { border-left: 3px solid var(--crimson); margin: 1.4rem 0; padding: 2px 0 2px 16px; }
.figure { margin: 1.4rem 0 1.8rem; }
.figure img { width: 100%; max-height: 460px; object-fit: cover; }
.figure figcaption { color: var(--muted); font-size: 0.9rem; margin-top: 8px; }

.closing { padding: 20px 0 80px; }
.site-footer { border-top: 1px solid var(--line); padding: 36px 0 48px; background: #efeadd; }
.footer-grid { display: grid; gap: 22px; }
.site-footer a { color: var(--ink); text-decoration: none; display: block; padding: 3px 0; }
.site-footer a:hover { color: var(--crimson); }
.site-footer h2 { font-family: var(--sans); font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin: 0 0 8px; font-weight: 600; }
.footer-brand p { max-width: 28rem; color: var(--muted); }
.legal { color: var(--muted); font-size: 0.9rem; margin-top: 22px; }

@media (min-width: 760px) {
  .hero-grid, .promise-grid, .steps, .file-grid, .doc-grid, .footer-grid { grid-template-columns: 1.1fr 0.9fr; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .file-grid, .card-grid { grid-template-columns: repeat(3, 1fr); }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .photo-band { grid-template-columns: 1.4fr 1fr 1fr; }
  .photo-band img { height: 320px; }
  .doc-grid { grid-template-columns: 200px 1fr; align-items: start; }
  .toc { flex-direction: column; position: sticky; top: 92px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); }
  .specimen { position: absolute; left: -6%; bottom: -8%; width: min(300px, 48%); margin: 0; }
  .hero { padding-bottom: 72px; }
}

@media (min-width: 980px) {
  .site-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
  .header-tools { display: none; }
  .card-grid.six { grid-template-columns: repeat(3, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
