:root {
  color-scheme: light;
  --ink: #102a43;
  --ink-soft: #334e68;
  --paper: #f5faff;
  --white: #ffffff;
  --blue: #2488c7;
  --blue-deep: #12679d;
  --sky: #d9effc;
  --sky-light: #edf8ff;
  --line: rgba(16, 42, 67, 0.16);
  --shadow: 0 24px 70px rgba(16, 42, 67, 0.16);
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 18%, rgba(174, 222, 248, 0.62), transparent 28rem),
    linear-gradient(120deg, var(--paper) 0 58%, var(--sky-light) 58% 100%);
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--ink);
  border-radius: 0.35rem;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 1.4rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.brand-mark {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  border-radius: 50%;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.brand-copy {
  display: grid;
  line-height: 1.1;
}

.brand-copy strong {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.brand-copy span {
  margin-top: 0.2rem;
  color: var(--ink-soft);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.button {
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.4rem;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

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

.button:focus-visible,
.text-link:focus-visible,
.brand:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.button-small {
  min-height: 3.5rem;
  padding: 0.85rem 1.9rem;
  font-size: 1.1rem;
}

.button-outline {
  border-color: var(--ink);
}

.button-outline:hover {
  color: var(--white);
  background: var(--ink);
}

.button-primary {
  min-height: 4rem;
  min-width: 11rem;
  padding: 1rem 2rem;
  font-size: 1.15rem;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 12px 28px rgba(16, 42, 67, 0.2);
}

.button-primary:hover {
  background: #071d30;
  box-shadow: 0 16px 34px rgba(16, 42, 67, 0.26);
}

.hero {
  width: min(1180px, calc(100% - 3rem));
  min-height: auto;
  margin: 0 auto;
  padding: clamp(2.75rem, 4vw, 4rem) 0 clamp(2.5rem, 3vw, 3.25rem);
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(22rem, 1.14fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 7rem);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 1.2rem;
  color: var(--blue-deep);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  max-width: 9ch;
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(4.6rem, 10vw, 7.3rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.office {
  max-width: 34rem;
  margin: 2rem 0 0;
  color: var(--ink-soft);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.5rem, 2.9vw, 2.4rem);
  line-height: 1.3;
}

.office-detail {
  display: block;
  margin-top: 0.5rem;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: clamp(1.15rem, 1.75vw, 1.5rem);
}

.hero-actions {
  margin-top: 2.25rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.text-link {
  padding: 0.55rem 0;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.35rem;
}

.portrait-wrap {
  position: relative;
  isolation: isolate;
  height: clamp(32rem, 66vh, 40rem);
}

.portrait-accent {
  position: absolute;
  z-index: -1;
  inset: -1.5rem 1.5rem 1.5rem -1.5rem;
  background: var(--blue);
  clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%);
}

.portrait {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 54% 45%;
  box-shadow: var(--shadow);
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
}

.area-card {
  position: absolute;
  right: -1.25rem;
  bottom: 2rem;
  min-width: 9rem;
  padding: 1rem 1.3rem 1.1rem;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 14px 34px rgba(16, 42, 67, 0.28);
}

.area-card span,
.area-card strong {
  display: block;
}

.area-card span {
  margin-bottom: 0.15rem;
  color: var(--sky);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.area-card strong {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
}

.site-footer {
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 1.5rem 0 2rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  font-size: 0.82rem;
}

.endorsements {
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto clamp(3.5rem, 8vw, 7rem);
  padding: clamp(2rem, 4vw, 3.25rem);
  display: grid;
  grid-template-columns: minmax(12rem, 0.7fr) minmax(20rem, 1.3fr);
  gap: clamp(2rem, 5vw, 5rem);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(16, 42, 67, 0.09);
}

.section-heading .eyebrow {
  margin-bottom: 0.6rem;
}

.section-heading h2 {
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;
}

.endorsement-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
}

.endorsement-list li {
  min-height: 7rem;
  color: var(--ink);
  background: var(--sky-light);
  border-top: 5px solid var(--blue);
}

.endorsement-list a {
  width: 100%;
  min-height: 7rem;
  padding: 1.4rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  color: inherit;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease;
}

.endorsement-list a:hover {
  color: var(--blue-deep);
  background: var(--sky);
}

.endorsement-list a:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.external-arrow {
  flex: 0 0 auto;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 1rem;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  font-weight: 700;
}

.campaign-message {
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto clamp(4rem, 9vw, 8rem);
}

.about-copy {
  max-width: 54rem;
  margin: 0 auto;
  text-align: center;
}

.about-copy .eyebrow {
  margin-bottom: 0.65rem;
}

.about-copy h2,
.priorities-heading h2 {
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
}

.about-copy p:not(.eyebrow) {
  margin: 1.4rem 0 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.75;
}

.priorities {
  margin-top: clamp(4rem, 8vw, 7rem);
}

.priorities-heading {
  margin-bottom: 2rem;
}

.priorities-heading .eyebrow {
  margin-bottom: 0.65rem;
}

.priority-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.priority-card {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-top: 5px solid var(--blue);
  box-shadow: 0 14px 42px rgba(16, 42, 67, 0.07);
}

.priority-card-wide {
  grid-column: 1 / -1;
}

.priority-number {
  color: var(--blue-deep);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.priority-card h3 {
  margin: 1rem 0 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.05rem);
  font-weight: 600;
  line-height: 1.15;
}

.priority-card p {
  margin: 1rem 0 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.7;
}

.closing-message {
  max-width: 52rem;
  margin: clamp(3rem, 7vw, 5.5rem) auto 0;
  text-align: center;
}

.closing-message p {
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.3;
}

.closing-message span {
  margin-top: 1.15rem;
  display: block;
  color: var(--blue-deep);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

@media (max-width: 860px) {
  body {
    background: linear-gradient(180deg, var(--paper) 0 56%, var(--sky-light) 56% 100%);
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 3.75rem;
  }

  .hero-copy {
    max-width: 42rem;
  }

  h1 {
    font-size: clamp(4.5rem, 19vw, 7.5rem);
  }

  .portrait-wrap {
    width: min(100%, 38rem);
    height: auto;
    margin: 0 auto;
  }

  .portrait {
    height: auto;
    aspect-ratio: 0.93;
  }

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

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

  .priority-card-wide {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .site-header,
  .hero,
  .endorsements,
  .campaign-message,
  .site-footer {
    width: min(100% - 2rem, 1180px);
  }

  .site-header {
    padding: 1rem 0;
  }

  .brand-copy span {
    display: none;
  }

  .hero {
    padding: 2.5rem 0 3.5rem;
  }

  h1 {
    font-size: clamp(4.25rem, 22vw, 6rem);
  }

  .office {
    margin-top: 1.4rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button-primary,
  .text-link {
    width: 100%;
    text-align: center;
  }

  .portrait-accent {
    inset: -0.8rem 0.8rem 0.8rem -0.8rem;
  }

  .area-card {
    right: -0.25rem;
    bottom: 1.25rem;
  }

  .endorsement-list {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}
