:root {
  color-scheme: light;
  --color-bg: #FFFFFF;
  --color-text: #160C28;
  --color-body: #473D5A;
  --color-muted: #706389;
  --color-accent: #4DAFEB;
  --color-surface: #D6CDE6;
  --color-border: rgb(71 61 90 / 20%);
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--color-bg); color: var(--color-body); font-family: var(--font-body); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--color-text); text-decoration-color: var(--color-accent); text-underline-offset: .25em; text-decoration-thickness: 2px; }
a:hover { text-decoration-color: var(--color-text); }
a:focus-visible { outline: 3px solid var(--color-accent); outline-offset: 3px; box-shadow: 0 0 0 6px var(--color-text); border-radius: 2px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { color: var(--color-text); }
h1, h2 { font-family: var(--font-display); font-weight: 400; letter-spacing: -.055em; }
h1 { font-size: clamp(4rem, 6.4vw, 6.5rem); line-height: 1.02; }
h1 em { font-weight: 400; }
h2 { font-size: clamp(2.7rem, 4vw, 4.25rem); line-height: 1.1; }
h3 { font-size: 1.05rem; font-weight: 600; line-height: 1.35; }
.shell { width: min(100% - 6rem, 1200px); margin-inline: auto; }
.section-space { padding-block: 6.25rem; }
.eyebrow { margin-bottom: 1.4rem; color: var(--color-body); font-size: .74rem; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; }
.text-link { display: inline-block; font-size: .93rem; font-weight: 600; }
.text-link span { margin-left: .25rem; }
.skip-link { position: absolute; top: .7rem; left: 1rem; z-index: 10; padding: .6rem 1rem; background: var(--color-text); color: var(--color-bg); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-header { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--color-border); }
.wordmark { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-size: 1.1rem; font-weight: 650; letter-spacing: -.025em; }
.wordmark img { width: 44px; border-radius: 10px; }
.site-header nav { display: flex; flex-wrap: wrap; align-items: center; gap: 1.7rem; }
.site-header nav a { text-decoration: none; font-size: .88rem; }
.site-header nav a:hover { text-decoration: underline; text-decoration-color: var(--color-accent); }
.hero { display: grid; grid-template-columns: 1.55fr 1fr; align-items: center; gap: 6rem; padding-block: 5.75rem 6.5rem; }
.lead { max-width: 34rem; margin-top: 2rem; color: var(--color-body); font-size: clamp(1.2rem, 1.7vw, 1.45rem); line-height: 1.5; letter-spacing: -.018em; }
.hero-detail { max-width: 31rem; margin-top: 1rem; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.4rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 1rem; padding: .8rem 1.2rem; border-radius: 5px; color: var(--color-text); text-decoration: none; font-size: .93rem; font-weight: 650; line-height: 1.3; }
.button-primary { background: var(--color-accent); }
.button-primary:hover { background: var(--color-surface); }
.download-note { max-width: 30rem; margin-top: 1rem; color: var(--color-muted); font-size: .78rem; line-height: 1.5; }
.identity-panel { display: flex; min-height: 450px; flex-direction: column; align-items: center; justify-content: center; padding: 3rem 1.8rem; border-radius: 4px; background: var(--color-surface); text-align: center; }
.hero-icon { width: 132px; border-radius: 29px; box-shadow: 0 12px 30px rgb(71 61 90 / 12%); }
.identity-name { margin-top: 1.6rem; color: var(--color-text); font-family: var(--font-display); font-size: 2.45rem; line-height: 1.1; letter-spacing: -.045em; }
.identity-description { margin-top: .8rem; font-size: 1rem; line-height: 1.5; }
.identity-meta { width: 100%; display: flex; justify-content: center; flex-wrap: wrap; column-gap: .8rem; margin-block: 1.8rem 1.3rem; padding-top: 1.25rem; border-top: 1px solid var(--color-border); font-size: .73rem; }
.identity-meta span + span::before { content: "·"; margin-right: .8rem; }
.identity-panel .text-link { font-size: .83rem; }
.story-section { border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); background: rgb(214 205 230 / 22%); }
.editorial-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 6rem; }
.story-copy p + p { margin-top: 1.3rem; }
.large-copy { color: var(--color-text); font-size: 1.3rem; line-height: 1.55; letter-spacing: -.02em; }
.story-copy .text-link { margin-top: 1.8rem; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 3rem; margin-bottom: 3rem; }
.section-heading > p { max-width: 26rem; font-size: .97rem; }
.section-heading .eyebrow { margin-bottom: 1rem; }
.image-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 2rem; row-gap: 3rem; }
figure { margin: 0; min-width: 0; }
.image-preview { display: flex; justify-content: center; align-items: center; width: 100%; height: 520px; padding: 2rem; background: rgb(214 205 230 / 36%); border-radius: 4px; }
.image-preview:hover { background: rgb(214 205 230 / 64%); }
.image-preview img { width: 100%; height: 100%; object-fit: contain; }
figcaption { padding-top: 1.2rem; }
.caption-title { display: flex; align-items: baseline; gap: .8rem; margin-bottom: .45rem; }
.image-number { color: var(--color-muted); font-size: .75rem; font-variant-numeric: tabular-nums; }
figcaption .text-link { font-size: .8rem; }
.icon-download { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 2rem; margin-top: 3rem; border-block: 1px solid var(--color-border); }
.icon-download-label { display: flex; align-items: center; gap: 1rem; }
.icon-download-label img { width: 64px; border-radius: 14px; }
.icon-download-label p { margin-top: .25rem; font-size: .87rem; }
.facts-section { background: var(--color-surface); }
.facts-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 5rem; align-items: start; }
.fact-list { margin: 0; }
.fact-list > div { display: grid; grid-template-columns: 10.5rem minmax(0, 1fr); gap: 1rem; padding-block: 1.1rem; border-bottom: 1px solid var(--color-border); }
.fact-list > div:first-child { border-top: 1px solid var(--color-border); }
dt { color: var(--color-body); font-size: .87rem; }
dd { margin: 0; color: var(--color-text); font-size: .93rem; overflow-wrap: anywhere; }
.privacy-note { padding: 2.2rem; background: var(--color-bg); border-radius: 4px; }
.privacy-note .eyebrow { margin-bottom: 1rem; font-size: .65rem; }
.privacy-note h3 { font-family: var(--font-display); font-size: 2.2rem; font-weight: 400; line-height: 1.1; letter-spacing: -.045em; }
.privacy-note ul { margin: 1.5rem 0; padding-left: 1.15rem; font-size: .9rem; }
.privacy-note li { padding-left: .2rem; }
.privacy-note li + li { margin-top: .7rem; }
.privacy-note li::marker { color: var(--color-muted); }
.availability { padding-top: 1.3rem; border-top: 1px solid var(--color-border); font-size: .8rem; line-height: 1.6; }
.privacy-note .text-link { margin-top: 1.2rem; font-size: .8rem; }
.contact-section { text-align: center; }
.contact-section p:not(.eyebrow) { max-width: 33rem; margin: 1.5rem auto 1rem; }
.contact-link { font-size: clamp(1.1rem, 2vw, 1.45rem); font-weight: 550; overflow-wrap: anywhere; }
.contact-link span { margin-left: .4rem; }
.site-footer { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 1rem; padding-block: 1.8rem; border-top: 1px solid var(--color-border); font-size: .75rem; }
.site-footer p { color: var(--color-muted); }
.site-footer div { display: flex; flex-wrap: wrap; gap: 1.5rem; }

@media (min-width: 1450px) {
  .hero { gap: 8rem; }
}

@media (max-width: 1000px) {
  .shell { width: min(100% - 4rem, 1200px); }
  .hero { gap: 3rem; grid-template-columns: 1.45fr 1fr; }
  .identity-panel { min-height: 410px; padding-inline: 1.4rem; }
  .editorial-grid { gap: 3rem; }
  .facts-grid { gap: 2.5rem; grid-template-columns: 1.15fr 1fr; }
  .fact-list > div { grid-template-columns: 8rem minmax(0, 1fr); }
  .image-preview { height: 460px; padding: 1.8rem; }
  .privacy-note { padding: 1.7rem; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 2.5rem, 1200px); }
  .section-space { padding-block: 4rem; }
  .site-header { flex-wrap: wrap; gap: 1rem; padding-block: 1.25rem; }
  .site-header nav { width: 100%; gap: 1.4rem; }
  .site-header nav a { font-size: .8rem; }
  .hero { grid-template-columns: 1fr; padding-block: 3.25rem 4rem; gap: 3rem; }
  .hero-copy { max-width: 38rem; }
  .lead { font-size: 1.25rem; margin-top: 1.6rem; }
  .identity-panel { min-height: auto; padding: 2.5rem 1.5rem; }
  .hero-icon { width: 112px; border-radius: 25px; }
  .identity-meta { max-width: 20rem; }
  .editorial-grid, .facts-grid { grid-template-columns: 1fr; gap: 2rem; }
  .large-copy { font-size: 1.15rem; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 1.3rem; margin-bottom: 2rem; }
  .section-heading > p { max-width: 35rem; }
  .image-grid { gap: 2rem 1.25rem; }
  .image-preview { height: 390px; padding: 1.1rem; }
  .caption-title { gap: .45rem; }
  .caption-title h3 { font-size: .92rem; }
  figcaption .text-link { font-size: .76rem; }
  .icon-download { align-items: flex-start; }
  .icon-download > .text-link { white-space: nowrap; font-size: .8rem; }
  .fact-list > div { grid-template-columns: 10.5rem minmax(0, 1fr); }
  .privacy-note { padding: 2rem; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  h1 { font-size: clamp(3.35rem, 14vw, 4rem); }
  .eyebrow { margin-bottom: 1rem; }
  .actions { gap: 1.2rem; }
  .image-grid { grid-template-columns: 1fr; row-gap: 2.5rem; }
  .image-preview { height: 500px; padding: 1.5rem; }
  .caption-title h3 { font-size: 1rem; }
  figcaption .text-link { font-size: .8rem; }
  .icon-download { flex-direction: column; gap: 1rem; }
  .icon-download-label p { font-size: .8rem; }
  .fact-list > div { grid-template-columns: 1fr; gap: .2rem; padding-block: .9rem; }
  dt { font-size: .77rem; }
  .privacy-note { padding: 1.5rem; }
}

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

@media print {
  .shell { width: 100%; }
  .site-header nav, .actions, .download-note, .image-preview + figcaption .text-link, .icon-download, .contact-section, .site-footer div { display: none; }
  .site-header { min-height: 60px; }
  .hero { gap: 2rem; padding-block: 2rem; grid-template-columns: 1.5fr 1fr; }
  h1 { font-size: 40pt; }
  h2 { font-size: 28pt; }
  .section-space { padding-block: 2rem; }
  .identity-panel { min-height: auto; padding: 1.5rem; }
  .hero-icon { width: 80px; border-radius: 18px; }
  .identity-name { font-size: 25pt; }
  .identity-description { font-size: 10pt; }
  .identity-meta { margin-block: 1rem; }
  .editorial-grid { grid-template-columns: 1fr 1.5fr; gap: 2rem; }
  .story-copy, .lead, .large-copy { font-size: 11pt; }
  .section-heading { gap: 2rem; }
  .section-heading > p { font-size: 10pt; }
  .image-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
  .image-preview { height: 230px; padding: .5rem; }
  .caption-title { gap: .3rem; }
  .caption-title h3 { font-size: 9pt; }
  .facts-grid { grid-template-columns: 1.4fr 1fr; gap: 2rem; }
  .fact-list > div { grid-template-columns: 7rem minmax(0, 1fr); gap: .5rem; padding-block: .5rem; }
  dt, dd, .privacy-note ul, .availability { font-size: 9pt; }
  .privacy-note { padding: 1rem; }
  .privacy-note h3 { font-size: 22pt; }
  figure, .privacy-note, .fact-list > div { break-inside: avoid; }
  a { text-decoration: none; }
}
