.cta-band::before {
  content: ""; position: absolute; inset: -2%; z-index: 0;
  background: url(../../img/bg/f25beab6-71c1-4bbc-9b3d-f0fc8ab0be10.jpg) center 32% / cover no-repeat;
  transform-origin: 68% 34%;
  animation: ctaZoom 26s ease-in-out infinite alternate;
  will-change: transform;
}

/* ============================================================
   COFFEE LADY — Home page
   Extends jura.css (same palette, type, buttons, nav, footer).
   ============================================================ */

/* striped placeholder for imagery the client will supply */
.ph-img {
  background:
    repeating-linear-gradient(45deg, var(--cream-2), var(--cream-2) 11px, var(--cream) 11px, var(--cream) 22px);
  display: grid; place-items: center; text-align: center;
}

.ph-img span {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10.5px; letter-spacing: .04em; color: var(--ink-faint);
  background: rgba(253,248,242,.82); padding: 4px 9px; border-radius: 6px;
  border: 1px solid var(--line);
}

/* ============================================================
   HERO — dark brand accent zone, centred
   ============================================================ */
.home-hero {
  position: relative; overflow: hidden; color: var(--brand-text);
  display: grid; place-items: center; text-align: center;
  background:
    radial-gradient(110% 80% at 78% 6%, rgba(191,56,38,.26), transparent 55%),
    radial-gradient(90% 80% at 10% 100%, rgba(207,106,67,.20), transparent 60%),
    linear-gradient(180deg, var(--brand-bg-2), var(--brand-bg));
}

.home-hero .hero-photo { position: absolute; inset: 0; z-index: 0; overflow: hidden; }

.home-hero .hero-photo img {
  width: 100%; height: 100%; object-fit: cover;
  transform-origin: 62% 40%;
  animation: heroZoom 26s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes heroZoom { from { transform: scale(1); } to { transform: scale(1.12); } }

@media (prefers-reduced-motion: reduce){ .home-hero .hero-photo img { animation: none; } }

.home-hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(22,17,15,.60), rgba(22,17,15,.74)),
    linear-gradient(110deg, rgba(135,29,21,.34), rgba(194,94,56,.14));
}

.home-hero .wrap { position: relative; z-index: 2; max-width: 1040px; padding: 116px 48px 104px; }

.home-hero h1 {
  color: #fff; font-size: clamp(36px, 5.2vw, 64px); line-height: 1.05;
  letter-spacing: -0.03em; margin-bottom: 22px;
}

.home-hero h1 em { font-style: normal; color: var(--terracotta-soft); }

.home-hero .hero-sub {
  font-size: clamp(16px, 1.6vw, 20px); color: var(--brand-muted);
  max-width: 56ch; margin: 0 auto 30px; font-weight: 400;
}

.hero-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 34px; }

.hero-chip {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13.5px; font-weight: 600; color: var(--brand-text);
  background: rgba(255,255,255,.06); border: 1px solid var(--brand-line);
  padding: 9px 16px; border-radius: 999px; backdrop-filter: blur(6px);
}

.hero-chip .tick {
  width: 18px; height: 18px; flex-shrink: 0; border-radius: 50%;
  background: rgba(226,165,131,.16); border: 1px solid rgba(226,165,131,.4);
  color: var(--terracotta-soft); display: grid; place-items: center;
}

.home-hero .hero-cta { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

@media (min-width: 921px){ .home-hero { min-height: 747px; } }

@media (max-width: 700px){ .home-hero .wrap { padding: 84px 22px 76px; } }

/* ============================================================
   TRUST / STATS STRIP — slim terracotta bar, single row
   ============================================================ */
.trust-bar {
  background: var(--terracotta-deep); color: #fff;
  border-top: 1px solid rgba(255,255,255,.12);
}

.trust-grid { display: flex; flex-wrap: wrap; justify-content: center; }

.trust-stat {
  display: inline-flex; align-items: baseline; gap: 9px;
  padding: 15px 28px; border-right: 1px solid rgba(255,255,255,.22);
}

.trust-stat:last-child { border-right: none; }

.t-num { font-size: 17px; font-weight: 700; letter-spacing: -0.01em; color: #fff; line-height: 1; }

.t-num .t-accent { color: rgba(255,244,238,.92); margin-left: 1px; }

.t-lbl { font-size: 14px; font-weight: 500; color: rgba(255,255,255,.88); line-height: 1.25; }

@media (max-width: 1040px){
  .trust-grid { display: grid; grid-template-columns: 1fr 1fr; }
  .trust-stat { justify-content: center; align-items: center; padding: 14px 22px; }
  .trust-stat:nth-child(2n) { border-right: none; }
  .trust-stat:nth-child(1), .trust-stat:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.2); }
}

@media (max-width: 440px){
  .trust-grid { grid-template-columns: 1fr; }
  .trust-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,.18); }
  .trust-stat:last-child { border-bottom: none; }
}

/* ============================================================
   SECTION HEADS (centred, no eyebrow)
   ============================================================ */
.sec-center { text-align: center; max-width: 720px; margin: 0 auto 48px; }

.sec-center h2 { margin-bottom: 14px; }

.sec-center .lead { margin-left: auto; margin-right: auto; }

/* ============================================================
   SERVICES — editorial, icon-led (NOT product cards)
   ============================================================ */
.services { background: var(--paper); }

.svc-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
}

.svc-card {
  position: relative; padding: 34px 30px 32px;
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column;
}

.svc-card:last-child { border-right: none; }

@media (max-width: 880px){
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .svc-card:nth-child(1), .svc-card:nth-child(2) { border-bottom: 1px solid var(--line); }
  .svc-card:nth-child(2) { border-right: none; }
}

@media (max-width: 540px){
  .svc-grid { grid-template-columns: 1fr; }
  .svc-card { border-right: none; border-bottom: 1px solid var(--line); }
  .svc-card:last-child { border-bottom: none; }
}

.svc-ic {
  display: inline-flex; color: var(--red);
  margin-bottom: 20px;
  transition: color .3s ease;
}

.svc-card:hover .svc-ic { color: var(--ink); }

.svc-card h3 { font-size: 18.5px; margin-bottom: 9px; }

.svc-card p { font-size: 14px; color: var(--ink-soft); font-weight: 400; line-height: 1.6; margin-bottom: 18px; }

.svc-card .link-arrow { margin-top: auto; font-size: 14px; }

/* ============================================================
   TOP SELLING — product showcase (the ONE image-led grid)
   ============================================================ */
.top-selling { background: var(--cream); }

.sec-split { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; flex-wrap: wrap; margin-bottom: 40px; }

.sec-split .sec-split-copy { max-width: 640px; }

.sec-split h2 { margin-bottom: 12px; }

.sec-split .lead { margin: 0; }

.sec-split .view-all { flex-shrink: 0; }

@media (max-width: 640px){ .sec-split .view-all { display: none; } }

.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }

@media (max-width: 860px){ .cat-grid { grid-template-columns: 1fr 1fr; } }

@media (max-width: 540px){ .cat-grid { grid-template-columns: 1fr; } }

.cat-card {
  background: var(--paper); border: 1px solid var(--line-soft); border-radius: 18px;
  box-shadow: var(--shadow-card); overflow: hidden; display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}

.cat-card:hover { transform: translateY(-4px); box-shadow: 0 1px 2px rgba(42,34,30,.05), 0 30px 56px -30px rgba(42,34,30,.55); }

.cat-media {
  height: 300px; position: relative; overflow: hidden;
  background: radial-gradient(120% 100% at 50% 36%, var(--cream-2), var(--cream) 82%);
  border-bottom: 1px solid var(--line-soft); display: grid; place-items: center; padding: 34px;
}

.cat-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .5s cubic-bezier(.34,1.4,.64,1); }

.cat-card:hover .cat-media img { transform: scale(1.05); }

.cat-body { padding: 24px 26px 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex: 1; }

.cat-body h3 { font-size: 17px; margin-bottom: 0; line-height: 1.2; }

.cat-body h3 a { color: inherit; transition: color .15s ease; }

.cat-body h3 a:hover { color: var(--red); }

.cat-actions { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }

.cat-actions .cat-quote {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 600; color: #fff; background: var(--red);
  padding: 9px 17px; border-radius: 999px; white-space: nowrap;
  box-shadow: 0 6px 16px -10px rgba(191,56,38,.7); transition: background .18s ease, transform .15s ease;
}

.cat-actions .cat-quote:hover { background: var(--red-dark); }

.cat-actions .cat-quote svg { transition: transform .2s ease; }

.cat-actions .cat-quote:hover svg { transform: translateX(3px); }

.cat-actions .cat-quote:active { transform: translateY(1px); }

@media (max-width: 1000px){ .cat-body { flex-direction: column; align-items: flex-start; gap: 16px; } }

/* ============================================================
   ABOUT
   ============================================================ */
.about { background: var(--paper); }

.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 54px; align-items: center; }

@media (max-width: 880px){ .about-grid { grid-template-columns: 1fr; gap: 32px; } }

.about-figure { position: relative; }

.about-figure img, .about-figure .ph-img { width: 100%; height: 420px; object-fit: cover; border-radius: var(--radius); }

.about-copy h2 { margin-bottom: 18px; }

.about-copy p { font-size: 15.5px; color: var(--ink-soft); font-weight: 400; line-height: 1.7; margin-bottom: 16px; max-width: 60ch; }

.about-band {
  margin-top: 46px; background: var(--terracotta-deep); color: #fff; border-radius: var(--radius);
  display: grid; grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 760px){ .about-band { grid-template-columns: 1fr 1fr; } }

.about-band .ab {
  display: flex; align-items: center; gap: 13px; padding: 24px 26px;
  border-right: 1px solid rgba(255,255,255,.18);
}

.about-band .ab:last-child { border-right: none; }

@media (max-width: 760px){
  .about-band .ab:nth-child(1), .about-band .ab:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .about-band .ab:nth-child(2) { border-right: none; }
}

.about-band .ab .ic {
  width: 40px; height: 40px; flex-shrink: 0; border-radius: 11px;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28);
  display: grid; place-items: center; color: #fff;
}

.about-band .ab .tx { font-size: 13.5px; font-weight: 600; line-height: 1.3; }

/* ============================================================
   GOOGLE REVIEWS / STORY
   ============================================================ */
.story { background: var(--cream); }

.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }

@media (max-width: 860px){ .story-grid { grid-template-columns: 1fr; gap: 34px; } }

.story-copy h2 { margin-bottom: 16px; }

.story-copy .stars { display: inline-flex; gap: 3px; color: #f5b942; margin-bottom: 16px; }

.story-copy .stars svg { width: 22px; height: 22px; }

.story-copy p { font-size: 15.5px; color: var(--ink-soft); font-weight: 400; line-height: 1.7; margin-bottom: 24px; max-width: 52ch; }

.story-review {
  position: relative; background: var(--paper); border: 1px solid var(--line-soft);
  border-radius: var(--radius); box-shadow: var(--shadow-soft); padding: 34px 34px 30px;
}

.story-review .r-stars { display: inline-flex; gap: 2px; color: #f5b942; margin: 0 0 16px; }

.story-review .r-stars svg { width: 18px; height: 18px; }

.story-review .r-body { font-size: 16px; color: var(--ink); font-weight: 400; line-height: 1.7; margin-bottom: 22px; }

.story-review .r-who { display: flex; align-items: center; gap: 13px; padding-top: 20px; border-top: 1px solid var(--line); }

.story-review .r-av {
  width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0; overflow: hidden;
  background: linear-gradient(150deg, var(--terracotta), var(--red-dark));
  color: #fff; display: grid; place-items: center; font-size: 17px; font-weight: 700;
}

.story-review .r-name { font-size: 15px; font-weight: 600; color: var(--ink); }

.story-review .r-role { font-size: 13px; color: var(--ink-faint); font-weight: 500; }

.story-review .g-badge {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 600; color: var(--ink-soft); margin-bottom: 20px;
}

.story-review .g-badge .g {
  width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center;
  background: #fff; border: 1px solid var(--line); color: #4285F4; font-weight: 700; font-size: 14px;
}

/* ============================================================
   BRANDS DIRECTORY — clickable grid linking to brand pages
   ============================================================ */
.brands { background: var(--paper); }

.brand-dir { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }

@media (max-width: 960px){ .brand-dir { grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 600px){ .brand-dir { grid-template-columns: repeat(2, 1fr); } }

.brand-tile {
  position: relative;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  min-height: 118px; padding: 22px 16px; text-align: center;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm);
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.brand-tile:hover { border-color: var(--terracotta); transform: translateY(-3px); box-shadow: var(--shadow-card); }

.bt-logo {
  max-width: 78%; max-height: 38px; width: auto; height: auto;
  object-fit: contain; display: block; opacity: .88;
  transition: opacity .18s ease, transform .18s ease;
}

.brand-tile:hover .bt-logo { opacity: 1; transform: translateY(-2px); }

.bt-go {
  position: absolute; left: 0; right: 0; bottom: 13px;
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  font-size: 12.5px; font-weight: 600; color: var(--red);
  opacity: 0; transform: translateY(4px);
  transition: opacity .18s ease, transform .18s ease;
}

.brand-tile:hover .bt-go { opacity: 1; transform: none; }

@media (hover: none){ .bt-go { opacity: 1; transform: none; color: var(--ink-faint); } .bt-logo { opacity: 1; } }

/* ============================================================
   TIPS / BLOG
   ============================================================ */
.tips { background: var(--cream); }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

@media (max-width: 820px){ .blog-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; } }

.blog-card {
  background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--radius);
  box-shadow: var(--shadow-card); overflow: hidden; display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}

.blog-card:hover { transform: translateY(-4px); box-shadow: 0 1px 2px rgba(42,34,30,.05), 0 26px 50px -30px rgba(42,34,30,.55); }

.blog-media { height: 216px; overflow: hidden; border-bottom: 1px solid var(--line-soft); }

.blog-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }

.blog-card:hover .blog-media img { transform: scale(1.05); }

.blog-body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }

.blog-body .meta { font-size: 12px; font-weight: 600; color: var(--terracotta-deep); letter-spacing: .04em; margin-bottom: 10px; }

.blog-body h3 { font-size: 19px; line-height: 1.25; margin-bottom: 10px; }

.blog-body p { font-size: 14px; color: var(--ink-soft); font-weight: 400; line-height: 1.6; margin-bottom: 18px; }

.blog-body .btn { margin-top: auto; align-self: flex-start; }

/* ============================================================
   MOBILE SPACING — tighten sections on small screens
   ============================================================ */
@media (max-width: 640px){
  .section { padding: 60px 0; }
  .sec-center { margin-bottom: 34px; }
  .home-hero .wrap { padding: 76px 20px 66px; }
  .wrap { padding: 0 20px; }
}
