/* ============================================================
   Handyman & Associates — Redesign
   Design system + components
   ============================================================ */

:root {
  --gold:      #c9a24b;
  --gold-dark: #a9812f;
  --gold-soft: #e7d3a4;
  --ink:       #16120d;
  --ink-2:     #211b14;
  --charcoal:  #262019;
  --cream:     #f7f3ec;
  --cream-2:   #efe8dc;
  --paper:     #fffdf9;
  --text:      #2c2620;
  --muted:     #8b8377;
  --line:      #e7dfd2;
  --white:     #ffffff;

  --serif: "Poppins", system-ui, -apple-system, sans-serif;
  --sans:  "Poppins", system-ui, -apple-system, sans-serif;

  --shadow-sm: 0 6px 20px rgba(30, 22, 12, .08);
  --shadow-md: 0 18px 45px rgba(30, 22, 12, .14);
  --shadow-lg: 0 40px 80px rgba(20, 15, 8, .28);

  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 32px;
  --container: 1200px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  color: var(--text);
  background: var(--cream);
  line-height: 1.65;
  font-weight: 400;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, select, textarea { font-family: inherit; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }

/* ---------- Typography helpers ---------- */
.eyebrow {
  display: inline-block;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 18px;
}
.eyebrow--light { color: var(--gold); }

.section__title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(2rem, 4.5vw, 3.3rem);
  line-height: 1.1;
  color: var(--ink);
  letter-spacing: -.01em;
}
.section__title em { font-style: italic; color: var(--gold-dark); }
.section__title--light { color: var(--white); }
.section__title--light em { color: var(--gold); }

.section__head { text-align: center; max-width: 640px; margin: 0 auto 60px; }
.section__head--row {
  display: flex; align-items: flex-end; justify-content: space-between;
  text-align: left; max-width: 100%; gap: 24px; flex-wrap: wrap;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 600; font-size: .92rem;
  padding: 13px 24px; border-radius: 100px;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s, color .3s;
  white-space: nowrap;
}
.btn i { transition: transform .35s var(--ease); }
.btn:hover i[data-ico="arrow"] { transform: translateX(4px); }
.btn--primary { background: var(--gold); color: var(--ink); box-shadow: 0 10px 24px rgba(201,162,75,.35); }
.btn--primary:hover { background: var(--gold-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 16px 30px rgba(169,129,47,.4); }
.btn--ghost { border: 1.5px solid currentColor; color: inherit; }
.btn--ghost:hover { background: var(--ink); color: #fff; border-color: var(--ink); transform: translateY(-2px); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #000; transform: translateY(-2px); }
.btn--lg { padding: 16px 30px; font-size: 1rem; }
.btn--block { width: 100%; justify-content: center; }

/* ---------- Icons (inline SVG via mask) ---------- */
i[data-ico] {
  display: inline-block; width: 1em; height: 1em;
  background: currentColor; vertical-align: -.12em;
  -webkit-mask: var(--m) center/contain no-repeat; mask: var(--m) center/contain no-repeat;
}
i[data-ico="arrow"]  { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E"); }
i[data-ico="phone"]  { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6 19.8 19.8 0 0 1-3.1-8.6A2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 1.9.7 2.8a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.5c.9.3 1.8.6 2.8.7a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E"); }
i[data-ico="mail"]   { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m22 7-10 6L2 7'/%3E%3C/svg%3E"); }
i[data-ico="pin"]    { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E"); }
i[data-ico="check"]  { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E"); }
i[data-ico="award"]  { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='6'/%3E%3Cpath d='M15.5 13.5 17 22l-5-3-5 3 1.5-8.5'/%3E%3C/svg%3E"); }
i[data-ico="star"]   { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l3 6.5 7 .8-5.2 4.7L18.2 21 12 17.5 5.8 21l1.4-7L2 9.3l7-.8z'/%3E%3C/svg%3E"); }
i[data-ico="shield"] { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E"); }
i[data-ico="cpu"]    { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='6' width='12' height='12' rx='2'/%3E%3Cpath d='M9 2v2M15 2v2M9 20v2M15 20v2M2 9h2M2 15h2M20 9h2M20 15h2'/%3E%3C/svg%3E"); }
i[data-ico="tag"]    { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.6 13.4 12 22l-9-9V4h9z'/%3E%3Ccircle cx='7.5' cy='7.5' r='1.2'/%3E%3C/svg%3E"); }
i[data-ico="team"]   { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3.5'/%3E%3Cpath d='M2 21c0-3.5 3-6 7-6s7 2.5 7 6'/%3E%3Ccircle cx='18' cy='8' r='2.5'/%3E%3Cpath d='M17 15c3 0 5 2 5 6'/%3E%3C/svg%3E"); }
i[data-ico="home"]   { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11 12 3l9 8'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3C/svg%3E"); }
i[data-ico="briefcase"]{ --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='7' width='20' height='14' rx='2'/%3E%3Cpath d='M8 7V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'/%3E%3C/svg%3E"); }
i[data-ico="factory"]{ --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 21V9l6 4V9l6 4V4h6v17z'/%3E%3C/svg%3E"); }
i[data-ico="building"]{ --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='2' width='16' height='20' rx='1'/%3E%3Cpath d='M9 6h1M14 6h1M9 10h1M14 10h1M9 14h1M14 14h1M10 22v-4h4v4'/%3E%3C/svg%3E"); }
i[data-ico="up"]     { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 15 6-6 6 6'/%3E%3C/svg%3E"); }
i[data-ico="wa"]     { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2a10 10 0 0 0-8.5 15.2L2 22l4.9-1.5A10 10 0 1 0 12 2zm5.3 14.1c-.2.6-1.3 1.2-1.8 1.2-.5.1-1 .1-1.7-.1-.4-.1-.9-.3-1.6-.6-2.8-1.2-4.6-4-4.7-4.2-.1-.2-1.1-1.5-1.1-2.8s.7-2 .9-2.2c.2-.3.5-.3.7-.3h.5c.2 0 .4 0 .6.5l.8 1.9c.1.2.1.3 0 .5l-.4.6c-.2.2-.3.4-.1.7.2.3.9 1.4 1.9 2.3 1.3 1.1 2.3 1.5 2.6 1.6.2.1.4.1.5-.1l.7-.9c.2-.3.4-.2.6-.1l1.8.9c.3.1.4.2.5.3.1.2.1.7-.1 1.4z'/%3E%3C/svg%3E"); }
i[data-ico="fb"]     { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M14 9h3V6h-3c-2.2 0-4 1.8-4 4v2H7v3h3v7h3v-7h3l1-3h-4v-2c0-.6.4-1 1-1z'/%3E%3C/svg%3E"); }
i[data-ico="ig"]     { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1' fill='black'/%3E%3C/svg%3E"); }
i[data-ico="in"]     { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M6.5 8H3.8v12h2.7zM5.1 3.5A1.6 1.6 0 1 0 5 6.7a1.6 1.6 0 0 0 .1-3.2zM20.2 20h-2.7v-6.3c0-1.6-.6-2.4-1.8-2.4-1 0-1.6.7-1.9 1.4-.1.2-.1.6-.1.9V20H11s.1-11 0-12h2.7v1.7c.4-.6 1-1.5 2.7-1.5 2 0 3.6 1.3 3.6 4.1z'/%3E%3C/svg%3E"); }
i[data-ico="x"]      { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M18.9 2H22l-7.5 8.6L23 22h-6.8l-5.3-6.9L4.8 22H1.7l8-9.2L1 2h6.9l4.8 6.3zm-1.2 18h1.9L7.1 4H5z'/%3E%3C/svg%3E"); }
i[data-ico="yt"]     { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M23 12s0-3.2-.4-4.7a2.5 2.5 0 0 0-1.7-1.7C19.3 5.2 12 5.2 12 5.2s-7.3 0-8.9.4A2.5 2.5 0 0 0 1.4 7.3C1 8.8 1 12 1 12s0 3.2.4 4.7a2.5 2.5 0 0 0 1.7 1.7c1.6.4 8.9.4 8.9.4s7.3 0 8.9-.4a2.5 2.5 0 0 0 1.7-1.7C23 15.2 23 12 23 12zM9.8 15.3V8.7l5.7 3.3z'/%3E%3C/svg%3E"); }
i[data-ico="pt"]     { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2a10 10 0 0 0-3.6 19.3c-.1-.8-.2-2 0-2.9l1.2-5s-.3-.6-.3-1.5c0-1.4.8-2.4 1.8-2.4.9 0 1.3.6 1.3 1.4 0 .9-.6 2.2-.9 3.4-.2 1 .5 1.8 1.5 1.8 1.8 0 3-2.3 3-5 0-2-1.4-3.6-3.9-3.6a4.5 4.5 0 0 0-4.7 4.5c0 .9.3 1.5.7 2 .2.2.2.3.1.5l-.2.9c-.1.3-.3.4-.5.2-1.1-.5-1.7-1.9-1.7-3.1 0-2.5 2-5.5 6.1-5.5 3.3 0 5.4 2.4 5.4 4.9 0 3.3-1.9 5.8-4.6 5.8-.9 0-1.8-.5-2.1-1.1l-.6 2.2c-.2.8-.7 1.7-1 2.3A10 10 0 1 0 12 2z'/%3E%3C/svg%3E"); }

/* ============================================================
   Topbar
   ============================================================ */
.topbar { background: var(--ink); color: #cfc6b6; font-size: .82rem; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; height: 42px; }
.topbar__left { display: flex; align-items: center; gap: 16px; }
.topbar__left span, .topbar__left a { display: inline-flex; align-items: center; gap: 7px; }
.topbar__left i { color: var(--gold); font-size: .95em; }
.topbar__left a:hover { color: #fff; }
.topbar__sep { width: 1px; height: 14px; background: rgba(255,255,255,.18); }
.topbar__right { display: flex; align-items: center; gap: 18px; }
.topbar__badge { color: var(--gold); font-weight: 500; letter-spacing: .04em; }
.topbar__social { display: flex; gap: 12px; }
.topbar__social a { font-size: .95rem; color: #cfc6b6; transition: color .3s, transform .3s; }
.topbar__social a:hover { color: var(--gold); transform: translateY(-2px); }

/* ============================================================
   Navbar
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,253,249,.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .4s, background .4s;
}
.nav.is-stuck { box-shadow: var(--shadow-sm); background: rgba(255,253,249,.97); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 112px; gap: 24px; }

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__logo { height: 100px; width: auto; display: block; }
.brand--footer { display: inline-flex; }

.nav__links { display: flex; gap: 6px; }
.nav__links a {
  position: relative; padding: 8px 14px; font-weight: 500; font-size: .95rem; color: var(--text);
  border-radius: 8px; transition: color .3s;
}
.nav__links a::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 2px; height: 2px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease);
}
.nav__links a:hover, .nav__links a.is-active { color: var(--gold-dark); }
.nav__links a:hover::after, .nav__links a.is-active::after { transform: scaleX(1); }

.nav__actions { display: flex; align-items: center; gap: 16px; }
.nav__mobActions { display: none; }
.nav__phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .92rem; color: var(--ink); white-space: nowrap; flex-shrink: 0; }
.nav__phone i { color: var(--gold-dark); }
.nav__phone:hover { color: var(--gold-dark); }

.nav__toggle { display: none; width: 44px; height: 44px; flex-direction: column; gap: 5px; justify-content: center; align-items: center; }
.nav__toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .3s var(--ease); }
.nav__toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle.is-open span:nth-child(2) { opacity: 0; }
.nav__toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   Hero
   ============================================================ */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; color: #fff; overflow: hidden; }

/* Slides (cross-fading backgrounds) */
.hero__slides { position: absolute; inset: 0; z-index: 0; }
.hero__slide {
  position: absolute; inset: 0;
  opacity: 0; visibility: hidden;
  transition: opacity 1.1s var(--ease), visibility 1.1s var(--ease);
}
.hero__slideImg {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.12);
}
.hero__slide.is-active { opacity: 1; visibility: visible; }
.hero__slide.is-active .hero__slideImg { animation: heroZoom 7s ease-out forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(12,9,6,.9) 0%, rgba(12,9,6,.72) 42%, rgba(12,9,6,.35) 100%);
}

.hero__inner { position: relative; z-index: 2; padding-block: 90px; }
.hero__content { position: relative; max-width: 760px; }

/* Stacked heading slides — active one shown, others removed from flow */
.hero__text { position: absolute; top: 0; left: 0; width: 100%; opacity: 0; pointer-events: none; }
.hero__text.is-active { position: relative; opacity: 1; pointer-events: auto; }
.hero__eyebrow { opacity: 0; transform: translateY(14px); }
.hero__text.is-active .hero__eyebrow { animation: heroFade .7s var(--ease) .1s forwards; }

.hero__title {
  font-family: var(--serif); font-weight: 800; letter-spacing: -.01em;
  font-size: clamp(2.6rem, 6vw, 5rem); line-height: 1.04; margin-bottom: 8px;
}
.hero__line { display: block; overflow: hidden; }
.hero__title em { font-style: italic; color: var(--gold); }

/* Word-by-word reveal */
.hero__w {
  display: inline-block;
  transform: translateY(115%) rotate(4deg);
  opacity: 0;
}
.hero__text.is-active .hero__w {
  animation: heroWordUp .85s var(--ease) forwards;
  animation-delay: calc(var(--i) * .09s + .25s);
}
@keyframes heroWordUp {
  to { transform: translateY(0) rotate(0); opacity: 1; }
}
@keyframes heroFade {
  to { opacity: 1; transform: translateY(0); }
}

/* Dots */
.hero__dots { position: absolute; left: 50%; bottom: 74px; transform: translateX(-50%); z-index: 3; display: flex; gap: 12px; }
.hero__dot {
  width: 12px; height: 12px; border-radius: 50%; cursor: pointer;
  border: 1.5px solid rgba(255,255,255,.6); background: transparent;
  transition: .3s var(--ease);
}
.hero__dot:hover { border-color: var(--gold); }
.hero__dot.is-active { background: var(--gold); border-color: var(--gold); width: 30px; border-radius: 8px; }

/* ============================================================
   Stats
   ============================================================ */
.stats { background: var(--paper); margin-top: -1px; }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-block: 56px; }
.stat { text-align: center; position: relative; }
.stat:not(:last-child)::after { content: ""; position: absolute; right: -10px; top: 12%; height: 76%; width: 1px; background: var(--line); }
.stat__num { font-family: var(--serif); font-weight: 800; font-size: clamp(2.4rem, 4vw, 3.4rem); color: var(--ink); }
.stat__plus { font-family: var(--serif); font-weight: 800; font-size: clamp(1.6rem,3vw,2.4rem); color: var(--gold); }
.stat p { color: var(--muted); font-size: .92rem; margin-top: 4px; }

/* ============================================================
   About
   ============================================================ */
.about { padding-block: 100px; }
.about__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center; }
.about__media { position: relative; }
.about__media img { border-radius: var(--r-lg); box-shadow: var(--shadow-md); aspect-ratio: 4/4.4; object-fit: cover; }
.about__badge {
  position: absolute; right: -22px; bottom: 36px; background: var(--gold);
  color: var(--ink); border-radius: var(--r-md); padding: 20px 24px; text-align: center;
  box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 12px;
}
.about__badgeNum { font-family: var(--serif); font-weight: 800; font-size: 2.6rem; line-height: 1; }
.about__badgeNum sup { font-size: 1.1rem; }
.about__badgeText { font-weight: 600; font-size: .82rem; text-align: left; line-height: 1.2; }
.about__text { color: var(--muted); margin: 22px 0 28px; max-width: 560px; }
.about__pills { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 500px; margin-bottom: 30px; }
.pill {
  display: flex; align-items: center; gap: 12px; padding: 14px 18px; border: 1px solid var(--line);
  border-radius: 100px; background: var(--paper); font-weight: 500; transition: .3s var(--ease);
}
.pill i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--cream-2); color: var(--gold-dark); font-size: 1rem; }
.pill:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.pill:hover i { background: var(--gold); color: #fff; }
.about__ceo { border-left: 3px solid var(--gold); padding-left: 16px; }
.about__sign { font-family: var(--serif); font-style: italic; font-size: 1.4rem; color: var(--ink); }
.about__ceo span { font-size: .85rem; color: var(--muted); letter-spacing: .05em; text-transform: uppercase; }

/* ============================================================
   Services (dark)
   ============================================================ */
.services { background: var(--ink); color: #fff; padding-block: 100px; }
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service {
  background: var(--ink-2); border: 1px solid rgba(255,255,255,.07); border-radius: var(--r-md);
  overflow: hidden; transition: transform .4s var(--ease), border-color .4s;
}
.service:hover { transform: translateY(-8px); border-color: rgba(201,162,75,.4); }
.service__img { height: 200px; background: var(--img) center/cover no-repeat; position: relative; }
.service__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(20,15,8,.6)); }
.service__body { padding: 26px; position: relative; }
.service__no { font-family: var(--serif); font-weight: 800; font-size: 2rem; color: rgba(201,162,75,.35); position: absolute; top: -34px; right: 20px; }
.service__body h3 { font-family: var(--serif); font-size: 1.4rem; margin-bottom: 10px; }
.service__body p { color: #b7ae9f; font-size: .93rem; margin-bottom: 18px; }
.service__link { display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font-weight: 600; font-size: .9rem; }
.service__link:hover i { transform: translateX(4px); }
.service__link i { transition: transform .3s var(--ease); }
.service--cta { background: linear-gradient(135deg, var(--gold-dark), var(--gold)); color: var(--ink); display: grid; place-items: center; text-align: center; }
.service--cta h3 { font-family: var(--serif); font-size: 1.5rem; margin-bottom: 8px; }
.service--cta p { color: rgba(22,18,13,.8); margin-bottom: 20px; }

/* ============================================================
   Why choose us
   ============================================================ */
.why { padding-block: 100px; background: var(--cream); }
.why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 34px 28px; transition: .4s var(--ease); position: relative; overflow: hidden;
}
.feature::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.feature:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.feature:hover::before { transform: scaleX(1); }
.feature__ico { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 16px; background: var(--cream-2); color: var(--gold-dark); font-size: 1.6rem; margin-bottom: 20px; transition: .4s var(--ease); }
.feature:hover .feature__ico { background: var(--gold); color: #fff; transform: rotate(-6deg); }
.feature h3 { font-family: var(--serif); font-size: 1.3rem; margin-bottom: 10px; color: var(--ink); }
.feature p { color: var(--muted); font-size: .93rem; }

/* ============================================================
   Gallery (dark)
   ============================================================ */
.gallery { background: var(--charcoal); color: #fff; padding-block: 100px; }
.gallery__filters { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 44px; }
.chip {
  padding: 9px 22px; border-radius: 100px; border: 1px solid rgba(255,255,255,.2);
  color: #cfc6b6; font-weight: 500; font-size: .9rem; transition: .3s var(--ease);
}
.chip:hover { border-color: var(--gold); color: #fff; }
.chip.is-active { background: var(--gold); color: var(--ink); border-color: var(--gold); }
body[data-page="gallery"] .chip { color: var(--ink); border-color: rgba(44,38,32,.22); }
body[data-page="gallery"] .chip:hover { color: var(--ink); border-color: var(--gold); }
body[data-page="gallery"] .chip.is-active { color: var(--ink); }

.gallery__grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 240px; gap: 20px; }
.gcard { position: relative; border-radius: var(--r-md); overflow: hidden; cursor: pointer; }
.gcard--tall { grid-row: span 2; }
.gcard img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.gcard::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(15,11,6,.85)); opacity: .85; transition: opacity .4s; }
.gcard:hover img { transform: scale(1.08); }
.gcard figcaption { position: absolute; left: 22px; bottom: 20px; z-index: 2; transform: translateY(8px); opacity: 0; transition: .4s var(--ease); }
.gcard:hover figcaption { transform: translateY(0); opacity: 1; }
.gcard figcaption span { display: inline-block; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.gcard figcaption h4 { font-family: var(--serif); font-size: 1.2rem; }
.gcard.is-hidden { display: none; }

/* ============================================================
   Clients
   ============================================================ */
.clients { background: var(--paper); padding-block: 100px; }
.clients__intro {
  max-width: 860px; margin: 0 auto 46px; text-align: center;
  color: var(--muted); font-size: 1.02rem; line-height: 1.85;
}
.clients__grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 22px;
}
.client {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 0px 0px; min-height: 170px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
  text-align: center; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.client:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--gold-soft); }
.client__logo {
  width: 100%; height: auto; max-width: 100%; object-fit: contain;
  transition: transform .3s var(--ease);
}
.client:hover .client__logo { transform: scale(1.05); }
.client__name { font-size: .85rem; font-weight: 600; color: var(--text); }

/* ============================================================
   Testimonials
   ============================================================ */
.testi { padding-block: 100px; background: var(--cream); }
.testi__wrap { display: flex; align-items: center; gap: 18px; }
.testi__track { display: flex; gap: 24px; overflow: hidden; scroll-behavior: smooth; flex: 1; }
.tcard {
  flex: 0 0 calc(50% - 12px); background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 34px; box-shadow: var(--shadow-sm);
}
.tcard__stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 16px; }
.tcard p { font-size: 1.05rem; color: var(--text); line-height: 1.7; margin-bottom: 22px; }
.tcard footer { display: flex; align-items: center; gap: 14px; }
.tcard__avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--gold); color: var(--ink); font-weight: 700; display: grid; place-items: center; font-size: 1.1rem; }
.tcard footer strong { display: block; font-family: var(--serif); color: var(--ink); }
.tcard footer small { color: var(--muted); font-size: .82rem; }
.testi__nav { width: 50px; height: 50px; flex: 0 0 auto; border-radius: 50%; background: var(--paper); border: 1px solid var(--line); font-size: 1.6rem; color: var(--ink); display: grid; place-items: center; transition: .3s var(--ease); }
.testi__nav:hover { background: var(--gold); color: #fff; border-color: var(--gold); }
.testi__dots { display: flex; justify-content: center; gap: 8px; margin-top: 28px; }
.testi__dots button { width: 9px; height: 9px; border-radius: 50%; background: var(--line); transition: .3s; }
.testi__dots button.is-active { background: var(--gold); width: 26px; border-radius: 6px; }

/* ============================================================
   Referral CTA
   ============================================================ */
.refer { padding-block: 80px; background: var(--cream); }
.refer__inner {
  position: relative; overflow: hidden; border-radius: var(--r-lg); padding: 56px 60px;
  background: linear-gradient(115deg, var(--ink) 0%, var(--charcoal) 55%, var(--gold-dark) 140%);
  color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 30px;
}
.refer__badge { position: absolute; top: 26px; right: 30px; background: #e23a3a; color: #fff; font-weight: 700; font-size: .8rem; padding: 10px 16px; border-radius: 100px; transform: rotate(6deg); box-shadow: var(--shadow-sm); }
.refer__text h2 { font-family: var(--serif); font-size: clamp(1.8rem, 3.5vw, 2.8rem); margin-bottom: 14px; }
.refer__text h2 em { color: var(--gold); font-style: italic; }
.refer__text p { color: #d9d0c2; max-width: 560px; margin-bottom: 26px; }
.refer__text strong { color: var(--gold); }
.refer__coin { font-family: var(--serif); font-weight: 800; font-size: clamp(2rem, 5vw, 4rem); color: rgba(201,162,75,.28); white-space: nowrap; }

/* ============================================================
   Blog
   ============================================================ */
.blog { padding-block: 100px; }
.blog__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; transition: .4s var(--ease); }
.post:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.post__img { height: 210px; background: var(--img) center/cover no-repeat; position: relative; }
.post__date { position: absolute; left: 16px; bottom: 16px; background: var(--gold); color: var(--ink); font-weight: 600; font-size: .78rem; padding: 6px 12px; border-radius: 8px; }
.post__body { padding: 24px; }
.post__body h3 { font-family: var(--serif); font-size: 1.22rem; line-height: 1.3; margin-bottom: 10px; color: var(--ink); }
.post__body p { color: var(--muted); font-size: .92rem; margin-bottom: 16px; }
.post__link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--gold-dark); font-size: .9rem; }
.post__link:hover i { transform: translateX(4px); }
.post__link i { transition: transform .3s var(--ease); }

/* ============================================================
   Contact (dark)
   ============================================================ */
.contact { background: var(--ink); color: #fff; padding-block: 100px; }
.contact__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: start; }
.contact__lead { color: #b7ae9f; margin: 20px 0 34px; max-width: 440px; }
.contact__list { display: grid; gap: 22px; }
.contact__list li { display: flex; align-items: center; gap: 16px; }
.contact__list i { width: 50px; height: 50px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 14px; background: rgba(201,162,75,.14); color: var(--gold); font-size: 1.2rem; }
.contact__list small { display: block; color: #948b7d; font-size: .8rem; letter-spacing: .05em; text-transform: uppercase; }
.contact__list a, .contact__list span { color: #ece4d7; font-weight: 500; }
.contact__list li div span { display: block; line-height: 1.5; }
.contact__list li div a { display: block; line-height: 1.6; }
.contact__list b { color: #fff; }
.contact__list a:hover { color: var(--gold); }

.contact__form { background: var(--paper); border-radius: var(--r-lg); padding: 36px; 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-size: .85rem; font-weight: 600; color: var(--text); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 16px; border: 1px solid var(--line); border-radius: var(--r-sm);
  background: var(--cream); color: var(--text); font-size: .95rem; transition: .3s var(--ease); resize: vertical;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(201,162,75,.14); background: #fff; }
.contact__note { text-align: center; color: var(--gold-dark); font-weight: 600; margin-top: 14px; }
.contact__note.is-error { color: #b42318; }

/* ============================================================
   Footer
   ============================================================ */
.footer { background: #c9a24b; color: #2c2620; }

.footer__top {
  display: grid; grid-template-columns: 1fr 1fr auto 1fr 1fr;
  gap: 40px; align-items: start; padding-block: 56px;
}
.footer__col { display: flex; flex-direction: column; }
.footer__col a { display: inline-block; padding: 7px 0; font-size: .93rem; color: #3a3228; transition: .25s var(--ease); }
.footer__col a:hover { color: var(--ink); transform: translateX(4px); }

.footer__brand { display: flex; justify-content: center; }
.footer__brand .brand__logo { height: 104px; width: auto; }

.footer__mid {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center;
  padding-block: 26px; border-top: 1px solid rgba(44,38,32,.16);
}
.footer__contact { display: flex; flex-direction: column; gap: 7px; font-size: .92rem; }
.footer__contact a { color: #2c2620; transition: .25s var(--ease); }
.footer__contact a:hover { color: var(--ink); }
.footer__addr { text-align: center; font-size: .9rem; line-height: 1.55; max-width: 460px; }
.footer__addr strong { display: block; font-family: var(--serif); font-size: 1.1rem; margin-bottom: 6px; }
.footer__addr span { display: block; }
.footer__addr span + span { margin-top: 6px; }
.footer__addr b { color: var(--ink); }
.footer__social { display: flex; gap: 16px; justify-content: flex-end; align-items: center; }
.footer__social a { font-size: 1.05rem; color: #3a3228; transition: .25s var(--ease); }
.footer__social a:hover { color: var(--ink); transform: translateY(-3px); }

.footer__bottom { border-top: 1px solid rgba(44,38,32,.16); }
.footer__bottomInner { display: flex; justify-content: space-between; align-items: center; padding-block: 18px; font-size: .84rem; flex-wrap: wrap; gap: 12px; }
.footer__bottomInner p { color: #3a3228; }
.footer__legal { display: flex; gap: 16px; align-items: center; }
.footer__legal a { color: #3a3228; transition: .25s var(--ease); }
.footer__legal a:hover { color: var(--ink); }
.footer__legalSep { opacity: .5; }

/* ============================================================
   Floating buttons
   ============================================================ */
.fab { position: fixed; right: 22px; z-index: 90; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 1.5rem; box-shadow: var(--shadow-md); transition: transform .3s var(--ease); }
.fab:hover { transform: scale(1.1); }
.fab--wa { bottom: 92px; background: #25d366; }
.fab--call { bottom: 30px; background: var(--gold-dark); }
.toTop { position: fixed; left: 22px; bottom: 30px; z-index: 90; width: 48px; height: 48px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 1.2rem; display: grid; place-items: center; box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transform: translateY(14px); transition: .35s var(--ease); }
.toTop.is-show { opacity: 1; visibility: visible; transform: translateY(0); }
.toTop:hover { background: var(--gold-dark); }

/* ============================================================
   Reveal animation
   ============================================================ */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 992px) {
  .hero__dots { bottom: 60px; }
  .about__grid, .contact__grid { grid-template-columns: 1fr; gap: 40px; }
  .about__media { max-width: 480px; }
  .services__grid, .why__grid, .blog__grid { grid-template-columns: repeat(2, 1fr); }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__top {
    grid-template-columns: 1fr 1fr; gap: 24px 40px; text-align: center;
    justify-items: center;
  }
  .footer__brand { order: -1; grid-column: 1 / -1; margin-bottom: 8px; }
  .footer__col { align-items: center; }
  .footer__col a:hover { transform: none; }
  .footer__mid { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 18px; }
  .footer__contact { align-items: center; }
  .footer__social { justify-content: center; }
  .tcard { flex: 0 0 100%; }
  .refer__coin { display: none; }
}

@media (max-width: 720px) {
  .topbar { display: none; }
  .nav__links {
    position: fixed; inset: 100px 0 auto 0; flex-direction: column; gap: 0;
    background: var(--paper); padding: 14px 24px 24px; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md); transform: translateY(-120%); transition: transform .4s var(--ease);
    max-height: calc(100vh - 100px); overflow-y: auto;
  }
  .nav__links.is-open { transform: translateY(0); }
  .nav__links a { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .nav__links a::after { display: none; }
  .nav__toggle { display: flex; }
  /* Move phone + quote button into the sidebar; keep header clean (logo + menu) */
  .nav__phone, .nav__cta { display: none; }
  .nav__inner { height: 100px; }
  .brand__logo { height: 84px; }

  .nav__mobActions {
    display: flex; flex-direction: column; gap: 14px;
    padding: 18px 4px 8px; margin-top: 6px; border-top: 1px solid var(--line);
  }
  .nav__mobPhone {
    display: inline-flex; align-items: center; gap: 8px;
    font-weight: 600; font-size: 1rem; color: var(--ink); padding: 4px !important; border-bottom: none !important;
  }
  .nav__mobPhone::after { display: none; }
  .nav__mobPhone i { color: var(--gold-dark); }
  .nav__mobCta {
    justify-content: center; width: 100%; padding: 14px 18px !important;
    border-bottom: none !important; font-size: 1rem;
  }
  .nav__mobCta::after { display: none; }

  .stats__grid { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
  .stat:nth-child(2)::after, .stat:last-child::after { display: none; }
  .services__grid, .why__grid, .blog__grid, .gallery__grid { grid-template-columns: 1fr; }
  .gcard--tall { grid-row: span 1; }
  .about__pills { grid-template-columns: 1fr; }
  .field--row { grid-template-columns: 1fr; }
  .refer__inner, .contact__form { padding: 30px 24px; }
  .footer__top { grid-template-columns: 1fr; gap: 20px; }
  .footer__brand .brand__logo { height: 88px; }
  .footer__bottomInner { flex-direction: column; text-align: center; }
  .section__head--row { flex-direction: column; align-items: flex-start; }
  .about__badge { right: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  /* Keep the active hero slide readable when animations are disabled */
  .hero__text.is-active .hero__eyebrow,
  .hero__text.is-active .hero__w { opacity: 1; transform: none; }
}
