/* September 2026 campaign: personal photographs, warm paper, plain language. */
:root {
  color-scheme: light;
  --paper: #f5f1e8;
  --ink: #17201f;
  --muted: #555b56;
  --accent: #cb3b22;
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 6px; }
picture, img { display: block; }
img { width: 100%; height: 100%; object-fit: cover; }
h1, h2, p { margin: 0; }
.skip-link { position: absolute; z-index: 5; top: 1rem; left: var(--gutter); padding: 1rem; background: var(--paper); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.site-header { min-height: 100px; padding: 1.25rem var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.wordmark { font-size: 3.25rem; font-weight: 500; letter-spacing: -.065em; line-height: 1; padding-right: .065em; }
.header-download { display: inline-flex; align-items: center; gap: 1.5rem; min-height: 44px; font-size: 1rem; font-weight: 500; }
.header-download:hover { color: var(--accent); }
.hero { display: grid; grid-template-columns: 47% 53%; min-height: min(690px, calc(100svh - 100px)); }
.hero-copy { padding: clamp(2.5rem, 6vw, 6rem) var(--gutter); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
h1 { font-size: clamp(3.5rem, 6.4vw, 7.5rem); font-weight: 500; letter-spacing: -.065em; line-height: 1.015; text-wrap: balance; }
h1 span { color: var(--accent); }
.hero-description { margin-top: clamp(1.5rem, 2.7vw, 2.5rem); font-size: clamp(1.125rem, 1.65vw, 1.5rem); line-height: 1.4; letter-spacing: -.025em; }
.download { display: inline-flex; justify-content: space-between; align-items: center; gap: 2.5rem; min-height: 54px; margin-top: 1.75rem; padding: 1rem 1.5rem; border: 1px solid var(--ink); border-radius: 100px; background: var(--ink); color: var(--paper); font-size: 1rem; font-weight: 500; line-height: 1.2; white-space: nowrap; transition: background-color .15s, border-color .15s; }
.download:hover { background: var(--accent); border-color: var(--accent); }
.download span, .header-download span { font-size: 1.25rem; line-height: 1; }
.invitation-note { margin-top: 1rem; color: var(--muted); font-size: .875rem; line-height: 1.5; }
.hero-photo { position: relative; min-width: 0; min-height: 0; overflow: hidden; }
.hero-photo img { position: absolute; inset: 0; object-position: 50% 52%; }
.essentials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; padding: clamp(3.5rem, 6.5vw, 6.5rem) var(--gutter); }
.essentials h2 { font-size: clamp(1.75rem, 2.5vw, 2.5rem); font-weight: 500; letter-spacing: -.055em; line-height: 1.15; }
.essentials p { margin-top: .75rem; color: var(--muted); font-size: 1rem; line-height: 1.5; }
.moments { display: grid; grid-template-columns: 1fr 1fr; background: #eae4d8; }
.moments-photo { aspect-ratio: 1.15; min-width: 0; overflow: hidden; }
.moments-photo img { object-position: 50% 60%; }
.moments-copy { padding: 3rem var(--gutter); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.moments h2 { font-size: clamp(2.75rem, 5.15vw, 5.5rem); font-weight: 400; line-height: 1.025; letter-spacing: -.06em; text-wrap: balance; }
.moments .download { margin-top: 2rem; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 3rem var(--gutter); }
.site-footer .wordmark { font-size: 2.5rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 1.75rem; }
.site-footer nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: .9375rem; }
.site-footer nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
.site-footer small { color: var(--muted); font-size: .8125rem; }
@media (min-width: 1700px) { body { max-width: 1920px; margin-inline: auto; } }
@media (max-width: 1000px) and (min-width: 701px) {
  .hero { min-height: 570px; }
  h1 { font-size: clamp(2.75rem, 6vw, 3.75rem); }
  .site-footer { flex-wrap: wrap; }
  .site-footer small { width: 100%; }
}
@media (max-width: 700px) {
  .site-header { min-height: 80px; padding-block: 1rem; }
  .wordmark { font-size: 2.65rem; }
  .header-download { font-size: .9375rem; gap: 1rem; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding-block: 2.25rem 2rem; }
  h1 { max-width: 12ch; font-size: clamp(3.2rem, 12vw, 5.25rem); line-height: 1; }
  .hero-description { margin-top: 1.25rem; font-size: 1.125rem; }
  .download { margin-top: 1.25rem; }
  .invitation-note { margin-top: .75rem; }
  .hero-photo { height: 108vw; max-height: 640px; }
  .hero-photo img { object-position: center 57%; }
  .essentials { grid-template-columns: 1fr; gap: 1.75rem; padding-block: 2.75rem; }
  .essentials > div + div { border-top: 1px solid #17201f24; padding-top: 1.75rem; }
  .essentials h2 { font-size: 2rem; }
  .essentials p { margin-top: .5rem; }
  .moments { grid-template-columns: 1fr; }
  .moments-photo { aspect-ratio: 1.12; }
  .moments-copy { padding-block: 2.5rem 3rem; }
  .moments h2 { font-size: clamp(2.75rem, 11.5vw, 4.5rem); }
  .moments .download { margin-top: 1.5rem; }
  .site-footer { flex-wrap: wrap; gap: 1rem 2rem; padding-block: 2rem; }
  .site-footer nav { gap: 1.2rem; }
  .site-footer small { flex-basis: 100%; margin-top: .5rem; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }
