:root { color-scheme: light; --ink: #202724; --muted: #59615d; --blue: #233fce; --line: #d9ddda; }
* { box-sizing: border-box; }
body { margin: 0; background: #fafaf8; color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.65; }
.page { max-width: 980px; padding: 0 40px; margin: 0 auto; }
a { color: var(--blue); text-underline-offset: 5px; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 2px solid var(--blue); outline-offset: 6px; }
p { margin: 0 0 1.25rem; }
h1, h2 { line-height: 1.08; letter-spacing: -.055em; margin: 0 0 1.2rem; font-weight: 500; }
h1 { font-size: clamp(3rem, 6vw, 4.6rem); }
h2 { font-size: 2rem; }
.intro { display: grid; grid-template-columns: 1.6fr 1fr; align-items: center; gap: 4rem; padding: 6rem 0 4rem; }
.location, .label { font-size: .85rem; color: var(--muted); }
.location { margin-bottom: 1.5rem; }
.lead { font-size: 1.4rem; line-height: 1.4; max-width: 24ch; }
.intro p:not(.lead):not(.location) { color: var(--muted); max-width: 40ch; }
.email { display: inline-block; margin-top: .5rem; }
.portrait { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 30%; border-radius: 3px; }
.podcast, .blog { display: grid; grid-template-columns: 1fr 3fr; gap: 2rem; border-top: 1px solid var(--line); padding: 2.5rem 0; }
.podcast .label { padding-top: .25rem; }
.podcast p:not(.label) { color: var(--muted); }
footer { border-top: 1px solid var(--line); padding: 1.5rem 0 2rem; display: flex; justify-content: space-between; gap: 1.5rem; font-size: .85rem; }
footer p { color: var(--muted); margin: 0; }
footer nav { display: flex; flex-wrap: wrap; gap: 1.3rem; }
footer a { color: var(--ink); }
@media (max-width: 650px) { .page { padding: 0 24px; } .intro { grid-template-columns: 1fr; gap: 2rem; padding: 3rem 0; } .portrait { max-width: 260px; } .podcast, .blog { grid-template-columns: 1fr; gap: .5rem; } .podcast .label { margin-bottom: .5rem; } footer { flex-direction: column; gap: .75rem; } }

.blog .label { font-weight: 400; letter-spacing: normal; line-height: 1.65; padding-top: .25rem; }
.blog-posts { margin: 0 0 1.5rem; padding: 0; list-style: none; }
.blog-posts li { display: grid; gap: .3rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.blog-posts li:first-child { padding-top: 0; }
.blog-posts a { color: var(--ink); font-size: 1.15rem; line-height: 1.4; text-decoration: none; overflow-wrap: anywhere; }
.blog-posts a:hover { color: var(--blue); text-decoration: underline; }
.blog-posts time { color: var(--muted); font-size: .85rem; }

.dog-snapshots { display: flex; justify-content: flex-end; gap: .9rem; padding: .5rem .7rem 2rem; }
.dog-snapshot { width: 112px; max-width: 40%; margin: 0; padding: 6px 6px 3px; background: #fff; border: 1px solid #e8e9e5; box-shadow: 0 2px 5px rgb(32 39 36 / 7%); transform: rotate(-5deg); }
.dog-snapshot:nth-child(2) { transform: translateY(5px) rotate(5deg); }
.dog-snapshot img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; object-position: 65% 40%; }
.dog-snapshot figcaption { color: var(--muted); font-size: .8rem; line-height: 1.8; text-align: center; }
@media (max-width: 650px) { .dog-snapshots { justify-content: center; padding-top: 0; } }
