* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: system-ui, -apple-system, sans-serif;
  background: #f5f7fa;
  color: #111827;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

/* HERO */
.hero {
  width: 100%;
  height: 380px;
  overflow: hidden;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* INTRO */
.intro {
  padding: 60px 0;
}

.headline {
  font-size: 36px;
  margin: 10px 0 20px;
}

.lead {
  font-size: 18px;
  color: #495057;
  margin-bottom: 30px;
}

.btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 8px;
  background: #1f3c88;
  color: white;
  text-decoration: none;
  font-weight: 600;
  margin-right: 10px;
}

.btn--ghost {
  background: transparent;
  border: 1px solid #1f3c88;
  color: #1f3c88;
}

/* HERO editorial */
.hero{
  padding:28px 0 14px;
}
.hero__grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:22px;
  align-items:stretch;
}
.kicker{
  display:inline-block;
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--muted);
  border-left:3px solid var(--accent);
  padding-left:10px;
  margin:2px 0 12px;
}
.hero h1{
  font-family:var(--serif);
  font-weight:700;
  font-size:44px;
  line-height:1.08;
  margin:0 0 10px;
}
.lead{
  margin:0 0 14px;
  color:var(--muted);
  max-width:62ch;
  font-size:15px;
}

.hero__meta{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin:0 0 16px;
}
.pill{
  font-size:12px;
  color:var(--ink);
  background:#f2f5fa;
  border:1px solid var(--line);
  padding:7px 10px;
  border-radius:999px;
}

.hero__figure{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.hero__figure img{
  width:100%;
  height:420px;
  object-fit:cover;
}
.hero__figure figcaption{
  font-size:12px;
  color:var(--muted);
  padding:10px 12px;
  border-top:1px solid var(--line);
  background:linear-gradient(180deg,#fff, #fbfbfd);
}

.section{ padding:22px 0; }
.section__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  margin-bottom:12px;
  padding-bottom:10px;
  border-bottom:1px solid var(--line);
}
.section__head h2{
  font-family:var(--serif);
  font-size:26px;
  margin:0;
}
.section__head p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  max-width:62ch;
}

/* Cards editoriais */
.grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 12px 26px rgba(11,18,32,.06);
  transition:.15s ease;
}
.card:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow);
}
.card img{
  width:100%;
  height:170px;
  object-fit:cover;
}
.card__body{
  padding:12px 12px 14px;
}
.card__body h3{
  font-family:var(--serif);
  font-size:18px;
  margin:0 0 6px;
}
.card__body p{
  margin:0 0 10px;
  color:var(--muted);
  font-size:13px;
}
.card__link{
  font-size:13px;
  font-weight:700;
  color:var(--accent);
}

.cards{
  display:grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap:18px;
}

.card{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.card__img{
  width:100%;
  height:160px;
  object-fit:cover;
  display:block;
  background:#f2f4f7;
}

.card__body{
  padding:16px;
}

.card__title{
  margin:0 0 8px;
  font-size:18px;
  font-weight:700;
}

.card__text{
  margin:0 0 10px;
  color:#495057;
  line-height:1.5;
  font-size:14px;
}

@media (max-width: 900px){
  .cards{ grid-template-columns: 1fr; }
  .card__img{ height:190px; }
}

/* Galeria editorial */
.gallery{
  background:linear-gradient(180deg, rgba(30,91,215,.05), #fff);
  border:1px solid var(--line);
  border-radius:18px;
  padding:14px;
}
.masonry{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
}
.shot{
  margin:0;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 10px 20px rgba(11,18,32,.06);
}
.shot img{ width:100%; height:210px; object-fit:cover; }
.shot figcaption{
  padding:10px 12px;
  font-size:12px;
  color:var(--muted);
  border-top:1px solid var(--line);
}

.footer{
  border-top:1px solid var(--line);
  padding:26px 0 34px;
  background:#fff;
  color:var(--muted);
  font-size:12px;
}
.footer__grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap:16px;
  align-items:start;
}
.footer__brand{
  font-family:var(--serif);
  font-weight:700;
  font-size:18px;
  color:var(--ink);
}
.footer__links{ display:flex; flex-direction:column; gap:8px; }
.footer__links a{ color:var(--muted); }
.footer__links a:hover{ color:var(--ink); }
.footer__small{
  display:flex; gap:8px; flex-wrap:wrap;
  justify-content:flex-end;
}

/* Responsivo */
@media (max-width: 980px){
  .hero__grid{ grid-template-columns:1fr; }
  .hero h1{ font-size:38px; }
  .grid{ grid-template-columns:repeat(2,1fr); }
  .masonry{ grid-template-columns:repeat(2,1fr); }
  .footer__grid{ grid-template-columns:1fr; }
  .footer__small{ justify-content:flex-start; }
  .actions{ display:none; }
}
@media (max-width: 560px){
  .grid{ grid-template-columns:1fr; }
  .masonry{ grid-template-columns:1fr; }
  .nav{ display:none; }
  .hero h1{ font-size:34px; }
  .hero__figure img{ height:320px; }
}
.topbar {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.brand__link {
  text-decoration: none;
  color: inherit;
}

.brand__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.brand__subtitle {
  margin: 4px 0 0;
  font-size: 13px;
  color: #6b7280;
}

.nav {
  display: flex;
  gap: 18px;
}

.nav_link {
  text-decoration: none;
  color: #1f2937;
  font-size: 14px;
  font-weight: 500;
}

.nav_link:hover {
  color: #2563eb;
}

.actions {
  display: flex;
  gap: 10px;
}

.btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s ease;
}

.btn-primary {
  background: #2563eb;
  color: white;
}

.btn-primary:hover {
  background: #1d4ed8;
}

.btn-outline {
  border: 1px solid #d1d5db;
  color: #111827;
  background: white;
}

.btn-outline:hover {
  border-color: #2563eb;
  color: #2563eb;
}

.site-footer {
  margin-top: 60px;
  border-top: 1px solid #e5e7eb;
  background: #ffffff;
}

.footer__inner {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer__inner p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
}

.footer__nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer__nav a {
  text-decoration: none;
  color: #374151;
  font-size: 14px;
}

.footer__nav a:hover {
  color: #2563eb;
}