:root {
  color-scheme: light;
  --paper: #faf8f1;
  --ink: #243a30;
  --muted: #58655d;
  --line: #dedfd2;
  --pink: #f5dfe5;
  --yellow: #f6edc9;
  --green: #e0ecd9;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-underline-offset: .22em; }
a:focus-visible { outline: 3px solid #315c40; outline-offset: 6px; border-radius: 4px; }
::selection { background: #c9dec1; }
.shell { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 24px; padding: 12px; background: white; z-index: 5; }
.skip-link:focus { top: 12px; }
.site-header { display: flex; justify-content: space-between; align-items: center; padding-block: 30px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; gap: 9px; align-items: center; font-size: 25px; font-weight: 800; letter-spacing: -1.2px; text-decoration: none; }
.brand svg { width: 29px; height: 29px; }
.site-header nav { display: flex; align-items: center; gap: 26px; font-size: 14px; }
.site-header nav a { text-decoration: none; }
.site-header nav a:hover { text-decoration: underline; }
.site-note { color: var(--muted); }
.intro { padding: 77px 0 46px; max-width: 760px; }
.eyebrow { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 22px; }
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #6a8659; flex-shrink: 0; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 5.6vw, 69px); font-weight: 400; line-height: 1.08; letter-spacing: -.045em; margin-bottom: 24px; text-wrap: balance; }
h1 em { color: #627b4c; font-weight: 400; }
.intro > p:last-child { max-width: 540px; font-size: 17px; color: var(--muted); line-height: 1.75; margin-bottom: 0; }
.section-label { display: flex; justify-content: space-between; align-items: center; margin-bottom: 17px; color: var(--muted); font-size: 12px; }
.section-label h2 { font-size: inherit; font-weight: 600; margin: 0; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.project-card { display: flex; flex-direction: column; padding: 28px; border: 1px solid #243a3017; border-radius: 22px; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.project-card:hover { transform: translateY(-6px); box-shadow: 0 14px 25px #243a300c; }
.cards4 { --accent: var(--pink); }
.sandglass { --accent: var(--yellow); }
.teetrack { --accent: var(--green); }
.project-card, .project-art { background: var(--accent); }
.card-top { display: flex; justify-content: space-between; align-items: center; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.number { opacity: .65; }
.illustration { display: block; width: 170px; height: 160px; margin: 25px auto 17px; overflow: visible; }
.project-card h3 { font-size: 26px; letter-spacing: -.04em; margin-bottom: 12px; }
.project-card p { font-size: 14px; line-height: 1.7; color: #48564d; margin-bottom: 28px; }
.card-link { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 18px; border-top: 1px solid #243a3024; font-size: 13px; font-weight: 650; }
.arrow { font-size: 21px; line-height: 1; }
.closing-note { display: flex; gap: 10px; justify-content: center; align-items: center; margin: 32px 0 0; font-size: 12px; color: var(--muted); }
.closing-note span { color: #8a674d; font-size: 16px; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 74px; padding-block: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.site-footer p { margin: 0; }
.site-footer a { font-weight: 600; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 30px 0 0; list-style: none; font-size: 12px; color: var(--muted); }
.breadcrumbs li + li::before { content: "/"; margin-right: 9px; color: #849084; }
.detail-hero { display: grid; grid-template-columns: 1.3fr 1fr; gap: 68px; align-items: center; padding-block: 55px; }
.detail-hero h1 { font-size: clamp(40px, 5vw, 60px); }
.lead { color: var(--muted); font-size: 17px; line-height: 1.8; max-width: 550px; margin-bottom: 26px; }
.button { display: inline-flex; gap: 25px; align-items: center; padding: 14px 21px; background: var(--ink); color: var(--paper); border-radius: 9px; font-size: 14px; font-weight: 600; text-decoration: none; }
.button:hover { background: #3d5945; }
.project-art { display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 330px; border: 1px solid #243a3017; border-radius: 28px; transform: rotate(2deg); }
.project-art .illustration { width: 230px; height: 200px; margin: 12px auto 24px; }
.project-art p { font-size: 12px; letter-spacing: .08em; margin: 0; }
.detail-content { display: grid; grid-template-columns: .8fr 1.6fr; gap: 70px; padding-block: 40px; border-top: 1px solid var(--line); }
.detail-content h2 { font-family: Georgia, "Times New Roman", serif; font-size: 29px; font-weight: 400; letter-spacing: -.035em; line-height: 1.25; }
.detail-content p { line-height: 1.8; color: var(--muted); font-size: 15px; }
.feature-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 26px; }
.feature-list h3 { font-size: 14px; margin-bottom: 8px; }
.feature-list h3::before { content: "+"; color: #627b4c; margin-right: 7px; }
.feature-list p { font-size: 13px; margin: 0; }
.more-projects { border-top: 1px solid var(--line); padding-top: 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.more-projects h2 { font-size: 13px; margin: 0; color: var(--muted); font-weight: 500; }
.more-projects div { display: flex; flex-wrap: wrap; gap: 24px; font-size: 13px; }
@media (min-width: 1400px) { .intro { padding-top: 90px; } }
@media (max-width: 800px) {
  .project-grid { gap: 12px; }
  .project-card { padding: 20px; }
  .illustration { width: 140px; }
  .detail-hero { gap: 30px; }
  .detail-content { grid-template-columns: 1fr; gap: 5px; }
}
@media (max-width: 620px) {
  .shell { width: calc(100% - 36px); }
  .site-header { padding-block: 22px; }
  .site-note { display: none; }
  .intro { padding-block: 48px 36px; }
  .project-grid { grid-template-columns: 1fr; gap: 20px; }
  .project-card { padding: 26px; }
  .illustration { width: 170px; margin-block: 15px; }
  .project-card p { max-width: 340px; }
  .site-footer { margin-top: 48px; }
  .detail-hero { grid-template-columns: 1fr; padding-block: 38px; }
  .project-art { min-height: 250px; transform: rotate(1deg); margin: 7px 4px; }
  .project-art .illustration { width: 190px; height: 155px; }
  .feature-list { grid-template-columns: 1fr; gap: 22px; }
  .more-projects { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
  .project-card:hover { transform: none; }
}
