:root {
  color-scheme: light;
  --paper: #fffbed;
  --ink: #152d4a;
  --blue: #1748ce;
  --yellow: #f5ec70;
  --orange: #bd422c;
  --line: #d8d6c8;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-padding-top: 2rem; }
body { margin: 0; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.25em; }
a:focus-visible { outline: 3px solid currentColor; outline-offset: 6px; }
p { margin: 0; }
svg { display: block; }
em { font-weight: 400; }
::selection { color: var(--ink); background: var(--yellow); }
.page-width { width: min(88%, 82rem); margin-inline: auto; }
.skip-link { position: absolute; left: 1rem; top: -6rem; z-index: 10; padding: 1rem; color: var(--ink); background: var(--yellow); }
.skip-link:focus { top: 1rem; }

.site-header { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: 1.5rem; }
.small-wordmark { font-size: 1.75rem; font-weight: 750; letter-spacing: -0.075em; text-decoration: none; }
.small-wordmark span { color: var(--orange); }
nav { display: flex; align-items: center; flex-wrap: wrap; gap: clamp(1.25rem, 3vw, 3rem); }
nav a { padding-block: 0.75rem; font-size: 0.9375rem; text-decoration: none; }
nav a:hover { text-decoration: underline; }
nav span { margin-left: 0.3rem; }

.hero { padding-top: clamp(1.5rem, 3vw, 3rem); }
.hero-overline { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; font-size: 0.875rem; line-height: 1.6; }
.hero-overline p { font-weight: 600; }
.pairing { padding-inline: 0.5rem; font-family: var(--serif); font-size: 1.2em; font-style: italic; color: var(--orange); }
.shared-space { color: #52606a; }
.hero-wordmark { margin: 0 0 0.13em; color: var(--blue); font-size: clamp(5rem, 24vw, 22rem); font-weight: 700; line-height: 1.1; letter-spacing: -0.075em; }
.hero-wordmark > span { color: var(--ink); }
.hero-wordmark .brand-dot { color: var(--orange); }
.hero-introduction { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; padding-block: 1.5rem 4rem; }
.hero-introduction > * { min-width: 0; }
.hero-introduction h2, .section-heading h2, .travel-introduction h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2.8rem, 5.7vw, 5.6rem); line-height: 1.05; letter-spacing: -0.045em; margin: 0; }
.hero-introduction h2 em { color: var(--blue); }
.hero-note > p { max-width: 29rem; margin-top: 1.5rem; font-size: clamp(1.0625rem, 1.35vw, 1.2rem); line-height: 1.75; }
.button-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 1.75rem; padding: 1rem 1.4rem; border: 1px solid var(--blue); border-radius: 3rem; color: white; background: var(--blue); font-size: 1rem; font-weight: 600; text-decoration: none; transition: background 180ms ease, color 180ms ease; }
.button-link:focus-visible { outline-color: var(--blue); }
.button-link:hover { background: var(--yellow); color: var(--ink); }
.handwritten { display: inline-block; margin: 1rem 0 0 1rem; color: var(--orange); font-family: var(--serif); font-style: italic; font-size: 1.125rem; transform: rotate(-5deg); }
.snapshot { position: relative; display: block; padding: 0.7rem 0.7rem 0; margin: 1.5rem 0.4rem 1rem; background: white; color: var(--ink); box-shadow: 0 0.3rem 0.8rem rgb(21 45 74 / 10%); text-decoration: none; transform: rotate(3deg); transition: transform 250ms ease; }
.snapshot:hover { transform: rotate(1deg); }
.snapshot img { display: block; width: 100%; height: auto; }
.snapshot-label { position: absolute; left: 1.5rem; top: -1.15rem; padding: 0.65rem 1.1rem; background: var(--yellow); color: var(--ink); font-size: 0.9375rem; font-weight: 600; transform: rotate(-7deg); }
.snapshot-caption { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0.6rem; font-family: var(--serif); font-size: clamp(1rem, 1.5vw, 1.4rem); font-style: italic; line-height: 1.4; }
.snapshot-caption > span:last-child { color: var(--orange); font-size: 1.5rem; font-style: normal; }
.hero-signoff { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.75rem 2.5rem; padding-block: 1.7rem; border-top: 1px solid var(--line); font-size: 0.875rem; font-weight: 600; }

.eyebrow { font-size: 0.875rem; font-weight: 600; line-height: 1.6; letter-spacing: 0.025em; margin-bottom: 1.2rem; }
.travel-section { padding-block: clamp(4rem, 7vw, 7rem); color: var(--paper); background: var(--blue); }
.travel-introduction { display: grid; grid-template-columns: 1.6fr 1fr; gap: 3rem; align-items: end; margin-bottom: 3rem; }
.travel-introduction h2 { font-size: clamp(2.5rem, 4.7vw, 4.6rem); }
.travel-introduction h2 em { color: var(--yellow); }
.travel-introduction > p { max-width: 24rem; margin-bottom: 0.25rem; font-size: 1.0625rem; line-height: 1.75; }
.travel-postcard { display: block; padding: 0.75rem 0.75rem 0; color: var(--ink); background: var(--paper); text-decoration: none; }
.travel-postcard:focus-visible { outline-color: var(--yellow); }
.postcard-image { position: relative; isolation: isolate; overflow: hidden; aspect-ratio: 2.15 / 1; min-height: 20rem; background: #071a27; }
.postcard-image > img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.travel-postcard:hover img { transform: scale(1.025); }
.postcard-stamp { position: absolute; top: 1.5rem; left: 1.5rem; padding: 1.2rem 1.6rem; color: var(--ink); background: var(--yellow); border-radius: 50%; font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.9rem); line-height: 1.2; text-align: center; transform: rotate(-8deg); }
.play-link { position: absolute; right: 1.5rem; bottom: 1.5rem; display: flex; align-items: center; gap: 0.7rem; padding: 1rem 1.3rem; border-radius: 3rem; font-size: 0.9375rem; background: var(--paper); color: var(--ink); }
.play-link svg { width: 1.25rem; height: 1.25rem; }
.travel-postcard:hover .play-link { background: var(--yellow); }
.postcard-bottomline { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem 2rem; padding: 1.5rem 1rem 1.7rem; }
.postcard-bottomline > span:first-child { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.2; letter-spacing: -0.035em; }
.postcard-caption { margin-left: auto; font-size: 0.875rem; line-height: 1.75; }
.postcard-arrow { font-size: 2.25rem; color: var(--blue); }
.photo-highlights { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; margin-top: 1.5rem; }
.photo-highlights > a { display: block; padding: 0.6rem 0.6rem 0; color: var(--ink); background: var(--paper); text-decoration: none; }
.photo-highlights > a:focus-visible { outline-color: var(--yellow); }
.photo-highlights > a:hover { background: var(--yellow); }
.photo-highlights img { display: block; width: 100%; height: auto; }
.photo-highlights > a > span { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem 0.65rem; font-family: var(--serif); font-style: italic; font-size: clamp(1.1rem, 2vw, 1.75rem); line-height: 1.3; }
.travel-signoff { padding-top: 2rem; font-family: var(--serif); font-style: italic; font-size: 1.125rem; line-height: 1.6; text-align: center; }

.people-section { padding-block: clamp(4rem, 7vw, 7rem); }
.section-heading { display: grid; grid-template-columns: 1.6fr 1fr; align-items: end; gap: 3rem; margin-bottom: 3rem; }
.section-heading h2 { font-size: clamp(2.5rem, 4.7vw, 4.6rem); }
.section-heading h2 em { color: var(--blue); }
.section-heading > p { max-width: 25rem; font-size: 1.0625rem; line-height: 1.75; }
.people-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.person { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(1.5rem, 3.5vw, 3.5rem); border-radius: 0.4rem 2.8rem 0.4rem 0.4rem; }
.person-katina { background: #e8edf9; }
.person-steve { background: var(--yellow); }
.person-topline { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; font-size: 0.875rem; line-height: 1.4; padding-bottom: 1.75rem; }
.initials { display: grid; place-items: center; width: 2.8rem; height: 2.8rem; flex-shrink: 0; border: 1px solid currentColor; border-radius: 50%; font-size: 0.875rem; transform: rotate(-10deg); }
.person h3 { margin: 0; font-size: clamp(2.2rem, 3.6vw, 3.6rem); font-weight: 500; letter-spacing: -0.055em; line-height: 1.1; }
.person h3 span { font-family: var(--serif); font-style: italic; font-weight: 400; }
.person-role { margin-top: 1rem; font-size: 0.9375rem; font-weight: 600; }
.person-bio { max-width: 29rem; margin-block: 1.5rem 2rem; font-size: 1.0625rem; line-height: 1.8; }
.person-link { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; padding-block: 1.1rem 0.4rem; border-top: 1px solid currentColor; font-size: 0.9375rem; line-height: 1.5; text-decoration: none; }
.person-link:hover { text-decoration: underline; }

.site-footer { background: var(--yellow); }
.footer-content { padding-block: 3rem 1.5rem; }
.footer-note { font-family: var(--serif); font-size: clamp(2rem, 4.6vw, 4.5rem); line-height: 1.2; letter-spacing: -0.04em; padding-bottom: 2.5rem; }
.footer-note > span { display: inline-block; margin-left: 0.35rem; color: var(--orange); font-family: sans-serif; font-size: 0.7em; transform: rotate(-12deg); }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem 2rem; padding-top: 1.3rem; border-top: 1px solid #a9a453; }
.footer-bottom p, .footer-bottom > a:last-child { font-size: 0.875rem; line-height: 1.6; }
.footer-bottom > a:last-child { padding-block: 0.8rem; }

@media (max-width: 900px) {
  .hero-introduction { gap: 2.5rem; }
  .hero-introduction h2 { font-size: clamp(2.8rem, 6vw, 4rem); }
  .handwritten { display: block; margin-left: 0; }
  .travel-introduction, .section-heading { grid-template-columns: 1.3fr 1fr; gap: 2rem; }
  .person h3 span { display: block; }
}

@media (max-width: 650px) {
  .page-width { width: 88%; }
  .site-header { gap: 1rem; padding-block: 1rem; }
  .small-wordmark { font-size: 1.5rem; }
  nav { gap: 0.8rem; }
  nav a { font-size: 0.875rem; }
  .shared-space { display: none; }
  .hero-wordmark { font-size: 24vw; margin-top: 0.08em; margin-bottom: 0.15em; }
  .hero-introduction, .section-heading, .people-grid, .travel-introduction { grid-template-columns: minmax(0, 1fr); }
  .hero-introduction { gap: 2rem; padding-block: 1rem 2.5rem; }
  .hero-introduction h2 { font-size: clamp(2.8rem, 11.5vw, 4.5rem); }
  .hero-note > p { margin-top: 1.25rem; }
  .handwritten { display: inline-block; margin-left: 0.75rem; }
  .snapshot { max-width: 29rem; margin: 1.5rem 0.6rem 0.5rem; }
  .snapshot-caption { font-size: 1.125rem; }
  .hero-signoff { gap: 0.6rem 1.25rem; line-height: 1.5; }
  .travel-introduction, .section-heading { gap: 1.5rem; margin-bottom: 2.5rem; }
  .travel-introduction > p, .section-heading > p { max-width: 29rem; }
  .travel-introduction h2, .section-heading h2 { font-size: clamp(2.3rem, 8.5vw, 3.8rem); }
  .travel-postcard { padding: 0.5rem 0.5rem 0; }
  .postcard-image { aspect-ratio: 4 / 5; min-height: 0; }
  .postcard-stamp { top: 1rem; left: 1rem; padding: 1rem 1.25rem; font-size: 1.25rem; }
  .play-link { left: 1rem; right: auto; bottom: 1rem; padding: 0.85rem 1rem; }
  .postcard-bottomline { gap: 0.75rem; padding: 1.1rem 0.5rem 1.25rem; }
  .postcard-bottomline > span:first-child { flex-basis: 100%; }
  .postcard-caption { margin-left: 0; }
  .postcard-arrow { margin-left: auto; }
  .photo-highlights { grid-template-columns: minmax(0, 1fr); }
  .person { padding: 2rem 1.5rem; }
  .person h3 { font-size: clamp(2rem, 7vw, 3rem); }
  .person h3 span { display: inline; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 0.75rem; }
}

@media (max-width: 380px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: 0.25rem; }
  nav { width: 100%; justify-content: space-between; }
  .handwritten { display: block; margin-left: 0; }
  .snapshot-caption { font-size: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .snapshot, .button-link, .postcard-image > img { transition: none; }
  .snapshot:hover { transform: rotate(3deg); }
  .travel-postcard:hover img { transform: none; }
}
