:root {
  color-scheme: light;
}

.theme-neighbourhood-cafe {
  --cream: #f6efe5;
  --paper: #fffaf4;
  --sage: #3d4f3a;
  --sage-dark: #263525;
  --ink: #141713;
  --muted: #6d665f;
  --coffee: #744c35;
  --accent: #c77564;
  --line: #dfd5c9;
  --white: #fff;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

.theme-neighbourhood-cafe * {
  box-sizing: border-box;
}

.theme-neighbourhood-cafe img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.theme-neighbourhood-cafe a {
  color: inherit;
  text-decoration: none;
}

.theme-neighbourhood-cafe .section-pad {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  background: rgba(255, 250, 244, .96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font: 700 2rem/1 "Cormorant Garamond", serif;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--sage);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.brand-mark svg {
  width: 34px;
  height: 34px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 700;
  font-size: .95rem;
}

.site-nav a {
  padding: 10px 0;
}

.nav-cta {
  border: 1px solid var(--ink);
  padding: 13px 22px !important;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
}

.nav-toggle,
.nav-toggle-label {
  display: none;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-weight: 800;
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .14em;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: .98;
  letter-spacing: 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
  padding: clamp(70px, 8vw, 118px) 0;
}

.hero-copy h1 {
  font-size: clamp(3.8rem, 7vw, 7.5rem);
  max-width: 720px;
}

.hero-text {
  max-width: 540px;
  margin: 28px 0 0;
  font-size: 1.1rem;
  color: var(--muted);
}

.button-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.button {
  min-height: 52px;
  padding: 15px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  font-weight: 800;
}

.button-primary {
  background: var(--sage);
  border-color: var(--sage);
  color: var(--white);
}

.button-secondary {
  background: transparent;
  color: var(--ink);
}

.hero-media {
  margin: 0;
  min-height: 420px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
}

.hero-media img {
  height: 100%;
}

.notice-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--sage);
  color: var(--white);
}

.notice-bar span {
  min-height: 70px;
  display: grid;
  place-items: center;
  padding: 18px;
  text-align: center;
  font-weight: 700;
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.editorial-grid {
  padding: clamp(78px, 9vw, 130px) 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.section-intro {
  grid-column: 1 / -1;
  max-width: 820px;
  margin-bottom: 12px;
}

.section-intro h2,
.menu-heading h2,
.story-copy h2,
.visit-copy h2,
.gallery-heading h2,
.contact-band h2 {
  font-size: clamp(2.6rem, 4vw, 5rem);
  color: var(--coffee);
}

.editorial-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 24px;
}

.editorial-card img {
  aspect-ratio: 1 / 1.06;
  border-radius: 8px;
}

.editorial-card h3 {
  font-size: clamp(2.2rem, 3vw, 3.6rem);
  margin-bottom: 12px;
}

.editorial-card p {
  color: var(--muted);
  margin: 0;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-bottom: clamp(74px, 8vw, 112px);
}

.trust-strip div {
  background: var(--paper);
  padding: 28px;
  min-height: 162px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.trust-strip strong {
  font-size: 1.05rem;
}

.trust-strip span {
  color: var(--muted);
}

.menu-section {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
  gap: clamp(36px, 6vw, 86px);
  padding-bottom: clamp(82px, 9vw, 128px);
}

.menu-heading p:last-child {
  color: var(--muted);
  margin-top: 24px;
  max-width: 390px;
}

.menu-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.menu-list article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}

.menu-list h3 {
  font-size: 2rem;
  color: var(--coffee);
}

.menu-list p {
  margin: 8px 0 0;
  color: var(--muted);
}

.menu-list span {
  font-weight: 800;
  color: var(--sage);
  font-size: 1.2rem;
}

.story-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
  padding: clamp(70px, 8vw, 124px) 0;
  border-top: 1px solid var(--line);
}

.story-images {
  position: relative;
  min-height: 560px;
}

.story-main {
  height: 520px;
  border-radius: 8px;
}

.story-small {
  position: absolute;
  right: -18px;
  bottom: 0;
  width: min(44%, 260px);
  aspect-ratio: 1;
  border: 12px solid var(--paper);
  border-radius: 8px;
}

.story-copy p:not(.eyebrow) {
  color: var(--muted);
}

.story-copy .button {
  margin-top: 18px;
}

.visit-section {
  background: var(--cream);
  width: 100%;
  max-width: none;
  padding: clamp(70px, 8vw, 112px) max(24px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(36px, 6vw, 88px);
  align-items: start;
}

.visit-copy {
  max-width: 430px;
}

.visit-copy p:not(.eyebrow) {
  color: var(--muted);
}

.visit-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.visit-details article {
  background: var(--paper);
  padding: 28px;
  min-height: 210px;
}

.visit-details h3 {
  font-size: 2rem;
  color: var(--coffee);
  margin-bottom: 16px;
}

.visit-details p {
  margin: 0;
  color: var(--muted);
}

.gallery-section {
  padding: clamp(74px, 8vw, 116px) 0 0;
}

.gallery-heading {
  margin-bottom: 30px;
}

.image-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.image-strip img {
  aspect-ratio: 1;
  border-right: 1px solid var(--paper);
}

.contact-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: clamp(78px, 8vw, 118px) 0;
}

.contact-band p {
  color: var(--muted);
  max-width: 470px;
}

.signup-form {
  border: 1px solid var(--line);
  padding: 34px;
  border-radius: 8px;
  background: var(--white);
}

.signup-form label {
  display: block;
  font-weight: 800;
  margin-bottom: 10px;
}

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

.form-row input {
  min-height: 54px;
  border: 1px solid var(--line);
  padding: 0 16px;
  font: inherit;
  min-width: 0;
}

.form-row button {
  min-height: 54px;
  border: 0;
  background: var(--sage);
  color: var(--white);
  font-weight: 800;
  padding: 0 26px;
  cursor: pointer;
}

.signup-form p {
  margin: 14px 0 0;
  font-size: .9rem;
}

.site-footer {
  background: var(--sage-dark);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, .75fr);
  gap: 38px;
  padding: clamp(64px, 7vw, 94px) 0;
}

.footer-brand {
  display: inline-block;
  font: 700 2.4rem/1 "Cormorant Garamond", Georgia, serif;
  margin-bottom: 20px;
}

.footer-grid h2 {
  font: 700 1.65rem/1 "Cormorant Garamond", Georgia, serif;
  margin: 0 0 18px;
}

.footer-grid p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
}

.footer-grid a {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px max(24px, calc((100vw - 1180px) / 2));
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .72);
}

@media (max-width: 980px) {
  .site-header {
    min-height: 82px;
  }

  .nav-toggle-label {
    display: grid;
    gap: 5px;
    width: 44px;
    height: 44px;
    place-content: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    cursor: pointer;
  }

  .nav-toggle-label span {
    width: 22px;
    height: 2px;
    background: var(--ink);
  }

  .site-nav {
    display: none;
    position: absolute;
    left: 24px;
    right: 24px;
    top: calc(100% + 10px);
    flex-direction: column;
    align-items: stretch;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 20px 50px rgba(38, 53, 37, .12);
  }

  .nav-toggle:checked ~ .site-nav {
    display: flex;
  }

  .nav-cta {
    justify-content: center;
  }

  .hero,
  .menu-section,
  .story-section,
  .visit-section,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 54px;
  }

  .hero-media {
    min-height: 320px;
  }

  .editorial-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip,
  .visit-details,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .story-images {
    min-height: auto;
  }

  .story-main {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .story-small {
    position: relative;
    right: auto;
    bottom: auto;
    width: 52%;
    margin: -70px 24px 0 auto;
  }

  .image-strip {
    grid-template-columns: repeat(5, minmax(210px, 1fr));
    overflow-x: auto;
  }
}

@media (max-width: 680px) {
  .theme-neighbourhood-cafe {
    overflow-x: clip;
  }

  .theme-neighbourhood-cafe .section-pad {
    width: calc(100% - 32px);
    max-width: 1180px;
  }

  .site-header {
    width: 100%;
    padding: 0 16px;
  }

  .brand {
    min-width: 0;
    max-width: calc(100vw - 92px);
    font-size: 1.55rem;
  }

  .brand span:last-child {
    overflow-wrap: anywhere;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .hero {
    padding-top: 46px;
    gap: 28px;
  }

  .hero-copy,
  .hero-text,
  .button-row,
  .hero-copy h1 {
    width: 100%;
    max-width: 100%;
  }

  .hero-copy h1 {
    font-size: clamp(3.2rem, 14vw, 4.1rem);
  }

  .hero-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .button-row,
  .form-row,
  .footer-bottom {
    flex-direction: column;
    display: flex;
  }

  .button,
  .form-row button {
    width: 100%;
  }

  .notice-bar,
  .trust-strip,
  .visit-details,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .menu-list article {
    grid-template-columns: 1fr;
  }

  .story-small {
    width: 72%;
  }

  .editorial-card img,
  .image-strip img {
    aspect-ratio: 4 / 3;
  }

  .image-strip {
    max-width: 100%;
  }
}
