/* Juniper & Rye: system fonts keep public and isolated preview typography consistent. */
:root {
  --cafe-paper: #f7f3e8;
  --cafe-ink: #234b3b;
  --cafe-muted: #697268;
  --cafe-line: #cfd4c5;
  --cafe-yellow: #e8bc53;
  --cafe-soft: #e9ecdf;
  --cafe-white: #fffdf7;
}
:root[data-theme="dark"] {
  --cafe-paper: #1c2c24;
  --cafe-ink: #e4ead7;
  --cafe-muted: #b8c4b5;
  --cafe-line: #4a5b4d;
  --cafe-soft: #293e30;
  --cafe-white: #24372b;
}
body.cafe-theme {
  background: var(--cafe-paper);
  color: var(--cafe-ink);
  font:
    16px/1.75 system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  hyphens: none;
}
.cafe-theme :is(h1, h2, h3) {
  color: var(--cafe-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.06;
  text-wrap: balance;
}
.cafe-theme h2::before {
  content: none;
}
.cafe-theme a {
  color: inherit;
  text-decoration: none;
}
.cafe-theme a:focus-visible,
.cafe-theme button:focus-visible,
.cafe-theme summary:focus-visible {
  outline: 3px solid var(--cafe-yellow);
  outline-offset: 5px;
}
.cafe-announcement {
  background: #234b3b;
  color: #f7f3e8;
  padding: 8px 16px;
  text-align: center;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
}
.cafe-header,
.cafe-page,
.cafe-footer {
  width: min(1240px, calc(100% - 100px));
  margin-inline: auto;
}
.cafe-header {
  min-height: 130px;
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--cafe-line);
}
.cafe-brand {
  display: inline-block;
  font:
    36px/1 Georgia,
    serif;
  letter-spacing: -2px;
}
.cafe-brand > span {
  font-style: italic;
}
.cafe-brand small {
  display: block;
  font:
    8px/1.5 system-ui,
    sans-serif;
  letter-spacing: 2.8px;
  margin-top: 12px;
  text-align: center;
}
.cafe-header nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 12px;
  font-weight: 500;
}
.cafe-header nav > a {
  padding: 8px 0;
}
.cafe-header nav > a:last-child {
  border: 1px solid var(--cafe-ink);
  border-radius: 50px;
  padding: 11px 22px;
}
.cafe-header nav [aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 7px;
}
.cafe-appearance {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--cafe-ink);
  cursor: pointer;
  width: 28px;
  height: 28px;
  line-height: 1;
}
.cafe-appearance svg {
  display: block;
  width: 23px;
  height: 23px;
}
.cafe-skip {
  position: absolute;
  top: -100px;
  left: 12px;
  padding: 12px;
  background: var(--cafe-paper);
  z-index: 10;
}
.cafe-skip:focus {
  top: 12px;
}
.cafe-hero {
  margin: 58px 0 80px;
}
.cafe-hero-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 44px;
}
.cafe-eyebrow {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 23px;
}
.cafe-hero h1 {
  font-size: clamp(55px, 6.2vw, 86px);
  margin: 0;
}
.cafe-hero h1 em {
  display: block;
  font-weight: 400;
}
.cafe-hero-intro {
  max-width: 350px;
  padding-bottom: 5px;
}
.cafe-hero-intro p {
  color: var(--cafe-muted);
  font-size: 14px;
  line-height: 1.9;
  margin: 0 0 25px;
}
.cafe-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  background: var(--cafe-ink);
  color: var(--cafe-paper) !important;
  border-radius: 40px;
  padding: 13px 24px;
  font-size: 12px;
  font-weight: 500;
}
.cafe-button span,
.cafe-text-link span {
  font-size: 19px;
}
.cafe-button:hover {
  opacity: 0.86;
}
.cafe-hero-photo {
  margin: 0;
  position: relative;
}
.cafe-hero-photo img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center 60%;
  border-radius: 4px;
}
.cafe-hero-photo figcaption {
  position: absolute;
  right: 38px;
  top: -31px;
  background: var(--cafe-yellow);
  color: #234b3b;
  width: 133px;
  height: 133px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  transform: rotate(10deg);
}
.cafe-hero-photo figcaption > span {
  display: grid;
  place-items: center;
  height: 1.2em;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 7px;
}
.cafe-photo-label {
  position: absolute;
  bottom: 23px;
  left: 25px;
  font-size: 9px;
  letter-spacing: 2px;
  color: white;
  background: #1c332cba;
  padding: 10px 15px;
  border-radius: 3px;
}
.cafe-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  align-items: center;
  margin: 100px 0;
}
.cafe-story figure {
  margin: 0;
}
.cafe-story img {
  width: 100%;
  height: 510px;
  object-fit: cover;
  border-radius: 45% 45% 3px 3px;
}
.cafe-story-copy {
  max-width: 430px;
}
.cafe-story h2,
.cafe-section-heading h2 {
  font-size: 48px;
  margin: 0 0 25px;
}
.cafe-story-copy > div {
  color: var(--cafe-muted);
  font-size: 14px;
}
.cafe-text-link {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid var(--cafe-ink);
  padding: 8px 0;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 600;
}
.cafe-story-reverse figure {
  order: 2;
}
.cafe-story-reverse .cafe-story-copy {
  padding-left: 35px;
}
.cafe-illustration {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--cafe-soft);
  border-radius: 50% 50% 3px 3px;
}
.cafe-illustration svg {
  width: 190px;
  stroke: var(--cafe-ink);
  stroke-width: 2.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cafe-illustration span {
  font-size: 8px;
  letter-spacing: 2px;
  margin-top: 20px;
}
.cafe-menu-section {
  margin: 85px 0;
}
.cafe-section-heading {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: end;
  gap: 80px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--cafe-ink);
}
.cafe-section-heading h2 {
  margin: 0;
}
.cafe-section-heading > p {
  color: var(--cafe-muted);
  max-width: 350px;
  font-size: 13px;
  margin: 0 0 5px;
}
.cafe-menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
}
.cafe-menu-item {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  border-bottom: 1px solid var(--cafe-line);
  padding: 28px 0;
  margin: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
.cafe-item-number {
  font-size: 10px;
  opacity: 0.6;
  margin-top: 7px;
}
.cafe-menu-item > div {
  flex: 1;
}
.cafe-menu-item h3 {
  font-size: 25px;
  margin: 0 0 9px;
  letter-spacing: -0.02em;
}
.cafe-menu-item p {
  color: var(--cafe-muted);
  font-size: 12px;
  margin: 0;
}
.cafe-menu-item p:last-child > strong:only-child {
  display: inline-block;
  color: var(--cafe-ink);
  font-size: 13px;
  margin-top: 12px;
  font-weight: 600;
}
.cafe-invitation {
  background: var(--cafe-soft);
  padding: 65px 35px;
  text-align: center;
  margin: 90px 0;
  border-radius: 4px;
}
.cafe-sun {
  display: grid;
  place-items: center;
  height: 1em;
  font-size: 60px;
  color: var(--cafe-ink);
  line-height: 1;
  margin-bottom: 25px;
}
.cafe-star {
  display: block;
  width: 0.9em;
  height: 0.9em;
}
.cafe-invitation h2 {
  font-size: 56px;
  margin: 0 auto 22px;
  max-width: 690px;
}
.cafe-invitation > div {
  max-width: 520px;
  margin: 0 auto 25px;
  font-size: 14px;
  color: var(--cafe-muted);
}
.cafe-page > h2,
.cafe-page > h3,
.cafe-page > p,
.cafe-page > ul,
.cafe-page > ol,
.cafe-page > blockquote {
  max-width: 750px;
  margin-inline: auto;
}
.cafe-page > h2 {
  font-size: 40px;
  margin-top: 65px;
}
.cafe-page > p,
.cafe-page > ul {
  color: var(--cafe-muted);
  font-size: 15px;
}
.cafe-page > blockquote {
  border-left: 1px solid var(--cafe-ink);
  font:
    italic 32px/1.5 Georgia,
    serif;
  padding: 12px 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.cafe-page > p a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.cafe-page > table {
  width: min(750px, 100%);
  margin: 30px auto 55px;
  font-size: 14px;
}
.cafe-theme table :is(th, td) {
  border-color: var(--cafe-line);
  background: transparent;
  color: var(--cafe-ink);
}
.cafe-faq {
  max-width: 750px;
  margin: 35px auto 75px;
}
.cafe-faq details {
  border: 0;
  border-top: 1px solid var(--cafe-line);
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}
.cafe-faq details:last-child {
  border-bottom: 1px solid var(--cafe-line);
}
.cafe-faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 0;
  font-size: 15px;
  font-weight: 500;
  list-style: none;
  cursor: pointer;
}
.cafe-faq summary::after,
.cafe-faq summary::marker {
  content: none;
}
.cafe-faq summary::-webkit-details-marker {
  display: none;
}
.cafe-faq summary > span {
  font-size: 24px;
}
.cafe-faq details[open] summary > span {
  transform: rotate(45deg);
}
.cafe-faq details > div {
  color: var(--cafe-muted);
  font-size: 14px;
  padding: 0 30px 18px 0;
}
.cafe-footer {
  border-top: 1px solid var(--cafe-line);
  padding: 55px 0 25px;
}
.cafe-footer-top {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 45px;
}
.cafe-footer p {
  font-size: 12px;
  color: var(--cafe-muted);
  margin-top: 20px;
}
.cafe-footer h2 {
  font:
    600 11px/1.5 system-ui,
    sans-serif;
  letter-spacing: 0;
  margin: 6px 0 22px;
}
.cafe-footer nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 12px;
  padding-top: 5px;
}
.cafe-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 25px;
  margin-top: 35px;
  border-top: 1px solid var(--cafe-line);
  font-size: 9px;
  color: var(--cafe-muted);
}
/* Native FlowEdit media and visual layouts keep the café's palette and rhythm. */
.cafe-page > .flow-gallery {
  margin-block: 40px 64px;
}
.cafe-page .flow-gallery__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px 24px;
}
.cafe-page .flow-gallery__slide img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 3px;
}
.cafe-page .flow-gallery__slide figcaption {
  color: var(--cafe-muted);
  font-size: 12px;
  text-align: left;
  margin-top: 14px;
  opacity: 1;
}
.cafe-page > .flow-columns {
  gap: 40px;
  margin-block: 64px;
  padding-block: 32px;
  border-block: 1px solid var(--cafe-line);
}
.cafe-page .flow-columns__col h3 {
  font-size: 32px;
}
.cafe-page .flow-columns__col p {
  color: var(--cafe-muted);
  font-size: 14px;
}
.cafe-page > .flow-layout,
.cafe-page > .flow-block--callout {
  max-width: 750px;
  margin: 56px auto;
  background: var(--cafe-soft);
  border: 1px solid var(--cafe-line);
  border-radius: 12px;
}
.cafe-page .flow-layout-heading {
  margin: 0;
  font-size: clamp(30px, 5vw, 46px);
}
.cafe-page .flow-layout-text {
  font-size: 11px;
  letter-spacing: 1.8px;
}
.cafe-page .flow-layout-richtext p:last-child {
  margin-bottom: 0;
}
.cafe-page .flow-layout-image {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.cafe-page .flow-layout-button {
  background: var(--cafe-ink);
  color: var(--cafe-paper);
  border-radius: 50px;
  font-size: 13px;
}
.cafe-page > .flow-block--callout {
  padding: 24px;
  font-size: 14px;
}
.cafe-page .flow-block--callout p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .cafe-header,
  .cafe-page,
  .cafe-footer {
    width: calc(100% - 48px);
  }
  .cafe-header nav {
    gap: 20px;
  }
  .cafe-hero-top {
    gap: 35px;
  }
  .cafe-story {
    gap: 40px;
  }
  .cafe-story h2,
  .cafe-section-heading h2 {
    font-size: 40px;
  }
  .cafe-menu-grid {
    column-gap: 40px;
  }
  .cafe-section-heading {
    gap: 35px;
  }
  .cafe-hero-photo img {
    height: 440px;
  }
}
@media (max-width: 650px) {
  .cafe-page .flow-gallery__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .cafe-header,
  .cafe-page,
  .cafe-footer {
    width: calc(100% - 36px);
  }
  .cafe-announcement {
    font-size: 8px;
    letter-spacing: 1.3px;
  }
  .cafe-header {
    flex-wrap: wrap;
    gap: 0;
    padding: 22px 0 15px;
  }
  .cafe-brand {
    font-size: 32px;
  }
  .cafe-brand small {
    font-size: 7px;
    margin-top: 9px;
  }
  .cafe-appearance {
    margin-left: auto;
    order: 1;
  }
  .cafe-header nav {
    width: 100%;
    order: 2;
    justify-content: space-between;
    gap: 12px;
    margin-top: 23px;
    font-size: 11px;
  }
  .cafe-header nav > a:last-child {
    padding: 8px 13px;
  }
  .cafe-hero {
    margin-top: 38px;
  }
  .cafe-hero-top {
    grid-template-columns: 1fr;
    gap: 27px;
    margin-bottom: 45px;
  }
  .cafe-hero h1 {
    font-size: 57px;
  }
  .cafe-hero-intro {
    max-width: none;
  }
  .cafe-hero-photo img {
    height: 370px;
    object-position: 45% center;
  }
  .cafe-hero-photo figcaption {
    width: 100px;
    height: 100px;
    right: 12px;
    top: -26px;
    font-size: 8px;
  }
  .cafe-hero-photo figcaption > span {
    font-size: 25px;
  }
  .cafe-photo-label {
    left: 12px;
    bottom: 12px;
    font-size: 7px;
    letter-spacing: 1px;
  }
  .cafe-story {
    grid-template-columns: 1fr;
    gap: 35px;
    margin: 65px 0;
  }
  .cafe-story img {
    height: 370px;
  }
  .cafe-story-reverse figure {
    order: 0;
  }
  .cafe-story-reverse .cafe-story-copy {
    padding: 0;
  }
  .cafe-story h2,
  .cafe-section-heading h2 {
    font-size: 40px;
  }
  .cafe-illustration {
    min-height: 300px;
  }
  .cafe-section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .cafe-menu-grid {
    grid-template-columns: 1fr;
  }
  .cafe-menu-section {
    margin: 65px 0;
  }
  .cafe-menu-item {
    padding: 24px 0;
  }
  .cafe-invitation {
    margin: 65px 0;
    padding: 45px 24px;
  }
  .cafe-invitation h2 {
    font-size: 44px;
  }
  .cafe-footer-top {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .cafe-footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
  .cafe-page > h2 {
    font-size: 35px;
  }
  .cafe-page > blockquote {
    font-size: 27px;
  }
}
