:root {
    --ink: #172420;
    --muted: #5e6b65;
    --faint: #738078;
    --bg: #f7f8f5;
    --surface: #fff;
    --line: #dfe5dd;
    --accent: #246749;
    --display: "Google Sans Flex", sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: "Inter", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; border-radius: 3px; }
::selection { background: #d8ebcc; color: var(--ink); }
main, .site-nav, .footer { width: min(1120px, calc(100% - 80px)); margin-inline: auto; }
.site-nav { display: flex; justify-content: flex-end; align-items: center; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); font-size: .875rem; }
.nav-links { display: flex; gap: 28px; color: var(--muted); }
.nav-links a:hover { color: var(--accent); }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: center; column-gap: 64px; padding: 40px 0; }
.hero-photo { grid-column: 2; grid-row: 1; }
.hero-photo img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 4px; }
.hero-photo img:not([src]) { display: none; }
.hero-text { grid-column: 1; grid-row: 1; min-width: 0; }
.hero h1 { margin: 0 0 22px; font-family: var(--display); font-weight: 400; font-size: clamp(4rem, 8.5vw, 7.3rem); letter-spacing: -.065em; line-height: 1; }
.tagline { margin: 0 0 20px; font-family: var(--display); font-size: clamp(1.35rem, 2.3vw, 1.9rem); line-height: 1.3; letter-spacing: -.025em; }
.bio { max-width: 37ch; margin: 0; font-size: 1rem; color: var(--muted); }
.social { margin-top: 26px; font-size: .875rem; }
.social a { display: inline-flex; gap: 22px; align-items: center; border-bottom: 1px solid #9aac9f; padding: 5px 0; }
.social a:hover { color: var(--accent); }
.projects { padding: 24px 0 0; }
.section-label { font-family: var(--display); font-size: clamp(1.65rem, 3vw, 2.2rem); font-weight: 400; letter-spacing: -.035em; margin: 0; line-height: 1.2; }
.section-sub { margin: 8px 0 26px; color: var(--muted); font-size: .875rem; }
.project-group { display: grid; grid-template-columns: 220px minmax(0, 1fr); padding: 0 28px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); }
.project-group + .project-group { margin-top: 20px; }
.project-category { padding: 28px 24px 28px 0; margin: 0; font-family: var(--display); font-size: 1.25rem; font-weight: 500; letter-spacing: -.025em; }
.project-category::before { content: "01 /"; display: block; margin-bottom: 14px; font-family: "Inter", sans-serif; color: var(--accent); font-size: .75rem; font-weight: 500; letter-spacing: .04em; }
#places-food::before { content: "02 /"; }
.project-list { list-style: none; padding: 0; margin: 0; min-width: 0; }
.project-item + .project-item { border-top: 1px solid var(--line); }
.project-item a { display: flex; gap: 20px; align-items: center; padding: 25px 0; }
.index { width: 42px; height: 42px; display: grid; place-items: center; flex-shrink: 0; font-size: 1.4rem; border-radius: 10px; background: var(--bg); }
.project-text { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.name { font-family: var(--display); font-size: 1.35rem; font-weight: 500; letter-spacing: -.025em; line-height: 1.25; }
.desc { margin-top: 5px; font-size: 1rem; color: var(--muted); line-height: 1.5; }
.arrow { flex-shrink: 0; color: var(--faint); font-size: .875rem; transform: rotate(-45deg); transition: transform .2s, color .2s; }
.project-item a:hover .name { color: var(--accent); }
.project-item a:hover .arrow, .social a:hover .arrow { color: var(--accent); transform: rotate(-45deg) translateX(3px); }
.press { display: grid; grid-template-columns: 248px minmax(0, 1fr); margin: 32px 0 48px; padding: 28px; background: #eaf0e5; border: 1px solid #dde5d7; border-radius: 6px; }
.press .section-label { grid-column: 1; font-size: 1.5rem; }
.press .section-sub { grid-column: 1; margin: 8px 0 0; }
.press .project-list { grid-column: 2; grid-row: 1 / 3; align-self: center; }
.press .project-item a { padding: 0; }
.footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 22px 0 28px; border-top: 1px solid var(--line); font-size: .8125rem; color: var(--muted); }
.footer > span:last-child { text-align: right; }
.visit-counter { text-align: center; font-variant-numeric: tabular-nums; }
.footer a:hover { color: var(--accent); }
@media (max-width: 850px) {
    .hero { grid-template-columns: minmax(0, 1fr) 240px; gap: 30px; }
    .hero h1 { font-size: 5rem; }
    .project-group { grid-template-columns: 170px minmax(0, 1fr); padding-inline: 22px; }
    .press { grid-template-columns: 192px minmax(0, 1fr); padding: 22px; }
}
@media (max-width: 640px) {
    main, .site-nav, .footer { width: calc(100% - 40px); }
    .site-nav { padding-block: 18px; }
    .nav-links { gap: 20px; }
    .hero { grid-template-columns: 1fr; gap: 24px; padding: 24px 0 30px; }
    .hero-photo { grid-column: 1; grid-row: 1; }
    .hero-photo img { aspect-ratio: 4 / 5; object-position: center 38%; }
    .hero-text { grid-column: 1; grid-row: 2; }
    .hero h1 { font-size: clamp(3.3rem, 13vw, 5rem); margin-bottom: 14px; }
    .tagline { margin-bottom: 14px; }
    .social { margin-top: 18px; }
    .projects { padding-top: 8px; }
    .project-group { grid-template-columns: 1fr; padding: 0 18px; }
    .project-category { display: flex; gap: 14px; align-items: baseline; padding: 20px 0; border-bottom: 1px solid var(--line); }
    .project-category::before { margin: 0; }
    .project-item a { padding: 20px 0; gap: 14px; align-items: flex-start; }
    .index { width: 34px; height: 34px; font-size: 1.15rem; }
    .name { font-size: 1.2rem; }
    .arrow { font-size: .75rem; }
    .project-item .arrow { margin-top: 9px; }
    .press { display: block; padding: 22px 18px; margin: 24px 0 32px; }
    .press .project-list { margin-top: 24px; }
    .footer { grid-template-columns: 1fr; gap: 8px; text-align: center; }
    .footer > span:last-child { text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}
.project-note { font-size: .8em; font-weight: 400; color: var(--muted); }
