:root {
  color-scheme: light;
  --paper: #fafaf8;
  --ink: #20211f;
  --secondary: #62635e;
  --rule: #d6d7d1;
  --accent: #ba3226;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
::selection { color: white; background: var(--accent); }
h1, h2, h3, p, dl, dd { margin: 0; }
a { color: inherit; text-decoration: none; touch-action: manipulation; }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
.container { width: calc(100% - 112px); max-width: 1160px; margin-inline: auto; }
.site-header { display: flex; align-items: center; gap: 40px; min-height: 104px; border-bottom: 1px solid var(--rule); }
.wordmark { font-size: 23px; font-weight: 700; letter-spacing: -1px; white-space: nowrap; }
.wordmark span { color: var(--accent); }
.site-header nav { display: flex; gap: 32px; margin-left: auto; font-size: 13px; }
.site-header nav a { padding-block: 14px; }
.site-header nav a:hover, .back-top:hover { text-decoration: underline; text-underline-offset: 5px; }
.development { color: var(--secondary); border-left: 1px solid var(--rule); padding-left: 32px; font-size: 12px; white-space: nowrap; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) 235px; gap: 80px; padding-block: 72px 80px; }
.eyebrow { font-size: 12px; font-weight: 500; line-height: 1.5; }
.hero .eyebrow { margin-bottom: 29px; }
h1 { font-size: clamp(50px, 5.5vw, 76px); font-weight: 500; line-height: 1.025; letter-spacing: -.055em; }
h1>span { color: var(--secondary); }
.intro { max-width: 445px; font-size: 17px; line-height: 1.65; margin-top: 30px; color: #50514d; }
.primary-link { display: inline-flex; justify-content: center; align-items: center; min-height: 49px; padding: 15px 24px; margin-top: 27px; background: var(--accent); color: white; font-size: 13px; font-weight: 500; transition: background .15s; }
.primary-link:hover { background: #94251b; }
.agent-support { align-self: end; border-top: 1px solid var(--ink); padding-top: 19px; margin-bottom: 3px; }
.agent-support .eyebrow { color: var(--secondary); margin-bottom: 25px; }
.supported-agent { padding-bottom: 24px; margin-bottom: 23px; border-bottom: 1px solid var(--rule); }
.supported-agent h2 { font-size: 24px; font-weight: 500; letter-spacing: -.75px; margin-bottom: 11px; }
.supported-agent p { font-size: 14px; line-height: 1.65; color: var(--secondary); }
.support-note { font-size: 12px; line-height: 1.65; color: var(--secondary); max-width: 185px; }
.section { border-top: 1px solid var(--ink); padding-block: 63px 65px; }
.section-intro .eyebrow { color: var(--secondary); margin-bottom: 20px; }
h2 { font-size: 38px; line-height: 1.15; letter-spacing: -.04em; font-weight: 500; }
.section-intro>p:last-child { color: var(--secondary); margin-top: 20px; font-size: 15px; line-height: 1.65; }
.responsibilities { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 42px; border-block: 1px solid var(--rule); }
.responsibility { padding: 28px 48px 12px 0; }
.responsibility.hosting { border-left: 1px solid var(--rule); padding-left: 48px; padding-right: 0; }
.responsibility h3 { font-size: 23px; font-weight: 500; letter-spacing: -.7px; margin-bottom: 25px; }
.responsibility dl>div { margin-bottom: 24px; }
.responsibility dt { font-size: 14px; font-weight: 600; margin-bottom: 8px; }
.responsibility dd { color: var(--secondary); font-size: 14px; line-height: 1.65; max-width: 390px; }
.service-note { font-size: 12px; color: var(--secondary); margin-top: 22px; line-height: 1.7; }
.questions { display: grid; grid-template-columns: 1fr 1.5fr; gap: 92px; }
.questions-heading .eyebrow { margin-bottom: 21px; color: var(--secondary); }
.questions-heading>p:last-child { margin-top: 21px; max-width: 260px; font-size: 14px; color: var(--secondary); line-height: 1.7; }
.answers>div { border-bottom: 1px solid var(--rule); padding-block: 23px; }
.answers>div:first-child { padding-top: 0; }
.answers>div:last-child { border-bottom: 0; padding-bottom: 0; }
.answers dt { font-size: 17px; font-weight: 500; letter-spacing: -.3px; margin-bottom: 11px; }
.answers dd { font-size: 14px; line-height: 1.75; color: var(--secondary); max-width: 550px; }
.launch { display: grid; grid-template-columns: 1.1fr 1fr; gap: 75px; border-top: 2px solid var(--ink); padding-block: 40px 50px; }
.launch .eyebrow { color: var(--accent); margin-bottom: 19px; }
.launch h2 { font-size: 33px; line-height: 1.2; }
.launch-description { padding-top: 36px; }
.launch-description>p { font-size: 14px; line-height: 1.7; color: var(--secondary); }
.launch-description>p+p { margin-top: 13px; }
.launch-description p.launch-address { color: var(--ink); font-size: 13px; margin-top: 23px; }
.site-footer { border-top: 1px solid var(--rule); padding-block: 28px 35px; display: flex; align-items: center; gap: 30px; }
.site-footer .wordmark { font-size: 18px; letter-spacing: -.6px; }
.site-footer p { font-size: 12px; color: var(--secondary); }
.footer-links { display: flex; gap: 24px; align-items: center; margin-left: auto; font-size: 12px; }
.footer-links a:hover { text-decoration: underline; text-underline-offset: 5px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 10; background: var(--ink); color: white; padding: 14px; transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.legal-page { max-width: 820px; padding-block: 72px 85px; }
.legal-page h1 { margin-top: 14px; font-size: clamp(46px, 6vw, 75px); line-height: 1; }
.legal-lede, .legal-intro { color: var(--secondary); font-size: 15px; line-height: 1.7; margin-top: 20px; }
.legal-section { border-top: 1px solid var(--rule); padding-top: 27px; margin-top: 48px; }
.legal-section h2 { font-size: 24px; line-height: 1.25; }
.legal-section p { color: var(--secondary); font-size: 14px; line-height: 1.8; margin-top: 17px; max-width: 670px; }
.legal-section a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 1000px) {
  .container { width: calc(100% - 72px); }
  .hero { grid-template-columns: minmax(0, 1fr) 205px; gap: 48px; padding-top: 55px; }
  h1 { font-size: 59px; }
  .site-header { gap: 25px; }
  .site-header nav { gap: 22px; }
  .development { padding-left: 22px; }
  .questions { gap: 55px; }
  .launch { gap: 40px; }
}
@media (max-width: 760px) {
  .container { width: calc(100% - 48px); }
  .site-header { min-height: 85px; flex-wrap: wrap; gap: 10px 22px; padding-block: 22px; }
  .site-header nav { order: 3; margin: 0; width: 100%; font-size: 12px; }
  .site-header nav a { padding-block: 8px 0; }
  .development { margin-left: auto; padding: 0; border: 0; font-size: 11px; }
  .wordmark { font-size: 22px; }
  .hero { grid-template-columns: 1fr; gap: 40px; padding-block: 45px 48px; }
  h1 { font-size: clamp(43px, 8vw, 59px); }
  .hero .eyebrow { margin-bottom: 23px; }
  .intro { font-size: 16px; max-width: 460px; }
  .agent-support { display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; margin: 0; }
  .agent-support .eyebrow { grid-column: 1 / -1; margin-bottom: 21px; }
  .supported-agent { margin: 0; padding-bottom: 20px; }
  .supported-agent h2 { font-size: 22px; }
  .supported-agent p { font-size: 13px; }
  .support-note { grid-column: 1 / -1; max-width: none; margin-top: 14px; }
  .section { padding-block: 45px; }
  h2 { font-size: 33px; }
  .responsibility { padding-right: 25px; }
  .responsibility.hosting { padding-left: 25px; }
  .responsibility h3 { font-size: 21px; }
  .questions { grid-template-columns: 1fr; gap: 33px; }
  .questions-heading h2 br { display: none; }
  .questions-heading>p:last-child { max-width: 440px; margin-top: 15px; }
  .answers { border-top: 1px solid var(--rule); }
  .answers>div:first-child { padding-top: 23px; }
  .launch { grid-template-columns: 1fr; gap: 24px; padding-block: 35px; }
  .launch-description { padding-top: 0; max-width: 460px; }
  .site-footer { flex-wrap: wrap; gap: 16px; }
  .site-footer p { order: 3; width: 100%; }
  .footer-links { margin-left: 0; }
}
@media (max-width: 480px) {
  .container { width: calc(100% - 40px); }
  .wordmark { font-size: 20px; }
  .development { font-size: 10px; }
  h1 { font-size: clamp(39px, 10.5vw, 50px); }
  .hero { padding-top: 34px; }
  .hero .eyebrow { font-size: 11px; }
  .intro { font-size: 15px; margin-top: 24px; }
  .primary-link { margin-top: 23px; }
  .responsibilities { grid-template-columns: 1fr; margin-top: 29px; }
  .responsibility { padding: 24px 0 0; }
  .responsibility.hosting { padding: 24px 0 0; border-left: 0; border-top: 1px solid var(--rule); }
  .responsibility h3 { font-size: 23px; }
  h2 { font-size: 30px; }
  .section-intro>p:last-child { font-size: 14px; }
  .launch h2 { font-size: 28px; }
  .answers dt { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
