:root {
  --paper: #f7f1e5;
  --paper-deep: #eadfca;
  --ink: #26231f;
  --muted: #716b61;
  --line: #d8cbb7;
  --red: #a83028;
  --red-dark: #81241f;
  --green: #34765a;
  --white: #fffdf8;
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 77% 8%, #ead9b4 0, transparent 27rem), var(--paper);
  color: var(--ink);
  font: 16px/1.5 var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark {
  width: 34px; height: 34px; display: grid; place-items: center;
  border-radius: 50% 50% 50% 10%; background: var(--red); color: var(--white);
  font: italic 700 20px var(--display);
}
.brand-name { font-size: 14px; font-weight: 800; letter-spacing: .17em; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.nav-link { font-size: 14px; font-weight: 650; text-decoration: none; }
.nav-link:hover { color: var(--red); }

.button {
  min-height: 48px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0 23px; border: 0; border-radius: 4px; cursor: pointer;
  font-size: 14px; font-weight: 750; text-decoration: none;
  transition: transform .16s ease, background-color .16s ease, box-shadow .16s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .brand:focus-visible, .nav-link:focus-visible {
  outline: 3px solid #d89033; outline-offset: 3px;
}
.button-small { min-height: 42px; padding-inline: 20px; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--red-dark); }
.button-primary { background: var(--red); color: var(--white); box-shadow: 0 8px 22px rgba(110, 31, 26, .16); }
.button-primary:hover { background: var(--red-dark); box-shadow: 0 11px 28px rgba(110, 31, 26, .22); }
.button-full { width: 100%; }

.eyebrow {
  display: flex; align-items: center; gap: 10px; margin: 0 0 25px;
  color: var(--red-dark); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
}
.eyebrow span { width: 30px; height: 2px; background: var(--red); }
.hero { min-height: 690px; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(48px, 7vw, 100px); align-items: center; padding-block: 72px 88px; }
.hero h1, .login-context h1 {
  margin: 0; font: 500 clamp(62px, 7vw, 102px)/.88 var(--display); letter-spacing: -.065em;
}
.hero h1 em, .login-context h1 em { color: var(--red); font-weight: 500; }
.hero-intro { max-width: 560px; margin: 34px 0 0; color: var(--muted); font-size: 18px; line-height: 1.68; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }

.product-preview {
  position: relative; overflow: hidden; transform: rotate(1.3deg);
  border: 1px solid #c8b99f; border-radius: 7px; background: var(--white);
  box-shadow: 22px 26px 0 #ddcba9, 0 24px 70px rgba(51, 45, 36, .16);
}
.product-preview::before {
  content: ""; position: absolute; left: -70px; bottom: -70px; width: 130px; height: 130px;
  border: 24px solid var(--red); border-radius: 50%;
}
.product-topbar { min-height: 62px; display: flex; align-items: center; justify-content: space-between; padding-inline: 23px; border-bottom: 1px solid #eee5d7; }
.product-topbar > span { font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.product-topbar small { display: flex; align-items: center; gap: 7px; color: var(--muted); }
.product-topbar i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.product-grid { min-height: 395px; display: grid; grid-template-columns: 125px 1fr; }
.product-sidebar { display: flex; flex-direction: column; gap: 8px; padding: 27px 16px; background: #302c27; color: #c8c0b4; font-size: 10px; }
.product-sidebar > * { padding: 10px 11px; }
.product-sidebar strong { border-radius: 3px; background: #4a443c; color: var(--white); }
.pipeline { padding: 27px 25px 35px; }
.pipeline-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 25px; }
.pipeline-heading small { display: block; color: var(--red); font-size: 8px; font-weight: 850; letter-spacing: .15em; }
.pipeline-heading strong { display: block; margin-top: 3px; font: 600 21px var(--display); }
.pipeline-heading > span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 3px; font-size: 9px; font-weight: 800; }
.deal-row { display: grid; grid-template-columns: 38px 1fr auto; gap: 12px; align-items: center; padding: 17px 4px; border-top: 1px solid #e8dfd1; }
.deal-row b, .deal-row small { display: block; }
.deal-row b { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.deal-row small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.deal-row > strong { font-size: 11px; }
.avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: white; font-size: 9px; font-weight: 800; }
.saffron { background: #cc7134; } .green { background: var(--green); } .blue { background: #47799e; } .faded { opacity: .68; }

.trust-strip { background: var(--ink); color: var(--white); }
.trust-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.trust-inner p { font: italic 18px var(--display); }
.trust-inner span { color: #c5beb3; font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.overview { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; padding-block: 130px; }
.section-heading h2 { margin: 0; font: 500 clamp(46px, 5vw, 72px)/.98 var(--display); letter-spacing: -.05em; }
.feature-lines article { display: grid; grid-template-columns: 52px 1fr; gap: 24px; padding: 30px 0; border-top: 1px solid var(--line); }
.feature-lines article:last-child { border-bottom: 1px solid var(--line); }
.feature-lines article > span { color: var(--red); font: italic 16px var(--display); }
.feature-lines h3 { margin: 0 0 8px; font: 600 26px var(--display); }
.feature-lines p { max-width: 480px; margin: 0; color: var(--muted); line-height: 1.65; }

.site-footer { border-top: 1px solid var(--line); }
.footer-inner { min-height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; color: var(--muted); font-size: 12px; }
.footer-inner p { margin: 0; }
.footer-inner > p:last-child { text-align: right; }
.footer-inner strong { color: var(--ink); letter-spacing: .13em; }
.footer-inner span { margin-left: 7px; }
.footer-links { display: flex; align-items: center; justify-content: center; gap: 22px; }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; color: var(--muted); text-underline-offset: 4px; }
.footer-links a:hover, .footer-links a[aria-current="page"] { color: var(--red-dark); }

.document-body, .contact-body { min-height: 100vh; display: flex; flex-direction: column; }
.document-main { flex: 1; padding-block: clamp(72px, 9vw, 130px) 120px; }
.document-heading { max-width: 820px; }
.document-heading h1, .contact-heading h1 {
  margin: 0; font: 500 clamp(62px, 8vw, 106px)/.88 var(--display); letter-spacing: -.065em;
}
.document-heading h1 em, .contact-heading h1 em { color: var(--red); font-weight: 500; }
.document-date { margin: 30px 0 0; color: var(--muted); font-size: 13px; font-weight: 650; }
.document-layout { display: grid; grid-template-columns: 240px minmax(0, 720px); gap: clamp(70px, 12vw, 160px); justify-content: end; margin-top: 105px; }
.document-aside { align-self: start; position: sticky; top: 35px; padding-top: 22px; border-top: 2px solid var(--red); }
.document-aside p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.document-content { min-width: 0; }
.document-lead { margin: 0 0 64px; font: 500 25px/1.55 var(--display); }
.document-content section { position: relative; padding: 34px 0 42px 68px; border-top: 1px solid var(--line); }
.document-content section:last-child { border-bottom: 1px solid var(--line); }
.section-number { position: absolute; top: 39px; left: 0; color: var(--red); font: italic 15px var(--display); }
.document-content h2 { margin: 0 0 18px; font: 600 28px/1.15 var(--display); letter-spacing: -.02em; }
.document-content p { max-width: 64ch; margin: 0 0 16px; color: var(--muted); line-height: 1.75; }
.document-content p:last-child { margin-bottom: 0; }
.document-content strong { color: var(--ink); }
.document-content a { color: var(--red-dark); text-underline-offset: 4px; }

.contact-main { flex: 1; padding-block: clamp(72px, 9vw, 125px) 115px; }
.contact-heading { display: grid; grid-template-columns: 1fr minmax(280px, 460px); gap: 60px; align-items: end; }
.contact-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -20px; }
.contact-heading p:last-child { margin: 0 0 5px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.contact-options { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 105px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-options article { min-height: 285px; display: flex; flex-direction: column; padding: 30px 32px 34px 0; }
.contact-options article + article { padding-left: 32px; border-left: 1px solid var(--line); }
.contact-options article > span { color: var(--red); font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.contact-options h2 { margin: 42px 0 12px; font: 600 27px/1.1 var(--display); }
.contact-options p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.contact-options a { min-height: 44px; display: inline-flex; align-items: end; margin-top: auto; color: var(--red-dark); font-size: 13px; font-weight: 750; text-underline-offset: 4px; }
.contact-signoff { display: flex; align-items: baseline; gap: 26px; padding-top: 70px; }
.contact-signoff p { margin: 0; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.contact-signoff h2 { margin: 0; font: 600 28px var(--display); }
.contact-signoff a { margin-left: auto; color: var(--red-dark); font-size: 13px; font-weight: 750; text-underline-offset: 4px; }

.login-body { min-height: 100vh; display: flex; flex-direction: column; }
.login-main { flex: 1; display: grid; grid-template-columns: 1fr 480px; gap: clamp(70px, 11vw, 160px); align-items: center; padding-block: 70px; }
.login-context { max-width: 590px; }
.login-context h1 { font-size: clamp(58px, 6vw, 88px); }
.login-context > p:not(.eyebrow) { max-width: 520px; margin: 32px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.login-panel { padding: 43px 42px 38px; border: 1px solid #c9b99e; border-radius: 6px; background: var(--white); box-shadow: 16px 18px 0 var(--paper-deep); }
.panel-number { margin-bottom: 36px; color: var(--red); font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.login-panel h2 { margin: 0; font: 600 35px/1.1 var(--display); letter-spacing: -.03em; }
.login-panel > p { margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.login-form { margin-top: 31px; }
.login-form label { display: block; margin-bottom: 9px; font-size: 12px; font-weight: 800; }
.phone-field { min-height: 56px; display: flex; align-items: center; border: 1px solid #af9e86; border-radius: 4px; background: white; }
.phone-field:focus-within { border-color: var(--red); box-shadow: 0 0 0 3px rgba(168, 48, 40, .12); }
.phone-field span { padding: 0 14px 0 16px; border-right: 1px solid var(--line); color: var(--muted); }
.phone-field input { width: 100%; min-width: 0; height: 54px; padding: 0 15px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 17px; letter-spacing: .05em; }
.phone-field input::placeholder { color: #9b9388; }
.login-form small { display: block; margin-top: 8px; color: var(--muted); font-size: 11px; }
.login-form .button { margin-top: 25px; }
.privacy-line { padding-top: 20px; border-top: 1px solid #e8dfd1; font-size: 10px !important; line-height: 1.55; }
.login-footer { margin-top: auto; }

.result-main { flex: 1; display: grid; place-items: center; padding-block: 70px; text-align: center; }
.result-panel { width: min(720px, 100%); }
.result-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 25px; border: 1px solid var(--red); border-radius: 50%; color: var(--red); font: 600 28px var(--display); }
.centered { justify-content: center; }
.result-panel h1 { margin: 0; font: 500 clamp(44px, 6vw, 70px)/1 var(--display); letter-spacing: -.045em; }
.result-panel > p:not(.eyebrow) { max-width: 610px; margin: 28px auto 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.result-actions { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 36px; }

@media (max-width: 900px) {
  .hero, .login-main { grid-template-columns: 1fr; }
  .hero { padding-block: 70px 100px; }
  .hero-product { width: min(620px, 95%); margin-inline: auto; }
  .overview { grid-template-columns: 1fr; gap: 60px; padding-block: 95px; }
  .login-main { gap: 55px; }
  .login-panel { width: min(520px, 100%); }
  .document-layout { grid-template-columns: 1fr; gap: 55px; justify-content: stretch; margin-top: 80px; }
  .document-aside { position: static; max-width: 480px; }
  .document-content { max-width: 720px; }
  .contact-heading { grid-template-columns: 1fr; gap: 34px; }
  .contact-heading .eyebrow { margin-bottom: -8px; }
  .contact-heading p:last-child { max-width: 590px; }
  .contact-options { grid-template-columns: 1fr; margin-top: 75px; }
  .contact-options article { min-height: 225px; padding: 28px 0; }
  .contact-options article + article { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .contact-options h2 { margin-top: 26px; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 32px, 1180px); }
  .header-inner { min-height: 72px; }
  .site-nav { gap: 14px; }
  .nav-link { display: none; }
  .hero { min-height: auto; padding-block: 58px 78px; }
  .hero h1 { font-size: clamp(54px, 17vw, 74px); }
  .hero-intro { font-size: 16px; }
  .hero-actions, .result-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .product-preview { width: 100%; box-shadow: 10px 13px 0 #ddcba9; }
  .product-grid { min-height: 330px; grid-template-columns: 86px 1fr; }
  .product-sidebar { padding: 20px 8px; }
  .product-sidebar > * { padding-inline: 7px; }
  .pipeline { padding: 22px 14px; }
  .pipeline-heading strong { font-size: 16px; }
  .deal-row { grid-template-columns: 32px minmax(0, 1fr); gap: 9px; }
  .deal-row > strong { display: none; }
  .avatar { width: 30px; height: 30px; }
  .trust-inner { min-height: 112px; display: grid; grid-template-columns: 1fr 1fr; padding-block: 21px; }
  .trust-inner p { grid-column: 1 / -1; margin: 0; }
  .trust-inner span { font-size: 9px; }
  .overview { padding-block: 78px; }
  .feature-lines article { grid-template-columns: 38px 1fr; gap: 14px; }
  .feature-lines h3 { font-size: 22px; }
  .footer-inner { min-height: 148px; grid-template-columns: 1fr; align-content: center; justify-items: start; gap: 5px; }
  .login-main { padding-block: 54px 75px; }
  .login-context h1 { font-size: clamp(51px, 16vw, 70px); }
  .login-panel { padding: 34px 24px 30px; box-shadow: 8px 10px 0 var(--paper-deep); }
  .login-panel h2 { font-size: 30px; }
  .result-main { text-align: left; }
  .result-icon { margin-left: 0; }
  .centered { justify-content: flex-start; }
  .result-actions { align-items: stretch; }
  .footer-links { order: 3; justify-content: flex-start; gap: 18px; }
  .footer-inner > p:last-child { text-align: left; }
  .document-main { padding-block: 64px 85px; }
  .document-heading h1, .contact-heading h1 { font-size: clamp(54px, 16vw, 72px); }
  .document-layout { margin-top: 65px; }
  .document-content section { padding: 30px 0 36px 42px; }
  .section-number { top: 35px; }
  .document-content h2 { font-size: 24px; }
  .document-lead { margin-bottom: 50px; font-size: 22px; }
  .contact-main { padding-block: 64px 85px; }
  .contact-options { margin-top: 65px; }
  .contact-signoff { align-items: flex-start; flex-direction: column; gap: 8px; padding-top: 55px; }
  .contact-signoff a { margin: 10px 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: .01ms !important; }
}
