/*
Theme Name: CABARCO
Theme URI: https://cabarco.org/
Author: CABARCO
Description: Theme institucional premium para CABARCO, hub de la coctelería argentina.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: cabarco
*/

:root {
  --green-950: #001f18;
  --green-900: #043226;
  --green-800: #0b4737;
  --green-100: #e9f0e7;
  --cream: #f4f0e8;
  --paper: #fbf7ef;
  --copper: #e86134;
  --copper-2: #c98243;
  --ink: #10221d;
  --muted: #6f7b74;
  --line: rgba(16, 34, 29, 0.14);
  --shadow: 0 24px 70px rgba(0, 31, 24, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

body.nav-open {
  overflow: hidden;
}

body.elementor-editor-active .reveal,
body.elementor-editor-preview .reveal {
  opacity: 1;
  transform: none;
}

.cabarco-elementor-content {
  min-height: 60vh;
}

body:not(.home) .cabarco-elementor-content {
  padding-top: 88px;
}

body.cabarco-elementor-canvas .cabarco-elementor-content {
  padding-top: 0;
}

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

p {
  line-height: 1.65;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px clamp(20px, 4vw, 60px);
  color: white;
  transition: background 240ms ease, box-shadow 240ms ease, padding 240ms ease;
}

body.admin-bar .site-header {
  top: 32px;
}

.site-header.is-scrolled,
body.nav-open .site-header {
  padding-block: 14px;
  background: rgba(0, 31, 24, 0.92);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(232, 97, 52, 0.9);
  border-radius: 50%;
  color: var(--copper);
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--copper);
  letter-spacing: 0;
  font-size: 1.05rem;
}

.brand small {
  color: currentColor;
  font-size: 0.68rem;
  opacity: 0.78;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.main-nav a {
  opacity: 0.84;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--copper);
  opacity: 1;
}

.main-nav a:hover {
  transform: translateY(-1px);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 900;
  text-transform: uppercase;
}

.nav-cta {
  padding: 0 18px;
  background: var(--copper);
  color: white !important;
  opacity: 1 !important;
}

.nav-toggle {
  display: none;
}

.hero,
.page-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: white;
  background: var(--green-950);
}

.hero-home {
  min-height: 94svh;
  padding: 130px clamp(20px, 7vw, 96px) 64px;
  grid-template-columns: minmax(0, 760px) minmax(260px, 360px);
  gap: 48px;
}

.hero-media,
.page-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 31, 24, 0.96), rgba(0, 31, 24, 0.76) 48%, rgba(0, 0, 0, 0.26)),
    radial-gradient(circle at 75% 35%, rgba(232, 97, 52, 0.28), transparent 24%),
    url("assets/hero-bar.svg") center / cover;
  opacity: 0.94;
  transform: scale(1.02);
}

.hero-media::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(to bottom, transparent, black 15%, black 72%, transparent);
}

.hero-content,
.hero-panel,
.page-hero-copy {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.02;
}

h1 {
  max-width: 860px;
  font-size: clamp(3rem, 7vw, 6.8rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 4.4rem);
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.65rem);
}

.hero-content p:not(.eyebrow),
.page-hero-copy p:not(.eyebrow) {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.5vw, 1.24rem);
}

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

.button {
  border: 1px solid transparent;
  padding: 0 24px;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--copper);
  color: white;
  box-shadow: 0 18px 40px rgba(232, 97, 52, 0.26);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.32);
  color: white;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.hero-panel {
  align-self: end;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(0, 31, 24, 0.62);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-panel span,
.hero-panel strong {
  display: block;
}

.hero-panel span {
  color: var(--copper);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.hero-panel strong {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.12;
}

.signal-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 28px;
}

.signal-row i {
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--copper), var(--copper-2));
  animation: pulse 1.8s ease-in-out infinite;
}

.signal-row i:nth-child(2) { animation-delay: 160ms; }
.signal-row i:nth-child(3) { animation-delay: 320ms; }
.signal-row i:nth-child(4) { animation-delay: 480ms; }

@keyframes pulse {
  50% { opacity: 0.42; transform: scaleX(0.72); }
}

.section {
  padding: clamp(72px, 9vw, 132px) clamp(20px, 7vw, 96px);
}

.section-grid,
.alliances-preview,
.form-section,
.split-panel,
.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
}

.section-copy p:not(.eyebrow),
.section-heading p,
.story-copy p,
.pillar p,
.benefit-card p,
.quote-panel p {
  color: var(--muted);
}

.ecosystem-section {
  background: var(--cream);
}

.ecosystem-visual {
  position: relative;
  min-height: 570px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--green-950);
  box-shadow: var(--shadow);
}

.ecosystem-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 31, 24, 0.04), rgba(0, 31, 24, 0.88)),
    radial-gradient(circle at 72% 24%, rgba(232, 97, 52, 0.28), transparent 30%),
    url("assets/story.svg") center / cover;
  transition: transform 700ms ease;
}

.ecosystem-visual:hover .ecosystem-image {
  transform: scale(1.035);
}

.ecosystem-visual figcaption {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: white;
  background: rgba(0, 31, 24, 0.68);
  backdrop-filter: blur(16px);
}

.ecosystem-visual strong {
  color: var(--copper);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.ecosystem-visual span {
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 850;
  line-height: 1.16;
}

.benefits {
  background: var(--green-950);
  color: white;
}

.section-heading {
  max-width: 880px;
  margin-bottom: 38px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.benefit-card,
.event-card,
.news-card,
.pillar,
.quote-panel,
.join-form,
.feature-article {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.benefit-card {
  min-height: 360px;
  padding: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035));
}

.benefit-card:hover,
.event-card:hover,
.news-card:hover,
.pillar:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.card-icon {
  display: inline-grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(232, 97, 52, 0.45);
  border-radius: 50%;
  color: var(--copper);
  font-weight: 950;
}

.benefit-card h3 {
  margin-top: 28px;
}

.benefit-card ul {
  display: grid;
  gap: 13px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.74);
}

.benefit-card li {
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.compact .benefit-card {
  min-height: 280px;
}

.events-preview,
.magazine,
.alliance-page {
  background: var(--paper);
}

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

.event-card {
  display: grid;
  overflow: hidden;
  background: white;
  border-color: var(--line);
}

.event-image,
.platform-image,
.story-image {
  display: block;
  min-height: 250px;
  background:
    linear-gradient(180deg, rgba(0, 31, 24, 0.06), rgba(0, 31, 24, 0.72)),
    url("assets/cocktail-week.svg") center / cover;
}

.image-week {
  background-position: center 16%;
}

.image-awards {
  background:
    linear-gradient(180deg, rgba(0, 31, 24, 0.08), rgba(0, 31, 24, 0.78)),
    radial-gradient(circle at 50% 30%, rgba(232, 97, 52, 0.58), transparent 24%),
    url("assets/awards.svg") center / cover;
}

.image-fest {
  background:
    linear-gradient(180deg, rgba(0, 31, 24, 0.08), rgba(0, 31, 24, 0.78)),
    radial-gradient(circle at 70% 30%, rgba(201, 130, 67, 0.48), transparent 24%),
    url("assets/fest.svg") center / cover;
}

.event-card .event-meta,
.event-card h3,
.event-card p {
  margin-inline: 22px;
}

.event-meta {
  margin-top: 20px;
  color: var(--copper);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.event-card h3 {
  margin-top: 10px;
}

.event-card p {
  margin-bottom: 26px;
  color: var(--muted);
}

.impact-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
  color: white;
}

.impact-item {
  min-height: 180px;
  display: grid;
  align-content: center;
  padding: 28px;
  background: var(--green-900);
}

.impact-item strong {
  color: var(--copper);
  font-size: clamp(1.8rem, 3vw, 3.4rem);
}

.impact-item span {
  font-weight: 800;
  text-transform: uppercase;
}

.magazine-grid,
.editorial-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
}

.feature-article {
  min-height: 430px;
  display: grid;
  align-content: end;
  padding: 34px;
  color: white;
  background:
    linear-gradient(180deg, rgba(0, 31, 24, 0.1), rgba(0, 31, 24, 0.92)),
    url("assets/cocktail-week.svg") center / cover;
  border-color: transparent;
}

.feature-article span,
.news-card span,
.quote-panel span {
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.feature-article p {
  color: rgba(255, 255, 255, 0.78);
}

.news-card,
.pillar {
  display: block;
  padding: 24px;
  background: white;
  border-color: var(--line);
}

.magazine-grid .news-card {
  min-height: 131px;
}

.alliances-preview {
  background: var(--cream);
}

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

.logo-wall span {
  min-height: 92px;
  display: grid;
  place-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--green-900);
  font-weight: 900;
  text-align: center;
}

.logo-wall.large {
  grid-template-columns: repeat(4, 1fr);
}

.final-cta {
  min-height: 82svh;
  display: grid;
  place-items: center;
  padding: clamp(72px, 9vw, 132px) clamp(20px, 7vw, 96px);
  color: white;
  text-align: center;
  background:
    linear-gradient(rgba(0, 31, 24, 0.84), rgba(0, 31, 24, 0.92)),
    url("assets/hero-bar.svg") center / cover;
}

.final-cta h2 {
  max-width: 900px;
  margin-inline: auto;
}

.final-cta .button {
  margin-top: 30px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(20px, 7vw, 96px);
  color: white;
  background: var(--green-950);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
}

.page-hero {
  min-height: 74svh;
  padding: 140px clamp(20px, 7vw, 96px) 80px;
}

.page-hero-copy {
  max-width: 960px;
}

.page-hero-conversion::before {
  background:
    linear-gradient(90deg, rgba(0, 31, 24, 0.96), rgba(0, 31, 24, 0.76) 55%, rgba(0, 0, 0, 0.2)),
    url("assets/hero-bar.svg") center / cover;
}

.story-image {
  min-height: 620px;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background:
    linear-gradient(180deg, rgba(0, 31, 24, 0.08), rgba(0, 31, 24, 0.28)),
    url("assets/story.svg") center / cover;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.pillar {
  min-height: 260px;
}

.pillar span {
  color: var(--copper);
  font-weight: 950;
}

.pillar h3 {
  margin-top: 26px;
}

.split-panel {
  align-items: stretch;
}

.quote-panel,
.join-form {
  padding: clamp(26px, 4vw, 46px);
  background: white;
  border-color: var(--line);
}

.quote-panel {
  background: var(--green-900);
  color: white;
}

.quote-panel.soft {
  background: white;
  color: var(--ink);
}

.faq {
  display: grid;
  gap: 12px;
}

details {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

summary {
  cursor: pointer;
  font-weight: 900;
}

.form-section {
  align-items: start;
  background: var(--cream);
}

.join-form {
  display: grid;
  gap: 14px;
}

.join-form label {
  display: grid;
  gap: 8px;
  color: var(--green-900);
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(16, 34, 29, 0.16);
  border-radius: 8px;
  padding: 14px 15px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(232, 97, 52, 0.32);
  border-color: var(--copper);
}

.event-platforms {
  display: grid;
  gap: 22px;
}

.platform {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.platform-image {
  min-height: 390px;
  border-radius: 8px;
}

.editorial-list {
  display: grid;
  gap: 18px;
}

.editorial-list .news-card {
  min-height: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 640ms ease, transform 640ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: 90ms; }
.delay-2 { transition-delay: 180ms; }
.delay-3 { transition-delay: 270ms; }
.delay-4 { transition-delay: 360ms; }

@media (max-width: 1120px) {
  .main-nav {
    gap: 12px;
    font-size: 0.74rem;
  }

  .benefit-grid,
  .pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .impact-strip {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 860px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .site-header {
    padding: 16px 20px;
  }

  .nav-toggle {
    position: relative;
    z-index: 24;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
  }

  .nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: white;
    transition: transform 180ms ease;
  }

  body.nav-open .nav-toggle span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  body.nav-open .nav-toggle span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 22;
    display: grid;
    align-content: center;
    justify-items: start;
    gap: 22px;
    padding: 90px 28px;
    background: rgba(0, 31, 24, 0.98);
    font-size: 1.15rem;
    transform: translateX(100%);
    transition: transform 260ms ease;
  }

  body.nav-open .main-nav {
    transform: translateX(0);
  }

  .hero-home,
  .section-grid,
  .alliances-preview,
  .form-section,
  .split-panel,
  .story-layout,
  .magazine-grid,
  .editorial-layout,
  .platform {
    grid-template-columns: 1fr;
  }

  .hero-home {
    min-height: 92svh;
    padding-top: 112px;
    padding-bottom: 34px;
  }

  h1 {
    font-size: clamp(2.45rem, 12.2vw, 5.2rem);
  }

  .hero-panel {
    display: none;
  }

  .ecosystem-visual {
    min-height: 520px;
  }

  .event-card-grid,
  .impact-strip,
  .logo-wall,
  .logo-wall.large {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: grid;
  }
}

@media (max-width: 560px) {
  .hero-actions {
    display: grid;
  }

  .benefit-grid,
  .pillars-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    min-height: 0;
  }

  .ecosystem-visual {
    min-height: 440px;
  }

  .ecosystem-visual figcaption {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 18px;
  }
}

/* Home adapted to the current CABARCO reference */
.site-header {
  background: var(--green-950);
}

.site-header:not(.is-scrolled) {
  box-shadow: none;
}

.main-nav {
  gap: clamp(16px, 2.4vw, 34px);
}

.social-link {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--copper);
  color: var(--green-950) !important;
  font-size: 1.15rem;
  opacity: 1 !important;
}

.home-classic {
  min-height: 610px;
  padding: 160px clamp(24px, 8.8vw, 112px) 82px;
  grid-template-columns: minmax(0, 560px) 1fr;
  background: var(--green-950);
}

.home-classic .hero-media {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 31, 24, 0.5) 45%, rgba(0, 0, 0, 0.1)),
    radial-gradient(circle at 74% 42%, rgba(232, 97, 52, 0.18), transparent 28%),
    url("assets/hero-bar.svg") center 42% / cover;
  opacity: 1;
}

.home-classic .hero-content {
  max-width: 560px;
}

.home-classic h1 {
  font-size: clamp(2.5rem, 4.5vw, 4.45rem);
  line-height: 1.04;
}

.hero-kicker {
  margin-top: 16px !important;
  color: white !important;
  font-size: 1rem !important;
  font-weight: 950;
  text-transform: uppercase;
}

.home-classic .hero-content p:not(.hero-kicker) {
  max-width: 460px;
  margin-top: 24px;
  font-size: 1.1rem;
}

.home-classic .button-primary {
  min-width: 250px;
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 20px;
  width: 34px;
  height: 34px;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  opacity: 0.86;
  transform: translateX(-50%) rotate(45deg);
}

.about-classic {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
  background: var(--paper);
}

.about-copy {
  max-width: 620px;
}

.about-copy h2,
.benefits-copy h2,
.events-intro h2 {
  font-size: clamp(2rem, 3.1vw, 3.05rem);
}

.about-copy p {
  color: var(--ink);
}

.button-outline {
  margin-top: 20px;
  border-color: var(--green-900);
  color: var(--green-900);
  background: transparent;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 1px solid var(--line);
}

.about-features article {
  min-height: 220px;
  padding: 22px clamp(18px, 3vw, 44px);
  border-bottom: 1px solid var(--line);
}

.about-features article:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.about-features article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.line-icon {
  display: grid;
  width: 62px;
  height: 62px;
  margin-bottom: 20px;
  place-items: center;
  border: 1px solid rgba(16, 34, 29, 0.14);
  border-radius: 50%;
  color: var(--green-900);
  background: #eee8de;
  font-size: 1.65rem;
  font-weight: 900;
}

.about-features h3 {
  font-size: 1.12rem;
  line-height: 1.2;
}

.about-features p {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 0.96rem;
}

.benefits-classic {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(38px, 7vw, 100px);
  align-items: center;
  padding-block: clamp(64px, 8vw, 96px);
}

.benefits-copy {
  max-width: 560px;
}

.benefits-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.benefits-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 52px;
}

.benefits-list div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 92px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: white;
  font-weight: 850;
}

.benefits-list span {
  color: var(--copper);
  font-size: 2rem;
  font-weight: 500;
}

.events-classic {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  background: var(--paper);
}

.events-intro {
  max-width: 330px;
}

.events-intro p {
  color: var(--ink);
  font-size: 0.96rem;
}

.events-classic .event-card-grid {
  gap: 18px;
}

.events-classic .event-card {
  border-radius: 8px;
  box-shadow: none;
}

.events-classic .event-image {
  min-height: 190px;
}

.events-classic .event-card h3 {
  margin-top: 22px;
}

.home-cta-band {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 34px clamp(24px, 8.8vw, 112px);
  background: var(--cream);
}

.home-cta-band .line-icon {
  margin: 0;
}

.home-cta-band h2 {
  max-width: 940px;
  color: var(--green-900);
  font-size: clamp(1.55rem, 2.55vw, 2.3rem);
  line-height: 1.08;
}

@media (max-width: 1120px) {
  .social-link {
    display: none;
  }

  .events-classic {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .home-classic {
    min-height: 720px;
    padding-top: 128px;
    grid-template-columns: 1fr;
  }

  .about-classic,
  .benefits-classic {
    grid-template-columns: 1fr;
  }

  .about-features {
    border-left: 0;
  }

  .home-cta-band {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

@media (max-width: 560px) {
  .home-classic h1 {
    font-size: clamp(2.35rem, 11.4vw, 3.25rem);
  }

  .about-features,
  .benefits-list {
    grid-template-columns: 1fr;
  }

  .about-features article,
  .about-features article:nth-child(odd) {
    border-right: 0;
  }

  .about-features article:nth-last-child(2) {
    border-bottom: 1px solid var(--line);
  }
}
