@font-face {
  font-family:Jungle Serif;
  src:url('assets/serif-500.ttf') format('truetype');
  font-style:normal;
  font-weight:500;
  font-display:swap;
}
@font-face {
  font-family:Jungle Sans;
  src:url('assets/sans-400.ttf') format('truetype');
  font-style:normal;
  font-weight:400;
  font-display:swap;
}
@font-face {
  font-family:Jungle Sans;
  src:url('assets/sans-500.ttf') format('truetype');
  font-style:normal;
  font-weight:500;
  font-display:swap;
}
:root {
  --forest:#183d31;
  --deep:#102e24;
  --paper:#f2f0e5;
  --jade:#559f88;
  --gold:#c49a49;
  --line:#b5c4b4;
  --serif:'Jungle Serif',Georgia,serif;
  --sans:'Jungle Sans',Arial,sans-serif;
  --header:88px;
  --page-gutter:clamp(24px,5.5vw,100px);
  --h1:clamp(2.65rem,4.65vw,4rem);
  --h2:clamp(2.2rem,3.85vw,3.375rem);
  --h3:clamp(1.25rem,1.6vw,1.5rem);
  color-scheme:light;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:calc(var(--header) + 20px);
  background:var(--forest);
}
body {
  margin:0;
  background:var(--paper);
  color:var(--forest);
  font:400 17px/1.65 var(--sans);
  -webkit-font-smoothing:antialiased;
}
body.menu-open {
  overflow:hidden;
}
button,a {
  -webkit-tap-highlight-color:transparent;
}
a {
  color:inherit;
  text-decoration:none;
}
button {
  font:inherit;
  cursor:pointer;
}
img {
  display:block;
  max-width:100%;
  height:auto;
}
h1,h2,h3,p,figure {
  margin:0;
}
h1,h2,h3 {
  font-family:var(--serif);
  font-weight:500;
}
h1 {
  font-size:var(--h1);
  line-height:1.04;
  letter-spacing:-.03em;
}
h2 {
  font-size:var(--h2);
  line-height:1.06;
  letter-spacing:-.025em;
  text-wrap:balance;
}
h3 {
  font-size:var(--h3);
}
a,button {
  outline-offset:6px;
}
a:focus-visible,button:focus-visible {
  outline:2px solid var(--gold);
}
[hidden] {
  display:none!important;
}
::selection {
  background:var(--jade);
  color:white;
}
.skip-link {
  position:fixed;
  top:0;
  left:16px;
  z-index:100;
  padding:14px;
  background:var(--paper);
  transform:translateY(-110%);
}
.skip-link:focus {
  transform:none;
}
.eyebrow {
  font-size:12px;
  letter-spacing:.17em;
  text-transform:uppercase;
  font-weight:500;
  line-height:1.6;
}
.small-note,.caption-note {
  font-size:13px;
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  background:var(--forest);
  color:var(--paper);
  border:1px solid var(--forest);
  padding:15px 23px;
  min-height:50px;
  font-size:14px;
  line-height:1.35;
  font-weight:500;
  transition:background .2s,color .2s,border-color .2s;
  white-space:normal;
  text-align:center;
}
.button span {
  font-size:21px;
  line-height:1;
  transition:transform .25s;
}
.button:hover {
  background:#275441;
  border-color:#275441;
}
.button:hover span {
  transform:translate(3px,-1px);
}
.button-cream {
  background:var(--paper);
  color:var(--forest);
  border-color:var(--paper);
}
.button-cream:hover {
  background:white;
  border-color:white;
}
.button-outline {
  background:transparent;
  color:var(--forest);
}
.button-outline:hover {
  color:var(--paper);
}
.text-link {
  display:inline-flex;
  gap:28px;
  align-items:center;
  border-bottom:1px solid var(--forest);
  padding-bottom:5px;
  font-size:16px;
  line-height:1.5;
  transition:gap .3s;
}
.text-link:hover {
  gap:37px;
}
.text-link.light {
  border-color:#becdbc;
}
.actions {
  display:flex;
  align-items:center;
  gap:32px;
  flex-wrap:wrap;
}
.section-pad {
  padding:110px var(--page-gutter);
}
.section-label {
  display:flex;
  align-items:center;
  gap:24px;
  margin-bottom:38px;
}
.section-label .rule {
  flex:1;
  height:1px;
  background:var(--jade);
  opacity:.7;
}
.section-intro {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  margin-bottom:40px;
}
.section-intro p {
  margin-top:22px;
}
.image-frame {
  overflow:clip;
}
.image-frame img {
  height:100%;
  width:100%;
  object-fit:cover;
  transition:transform 1s cubic-bezier(.2,.65,.3,1);
}
.image-frame:hover img {
  transform:scale(1.025);
}
.site-header {
  height:var(--header);
  position:sticky;
  top:0;
  z-index:50;
  display:flex;
  align-items:center;
  gap:40px;
  padding:8px var(--page-gutter);
  background:var(--paper);
  border-bottom:1px solid #24433412;
}
.brand {
  width:92px;
  flex-shrink:0;
}
.brand img {
  width:76px;
  height:68px;
  object-fit:contain;
  filter:brightness(.6);
}
.desktop-nav {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:40px;
  margin-left:auto;
  margin-right:24px;
}
.desktop-nav a {
  position:relative;
  font-size:14px;
  padding:13px 0;
  white-space:nowrap;
}
.desktop-nav a:after {
  position:absolute;
  content:'';
  height:1px;
  left:0;
  right:0;
  bottom:8px;
  background:var(--forest);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .25s;
}
.desktop-nav a:hover:after {
  transform:scaleX(1);
}
.header-order {
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  padding:12px 21px;
  min-height:46px;
  gap:20px;
}
.menu-toggle {
  display:none;
}
.mobile-menu {
  display:none;
}
.motion-scene {
  --open:1;
  position:relative;
  isolation:isolate;
}
.hero-scene {
  height:calc(max(580px,100svh - var(--header)) + 280px);
  background:var(--forest);
}
.hero-stage {
  height:calc(100svh - var(--header));
  min-height:580px;
  position:sticky;
  top:var(--header);
  isolation:isolate;
}
.hero-photo,.hero-shade {
  position:absolute;
  inset:0;
}
.hero-photo {
  overflow:clip;
  z-index:0;
}
.hero-photo img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 46%;
  transform:scale(calc(1.035 - var(--open)*.035));
  transform-origin:60% 45%;
}
.hero-shade {
  z-index:1;
  background:linear-gradient(90deg,rgba(7,28,19,.8),rgba(11,35,25,.43) 35%,transparent 70%),linear-gradient(0deg,rgba(7,28,19,.56),transparent 40%);
  pointer-events:none;
}
.hero-copy {
  position:absolute;
  z-index:3;
  left:clamp(40px,12.4vw,210px);
  bottom:20%;
  max-width:580px;
  color:var(--paper);
  transform:translateY(calc((1 - var(--open))*12px));
}
.hero-copy .eyebrow {
  margin-bottom:24px;
}
.hero-description {
  max-width:390px;
  line-height:1.65;
  font-size:16px;
  margin:22px 0 28px;
}
.hero-copy .button {
  min-height:52px;
}
.hero-bottom {
  position:absolute;
  bottom:32px;
  left:var(--page-gutter);
  right:var(--page-gutter);
  z-index:11;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  color:var(--paper);
}
.scroll-note {
  font-size:12px;
  letter-spacing:.07em;
  display:flex;
  align-items:center;
  gap:14px;
}
.scroll-line {
  display:block;
  width:1px;
  height:34px;
  background:linear-gradient(0deg,#f2f0e5,transparent);
}
.hero-address {
  font-size:12px;
  letter-spacing:.08em;
}
.foliage-clip {
  position:absolute;
  inset:0;
  z-index:10;
  overflow:clip;
  pointer-events:none;
  user-select:none;
  display:none;
}
.motion-enabled .foliage-clip {
  display:block;
}
.frond {
  position:absolute;
  width:clamp(300px,43vw,700px);
  height:115%;
  object-fit:fill;
  max-width:none;
  transform-origin:bottom center;
  filter:brightness(.69) saturate(.83);
  pointer-events:none;
}
.hero-frond {
  width:clamp(430px,58vw,960px);
  height:145%;
}
.hero-frond.left {
  left:-30%;
  top:-16%;
  transform:translate3d(calc(var(--open)*-76%),calc(var(--open)*4%),0) rotate(calc(var(--open)*-12deg));
}
.hero-frond.right {
  right:-24%;
  top:-18%;
  transform:translate3d(calc(var(--open)*82%),calc(var(--open)*-3%),0) rotate(calc(var(--open)*11deg));
  filter:brightness(.83) saturate(.85);
}
.coffee {
  padding-top:100px;
  padding-bottom:122px;
}
.menu-grid {
  display:grid;
  grid-template-columns:minmax(0,1.75fr) minmax(0,.75fr) minmax(0,.75fr);
  gap:22px;
  align-items:start;
}
.menu-feature .image-frame {
  height:430px;
}
.menu-small .image-frame {
  height:330px;
}
.menu-small.bagel {
  padding-top:70px;
}
.menu-small.pastry {
  padding-top:10px;
}
.menu-small.bagel img {
  object-position:44% center;
}
.menu-grid figcaption {
  margin-top:17px;
  display:flex;
  justify-content:space-between;
  gap:18px;
  font-size:17px;
  align-items:baseline;
}
.menu-grid figcaption:before {
  content:'';
  display:block;
  width:23px;
  height:1px;
  background:var(--jade);
  position:absolute;
  margin-top:-8px;
}
.caption-note {
  color:#647767;
}
.plant-scene {
  height:calc(max(590px,100svh - var(--header)) + 260px);
  background:var(--forest);
  color:var(--paper);
}
.plant-stage {
  position:sticky;
  top:var(--header);
  height:calc(100svh - var(--header));
  min-height:590px;
  isolation:isolate;
}
.plant-grid {
  display:grid;
  grid-template-columns:58% 42%;
  height:100%;
  position:relative;
  z-index:1;
}
.plant-photo {
  position:relative;
  overflow:clip;
  min-height:0;
}
.plant-photo>img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 48%;
  transform:scale(calc(1.04 - var(--open)*.04));
}
.photo-caption {
  position:absolute;
  bottom:32px;
  left:var(--page-gutter);
  color:white;
  font-size:12px;
  letter-spacing:.06em;
  text-shadow:0 1px 6px #000;
}
.plant-copy {
  padding:50px clamp(32px,5.8vw,100px);
  align-self:center;
  transform:translateY(calc((1 - var(--open))*22px));
}
.plant-copy h2 {
  margin-top:22px;
  margin-bottom:28px;
}
.plant-copy>p:not(.eyebrow) {
  max-width:310px;
  color:#dae2d5;
}
.plant-copy .text-link {
  margin-top:36px;
}
.plant-copy .quiet-note {
  font-size:12px;
  letter-spacing:.06em;
  margin-top:68px;
}
.potted {
  position:absolute;
  max-width:none;
  width:clamp(290px,38vw,620px);
  height:auto;
  bottom:-60px;
  left:-3%;
  transform:translate3d(calc(var(--open)*-89%),calc(var(--open)*13%),0) rotate(calc(var(--open)*-9deg));
  transform-origin:50% 100%;
  filter:brightness(.82);
}
.plant-monstera {
  position:absolute;
  width:clamp(420px,52vw,850px);
  height:auto;
  max-width:none;
  right:-18%;
  bottom:-100px;
  transform-origin:100% 100%;
  transform:translate3d(calc(var(--open)*110%),calc(var(--open)*8%),0) rotate(calc(var(--open)*9deg));
  filter:brightness(.78) saturate(.85);
  pointer-events:none;
}
.story {
  padding-top:130px;
  padding-bottom:140px;
}
.story-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10%;
  align-items:center;
}
.story-copy {
  padding-bottom:70px;
}
.story-copy>p:not(.serif-note) {
  margin-top:30px;
  max-width:460px;
  line-height:1.9;
  font-size:16px;
}
.story-copy .serif-note {
  font:500 32px/1.3 var(--serif);
  margin:30px 0 34px;
  font-style:italic;
}
.story-images {
  position:relative;
  padding:0 0 85px 55px;
}
.story-tall {
  height:520px;
  width:100%;
}
.story-wide {
  position:absolute;
  bottom:30px;
  left:-20%;
  width:78%;
  height:240px;
  border:9px solid var(--paper);
}
.story-caption {
  position:absolute;
  bottom:0;
  right:0;
  font-size:11px;
  letter-spacing:.09em;
}
.gather {
  background:#e8eddf;
  padding-top:90px;
  padding-bottom:84px;
}
.gather-heading {
  text-align:center;
  margin-bottom:44px;
}
.gather-heading h2 {
  margin:16px 0 20px;
}
.gather-heading>p:last-child {
  font-size:16px;
}
.gather-photos {
  display:grid;
  grid-template-columns:1.6fr 1fr;
  gap:24px;
  height:440px;
}
.gather-main img {
  object-position:50% 56%;
}
.gather-detail img {
  object-position:50% 48%;
}
.gather-foot {
  border-top:1px solid #829b84;
  margin-top:28px;
  padding-top:28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
}
.gather-foot p {
  font:500 32px/1.2 var(--serif);
}
.visit {
  background:var(--forest);
  color:var(--paper);
  padding-top:96px;
  padding-bottom:96px;
  isolation:isolate;
}
.visit-grid {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr 1.05fr;
  align-items:center;
  gap:10%;
}
.visit-copy h2 {
  margin:23px 0 34px;
}
.visit-copy address {
  font-size:25px;
  line-height:1.5;
  font-style:normal;
  letter-spacing:-.02em;
  margin:0 0 18px;
}
.visit-copy>p:not(.eyebrow) {
  font-size:14px;
  color:#d4dfd0;
}
.visit-copy .button {
  margin-top:34px;
}
.visit-photo {
  height:560px;
}
.visit-photo img {
  object-position:50% 42%;
}
.visit-foliage {
  z-index:8;
}
.visit-frond.left {
  left:-30%;
  top:15%;
  width:44vw;
  transform:translate3d(calc(var(--open)*-65%),0,0) rotate(calc(var(--open)*-12deg));
  filter:brightness(.66);
}
.site-footer {
  padding:35px var(--page-gutter);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  background:var(--forest);
  color:var(--paper);
  border-top:1px solid #668671;
}
.footer-brand {
  display:flex;
  align-items:center;
  gap:16px;
}
.footer-brand img {
  width:47px;
  height:57px;
  object-fit:contain;
}
.footer-brand span {
  font:500 24px/1.15 var(--serif);
}
.site-footer nav {
  display:flex;
  gap:34px;
  font-size:13px;
}
.site-footer nav a {
  padding-block:12px;
}
.site-footer nav a:hover {
  text-decoration:underline;
  text-underline-offset:5px;
}
.footer-note {
  font-size:11px;
  letter-spacing:.08em;
  text-align:right;
  line-height:1.6;
}
@media(min-width:1700px) {
  .section-pad {
    padding-inline:max(var(--page-gutter),calc((100vw - 1500px)/2));
  }
  .hero-copy {
    left:15%;
  }
  .hero-stage {
    max-height:1000px;
  }
  .menu-feature .image-frame {
    height:510px;
  }
  .menu-small .image-frame {
    height:410px;
  }
}
@media(max-width:1000px) {
  :root {
    --header:80px;
    --page-gutter:32px;
  }
  .desktop-nav {
    gap:24px;
    margin-right:0;
  }
  .site-header {
    gap:25px;
  }
  .brand {
    width:80px;
  }
  .brand img {
    width:66px;
    height:62px;
  }
  .hero-copy {
    left:11%;
    bottom:22%;
  }
  .hero-stage {
    min-height:520px;
  }
  .hero-scene {
    height:calc(max(520px,100svh - var(--header)) + 280px);
  }
  .section-pad {
    padding-block:88px;
  }
  .menu-feature .image-frame {
    height:340px;
  }
  .menu-small .image-frame {
    height:270px;
  }
  .menu-grid {
    gap:16px;
  }
  .caption-note {
    display:none;
  }
  .plant-copy {
    padding:30px;
  }
  .plant-copy .quiet-note {
    margin-top:42px;
  }
  .story-grid {
    gap:6%;
  }
  .story-images {
    padding-left:20px;
  }
  .story-tall {
    height:450px;
  }
  .story-wide {
    height:185px;
    bottom:38px;
    left:-13%;
    width:95%;
  }
  .gather-photos {
    height:380px;
  }
  .visit-grid {
    gap:6%;
  }
  .visit-photo {
    height:475px;
  }
  .site-footer {
    flex-wrap:wrap;
  }
  .footer-note {
    display:none;
  }
}
@media(max-width:800px) {
  .desktop-nav {
    display:none;
  }
  .header-order {
    margin-left:auto;
  }
  .menu-toggle {
    display:flex;
    align-items:center;
    gap:12px;
    padding:13px 0 13px 12px;
    min-height:44px;
    border:0;
    background:none;
    color:var(--forest);
    font-size:14px;
  }
  .menu-lines {
    position:relative;
    width:19px;
    height:12px;
    border-top:1px solid currentColor;
    border-bottom:1px solid currentColor;
    transition:transform .25s;
  }
  .menu-toggle[aria-expanded=true] .menu-lines {
    transform:rotate(-45deg);
    height:1px;
    border-bottom:0;
  }
  .menu-toggle[aria-expanded=true] .menu-lines:after {
    content:'';
    position:absolute;
    width:19px;
    height:1px;
    background:currentColor;
    transform:rotate(90deg);
    top:-1px;
  }
  .mobile-menu {
    position:absolute;
    display:flex;
    flex-direction:column;
    top:100%;
    left:0;
    right:0;
    background:var(--paper);
    padding:20px var(--page-gutter) 36px;
    max-height:calc(100dvh - var(--header));
    overflow-y:auto;
    border-bottom:1px solid var(--line);
    box-shadow:0 20px 35px #102e2420;
  }
  .mobile-menu a {
    font-family:var(--serif);
    font-size:29px;
    padding:9px 0;
    min-height:44px;
  }
  .mobile-menu a:last-child {
    font-family:var(--sans);
    font-size:14px;
    margin-top:15px;
  }
  .section-label .small-note {
    display:none;
  }
  .plant-grid {
    grid-template-columns:52% 48%;
  }
  .plant-copy h2 {
    font-size:38px;
  }
  .plant-copy>p:not(.eyebrow) {
    font-size:15px;
  }
  .plant-copy .text-link {
    font-size:14px;
  }
  .story-copy>p:not(.serif-note) {
    font-size:15px;
  }
  .gather-foot p {
    font-size:28px;
  }
  .gather-foot .button {
    gap:14px;
    padding-inline:17px;
  }
  .visit-copy address {
    font-size:22px;
  }
}
@media(max-width:600px) {
  :root {
    --header:72px;
    --page-gutter:23px;
    --h1:clamp(2.55rem,10.5vw,3.15rem);
    --h2:clamp(2.1rem,8.5vw,2.6rem);
  }
  body {
    font-size:16px;
  }
  .site-header {
    padding:6px 20px;
    gap:16px;
  }
  .brand {
    width:59px;
  }
  .brand img {
    width:59px;
    height:58px;
  }
  .header-order {
    font-size:10px;
    letter-spacing:.04em;
    padding:11px 13px;
    gap:12px;
    min-height:42px;
  }
  .header-order span {
    font-size:17px;
  }
  .menu-toggle {
    font-size:12px;
    gap:10px;
    padding-left:0;
  }
  .hero-scene {
    height:calc(max(550px,100svh - var(--header)) + 180px);
  }
  .hero-stage {
    min-height:550px;
  }
  .hero-photo img {
    object-position:57% center;
  }
  .hero-shade {
    background:linear-gradient(0deg,rgba(7,28,19,.85),rgba(9,31,21,.32) 65%,transparent),linear-gradient(90deg,rgba(7,28,19,.35),transparent 65%);
  }
  .hero-copy {
    left:var(--page-gutter);
    right:var(--page-gutter);
    bottom:20%;
    max-width:none;
  }
  .hero-copy .eyebrow {
    font-size:10px;
    margin-bottom:18px;
  }
  .hero-description {
    font-size:15px;
    max-width:300px;
    margin:18px 0 26px;
  }
  .hero-copy .actions {
    gap:22px;
  }
  .hero-copy .button {
    padding:14px 18px;
    font-size:13px;
    gap:20px;
    min-height:48px;
  }
  .text-link {
    font-size:14px;
  }
  .hero-bottom {
    bottom:27px;
    align-items:flex-end;
    gap:12px;
  }
  .hero-address {
    font-size:9px;
    max-width:100px;
    text-align:right;
    letter-spacing:.06em;
  }
  .scroll-note {
    font-size:10px;
    gap:10px;
  }
  .frond {
    width:80vw;
    height:95%;
  }
  .hero-frond {
    width:96vw;
    height:auto;
  }
  .hero-frond.left {
    left:-60%;
    top:-26%;
    transform:translate3d(calc(var(--open)*-76%),0,0) rotate(calc(var(--open)*-9deg));
  }
  .hero-frond.right {
    right:-58%;
    top:-26%;
    transform:translate3d(calc(var(--open)*82%),0,0) rotate(calc(var(--open)*10deg));
  }
  .section-pad {
    padding-block:70px;
  }
  .section-label {
    gap:18px;
    margin-bottom:27px;
  }
  .eyebrow {
    font-size:11px;
  }
  .section-intro {
    display:block;
    margin-bottom:32px;
  }
  .section-intro p {
    font-size:15px;
    max-width:300px;
    margin-top:18px;
  }
  .section-intro>.button {
    margin-top:25px;
    padding:13px 18px;
    font-size:13px;
    min-height:46px;
  }
  .menu-grid {
    grid-template-columns:1fr 1fr;
    gap:25px 15px;
  }
  .menu-feature {
    grid-column:1/-1;
  }
  .menu-feature .image-frame {
    height:300px;
  }
  .menu-small .image-frame {
    height:220px;
  }
  .menu-small.bagel,.menu-small.pastry {
    padding-top:0;
  }
  .menu-grid figcaption {
    font-size:16px;
    margin-top:15px;
  }
  .caption-note {
    display:block;
    font-size:11px;
  }
  .plant-scene {
    height:auto;
    padding:0;
  }
  .plant-stage {
    position:relative;
    top:auto;
    height:auto;
    min-height:0;
  }
  .plant-grid {
    display:flex;
    flex-direction:column;
  }
  .plant-photo {
    height:460px;
  }
  .plant-photo>img {
    object-position:center 41%;
  }
  .photo-caption {
    bottom:22px;
    font-size:10px;
  }
  .plant-copy {
    padding:55px var(--page-gutter) 62px;
  }
  .plant-copy h2 {
    font-size:var(--h2);
    margin:17px 0 22px;
  }
  .plant-copy>p:not(.eyebrow) {
    font-size:16px;
    max-width:310px;
  }
  .plant-copy .text-link {
    font-size:16px;
    margin-top:26px;
  }
  .plant-copy .quiet-note {
    margin-top:34px;
    font-size:11px!important;
  }
  .plant-foreground {
    height:500px;
  }
  .potted {
    width:70vw;
    left:-12%;
    bottom:-20px;
    transform:translate3d(calc(var(--open)*-95%),calc(var(--open)*10%),0) rotate(calc(var(--open)*-9deg));
  }
  .plant-monstera {
    width:92vw;
    right:-31%;
    bottom:-28px;
    transform:translate3d(calc(var(--open)*110%),calc(var(--open)*7%),0) rotate(calc(var(--open)*9deg));
  }
  .story-grid {
    grid-template-columns:1fr;
    gap:40px;
  }
  .story-copy {
    padding:0;
  }
  .story-copy>p:not(.serif-note) {
    font-size:16px;
    line-height:1.8;
    margin-top:22px;
  }
  .story-copy .serif-note {
    font-size:29px;
    margin:24px 0;
  }
  .story-images {
    padding:0 0 85px 17%;
  }
  .story-tall {
    height:420px;
  }
  .story-wide {
    width:83%;
    height:200px;
    left:0;
    bottom:35px;
    border-width:7px;
  }
  .story-caption {
    font-size:9px;
  }
  .gather-heading {
    text-align:left;
    margin-bottom:30px;
  }
  .gather-heading h2 {
    margin:17px 0 20px;
  }
  .gather-heading>p:last-child {
    font-size:15px;
  }
  .gather-photos {
    grid-template-columns:1.15fr 1fr;
    gap:12px;
    height:290px;
  }
  .gather-main img {
    object-position:34% center;
  }
  .gather-detail img {
    object-position:52% center;
  }
  .gather-foot {
    display:block;
    margin-top:24px;
    padding-top:24px;
  }
  .gather-foot p {
    font-size:29px;
  }
  .gather-foot .button {
    margin-top:22px;
    font-size:13px;
    min-height:46px;
  }
  .visit-grid {
    grid-template-columns:1fr;
    gap:40px;
  }
  .visit-copy h2 {
    margin:17px 0 26px;
  }
  .visit-copy address {
    font-size:24px;
  }
  .visit-copy>p:not(.eyebrow) {
    font-size:14px;
  }
  .visit-copy .button {
    margin-top:26px;
  }
  .visit-photo {
    height:420px;
  }
  .visit-frond.left {
    width:80vw;
    left:-63%;
    top:55%;
    height:60%;
    transform:translate3d(calc(var(--open)*-70%),0,0) rotate(calc(var(--open)*-9deg));
  }
  .site-footer {
    padding:30px var(--page-gutter);
    gap:25px;
    display:block;
  }
  .footer-brand span {
    font-size:24px;
  }
  .footer-brand img {
    width:40px;
    height:50px;
  }
  .site-footer nav {
    gap:26px;
    flex-wrap:wrap;
    margin-top:20px;
    font-size:13px;
  }
}
@media(max-width:340px) {
  :root {
    --page-gutter:18px;
    --h1:2.4rem;
    --h2:2rem;
  }
  .site-header {
    padding-inline:16px;
    gap:12px;
  }
  .header-order {
    display:none;
  }
  .menu-toggle {
    margin-left:auto;
    font-size:14px;
  }
  .hero-copy {
    bottom:21%;
  }
  .hero-copy .actions {
    gap:18px;
  }
  .hero-copy .button {
    padding:12px 13px;
    gap:12px;
    font-size:12px;
  }
  .hero-copy .text-link {
    font-size:13px;
  }
  .hero-description {
    font-size:15px;
  }
  .hero-address {
    display:none;
  }
  .menu-feature .image-frame {
    height:235px;
  }
  .menu-small .image-frame {
    height:180px;
  }
  .caption-note {
    display:none;
  }
  .menu-grid figcaption {
    font-size:14px;
  }
  .plant-photo {
    height:380px;
  }
  .plant-foreground {
    height:420px;
  }
  .story-tall {
    height:350px;
  }
  .story-wide {
    height:160px;
  }
  .gather-photos {
    height:235px;
  }
  .gather-foot p {
    font-size:26px;
  }
  .visit-copy address {
    font-size:22px;
  }
  .visit-photo {
    height:355px;
  }
  .footer-brand span {
    font-size:22px;
  }
  .site-footer nav {
    gap:22px;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important;
  }
  .hero-scene,.plant-scene {
    height:auto;
  }
  .hero-stage,.plant-stage {
    position:relative;
    top:0;
  }
  .hero-stage {
    height:calc(100svh - var(--header));
  }
  .plant-stage {
    height:auto;
  }
  .plant-grid {
    min-height:650px;
  }
  .hero-photo img,.plant-photo>img,.hero-copy,.plant-copy {
    transform:none!important;
  }
  .foliage-clip {
    display:none!important;
  }
  .image-frame img {
    transform:none!important;
  }
}
@media(max-width:600px) and (prefers-reduced-motion:reduce) {
  .plant-grid {
    min-height:0;
  }
}
/* The static layout also covers script failure and reduced-motion initialization. */
html:not(.js-ready) .menu-toggle {
  display:none;
}
.fallback-nav {
  display:flex;
  flex-wrap:wrap;
  gap:10px 26px;
  padding:14px var(--page-gutter);
  font-size:14px;
  background:var(--paper);
}
.fallback-nav a {
  padding:8px 0;
}
html:not(.motion-enabled) .hero-scene,html:not(.motion-enabled) .plant-scene {
  height:auto;
}
html:not(.motion-enabled) .hero-stage,html:not(.motion-enabled) .plant-stage {
  position:relative;
  top:0;
}
html:not(.motion-enabled) .plant-stage {
  height:auto;
}
html:not(.motion-enabled) .plant-grid {
  height:max(650px,calc(100svh - var(--header)));
  min-height:0;
}
html:not(.motion-enabled) .hero-photo img,html:not(.motion-enabled) .plant-photo>img,html:not(.motion-enabled) .hero-copy,html:not(.motion-enabled) .plant-copy {
  transform:none;
}
@media(max-width:600px) {
  html:not(.motion-enabled) .plant-grid {
    height:auto;
    min-height:0;
  }
}
@media(min-width:801px) {
  .fallback-nav {
    display:none;
  }
}

/* Botanical story frame. Original SVG strokes stay behind the existing content. */
.story {
  position:relative;
  isolation:isolate;
}
.story > .section-label,
.story > .story-grid {
  position:relative;
  z-index:1;
}
.story-garden {
  position:absolute;
  inset:0;
  z-index:0;
  overflow:clip;
  pointer-events:none;
  user-select:none;
}
.story-botanical {
  position:absolute;
  height:auto;
  max-width:none;
  color:#789477;
  opacity:.72;
  overflow:visible;
  --paint:var(--wash-sage, #a5bd9e);
}
.story-botanical [data-draw] {
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
  fill:none;
}
.story-botanical .draw-leaf {
  fill:var(--paint);
  fill-opacity:.44;
}
.story-botanical .paint-teal {
  color:#73988e;
  --paint:var(--wash-teal, #88afa6);
}
.story-botanical .paint-olive {
  color:#8b9871;
  --paint:var(--wash-olive, #aebc8e);
}
.story-botanical .paint-flower {
  color:#c6ac8b;
  --paint:var(--wash-flower, #e5c6a6);
}
.story-botanical.drawing-ready:not(.is-drawn) [data-draw] {
  stroke-dasharray:1;
  stroke-dashoffset:1;
  fill-opacity:0;
  opacity:0;
}
.botanical-top-left {
  width:clamp(330px,31vw,460px);
  left:-94px;
  top:-56px;
}
.botanical-top-right {
  width:clamp(300px,28vw,430px);
  right:-42px;
  top:-68px;
}
.botanical-bottom-left {
  width:clamp(350px,33vw,480px);
  left:-54px;
  bottom:-50px;
}
.botanical-bottom-right {
  width:clamp(310px,27vw,410px);
  right:-18px;
  bottom:-54px;
}
@media(max-width:800px) {
  .story-botanical { opacity:.63; }
  .botanical-top-left { width:320px; left:-120px; top:-60px; }
  .botanical-top-right { width:290px; right:-48px; top:-62px; }
  .botanical-bottom-left { width:345px; left:-95px; bottom:-55px; }
  .botanical-bottom-right { width:295px; right:-40px; bottom:-62px; }
}
@media(max-width:600px) {
  .story-botanical { opacity:.58; }
  .botanical-top-left { width:265px; left:-110px; top:-60px; }
  .botanical-top-right { width:240px; right:-34px; top:-64px; }
  .botanical-bottom-left { width:290px; left:-80px; bottom:-48px; }
  .botanical-bottom-right { width:240px; right:-28px; bottom:-55px; }
}
@media(prefers-reduced-motion:reduce) {
  .story-botanical.drawing-ready:not(.is-drawn) [data-draw] {
    stroke-dashoffset:0!important;
    opacity:1!important;
  }
  .story-botanical .draw-leaf { fill-opacity:.44!important; }
}
