:root {
  --ink: #1d2a25;
  --cream: #f4ecdf;
  --cream-soft: #fbf7ef;
  --coral: #d95747;
  --coral-dark: #ad3b35;
  --forest: #174d41;
  --forest-deep: #10382f;
  --sun: #e9ae43;
  --coffee: #4b2d22;
  --aqua: #b9ddd4;
  --line: rgba(29, 42, 37, 0.18);
  --white: #ffffff;
  --shadow: 0 20px 56px rgba(35, 30, 22, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream-soft);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
section[id] { scroll-margin-top: 0; }

.concept-strip {
  min-height: 36px;
  padding: 8px 5vw;
  display: flex;
  justify-content: center;
  gap: 14px;
  color: rgba(255,255,255,.84);
  background: var(--forest-deep);
  font-size: 12px;
}
.concept-strip strong { color: var(--sun); text-transform: uppercase; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 36px;
  left: 0;
  width: 100%;
  height: 82px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 44px; height: 44px; display: grid; place-items: center;
  color: var(--white); background: var(--coral); border-radius: 4px;
  font-weight: 800; font-size: 14px;
}
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-family: "Fraunces", Georgia, serif; font-size: 19px; font-weight: 600; }
.brand-copy small { margin-top: 3px; color: rgba(255,255,255,.7); font-size: 10px; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { font-size: 14px; font-weight: 600; text-decoration: none; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 4px; text-decoration: none; font-weight: 700; }
.nav-cta { min-height: 44px; padding: 0 17px; color: var(--ink); background: var(--cream-soft); }
.nav-cta svg, .button svg, .text-link svg { width: 18px; height: 18px; flex: 0 0 auto; }
.menu-button { display: none; width: 44px; height: 44px; place-items: center; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.4); border-radius: 4px; }

.hero {
  position: relative;
  min-height: min(790px, calc(100svh - 24px));
  padding: 150px 7vw 88px;
  display: flex;
  align-items: center;
  color: var(--white);
  background: var(--coffee) url("cafe-interior-wide.webp") center / cover no-repeat;
  overflow: hidden;
}
.hero-overlay { position: absolute; inset: 0; background: rgba(16, 26, 22, .66); }
.hero-content { position: relative; z-index: 2; width: min(790px, 70vw); }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--sun); font-size: 14px; font-weight: 800; text-transform: uppercase; }
.hero h1, .intro-copy h2, .section-heading h2, .space-copy h2, .social-copy h2, .visit-main h2 {
  margin: 0; font-family: "Fraunces", Georgia, serif; font-weight: 500; line-height: 1.02;
}
.hero h1 { max-width: 760px; font-size: clamp(52px, 7vw, 100px); }
.hero-lede { max-width: 670px; margin: 28px 0 0; color: rgba(255,255,255,.9); font-size: 20px; line-height: 1.6; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; padding: 0 22px; border: 1px solid transparent; }
.button-primary { color: var(--ink); background: var(--sun); }
.button-secondary { color: var(--white); background: rgba(16,24,21,.35); border-color: rgba(255,255,255,.55); }
.button-light { color: var(--forest-deep); background: var(--cream-soft); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.56); }
.button-dark { color: var(--white); background: var(--forest-deep); }
.hero-facts {
  position: absolute; z-index: 2; right: 5vw; bottom: 42px;
  display: flex; gap: 22px; color: rgba(255,255,255,.9); font-size: 14px; font-weight: 600;
}
.hero-facts span { display: inline-flex; align-items: center; gap: 8px; }
.hero-facts svg { width: 19px; color: var(--sun); }
.hero-note { position: absolute; z-index: 2; left: 5vw; bottom: 26px; margin: 0; color: rgba(255,255,255,.56); font-size: 11px; }

.trust-band { display: grid; grid-template-columns: repeat(4, 1fr); color: var(--white); background: var(--forest); }
.trust-band div { min-height: 116px; padding: 25px 5vw; display: grid; align-content: center; gap: 5px; border-right: 1px solid rgba(255,255,255,.18); }
.trust-band strong { color: var(--sun); font-size: 23px; }
.trust-band span { font-size: 15px; font-weight: 600; }

.section-inner { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.intro-section { padding: 110px 0; background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; align-items: center; }
.intro-image { aspect-ratio: 1 / 1; overflow: hidden; box-shadow: var(--shadow); }
.intro-image img { width: 100%; height: 100%; object-fit: cover; }
.intro-copy h2, .section-heading h2, .space-copy h2, .social-copy h2, .visit-main h2 { font-size: clamp(42px, 5vw, 72px); }
.intro-copy p:not(.section-kicker) { margin: 27px 0 0; max-width: 650px; font-size: 19px; }
.text-link { margin-top: 26px; display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-weight: 800; text-decoration: none; }

.favourites-section { padding: 110px 0 120px; background: var(--cream-soft); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; }
.section-heading > p { margin: 0 0 5px; font-size: 17px; }
.favourite-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.favourite-item { min-height: 310px; padding: 32px 26px; border-right: 1px solid var(--line); }
.favourite-item:last-child { border-right: 0; }
.favourite-item > span { color: var(--coral); font-size: 21px; font-weight: 800; }
.favourite-item svg { width: 31px; height: 31px; margin: 42px 0 24px; color: var(--forest); }
.favourite-item h3 { margin: 0; font-family: "Fraunces", Georgia, serif; font-size: 28px; line-height: 1.15; }
.favourite-item p { margin: 15px 0 0; color: rgba(29,42,37,.74); }
.food-gallery { margin-top: 78px; display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: 430px 250px; gap: 18px; }
.food-gallery figure { position: relative; margin: 0; overflow: hidden; background: var(--coffee); }
.food-gallery .gallery-tall { grid-row: 1 / 3; }
.food-gallery img { width: 100%; height: 100%; object-fit: cover; }
.food-gallery .gallery-wide img { object-position: center; }
.food-gallery figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 20px; display: grid; color: var(--white); background: rgba(16,26,22,.82); }
.food-gallery figcaption strong { font-size: 17px; }
.food-gallery figcaption span { color: rgba(255,255,255,.76); font-size: 13px; }

.space-section { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 720px; background: var(--aqua); }
.space-photo { min-height: 620px; }
.space-photo img { width: 100%; height: 100%; object-fit: cover; }
.space-copy { padding: 90px 7vw; align-self: center; }
.space-copy > p:not(.section-kicker) { margin: 26px 0 0; font-size: 18px; }
.feature-list { margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { padding: 22px 0; display: grid; grid-template-columns: 27px 1fr; gap: 15px; border-bottom: 1px solid var(--line); }
.feature-list svg { width: 24px; color: var(--forest); }
.feature-list strong { display: block; margin-bottom: 2px; }

.social-band { display: grid; grid-template-columns: .88fr 1.12fr; color: var(--white); background: var(--coral-dark); }
.social-copy { padding: 95px 8vw; align-self: center; }
.social-copy > p:not(.section-kicker) { margin: 26px 0 0; font-size: 18px; }
.social-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.social-copy small { margin-top: 18px; display: block; color: rgba(255,255,255,.65); }
.social-photo { min-height: 620px; }
.social-photo img { width: 100%; height: 100%; object-fit: cover; }

.visit-section { padding: 8px 0 32px; background: #d8cfb4; }
.visit-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 5vw; }
.visit-main > p:not(.section-kicker) { margin: 18px 0 0; font-size: 19px; }
.visit-actions { margin-top: auto; padding-top: 20px; display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.map-preview { position: relative; margin-top: 24px; display: block; aspect-ratio: 1.65 / 1; overflow: hidden; box-shadow: var(--shadow); }
.map-preview img { width: 100%; height: 100%; object-fit: cover; }
.map-preview > span { position: absolute; left: 16px; bottom: 16px; padding: 10px 13px; display: inline-flex; align-items: center; gap: 8px; color: var(--white); background: var(--forest-deep); font-size: 13px; font-weight: 700; }
.map-preview svg { width: 17px; }
.visit-details { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.detail-block { padding: 20px 0; display: grid; grid-template-columns: 30px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.detail-block > svg { width: 25px; color: var(--forest); }
.detail-block h3 { margin: 0 0 10px; font-size: 23px; }
.detail-block p { margin: 0; font-size: 17px; }
.detail-block p:has(span) { display: flex; justify-content: space-between; gap: 16px; }
.detail-block small { margin-top: 8px; display: block; color: rgba(29,42,37,.68); }
.detail-block a { font-weight: 800; }

.site-footer { padding: 42px 5vw 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; color: rgba(255,255,255,.72); background: var(--forest-deep); font-size: 13px; }
.site-footer div { display: grid; }
.site-footer strong { color: var(--white); font-family: "Fraunces", Georgia, serif; font-size: 22px; }
.site-footer p { margin: 0; }
.mobile-actions { display: none; }

@media (hover: hover) {
  .button, .nav-cta, .text-link, .map-preview { transition: transform .18s ease, opacity .18s ease, background-color .18s ease; }
  .button:hover, .nav-cta:hover { transform: translateY(-2px); }
  .text-link:hover { opacity: .7; }
  .map-preview:hover { transform: translateY(-3px); }
}

@media (max-width: 900px) {
  .site-header { height: 70px; }
  .menu-button { display: grid; }
  .site-nav { position: fixed; top: 106px; left: 16px; right: 16px; padding: 24px; display: none; align-items: stretch; flex-direction: column; gap: 0; color: var(--ink); background: var(--cream-soft); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .site-nav .nav-cta { margin-top: 12px; padding: 0 15px; color: var(--white); background: var(--forest); border-bottom: 0; }
  .hero { min-height: 760px; padding: 135px 24px 150px; align-items: flex-end; }
  .hero-content { width: 100%; }
  .hero-facts { left: 24px; right: 24px; bottom: 60px; flex-wrap: wrap; gap: 10px 18px; }
  .hero-note { left: 24px; bottom: 22px; }
  .trust-band { grid-template-columns: repeat(2, 1fr); }
  .trust-band div:nth-child(2) { border-right: 0; }
  .trust-band div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .intro-grid, .section-heading, .space-section, .social-band, .visit-grid { grid-template-columns: 1fr; }
  .intro-grid { gap: 58px; }
  .intro-image { max-width: 650px; }
  .section-heading { gap: 26px; }
  .favourite-grid { grid-template-columns: repeat(2, 1fr); }
  .favourite-item:nth-child(2) { border-right: 0; }
  .favourite-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .space-photo, .social-photo { min-height: 520px; }
  .social-photo { order: -1; }
  .site-footer { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body { padding-bottom: 68px; }
  .concept-strip { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .concept-strip span { display: none; }
  .site-header { padding: 0 18px; }
  .brand-copy strong { font-size: 17px; }
  .hero { min-height: 710px; padding: 124px 20px 164px; background-position: 56% center; }
  .hero-overlay { background: rgba(16,26,22,.72); }
  .hero h1 { font-size: 52px; }
  .hero-lede { margin-top: 20px; font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-facts { bottom: 64px; font-size: 12px; }
  .hero-note { bottom: 18px; font-size: 9px; }
  .trust-band div { min-height: 100px; padding: 20px 18px; }
  .trust-band strong { font-size: 21px; }
  .trust-band span { font-size: 13px; }
  .section-inner { width: min(100% - 32px, 1180px); }
  .intro-section, .favourites-section, .visit-section { padding: 74px 0; }
  .intro-copy h2, .section-heading h2, .space-copy h2, .social-copy h2, .visit-main h2 { font-size: 42px; }
  .intro-copy p:not(.section-kicker), .visit-main > p:not(.section-kicker) { font-size: 17px; }
  .favourite-grid { grid-template-columns: 1fr; margin-top: 46px; }
  .favourite-item { min-height: 0; padding: 28px 8px; border-right: 0; border-bottom: 1px solid var(--line); }
  .favourite-item:last-child { border-bottom: 0; }
  .favourite-item svg { margin: 24px 0 16px; }
  .food-gallery { margin-top: 50px; grid-template-columns: 1fr; grid-template-rows: repeat(3, 390px); }
  .food-gallery .gallery-tall { grid-row: auto; }
  .food-gallery .gallery-wide { height: 270px; }
  .space-photo, .social-photo { min-height: 410px; }
  .space-copy, .social-copy { padding: 68px 22px; }
  .social-actions { flex-direction: column; }
  .visit-grid { gap: 54px; }
  .visit-actions { margin-top: 0; padding-top: 22px; align-items: stretch; flex-direction: column; }
  .visit-actions .text-link { justify-content: center; margin-top: 0; min-height: 50px; }
  .map-preview { aspect-ratio: 1 / .9; }
  .detail-block p:has(span) { flex-direction: column; gap: 2px; }
  .site-footer { padding: 38px 20px 36px; }
  .mobile-actions { position: fixed; z-index: 30; left: 0; right: 0; bottom: 0; height: 68px; display: grid; grid-template-columns: repeat(3, 1fr); color: var(--white); background: var(--forest-deep); box-shadow: 0 -8px 28px rgba(16,56,47,.2); }
  .mobile-actions a { display: grid; place-content: center; justify-items: center; gap: 3px; text-decoration: none; font-size: 11px; font-weight: 700; border-right: 1px solid rgba(255,255,255,.15); }
  .mobile-actions a:last-child { border-right: 0; }
  .mobile-actions svg { width: 19px; height: 19px; color: var(--sun); }
}

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