@font-face {
  font-family: "LeagueSpartan";
  src: url("/assets/landing/fonts/LeagueSpartan-Variable.ttf") format("truetype");
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: "WorkSans";
  src: url("/assets/landing/fonts/WorkSans-Variable.ttf") format("truetype");
  font-weight: 300 700;
  font-display: swap;
}

:root {
  color-scheme: light;
  --main: #172851;
  --text: #060f45;
  --white: #ffffff;
  --background-light: #f8f5f0;
  --grey-10: #f1ede6;
  --grey-20: #dfd8cf;
  --grey-40: #918a80;
  --grey-50: #6e6860;
  --soft: #ffd8d0;
  --soft-30: rgba(255, 216, 208, 0.3);
  --rose: #efc0b6;
  --deep: #e5a199;
  --roman-coffee: #7d6448;
  --mint-light: #e0f2f1;
  --shadow: 0 24px 50px -20px rgba(125, 100, 72, 0.20);
  --radius: 14px;
  --radius-lg: 24px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.document-page {
  margin: 0;
  min-width: 320px;
  padding: 32px 20px 48px;
  background:
    radial-gradient(circle at top right, rgba(255, 216, 208, 0.32), transparent 30%),
    linear-gradient(180deg, #f8f5f0 0%, #fbefe5 58%, #f8f5f0 100%);
  color: var(--text);
  font-family: "WorkSans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.58;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

:focus-visible {
  outline: 2px solid var(--main);
  outline-offset: 3px;
  border-radius: 4px;
}

.document-header,
.document-stack,
.document-footer {
  width: min(920px, 100%);
  margin-inline: auto;
}

.document-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.document-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--main);
  font-family: "LeagueSpartan", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.document-brand img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
}

.document-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
  color: var(--grey-50);
  font-size: 14px;
  font-weight: 500;
}

.document-nav a,
.accent-text,
.download-link {
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}

.document-nav a:hover,
.document-nav a:focus-visible,
.accent-text:hover,
.accent-text:focus-visible,
.download-link:hover,
.download-link:focus-visible {
  color: var(--main);
  text-decoration: underline;
}

.document-stack {
  display: grid;
  gap: 14px;
}

.card {
  width: 100%;
  margin: 0;
  padding: 26px;
  border: 1px solid var(--grey-20);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 32px rgba(125, 100, 72, 0.05);
  transition: border-color 220ms var(--ease), transform 220ms var(--ease);
}

.card:hover {
  border-color: var(--rose);
}

.document-hero-card {
  position: relative;
  overflow: hidden;
  padding: 38px;
  background:
    radial-gradient(130% 150% at 100% 0%, rgba(255, 216, 208, 0.32), transparent 58%),
    var(--white);
}

.document-hero-card:hover {
  border-color: rgba(223, 216, 207, 0.7);
}

.document-hero-card > * {
  position: relative;
  z-index: 1;
}

.document-hero-card h1 {
  max-width: 680px;
  margin: 0;
  color: var(--main);
  font-family: "LeagueSpartan", Georgia, serif;
  font-size: clamp(42px, 7vw, 64px);
  line-height: 0.96;
  font-weight: 600;
  letter-spacing: 0;
}

.document-hero-card p {
  max-width: 68ch;
  margin-top: 18px;
  color: var(--grey-50);
  font-size: 18px;
}

.eyebrow,
.welcome-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--roman-coffee);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}

h2 {
  margin: 0 0 14px;
  color: var(--main);
  font-family: "LeagueSpartan", Georgia, serif;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: 0;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

.card > p:last-child,
.card > ul:last-child,
.card > .alpha-list:last-child {
  margin-bottom: 0;
}

.header-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.header-row.space-between {
  justify-content: space-between;
}

.header-row img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
}

.title-large {
  font-size: 32px;
}

.vision-card {
  border-color: transparent;
  background:
    linear-gradient(180deg, rgba(255, 216, 208, 0.32), rgba(224, 242, 241, 0.3)),
    var(--white);
}

.icon-circle {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--soft-30);
}

.icon-circle svg {
  stroke: var(--deep);
}

.custom-bullets {
  display: grid;
  gap: 12px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.custom-bullets li {
  position: relative;
  padding-left: 20px;
  color: var(--grey-50);
}

.custom-bullets li::before {
  content: "";
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--deep);
}

.alpha-list {
  display: grid;
  gap: 14px;
  margin-bottom: 16px;
}

.alpha-item-title,
.subheading,
.contact-info span {
  color: var(--main);
  font-weight: 600;
}

.alpha-item-desc {
  margin-top: 4px;
  color: var(--grey-50);
}

.date-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding: 16px 22px;
  border: 1px solid var(--grey-20);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.66);
  color: var(--grey-50);
  font-size: 14px;
}

.accent-text {
  color: var(--roman-coffee);
  font-weight: 600;
}

.contact-info {
  margin-bottom: 8px;
  color: var(--grey-50);
}

.contact-info:last-child {
  margin-bottom: 0;
}

.download-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 13px 22px;
  border-radius: 999px;
  background: var(--main);
  color: var(--white);
  font-weight: 600;
  box-shadow: 0 12px 26px -10px rgba(125, 100, 72, 0.3);
  transition: transform 200ms var(--ease), box-shadow 200ms var(--ease), background 200ms var(--ease);
}

.download-link:hover,
.download-link:focus-visible {
  transform: translateY(-2px);
  color: var(--white);
  background: #0f1f44;
  box-shadow: 0 18px 34px -12px rgba(125, 100, 72, 0.36);
  text-decoration: none;
}

.document-footer {
  margin-top: 20px;
  color: var(--grey-50);
  font-size: 14px;
}

.document-footer .document-nav {
  justify-content: flex-start;
}

@media (max-width: 720px) {
  body.document-page {
    padding: 16px;
    font-size: 15px;
  }

  .document-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .document-nav {
    justify-content: flex-start;
  }

  .card,
  .document-hero-card {
    padding: 22px;
  }

  .document-hero-card h1 {
    font-size: 40px;
  }

  .document-hero-card p {
    font-size: 16px;
  }

  h2 {
    font-size: 25px;
  }

  .title-large {
    font-size: 28px;
  }

  .date-row {
    flex-direction: column;
    gap: 4px;
  }
}

/* ===== borderless blocks ===== */
.card,
.document-hero-card,
.date-row,
.download-link { border: none; }
.card:hover,
.document-hero-card:hover { border: none; }
.card { box-shadow: 0 16px 38px -16px rgba(125, 100, 72, 0.12); }
