/* ==========================================================================
   Ollanz Mobile Restrooms — design tokens
   Palette: deep teal (clean water/premium), brass gold (VIP), warm ivory
   Type: Fraunces (display serif) + Inter (body/UI)
   ========================================================================== */

:root {
  --teal-900: #1B3081;
  --teal-800: #1B3081;
  --teal-700: #16514f;
  --teal-100: #e8f0ee;
  --gold-600: #b7911e;
  --gold-500: #25d366;
  --gold-300: #e6cd7c;
  --ivory: #faf7f0;
  --ivory-dim: #f2ede1;
  --sage: #e8ede6;
  --ink: #1c2321;
  --ink-soft: #4c5652;
  --line: #dcd6c6;
  --whatsapp: #25d366;
  --whatsapp-dark: #1da851;

  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --radius-sm: 6px;
  --radius-md: 14px;
  --radius-lg: 26px;
  --shadow-card: 0 12px 32px -16px rgba(11, 47, 48, 0.35);
  --shadow-lift: 0 20px 48px -20px rgba(11, 47, 48, 0.45);
  --max-width: 1180px;
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;

}

body {
  overflow-x: hidden;
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-display); margin: 0 0 0.5em; line-height: 1.15; font-weight: 600; }
p { margin: 0 0 1em; color: var(--ink-soft); }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; }

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-600);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: "";
  width: 20px;
  height: 1px;
  background: var(--gold-500);
  display: inline-block;
}

.section { padding: 88px 0; }
.section--tight { padding: 56px 0; }
.section--sage { background: var(--sage); }
.section--teal { background: var(--teal-800); color: var(--ivory); }
.section--teal p { color: rgba(250, 247, 240, 0.78); }
.section--teal h2 { color: var(--ivory); }
.section-head { max-width: 640px; margin: 0 0 48px; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold-500); color: var(--teal-900); box-shadow: 0 10px 24px -10px rgba(201, 162, 39, 0.6); }
.btn-primary:hover { background: var(--gold-300); }
.btn-outline { border-color: rgba(250, 247, 240, 0.5); color: var(--ivory); }
.btn-outline:hover { background: rgba(250, 247, 240, 0.12); }
.btn-dark { background: var(--teal-800); color: var(--ivory); }
.btn-dark:hover { background: var(--teal-700); }
.btn-whatsapp { background: var(--whatsapp); color: #fff; }
.btn-whatsapp:hover { background: var(--whatsapp-dark); }
.btn-block { width: 100%; justify-content: center; }

/* ==========================================================================
   Header / Nav
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(250, 247, 240, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  max-width: var(--max-width);
  margin: 0 auto;
}
.brand {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.brand-logo {
    height: 60px;      /* Adjust this if the logo is too big or too small */
    width: auto;
    display: block;
}
.main-nav ul { display: flex; gap: 34px; align-items: center; }
.main-nav a {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink);
  position: relative;
  padding: 4px 0;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -3px;
  width: 0; height: 2px;
  background: var(--gold-500);
  transition: width 0.25s ease;
}
.main-nav a:hover::after,
.main-nav a.is-active::after { width: 100%; }
.main-nav a.is-active { color: var(--teal-800); font-weight: 700; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-cta { padding: 11px 20px; font-size: 0.88rem; }
.nav-toggle { display: none; }

  
@media (max-width: 860px) {

    .main-nav {
        position: fixed;
        top: 72px;
        right: 0;
        width: 280px;
        height: calc(100vh - 72px);

        background: var(--ivory);

        transform: translateX(100%);
        transition: transform .3s ease;

        padding: 32px 24px;
        overflow-y: auto;
        z-index: 9999;
    }

    .main-nav.is-open {
        transform: translateX(0);
    }

    .main-nav ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
    }


  .main-nav a {
    font-size: 1.1rem;
  }


  .header-cta.desktop-only { display: none; }
  .nav-toggle {
    display: inline-flex; flex-direction: column; gap: 5px; background: none; border: none; padding: 8px;
  }
  .nav-toggle span { width: 24px; height: 2px; background: var(--ink); display: block; }
}
@media (min-width: 861px) { .nav-toggle { display: none; } }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  position: relative;
  background: linear-gradient(160deg, var(--teal-900) 0%, var(--teal-800) 55%, var(--teal-700) 100%);
  color: var(--ivory);
  overflow: hidden;
  padding: 120px 0 0;
  z-index:1;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 85% 20%, rgba(201, 162, 39, 0.18), transparent 45%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; position: relative; z-index: 1; }
.hero h1 { font-size: clamp(2.4rem, 4.4vw, 3.6rem); color: var(--ivory); max-width: 640px; }
.hero-lede { font-size: 1.12rem; max-width: 520px; color: rgba(250, 247, 240, 0.8); }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 32px; }
.hero-art {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-lift);
}
.hero-badge {
  position: absolute; bottom: 22px; left: 22px; right: 22px;
  background: rgba(11, 47, 48, 0.72);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(201, 162, 39, 0.4);
  border-radius: var(--radius-md);
  padding: 16px 18px;
  display: flex; gap: 14px; align-items: center;
}
.hero-badge strong { display: block; font-family: var(--font-display); font-size: 1rem; }
.hero-badge span { font-size: 0.82rem; color: rgba(250, 247, 240, 0.75); }

/* Ticker (cleanliness strip / signature element) */
.ticker-wrap {
  margin-top: 64px;
  border-top: 1px solid rgba(250, 247, 240, 0.14);
  padding: 22px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ticker-track {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: scroll-left 26s linear infinite;
}
.ticker-track span {
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(250, 247, 240, 0.65);
  white-space: nowrap;
  display: flex; align-items: center; gap: 10px;
}
.ticker-track span::before { content: "\2022"; color: var(--gold-500); font-size: 1rem; }

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

/* ==========================================================================
   Stats strip
   ========================================================================== */
.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 40px 0;
}
.stat b { display: block; font-family: var(--font-display); font-size: 2rem; color: var(--teal-800); }
.stat span { font-size: 0.82rem; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.06em; }

/* ==========================================================================
   Unit tier cards
   ========================================================================== */
.unit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.unit-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}
.unit-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); }
.unit-card--vip { border-color: var(--gold-500); box-shadow: 0 0 0 1px var(--gold-500), var(--shadow-card); }
.unit-media { aspect-ratio: 4/3; background: var(--sage); position: relative; overflow: hidden; }
.unit-media img { width: 100%; height: 100%; object-fit: cover; }
.unit-seal {
  position: absolute; top: 14px; right: 14px;
  width: 56px; height: 56px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--gold-300), var(--gold-600));
  color: var(--teal-900);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.04em; text-align: center; line-height: 1.1;
  box-shadow: 0 8px 18px -6px rgba(0,0,0,0.4);
  transform: rotate(8deg);
}
.unit-body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.unit-index { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-600); font-weight: 700; }
.unit-body h3 { font-size: 1.24rem; }
.unit-tagline { font-size: 0.86rem; color: var(--ink-soft); font-style: italic; margin-bottom: 4px; }
.unit-desc { font-size: 0.92rem; flex: 1; }
.unit-features { display: flex; flex-direction: column; gap: 6px; margin: 6px 0 16px; }
.unit-features li { font-size: 0.84rem; color: var(--ink-soft); display: flex; gap: 8px; align-items: flex-start; }
.unit-features li::before { content: "\2713"; color: var(--teal-700); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.unit-link { font-weight: 700; font-size: 0.86rem; color: var(--teal-800); display: inline-flex; align-items: center; gap: 6px; margin-top: auto; }
.unit-link:hover { color: var(--gold-600); }

@media (max-width: 980px) {
  .unit-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { max-width: 460px; }
}
@media (max-width: 620px) {
  .unit-grid { grid-template-columns: 1fr; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
}

/* ==========================================================================
   Services cards
   ========================================================================== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.service-card {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 30px 24px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: var(--gold-500); }
.service-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--teal-800); color: var(--gold-300);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.service-card h3 { font-size: 1.08rem; margin-bottom: 8px; }
.service-card p { font-size: 0.9rem; margin-bottom: 0; }

@media (max-width: 980px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .services-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   About page extras
   ========================================================================== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-media { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow-card); }
.about-media img { width: 100%; height: 100%; object-fit: cover; }
.checklist { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }
.checklist li { display: flex; gap: 10px; font-size: 0.94rem; color: var(--ink); align-items: flex-start; }
.checklist li::before { content: "\2713"; background: var(--teal-800); color: var(--gold-300); width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; flex-shrink: 0; margin-top: 1px; }
@media (max-width: 860px) { .about-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   FAQ accordion
   ========================================================================== */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; overflow: hidden; }
.faq-question {
  width: 100%; text-align: left; background: none; border: none;
  padding: 20px 22px; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-family: var(--font-body); font-weight: 600; font-size: 1rem; color: var(--ink);
}
.faq-question .plus { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--gold-500); color: var(--gold-600); display: flex; align-items: center; justify-content: center; transition: transform 0.25s ease; font-size: 1.1rem; line-height: 1; }
.faq-item.is-open .plus { transform: rotate(45deg); background: var(--gold-500); color: #fff; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-answer-inner { padding: 0 22px 20px; font-size: 0.92rem; color: var(--ink-soft); }
.faq-item.is-open .faq-answer { max-height: 400px; }

/* ==========================================================================
   Testimonials marquee (moving right to left)
   ========================================================================== */
.marquee { overflow: hidden; position: relative; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.marquee-track { display: flex; gap: 20px; width: max-content; animation: scroll-left 42s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.review-card {
  width: 320px; flex-shrink: 0;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 24px;
}
.review-card .stars { color: var(--gold-500); font-size: 1.05rem; letter-spacing: 2px; }
.review-comment { font-size: 0.94rem; color: #111 !important; margin: 12px 0 16px; }
.review-name { font-weight: 700; font-size: 0.9rem; color: var(--ink-soft); }
.review-event { font-size: 0.78rem; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.06em; }

/* ==========================================================================
   Gallery
   ========================================================================== */
.gallery-marquee { padding: 8px 0 48px; }
.gallery-item {
  width: 300px; flex-shrink: 0; aspect-ratio: 4/3; border-radius: var(--radius-md); overflow: hidden;
  border: 1px solid var(--line); cursor: zoom-in; position: relative;
  padding: 0; background: none; font: inherit; display: block;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.gallery-grid .gallery-item { width: 100%; }
@media (max-width: 760px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .gallery-grid { grid-template-columns: 1fr; } }

.lightbox {
  position: fixed; inset: 0; background: rgba(11, 30, 30, 0.92);
  display: none; align-items: center; justify-content: center; z-index: 1000; padding: 40px;
}
.lightbox.is-open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 85vh; border-radius: 10px; box-shadow: 0 30px 60px rgba(0,0,0,0.5); }
.lightbox-close { position: absolute; top: 24px; right: 32px; background: none; border: none; color: #fff; font-size: 2rem; line-height: 1; }
.lightbox-caption { position: absolute; bottom: 28px; left: 0; right: 0; text-align: center; color: rgba(255,255,255,0.85); font-size: 0.9rem; }

/* ==========================================================================
   Contact page
   ========================================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-card); }
.form-row { margin-bottom: 20px; }
.form-row label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 8px; color: var(--ink); }
.form-row input,
.form-row textarea {
  width: 100%; padding: 13px 15px; border-radius: var(--radius-sm); border: 1px solid var(--line);
  font-family: var(--font-body); font-size: 0.95rem; background: var(--ivory); color: var(--ink);
}
.form-row input:focus,
.form-row textarea:focus,
.unit-check input:focus + span { outline: 2px solid var(--gold-500); outline-offset: 1px; }
.form-row textarea { min-height: 130px; resize: vertical; }
.unit-check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.unit-check { display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 12px 14px; font-size: 0.88rem; cursor: pointer; }
.unit-check input { accent-color: var(--teal-800); width: 16px; height: 16px; }
.contact-side { display: flex; flex-direction: column; gap: 18px; }
.contact-info-card { background: var(--teal-800); color: var(--ivory); border-radius: var(--radius-lg); padding: 32px; }
.contact-info-card h3 { color: var(--ivory); }
.contact-info-row { display: flex; gap: 12px; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid rgba(250,247,240,0.14); font-size: 0.92rem; }
.contact-info-row:last-child { border-bottom: none; }
.contact-info-row strong { display: block; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-300); margin-bottom: 3px; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } .unit-check-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   CTA band
   ========================================================================== */
.cta-band {
  background: linear-gradient(120deg, var(--teal-900), var(--teal-700));
  border-radius: var(--radius-lg);
  padding: 56px;
  color: var(--ivory);
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
}
.cta-band h2 { color: var(--ivory); margin-bottom: 6px; }
.cta-band p { color: rgba(250,247,240,0.78); margin-bottom: 0; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--teal-900); color: rgba(250,247,240,0.75); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand .footer-logo {
    height: 70px;    /* Adjust to suit your footer */
    width: auto;
    display: block;
    margin-bottom: 1rem;
}
.footer-brand p { color: rgba(250,247,240,0.6); font-size: 0.9rem; max-width: 320px; margin-top: 14px; }
.footer-col h4 { color: var(--ivory); font-family: var(--font-body); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 0.9rem; color: rgba(250,247,240,0.7); }
.footer-col a:hover { color: var(--gold-300); }
.footer-bottom { border-top: 1px solid rgba(250,247,240,0.12); margin-top: 48px; padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 0.8rem; color: rgba(250,247,240,0.5); }
.footer-bottom a {
  color: rgba(250,247,240,0.7);   /* slightly brighter than the text */
  text-decoration: none;          /* remove underline */
  font-style: italic;             /* optional: make it stand out */
  transition: color 0.3s ease;    /* smooth hover effect */
}

.footer-bottom a:hover {
  color: rgba(250,247,240,1);     /* full brightness on hover */
  text-decoration: underline;     /* underline only when hovered */
}

@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   WhatsApp floating button
   ========================================================================== */
.whatsapp-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%; background: var(--whatsapp); color: #fff;
  display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 28px -8px rgba(0,0,0,0.4);
  transition: transform 0.2s ease;
}
.whatsapp-float:hover { transform: scale(1.08); }

/* ==========================================================================
   Page hero (inner pages)
   ========================================================================== */
.page-hero {
  background: linear-gradient(160deg, var(--teal-900), var(--teal-800));
  color: var(--ivory);
  padding: 76px 0 68px;
}
.page-hero h1 { color: var(--ivory); font-size: clamp(2rem, 3.6vw, 2.8rem); max-width: 640px; }
.page-hero p { color: rgba(250,247,240,0.78); max-width: 560px; font-size: 1.02rem; }
.breadcrumb { font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold-300); margin-bottom: 16px; }
.breadcrumb a { color: rgba(250,247,240,0.7); }
.breadcrumb a:hover { color: var(--ivory); }

/* Utility */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
