:root {
  --ink: #111a1e;
  --ink-soft: #29363b;
  --paper: #f4f0e8;
  --paper-deep: #e8e0d2;
  --sand: #c2a06e;
  --sand-light: #d8bd91;
  --mist: #aeb6b4;
  --line: rgba(17, 26, 30, 0.14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --page: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }

a { color: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid var(--sand);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: -80px;
  left: 16px;
  padding: 10px 14px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 700;
}

.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid rgba(244, 240, 232, 0.12);
  background: rgba(17, 26, 30, 0.96);
  color: #fff;
}

.reading-progress {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--sand), var(--sand-light), #fff0ca);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 90ms linear;
}

.header-inner {
  width: var(--page);
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--sand-light);
  color: var(--sand-light);
  font-family: var(--serif);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms ease, color 180ms ease;
}

.brand:hover .brand-mark { background: var(--sand-light); color: var(--ink); transform: rotate(-7deg) scale(1.05); }

.site-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 30px);
  list-style: none;
}

.site-nav { margin-left: auto; order: 2; }

.site-nav a {
  position: relative;
  display: inline-block;
  padding: 28px 0 25px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  height: 1px;
  background: var(--sand-light);
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav a:hover, .site-nav a[aria-current="page"] { color: #fff; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { opacity: 1; transform: scaleX(1); }

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: transparent;
  color: #fff;
  cursor: pointer;
  order: 4;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-left: 18px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  order: 3;
  white-space: nowrap;
}

.language-choice {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 31px;
  padding: 7px 9px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.66);
  font: inherit;
  cursor: pointer;
}

.language-choice:hover { color: #fff; }
.language-choice[aria-pressed="true"] { background: var(--sand-light); color: var(--ink); }
.language-flag { font-size: 1.05rem; line-height: 1; }
.language-name { font-size: 0.65rem; }

.eyebrow {
  margin: 0 0 14px;
  color: var(--sand);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.display {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 7.4vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.84;
}

.display em { font-weight: 500; }

.section-title {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.55rem, 4.4vw, 4.6rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.93;
}

.lead {
  max-width: 610px;
  margin: 24px 0 0;
  color: #3d484a;
  font-size: clamp(1.03rem, 1.45vw, 1.2rem);
  line-height: 1.75;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover { background: var(--sand); border-color: var(--sand); color: var(--ink); transform: translateY(-2px); }

.button--light { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.button--light:hover { border-color: var(--sand-light); background: var(--sand-light); }
.button--outline { border-color: var(--ink); background: transparent; color: var(--ink); }
.button--outline:hover { background: var(--ink); color: #fff; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span { font-size: 1rem; transition: transform 180ms ease; }
.text-link:hover span { transform: translateX(4px); }

.home-hero {
  position: relative;
  overflow: hidden;
  min-height: min(800px, calc(100vh - 76px));
  background: var(--ink);
  color: var(--paper);
}

.home-hero::before {
  position: absolute;
  width: 54vw;
  height: 54vw;
  right: -18vw;
  bottom: -30vw;
  border: 1px solid rgba(216, 189, 145, 0.28);
  border-radius: 50%;
  content: "";
}

.home-hero::after {
  position: absolute;
  top: -38vw;
  left: -28vw;
  width: 68vw;
  height: 68vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(194, 160, 110, 0.13), rgba(194, 160, 110, 0) 67%);
  content: "";
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  width: var(--page);
  min-height: min(800px, calc(100vh - 76px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: clamp(32px, 6vw, 100px);
  align-items: center;
}

.hero-copy { padding: 76px 0; }
.hero-copy .eyebrow { color: var(--sand-light); }
.hero-copy .lead { max-width: 510px; color: rgba(244, 240, 232, 0.77); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.home-hero .button--outline { border-color: rgba(244, 240, 232, 0.72); color: var(--paper); }
.home-hero .button--outline:hover { border-color: var(--sand-light); background: var(--sand-light); color: var(--ink); }

.hero-image-wrap {
  position: relative;
  justify-self: end;
  width: min(100%, 480px);
  padding: 0 0 34px 34px;
}

.hero-image-wrap::before {
  position: absolute;
  inset: 34px 34px 0 0;
  border: 1px solid rgba(216, 189, 145, 0.65);
  content: "";
}

.hero-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 48% center;
  filter: saturate(0.82) contrast(1.04);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-image { animation: portrait-drift 10s ease-in-out infinite; }
  .home-hero::after { animation: ambient-drift 15s ease-in-out infinite alternate; }

  .motion-reveal {
    opacity: 0;
    transform: translateY(24px);
  }

  .motion-reveal.is-visible {
    animation: reveal-up 680ms cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: var(--motion-delay, 0ms);
  }
}

@keyframes portrait-drift {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-8px) scale(1.012); }
}

@keyframes reveal-up {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes ambient-drift {
  from { transform: translate3d(-2vw, -1vw, 0) scale(0.94); opacity: 0.7; }
  to { transform: translate3d(10vw, 8vw, 0) scale(1.16); opacity: 1; }
}

.hero-caption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  max-width: 230px;
  padding: 13px 16px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.06rem;
  font-style: italic;
  line-height: 1.15;
}

.section { padding: clamp(78px, 11vw, 150px) 0; }
.section-inner { width: var(--page); margin: 0 auto; }
.section-header { display: flex; justify-content: space-between; gap: 36px; align-items: end; margin-bottom: clamp(38px, 6vw, 70px); }
.section-header .lead { margin-bottom: 3px; }

.featured-works { border-top: 1px solid var(--line); }

.work-list { display: grid; border-top: 1px solid var(--line); }

.work-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.48fr) minmax(240px, 0.88fr) minmax(200px, 0.76fr);
  gap: clamp(24px, 4vw, 62px);
  align-items: center;
  padding: 33px 0;
  border-bottom: 1px solid var(--line);
}

.work-type { color: #687275; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.work-name { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.1vw, 3.4rem); font-weight: 500; letter-spacing: -0.035em; line-height: 0.9; }
.work-row p { margin: 0; color: #465154; font-size: 0.96rem; line-height: 1.65; }

.three-columns { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.concept { min-height: 310px; padding: 30px 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.concept:first-child { border-left: 1px solid var(--line); }
.concept-number { color: var(--sand); font-family: var(--serif); font-size: 1.45rem; font-style: italic; }
.concept h3 { max-width: 240px; margin: 34px 0 12px; font-family: var(--serif); font-size: 2.15rem; font-weight: 500; letter-spacing: -0.035em; line-height: 0.95; }
.concept p { margin: 0; color: #4d5759; font-size: 0.93rem; line-height: 1.65; }

.dark-band { position: relative; overflow: hidden; background: #172226; color: var(--paper); }
.dark-band::after { position: absolute; top: -240px; right: -190px; width: 540px; height: 540px; border: 1px solid rgba(216, 189, 145, 0.28); border-radius: 50%; content: ""; }
.dark-band .section-inner { position: relative; z-index: 1; }
.dark-band .eyebrow { color: var(--sand-light); }
.dark-band .lead { color: rgba(244, 240, 232, 0.76); }

.editorial-grid { display: grid; grid-template-columns: 0.86fr 1.14fr; gap: clamp(40px, 8vw, 120px); align-items: center; }
.editorial-image { position: relative; }
.editorial-image::after { position: absolute; left: -19px; bottom: -19px; width: 100%; height: 100%; border: 1px solid var(--sand); content: ""; }
.editorial-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 4.7; object-fit: cover; filter: saturate(0.84); }
.editorial-copy { padding: 24px 0; }
.editorial-copy .section-title { max-width: 540px; }
.editorial-copy p { max-width: 600px; margin: 24px 0 0; color: #425052; font-size: 1.01rem; line-height: 1.8; }

.page-intro { padding: clamp(72px, 11vw, 150px) 0 clamp(62px, 9vw, 115px); background: var(--ink); color: var(--paper); }
.page-intro .section-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(190px, 0.38fr); gap: 40px; align-items: end; }
.page-intro .eyebrow { color: var(--sand-light); }
.page-intro .lead { color: rgba(244, 240, 232, 0.78); }
.page-index { color: rgba(216, 189, 145, 0.86); font-family: var(--serif); font-size: clamp(4rem, 9vw, 7rem); font-style: italic; line-height: 0.7; text-align: right; }

.bio-story { display: grid; grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.08fr); gap: clamp(40px, 8vw, 124px); align-items: start; }
.bio-photo { position: sticky; top: 108px; }
.bio-photo img { width: 100%; aspect-ratio: 0.82; object-fit: cover; object-position: 50% 26%; filter: saturate(0.83); }
.bio-facts { margin-top: 19px; padding-top: 17px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; color: #5a6364; font-size: 0.76rem; }
.bio-facts strong { display: block; color: var(--ink); font-size: 0.71rem; letter-spacing: 0.1em; text-transform: uppercase; }
.story-copy { max-width: 620px; }
.story-copy p { margin: 0 0 25px; font-size: clamp(1.06rem, 1.45vw, 1.25rem); line-height: 1.82; }
.story-copy p:first-child { font-family: var(--serif); font-size: clamp(1.55rem, 2.4vw, 2.45rem); line-height: 1.25; }

.practice-list { margin-top: clamp(68px, 10vw, 130px); display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(35px, 7vw, 105px); padding-top: 28px; border-top: 1px solid var(--line); }
.practice-list h2 { margin: 0; font-family: var(--serif); font-size: 2.4rem; font-weight: 500; letter-spacing: -0.04em; line-height: 0.95; }
.practice-items { display: grid; gap: 17px; }
.practice-item { display: grid; grid-template-columns: 92px 1fr; gap: 18px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.practice-item span { color: var(--sand); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.practice-item p { margin: 0; color: #485355; font-size: 0.95rem; }

.books { display: grid; gap: clamp(72px, 12vw, 154px); }
.book-feature { display: grid; grid-template-columns: minmax(200px, 0.62fr) minmax(0, 1.08fr); gap: clamp(38px, 8vw, 120px); align-items: center; }
.book-feature--reverse { grid-template-columns: minmax(0, 1.08fr) minmax(200px, 0.62fr); }
.book-cover { position: relative; justify-self: center; width: min(100%, 330px); }
.book-cover::before { position: absolute; z-index: 0; top: 30px; right: -27px; bottom: -30px; left: 27px; border: 1px solid var(--sand); content: ""; }
.book-cover img { position: relative; z-index: 1; width: 100%; aspect-ratio: 0.625; object-fit: cover; box-shadow: 20px 25px 45px rgba(17, 26, 30, 0.18); }
.book-copy { max-width: 620px; }
.book-copy .eyebrow { margin-bottom: 18px; }
.book-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.3rem); font-weight: 500; letter-spacing: -0.055em; line-height: 0.84; }
.book-subtitle { margin: 16px 0 0; color: var(--sand); font-family: var(--serif); font-size: 1.38rem; font-style: italic; }
.book-copy p { margin: 23px 0 0; color: #465153; font-size: 1rem; line-height: 1.8; }
.book-meta { margin: 28px 0 0; padding-top: 16px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 8px 23px; color: #657071; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.book-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }

.reviews-section { padding-top: 0; }
.review-category { padding: clamp(34px, 5vw, 58px); border: 1px solid var(--line); background: #ebe3d6; }
.review-category-header { display: grid; grid-template-columns: minmax(0, 0.86fr) minmax(260px, 0.72fr); gap: 42px; align-items: end; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.review-category-title { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 5.7vw, 5.8rem); font-weight: 500; letter-spacing: -0.055em; line-height: 0.84; }
.review-category-header .lead { margin: 0; }
.review-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; padding-top: 20px; }
.review-grid--single { grid-template-columns: minmax(0, 580px); }
.review-card { position: relative; min-height: 328px; padding: 82px 31px 31px; border: 1px solid rgba(17, 26, 30, 0.16); background: var(--paper); overflow: hidden; transition: transform 330ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 330ms ease, border-color 330ms ease; }
.review-card::before { position: absolute; top: 25px; left: 29px; color: var(--sand); font-size: 0.67rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; content: attr(data-edition); }
.review-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(2.1rem, 3.3vw, 3.55rem); font-weight: 500; letter-spacing: -0.045em; line-height: 0.9; }
.review-card p { max-width: 470px; margin: 15px 0 0; color: #3d484a; font-size: 0.94rem; line-height: 1.68; }
.review-card .text-link { margin-top: 23px; }
.review-card:hover { z-index: 1; border-color: rgba(194, 160, 110, 0.85); box-shadow: 0 18px 38px rgba(17, 26, 30, 0.12); transform: translateY(-7px); }
.review-note { margin: 25px 0 0; color: #5e6868; font-size: 0.82rem; line-height: 1.65; }
.review-voices { margin-top: clamp(54px, 8vw, 94px); }
.voice-header { display: grid; grid-template-columns: minmax(0, 0.86fr) minmax(260px, 0.72fr); gap: 42px; align-items: end; padding-bottom: 31px; border-bottom: 1px solid var(--line); }
.voice-title { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5.2rem); font-weight: 500; letter-spacing: -0.055em; line-height: 0.86; }
.voice-header .lead { margin: 0; }
.voice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; padding-top: 20px; }
.voice-card { min-height: 285px; padding: 31px; border: 1px solid var(--line); background: #e2d8c9; display: flex; flex-direction: column; justify-content: space-between; transition: transform 330ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 330ms ease; }
.voice-card:nth-child(2), .voice-card:nth-child(3) { background: var(--ink); color: var(--paper); }
.voice-meta { margin: 0; color: #806948; font-size: 0.67rem; font-weight: 700; letter-spacing: 0.13em; line-height: 1.4; text-transform: uppercase; }
.voice-card:nth-child(2) .voice-meta, .voice-card:nth-child(3) .voice-meta { color: var(--sand-light); }
.voice-stars { margin: 19px 0 0; color: #b26e26; font-size: 0.88rem; letter-spacing: 0.12em; }
.voice-card:nth-child(2) .voice-stars, .voice-card:nth-child(3) .voice-stars { color: var(--sand-light); }
.voice-card blockquote { margin: 22px 0 0; font-family: var(--serif); font-size: clamp(1.52rem, 2.35vw, 2.1rem); font-weight: 500; letter-spacing: -0.026em; line-height: 1.03; }
.voice-author { margin: 25px 0 0; color: inherit; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.7; }
.voice-card:hover { z-index: 1; box-shadow: 0 18px 38px rgba(17, 26, 30, 0.16); transform: translateY(-7px); }

.updates-overview { padding-top: 0; }
.updates-overview .section-inner { padding-top: clamp(52px, 8vw, 94px); border-top: 1px solid var(--line); }
.updates-intro { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(260px, 0.75fr); gap: 40px; align-items: end; margin-bottom: 31px; }
.updates-intro .section-title { margin: 0; }
.updates-intro .lead { max-width: 560px; margin: 0; }
.update-project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.update-project { position: relative; min-height: 330px; padding: 31px; border: 1px solid var(--line); background: #e4dbcc; color: var(--ink); overflow: hidden; text-decoration: none; transition: transform 330ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 330ms ease, border-color 330ms ease; }
.update-project::before { position: absolute; top: 25px; left: 29px; color: var(--sand); font-size: 0.67rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; content: attr(data-status); }
.update-project::after { position: absolute; width: 220px; height: 220px; right: -74px; bottom: -112px; border: 1px solid currentColor; border-radius: 50%; content: ""; opacity: 0.14; }
.update-project--dark { background: var(--ink); color: var(--paper); }
.update-project__body { position: relative; z-index: 1; display: flex; min-height: 268px; flex-direction: column; justify-content: flex-end; }
.update-project h2 { max-width: 430px; margin: 0; font-family: var(--serif); font-size: clamp(2.45rem, 4vw, 4.25rem); font-weight: 500; letter-spacing: -0.05em; line-height: 0.86; }
.update-project p { max-width: 470px; margin: 15px 0 0; color: inherit; font-size: 0.95rem; line-height: 1.7; opacity: 0.79; }
.update-project .card-link { margin-top: 22px; }
.update-project:hover { z-index: 1; border-color: rgba(194, 160, 110, 0.88); box-shadow: 0 18px 38px rgba(17, 26, 30, 0.16); transform: translateY(-7px); }

.updates-feed { padding-top: clamp(30px, 5vw, 64px); }
.updates-feed-inner { padding: clamp(30px, 5vw, 56px); border: 1px solid var(--line); background: #ece5da; }
.updates-feed-header { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.7fr); gap: 40px; align-items: end; padding-bottom: 31px; border-bottom: 1px solid var(--line); }
.updates-feed-header h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.9rem, 5vw, 5.1rem); font-weight: 500; letter-spacing: -0.055em; line-height: 0.86; }
.updates-feed-header .lead { margin: 0; }
.updates-controls { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 22px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.update-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.update-filter { padding: 10px 13px; border: 1px solid rgba(17, 26, 30, 0.24); background: transparent; color: var(--ink); cursor: pointer; font-family: var(--sans); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease; }
.update-filter:hover, .update-filter[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.update-sort { display: grid; gap: 5px; color: #596465; font-size: 0.63rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.update-sort select { min-width: 168px; padding: 10px 31px 10px 11px; border: 1px solid rgba(17, 26, 30, 0.3); border-radius: 0; background: var(--paper); color: var(--ink); font: inherit; font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; }
.update-list { display: grid; }
.update-entry { display: grid; grid-template-columns: 116px minmax(0, 1fr) auto; gap: 27px; align-items: start; padding: 30px 0; border-bottom: 1px solid var(--line); }
.update-entry__date { display: grid; gap: 5px; color: #697374; font-size: 0.67rem; font-weight: 700; letter-spacing: 0.1em; line-height: 1.38; text-transform: uppercase; }
.update-entry__date time { color: var(--sand); font-family: var(--serif); font-size: 1.45rem; font-weight: 500; letter-spacing: -0.02em; line-height: 0.9; text-transform: none; }
.update-entry h3 { max-width: 620px; margin: 0; font-family: var(--serif); font-size: clamp(1.95rem, 3vw, 3rem); font-weight: 500; letter-spacing: -0.04em; line-height: 0.94; }
.update-entry p { max-width: 670px; margin: 11px 0 0; color: #4d5859; font-size: 0.94rem; line-height: 1.7; }
.update-entry__meta { display: inline-flex; align-items: center; margin-top: 15px; color: #796241; font-size: 0.64rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.update-entry__meta::before { width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: currentColor; content: ""; }
.update-entry .text-link { align-self: center; margin: 0; white-space: nowrap; }
.update-empty { margin: 0; padding: 35px 0 5px; color: #596465; }
.update-pagination { display: flex; align-items: center; justify-content: flex-end; gap: 10px; padding-top: 24px; }
.update-pagination button { min-width: 42px; min-height: 38px; border: 1px solid rgba(17, 26, 30, 0.28); background: transparent; color: var(--ink); cursor: pointer; font-family: var(--sans); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }
.update-pagination button:hover:not(:disabled) { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.update-pagination button:disabled { cursor: not-allowed; opacity: 0.35; }
.update-page-label { min-width: 48px; color: #657071; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-align: center; }
.project-journal-note { margin: clamp(52px, 8vw, 88px) 0 0; padding: clamp(30px, 5vw, 50px); background: var(--ink); color: var(--paper); }
.project-journal-note .eyebrow { color: var(--sand-light); }
.project-journal-note h2 { max-width: 600px; margin: 0; font-family: var(--serif); font-size: clamp(2.3rem, 4.2vw, 4rem); font-weight: 500; letter-spacing: -0.045em; line-height: 0.9; }
.project-journal-note p { max-width: 650px; margin: 17px 0 0; color: rgba(244, 240, 232, 0.77); }

.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.project-card { position: relative; min-height: 330px; padding: 31px; border: 1px solid var(--line); background: #ece6db; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; transition: transform 330ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 330ms ease, border-color 330ms ease; }
.project-card::before { position: absolute; top: 24px; left: 29px; color: var(--sand); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; content: attr(data-status); }
.project-card:nth-child(1) { grid-column: span 7; background: var(--ink); color: var(--paper); }
.project-card:nth-child(2) { grid-column: span 5; }
.project-card:nth-child(3) { grid-column: span 5; }
.project-card:nth-child(4) { grid-column: span 7; background: #d6c4a7; }
.project-card--image { justify-content: end; }
.project-card--image::after { position: absolute; z-index: 0; inset: 0; background: linear-gradient(180deg, rgba(17, 26, 30, 0.06), rgba(17, 26, 30, 0.93)); content: ""; }
.project-card--image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(0.72) brightness(0.63); transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), filter 500ms ease; }
.project-card--image::before, .project-card--image .card-body { z-index: 1; }
.card-body { position: relative; max-width: 520px; }
.project-card h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.15rem, 3.4vw, 3.7rem); font-weight: 500; letter-spacing: -0.045em; line-height: 0.88; }
.project-card p { margin: 14px 0 0; max-width: 470px; color: inherit; font-size: 0.94rem; line-height: 1.67; opacity: 0.78; }
.card-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 20px; color: inherit; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-decoration: none; text-transform: uppercase; }
.card-link span { font-size: 1rem; transition: transform 180ms ease; }
.card-link:hover span { transform: translate(3px, -3px); }
.project-card--image { color: var(--paper); }
.project-card:hover { z-index: 2; border-color: rgba(194, 160, 110, 0.8); box-shadow: 0 18px 38px rgba(17, 26, 30, 0.16); transform: translateY(-7px); }
.project-card--image:hover img { filter: saturate(0.9) brightness(0.72); transform: scale(1.055); }
.book-cover img { transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 350ms ease; }
.book-cover:hover img { box-shadow: 24px 30px 52px rgba(17, 26, 30, 0.25); transform: rotate(-1deg) scale(1.018); }

.kickstarter-callout { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 45px; align-items: center; padding: clamp(36px, 6vw, 66px); background: #d8c3a3; }
.kickstarter-callout h2 { max-width: 650px; margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 4.5vw, 4.6rem); font-weight: 500; letter-spacing: -0.045em; line-height: 0.9; }
.kickstarter-callout p { max-width: 650px; margin: 18px 0 0; color: #404849; }

.contact-layout { display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(300px, 1.12fr); gap: clamp(40px, 9vw, 130px); align-items: start; }
.contact-copy .lead { max-width: 505px; }
.direct-contact { margin-top: 34px; padding-top: 23px; border-top: 1px solid var(--line); }
.direct-contact span { display: block; color: #6a7475; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.email-address { display: inline-block; margin-top: 8px; font-family: var(--serif); font-size: clamp(1.7rem, 2.5vw, 2.7rem); font-weight: 500; letter-spacing: -0.04em; line-height: 1; text-decoration: none; }
.email-address:hover { color: #7c5b33; }
.contact-platforms { border-top: 1px solid var(--line); }
.platform { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 17px; min-height: 76px; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.platform i { width: 36px; color: var(--sand); font-size: 1.35rem; text-align: center; }
.platform strong { display: block; font-size: 0.91rem; }
.platform small { display: block; margin-top: 1px; color: #697374; font-size: 0.75rem; }
.platform span { font-size: 1.15rem; transition: transform 180ms ease; }
.platform:hover span { transform: translateX(5px); }
.linktree-panel { margin-top: clamp(70px, 10vw, 135px); padding: clamp(38px, 6vw, 72px); background: var(--ink); color: var(--paper); text-align: center; }
.linktree-panel .eyebrow { color: var(--sand-light); }
.linktree-panel h2 { max-width: 700px; margin: 0 auto; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5.1rem); font-weight: 500; letter-spacing: -0.05em; line-height: 0.88; }
.linktree-panel p { max-width: 540px; margin: 20px auto 30px; color: rgba(244, 240, 232, 0.76); }

.site-footer { background: #0e1518; color: rgba(244, 240, 232, 0.75); }
.footer-inner { width: var(--page); margin: 0 auto; padding: 47px 0 25px; }
.footer-top { display: flex; align-items: start; justify-content: space-between; gap: 30px; padding-bottom: 40px; border-bottom: 1px solid rgba(244, 240, 232, 0.16); }
.footer-note { max-width: 350px; margin: 14px 0 0; font-family: var(--serif); font-size: 1.18rem; line-height: 1.3; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.social-icon { width: 38px; height: 38px; display: inline-grid; place-items: center; border: 1px solid rgba(244, 240, 232, 0.3); color: #fff; font-size: 0.94rem; text-decoration: none; transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease; }
.social-icon:hover { border-color: var(--sand-light); background: var(--sand-light); color: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; color: rgba(244, 240, 232, 0.54); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.footer-bottom a { color: inherit; text-decoration: none; }
.footer-bottom a:hover { color: var(--sand-light); }

@media (max-width: 960px) {
  .menu-toggle { display: inline-grid; place-items: center; }
  .site-nav { position: absolute; top: 76px; right: 0; left: 0; display: none; padding: 12px 24px 23px; border-bottom: 1px solid rgba(244, 240, 232, 0.14); background: var(--ink); }
  .site-nav.is-open { display: block; }
  .site-nav ul { display: grid; gap: 0; }
  .site-nav a { display: block; padding: 15px 0; }
  .site-nav a::after { right: auto; bottom: 9px; width: 34px; }
  .language-switcher { margin-left: auto; margin-right: 10px; order: 2; }
  .menu-toggle { order: 3; }
  .hero-grid, .page-intro .section-inner, .editorial-grid, .bio-story, .book-feature, .book-feature--reverse, .contact-layout, .review-category-header, .voice-header, .updates-intro, .updates-feed-header { grid-template-columns: 1fr; }
  .home-hero, .hero-grid { min-height: auto; }
  .hero-copy { padding: 75px 0 35px; }
  .hero-image-wrap { justify-self: start; width: min(100%, 480px); margin-bottom: 50px; }
  .page-index { margin-top: 35px; text-align: left; }
  .section-header { display: block; }
  .section-header .lead { margin-top: 22px; }
  .three-columns { grid-template-columns: 1fr; }
  .concept, .concept:first-child { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); border-left: 0; }
  .concept:last-child { border-bottom: 0; }
  .bio-photo { position: static; width: min(100%, 460px); }
  .book-feature--reverse .book-cover { order: 0; }
  .review-category-header .lead { margin-top: 22px; }
  .voice-header .lead { margin-top: 22px; }
  .updates-intro .lead, .updates-feed-header .lead { margin-top: 22px; }
  .update-entry { grid-template-columns: 104px minmax(0, 1fr); }
  .update-entry .text-link { grid-column: 2; justify-self: start; margin-top: 3px; }
  .project-card:nth-child(n) { grid-column: span 12; min-height: 290px; }
  .kickstarter-callout { grid-template-columns: 1fr; gap: 28px; }
  .footer-top { display: grid; }
  .footer-links { justify-content: start; }
}

@media (max-width: 560px) {
  :root { --page: min(100% - 36px, 1180px); }
  .header-inner { min-height: 66px; gap: 6px; }
  .brand { gap: 7px; font-size: 1.08rem; }
  .brand-mark { width: 27px; height: 27px; font-size: 0.78rem; }
  .language-switcher { margin-right: 7px; }
  .language-choice { gap: 3px; padding: 7px 5px; }
  .language-flag { font-size: 0.94rem; }
  .language-name { display: inline; font-size: 0.55rem; }
  .site-nav { top: 66px; }
  .display { font-size: clamp(2.8rem, 13vw, 3.85rem); line-height: 0.9; }
  .section-title { font-size: clamp(2.35rem, 11vw, 3.35rem); }
  .hero-copy { padding-top: 53px; }
  .hero-copy .lead { font-size: 1rem; line-height: 1.68; }
  .hero-actions { display: grid; grid-template-columns: 1fr; max-width: 290px; }
  .hero-actions .button { width: 100%; }
  .hero-image-wrap { padding: 0 0 25px 25px; }
  .hero-image-wrap { width: min(88%, 360px); }
  .hero-image-wrap::before { inset: 25px 25px 0 0; }
  .hero-caption { max-width: 190px; font-size: 0.93rem; }
  .work-row { grid-template-columns: 1fr; gap: 10px; padding: 27px 0; }
  .work-name { font-size: 2.45rem; }
  .practice-list { grid-template-columns: 1fr; }
  .practice-item { grid-template-columns: 1fr; gap: 5px; }
  .book-cover { width: min(80%, 300px); }
  .book-cover::before { top: 18px; right: -17px; bottom: -18px; left: 17px; }
  .book-copy h2 { font-size: clamp(3.2rem, 15vw, 4.65rem); }
  .book-copy p { font-size: 0.98rem; line-height: 1.72; }
  .book-actions { display: grid; }
  .book-actions .button { width: 100%; }
  .review-category { padding: 27px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 275px; padding: 74px 26px 26px; }
  .voice-grid { grid-template-columns: 1fr; }
  .voice-card { min-height: 255px; padding: 27px; }
  .update-project-grid { grid-template-columns: 1fr; }
  .update-project { min-height: 285px; padding: 27px; }
  .update-project__body { min-height: 230px; }
  .updates-feed-inner { padding: 27px; }
  .updates-controls { align-items: stretch; }
  .update-filters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .update-filter { width: 100%; }
  .update-sort select { width: 100%; }
  .update-entry { grid-template-columns: 1fr; gap: 14px; padding: 26px 0; }
  .update-entry__date { display: flex; align-items: baseline; gap: 9px; }
  .update-entry__date time { font-size: 1.25rem; }
  .update-entry .text-link { grid-column: auto; margin-top: 2px; }
  .project-card { padding: 26px; }
  .email-address { font-size: 1.95rem; word-break: break-word; }
  .footer-bottom { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
