/* G&B Removals & Clearances - packing paper floor + kraft crates */
:root {
  --black: #1a140c;
  --ink: #1a140c;
  --panel: #e2d7c4;
  --cream: #ebe2d2;
  --cream-deep: #e0d4bf;
  --white: #ffffff;
  --mute: #6a5d4a;
  --accent: #E2A012;
  --accent-deep: #C4890A;
  --steel: #7a6c58;
  --line: #c9baa0;
  --font-display: "Barlow Condensed", Impact, sans-serif;
  --font-body: "Barlow", system-ui, sans-serif;
  --font-script: "Caveat", cursive;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
  max-width: 100%;
}

body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  max-width: 100%;
  overscroll-behavior-x: none;
}

main {
  overflow-x: clip;
  max-width: 100%;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
::selection { background: var(--accent); color: var(--black); }

.wrap {
  width: min(1100px, calc(100% - 2rem));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(235, 226, 210, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}
.site-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 50%;
}
.brand-text {
  display: none;
  flex-direction: column;
  line-height: 1;
  gap: 0.15rem;
}
.brand-text strong {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: 1.55rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.brand-text strong em {
  color: var(--accent-deep);
  font-style: italic;
}
.brand-text span {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
}
.nav-desktop {
  display: none;
  gap: 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--mute);
}
.nav-desktop a:hover { color: var(--ink); }
.header-cta {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--accent-deep);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.6rem 0.85rem;
  white-space: nowrap;
}
.header-cta:hover {
  background: var(--accent);
  color: var(--black);
  border-color: var(--accent);
}
@media (max-width: 420px) {
  .header-cta { font-size: 0.72rem; padding: 0.55rem 0.7rem; }
}

@media (min-width: 720px) {
  .brand-text { display: flex; }
  .brand img { width: 56px; height: 56px; }
}
@media (min-width: 900px) {
  .nav-desktop { display: flex; }
}

/* Hero */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(226, 160, 18, 0.1), transparent 55%),
    var(--cream);
  overflow: hidden;
  /* Clear the fixed mobile call bar so the van is not clipped */
  padding-bottom: 4.75rem;
}
@media (min-width: 880px) {
  .hero {
    min-height: 100svh;
    min-height: 100vh;
    padding-bottom: 0;
  }
}
/* Fragile packing tape stuck across the top of the hero */
.hero-tape {
  position: absolute;
  top: 3.6rem;
  right: -2.5rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 1.1rem;
  width: min(88vw, 34rem);
  padding: 0.55rem 1.4rem;
  pointer-events: none;
  transform: rotate(9deg);
  background:
    repeating-linear-gradient(115deg, transparent 0 18px, rgba(255, 255, 255, 0.16) 18px 21px),
    linear-gradient(rgba(226, 160, 18, 0.88), rgba(206, 143, 10, 0.88));
  color: #1a1205;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(0.78rem, 2.2vw, 1.05rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
  clip-path: polygon(1.5% 0, 100% 0, 98.5% 100%, 0 100%);
  opacity: 0.92;
}
.hero-tape span:nth-child(2) { opacity: 0.75; }
.hero-tape span:nth-child(3) { opacity: 0.55; }
@media (max-width: 560px) {
  .hero-tape {
    top: 3.85rem;
    right: -3rem;
    width: min(92vw, 22rem);
    padding: 0.45rem 1rem;
    gap: 0.7rem;
    font-size: 0.72rem;
    transform: rotate(8deg);
  }
}

.hero-copy {
  position: relative;
  z-index: 4;
  flex: 0 0 auto;
  padding: 6.25rem 0 1.25rem;
  width: min(1100px, calc(100% - 2rem));
  margin-inline: auto;
}
.hero-kicker {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.85rem;
}
.hero-brand {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: clamp(3.6rem, 14vw, 7.5rem);
  line-height: 0.82;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
.hero-brand .amp {
  color: var(--accent);
}
.hero-brand .sub {
  display: block;
  margin-top: 0.35rem;
  font-style: normal;
  font-weight: 600;
  font-size: 0.22em;
  letter-spacing: 0.18em;
  color: var(--ink);
}
.hero h1 {
  margin-top: 1rem;
  max-width: 16ch;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.4rem, 3.2vw, 2rem);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.hero-lede {
  margin-top: 0.7rem;
  max-width: 34ch;
  color: var(--mute);
  font-size: 1.02rem;
}
.hero-slogan {
  margin-top: 0.9rem;
  font-family: var(--font-script);
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  color: var(--ink);
}
.hero-slogan::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 4px;
  margin-top: 0.35rem;
  background: var(--accent);
  transform: skewX(-18deg);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.2rem;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.btn-primary {
  background: var(--accent);
  color: var(--black);
}
.btn-primary:hover { background: #EBB42E; }
.btn-whatsapp {
  background: #25d366;
  color: #04160a;
}
.btn-whatsapp:hover { background: #2fe574; }
.btn-ghost {
  border-color: #8a7a60;
  color: var(--ink);
}
.btn-ghost:hover { border-color: var(--accent-deep); color: var(--accent-deep); }

/* Van sits in normal flow under the copy, never overlays text */
.road-stage {
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
  width: 100%;
  margin-top: 1.5rem;
  padding-bottom: 0.35rem;
  pointer-events: none;
  overflow: hidden;
}
.road-bed {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22%;
  min-height: 2.5rem;
  background: #2a241c;
  border-top: 2px solid var(--accent);
}
.lane-dashes {
  position: absolute;
  top: 42%;
  left: 0;
  width: 200%;
  height: 3px;
  background: repeating-linear-gradient(90deg, #fff 0 36px, transparent 36px 72px);
  opacity: 0.28;
  animation: road-scroll 1.4s linear infinite;
  transform: translateY(-50%);
}
@keyframes road-scroll {
  from { transform: translate3d(0, -50%, 0); }
  to { transform: translate3d(-50%, -50%, 0); }
}
.van-wrap {
  position: relative;
  z-index: 2;
  width: min(92vw, 560px);
  margin: 0 auto;
  filter: drop-shadow(0 14px 20px rgba(40, 28, 12, 0.35));
  animation: van-idle 5s ease-in-out infinite;
}
.van-svg {
  display: block;
  width: 100%;
  height: auto;
}
@keyframes van-idle {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}
.hazard-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: repeating-linear-gradient(-45deg, #000 0 10px, var(--accent) 10px 20px);
}

@media (min-width: 900px) {
  .hero-copy {
    padding: 7.5rem 0 1.5rem;
  }
  .road-stage {
    margin-top: auto; /* pin van to bottom of first viewport on desktop */
  }
  .van-wrap {
    width: min(58vw, 680px);
  }
}

/* Slogan bar: a run of branded tape stuck across the hero seam */
.slogan-bar {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: -1.1rem;
  transform: rotate(-0.8deg) scale(1.015);
  transform-origin: center;
  background:
    repeating-linear-gradient(115deg, transparent 0 26px, rgba(255, 255, 255, 0.13) 26px 30px),
    linear-gradient(rgba(226, 160, 18, 0.985), rgba(206, 143, 10, 0.985));
  color: var(--black);
  text-align: center;
  padding: 0.85rem 1rem;
  font-family: var(--font-script);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 600;
  box-shadow: 0 8px 22px rgba(60, 40, 15, 0.28);
}

/* Packing crates — each section is a moving box, real kraft board */
.crate {
  --board: #b38c55;
  --board-hi: #c49b64;
  --board-lo: #9d7a48;
  --board-edge: #7d5f36;
  --kraft: #c4a574;
  --kraft-dim: rgba(59, 42, 20, 0.35); /* crease / fold ink on board */
  --c-ink: #241a0d;
  --c-mute: #4d3b24;
  --c-link: #7a4f00;
  --tilt: 0deg;
  position: relative;
  color: var(--c-ink);
  background:
    /* side wall shading */
    linear-gradient(90deg, rgba(0, 0, 0, 0.16), transparent 14px),
    linear-gradient(-90deg, rgba(0, 0, 0, 0.16), transparent 14px),
    /* top edge catch light */
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 9px),
    /* corrugated fluting */
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.035) 0 2px, transparent 2px 7px),
    /* board sheen and shade */
    linear-gradient(160deg, rgba(255, 255, 255, 0.07), transparent 45%),
    linear-gradient(320deg, rgba(0, 0, 0, 0.06), transparent 55%),
    linear-gradient(180deg, var(--board-hi), var(--board) 30%, var(--board-lo));
  border: 2px solid var(--board-edge);
  border-bottom: 4px solid #5e4525;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 2px 0 rgba(255, 255, 255, 0.06),
    0 6px 14px rgba(60, 40, 15, 0.18),
    0 22px 40px rgba(60, 40, 15, 0.22);
  padding: clamp(1.35rem, 3vw, 2.1rem);
  padding-top: clamp(2.3rem, 4.5vw, 3rem);
  overflow: hidden;
  transform: rotate(var(--tilt));
}
/* hand-stacked: each box sits a touch off square */
.crate[data-mark="01"] { --tilt: -0.3deg; }
.crate[data-mark="02"] { --tilt: 0.25deg; }
.crate[data-mark="03"] { --tilt: -0.2deg; }
.crate[data-mark="04"] { --tilt: 0.3deg; }
.crate-quote { --tilt: 0deg; } /* keep the form dead level */

/* paper grain */
.crate::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23g)' opacity='0.055'/%3E%3C/svg%3E");
}

/* closed box top: two flaps meeting at a centre seam */
.crate-flaps {
  position: absolute;
  inset: 0 0 auto;
  height: 30px;
  pointer-events: none;
  background:
    linear-gradient(to bottom right, transparent calc(50% - 1px), var(--kraft-dim) calc(50% - 0.5px), var(--kraft-dim) calc(50% + 0.5px), transparent calc(50% + 1px)) left top / 50.2% 100% no-repeat,
    linear-gradient(to bottom left, transparent calc(50% - 1px), var(--kraft-dim) calc(50% - 0.5px), var(--kraft-dim) calc(50% + 0.5px), transparent calc(50% + 1px)) right top / 50.2% 100% no-repeat,
    linear-gradient(var(--kraft-dim), var(--kraft-dim)) center bottom / 100% 1px no-repeat,
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent) top / 100% 100% no-repeat;
}
/* clear tape over the flap seam, torn at the bottom */
.crate-flaps::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  width: 44px;
  height: 58px;
  transform: translateX(-50%) rotate(1.4deg);
  background:
    linear-gradient(105deg, transparent 32%, rgba(255, 255, 255, 0.22) 46%, transparent 62%),
    rgba(226, 160, 18, 0.4);
  box-shadow: inset 0 0 0 1px rgba(122, 79, 0, 0.25);
  clip-path: polygon(0 0, 100% 0, 100% 93%, 86% 100%, 70% 94%, 52% 100%, 34% 94%, 16% 100%, 0 93%);
}

/* branded corner tape: sheen stripes, ragged ends */
.crate-tape {
  position: absolute;
  top: 1.15rem;
  right: -1.6rem;
  width: 9.5rem;
  padding: 0.4rem 0.5rem;
  background:
    repeating-linear-gradient(115deg, transparent 0 16px, rgba(255, 255, 255, 0.12) 16px 19px),
    linear-gradient(rgba(226, 160, 18, 0.97), rgba(206, 143, 10, 0.97));
  color: var(--black);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(28deg);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.45);
  clip-path: polygon(0 14%, 4% 0, 100% 0, 100% 100%, 5% 100%, 0 80%, 1.5% 46%);
  z-index: 2;
}
.crate-tape span { display: block; }

/* printed shipping label, stuck on slightly skew */
.crate-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.9rem;
  margin-bottom: 1.35rem;
  padding: 0.5rem 0.85rem;
  background: linear-gradient(180deg, #faf5e9, #ede4cd);
  color: #221a0c;
  box-shadow:
    0 3px 9px rgba(46, 31, 12, 0.4),
    inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  transform: rotate(-0.5deg);
}
.crate-label::after {
  content: "";
  width: 52px;
  height: 18px;
  background: repeating-linear-gradient(90deg, #221a0c 0 2px, transparent 2px 3px, #221a0c 3px 6px, transparent 6px 9px, #221a0c 9px 10px, transparent 10px 13px);
}
.crate-code {
  font-family: var(--font-display);
  font-weight: 800;
  font-style: italic;
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  color: #9a6a00;
}
.crate-dest {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #56482a;
}
@media (max-width: 400px) {
  .crate-label::after { display: none; }
}

/* worn rubber stamp: boxed, patchy ink */
.crate-stamp {
  position: absolute;
  right: 5%;
  bottom: 9%;
  margin: 0;
  padding: 0.12em 0.5em;
  border: 3px solid rgba(41, 28, 10, 0.45);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.35rem, 3.4vw, 2.3rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(41, 28, 10, 0.48);
  transform: rotate(-9deg);
  pointer-events: none;
  z-index: 0;
  white-space: nowrap;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='w'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.16' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0.9 0.9 0.9 0 -0.35'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23w)'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='w'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.16' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0.9 0.9 0.9 0 -0.35'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23w)'/%3E%3C/svg%3E");
  -webkit-mask-size: 240px 240px;
  mask-size: 240px 240px;
}
/* BOX 01: long stamp sits top-right, clear of the inventory list */
.crate[data-mark="01"] .crate-stamp {
  top: 3.5rem;
  right: 1rem;
  bottom: auto;
  transform: rotate(7deg);
  font-size: clamp(1.1rem, 2.4vw, 1.7rem);
}
/* BOX 02: stamp sits top-right on desktop so it does not cover the steps */
.crate[data-mark="02"] .crate-stamp {
  top: 3.4rem;
  right: 1.1rem;
  bottom: auto;
  transform: rotate(8deg);
}

/* Mobile: park every stamp in a reserved empty strip at the box foot */
@media (max-width: 720px) {
  .crate {
    padding-bottom: 3.6rem;
  }
  .crate-stamp {
    top: auto;
    right: 0.7rem;
    bottom: 0.7rem;
    left: auto;
    font-size: 1rem;
    letter-spacing: 0.08em;
    transform: rotate(-7deg);
    max-width: calc(100% - 1.4rem);
  }
  .crate[data-mark="01"] .crate-stamp {
    /* long mark: keep it small so it stays in the foot strip */
    top: auto;
    bottom: 0.7rem;
    right: 0.7rem;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    padding: 0.1em 0.4em;
    transform: rotate(-7deg);
  }
  .crate[data-mark="02"] .crate-stamp {
    top: auto;
    bottom: 0.7rem;
    right: 0.7rem;
    transform: rotate(-7deg);
  }
  .crate[data-mark="05"] .crate-stamp {
    font-size: 0.85rem;
  }
}

.crate-body {
  position: relative;
  z-index: 1;
}
.crate .section-kicker { display: none; } /* label replaces kicker */

/* Motion: box set down, label pressed on, tape slapped last */
@media (prefers-reduced-motion: no-preference) {
  .crate {
    transform: translateY(34px) rotate(calc(var(--tilt) + 0.6deg));
    opacity: 0;
    transition:
      transform 0.75s cubic-bezier(0.16, 0.85, 0.3, 1.04),
      opacity 0.5s ease;
  }
  .crate.is-in {
    transform: translateY(0) rotate(var(--tilt));
    opacity: 1;
  }
  .crate .crate-label {
    opacity: 0;
    transform: rotate(-0.5deg) translateY(-8px);
    transition: transform 0.35s ease-out, opacity 0.25s ease;
    transition-delay: 0.35s;
  }
  .crate.is-in .crate-label {
    opacity: 1;
    transform: rotate(-0.5deg) translateY(0);
  }
  .crate .crate-tape {
    opacity: 0;
    transform: rotate(31deg) scale(1.12);
    transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.3), opacity 0.2s ease;
    transition-delay: 0.5s;
  }
  .crate.is-in .crate-tape {
    opacity: 1;
    transform: rotate(28deg) scale(1);
  }
}

/* Floor under the stacked load */
.services,
.process,
.areas,
.faq,
.contact {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(226, 160, 18, 0.08), transparent 55%),
    var(--cream);
}
.process,
.faq {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(226, 160, 18, 0.08), transparent 55%),
    var(--cream-deep);
}

/* Everything inside a crate prints as dark ink on board */
.crate .section-lede,
.crate .service p,
.crate .step p,
.crate .faq-item p,
.crate .area-note,
.crate .contact-facts dt,
.crate .quote-form .hint { color: var(--c-mute); }
.crate .service a { color: var(--c-link); }
.crate .service a:hover { color: var(--c-ink); }
.crate .step { border-top-color: rgba(59, 42, 20, 0.7); }
.crate .step .n { color: var(--c-link); }
.crate .faq-item summary::after { color: var(--c-link); }
.crate .contact-facts a:hover { color: var(--c-link); }
.crate .btn-ghost {
  border-color: rgba(36, 26, 13, 0.55);
  color: var(--c-ink);
}
.crate .btn-ghost:hover {
  border-color: var(--c-ink);
  color: var(--c-ink);
  background: rgba(0, 0, 0, 0.06);
}

/* Inside BOX 01: services as an inventory sheet, ticked off */
.crate .service-list {
  counter-reset: load;
  border-top: 1px dashed var(--kraft-dim);
}
.crate .service {
  counter-increment: load;
  position: relative;
  border-left: 0;
  border-bottom: 1px dashed var(--kraft-dim);
  padding: 1.2rem 0 1.2rem 2.6rem;
}
.crate .service:hover { background: rgba(0, 0, 0, 0.045); }
.crate .service::before {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 1.5rem;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(36, 26, 13, 0.55);
}
.crate .service::after {
  content: "\2713";
  position: absolute;
  left: 0.62rem;
  top: 1.3rem;
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1;
  color: var(--c-link);
  opacity: 0;
  transform: rotate(-8deg);
  transition: opacity 0.18s ease;
}
.crate .service:hover::after { opacity: 1; }
.crate .service h3::before {
  content: counter(load, decimal-leading-zero);
  margin-right: 0.55rem;
  font-style: italic;
  font-size: 0.82em;
  color: rgba(122, 79, 0, 0.85);
}

/* Inside BOX 03: areas as tie-on tags */
.crate .area-list a {
  position: relative;
  border: 1px solid rgba(36, 26, 13, 0.5);
  padding-left: 1.6rem;
}
.crate .area-list a::before {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  width: 7px;
  height: 7px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid rgba(36, 26, 13, 0.55);
}
.crate .area-list a:hover {
  border-color: var(--c-ink);
  background: var(--c-ink);
  color: #ecdfc2;
}
.crate .area-list a:hover::before { border-color: #ecdfc2; }

/* Inside BOX 04 */
.crate .faq-list { border-top: 1px dashed var(--kraft-dim); }
.crate .faq-item { border-bottom: 1px dashed var(--kraft-dim); }

/* Inside BOX 05: the form is a paper packing slip */
.crate-quote .quote-form {
  border: 2px dashed rgba(59, 42, 20, 0.5);
  background: #f2ead7;
}
.crate .field label { color: #6b5837; }
.crate .field input,
.crate .field select,
.crate .field textarea {
  background: #fbf7ec;
  border: 1px solid #b6a274;
  color: var(--c-ink);
}
.crate .field input:focus,
.crate .field select:focus,
.crate .field textarea:focus { border-color: var(--c-link); }
.crate #quote-status { color: var(--c-link); }

/* Sections */
section {
  padding: clamp(3.25rem, 7vw, 5rem) 0;
  overflow-x: clip;
  max-width: 100%;
}
.section-kicker {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.55rem;
}
.section-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-style: italic;
  font-size: clamp(2.3rem, 6vw, 3.6rem);
  line-height: 0.95;
  text-transform: uppercase;
  max-width: 14ch;
  margin-bottom: 0.7rem;
}
.section-lede {
  color: var(--mute);
  max-width: 46ch;
  margin-bottom: 1.75rem;
}

/* Services: stacked rules, not cards */
.services { background: var(--cream); }
.service-list {
  border-top: 1px solid var(--line);
}
.service {
  display: grid;
  gap: 0.55rem;
  padding: 1.25rem 0 1.25rem 1rem;
  border-bottom: 1px solid var(--line);
  border-left: 3px solid var(--accent);
}
.service h3 {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.service p {
  color: var(--mute);
  max-width: 58ch;
  font-size: 0.98rem;
}
.service a {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.service a:hover { color: #EBB42E; }
@media (min-width: 800px) {
  .service {
    grid-template-columns: 220px 1fr auto;
    align-items: baseline;
    gap: 1.5rem;
  }
}

/* Process */
.process { background: var(--cream-deep); }
.steps {
  display: grid;
  gap: 1.5rem;
}
.step {
  padding-top: 0.25rem;
  border-top: 2px solid var(--accent);
}
.step .n {
  font-family: var(--font-display);
  font-weight: 800;
  font-style: italic;
  font-size: 2rem;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 0.35rem;
}
.step h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.step p { color: var(--mute); font-size: 0.95rem; max-width: 40ch; }
@media (min-width: 800px) {
  .steps { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
}

/* Areas */
.areas { background: var(--cream); }
.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.area-list a {
  border: 1px solid var(--line);
  padding: 0.55rem 0.85rem;
  font-size: 0.88rem;
  font-weight: 600;
}
.area-list a:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.area-note { color: var(--steel); font-size: 0.9rem; max-width: 50ch; }

/* FAQ */
.faq { background: var(--cream-deep); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 1rem 0;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1;
}
.faq-item[open] summary::after { content: "-"; }
.faq-item p {
  margin-top: 0.7rem;
  color: var(--mute);
  max-width: 60ch;
}

/* Contact */
.contact { background: var(--cream); }
.contact-grid {
  display: grid;
  gap: 2rem;
}
.contact-facts {
  display: grid;
  gap: 1rem;
  margin: 1.25rem 0;
}
.contact-facts dt {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: 0.15rem;
}
.contact-facts dd { font-weight: 700; }
.contact-facts a:hover { color: var(--accent); }

.quote-form {
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 1.35rem;
}
.quote-form h3 {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}
.quote-form .hint {
  color: var(--mute);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.field { margin-bottom: 0.8rem; }
.field label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: 0.3rem;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  background: #f7f1e4;
  border: 1px solid #b6a274;
  padding: 0.75rem 0.85rem;
  outline: none;
}
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--accent); }
.field textarea { min-height: 110px; resize: vertical; }
.form-row { display: grid; gap: 0.8rem; }
#quote-status { margin-top: 0.75rem; font-size: 0.85rem; color: var(--accent); min-height: 1.2em; }
@media (min-width: 560px) {
  .form-row { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 880px) {
  .contact-grid {
    grid-template-columns: 1fr 1.05fr;
    gap: 2.5rem;
    align-items: start;
  }
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--line);
  background: var(--cream-deep);
  padding: 2.25rem 0 6.5rem;
}
.footer-grid {
  display: grid;
  gap: 1.25rem;
}
.footer-brand {
  display: flex;
  gap: 0.85rem;
  align-items: center;
}
.footer-brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.footer-brand .mark {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 1;
}
.footer-brand .mark em { color: var(--accent); font-style: italic; }
.footer-brand p {
  margin-top: 0.35rem;
  color: var(--steel);
  font-size: 0.88rem;
  max-width: 34ch;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.15rem;
  font-size: 0.88rem;
  color: var(--mute);
}
.footer-links a:hover { color: var(--accent); }
.footer-meta {
  margin-top: 1.75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  font-size: 0.78rem;
  color: var(--steel);
}
.footer-meta a:hover { color: var(--accent); }
@media (min-width: 720px) {
  .footer-grid {
    grid-template-columns: 1.3fr 1fr;
    align-items: start;
  }
}

/* Mobile call bar — WhatsApp first for photo quotes */
.call-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1px;
  background: var(--line);
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.call-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.95rem 0.5rem;
  font-weight: 700;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: var(--panel);
}
.call-bar a.whatsapp {
  background: #25d366;
  color: #04160a;
}
.call-bar a.call {
  background: var(--accent);
  color: var(--black);
}

/* Desktop floating WhatsApp */
.wa-float {
  display: none;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 120;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #04160a;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
}
.wa-float:hover { background: #2fe574; }

@media (min-width: 880px) {
  .call-bar { display: none; }
  .wa-float { display: flex; }
  .site-footer { padding-bottom: 2.25rem; }
}

/* Inner pages */
.page-hero {
  padding: 7rem 0 2.75rem;
  background: var(--cream-deep);
  border-bottom: 3px solid var(--accent);
}
.page-hero h1 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: clamp(2.4rem, 6vw, 4rem);
  line-height: 0.95;
  text-transform: uppercase;
  max-width: 16ch;
  margin-bottom: 0.7rem;
}
.page-hero p { color: var(--mute); max-width: 50ch; }
.prose { color: var(--mute); max-width: 68ch; }
.prose p + p { margin-top: 1rem; }
.prose ul { margin: 1rem 0 0 1.1rem; display: grid; gap: 0.4rem; }
.prose strong { color: var(--white); }

@media (prefers-reduced-motion: reduce) {
  .lane-dashes, .van-wrap { animation: none !important; }
  .van-wrap { transform: none; }
}
