/* ============================================================
   Estores Brigantinos :: Website (HTML + CSS + JS vanilla)
   Ficheiro de estilos partilhado por todas as páginas.
   ============================================================ */

:root {
  --dark:      #2c302e;
  --dark-2:    #23261f;
  --dark-3:    #181a17;
  --darker:    #1c1f1d;
  --yellow:    #ffca01;
  --orange:    #fe9900;
  --cream:     #f7f4ee;
  --cream-2:   #efeae0;
  --line:      #dcd8cd;
  --font-body: 'Murecho', sans-serif;
  --font-head: 'Archivo', sans-serif;
  --maxw:      1280px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  font-family: var(--font-body);
  color: var(--dark);
  overflow-x: hidden;
  min-height: 100vh;
}

a { color: var(--orange); text-decoration: none; }
a:hover { color: var(--yellow); }
img { display: block; max-width: 100%; }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---------- Botões ---------- */
.btn {
  display: inline-block; font-weight: 700; border-radius: 9px;
  cursor: pointer; border: none; text-align: center;
  transition: filter .2s, background .2s, color .2s;
  font-family: var(--font-body);
}
.btn--yellow  { background: var(--yellow); color: var(--dark); font-size: 16px; padding: 16px 34px; }
.btn--yellow:hover  { color: var(--dark); filter: brightness(.95); }
.btn--cta     { background: var(--yellow); color: var(--dark); font-size: 14px; padding: 11px 22px; border-radius: 8px; white-space: nowrap; }
.btn--cta:hover     { color: var(--dark); filter: brightness(.95); }
.btn--white   { background: #fff; color: var(--dark); font-size: 15px; padding: 13px 26px; border-radius: 8px; }
.btn--white:hover   { color: var(--dark); }
.btn--dark    { background: var(--dark); color: #fff; font-size: 16px; padding: 15px 34px; }
.btn--dark:hover    { color: #fff; filter: brightness(1.2); }
.btn--outline { border: 2px solid var(--dark); color: var(--dark); font-size: 15px; padding: 13px 26px; border-radius: 8px; }
.btn--outline:hover { background: var(--dark); color: #fff; }
.btn--sm      { font-size: 15px; padding: 13px 26px; border-radius: 8px; }

/* ---------- Kickers / títulos ---------- */
.kicker { font-weight: 700; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; display: inline-block; }
.kicker--orange { color: var(--orange); }
.kicker--yellow { color: var(--yellow); }

.section-title { font-family: var(--font-head); color: var(--dark); font-weight: 800; font-size: 40px; margin: 10px 0 20px; letter-spacing: -.3px; }
.section-title--center { text-align: center; font-size: 36px; margin-bottom: 40px; }
.section-title--light  { color: #fff; }

.body-text { color: #4d514c; font-size: 16.5px; line-height: 1.7; margin: 0 0 16px; }
.body-text--strong { color: var(--dark); font-weight: 700; font-size: 18px; margin: 20px 0 28px; line-height: 1.5; }

/* ============ HEADER ============ */
.header { position: fixed; inset: 0 0 auto 0; z-index: 50; background: var(--dark); box-shadow: 0 2px 18px rgba(0,0,0,.18); }
.header__inner { max-width: 1360px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 10px 32px; }
.header__logo { display: flex; align-items: center; }
.header__logo img { height: 48px; width: auto; }

.nav { display: flex; gap: 30px; align-items: center; }
.nav__link { color: #fff; font-weight: 600; font-size: 15px; letter-spacing: .2px; }
.nav__link:hover { color: var(--yellow); }
.nav__link.is-active { color: var(--yellow); }

.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 8px; cursor: pointer; }
.burger span { width: 24px; height: 2px; background: #fff; display: block; }

.mobile-nav { display: flex; flex-direction: column; background: var(--dark); padding: 8px 18px 20px; gap: 4px; border-top: 1px solid rgba(255,255,255,.08); }
.mobile-nav__link { color: #fff; font-weight: 600; font-size: 16px; padding: 12px 4px; border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-nav__link:hover { color: var(--yellow); }
.mobile-nav__cta { margin-top: 12px; padding: 13px 20px; font-size: 15px; }

/* ============ HERO (Home) ============ */
.hero {
  position: relative; overflow: hidden; min-height: 92vh; display: flex; align-items: center;
  padding: 150px 64px 90px;
  background:
    radial-gradient(900px 480px at 82% 0%, rgba(254,153,0,.32), transparent 62%),
    radial-gradient(700px 500px at 0% 100%, rgba(255,202,1,.10), transparent 60%),
    linear-gradient(160deg, #2c302e 0%, #23261f 55%, #181a17 100%);
}
.hero__overlay { position: absolute; inset: 0; background-image: radial-gradient(2px 2px at 20% 30%, rgba(255,255,255,.04) 0, transparent 3px); background-size: 26px 26px; }
.hero__inner {
  position: relative; z-index: 1; width: 100%; max-width: 1360px; margin: 0 auto;
  display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center;
}
.hero__content { max-width: 640px; animation: fadeIn .6s ease both; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px; padding: 7px 15px; margin-bottom: 22px;
  color: #fff; font-size: 13px; font-weight: 600;
}
.hero__badge .stars { color: var(--yellow); letter-spacing: 1px; }
.hero__title { font-family: var(--font-head); font-weight: 800; color: #fff; font-size: 62px; line-height: 1.04; margin: 0 0 20px; letter-spacing: -.6px; }
.hero__title .accent { color: var(--yellow); }
.hero__sub { color: rgba(255,255,255,.82); font-size: 19px; line-height: 1.6; max-width: 540px; margin: 0 0 32px; }
.hero__cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn--ghost { border: 2px solid rgba(255,255,255,.28); color: #fff; font-size: 16px; padding: 14px 28px; }
.btn--ghost:hover { color: var(--dark); background: #fff; border-color: #fff; }
.hero__stats { display: flex; gap: 32px; margin-top: 40px; }
.hero__stat { display: flex; flex-direction: column; }
.hero__stat strong { font-family: var(--font-head); font-size: 30px; font-weight: 800; color: #fff; line-height: 1; }
.hero__stat > span { color: rgba(255,255,255,.55); font-size: 13px; margin-top: 6px; }
.hero__stat + .hero__stat { border-left: 1px solid rgba(255,255,255,.12); padding-left: 32px; }

.hero__visual { position: relative; height: 500px; }
.hero__photo { position: absolute; border-radius: 20px; background-size: cover; background-position: center; box-shadow: 0 30px 60px rgba(0,0,0,.4); }
.hero__photo--main { inset: 0 0 60px 40px; background: linear-gradient(150deg,#4a4f47,#2c302e); }
.hero__photo--float { width: 46%; height: 46%; left: 0; bottom: 0; border: 5px solid #181a17; background: linear-gradient(150deg,#fe9900,#2c302e); background-position: 80% center; }
.hero__chip {
  position: absolute; top: 22px; right: 22px; z-index: 2;
  background: #fff; border-radius: 14px; padding: 14px 16px;
  display: flex; align-items: center; gap: 12px; box-shadow: 0 16px 34px rgba(0,0,0,.28);
}
.hero__chip-icon { width: 40px; height: 40px; border-radius: 10px; background: #fdeec4; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero__chip strong { display: block; font-family: var(--font-head); font-size: 15px; color: var(--dark); }
.hero__chip span { font-size: 12px; color: #6b6f69; }

/* ============ PAGE HERO (páginas internas) ============ */
.page-hero { position: relative; overflow: hidden; padding: 170px 64px 64px; background: linear-gradient(150deg, #2c302e 0%, #23261f 60%, #181a17 100%); }
.page-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(2px 2px at 20% 30%, rgba(255,255,255,.05) 0, transparent 3px);
  background-size: 26px 26px;
}
.page-hero__inner { position: relative; z-index: 1; max-width: var(--maxw); margin: 0 auto; }
.page-hero__title { font-family: var(--font-head); color: #fff; font-weight: 800; font-size: 48px; margin: 10px 0 14px; }
.page-hero__sub { color: rgba(255,255,255,.75); font-size: 17px; max-width: 600px; margin: 0; line-height: 1.6; }
.page-hero__breadcrumb { color: rgba(255,255,255,.6); font-size: 13.5px; font-weight: 600; display: inline-block; margin-bottom: 18px; }
.page-hero__breadcrumb:hover { color: var(--yellow); }
.page-hero__cta { margin-top: 26px; }
/* variantes de cor do hero por categoria */
.page-hero--estores  { background: linear-gradient(150deg, #3a3f3c 0%, #2c302e 55%, #181a17 100%); }
.page-hero--toldos   { background: linear-gradient(150deg, #fe9900 0%, #c9790a 55%, #2c302e 100%); }
.page-hero--portadas { background: linear-gradient(150deg, #565b53 0%, #2c302e 55%, #14150f 100%); }
.page-hero--fachadas { background: linear-gradient(150deg, #ffca01 0%, #c9970c 55%, #2c302e 100%); }

/* ============ BANNER (Home) ============ */
.banner { position: relative; }
.banner__slide { position: relative; min-height: 420px; display: flex; align-items: center; overflow: hidden; background-size: cover; background-position: center; transition: background .4s; }
.banner__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.74) 0%, rgba(0,0,0,.5) 55%, rgba(0,0,0,.3) 100%); }
.banner__text { position: relative; max-width: 1360px; width: 100%; margin: 0 auto; padding: 0 64px; }
.banner__kicker { color: var(--yellow); font-weight: 700; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; }
.banner__title { font-family: var(--font-head); color: #fff; font-weight: 800; font-size: 42px; margin: 10px 0 14px; max-width: 520px; line-height: 1.12; }
.banner__body { color: rgba(255,255,255,.85); font-size: 17px; max-width: 460px; line-height: 1.6; margin: 0 0 26px; }
.banner__dots { position: absolute; bottom: 20px; left: 0; right: 0; display: flex; justify-content: center; gap: 8px; }
.banner__dot { width: 10px; height: 4px; border-radius: 2px; border: none; background: rgba(255,255,255,.4); cursor: pointer; transition: all .3s; }
.banner__dot.is-active { width: 28px; background: var(--yellow); }

/* ============ SOBRE (Home + Empresa) ============ */
.about { padding: 96px 64px; background: var(--cream); }
.about__inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.about__cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.counter { display: flex; flex-direction: column; border-left: 3px solid var(--yellow); padding-left: 16px; }
.counter__num { font-family: var(--font-head); font-weight: 800; font-size: 34px; color: var(--dark); line-height: 1; }
.counter__label { color: #6b6f69; font-size: 13px; max-width: 220px; }
.about__photos { display: grid; gap: 14px; }
.about__photo-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.photo { border-radius: 16px; display: flex; align-items: flex-end; padding: 16px; background-size: cover; background-position: center; }
.photo__label { color: rgba(255,255,255,.85); font-size: 12.5px; font-weight: 600; }
.photo--big { height: 260px; background: linear-gradient(0deg, rgba(20,22,18,.45), rgba(20,22,18,.15)), url("assets/images/portadas-1.jpg") center/cover no-repeat, linear-gradient(150deg, #4a4f47, #2c302e); }
.photo--sm1 { height: 150px; padding: 14px; background: linear-gradient(0deg, rgba(20,22,18,.45), rgba(20,22,18,.15)), url("assets/images/estores-2.jpg") center/cover no-repeat, linear-gradient(150deg, #fe9900, #2c302e); }
.photo--sm2 { height: 150px; padding: 14px; background: linear-gradient(0deg, rgba(20,22,18,.45), rgba(20,22,18,.15)), url("assets/images/estores-3.jpg") center/cover no-repeat, linear-gradient(150deg, #ffca01, #2c302e); }

/* ============ DIFERENCIAIS (Home + Empresa) ============ */
.diff { padding: 90px 64px; background: var(--cream-2); }
.diff__inner { max-width: var(--maxw); margin: 0 auto; }
.diff__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.diff-card { background: #fff; border-radius: 14px; padding: 30px 24px; box-shadow: 0 4px 20px rgba(44,48,46,.06); }
.diff-card__icon { width: 52px; height: 52px; border-radius: 12px; background: #fdeec4; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.diff-card__title { font-family: var(--font-head); color: var(--dark); font-weight: 700; font-size: 18px; margin: 0 0 8px; }
.diff-card__text { color: #65695f; font-size: 14.5px; line-height: 1.6; margin: 0; }

/* ============ CATEGORIAS (Home) ============ */
.cat { padding: 96px 64px; background: var(--cream); }
.cat__inner { max-width: var(--maxw); margin: 0 auto; text-align: center; }
.cat__intro { color: #5a5e56; font-size: 17px; max-width: none; margin: 0 auto 44px; line-height: 1.6; white-space: nowrap; }
.cat__all-wrap { margin-top: 40px; }
.cat__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; text-align: left; }
.cat-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 6px 24px rgba(44,48,46,.08); display: block; transition: transform .25s, box-shadow .25s; }
.cat-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(44,48,46,.14); }
.cat-card__photo { height: 190px; border-radius: 14px 14px 0 0; background-size: cover; background-position: center; }
.cat-card__body { padding: 20px 20px 24px; }
.cat-card__tag { color: var(--orange); font-weight: 700; font-size: 11.5px; letter-spacing: .6px; text-transform: uppercase; }
.cat-card__name { font-family: var(--font-head); color: var(--dark); font-weight: 700; font-size: 20px; margin: 6px 0 8px; }
.cat-card__desc { color: #65695f; font-size: 14px; line-height: 1.55; margin: 0 0 14px; }
.cat-card__link { color: var(--dark); font-weight: 700; font-size: 13.5px; }

/* ============ TESTEMUNHOS (Home) ============ */
.testim { padding: 96px 64px; background: var(--dark); }
.testim__inner { max-width: var(--maxw); margin: 0 auto; text-align: center; }
.testim .section-title { margin-bottom: 40px; }
.testim__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: left; }
.testim-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 24px 22px; }
.testim-card__stars { color: var(--yellow); font-size: 16px; margin-bottom: 12px; letter-spacing: 2px; }
.testim-card__text { color: rgba(255,255,255,.75); font-size: 14.5px; line-height: 1.6; font-style: italic; margin: 0 0 14px; }
.testim-card__name { color: #fff; font-weight: 700; font-size: 14px; }

/* ============ INTRO (páginas de categoria) ============ */
.intro { padding: 48px 64px; background: var(--cream-2); }
.intro__inner { max-width: 900px; margin: 0 auto; }
.intro__text { color: #4d514c; font-size: 17px; line-height: 1.7; margin: 0; text-align: center; }

/* ============ GRELHA DE PRODUTOS (categoria) ============ */
.prod-section { padding: 90px 64px; background: var(--cream); }
.prod-section__inner { max-width: var(--maxw); margin: 0 auto; }
.prod-section .section-title { margin-bottom: 32px; }
.prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.prod-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 6px 24px rgba(44,48,46,.08); }
.prod-card__photo { height: 170px; border-radius: 14px 14px 0 0; background-size: cover; background-position: center; }
.prod-card__body { padding: 18px 18px 22px; }
.prod-card__name { font-family: var(--font-head); color: var(--dark); font-weight: 700; font-size: 17px; margin: 0 0 8px; }
.prod-card__desc { color: #65695f; font-size: 13.5px; line-height: 1.55; margin: 0; }

/* ============ LOJA / CATÁLOGO (Produtos) ============ */
.shop { padding: 56px 64px 100px; background: var(--cream); }
.shop__inner { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 240px 1fr; gap: 40px; align-items: flex-start; }
.sidebar { background: #fff; border-radius: 14px; padding: 18px; box-shadow: 0 4px 20px rgba(44,48,46,.06); display: flex; flex-direction: column; gap: 4px; position: sticky; top: 110px; }
.sidebar__head { font-family: var(--font-head); color: var(--dark); font-weight: 700; font-size: 15px; margin: 0 0 10px 4px; }
.filter-btn { display: flex; justify-content: space-between; align-items: center; width: 100%; text-align: left; border: none; background: none; cursor: pointer; padding: 10px 12px; border-radius: 8px; font-weight: 500; color: #5a5e56; font-size: 14.5px; font-family: var(--font-body); transition: background .2s; }
.filter-btn:hover { background: #f3efe6; }
.filter-btn.is-active { font-weight: 700; color: var(--dark); background: var(--cream-2); }
.filter-btn__count { color: #9a9d95; font-size: 12.5px; font-weight: 600; }
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.shop-card { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 4px 18px rgba(44,48,46,.07); border: none; padding: 0; cursor: pointer; text-align: left; display: block; width: 100%; font-family: var(--font-body); transition: transform .2s, box-shadow .2s; }
.shop-card:hover { transform: translateY(-3px); box-shadow: 0 10px 26px rgba(44,48,46,.13); }
.shop-card__photo { height: 150px; border-radius: 14px 14px 0 0; background-size: cover; background-position: center; }
.shop-card__body { padding: 14px 14px 18px; }
.shop-card__tag { color: var(--orange); font-weight: 700; font-size: 10.5px; letter-spacing: .5px; text-transform: uppercase; }
.shop-card__name { font-family: var(--font-head); color: var(--dark); font-weight: 700; font-size: 15.5px; margin: 5px 0 6px; line-height: 1.25; }
.shop-card__desc { color: #65695f; font-size: 12.5px; line-height: 1.5; margin: 0 0 10px; }
.shop-card__link { color: var(--dark); font-weight: 700; font-size: 12.5px; }

/* Detalhe do produto (Produtos) */
.detail { padding: 56px 64px 100px; background: var(--cream); }
.detail__inner { max-width: 1200px; margin: 0 auto; }
.back-link { background: none; border: none; color: var(--dark); font-weight: 700; font-size: 14px; cursor: pointer; padding: 0; margin-bottom: 24px; font-family: var(--font-body); }
.back-link:hover { color: var(--orange); }
.detail__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; }
.detail__main-photo { height: 420px; border-radius: 16px; margin-bottom: 12px; background-size: cover; background-position: center; }
.detail__thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.detail__thumb { height: 64px; border-radius: 8px; border: 2px solid transparent; cursor: pointer; padding: 0; background-size: cover; background-position: center; }
.detail__thumb.is-active { border-color: var(--yellow); }
.detail__info { display: flex; flex-direction: column; }
.detail__tag { color: var(--orange); font-weight: 700; font-size: 12.5px; letter-spacing: .6px; text-transform: uppercase; }
.detail__title { font-family: var(--font-head); color: var(--dark); font-weight: 800; font-size: 32px; margin: 8px 0 16px; }
.detail__desc { color: #4d514c; font-size: 15.5px; line-height: 1.7; margin: 0 0 26px; }
.detail__cta { margin-bottom: 16px; align-self: flex-start; }
.detail__cat-link { color: var(--dark); font-weight: 700; font-size: 13.5px; }

/* ============ PROJETOS ============ */
.proj-filter { padding: 36px 64px 0; background: var(--cream); }
.proj-filter__row { display: flex; flex-wrap: wrap; gap: 10px; max-width: var(--maxw); margin: 0 auto; }
.pill { border: 2px solid rgba(44,48,46,.2); background: transparent; color: var(--dark); font-weight: 700; font-size: 13.5px; padding: 9px 18px; border-radius: 999px; cursor: pointer; font-family: var(--font-body); transition: all .2s; }
.pill:hover { border-color: var(--dark); }
.pill.is-active { border-color: var(--dark); background: var(--dark); color: #fff; }
.proj-section { padding: 32px 64px 96px; background: var(--cream); }
.proj-section__inner { max-width: var(--maxw); margin: 0 auto; }
.proj-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.proj-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 6px 24px rgba(44,48,46,.08); border: none; padding: 0; cursor: pointer; text-align: left; display: block; width: 100%; font-family: var(--font-body); transition: transform .2s, box-shadow .2s; }
.proj-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(44,48,46,.14); }
.proj-card__photo { height: 220px; border-radius: 14px 14px 0 0; position: relative; background-size: cover; background-position: center; }
.proj-card__badge { position: absolute; bottom: 10px; right: 10px; background: rgba(20,22,18,.6); color: #fff; font-size: 11.5px; font-weight: 600; padding: 4px 9px; border-radius: 999px; }
.proj-card__body { padding: 16px 18px 20px; }
.proj-card__tag { color: var(--orange); font-weight: 700; font-size: 11.5px; letter-spacing: .6px; text-transform: uppercase; }
.proj-card__title { font-family: var(--font-head); color: var(--dark); font-weight: 700; font-size: 17px; margin: 6px 0; }
.proj-card__loc { color: #65695f; font-size: 13px; }
/* detalhe projeto */
.proj-detail { padding: 56px 64px 100px; background: var(--cream); }
.proj-detail__inner { max-width: 1080px; margin: 0 auto; }
.proj-detail__tag { color: var(--orange); font-weight: 700; font-size: 12.5px; letter-spacing: .6px; text-transform: uppercase; display: block; }
.proj-detail__title { font-family: var(--font-head); color: var(--dark); font-weight: 800; font-size: 34px; margin: 8px 0 24px; }
.proj-detail__main { height: 420px; border-radius: 16px; background-size: cover; background-position: center; }
.proj-detail__body { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; margin-top: 28px; align-items: start; }
.proj-detail__head { font-family: var(--font-head); color: var(--dark); font-weight: 700; font-size: 16px; margin: 0 0 12px; }
.proj-detail__text { color: #4d514c; font-size: 15.5px; line-height: 1.75; margin: 0 0 26px; }
.proj-detail__cta { align-self: flex-start; }
.proj-detail__gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.proj-detail__thumb { height: 130px; border-radius: 10px; border: 2px solid transparent; cursor: pointer; padding: 0; background-size: cover; background-position: center; }
.proj-detail__thumb.is-active { border-color: var(--yellow); }

/* ============ CONTACTOS ============ */
.contact { padding: 80px 64px 100px; background: var(--cream); }
.contact__inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: flex-start; }
.form { display: flex; flex-direction: column; gap: 18px; background: #fff; padding: 36px; border-radius: 16px; box-shadow: 0 8px 30px rgba(44,48,46,.08); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form label { display: flex; flex-direction: column; gap: 8px; font-weight: 600; font-size: 13.5px; color: var(--dark); }
.form input, .form select, .form textarea { border: 1.5px solid var(--line); border-radius: 9px; padding: 12px 14px; font-size: 15px; font-family: var(--font-body); color: var(--dark); background: #fbfaf7; }
.form textarea { resize: vertical; }
.form input::placeholder, .form textarea::placeholder { color: #9a9d95; }
.form input:focus, .form textarea:focus, .form select:focus { outline: 2px solid var(--yellow); }
.form__submit { background: var(--yellow); color: var(--dark); font-weight: 700; font-size: 16px; padding: 15px 20px; border-radius: 9px; border: none; cursor: pointer; margin-top: 6px; }
.form__submit:hover { filter: brightness(.95); }
.success { background: #fff; border-radius: 16px; padding: 48px 32px; text-align: center; box-shadow: 0 8px 30px rgba(44,48,46,.08); }
.success__title { font-family: var(--font-head); color: var(--dark); font-weight: 800; font-size: 24px; margin: 0 0 10px; }
.success__text { color: #5a5e56; font-size: 15px; margin: 0; }
.info-col { display: flex; flex-direction: column; gap: 20px; }
.info-card { background: var(--dark); border-radius: 16px; padding: 32px 28px; }
.info-card__head { font-family: var(--font-head); color: var(--yellow); font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: .6px; margin: 18px 0 8px; }
.info-card__head:first-child { margin-top: 0; }
.info-card__text { color: rgba(255,255,255,.8); font-size: 14.5px; line-height: 1.7; margin: 0 0 4px; }
.info-card__text a { color: #fff; font-weight: 600; }
.info-card__note { color: rgba(255,255,255,.45); font-size: 12px; }
.map { height: 200px; border-radius: 16px; background: linear-gradient(150deg, #dcd8cd, #efeae0); display: flex; align-items: center; justify-content: center; padding: 20px; text-align: center; }
.map__label { color: #6b6f69; font-size: 13px; font-weight: 600; }

/* ============ CTA BAND ============ */
.cta-band { background: linear-gradient(120deg, var(--yellow), var(--orange)); padding: 64px; text-align: center; }
.cta-band__title { font-family: var(--font-head); color: var(--dark); font-weight: 800; font-size: 34px; margin: 0 0 12px; }
.cta-band__text { color: #3a3f3c; font-size: 17px; margin: 0 0 26px; }

/* ============ FOOTER ============ */
.footer { background: var(--darker); padding: 72px 64px 28px; }
.footer__grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 36px; }
.footer__logo { height: 40px; margin-bottom: 14px; }
.footer__desc { color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.6; max-width: 280px; }
.footer__head { font-family: var(--font-head); color: #fff; font-weight: 700; font-size: 15px; margin: 0 0 16px; }
.footer__link { display: block; color: rgba(255,255,255,.65); font-size: 14px; margin-bottom: 10px; }
.footer__link:hover { color: var(--yellow); }
.footer__text { color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.7; margin: 0 0 16px; }
.footer__note { color: rgba(255,255,255,.4); font-size: 12px; }
.footer__bottom { max-width: var(--maxw); margin: 40px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.4); font-size: 12.5px; text-align: center; }

/* Livro de Reclamações (rodapé) */
.footer__complaints {
  display: inline-flex; align-items: center; gap: 9px; margin-top: 8px;
  background: #fff; color: var(--dark); font-weight: 700; font-size: 12.5px;
  padding: 9px 14px; border-radius: 8px; border: 1px solid rgba(255,255,255,.15);
}
.footer__complaints:hover { background: var(--yellow); color: var(--dark); }
.footer__complaints-icon { font-size: 15px; line-height: 1; }

/* ============ APRESENTAÇÃO (páginas de categoria) ============ */
.features { padding: 80px 64px; background: var(--cream); }
.features__inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.features__photo { border-radius: 18px; min-height: 380px; background-size: cover; background-position: center; box-shadow: 0 20px 44px rgba(44,48,46,.16); }
.features__list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 14px; }
.features__list li { position: relative; padding-left: 34px; color: #4d514c; font-size: 15.5px; line-height: 1.55; }
.features__list li strong { color: var(--dark); }
.features__list li::before {
  content: ""; position: absolute; left: 0; top: 1px;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--yellow) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%232c302e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat;
}

/* ============ utilitário ============ */
[hidden] { display: none !important; }

/* ============================================================
   RESPONSIVO :: mobile a 900px
   ============================================================ */
@media (max-width: 900px) {
  .header__inner { padding: 10px 18px; }
  .header__logo img { height: 40px; }
  .nav, .header__cta { display: none; }
  .burger { display: flex; }

  .hero { min-height: 0; padding: 110px 20px 56px; }
  .hero__inner { grid-template-columns: 1fr; gap: 36px; }
  .hero__title { font-size: 38px; }
  .hero__sub { font-size: 16px; }
  .btn--yellow, .btn--ghost { font-size: 15px; padding: 14px 24px; }
  .hero__cta-row { gap: 12px; }
  .hero__stats { gap: 24px; margin-top: 32px; }
  .hero__stat + .hero__stat { padding-left: 24px; }
  .hero__stat strong { font-size: 26px; }
  .hero__visual { height: 320px; }
  .hero__chip { top: 14px; right: 14px; padding: 10px 12px; }

  .page-hero { padding: 120px 20px 44px; }
  .page-hero__title { font-size: 34px; }
  .page-hero__sub { font-size: 15px; }

  .banner__slide { min-height: 360px; }
  .banner__text { padding: 0 20px; }
  .banner__title { font-size: 28px; }
  .banner__body { font-size: 15px; }

  .about { padding: 56px 20px; }
  .about__inner { grid-template-columns: 1fr; gap: 36px; }
  .section-title { font-size: 30px; }
  .body-text { font-size: 15.5px; }
  .body-text--strong { font-size: 16px; }
  .photo--big { height: 200px; }
  .photo--sm1, .photo--sm2 { height: 120px; }

  .diff { padding: 52px 20px; }
  .diff__grid { grid-template-columns: 1fr; }
  .section-title--center { font-size: 28px; }

  .cat { padding: 52px 20px; }
  .cat__inner { text-align: left; }
  .cat__intro { margin: 0 0 32px; white-space: normal; font-size: 15.5px; }
  .cat__grid { grid-template-columns: 1fr; }
  .cat__all-wrap { margin-top: 28px; }
  .cat__all { display: block; text-align: center; }

  .testim { padding: 52px 20px; }
  .testim__grid { grid-template-columns: 1fr; }
  .section-title--light { font-size: 28px; }

  .intro { padding: 32px 20px; }
  .intro__text { text-align: left; font-size: 15.5px; }

  .features { padding: 52px 20px; }
  .features__inner { grid-template-columns: 1fr; gap: 28px; }
  .features__photo { min-height: 240px; order: -1; }

  .prod-section { padding: 52px 20px; }
  .prod-grid { grid-template-columns: 1fr; }

  .shop { padding: 40px 20px 60px; }
  .shop__inner { grid-template-columns: 1fr; gap: 24px; }
  .sidebar { flex-direction: row; flex-wrap: wrap; position: static; top: auto; }
  .sidebar__head { width: 100%; margin: 0 8px 0 4px; }
  .shop-grid { grid-template-columns: 1fr 1fr; }
  .detail { padding: 40px 20px 60px; }
  .detail__grid { grid-template-columns: 1fr; gap: 24px; }
  .detail__main-photo { height: 280px; }
  .detail__title { font-size: 26px; }

  .proj-filter { padding: 24px 20px 0; }
  .proj-section { padding: 28px 20px 56px; }
  .proj-grid { grid-template-columns: 1fr; }
  .proj-detail { padding: 40px 20px 60px; }
  .proj-detail__title { font-size: 26px; }
  .proj-detail__main { height: 260px; }
  .proj-detail__body { grid-template-columns: 1fr; gap: 32px; }
  .proj-detail__thumb { height: 100px; }

  .contact { padding: 48px 20px 60px; }
  .contact__inner { grid-template-columns: 1fr; gap: 32px; }
  .form { padding: 26px 20px; }
  .form__row { grid-template-columns: 1fr; }
  .info-card { padding: 26px 22px; }

  .cta-band { padding: 48px 20px; }
  .cta-band__title { font-size: 26px; }
  .cta-band__text { font-size: 15px; }

  .footer { padding: 48px 20px 24px; }
  .footer__grid { grid-template-columns: 1fr; }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .hero__title { font-size: 50px; }
  .hero__visual { height: 420px; }
  .cat__intro { white-space: normal; }
  .diff__grid, .cat__grid { grid-template-columns: repeat(2, 1fr); }
  .testim__grid, .prod-grid, .proj-grid { grid-template-columns: repeat(2, 1fr); }
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
}

/* estilo do local nos depoimentos */
.testim-card__place { color: rgba(255,255,255,.5); font-weight: 500; }
