/* ============================================================
   Daiffe Ltd - Waste management, storage & removals, courier
   Rebranded from the Mortar template (heritage slab-serif).
   Black + gold, matched to the Daiffe logo. Bitter + Inter.
   Functional bronze-gold for accents on light surfaces (AA);
   bright gold for shine on the dark black-and-gold bands.
   ============================================================ */

:root {
  --ink: #1a1916;          /* near-black, dark surfaces + text on light */
  --ink-2: #3d392f;
  --stone: #ece6d8;
  --stone-2: #ddd4c0;
  --paper: #f7f4ec;        /* warm off-white base */
  --brick: #6f5620;        /* functional bronze-gold (accents/text on light) */
  --brick-deep: #574418;
  --gold: #c49b3a;         /* bright gold button fill */
  --gold-deep: #a8812c;
  --sand: #e6c873;         /* bright gold accents on dark */
  --grey: #6f685c;
  --muted: #5f584b;
  --line: #e0d8c6;
  --container: 1260px;
  --font-display: "Bitter", Georgia, serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

.wrap { max-width: var(--container); margin: 0 auto; padding: 0 28px; }

/* Type */
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); font-weight: 700; letter-spacing: -0.01em; line-height: 1.05; }
h1 { font-size: clamp(46px, 6.6vw, 92px); }
h2 { font-size: clamp(32px, 4.4vw, 58px); }
h3 { font-size: 23px; }
p { margin: 0; }
.lead { font-size: 18px; color: var(--ink-2); max-width: 56ch; line-height: 1.7; }
.eyebrow { font-family: var(--font-body); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brick); font-weight: 700; display: inline-flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ""; width: 24px; height: 3px; background: var(--brick); }

/* Nav */
.nav { background: var(--ink); border-bottom: 2px solid var(--gold); position: sticky; top: 0; z-index: 50; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 82px; }
.logo { display: flex; align-items: center; gap: 13px; }
.logo-img { height: 36px; width: auto; display: block; }
.nav-links { display: flex; gap: 4px; align-items: center; }
.nav-links a { font-size: 13.5px; font-weight: 600; color: rgba(247,244,236,0.82); padding: 9px 13px; transition: color .15s; }
.nav-links a:hover { color: var(--sand); }
.nav-cta { display: flex; align-items: center; gap: 16px; }
.nav-phone { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--paper); display: inline-flex; flex-direction: column; justify-content: center; min-height: 44px; }
.nav-phone .sub { display: block; font-family: var(--font-body); font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sand); }
.nav-toggle { display: none; background: none; border: 2px solid var(--sand); padding: 8px 13px; color: var(--paper); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 9px; padding: 14px 26px; font-family: var(--font-body); font-size: 13px; font-weight: 700; letter-spacing: 0.02em; background: transparent; color: var(--ink); border: 2px solid var(--ink); transition: all .16s; }
.btn:hover { background: var(--ink); color: var(--paper); }
.btn-brick { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.btn-brick:hover { background: var(--gold-deep); border-color: var(--gold-deep); color: var(--ink); }
.btn-sm { padding: 10px 16px; font-size: 12px; }
.on-dark .btn { border-color: rgba(246,242,234,0.5); color: var(--paper); }
.on-dark .btn:hover { background: var(--paper); border-color: var(--paper); color: var(--ink); }

/* Hero */
.hero { padding: 76px 0; background: var(--ink); color: var(--paper); }
.hero .eyebrow { color: var(--sand); }
.hero .eyebrow::before { background: var(--sand); }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 52px; align-items: center; }
.hero-main { display: flex; flex-direction: column; justify-content: center; }
.hero .eyebrow { margin-bottom: 24px; }
.hero h1 { color: var(--paper); margin-bottom: 24px; }
.hero h1 .brick { color: var(--sand); }
.hero .lead { color: rgba(247,244,236,0.82); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.hero .btn:not(.btn-brick) { border-color: rgba(247,244,236,0.5); color: var(--paper); }
.hero .btn:not(.btn-brick):hover { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 2px solid rgba(230,200,115,0.4); }
.hero-trust .item { padding: 22px 18px 0 0; }
.hero-trust .n { font-family: var(--font-display); font-size: 34px; font-weight: 700; color: var(--sand); line-height: 1; }
.hero-trust .l { font-size: 12px; color: rgba(247,244,236,0.62); margin-top: 8px; }
.hero-figure { background: linear-gradient(155deg, #ecce72 0%, #c49b3a 48%, #9c7a2e 100%); min-height: 460px; position: relative; overflow: hidden; }
.hero-figure .badge-list { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 0; padding: 40px; }
.hero-figure .badge-list span { font-family: var(--font-display); font-weight: 700; font-size: clamp(26px, 3vw, 40px); color: var(--ink); line-height: 1.18; padding: 6px 0; border-bottom: 2px solid rgba(26,25,22,0.22); }
.hero-figure .badge-list span:last-child { border-bottom: 0; }
.hero-figure .badge-list span small { display: block; font-family: var(--font-body); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(26,25,22,0.7); margin-top: 4px; }
.hero-figure .stamp { position: absolute; left: 0; bottom: 0; background: var(--brick); color: var(--paper); padding: 16px 22px; font-family: var(--font-display); font-weight: 700; font-size: 18px; }
.hero-figure .stamp span { display: block; font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(246,242,234,0.8); margin-top: 2px; }

/* Credentials */
.credentials-band { padding: 26px 0; background: var(--ink); }
.credentials { display: flex; flex-wrap: wrap; gap: 14px 40px; align-items: center; justify-content: space-between; }
.credential { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--stone); letter-spacing: 0.02em; }
.credential span { color: var(--sand); }

/* Sections */
.section { padding: 100px 0; }
.section.stone { background: var(--stone); }
.section.ink { background: var(--ink); color: var(--stone); }
.section-head { margin-bottom: 54px; max-width: 640px; }
.section-head .eyebrow { margin-bottom: 18px; }
.section-head h2 { color: var(--ink); margin-bottom: 16px; }
.section.ink .section-head h2 { color: var(--paper); }
.section.ink .eyebrow { color: var(--sand); }
.section.ink .eyebrow::before { background: var(--sand); }
.section.ink .lead { color: rgba(236,229,216,0.78); }

/* Services */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 2px solid var(--ink); border-left: 2px solid var(--ink); }
.service { background: var(--paper); padding: 32px 28px; display: flex; flex-direction: column; gap: 13px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transition: background .2s; }
.section.stone .service { background: var(--stone); }
.service:hover { background: var(--ink); color: var(--paper); }
.service:hover h3, .service:hover .more, .service:hover .ico { color: var(--sand); }
.service:hover p { color: rgba(247,244,236,0.85); }
.service .ico { width: 46px; height: 46px; color: var(--brick); }
.service .ico svg { width: 46px; height: 46px; }
.service:hover .ico svg { stroke: var(--sand); }
.service h3 { color: var(--ink); }
.service p { font-size: 14px; color: var(--ink-2); }
.service .more { font-family: var(--font-body); font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--brick); margin-top: auto; padding-top: 16px; display: flex; justify-content: space-between; }

/* Split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split-figure { align-self: stretch; min-height: 440px; background: var(--stone-2) center/cover; }
.figure-pair { align-self: stretch; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.figure-pair .split-figure { min-height: 0; }
@media (max-width: 960px) { .figure-pair { align-self: auto; } .figure-pair .split-figure { aspect-ratio: 3 / 4; } }
@media (max-width: 520px) { .figure-pair { grid-template-columns: 1fr; } }
.split ul { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; }
.split li { font-size: 15px; color: var(--ink-2); padding-left: 30px; position: relative; }
.split li::before { content: ""; position: absolute; left: 0; top: 4px; width: 16px; height: 16px; background: var(--brick); }

/* Process */
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.step { padding: 0 26px; border-left: 2px solid currentColor; display: flex; flex-direction: column; gap: 12px; }
.section.ink .step { border-color: rgba(236,229,216,0.3); }
.section:not(.ink) .step { border-color: var(--line); }
.step .num { font-family: var(--font-display); font-size: 48px; font-weight: 700; color: var(--brick); line-height: 1; }
.section.ink .step .num { color: var(--sand); }
.step h3 { font-size: 22px; color: var(--ink); }
.section.ink .step h3 { color: var(--paper); }
.step p { font-size: 14px; color: var(--ink-2); }
.section.ink .step p { color: rgba(236,229,216,0.75); }

/* Reviews */
.reviews-band { padding: 100px 0; background: var(--stone); }
.reviews-band .top { display: flex; justify-content: space-between; align-items: end; margin-bottom: 44px; flex-wrap: wrap; gap: 20px; }
.reviews-band .score { font-family: var(--font-display); font-size: 80px; font-weight: 700; line-height: 1; color: var(--brick); }
.reviews-band .score-meta { font-size: 13px; color: var(--muted); margin-top: 6px; }
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 2px solid var(--ink); border-left: 2px solid var(--ink); }
.review { background: var(--paper); padding: 28px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.review .stars { color: var(--sand); font-size: 16px; letter-spacing: 3px; margin-bottom: 14px; }
.review p { font-size: 15px; color: var(--ink); }
.review .who { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 700; color: var(--brick); }
.review .who small { display: block; font-weight: 400; color: var(--muted); margin-top: 2px; }

/* CTA */
.cta-strip { padding: 88px 0; background: var(--ink); color: var(--paper); border-top: 2px solid var(--gold); }
.cta-strip .inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; }
.cta-strip h2 { color: var(--paper); max-width: 18ch; }
.cta-strip .ph { font-family: var(--font-display); font-size: clamp(36px, 4.4vw, 56px); font-weight: 700; color: var(--sand); }
.cta-strip .sub { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(247,244,236,0.7); font-weight: 600; margin-top: 6px; }

/* Plans */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 2px solid var(--ink); border-left: 2px solid var(--ink); }
.plan { background: var(--paper); padding: 34px; display: flex; flex-direction: column; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.plan.featured { background: var(--ink); color: var(--stone); }
.plan.featured h3, .plan.featured .price { color: var(--paper); }
.plan .plan-name { font-family: var(--font-body); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brick); }
.plan.featured .plan-name { color: var(--sand); }
.plan h3 { font-size: 30px; color: var(--ink); margin: 12px 0 6px; }
.plan .price { font-family: var(--font-display); font-size: 54px; font-weight: 700; color: var(--ink); line-height: 1; }
.plan .price small { display: block; font-family: var(--font-body); font-size: 12px; font-weight: 500; color: var(--muted); margin-top: 8px; }
.plan.featured .price small { color: rgba(236,229,216,0.7); }
.plan .desc { font-size: 14px; color: var(--ink-2); margin: 16px 0 22px; }
.plan.featured .desc { color: rgba(236,229,216,0.85); }
.plan ul { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 11px; }
.plan li { font-size: 14px; padding-left: 24px; position: relative; }
.plan li::before { content: ""; position: absolute; left: 0; top: 6px; width: 10px; height: 10px; background: var(--brick); }
.plan.featured li { color: rgba(236,229,216,0.9); }
.plan.featured li::before { background: var(--sand); }
.plan .btn { margin-top: auto; justify-content: center; }
.plan.featured .btn { background: var(--sand); border-color: var(--sand); color: var(--ink); }
.plan.featured .btn:hover { background: var(--paper); border-color: var(--paper); }

/* Posts */
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post { background: var(--paper); border: 2px solid var(--ink); display: flex; flex-direction: column; transition: transform .2s; }
.post:hover { transform: translateY(-4px); }
.post .thumb { aspect-ratio: 16/10; background: var(--stone-2) center/cover; border-bottom: 2px solid var(--ink); }
.post .post-body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.post .cat { font-family: var(--font-body); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brick); }
.post h3 { font-size: 21px; line-height: 1.15; color: var(--ink); }
.post p { font-size: 14px; color: var(--ink-2); }
.post .meta { font-family: var(--font-body); font-size: 12px; color: var(--muted); margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; }

/* Form */
.form { display: grid; gap: 16px; }
.form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form label { display: block; font-family: var(--font-body); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); margin-bottom: 7px; }
.form input, .form textarea, .form select { font: inherit; width: 100%; padding: 13px 15px; background: var(--paper); border: 2px solid var(--ink); color: var(--ink); }
.form input:focus, .form textarea:focus, .form select:focus { outline: none; border-color: var(--brick); }
.form textarea { min-height: 130px; resize: vertical; }
.form select { -webkit-appearance: none; appearance: none; line-height: 1.6; padding-right: 40px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231a1916' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 12px; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; }
.contact-info { display: grid; gap: 16px; align-content: start; }
.info-card { padding: 24px; background: var(--stone); border: 2px solid var(--ink); border-left: 8px solid var(--brick); }
.info-card h2 { font-family: var(--font-body); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brick); margin-bottom: 8px; }
.info-card p { font-family: var(--font-display); font-size: 24px; font-weight: 700; color: var(--ink); }
.info-card .sub { font-family: var(--font-body); font-size: 13px; color: var(--muted); margin-top: 4px; }

/* Page banner */
.page-banner { padding: 84px 0 60px; border-bottom: 2px solid var(--ink); background: var(--stone); }
.page-banner .crumb { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-body); font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brick); margin-bottom: 22px; border: 1px solid rgba(111,86,32,0.38); border-radius: 999px; padding: 8px 15px 8px 13px; }
.page-banner .crumb::before { content: ""; width: 7px; height: 7px; border-radius: 999px; background: var(--brick); }
.page-banner h1 { color: var(--ink); max-width: 18ch; }
.page-banner h1 .brick { color: var(--brick); }
.page-banner .lead { margin-top: 22px; }

/* Footer */
.footer { background: var(--ink); color: var(--stone); padding: 72px 0 30px; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 48px; border-bottom: 1px solid rgba(236,229,216,0.18); }
.footer-brand .logo { color: var(--paper); }
.footer-brand p { font-size: 14px; color: rgba(236,229,216,0.66); margin-top: 14px; max-width: 32ch; }
.footer h2 { font-family: var(--font-body); font-size: 11px; color: var(--sand); letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; margin-bottom: 16px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer a, .footer li { color: rgba(236,229,216,0.78); font-size: 14px; }
.footer a:hover { color: var(--paper); }
.footer-bottom { padding: 22px 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; font-size: 12px; color: rgba(236,229,216,0.62); }

@media (max-width: 960px) {
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .services-grid, .reviews, .plans { grid-template-columns: 1fr 1fr; }
  .posts { grid-template-columns: 1fr 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; gap: 26px 0; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .section, .reviews-band { padding: 72px 0; }
  .hero-figure { min-height: 320px; }
}
@media (max-width: 640px) {
  .nav-links, .nav-phone { display: none; }
  .nav-cta .btn { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; position: absolute; top: 82px; left: 0; right: 0; background: var(--ink); padding: 12px 28px 20px; border-bottom: 2px solid var(--gold); }
  .services-grid, .reviews, .plans, .posts, .process-steps, .footer-top, .hero-trust { grid-template-columns: 1fr; }
  .form .row2 { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  h1 { font-size: clamp(38px, 11vw, 52px); }
  h2 { font-size: clamp(28px, 8vw, 40px); }
  .cta-strip .ph { font-size: clamp(30px, 9vw, 44px); }
  .wrap { padding: 0 20px; }
}

/* ============================================================
   Daiffe additions - accessibility, touch targets, panels
   ============================================================ */

/* Visible keyboard focus on every interactive element */
a:focus-visible, button:focus-visible, input:focus-visible,
textarea:focus-visible, select:focus-visible {
  outline: 3px solid var(--brick);
  outline-offset: 2px;
}
.section.ink a:focus-visible, .cta-strip a:focus-visible,
.footer a:focus-visible, .hero-figure a:focus-visible,
.nav a:focus-visible, .nav button:focus-visible, .hero a:focus-visible {
  outline-color: var(--sand);
}

/* Skip link */
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; background: var(--ink); color: var(--paper); padding: 12px 18px; font-weight: 700; }
.skip-link:focus { left: 0; }

/* Touch targets >= 44px */
.nav-links a { min-height: 44px; display: inline-flex; align-items: center; }
.nav-toggle { min-height: 44px; min-width: 44px; }
.btn { min-height: 44px; }
.footer a { display: inline-flex; align-items: center; min-height: 40px; }
.footer-social a { min-height: 44px; min-width: 44px; justify-content: center; }

/* Brand figure panel (replaces stock-photo background blocks) */
.fig-panel { background: var(--ink); color: var(--stone); min-height: 440px; display: flex; flex-direction: column; justify-content: center; gap: 18px; padding: 44px; }
.fig-panel .fig-ey { font-family: var(--font-body); font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sand); }
.fig-panel .fig-big { font-family: var(--font-display); font-weight: 700; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; color: var(--paper); }
.fig-panel ul { list-style: none; padding: 0; margin: 6px 0 0; display: grid; gap: 10px; }
.fig-panel li { font-size: 14px; color: rgba(236,229,216,0.82); padding-left: 26px; position: relative; }
.fig-panel li::before { content: ""; position: absolute; left: 0; top: 5px; width: 13px; height: 13px; background: var(--sand); }
.hero-figure.green-panel { display: flex; }

/* Real photo figure keeps a meaningful alt via aria-label on a labelled box */
.split-figure[role="img"] { background-size: cover; background-position: center; }

/* Footer social row */
.footer-logo { height: 70px; width: auto; display: block; box-sizing: content-box; border: 1.5px solid var(--gold); border-radius: 8px; padding: 13px 16px; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { width: 44px; height: 44px; border: 2px solid rgba(236,229,216,0.32); color: rgba(236,229,216,0.85); display: inline-flex; align-items: center; justify-content: center; transition: all .15s; }
.footer-social a:hover { background: var(--sand); border-color: var(--sand); color: var(--ink); }
.footer-social svg { width: 19px; height: 19px; }

/* Footer attribution line */
.footer-credit { padding-top: 14px; margin-top: 0; border-top: 1px solid rgba(236,229,216,0.14); font-size: 12px; color: rgba(236,229,216,0.62); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px 18px; }
.footer-credit a { color: rgba(236,229,216,0.72); text-decoration: underline; display: inline; min-height: 0; }
.footer-credit a:hover { color: var(--paper); }
.footer-bottom a { color: rgba(236,229,216,0.82); text-decoration: underline; }
.footer-bottom a:hover { color: var(--paper); }
.footer-legal { display: inline; }

/* Legal pages (privacy, cookies) */
.legal h2 { font-family: var(--font-display); font-size: 22px; color: var(--ink); margin: 34px 0 12px; }
.legal .body-copy { margin-bottom: 14px; }
.legal-list { margin: 0 0 18px; padding-left: 22px; display: grid; gap: 8px; }
.legal-list li { color: var(--ink-2); font-size: 16px; line-height: 1.6; }
.legal a { color: var(--brick); text-decoration: underline; }
.legal a:hover { color: var(--brick-deep); }
.legal-table-wrap { overflow-x: auto; margin: 6px 0 18px; }
.legal-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.legal-table th, .legal-table td { text-align: left; vertical-align: top; padding: 10px 12px; border: 1px solid var(--line); }
.legal-table th { background: var(--stone); color: var(--ink); font-weight: 700; }
.legal-table td { color: var(--ink-2); line-height: 1.55; }
@media (max-width: 560px) {
  .legal-table { font-size: 12.5px; }
  .legal-table th, .legal-table td { padding: 7px 8px; }
}

/* Contact info card links inherit nicely */
.info-card a { color: var(--ink); text-decoration: none; }
.info-card a:hover { color: var(--brick); }

/* Form success state */
.form-success { display: none; background: var(--stone); border: 2px solid var(--ink); border-left: 8px solid var(--brick); padding: 28px; }
.form-success.show { display: block; }
.form-success h2 { color: var(--ink); margin-bottom: 8px; font-size: 22px; }
.form-success p { font-size: 15px; color: var(--ink-2); }
.form-error { margin-top: 14px; padding: 14px 16px; background: #fbeceb; border: 1px solid #d6463b; border-left: 6px solid #d6463b; color: #8a2a23; font-size: 14px; font-weight: 600; }
.form-error:empty { display: none; }
.form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Cookie consent (Google Analytics, Consent Mode v2). Injected by script.js only
   when GA is active. Desktop: small card bottom-right. Mobile: full-width bar. */
.cc-banner { position: fixed; z-index: 1000; right: 20px; bottom: 20px; width: 330px; max-width: calc(100vw - 40px); background: var(--ink); color: var(--paper); border: 1px solid rgba(230, 200, 115, 0.22); border-left: 4px solid var(--sand); border-radius: 4px; box-shadow: 0 14px 40px rgba(0, 0, 0, 0.4); padding: 18px 18px 16px; opacity: 0; transform: translateY(12px); transition: opacity 0.35s ease, transform 0.35s ease; }
.cc-banner.show { opacity: 1; transform: translateY(0); }
.cc-title { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--sand); margin-bottom: 6px; }
.cc-text { font-size: 13px; line-height: 1.55; color: rgba(255, 255, 255, 0.82); margin-bottom: 14px; }
.cc-text a { color: var(--sand); text-decoration: underline; }
.cc-actions { display: flex; gap: 10px; }
.cc-btn { font-family: var(--font-body); font-size: 12px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; padding: 9px 14px; cursor: pointer; border: 1px solid transparent; border-radius: 2px; transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease; }
.cc-accept { background: var(--sand); color: var(--ink); }
.cc-accept:hover { background: #f0d889; }
.cc-decline { background: transparent; color: var(--paper); border-color: rgba(255, 255, 255, 0.3); }
.cc-decline:hover { border-color: var(--sand); color: var(--sand); }
@media (max-width: 640px) {
  .cc-banner { right: 0; left: 0; bottom: 0; width: auto; max-width: none; border-radius: 0; border-left: none; border-top: 4px solid var(--sand); padding: 16px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; transform: translateY(100%); }
  .cc-banner.show { transform: translateY(0); }
  .cc-copy { flex: 1 1 100%; }
  .cc-text { margin-bottom: 0; }
  .cc-actions { flex: 1 1 100%; }
  .cc-btn { flex: 1; text-align: center; padding: 12px 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .cc-banner { transition: opacity 0.2s ease; transform: none; }
  .cc-banner.show { transform: none; }
}

/* Anchored service sections clear the sticky header */
section[id] { scroll-margin-top: 100px; }
.body-copy { font-size: 15.5px; color: var(--ink-2); max-width: 60ch; line-height: 1.75; margin-top: 16px; }
.section.ink .body-copy { color: rgba(236,229,216,0.82); }
.svc-head { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 4px; }
.svc-head .tag { font-family: var(--font-body); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brick); }

/* ============================================================
   Hero - high-end pass (vanilla CSS, brand-safe)
   Premium motion + haptic framing, no blobs/blur/new fonts.
   ============================================================ */
.hero { padding: 52px 0; }
@media (min-width: 768px) { .hero { padding: 72px 0 84px; } }
.hero .wrap { width: 100%; }

/* Pill eyebrow with gold dot */
.eyebrow-pill { border: 1px solid rgba(230,200,115,0.38); border-radius: 999px; padding: 8px 15px 8px 13px; gap: 9px; align-self: flex-start; max-width: 100%; }
.hero .eyebrow-pill::before { width: 7px; height: 7px; border-radius: 999px; background: var(--sand); }

/* Editorial title (sized so each line fits on one row, balancing the photo) */
.hero-title { font-size: clamp(40px, 4.7vw, 66px); line-height: 1.02; letter-spacing: -0.022em; margin-bottom: 24px; }
.hero-title .ln { display: block; }

/* Image-led hero panel (swap the Unsplash URL for the client's own photo later) */
.hero-photo { position: relative; overflow: hidden; background: #14130f; aspect-ratio: 1 / 1; }
.hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-photo-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; background: linear-gradient(to top, rgba(10,9,7,0.9) 0%, rgba(10,9,7,0.55) 45%, rgba(10,9,7,0) 100%); }
.cap-pill { background: var(--gold); color: var(--ink); border-radius: 999px; padding: 9px 16px; font-family: var(--font-body); font-weight: 700; font-size: 13px; letter-spacing: 0.01em; }
.cap-meta { font-family: var(--font-body); font-size: 11.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(247,244,236,0.86); }

/* Button-in-button CTA + magnetic spring physics */
.btn { transition: background .4s cubic-bezier(.32,.72,0,1), color .4s cubic-bezier(.32,.72,0,1), border-color .4s cubic-bezier(.32,.72,0,1), transform .4s cubic-bezier(.32,.72,0,1); }
.btn:active { transform: scale(0.985); }
.btn-cta { padding-right: 10px; gap: 12px; }
.btn-cta .btn-ico { width: 30px; height: 30px; border-radius: 999px; background: rgba(26,25,22,0.14); display: inline-flex; align-items: center; justify-content: center; font-size: 15px; line-height: 1; transition: transform .5s cubic-bezier(.32,.72,0,1), background .3s ease; }
.btn-cta:hover .btn-ico { transform: translate(3px, -1px) scale(1.07); background: rgba(26,25,22,0.24); }

/* Double-bezel: gold plaque seated in a machined tray (restrained radii, no heavy shadow) */
.hero-figure-shell { display: flex; padding: 10px; background: linear-gradient(155deg, rgba(230,200,115,0.16), rgba(230,200,115,0.04)); border: 1px solid rgba(230,200,115,0.28); border-radius: 7px; }
.hero-figure-shell .hero-figure { flex: 1; width: 100%; border-radius: 3px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.2); }

/* Scroll/load reveal - transform+opacity only, staggered via JS, reduced-motion safe.
   Hidden state is gated behind .js so no-JS users still see all content. */
.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .8s cubic-bezier(.32,.72,0,1), transform .8s cubic-bezier(.32,.72,0,1); will-change: transform, opacity; }
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal].in.settled { will-change: auto; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
  .btn, .btn-cta .btn-ico { transition: none !important; }
}

/* 404 */
.error-wrap { padding: 96px 0 110px; text-align: center; }
.error-wrap .code { font-family: var(--font-display); font-weight: 800; font-size: clamp(80px, 16vw, 160px); color: var(--brick); line-height: 1; }
.error-wrap h1 { margin: 10px 0 16px; }
.error-wrap .lead { margin: 0 auto 30px; }
.error-wrap .hero-actions { justify-content: center; }

/* ============================================================
   Testimonials rotator (real Google reviews + Facebook recs)
   ============================================================ */
.reviews-head .rating-badges { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 24px; }
.rating-badge { display: inline-flex; align-items: center; gap: 12px; background: var(--ink); color: var(--paper); border-radius: 9px; padding: 12px 18px; }
.rb-logo { width: 30px; height: 30px; flex: none; background: #fff; border-radius: 7px; display: grid; place-items: center; }
.rb-logo svg { width: 19px; height: 19px; display: block; }
.rb-text { display: flex; flex-direction: column; line-height: 1.1; }
.rb-text strong { font-family: var(--font-display); font-size: 19px; font-weight: 700; }
.rb-stars { color: var(--sand); font-size: 12px; letter-spacing: 2px; margin-top: 2px; text-transform: uppercase; font-weight: 700; }
.rb-text small { font-size: 11px; color: rgba(247,244,236,0.7); margin-top: 3px; }

.reviews-rotator { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rev-slot { min-height: 250px; }
.rev-card { background: var(--ink); color: var(--stone); border: 1px solid rgba(230,200,115,0.25); border-radius: 11px; padding: 26px; height: 100%; display: flex; flex-direction: column; gap: 14px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.06); transition: opacity .55s cubic-bezier(.32,.72,0,1), transform .55s cubic-bezier(.32,.72,0,1); }
.rev-card.fading { opacity: 0; transform: translateY(10px); }
.rev-stars { color: var(--sand); letter-spacing: 3px; font-size: 16px; }
.rev-text { font-size: 14.5px; line-height: 1.6; color: rgba(247,244,236,0.9); display: -webkit-box; -webkit-line-clamp: 6; line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }
.rev-recommend { font-family: var(--font-display); font-weight: 700; font-size: 19px; color: var(--paper); }
.rev-card--rec { text-align: center; }
.rev-rec-body { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 8px 0; }
.rev-rec-thumb { font-size: 38px; line-height: 1; }
.rev-card--rec .rev-recommend { font-size: 22px; }
.rev-card--rec .rev-foot { text-align: left; }
.rev-foot { margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(230,200,115,0.18); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.rev-who { font-size: 13px; font-weight: 700; color: var(--sand); }
.rev-who small { display: block; font-weight: 400; color: rgba(247,244,236,0.55); margin-top: 2px; }
.rev-logo { width: 32px; height: 32px; flex: none; background: #fff; border-radius: 8px; display: grid; place-items: center; }
.rev-logo svg { width: 21px; height: 21px; display: block; }
@media (max-width: 900px) { .reviews-rotator { grid-template-columns: 1fr 1fr; } .rev-slot:nth-child(3) { display: none; } }
@media (max-width: 600px) { .reviews-rotator { grid-template-columns: 1fr; } .rev-slot:nth-child(n+2) { display: none; } }
@media (prefers-reduced-motion: reduce) { .rev-card { transition: none; } }
