:root {
  --red: #c91724;
  --yellow: #f2c52b;
  --cream: #f5edd5;
  --light: #eef4ff;
  --text: #0b0b0b;
  --white: #ffffff;
  --blue: #1f4da2;
  --teal: #145d57;
  --shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "League Spartan", sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.topbar-inner {
  max-width: 1365px;
  margin: 0 auto;
  padding: 14px 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  font-size: 18px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-self: start;
}

.brand-mark-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(145deg, #111 0%, #2d2d2d 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.05em;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}

.brand-mark-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-mark-text strong {
  font-size: 18px;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.02em;
}

.brand-mark-text small {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #8a8f98;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.nav-toggle-label {
  display: none;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.95);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.nav-toggle-label span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #111;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.03);
  border: 1px solid rgba(17, 17, 17, 0.04);
  width: fit-content;
  justify-self: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.main-nav a {
  color: #616b79;
  padding: 12px 18px 11px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, letter-spacing 0.2s ease;
}

.main-nav a:hover {
  background: rgba(0, 0, 0, 0.045);
  color: #111;
  transform: translateY(-1px);
}

.main-nav a.active {
  background: #111;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  padding: 14px 20px 12px;
  border-radius: 999px;
  background: #d31928;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.nav-cta:hover {
  transform: translateY(-1px);
  background: #bb1220;
}

.container {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
}

.section {
  padding: 64px 0;
}

.section-light {
  background: linear-gradient(180deg, #edf4ff 0%, #f8fbff 100%);
}

.section-red {
  background: var(--red);
  color: var(--white);
}

.section-yellow {
  background: linear-gradient(180deg, #f6ca36 0%, #efbc12 100%);
  padding-top: 52px;
  padding-bottom: 42px;
}

.section-cream {
  background: linear-gradient(180deg, #f8f2df 0%, #f2e8ca 100%);
}

.faq-section {
  padding-top: 54px;
  padding-bottom: 54px;
  position: relative;
  background:
    radial-gradient(circle at 16% 18%, rgba(242, 197, 43, 0.2), transparent 22%),
    radial-gradient(circle at 88% 84%, rgba(31, 77, 162, 0.1), transparent 18%),
    linear-gradient(180deg, #f8f2df 0%, #f2e8ca 100%);
  overflow: hidden;
}

.faq-section::before {
  content: "";
  position: absolute;
  top: 34px;
  right: 64px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(139, 100, 53, 0.12);
  border-radius: 50%;
}

.faq-section::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 36px;
  width: 74px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #bc8854, #6f4726);
  transform: translateX(-50%);
}

.hero {
  min-height: 640px;
  display: flex;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 42px;
  background:
    radial-gradient(circle at 15% 20%, rgba(242, 197, 43, 0.16), transparent 24%),
    radial-gradient(circle at 85% 18%, rgba(31, 77, 162, 0.14), transparent 24%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 10px;
}

.hero-copy h1 {
  margin: 0 0 56px;
  font-size: clamp(58px, 5.6vw, 72px);
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: -0.045em;
  max-width: 700px;
}

.hero-copy p {
  margin: 0 0 56px;
  font-size: clamp(28px, 2vw, 42px);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.hero-image-wrap {
  display: flex;
  justify-content: flex-end;
}

.hero-image {
  width: min(100%, 610px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  box-shadow: none;
  transform: translateX(-8px);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 16px 28px 14px;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 700;
}

.btn-red {
  color: var(--white);
  background: #d31928;
}

.btn-black {
  color: var(--white);
  background: #050505;
}

.btn.square {
  min-width: 178px;
  border-radius: 0;
  padding: 16px 20px 14px;
  font-size: 16px;
}

.split-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 595px;
}

.split-media img,
.info-media img,
.menu-card img {
  height: 100%;
  object-fit: cover;
}

.split-copy {
  background: linear-gradient(180deg, #cf1627 0%, #b20f1e 100%);
  color: var(--white);
  display: flex;
  align-items: center;
}

.split-copy-inner {
  max-width: 620px;
  padding: 50px 70px 50px 90px;
}

.split-copy h2 {
  margin: 0 0 26px;
  font-size: clamp(42px, 4vw, 66px);
  line-height: 1;
  font-weight: 800;
}

.split-copy p {
  margin: 0 0 34px;
  font-size: 28px;
  line-height: 1.15;
}

.title-block {
  text-align: center;
  margin-bottom: 46px;
}

.title-block h2 {
  margin: 0 0 16px;
  font-size: clamp(54px, 5vw, 80px);
  line-height: 0.95;
  font-weight: 800;
}

.title-block p {
  margin: 0;
  font-size: 28px;
}

.title-white h2,
.title-white p {
  color: var(--white);
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  max-width: 1080px;
  margin: 0 auto;
}

.offer-card {
  background: linear-gradient(180deg, #ffffff 0%, #fff7df 100%);
  border-radius: 26px;
  min-height: 350px;
  padding: 22px 18px 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.offer-card img {
  width: 82%;
  max-width: 250px;
  height: 195px;
  margin: 14px auto 10px;
  object-position: center;
  object-fit: contain;
}

.offer-card h3 {
  margin: 0;
  padding-bottom: 20px;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.chev {
  display: inline-block;
  margin-top: 8px;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(180deg, #145d57 0%, #0f4b46 100%);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.testimonial-card {
  text-align: center;
  padding: 18px 12px;
}

.testimonial-card img {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 18px;
}

.testimonial-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 700;
}

.testimonial-card p {
  max-width: 320px;
  margin: 0 auto 14px;
  font-size: 16px;
  line-height: 1.3;
}

.stars {
  color: #ffd94a;
  font-size: 28px;
  letter-spacing: 2px;
}

.testimonials .title-block h2 {
  font-size: clamp(44px, 4vw, 62px);
  margin-bottom: 10px;
}

.section-coffee {
  position: relative;
  padding-top: 54px;
  padding-bottom: 54px;
  background:
      linear-gradient(90deg, rgba(31, 77, 162, 0.12) 0, rgba(31, 77, 162, 0.06) 6%, transparent 12%),
      radial-gradient(circle at 20% 18%, rgba(242, 197, 43, 0.16) 0, rgba(255, 255, 255, 0.18) 32%, transparent 48%),
      linear-gradient(180deg, #e9f2ff 0%, #dce9ff 100%);
  overflow: hidden;
}

.section-coffee::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background: linear-gradient(180deg, #d7c0a7 0%, #b58c65 100%);
}

.section-coffee::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  width: 84px;
  background:
    linear-gradient(90deg, rgba(77, 62, 50, 0.16), rgba(77, 62, 50, 0.02)),
    linear-gradient(180deg, #f2ece6, #faf7f3);
  border-right: 1px solid rgba(120, 100, 82, 0.1);
}

.info-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: center;
}

.info-grid-wide {
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
}

.info-copy h2,
.faq-copy h2,
.menu-intro h2,
.contact-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(42px, 4.6vw, 70px);
  line-height: 1.02;
  font-weight: 400;
}

.info-copy p,
.faq-copy p,
.contact-copy p {
  margin: 0 0 28px;
  font-size: 28px;
  line-height: 1.12;
}

.section-coffee .info-copy {
  padding-left: 76px;
  max-width: 545px;
  position: relative;
  z-index: 1;
}

.section-coffee .info-copy h2 {
  margin-bottom: 26px;
  font-size: clamp(32px, 3.45vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  max-width: 400px;
  font-weight: 400;
}

.section-coffee .info-copy p {
  margin-bottom: 30px;
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 1.2;
  max-width: 470px;
}

.section-coffee .info-media {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.info-media img {
  width: 100%;
  max-height: 540px;
}

.faq-section .info-grid {
  grid-template-columns: 0.88fr 1.12fr;
  gap: 54px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.faq-section .info-media {
  position: relative;
}

.faq-section .info-media::before {
  content: "";
  position: absolute;
  inset: -18px 18px 18px -18px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(188, 136, 84, 0.16), rgba(255, 255, 255, 0.25));
}

.faq-section .info-media img {
  width: min(100%, 520px);
  height: 560px;
  max-height: none;
  position: relative;
  z-index: 1;
  border-radius: 24px;
  box-shadow: 0 24px 42px rgba(84, 63, 39, 0.12);
}

.faq-copy {
  max-width: 680px;
  padding: 28px 32px 20px;
  margin-top: 4px;
  border-radius: 28px;
  background: rgba(255, 252, 245, 0.78);
  border: 1px solid rgba(132, 103, 75, 0.08);
  box-shadow: 0 16px 36px rgba(101, 77, 52, 0.08);
  backdrop-filter: blur(8px);
}

.faq-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(28px, 3.1vw, 46px);
  line-height: 1.1;
  letter-spacing: -0.035em;
  max-width: 520px;
}

.faq-copy > p:first-of-type {
  max-width: 640px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(117, 88, 62, 0.12);
}

.faq-copy p {
  margin: 0 0 22px;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.28;
  max-width: 660px;
}

.section-coffee .info-media img {
  width: min(100%, 472px);
  height: 472px;
  max-height: none;
  object-position: center;
  box-shadow: 0 12px 32px rgba(71, 49, 33, 0.08);
}

.plant-decor {
  position: absolute;
  right: 22px;
  bottom: 8px;
  width: 118px;
  height: 290px;
  background:
    radial-gradient(circle at 50% 14%, rgba(242, 197, 43, 0.88), transparent 16%),
    radial-gradient(circle at 28% 48%, rgba(31, 77, 162, 0.2), transparent 32%),
    linear-gradient(180deg, rgba(16, 89, 82, 0.92) 0%, rgba(9, 64, 58, 0.98) 100%);
  border-radius: 80px 80px 0 0;
  pointer-events: none;
  opacity: 0.78;
  filter: blur(0.2px);
}

.faq-copy h3 {
  margin: 28px 0 20px;
  font-size: 18px;
  font-weight: 700;
  color: #2e2117;
  letter-spacing: -0.02em;
}

.menu-grid {
  display: grid;
  gap: 26px;
  align-items: stretch;
}

.menu-grid-feature {
  grid-template-columns: 250px 268px 268px 268px;
  justify-content: space-between;
}

.menu-grid-four {
  grid-template-columns: repeat(4, 1fr);
}

.menu-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 8px;
}

.menu-intro h2 {
  font-family: "Abril Fatface", serif;
  font-size: clamp(62px, 5vw, 88px);
  line-height: 0.88;
  margin-bottom: 44px;
  max-width: 240px;
}

.menu-card {
  border-radius: 20px;
  overflow: hidden;
  background: var(--white);
  box-shadow: none;
  border: 2px solid rgba(20, 93, 87, 0.12);
}

.menu-card.tall img {
  height: 352px;
}

.menu-grid-four .menu-card img {
  height: 354px;
}

.menu-card-copy {
  text-align: center;
  padding: 24px 20px 28px;
}

.menu-card-copy.white {
  background: linear-gradient(180deg, #fffdf7 0%, #fff3c8 100%);
}

.menu-card-copy.yellow {
  background: linear-gradient(180deg, #f7cf3b 0%, #efbd12 100%);
}

.menu-card-copy h3 {
  margin: 0 0 10px;
  font-family: "Abril Fatface", serif;
  font-size: 26px;
  line-height: 1.02;
  font-weight: 400;
}

.menu-card-copy p {
  margin: 0;
  font-size: 18px;
  line-height: 1.15;
}

.poster-title h2 {
  font-size: clamp(42px, 4vw, 62px);
}

.poster-title p {
  max-width: 760px;
  margin: 0 auto;
}

.poster-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.poster-card {
  overflow: hidden;
  border-radius: 24px;
  background: #fffdf8;
  border: 2px solid rgba(20, 93, 87, 0.1);
  box-shadow: 0 18px 40px rgba(53, 43, 31, 0.08);
}

.poster-card img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
}

.poster-copy {
  padding: 18px 18px 22px;
  background: linear-gradient(180deg, #fffaf0 0%, #f7edd0 100%);
}

.poster-copy h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 800;
}

.poster-copy p {
  margin: 0;
  font-size: 17px;
  line-height: 1.25;
}

.matched-menu-section,
.matched-closeups-section {
  padding: 72px 0;
  background:
    radial-gradient(circle at top left, rgba(244, 198, 53, 0.14), transparent 24%),
    linear-gradient(180deg, #f8f5ea 0%, #f2ead4 100%);
}

.matched-sets-section {
  padding: 72px 0;
  background:
    radial-gradient(circle at top right, rgba(244, 198, 53, 0.16), transparent 22%),
    linear-gradient(180deg, #fff8e5 0%, #f8eed0 100%);
}

.matched-eyebrow {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 14px 6px;
  border-radius: 999px;
  background: rgba(15, 94, 89, 0.1);
  color: #0f5e59;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.matched-section-head {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: end;
  margin-bottom: 30px;
}

.matched-section-head h2 {
  margin: 0 0 18px;
  font-family: "Abril Fatface", serif;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #0f203f;
}

.matched-section-head p {
  max-width: 680px;
  margin: 0;
  font-size: 22px;
  line-height: 1.22;
  color: #304449;
}

.matched-section-head-center {
  display: block;
  text-align: center;
}

.matched-section-head-center .matched-eyebrow {
  margin-left: auto;
  margin-right: auto;
}

.matched-section-head-center h2 {
  white-space: nowrap;
}

.matched-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.matched-card,
.matched-set-card {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 50px rgba(9, 28, 48, 0.16);
}

.matched-card img {
  height: 260px;
  object-fit: cover;
}

.matched-card-body {
  padding: 18px 18px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fbf2d9 100%);
}

.matched-card-body h3,
.matched-set-copy h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 800;
  color: #102a2d;
}

.matched-card-body p,
.matched-set-copy p {
  margin: 0;
  font-size: 17px;
  line-height: 1.28;
  color: #40565b;
}

.matched-set-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.matched-set-card img {
  height: 320px;
  object-fit: cover;
}

.matched-set-copy {
  padding: 20px 20px 22px;
  background: linear-gradient(180deg, #fffef8 0%, #fff3c7 100%);
}

.contact-section {
  padding: 0;
  min-height: 600px;
  background:
    linear-gradient(90deg, rgba(15, 61, 116, 0.86) 0%, rgba(15, 61, 116, 0.86) 49%, rgba(15, 61, 116, 0.18) 60%, rgba(15, 61, 116, 0.18) 100%),
    url("assets/WhatsApp Image 2026-04-02 at 6.42.16 PM.jpeg") center/cover no-repeat;
}

.contact-overlay {
  min-height: 600px;
  display: flex;
  align-items: center;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
}

.contact-copy {
  color: var(--white);
  max-width: 470px;
  padding: 40px 0;
}

.contact-copy strong {
  display: inline-block;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
}

.footer {
  background: #111;
  color: #ddd;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  font-size: 18px;
}

@media (max-width: 1100px) {
  .container {
    width: min(100%, calc(100% - 40px));
  }

  .topbar-inner {
    grid-template-columns: auto 1fr;
    gap: 16px;
  }

  .nav-cta {
    grid-column: 1 / -1;
    justify-self: end;
  }

  .hero-grid,
  .info-grid,
  .offer-grid,
  .testimonial-grid,
  .split-banner {
    grid-template-columns: 1fr;
  }

  .menu-grid-feature,
  .menu-grid-four,
  .poster-grid,
  .matched-card-grid,
  .matched-set-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-intro {
    grid-column: 1 / -1;
    align-items: center;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-intro h2 {
    max-width: none;
    margin-bottom: 28px;
  }

  .faq-section .info-grid,
  .info-grid-wide {
    gap: 32px;
  }

  .hero-image {
    max-width: 520px;
    transform: none;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-copy h1,
  .hero-copy p {
    max-width: none;
  }

  .hero-image-wrap,
  .section-coffee .info-media {
    justify-content: center;
  }

  .split-banner {
    min-height: auto;
  }

  .split-media img {
    min-height: 360px;
  }

  .split-copy-inner {
    max-width: none;
    padding: 44px 34px;
  }

  .offer-grid {
    max-width: 760px;
  }

  .offer-card {
    min-height: 320px;
  }

  .faq-copy,
  .section-coffee .info-copy {
    max-width: none;
  }

  .plant-decor {
    opacity: 0.9;
    right: 8px;
  }
}

@media (max-width: 720px) {
  .topbar-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    padding: 12px 14px;
    position: relative;
  }

  .brand-mark {
    justify-content: flex-start;
  }

  .brand-mark-text {
    display: none;
  }

  .nav-toggle-label {
    display: inline-flex;
    justify-self: end;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #eef5ff;
    border-color: rgba(86, 128, 190, 0.18);
    box-shadow: 0 10px 22px rgba(90, 130, 188, 0.14);
  }

  .nav-toggle-label span {
    background: #2f5f9a;
  }

  .main-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    padding: 8px 0;
    border-radius: 0 0 18px 18px;
    background: linear-gradient(180deg, #f3f8ff 0%, #e5efff 100%);
    border: 1px solid rgba(86, 128, 190, 0.16);
    box-shadow: 0 16px 30px rgba(90, 130, 188, 0.16);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    z-index: 60;
    overflow: hidden;
  }

  .main-nav a {
    width: 100%;
    text-align: left;
    padding: 16px 18px 15px;
    font-size: 16px;
    color: #264b79;
    border-radius: 0;
    border-bottom: 1px solid rgba(86, 128, 190, 0.12);
  }

  .nav-cta {
    display: none;
  }

  .nav-toggle:checked ~ .main-nav {
    display: flex;
    margin-top: 0;
    justify-self: stretch;
  }

  .nav-toggle:checked ~ .nav-cta {
    display: inline-flex;
    grid-column: 1 / -1;
    justify-self: center;
    margin-top: 12px;
    width: calc(100% - 8px);
    max-width: none;
    justify-content: center;
    border-radius: 16px;
  }

  .main-nav a:hover,
  .main-nav a.active {
    background: rgba(95, 145, 214, 0.14);
    color: #123f72;
    box-shadow: none;
  }

  .nav-toggle:checked + .nav-toggle-label span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle:checked + .nav-toggle-label span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle:checked + .nav-toggle-label span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .container {
    width: min(100%, calc(100% - 24px));
  }

  .section {
    padding: 40px 0;
  }

  .hero {
    min-height: auto;
    padding-top: 18px;
    padding-bottom: 28px;
  }

  .hero-grid {
    gap: 22px;
  }

  .hero-copy h1 {
    margin-bottom: 24px;
    font-size: clamp(40px, 12vw, 54px);
    line-height: 0.98;
  }

  .hero-copy p {
    margin-bottom: 26px;
    font-size: 22px;
  }

  .hero-image {
    width: min(100%, 360px);
  }

  .hero-copy p,
  .title-block p,
  .split-copy p,
  .info-copy p,
  .faq-copy p,
  .menu-card-copy p,
  .testimonial-card p,
  .contact-copy p,
  .matched-section-head p {
    font-size: 18px;
  }

  .btn {
    min-width: 180px;
    padding: 15px 22px;
    font-size: 18px;
  }

  .btn.square {
    min-width: 164px;
    font-size: 15px;
  }

  .title-block {
    margin-bottom: 32px;
  }

  .title-block h2,
  .testimonials .title-block h2 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1;
  }

  .offer-grid,
  .testimonial-grid,
  .menu-grid-feature,
  .menu-grid-four,
  .poster-grid,
  .matched-card-grid,
  .matched-set-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .info-grid,
  .info-grid-wide,
  .faq-section .info-grid {
    grid-template-columns: 1fr !important;
    gap: 22px;
  }

  .offer-card {
    min-height: auto;
    padding: 20px 16px 18px;
  }

  .offer-card img {
    max-width: 210px;
    height: 150px;
  }

  .offer-card h3,
  .testimonial-card h3 {
    font-size: 22px;
  }

  .testimonial-card {
    padding: 10px 8px 16px;
  }

  .testimonial-card img {
    width: 104px;
    height: 104px;
    margin-bottom: 14px;
  }

  .testimonial-card p {
    max-width: 280px;
    margin-bottom: 12px;
    font-size: 15px;
  }

  .stars {
    font-size: 22px;
  }

  .section-coffee,
  .faq-section,
  .section-yellow,
  .matched-menu-section,
  .matched-sets-section,
  .matched-closeups-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .section-coffee .info-copy {
    padding-left: 10px;
  }

  .contact-section,
  .contact-overlay {
    min-height: 460px;
  }

  .section-coffee .info-copy h2,
  .faq-copy h2,
  .split-copy h2,
  .menu-intro h2,
  .contact-copy h2,
  .matched-section-head h2 {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.05;
  }

  .section-coffee .info-copy p,
  .faq-copy p {
    font-size: 16px;
    line-height: 1.35;
  }

  .faq-section .info-media,
  .section-coffee .info-media {
    order: 1;
  }

  .faq-copy,
  .section-coffee .info-copy {
    order: 2;
  }

  .section-coffee .info-media img {
    width: 100%;
    height: auto;
  }

  .faq-section::before,
  .faq-section::after {
    display: none;
  }

  .faq-section .info-media::before {
    inset: -10px 10px 10px -10px;
    border-radius: 20px;
  }

  .faq-section .info-media img {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: 280px;
  }

  .faq-copy {
    padding: 22px 18px 16px;
    border-radius: 20px;
    margin-top: 0;
  }

  .faq-copy h3 {
    font-size: 17px;
  }

  .menu-card.tall img,
  .menu-grid-four .menu-card img {
    height: 280px;
  }

  .menu-card-copy {
    padding: 20px 16px 22px;
  }

  .menu-card-copy h3 {
    font-size: 22px;
  }

  .menu-card-copy p {
    font-size: 16px;
  }

  .poster-copy {
    padding: 16px 16px 18px;
  }

  .poster-copy h3 {
    font-size: 21px;
  }

  .poster-copy p {
    font-size: 15px;
  }

  .matched-card img,
  .matched-set-card img {
    height: auto;
  }

  .matched-card-body,
  .matched-set-copy {
    padding: 16px 16px 18px;
  }

  .matched-card-body h3,
  .matched-set-copy h3 {
    font-size: 21px;
  }

  .matched-card-body p,
  .matched-set-copy p {
    font-size: 15px;
  }

  .contact-copy {
    max-width: 320px;
    padding: 34px 0;
  }

  .contact-copy strong {
    font-size: 22px;
  }

  .plant-decor {
    display: none;
  }

  .section-coffee::before {
    display: none;
  }

  .footer-inner {
    flex-direction: column;
    font-size: 15px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .brand-mark-circle {
    width: 46px;
    height: 46px;
    font-size: 16px;
  }

  .main-nav a {
    padding: 11px 12px 10px;
    font-size: 14px;
  }

  .hero-copy h1 {
    font-size: 36px;
  }

  .hero-copy p {
    font-size: 20px;
  }

  .split-copy-inner {
    padding: 48px 20px;
  }

  .split-copy p,
  .title-block p {
    font-size: 17px;
  }

  .offer-card img {
    max-width: 180px;
    height: 130px;
  }

  .testimonial-card h3,
  .offer-card h3 {
    font-size: 20px;
  }

  .section-coffee .info-copy h2,
  .faq-copy h2,
  .menu-intro h2,
  .contact-copy h2 {
    font-size: 28px;
  }

  .menu-card.tall img,
  .menu-grid-four .menu-card img {
    height: 240px;
  }

  .section {
    padding: 34px 0;
  }
}
