:root {
  --magenta: #d1055c;
  --magenta-dark: #a7044a;
  --magenta-soft: #fce4ef;
  --teal: #14f3d3;
  --ink: #1a0510;
  --ink-muted: #67535c;
  --white: #ffffff;
  --surface: #fff8fb;
  --border: #ebccd9;
  --yellow: #f2bb22;
  --font-display: "Montserrat", Arial, sans-serif;
  --font-body: "Manrope", Arial, sans-serif;
  --container: 74rem;
  --gutter: clamp(1.25rem, 4vw, 2rem);
  --section-space: clamp(5rem, 10vw, 8rem);
  --radius: 1.5rem;
  --shadow: 0 1.5rem 4rem rgb(84 0 37 / 12%);
}

* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body { background: var(--white); color: var(--ink); font-family: var(--font-body); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, button, a { font-family: var(--font-body); }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(100% - (var(--gutter) * 2), var(--container)); margin-inline: auto; }

.skip-link { position: fixed; top: 0; left: 1rem; z-index: 100; transform: translateY(-120%); background: var(--ink); color: var(--white); padding: .75rem 1rem; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3 { font-family: var(--font-display); line-height: 1.04; letter-spacing: -.04em; }
h2 { font-size: clamp(2.25rem, 5vw, 4rem); }
.eyebrow { margin-bottom: 1rem; color: var(--magenta); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow--light { color: var(--teal); }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgb(209 5 92 / 10%); background: rgb(255 255 255 / 92%); backdrop-filter: blur(14px); }
.header__content { display: flex; min-height: 4.75rem; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand__name { font-family: var(--font-display); font-size: 1rem; font-weight: 900; letter-spacing: -.04em; text-transform: uppercase; }
.brand__number { border-radius: 999px; background: var(--magenta); color: var(--white); padding: .22rem .65rem; font-size: .72rem; font-weight: 800; letter-spacing: .05em; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.25rem); }
.main-nav a { font-size: .88rem; font-weight: 700; text-decoration: none; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--magenta); }

.button { display: inline-flex; min-height: 3.35rem; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: var(--magenta); color: var(--white); padding: .85rem 1.5rem; font-size: .92rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--magenta-dark); box-shadow: 0 .75rem 1.8rem rgb(84 0 37 / 18%); }
.button--small { min-height: 2.8rem; padding: .65rem 1.1rem; font-size: .82rem; }
.button--teal { background: var(--teal); color: var(--ink); }
.button--teal:hover, .button--teal:focus-visible { background: #63f7e1; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--magenta); font-weight: 800; text-underline-offset: .25rem; }
.text-link--light { color: var(--white); }

.hero { position: relative; isolation: isolate; overflow: hidden; background: var(--magenta); color: var(--white); }
.hero__media { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, var(--magenta) 0%, var(--magenta) 47%, #f8c4d8 76%, var(--white) 100%); }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(209 5 92 / 16%) 0%, transparent 52%); pointer-events: none; }
.hero__desktop-photo { position: absolute; right: 0; bottom: 0; z-index: 1; width: 78%; height: 88%; object-fit: contain; object-position: right bottom; }
.hero__mobile-photo { display: none; }
.hero__grid { display: grid; min-height: clamp(36rem, 74svh, 42rem); grid-template-columns: minmax(0, 1fr) minmax(20rem, .8fr); align-items: stretch; }
.hero__content { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: clamp(2.5rem, 4vw, 3.5rem) clamp(2rem, 6vw, 6rem) clamp(2.5rem, 4vw, 3.5rem) 0; }
.hero h1 { max-width: 10ch; font-size: clamp(3.4rem, 6vw, 4.8rem); font-weight: 900; text-transform: uppercase; }
.hero h1 span { color: var(--teal); }
.hero__lead { max-width: 34rem; margin-top: 1rem; color: rgb(255 255 255 / 88%); font-size: clamp(1rem, 1.35vw, 1.1rem); }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; margin-top: 1.5rem; }
.vote-number { display: flex; align-items: baseline; gap: .8rem; margin-top: clamp(2rem, 4vw, 3rem); }
.vote-number span { font-size: .85rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.vote-number strong { font-family: var(--font-display); font-size: clamp(3rem, 6vw, 4.75rem); line-height: .8; letter-spacing: -.07em; }
.purpose, .commitments, .story, .social { padding-block: var(--section-space); }
.purpose { position: relative; isolation: isolate; overflow: hidden; background: var(--surface); }
.purpose__heading { min-width: 0; }
.purpose__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.purpose h2 { max-width: 13ch; }
.purpose__copy { max-width: 38rem; color: var(--ink-muted); font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.purpose__copy p + p { margin-top: 1.5rem; }

.section-heading { max-width: 48rem; }
.section-heading h2 { max-width: 17ch; }
.section-heading > p:last-child { max-width: 38rem; margin-top: 1.25rem; color: var(--ink-muted); font-size: 1.08rem; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center h2, .section-heading--center > p:last-child { margin-inline: auto; }

.commitments__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; margin-top: clamp(2.5rem, 6vw, 4.5rem); }
.commitment-card { position: relative; overflow: hidden; min-height: 21rem; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); padding: clamp(1.5rem, 3vw, 2.25rem); box-shadow: 0 .5rem 2rem rgb(84 0 37 / 5%); }
.commitment-card::after { content: ""; position: absolute; width: 7rem; height: 7rem; right: -3rem; bottom: -3rem; border-radius: 50%; background: var(--teal); opacity: .6; }
.commitment-card__number { display: block; margin-bottom: 4rem; color: var(--magenta); font-family: var(--font-display); font-size: 1rem; font-weight: 900; }
.commitment-card h3 { margin-bottom: .9rem; font-size: 1.45rem; }
.commitment-card p { color: var(--ink-muted); }

.story { background: var(--magenta-soft); }
.story__grid { display: grid; grid-template-columns: minmax(18rem, .8fr) minmax(0, 1.1fr); gap: clamp(3rem, 9vw, 8rem); align-items: center; }
.story__photo { position: relative; height: clamp(32rem, 48vw, 39rem); overflow: hidden; border-radius: 45% 45% var(--radius) var(--radius); background: var(--white); box-shadow: var(--shadow); }
.story__photo::after { content: ""; position: absolute; inset: auto 0 0; height: 30%; background: linear-gradient(transparent, rgb(209 5 92 / 15%)); }
.story__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.story__content h2 { max-width: 13ch; }
.story__content > p:not(.eyebrow) { max-width: 39rem; margin-block: 1.5rem 2rem; color: var(--ink-muted); font-size: 1.08rem; }

.join { background: var(--magenta); color: var(--white); padding-block: clamp(4rem, 8vw, 6rem); }
.join__content { display: grid; grid-template-columns: minmax(0, 1fr) minmax(20rem, .75fr); gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.join h2 { max-width: 14ch; }
.join__action p { max-width: 35rem; margin-bottom: 1.75rem; color: rgb(255 255 255 / 84%); font-size: 1.08rem; }

.social__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; margin: 3rem auto 0; }
.social-feed-card { min-width: 0; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: 0 .5rem 2rem rgb(84 0 37 / 5%); }
.social-feed-card__header { display: flex; min-height: 6.25rem; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--border); padding: 1.25rem 1.5rem; }
.social-feed-card__header span { color: var(--magenta); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.social-feed-card__header h3 { margin-top: .25rem; font-family: var(--font-body); font-size: 1rem; letter-spacing: -.02em; overflow-wrap: anywhere; }
.social-feed-card__header > a { flex: 0 0 auto; color: var(--magenta); font-size: .78rem; font-weight: 800; text-underline-offset: .2rem; }
.social-feed-card__header > a span { font-size: 1rem; }
.social-feed-card__content { display: grid; min-height: 38.75rem; place-items: start center; overflow: hidden; background: var(--white); }
.social-feed-card__content--instagram { padding: 1rem; }
.social-feed-card__content .instagram-media { width: 100% !important; min-width: 0 !important; margin: 0 !important; }
.facebook-feed { display: block; width: 100%; max-width: 31.25rem; border: 0; }
.social__privacy { max-width: 52rem; margin: 1.25rem auto 0; color: var(--ink-muted); font-size: .78rem; text-align: center; }

.site-footer { background: var(--magenta); color: var(--white); padding-block: 3.5rem 1.5rem; }
.footer__main, .footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.5rem 3rem; }
.footer__brand { margin-bottom: .4rem; font-family: var(--font-display); font-size: 1.35rem; font-weight: 900; text-transform: uppercase; }
.footer__brand strong { color: var(--teal); }
.footer__main > div > p:last-child, .footer__bottom { color: rgb(255 255 255 / 65%); font-size: .8rem; }
.footer__main address { display: grid; gap: .35rem; font-style: normal; text-align: right; }
.footer__main address a { color: var(--teal); font-weight: 800; }
.footer__bottom { margin-top: 3rem; border-top: 1px solid rgb(255 255 255 / 12%); padding-top: 1.25rem; }

.digimax-strip { display: flex; justify-content: center; background: var(--yellow); color: var(--ink); padding: .75rem var(--gutter); }
.digimax-credit { display: inline-flex; align-items: center; gap: .65rem; font-size: .78rem; font-weight: 700; text-decoration: none; }
.digimax-credit img { width: 2rem; height: 2rem; }
.digimax-credit strong { letter-spacing: .04em; }

@media (max-width: 62rem) {
  .main-nav { display: none; }
  .hero__grid { width: 100%; grid-template-columns: 1fr 42%; padding-left: var(--gutter); }
  .hero h1 { font-size: clamp(3.3rem, 8vw, 5.5rem); }
  .commitments__grid { grid-template-columns: 1fr; }
  .commitment-card { min-height: 0; }
  .commitment-card__number { margin-bottom: 2.5rem; }
}

@media (max-width: 48.0625rem) {
  .header__content > .button { display: none; }
  .purpose__grid, .story__grid, .join__content { grid-template-columns: 1fr; }
  .story__photo { height: 31rem; }
  .join__content { gap: 2rem; }
  .social__grid { grid-template-columns: 1fr; }
  .social-feed-card__header { padding-inline: 1rem; }
  .social-feed-card__content { min-height: 31.25rem; }
  .footer__main address { text-align: left; }
}

@media (max-width: 48.0625rem) {
  .hero::after { content: ""; position: absolute; inset-block: 0; right: -18%; z-index: 2; width: 60%; background: var(--teal); opacity: .15; pointer-events: none; -webkit-mask: url("img/senho-line-art.svg") center / auto 100% no-repeat; mask: url("img/senho-line-art.svg") center / auto 100% no-repeat; }
  .hero__media--desktop { display: none; }
  .hero__grid { min-height: calc(100svh - 4.75rem); grid-template-columns: 1fr; padding: 0; }
  .hero__content { padding: 32px var(--gutter) 40px; }
  .hero__content > :not(.hero__mobile-photo) { position: relative; z-index: 3; }
  .hero h1 { width: 100%; max-width: 22ch; font-size: clamp(28px, 8vw, 40px); line-height: 1.05; }
  .hero__mobile-photo { position: relative; z-index: 1; display: block; width: calc(100% + (var(--gutter) * 2)); height: clamp(272px, 72vw, 304px); margin: 24px calc(var(--gutter) * -1) 0; overflow: hidden; }
  .hero__mobile-photo::after { content: ""; position: absolute; inset: auto 0 0; z-index: 3; height: 32%; background: linear-gradient(to bottom, transparent, var(--magenta)); pointer-events: none; }
  .hero__mobile-image { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
  .hero__lead { margin-top: 16px; }
  .hero__actions { flex-direction: column; align-items: flex-start; gap: 16px; margin-top: 24px; }
  .hero__actions .text-link { color: rgb(255 255 255 / 82%); font-size: .875rem; font-weight: 600; text-decoration: none; }
  .vote-number { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
