.cta-band::before {
  content: ""; position: absolute; inset: -2%; z-index: 0;
  background: url(../../img/bg/eb94896d-2d9b-4927-a8b2-50ffb6aabe53.jpg) center 32% / cover no-repeat;
  transform-origin: 68% 34%;
  animation: ctaZoom 26s ease-in-out infinite alternate;
  will-change: transform;
}

/* ============================================================
   COFFEE LADY — Contact page
   Builds on jura.css (palette, nav, footer, buttons, cta-band,
   quote drawer). Self-contained section styles, About-page rigour.
   ============================================================ */

.ct-h2 { font-size: clamp(28px, 3.4vw, 44px); }

/* ============================================================
   HERO — full-bleed photo, centred copy (matches Home / About)
   ============================================================ */
.ct-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));
}

.ct-hero .hero-photo { position: absolute; inset: 0; z-index: 0; overflow: hidden; }

.ct-hero .hero-photo img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: 42% 32%;
  transform-origin: 42% 32%;
  animation: ctHeroZoom 26s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes ctHeroZoom { from { transform: scale(1); } to { transform: scale(1.12); } }

@media (prefers-reduced-motion: reduce){ .ct-hero .hero-photo img { animation: none; } }

.ct-hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(22,17,15,.40), rgba(22,17,15,.54)),
    linear-gradient(110deg, rgba(135,29,21,.24), rgba(194,94,56,.10));
}

.ct-hero .wrap { position: relative; z-index: 2; max-width: 1600px; padding: 116px 48px 104px; }

.ct-hero h1 {
  color: #fff; font-size: clamp(36px, 5.2vw, 64px); line-height: 1.05;
  letter-spacing: -0.03em; margin-bottom: 22px;
}

.ct-hero h1 em { font-style: normal; color: var(--terracotta-soft); }

.ct-hero-sub {
  font-size: clamp(16px, 1.55vw, 19px); color: var(--brand-muted);
  max-width: 60ch; margin: 0 auto 30px; font-weight: 400; line-height: 1.65;
}

.ct-hero-cta { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 0; }

.ct-hero-meta {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px;
  margin-bottom: 34px;
  font-size: 13.5px; color: var(--brand-text); font-weight: 600;
}

.ct-hero-meta > span {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  padding: 9px 16px; border-radius: 999px; backdrop-filter: blur(6px); white-space: nowrap;
}

.ct-hero-meta .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;
}

@media (min-width: 921px){ .ct-hero { min-height: 747px; } }

@media (max-width: 700px){ .ct-hero .wrap { padding: 84px 22px 76px; } }

@media (max-width: 640px){ .ct-hero .wrap { padding: 76px 20px 66px; } }

/* breadcrumb over the hero photo (no bar) */
.ct-hero .hero-crumb { position: absolute; top: 0; left: 0; right: 0; z-index: 3; }

.ct-hero .hero-crumb .wrap { max-width: 1600px; padding: 20px 48px 0; text-align: left; }

.ct-hero .hero-crumb .breadcrumb {
  display: flex; align-items: center; gap: 9px; flex-wrap: wrap;
  font-size: 13px; font-weight: 500; color: rgba(255,255,255,.72);
}

.ct-hero .hero-crumb .breadcrumb a { color: rgba(255,255,255,.72); }

.ct-hero .hero-crumb .breadcrumb a:hover { color: #fff; }

.ct-hero .hero-crumb .breadcrumb .sep { opacity: .5; }

.ct-hero .hero-crumb .breadcrumb .here { color: #fff; font-weight: 600; }

@media (max-width: 700px){ .ct-hero .hero-crumb .wrap { padding: 16px 22px 0; } }

/* ============================================================
   OPTIONS — how can we help (reuses jura .why grid; cells are links)
   ============================================================ */
.ct-options .why-head { max-width: 640px; }

.ct-options a.why-item { display: flex; flex-direction: column; }

.ct-options a.why-item:hover h3 { color: var(--red); }

.ct-options .why-item p { margin-bottom: 16px; }

.ct-options .why-go {
  margin-top: auto; display: inline-flex; align-items: center; gap: 7px;
  font-size: 13.5px; font-weight: 600; color: var(--red);
}

.ct-options .why-go svg { transition: transform .18s ease; }

.ct-options a.why-item:hover .why-go svg { transform: translateX(3px); }

/* uniform icon hover — override jura's per-icon animations: turn black */
.ct-options .why-grid .why-item:hover .why-icon { transform: scale(1.1); color: var(--ink); transition-duration: .4s; }

/* ============================================================
   FORM — send a message + direct details
   ============================================================ */
.ct-form-sec { background: var(--cream); }

.ct-form-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 32px; align-items: start; }

.ct-form-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 20px;
  padding: 42px 44px; box-shadow: var(--shadow-soft);
}

.ct-form-card h2 { font-size: clamp(26px, 3vw, 36px); margin-bottom: 10px; }

.ct-form-card .ct-form-sub { font-size: 15px; color: var(--ink-soft); font-weight: 400; line-height: 1.6; margin-bottom: 30px; }

.ct-form { display: flex; flex-direction: column; gap: 20px; }

.ct-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.ct-field { display: flex; flex-direction: column; gap: 8px; }

.ct-field label { font-size: 14px; font-weight: 600; color: var(--ink); }

.ct-field label .req { color: var(--red); }

.ct-field input, .ct-field select, .ct-field textarea {
  width: 100%; padding: 14px 16px; border-radius: 10px;
  border: 1px solid var(--line); background: var(--cream-2); color: var(--ink);
  font-family: inherit; font-size: 15px; font-weight: 500;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.ct-field textarea { resize: vertical; min-height: 132px; line-height: 1.55; }

.ct-field input::placeholder, .ct-field textarea::placeholder { color: var(--ink-faint); font-weight: 400; }

.ct-field select {
  appearance: none; -webkit-appearance: none; color: var(--ink-soft); cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23756860' stroke-width='2.4'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; padding-right: 42px;
}

.ct-field input:focus, .ct-field select:focus, .ct-field textarea:focus {
  outline: none; border-color: var(--red); background: #fff; box-shadow: 0 0 0 3px rgba(191,56,38,.12);
}

.ct-form-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 4px; }

.ct-consent { display: flex; align-items: center; gap: 11px; color: var(--ink-soft); font-size: 13.5px; font-weight: 500; cursor: pointer; max-width: 40ch; }

.ct-consent input {
  appearance: none; -webkit-appearance: none; width: 18px; height: 18px; flex-shrink: 0;
  border: 1px solid var(--line); border-radius: 4px; background: #fff;
  cursor: pointer; position: relative; transition: background .15s ease, border-color .15s ease;
}

.ct-consent input:checked { background: var(--red); border-color: var(--red); }

.ct-consent input:checked::after { content: ""; position: absolute; left: 6px; top: 2px; width: 4px; height: 9px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }

.ct-submit {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 16px 30px; border-radius: 999px;
  background: var(--red); color: #fff; font-weight: 600; font-size: 15.5px; letter-spacing: -0.01em;
  box-shadow: 0 10px 26px -14px rgba(191,56,38,.85); transition: background .2s ease, transform .15s ease;
}

.ct-submit:hover { background: var(--red-dark); }

.ct-submit:active { transform: translateY(1px); }

.ct-submit:disabled { background: var(--terracotta-deep); cursor: default; }

.ct-submit .arrow { transition: transform .2s ease; }

.ct-submit:hover .arrow { transform: translateX(3px); }

/* aside — direct details */
.ct-aside { display: flex; flex-direction: column; gap: 16px; }

.ct-aside-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 18px;
  padding: 26px 28px; box-shadow: var(--shadow-card);
}

.ct-aside-card.dark { background: var(--ink); border-color: var(--ink); color: #fff; }

.ct-aside-card h3 { font-size: 17px; margin-bottom: 18px; }

.ct-aside-card.dark h3 { color: #fff; }

.ct-contact-line { display: flex; align-items: center; gap: 14px; }

.ct-contact-line + .ct-contact-line { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }

.ct-contact-line .ic {
  width: 42px; height: 42px; flex-shrink: 0; border-radius: 12px;
  background: var(--cream); border: 1px solid var(--line); color: var(--red);
  display: grid; place-items: center;
}

.ct-contact-line .k { font-size: 12.5px; color: var(--ink-faint); font-weight: 500; margin-bottom: 2px; }

.ct-contact-line .v { font-size: 16px; color: var(--ink); font-weight: 600; letter-spacing: -0.01em; }

.ct-contact-line a.v:hover { color: var(--red); }

.ct-hours { list-style: none; display: flex; flex-direction: column; gap: 0; }

.ct-hours li { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 0; font-size: 14px; }

.ct-hours li + li { border-top: 1px solid rgba(255,255,255,.12); }

.ct-hours .d { color: rgba(255,255,255,.7); font-weight: 500; }

.ct-hours .t { color: #fff; font-weight: 600; }

.ct-hours .t.closed { color: var(--terracotta-soft); }

.ct-aside-social { display: flex; gap: 10px; margin-top: 4px; }

.ct-aside-social a {
  width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  background: var(--cream); border: 1px solid var(--line); color: var(--ink-soft);
  transition: all .16s ease;
}

.ct-aside-social a:hover { background: var(--red); border-color: var(--red); color: #fff; transform: translateY(-2px); }

@media (max-width: 920px){ .ct-form-grid { grid-template-columns: 1fr; } }

@media (max-width: 560px){
  .ct-form-card { padding: 30px 24px; }
  .ct-form-row { grid-template-columns: 1fr; }
}

/* ============================================================
   COVERAGE — UK-wide servicing + testimonial
   ============================================================ */
.ct-coverage { background: var(--paper); }

.ct-coverage-head { max-width: 680px; margin-bottom: 44px; }

.ct-coverage-head h2 { margin-bottom: 16px; }

.ct-coverage-head p { font-size: 16px; color: var(--ink-soft); font-weight: 400; line-height: 1.7; }

.ct-coverage-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: stretch; }

/* left tile — map (placeholder for live Google Maps embed) */
.ct-map {
  position: relative; overflow: hidden; border-radius: 20px;
  border: 1px solid var(--line); background: var(--cream); min-height: 440px;
}

.ct-map-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }

.ct-map-label {
  position: absolute; left: 18px; top: 18px; z-index: 2;
  display: flex; align-items: center; gap: 13px;
  background: rgba(255,255,255,.95); backdrop-filter: blur(6px);
  border: 1px solid var(--line); border-radius: 14px; padding: 12px 16px;
  box-shadow: 0 14px 32px -20px rgba(42,34,30,.6);
}

.ct-map-label .badge {
  width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0;
  background: var(--red); color: #fff; display: grid; place-items: center;
  box-shadow: 0 8px 18px -10px rgba(191,56,38,.8);
}

.ct-map-label .t1 { font-size: 15px; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }

.ct-map-label .t2 { font-size: 12.5px; color: var(--ink-soft); font-weight: 500; }

.ct-map-foot {
  position: absolute; left: 18px; right: 18px; bottom: 18px; z-index: 2;
  display: flex; align-items: center; gap: 10px;
  background: rgba(22,17,15,.76); backdrop-filter: blur(6px); color: #fff;
  border-radius: 12px; padding: 12px 16px; font-size: 13px; font-weight: 500; line-height: 1.4;
}

.ct-map-foot .pin {
  width: 9px; height: 9px; border-radius: 50%; background: #5fbf7e; flex-shrink: 0;
  box-shadow: 0 0 0 0 rgba(95,191,126,.6); animation: ctPulse 2.4s ease-out infinite;
}

@keyframes ctPulse {
  0% { box-shadow: 0 0 0 0 rgba(95,191,126,.5); }
  70% { box-shadow: 0 0 0 8px rgba(95,191,126,0); }
  100% { box-shadow: 0 0 0 0 rgba(95,191,126,0); }
}

@media (prefers-reduced-motion: reduce){ .ct-map-foot .pin { animation: none; } }

.ct-testi {
  position: relative; border-radius: 20px; overflow: hidden;
  border: 1px solid var(--line); box-shadow: 0 2px 4px rgba(42,34,30,.04);
  display: flex; flex-direction: column;
}

.ct-testi-photo { height: 200px; overflow: hidden; }

.ct-testi-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

.ct-testi-body { padding: 28px 32px 30px; background: var(--paper); display: flex; flex-direction: column; flex: 1; }

.ct-testi .r-stars { display: inline-flex; gap: 2px; color: #f5b942; margin-bottom: 14px; }

.ct-testi .r-stars svg { width: 18px; height: 18px; }

.ct-testi blockquote { font-size: 18px; font-weight: 500; color: var(--ink); line-height: 1.55; letter-spacing: -0.01em; margin-bottom: 20px; }

.ct-testi blockquote em { font-style: normal; }

.ct-testi .who { display: flex; align-items: center; gap: 13px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }

.ct-testi .who .av {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(150deg, var(--red), var(--terracotta-deep));
  display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 15px;
}

.ct-testi .who .nm { font-size: 15px; font-weight: 600; color: var(--ink); }

.ct-testi .who .rl { font-size: 12.5px; color: var(--ink-faint); font-weight: 500; }

@media (max-width: 880px){ .ct-coverage-grid { grid-template-columns: 1fr; } }

/* ============================================================
   HELP — feature panel (dark), image + content + service points
   ============================================================ */
.ct-help { background: var(--cream); }

.ct-help-panel {
  display: grid; grid-template-columns: .82fr 1.18fr;
  border-radius: 26px; overflow: hidden; border: 1px solid var(--brand-line);
  background:
    radial-gradient(120% 90% at 88% 2%, rgba(191,56,38,.26), transparent 55%),
    radial-gradient(90% 80% at 0% 100%, rgba(207,106,67,.20), transparent 60%),
    linear-gradient(180deg, var(--brand-bg-2), var(--brand-bg));
  box-shadow: 0 40px 90px -50px rgba(22,17,15,.7);
}

.ct-help-media { position: relative; }

.ct-help-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }

.ct-help-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(22,17,15,.12) 0%, transparent 35%, rgba(22,17,15,.45) 100%);
}

.ct-help-stat {
  position: absolute; left: 22px; bottom: 22px; z-index: 2;
  display: flex; align-items: center; gap: 13px;
  background: rgba(22,17,15,.55); backdrop-filter: blur(8px);
  border: 1px solid var(--brand-line); border-radius: 15px; padding: 14px 18px;
}

.ct-help-stat .ic {
  width: 38px; height: 38px; flex-shrink: 0; border-radius: 11px;
  background: rgba(226,165,131,.14); border: 1px solid rgba(226,165,131,.32);
  color: var(--terracotta-soft); display: grid; place-items: center;
}

.ct-help-stat .n { font-size: 24px; font-weight: 700; color: #fff; letter-spacing: -0.02em; line-height: 1; }

.ct-help-stat .l { font-size: 12px; color: var(--brand-muted); font-weight: 500; margin-top: 2px; }

.ct-help-content { padding: 56px 58px; }

.ct-help-content h2 { color: #fff; font-size: clamp(27px, 3vw, 39px); margin-bottom: 18px; max-width: 18ch; }

.ct-help-content h2 .h-accent { color: var(--terracotta-soft); }

.ct-help-content > p { font-size: 15.5px; color: var(--brand-muted); font-weight: 400; line-height: 1.7; margin-bottom: 30px; max-width: 56ch; }

.ct-help-points { display: flex; flex-direction: column; margin-bottom: 32px; }

.ct-help-points .pt { display: flex; align-items: flex-start; gap: 16px; padding: 18px 0; border-top: 1px solid var(--brand-line); }

.ct-help-points .pt:first-child { border-top: none; padding-top: 0; }

.ct-help-points .pt:last-child { padding-bottom: 0; }

.ct-help-points .pt .ic {
  width: 44px; height: 44px; flex-shrink: 0; border-radius: 12px;
  background: rgba(226,165,131,.12); border: 1px solid rgba(226,165,131,.3);
  color: var(--terracotta-soft); display: grid; place-items: center;
}

.ct-help-points .pt h4 { font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 4px; }

.ct-help-points .pt p { font-size: 14px; color: var(--brand-muted); font-weight: 400; line-height: 1.55; }

.ct-help-cta { display: flex; flex-wrap: wrap; gap: 14px; }

@media (max-width: 880px){
  .ct-help-panel { grid-template-columns: 1fr; }
  .ct-help-media { min-height: 300px; }
  .ct-help-media::after { background: linear-gradient(180deg, transparent 55%, rgba(22,17,15,.5)); }
  .ct-help-content { padding: 40px 32px; }
}

/* reveal-on-scroll (mirrors jura.css) */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }

@media (max-width: 640px){
  .section { padding: 60px 0; }
}
