:root {
  --ink: #17383f;
  --ink-soft: #45646a;
  --cream: #fff8ef;
  --paper: #fffdf9;
  --coral: #ef684c;
  --coral-dark: #d94e34;
  --sun: #f4c95d;
  --mint: #bcded3;
  --aqua: #d9efea;
  --line: rgba(23, 56, 63, 0.14);
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
.container.is-max-desktop { max-width: 1180px !important; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 30; padding: 1rem 1.5rem; }
.navbar, .navbar-menu { background: transparent !important; }
.navbar-item { color: var(--ink); font-weight: 700; }
.navbar-end > .navbar-item:not(:last-child) { margin-right: 0.35rem; }
.brand { gap: 0.7rem; padding-left: 0; }
.brand-mark {
  align-items: center; background: var(--coral); border-radius: 50%; color: white; display: inline-flex;
  font-size: 1.7rem; font-weight: 900; height: 48px; justify-content: center; position: relative;
  transform: rotate(-7deg); width: 48px;
}
.brand-mark::after {
  border: 2px solid var(--sun); border-radius: 50%; content: ""; height: 48px; left: 6px;
  position: absolute; top: 3px; width: 48px;
}
.brand-mark span { position: relative; z-index: 1; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { color: var(--ink); font-size: 1.12rem; letter-spacing: 0.08em; }
.brand-copy small { color: var(--ink-soft); font-size: 0.72rem; letter-spacing: 0.08em; margin-top: 0.3rem; text-transform: uppercase; }

.button.is-cbbn {
  background: var(--coral); border-color: transparent; box-shadow: 0 8px 24px rgba(217, 78, 52, 0.2);
  color: white; font-weight: 800; padding-inline: 1.45rem;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
.button.is-cbbn:hover, .button.is-cbbn:focus {
  background: var(--coral-dark); color: white; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(217, 78, 52, 0.28);
}
.button.is-quiet { background: rgba(255,255,255,0.58); border-color: var(--line); color: var(--ink); font-weight: 800; }
.button.is-quiet:hover { background: white; border-color: rgba(23,56,63,.28); color: var(--ink); }

.hero-section {
  background: var(--cream); min-height: 760px; overflow: hidden; padding: 10.5rem 1.5rem 6.5rem; position: relative;
}
.hero-section::after {
  background-image: radial-gradient(rgba(23,56,63,.1) 1px, transparent 1px); background-size: 18px 18px;
  content: ""; height: 150px; left: -24px; opacity: .55; position: absolute; top: 42%; width: 160px;
}
.hero-blob { border-radius: 999px; filter: blur(1px); position: absolute; }
.hero-blob-one { background: var(--aqua); height: 410px; right: -180px; top: -120px; width: 520px; }
.hero-blob-two { background: rgba(244,201,93,.24); bottom: -160px; height: 340px; left: 27%; width: 340px; }
.hero-section .container { position: relative; z-index: 2; }
.eyebrow {
  align-items: center; color: var(--coral-dark); display: flex; font-size: 0.78rem; font-weight: 900;
  gap: .65rem; letter-spacing: .16em; margin-bottom: 1.5rem; text-transform: uppercase;
}
.eyebrow span { background: var(--coral); border-radius: 99px; display: inline-block; height: 8px; width: 28px; }
.hero-title {
  color: var(--ink) !important; font-size: clamp(3.3rem, 6vw, 5.75rem) !important; font-weight: 900 !important;
  letter-spacing: -0.06em; line-height: 0.94 !important; margin-bottom: 1.7rem !important;
}
.hero-title em { color: var(--coral); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -0.045em; }
.hero-copy { color: var(--ink-soft); font-size: 1.23rem; line-height: 1.65; max-width: 35rem; }
.hero-buttons { margin-top: 2.25rem; }
.hero-buttons .button { margin-right: .55rem; min-height: 3.25rem; }
.hero-reassurance { color: var(--ink-soft); font-size: .84rem; font-weight: 700; margin-top: 1.15rem; }
.hero-reassurance span { color: var(--coral); }

.hero-visual { margin: 2rem 0 0 2rem; position: relative; }
.image-frame {
  background: var(--mint); border-radius: 52% 48% 42% 58% / 45% 50% 50% 55%;
  box-shadow: 0 28px 70px rgba(23,56,63,.18); height: 475px; overflow: hidden; position: relative; transform: rotate(1.2deg);
}
.image-frame::after { background: linear-gradient(180deg, transparent 55%, rgba(23,56,63,.17)); content: ""; inset: 0; position: absolute; }
.image-frame img { height: 100%; object-fit: cover; object-position: 54% center; width: 100%; }
.next-meeting-card {
  background: white; border: 1px solid rgba(23,56,63,.08); border-radius: 1.1rem; bottom: -2.4rem;
  box-shadow: 0 18px 50px rgba(23,56,63,.18); display: flex; flex-direction: column; left: -2rem;
  padding: 1.25rem 1.5rem; position: absolute; transform: rotate(-1.5deg); width: 300px; z-index: 3;
}
.meeting-label { color: var(--coral-dark); font-size: .7rem; font-weight: 900; letter-spacing: .13em; margin-bottom: .35rem; text-transform: uppercase; }
.next-meeting-card strong { color: var(--ink); font-size: 1rem; }
.next-meeting-card > span:not(.meeting-label) { color: var(--ink-soft); font-size: .86rem; margin-top: .15rem; }
.next-meeting-card a { color: var(--coral-dark); font-size: .82rem; font-weight: 900; margin-top: .75rem; }
.sun-stamp {
  align-items: center; background: var(--sun); border-radius: 50%; color: var(--ink); display: flex;
  font-family: Georgia, serif; font-size: 1.05rem; font-style: italic; font-weight: 700; height: 84px;
  justify-content: center; position: absolute; right: -15px; top: -28px; transform: rotate(10deg); width: 84px; z-index: 3;
}
.sun-stamp::before { border: 2px dashed rgba(23,56,63,.34); border-radius: 50%; content: ""; inset: 7px; position: absolute; }

.quick-facts { background: var(--ink); color: white; padding: 1.35rem 1.5rem; }
.quick-facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-facts-grid > div {
  align-items: center; border-right: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column;
  min-height: 48px; padding: 0 .8rem; text-align: center;
}
.quick-facts-grid > div:last-child { border-right: 0; }
.quick-facts-grid strong { color: white; font-size: 1.02rem; }
.quick-facts-grid span { color: rgba(255,255,255,.68); font-size: .78rem; margin-top: .1rem; }

.section { padding: 7rem 1.5rem; }
.welcome-section { background: var(--paper); }
.coffee-figure { margin: 0 1.5rem 0 0; position: relative; }
.coffee-figure::before { background: var(--mint); border-radius: 30px; content: ""; inset: 20px -18px -18px 20px; position: absolute; transform: rotate(2deg); }
.coffee-figure img { border-radius: 30px; display: block; min-height: 370px; object-fit: cover; position: relative; width: 100%; }
.coffee-figure figcaption {
  background: var(--sun); border-radius: 12px; bottom: -25px; color: var(--ink); font-family: Georgia, serif;
  font-size: 1rem; font-style: italic; font-weight: 700; left: -18px; padding: .8rem 1rem; position: absolute; transform: rotate(-2deg);
}
.section-title {
  color: var(--ink) !important; font-size: clamp(2.35rem, 4vw, 3.7rem) !important; font-weight: 900 !important;
  letter-spacing: -.045em; line-height: 1.02 !important; max-width: 680px;
}
.body-copy { color: var(--ink-soft); font-size: 1.05rem; line-height: 1.8; max-width: 680px; }
.text-link { color: var(--coral-dark); display: inline-block; font-weight: 900; margin-top: .8rem; }
.text-link:hover { color: var(--ink); }

.benefits-section { background: #edf7f4; }
.section-heading { margin-bottom: 3.2rem; max-width: 760px; }
.section-heading.is-centred { margin-inline: auto; text-align: center; }
.section-heading.is-centred .eyebrow { justify-content: center; }
.section-heading.is-centred .section-title { margin-inline: auto; }
.section-heading > p:last-child { color: var(--ink-soft); font-size: 1.05rem; line-height: 1.7; margin-inline: auto; max-width: 640px; }
.benefit-grid { display: grid; gap: 1.1rem; grid-template-columns: repeat(4, 1fr); }
.benefit-card {
  background: rgba(255,255,255,.78); border: 1px solid rgba(23,56,63,.08); border-radius: 22px;
  min-height: 290px; padding: 1.6rem; position: relative; transition: transform 180ms ease, box-shadow 180ms ease;
}
.benefit-card:nth-child(even) { transform: translateY(1.3rem); }
.benefit-card:hover { box-shadow: 0 18px 40px rgba(23,56,63,.1); transform: translateY(-4px); }
.benefit-card:nth-child(even):hover { transform: translateY(.9rem); }
.benefit-number {
  align-items: center; background: var(--sun); border-radius: 50%; color: var(--ink); display: flex;
  font-size: .78rem; font-weight: 900; height: 44px; justify-content: center; margin-bottom: 2.3rem; width: 44px;
}
.benefit-card h3 { color: var(--ink); font-size: 1.25rem; font-weight: 900; letter-spacing: -.02em; margin-bottom: .75rem; }
.benefit-card p { color: var(--ink-soft); font-size: .93rem; line-height: 1.7; }

.first-visit-section { background: var(--paper); }
.sticky-heading { position: sticky; top: 8.5rem; }
.sticky-heading .button { margin-top: 1.4rem; }
.steps-list { display: grid; gap: 1rem; }
.step-card {
  align-items: flex-start; background: var(--cream); border: 1px solid rgba(23,56,63,.08); border-radius: 20px;
  display: grid; gap: 1.25rem; grid-template-columns: 54px 1fr; padding: 1.55rem;
}
.step-card > span {
  align-items: center; background: var(--coral); border-radius: 50%; color: white; display: flex; font-family: Georgia, serif;
  font-size: 1.3rem; font-style: italic; font-weight: 700; height: 50px; justify-content: center; width: 50px;
}
.step-card h3 { color: var(--ink); font-size: 1.18rem; font-weight: 900; margin-bottom: .45rem; }
.step-card p { color: var(--ink-soft); font-size: .93rem; line-height: 1.65; }
.conversation-figure { border-radius: 24px; height: 285px; margin-top: 1rem; overflow: hidden; position: relative; }
.conversation-figure::after { background: linear-gradient(90deg, rgba(23,56,63,.78), transparent 68%); content: ""; inset: 0; position: absolute; }
.conversation-figure img { height: 100%; object-fit: cover; width: 100%; }
.conversation-figure figcaption {
  bottom: 1.5rem; color: white; font-family: Georgia, serif; font-size: 1.35rem; font-style: italic;
  font-weight: 700; left: 1.5rem; line-height: 1.15; max-width: 250px; position: absolute; z-index: 2;
}

.meeting-section { background: var(--cream); overflow: hidden; }
.meeting-panel {
  align-items: center; background: var(--ink); border-radius: 32px; box-shadow: 0 28px 70px rgba(23,56,63,.18);
  color: white; display: grid; gap: 2.5rem; grid-template-columns: 140px 1fr 250px; overflow: hidden;
  padding: 3rem; position: relative;
}
.meeting-panel::after {
  background-image: radial-gradient(rgba(255,255,255,.18) 1px, transparent 1px); background-size: 17px 17px;
  content: ""; height: 150px; position: absolute; right: -12px; top: -18px; width: 180px;
}
.meeting-date {
  align-items: center; background: var(--sun); border-radius: 22px; color: var(--ink); display: flex; flex-direction: column;
  height: 145px; justify-content: center; transform: rotate(-3deg); width: 130px;
}
.meeting-date span { font-size: .78rem; font-weight: 900; letter-spacing: .15em; }
.meeting-date strong { color: var(--ink); font-family: Georgia, serif; font-size: 4.5rem; line-height: .95; }
.meeting-details { position: relative; z-index: 2; }
.meeting-details .eyebrow { color: var(--sun); margin-bottom: .7rem; }
.meeting-details .eyebrow span { background: var(--sun); }
.meeting-details h2 { color: white; font-size: clamp(1.8rem, 3vw, 2.75rem); font-weight: 900; letter-spacing: -.04em; line-height: 1.05; }
.meeting-details > p:not(.eyebrow) { color: rgba(255,255,255,.72); line-height: 1.6; margin-top: .9rem; }
.meeting-details > p strong { color: white; }
.meeting-links { align-items: center; display: flex; gap: 1.4rem; margin-top: 1.3rem; }
.meeting-links .text-link { color: white; margin-top: 0; }
.meeting-links .text-link:hover { color: var(--sun); }
.meeting-note { position: relative; text-align: center; z-index: 2; }
.meeting-note > span { color: var(--sun); display: block; font-size: 3rem; margin-bottom: .5rem; }
.meeting-note p { color: rgba(255,255,255,.7); font-family: Georgia, serif; font-size: 1.05rem; font-style: italic; line-height: 1.45; }
.meeting-note strong { color: white; }

.faq-section { background: #edf7f4; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 1.2rem 0; }
.faq-list summary {
  align-items: center; color: var(--ink); cursor: pointer; display: flex; font-size: 1.06rem; font-weight: 900;
  justify-content: space-between; list-style: none; padding-right: .35rem;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span {
  align-items: center; background: var(--coral); border-radius: 50%; color: white; display: flex; flex: 0 0 auto;
  font-size: 1.25rem; font-weight: 400; height: 31px; justify-content: center; margin-left: 1rem; transition: transform 180ms ease; width: 31px;
}
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--ink-soft); line-height: 1.7; margin: .9rem 3.2rem .2rem 0; }

.final-cta-section { background: var(--paper); padding: 0 1.5rem 7rem; }
.final-cta {
  background: var(--sun); border-radius: 32px; overflow: hidden; padding: 5rem 3rem; position: relative; text-align: center;
}
.final-cta::before, .final-cta::after { border: 2px solid rgba(23,56,63,.14); border-radius: 50%; content: ""; position: absolute; }
.final-cta::before { height: 230px; left: -90px; top: -110px; width: 230px; }
.final-cta::after { bottom: -130px; height: 260px; right: -75px; width: 260px; }
.final-cta .eyebrow { color: var(--ink); justify-content: center; }
.final-cta .eyebrow span { background: var(--ink); }
.final-cta h2 { color: var(--ink); font-size: clamp(2.4rem, 5vw, 4.4rem); font-weight: 900; letter-spacing: -.055em; line-height: .98; margin-inline: auto; max-width: 880px; }
.final-cta > p:not(.eyebrow) { color: rgba(23,56,63,.72); font-size: 1.05rem; line-height: 1.6; margin: 1.4rem auto 1.8rem; max-width: 650px; }
.final-cta .button { position: relative; z-index: 2; }

.site-footer { background: #102f36; color: rgba(255,255,255,.75); padding: 3.8rem 1.5rem 1.5rem; }
.footer-grid { align-items: center; display: flex; justify-content: space-between; }
.footer-brand { align-items: center; display: flex; gap: 1.1rem; }
.brand-mark.is-light { height: 42px; width: 42px; }
.brand-mark.is-light::after { height: 42px; width: 42px; }
.footer-brand strong { color: white; }
.footer-brand p { font-size: .84rem; margin-top: .25rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.4rem; }
.footer-links a { color: white; font-size: .86rem; font-weight: 700; }
.footer-links a:hover { color: var(--sun); }
.footer-base { border-top: 1px solid rgba(255,255,255,.12); display: flex; font-size: .74rem; justify-content: space-between; margin-top: 2.5rem; padding-top: 1.4rem; }

@media (max-width: 1023px) {
  .site-header { background: rgba(255,248,239,.94); position: fixed; }
  .navbar-menu { background: var(--cream) !important; border-radius: 0 0 18px 18px; box-shadow: 0 18px 32px rgba(23,56,63,.12); padding: 1rem; }
  .navbar-burger { color: var(--ink); }
  .hero-section { padding-top: 9.5rem; }
  .hero-visual { margin: 5rem auto 1.5rem; max-width: 620px; }
  .image-frame { height: 500px; }
  .quick-facts-grid { grid-template-columns: repeat(2, 1fr); row-gap: 1.5rem; }
  .quick-facts-grid > div:nth-child(2) { border-right: 0; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .sticky-heading { position: static; }
  .meeting-panel { grid-template-columns: 130px 1fr; }
  .meeting-note { display: none; }
}

@media (max-width: 768px) {
  .site-header { padding: .6rem 1rem; }
  .brand-mark { height: 42px; width: 42px; }
  .brand-mark::after { height: 42px; width: 42px; }
  .hero-section { min-height: auto; padding: 8.4rem 1.15rem 5rem; }
  .hero-title { font-size: clamp(3rem, 15vw, 4.6rem) !important; }
  .hero-copy { font-size: 1.08rem; }
  .hero-buttons .button { margin-right: 0; width: 100%; }
  .hero-visual { margin-top: 4.5rem; }
  .image-frame { border-radius: 45px; height: 390px; }
  .next-meeting-card { bottom: -3.5rem; left: .75rem; width: calc(100% - 1.5rem); }
  .sun-stamp { right: -4px; top: -40px; }
  .quick-facts { padding-top: 3.4rem; }
  .quick-facts-grid strong { font-size: .94rem; }
  .quick-facts-grid span { font-size: .72rem; }
  .section { padding: 5.5rem 1.15rem; }
  .coffee-figure { margin: 0 0 4rem; }
  .coffee-figure img { min-height: 290px; }
  .coffee-figure figcaption { left: 8px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card, .benefit-card:nth-child(even) { min-height: 0; transform: none; }
  .benefit-card:hover, .benefit-card:nth-child(even):hover { transform: translateY(-3px); }
  .benefit-number { margin-bottom: 1.3rem; }
  .step-card { gap: .9rem; grid-template-columns: 44px 1fr; padding: 1.2rem; }
  .step-card > span { height: 42px; width: 42px; }
  .conversation-figure { height: 250px; }
  .meeting-panel { align-items: flex-start; gap: 1.5rem; grid-template-columns: 1fr; padding: 1.6rem; }
  .meeting-date { height: 90px; width: 90px; }
  .meeting-date strong { font-size: 3.2rem; }
  .meeting-links { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .meeting-links .button { width: 100%; }
  .faq-list { margin-top: 2.5rem; }
  .final-cta-section { padding: 0 1.15rem 5rem; }
  .final-cta { padding: 4rem 1.4rem; }
  .footer-grid, .footer-base { align-items: flex-start; flex-direction: column; gap: 1.4rem; }
  .footer-links { gap: .85rem 1.2rem; }
}

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