:root {
  --blue: #173757;
  --blue-deep: #102d49;
  --red: #ef1d2d;
  --footer-red: #e2202d;
  --red-deep: #b32a31;
  --ink: #28282d;
  --muted: #f0f0f0;
  --line: #d7d7d7;
  --white: #ffffff;
  --site-width: 980px;
  --content-width: 780px;
  --content-pad: 36px;
  --slab: "Alfa Slab One", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  font-weight: 400;
  letter-spacing: 0;
}

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

button {
  font: inherit;
}

.page-shell {
  width: min(var(--site-width), calc(100% - 64px));
  max-width: 1920px;
  margin: 32px auto;
  background: var(--white);
  box-shadow: 0 18px 70px rgba(16, 45, 73, .08);
  overflow: hidden;
}

.container {
  width: min(var(--content-width), calc(100% - var(--content-pad) * 2));
  margin: 0 auto;
}

.section {
  padding: 64px 0;
}

.hero {
  position: relative;
  min-height: 620px;
  color: var(--white);
  background: #173c5f;
}

.hero__inner {
  position: relative;
  width: min(calc(var(--content-width) + 72px), calc(100% - var(--content-pad) * 2));
  min-height: 620px;
  margin: 0 auto;
}

.hero__stamp {
  position: absolute;
  top: 100px;
  left: 0;
  width: clamp(220px, 22vw, 290px);
  height: auto;
}

.hero__copy {
  position: relative;
  z-index: 2;
  width: 980px;
  max-width: 58%;
  padding-top: 300px;
}

.hero__kicker {
  margin: 0 0 20px;
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 100;
  line-height: 1;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0 0 28px;
  color: var(--red);
  font-family: var(--slab);
  font-size: clamp(48px, 4.5vw, 68px);
  font-weight: 400;
  line-height: .88;
  text-transform: uppercase;
}

.hero__line,
.hero__support {
  margin: 0;
  font-size: clamp(15px, 1.25vw, 19px);
  font-weight: 500;
  line-height: 1.22;
  text-transform: uppercase;
}

.hero__support strong {
  color: var(--red);
  font-weight: 800;
}

.hero__person {
  position: absolute;
  right: 0;
  top: 74px;
  z-index: 1;
  width: min(430px, 47%);
  height: 500px;
  object-fit: contain;
  object-position: right top;
}

.hero__brand {
  position: absolute;
  right: 38px;
  bottom: 92px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  width: min(292px, 31%);
  min-height: 76px;
}

.hero__brand img:first-child {
  width: 88px;
  max-height: 70px;
  flex: 0 0 auto;
  object-fit: contain;
}

.hero__brand img:last-child {
  width: 164px;
  max-height: 76px;
  flex: 0 1 auto;
  object-fit: contain;
}

.hero__brand span,
.closing__brand span {
  width: 1px;
  height: 76px;
  background: rgba(255, 255, 255, .34);
}

.intro {
  text-align: center;
}

.intro h2,
.need h2,
.expected h2,
.municipality h2,
.documents h2,
.today h2,
.closing h2,
.documents h3,
.closing h3 {
  margin: 0;
  font-family: var(--slab);
  font-weight: 400;
  text-transform: uppercase;
}

.intro h2 {
  color: var(--blue);
  font-size: clamp(32px, 3.5vw, 50px);
  line-height: 1.12;
}

.intro h2 span {
  display: block;
  margin-bottom: 18px;
  color: var(--red);
}

.lead {
  width: min(1120px, 100%);
  margin: 44px auto 52px;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.25;
}

.wide-photo {
  width: 100%;
  object-fit: cover;
}

.need {
  padding-top: 0;
}

.need__grid {
  display: grid;
  grid-template-columns: 1fr .95fr;
  align-items: center;
  gap: 60px;
}

.need__copy h2 {
  color: var(--red);
  font-size: clamp(30px, 3.1vw, 44px);
  line-height: 1.02;
}

.need__copy p {
  margin: 34px 0 0;
  color: var(--blue);
  font-family: var(--slab);
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.08;
}

.need__photo {
  width: 100%;
  aspect-ratio: 768 / 518;
  object-fit: cover;
  box-shadow: 0 32px 0 var(--red-deep);
}

.responsibility {
  padding: 70px 0 0;
  color: var(--white);
  text-align: center;
  background: linear-gradient(180deg, var(--red) 0%, #b3262f 100%);
}

.responsibility h2 {
  font-family: var(--slab);
  font-size: clamp(32px, 3.5vw, 50px);
  line-height: .95;
  text-transform: uppercase;
}

.responsibility p {
  margin: 24px 0 70px;
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 100;
  line-height: 1.08;
  text-transform: uppercase;
}

.responsibility p strong {
  font-weight: 800;
}

.responsibility .wide-photo {
  margin-bottom: -1px;
}

.expected {
  padding-top: 72px;
}

.panel {
  padding: 70px 74px 78px;
  border: 1px solid var(--line);
  border-radius: 48px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 44px;
  font-size: clamp(18px, 1.6vw, 27px);
  line-height: 1.25;
}

.expected h2 {
  color: var(--red);
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1;
}

.expected h3 {
  margin: 62px 0 62px;
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.1;
  text-transform: uppercase;
}

.expect-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.interactive-card {
  position: relative;
  border: 1px solid var(--line);
  color: inherit;
  background: var(--white);
  cursor: pointer;
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}

.interactive-card::after {
  content: "";
  position: absolute;
  inset: auto 28px 24px;
  height: 4px;
  background: var(--red);
  border-radius: 999px;
  opacity: 0;
  transform: scaleX(.24);
  transition: opacity .25s ease, transform .25s ease;
}

.interactive-card:hover,
.interactive-card:focus-visible,
.interactive-card.is-active {
  transform: translateY(-10px);
  border-color: rgba(239, 29, 45, .55);
  box-shadow: 0 28px 54px rgba(16, 45, 73, .14);
}

.interactive-card:focus-visible {
  outline: 4px solid rgba(239, 29, 45, .25);
  outline-offset: 4px;
}

.interactive-card:hover::after,
.interactive-card:focus-visible::after,
.interactive-card.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.interactive-card.is-active {
  background: #fff8f8;
}

.expect-card {
  min-height: 180px;
  display: grid;
  place-items: center;
  padding: 28px 34px;
  border-radius: 24px;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.26;
  text-align: center;
}

.municipality {
  text-align: center;
}

.municipality h2 {
  color: var(--blue);
  font-size: clamp(32px, 3.25vw, 46px);
  line-height: 1.08;
}

.action-grid,
.timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

.numbered-card {
  min-height: 260px;
  padding: 34px 24px;
  border-radius: 22px;
  text-align: left;
}

.numbered-card strong {
  display: block;
  margin-bottom: 22px;
  color: var(--blue);
  font-family: var(--slab);
  font-size: clamp(26px, 2.05vw, 34px);
  line-height: .9;
}

.timeline-grid .numbered-card strong {
  min-height: 36px;
  margin-bottom: 18px;
  font-size: clamp(22px, 1.8vw, 29px);
  line-height: 1;
}

.numbered-card span {
  display: block;
  font-size: clamp(14px, .96vw, 16px);
  line-height: 1.2;
}

.chain {
  margin-top: 60px;
  padding: 62px 34px 60px;
  color: var(--white);
  background: linear-gradient(180deg, var(--red) 0%, var(--red-deep) 100%);
  border-radius: 46px;
}

.chain h3 {
  margin: 0;
  font-family: var(--slab);
  font-size: clamp(25px, 2.55vw, 38px);
  line-height: 1.18;
}

.chain p {
  margin: 34px 0 0;
  font-size: clamp(24px, 2.65vw, 38px);
  font-weight: 100;
  line-height: 1;
}

.documents {
  text-align: center;
}

.documents h2 {
  color: var(--red);
  font-size: clamp(31px, 3.2vw, 46px);
  line-height: 1;
}

.documents > .container > p {
  margin: 34px 0 78px;
  font-size: clamp(18px, 1.6vw, 27px);
  line-height: 1.18;
}

.rule {
  height: 1px;
  background: #bfc1c3;
}

.documents h3 {
  margin: 78px auto 0;
  color: var(--blue);
  font-size: clamp(31px, 3.25vw, 46px);
  line-height: 1.05;
}

.documents h3 span {
  color: var(--red);
}

.timeline-grid {
  margin-top: 88px;
}

.today {
  padding-top: 0;
}

.today__panel {
  padding: 68px 72px 78px;
  background: var(--muted);
  border-radius: 46px;
}

.today h2 {
  color: var(--red);
  text-align: center;
  font-size: clamp(31px, 3.2vw, 46px);
  line-height: 1;
}

.today-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 34px;
  margin-top: 54px;
}

.today-card {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px 32px;
  border-radius: 22px;
  text-align: left;
}

.icon-bubble {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  background: var(--red);
  border-radius: 50%;
}

.icon-bubble img {
  width: 32px;
  height: 32px;
}

.today-card > span:last-child {
  display: block;
  font-size: clamp(14px, .98vw, 16px);
  line-height: 1.2;
}

.closing {
  position: relative;
  color: var(--white);
  background: var(--footer-red);
}

.closing__inner {
  position: relative;
  min-height: 1320px;
  padding-top: 56px;
  padding-bottom: 120px;
  text-align: center;
}

.closing__person {
  position: absolute;
  top: 160px;
  left: 78px;
  z-index: 1;
  width: min(330px, 38%);
  height: 450px;
  object-fit: contain;
  object-position: left bottom;
  pointer-events: none;
}

.closing__stamp {
  position: absolute;
  top: 324px;
  right: 100px;
  z-index: 1;
  width: min(230px, 27%);
  height: auto;
  filter: brightness(0) invert(1);
}

.closing h2 {
  position: relative;
  z-index: 2;
  width: min(1320px, 100%);
  margin: 0 auto 42px;
  font-size: clamp(56px, 7.2vw, 86px);
  line-height: .88;
}

.closing__agenda {
  position: relative;
  z-index: 2;
  width: min(270px, 35%);
  margin: 0 82px 270px auto;
  font-size: clamp(25px, 2.65vw, 34px);
  font-weight: 300;
  line-height: 1.18;
  text-align: right;
  text-transform: uppercase;
}

.closing__statement {
  position: relative;
  z-index: 2;
  width: min(560px, 76%);
  margin: 0 auto 38px;
  font-size: clamp(20px, 2.1vw, 28px);
  font-weight: 300;
  line-height: 1.28;
}

.closing h3 {
  position: relative;
  z-index: 2;
  margin-top: 62px;
  font-size: clamp(25px, 2.8vw, 36px);
  line-height: 1.22;
}

.closing h3 span {
  font-style: normal;
}

.closing__brand {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: min(470px, 64vw);
  margin: 92px auto 0;
}

.closing__brand img:first-child {
  width: 132px;
  max-height: 104px;
  object-fit: contain;
}

.closing__brand img:last-child {
  width: 230px;
  max-height: 104px;
  object-fit: contain;
}

@media (max-width: 1180px) {
  .container,
  .hero__inner {
    width: min(100% - 56px, 780px);
  }

  .section {
    padding: 62px 0;
  }

  .hero,
  .hero__inner {
    min-height: 610px;
  }

  .hero__stamp {
    top: 76px;
    width: 240px;
  }

  .hero__copy {
    max-width: 64%;
    padding-top: 292px;
  }

  .hero__kicker {
    font-size: clamp(25px, 3vw, 32px);
  }

  .hero h1 {
    font-size: clamp(46px, 5.4vw, 62px);
  }

  .hero__person {
    top: 76px;
    width: min(380px, 46%);
    height: 460px;
    opacity: .88;
  }

  .hero__brand {
    right: 28px;
    bottom: 94px;
    width: min(250px, 32%);
    gap: 14px;
  }

  .hero__brand img:first-child {
    width: 70px;
  }

  .hero__brand img:last-child {
    width: 132px;
  }

  .need__grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .panel,
  .today__panel {
    padding: 70px 44px;
    border-radius: 28px;
  }

  .action-grid,
  .timeline-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .closing__inner {
    min-height: 1260px;
    padding-top: 52px;
    padding-bottom: 120px;
  }

  .closing__person {
    top: 148px;
    left: 56px;
    width: min(310px, 39%);
    height: 420px;
  }

  .closing__stamp {
    top: 305px;
    right: 78px;
    width: min(215px, 28%);
  }

  .closing__agenda {
    width: min(250px, 36%);
    margin: 0 52px 255px auto;
    text-align: right;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
  }

  .container,
  .hero__inner {
    width: calc(100% - 32px);
  }

  .section {
    padding: 46px 0;
  }

  .hero,
  .hero__inner {
    min-height: 620px;
  }

  .hero__stamp {
    top: 64px;
    width: 210px;
  }

  .hero__copy {
    max-width: 100%;
    padding-top: 262px;
  }

  .hero__kicker {
    font-size: clamp(27px, 8.2vw, 36px);
  }

  .hero h1 {
    font-size: clamp(44px, 12.4vw, 58px);
  }

  .hero__person {
    top: 72px;
    right: -96px;
    width: 375px;
    height: 350px;
    opacity: 1;
  }

  .hero__brand {
    right: auto;
    bottom: 44px;
    left: 0;
    width: min(235px, 54vw);
    gap: 9px;
    justify-content: flex-start;
  }

  .hero__brand img:first-child {
    width: 66px;
  }

  .hero__brand img:last-child {
    width: 132px;
  }

  .hero__brand span,
  .closing__brand span {
    height: 64px;
  }

  .hero__line,
  .hero__support {
    max-width: 285px;
    font-size: clamp(14px, 4.3vw, 18px);
    line-height: 1.18;
  }

  .lead {
    margin: 28px auto 32px;
  }

  .responsibility {
    padding-top: 58px;
  }

  .responsibility p {
    margin-bottom: 44px;
  }

  .panel,
  .today__panel,
  .chain {
    padding: 42px 22px;
    border-radius: 22px;
  }

  .expect-grid,
  .action-grid,
  .timeline-grid,
  .today-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 42px;
  }

  .expect-card,
  .numbered-card,
  .today-card {
    min-height: auto;
    padding: 28px 24px;
    border-radius: 22px;
  }

  .expect-card {
    font-size: 16px;
  }

  .numbered-card span,
  .today-card > span:last-child {
    font-size: 15px;
  }

  .action-grid strong,
  .timeline-grid strong {
    margin-bottom: 22px;
  }

  .timeline-grid .numbered-card strong {
    min-height: auto;
    margin-bottom: 16px;
    font-size: 24px;
  }

  .icon-bubble {
    width: 72px;
    height: 72px;
    margin-bottom: 28px;
  }

  .closing__inner {
    min-height: 1360px;
    padding-bottom: 120px;
  }

  .closing__inner {
    padding-top: 44px;
  }

  .closing__person {
    top: 142px;
    left: -8px;
    width: min(310px, 70vw);
    height: 470px;
  }

  .closing__stamp {
    top: 395px;
    right: 0;
    width: min(220px, 48vw);
  }

  .closing__agenda {
    width: min(300px, 64vw);
    margin: 0 24px 330px auto;
    font-size: clamp(23px, 6.6vw, 34px);
    line-height: 1.22;
    text-align: right;
  }

  .closing h2 {
    width: 100%;
    max-width: none;
    margin: 0 auto 30px;
    font-size: clamp(44px, 13vw, 68px);
    text-align: center;
  }

  .closing__statement {
    width: min(310px, 88%);
    margin-bottom: 30px;
    font-size: clamp(18px, 5.2vw, 24px);
  }

  .closing h3 {
    margin-top: 50px;
    font-size: clamp(22px, 6.2vw, 28px);
  }

  .closing__brand {
    width: 100%;
    gap: 16px;
    margin-top: 70px;
  }

  .closing__brand img:first-child {
    width: 104px;
  }

  .closing__brand img:last-child {
    width: 176px;
  }
}
