:root {
  color-scheme: light;
  --ink: #10233d;
  --ink-soft: #40536b;
  --navy: #0b1e3b;
  --blue: #087bad;
  --aqua: #4fc8bc;
  --aqua-pale: #dff4ef;
  --paper: #ffffff;
  --white: #ffffff;
  --line: #d9e2df;
  --shadow: 0 28px 70px rgba(11, 30, 59, 0.16);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(16, 35, 61, 0.05) 1px, transparent 0);
  background-size: 24px 24px;
  content: "";
  pointer-events: none;
}

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  z-index: 20;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  background: var(--white);
  border-radius: 0.5rem;
  box-shadow: var(--shadow);
  transform: translateY(-150%);
}

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

.site-header,
footer,
main > section {
  width: min(1180px, calc(100% - 3rem));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
  gap: 2rem;
}

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

.brand-mark {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 0.15rem;
}

.brand-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  letter-spacing: -0.02em;
}

.brand-copy span,
.footer-brand span {
  color: var(--ink-soft);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 1.7rem;
}

.site-header nav a {
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
}

.site-header nav a:hover,
.site-header nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  color: var(--blue);
}

.nav-contact {
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 7rem);
  min-height: 680px;
  padding-block: 5rem 7rem;
}

.eyebrow {
  margin: 0 0 1.25rem;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 760px;
  margin-bottom: 1.65rem;
  font-size: clamp(3.2rem, 6.4vw, 6.35rem);
  line-height: 0.98;
}

h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.35rem, 4.5vw, 4.5rem);
  line-height: 1.03;
}

h3 {
  margin-bottom: 0.7rem;
  font-size: 1.2rem;
}

.hero-lede,
.section-intro > p:last-child,
.desk-copy > p,
.client-access-copy > p,
.contact-copy > p {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2.2rem;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 0.55rem;
  font: inherit;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  background: var(--navy);
  color: var(--white);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--blue);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--aqua);
  background: var(--white);
}

.hero-art {
  position: relative;
  min-height: 480px;
}

.research-sheet {
  position: absolute;
  border: 1px solid rgba(16, 35, 61, 0.1);
  background: var(--white);
  box-shadow: var(--shadow);
}

.research-sheet-back {
  inset: 5% 14% 14% 5%;
  background: var(--aqua-pale);
  transform: rotate(-6deg);
}

.research-sheet-front {
  inset: 10% 2% 2% 12%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 11%;
  overflow: hidden;
  transform: rotate(2.5deg);
}

.research-sheet-front img {
  position: absolute;
  top: 3%;
  right: -2%;
  width: 74%;
  opacity: 0.96;
}

.sheet-rule {
  position: relative;
  display: block;
  width: 64%;
  height: 10px;
  margin-top: 13px;
  background: var(--line);
}

.sheet-rule-long {
  width: 90%;
  background: var(--navy);
}

.sheet-rule-short {
  width: 42%;
  background: var(--aqua);
}

.reporting {
  padding-block: 7rem;
  border-top: 1px solid var(--line);
}

.client-access-section {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: clamp(3rem, 8vw, 7rem);
  padding: clamp(3rem, 7vw, 6rem);
  background: var(--aqua-pale);
  border: 1px solid rgba(16, 35, 61, 0.1);
}

.client-access-copy h2 {
  max-width: 680px;
}

.client-access-support {
  margin-top: 1.4rem;
  font-size: 1rem !important;
}

.client-access-support a {
  font-weight: 750;
  text-underline-offset: 0.25rem;
}

.client-access-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 18px 55px rgba(11, 30, 59, 0.08);
}

.client-access-form label {
  display: grid;
  gap: 0.55rem;
  font-size: 0.9rem;
  font-weight: 750;
}

.client-access-form .button {
  width: 100%;
}

.section-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  column-gap: 5rem;
}

.section-intro .eyebrow {
  grid-column: 1;
}

.section-intro h2,
.section-intro > p:last-child {
  grid-column: 2;
}

.delivery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 5rem;
  background: var(--line);
  border: 1px solid var(--line);
}

.delivery-grid article {
  min-height: 270px;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.9);
}

.delivery-grid p {
  color: var(--ink-soft);
  line-height: 1.65;
}

.step-number {
  display: block;
  margin-bottom: 4.5rem;
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.desk {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  min-height: 560px;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.desk-mark {
  display: grid;
  min-height: 100%;
  place-items: center;
  padding: 4rem;
  background: var(--aqua);
}

.desk-mark img {
  width: min(250px, 100%);
  mix-blend-mode: multiply;
}

.desk-copy {
  padding: clamp(3rem, 7vw, 7rem);
}

.desk-copy .eyebrow {
  color: #87ded4;
}

.desk-copy > p {
  color: #ced8e5;
}

.text-link {
  display: inline-block;
  margin-top: 1rem;
  color: var(--white);
  font-weight: 750;
  text-underline-offset: 0.3rem;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(3rem, 8vw, 7rem);
  padding-block: 8rem;
}

.contact-copy {
  align-self: start;
  position: sticky;
  top: 2rem;
}

.contact-direct {
  margin-top: 2rem;
  font-size: 1rem !important;
}

.contact-direct a {
  font-weight: 750;
  text-underline-offset: 0.25rem;
}

.contact-form {
  display: grid;
  gap: 1.25rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 18px 55px rgba(11, 30, 59, 0.08);
}

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

.contact-form label {
  display: grid;
  gap: 0.55rem;
  font-size: 0.9rem;
  font-weight: 750;
}

.optional {
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 500;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 0.85rem 0.95rem;
  border: 1px solid #b9c7c4;
  border-radius: 0.35rem;
  background: #fbfcfb;
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
.button:focus-visible,
a:focus-visible {
  outline: 3px solid #005a72;
  outline-offset: 3px;
  box-shadow: 0 0 0 2px var(--white);
}

.form-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.form-footer p,
.form-status,
.noscript-note {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.83rem;
  line-height: 1.5;
}

.form-status:not(:empty),
.noscript-note {
  padding: 0.85rem 1rem;
  background: var(--aqua-pale);
  border-left: 4px solid var(--aqua);
}

.form-status[data-state="error"] {
  background: #fff2ee;
  border-left-color: #bd4c2f;
  color: #7b2d1a;
}

button[disabled] {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 2.5rem;
  border-top: 1px solid var(--line);
}

.footer-brand img {
  width: 42px;
  height: 42px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem 1.6rem;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.footer-links a {
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    padding-block: 1rem;
  }

  .site-header nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.8rem 1.2rem;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 5rem;
  }

  .hero-art {
    min-height: 430px;
  }

  .section-intro,
  .desk,
  .client-access-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .section-intro .eyebrow,
  .section-intro h2,
  .section-intro > p:last-child {
    grid-column: 1;
  }

  .desk-mark {
    min-height: 300px;
  }

  .contact-copy {
    position: static;
  }
}

@media (max-width: 680px) {
  .site-header,
  footer,
  main > section {
    width: min(100% - 2rem, 1180px);
  }

  .site-header {
    display: grid;
    gap: 0.8rem;
  }

  .site-header nav {
    justify-content: flex-start;
  }

  .site-header nav a:first-child {
    display: none;
  }

  .hero {
    padding-top: 3.5rem;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .hero-art {
    min-height: 350px;
  }

  .delivery-grid,
  .field-row {
    grid-template-columns: 1fr;
  }

  .delivery-grid article {
    min-height: auto;
  }

  .step-number {
    margin-bottom: 2rem;
  }

  .desk-mark {
    min-height: 240px;
    padding: 3rem;
  }

  .contact-section {
    padding-block: 5rem;
  }

  .client-access-section {
    padding: 2rem;
  }

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

  .form-footer .button {
    width: 100%;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

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

  .button {
    transition: none;
  }
}

.confirmation-page {
  max-width: 42rem;
  margin: 12vh auto;
  padding: 2rem;
  font-size: 1.1rem;
  line-height: 1.65;
}

.access-confirmation {
  padding: clamp(1.5rem, 5vw, 3rem);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 3rem;
  color: var(--ink) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  text-decoration: none;
}

.brand-lockup img {
  width: 52px;
  height: 52px;
}

.access-confirmation form {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.access-confirmation .field {
  display: grid;
  gap: 0.55rem;
}

.access-confirmation label {
  font-size: 0.9rem;
  font-weight: 750;
}

.field-help,
.support-note {
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.confirmation-page h1 {
  font-size: clamp(2.6rem, 8vw, 4.5rem);
}

.confirmation-page a {
  color: var(--blue);
  font-weight: 750;
}
