:root {
  --ivory: #f2eee6;
  --ivory-light: #fbf8f1;
  --paper-shadow: #dfd7c8;
  --ink: #212c33;
  --muted: #535f66;
  --blue: #223f64;
  --blue-soft: #d8e1e8;
  --green: #244a3c;
  --green-soft: #e0e7dc;
  --gold: #b49a62;
  --gold-dark: #7e653d;
  --line: rgba(1, 23, 63, 0.16);
  --display: "Instrument Serif", Georgia, serif;
  --body: "Geist", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--body);
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 10%, rgba(180, 154, 98, 0.12), transparent 24rem),
    radial-gradient(circle at 78% 20%, rgba(36, 74, 60, 0.09), transparent 28rem),
    linear-gradient(120deg, rgba(34, 63, 100, 0.04), transparent 40%, rgba(180, 154, 98, 0.08)),
    var(--ivory);
  color: var(--ink);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.46;
  background:
    repeating-radial-gradient(ellipse at 28% 42%, transparent 0 7px, rgba(34, 63, 100, 0.11) 8px 9px, transparent 10px 18px),
    repeating-radial-gradient(ellipse at 76% 48%, transparent 0 8px, rgba(36, 74, 60, 0.08) 9px 10px, transparent 11px 21px),
    repeating-linear-gradient(90deg, rgba(34, 63, 100, 0.08) 0 1px, transparent 1px 18px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.62), rgba(214, 220, 213, 0.42), rgba(255, 255, 255, 0.54));
  background-size: 620px 360px, 700px 380px, 36px 100%, 100% 100%;
  mix-blend-mode: multiply;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.24;
  background:
    linear-gradient(92deg, transparent 0 18%, rgba(84, 164, 190, 0.28) 18.2% 18.45%, transparent 18.8%),
    linear-gradient(103deg, transparent 0 63%, rgba(154, 59, 77, 0.18) 63.1% 63.35%, transparent 63.7%),
    repeating-linear-gradient(135deg, transparent 0 9px, rgba(33, 44, 51, 0.045) 9px 10px, transparent 10px 19px);
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 clamp(24px, 5vw, 72px);
  border-bottom: 0.5px solid var(--line);
  background: rgba(242, 238, 230, 0.82);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0, 53, 89, 0.05);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.78rem;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}

.brand-logo {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: block;
  object-fit: contain;
  transform: rotate(0deg);
  transform-origin: center;
  filter:
    drop-shadow(0 8px 12px rgba(47, 37, 21, 0.3))
    drop-shadow(0 1px 3px rgba(126, 101, 61, 0.28));
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pill-link,
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 720;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.pill-link {
  padding: 0 22px;
  border: 1px solid rgba(1, 23, 63, 0.14);
  background: rgba(251, 248, 241, 0.66);
  color: var(--blue);
}

.pill-link.primary,
.button.primary {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
  box-shadow: 0 18px 34px rgba(34, 63, 100, 0.18);
}

.pill-link:hover,
.pill-link:focus-visible,
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button {
  min-width: 154px;
  padding: 0 26px;
  border: 1px solid rgba(1, 23, 63, 0.18);
  cursor: pointer;
}

.button.ghost {
  background: rgba(251, 248, 241, 0.72);
  color: var(--blue);
}

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  display: grid;
  align-items: center;
  padding: clamp(66px, 9vw, 132px) 0 clamp(74px, 10vw, 150px);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 42%;
  width: min(780px, 82vw);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.36;
  background:
    repeating-radial-gradient(circle, transparent 0 18px, rgba(34, 63, 100, 0.12) 19px 20px, transparent 21px 36px),
    radial-gradient(circle, rgba(255, 255, 255, 0.45), transparent 64%);
}

.hero-mark {
  position: absolute;
  left: 7vw;
  bottom: 7vh;
  color: rgba(34, 63, 100, 0.055);
  font-family: var(--display);
  font-size: clamp(16rem, 30vw, 34rem);
  line-height: 0.65;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  text-align: center;
}

.hero-badge,
.eyebrow {
  color: var(--gold-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-badge {
  margin-bottom: 28px;
}

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

h1,
h2 {
  color: var(--ink);
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.034em;
}

h1 {
  margin-bottom: 26px;
  font-size: clamp(4.6rem, 10vw, 8.9rem);
  line-height: 0.98;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(3.2rem, 7vw, 7rem);
  line-height: 0.94;
}

h3 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.62;
}

.hero-copy {
  max-width: 760px;
  margin: 0 auto 34px;
  color: #3a3b45;
  font-size: clamp(1.1rem, 1.55vw, 1.28rem);
  line-height: 1.55;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.summary-strip {
  border-block: 1px solid rgba(1, 23, 63, 0.12);
  background: rgba(251, 248, 241, 0.58);
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(1, 23, 63, 0.12);
}

.summary-grid div {
  min-height: 148px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 28px;
  background: rgba(242, 238, 230, 0.82);
}

.summary-grid strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(3.3rem, 6vw, 5.8rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.summary-grid span {
  color: var(--blue);
  font-weight: 720;
}

.section {
  padding: clamp(78px, 11vw, 150px) 0;
}

.split-heading {
  display: grid;
  grid-template-columns: 0.72fr 1.25fr 0.9fr;
  gap: clamp(24px, 5vw, 76px);
  align-items: start;
  margin-bottom: 54px;
}

.feature-grid,
.pricing-grid,
.process-grid {
  display: grid;
  gap: 18px;
}

.feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.feature-card,
.price-card,
.process-grid article,
.contact-form {
  position: relative;
  border: 1px solid rgba(1, 23, 63, 0.13);
  border-radius: 32px;
  background: rgba(251, 248, 241, 0.72);
  box-shadow: 0 24px 70px rgba(76, 58, 27, 0.08);
}

.feature-card {
  min-height: 390px;
  padding: 30px;
  overflow: hidden;
}

.feature-card::after,
.price-card::after,
.contact-form::after,
.dashboard-card::after {
  content: "";
  position: absolute;
  right: -52px;
  top: -52px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  opacity: 0.42;
  pointer-events: none;
  background:
    repeating-conic-gradient(from 0deg, rgba(34, 63, 100, 0.18) 0 4deg, transparent 4deg 8deg),
    radial-gradient(circle, transparent 0 48%, rgba(180, 154, 98, 0.2) 49% 51%, transparent 52%);
}

.feature-card.dark {
  background: linear-gradient(180deg, #284f40, #1e3d32);
  color: #fff;
}

.feature-card.dark h3,
.feature-card.dark p,
.feature-card.dark .feature-number {
  color: #fff;
}

.feature-number {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 84px;
  border: 1px solid rgba(180, 154, 98, 0.45);
  border-radius: 50%;
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.dashboard-section {
  padding: clamp(72px, 10vw, 128px) 0;
  background:
    linear-gradient(90deg, rgba(34, 63, 100, 0.08), rgba(255, 255, 255, 0.04) 48%, rgba(36, 74, 60, 0.08)),
    rgba(223, 215, 200, 0.46);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.clean-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.clean-list li {
  position: relative;
  padding-left: 27px;
  color: var(--blue);
  font-weight: 650;
}

.clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 10px;
  border: 1px solid var(--gold-dark);
  border-radius: 50%;
  transform: translateY(-50%);
}

.dashboard-card {
  position: relative;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(1, 23, 63, 0.13);
  border-radius: 36px;
  background: rgba(251, 248, 241, 0.78);
  box-shadow: 0 30px 80px rgba(35, 47, 55, 0.14);
  overflow: hidden;
}

.dashboard-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 24px;
  filter: saturate(0.86) sepia(0.06);
}

.dashboard-card figcaption {
  position: relative;
  z-index: 1;
  padding: 18px 8px 2px;
  color: var(--muted);
  font-weight: 650;
}

.process-section {
  padding-bottom: clamp(46px, 7vw, 88px);
}

.process-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 26px;
}

.process-grid article {
  padding: 28px;
}

.pricing-section {
  padding: clamp(78px, 10vw, 138px) 0;
  background: rgba(251, 248, 241, 0.52);
}

.pricing-heading {
  max-width: 840px;
  margin: 0 auto 46px;
  text-align: center;
}

.pricing-grid {
  grid-template-columns: repeat(3, 1fr);
}

.price-card {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
}

.price-card.featured {
  background: linear-gradient(180deg, #243f63, #182b46);
  color: #fff;
}

.price-card span {
  margin-bottom: 26px;
  color: var(--gold-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.price-card.featured span,
.price-card.featured h3,
.price-card.featured p {
  color: #fff;
}

.price-card p {
  margin-bottom: 34px;
}

.price-card strong {
  margin-top: auto;
  color: var(--green);
  font-family: var(--display);
  font-size: clamp(3rem, 4.5vw, 4.6rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.94;
}

.price-card.featured strong {
  color: #f4db9d;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 116px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: clamp(24px, 4vw, 44px);
  overflow: hidden;
}

.contact-form label {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
}

.contact-form .wide {
  grid-column: 1 / -1;
}

.contact-form span {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(1, 23, 63, 0.14);
  border-radius: 18px;
  background: rgba(255, 253, 247, 0.76);
  color: var(--ink);
  outline: none;
}

input,
select {
  min-height: 56px;
  padding: 0 17px;
}

textarea {
  min-height: 132px;
  resize: vertical;
  padding: 16px 17px;
}

textarea:disabled {
  cursor: not-allowed;
  resize: none;
  border-color: rgba(1, 23, 63, 0.1);
  background: rgba(210, 214, 218, 0.55);
  color: var(--muted);
  opacity: 1;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(34, 63, 100, 0.14);
}

.contact-form button {
  position: relative;
  z-index: 1;
  width: 100%;
}

.footer {
  border-top: 1px solid rgba(1, 23, 63, 0.12);
  background: rgba(242, 238, 230, 0.72);
}

.footer-inner {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-inner div {
  display: grid;
  gap: 6px;
}

.footer strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.94;
}

.footer span,
.footer a {
  color: var(--blue);
  font-weight: 700;
}

:focus-visible {
  outline: 3px solid rgba(180, 154, 98, 0.72);
  outline-offset: 4px;
}

@media (max-width: 940px) {
  .container {
    width: min(100% - 34px, 760px);
  }

  .site-header {
    height: auto;
    flex-direction: column;
    align-items: stretch;
    padding-block: 16px;
  }

  .brand {
    justify-content: center;
  }

  .header-actions {
    justify-content: center;
  }

  .pill-link {
    flex: 1;
  }

  .hero {
    min-height: auto;
  }

  .split-heading,
  .dashboard-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-section {
    gap: 18px;
  }

  .summary-grid,
  .feature-grid,
  .process-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .price-card,
  .process-grid article {
    min-height: auto;
  }

  .feature-number {
    margin-bottom: 44px;
  }

  .contact-copy {
    position: static;
  }

  .contact-copy h2 {
    margin-bottom: 0;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 26px, 520px);
  }

  .brand span:last-child {
    font-size: 1.34rem;
  }

  .header-actions,
  .hero-buttons {
    flex-direction: column;
  }

  .pill-link,
  .button {
    width: 100%;
  }

  h1 {
    font-size: clamp(4rem, 17vw, 5.7rem);
    line-height: 0.96;
  }

  h2 {
    font-size: clamp(3.35rem, 15vw, 5rem);
  }

  .summary-grid div {
    min-height: 118px;
    padding: 24px;
  }

  .feature-card,
  .price-card,
  .process-grid article,
  .contact-form {
    border-radius: 24px;
    padding: 24px;
  }

  .dashboard-card {
    padding: 10px;
    border-radius: 24px;
  }

  .dashboard-card img {
    border-radius: 17px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 34px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Off-screen honeypot; does not affect visible layout */
.contact-form .honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
