/* ============================================================
   Amaru Bros Removal — styles
   Clean & professional. Palette pulled from their logo:
   navy, steel blue, lime green, gold.
   ============================================================ */

:root {
  --navy:      #0e2a47;
  --navy-700:  #133557;
  --blue:      #2c6e9b;
  --blue-soft: #e7f0f7;
  --green:     #2e9e54;
  --green-700: #258045;
  --lime:      #8bc34a;
  --gold:      #c9a227;
  --ink:       #16202b;
  --body:      #44515f;
  --muted:     #6b7785;
  --line:      #e2e8f0;
  --bg:        #ffffff;
  --bg-alt:    #f4f7fa;
  --white:     #ffffff;

  --radius:    14px;
  --radius-sm: 10px;
  --shadow:    0 10px 30px rgba(14, 42, 71, .08);
  --shadow-lg: 0 20px 50px rgba(14, 42, 71, .14);
  --maxw:      1140px;
  --ease:      cubic-bezier(.2, .7, .3, 1);
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--body);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'Barlow Condensed', 'Inter', sans-serif;
  color: var(--navy);
  line-height: 1.05;
  margin: 0 0 .4em;
  letter-spacing: .2px;
}

p { margin: 0 0 1rem; }
a { color: var(--blue); text-decoration: none; }
img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.center { text-align: center; }

/* ---------- Buttons ---------- */
.btn {
  --bg: var(--navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55em;
  font-weight: 700;
  font-size: 1rem;
  padding: .8em 1.5em;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s var(--ease), box-shadow .2s var(--ease), background .2s;
  text-align: center;
  line-height: 1.1;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 1.1em; height: 1.1em; fill: currentColor; }

.btn-primary { background: var(--green); color: #fff; box-shadow: 0 8px 20px rgba(46,158,84,.35); }
.btn-primary:hover { background: var(--green-700); }

.btn-ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.55); }
.btn-ghost:hover { background: rgba(255,255,255,.16); }

.btn-light { background: #fff; color: var(--navy); }
.btn-light:hover { background: #f0f4f8; }

.btn-lg { font-size: 1.08rem; padding: .95em 1.8em; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 18px; height: 72px; }

.brand { display: flex; align-items: center; gap: 11px; margin-right: auto; }
.brand-logo { height: 46px; width: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1; font-family: 'Barlow Condensed', sans-serif; }
.brand-text strong { color: var(--navy); font-size: 1.32rem; font-weight: 800; letter-spacing: .3px; }
.brand-text small { color: var(--green); font-size: .92rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; }

.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a {
  color: var(--navy);
  font-weight: 600;
  font-size: .97rem;
  padding: .5em .8em;
  border-radius: 8px;
  transition: background .15s, color .15s;
}
.main-nav a:hover { background: var(--blue-soft); color: var(--blue); }
.main-nav .nav-cta {
  background: var(--green);
  color: #fff;
  padding: .55em 1.2em;
  border-radius: 999px;
  margin-left: 6px;
}
.main-nav .nav-cta:hover { background: var(--green-700); color: #fff; }

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  font-weight: 800;
  color: var(--navy);
  font-size: 1.02rem;
  white-space: nowrap;
}
.header-phone svg { width: 18px; height: 18px; fill: var(--green); }
.header-phone:hover { color: var(--green); }

.nav-toggle { display: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(14,42,71,.92) 0%, rgba(19,53,87,.86) 55%, rgba(44,110,155,.82) 100%),
    radial-gradient(1200px 500px at 80% -10%, rgba(139,195,74,.35), transparent 60%),
    var(--navy);
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(45deg, rgba(255,255,255,.025) 0 18px, transparent 18px 36px);
  pointer-events: none;
}
.hero-inner { position: relative; padding: 84px 22px 92px; max-width: 880px; }
.eyebrow {
  display: inline-block;
  font-weight: 700;
  letter-spacing: .5px;
  font-size: .9rem;
  color: var(--lime);
  background: rgba(139,195,74,.12);
  border: 1px solid rgba(139,195,74,.35);
  padding: .35em .9em;
  border-radius: 999px;
  margin-bottom: 18px;
}
.hero h1 {
  color: #fff;
  font-size: clamp(2.6rem, 6.5vw, 4.6rem);
  font-weight: 800;
  margin-bottom: .25em;
}
.hero h1 span { color: var(--lime); display: block; }
.hero-sub { font-size: clamp(1.05rem, 2.2vw, 1.3rem); color: #d9e4ee; max-width: 640px; margin-bottom: 28px; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }

.hero-badges {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #e4ecf3;
  font-size: .98rem;
}
.hero-badges li { display: flex; align-items: center; }

/* ---------- Sections ---------- */
.section { padding: 84px 0; }
.section-alt { background: var(--bg-alt); }
.section-head { max-width: 720px; margin: 0 auto 50px; text-align: center; }
.kicker {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .82rem;
  color: var(--green);
  margin-bottom: 10px;
}
.kicker.light { color: var(--lime); }
.section-head h2 { font-size: clamp(2rem, 4.5vw, 2.9rem); font-weight: 800; }
.section-lead { color: var(--muted); font-size: 1.08rem; margin-top: 8px; }

/* ---------- Service cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 26px;
  box-shadow: var(--shadow);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: #cfe0ec; }
.card-icon {
  font-size: 1.9rem;
  width: 60px; height: 60px;
  display: grid; place-items: center;
  background: var(--blue-soft);
  border-radius: 14px;
  margin-bottom: 16px;
}
.card h3 { font-size: 1.5rem; font-weight: 700; }
.card p { margin: 0; color: var(--body); }

/* ---------- Steps ---------- */
.steps {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  counter-reset: step;
}
.steps li {
  position: relative;
  background: #fff;
  border-radius: var(--radius);
  padding: 34px 26px 28px;
  box-shadow: var(--shadow);
  text-align: center;
}
.step-num {
  display: grid; place-items: center;
  width: 54px; height: 54px;
  margin: 0 auto 14px;
  background: var(--navy);
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  border-radius: 50%;
  border: 3px solid var(--lime);
}
.steps h3 { font-size: 1.4rem; }
.steps p { margin: 0; color: var(--body); }

/* ---------- Pricing ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.price-card.featured {
  border: 2px solid var(--green);
  box-shadow: var(--shadow-lg);
  transform: scale(1.03);
}
.price-tag {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--green); color: #fff;
  font-size: .78rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  padding: .4em 1em; border-radius: 999px;
}
.price-card h3 { font-size: 1.55rem; font-weight: 700; }
.price { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; color: var(--navy); font-size: 1.4rem; margin: 0 0 .2em; }
.price span { font-size: 2.6rem; color: var(--green); }
.price-note { color: var(--muted); font-size: .96rem; min-height: 2.6em; }
.price-card ul { list-style: none; margin: 14px 0 0; padding: 16px 0 0; border-top: 1px solid var(--line); }
.price-card li { position: relative; padding-left: 26px; margin-bottom: 10px; color: var(--body); }
.price-card li::before { content: "✔"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.pricing-fineprint { text-align: center; color: var(--muted); font-size: .9rem; margin: 26px auto 30px; max-width: 640px; }
.pricing-grid-4 { grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pricing-grid-4 .price-card { padding: 26px 22px; }
.pricing-grid-4 .price-card h3 { font-size: 1.4rem; }
.pricing-grid-4 .price span { font-size: 2.2rem; }
.pricing-callout {
  max-width: 760px;
  margin: 30px auto 0;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--green);
  padding: 18px 24px;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  color: var(--body);
  font-size: .98rem;
}
.pricing-callout strong { color: var(--navy); display: block; font-size: 1.05rem; margin-bottom: 4px; }

/* ---------- Gallery (recent work) ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.job {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 3;
  background: #cdd7e0;
}
.job img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s var(--ease);
}
.job:hover img { transform: scale(1.05); }
.job figcaption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(14,42,71,.92) 0%, rgba(14,42,71,.35) 65%, transparent 100%);
  color: #fff;
  padding: 38px 18px 16px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: .5px;
  text-shadow: 0 1px 4px rgba(0,0,0,.3);
}

/* ---------- About ---------- */
.about-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 54px; align-items: center; }
.about-media { position: relative; }
.about-photo {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--navy), var(--blue));
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.about-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.about-badge {
  position: absolute; bottom: -22px; right: -18px;
  width: 110px; height: 110px;
  background: var(--gold);
  color: var(--navy);
  border-radius: 50%;
  display: grid; place-items: center;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800; font-size: 1.3rem; line-height: 1;
  border: 5px solid #fff;
  box-shadow: var(--shadow);
}
.about-text h2 { font-size: clamp(2rem, 4.5vw, 2.9rem); font-weight: 800; }
.about-points { list-style: none; margin: 20px 0 28px; padding: 0; }
.about-points li { position: relative; padding-left: 30px; margin-bottom: 12px; }
.about-points li::before {
  content: "✔"; position: absolute; left: 0; top: 0;
  color: #fff; background: var(--green);
  width: 21px; height: 21px; border-radius: 50%;
  display: grid; place-items: center; font-size: .7rem; font-weight: 800;
}

/* ---------- Testimonials ---------- */
.testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.testimonial {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 30px 24px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.testimonial::before {
  content: "\201C";
  position: absolute;
  top: -28px; right: 14px;
  font-family: 'Barlow Condensed', Georgia, serif;
  font-size: 8rem;
  color: var(--blue-soft);
  line-height: 1;
  pointer-events: none;
}
.testimonial .stars {
  color: var(--gold);
  font-size: 1.15rem;
  letter-spacing: 4px;
  margin-bottom: 12px;
  position: relative; z-index: 1;
}
.testimonial blockquote {
  margin: 0 0 14px;
  color: var(--body);
  font-size: 1rem;
  line-height: 1.65;
  position: relative; z-index: 1;
}
.testimonial figcaption { color: var(--muted); font-size: .95rem; }
.testimonial figcaption strong { color: var(--navy); }

/* ---------- Quote form ---------- */
.section-quote { background: var(--navy); color: #fff; padding: 84px 0; }
.quote-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; align-items: start; }
.quote-copy h2 { color: #fff; font-size: clamp(2rem, 4.5vw, 2.9rem); font-weight: 800; }
.quote-copy p { color: #c7d4e0; }
.quote-contact { list-style: none; margin: 26px 0 0; padding: 0; }
.quote-contact li { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; color: #e4ecf3; font-weight: 600; }
.quote-contact svg { width: 20px; height: 20px; fill: var(--lime); flex-shrink: 0; }
.quote-contact a { color: #fff; }
.quote-contact a:hover { color: var(--lime); }

.quote-form {
  background: #fff;
  color: var(--ink);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow-lg);
}
.field { margin-bottom: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { display: block; font-weight: 600; color: var(--navy); margin-bottom: 6px; font-size: .95rem; }
.field label span { color: #d6442f; }
.field input, .field select, .field textarea {
  width: 100%;
  font: inherit;
  color: var(--ink);
  padding: .72em .9em;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fbfcfe;
  transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(46,158,84,.15);
  background: #fff;
}
.field input.invalid, .field select.invalid { border-color: #d6442f; box-shadow: 0 0 0 3px rgba(214,68,47,.12); }
.field textarea { resize: vertical; }

.dropzone {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 6px; text-align: center;
  padding: 26px 18px;
  border: 2px dashed #b7c6d3;
  border-radius: var(--radius-sm);
  background: var(--blue-soft);
  cursor: pointer;
  transition: border-color .15s, background .15s;
}
.dropzone:hover, .dropzone.dragging { border-color: var(--green); background: #e9f6ee; }
.dropzone svg { width: 30px; height: 30px; fill: var(--blue); }
.dropzone span { color: var(--navy); }
.dropzone small { color: var(--muted); }

.preview { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.preview-item {
  position: relative; width: 76px; height: 76px;
  border-radius: 10px; overflow: hidden;
  border: 1px solid var(--line);
}
.preview-item img { width: 100%; height: 100%; object-fit: cover; }
.preview-item button {
  position: absolute; top: 3px; right: 3px;
  width: 20px; height: 20px; border: none; border-radius: 50%;
  background: rgba(14,42,71,.85); color: #fff; cursor: pointer;
  font-size: .8rem; line-height: 1; display: grid; place-items: center;
}

.form-status { margin: 14px 0 0; font-weight: 600; min-height: 1.2em; }
.form-status.ok { color: var(--green-700); }
.form-status.err { color: #d6442f; }
.form-fineprint { font-size: .82rem; color: var(--muted); margin: 14px 0 0; }

/* ---------- CTA banner ---------- */
.cta-banner { background: linear-gradient(120deg, var(--green), var(--green-700)); color: #fff; }
.cta-inner { text-align: center; padding: 60px 22px; }
.cta-banner h2 { color: #fff; font-size: clamp(1.9rem, 4vw, 2.7rem); font-weight: 800; }
.cta-banner p { color: rgba(255,255,255,.92); font-size: 1.1rem; margin-bottom: 22px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #b9c6d4; padding: 60px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 34px; }
.footer-logo { height: 54px; margin-bottom: 14px; }
.footer-brand p { color: #93a4b6; max-width: 260px; }
.socials { display: flex; gap: 12px; margin-top: 14px; }
.socials a {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,.08);
  display: grid; place-items: center;
  transition: background .15s, transform .15s;
}
.socials a:hover { background: var(--green); transform: translateY(-2px); }
.socials svg { width: 19px; height: 19px; fill: #fff; }
.footer-col h4 { color: #fff; font-size: 1.2rem; font-weight: 700; margin-bottom: 14px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 9px; }
.footer-col a, .footer-col li { color: #b9c6d4; }
.footer-col a:hover { color: var(--lime); }
.footer-bottom {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
  margin-top: 40px; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .88rem; color: #8294a6;
}
.footer-bottom p { margin: 0; }

/* ---------- Floating call button (mobile) ---------- */
.floating-call {
  position: fixed; bottom: 18px; right: 18px; z-index: 60;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--green); color: #fff;
  display: none; place-items: center;
  box-shadow: 0 8px 22px rgba(46,158,84,.5);
  animation: pulse 2.2s infinite;
}
.floating-call svg { width: 26px; height: 26px; fill: #fff; }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(46,158,84,.5); }
  70% { box-shadow: 0 0 0 16px rgba(46,158,84,0); }
  100% { box-shadow: 0 0 0 0 rgba(46,158,84,0); }
}

/* ---------- Reveal on scroll ---------- */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .floating-call { animation: none; }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 960px) {
  .cards, .steps, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card.featured { transform: none; }
  .about-inner { grid-template-columns: 1fr; gap: 60px; }
  .about-media { max-width: 420px; }
  .quote-inner { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .header-phone { display: none; }
  .main-nav {
    position: fixed; inset: 72px 0 auto 0;
    flex-direction: column; align-items: stretch;
    background: #fff;
    padding: 14px 22px 22px;
    gap: 4px;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    transform: translateY(-130%);
    transition: transform .3s var(--ease);
  }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: .85em .6em; border-bottom: 1px solid var(--line); border-radius: 0; }
  .main-nav .nav-cta { margin: 10px 0 0; text-align: center; border-bottom: none; }
  .nav-toggle {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 44px; height: 44px; padding: 0;
    background: none; border: none; cursor: pointer; margin-left: auto;
  }
  .nav-toggle span { display: block; height: 2.5px; width: 24px; background: var(--navy); border-radius: 2px; transition: transform .25s, opacity .2s; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

  .section { padding: 60px 0; }
  .cards, .steps, .pricing-grid, .gallery-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .floating-call { display: grid; }
  .hero-inner { padding: 60px 22px 70px; }
  .quote-form { padding: 24px 20px; }
}
