:root {
  --ink: #3f403d;
  --ink-deep: #213f3b;
  --paper: #f1f1ef;
  --cream: #f4f0e7;
  --white: #fbfbf8;
  --green: #2c655d;
  --green-soft: #dce7e3;
  --orange: #d59045;
  --red: #b95040;
  --blue: #668a93;
  --line: rgba(63, 64, 61, .22);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}
html.lenis { scroll-behavior: auto; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: .035em;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
a { color: inherit; text-decoration: none; }
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 5px;
}
img { display: block; width: 100%; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { font-weight: 500; letter-spacing: .055em; }
h1, h2, h3 { text-wrap: balance; word-break: auto-phrase; }
p { line-height: 1.95; }
button { font: inherit; }

.opening {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: var(--paper);
  transition: opacity .9s var(--ease), visibility .9s;
}
.opening.is-hidden { opacity: 0; visibility: hidden; }
.opening-logo {
  width: 168px;
  height: auto;
  animation: opening-logo 1.4s var(--ease) infinite alternate;
}
@keyframes opening-logo { to { transform: scale(.94); opacity: .62; } }

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 32px;
  padding: 24px 32px;
  mix-blend-mode: multiply;
  transition: padding .6s var(--ease), background .6s var(--ease), box-shadow .6s var(--ease);
}
.site-header.is-scrolled {
  padding-top: 14px;
  padding-bottom: 14px;
  background: rgba(241, 241, 239, .9);
  box-shadow: 0 1px rgba(63, 64, 61, .12);
  backdrop-filter: blur(14px);
  mix-blend-mode: normal;
}
.brand { display: inline-flex; width: max-content; }
.brand-logo {
  width: 58px;
  height: auto;
}
.desktop-nav { display: flex; gap: clamp(16px, 2vw, 34px); font-size: 12px; }
.desktop-nav a { position: relative; white-space: nowrap; }
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .5s var(--ease);
}
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-contact {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 13px 18px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 12px;
  transition: color .4s, background .4s;
}
.header-contact:hover { color: var(--white); background: var(--green); }
.header-contact i,
.text-link i,
.round-link i,
.related-row i { font-style: normal; transition: transform .4s var(--ease); }
.header-contact:hover i,
.text-link:hover i,
.round-link:hover i,
.related-row:hover i { transform: translate(3px, -3px); }
.menu-button { display: none; }
.mobile-menu { display: none; }

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 100svh;
  padding: 130px 7vw 90px;
  overflow: hidden;
}
.wave-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .48;
}
.hero-copy {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 120px minmax(0, 720px);
  column-gap: 5vw;
  row-gap: 0;
  align-items: start;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.hero-side { grid-column: 2; margin: 0 0 18px; font-size: 11px; line-height: 1.6; white-space: nowrap; letter-spacing: .06em; opacity: .68; }
.hero h1 { grid-column: 2; margin-bottom: clamp(22px, 2.1vw, 30px); font-size: clamp(36px, 3.6vw, 56px); line-height: 1.48; }
.hero-keywords {
  grid-column: 2;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  max-width: 680px;
  margin-bottom: clamp(26px, 2.5vw, 36px);
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.hero-keywords > span { font-size: 9px; letter-spacing: .12em; opacity: .72; }
.hero-keywords ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.hero-keywords li { padding: 6px 11px; border: 1px solid var(--line); border-radius: 999px; font-size: 10px; white-space: nowrap; }
.hero-statement { grid-column: 2; margin: 0 0 16px; font-size: clamp(16px, 1.25vw, 19px); font-weight: 500; line-height: 1.7; letter-spacing: .04em; }
.hero-lead { grid-column: 2; max-width: 680px; margin-bottom: 0; font-size: clamp(13px, .95vw, 15px); line-height: 1.95; text-wrap: pretty; }
.hero-lead span { display: block; }
.hero-lead span + span { margin-top: 1.35em; }
.hero-scroll {
  position: absolute;
  z-index: 4;
  right: 32px;
  top: auto;
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  writing-mode: vertical-rl;
}
.hero-scroll span {
  width: 1px;
  height: 84px;
  background: var(--ink);
  transform-origin: top;
  animation: scroll-line 2.2s ease-in-out infinite;
}
@keyframes scroll-line { 0%,100% { transform: scaleY(.15); } 50% { transform: scaleY(1); } }

.verb-row { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1200px; margin: 0 auto; border-top: 1px solid var(--line); }
.verb { min-height: 220px; padding: 24px 22px; border-right: 1px solid var(--line); }
.verb:last-child { border-right: 0; }
.verb b { font-size: 11px; }
.verb h3 { margin: 52px 0 14px; font-size: clamp(18px, 1.7vw, 24px); }
.verb p { margin-bottom: 0; font-size: 13px; }
.verb > span { display: block; margin-top: 24px; font-size: 10px; line-height: 1.7; opacity: .72; }

.audience-section { padding: 120px 7vw; background: var(--cream); }
.section-heading {
  display: grid;
  grid-template-columns: .62fr 1.38fr;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto 72px;
}
.section-index { font-size: 12px; letter-spacing: .12em; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(29px, 3.3vw, 46px); line-height: 1.55; }
.audience-heading { margin-bottom: 36px; }
.audience-list { max-width: 1180px; margin: 0 auto; border-top: 1px solid var(--line); }
.audience-row {
  display: grid;
  grid-template-columns: 70px .72fr 1.28fr;
  gap: 20px;
  align-items: start;
  min-height: 174px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  transition: padding .5s var(--ease), background .5s;
}
.audience-row:hover { padding-left: 22px; padding-right: 22px; background: rgba(255,255,255,.45); }
.audience-number { padding-top: 4px; font-size: 11px; }
.audience-intro strong,
.audience-for { display: block; }
.audience-intro strong { font-size: 15px; font-weight: 500; }
.audience-for { margin-top: 12px; font-size: 11px; line-height: 1.7; opacity: .68; }
.audience-content > strong { display: block; font-size: clamp(16px, 1.8vw, 23px); font-weight: 500; }
.audience-content p { max-width: 680px; margin: 12px 0 15px; font-size: 11px; line-height: 1.85; }
.audience-links { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.audience-link { display: inline-flex; gap: 13px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 10px; }
.audience-link i { font-style: normal; transition: transform .4s var(--ease); }
.audience-link:hover i { transform: translate(3px, -3px); }

.values {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 6vw;
  align-items: center;
  min-height: 760px;
  padding: 110px 8vw;
  background: #e7ecea;
}
.values-copy h2 { margin-bottom: 30px; font-size: clamp(28px, 2.6vw, 38px); line-height: 1.65; }
.values-title span { display: block; white-space: nowrap; }
.values-copy p { max-width: 580px; font-size: 14px; }
.cycle-stage { width: min(500px, 42vw); margin: auto; }
.cycle-stage img {
  display: block;
  width: 100%;
  height: auto;
}

.photo-gallery {
  position: relative;
  padding: clamp(72px, 8vw, 118px) 7vw;
  overflow: hidden;
  background: var(--cream);
}
.photo-gallery-inner {
  width: min(100%, 1220px);
  margin: 0 auto;
}
.photo-gallery .section-index { margin: 0 0 34px; }
.photo-grid {
  display: grid;
  gap: clamp(8px, .9vw, 14px);
}
.photo-grid-four {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, clamp(150px, 16vw, 226px));
}
.photo-grid-four .photo-tile:nth-child(1) {
  grid-column: 1 / span 5;
  grid-row: 1 / span 2;
}
.photo-grid-four .photo-tile:nth-child(2) { grid-column: 6 / span 3; }
.photo-grid-four .photo-tile:nth-child(3) { grid-column: 9 / span 4; }
.photo-grid-four .photo-tile:nth-child(4) {
  grid-column: 6 / span 7;
  grid-row: 2;
}
.photo-gallery-secondary .photo-grid-four .photo-tile:nth-child(1) {
  grid-column: 8 / span 5;
}
.photo-gallery-secondary .photo-grid-four .photo-tile:nth-child(2) { grid-column: 1 / span 4; }
.photo-gallery-secondary .photo-grid-four .photo-tile:nth-child(3) { grid-column: 5 / span 3; }
.photo-gallery-secondary .photo-grid-four .photo-tile:nth-child(4) {
  grid-column: 1 / span 7;
}
.photo-grid-six { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.photo-grid-six .photo-tile {
  grid-column: span 2;
  aspect-ratio: 4 / 3;
}
.photo-grid-six .photo-tile:nth-child(4):nth-last-child(2) { grid-column: 2 / span 2; }
.photo-grid-six .photo-tile:nth-child(5):last-child { grid-column: 4 / span 2; }
.photo-tile {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 2px;
  background: #d8dfda;
  box-shadow: 0 10px 30px rgba(48,52,47,.07);
}
.photo-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.88) contrast(.95) brightness(1.025);
  transition: transform 1.2s var(--ease), filter 1.2s var(--ease);
}
.photo-tile:hover img {
  transform: scale(1.025);
  filter: saturate(1) contrast(.98) brightness(1.02);
}
.photo-gallery-team {
  padding-top: clamp(44px, 5vw, 74px);
  padding-bottom: clamp(88px, 10vw, 142px);
  background: #fbfbf8;
}

.work {
  padding: 110px 7vw;
  color: var(--ink);
  background: var(--cream);
}
.work-heading { max-width: 1200px; margin: 0 auto 54px; }
.work-heading .section-index { margin: 0; }
.business-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6vw;
  align-content: start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.business-column { min-width: 0; }
.business-column + .business-column { padding-left: 6vw; border-left: 1px solid var(--line); }
.business-heading { min-height: 112px; }
.business-heading h3 { max-width: 530px; margin: 0; font-size: clamp(19px, 1.75vw, 25px); line-height: 1.55; }
.business-list { border-top: 1px solid var(--line); }
.business-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-height: 104px;
  padding: 19px 2px;
  border-bottom: 1px solid var(--line);
  transition: background .5s var(--ease);
}
.business-row:hover { background: rgba(255,255,255,.4); }
.business-row b { align-self: start; padding-top: 5px; font-size: 9px; font-weight: 400; opacity: .65; }
.business-row h4 { margin: 0; font-size: clamp(14px, 1.25vw, 18px); line-height: 1.5; }
.business-row p { max-width: 500px; margin: 7px 0 0; font-size: 10px; line-height: 1.8; opacity: .72; }
.business-row i { font-style: normal; font-size: 14px; transition: transform .4s var(--ease); }
.business-row:hover i { transform: translate(3px, -3px); }
.business-external {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-size: 9px;
}
.business-examples {
  margin: 13px 0 0;
  padding: 11px 0 0;
  border-top: 1px dashed rgba(63,64,61,.24);
  list-style: none;
}
.business-examples li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 9px;
  font-size: 9px;
  line-height: 1.7;
}
.business-examples li + li { margin-top: 5px; }
.business-examples time { font-family: "Manrope", sans-serif; opacity: .62; }

.text-link { display: flex; width: max-content; gap: 16px; align-items: center; margin: 54px auto 0; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size: 12px; }

.report { display: grid; grid-template-rows: minmax(0, 1fr) auto; min-height: 0; overflow: hidden; background: #dce6e2; }
.report-image { overflow: hidden; }
.report-image img { height: 100%; object-fit: cover; transition: transform 1.5s var(--ease); }
.report:hover .report-image img { transform: scale(1.025); }
.report-copy { display: grid; grid-template-columns: 1fr auto; gap: 10px 28px; align-items: end; padding: 25px 28px 27px; }
.report-copy .section-index { grid-column: 1 / -1; margin-bottom: 2px; }
.report-copy h2 { max-width: 650px; margin: 0; font-size: clamp(20px, 2vw, 29px); line-height: 1.55; }
.report-copy-minimal { align-items: center; }
.report-copy-minimal .section-index { grid-column: 1; margin: 0; }
.round-link { display: flex; justify-content: space-between; align-items: center; gap: 28px; min-width: 190px; padding: 13px 17px; border: 1px solid currentColor; border-radius: 999px; font-size: 10px; white-space: nowrap; }

.history { padding: 0 7vw; background: #2e625b; color: #f4f2ec; }
.history-title {
  display: grid;
  grid-template-columns: .62fr 1.38fr;
  align-content: center;
  max-width: 1180px;
  min-height: 48svh;
  margin: 0 auto;
  padding: 90px 0;
}
.history-title h2 { max-width: 760px; font-size: clamp(29px, 3.3vw, 46px); line-height: 1.55; }
.history-title > div > p { max-width: 640px; margin: 22px 0 0; font-size: 13px; }
.history-overview { margin-top: 38px; }
.history-years {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 19px 0;
  border-top: 1px solid rgba(255,255,255,.27);
  border-bottom: 1px solid rgba(255,255,255,.27);
}
.history-years > span { font-size: 10px; letter-spacing: .1em; }
.history-years strong { font-family: "Manrope", sans-serif; font-size: clamp(25px, 2.7vw, 36px); font-weight: 400; }
.history-years strong span { font-size: inherit; }
.history-years small { margin-left: 3px; font-size: 11px; font-weight: 400; }
.history-range {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
  font-family: "Manrope", sans-serif;
  font-size: 9px;
  letter-spacing: .1em;
}
.history-range i { height: 1px; background: linear-gradient(90deg, rgba(255,255,255,.28), rgba(255,255,255,.85)); }
.history-toggle,
.history-next {
  width: 100%;
  border: 1px solid rgba(255,255,255,.45);
  color: inherit;
  background: transparent;
  cursor: pointer;
}
.history-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding: 16px 18px;
  text-align: left;
  transition: color .45s, background .45s;
}
.history-toggle:hover,
.history-toggle:focus-visible { color: #2e625b; background: var(--cream); }
.history-toggle b,
.history-toggle small { display: block; }
.history-toggle b { font-size: 12px; font-weight: 500; }
.history-toggle small { margin-top: 5px; font-size: 9px; font-weight: 400; opacity: .72; }
.history-toggle i { font-size: 20px; font-style: normal; transition: transform .45s var(--ease); }
.history-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
.history-details { padding-bottom: 72px; }
.history-simple { padding-bottom: 72px; }
.history-details:not([hidden]),
.history-simple:not([hidden]) { animation: history-details-in .55s var(--ease) both; }
@keyframes history-details-in { from { opacity: 0; transform: translateY(18px); } }
.history-next {
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 0;
  border-width: 1px 0 0;
  font-size: 12px;
  text-align: left;
}
.history-next i { font-style: normal; transition: transform .4s var(--ease); }
.history-next:hover i,
.history-next:focus-visible i { transform: translateY(5px); }
.timeline { max-width: 1180px; margin: 0 auto; }
.timeline-chapter {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: 8vw;
  padding: 110px 0 125px;
  border-top: 1px solid rgba(255,255,255,.28);
}
.chapter-heading { position: sticky; top: 110px; align-self: start; }
.chapter-heading > span,
.chapter-case > span { font-size: 11px; letter-spacing: .12em; }
.chapter-heading h3 { margin: 42px 0 20px; font-size: clamp(25px, 2.8vw, 38px); line-height: 1.55; }
.chapter-heading > p { font-size: 13px; }
.chapter-outcome {
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.25);
}
.chapter-outcome small { display: block; margin-bottom: 12px; font-size: 10px; }
.chapter-outcome strong { display: block; font-size: 14px; font-weight: 500; line-height: 1.9; }
.timeline-list { border-top: 1px solid rgba(255,255,255,.28); }
.timeline-item {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 22px;
  min-height: 128px;
  padding: 27px 0;
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.timeline-item time { font-family: "Manrope", sans-serif; font-size: 11px; }
.timeline-item h4 { margin: 0; font-size: clamp(15px, 1.4vw, 19px); line-height: 1.65; }
.timeline-item p { margin: 10px 0 0; color: rgba(244,242,236,.76); font-size: 11px; }
.chapter-case {
  grid-column: 2;
  margin-top: 44px;
  padding: 30px;
  color: var(--ink);
  background: var(--cream);
}
.chapter-case h4 { margin: 54px 0 16px; font-size: clamp(19px, 2vw, 26px); line-height: 1.6; }
.chapter-case p { margin: 0; font-size: 12px; }
.simple-timeline {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}
.simple-timeline-legend { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 0 0 38px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.28); font-size: 9px; opacity: .82; }
.simple-timeline-legend span { display: inline-flex; align-items: center; gap: 7px; }
.simple-timeline-legend i,
.simple-year li::before { content: ""; display: block; width: 8px; height: 8px; flex: 0 0 8px; }
.simple-timeline-legend i.milestone,
.simple-year li.milestone::before { background: #d0a443; transform: rotate(45deg); }
.simple-timeline-legend i.project,
.simple-year li.project::before { border-radius: 50%; background: #b7d4ce; }
.simple-timeline-legend i.commission,
.simple-year li.commission::before { border: 1px solid #e5b193; border-radius: 50%; }
.simple-timeline-legend b,
.simple-year li > b { padding: 3px 8px; border: 1px solid #d0a443; border-radius: 999px; color: #efdcae; font-size: 8px; font-weight: 400; white-space: nowrap; }
.simple-year {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 36px;
  min-height: 92px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.simple-year > time { font-family: Georgia, "Times New Roman", serif; font-size: clamp(23px, 2vw, 30px); font-weight: 600; line-height: 1.3; }
.simple-year ul { display: grid; gap: 13px; margin: 0; padding: 3px 0 0; list-style: none; }
.simple-year li { display: flex; gap: 12px; align-items: baseline; font-size: clamp(11px, 1vw, 14px); line-height: 1.75; }
.simple-year li::before { margin-top: .55em; }
.simple-year li strong { font-weight: 500; }
.people { min-height: 0; padding: 120px 7vw 130px; background: var(--white); }
.people-heading {
  max-width: 1180px;
  margin: 0 auto 54px;
}
.member-team { max-width: 1180px; margin: 0 auto 76px; }
.member-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.member-photo { aspect-ratio: 3 / 4; overflow: hidden; background: #e7ecea; }
.member-photo img { height: 100%; object-fit: cover; object-position: 35% center; transition: transform 1.1s var(--ease); }
.member-photo-yamada img { object-position: 50% center; }
.member-photo-nishi img { object-position: 54% center; }
.member-photo-horikawa img { object-position: 53% center; }
.member-photo-koyama img { object-position: 51% center; }
.member-card:hover .member-photo img { transform: scale(1.025); }
.member-placeholder { position: relative; display: grid; place-items: center; color: rgba(63,64,61,.62); background: #e5ebe8; }
.member-card:nth-child(3n+2) .member-placeholder { background: #eee6d8; }
.member-card:nth-child(3n) .member-placeholder { background: #e5e2dc; }
.member-placeholder::before {
  content: "";
  width: 38%;
  aspect-ratio: 1;
  border: 1px solid rgba(63,64,61,.35);
  border-radius: 48% 52% 45% 55%;
}
.member-placeholder span { position: absolute; bottom: 16px; font-size: 9px; letter-spacing: .08em; }
.member-card > p { margin: 14px 0 0; }
.member-card strong,
.member-card > p > span { display: block; }
.member-card strong { font-size: 13px; font-weight: 500; }
.member-card > p > span { margin-top: 5px; font-size: 9px; line-height: 1.6; opacity: .65; }
.people-note { max-width: 1180px; margin: 0 auto; padding-top: 22px; border-top: 1px solid var(--line); font-size: 11px; }

.social-section { padding: 88px 7vw 120px; background: var(--white); }
.social-section .section-heading { margin-bottom: 36px; }
.social-section .section-heading h2 { font-size: clamp(27px, 2.7vw, 38px); }
.activity-board {
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(300px, 1fr);
  gap: 18px;
  max-width: 1180px;
  height: clamp(470px, 59svh, 610px);
  margin: 0 auto;
}
.activity-side { display: grid; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 14px; min-width: 0; min-height: 0; }
.annual-card {
  display: grid;
  grid-template-columns: minmax(104px, .42fr) minmax(0, .58fr);
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(63,64,61,.14);
  border-radius: 18px;
  background: #f6dce4;
}
.annual-cover { min-height: 0; overflow: hidden; background: #f0ccd7; }
.annual-cover img { height: 100%; object-fit: cover; object-position: center; transition: transform 1.1s var(--ease); }
.annual-card:hover .annual-cover img { transform: scale(1.025); }
.annual-copy { display: flex; flex-direction: column; min-width: 0; padding: 18px; }
.annual-copy p { margin: 0; font-size: 9px; letter-spacing: .11em; }
.annual-copy h3 { margin: 8px 0 auto; font-size: clamp(23px, 2.2vw, 32px); line-height: 1; }
.annual-open { display: flex; justify-content: space-between; align-items: center; width: 100%; margin-top: 13px; padding: 10px 13px; border: 1px solid currentColor; border-radius: 999px; color: inherit; background: transparent; font-size: 9px; cursor: pointer; transition: color .4s, background .4s; }
.annual-open:hover { color: white; background: var(--green); }
.annual-open i { font-style: normal; }
.instagram-panel {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  padding: 16px;
  border: 1px solid rgba(63,64,61,.16);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(33,63,59,.07);
}
.instagram-profile { display: grid; grid-template-columns: 36px 1fr auto; gap: 10px; align-items: center; }
.instagram-avatar { display: grid; place-items: center; width: 36px; aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(63,64,61,.16); border-radius: 50%; background: var(--white); }
.instagram-avatar img { width: 31px; height: auto; }
.instagram-profile-name strong,
.instagram-profile-name small { display: block; }
.instagram-profile-name strong { font-size: 12px; font-weight: 500; }
.instagram-profile-name small { margin-top: 2px; font-size: 9px; opacity: .58; }
.instagram-intro { margin: auto 0 18px; font-size: 13px; line-height: 1.8; }
.instagram-mark { position: relative; width: 22px; height: 22px; border: 1.5px solid currentColor; border-radius: 6px; opacity: .78; }
.instagram-mark::before { content: ""; position: absolute; left: 5px; top: 5px; width: 8px; height: 8px; border: 1.5px solid currentColor; border-radius: 50%; }
.instagram-mark::after { content: ""; position: absolute; right: 3px; top: 3px; width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.instagram-panel-title { display: flex; justify-content: space-between; margin: auto 0 8px; padding-top: 12px; border-top: 1px solid rgba(63,64,61,.12); font-size: 9px; }
.instagram-panel-title strong { font-weight: 500; }
.instagram-panel-title span { opacity: .5; }
.instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.instagram-card {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #d9d9d4;
}
.instagram-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease), filter 1.2s var(--ease);
}
.instagram-card span {
  position: absolute;
  inset: auto 0 0;
  padding: 24px 8px 8px;
  color: white;
  background: linear-gradient(transparent, rgba(0,0,0,.58));
  font-size: 8px;
  line-height: 1.45;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}
.instagram-card:hover img { transform: scale(1.05); filter: saturate(1.08); }
.instagram-card:hover span { opacity: 1; transform: translateY(0); }
.social-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 11px 0 0;
  padding: 9px 13px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 10px;
}
.social-link i { font-style: normal; }

.report-viewer {
  width: min(96vw, 1480px);
  height: 94svh;
  max-width: none;
  max-height: none;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 30px 100px rgba(0,0,0,.26);
}
.report-viewer::backdrop { background: rgba(25,31,29,.72); backdrop-filter: blur(6px); }
.report-viewer-shell { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; height: 100%; }
.report-viewer-header { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 17px 24px; border-bottom: 1px solid var(--line); }
.report-viewer-header p { margin: 0 0 2px; font-size: 9px; letter-spacing: .1em; }
.report-viewer-header h2 { margin: 0; font-size: 17px; }
.report-viewer-actions { display: flex; gap: 10px; align-items: center; }
.report-viewer-actions a,
.report-viewer-actions button { display: inline-flex; gap: 12px; align-items: center; padding: 10px 14px; border: 1px solid currentColor; border-radius: 999px; color: inherit; background: transparent; font: inherit; font-size: 9px; cursor: pointer; }
.report-viewer-actions i { font-style: normal; font-size: 13px; }
.report-viewer-stage { display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; align-items: start; gap: 10px; min-height: 0; padding: 18px; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; background: #dad9d5; touch-action: pan-y; -webkit-overflow-scrolling: touch; }
.report-page { display: block; min-width: 0; min-height: 0; overflow: visible; }
.report-page img { display: block; width: 100%; max-width: none; max-height: none; height: auto; margin: 0 auto; object-fit: contain; box-shadow: 0 7px 30px rgba(0,0,0,.14); user-select: none; -webkit-user-drag: none; }
.report-nav { position: sticky; top: calc(50% - 21px); align-self: start; display: grid; place-items: center; width: 42px; aspect-ratio: 1; border: 1px solid rgba(63,64,61,.4); border-radius: 50%; color: inherit; background: rgba(251,251,248,.72); cursor: pointer; transition: color .4s, background .4s; }
.report-nav:hover { color: white; background: var(--green); }
.report-nav:disabled { cursor: default; opacity: .28; }
.report-viewer-footer { display: flex; justify-content: space-between; align-items: center; padding: 13px 24px; border-top: 1px solid var(--line); font-size: 10px; }
.report-dots { display: flex; gap: 8px; }
.report-dots button { width: 7px; height: 7px; padding: 0; border: 1px solid currentColor; border-radius: 50%; background: transparent; cursor: pointer; }
.report-dots button[aria-current="page"] { background: currentColor; }
html.report-open,
body.report-open { overflow: hidden; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 40px; padding: 70px 7vw 30px; background: #313432; color: #f4f2ec; }
.footer-brand { display: block; width: 92px; }
.footer-brand img { filter: invert(1); }
.footer-links { display: flex; gap: 28px; align-items: center; font-size: 11px; }
.footer-related {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: .5fr 1.5fr;
  gap: 40px;
  align-items: start;
  margin-top: 18px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.18);
}
.footer-related > p { margin: 0; font-size: 10px; letter-spacing: .12em; }
.related-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.16); }
.related-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 64px; padding: 0 14px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); font-size: 11px; transition: background .5s var(--ease); }
.related-row:first-child { border-left: 1px solid rgba(255,255,255,.16); }
.related-row:hover { background: rgba(255,255,255,.07); }
.related-row i { font-style: normal; opacity: .72; }
.site-footer > p { grid-column: 1 / -1; margin: 18px 0 0; font-size: 10px; }

.hero,
.values,
.audience-section { min-height: 100svh; }
.reveal {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 1.15s var(--ease), transform 1.15s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal.member-reveal { transform: translateY(58px); transition-delay: var(--member-delay-wide, 0s); }
.reveal.member-reveal.is-visible { transform: translateY(0); }

@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto auto; }
  .values-copy h2 { font-size: 26px; }
  .business-map { gap: 4vw; }
  .business-column + .business-column { padding-left: 4vw; }
  .member-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .reveal.member-reveal { transition-delay: var(--member-delay-compact, 0s); }
  .related-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .related-row:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.16); }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 68px; }
}

@media (min-width: 901px) and (prefers-reduced-motion: reduce) {
  html { scroll-padding-top: 76px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 68px; }
  .site-header { grid-template-columns: 1fr auto; padding: 10px 18px; mix-blend-mode: normal; background: rgba(241,241,239,.88); backdrop-filter: blur(12px); }
  .site-header.is-scrolled { padding-top: 8px; padding-bottom: 8px; }
  .brand-logo { width: 48px; }
  .header-contact { display: none; }
  .menu-button { display: grid; grid-template-columns: 18px auto; gap: 2px 9px; align-items: center; border: 0; padding: 7px; color: inherit; background: transparent; }
  .menu-button span { display: block; grid-column: 1; width: 18px; height: 1px; background: currentColor; transition: transform .4s var(--ease); }
  .menu-button b { grid-column: 2; grid-row: 1 / 3; font-size: 9px; font-weight: 400; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(1.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-1.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 25; inset: 0; display: grid; place-items: center; background: var(--cream); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu nav { display: grid; gap: 24px; font-size: 20px; }
  .hero { min-height: 100svh; padding: 100px 20px 68px; }
  .hero-copy { display: block; margin: 0; }
  .hero-side { position: static; display: block; margin: 0 0 15px; font-size: 9px; line-height: 1.7; letter-spacing: .04em; writing-mode: horizontal-tb; opacity: .68; }
  .hero h1 { margin-bottom: 22px; font-size: 30px; line-height: 1.55; }
  .hero-keywords { display: block; max-width: none; margin-bottom: 24px; padding: 14px 0; }
  .hero-keywords ul { gap: 7px; margin-top: 11px; }
  .hero-keywords li { padding: 6px 9px; font-size: 9px; }
  .hero-statement { margin-bottom: 14px; font-size: 15px; }
  .hero-lead { max-width: 100%; font-size: 11px; line-height: 1.9; }
  .hero-scroll { display: none; }
  .audience-section { min-height: 0; padding: 78px 20px; }
  .verb-row { grid-template-columns: repeat(2, 1fr); }
  .verb { min-height: 220px; border-bottom: 1px solid rgba(255,255,255,.2); }
  .verb h3 { margin-top: 44px; font-size: 20px; }
  .section-heading, .history-title { display: block; margin-bottom: 44px; }
  .audience-heading { margin-bottom: 28px; }
  .section-heading h2, .history-title h2 { font-size: 28px; }
  .section-index { margin-bottom: 22px; }
  .audience-row { grid-template-columns: 38px 1fr; gap: 8px; min-height: 0; padding: 24px 0; }
  .audience-intro,
  .audience-content { grid-column: 2; }
  .audience-intro strong { font-size: 14px; }
  .audience-for { margin-top: 7px; }
  .audience-content { margin-top: 8px; }
  .audience-content > strong { font-size: 15px; line-height: 1.7; }
  .audience-content p { margin: 9px 0 14px; font-size: 10px; }
  .audience-links { gap: 10px 18px; }
  .values { grid-template-columns: 1fr; min-height: 0; padding: 78px 20px; }
  .values-copy h2 { font-size: clamp(20px, 6.3vw, 24px); }
  .values-copy p { font-size: 12px; }
  .cycle-stage { width: 82vw; max-width: 330px; margin-top: 38px; }
  .photo-gallery { padding: 66px 20px 72px; }
  .photo-gallery .section-index { margin-bottom: 24px; }
  .photo-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }
  .photo-grid-four .photo-tile:nth-child(n),
  .photo-gallery-secondary .photo-grid-four .photo-tile:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }
  .photo-grid-six { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .photo-grid-six .photo-tile {
    grid-column: auto;
    aspect-ratio: 4 / 3;
  }
  .photo-gallery-team { padding-top: 42px; padding-bottom: 84px; }
  .work { padding: 78px 20px 84px; }
  .work-heading { margin-bottom: 36px; }
  .business-map { grid-template-columns: 1fr; gap: 58px; }
  .business-column + .business-column { padding: 0; border-left: 0; }
  .business-heading { min-height: 82px; }
  .business-heading h3 { font-size: 20px; }
  .business-row { min-height: 0; padding: 16px 0; }
  .business-row h4 { font-size: 14px; }
  .business-row p { font-size: 10px; line-height: 1.75; }
  .business-external { margin-top: 9px; font-size: 9px; }
  .business-examples { margin-top: 11px; padding-top: 10px; }
  .business-examples li { grid-template-columns: 42px minmax(0, 1fr); gap: 7px; font-size: 8.5px; }
  .activity-board { grid-template-columns: 1.5fr 1fr; height: 540px; }
  .report-copy { display: block; padding: 22px; }
  .report-copy h2 { margin-bottom: 18px; font-size: 21px; }
  .round-link { width: 100%; min-width: 0; }
  .people { padding: 78px 20px 84px; }
  .people-heading { margin-bottom: 38px; }
  .member-team { margin-bottom: 50px; }
  .member-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(142px, 42vw);
    gap: 12px;
    max-width: none;
    margin-right: -20px;
    padding-right: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline proximity;
    scrollbar-width: none;
  }
  .member-grid::-webkit-scrollbar { display: none; }
  .member-card { scroll-snap-align: start; }
  .reveal.member-reveal { transition-delay: 0s; }
  .people-note { font-size: 10px; }
  .history { padding: 0 20px; }
  .history-title { min-height: 0; margin-bottom: 0; padding: 70px 0 52px; }
  .history-overview { margin-top: 28px; }
  .history-toggle { margin-top: 28px; }
  .history-details { padding-bottom: 52px; }
  .history-simple { padding-bottom: 52px; }
  .simple-timeline-legend { gap: 10px 16px; margin: 0 0 22px; font-size: 8px; }
  .simple-year { grid-template-columns: 56px minmax(0, 1fr); gap: 15px; min-height: 0; padding: 20px 0; }
  .simple-year > time { font-size: 20px; }
  .simple-year ul { gap: 10px; }
  .simple-year li { gap: 9px; font-size: 10px; }
  .timeline-chapter { display: block; padding: 68px 0 76px; }
  .chapter-heading { position: static; }
  .chapter-heading h3 { margin-top: 30px; font-size: 25px; }
  .chapter-heading > p { font-size: 12px; }
  .chapter-outcome { margin-bottom: 42px; }
  .timeline-item { grid-template-columns: 54px 1fr; gap: 12px; min-height: 92px; padding: 20px 0; }
  .timeline-item h4 { font-size: 14px; }
  .chapter-case { margin-top: 34px; padding: 22px 18px; }
  .chapter-case h4 { margin-top: 32px; font-size: 19px; }
  .social-section { padding: 78px 20px; }
  .social-section .section-heading { margin-bottom: 32px; }
  .activity-board { grid-template-columns: 1fr; height: auto; margin-bottom: 0; }
  .report { min-height: 500px; }
  .report-image { min-height: 0; aspect-ratio: 4 / 3; }
  .report-copy { padding: 22px 20px 24px; }
  .report-copy h2 { margin-bottom: 20px; font-size: 21px; }
  .report-copy-minimal { display: flex; gap: 18px; justify-content: space-between; align-items: center; }
  .report-copy-minimal .section-index { margin: 0; }
  .activity-side { grid-template-rows: auto auto; gap: 12px; }
  .annual-card { grid-template-columns: 124px minmax(0, 1fr); min-height: 188px; border-radius: 14px; }
  .annual-copy { padding: 18px; }
  .annual-copy h3 { font-size: 25px; }
  .instagram-panel { min-height: 220px; padding: 18px; border-radius: 14px; }
  .instagram-panel-title { margin-top: 26px; }
  .instagram-grid { grid-template-columns: repeat(3, 1fr); gap: 3px; }
  .instagram-card:last-child { display: block; }
  .instagram-card span { display: none; }
  .social-link { margin-bottom: 0; }
  .site-footer { grid-template-columns: 1fr; padding: 55px 20px 25px; }
  .footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .footer-related { display: block; margin-top: 12px; padding-top: 24px; }
  .footer-related > p { margin-bottom: 16px; }
  .related-list { grid-template-columns: 1fr; }
  .related-row { min-height: 58px; padding: 0 12px; border-left: 1px solid rgba(255,255,255,.16); font-size: 11px; }
  .site-footer > p { grid-column: 1; }
  .report-viewer { width: 100vw; height: 100svh; }
  .report-viewer-header { gap: 12px; padding: 12px 14px; }
  .report-viewer-header h2 { font-size: 13px; }
  .report-viewer-actions { gap: 7px; }
  .report-viewer-actions a,
  .report-viewer-actions button { min-width: 40px; justify-content: center; padding: 9px 11px; }
  .report-viewer-actions a span,
  .report-viewer-actions button span { display: none; }
  .report-viewer-stage { position: relative; grid-template-columns: 1fr; padding: 10px 10px 62px; }
  .report-page { grid-column: 1; grid-row: 1; }
  .report-nav { position: absolute; z-index: 2; bottom: 10px; width: 42px; background: rgba(251,251,248,.92); }
  .report-prev { left: calc(50% - 49px); }
  .report-next { right: calc(50% - 49px); }
  .report-viewer-footer { padding: 10px 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
