:root {
  color-scheme: light;
  --ink: #101b1e;
  --muted: #505862;
  --subtle: #697380;
  --line: #cdd2d6;
  --gutter: clamp(24px, 5.4vw, 88px);
  font-family: "DM Sans", Arial, sans-serif;
  font-synthesis: none;
  color: var(--ink);
  background: #fff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a[href], button { cursor: pointer; }
button { font: inherit; color: inherit; border: 0; border-radius: 0; padding: 0; background: none; }
a, button { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible { outline: 2px solid #326454; outline-offset: 6px; }
::selection { color: var(--ink); background: #dce9e3; }
.shell { width: min(100%, 1600px); padding-inline: var(--gutter); margin-inline: auto; }
.arrow { display: inline-block; width: 1em; height: 1em; flex-shrink: 0; background: currentColor; mask: url('../turtle-alt/arrow-right.svg') center / contain no-repeat; transform: rotate(-45deg); }
.arrow-down { transform: rotate(90deg); }
.skip-link { position: fixed; top: -100px; left: 20px; background: var(--ink); color: white; padding: 16px; z-index: 10; }
.skip-link:focus { top: 12px; }
.site-header { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { font-weight: 700; font-size: 38px; line-height: 1; letter-spacing: -2px; }
.site-header nav { display: flex; gap: 46px; align-items: center; }
.site-header nav a { display: inline-flex; gap: 8px; align-items: center; padding-block: 12px; font-size: 17px; }
a:hover, button:hover { color: #466656; }
.hero { padding-top: 94px; }
h1 { font-size: clamp(62px, 8.55vw, 120px); font-weight: 700; line-height: 1.04; letter-spacing: -.052em; }
.hero-description { margin-top: 42px; max-width: 1060px; font-size: clamp(24px, 2.75vw, 34px); line-height: 1.35; letter-spacing: -.035em; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 3px; border-bottom: 1px solid currentColor; line-height: 1.4; }
.work-link { margin-top: 48px; font-size: 20px; }
.hero-facts { margin: 66px 0 0; padding-top: 32px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.hero-fact dt { font-size: clamp(30px, 3.1vw, 44px); font-weight: 600; line-height: 1; letter-spacing: -.045em; }
.hero-fact dd { margin: 10px 0 0; max-width: 21ch; color: var(--subtle); font-size: 16px; line-height: 1.35; letter-spacing: -.01em; }
.work { padding-top: 76px; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
h2 { font-size: clamp(36px, 5.3vw, 64px); font-weight: 600; line-height: 1.08; letter-spacing: -.05em; }
.section-heading > p { color: var(--subtle); font-size: 16px; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; row-gap: 76px; }
.project-visual { display: block; width: 100%; overflow: hidden; background: #eef0ed; }
.project-visual img { width: 100%; height: auto; aspect-ratio: 8 / 7; object-fit: contain; transition: transform .3s ease; }
.project-visual:hover img { transform: scale(1.025); }
.project h3 { margin-top: 24px; margin-bottom: 10px; font-size: 38px; line-height: 1.15; font-weight: 600; letter-spacing: -.04em; }
.project h3 a, .project h3 button { display: inline-flex; gap: 7px; align-items: center; text-align: left; font-weight: inherit; letter-spacing: inherit; }
.project h3 .arrow { width: .7em; height: .7em; }
.project p { color: var(--muted); font-size: 20px; line-height: 1.5; letter-spacing: -.025em; }
.project p.project-role { margin-top: 5px; color: var(--subtle); font-size: 16px; letter-spacing: -.01em; }
.project-store { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 16px; font-weight: 500; line-height: 1.4; }
.project-store::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #477a62; }
.project-store .arrow { width: .78em; height: .78em; }
.archive { margin-top: 70px; border-top: 1px solid var(--line); padding-top: 24px; display: flex; align-items: baseline; gap: 48px; }
.archive h3 { font-size: 16px; font-weight: 400; color: var(--subtle); }
.archive-links { display: flex; flex-wrap: wrap; gap: 20px 32px; }
.archive-links button { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; font-size: 17px; }
.about, .writing { margin-top: 100px; }
.about .section-heading { border-top: 1px solid var(--line); padding-top: 38px; margin-bottom: 48px; }
.about h2 { font-size: 22px; letter-spacing: -.02em; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.about-intro { font-size: clamp(30px, 3.8vw, 48px); line-height: 1.18; letter-spacing: -.04em; }
.about-copy { font-size: 20px; line-height: 1.6; color: var(--muted); }
.about-copy p + p { margin-top: 22px; }
.inline-links { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 32px; font-size: 16px; color: var(--ink); }
.writing h2 { font-size: clamp(30px, 3.5vw, 44px); }
.writing .section-heading > a { flex-shrink: 0; }
.writing-row { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 28px; padding-block: 26px; border-top: 1px solid var(--line); }
.writing-row:last-child { border-bottom: 1px solid var(--line); }
.writing-row h3 { font-size: 22px; font-weight: 400; letter-spacing: -.025em; }
.writing-row > span:not(.arrow) { color: var(--subtle); font-size: 15px; }
.contact { margin-top: 120px; padding-bottom: 100px; }
.contact h2 { font-size: clamp(44px, 6.5vw, 80px); }
.contact-bottom { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-top: 32px; }
.contact-bottom p { font-size: 22px; line-height: 1.5; color: var(--muted); }
.contact-bottom a { font-size: 26px; flex-shrink: 0; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-block: 30px; color: var(--muted); font-size: 15px; }
.site-footer { border-top: 1px solid var(--line); }
.site-footer > div { display: flex; align-items: center; gap: 30px; }
.site-footer a { display: inline-flex; align-items: center; gap: 5px; min-height: 44px; }
.gallery { width: min(1200px, calc(100% - 40px)); max-height: calc(100dvh - 40px); padding: 24px; border: 0; color: var(--ink); background: white; }
.gallery::backdrop { background: #101b1ed9; }
.gallery-bar, .gallery-controls { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.gallery-bar { margin-bottom: 20px; }
.gallery-bar h2 { font-size: 26px; }
.gallery > img { width: 100%; height: min(65dvh, 750px); object-fit: contain; background: #f3f4f2; }
.gallery-controls { margin-top: 20px; }
.gallery button { padding: 10px 16px; min-height: 44px; border: 1px solid var(--line); }
.gallery button:hover { background: #eef2ef; }
@media (min-width: 1400px) { .hero { padding-top: 140px; } .hero-facts { margin-top: 88px; } .work { padding-top: 100px; } }
@media (max-width: 760px) {
  .site-header { min-height: 100px; }
  .wordmark { font-size: 32px; }
  .site-header nav { gap: 24px; }
  .site-header nav a { font-size: 16px; }
  .hero { padding-top: 64px; }
  h1 { font-size: clamp(42px, 8.3vw, 62px); }
  .hero-description { font-size: 23px; margin-top: 30px; }
  .desktop-break { display: none; }
  .work-link { margin-top: 32px; font-size: 18px; }
  .hero-facts { margin-top: 48px; padding-top: 24px; gap: 20px; }
  .hero-fact dd { margin-top: 8px; font-size: 14px; }
  .work { padding-top: 54px; }
  .section-heading { flex-direction: column; gap: 14px; margin-bottom: 28px; }
  .project-grid { gap: 50px 20px; }
  .project h3 { font-size: 30px; margin-top: 20px; }
  .project p { font-size: 18px; }
  .project p.project-role { font-size: 14px; }
  .project-store { margin-top: 14px; font-size: 15px; }
  .archive { display: block; margin-top: 48px; }
  .archive-links { margin-top: 12px; gap: 8px 24px; }
  .about, .writing { margin-top: 70px; }
  .about-grid { grid-template-columns: 1fr; gap: 26px; }
  .about .section-heading { margin-bottom: 26px; }
  .about-copy { font-size: 18px; }
  .writing-row { gap: 16px; }
  .writing-row h3 { font-size: 19px; }
  .writing-row > span:not(.arrow) { font-size: 13px; }
  .contact { margin-top: 80px; padding-bottom: 60px; }
  .contact-bottom { align-items: start; flex-direction: column; }
  .contact-bottom p { font-size: 20px; }
  .site-footer { flex-direction: column; align-items: start; gap: 10px; }
}
@media (max-width: 540px) {
  .site-header { min-height: 92px; gap: 14px; }
  .site-header nav { gap: 18px; }
  .site-header nav a { font-size: 14px; }
  .site-header nav .arrow { display: none; }
  .wordmark { font-size: 30px; }
  .hero { padding-top: 48px; }
  h1 { font-size: clamp(36px, 9.1vw, 49px); line-height: 1.08; }
  .hero-description { font-size: 21px; line-height: 1.45; letter-spacing: -.025em; }
  .hero-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 18px; }
  .hero-fact dt { font-size: 28px; }
  .project-grid { grid-template-columns: 1fr; }
  h2 { font-size: 38px; }
  .section-heading > p { font-size: 15px; }
  .writing-row { grid-template-columns: 1fr auto; gap: 14px; }
  .writing-row h3 { grid-column: 1; }
  .writing-row > span:not(.arrow) { grid-column: 1; }
  .writing-row .arrow { grid-column: 2; grid-row: 1 / 3; }
  .contact h2 { font-size: 46px; }
  .gallery { padding: 16px; width: calc(100% - 24px); }
  .gallery-controls { gap: 8px; }
  .gallery button { padding-inline: 12px; font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
@media (max-width: 360px) { h1 { font-size: 32px; } }
