.cafe-demo {
  color: #233d31;
  background: #f5efe4;
}

.cafe-header {
  background: #f5efe4;
  border-bottom: 1px solid rgba(35, 61, 49, 0.16);
}

.cafe-nav,
.cafe-footer {
  display: flex;
  width: min(calc(100% - 48px), 1240px);
  min-height: 74px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cafe-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #233d31;
  text-decoration: none;
}

.cafe-brand i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff8ed;
  background: #d96c47;
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
}

.cafe-brand > span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1;
}

.cafe-brand small {
  display: block;
  margin-top: 4px;
  color: #78877e;
  font-family: Inter, sans-serif;
  font-size: 0.56rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cafe-nav .desktop-nav {
  gap: 34px;
}

.cafe-nav .desktop-nav a {
  color: #52675c;
  font-size: 0.8rem;
  font-weight: 750;
  text-decoration: none;
}

.cafe-nav-cta {
  padding: 11px 18px;
  color: #fff8ed !important;
  background: #233d31;
  border-radius: 999px;
}

.cafe-home {
  display: grid;
  width: min(calc(100% - 48px), 1240px);
  min-height: 600px;
  margin: 38px auto 0;
  grid-template-columns: minmax(500px, 0.96fr) minmax(0, 1.04fr);
  grid-template-areas: "copy photo";
  background: #f5efe4;
  overflow: hidden;
}

.cafe-home-photo {
  min-height: 542px;
  margin: 28px 28px 28px 0;
  grid-area: photo;
  background:
    linear-gradient(90deg, rgba(35, 61, 49, 0.08), transparent 22%),
    url("assets/cafe-hero-v2.webp") center / cover no-repeat;
}

.cafe-home-copy {
  display: flex;
  padding: clamp(50px, 5vw, 72px) 28px clamp(50px, 5vw, 72px) 0;
  flex-direction: column;
  justify-content: center;
  grid-area: copy;
}

.cafe-eyebrow {
  margin-bottom: 18px;
  color: #c85d3c;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cafe-home h1,
.cafe-section-heading h2,
.cafe-story-copy h2,
.cafe-visit-info h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.cafe-home h1 {
  font-size: clamp(3.1rem, 4.4vw, 4.5rem);
}

.cafe-home h1 span {
  display: block;
  white-space: nowrap;
}

.cafe-home-copy > p:not(.cafe-eyebrow):not(.cafe-hours) {
  max-width: 440px;
  margin: 25px 0;
  color: #64736a;
  font-size: 0.95rem;
}

.cafe-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.cafe-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 21px;
  color: #fff8ed;
  background: #d96c47;
  border: 1px solid #d96c47;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 850;
  text-decoration: none;
}

.cafe-actions > a:not(.cafe-button) {
  color: #233d31;
  font-size: 0.83rem;
  font-weight: 800;
  text-underline-offset: 5px;
}

.cafe-home-copy .cafe-hours {
  display: inline-flex;
  width: fit-content;
  margin: 34px 0 0;
  padding: 11px 15px;
  align-items: center;
  gap: 7px;
  color: #52675c;
  background: #f0eadf;
  border-radius: 999px;
  font-size: 0.72rem;
  line-height: 1;
}

.cafe-hours span {
  color: #d96c47;
  font-size: 0.62rem;
}

.cafe-hours strong {
  color: #233d31;
}

.cafe-highlights {
  display: grid;
  width: min(calc(100% - 48px), 1240px);
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  background: #f5efe4;
}

.cafe-highlights article {
  display: grid;
  min-height: 108px;
  padding: 22px 28px;
  align-items: center;
  grid-template-columns: 32px 1fr;
  gap: 16px;
  color: #233d31;
  border-left: 1px solid rgba(35, 61, 49, 0.13);
}

.cafe-highlights article:first-child {
  padding-left: 0;
  border-left: 0;
}

.cafe-highlights article > span {
  color: #d96c47;
  font-size: 0.68rem;
  font-weight: 850;
}

.cafe-highlights article div {
  display: grid;
  gap: 3px;
}

.cafe-highlights strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.cafe-highlights p {
  margin: 0;
  color: #718078;
  font-size: 0.75rem;
}

.cafe-menu-section {
  width: min(calc(100% - 48px), 1240px);
  margin: 0 auto;
  padding: 95px 0;
}

.cafe-section-heading {
  display: grid;
  margin-bottom: 48px;
  align-items: end;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.55fr);
  gap: 60px;
}

.cafe-section-heading h2,
.cafe-story-copy h2,
.cafe-visit-info h2 {
  font-size: clamp(2.7rem, 4.2vw, 4rem);
}

.cafe-section-heading > p {
  max-width: 440px;
  margin: 0 0 5px;
  color: #6a786f;
}

.cafe-menu-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(35, 61, 49, 0.28);
}

.cafe-menu-board article {
  display: grid;
  min-height: 138px;
  padding: 24px 22px;
  align-items: center;
  grid-template-columns: 74px 1fr auto;
  gap: 18px;
  border-right: 1px solid rgba(35, 61, 49, 0.28);
  border-bottom: 1px solid rgba(35, 61, 49, 0.28);
}

.cafe-menu-board article:nth-child(even) {
  border-right: 0;
}

.cafe-menu-board article > span {
  color: #c85d3c;
  font-size: 0.66rem;
  font-weight: 850;
  text-transform: uppercase;
}

.cafe-menu-board h3 {
  margin: 0 0 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.cafe-menu-board p {
  margin: 0;
  color: #718078;
  font-size: 0.82rem;
}

.cafe-menu-board strong {
  color: #233d31;
  font-size: 0.95rem;
  white-space: nowrap;
}

.cafe-story-section {
  display: grid;
  min-height: 560px;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  color: #233d31;
  background: #e9dfd0;
}

.cafe-story-copy {
  display: flex;
  padding: clamp(55px, 8vw, 100px) max(32px, calc((100vw - 1240px) / 2));
  padding-right: clamp(55px, 7vw, 90px);
  flex-direction: column;
  justify-content: center;
}

.cafe-story-copy .cafe-eyebrow {
  color: #b94f31;
}

.cafe-story-copy > p:not(.cafe-eyebrow) {
  max-width: 560px;
  margin: 26px 0;
  color: #53675c;
}

.cafe-story-copy ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 9px;
  list-style: none;
}

.cafe-story-copy li {
  position: relative;
  padding-left: 24px;
  font-size: 0.86rem;
}

.cafe-story-copy li::before {
  position: absolute;
  left: 0;
  content: "✓";
  font-weight: 900;
}

.cafe-story-photo {
  /* Photo: Blake Wisz / Unsplash (vCtvn_xqoyA). */
  background:
    linear-gradient(90deg, rgba(233, 223, 208, 0.2), transparent 24%),
    url("assets/cafe-story.webp") center / cover no-repeat;
}

.cafe-visit {
  display: grid;
  padding: 92px max(24px, calc((100vw - 1240px) / 2));
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 0.9fr);
  gap: clamp(60px, 9vw, 120px);
  color: #fff8ed;
  background: #233d31;
}

.cafe-visit-info .cafe-eyebrow {
  color: #e99376;
}

.cafe-visit-info dl {
  margin: 38px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.cafe-visit-info dl > div {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.cafe-visit-info dt {
  color: rgba(255, 248, 237, 0.64);
  font-size: 0.8rem;
}

.cafe-visit-info dd {
  margin: 0;
  font-weight: 800;
}

.cafe-booking {
  padding: clamp(26px, 4vw, 40px);
  color: #233d31;
  background: #fffaf1;
  border-radius: 18px;
}

.cafe-booking h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
}

.cafe-booking > p {
  margin-bottom: 24px;
  color: #6c7971;
  font-size: 0.8rem;
}

.cafe-booking form {
  display: grid;
  gap: 15px;
}

.cafe-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.cafe-booking .cafe-button {
  width: 100%;
}

.cafe-footer {
  min-height: 120px;
}

.cafe-footer p {
  margin: 0;
  color: #748279;
  font-size: 0.76rem;
}

.cafe-footer p a {
  color: #c85d3c;
}

@media (max-width: 900px) {
  .cafe-home {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "photo";
  }

  .cafe-home-photo {
    min-height: 420px;
    margin: 0 26px 26px;
  }

  .cafe-section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cafe-menu-board {
    grid-template-columns: 1fr;
  }

  .cafe-menu-board article {
    border-right: 0;
  }

  .cafe-story-section {
    grid-template-columns: 1fr;
  }

  .cafe-story-photo {
    min-height: 430px;
    grid-row: 1;
  }

  .cafe-visit {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .cafe-nav,
  .cafe-footer,
  .cafe-home,
  .cafe-highlights,
  .cafe-menu-section {
    width: calc(100% - 30px);
  }

  .cafe-nav {
    min-height: 72px;
  }

  .cafe-home {
    margin-top: 18px;
  }

  .cafe-home-photo {
    min-height: 310px;
    margin: 0 12px 12px;
  }

  .cafe-home-copy {
    padding: 42px 28px 34px 0;
  }

  .cafe-home h1 {
    font-size: clamp(2.65rem, 12.5vw, 3.5rem);
  }

  .cafe-actions {
    display: grid;
  }

  .cafe-button {
    width: 100%;
  }

  .cafe-highlights {
    grid-template-columns: 1fr;
  }

  .cafe-highlights article {
    min-height: 92px;
    border-top: 1px solid rgba(35, 61, 49, 0.13);
    border-left: 0;
  }

  .cafe-highlights article:first-child {
    border-top: 0;
  }

  .cafe-menu-section {
    padding: 68px 0;
  }

  .cafe-section-heading h2,
  .cafe-story-copy h2,
  .cafe-visit-info h2 {
    font-size: clamp(2.4rem, 11vw, 3.2rem);
  }

  .cafe-menu-board article {
    min-height: 120px;
    padding: 20px 0;
    grid-template-columns: 58px 1fr auto;
    gap: 10px;
  }

  .cafe-menu-board p {
    display: none;
  }

  .cafe-menu-board h3 {
    font-size: 1.12rem;
  }

  .cafe-menu-board strong {
    font-size: 0.82rem;
  }

  .cafe-story-photo {
    min-height: 330px;
  }

  .cafe-story-copy {
    padding: 58px 22px;
  }

  .cafe-visit {
    padding: 64px 20px;
    gap: 46px;
  }

  .cafe-form-row {
    grid-template-columns: 1fr;
  }

  .cafe-footer {
    display: grid;
    padding: 34px 0;
    gap: 14px;
  }
}
