/* ============================================================
   Especial Copa 2026 — Correio Braziliense
   Standalone CSS — sem Tailwind, sem build
   ============================================================ */

*,
*::before,
*::after {
  box-sizing: border-box
}

html {
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background: #fbfbfd;
  color: #1a1a2e;
  -webkit-font-smoothing: antialiased;
  line-height: 1.45;
}

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

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

button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit
}

ul {
  margin: 0;
  padding: 0;
  list-style: none
}

:root {
  --primary: #2b2f6c;
  --primary-deep: #1c2056;
  --primary-fg: #fdfdff;
  --gold: #e5b94b;
  --gold-strong: #d9a82e;
  --bg: #fbfbfd;
  --card: #ffffff;
  --border: #e3e4ee;
  --muted: #6b6f8a;
  --text: #1a1a2e;
  --destructive: #d83a3a;
  --font-display: "Antonio", "Barlow Condensed", "Impact", system-ui, sans-serif;
  --maxw: 1240px;
}

/* Display headings */
.h-display {
  font-family: var(--font-display);
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.05;
  margin: 0
}

/* Containers */
.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px
}

@media(max-width:640px) {
  .container {
    padding: 0 16px
  }
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  color: var(--primary);
  border-bottom: 2px solid var(--gold);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

.site-header .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0
}

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

@media(min-width:768px) {
  .brand img {
    height: 40px
  }
}

.main-nav {
  display: none;
  gap: 2px
}

@media(min-width:900px) {
  .main-nav {
    display: flex;
    align-items: center
  }
}

.main-nav a {
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--primary);
  transition: color .2s;
}

.main-nav a:hover {
  color: var(--gold-strong)
}

.social {
  display: none;
  align-items: center;
  gap: 4px;
  padding-left: 12px;
  border-left: 1px solid rgba(43, 47, 108, .15)
}

@media(min-width:640px) {
  .social {
    display: flex
  }
}

.social a {
  height: 32px;
  width: 32px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--primary);
  transition: .2s;
}

.social a:hover {
  background: var(--primary);
  color: #fff
}

.social svg {
  width: 16px;
  height: 16px
}

.menu-btn {
  display: inline-grid;
  place-items: center;
  padding: 8px;
  color: var(--primary)
}

@media(min-width:900px) {
  .menu-btn {
    display: none
  }
}

.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 2px;
  padding: 0 0 16px
}

.mobile-nav.open {
  display: flex
}

.mobile-nav a {
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  border-radius: 6px
}

.mobile-nav a:hover {
  background: #f1f1f7
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  background-image: url(/static/especiais/copa/2026/bg_campo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  padding: 20px 0;
  font-family: var(--font-display);
  color: #f1f1f7;
}
.hero .selo {
  max-height: 150px;
}

@media(min-width:768px){
  .hero{ height: 400px;}
  .hero .selo {max-height: 182px;}
}

/* .hero img{width:100%;height:auto} */
.center-vh {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.hero h2.subtitulo {
  font-size: 22px;
  text-align: center;
  max-width: 540px;
}

@media(min-width:768px) {
  .hero h2.subtitulo {
    font-size: 29px;
    text-align: center;
    max-width: 540px;
  }
}

/* ============================================================
   MATCH TICKER (próximos jogos)
   ============================================================ */

iframe .copa-jogos-pendentes {
  background: unset !important;
  border-top: unset !important;
  border-bottom: unset !important;
  padding: unset !important;
}

/* .ticker{background:#fff;border-bottom:1px solid var(--border);box-shadow:0 1px 2px rgba(0,0,0,.03);color:var(--primary)} */
.ticker {
  background: #f8f9fa;
}

.ticker .container {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 0;
  padding-bottom: 0
}

.ticker-label {
  display: none;
  flex-direction: column;
  padding-right: 20px;
  border-right: 1px solid var(--border);
  flex-shrink: 0
}

@media(min-width:768px) {
  .ticker-label {
    display: flex
  }
}

.ticker-label .small {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--primary-deep)
}

.ticker-label .big {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--primary);
  margin-top: -2px
}

.ticker-btn {
  flex-shrink: 0;
  height: 36px;
  width: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  transition: .2s;
}

.ticker-btn:hover {
  background: var(--primary-deep)
}

.ticker-btn svg {
  width: 18px;
  height: 18px
}

.ticker-track {
  flex: 1;
  display: flex;
  gap: 32px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px 0 4px 16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

.ticker-track::-webkit-scrollbar {
  display: none
}

.match {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 240px;
  background: #fff;
  border-radius: 8px;
  padding: 10px 18px;
  color: var(--primary);
  transition: box-shadow .2s;
}

.match:hover {
  box-shadow: 0 10px 22px rgba(0, 0, 0, .10)
}

.match-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 10px;
  color: var(--muted)
}

.match-top .date {
  font-weight: 700
}

.match-top .time {
  font-weight: 900;
  color: var(--text);
  font-size: 12px
}

.match-top .live {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--destructive);
  font-weight: 900;
  white-space: nowrap
}

.match-top .live::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--destructive);
  animation: pulse 1.4s ease-in-out infinite
}

.match-round {
  text-align: center;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--muted);
  margin-top: -2px
}

.match-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-top: 6px
}

.match-row .team {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  min-width: 0
}

.match-row .team.right {
  justify-content: flex-end
}

.match-row .flag {
  font-size: 18px;
  line-height: 1
}

.match-row .code {
  font-weight: 900;
  font-size: 14px
}

.match-row .vs {
  color: var(--muted);
  font-size: 12px
}

.match-venue {
  margin-top: 6px;
  text-align: center;
  font-size: 10px;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .45
  }
}

/* ============================================================
   FEATURED ARTICLES
   ============================================================ */
.featured {
  padding: 56px 0
}

@media(min-width:768px) {
  .featured {
    padding: 80px 0
  }
}

.featured-grid {
  display: grid;
  gap: 24px
}

.featured-grid .btn-pill {
  display: none;
}

.featured-grid .card-article.main h2 {
  font-size: 20px;
}

@media(min-width:1024px) {
  .featured-grid {
    grid-template-columns: 2fr 1fr;
    gap: 32px
  }
}

@media(min-width:768px) {
  .featured-grid .btn-pill {
    display: inline-flex;
  }

  .featured-grid .card-article.main h2 {
    font-size: 44px;
  }
}

.card-article {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: var(--card);
}

.card-article.main>a {
  display: flex;
  height: 100%;
}

.card-article .img-wrap {
  overflow: hidden
}

.card-article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s
}

.card-article:hover img {
  transform: scale(1.05)
}

.card-article .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--primary-deep) 0%, rgba(28, 32, 86, .45) 45%, transparent 85%);
}

.card-article .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
  color: #fff
}

@media(min-width:768px) {
  .card-article .content {
    padding: 36px
  }
}

.card-article h2 {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -.01em;
  margin: 0;
  max-width: 46rem
}

@media(min-width:768px) {
  .card-article h2 {
    font-size: 44px
  }
}

.card-article .excerpt {
  margin-top: 12px;
  color: rgba(255, 255, 255, .85);
  max-width: 38rem;
  display: none
}

@media(min-width:768px) {
  .card-article .excerpt {
    display: block
  }
}

.btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: var(--primary-deep);
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  margin-top: 20px;
  transition: background .2s;
}

.card-article:hover .btn-pill {
  background: #fff
}

/* main featured */
.card-article.main .img-wrap {
  aspect-ratio: 16/10;
  width: 100%;
}

/* side featured */
.featured-side {
  display: grid;
  gap: 24px
}

@media(min-width:640px) and (max-width:1023px) {
  .featured-side {
    grid-template-columns: 1fr 1fr
  }
}

.card-article.side .img-wrap {
  aspect-ratio: 4/3
}

@media(min-width:1024px) {
  .card-article.side .img-wrap {
    aspect-ratio: 16/10
  }
}

.card-article.side h2 {
  font-size: 20px
}

@media(min-width:768px) {
  .card-article.side h2 {
    font-size: 24px
  }
}

.card-article.side .content {
  padding: 20px
}

.card-article.side .btn-pill {
  padding: 8px 16px;
  font-size: 11px;
  margin-top: 14px
}

/* ============================================================
   NEWS + TABLE (Últimas notícias + Grupo C)
   ============================================================ */
.news-section {
  background: var(--primary-deep);
  color: var(--primary-fg)
}

.news-section .wrap {
  padding: 56px 16px
}

@media(min-width:768px) {
  .news-section .wrap {
    padding: 80px 0
  }
}

.news-grid {
  display: grid;
  gap: 40px
}

@media(min-width:1024px) {
  .news-grid {
    grid-template-columns: 2fr 1fr
  }
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--gold);
  margin-bottom: 28px
}

.section-head h2 {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: -.01em;
  margin: 0;
  color: #fff
}

@media(min-width:768px) {
  .section-head h2 {
    font-size: 36px
  }
}

.section-head .more {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 4px
}

.section-head .more:hover {
  color: #fff
}

.news-list {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr
}

@media(min-width:640px) {
  .news-list {
    grid-template-columns: 1fr 1fr
  }
}

@media(min-width:900px) {
  .news-list {
    grid-template-columns: 1fr 1fr 1fr
  }
}

.news-item {
  display: block
}

.news-item .img-wrap {
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 12px;
  background: #2a2e60
}

.news-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s
}

.news-item:hover img {
  transform: scale(1.05)
}

.news-item h3 {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  transition: color .2s
}

.news-item:hover h3 {
  color: var(--gold)
}

.news-meta {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.news-meta .time {
  font-size: 11px;
  color: rgba(255, 255, 255, .6)
}

.news-meta .ler {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--gold);
  color: var(--primary-deep);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .16em
}

.news-meta .ler svg {
  width: 10px;
  height: 10px
}

.news-item:hover .ler {
  background: #fff
}

/* Aside table */
.aside-table {
  align-self: start
}

@media(min-width:1024px) {
  .aside-table {
    position: sticky;
    top: 112px
  }
}

.aside-table .panel {
  background: var(--card);
  color: var(--text);
  border-top: 4px solid var(--gold);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
  overflow: hidden
}

.aside-table .head {
  background: var(--primary);
  color: #fff;
  padding: 14px 20px
}

.aside-table .head .small {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold)
}

.aside-table .head h2 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 900;
  margin: 0
}

.aside-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px
}

.aside-table thead {
  background: #f1f1f7;
  color: var(--muted)
}

.aside-table th {
  text-align: center;
  padding: 8px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700
}

.aside-table th.left {
  text-align: left;
  padding-left: 12px
}

.aside-table tbody tr {
  border-top: 1px solid var(--border)
}

.aside-table tbody tr:hover {
  background: #f7f7fb
}

.aside-table td {
  padding: 12px 8px;
  text-align: center
}

.aside-table td.pos {
  padding-left: 12px;
  text-align: left;
  color: var(--muted);
  font-weight: 700
}

.aside-table td.team {
  text-align: left;
  font-weight: 600
}

.aside-table td.p {
  font-weight: 900;
  color: var(--primary)
}

.aside-table td.muted {
  color: var(--muted)
}

.aside-table .footer-link {
  display: block;
  text-align: center;
  padding: 14px 20px;
  background: #f7f7fb;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--primary);
  border-top: 1px solid var(--border);
  transition: .2s
}

.aside-table .footer-link:hover {
  background: var(--gold);
  color: var(--primary-deep)
}

/* ============================================================
   SIMULATOR CTA
   ============================================================ */
.sim-cta {
  background: var(--bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border)
}

.sim-cta .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 44px 0
}

@media(min-width:768px) {
  .sim-cta .row {
    flex-direction: row;
    text-align: left;
    gap: 36px;
    padding: 50px 0
  }
}

.sim-cta .icon {
  width: 56px;
  height: 56px;
  color: var(--gold);
  flex-shrink: 0
}

.sim-cta h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 24px;
  line-height: 1.15;
  color: var(--primary-deep);
  margin: 0
}

@media(min-width:768px) {
  .sim-cta h2 {
    font-size: 30px
  }
}

.sim-cta h2 em {
  font-style: italic;
  color: var(--gold-strong);
  font-weight: 900
}

.sim-cta p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
  max-width: 38rem
}

.sim-cta .btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--gold);
  color: var(--primary-deep);
  padding: 13px 26px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  box-shadow: 0 8px 22px rgba(217, 168, 46, .35);
  transition: filter .2s;
}

.sim-cta .btn:hover {
  filter: brightness(1.08)
}

.sim-cta .flex1 {
  flex: 1
}

/* ============================================================
   VIDEOS
   ============================================================ */
.videos {
  background: var(--primary-deep);
  color: #fff;
  padding: 56px 0
}

@media(min-width:768px) {
  .videos {
    padding: 80px 0
  }
}

.videos .head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 12px;
  margin-bottom: 40px
}

.videos .head h2 {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-weight: 900;
  font-size: 28px;
  margin: 0
}

@media(min-width:768px) {
  .videos .head h2 {
    font-size: 36px
  }
}

.videos .ctrls {
  display: flex;
  gap: 12px
}

.videos .ctrls button {
  height: 36px;
  width: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid var(--gold);
  color: var(--gold);
  transition: .2s
}

.videos .ctrls button:hover {
  background: var(--gold);
  color: var(--primary-deep)
}

.videos .ctrls svg {
  width: 18px;
  height: 18px
}

.video-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none
}

.video-track::-webkit-scrollbar {
  display: none
}

.video-card {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: calc(50% - 12px);
  position: relative;
  aspect-ratio: 9/16;
  border-radius: 12px;
  overflow: hidden;
  background: var(--primary-deep);
  box-shadow: 0 18px 30px rgba(0, 0, 0, .30);
  cursor: pointer
}

@media(min-width:768px) {
  .video-card {
    width: calc(25% - 18px)
  }
}

.video-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s
}

.video-card:hover img {
  transform: scale(1.05)
}

.video-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(28, 32, 86, .92) 0%, transparent 60%)
}

.video-card .play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center
}

.video-card .play span {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  background: rgba(229, 185, 75, .92);
  display: grid;
  place-items: center;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .4);
  transition: transform .2s
}

.video-card:hover .play span {
  transform: scale(1.1)
}

.video-card .play svg {
  width: 28px;
  height: 28px;
  color: var(--primary-deep);
  margin-left: 3px
}

.video-card .vtitle {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3
}

/* ============================================================
   GUIA DOS GRUPOS
   ============================================================ */
.guia {
  background: var(--bg);
  padding: 48px 0
}

@media(min-width:768px) {
  .guia {
    padding: 64px 0
  }
}

.guia .head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 12px;
  margin-bottom: 32px
}

.guia .head h2 {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-weight: 900;
  font-size: 28px;
  color: var(--primary-deep);
  margin: 0
}

@media(min-width:768px) {
  .guia .head h2 {
    font-size: 36px
  }
}

.guia .head p {
  margin: 6px 0 0;
  font-size: 14px;
  color: var(--muted)
}

.guia .head .more {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 4px
}

.guia .head .more:hover {
  color: var(--gold-strong)
}

.guia .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px
}

@media(min-width:768px) {
  .guia .grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(min-width:1024px) {
  .guia .grid {
    grid-template-columns: repeat(6, 1fr)
  }
}

.group-card {
  display: block;
  background: var(--card);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
  transition: box-shadow .3s
}

.group-card:hover {
  box-shadow: 0 14px 30px rgba(0, 0, 0, .14)
}

.group-card .img-wrap {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden
}

.group-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s
}

.group-card:hover img {
  transform: scale(1.05)
}

.group-card .grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(28, 32, 86, .92) 0%, rgba(28, 32, 86, .15) 50%, transparent 100%)
}

.group-card .badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--gold);
  color: var(--primary-deep);
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 13px;
  padding: 2px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: .06em
}

.group-card .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(28, 32, 86, .88);
  padding: 8px 8px 10px
}

.group-card .flags {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 4px;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1
}

.group-card .names {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -.01em;
  margin: 0
}

/* ============================================================
   ESPECIAL IMPRESSO
   ============================================================ */
.impresso {
  background: var(--primary-deep);
  color: #fff;
  padding: 64px 0 72px;
  overflow: hidden
}

.impresso .row {
  display: grid;
  gap: 32px;
  align-items: center;
  grid-template-columns: 1fr
}

@media(min-width:768px) {
  .impresso .row {
    grid-template-columns: 1.15fr .85fr
  }
}

.impresso .image {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 260px
}

@media(min-width:768px) {
  .impresso .image {
    justify-content: flex-start;
    min-height: 340px
  }
}

.impresso .glow {
  position: absolute;
  inset: -64px;
  background: rgba(229, 185, 75, .15);
  filter: blur(60px);
  border-radius: 50%;
  z-index: 0
}

.impresso img {
  position: relative;
  z-index: 1;
  width: 120vw;
  max-width: 520px;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, .6)) drop-shadow(0 8px 14px rgba(0, 0, 0, .4))
}

@media(min-width:768px) {
  .impresso img {
    width: 640px;
    max-width: none;
    margin-left: -48px
  }
}

@media(min-width:1024px) {
  .impresso img {
    width: 760px;
    margin-left: -80px
  }
}

.impresso h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 36px;
  line-height: .95;
  text-transform: uppercase;
  letter-spacing: -.01em;
  margin: 0
}

@media(min-width:768px) {
  .impresso h2 {
    font-size: 56px
  }
}

.impresso h2 .gold {
  color: var(--gold)
}

.impresso h2 .b {
  display: block;
  color: rgba(255, 255, 255, .95)
}

.impresso p {
  margin-top: 20px;
  color: rgba(255, 255, 255, .8);
  font-size: 17px;
  max-width: 36rem
}

.impresso .btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--gold);
  color: var(--primary-deep);
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 13px;
  margin-top: 32px;
  transition: background .2s
}

.impresso .btn:hover {
  background: #fff
}

.impresso .btn svg {
  width: 16px;
  height: 16px
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--primary-deep);
  color: #fff;
  border-top: 4px solid var(--gold)
}

.site-footer .grid {
  display: grid;
  gap: 32px;
  padding: 48px 0;
  grid-template-columns: 1fr
}

@media(min-width:768px) {
  .site-footer .grid {
    grid-template-columns: 2fr 1fr 1fr
  }
}

.site-footer .logo img {
  height: 56px;
  filter: brightness(0) invert(1)
}

.site-footer .desc {
  margin-top: 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
  max-width: 24rem
}

.site-footer h4 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--gold);
  margin: 0 0 12px
}

.site-footer ul li {
  margin-bottom: 8px;
  font-size: 14px
}

.site-footer ul a:hover {
  color: var(--gold)
}

.site-footer .social-foot {
  display: flex;
  gap: 8px
}

.site-footer .social-foot a {
  height: 36px;
  width: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .2);
  transition: .2s
}

.site-footer .social-foot a:hover {
  background: var(--gold);
  color: var(--primary-deep);
  border-color: var(--gold)
}

.site-footer .social-foot svg {
  width: 16px;
  height: 16px
}

.site-footer .copy {
  border-top: 1px solid rgba(255, 255, 255, .1)
}

.site-footer .copy .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding: 20px 0;
  font-size: 12px;
  color: rgba(255, 255, 255, .5)
}

/* ============================================================
   Utilities
   ============================================================ */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0
}