:root {
  --forest: #1F3D34;
  --forest-2: #143026;
  --slate: #546B7A;
  --stone: #D7DAD6;
  --cream: #F5F3EE;
  --sage: #94A39A;
  --paper: #FAF9F6;
  --ink: #18322E;
  --muted: #64746E;
  --line: rgba(31, 61, 52, 0.16);
  --soft: rgba(148, 163, 154, 0.16);
  --sand: #CDBA9A;
  --danger: #B3534B;
  --warn: #A77D3B;
  --ok: #2D6B55;
  --shadow: 0 18px 50px rgba(20, 48, 38, 0.10);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --font-title: "Sora", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(148, 163, 154, .18), transparent 34rem),
    linear-gradient(180deg, #fbfaf7 0%, var(--cream) 100%);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 78px;
  padding: 1rem clamp(1rem, 5vw, 4.5rem);
  border-bottom: 1px solid var(--line);
  background: rgba(250, 249, 246, .86);
  backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  min-width: max-content;
}
.brand-word {
  color: var(--forest);
  font-family: var(--font-title);
  font-size: 1.36rem;
  font-weight: 700;
  letter-spacing: -.04em;
}
.brand-word span { color: var(--slate); font-weight: 600; }
.brand-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:
    conic-gradient(from 0deg, var(--slate) 0deg 86deg, transparent 86deg 96deg, var(--sage) 96deg 174deg, transparent 174deg 185deg, var(--sand) 185deg 266deg, transparent 266deg 276deg, var(--forest) 276deg 360deg);
  box-shadow: inset 0 0 0 12px var(--paper);
}
.brand-mark::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 2px solid rgba(31, 61, 52, .1);
}
.brand-mark::after {
  content: "";
  position: absolute;
  width: 58px;
  height: 1px;
  background: rgba(31, 61, 52, .33);
  transform: rotate(0deg);
}
.brand-mark.small { width: 34px; height: 34px; box-shadow: inset 0 0 0 10px var(--paper); }
.brand-mark.small::after { width: 48px; }
.brand-house {
  position: relative;
  z-index: 1;
  width: 16px;
  height: 14px;
  border: 3px solid var(--forest);
  border-top: 0;
  transform: translateY(3px);
}
.brand-house::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -9px;
  width: 14px;
  height: 14px;
  border-top: 3px solid var(--forest);
  border-left: 3px solid var(--forest);
  transform: rotate(45deg);
  background: var(--paper);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: .35rem;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 600;
}
.main-nav a {
  padding: .72rem .9rem;
  border-radius: 999px;
  transition: .2s ease;
}
.main-nav a:hover, .main-nav a.active {
  color: var(--forest);
  background: rgba(31, 61, 52, .07);
}
.main-nav .nav-cta {
  margin-left: .2rem;
  color: white;
  background: var(--forest);
  box-shadow: 0 8px 18px rgba(31, 61, 52, .15);
}
.main-nav .nav-cta:hover { background: var(--forest-2); color: white; }
.mobile-menu {
  display: none;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.72);
  color: var(--forest);
  padding: .6rem .8rem;
}
.app { min-height: 70vh; }
.page {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 5rem) 0;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.hero-copy { max-width: 640px; }
.kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
  color: var(--slate);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.kicker::before {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--slate);
}
h1, h2, h3, h4 {
  font-family: var(--font-title);
  color: var(--forest);
  line-height: 1.05;
  margin: 0;
  letter-spacing: -.045em;
}
h1 { font-size: clamp(2.65rem, 7vw, 5.7rem); }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); }
h4 { font-size: 1.05rem; letter-spacing: -.02em; }
.lead {
  max-width: 58ch;
  margin: 1.2rem 0 0;
  color: #38534D;
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 44px;
  padding: .78rem 1.05rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 750;
  transition: .18s ease;
}
.btn.primary { background: var(--forest); color: white; box-shadow: 0 12px 28px rgba(31, 61, 52, .16); }
.btn.primary:hover { background: var(--forest-2); transform: translateY(-1px); }
.btn.secondary { background: rgba(255,255,255,.62); color: var(--forest); border-color: var(--line); }
.btn.secondary:hover { background: white; border-color: rgba(31,61,52,.28); transform: translateY(-1px); }
.btn.ghost { background: transparent; color: var(--forest); border-color: var(--line); }
.btn.danger { background: rgba(179,83,75,.09); color: var(--danger); border-color: rgba(179,83,75,.2); }
.btn.small { min-height: 36px; padding: .55rem .8rem; font-size: .88rem; }
.btn.block { width: 100%; }
.hero-visual {
  position: relative;
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #eef0ea;
  box-shadow: var(--shadow);
}
.material-scene {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(250,249,246,.96) 0 23%, rgba(250,249,246,.25) 70%, rgba(250,249,246,.82)),
    radial-gradient(circle at 80% 18%, rgba(148,163,154,.35), transparent 14rem),
    linear-gradient(135deg, #e7e4dc, #f6f3eb);
}
.material-stack {
  position: absolute;
  left: 10%;
  bottom: 14%;
  width: 78%;
  height: 46%;
}
.beam, .tile-row, .stone-block { position: absolute; border-radius: 9px; box-shadow: 0 14px 30px rgba(43,38,30,.18); }
.beam {
  height: 28px;
  background: linear-gradient(90deg, #6b4d35, #8a684d, #5c412e);
  border: 1px solid rgba(55,37,23,.35);
}
.beam.b1 { left: 5%; bottom: 20%; width: 82%; transform: rotate(-1deg); }
.beam.b2 { left: 12%; bottom: 34%; width: 70%; transform: rotate(1deg); }
.beam.b3 { left: 3%; bottom: 48%; width: 86%; transform: rotate(-.5deg); }
.stone-block {
  width: 90px;
  height: 52px;
  right: 12%;
  bottom: 58%;
  background: linear-gradient(135deg, #b9b8ae, #dedbd2);
  border: 1px solid rgba(84,107,122,.2);
}
.tile-row {
  width: 180px;
  height: 80px;
  right: 10%;
  bottom: 8%;
  background:
    repeating-radial-gradient(ellipse at 50% 105%, rgba(116,61,35,.75) 0 16px, transparent 17px 32px),
    linear-gradient(135deg, #a35a35, #cf8257);
  border: 1px solid rgba(89,43,25,.24);
}
.arch-circle {
  position: absolute;
  right: 15%;
  top: 16%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(250,249,246,.95);
  box-shadow: inset 0 0 0 28px rgba(31,61,52,.07), 0 18px 40px rgba(31,61,52,.1);
}
.arch-circle::after {
  content: "";
  position: absolute;
  inset: 48px;
  border-radius: 50%;
  background: repeating-linear-gradient(90deg, #604631 0 10px, #9c795c 10px 18px);
}
.impact-card {
  position: absolute;
  right: 6%;
  bottom: 11%;
  width: min(240px, 44%);
  padding: 1.15rem;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}
.impact-card small, .eyebrow { display: block; color: var(--muted); font-size: .76rem; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
.impact-card strong { display: block; margin: .35rem 0 .1rem; color: var(--forest); font-family: var(--font-title); font-size: 2rem; letter-spacing: -.05em; }
.bars { display: flex; align-items: flex-end; gap: .45rem; height: 54px; margin-top: .9rem; }
.bars span { display: block; width: 18%; background: linear-gradient(180deg, var(--sage), var(--forest)); border-radius: 7px 7px 0 0; opacity: .95; }
.bars span:nth-child(1) { height: 26%; } .bars span:nth-child(2) { height: 42%; } .bars span:nth-child(3) { height: 62%; } .bars span:nth-child(4) { height: 84%; }
.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.68);
  box-shadow: 0 8px 28px rgba(31,61,52,.06);
  overflow: hidden;
}
.stat {
  padding: 1.25rem;
  border-right: 1px solid var(--line);
}
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: var(--forest); font-family: var(--font-title); font-size: clamp(1.35rem, 2.2vw, 2rem); letter-spacing: -.04em; }
.stat span { color: var(--muted); font-size: .85rem; }
.section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
}
.section-title p { margin: .35rem 0 0; color: var(--muted); }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.64);
  box-shadow: 0 10px 30px rgba(31,61,52,.06);
}
.card.pad { padding: 1.25rem; }
.feature-card { padding: 1.25rem; }
.icon-bubble {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: rgba(148,163,154,.16);
  color: var(--forest);
}
.icon-bubble svg, .product-icon svg { width: 25px; height: 25px; stroke: currentColor; stroke-width: 1.8; fill: none; }
.feature-card p, .card p { color: var(--muted); }
.market-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}
.filter-panel {
  position: sticky;
  top: 100px;
  padding: 1.2rem;
}
.field { display: grid; gap: .42rem; margin-bottom: .9rem; }
.field label { color: var(--forest); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.75);
  color: var(--ink);
  padding: .74rem .82rem;
  outline: none;
  transition: .2s ease;
}
.input:focus, select:focus, textarea:focus { border-color: rgba(31,61,52,.45); box-shadow: 0 0 0 4px rgba(31,61,52,.08); }
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.product-image {
  position: relative;
  min-height: 190px;
  background: #ddd;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.product-image::before, .product-image::after { content: ""; position: absolute; inset: 0; }
.product-image.tile {
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(0,0,0,.10)),
    repeating-radial-gradient(ellipse at 50% 105%, rgba(96,40,20,.78) 0 16px, transparent 17px 34px),
    linear-gradient(135deg, #8d4628, #d58a59 56%, #6f3421);
}
.product-image.tile::after {
  background: repeating-linear-gradient(22deg, rgba(255,255,255,.16) 0 1px, transparent 1px 28px), radial-gradient(circle at 15% 20%, rgba(255,255,255,.25), transparent 9rem);
  mix-blend-mode: soft-light;
}
.product-image.stone { background: linear-gradient(135deg, #7a7a70, #d6d3ca), repeating-linear-gradient(45deg, rgba(255,255,255,.14) 0 2px, transparent 2px 22px); }
.product-image.wood { background: repeating-linear-gradient(0deg, #4b2d1d 0 20px, #876144 20px 34px, #6c4a32 34px 46px), linear-gradient(90deg, rgba(255,255,255,.12), transparent); }
.product-image.metal { background: linear-gradient(135deg, #6d7c82, #dce1df), repeating-linear-gradient(90deg, rgba(31,61,52,.15) 0 12px, transparent 12px 24px); }
.product-image.door { background: linear-gradient(90deg, #4a2d1f 0 38%, #75533c 38% 43%, #2f1d15 43% 48%, #8f6a4e 48% 100%); }
.product-image.window { background: linear-gradient(135deg, #c5c8c1, #eef0ea); }
.product-image.window::before { inset: 24px; border: 18px solid #8a7358; box-shadow: inset 0 0 0 2px rgba(31,61,52,.25); }
.product-content { display: grid; gap: .75rem; padding: 1rem; flex: 1; }
.product-top { display: flex; justify-content: space-between; gap: .75rem; align-items: start; }
.product-title { font-family: var(--font-title); font-weight: 700; color: var(--forest); letter-spacing: -.03em; }
.product-meta { display: flex; flex-wrap: wrap; gap: .45rem; }
.pill {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  color: var(--muted);
  padding: .28rem .55rem;
  font-size: .78rem;
  font-weight: 650;
}
.pill.status { color: var(--forest); background: rgba(148,163,154,.13); }
.pill.desmontagem { color: #67512A; background: rgba(205,186,154,.28); }
.pill.reabilitacao { color: #36536A; background: rgba(84,107,122,.14); }
.pill.armazem { color: #1f5a46; background: rgba(45,107,85,.12); }
.pill.reservado { color: #6C542D; background: rgba(167,125,59,.14); }
.pill.vendido { color: #6A6A6A; background: rgba(84,84,84,.10); }
.specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: .65rem;
  color: var(--muted);
  font-size: .88rem;
}
.spec strong { display: block; color: var(--forest); font-size: .95rem; }
.card-footer { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin-top: auto; }
.price { font-family: var(--font-title); font-weight: 700; color: var(--forest); }
.empty-state { padding: 2rem; text-align: center; color: var(--muted); }
.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, .72fr);
  gap: 1.25rem;
  align-items: start;
}
.detail-media .product-image { min-height: 390px; border-radius: var(--radius-md); border: 1px solid var(--line); }
.thumbnail-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: .65rem; margin-top: .75rem; }
.thumbnail-row div { min-height: 76px; border-radius: 12px; border: 1px solid var(--line); overflow: hidden; }
.detail-panel { padding: 1.25rem; }
.detail-head { display: flex; justify-content: space-between; gap: 1rem; align-items: start; }
.detail-actions { display: grid; gap: .75rem; margin-top: 1rem; }
.quantity-row { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.impact-module {
  margin-top: 1rem;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(148,163,154,.13), rgba(255,255,255,.6));
}
.comparison-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: stretch;
  margin-top: 1rem;
}
.compare-side {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.72);
  overflow: hidden;
}
.compare-side header { padding: .9rem; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.5); }
.compare-side header strong { color: var(--forest); }
.metric-row { display: flex; justify-content: space-between; gap: 1rem; padding: .75rem .9rem; border-bottom: 1px solid var(--line); }
.metric-row:last-child { border-bottom: 0; }
.metric-row span { color: var(--muted); }
.metric-row strong { color: var(--forest); }
.vs {
  align-self: center;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--forest);
  color: white;
  font-weight: 800;
}
.impact-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
  margin-top: 1rem;
}
.summary-box {
  padding: .9rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.72);
}
.summary-box strong { display:block; color: var(--forest); font-family: var(--font-title); font-size: 1.35rem; }
.timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .75rem;
  margin: 1.2rem 0;
}
.timeline-step {
  position: relative;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.56);
}
.timeline-step::after {
  content: "→";
  position: absolute;
  right: -.55rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--slate);
}
.timeline-step:last-child::after { content: none; }
.timeline-step strong { display: block; color: var(--forest); font-family: var(--font-title); margin-bottom: .25rem; }
.reservation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.ticket {
  display: grid;
  grid-template-columns: 170px 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 12px 32px rgba(31,61,52,.08);
}
.ticket-status {
  padding: 1.1rem;
  background: var(--forest);
  color: white;
}
.ticket-status small { display:block; opacity:.75; }
.ticket-body { padding: 1.1rem; }
.ticket-body h3 { font-size: 1.2rem; }
.storage-calculator {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: .75rem;
  margin-top: 1rem;
}
.cost-result {
  padding: 1rem;
  border-radius: 16px;
  background: var(--forest);
  color: white;
}
.cost-result strong { display:block; font-family: var(--font-title); font-size: 1.55rem; }
.form-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-section { padding: 1.2rem; }
.stepper { display: flex; gap: .55rem; flex-wrap: wrap; margin-bottom: 1rem; }
.step {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem .75rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-weight: 700;
  font-size: .82rem;
}
.step.active { background: var(--forest); color: white; border-color: var(--forest); }
.checkbox-row { display: flex; flex-wrap: wrap; gap: .6rem; }
.checkbox-row label { display:inline-flex; align-items:center; gap:.4rem; border:1px solid var(--line); border-radius:999px; padding:.45rem .7rem; color:var(--muted); background:rgba(255,255,255,.55); }
.alert { padding: .9rem 1rem; border-radius: 14px; margin-bottom: 1rem; display:none; }
.alert.show { display:block; }
.alert.ok { background: rgba(45,107,85,.12); color: var(--ok); border:1px solid rgba(45,107,85,.24); }
.alert.warn { background: rgba(167,125,59,.12); color: var(--warn); border:1px solid rgba(167,125,59,.24); }
.table-wrap { overflow:auto; border:1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.6); }
table { width:100%; border-collapse:collapse; min-width:760px; }
th, td { text-align:left; padding:.85rem; border-bottom:1px solid var(--line); }
th { color:var(--forest); font-size:.78rem; text-transform:uppercase; letter-spacing:.06em; }
tr:last-child td { border-bottom:0; }
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem clamp(1rem, 5vw, 4.5rem);
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.footer-brand .brand-word { font-size: 1.05rem; }
.site-footer p { margin:.5rem 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: .75rem 1.2rem; align-items:center; }
.footer-links a:hover { color: var(--forest); }

@media (max-width: 1020px) {
  .hero, .detail-layout, .market-layout { grid-template-columns: 1fr; }
  .filter-panel { position: static; }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .timeline, .storage-calculator { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .mobile-menu { display: inline-flex; }
  .main-nav {
    position: fixed;
    inset: 78px 1rem auto 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: .8rem;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }
  body.menu-open .main-nav { display: flex; }
  .hero-visual { min-height: 430px; }
  .product-grid, .grid-3, .grid-2, .form-layout, .reservation-grid, .comparison-grid, .impact-summary { grid-template-columns: 1fr; }
  .vs { margin:auto; }
  .ticket { grid-template-columns: 1fr; }
  .stats-strip { grid-template-columns: 1fr; }
  .stat { border-right:0; border-bottom:1px solid var(--line); }
  .stat:last-child { border-bottom:0; }
  .site-footer { flex-direction: column; }
}
@media (max-width: 520px) {
  .page { width: min(100% - 1rem, 1180px); }
  .site-header { padding-inline: .75rem; }
  .brand-word { font-size: 1.1rem; }
  .hero-actions .btn { width: 100%; }
  .product-image { min-height: 160px; }
  .detail-media .product-image { min-height: 260px; }
  .timeline, .storage-calculator, .quantity-row { grid-template-columns: 1fr; }
}

/* --- circado.pt identity refresh: Option A manual --- */
:root {
  --forest: #0F3D4A;
  --forest-2: #0b3340;
  --slate: #5D7285;
  --stone: #D9DDD9;
  --cream: #F2F4F2;
  --sage: #7FA096;
  --paper: #FAFBFA;
  --ink: #1C353E;
  --muted: #5e7279;
  --line: rgba(15, 61, 74, 0.16);
  --soft: rgba(127, 160, 150, 0.12);
  --sand: #CDBA9A;
  --shadow: 0 10px 28px rgba(15, 61, 74, 0.06);
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
}
body {
  background: linear-gradient(180deg, #fbfcfb 0%, var(--cream) 100%);
  color: var(--ink);
}
.site-header {
  min-height: 84px;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  background: rgba(250,251,250,.9);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
}
.brand { gap: .85rem; }
.brand-word {
  font-size: 1.95rem;
  font-weight: 700;
  letter-spacing: -.05em;
  color: var(--forest);
}
.brand-word span { color: var(--sage); font-weight: 500; }
.brand-mark {
  width: 46px;
  height: 46px;
  background: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.brand-mark.small { width: 40px; height: 40px; }
.brand-mark::before, .brand-mark::after, .brand-house, .brand-house::before { display:none !important; content:none !important; }
.brand-mark svg { width: 100%; height: 100%; display: block; }
.main-nav { font-size: .95rem; gap: .15rem; }
.main-nav a {
  border-radius: 999px;
  padding: .72rem .88rem;
}
.main-nav .nav-cta {
  background: var(--forest);
  box-shadow: none;
}
.mobile-menu { border-radius: 14px; }
.page { width: min(1280px, calc(100% - 2rem)); }
.kicker {
  color: var(--slate);
  font-size: .8rem;
  letter-spacing: .12em;
}
.kicker::before { width: 34px; background: var(--slate); }
.hero {
  align-items: start;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
}
.hero-copy { padding-top: .6rem; }
.hero-copy h1 { font-size: clamp(3rem, 6vw, 5rem); }
.lead { color: #43616b; max-width: 60ch; }
.hero-visual {
  min-height: 520px;
  background: linear-gradient(180deg, #fbfcfb 0%, #f3f5f3 100%);
  border-radius: 24px;
  border: 1px solid var(--line);
  box-shadow: none;
}
.material-scene {
  background:
    linear-gradient(180deg, rgba(250,251,250,.98) 0 100%),
    linear-gradient(135deg, #eef2f0, #fafbfa);
}
.arch-circle {
  position: absolute;
  top: 12%;
  right: 12%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px dashed rgba(93,114,133,.35);
}
.impact-card {
  border-radius: 20px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 6px 16px rgba(15,61,74,.06);
}
.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 0;
  margin-top: 2rem;
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
}
.stat { padding: 1.1rem 1.2rem; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat strong { color: var(--forest); font-family: var(--font-title); }
.card {
  background: rgba(255,255,255,.84);
  border: 1px solid var(--line);
  box-shadow: none;
}
.product-card, .feature-card, .detail-panel, .detail-media, .filter-panel, .form-section, .pad, .empty-state, .timeline-step, .alert, .ticket-card, .storage-card { border-radius: 18px; }
.section-title { align-items: end; gap: 1rem; }
.section-title p { color: #5a7077; margin-top: .7rem; max-width: 62ch; }
.btn.secondary, .btn.ghost { background: white; }
.btn.primary { box-shadow: none; }
.icon-bubble {
  width: 54px; height: 54px; border-radius: 50%;
  display: grid; place-items: center; background: rgba(127,160,150,.10); color: var(--forest);
}
.icon-bubble svg { width: 28px; height: 28px; stroke: currentColor; fill: none; stroke-width: 1.7; }
.product-grid { gap: 1rem; }
.product-card { overflow: hidden; }
.product-card a { display:block; }
.product-card .card-body, .product-card .card-footer { padding-inline: 1rem; }
.product-image {
  background-color: #e9ece8;
}
.detail-layout { gap: 1rem; }
.comparison-grid { gap: .85rem; }
.compare-side header { color: var(--forest); }
.pill {
  background: rgba(127,160,150,.11);
  color: var(--forest);
  border: 1px solid rgba(15,61,74,.12);
}
.pill.status.armazem-disponivel, .pill.status.disponivel { background: rgba(127,160,150,.14); }
.pill.status.reservado { background: rgba(205,186,154,.25); color: #745e37; }
.pill.status.desmontagem { background: rgba(93,114,133,.12); color: var(--slate); }
.pill.status.reabilitacao { background: rgba(127,160,150,.12); }
.pill.status.vendido { background: rgba(15,61,74,.12); }
.site-footer {
  margin-top: 2rem;
  padding: 2rem clamp(1rem, 4vw, 3rem) 2.5rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid var(--line);
  background: transparent;
}
.footer-brand .brand-word { font-size: 1.5rem; }
.footer-links { display: grid; gap: .4rem; color: var(--muted); }
.footer-links a:hover { color: var(--forest); }
/* identity-specific home blocks */
.identity-board {
  display: grid;
  grid-template-columns: 1.25fr .9fr;
  gap: 2rem;
  padding: 1.4rem 0 2.2rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.identity-brand {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 1.25rem;
  align-items: center;
}
.identity-logo-large svg { width: 132px; height: 132px; display: block; }
.identity-wordmark {
  font-family: var(--font-title);
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: .94;
  letter-spacing: -.06em;
  color: var(--forest);
}
.identity-wordmark span { color: var(--sage); font-weight: 500; }
.identity-tagline {
  margin-top: .7rem;
  font-size: 1.05rem;
  letter-spacing: .34em;
  color: var(--forest);
  text-transform: uppercase;
  font-weight: 700;
}
.positioning-box h3, .values-box h3, .mission-card h3, .vision-card h3, .persona-card h3 {
  font-size: 1.25rem;
  color: var(--forest);
  margin-bottom: .85rem;
  letter-spacing: -.02em;
}
.positioning-box p, .mission-card p, .vision-card p, .persona-card p, .values-list li {
  color: #49626a;
  margin: 0;
}
.positioning-box h4 {
  margin-top: 1rem;
  font-family: var(--font-title);
  font-size: 1.5rem;
  color: var(--forest);
}
.identity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 0;
  border-bottom: 1px solid var(--line);
}
.identity-grid > article {
  padding: 1.5rem 1rem 1.6rem;
  min-height: 240px;
}
.identity-grid > article + article { border-left: 1px solid var(--line); }
.identity-icon { width: 40px; height: 40px; color: var(--forest); margin-bottom: 1rem; }
.identity-icon svg { width: 100%; height: 100%; stroke: currentColor; fill:none; stroke-width: 1.65; }
.values-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .75rem; }
.values-list li strong { display: block; color: var(--forest); margin-bottom: .12rem; }
.identity-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 0;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  border-radius: 18px;
  margin-top: 1.25rem;
  overflow: hidden;
}
.flow-step { display:flex; gap: .9rem; align-items: center; padding: 1rem 1.1rem; }
.flow-step + .flow-step { border-left: 1px solid var(--line); }
.flow-step svg { width: 34px; height: 34px; stroke: var(--forest); fill:none; stroke-width: 1.6; flex: 0 0 auto; }
.flow-step strong { display:block; color: var(--forest); font-size: .9rem; }
.flow-step span { color: #567078; font-size: .87rem; line-height: 1.35; }
@media (max-width: 1100px) {
  .identity-board, .hero { grid-template-columns: 1fr; }
  .identity-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .identity-grid > article:nth-child(3), .identity-grid > article:nth-child(4) { border-top: 1px solid var(--line); }
  .identity-grid > article:nth-child(3) { border-left: 0; }
  .identity-flow { grid-template-columns: 1fr; }
  .flow-step + .flow-step { border-left: 0; border-top: 1px solid var(--line); }
}
@media (max-width: 860px) {
  .main-nav {
    position: fixed;
    inset: 84px 1rem auto 1rem;
    z-index: 40;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: .75rem;
    background: rgba(250,251,250,.98);
    border: 1px solid var(--line);
    border-radius: 18px;
  }
  body.menu-open .main-nav { display:flex; }
  .mobile-menu { display:block; }
  .identity-brand { grid-template-columns: 110px 1fr; }
  .identity-logo-large svg { width: 110px; height: 110px; }
  .identity-wordmark { font-size: 3rem; }
  .identity-tagline { font-size: .9rem; letter-spacing: .22em; }
  .stats-strip, .identity-grid { grid-template-columns: 1fr; }
  .stat + .stat, .identity-grid > article + article { border-left: 0; border-top: 1px solid var(--line); }
  .site-footer { flex-direction: column; }
}
