:root {
  color-scheme: light;
  --paper: #f5f2eb;
  --white: #ffffff;
  --ink: #161616;
  --muted: #6b6a64;
  --rule: #d8d2c6;
  --wood: #9d7653;
  --forest: #151d1a;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: geometricPrecision;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-height);
  padding: 28px 40px 0;
  background: transparent;
  pointer-events: none;
}

.brand-mark {
  position: relative;
  z-index: 2;
  pointer-events: auto;
  font-size: 15px;
  font-weight: 600;
}

.home .brand-mark {
  color: var(--paper);
}

.site-menu {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}

.menu-button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  gap: 0;
  border: 1px solid rgba(22, 22, 22, 0.2);
  border-radius: 999px;
  background: rgba(245, 242, 235, 0.52);
  backdrop-filter: blur(16px);
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.menu-button::-webkit-details-marker {
  display: none;
}

.menu-button::marker {
  content: "";
}

.menu-button span {
  grid-area: 1 / 1;
  width: 17px;
  height: 1.5px;
  background: var(--ink);
  transition:
    transform 180ms ease,
    opacity 180ms ease,
    background 180ms ease;
}

.menu-button span:first-child {
  transform: translateY(-4px);
}

.menu-button span:last-child {
  transform: translateY(4px);
}

.home .menu-button {
  border-color: rgba(245, 242, 235, 0.34);
  background: rgba(10, 12, 11, 0.18);
}

.home .menu-button span {
  background: var(--paper);
}

.site-menu[open] .menu-button {
  background: rgba(245, 242, 235, 0.96);
  border-color: rgba(22, 22, 22, 0.18);
}

.site-menu[open] .menu-button span {
  background: var(--ink);
}

.site-menu[open] .menu-button span:first-child {
  transform: rotate(42deg);
}

.site-menu[open] .menu-button span:last-child {
  transform: rotate(-42deg);
}

.menu-button:hover,
.menu-button:focus-visible {
  transform: translateY(-1px);
}

.site-nav {
  position: absolute;
  top: 54px;
  right: 0;
  display: flex;
  min-width: 226px;
  flex-direction: column;
  gap: 2px;
  padding: 14px;
  color: var(--ink);
  font-size: 14px;
  background: rgba(245, 242, 235, 0.96);
  border: 1px solid rgba(22, 22, 22, 0.1);
  box-shadow: 0 22px 70px rgba(20, 18, 14, 0.16);
  backdrop-filter: blur(18px);
  animation: menu-reveal 180ms ease both;
}

.site-nav a {
  padding: 10px 11px;
  color: #3d3b36;
  transition:
    color 180ms ease,
    background 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
  background: rgba(22, 22, 22, 0.06);
}

.hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 620px;
  height: 92vh;
  height: 92svh;
  max-height: 940px;
  overflow: hidden;
  padding: calc(var(--header-height) + 52px) 40px 76px;
  background: var(--forest);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.035);
  animation: hero-drift 28s ease-in-out infinite alternate;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 11, 11, 0.72), rgba(8, 11, 11, 0.42) 42%, rgba(8, 11, 11, 0.08)),
    linear-gradient(0deg, rgba(8, 11, 11, 0.48), rgba(8, 11, 11, 0.04) 44%, rgba(8, 11, 11, 0.16));
  animation: shade-breathe 18s ease-in-out infinite alternate;
}

.hero-inner,
.section-shell,
.site-footer {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.hero-inner {
  position: relative;
  z-index: 2;
  animation: copy-arrive 900ms ease-out 140ms both;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 34px;
  color: var(--paper);
  font-size: 88px;
  font-weight: 600;
  line-height: 0.96;
}

h2 {
  margin-bottom: 0;
  max-width: 860px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.08;
}

h3 {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.18;
}

.hero-statement {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--paper);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.12;
}

.hero-subtext {
  max-width: 590px;
  margin-bottom: 0;
  color: rgba(245, 242, 235, 0.76);
  font-size: 18px;
}

.section-band {
  padding: 112px 40px;
  border-top: 1px solid var(--rule);
}

.manifesto {
  background: var(--paper);
}

.manifesto-shell {
  display: grid;
  gap: 42px;
}

.manifesto-shell h2 {
  max-width: 1040px;
  font-size: clamp(38px, 5.2vw, 76px);
  line-height: 1;
}

.manifesto-shell p,
.large-copy {
  max-width: 820px;
  margin: 0;
  color: #3d3b36;
  font-size: 28px;
  line-height: 1.25;
}

.observation,
.environment {
  background: #141512;
  color: var(--paper);
  border-top: 0;
  padding-top: 90px;
  padding-bottom: 90px;
}

.environment-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 78px;
  align-items: center;
}

.environment-copy h2 {
  max-width: 560px;
}

.environment-copy p {
  max-width: 520px;
  margin: 32px 0 0;
  color: rgba(245, 242, 235, 0.74);
  font-size: 20px;
  line-height: 1.45;
}

.image-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #1c1d1a;
  aspect-ratio: 1672 / 941;
}

.image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms ease;
}

.image-frame:hover img {
  transform: scale(1.025);
}

.image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0) 48%);
  pointer-events: none;
}

.entrance-frame {
  min-height: 0;
}

.ritual {
  background: #0f100e;
  color: var(--paper);
  border-top: 0;
  padding-top: 72px;
}

.ritual-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: 72px;
  align-items: end;
}

.ritual-scene {
  min-height: 0;
  grid-column: 2;
  grid-row: 1;
}

.ritual-copy {
  padding-bottom: 18px;
  grid-column: 1;
  grid-row: 1;
}

.ritual-copy h2 {
  max-width: 560px;
}

.ritual-copy p {
  max-width: 520px;
  margin: 32px 0 0;
  color: rgba(245, 242, 235, 0.72);
  font-size: 21px;
  line-height: 1.42;
}

.method,
.field {
  background: var(--white);
}

.split-layout {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 80px;
  align-items: start;
}

.body-stack {
  display: grid;
  gap: 26px;
  padding-top: 54px;
  color: #3d3b36;
  font-size: 21px;
  line-height: 1.42;
}

.body-stack p {
  margin-bottom: 0;
}

.field-media {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.78fr);
  gap: 24px;
  margin-top: 72px;
  align-items: stretch;
}

.warm-frame,
.ritual-frame,
.living-frame {
  min-height: 0;
}

.living-frame {
  min-height: 0;
}

.field-text-panel {
  display: flex;
  align-items: flex-end;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(245, 242, 235, 0.96), rgba(219, 226, 217, 0.38)),
    var(--paper);
}

.field-text-panel p {
  max-width: 420px;
  margin: 0;
  color: #3d3b36;
  font-size: 24px;
  line-height: 1.28;
}

.principles {
  background:
    linear-gradient(90deg, rgba(219, 226, 217, 0.34), rgba(245, 242, 235, 0.82) 46%, rgba(94, 111, 108, 0.08)),
    var(--paper);
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 58px;
  counter-reset: principle;
}

.principle-item {
  counter-increment: principle;
  position: relative;
  min-height: 270px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(245, 242, 235, 0.38)),
    rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(22, 22, 22, 0.1);
  overflow: hidden;
}

.principle-item::before {
  content: "0" counter(principle);
  display: block;
  margin-bottom: 84px;
  color: rgba(22, 22, 22, 0.38);
  font-size: 13px;
}

.principle-item::after {
  content: "";
  position: absolute;
  top: 56px;
  left: 30px;
  width: calc(100% - 60px);
  height: 1px;
  background: linear-gradient(90deg, rgba(22, 22, 22, 0.35), rgba(22, 22, 22, 0.04));
}

.principle-item p {
  margin-bottom: 0;
  color: #4f4d48;
  font-size: 16px;
}

.contact {
  background: #151515;
  color: var(--paper);
  border-top: 0;
}

.contact-shell {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 80px;
  align-items: end;
}

.contact h2 {
  max-width: 780px;
}

address {
  display: grid;
  gap: 8px;
  font-style: normal;
  color: rgba(245, 242, 235, 0.76);
}

address a {
  width: fit-content;
  color: var(--paper);
  font-size: 24px;
  font-weight: 500;
  overflow-wrap: anywhere;
}

address a:hover,
address a:focus-visible {
  color: color-mix(in srgb, var(--paper) 72%, var(--wood));
}

.contact-location,
.email-note {
  color: rgba(245, 242, 235, 0.58);
  font-size: 14px;
}

.email-note {
  letter-spacing: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  padding: 28px 40px 34px;
  color: var(--muted);
  font-size: 13px;
}

.footer-meta,
.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  transition: color 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--ink);
}

.page-main {
  min-height: calc(100vh - var(--header-height));
  padding-top: 0;
}

.page-hero {
  padding: 124px 40px 72px;
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
}

.page-shell {
  width: min(920px, calc(100% - 80px));
  margin: 0 auto;
}

.page-kicker {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 13px;
}

.page-title {
  max-width: 780px;
  margin-bottom: 28px;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.02;
}

.page-intro {
  max-width: 680px;
  margin-bottom: 0;
  color: #3d3b36;
  font-size: 21px;
  line-height: 1.45;
}

.page-content {
  padding: 76px 40px 112px;
  background: var(--white);
}

.page-content .page-shell {
  display: grid;
  gap: 52px;
}

.legal-section {
  display: grid;
  gap: 18px;
  padding-top: 36px;
  border-top: 1px solid rgba(22, 22, 22, 0.14);
}

.legal-section:first-child {
  padding-top: 0;
  border-top: 0;
}

.legal-section h2 {
  max-width: 620px;
  font-size: 26px;
  line-height: 1.15;
}

.legal-section p,
.legal-section li,
.company-detail p {
  color: #4f4d48;
  font-size: 17px;
  line-height: 1.62;
}

.legal-section p,
.company-detail p {
  margin-bottom: 0;
}

.legal-section ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.company-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 52px;
  padding-top: 6px;
}

.company-detail {
  border-top: 1px solid rgba(22, 22, 22, 0.14);
  padding-top: 22px;
}

.company-detail h2 {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.company-detail a,
.legal-section a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.page-return {
  width: fit-content;
  color: var(--muted);
  font-size: 14px;
}

.page-return:hover,
.page-return:focus-visible {
  color: var(--ink);
}

.not-found {
  display: grid;
  align-items: center;
  min-height: calc(100vh - var(--header-height) - 86px);
}

.not-found .page-hero {
  border-bottom: 0;
}

.reveal-ready {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 900ms ease,
    transform 900ms ease;
}

.reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.principle-grid .reveal-ready:nth-child(2) {
  transition-delay: 90ms;
}

.principle-grid .reveal-ready:nth-child(3) {
  transition-delay: 180ms;
}

@keyframes hero-drift {
  from {
    transform: scale(1.035) translate3d(-0.6%, 0, 0);
  }

  to {
    transform: scale(1.08) translate3d(0.9%, -0.8%, 0);
  }
}

@keyframes shade-breathe {
  from {
    opacity: 0.92;
  }

  to {
    opacity: 1;
  }
}

@keyframes copy-arrive {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes menu-reveal {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 960px) {
  .site-header {
    padding: 26px 24px 0;
  }

  .site-nav {
    right: 0;
  }

  .hero,
  .section-band {
    padding-left: 24px;
    padding-right: 24px;
  }

  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-statement {
    font-size: 30px;
  }

  .large-copy {
    font-size: 23px;
  }

  .split-layout,
  .environment-shell,
  .ritual-shell,
  .contact-shell {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ritual-scene,
  .ritual-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .body-stack {
    padding-top: 0;
  }

  .field-media {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ritual-copy {
    padding-bottom: 0;
  }

  .field-text-panel {
    min-height: 260px;
  }

  .principle-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  :root {
    --header-height: 64px;
  }

  .site-header {
    padding: 20px 18px 0;
  }

  .site-nav {
    min-width: min(240px, calc(100vw - 36px));
  }

  .hero {
    min-height: 540px;
    height: 88vh;
    height: 88svh;
    padding: calc(var(--header-height) + 34px) 18px 54px;
  }

  .hero-media img {
    object-position: 62% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(8, 11, 11, 0.78), rgba(8, 11, 11, 0.28)),
      linear-gradient(0deg, rgba(8, 11, 11, 0.56), rgba(8, 11, 11, 0.08));
  }

  .section-band {
    padding: 78px 18px;
  }

  h1 {
    margin-bottom: 26px;
    font-size: 46px;
  }

  h2 {
    font-size: 29px;
  }

  h3 {
    font-size: 20px;
  }

  .hero-statement {
    font-size: 26px;
  }

  .hero-subtext,
  .principle-item p {
    font-size: 16px;
  }

  .manifesto-shell {
    gap: 32px;
  }

  .manifesto-shell h2 {
    font-size: 34px;
    line-height: 1.06;
  }

  .manifesto-shell p,
  .large-copy {
    margin: 0;
    font-size: 21px;
  }

  .body-stack {
    font-size: 19px;
  }

  .entrance-frame {
    min-height: 0;
  }

  .warm-frame,
  .ritual-frame,
  .living-frame {
    min-height: 0;
  }

  .ritual-scene {
    min-height: 0;
  }

  .environment-copy p,
  .ritual-copy p {
    font-size: 18px;
  }

  .field-text-panel {
    min-height: 220px;
    padding: 24px;
  }

  .field-text-panel p {
    font-size: 21px;
  }

  .principle-grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .principle-item {
    min-height: 210px;
    padding: 24px;
  }

  .principle-item::before {
    margin-bottom: 64px;
  }

  .principle-item::after {
    top: 50px;
    left: 24px;
    width: calc(100% - 48px);
  }

  address a {
    font-size: 22px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 18px 30px;
  }

  .page-hero {
    padding: 92px 18px 58px;
  }

  .page-shell {
    width: 100%;
  }

  .page-title {
    font-size: 38px;
  }

  .page-intro {
    font-size: 18px;
  }

  .page-content {
    padding: 58px 18px 84px;
  }

  .page-content .page-shell {
    gap: 42px;
  }

  .company-details {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-media img,
  .hero-shade,
  .hero-inner {
    animation: none;
  }

  .image-frame img {
    transition: none;
  }
}
