/* ==========================================================================
   Gee Wizz Portable Toilets Inc. — Site Styles
   Palette: charcoal gray / construction orange / warm beige
   ========================================================================== */

:root {
  --orange: #F26722;
  --orange-dark: #D9531A;
  --orange-soft: #FFE8DB;
  --charcoal: #2E2E33;
  --charcoal-deep: #232327;
  --gray: #5A5A60;
  --gray-light: #8B8B92;
  --beige: #F2F0EB;
  --beige-deep: #E4E1D9;
  --cream: #FAF9F6;
  --white: #FFFFFF;
  --green: #7FB53F;
  --radius: 10px;
  --radius-sm: 8px;
  --shadow: 0 4px 16px rgba(46, 46, 51, 0.07);
  --shadow-lg: 0 12px 36px rgba(46, 46, 51, 0.12);
  --font-head: "Sora", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; scroll-padding-top: 96px; }

body {
  font-family: var(--font-body);
  color: var(--charcoal);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; display: block; }

.container { width: min(1160px, 92%); margin-inline: auto; }

h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; letter-spacing: -0.02em; }

h1 { font-size: clamp(2.4rem, 5.2vw, 4rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 800; }
h3 { font-size: 1.25rem; font-weight: 700; }

.accent { color: var(--orange); }

.eyebrow {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--orange);
  margin-bottom: 16px;
}
.eyebrow-light { color: #FFA372; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 30px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.btn-primary {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(242, 103, 34, 0.28);
}
.btn-primary:hover { background: var(--orange-dark); box-shadow: 0 6px 18px rgba(242, 103, 34, 0.34); }
.btn-ghost {
  background: transparent;
  color: var(--charcoal);
  border-color: var(--charcoal);
}
.btn-ghost:hover { background: var(--charcoal); color: var(--white); }
.btn-block { width: 100%; text-align: center; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--charcoal-deep);
  color: #D8D8DD;
  font-size: 0.85rem;
  padding: 8px 0;
}
.topbar-inner { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.topbar a { color: var(--orange); font-weight: 700; text-decoration: none; }
.topbar a:hover { text-decoration: underline; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(46, 46, 51, 0.08);
  transition: box-shadow 0.2s ease;
}
.site-header.scrolled { box-shadow: 0 6px 24px rgba(46, 46, 51, 0.10); }
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 24px;
}

.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; }
.logo-text { display: flex; flex-direction: column; line-height: 1.05; }
.logo-text strong { font-family: var(--font-head); font-size: 1.55rem; font-weight: 800; letter-spacing: -0.02em; }
.logo-text small { font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.16em; color: var(--gray-light); }
.logo-text .wizz { color: var(--orange); }

.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a {
  text-decoration: none;
  color: var(--charcoal);
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.15s ease;
}
.main-nav a:hover { color: var(--orange); }
.nav-cta {
  background: var(--orange);
  color: var(--white) !important;
  padding: 10px 22px;
  border-radius: var(--radius-sm);
  font-family: var(--font-head);
  box-shadow: 0 3px 10px rgba(242, 103, 34, 0.25);
  transition: background 0.15s ease;
}
.nav-cta:hover { background: var(--orange-dark); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
}
.nav-toggle span { width: 26px; height: 3px; background: var(--charcoal); border-radius: 2px; transition: transform 0.2s ease, opacity 0.2s ease; }
.nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(1000px 500px at 85% -10%, rgba(242, 103, 34, 0.05), transparent 60%),
    linear-gradient(180deg, var(--cream) 0%, var(--beige) 100%);
  border-bottom: 1px solid var(--beige-deep);
  padding: 88px 0 96px;
  overflow: hidden;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}
.hero-sub {
  font-size: 1.13rem;
  color: var(--gray);
  margin: 22px 0 30px;
  max-width: 54ch;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-badges {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 34px;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--charcoal);
}
.hero-badges li { display: flex; align-items: center; gap: 6px; }

.hero-card {
  background: var(--white);
  border: 1px solid var(--beige-deep);
  border-top: 4px solid var(--orange);
  border-radius: var(--radius);
  padding: 34px 32px;
  box-shadow: var(--shadow-lg);
  display: grid;
  gap: 20px;
  width: 100%;
  max-width: 420px;
  justify-self: end;
}
.hero-card h3 { font-size: 1.25rem; }
.hero-card-list { list-style: none; display: grid; gap: 11px; color: var(--gray); font-size: 0.95rem; }
.hero-card-list li { padding-left: 28px; position: relative; }
.hero-card-list li::before { content: "✓"; position: absolute; left: 2px; color: var(--orange); font-weight: 700; }
.hero-card-phone {
  text-align: center;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--charcoal);
  text-decoration: none;
}
.hero-card-phone:hover { color: var(--orange); }

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--white); padding: 34px 0 10px; }
.trust-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.trust-item {
  text-align: center;
  padding: 22px 14px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--beige-deep);
}
.trust-num {
  display: block;
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--orange);
  letter-spacing: -0.02em;
}
.trust-label { font-size: 0.87rem; color: var(--gray); font-weight: 500; }

/* ---------- Sections ---------- */
.section { padding: 96px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-sub { color: var(--gray); font-size: 1.08rem; margin-top: 16px; }

/* ---------- Units ---------- */
.units { background: var(--white); }
.units-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.unit-card {
  position: relative;
  background: var(--cream);
  border: 1px solid var(--beige-deep);
  border-radius: var(--radius);
  padding: 34px 28px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.unit-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); border-color: rgba(242, 103, 34, 0.35); }
.unit-icon {
  width: 54px; height: 54px;
  display: grid; place-items: center;
  color: var(--orange);
  background: var(--white);
  border: 1px solid var(--beige-deep);
  border-radius: var(--radius-sm);
  margin-bottom: 20px;
}
.unit-icon svg { width: 26px; height: 26px; }
.unit-card h3 { margin-bottom: 10px; }
.unit-card p { color: var(--gray); font-size: 0.97rem; }
.unit-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.unit-tags li {
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--gray);
  background: var(--white);
  border: 1px solid var(--beige-deep);
  padding: 4px 10px;
  border-radius: 4px;
}
.unit-card.featured {
  background: linear-gradient(160deg, var(--charcoal) 0%, var(--charcoal-deep) 100%);
  border-color: var(--charcoal);
  color: var(--white);
}
.unit-card.featured p { color: #C9C9CF; }
.unit-card.featured .unit-tags li { background: rgba(255, 255, 255, 0.10); border-color: rgba(255, 255, 255, 0.16); color: #E8E8EC; }
.unit-card.featured .unit-icon { background: rgba(255, 255, 255, 0.10); border-color: rgba(255, 255, 255, 0.14); }
.unit-flag {
  position: absolute;
  top: 18px; right: 18px;
  font-family: var(--font-head);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--white);
  background: var(--orange);
  padding: 5px 10px;
  border-radius: 4px;
}
.unit-card.cta-card {
  background: var(--white);
  border: 1px solid var(--beige-deep);
  border-top: 4px solid var(--orange);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 8px;
}
.unit-card.cta-card p { color: var(--gray); margin-bottom: 12px; }

/* ---------- Why us ---------- */
.why-us { background: var(--beige); }
.why-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: start;
}
.why-copy > p { color: var(--gray); font-size: 1.05rem; margin: 18px 0 26px; }
.why-list { list-style: none; display: grid; gap: 18px; margin-bottom: 32px; }
.why-list li {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 18px 22px;
  border-left: 4px solid var(--orange);
  box-shadow: var(--shadow);
  color: var(--gray);
  font-size: 0.97rem;
}
.why-list strong { display: block; color: var(--charcoal); font-weight: 700; margin-bottom: 2px; }

.testimonial {
  background: var(--charcoal);
  color: var(--white);
  border-radius: var(--radius);
  padding: 36px 32px;
  box-shadow: var(--shadow-lg);
}
.testimonial blockquote { font-size: 1.08rem; line-height: 1.7; font-style: italic; color: #E8E8EC; }
.testimonial blockquote::before { content: "“"; display: block; font-family: var(--font-head); font-size: 3.4rem; line-height: 0.6; color: var(--orange); margin-bottom: 16px; }
.testimonial figcaption { margin-top: 18px; font-size: 0.88rem; font-weight: 600; color: #FFC7A6; }

.mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 22px; }
.mini-stats div {
  background: var(--white);
  border: 1px solid var(--beige-deep);
  border-radius: var(--radius-sm);
  padding: 16px 12px;
  text-align: center;
  font-size: 0.78rem;
  color: var(--gray);
  font-weight: 500;
}
.mini-stats span {
  display: block;
  font-family: var(--font-head);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--orange);
}

/* ---------- About / Owners ---------- */
.about { background: var(--white); }
.about-inner {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 60px;
  align-items: center;
}
.about-photo { position: relative; margin: 0; }
.about-photo img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  border: 6px solid var(--white);
  outline: 3px solid var(--beige-deep);
}
.about-badge {
  position: absolute;
  top: -14px;
  right: 16px;
  background: var(--orange);
  color: var(--white);
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1.1;
  text-align: center;
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  box-shadow: 0 6px 18px rgba(242, 103, 34, 0.32);
}
.about-badge small {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 2px;
}
.about-photo figcaption {
  margin-top: 14px;
  font-size: 0.85rem;
  color: var(--gray-light);
  text-align: center;
  font-style: italic;
}
.about-copy > p { color: var(--gray); font-size: 1.03rem; margin: 16px 0; }
.about-copy > p strong { color: var(--charcoal); }
.about-points { list-style: none; display: grid; gap: 12px; margin: 24px 0 30px; }
.about-points li {
  padding: 14px 18px 14px 44px;
  position: relative;
  background: var(--cream);
  border: 1px solid var(--beige-deep);
  border-radius: var(--radius-sm);
  color: var(--gray);
  font-size: 0.95rem;
}
.about-points li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  color: var(--orange);
  font-weight: 700;
}
.about-points strong { color: var(--charcoal); }

/* ---------- Service area ---------- */
.service-area { background: var(--white); }
.area-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 860px;
  margin: 0 auto;
}
.area-chips span {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.92rem;
  background: var(--white);
  border: 1px solid var(--beige-deep);
  padding: 9px 18px;
  border-radius: var(--radius-sm);
  transition: border-color 0.15s ease, color 0.15s ease;
}
.area-chips span:hover { border-color: var(--orange); color: var(--orange-dark); }
.area-note { text-align: center; margin-top: 30px; color: var(--gray); }
.area-note a { color: var(--orange); font-weight: 700; text-decoration: none; }
.area-note a:hover { text-decoration: underline; }

/* ---------- FAQ ---------- */
.faq { background: var(--beige); }
.faq-inner { max-width: 780px; margin-inline: auto; }
.faq-list { display: grid; gap: 14px; }
.faq-list details {
  background: var(--white);
  border-radius: var(--radius-sm);
  border: 1px solid var(--beige-deep);
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}
.faq-list details[open] { box-shadow: var(--shadow); }
.faq-list summary {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  padding: 20px 52px 20px 24px;
  cursor: pointer;
  list-style: none;
  position: relative;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--orange);
  transition: transform 0.2s ease;
}
.faq-list details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-list details p { padding: 0 24px 22px; color: var(--gray); font-size: 0.97rem; }

/* ---------- Quote ---------- */
.quote {
  background:
    radial-gradient(800px 400px at 10% 0%, rgba(242, 103, 34, 0.16), transparent 55%),
    linear-gradient(160deg, var(--charcoal) 0%, var(--charcoal-deep) 100%);
  color: var(--white);
}
.quote-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}
.quote-copy > p { color: #C9C9CF; font-size: 1.05rem; margin: 18px 0 22px; }
.quote-phone {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--white);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 14px 26px;
  border-radius: var(--radius-sm);
  transition: background 0.15s ease, transform 0.15s ease;
}
.quote-phone:hover { background: rgba(242, 103, 34, 0.25); transform: translateY(-2px); }
.quote-points { list-style: none; margin-top: 26px; display: grid; gap: 10px; color: #C9C9CF; }
.quote-points li { padding-left: 26px; position: relative; }
.quote-points li::before { content: "✔"; position: absolute; left: 0; color: var(--green); font-weight: 700; }

.quote-form {
  background: var(--white);
  color: var(--charcoal);
  border-radius: var(--radius);
  padding: 36px 32px;
  box-shadow: var(--shadow-lg);
  display: grid;
  gap: 18px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label {
  display: grid;
  gap: 7px;
  font-family: var(--font-head);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--charcoal);
}
.quote-form input,
.quote-form select,
.quote-form textarea {
  font-family: var(--font-body);
  font-size: 0.96rem;
  padding: 12px 14px;
  border: 1.5px solid var(--beige-deep);
  border-radius: var(--radius-sm);
  background: var(--cream);
  color: var(--charcoal);
  width: 100%;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: none;
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(242, 103, 34, 0.18);
}
.quote-form textarea { resize: vertical; }
.form-note { font-size: 0.83rem; color: var(--gray-light); text-align: center; font-family: var(--font-body); font-weight: 400; }
.form-note.success { color: var(--green); font-weight: 600; }
.form-note.error { color: #D9531A; font-weight: 600; }

/* ---------- Footer ---------- */
.site-footer { background: var(--charcoal-deep); color: #C9C9CF; }
.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 64px 0 48px;
}
.logo-footer .logo-text strong { color: var(--white); }
.logo-footer .logo-text small { color: var(--gray-light); }
.footer-tag { margin-top: 16px; font-size: 0.92rem; line-height: 1.7; }
.footer-col h4 {
  color: var(--white);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}
.footer-col a { color: #C9C9CF; text-decoration: none; display: block; margin-bottom: 8px; font-size: 0.94rem; transition: color 0.15s ease; }
.footer-col a:hover { color: var(--orange); }
.footer-col address { font-style: normal; font-size: 0.94rem; line-height: 1.8; }
.footer-col p { font-size: 0.94rem; line-height: 1.8; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.08); padding: 20px 0; }
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: var(--gray-light);
}

/* ---------- Floating CTA ---------- */
.floating-cta {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 90;
  background: var(--orange);
  color: var(--white);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.92rem;
  padding: 13px 24px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(242, 103, 34, 0.35);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.15s ease;
}
.floating-cta.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.floating-cta:hover { background: var(--orange-dark); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-inner, .why-inner, .quote-inner, .about-inner { grid-template-columns: 1fr; }
  .about-badge { right: 6px; }
  .hero-card { justify-self: stretch; max-width: none; }
  .units-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-inner { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .topbar-inner { justify-content: center; text-align: center; }
  .units-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .section { padding: 68px 0; }
  .hero { padding: 56px 0 90px; }
  .mini-stats { grid-template-columns: repeat(3, 1fr); }

  .nav-toggle { display: flex; }
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--white);
    border-bottom: 1px solid var(--beige-deep);
    box-shadow: var(--shadow-lg);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .main-nav.open { max-height: 440px; }
  .main-nav a { padding: 16px 24px; border-top: 1px solid var(--beige); }
  .nav-cta { border-radius: 0; text-align: center; box-shadow: none; }
}
