﻿:root {
  --bg: #090807;
  --text: #f7efe7;
  --soft: #dfd2c4;
  --muted: #a99b8c;
  --line: rgba(255, 255, 255, .12);
  --card: rgba(255, 255, 255, .045);
  --fire: #ff7a1a;
  --fire2: #ffb15a;
  --amber: #ffb15a;
  --radius: 30px;
  --shadow: 0 24px 70px rgba(0, 0, 0, .38);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

p {
  margin: 0 0 1.1rem;
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(9, 8, 7, .76);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: .9rem;
}

.brand img {
  width: 34px;
  height: 34px;
}

.brand span small {
  display: block;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: .18em;
  font-size: .64rem;
  margin-top: -2px;
}

.nav-links {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: .9rem;
  color: var(--soft);
}

.nav-links a {
  opacity: .85;
}

.nav-links a:hover,
.nav-links .active {
  opacity: 1;
  color: #fff;
}

.menu-btn {
  display: none;
  background: none;
  border: 1px solid var(--line);
  color: var(--text);
  border-radius: 999px;
  padding: 9px 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 700;
  letter-spacing: .02em;
  transition: .25s ease;
  background: rgba(255, 255, 255, .04);
}

.btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 138, 42, .65);
}

.btn-primary {
  background: linear-gradient(135deg, var(--fire), var(--fire2));
  color: #160b04;
  border: 0;
  box-shadow: 0 18px 36px rgba(216, 86, 26, .24);
}

.btn-dark {
  background: rgba(0, 0, 0, .28);
}

.section {
  padding: 92px 0;
}

.section-sm {
  padding: 58px 0;
}

.eyebrow {
  color: var(--amber);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .78rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.05;
  margin: 0 0 24px;
  letter-spacing: -.05em;
}

.lead {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  color: var(--soft);
  max-width: 780px;
}

.muted {
  color: var(--muted);
}

.hero-home {
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(9, 8, 7, .86), rgba(9, 8, 7, .45), rgba(9, 8, 7, .8)),
    url('/imagens/hero-firepit.webp') center / cover no-repeat;
}

.hero-home::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(transparent, var(--bg));
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding: 110px 0 90px;
}

.hero-title {
  font-size: clamp(3rem, 8vw, 7.4rem);
  line-height: .92;
  margin: 0 0 28px;
  letter-spacing: -.075em;
  max-width: 980px;
}

.hero-text {
  font-size: clamp(1.08rem, 2.1vw, 1.45rem);
  color: #eadfd4;
  max-width: 720px;
}

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

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 58px;
  max-width: 780px;
}

.metric {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .055);
  border-radius: 22px;
  padding: 18px;
  backdrop-filter: blur(10px);
}

.metric strong {
  display: block;
  font-size: 1.6rem;
}

.metric span {
  color: var(--muted);
  font-size: .88rem;
}

.page-hero {
  padding: 74px 0 58px;
  background:
    radial-gradient(circle at 30% 10%, rgba(255, 138, 42, .16), transparent 36%),
    linear-gradient(180deg, #12100f, var(--bg));
  border-bottom: 1px solid var(--line);
}

.page-title-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.page-title-row img {
  width: 48px;
  height: 48px;
}

.page-hero h1 {
  font-size: clamp(2.6rem, 6vw, 5.6rem);
  line-height: .98;
  margin: 0;
  letter-spacing: -.07em;
}

.breadcrumb {
  font-size: .86rem;
  color: var(--muted);
  margin-bottom: 22px;
}

.breadcrumb a {
  color: var(--soft);
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: center;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cards-grid {
  margin-top: 34px;
}

.split-dark {
  background: linear-gradient(180deg, var(--bg), #130f0c);
}

.visual {
  min-height: 430px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.visual.tall {
  min-height: 570px;
}

.visual::before {
  content: attr(data-label);
  position: absolute;
  left: 22px;
  bottom: 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(0, 0, 0, .38);
  padding: 8px 12px;
  color: var(--soft);
  font-size: .82rem;
}

.visual-conceito {
  background:
    linear-gradient(135deg, rgba(255, 138, 42, .2), rgba(255, 255, 255, .03)),
    url('/imagens/conceito-firepit.webp') center / cover no-repeat;
}

.visual-materiais {
  background:
    linear-gradient(135deg, rgba(255, 138, 42, .2), rgba(255, 255, 255, .03)),
    url('/imagens/card-materiais.webp') center / cover no-repeat;
}

.card {
  border: 1px solid var(--line);
  background: var(--card);
  border-radius: 24px;
  overflow: hidden;
  transition: .25s ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 138, 42, .45);
}

.card-img {
  height: 220px;
  background:
    linear-gradient(135deg, rgba(255, 138, 42, .18), rgba(255, 255, 255, .03)),
    var(--img) center / cover no-repeat;
}

.card-body {
  padding: 24px;
}

.card h3 {
  font-size: 1.28rem;
  margin: 0 0 10px;
  line-height: 1.2;
}

.card p {
  color: var(--muted);
  font-size: .96rem;
}

.text-link {
  color: var(--amber);
  font-weight: 800;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  grid-auto-rows: 240px;
  gap: 18px;
}

.tile {
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 138, 42, .14), rgba(255, 255, 255, .03)),
    var(--img) center / cover no-repeat;
}

.tile.big {
  grid-row: span 2;
}

.tile span {
  position: absolute;
  left: 20px;
  bottom: 18px;
  font-size: 1.15rem;
  font-weight: 800;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .8);
}

.feature {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, .035);
}

.feature img {
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
}

.feature h3 {
  margin: 0 0 8px;
}

.feature p {
  font-size: .95rem;
  color: var(--muted);
}

.content-wrap {
  display: grid;
  grid-template-columns: minmax(0, 760px) 320px;
  gap: 54px;
  align-items: start;
}

.article {
  font-size: 1.05rem;
}

.article h2 {
  font-size: clamp(1.8rem, 3.3vw, 3.2rem);
  line-height: 1.1;
  margin: 64px 0 20px;
  letter-spacing: -.04em;
}

.article h2:first-of-type {
  margin-top: 0;
}

.article h3 {
  font-size: 1.45rem;
  margin: 34px 0 12px;
}

.article p,
.article li {
  color: #d9cec2;
}

.article ul {
  padding-left: 1.1rem;
}

.article li {
  margin: .45rem 0;
}

.article-image {
  margin: 34px 0 46px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: rgba(255, 255, 255, .04);
}

.article-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.article-image figcaption {
  padding: 13px 18px;
  color: var(--muted);
  font-size: .88rem;
  border-top: 1px solid var(--line);
}

.aside {
  position: sticky;
  top: 100px;
}

.aside-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  background: rgba(255, 255, 255, .04);
  margin-bottom: 18px;
}

.aside-card a:not(.btn) {
  display: block;
  color: var(--soft);
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.aside-card a:last-child {
  border-bottom: 0;
}

.notice {
  border-left: 3px solid var(--fire);
  padding: 16px 18px;
  background: rgba(255, 138, 42, .08);
  border-radius: 14px;
  color: var(--soft);
}

.cta {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  padding: 64px;
  background:
    linear-gradient(90deg, rgba(9, 8, 7, .86), rgba(9, 8, 7, .45)),
    url('/imagens/cta-firepit.webp') center / cover no-repeat;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.cta h2 {
  font-size: clamp(2rem, 4.8vw, 4.6rem);
  line-height: 1;
  margin: 0 0 20px;
  letter-spacing: -.06em;
}

.cta p {
  max-width: 700px;
  color: var(--soft);
  font-size: 1.1rem;
}

.footer {
  border-top: 1px solid var(--line);
  background: #070605;
  padding: 44px 0;
  color: var(--muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 28px;
}

.footer a {
  color: var(--soft);
}

.footer strong {
  color: #fff;
}

.mini-list {
  display: grid;
  gap: 12px;
}

@media (max-width: 980px) {
  .menu-btn {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: 78px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(9, 8, 7, .96);
  }

  .nav-links.open {
    display: flex;
  }

  .grid-2,
  .grid-3,
  .content-wrap,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .editorial-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .tile.big {
    grid-row: span 1;
  }

  .aside {
    position: static;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(var(--max), calc(100% - 28px));
  }

  .nav {
    height: 70px;
  }

  .nav-links {
    top: 70px;
  }

  .section {
    padding: 64px 0;
  }

  .section-sm {
    padding: 42px 0;
  }

  .hero-inner {
    padding: 86px 0 70px;
  }

  .hero-title {
    font-size: clamp(2.7rem, 15vw, 4.2rem);
  }

  .page-title-row {
    align-items: flex-start;
  }

  .cta {
    padding: 34px;
    border-radius: 28px;
  }
}


.editorial-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  grid-auto-rows: 240px;
  gap: 18px;
}

.tile.big {
  grid-row: span 2;
}

.tile.lounge {
  grid-column: 1;
}

.tile.wide-right {
  grid-column: 2 / -1;
}
