/* =========================================================
   SKIP BINS AUCKLAND — STYLESHEET
   Brand colours: Orange #ea7632, Blue #3973cb, White
   ========================================================= */

:root {
  --bg: #ffffff;                /* WHITE main background */
  --bg-soft: #f5f8fc;            /* Very light blue-white */
  --ink: #0f2340;                /* Deep navy for text */
  --ink-soft: #4a5568;
  --muted: #8a8a8a;
  --line: #dde5ee;
  --accent: #ea7632;             /* ORANGE - primary action */
  --accent-dark: #c85e1e;
  --accent-light: #ff8a4a;
  --blue: #3973cb;               /* BLUE - structural */
  --blue-dark: #285ba3;
  --blue-deep: #0f2340;          /* Deep navy for sections */
  --white: #ffffff;
  --radius: 14px;
  --shadow-sm: 0 2px 8px rgba(15,35,64,0.06);
  --shadow-md: 0 10px 30px rgba(15,35,64,0.10);
  --shadow-lg: 0 20px 60px rgba(15,35,64,0.15);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 0.5em;
}
h1 { font-size: clamp(2.6rem, 6vw, 5rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
h3 { font-size: 1.25rem; letter-spacing: -0.01em; }
h4 { font-size: 1rem; letter-spacing: 0; }
p { margin: 0 0 1em; color: var(--ink-soft); }
a { color: var(--ink); text-decoration: none; transition: color .2s; }
a:hover { color: var(--accent-dark); }
.muted { color: var(--muted); font-weight: 400; }
.accent { color: var(--accent); }

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 14px 24px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700; font-size: 0.95rem; letter-spacing: 0.01em;
  border-radius: 100px; border: 2px solid transparent;
  cursor: pointer; transition: all .2s ease;
  text-decoration: none; white-space: nowrap;
}
.btn-primary { background: var(--accent); color: var(--white); }
.btn-primary:hover { background: var(--accent-dark); color: var(--white); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-blue { background: var(--blue); color: var(--white); }
.btn-blue:hover { background: var(--blue-dark); color: var(--white); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--bg); }
.btn-ghost-light { background: transparent; color: var(--white); border-color: var(--white); }
.btn-ghost-light:hover { background: var(--white); color: var(--blue-deep); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--line); padding: 10px 18px; font-size: 0.85rem; }
.btn-outline:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.btn-block { width: 100%; padding: 16px; font-size: 1rem; }

/* TOP BAR */
.topbar { background: var(--blue-deep); color: #d8d8d8; font-size: 0.8rem; padding: 8px 0; }
.topbar-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.topbar a { color: #d8d8d8; margin-right: 18px; }
.topbar a:hover { color: var(--accent); }
.topbar-tag { color: #9a9a9a; }

/* HEADER */
.header { background: var(--bg); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; gap: 24px; }
.logo { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.logo-mark {
  width: 54px; height: 54px;
  background: var(--accent);
  color: var(--white);
  display: grid; place-items: center;
  font-family: 'Archivo Black', sans-serif;
  font-size: 1.15rem;
  border-radius: 12px;
  transform: rotate(-4deg);
  box-shadow: 0 4px 12px rgba(234,118,50,0.35);
  letter-spacing: -0.02em;
  border: 3px solid var(--blue-deep);
}
.logo-text {
  font-family: 'Archivo Black', sans-serif;
  font-size: 1.35rem;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--blue-deep);
  display: flex;
  flex-direction: column;
}
.logo-text .logo-top { font-size: 1rem; letter-spacing: 0.08em; color: var(--accent); line-height: 1; margin-bottom: 3px; }
.logo-text .logo-main { font-size: 1.6rem; line-height: 0.9; letter-spacing: -0.02em; }

@media (max-width: 560px) {
  .logo-mark { width: 46px; height: 46px; font-size: 0.95rem; }
  .logo-text .logo-top { font-size: 0.78rem; }
  .logo-text .logo-main { font-size: 1.25rem; }
}

.nav { display: flex; gap: 22px; align-items: center; }
.nav a { font-weight: 600; font-size: 0.9rem; position: relative; padding: 6px 0; }
.nav a.active::after, .nav a:hover::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--accent); border-radius: 2px; }

.hamburger { display: none; background: none; border: none; width: 32px; height: 32px; padding: 0; cursor: pointer; flex-direction: column; justify-content: center; gap: 5px; }
.hamburger span { display: block; width: 24px; height: 2.5px; background: var(--ink); border-radius: 2px; }

/* HERO */
.hero { position: relative; padding: 80px 0 100px; overflow: hidden; background: var(--bg-soft); }
.hero-bg {
  position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(234,118,50,0.10), transparent 55%),
              radial-gradient(circle at 10% 80%, rgba(57,115,203,0.08), transparent 55%);
  pointer-events: none;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.hero-eyebrow {
  display: inline-block; font-size: 0.8rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.15em;
  color: var(--blue-dark); background: rgba(57,115,203,0.12);
  padding: 6px 14px; border-radius: 100px; margin-bottom: 24px;
}
.hero h1 { margin-bottom: 24px; color: var(--blue-deep); }
.hero-sub { font-size: 1.15rem; max-width: 480px; margin-bottom: 32px; }
.hero-features { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 10px; }
.hero-features li { display: flex; align-items: center; gap: 10px; font-weight: 500; }
.hero-features li::before {
  content: '✓'; width: 24px; height: 24px;
  background: var(--accent); color: var(--white);
  border-radius: 50%; display: grid; place-items: center;
  font-size: 0.75rem; font-weight: 900; flex-shrink: 0;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* HERO PHOTO (homepage) */
.hero-photo {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 3px solid var(--white);
  margin-bottom: 24px;
  position: relative;
}
.hero-photo img { display: block; width: 100%; height: auto; }
.hero-photo::after {
  content: 'Auckland Skip Bins — the real thing';
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(0deg, rgba(15,35,64,0.85), transparent);
  color: var(--white); padding: 30px 20px 14px;
  font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.05em;
}

/* BOOKING CARD */
.booking-card { background: white; border-radius: 20px; padding: 36px; box-shadow: var(--shadow-lg); border: 1px solid var(--line); position: relative; }
.booking-head { margin-bottom: 24px; text-align: center; }
.booking-pill { display: inline-block; background: var(--blue-deep); color: var(--white); padding: 4px 14px; border-radius: 100px; font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 12px; }
.booking-head h2 { font-size: 1.8rem; margin-bottom: 6px; }
.booking-head p { font-size: 0.92rem; margin: 0; }
.booking-form { display: flex; flex-direction: column; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--ink); }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 1rem;
  padding: 12px 14px; border: 1.5px solid var(--line);
  border-radius: 10px; background: var(--bg); color: var(--ink);
  transition: border-color .15s, background .15s; outline: none;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink); background: white; }
.field textarea { resize: vertical; min-height: 70px; }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.price-box { background: var(--blue-deep); color: var(--white); border-radius: 12px; padding: 18px 22px; margin: 8px 0; display: flex; flex-direction: column; gap: 4px; position: relative; overflow: hidden; }
.price-box::before { content: ''; position: absolute; right: -30px; top: -30px; width: 100px; height: 100px; background: var(--accent); border-radius: 50%; opacity: 0.15; }
.price-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.7; }
.price-amount { font-family: 'Archivo Black', sans-serif; font-size: 2.4rem; color: var(--accent); line-height: 1; }
.price-note { font-size: 0.82rem; opacity: 0.7; }

.form-disclaimer { font-size: 0.78rem; text-align: center; color: var(--muted); margin: 4px 0 0; }
.booking-success { text-align: center; padding: 40px 20px; }
.success-icon { width: 72px; height: 72px; background: var(--accent); color: var(--ink); border-radius: 50%; display: grid; place-items: center; font-size: 2rem; font-weight: 900; margin: 0 auto 18px; }

/* STRIP */
.strip { background: var(--blue-deep); color: var(--bg); padding: 36px 0; }
.strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.strip-grid > div { display: flex; flex-direction: column; gap: 4px; }
.strip-grid strong { font-family: 'Archivo Black', sans-serif; font-size: 1.8rem; color: var(--accent); letter-spacing: -0.02em; }
.strip-grid span { font-size: 0.85rem; color: #b8b8b8; }

/* SECTION HEAD */
.section-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section-eyebrow { display: inline-block; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; color: var(--accent-dark); margin-bottom: 12px; }

/* SIZES */
.sizes { padding: 100px 0; }
.size-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.size-card { background: white; border: 1px solid var(--line); border-radius: 16px; padding: 28px 24px; position: relative; transition: transform .25s, box-shadow .25s; }
.size-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.size-card.featured { background: var(--blue-deep); color: var(--white); border-color: var(--blue-deep); }
.size-card.featured h3, .size-card.featured .size-number { color: var(--bg); }
.size-card.featured p, .size-card.featured ul { color: #c8c8c8; }
.size-card.featured .btn-outline { color: var(--bg); border-color: rgba(255,255,255,0.3); }
.size-card.featured .btn-outline:hover { background: var(--accent); color: var(--ink); border-color: var(--accent); }
.size-badge { position: absolute; top: -10px; right: 20px; background: var(--accent); color: var(--ink); font-size: 0.7rem; font-weight: 800; padding: 4px 12px; border-radius: 100px; text-transform: uppercase; letter-spacing: 0.1em; }
.size-number { font-family: 'Archivo Black', sans-serif; font-size: 3.2rem; letter-spacing: -0.04em; line-height: 1; margin-bottom: 8px; color: var(--ink); }
.size-card h3 { margin-bottom: 8px; }
.size-card p { font-size: 0.92rem; margin-bottom: 16px; }
.size-card ul { list-style: none; padding: 0; margin: 0 0 20px; font-size: 0.85rem; }
.size-card ul li { padding: 4px 0; border-bottom: 1px dashed rgba(0,0,0,0.08); }
.size-card.featured ul li { border-bottom-color: rgba(255,255,255,0.1); }

/* WASTE */
.waste { padding: 100px 0; background: white; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.waste-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.waste-card { border-radius: 16px; padding: 36px 28px; border: 1px solid var(--line); }
.waste-icon { font-size: 2.4rem; margin-bottom: 16px; width: 60px; height: 60px; background: var(--bg); border-radius: 14px; display: grid; place-items: center; }
.waste-card h3 { margin-bottom: 14px; }
.waste-card ul { list-style: none; padding: 0; margin: 0; }
.waste-card ul li { padding: 8px 0; border-bottom: 1px solid var(--line); font-weight: 500; }
.waste-card ul li:last-child { border-bottom: none; }
.waste-green { background: linear-gradient(180deg, #f0f8ee 0%, white 100%); }
.waste-hard { background: linear-gradient(180deg, #f8f3ee 0%, white 100%); }
.waste-clean { background: linear-gradient(180deg, #f3f3ee 0%, white 100%); }

/* WHY */
.why { padding: 100px 0; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-card { padding: 32px 28px; background: white; border: 1px solid var(--line); border-radius: 16px; position: relative; transition: transform .25s, box-shadow .25s; }
.why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.why-num { font-family: 'Archivo Black', sans-serif; font-size: 2.4rem; color: var(--accent); letter-spacing: -0.04em; display: block; margin-bottom: 8px; }
.why-card h3 { margin-bottom: 8px; }
.why-card p { font-size: 0.92rem; margin: 0; }

/* AREAS */
.areas { padding: 80px 0; background: var(--blue-deep); color: var(--white); }
.areas h2 { color: var(--bg); }
.areas p { color: #b8b8b8; max-width: 420px; }
.areas-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.areas-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.areas-list li { font-family: 'Archivo Black', sans-serif; font-size: 1.4rem; padding: 14px 18px; background: rgba(255,255,255,0.05); border-left: 3px solid var(--accent); border-radius: 8px; color: var(--bg); }

/* CTA */
.cta-final { background: var(--blue); padding: 80px 0; text-align: center; color: var(--white); position: relative; overflow: hidden; }
.cta-final::before, .cta-final::after { content: ''; position: absolute; width: 300px; height: 300px; border-radius: 50%; pointer-events: none; }
.cta-final::before { background: rgba(234,118,50,0.20); top: -100px; left: -80px; }
.cta-final::after { background: rgba(255,255,255,0.08); bottom: -120px; right: -80px; }
.cta-final > .container { position: relative; }
.cta-final h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin-bottom: 14px; color: var(--white); }
.cta-final p { font-size: 1.1rem; color: rgba(255,255,255,0.9); margin-bottom: 32px; }
.cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-final .btn-primary { background: var(--accent); color: var(--white); }
.cta-final .btn-primary:hover { background: var(--accent-dark); }
.cta-final .btn-ghost-light { color: var(--white); border-color: var(--white); }
.cta-final .btn-ghost-light:hover { background: var(--white); color: var(--blue); }

/* FOOTER */
.footer { background: var(--blue-deep); color: #c8c8c8; padding: 70px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 50px; }
.footer h4 { color: var(--bg); font-family: 'Manrope', sans-serif; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 16px; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { padding: 5px 0; font-size: 0.92rem; }
.footer ul li a { color: #c8c8c8; }
.footer ul li a:hover { color: var(--accent); }
.footer .logo { margin-bottom: 16px; }
.footer .logo-text { color: var(--white); }
.footer .logo-text .logo-top { color: var(--accent); }
.footer .logo-text .logo-main { color: var(--white); }
.footer-tag { font-size: 0.9rem; color: #9a9a9a; max-width: 280px; }
.footer-contact li { display: flex; align-items: center; gap: 8px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; font-size: 0.82rem; color: #888; }

/* RESPONSIVE */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .size-grid { grid-template-columns: repeat(2, 1fr); }
  .waste-grid, .why-grid { grid-template-columns: 1fr; }
  .strip-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .areas-inner { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .nav { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--bg); padding: 20px; border-bottom: 1px solid var(--line); gap: 14px; }
  .nav.open { display: flex; }
  .hamburger { display: flex; }
  .nav-cta { display: none; }
  .header { position: relative; }
}

@media (max-width: 560px) {
  .hero { padding: 50px 0 60px; }
  .booking-card { padding: 24px; }
  .size-grid { grid-template-columns: 1fr; }
  .strip-grid { grid-template-columns: 1fr 1fr; }
  .areas-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .row { grid-template-columns: 1fr; }
  .topbar-inner { justify-content: center; text-align: center; }
  .topbar-tag { width: 100%; text-align: center; }
}

/* PAGE HERO */
.page-hero { position: relative; padding: 70px 0 60px; background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.page-hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 90% 30%, rgba(234,118,50,0.10), transparent 55%),
              radial-gradient(circle at 5% 70%, rgba(57,115,203,0.08), transparent 55%);
}
.page-hero > .container { position: relative; }
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); margin-bottom: 20px; color: var(--blue-deep); }
.page-hero-sub { font-size: 1.1rem; max-width: 560px; margin: 0; }

/* STORY */
.story { padding: 100px 0; background: white; }
.story-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 60px; align-items: start; }
.story-text p { font-size: 1.02rem; }
.story-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stat-block { background: var(--bg); border-radius: 14px; padding: 28px 22px; border: 1px solid var(--line); text-align: center; transition: transform .25s, box-shadow .25s; }
.stat-block:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.stat-block strong { display: block; font-family: 'Archivo Black', sans-serif; font-size: 2.2rem; color: var(--ink); letter-spacing: -0.03em; margin-bottom: 4px; }
.stat-block span { font-size: 0.85rem; color: var(--ink-soft); font-weight: 600; }
@media (max-width: 960px) { .story-grid { grid-template-columns: 1fr; gap: 40px; } }

/* BOOK PAGE */
.book-section { padding: 80px 0 100px; }
.book-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: start; }
.book-side { display: flex; flex-direction: column; gap: 18px; position: sticky; top: 100px; }
.side-card { background: white; border: 1px solid var(--line); border-radius: 16px; padding: 28px; }
.side-card h3 { margin-bottom: 14px; }
.side-card p { font-size: 0.92rem; margin: 0 0 14px; }
.side-card p:last-child { margin-bottom: 0; }
.side-card-dark { background: var(--blue-deep); color: var(--white); border-color: var(--blue-deep); }
.side-card-dark h3 { color: var(--bg); }
.side-card-dark p { color: #c8c8c8; }
.side-card-dark .btn-primary { background: var(--accent); }
.steps { list-style: none; padding: 0; margin: 0; counter-reset: step; }
.steps li { position: relative; padding: 0 0 18px 42px; counter-increment: step; border-left: 2px dashed var(--line); margin-left: 14px; padding-bottom: 18px; }
.steps li:last-child { border-left: 2px dashed transparent; padding-bottom: 0; }
.steps li::before { content: counter(step); position: absolute; left: -14px; top: 0; width: 26px; height: 26px; background: var(--accent); color: var(--ink); border-radius: 50%; display: grid; place-items: center; font-family: 'Archivo Black', sans-serif; font-size: 0.8rem; }
.steps li strong { display: block; font-size: 0.95rem; margin-bottom: 2px; }
.steps li span { font-size: 0.85rem; color: var(--ink-soft); }
@media (max-width: 960px) { .book-grid { grid-template-columns: 1fr; } .book-side { position: static; } }

/* FAQ */
.faq { padding: 80px 0 100px; }
.faq-inner { max-width: 820px; margin: 0 auto; }
.faq-group { margin-bottom: 56px; }
.faq-group:last-child { margin-bottom: 0; }
.faq-group-title { display: flex; align-items: center; gap: 16px; font-size: 1.4rem; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 2px solid var(--line); }
.faq-num { font-family: 'Archivo Black', sans-serif; background: var(--blue-deep); color: var(--white); padding: 4px 10px; border-radius: 8px; font-size: 0.9rem; }
.faq-item { background: white; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; overflow: hidden; transition: box-shadow .2s; }
.faq-item[open] { box-shadow: var(--shadow-sm); border-color: var(--ink); }
.faq-item summary { padding: 18px 22px; cursor: pointer; font-weight: 700; font-size: 1rem; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; user-select: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-family: 'Archivo Black', sans-serif; font-size: 1.6rem; color: var(--accent-dark); transition: transform .2s; line-height: 1; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-answer { padding: 0 22px 22px; border-top: 1px dashed var(--line); padding-top: 16px; }
.faq-answer p { margin: 0 0 12px; font-size: 0.95rem; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer ul { margin: 0 0 12px; padding-left: 20px; }
.faq-answer ul li { padding: 3px 0; font-size: 0.95rem; }
.faq-answer a { color: var(--accent-dark); font-weight: 600; }
.faq-answer a:hover { text-decoration: underline; }

/* CONTACT */
.contact-section { padding: 80px 0 100px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: start; }
.contact-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-card { background: white; border: 1px solid var(--line); border-radius: 16px; padding: 26px 22px; transition: transform .25s, box-shadow .25s; }
.contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.contact-card-featured { grid-column: span 2; background: var(--blue-deep); color: var(--white); border-color: var(--blue-deep); }
.contact-card-featured h3 { color: var(--bg); }
.contact-card-featured p { color: #c8c8c8; }
.contact-icon { font-size: 1.6rem; width: 48px; height: 48px; background: var(--accent); border-radius: 12px; display: grid; place-items: center; margin-bottom: 14px; }
.contact-card h3 { margin-bottom: 8px; }
.contact-card p { font-size: 0.9rem; margin-bottom: 12px; }
.contact-big { display: block; font-family: 'Archivo Black', sans-serif; font-size: 1.6rem; color: var(--accent) !important; margin-bottom: 8px; letter-spacing: -0.02em; }
.contact-link { display: block; font-weight: 700; color: var(--ink) !important; word-break: break-all; margin-bottom: 8px; }
.contact-hours { font-size: 0.78rem; color: var(--muted); display: block; }
.contact-card-featured .contact-hours { color: #9a9a9a; }
.contact-area-list, .contact-hours-list { list-style: none; padding: 0; margin: 0; font-size: 0.88rem; }
.contact-area-list li { padding: 4px 0; font-weight: 500; }
.contact-hours-list li { display: flex; justify-content: space-between; padding: 6px 0; border-bottom: 1px dashed var(--line); }
.contact-hours-list li:last-child { border-bottom: none; }
.contact-hours-list strong { font-weight: 700; }
@media (max-width: 960px) { .contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .contact-methods { grid-template-columns: 1fr; } .contact-card-featured { grid-column: span 1; } }

/* TERMS */
.terms-section { padding: 60px 0 100px; }
.terms-inner { max-width: 760px; margin: 0 auto; }
.terms-notice { background: rgba(234, 118, 50, 0.10); border: 1px solid var(--accent); border-radius: 12px; padding: 18px 22px; margin-bottom: 36px; display: block; }
.terms-notice strong { display: block; font-family: 'Archivo Black', sans-serif; margin-bottom: 6px; color: var(--ink); }
.terms-notice p { margin: 0; font-size: 0.9rem; }
.terms-updated { font-size: 0.85rem; color: var(--muted); margin-bottom: 36px; font-style: italic; }
.terms-inner h2 { font-size: 1.3rem; margin: 36px 0 14px; padding-bottom: 8px; border-bottom: 2px solid var(--line); }
.terms-inner h2:first-of-type { margin-top: 0; }
.terms-inner p { font-size: 0.96rem; line-height: 1.7; margin-bottom: 14px; }
.terms-inner ul { padding-left: 22px; margin: 0 0 18px; }
.terms-inner ul li { padding: 4px 0; font-size: 0.94rem; }
.terms-inner a { color: var(--accent-dark); font-weight: 600; }
.terms-inner a:hover { text-decoration: underline; }

/* ============ PAYMENT PANEL (inside booking form) ============ */
.payment-panel {
  background: var(--bg-soft);
  border: 1.5px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  margin: 6px 0;
}
.payment-panel-title {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--blue-deep);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.payment-option {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--line);
}
.payment-option:last-child { border-bottom: none; }
.payment-preferred {
  background: rgba(234, 118, 50, 0.06);
  border-radius: 8px;
  padding: 12px;
  margin: -12px -12px 0;
  border-bottom: none;
  border: 1px solid rgba(234, 118, 50, 0.25);
}
.payment-icon {
  font-size: 1.6rem;
  line-height: 1;
  flex-shrink: 0;
  width: 36px;
  text-align: center;
}
.payment-details { flex: 1; min-width: 0; }
.payment-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--blue-deep);
  margin-bottom: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.payment-badge-free {
  background: #d4f4dd;
  color: #1a6b30;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.payment-badge-surcharge {
  background: #fff2e0;
  color: var(--accent-dark);
  font-size: 0.68rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.payment-account {
  font-size: 0.82rem;
  color: var(--ink-soft);
  line-height: 1.7;
  margin: 6px 0 4px;
  position: relative;
}
.account-number {
  font-family: 'Courier New', monospace;
  font-weight: 700;
  color: var(--blue-deep);
  background: white;
  padding: 2px 8px;
  border-radius: 6px;
  border: 1px solid var(--line);
  letter-spacing: 0.02em;
}
.copy-btn {
  background: var(--blue-deep);
  color: white;
  border: none;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
  margin-left: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all .15s;
}
.copy-btn:hover { background: var(--accent); }
.copy-btn.copied { background: #1a6b30; }
.payment-hint {
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 4px;
  font-style: italic;
}

/* ============ FLAG STRIP — proudly serving every community ============ */
.flag-strip {
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-dark) 50%, var(--accent) 100%);
  color: white;
  padding: 8px 0;
  border-bottom: 3px solid var(--blue-deep);
  display: flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  position: relative;
}
.flag-strip::before,
.flag-strip::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 60px;
  z-index: 2;
  pointer-events: none;
}
.flag-strip::before {
  left: 0;
  background: linear-gradient(90deg, var(--accent) 0%, transparent 100%);
}
.flag-strip::after {
  right: 0;
  background: linear-gradient(-90deg, var(--accent) 0%, transparent 100%);
}
.flag-strip-label {
  flex-shrink: 0;
  padding-left: 24px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: white;
  white-space: nowrap;
  z-index: 3;
  background: linear-gradient(90deg, var(--accent-dark) 60%, transparent 100%);
  padding-right: 24px;
}
.flag-strip-track {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.flag-strip-row {
  display: flex;
  gap: 14px;
  animation: flagScroll 90s linear infinite;
  width: max-content;
  padding-right: 14px;
}
.flag-strip-row:hover { animation-play-state: paused; }
.flag-strip-row span {
  font-size: 1.35rem;
  line-height: 1;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.15));
  transition: transform .2s;
}
.flag-strip-row span:hover { transform: scale(1.35) translateY(-2px); }

@keyframes flagScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 640px) {
  .flag-strip-label {
    font-size: 0.62rem;
    padding-left: 14px;
    padding-right: 14px;
  }
  .flag-strip-row span { font-size: 1.15rem; }
}

/* Respect reduced motion — don't scroll flags if user has it disabled */
@media (prefers-reduced-motion: reduce) {
  .flag-strip-row { animation: none; flex-wrap: wrap; justify-content: center; }
}

/* ============ SIZE VISUAL COMPARISON ============ */
.size-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.size-visual-card {
  background: var(--white);
  border: 2px solid var(--blue);
  border-radius: 18px;
  padding: 24px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.size-visual-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.size-visual-card.featured {
  background: var(--blue-deep);
  border-color: var(--accent);
  color: var(--white);
}
.size-visual-card.featured .size-visual-label { color: var(--accent); }
.size-visual-card.featured .size-visual-features { color: rgba(255,255,255,0.9); }
.size-visual-card.featured .size-visual-features strong { color: var(--white); }
.size-visual-badge {
  position: absolute;
  top: -14px; right: 20px;
  background: var(--accent);
  color: var(--white);
  font-family: 'Archivo Black', sans-serif;
  font-size: 0.72rem;
  padding: 6px 14px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  box-shadow: 0 4px 12px rgba(234,118,50,0.4);
}
.size-visual-label {
  font-family: 'Archivo Black', sans-serif;
  font-size: 3rem;
  color: var(--blue);
  text-align: center;
  letter-spacing: -0.04em;
  line-height: 1;
}
.size-visual-svg {
  background: var(--bg-soft);
  border-radius: 12px;
  padding: 12px;
  aspect-ratio: 260/180;
}
.size-visual-card.featured .size-visual-svg {
  background: rgba(255,255,255,0.06);
}
.size-visual-svg svg { width: 100%; height: 100%; display: block; }
.size-visual-features {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.size-visual-features li {
  padding: 8px 0;
  border-bottom: 1px dashed var(--line);
}
.size-visual-features li:last-child { border-bottom: none; }
.size-visual-card.featured .size-visual-features li { border-bottom-color: rgba(255,255,255,0.15); }
.size-visual-features strong {
  color: var(--blue-deep);
  font-weight: 800;
}

@media (max-width: 900px) {
  .size-visual-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
}

/* 24/7 online booking callout inside contact Hours card */
.contact-hours-note {
  margin-top: 14px;
  padding: 12px 14px;
  background: rgba(234, 118, 50, 0.10);
  border: 1px solid rgba(234, 118, 50, 0.30);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-hours-note strong {
  font-size: 0.85rem;
  color: var(--accent-dark);
  font-weight: 800;
}
.contact-hours-note span {
  font-size: 0.78rem;
  color: var(--ink-soft);
  line-height: 1.5;
}

/* ============================================================
   FULL-PAGE BINS BACKGROUND — BOLD & POPPING
   Content sections become floating cards on top of the photo
   ============================================================ */

body {
  background-image: url('../images/bins-background.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #4a5568;
  min-height: 100vh;
}

/* Everything sits above the photo */
main, section, header, footer, .container, .topbar, .flag-strip { position: relative; }

/* Dark sections keep their brand-coloured backgrounds unchanged */
.strip,
.areas,
.cta-final,
.footer,
.footer-bottom,
.topbar {
  /* Solid brand colours, photo doesn't show through */
}

/* Light content sections become "floating cards" - white background but
   with margins so the photo shows on the sides */
.hero,
.page-hero,
.sizes,
.waste,
.why,
.book-section,
.faq,
.contact-section,
.terms-section,
.story {
  background-color: var(--white);
  position: relative;
}

/* Header stays solid so the top bar & nav are crystal clear */
.header {
  background-color: var(--white);
  box-shadow: 0 4px 20px rgba(15, 35, 64, 0.15);
}

/* Between sections, let the photo peek through with negative spacing */
/* Add clean rounded corners to major light sections so they look like cards */
.hero {
  margin: 30px 24px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(15, 35, 64, 0.25);
}
.page-hero {
  margin: 30px 24px 20px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(15, 35, 64, 0.25);
}
.sizes,
.waste,
.why,
.book-section,
.faq,
.contact-section,
.terms-section,
.story {
  margin: 20px 24px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(15, 35, 64, 0.20);
}

/* Dark accent sections also get the floating-card treatment */
.strip,
.areas,
.cta-final {
  margin: 20px 24px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(15, 35, 64, 0.25);
}

/* Footer stays flush (full width) */
.footer {
  margin: 20px 0 0;
}

/* On mobile: cards go edge-to-edge for more usable space */
@media (max-width: 700px) {
  .hero, .page-hero, .sizes, .waste, .why,
  .book-section, .faq, .contact-section, .terms-section, .story,
  .strip, .areas, .cta-final {
    margin: 14px 10px;
    border-radius: 18px;
  }
}

/* On very wide screens: cap max width so photo shows more */
@media (min-width: 1400px) {
  .hero, .page-hero, .sizes, .waste, .why,
  .book-section, .faq, .contact-section, .terms-section, .story,
  .strip, .areas, .cta-final {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* Fixed background causes jank on iOS Safari — switch to scroll on mobile */
@media (max-width: 900px) {
  body {
    background-attachment: scroll;
  }
}

/* ============ GOOGLE PLACES AUTOCOMPLETE STYLING ============ */
/* Google injects its own dropdown at the bottom of <body>.
   We override its defaults to match the site's design. */
.pac-container {
  border-radius: 12px;
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-md);
  margin-top: 4px;
  font-family: 'Manrope', sans-serif;
  z-index: 10000;
  overflow: hidden;
}
.pac-item {
  padding: 10px 14px;
  cursor: pointer;
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
  color: var(--ink-soft);
  transition: background 0.12s, color 0.12s;
}
.pac-item:last-child { border-bottom: none; }
.pac-item:hover,
.pac-item-selected {
  background: var(--accent);
  color: var(--white);
}
.pac-item-query {
  color: var(--blue-deep);
  font-weight: 700;
  font-size: 0.95rem;
}
.pac-item:hover .pac-item-query,
.pac-item-selected .pac-item-query {
  color: var(--white);
}
.pac-matched {
  color: var(--accent-dark);
  font-weight: 800;
}
.pac-item:hover .pac-matched,
.pac-item-selected .pac-matched {
  color: var(--white);
}
.pac-icon {
  margin-right: 8px;
}
/* Hide Google's "Powered by Google" logo — it's in their ToS so we keep it visible actually */
/* .pac-logo:after { display: none !important; } */  /* DO NOT UNCOMMENT — violates Google ToS */
