:root {
  --navy: #061f4a;
  --navy-deep: #001536;
  --navy-black: #000d24;
  --red: #9d1118;
  --red-deep: #76070d;
  --paper: #f5f3ef;
  --white: #ffffff;
  --ink: #061f4a;
  --muted: #2f496a;
  --line: rgba(6, 31, 74, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--navy-black);
  font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", Arial, sans-serif;
  line-height: 1.42;
}

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

img,
svg {
  display: block;
}

.landing-page {
  min-height: 100vh;
  background: var(--navy-black);
}

.hero-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(410px, 0.96fr) minmax(330px, 0.58fr) minmax(420px, 0.8fr);
  min-height: 665px;
  overflow: hidden;
  background: var(--paper);
}

.city-backdrop {
  position: absolute;
  inset: 0 30% 0 0;
  background:
    linear-gradient(90deg, rgba(245, 243, 239, 0.99) 0%, rgba(245, 243, 239, 0.94) 34%, rgba(245, 243, 239, 0.62) 65%, rgba(245, 243, 239, 0.1) 100%),
    linear-gradient(0deg, rgba(245, 243, 239, 0.78), rgba(245, 243, 239, 0.5)),
    url("assets/woonsocket-river-falls.png") center / cover;
  filter: saturate(0.66) contrast(0.86);
}

.intro-block {
  position: relative;
  z-index: 2;
  align-self: start;
  padding: 46px 30px 32px 54px;
}

.wordmark {
  width: min(560px, 100%);
  color: var(--navy);
  text-transform: uppercase;
}

.wordmark-rule {
  display: grid;
  grid-template-columns: 1fr 36px 1fr;
  align-items: center;
  gap: 16px;
  width: 86%;
  margin: 0 0 0 58px;
}

.wordmark-rule span {
  height: 3px;
  background: var(--red);
}

.wordmark-rule b {
  position: relative;
  width: 24px;
  height: 24px;
  justify-self: center;
  background: var(--navy);
  clip-path: polygon(50% 0, 61% 34%, 98% 35%, 68% 56%, 79% 92%, 50% 70%, 21% 92%, 32% 56%, 2% 35%, 39% 34%);
}

.wordmark p {
  margin: -4px 0 12px 86px;
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.65rem;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.76);
}

.wordmark strong {
  display: block;
  margin: 0;
  color: var(--navy);
  font-size: 7.7rem;
  font-weight: 1000;
  line-height: 0.84;
  letter-spacing: 0;
  text-shadow: -2px 2px 0 rgba(255, 255, 255, 0.92), 3px 3px 0 rgba(0, 0, 0, 0.14);
  transform: scaleX(1.08);
  transform-origin: left center;
}

.wordmark em {
  display: grid;
  grid-template-columns: 30px auto 30px;
  align-items: center;
  gap: 18px;
  width: fit-content;
  margin: 12px 0 10px 50px;
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.35rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.wordmark em::before,
.wordmark em::after {
  content: "";
  width: 28px;
  height: 28px;
  background: var(--red);
  clip-path: polygon(50% 0, 61% 34%, 98% 35%, 68% 56%, 79% 92%, 50% 70%, 21% 92%, 32% 56%, 2% 35%, 39% 34%);
}

.wordmark small {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 480px;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 1000;
  letter-spacing: 0.12em;
}

.wordmark small::before,
.wordmark small::after {
  content: "";
  height: 2px;
  flex: 1;
  background: var(--navy);
}

h1 {
  margin: 28px 0 10px 14px;
  max-width: 500px;
  color: var(--navy);
  font-size: 4.45rem;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lead {
  max-width: 420px;
  margin: 30px 0 0 16px;
  color: #061b3d;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 0 16px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 2px solid transparent;
  border-radius: 3px;
  font-size: 0.84rem;
  font-weight: 1000;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.button-primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 10px 22px rgba(118, 7, 13, 0.28);
}

.button-secondary {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(6, 31, 74, 0.35);
}

.portrait-wrap {
  position: relative;
  z-index: 4;
  align-self: end;
  justify-self: center;
  width: min(610px, 128%);
  margin: 28px -150px 0 -116px;
}

.portrait-wrap::after {
  content: "";
  position: absolute;
  right: 7%;
  bottom: 0;
  left: 9%;
  height: 32px;
  background: radial-gradient(ellipse at center, rgba(0, 10, 28, 0.28), transparent 70%);
}

.portrait-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: 690px;
  object-fit: contain;
  object-position: center top;
  filter: drop-shadow(0 24px 30px rgba(0, 12, 34, 0.24));
}

.glance-panel {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-rows: 1fr auto auto;
  min-height: 100%;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 10%, rgba(24, 84, 150, 0.36), transparent 32%),
    linear-gradient(135deg, #0a3973 0%, var(--navy-deep) 42%, #000f2c 100%);
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%, 0 54%);
}

.glance-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 44px;
  background: linear-gradient(90deg, rgba(0, 11, 30, 0.34), transparent);
}

.panel-inner {
  padding: 44px 42px 24px 88px;
}

.glance-panel h2,
.contact h2,
.detail-band h2 {
  margin: 0;
  font-size: 1.72rem;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.underline {
  width: 128px;
  height: 3px;
  margin: 12px 0 24px;
  background: var(--red);
}

.glance-item {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin: 0 0 26px;
}

.glance-item h3,
.mini-card h3,
.issue h3 {
  margin: 0 0 4px;
  color: inherit;
  font-size: 1.16rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.glance-item p,
.mini-card p,
.issue p {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 0.94rem;
  line-height: 1.36;
}

.icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, #c22b32, var(--red-deep));
  box-shadow: inset 0 -9px 13px rgba(0, 0, 0, 0.18), 0 8px 18px rgba(0, 0, 0, 0.2);
}

.icon svg {
  width: 35px;
  height: 35px;
  fill: var(--white);
}

blockquote {
  margin: 0;
  padding: 30px 42px 26px 88px;
  background: linear-gradient(110deg, var(--red), var(--red-deep));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

blockquote p {
  position: relative;
  max-width: 410px;
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.19rem;
  font-style: italic;
  line-height: 1.34;
}

blockquote p::before {
  content: "\201C";
  position: absolute;
  left: -38px;
  top: -20px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5rem;
  line-height: 1;
}

blockquote cite {
  display: block;
  padding-right: 22px;
  color: rgba(255, 255, 255, 0.94);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 800;
  text-align: right;
}

.contact {
  padding: 26px 42px 36px 88px;
}

.contact h2 {
  margin-bottom: 18px;
}

.contact h2::after,
.detail-band h2::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 10px;
  background: var(--red);
}

.contact ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Segoe UI", Arial, sans-serif;
}

.contact li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
}

.contact-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: var(--white);
  font-family: Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
}

.globe {
  border: 2px solid currentColor;
  border-radius: 50%;
}

.globe::before,
.globe::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.globe::before {
  width: 2px;
  height: 18px;
}

.globe::after {
  width: 17px;
  height: 2px;
}

.mail {
  border: 2px solid currentColor;
  border-radius: 2px;
}

.mail::before,
.mail::after {
  content: "";
  position: absolute;
  top: 7px;
  width: 13px;
  height: 2px;
  background: currentColor;
}

.mail::before {
  left: 1px;
  transform: rotate(35deg);
}

.mail::after {
  right: 1px;
  transform: rotate(-35deg);
}

.phone::before {
  content: "";
  position: absolute;
  inset: 1px 0;
  background: url("assets/telephone-icon.png") center / contain no-repeat;
}

.instagram {
  border: 2px solid currentColor;
  border-radius: 6px;
}

.instagram::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.detail-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(280px, 0.78fr) minmax(400px, 1fr);
  gap: 34px;
  padding: 28px 52px 30px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    var(--paper);
}

.detail-band h2 {
  color: var(--navy);
  font-size: 1.55rem;
}

.about p {
  margin: 22px 0 0;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 0.94rem;
}

.values-grid {
  display: grid;
  gap: 17px;
  padding-top: 34px;
}

.mini-card,
.issue {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.mini-card h3,
.issue h3 {
  color: var(--navy);
  font-size: 0.98rem;
}

.mini-card p,
.issue p {
  color: var(--ink);
  font-size: 0.83rem;
}

.mini-icon,
.issue-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--white);
  background: var(--navy);
  border-radius: 50%;
  font-weight: 900;
}

.mini-icon::before,
.mini-icon::after,
.issue-icon::before,
.issue-icon::after {
  content: "";
  position: absolute;
}

.handshake::before {
  width: 25px;
  height: 16px;
  border: 4px solid currentColor;
  border-left: 0;
  border-radius: 2px 9px 9px 2px;
  transform: rotate(-35deg);
}

.handshake::after {
  width: 25px;
  height: 16px;
  border: 4px solid currentColor;
  border-right: 0;
  border-radius: 9px 2px 2px 9px;
  transform: rotate(35deg);
}

.bars::before {
  bottom: 13px;
  left: 14px;
  width: 7px;
  height: 14px;
  background: currentColor;
  box-shadow: 11px -7px 0 currentColor, 22px -16px 0 currentColor;
}

.shield::before,
.shield-red::before {
  width: 28px;
  height: 32px;
  border: 4px solid currentColor;
  border-radius: 16px 16px 18px 18px;
  clip-path: polygon(0 0, 100% 0, 100% 62%, 50% 100%, 0 62%);
}

.issues {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.issue-grid {
  display: grid;
  gap: 17px;
  margin-top: 22px;
}

.issue-icon {
  color: var(--red);
  background: transparent;
  border-radius: 0;
}

.road-red::before {
  width: 42px;
  height: 34px;
  background:
    linear-gradient(90deg, transparent 44%, var(--red) 44%, var(--red) 56%, transparent 56%),
    linear-gradient(75deg, transparent 0 38%, var(--red) 38% 62%, transparent 62%),
    linear-gradient(-75deg, transparent 0 38%, var(--red) 38% 62%, transparent 62%);
  clip-path: polygon(32% 0, 68% 0, 98% 100%, 2% 100%);
}

.cap-red::before {
  width: 40px;
  height: 24px;
  background: var(--red);
  clip-path: polygon(50% 0, 100% 32%, 50% 64%, 0 32%);
}

.cap-red::after {
  top: 30px;
  left: 20px;
  width: 24px;
  height: 5px;
  background: var(--red);
}

.growth-red::before {
  bottom: 10px;
  left: 9px;
  width: 7px;
  height: 14px;
  background: var(--red);
  box-shadow: 10px -7px 0 var(--red), 20px -15px 0 var(--red), 30px -25px 0 var(--red);
}

.growth-red::after {
  top: 12px;
  right: 7px;
  width: 22px;
  height: 22px;
  border-top: 5px solid var(--red);
  border-right: 5px solid var(--red);
  transform: rotate(-8deg);
}

.slogan-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  padding: 14px 18px;
  color: var(--white);
  background: var(--navy-black);
  font-size: 0.92rem;
  font-weight: 1000;
  letter-spacing: 0.22em;
  text-align: center;
  text-transform: uppercase;
}

.slogan-bar b {
  width: 13px;
  height: 13px;
  background: currentColor;
  clip-path: polygon(50% 0, 61% 34%, 98% 35%, 68% 56%, 79% 92%, 50% 70%, 21% 92%, 32% 56%, 2% 35%, 39% 34%);
}

@media (max-width: 1180px) {
  .hero-panel {
    grid-template-columns: minmax(330px, 0.9fr) minmax(285px, 0.56fr);
  }

  .glance-panel {
    grid-column: 1 / -1;
    clip-path: none;
  }

  .panel-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 28px;
    padding-left: 42px;
  }

  .panel-inner h2,
  .underline {
    grid-column: 1 / -1;
  }

  .glance-item {
    margin-bottom: 10px;
  }

  blockquote,
  .contact {
    padding-left: 42px;
  }

  .detail-band {
    grid-template-columns: 1fr 1fr;
  }

  .issues {
    grid-column: 1 / -1;
    padding-left: 0;
    border-left: 0;
  }

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

@media (max-width: 760px) {
  .hero-panel {
    grid-template-columns: 1fr;
  }

  .city-backdrop {
    display: none;
  }

  .intro-block {
    position: relative;
    padding: 28px 18px 0;
  }

  .intro-block::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0 -18px -18px;
    background:
      linear-gradient(180deg, rgba(245, 243, 239, 0.94), rgba(245, 243, 239, 0.76)),
      rgba(245, 243, 239, 0.72);
  }

  .wordmark-rule {
    width: calc(100% - 52px);
    margin-left: 34px;
  }

  .wordmark p {
    margin-left: 44px;
    margin-bottom: 12px;
    font-size: 2.25rem;
  }

  .wordmark strong {
    font-size: 4.1rem;
    transform: none;
  }

  .wordmark em {
    margin-left: 20px;
    gap: 12px;
    font-size: 1.45rem;
  }

  .wordmark small {
    font-size: 0.75rem;
  }

  h1 {
    margin-left: 0;
    font-size: 2.75rem;
  }

  .lead,
  .hero-actions {
    margin-left: 0;
  }

  .lead {
    font-size: 1rem;
  }

  .portrait-wrap {
    position: relative;
    width: min(430px, 96vw);
    margin: 26px auto 0;
    padding: 22px 0 0;
  }

  .portrait-wrap::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0 -18px 10px;
    background: url("assets/woonsocket-river-falls.png") center / cover;
  }

  .portrait-wrap img {
    position: relative;
    z-index: 1;
    height: auto;
    max-height: 460px;
  }

  .glance-panel {
    margin-top: 0;
  }

  .panel-inner {
    grid-template-columns: 1fr;
    padding: 34px 20px 22px;
  }

  .glance-item {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
  }

  .icon {
    width: 52px;
    height: 52px;
  }

  blockquote,
  .contact {
    padding: 28px 22px 30px 56px;
  }

  .contact {
    padding-left: 22px;
  }

  .detail-band {
    grid-template-columns: 1fr;
    padding: 34px 18px;
  }

  .values-grid {
    padding-top: 0;
  }

  .issue-grid {
    grid-template-columns: 1fr;
  }

  .slogan-bar {
    flex-wrap: wrap;
    gap: 8px 12px;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 430px) {
  .wordmark strong {
    font-size: 3.22rem;
  }

  .wordmark p {
    margin-bottom: 12px;
    font-size: 2rem;
  }

  .wordmark em {
    font-size: 1.18rem;
    letter-spacing: 0.1em;
  }

  h1 {
    font-size: 2.25rem;
  }

  .button {
    width: 100%;
  }

  .mini-card,
  .issue {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .mini-icon,
  .issue-icon {
    width: 46px;
    height: 46px;
  }
}
