@font-face {
  font-family: "TAN Paradiso";
  src: local("TAN - PARADISO"), local("TAN PARADISO"), local("TAN-Paradiso");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #17352b;
  --ink-soft: #375447;
  --cream: #f5f0e3;
  --paper: #fcf8ee;
  --parchment: #e8ddc4;
  --moss: #58715e;
  --fern: #376a55;
  --lichen: #cbd3bd;
  --pollen: #e7b94f;
  --clay: #c6775b;
  --berry: #7e4850;
  --line: rgba(23, 53, 43, .2);
  --display: "Fraunces", Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", system-ui, sans-serif;
  --gutter: clamp(24px, 5.5vw, 88px);
  --shadow: 0 24px 70px rgba(39, 52, 36, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  z-index: 100;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(31, 51, 39, .18) 0 .55px, transparent .7px),
    radial-gradient(circle at 70% 60%, rgba(142, 104, 60, .13) 0 .55px, transparent .7px);
  background-size: 5px 5px, 7px 7px;
  mix-blend-mode: multiply;
}
button, input, select, textarea { font: inherit; }
a { color: inherit; }
img { max-width: 100%; }
h1, h2, h3, h4, p { overflow-wrap: anywhere; }
:focus-visible { outline: 3px solid var(--pollen); outline-offset: 4px; }

.prototype-page { padding: 0; }
.prototype-site {
  min-height: 100vh;
  overflow: clip;
  background:
    radial-gradient(circle at 78% 7%, rgba(231, 185, 79, .1), transparent 18%),
    var(--cream);
}

/* Shared living line */
.ritual-pulse {
  fill: none;
  stroke: var(--fern);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}
.ritual-pulse path:not(.ritual-pulse-shadow) {
  animation: pulse-drift 11s ease-in-out infinite alternate;
  transform-origin: center;
}
.ritual-pulse circle { fill: var(--pollen); stroke: var(--ink); stroke-width: 1.4; }
.ritual-pulse-shadow { stroke: var(--pollen); stroke-width: 8; opacity: .15; }
@keyframes pulse-drift {
  from { transform: translate3d(-3px, 1px, 0) rotate(-.2deg); }
  to { transform: translate3d(5px, -3px, 0) rotate(.25deg); }
}

/* Navigation */
.prototype-nav {
  position: sticky;
  z-index: 50;
  top: 0;
  min-height: 80px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 34px;
  padding: 0 var(--gutter);
  border-bottom: 1px solid rgba(23, 53, 43, .13);
  background: rgba(245, 240, 227, .9);
  backdrop-filter: blur(15px);
}
.prototype-mark { display: inline-flex; width: max-content; line-height: 0; }
.prototype-logo-image { display: block; width: 122px; height: auto; }
.prototype-nav > div { display: flex; align-items: center; gap: 32px; }
.prototype-nav > div a {
  position: relative;
  padding: 11px 0;
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-decoration: none;
  text-transform: uppercase;
}
.prototype-nav > div a::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 4px;
  left: 50%;
  height: 1px;
  background: var(--clay);
  transition: left .2s ease, right .2s ease;
}
.prototype-nav > div a:hover::after,
.prototype-nav > div a[aria-current="page"]::after { right: 0; left: 0; }
.prototype-nav-about { display: none; }
.prototype-nav-cta,
.prototype-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: 48% 52% 46% 54% / 58% 44% 56% 42%;
  background: var(--ink);
  color: #fffaf0;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.prototype-nav-cta { justify-self: end; }
.prototype-nav-cta-short { display: none; }
.prototype-nav-cta:hover,
.prototype-primary:hover { transform: translateY(-2px) rotate(-.6deg); background: var(--clay); border-color: var(--clay); }

/* Homepage hero */
.prototype-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-columns: 53% 47%;
  align-items: stretch;
  isolation: isolate;
}
.ritual-pulse-hero {
  position: absolute;
  z-index: -1;
  left: 3%;
  bottom: -14%;
  width: 69%;
  opacity: .35;
}
.prototype-hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 860px;
  padding: 100px 5vw 112px var(--gutter);
}
.prototype-kicker {
  margin: 0 0 21px;
  color: var(--fern);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .17em;
  line-height: 1.6;
  text-transform: uppercase;
}
.prototype-hero-copy h1,
.about-hero h1,
.prototype-section-heading h2,
.prototype-photo-story h2,
.prototype-book h2,
.about-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 430;
  letter-spacing: -.052em;
  line-height: .94;
}
.prototype-hero-copy h1 { max-width: 720px; font-size: clamp(54px, 5.5vw, 84px); }
.prototype-hero-copy h1 > span { display: block; }
.prototype-hero-tagline,
.about-hero h1 em { display: block; color: var(--fern); font-weight: 360; }
.prototype-hero-copy > p:not(.prototype-kicker) {
  max-width: 625px;
  margin: 31px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.72;
}
.prototype-actions { margin-top: 34px; }
.prototype-primary { min-height: 51px; background: var(--fern); border-color: var(--fern); font-size: 13px; }
.prototype-art {
  position: relative;
  min-height: 690px;
  margin: 22px 0 34px;
  overflow: hidden;
  border-radius: 43% 0 0 48% / 20% 0 0 28%;
  box-shadow: -18px 18px 0 rgba(231, 185, 79, .17);
  transform: rotate(.45deg);
}
.prototype-art::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 20px 0 55px rgba(245, 240, 227, .15);
}
.prototype-art img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.prototype-art-mark {
  position: absolute;
  z-index: 2;
  top: 11%;
  left: 12%;
  width: 46px;
  height: 46px;
}
.prototype-art-mark i {
  position: absolute;
  top: 22px;
  left: 0;
  width: 46px;
  height: 2px;
  border-radius: 50%;
  background: var(--pollen);
  box-shadow: 0 0 0 1px rgba(23, 53, 43, .1);
}
.prototype-art-mark i:nth-child(2) { transform: rotate(60deg); }
.prototype-art-mark i:nth-child(3) { transform: rotate(120deg); }

/* Founder story */
.prototype-photo-story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(0, .93fr);
  align-items: center;
  gap: clamp(50px, 8vw, 125px);
  padding: clamp(85px, 9vw, 140px) var(--gutter);
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 20%, rgba(231, 185, 79, .14), transparent 24%),
    var(--ink);
  color: var(--cream);
}
.prototype-photo-story::after {
  content: "";
  position: absolute;
  right: -65px;
  bottom: -90px;
  width: 280px;
  height: 190px;
  border: 1px solid rgba(231, 185, 79, .45);
  border-radius: 50%;
  transform: rotate(-22deg);
}
.prototype-photo-story > img {
  display: block;
  width: 100%;
  aspect-ratio: 1.16;
  object-fit: cover;
  border-radius: 49% 51% 46% 54% / 42% 44% 56% 58%;
  box-shadow: -18px 22px 0 rgba(231, 185, 79, .16);
  transform: rotate(-1.2deg);
}
.prototype-photo-story > div:nth-child(2) { position: relative; z-index: 1; max-width: 560px; }
.prototype-photo-story .prototype-kicker { color: #d5ddca; }
.prototype-photo-story h2 { font-size: clamp(45px, 5vw, 76px); }
.prototype-photo-story > div:nth-child(2) > p:last-child {
  margin: 26px 0 0;
  color: rgba(245, 240, 227, .76);
  font-size: 16px;
  line-height: 1.75;
}
.prototype-story-link {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  border-bottom: 1px solid var(--pollen);
  color: var(--cream);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.9;
  text-decoration: none;
}
.prototype-story-link span { color: var(--pollen); transition: transform .2s ease; }
.prototype-story-link:hover span { transform: translateX(5px) rotate(-7deg); }

/* Shared section typography */
.prototype-menu,
.about-origin,
.about-founders {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(90px, 10vw, 150px) var(--gutter);
}
.prototype-section-heading h2 { font-size: clamp(46px, 5vw, 76px); }

/* Menu as an imperfect collection */
.prototype-menu { position: relative; scroll-margin-top: 80px; }
.prototype-menu::before {
  content: "";
  position: absolute;
  top: 8%;
  right: -9%;
  width: 330px;
  height: 180px;
  border: 1px solid rgba(55, 106, 85, .25);
  border-radius: 50%;
  transform: rotate(19deg);
}
.prototype-menu-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .34fr .9fr .56fr;
  align-items: end;
  gap: 5vw;
  margin-bottom: 72px;
}
.prototype-menu-heading > p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.72;
}
.prototype-menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 27px; }
.prototype-menu-grid article {
  position: relative;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(28px, 3.5vw, 46px);
  border: 1px solid rgba(23, 53, 43, .18);
  background: var(--paper);
  box-shadow: 0 13px 0 rgba(23, 53, 43, .035);
  transition: transform .28s ease, box-shadow .28s ease;
}
.prototype-menu-grid article:nth-child(1) { border-radius: 25px 73px 31px 58px; transform: rotate(-.45deg); }
.prototype-menu-grid article:nth-child(2) { margin-top: 26px; border-radius: 62px 26px 54px 31px; transform: rotate(.55deg); background: #efe7d4; }
.prototype-menu-grid article:nth-child(3) { margin-top: -12px; border-radius: 45px 24px 70px 28px; transform: rotate(.35deg); background: #e4e6d7; }
.prototype-menu-grid article:nth-child(4) { margin-top: 20px; border-radius: 28px 64px 27px 68px; transform: rotate(-.5deg); background: #f3dfd1; }
.prototype-menu-grid article:hover { transform: translateY(-5px) rotate(0); box-shadow: var(--shadow); }
.prototype-menu-grid article::before,
.prototype-menu-grid article::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.prototype-menu-grid article::before {
  top: 31px;
  right: 34px;
  width: 62px;
  height: 28px;
  border-top: 2px solid var(--fern);
  border-radius: 50%;
  transform: rotate(-13deg);
}
.prototype-menu-grid article::after {
  top: 26px;
  right: 60px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pollen);
}
.prototype-menu-card-top span,
.prototype-experience-card-copy > span {
  color: var(--fern);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.prototype-menu-grid h3 {
  margin: 28px 0 0;
  font-family: var(--display);
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 450;
  letter-spacing: -.045em;
  line-height: 1;
}
.prototype-menu-style { margin: 8px 0 0; color: var(--ink); font-size: 18px; font-weight: 750; }
.prototype-menu-ingredients {
  margin: 22px 0 0;
  padding: 13px 0;
  border-top: 1px dashed rgba(23, 53, 43, .3);
  border-bottom: 1px dashed rgba(23, 53, 43, .3);
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .04em;
  line-height: 1.65;
  text-transform: uppercase;
}
.prototype-menu-ingredients i { padding: 0 5px; color: var(--clay); font-style: normal; }
.prototype-menu-essence { max-width: 520px; margin: 0; padding-top: 20px; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }
.prototype-menu-essence strong { color: var(--ink); font-family: var(--display); font-size: 1.15em; font-weight: 550; }

/* Places and experiences */
.prototype-gatherings {
  position: relative;
  padding: clamp(90px, 10vw, 150px) var(--gutter);
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(231, 185, 79, .15), transparent 18%),
    var(--fern);
  color: var(--cream);
  scroll-margin-top: 80px;
}
.prototype-gatherings::before {
  content: "";
  position: absolute;
  top: -140px;
  left: 30%;
  width: 480px;
  height: 270px;
  border: 1px solid rgba(245, 240, 227, .2);
  border-radius: 50%;
  transform: rotate(-8deg);
}
.prototype-gatherings-inner { position: relative; max-width: 1320px; margin: 0 auto; }
.prototype-gatherings-heading {
  display: grid;
  grid-template-columns: .34fr 1.46fr;
  align-items: end;
  gap: 5vw;
}
.prototype-section-heading-light .prototype-kicker,
.prototype-step-heading p { color: #dfe4d1; }
.prototype-section-heading-light > p:last-child { margin: 0; color: rgba(255, 250, 240, .78); font-size: 16px; line-height: 1.72; }
.prototype-gathering-step { margin-top: 80px; padding-top: 34px; border-top: 1px dashed rgba(255, 255, 255, .38); }
.prototype-step-heading p { margin: 0 0 8px; font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.prototype-step-heading h3 { margin: 0; font-family: var(--display); font-size: clamp(40px, 4.6vw, 64px); font-weight: 420; letter-spacing: -.045em; line-height: .98; }
.prototype-place-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; margin-top: 48px; }
.prototype-place-grid article {
  grid-column: span 3;
  min-width: 0;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 14px 35px rgba(10, 34, 25, .14);
  transition: transform .28s ease;
}
.prototype-place-grid article:nth-child(1) { border-radius: 26px 68px 32px 48px; transform: translateY(18px) rotate(-.6deg); }
.prototype-place-grid article:nth-child(2) { border-radius: 62px 28px 55px 27px; transform: rotate(.55deg); }
.prototype-place-grid article:nth-child(3) { border-radius: 32px 52px 25px 68px; transform: translateY(34px) rotate(-.3deg); }
.prototype-place-grid article:nth-child(4) { border-radius: 58px 24px 52px 31px; transform: translateY(8px) rotate(.65deg); }
.prototype-place-grid article:hover { transform: translateY(-4px) rotate(0); }
.prototype-place-grid article > img { display: block; width: 100%; aspect-ratio: 4 / 3.25; object-fit: cover; }
.prototype-place-grid article:nth-child(even) > img { aspect-ratio: 4 / 3.65; }
.prototype-place-card-copy { min-height: 245px; display: flex; flex-direction: column; padding: 25px; }
.prototype-place-grid h4 { margin: auto 0 13px; font-family: var(--display); font-size: clamp(25px, 2.2vw, 32px); font-weight: 470; line-height: 1.08; }
.prototype-place-grid p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.68; }
.prototype-experience-step { margin-top: 120px; }
.prototype-experience-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 46px; }
.prototype-experience-grid article {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 15px 36px rgba(10, 34, 25, .12);
}
.prototype-experience-grid article:nth-child(1) { border-radius: 28px 75px 33px 50px; }
.prototype-experience-grid article:nth-child(2) { border-radius: 66px 25px 54px 30px; transform: translateY(22px); }
.prototype-experience-grid article:nth-child(3) { border-radius: 52px 28px 72px 28px; transform: translateY(-6px); }
.prototype-experience-grid article:nth-child(4) { border-radius: 27px 62px 31px 72px; transform: translateY(17px); }
.prototype-experience-grid article > img { display: block; width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.prototype-experience-card-copy { min-height: 330px; display: flex; flex-direction: column; padding: 30px; }
.prototype-experience-grid h4 { margin: auto 0 12px; padding-top: 30px; font-family: var(--display); font-size: 32px; font-weight: 450; line-height: 1.08; }
.prototype-experience-card-copy > p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.68; }

/* Booking */
.prototype-book {
  position: relative;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  align-items: start;
  gap: clamp(50px, 8vw, 120px);
  padding: clamp(90px, 10vw, 145px) var(--gutter);
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, .16), transparent 55%),
    var(--lichen);
  scroll-margin-top: 80px;
}
.ritual-pulse-book { position: absolute; right: -5%; bottom: -4%; width: 62%; opacity: .38; }
.prototype-book-copy { position: sticky; z-index: 1; top: 120px; max-width: 520px; }
.prototype-book h2 { font-size: clamp(52px, 5.6vw, 82px); }
.prototype-book-copy > p:not(.prototype-kicker) { margin: 28px 0 0; color: var(--ink-soft); font-size: 16px; line-height: 1.72; }
.prototype-book-copy ol { margin: 34px 0 0; padding: 24px 0 0 24px; border-top: 1px dashed rgba(23, 53, 43, .35); color: var(--ink-soft); font-size: 15px; line-height: 2; }
.prototype-inquiry {
  position: relative;
  z-index: 2;
  padding: clamp(30px, 4vw, 54px);
  border: 1px solid rgba(23, 53, 43, .15);
  border-radius: 24px 58px 31px 70px;
  background:
    linear-gradient(rgba(23, 53, 43, .025) 1px, transparent 1px),
    var(--paper);
  background-size: 100% 31px;
  box-shadow: var(--shadow);
  transform: rotate(.2deg);
}
.prototype-inquiry::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 13%;
  width: 110px;
  height: 28px;
  background: rgba(232, 221, 196, .85);
  box-shadow: 0 1px 2px rgba(23, 53, 43, .12);
  transform: rotate(-3deg);
}
.prototype-form-steps { display: flex; align-items: center; margin-bottom: 40px; }
.prototype-form-steps span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(23, 53, 43, .28); border-radius: 48% 52% 46% 54%; color: var(--ink-soft); font-size: 11px; font-weight: 850; }
.prototype-form-steps span.is-active { border-color: var(--ink); background: var(--ink); color: white; }
.prototype-form-steps i { flex: 1; height: 1px; margin: 0 4px; background: rgba(23, 53, 43, .24); transform: rotate(-.5deg); }
.prototype-form-heading > span { color: var(--fern); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.prototype-form-heading h3 { margin: 8px 0 6px; font-family: var(--display); font-size: 35px; font-weight: 480; letter-spacing: -.025em; }
.prototype-form-heading p { margin: 0 0 30px; color: var(--ink-soft); font-size: 15px; }
.prototype-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 17px; }
.prototype-form-grid label { display: grid; gap: 7px; color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .045em; }
.prototype-form-grid input,
.prototype-form-grid select,
.prototype-form-grid textarea {
  width: 100%;
  min-height: 49px;
  padding: 12px 13px;
  border: 0;
  border-bottom: 1px solid rgba(23, 53, 43, .35);
  border-radius: 8px 8px 2px 2px;
  background: rgba(255, 255, 255, .6);
  color: var(--ink);
  font: 500 16px var(--sans);
}
.prototype-form-grid input:focus,
.prototype-form-grid select:focus,
.prototype-form-grid textarea:focus { outline: 2px solid rgba(55, 106, 85, .28); border-color: var(--fern); }
.prototype-form-grid textarea { resize: vertical; }
.prototype-form-message { grid-column: 1 / -1; }
.prototype-form-submit {
  width: 100%;
  min-height: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  padding: 0 19px;
  border: 0;
  border-radius: 12px 25px 13px 28px;
  background: var(--ink);
  color: white;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  transition: background .2s ease, transform .2s ease;
}
.prototype-form-submit:hover { background: var(--clay); transform: rotate(-.25deg); }
.prototype-form-note { min-height: 18px; margin: 9px 0 0; color: var(--ink-soft); font-size: 12px; }

/* Footer */
.prototype-footer {
  position: relative;
  min-height: 130px;
  display: flex;
  align-items: center;
  gap: 38px;
  padding: 0 var(--gutter);
  overflow: hidden;
  border-top: 1px solid var(--line);
  background: var(--cream);
  color: var(--ink);
  font-size: 13px;
}
.prototype-footer .prototype-logo-image { width: 130px; }
.prototype-footer > p { margin-left: auto; }
.prototype-footer > a:last-of-type { position: relative; z-index: 1; }
.prototype-footer-pulse {
  position: absolute;
  right: -25px;
  bottom: -50px;
  width: 240px;
  height: 100px;
  border: 1px solid rgba(55, 106, 85, .3);
  border-radius: 50%;
  transform: rotate(-12deg);
}

/* About hero */
.about-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: stretch;
  isolation: isolate;
}
.ritual-pulse-about { position: absolute; z-index: -1; left: -8%; bottom: -1%; width: 64%; opacity: .45; }
.about-hero-copy { align-self: center; padding: 105px 4vw 115px var(--gutter); }
.about-hero h1 { max-width: 780px; font-size: clamp(56px, 6vw, 92px); }
.about-hero h1 em { margin-top: 9px; }
.about-hero-gallery {
  position: relative;
  min-width: 0;
  min-height: 710px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  grid-template-rows: 1.1fr .9fr;
  gap: 13px;
  align-content: center;
  padding: 26px 16px 30px 0;
}
.about-hero-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  box-shadow: 0 16px 34px rgba(36, 47, 31, .12);
}
.about-hero-gallery img:nth-child(1) { border-radius: 45% 14px 38% 28px; transform: rotate(-1deg); }
.about-hero-gallery img:nth-child(2) { border-radius: 18px 54% 22px 40%; transform: translateY(25px) rotate(1.2deg); }
.about-hero-gallery img:nth-child(3) { border-radius: 28px 42% 18px 50%; transform: translateX(13px) rotate(.7deg); }
.about-hero-gallery img:nth-child(4) { border-radius: 48% 24px 46% 18px; transform: translateY(10px) rotate(-1.1deg); }

/* About content */
.about-origin { position: relative; }
.about-origin-copy {
  max-width: 900px;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.75;
}
.about-origin-copy p { margin: 0; }
.about-origin-copy p + p { margin-top: 28px; }
.about-origin-copy strong { color: var(--ink); }
.about-founders .prototype-section-heading { margin-bottom: 70px; text-align: center; }
.about-founder-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.about-founder-grid article {
  position: relative;
  padding: 32px 10px 0;
  border-top: 1px dashed rgba(23, 53, 43, .35);
}
.about-founder-grid article::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 8%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--pollen);
  box-shadow: 0 0 0 1px var(--ink);
}
.about-founder-grid article:nth-child(2) { margin-top: 48px; }
.about-founder-grid h3 { margin: 0 0 25px; font-family: var(--display); font-size: clamp(31px, 3.1vw, 46px); font-weight: 460; line-height: 1.18; }
.about-founder-grid article > p:not(.prototype-kicker) { color: var(--ink-soft); font-size: 16px; line-height: 1.8; }
/* The four expressions share one pulse */
.prototype-ritual-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 70px 24px 84px;
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
}
.prototype-ritual-heading {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  max-width: 980px;
  margin: 0 auto 30px;
  font-family: var(--display);
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 430;
  letter-spacing: -.045em;
  line-height: .98;
  text-align: center;
}
.prototype-ritual-grid-home {
  padding: clamp(54px, 5vw, 78px) 24px clamp(58px, 5vw, 74px);
  background:
    radial-gradient(circle at 8% 12%, rgba(231, 185, 79, .15), transparent 18%),
    var(--fern);
}
.prototype-ritual-grid-home .prototype-ritual-heading {
  max-width: 850px;
  margin-bottom: 12px;
  font-size: clamp(38px, 4vw, 60px);
}
.prototype-ritual-grid-home .prototype-ritual { min-height: 265px; padding-top: 28px; padding-bottom: 28px; }
.prototype-ritual-grid-home .prototype-ritual:nth-of-type(1) { margin-top: 12px; }
.prototype-ritual-grid-home .prototype-ritual:nth-of-type(2) { margin-bottom: 14px; }
.prototype-ritual-grid-home .prototype-ritual:nth-of-type(3) { margin-top: 18px; }
.prototype-ritual-grid-home .prototype-ritual:nth-of-type(4) { margin-bottom: 9px; }
.prototype-ritual-grid-home .prototype-ritual h4 { margin-bottom: 18px; }
.prototype-ritual-grid-home .prototype-ritual > p { font-size: 14px; line-height: 1.62; }
.ritual-grid-pulse { position: absolute; z-index: 0; inset: 23% -2% auto; width: 104%; height: 50%; stroke: #d2ddca; opacity: .45; }
.prototype-ritual {
  position: relative;
  z-index: 1;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 35px clamp(22px, 3vw, 40px);
  border: 1px solid rgba(245, 240, 227, .3);
  background: rgba(245, 240, 227, .07);
  backdrop-filter: blur(4px);
}
.prototype-ritual:nth-of-type(1) { margin-top: 26px; border-radius: 26px 64px 30px 48px; }
.prototype-ritual:nth-of-type(2) { margin-bottom: 28px; border-radius: 58px 25px 50px 28px; }
.prototype-ritual:nth-of-type(3) { margin-top: 42px; border-radius: 35px 48px 68px 27px; }
.prototype-ritual:nth-of-type(4) { margin-bottom: 17px; border-radius: 52px 27px 34px 66px; }
.prototype-ritual h3 { margin: 0; font-family: var(--display); font-size: clamp(42px, 4vw, 62px); font-weight: 430; letter-spacing: -.045em; }
.prototype-ritual h4 { margin: 4px 0 25px; color: #d5ddca; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.prototype-ritual > p { margin: auto 0 0; color: rgba(245, 240, 227, .78); font-size: 15px; line-height: 1.72; }
.about-cta { position: relative; padding: clamp(90px, 10vw, 140px) 24px; overflow: hidden; background: var(--clay); color: #fff9ec; text-align: center; }
.about-cta::before,
.about-cta::after { content: ""; position: absolute; width: 290px; height: 145px; border: 1px solid rgba(255, 249, 236, .4); border-radius: 50%; }
.about-cta::before { top: -80px; left: -60px; transform: rotate(18deg); }
.about-cta::after { right: -70px; bottom: -80px; transform: rotate(-17deg); }
.about-cta .prototype-kicker { color: #fff3d4; }
.about-cta h2 { font-size: clamp(50px, 6vw, 88px); }
.about-cta .prototype-primary { margin-top: 35px; background: var(--cream); border-color: var(--cream); color: var(--ink); }

@media (max-width: 1120px) {
  .prototype-nav { grid-template-columns: auto auto 1fr; }
  .prototype-nav > div { display: none; }
  .prototype-nav-about {
    min-height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 48% 52% 45% 55%;
    color: var(--ink);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .prototype-hero,
  .about-hero { grid-template-columns: 1fr; }
  .prototype-hero { min-height: 0; }
  .prototype-hero-copy { padding-top: 90px; padding-bottom: 90px; }
  .ritual-pulse-hero { left: 4%; width: 95%; bottom: 27%; opacity: .31; }
  .prototype-art { min-height: 650px; margin: 0 0 34px 8vw; border-radius: 46% 0 0 28% / 25% 0 0 19%; }
  .prototype-menu-heading,
  .prototype-gatherings-heading { grid-template-columns: 1fr 1fr; }
  .prototype-menu-heading > p:last-child,
  .prototype-gatherings-heading > p:last-child { grid-column: 2; }
  .prototype-place-grid article { grid-column: span 6; }
  .prototype-place-grid article:nth-child(3),
  .prototype-place-grid article:nth-child(4) { margin-top: 26px; }
  .prototype-experience-grid article {
    display: flex;
    flex-direction: column;
  }
  .prototype-experience-grid article > img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
  .prototype-experience-card-copy {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 245px;
    background: var(--paper);
  }
  .about-hero-copy { padding-top: 95px; padding-bottom: 90px; }
  .ritual-pulse-about { width: 92%; bottom: 49%; }
  .about-hero-gallery { min-height: 760px; padding: 20px var(--gutter) 50px; }
  .prototype-ritual-grid { grid-template-columns: 1fr 1fr; }
  .prototype-ritual-heading { margin-bottom: 22px; }
  .ritual-grid-pulse { inset: 12% -10% auto; width: 120%; height: 70%; }
}

@media (max-width: 760px) {
  :root { --gutter: 20px; }
  body::before { opacity: .13; }
  .prototype-nav {
    position: sticky;
    z-index: 1000;
    top: 0;
    min-height: 69px;
    gap: 12px;
    padding: 0 var(--gutter);
  }
  .prototype-logo-image { width: 97px; }
  .prototype-nav-cta { min-height: 39px; padding: 0 13px; font-size: 10px; }
  .prototype-nav-cta-full { display: none; }
  .prototype-nav-cta-short { display: inline; }
  .prototype-hero-copy { min-width: 0; padding: 58px var(--gutter) 72px; }
  .prototype-kicker { max-width: 100%; margin-bottom: 16px; font-size: 9px; letter-spacing: .13em; white-space: normal; }
  .prototype-hero-copy h1 { font-size: clamp(40px, 12vw, 53px); line-height: .95; }
  .prototype-hero-copy > p:not(.prototype-kicker) { margin-top: 25px; font-size: 15px; line-height: 1.68; }
  .prototype-actions { margin-top: 30px; }
  .ritual-pulse-hero { bottom: 25%; left: -4%; width: 145%; opacity: .27; }
  .prototype-art { min-height: 0; margin: 0 0 25px 18px; aspect-ratio: 1 / 1.06; border-radius: 48% 0 0 19% / 21% 0 0 13%; box-shadow: -9px 11px 0 rgba(231, 185, 79, .17); }
  .prototype-photo-story { grid-template-columns: 1fr; gap: 43px; padding: 72px var(--gutter) 80px; }
  .prototype-photo-story > img { box-shadow: -9px 12px 0 rgba(231, 185, 79, .16); }
  .prototype-photo-story h2,
  .prototype-section-heading h2,
  .prototype-book h2,
  .about-cta h2 { font-size: clamp(41px, 12.5vw, 52px); }
  .prototype-menu,
  .about-origin,
  .about-founders { padding: 74px var(--gutter); }
  .prototype-menu-heading,
  .prototype-gatherings-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 44px; }
  .prototype-menu-heading > p:last-child,
  .prototype-gatherings-heading > p:last-child { grid-column: auto; }
  .prototype-menu-grid { grid-template-columns: 1fr; gap: 17px; }
  .prototype-menu-grid article,
  .prototype-menu-grid article:nth-child(n) { min-height: 0; margin: 0; padding: 27px 23px; transform: none; }
  .prototype-menu-grid article:nth-child(even) { margin-left: 8px; }
  .prototype-menu-grid article:nth-child(odd) { margin-right: 8px; }
  .prototype-menu-grid h3 { font-size: 43px; }
  .prototype-gatherings { padding: 74px var(--gutter) 92px; }
  .prototype-gathering-step { margin-top: 58px; padding-top: 28px; }
  .prototype-step-heading h3 { font-size: 42px; }
  .prototype-place-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 35px; }
  .prototype-place-grid article,
  .prototype-place-grid article:nth-child(n) { grid-column: auto; margin: 0; transform: none; }
  .prototype-place-grid article:nth-child(even) { margin-left: 9px; }
  .prototype-place-grid article:nth-child(odd) { margin-right: 9px; }
  .prototype-place-grid article > img,
  .prototype-place-grid article:nth-child(even) > img { aspect-ratio: 16 / 10; }
  .prototype-place-card-copy { min-height: 0; padding: 24px; }
  .prototype-place-grid h4 { margin: 12px 0 10px; font-size: 30px; }
  .prototype-experience-step { margin-top: 74px; }
  .prototype-experience-grid { grid-template-columns: 1fr; gap: 17px; margin-top: 35px; }
  .prototype-experience-grid article,
  .prototype-experience-grid article:nth-child(n) { transform: none; }
  .prototype-experience-grid article:nth-child(even) { margin-left: 9px; }
  .prototype-experience-grid article:nth-child(odd) { margin-right: 9px; }
  .prototype-experience-card-copy { min-height: 0; padding: 25px; }
  .prototype-experience-grid h4 { margin: 30px 0 10px; padding: 0; }
  .prototype-book { grid-template-columns: 1fr; gap: 45px; padding: 75px var(--gutter); }
  .prototype-book-copy { position: static; }
  .ritual-pulse-book { right: -40%; bottom: 5%; width: 140%; opacity: .25; }
  .prototype-inquiry { padding: 29px 17px; border-radius: 20px 42px 24px 46px; transform: none; }
  .prototype-inquiry::before { left: 28%; }
  .prototype-form-grid { grid-template-columns: 1fr; }
  .prototype-form-message { grid-column: auto; }
  .prototype-footer { min-height: 0; align-items: flex-start; flex-direction: column; gap: 8px; padding: 36px var(--gutter) 42px; }
  .prototype-footer > p { margin: 8px 0 0; }
  .about-hero { min-height: 0; display: flex; flex-direction: column; overflow: clip; }
  .about-hero-copy { padding: 61px var(--gutter) 72px; }
  .about-hero h1 { font-size: clamp(45px, 13.6vw, 57px); }
  .ritual-pulse-about { bottom: 48%; left: -30%; width: 150%; opacity: .3; }
  .about-hero-gallery {
    min-height: 0;
    height: auto;
    grid-template-columns: 1.08fr .92fr;
    grid-template-rows: auto auto;
    align-content: start;
    gap: 7px;
    padding: 7px 7px 30px;
  }
  .about-hero-gallery img { height: auto; aspect-ratio: 1; }
  .about-hero-gallery img:nth-child(n) { transform: none; }
  .about-origin { grid-template-columns: 1fr; gap: 35px; }
  .about-origin::before { display: none; }
  .about-origin-lead { font-size: 26px; }
  .about-origin-body { font-size: 16px; line-height: 1.75; }
  .about-founders { position: relative; z-index: 1; background: var(--cream); }
  .about-founders .prototype-section-heading { margin-bottom: 45px; }
  .about-founder-grid { grid-template-columns: 1fr; gap: 50px; }
  .about-founder-grid article:nth-child(2) { margin-top: 0; }
  .about-founder-grid h3 { font-size: 32px; }
  .about-founder-grid article > p:not(.prototype-kicker) { font-size: 15px; line-height: 1.75; }
  .prototype-ritual-grid { grid-template-columns: 1fr; gap: 13px; padding: 55px 13px 65px; }
  .prototype-ritual-grid-home { padding: 58px 13px 62px; }
  .prototype-ritual-heading { margin-bottom: 25px; padding: 0 12px; font-size: clamp(38px, 12vw, 50px); }
  .prototype-ritual-grid-home .prototype-ritual-heading { margin-bottom: 18px; font-size: clamp(36px, 11vw, 46px); }
  .prototype-ritual-grid-home .prototype-ritual,
  .prototype-ritual-grid-home .prototype-ritual:nth-of-type(n) { min-height: 220px; margin: 0; }
  .ritual-grid-pulse { inset: 4% -70% auto; width: 240%; height: 92%; transform: rotate(74deg); }
  .prototype-ritual,
  .prototype-ritual:nth-of-type(n) { min-height: 240px; margin: 0; padding: 29px 24px; }
  .prototype-ritual:nth-of-type(even) { margin-left: 10px; }
  .prototype-ritual:nth-of-type(odd) { margin-right: 10px; }
  .prototype-ritual h3 { font-size: 47px; }
  .prototype-ritual > p { margin-top: 38px; }
  .about-cta { padding: 76px var(--gutter); }
}

@media (max-width: 370px) {
  :root { --gutter: 15px; }
  .prototype-nav { gap: 8px; }
  .prototype-logo-image { width: 87px; }
  .prototype-nav-about { min-height: 36px; padding: 0 10px; font-size: 9px; }
  .prototype-nav-cta { min-height: 36px; padding: 0 11px; }
  .prototype-hero-copy h1 { font-size: 39px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
