:root {
  --navy: #0f1e2e;
  --slate-blue: #2c5971;
  --muted-teal: #6fa498;
  --sage-green: #8daa8c;
  --warm-gold: #dbb26b;
  --burnt-clay: #c86a4a;
  --warm-off-white: #f2ede2;
  --soft-gray: #c2c7cd;
  --paper: #fffaf0;
  --ink-soft: #465767;
  --line: rgba(15, 30, 46, 0.16);
  --shadow: 0 22px 60px rgba(15, 30, 46, 0.14);
  --serif: Georgia, Cambria, "Times New Roman", Times, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --site-max: 1240px;
  --page-gutter: clamp(20px, 4vw, 56px);
  --section-y: clamp(56px, 6.4vw, 88px);
  --section-y-tight: clamp(48px, 5.6vw, 76px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--navy);
  background: var(--warm-off-white);
  font-family: var(--sans);
  font-size: clamp(1rem, 0.18vw + 0.98rem, 1.08rem);
  line-height: 1.62;
}

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

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(219, 178, 107, 0.9);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  left: var(--page-gutter);
  top: 12px;
  z-index: 100;
  transform: translateY(-140%);
  padding: 10px 14px;
  color: #fffaf0;
  background: var(--navy);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: clamp(68px, 5.4vw, 76px);
  gap: clamp(24px, 3vw, 38px);
  padding: 14px var(--page-gutter);
  background:
    linear-gradient(180deg, rgba(242, 237, 226, 0.98), rgba(242, 237, 226, 0.9)),
    linear-gradient(115deg, rgba(111, 164, 152, 0.18), transparent 42%),
    linear-gradient(245deg, rgba(219, 178, 107, 0.18), transparent 40%);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  width: clamp(46px, 3.6vw, 52px);
  height: clamp(46px, 3.6vw, 52px);
  flex: 0 0 auto;
}

.brand-text {
  display: grid;
  gap: 1px;
}

.brand-name {
  font-family: var(--serif);
  font-size: clamp(1.58rem, 2.6vw, 2.08rem);
  letter-spacing: 0;
  line-height: 1;
}

.brand-byline {
  color: var(--ink-soft);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2vw, 30px);
  font-size: clamp(0.92rem, 0.18vw + 0.88rem, 0.98rem);
  font-weight: 650;
}

.primary-nav a {
  text-decoration: none;
}

.primary-nav a:not(.nav-cta) {
  border-bottom: 2px solid transparent;
}

.primary-nav a:not(.nav-cta):hover {
  border-color: var(--warm-gold);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.nav-cta {
  white-space: nowrap;
}

.nav-cta,
.button-primary {
  color: #fffaf0;
  background: var(--navy);
  box-shadow: 0 10px 22px rgba(15, 30, 46, 0.18);
}

.button-primary:hover,
.nav-cta:hover {
  background: #17324d;
}

.button-secondary {
  color: var(--navy);
  background: rgba(255, 250, 240, 0.82);
  border-color: rgba(15, 30, 46, 0.24);
}

.button-secondary:hover {
  background: #fffaf0;
  border-color: var(--slate-blue);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 250, 240, 0.7);
}

.nav-toggle-line {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy);
}

.section-band {
  background:
    linear-gradient(145deg, rgba(111, 164, 152, 0.16), transparent 34%),
    linear-gradient(24deg, rgba(219, 178, 107, 0.2), transparent 52%),
    var(--warm-off-white);
}

.section-wrap {
  width: min(var(--site-max), calc(100% - 40px));
  width: min(var(--site-max), calc(100% - var(--page-gutter) - var(--page-gutter)));
  margin: 0 auto;
  padding: var(--section-y) 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  align-items: center;
  min-height: auto;
  padding: clamp(52px, 5.8vw, 84px) var(--page-gutter);
  gap: clamp(36px, 5vw, 68px);
  overflow: hidden;
}

.hero-content {
  max-width: 670px;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--burnt-clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
}

h1 {
  font-size: clamp(3.35rem, 5.4vw, 6.7rem);
}

h2 {
  max-width: 880px;
  font-size: clamp(2.2rem, 4.5vw, 4.15rem);
}

h3 {
  font-size: 1.45rem;
}

.hero-slogan {
  margin: 10px 0 22px;
  color: var(--slate-blue);
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.8vw, 2.6rem);
  line-height: 1.15;
}

.hero-copy,
.wide-copy,
.section-heading + p,
.contact-copy p,
.about-card p,
.two-column p,
.security p {
  color: var(--ink-soft);
  font-size: clamp(1.06rem, 0.52vw + 0.98rem, 1.22rem);
  line-height: 1.65;
}

.hero-copy {
  max-width: 650px;
}

.supporting-line {
  margin: 26px 0 2px;
  color: var(--navy);
  font-size: clamp(1rem, 0.35vw + 0.94rem, 1.1rem);
  font-weight: 850;
}

.supporting-copy {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(0.98rem, 0.3vw + 0.92rem, 1.08rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-art {
  position: relative;
  filter: drop-shadow(0 30px 44px rgba(15, 30, 46, 0.16));
}

.hero-media {
  display: block;
  width: min(760px, 100%);
  margin-left: auto;
  aspect-ratio: 4 / 3;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.section-heading {
  margin-bottom: 34px;
}

.problem-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(430px, 0.55fr);
  gap: clamp(34px, 5vw, 68px);
  align-items: start;
}

.problem .section-heading {
  margin-bottom: 28px;
}

.problem-copy {
  max-width: 620px;
}

.problem-copy p {
  margin: 0 0 18px;
  color: var(--ink-soft);
  font-size: clamp(1.06rem, 0.5vw + 0.96rem, 1.18rem);
  line-height: 1.66;
}

.problem-copy p:last-child {
  margin-bottom: 0;
}

.two-column,
.security-layout,
.contact-layout,
.about-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 6vw, 70px);
  align-items: start;
}

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

.check-list li {
  position: relative;
  padding: 16px 18px 16px 46px;
  background: rgba(255, 250, 240, 0.68);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  font-size: clamp(0.96rem, 0.25vw + 0.91rem, 1.04rem);
  font-weight: 650;
  line-height: 1.45;
}

.check-list li:last-child {
  grid-column: 1 / -1;
}

.check-list li::before {
  position: absolute;
  left: 16px;
  top: 15px;
  width: 16px;
  height: 16px;
  content: "";
  background: radial-gradient(circle at 50% 50%, var(--warm-gold) 0 35%, transparent 38%),
    conic-gradient(from 40deg, var(--muted-teal), var(--slate-blue), var(--muted-teal));
  border-radius: 50%;
}

.solution .inner {
  display: grid;
  grid-template-columns: minmax(0, 0.57fr) minmax(0, 0.43fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
  padding-top: var(--section-y-tight);
  padding-bottom: var(--section-y-tight);
}

.solution .section-heading {
  grid-row: 1 / span 2;
  margin-bottom: 0;
}

.solution .wide-copy {
  grid-column: 2;
  max-width: 560px;
}

.solution .wide-copy + .wide-copy {
  margin-top: 14px;
}

.wide-copy {
  max-width: 920px;
  margin: 0;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.module-card {
  grid-column: span 2;
  min-height: 236px;
  padding: clamp(28px, 2.8vw, 34px);
  background:
    linear-gradient(140deg, rgba(255, 250, 240, 0.96), rgba(255, 250, 240, 0.72)),
    linear-gradient(30deg, rgba(111, 164, 152, 0.16), transparent);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(15, 30, 46, 0.08);
}

.module-card:nth-child(2) {
  background:
    linear-gradient(140deg, rgba(255, 250, 240, 0.96), rgba(255, 250, 240, 0.74)),
    linear-gradient(40deg, rgba(219, 178, 107, 0.18), transparent);
}

.module-card:nth-child(3) {
  background:
    linear-gradient(140deg, rgba(255, 250, 240, 0.96), rgba(255, 250, 240, 0.74)),
    linear-gradient(45deg, rgba(200, 106, 74, 0.12), transparent);
}

.module-card p {
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 0.25vw + 0.95rem, 1.08rem);
  line-height: 1.6;
}

.feature-card {
  grid-column: span 6;
  min-height: auto;
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  gap: 24px;
  align-items: center;
  padding-block: clamp(28px, 3vw, 36px);
  background:
    linear-gradient(115deg, rgba(15, 30, 46, 0.96), rgba(44, 89, 113, 0.92)),
    linear-gradient(45deg, rgba(219, 178, 107, 0.35), transparent);
}

.feature-card h3,
.feature-card p {
  color: #fffaf0;
}

.security {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.security-layout {
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr);
  align-items: center;
}

#security-title {
  max-width: 760px;
  font-size: clamp(2.28rem, 3.2vw, 3.35rem);
  line-height: 1.08;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.no-break {
  white-space: nowrap;
}

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

.badge-grid span {
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 16px 18px;
  color: var(--navy);
  background: rgba(255, 250, 240, 0.7);
  border: 1px solid rgba(15, 30, 46, 0.14);
  border-radius: 8px;
  font-size: clamp(0.95rem, 0.25vw + 0.9rem, 1.04rem);
  font-weight: 750;
  line-height: 1.35;
}

.about-card {
  padding: clamp(34px, 4.6vw, 56px);
  background:
    linear-gradient(130deg, rgba(255, 250, 240, 0.92), rgba(255, 250, 240, 0.7)),
    linear-gradient(35deg, rgba(141, 170, 140, 0.22), transparent);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-layout {
  align-items: center;
}

.contact-copy {
  position: relative;
}

.contact-accent {
  display: flex;
  gap: 18px;
  margin-top: 28px;
}

.contact-accent img {
  width: 82px;
  height: auto;
  opacity: 0.9;
}

.contact-accent img:first-child {
  width: 98px;
}

.demo-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
  padding: clamp(30px, 4.2vw, 48px);
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.97), rgba(255, 250, 240, 0.86)),
    linear-gradient(35deg, rgba(111, 164, 152, 0.1), transparent 52%);
  border: 1px solid rgba(15, 30, 46, 0.14);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  gap: 8px;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-row-full {
  grid-column: 1 / -1;
}

label {
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 780;
  line-height: 1.25;
}

input,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  color: var(--navy);
  background: #fffdf7;
  border: 1px solid rgba(15, 30, 46, 0.24);
  border-radius: 8px;
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(15, 30, 46, 0.03);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

input:hover,
textarea:hover {
  border-color: rgba(44, 89, 113, 0.44);
  background: #fffefa;
}

input:focus,
textarea:focus {
  border-color: var(--slate-blue);
  box-shadow: 0 0 0 4px rgba(111, 164, 152, 0.2);
}

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

.form-submit {
  grid-column: 1 / -1;
  justify-self: start;
  min-width: 156px;
  min-height: 48px;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 0;
  margin: 0;
  color: var(--slate-blue);
  font-weight: 750;
}

.form-status.is-success {
  color: var(--success, #2f6f4f);
}

.form-status.is-error {
  color: var(--danger, #a33d40);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px var(--page-gutter);
  color: #fffaf0;
  background: var(--navy);
  font-size: clamp(0.95rem, 0.18vw + 0.9rem, 1.04rem);
  line-height: 1.5;
}

.site-footer div {
  display: grid;
  gap: 4px;
}

.site-footer span {
  color: rgba(255, 250, 240, 0.78);
}

@media (max-width: 1080px) {
  :root {
    --page-gutter: clamp(28px, 4vw, 40px);
    --section-y: clamp(58px, 7vw, 78px);
  }

  .primary-nav {
    gap: 18px;
  }

  .problem-layout {
    grid-template-columns: minmax(0, 0.44fr) minmax(390px, 0.56fr);
    gap: 36px;
  }
}

@media (max-width: 1023px) {
  .module-card {
    grid-column: span 3;
    min-height: 220px;
  }

  .module-card:nth-child(3),
  .feature-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .hero,
  .problem-layout,
  .solution .inner,
  .two-column,
  .security-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 48px;
    padding-bottom: 62px;
  }

  .hero-media {
    margin: 0 auto;
  }

  .problem-layout {
    gap: 30px;
  }

  .problem-copy {
    max-width: 760px;
  }

  .solution .section-heading {
    grid-row: auto;
    margin-bottom: 0;
  }

  .solution .wide-copy {
    grid-column: 1;
    max-width: 780px;
  }

  #security-title {
    max-width: 780px;
  }
}

@media (max-width: 820px) {
  :root {
    --page-gutter: 18px;
    --section-y: clamp(50px, 8vw, 64px);
  }

  .site-header {
    align-items: center;
    min-height: 66px;
  }

  .nav-toggle {
    display: block;
    flex: 0 0 auto;
  }

  .primary-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px var(--page-gutter) 20px;
    background: var(--warm-off-white);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 34px rgba(15, 30, 46, 0.12);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 12px 0;
  }

  .nav-cta {
    margin-top: 8px;
  }

  .brand-byline {
    display: none;
  }

  .hero {
    padding: 44px var(--page-gutter) 58px;
  }

  .hero-media {
    width: min(720px, 100%);
  }

  h1 {
    font-size: clamp(2.25rem, 11vw, 4rem);
  }

  h2 {
    font-size: clamp(2rem, 6.2vw, 3.25rem);
  }

  .site-footer {
    display: grid;
  }
}

@media (max-width: 599px) {
  .site-header {
    gap: 14px;
  }

  .brand {
    gap: 9px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-name {
    font-size: clamp(1.18rem, 5.4vw, 1.34rem);
  }

  .hero-media {
    aspect-ratio: 4 / 5;
  }

  .contact-accent img {
    width: 72px;
  }

  .contact-accent img:first-child {
    width: 88px;
  }
}

@media (max-width: 700px) {
  .about-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 599px) {
  .module-grid,
  .demo-form,
  .check-list,
  .badge-grid {
    grid-template-columns: 1fr;
  }

  .module-card,
  .module-card:nth-child(3),
  .feature-card,
  .form-row-full,
  .form-submit,
  .form-status {
    grid-column: 1 / -1;
  }

  .feature-card {
    grid-template-columns: 1fr;
  }

  .check-list li:last-child {
    grid-column: auto;
  }

  .check-list li,
  .badge-grid span {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .demo-form {
    gap: 16px;
  }

  input,
  textarea {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .hero-actions .button {
    width: 100%;
  }

  .demo-form {
    padding: 26px 18px;
  }

  .form-submit {
    justify-self: stretch;
  }
}

@media (max-width: 360px) {
  #security-title {
    font-size: clamp(1.82rem, 10vw, 2.05rem);
  }
}

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