/* ============================================================
   Paws & Claws Pets — Mirdif, Dubai
   Warm orange + leaf green on soft cream. Mobile-first.
   ============================================================ */

:root{
  --bg:        #FBF6EF;
  --bg-2:      #F6EDE0;
  --surface:   #FFFFFF;
  --text:      #2B2118;
  --muted:     #7A6E60;
  --primary:   #EA5E15;
  --primary-d: #C94E0E;
  --secondary: #3E8551;
  --secondary-d:#2F6B40;
  --accent:    #F4A05A;
  --border:    #ECDFCD;
  --border-2:  #E2D2BC;
  --focus:     #1F5FB0;

  --green-bg:  #20422C;   /* deep leaf for the grooming feature band */
  --green-tint:#EAF2EC;

  --maxw: 1200px;
  --r-sm: 12px;
  --r:    18px;
  --r-lg: 26px;
  --r-pill: 999px;

  --sh-sm: 0 1px 2px rgba(43,33,24,.04), 0 2px 6px rgba(43,33,24,.05);
  --sh:    0 6px 18px rgba(43,33,24,.07), 0 2px 4px rgba(43,33,24,.04);
  --sh-lg: 0 20px 50px rgba(43,33,24,.13), 0 6px 16px rgba(43,33,24,.07);
  --sh-orange: 0 10px 26px rgba(234,94,21,.30);

  --ff-head: "Poppins", system-ui, sans-serif;
  --ff-body: "Nunito Sans", system-ui, sans-serif;

  --ease: cubic-bezier(.22,.61,.36,1);
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *{ animation-duration:.001ms !important; transition-duration:.001ms !important; }
}

body{
  margin:0;
  font-family:var(--ff-body);
  color:var(--text);
  background:var(--bg);
  font-size:17px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}

h1,h2,h3,h4{ font-family:var(--ff-head); font-weight:700; line-height:1.1; margin:0; letter-spacing:-.01em; text-wrap:balance; }
p{ margin:0; }
a{ color:inherit; text-decoration:none; }
img{ display:block; max-width:100%; }
button{ font-family:inherit; cursor:pointer; border:none; background:none; }

:focus-visible{ outline:3px solid var(--focus); outline-offset:2px; border-radius:6px; }

/* ---------- layout helpers ---------- */
.wrap{ width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:20px; }
.section{ padding-block:clamp(56px, 9vw, 110px); position:relative; }
.section--tight{ padding-block:clamp(40px,6vw,72px); }

.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family:var(--ff-head); font-weight:600; font-size:.78rem;
  letter-spacing:.16em; text-transform:uppercase; color:var(--primary);
}
.eyebrow::before{ content:""; width:22px; height:2px; background:var(--primary); border-radius:2px; }
.eyebrow--green{ color:var(--secondary); }
.eyebrow--green::before{ background:var(--secondary); }
.eyebrow--cream{ color:var(--accent); }
.eyebrow--cream::before{ background:var(--accent); }

.section-head{ max-width:680px; margin-bottom:clamp(32px,5vw,52px); }
.section-head h2{
  font-size:clamp(1.9rem, 4.6vw, 3rem); margin-top:14px; letter-spacing:-.02em;
}
.section-head p{ color:var(--muted); font-size:clamp(1.02rem,1.6vw,1.18rem); margin-top:16px; }

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  font-family:var(--ff-head); font-weight:600; font-size:1rem;
  padding:14px 26px; border-radius:var(--r-pill); min-height:52px;
  transition:transform .25s var(--ease), box-shadow .25s var(--ease), background .2s, color .2s;
  white-space:nowrap; line-height:1;
}
.btn svg{ width:19px; height:19px; flex:none; }
.btn--primary{ background:var(--primary); color:#fff; box-shadow:var(--sh-orange); }
.btn--primary:hover{ background:var(--primary-d); transform:translateY(-2px); box-shadow:0 14px 32px rgba(234,94,21,.4); }
.btn--whats{ background:var(--secondary); color:#fff; box-shadow:0 10px 24px rgba(62,133,81,.28); }
.btn--whats:hover{ background:var(--secondary-d); transform:translateY(-2px); }
.btn--ghost{ background:var(--surface); color:var(--text); box-shadow:var(--sh-sm); border:1.5px solid var(--border-2); }
.btn--ghost:hover{ border-color:var(--primary); color:var(--primary-d); transform:translateY(-2px); }
.btn--light{ background:rgba(255,255,255,.14); color:#fff; border:1.5px solid rgba(255,255,255,.4); backdrop-filter:blur(4px); }
.btn--light:hover{ background:rgba(255,255,255,.24); transform:translateY(-2px); }
.btn--block{ width:100%; }
.btn--sm{ min-height:44px; padding:11px 20px; font-size:.94rem; }

/* ============================================================
   HEADER
   ============================================================ */
.header{
  position:sticky; top:0; z-index:60;
  transition:background .3s, box-shadow .3s, padding .3s;
  padding-block:12px;
}
.header__inner{ display:flex; align-items:center; justify-content:space-between; gap:18px; }
.header.scrolled{
  background:rgba(251,246,239,.86);
  backdrop-filter:saturate(1.4) blur(14px);
  box-shadow:0 1px 0 var(--border), 0 6px 20px rgba(43,33,24,.06);
}
.brand{ display:flex; align-items:center; gap:12px; flex:none; }
.brand img{ height:58px; width:auto; }
.brand__txt{ display:flex; flex-direction:column; line-height:1.05; }
.brand__name{ font-family:var(--ff-head); font-weight:800; font-size:1.18rem; color:var(--primary); letter-spacing:-.01em; }
.brand__sub{ font-size:.66rem; letter-spacing:.18em; text-transform:uppercase; color:var(--muted); font-weight:700; }

.nav{ display:none; align-items:center; gap:4px; }
.nav a{
  font-family:var(--ff-head); font-weight:500; font-size:.96rem; color:var(--text);
  padding:9px 15px; border-radius:var(--r-pill); transition:background .2s, color .2s; position:relative;
}
.nav a:hover{ background:var(--bg-2); color:var(--primary-d); }

.header__cta{ display:none; align-items:center; gap:10px; }

.burger{
  display:inline-flex; flex-direction:column; gap:5px; padding:12px; border-radius:12px;
  background:var(--surface); box-shadow:var(--sh-sm); border:1px solid var(--border);
}
.burger span{ width:22px; height:2.5px; background:var(--text); border-radius:2px; transition:.3s var(--ease); }
.burger.open span:nth-child(1){ transform:translateY(7.5px) rotate(45deg); }
.burger.open span:nth-child(2){ opacity:0; }
.burger.open span:nth-child(3){ transform:translateY(-7.5px) rotate(-45deg); }

/* mobile drawer */
.drawer{
  position:fixed; inset:0; z-index:55; pointer-events:none;
}
.drawer__scrim{ position:absolute; inset:0; background:rgba(43,33,24,.45); opacity:0; transition:opacity .3s; }
.drawer__panel{
  position:absolute; top:0; right:0; height:100%; width:min(82vw,340px);
  background:var(--bg); box-shadow:var(--sh-lg); padding:88px 24px 28px;
  transform:translateX(100%); transition:transform .36s var(--ease);
  display:flex; flex-direction:column; gap:6px; overflow-y:auto;
}
.drawer.open{ pointer-events:auto; }
.drawer.open .drawer__scrim{ opacity:1; }
.drawer.open .drawer__panel{ transform:translateX(0); }
.drawer__panel a.dlink{
  font-family:var(--ff-head); font-weight:600; font-size:1.15rem; padding:14px 8px;
  border-bottom:1px solid var(--border); color:var(--text); display:flex; justify-content:space-between; align-items:center;
}
.drawer__panel a.dlink:hover{ color:var(--primary); }
.drawer__cta{ margin-top:18px; display:flex; flex-direction:column; gap:12px; }

@media(min-width:992px){
  .nav{ display:flex; }
  .header__cta{ display:flex; }
  .burger{ display:none; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero{ position:relative; padding-top:clamp(36px,6vw,68px); padding-bottom:clamp(48px,7vw,90px); overflow:hidden; }
.hero__bg{
  position:absolute; inset:0; z-index:0; pointer-events:none;
  background:
    radial-gradient(60% 50% at 88% 8%, rgba(244,160,90,.30), transparent 70%),
    radial-gradient(50% 45% at 6% 90%, rgba(62,133,81,.14), transparent 70%);
}
.hero__grid{
  position:relative; z-index:1;
  display:grid; grid-template-columns:1fr; gap:clamp(34px,5vw,56px); align-items:center;
}
.hero__copy{ max-width:600px; }
.hero h1{
  font-size:clamp(2.4rem, 7.5vw, 4.1rem); font-weight:800; letter-spacing:-.025em; margin-top:20px;
}
.hero h1 .hl{ color:var(--primary); }
.hero h1 .leaf{ color:var(--secondary); }
.hero__sub{ font-size:clamp(1.08rem,2.1vw,1.26rem); color:var(--muted); margin-top:22px; max-width:520px; }
.hero__cta{ display:flex; flex-wrap:wrap; gap:14px; margin-top:32px; }
.hero__trust{ display:flex; flex-wrap:wrap; gap:10px 22px; margin-top:30px; }
.hero__trust .t{ display:flex; align-items:center; gap:9px; font-weight:700; font-family:var(--ff-head); font-size:.92rem; color:var(--text); }
.hero__trust .t svg{ width:20px; height:20px; color:var(--secondary); flex:none; }

/* hero visual collage */
.hero__visual{ position:relative; }
.hero__photo{
  position:relative; border-radius:var(--r-lg); overflow:hidden; box-shadow:var(--sh-lg);
  aspect-ratio:5/4; background:var(--bg-2); border:6px solid #fff;
}
.hero__photo img{ width:100%; height:100%; object-fit:cover; }
.hero__photo::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 55%, rgba(32,66,44,.28)); }
.hero__photocap{ position:absolute; left:16px; bottom:14px; z-index:2; color:#fff; font-family:var(--ff-head); font-weight:600; font-size:.92rem; text-shadow:0 1px 6px rgba(0,0,0,.4); display:flex; align-items:center; gap:7px; }
.hero__photocap svg{ width:17px; height:17px; }

.hero__badge{
  position:absolute; background:var(--surface); border-radius:var(--r); box-shadow:var(--sh-lg);
  padding:14px 18px; display:flex; align-items:center; gap:13px; border:1px solid var(--border);
}
.hero__badge .ring{ width:46px; height:46px; border-radius:50%; display:grid; place-items:center; flex:none; }
.hero__badge .ring svg{ width:24px; height:24px; }
.hero__badge b{ font-family:var(--ff-head); font-size:1.16rem; display:block; line-height:1; }
.hero__badge span{ font-size:.82rem; color:var(--muted); }
.hero__badge--tl{ top:-22px; left:-14px; }
.hero__badge--br{ bottom:-26px; right:-12px; }
.hero__badge--tl .ring{ background:#FCEbDD; color:var(--primary); }
.hero__badge--br .ring{ background:var(--green-tint); color:var(--secondary); }

@media(min-width:880px){
  .hero__grid{ grid-template-columns:1.05fr .95fr; }
}
@media(max-width:520px){
  .hero__badge--tl{ top:-16px; left:-6px; padding:11px 14px; }
  .hero__badge--br{ bottom:-18px; right:-4px; padding:11px 14px; }
  .hero__badge b{ font-size:1rem; }
}

/* ============================================================
   STAT / TRUST STRIP
   ============================================================ */
.strip{ background:var(--surface); border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
.strip__row{ display:grid; grid-template-columns:repeat(2,1fr); gap:1px; background:var(--border); }
.strip__item{ background:var(--surface); padding:26px 18px; text-align:center; }
.strip__item b{ font-family:var(--ff-head); font-weight:800; font-size:clamp(1.5rem,4vw,2.2rem); color:var(--primary); display:block; }
.strip__item span{ font-size:.86rem; color:var(--muted); font-weight:600; letter-spacing:.02em; }
@media(min-width:760px){ .strip__row{ grid-template-columns:repeat(4,1fr); } }

/* ============================================================
   SPECIES CATEGORY GRID
   ============================================================ */
.cats{ background:var(--bg); }
.cat-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
@media(min-width:620px){ .cat-grid{ grid-template-columns:repeat(3,1fr); } }
@media(min-width:980px){ .cat-grid{ grid-template-columns:repeat(6,1fr); } }

.cat-card{
  background:var(--surface); border:1px solid var(--border); border-radius:var(--r);
  padding:22px 14px 18px; text-align:center; box-shadow:var(--sh-sm);
  transition:transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
  display:flex; flex-direction:column; align-items:center; gap:12px;
}
.cat-card:hover{ transform:translateY(-6px); box-shadow:var(--sh-lg); border-color:var(--accent); }
.cat-card__well{
  width:88px; height:88px; border-radius:50%; display:grid; place-items:center;
  background:radial-gradient(circle at 50% 35%, #fff, var(--bg-2));
  border:1px solid var(--border); overflow:hidden;
}
.cat-card__well img{ width:78%; height:78%; object-fit:contain; }
.cat-card b{ font-family:var(--ff-head); font-weight:600; font-size:1.04rem; }
.cat-card span{ font-size:.8rem; color:var(--muted); }

/* ============================================================
   GENERIC SECTION BG VARIANTS
   ============================================================ */
.bg-cream2{ background:var(--bg-2); }
.bg-surface{ background:var(--surface); }

/* ============================================================
   GROOMING
   ============================================================ */
.groom{ background:var(--bg-2); }
.groom__top{ display:grid; grid-template-columns:1fr; gap:clamp(30px,4vw,48px); align-items:center; margin-bottom:clamp(36px,5vw,56px); }
@media(min-width:900px){ .groom__top{ grid-template-columns:1fr 1fr; } }
.groom__photo{ position:relative; border-radius:var(--r-lg); overflow:hidden; box-shadow:var(--sh-lg); aspect-ratio:4/3; border:6px solid #fff; }
.groom__photo img{ width:100%; height:100%; object-fit:cover; }
.groom__photo::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 50%, rgba(32,66,44,.4)); }
.groom__photocap{ position:absolute; left:18px; bottom:16px; color:#fff; z-index:2; font-family:var(--ff-head); font-weight:600; font-size:.9rem; text-shadow:0 1px 6px rgba(0,0,0,.45); }

.svc-grid{ display:grid; grid-template-columns:1fr; gap:18px; }
@media(min-width:680px){ .svc-grid{ grid-template-columns:repeat(2,1fr); } }
.svc-card{
  background:var(--surface); border:1px solid var(--border); border-radius:var(--r);
  padding:26px 24px; box-shadow:var(--sh-sm); transition:transform .3s var(--ease), box-shadow .3s var(--ease);
  display:flex; flex-direction:column;
}
.svc-card:hover{ transform:translateY(-4px); box-shadow:var(--sh); }
.svc-card--feature{ border-color:var(--accent); box-shadow:var(--sh); }
.svc-card__icon{ width:50px; height:50px; border-radius:14px; background:#FCEbDD; color:var(--primary); display:grid; place-items:center; margin-bottom:16px; }
.svc-card__icon svg{ width:26px; height:26px; }
.svc-card--green .svc-card__icon{ background:var(--green-tint); color:var(--secondary); }
.svc-card h3{ font-size:1.3rem; }
.svc-card .tag{ display:inline-block; font-family:var(--ff-head); font-weight:700; font-size:.7rem; letter-spacing:.1em; text-transform:uppercase; color:var(--primary); background:#FCEbDD; padding:4px 10px; border-radius:var(--r-pill); margin-bottom:14px; align-self:flex-start; }
.svc-card ul{ list-style:none; padding:0; margin:14px 0 0; display:flex; flex-direction:column; gap:9px; }
.svc-card ul li{ display:flex; gap:10px; align-items:flex-start; font-size:.98rem; color:var(--text); }
.svc-card ul li svg{ width:18px; height:18px; color:var(--secondary); flex:none; margin-top:3px; }
.svc-card .enquire{ margin-top:18px; font-family:var(--ff-head); font-weight:600; color:var(--primary-d); display:inline-flex; align-items:center; gap:6px; font-size:.95rem; }
.svc-card .enquire svg{ width:16px; height:16px; transition:transform .25s; }
.svc-card:hover .enquire svg{ transform:translateX(4px); }

/* how it works steps */
.steps{ display:grid; grid-template-columns:1fr; gap:18px; margin-top:clamp(36px,5vw,52px); }
@media(min-width:760px){ .steps{ grid-template-columns:repeat(3,1fr); } }
.step{ position:relative; padding:26px 22px; background:var(--surface); border:1px solid var(--border); border-radius:var(--r); }
.step__n{ font-family:var(--ff-head); font-weight:800; font-size:2.4rem; color:var(--accent); line-height:1; }
.step h4{ font-size:1.12rem; margin:10px 0 8px; }
.step p{ color:var(--muted); font-size:.96rem; }

/* promo banner */
.promo{
  margin-top:clamp(34px,5vw,52px);
  background:linear-gradient(120deg, var(--green-bg), #2b5638);
  color:#fff; border-radius:var(--r-lg); padding:clamp(28px,4vw,44px);
  display:flex; flex-direction:column; gap:22px; align-items:flex-start; position:relative; overflow:hidden;
}
.promo__deco{ position:absolute; right:-30px; top:-30px; width:200px; height:200px; opacity:.16; }
.promo .tag{ font-family:var(--ff-head); font-weight:700; letter-spacing:.14em; text-transform:uppercase; font-size:.74rem; color:var(--accent); }
.promo h3{ font-size:clamp(1.5rem,3.4vw,2.1rem); max-width:620px; }
.promo p{ color:rgba(255,255,255,.82); max-width:560px; }
.promo .promo__cta{ display:flex; flex-wrap:wrap; gap:12px; }
@media(min-width:820px){
  .promo{ flex-direction:row; align-items:center; justify-content:space-between; }
  .promo__txt{ max-width:62%; }
}

/* ============================================================
   SHOP / STOCK
   ============================================================ */
.shop{ background:var(--bg); }
.shop-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
@media(min-width:680px){ .shop-grid{ grid-template-columns:repeat(3,1fr); } }
@media(min-width:980px){ .shop-grid{ grid-template-columns:repeat(4,1fr); } }
.prod-card{
  background:var(--surface); border:1px solid var(--border); border-radius:var(--r); overflow:hidden;
  box-shadow:var(--sh-sm); transition:transform .3s var(--ease), box-shadow .3s var(--ease);
}
.prod-card:hover{ transform:translateY(-5px); box-shadow:var(--sh-lg); }
.prod-card__img{ aspect-ratio:1/1; background:linear-gradient(180deg,#fff,var(--bg-2)); display:grid; place-items:center; padding:16px; }
.prod-card__img img{ max-width:100%; max-height:100%; object-fit:contain; mix-blend-mode:multiply; }
.prod-card__body{ padding:14px 16px 18px; border-top:1px solid var(--border); }
.prod-card__body .cat{ font-size:.72rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--secondary); }
.prod-card__body b{ font-family:var(--ff-head); font-weight:600; font-size:1.02rem; display:block; margin-top:3px; }

/* delivery band */
.delivery{
  margin-top:clamp(34px,5vw,52px);
  display:grid; grid-template-columns:1fr; gap:16px;
}
@media(min-width:760px){ .delivery{ grid-template-columns:repeat(3,1fr); } }
.deliv-card{
  background:var(--surface); border:1px solid var(--border); border-radius:var(--r); padding:26px 24px;
  display:flex; gap:16px; align-items:flex-start; box-shadow:var(--sh-sm);
}
.deliv-card__icon{ width:48px; height:48px; border-radius:14px; background:#FCEbDD; color:var(--primary); display:grid; place-items:center; flex:none; }
.deliv-card__icon svg{ width:25px; height:25px; }
.deliv-card--g .deliv-card__icon{ background:var(--green-tint); color:var(--secondary); }
.deliv-card h4{ font-size:1.08rem; margin-bottom:5px; }
.deliv-card p{ color:var(--muted); font-size:.94rem; }

/* ============================================================
   WHY US
   ============================================================ */
.why{ background:var(--green-bg); color:#fff; }
.why .section-head h2{ color:#fff; }
.why .section-head p{ color:rgba(255,255,255,.78); }
.why-grid{ display:grid; grid-template-columns:1fr; gap:18px; }
@media(min-width:620px){ .why-grid{ grid-template-columns:repeat(2,1fr); } }
@media(min-width:980px){ .why-grid{ grid-template-columns:repeat(4,1fr); } }
.why-card{
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.13); border-radius:var(--r);
  padding:28px 24px; transition:background .3s, transform .3s var(--ease);
}
.why-card:hover{ background:rgba(255,255,255,.1); transform:translateY(-4px); }
.why-card__icon{ width:52px; height:52px; border-radius:14px; background:rgba(244,160,90,.18); color:var(--accent); display:grid; place-items:center; margin-bottom:16px; }
.why-card__icon svg{ width:27px; height:27px; }
.why-card h4{ font-size:1.16rem; margin-bottom:8px; color:#fff; }
.why-card p{ color:rgba(255,255,255,.74); font-size:.96rem; }

/* ============================================================
   ABOUT
   ============================================================ */
.about{ background:var(--bg); }
.about__grid{ display:grid; grid-template-columns:1fr; gap:clamp(32px,5vw,56px); align-items:center; }
@media(min-width:900px){ .about__grid{ grid-template-columns:1fr 1fr; } }
.about__media{ position:relative; }
.about__logo-card{
  background:var(--surface); border:1px solid var(--border); border-radius:var(--r-lg); box-shadow:var(--sh-lg);
  padding:clamp(28px,4vw,48px); display:grid; place-items:center; text-align:center;
}
.about__logo-card img{ width:min(260px,68%); height:auto; }
.about__logo-card .est{ margin-top:18px; font-family:var(--ff-head); font-weight:700; letter-spacing:.14em; text-transform:uppercase; font-size:.78rem; color:var(--muted); }
.about__copy h2{ font-size:clamp(1.9rem,4.4vw,2.8rem); }
.about__copy p{ color:var(--muted); margin-top:18px; font-size:1.06rem; }
.about__values{ list-style:none; padding:0; margin:26px 0 0; display:grid; grid-template-columns:1fr; gap:14px; }
@media(min-width:560px){ .about__values{ grid-template-columns:1fr 1fr; } }
.about__values li{ display:flex; gap:12px; align-items:flex-start; font-weight:600; font-family:var(--ff-head); font-size:.98rem; }
.about__values li svg{ width:22px; height:22px; color:var(--secondary); flex:none; margin-top:1px; }

/* ============================================================
   LOCATIONS
   ============================================================ */
.locations{ background:var(--bg-2); }
.loc-grid{ display:grid; grid-template-columns:1fr; gap:24px; }
@media(min-width:820px){ .loc-grid{ grid-template-columns:repeat(2,1fr); } }
.loc-card{ background:var(--surface); border:1px solid var(--border); border-radius:var(--r-lg); overflow:hidden; box-shadow:var(--sh); display:flex; flex-direction:column; }
.loc-card__map{
  position:relative; aspect-ratio:16/9; background:
    repeating-linear-gradient(45deg, #EFE6D7, #EFE6D7 14px, #EBE0CE 14px, #EBE0CE 28px);
  display:grid; place-items:center; border-bottom:1px solid var(--border);
}
.loc-card__map .ph{
  display:flex; flex-direction:column; align-items:center; gap:8px; color:var(--muted); text-align:center; padding:18px;
}
.loc-card__map .ph svg{ width:34px; height:34px; color:var(--primary); }
.loc-card__map .ph b{ font-family:var(--ff-head); font-size:1rem; color:var(--text); }
.loc-card__map .ph span{ font-size:.8rem; font-family:var(--ff-body); }
.loc-card__map .pin{ position:absolute; top:12px; left:12px; background:var(--surface); border-radius:var(--r-pill); padding:6px 14px; font-family:var(--ff-head); font-weight:700; font-size:.8rem; box-shadow:var(--sh-sm); display:flex; align-items:center; gap:7px; }
.loc-card__map .pin svg{ width:15px; height:15px; color:var(--primary); }
.loc-card__body{ padding:24px 24px 26px; display:flex; flex-direction:column; gap:14px; flex:1; }
.loc-card__body h3{ font-size:1.3rem; }
.loc-row{ display:flex; gap:12px; align-items:flex-start; font-size:.98rem; }
.loc-row svg{ width:19px; height:19px; color:var(--secondary); flex:none; margin-top:3px; }
.loc-row a{ font-weight:600; }
.loc-row a:hover{ color:var(--primary-d); }
.loc-card__actions{ display:flex; flex-wrap:wrap; gap:10px; margin-top:auto; padding-top:8px; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact{ background:var(--bg); }
.contact__grid{ display:grid; grid-template-columns:1fr; gap:clamp(30px,4vw,48px); align-items:start; }
@media(min-width:880px){ .contact__grid{ grid-template-columns:.9fr 1.1fr; } }
.contact__info{ display:flex; flex-direction:column; gap:14px; }
.cinfo{ display:flex; gap:14px; align-items:flex-start; background:var(--surface); border:1px solid var(--border); border-radius:var(--r); padding:18px 20px; box-shadow:var(--sh-sm); transition:transform .25s var(--ease), box-shadow .25s; }
.cinfo:hover{ transform:translateY(-3px); box-shadow:var(--sh); }
.cinfo__icon{ width:46px; height:46px; border-radius:12px; background:#FCEbDD; color:var(--primary); display:grid; place-items:center; flex:none; }
.cinfo__icon svg{ width:23px; height:23px; }
.cinfo--g .cinfo__icon{ background:var(--green-tint); color:var(--secondary); }
.cinfo b{ font-family:var(--ff-head); font-size:.78rem; letter-spacing:.08em; text-transform:uppercase; color:var(--muted); display:block; }
.cinfo a, .cinfo span{ font-family:var(--ff-head); font-weight:600; font-size:1.04rem; color:var(--text); }
.cinfo a:hover{ color:var(--primary-d); }

.form-card{ background:var(--surface); border:1px solid var(--border); border-radius:var(--r-lg); padding:clamp(24px,4vw,40px); box-shadow:var(--sh); }
.form-card h3{ font-size:1.5rem; margin-bottom:6px; }
.form-card .sub{ color:var(--muted); font-size:.98rem; margin-bottom:24px; }
.field{ margin-bottom:18px; }
.field label{ display:block; font-family:var(--ff-head); font-weight:600; font-size:.9rem; margin-bottom:7px; }
.field input, .field select, .field textarea{
  width:100%; font-family:var(--ff-body); font-size:1rem; color:var(--text);
  padding:13px 15px; border:1.5px solid var(--border-2); border-radius:var(--r-sm);
  background:var(--bg); transition:border-color .2s, box-shadow .2s; min-height:50px;
}
.field textarea{ resize:vertical; min-height:110px; }
.field input:focus, .field select:focus, .field textarea:focus{ outline:none; border-color:var(--primary); box-shadow:0 0 0 3px rgba(234,94,21,.14); }
.field--row{ display:grid; grid-template-columns:1fr; gap:0 16px; }
@media(min-width:560px){ .field--row{ grid-template-columns:1fr 1fr; } }
.intent-tabs{ display:flex; gap:8px; flex-wrap:wrap; margin-bottom:22px; }
.intent-tab{ font-family:var(--ff-head); font-weight:600; font-size:.9rem; padding:9px 16px; border-radius:var(--r-pill); border:1.5px solid var(--border-2); background:var(--bg); color:var(--muted); transition:.2s; min-height:44px; }
.intent-tab.active{ background:var(--primary); color:#fff; border-color:var(--primary); box-shadow:var(--sh-orange); }
.intent-tab:hover:not(.active){ border-color:var(--primary); color:var(--primary-d); }
.form-note{ font-size:.84rem; color:var(--muted); margin-top:14px; text-align:center; }
.form-success{ background:var(--green-tint); border:1.5px solid var(--secondary); border-radius:var(--r); padding:24px; text-align:center; color:var(--secondary-d); }
.form-success svg{ width:44px; height:44px; margin-bottom:10px; }
.form-success b{ font-family:var(--ff-head); font-size:1.2rem; display:block; margin-bottom:6px; color:var(--text); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer{ background:#1E1711; color:rgba(255,255,255,.74); padding-top:clamp(48px,6vw,72px); }
.footer__grid{ display:grid; grid-template-columns:1fr; gap:36px; padding-bottom:44px; border-bottom:1px solid rgba(255,255,255,.1); }
@media(min-width:760px){ .footer__grid{ grid-template-columns:1.4fr 1fr 1fr; } }
@media(min-width:1000px){ .footer__grid{ grid-template-columns:1.6fr 1fr 1fr 1.1fr; } }
.footer__brand img{ width:130px; height:auto; background:#fff; border-radius:18px; padding:14px; }
.footer__brand p{ margin-top:18px; max-width:320px; font-size:.96rem; }
.footer__socials{ display:flex; gap:12px; margin-top:20px; }
.footer__socials a{ width:44px; height:44px; border-radius:12px; background:rgba(255,255,255,.08); display:grid; place-items:center; transition:.25s; }
.footer__socials a:hover{ background:var(--primary); transform:translateY(-3px); }
.footer__socials a svg{ width:20px; height:20px; color:#fff; }
.footer__col h4{ color:#fff; font-size:1.04rem; margin-bottom:16px; }
.footer__col ul{ list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:11px; }
.footer__col ul li a{ font-size:.95rem; transition:color .2s; }
.footer__col ul li a:hover{ color:var(--accent); }
.footer__col .line{ display:flex; gap:10px; align-items:flex-start; font-size:.95rem; }
.footer__col .line svg{ width:17px; height:17px; color:var(--accent); flex:none; margin-top:3px; }
.footer__bottom{ padding-block:24px; display:flex; flex-direction:column; gap:10px; text-align:center; font-size:.85rem; }
@media(min-width:680px){ .footer__bottom{ flex-direction:row; justify-content:space-between; text-align:left; } }

/* ============================================================
   STICKY MOBILE ACTION BAR
   ============================================================ */
.mobar{
  position:fixed; left:0; right:0; bottom:0; z-index:50;
  display:grid; grid-template-columns:repeat(3,1fr);
  background:var(--surface); box-shadow:0 -4px 20px rgba(43,33,24,.14); border-top:1px solid var(--border);
  padding:8px 8px calc(8px + env(safe-area-inset-bottom));
}
.mobar a{
  display:flex; flex-direction:column; align-items:center; gap:3px; padding:8px 4px;
  font-family:var(--ff-head); font-weight:600; font-size:.74rem; color:var(--text); border-radius:12px; min-height:52px; justify-content:center;
}
.mobar a svg{ width:23px; height:23px; }
.mobar a.call{ color:var(--primary-d); }
.mobar a.wa{ color:var(--secondary-d); }
.mobar a.dir{ color:var(--text); }
.mobar a:active{ background:var(--bg-2); }
body{ padding-bottom:0; }
@media(max-width:991px){ body.has-mobar{ padding-bottom:74px; } }
@media(min-width:992px){ .mobar{ display:none; } }

/* ============================================================
   reveal animation
   ============================================================ */
.reveal{ opacity:0; transform:translateY(24px); transition:opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in{ opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce){ .reveal{ opacity:1; transform:none; } }
