:root {
  --ink: #17231f;
  --cream: #f3f0e8;
  --teal: #4fa5a0;
  --coral: #ed9576;
}

/* WordPress theme shell and responsive navigation. */
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; padding: 10px 14px; clip: auto; background: white; color: #17231f; }
.site-header ul { display: flex; gap: 34px; margin: 0; padding: 0; list-style: none; }
.menu-toggle { display: none; }
.inner-site-header { position: relative; background: #17231f; }
.content-page { min-height: 60vh; padding: 100px 7vw 120px; background: #f1eee6; color: #17231f; }
.content-page-inner { width: min(920px, 100%); margin: 0 auto; }
.content-page h1 { margin: 0 0 42px; font-size: clamp(44px, 6vw, 78px); line-height: 1.06; letter-spacing: -.055em; font-weight: 500; }
.entry-content { color: #50605a; font-size: 16px; line-height: 2; }
.entry-content img { max-width: 100%; height: auto; border-radius: 14px; }

@media (max-width: 860px) {
  .menu-toggle { position: relative; z-index: 8; display: grid; place-items: center; width: 42px; height: 42px; padding: 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(20,20,22,.25); color: white; }
  .menu-toggle > span:not(.screen-reader-text) { display: block; grid-area: 1 / 1; width: 17px; height: 1px; background: currentColor; transition: transform .25s ease; }
  .menu-toggle > span:nth-child(1) { transform: translateY(-5px); }
  .menu-toggle > span:nth-child(3) { transform: translateY(5px); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: rotate(-45deg); }
  .site-header .primary-nav { position: fixed; z-index: 7; inset: 0; display: none; place-items: center; padding: 100px 24px 40px; background: rgba(19,27,25,.96); backdrop-filter: blur(18px); }
  .site-header .primary-nav.is-open { display: grid; }
  .site-header .primary-nav ul { flex-direction: column; gap: 28px; font-size: 17px; }
  body.menu-is-open { overflow: hidden; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #1e1b25;
  color: var(--cream);
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}
a { color: inherit; text-decoration: none; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 73% 30%, rgba(238, 173, 149, .35), transparent 26%),
    radial-gradient(circle at 50% 70%, rgba(72, 105, 91, .35), transparent 34%),
    linear-gradient(145deg, #2b2932 0%, #49323e 45%, #271f2a 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: radial-gradient(rgba(255,255,255,.08) .6px, transparent .6px);
  background-size: 5px 5px;
  opacity: .14;
  pointer-events: none;
}
.scene { position: absolute; inset: 0; z-index: 0; }
.scene canvas { display: block; width: 100%; height: 100%; }
.hero-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(21,18,24,.62) 0%, rgba(21,18,24,.18) 44%, transparent 68%),
    linear-gradient(0deg, rgba(18,17,20,.58) 0%, transparent 38%);
}

.site-header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 24px 3.4vw;
  border-bottom: 1px solid rgba(255,255,255,.15);
  font-size: 12px;
  letter-spacing: .09em;
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; font-size: 21px; font-weight: 700; letter-spacing: -.04em; }
.brand-mark { position: relative; display: inline-block; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; }
.brand-mark::before, .brand-mark::after, .brand-mark i {
  content: "";
  position: absolute;
  left: 7px;
  width: 15px;
  height: 6px;
  border-radius: 50% 50% 45% 45%;
  transform: rotate(-18deg);
}
.brand-mark::before { top: 7px; background: #9ed8d0; }
.brand-mark::after { top: 13px; background: #f3a37f; }
.brand-mark i { top: 18px; height: 3px; background: rgba(255,255,255,.78); }
.site-header nav { display: flex; gap: 34px; color: rgba(255,255,255,.72); }
.site-header nav a { transition: color .25s ease; }
.site-header nav a:hover { color: white; }
.header-cta { justify-self: end; display: flex; align-items: center; gap: 18px; padding: 11px 13px 11px 18px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(20,20,22,.16); backdrop-filter: blur(12px); }
.header-cta span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--cream); color: var(--ink); }

.hero-copy {
  position: absolute;
  z-index: 3;
  left: 7.2vw;
  top: 50%;
  transform: translateY(-44%);
  width: min(620px, 52vw);
}
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; font-size: 11px; letter-spacing: .19em; color: rgba(255,255,255,.65); }
.eyebrow span { display: inline-block; width: 26px; height: 1px; background: var(--coral); }
.hero h1 { margin: 0; font-size: clamp(60px, 7.1vw, 112px); line-height: .94; letter-spacing: -.075em; font-weight: 500; text-wrap: balance; }
.hero-lead { margin: 31px 0 0; max-width: 540px; color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.95; letter-spacing: .02em; }
.hero-actions { display: flex; align-items: center; gap: 31px; margin-top: 37px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 188px; padding: 15px 17px 15px 21px; border-radius: 999px; font-size: 13px; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--cream); color: var(--ink); }
.button span { display: grid; place-items: center; width: 27px; height: 27px; margin: -6px -7px -6px 16px; border-radius: 50%; background: var(--ink); color: white; }
.text-link { padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 12px; color: rgba(255,255,255,.78); }

.field-card {
  position: absolute;
  z-index: 3;
  right: 5vw;
  bottom: 12vh;
  width: 208px;
  padding: 17px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  background: rgba(28,29,31,.27);
  box-shadow: 0 24px 80px rgba(0,0,0,.18);
  backdrop-filter: blur(18px);
}
.field-card-top { display: flex; justify-content: space-between; font-size: 8px; letter-spacing: .2em; color: rgba(255,255,255,.55); }
.field-card p { margin: 25px 0 11px; font-size: 17px; letter-spacing: .13em; }
.field-line { height: 1px; background: linear-gradient(90deg, var(--coral), transparent); }
.field-card small { display: block; margin-top: 12px; font-size: 9px; line-height: 1.7; letter-spacing: .12em; color: rgba(255,255,255,.55); }
.scene-note { position: absolute; z-index: 3; right: 5vw; top: 112px; display: flex; align-items: center; gap: 8px; font-size: 8px; letter-spacing: .18em; color: rgba(255,255,255,.42); }
.scene-dot { width: 5px; height: 5px; border-radius: 50%; background: #8fd5cb; box-shadow: 0 0 10px #8fd5cb; }
.scroll-cue { position: absolute; z-index: 3; left: 3.5vw; bottom: 26px; display: flex; flex-direction: column; align-items: center; gap: 9px; font-size: 8px; letter-spacing: .18em; color: rgba(255,255,255,.5); }
.scroll-cue i { display: block; width: 1px; height: 36px; background: linear-gradient(white, transparent); }

@media (max-width: 860px) {
  .site-header { grid-template-columns: 1fr auto; padding: 19px 20px; }
  .site-header nav { display: none; }
  .hero-copy { left: 24px; top: 45%; width: calc(100% - 48px); }
  .hero h1 { font-size: clamp(52px, 15vw, 82px); }
  .hero-lead { max-width: 440px; font-size: 13px; }
  .field-card { right: 18px; bottom: 70px; width: 172px; padding: 13px; opacity: .82; }
  .field-card p { margin-top: 17px; }
  .scene-note { top: 84px; right: 20px; }
  .scroll-cue { display: none; }
}

@media (max-width: 560px) {
  .header-cta { padding-left: 14px; font-size: 10px; }
  .hero-copy { top: 42%; }
  .hero h1 { font-size: 16vw; }
  .hero-lead br { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 28px; }
  .field-card { bottom: 23px; width: 145px; }
  .field-card small { display: none; }
  .scene-note { display: none; }
}

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

/* Corporate story */
.section-light { background: #f1eee6; color: var(--ink); }
.section-rail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0 4px;
  border-right: 1px solid rgba(23,35,31,.14);
  color: #68756f;
  font-size: 9px;
  letter-spacing: .2em;
}
.section-rail p { margin: 0; writing-mode: vertical-rl; }
.about {
  display: grid;
  grid-template-columns: 42px minmax(0, 1.05fr) minmax(380px, .95fr);
  gap: 6vw;
  min-height: 830px;
  padding: 116px 6.5vw 110px 3.5vw;
}
.eyebrow-dark { color: #68756f; }
.about-copy { align-self: center; max-width: 660px; }
.about h2, .section-heading h2, .field-heading h2, .journal-heading h2 {
  margin: 0;
  font-size: clamp(48px, 5.4vw, 82px);
  line-height: 1.04;
  letter-spacing: -.065em;
  font-weight: 500;
}
.about-lead {
  margin: 41px 0 0;
  max-width: 590px;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 2.05;
  letter-spacing: .025em;
}
.about-body {
  margin: 25px 0 0;
  max-width: 575px;
  color: #68756f;
  font-size: 13px;
  line-height: 2.1;
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(23,35,31,.16);
}
.about-stats div { display: flex; flex-direction: column; gap: 8px; }
.about-stats strong { font-size: 14px; font-weight: 500; }
.about-stats span { color: #82908a; font-size: 9px; letter-spacing: .08em; }
.about-visual {
  position: relative;
  align-self: stretch;
  min-height: 610px;
  margin: 0;
  overflow: hidden;
  border-radius: 160px 160px 18px 18px;
  background: #37504a;
}
.about-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,26,24,.88), transparent 55%); }
.about-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85) contrast(.94); transform: scale(1.02); }
.about-visual figcaption { position: absolute; z-index: 1; left: 32px; right: 32px; bottom: 28px; color: white; }
.about-visual figcaption span { font-size: 8px; letter-spacing: .17em; color: rgba(255,255,255,.58); }
.about-visual figcaption strong { display: block; margin: 8px 0 7px; font-size: 24px; font-weight: 500; }
.about-visual figcaption p { margin: 0; font-size: 11px; color: rgba(255,255,255,.68); }

.word-stream {
  display: flex;
  overflow: hidden;
  padding: 19px 0 17px;
  border-top: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
  background: #1f2a27;
  color: rgba(255,255,255,.68);
  font-size: 11px;
  letter-spacing: .25em;
  white-space: nowrap;
}
.word-stream span { min-width: max-content; padding-right: 2.5em; animation: stream 22s linear infinite; }
@keyframes stream { to { transform: translateX(-100%); } }

.activities {
  padding: 128px 7vw 140px;
  background:
    radial-gradient(circle at 95% 0%, rgba(79,165,160,.12), transparent 28%),
    #17231f;
  color: #f1eee6;
}
.section-heading, .field-heading, .journal-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
}
.section-heading > p, .field-heading > p {
  max-width: 340px;
  margin: 0 0 7px;
  color: rgba(255,255,255,.54);
  font-size: 12px;
  line-height: 1.9;
}
.activity-list { margin-top: 82px; border-top: 1px solid rgba(255,255,255,.18); }
.activity-list article {
  display: grid;
  grid-template-columns: 56px 110px minmax(250px, .72fr) minmax(270px, 1fr);
  align-items: center;
  gap: 3vw;
  min-height: 210px;
  border-bottom: 1px solid rgba(255,255,255,.18);
  transition: background .35s ease, padding .35s ease;
}
.activity-list article:hover { padding: 0 22px; background: rgba(255,255,255,.035); }
.activity-number, .activity-en { color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .15em; }
.activity-list h3 { margin: 10px 0 0; font-size: clamp(25px, 2.25vw, 35px); line-height: 1.22; letter-spacing: -.03em; font-weight: 500; }
.activity-list article > p { max-width: 420px; margin: 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 2; }
.activity-icon { position: relative; width: 80px; height: 80px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.activity-icon-wave { display: grid; place-items: center; gap: 5px; align-content: center; }
.activity-icon-wave i { display: block; width: 36px; height: 1px; background: #9bd8d1; transform: rotate(-14deg); }
.activity-icon-wave i:nth-child(2) { width: 26px; margin-left: 10px; background: #f0a287; }
.activity-icon-orbit::before, .activity-icon-orbit::after { content: ""; position: absolute; inset: 20px; border: 1px solid #9bd8d1; border-radius: 50%; transform: rotate(45deg) scaleY(.48); }
.activity-icon-orbit::after { transform: rotate(-45deg) scaleY(.48); border-color: #f0a287; }
.activity-icon-orbit i { position: absolute; top: 37px; left: 37px; width: 5px; height: 5px; border-radius: 50%; background: white; }
.activity-icon-sprout i { position: absolute; bottom: 20px; left: 39px; width: 1px; height: 36px; background: #9bd8d1; transform: rotate(-8deg); transform-origin: bottom; }
.activity-icon-sprout i::before { content: ""; position: absolute; top: 4px; left: -15px; width: 17px; height: 10px; border: 1px solid #f0a287; border-radius: 100% 0 100% 0; transform: rotate(-12deg); }
.activity-icon-sprout i:nth-child(2) { transform: scaleX(-1) rotate(-28deg); height: 25px; }

.field-section {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 4vw;
  padding: 120px 5vw 130px 3.5vw;
}
.field-inner { min-width: 0; }
.field-heading > p { color: #68756f; }
.place-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: 285px 285px;
  gap: 17px;
  margin-top: 70px;
}
.place-card { position: relative; display: block; overflow: hidden; border-radius: 16px; color: white; }
.place-card-wide { grid-row: 1 / span 2; }
.place-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.place-card:hover img { transform: scale(1.045); }
.place-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,25,22,.82), transparent 62%); }
.place-caption { position: absolute; left: 25px; bottom: 23px; }
.place-caption span { font-size: 8px; letter-spacing: .16em; color: rgba(255,255,255,.56); }
.place-caption h3 { margin: 7px 0 4px; font-size: 23px; font-weight: 500; letter-spacing: -.025em; }
.place-caption p { margin: 0; font-size: 10px; color: rgba(255,255,255,.67); }
.place-card > i { position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(20,30,28,.18); font-style: normal; backdrop-filter: blur(8px); }

.manifesto {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 760px;
  padding: 125px 30px;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(113,162,150,.18), transparent 34%),
    linear-gradient(145deg, #212d29, #17201e);
}
.manifesto::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 90px 90px; mask-image: radial-gradient(circle, black, transparent 70%); }
.manifesto .eyebrow { position: relative; z-index: 1; }
.manifesto blockquote { position: relative; z-index: 1; margin: 110px 0 36px; font-size: clamp(50px, 7vw, 104px); line-height: 1.08; letter-spacing: -.065em; }
.manifesto blockquote span { position: relative; }
.manifesto > p:last-child { position: relative; z-index: 1; max-width: 600px; margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 2.1; }
.manifesto-orb { position: absolute; top: 245px; left: 50%; width: 245px; height: 245px; transform: translateX(-50%); border: 1px solid rgba(155,216,209,.18); border-radius: 50%; box-shadow: inset 0 0 70px rgba(155,216,209,.07), 0 0 120px rgba(237,149,118,.06); }
.manifesto-orb i { position: absolute; inset: 30px; border: 1px solid rgba(237,149,118,.18); border-radius: 50%; }
.manifesto-orb i:nth-child(2) { transform: rotate(60deg) scaleY(.42); border-color: rgba(155,216,209,.24); }
.manifesto-orb i:nth-child(3) { transform: rotate(-60deg) scaleY(.42); border-color: rgba(255,255,255,.17); }

.journal {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 4vw;
  padding: 120px 6.5vw 130px 3.5vw;
}
.journal-inner { min-width: 0; }
.round-link { display: flex; align-items: center; gap: 14px; font-size: 11px; color: #5d6964; }
.round-link span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(23,35,31,.25); border-radius: 50%; }
.journal-feature { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 400px; margin-top: 68px; border-top: 1px solid rgba(23,35,31,.16); border-bottom: 1px solid rgba(23,35,31,.16); }
.journal-image { overflow: hidden; margin: 18px 0; border-radius: 12px; }
.journal-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.journal-feature:hover .journal-image img { transform: scale(1.04); }
.journal-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 45px 5vw; }
.journal-copy > p { display: flex; gap: 20px; margin: 0 0 28px; color: #7d8984; font-size: 9px; letter-spacing: .13em; }
.journal-copy > p span { color: #ce705b; }
.journal-copy h3 { margin: 0; font-size: clamp(28px, 3vw, 43px); line-height: 1.32; letter-spacing: -.04em; font-weight: 500; }
.journal-arrow { position: absolute; right: 12px; bottom: 35px; font-size: 25px; }

.contact {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 720px;
  padding: 118px 24px 100px;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 50% 90%, rgba(237,149,118,.23), transparent 32%),
    #29312f;
}
.contact-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 80px 80px; }
.contact .eyebrow, .contact h2, .contact > p, .contact-button { position: relative; z-index: 1; }
.contact h2 { margin: 92px 0 28px; font-size: clamp(52px, 7vw, 105px); line-height: 1.04; letter-spacing: -.07em; font-weight: 500; }
.contact > p { margin: 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 2; }
.contact-button { display: flex; align-items: center; gap: 40px; margin-top: 47px; padding: 11px 12px 11px 27px; border-radius: 999px; background: #f1eee6; color: var(--ink); font-size: 13px; }
.contact-button i { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--ink); color: white; font-style: normal; }

footer {
  display: grid;
  grid-template-columns: 1.1fr 1fr auto;
  align-items: start;
  gap: 32px;
  padding: 62px 5vw 28px;
  background: #131b19;
  color: rgba(255,255,255,.72);
}
.footer-brand { color: white; }
footer > p { margin: 7px 0 0; font-size: 8px; letter-spacing: .16em; color: rgba(255,255,255,.38); }
footer nav { display: grid; grid-template-columns: repeat(2, auto); gap: 16px 32px; font-size: 10px; letter-spacing: .05em; }
footer small { grid-column: 1 / -1; margin-top: 58px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.32); font-size: 8px; letter-spacing: .1em; }

@media (max-width: 980px) {
  .about { grid-template-columns: 28px 1fr; gap: 32px; padding-right: 5vw; }
  .about-visual { grid-column: 2; min-height: 560px; border-radius: 120px 120px 18px 18px; }
  .activity-list article { grid-template-columns: 45px 90px minmax(220px, .7fr) 1fr; }
  .field-heading, .section-heading { align-items: flex-start; }
  .place-grid { grid-template-rows: 240px 240px; }
}

@media (max-width: 720px) {
  .about, .field-section, .journal { display: block; padding: 82px 22px; }
  .section-rail { display: none; }
  .about h2, .section-heading h2, .field-heading h2, .journal-heading h2 { font-size: 13vw; }
  .about-lead { margin-top: 30px; font-size: 16px; }
  .about-stats { grid-template-columns: 1fr; gap: 20px; }
  .about-visual { min-height: 480px; margin-top: 60px; border-radius: 90px 90px 15px 15px; }
  .activities { padding: 88px 22px 96px; }
  .section-heading, .field-heading, .journal-heading { display: block; }
  .section-heading > p, .field-heading > p { margin-top: 28px; }
  .activity-list { margin-top: 55px; }
  .activity-list article { grid-template-columns: 38px 70px 1fr; gap: 14px; min-height: 200px; padding: 30px 0; }
  .activity-list article:hover { padding: 30px 0; }
  .activity-list article > p { grid-column: 3; font-size: 11px; }
  .activity-icon { width: 62px; height: 62px; }
  .activity-icon-orbit i { top: 28px; left: 28px; }
  .activity-icon-sprout i { left: 30px; bottom: 12px; }
  .place-grid { display: block; margin-top: 50px; }
  .place-card { height: 370px; margin-top: 14px; }
  .manifesto { min-height: 670px; padding: 95px 22px; }
  .manifesto blockquote { margin-top: 110px; font-size: 13.5vw; }
  .manifesto > p:last-child { font-size: 12px; }
  .journal-heading .round-link { margin-top: 28px; }
  .journal-feature { display: block; min-height: auto; margin-top: 48px; }
  .journal-image { height: 300px; }
  .journal-copy { padding: 32px 8px 50px; }
  .contact { min-height: 640px; padding-top: 95px; }
  .contact h2 { margin-top: 85px; font-size: 14vw; }
  footer { grid-template-columns: 1fr; padding: 48px 24px 24px; }
  footer nav { margin-top: 20px; }
  footer small { grid-column: 1; margin-top: 25px; }
}

/* Final hero overrides: photographic petals, pointer perch-walk and scroll take-off. */
.hero {
  --art-x: 0px;
  --art-y: 0px;
  --art-rotate: 0deg;
  --perched-opacity: 1;
  --perch-x: 0px;
  --perch-y: 0px;
  --perch-rotate: 0deg;
  --petal-near-x: 0px;
  --petal-near-y: 0px;
  --petal-near-rotate: 0deg;
  --petal-far-x: 0px;
  --petal-far-y: 0px;
  --petal-far-rotate: 0deg;
  --flight-x: 0px;
  --flight-y: 0px;
  --flight-rotate: -4deg;
  --flight-scale: .7;
  --bird-opacity: 0;
  --bird-pointer-x: 0px;
  --bird-pointer-y: 0px;
  background: #2b2028;
}
.hero-art-clean {
  position: absolute;
  inset: -3%;
  pointer-events: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate3d(var(--art-x), var(--art-y), 0) rotate(var(--art-rotate)) scale(1.035);
  transform-origin: center;
  will-change: transform, opacity;
}
.hero-art-clean { z-index: 0; background-image: url("../images/hero-no-bird.png"); }
.scene, .field-card, .scene-note { display: none; }
.hero::before,
.hero::after { display: none !important; }

.hero-petals {
  position: absolute;
  inset: -14% -9%;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  transform-origin: center;
  will-change: transform;
}
.hero-petals-near {
  transform: translate3d(var(--petal-near-x), var(--petal-near-y), 0) rotate(var(--petal-near-rotate));
}
.hero-petals-far {
  opacity: .68;
  filter: blur(.35px);
  transform: translate3d(var(--petal-far-x), var(--petal-far-y), 0) rotate(var(--petal-far-rotate));
}
.hero-petal {
  position: absolute;
  top: -20%;
  left: var(--left);
  width: var(--size);
  aspect-ratio: 1;
  opacity: var(--petal-opacity);
  animation: n2est-petal-fall var(--duration) var(--delay) linear infinite;
  will-change: transform;
}
.hero-petal i {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/petal-photo.png") center / contain no-repeat;
  filter: drop-shadow(0 4px 5px rgba(76, 40, 49, .22));
  animation: n2est-petal-flutter var(--flutter-duration) var(--flutter-delay) ease-in-out infinite alternate;
  transform-origin: 50% 82%;
  will-change: transform;
}
.hero-petals-far .hero-petal i { filter: drop-shadow(0 2px 2px rgba(76, 40, 49, .14)); }
@keyframes n2est-petal-fall {
  0% { transform: translate3d(0, -12vh, 0) rotate(0deg); }
  24% { transform: translate3d(var(--sway), 26vh, 0) rotate(var(--turn-quarter)); }
  52% { transform: translate3d(var(--sway-back), 63vh, 0) rotate(var(--turn-half)); }
  76% { transform: translate3d(var(--sway), 96vh, 0) rotate(var(--turn-threequarter)); }
  100% { transform: translate3d(var(--drift), 142vh, 0) rotate(var(--turn)); }
}
@keyframes n2est-petal-flutter {
  0% { transform: perspective(120px) rotateX(16deg) rotateY(-46deg) scaleX(.78); }
  48% { transform: perspective(120px) rotateX(-12deg) rotateY(8deg) scaleX(1); }
  100% { transform: perspective(120px) rotateX(28deg) rotateY(58deg) scaleX(.7); }
}

.hero-bird-perched {
  position: absolute;
  z-index: 3;
  top: 27%;
  left: 54.5%;
  width: clamp(360px, 34vw, 590px);
  aspect-ratio: 3 / 2;
  opacity: var(--perched-opacity);
  pointer-events: none;
  transform: translate3d(
    calc(var(--art-x) + var(--perch-x)),
    calc(var(--art-y) + var(--perch-y)),
    0
  ) rotate(calc(var(--art-rotate) + var(--perch-rotate)));
  transform-origin: 58% 84%;
  transition: transform .3s cubic-bezier(.22, 1.45, .42, 1), opacity .2s ease;
  will-change: transform, opacity;
}
.hero-bird-perched i {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/kingfisher-perched.png") center / contain no-repeat;
  filter: drop-shadow(0 14px 18px rgba(27, 17, 22, .24));
  transform-origin: 58% 84%;
}
.hero-bird-perched.is-hopping i { animation: n2est-bird-hop .38s cubic-bezier(.22, .8, .35, 1); }
@keyframes n2est-bird-hop {
  0%, 100% { transform: translateY(0) rotate(0deg) scaleY(1); }
  38% { transform: translateY(-13px) rotate(-1.35deg) scaleY(.985); }
  68% { transform: translateY(-4px) rotate(.75deg) scaleY(1.01); }
}

.hero-bird-flight {
  position: absolute;
  z-index: 3;
  top: 17%;
  left: 61%;
  width: clamp(290px, 31vw, 535px);
  aspect-ratio: 3 / 2;
  opacity: var(--bird-opacity);
  pointer-events: none;
  transform: translate3d(
    calc(var(--flight-x) + var(--bird-pointer-x)),
    calc(var(--flight-y) + var(--bird-pointer-y)),
    0
  ) rotate(var(--flight-rotate)) scale(var(--flight-scale));
  transform-origin: 60% 62%;
  will-change: transform, opacity;
}
.hero-bird-flight i {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/kingfisher-flight.png") center / contain no-repeat;
  filter: drop-shadow(0 18px 22px rgba(27, 17, 22, .3));
  animation: n2est-bird-lift .72s ease-in-out infinite alternate;
  transform-origin: 58% 58%;
}
@keyframes n2est-bird-lift {
  from { transform: translateY(2px) rotate(-1.2deg) scaleY(.985); }
  to { transform: translateY(-5px) rotate(1.2deg) scaleY(1.02); }
}

@media (min-width: 701px) {
  .hero { min-height: 0; aspect-ratio: 1730 / 909; max-height: 100svh; }
  .hero-vignette, .hero-copy { display: none; }
}
@media (max-width: 700px) {
  .hero-art-clean { background-position: 70% center; }
  .hero-bird-perched { top: 28%; left: 39%; width: 82vw; }
  .hero-bird-flight { top: 24%; left: 48%; width: 62vw; }
  .hero-petals-near .hero-petal:nth-child(n+11) { display: none; }
  .hero-petals-far .hero-petal:nth-child(n+9) { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-art-clean, .hero-bird-perched { transform: none; }
  .hero-bird-perched { opacity: 1; transition: none; }
  .hero-bird-flight, .hero-petals { display: none; }
}
