:root {
  color-scheme: light;
  --ink: #191b1d;
  --muted: #5c625d;
  --paper: #f8f6ef;
  --gold: #f1bd4c;
  --line: #ddded6;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; color: var(--ink); background: var(--paper); }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:focus-visible { outline: 3px solid #986000; outline-offset: 6px; border-radius: 3px; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
main:focus { outline: none; }
.shell { width: min(1160px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 20px; z-index: 20; padding: 16px 24px; border-radius: 6px; background: white; color: var(--ink); }
.skip-link:focus { top: 12px; }
.header-inner { display: flex; min-height: 90px; align-items: center; justify-content: space-between; gap: 36px; }
.wordmark { flex: none; font-size: 34px; line-height: 1; font-weight: 800; letter-spacing: -2px; text-decoration: none; }
.wordmark > span { color: #9b6a11; }
.header-inner nav { display: flex; align-items: center; gap: 38px; font-size: 14px; font-weight: 600; }
.header-inner nav a { padding-block: 12px; text-decoration: none; }
.header-inner nav a:hover { text-decoration: underline; }
.nav-contact { display: flex; gap: 13px; align-items: center; }
.nav-contact > span { font-size: 20px; line-height: 1; }
.hero { color: var(--paper); background: #17191b; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); align-items: center; gap: 70px; min-height: 710px; padding-block: 70px; }
.eyebrow { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-bottom: 28px; font-size: 15px; font-weight: 650; }
.beta { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border: 1px solid #69604a; border-radius: 30px; color: #efd79f; font-size: 11px; font-weight: 550; }
.beta > span { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.hero h1 { font-size: clamp(52px, 5.5vw, 76px); line-height: 1.02; letter-spacing: -4px; font-weight: 750; }
.hero h1 > span { color: var(--gold); }
.hero-description { max-width: 390px; margin-top: 27px; color: #c7cbc6; font-size: 19px; line-height: 1.65; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 54px; margin-top: 30px; padding: 15px 22px; border-radius: 12px; color: var(--ink); background: var(--gold); text-decoration: none; font-size: 15px; font-weight: 700; transition: background 150ms ease; }
.button:hover { background: #f9cd6d; }
.hero a:focus-visible { outline-color: var(--gold); }
.hero-note { margin-top: 20px; color: #acb3aa; font-size: 12px; }
.product-preview { width: min(100%, 410px); margin-inline: auto; }
.preview-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; padding-inline: 5px; }
.mini-wordmark { font-size: 21px; font-weight: 700; letter-spacing: -.7px; }
.mini-wordmark > span { font-weight: 450; color: #c0c5bc; }
.example-pill { color: #c6ccc2; font-size: 11px; letter-spacing: .04em; }
.receipt-card { padding: 30px; border: 1px solid #f8f6ef; border-radius: 23px; color: var(--ink); background: var(--paper); box-shadow: 0 25px 65px #00000029; }
.receipt-top { display: flex; align-items: center; gap: 14px; }
.receipt-icon { display: grid; place-items: center; flex: none; width: 42px; height: 48px; color: #7b5818; }
.receipt-icon svg { width: 30px; height: 35px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.small-label { margin-bottom: 5px; color: #62675e; font-size: 11px; }
.receipt-top h2 { font-size: 20px; letter-spacing: -.55px; line-height: 1.2; }
.receipt-items { display: grid; gap: 13px; margin: 29px 0 22px; font-size: 13px; }
.receipt-items > div { display: flex; gap: 16px; justify-content: space-between; align-items: baseline; }
.receipt-items dt { color: #5c625a; }
.receipt-items dd { flex: none; margin: 0; font-weight: 550; font-variant-numeric: tabular-nums; }
.receipt-total { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding-top: 17px; border-top: 1px solid #d8dcd2; font-size: 13px; font-weight: 600; }
.receipt-total strong { font-size: 27px; letter-spacing: -1px; }
.split-divider { margin-top: 22px; padding-top: 21px; border-top: 1px dashed #c4c9bd; color: #5c625a; font-size: 11px; }
.people-shares { display: grid; gap: 13px; list-style: none; margin: 17px 0 0; padding: 0; font-size: 13px; }
.people-shares li { display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: center; gap: 10px; }
.people-shares strong { font-weight: 650; font-variant-numeric: tabular-nums; }
.avatar { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; font-size: 11px; font-weight: 700; }
.avatar-one { background: #e2e9dc; color: #38532a; }
.avatar-two { background: #dde5f0; color: #3b567d; }
.avatar-three { background: #e8e0f0; color: #674778; }
.product-preview figcaption { margin-top: 17px; color: #b0b7aa; font-size: 11px; line-height: 1.5; text-align: center; }
.section { padding-block: 95px; }
.section h2 { font-size: clamp(35px, 3.5vw, 46px); line-height: 1.14; letter-spacing: -2px; font-weight: 700; }
.section-label { margin-bottom: 20px; color: #6a6e62; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.section-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; }
.section-intro > p { max-width: 400px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; margin: 60px 0 0; padding: 0; list-style: none; }
.features li { border-top: 1px solid #c8ccbf; padding-top: 25px; }
.feature-number { display: block; margin-bottom: 25px; color: #71756a; font-size: 12px; font-variant-numeric: tabular-nums; }
.features h3 { margin-bottom: 12px; font-size: 20px; line-height: 1.35; letter-spacing: -.6px; }
.features p { color: var(--muted); font-size: 15px; line-height: 1.7; }
.product-note { display: flex; align-items: start; gap: 14px; margin-top: 48px; padding-top: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.7; }
.product-note > span { font-size: 19px; line-height: 1.3; }
.company-section { background: #eaece3; }
.company-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.company-copy { padding-top: 5px; color: #4f564c; font-size: 16px; line-height: 1.75; }
.company-copy p + p { margin-top: 20px; }
.company-copy .company-lead { color: var(--ink); font-size: 20px; line-height: 1.5; letter-spacing: -.3px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.contact-intro h2 { font-size: clamp(38px, 4vw, 54px); }
.contact-intro h2 > span { color: #626c59; }
.contact-intro > p:last-child { max-width: 280px; margin-top: 24px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.contact-links { border-top: 1px solid #c8ccbf; }
.contact-links > a { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 100px; padding-block: 20px; border-bottom: 1px solid #c8ccbf; text-decoration: none; }
.contact-links > a:hover strong { text-decoration: underline; text-underline-offset: 5px; }
.contact-label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 12px; font-weight: 450; }
.contact-links strong { font-size: 21px; line-height: 1.4; font-weight: 600; letter-spacing: -.4px; overflow-wrap: anywhere; }
.contact-arrow { display: grid; place-items: center; flex: none; width: 35px; height: 35px; border: 1px solid #d3d7cb; border-radius: 50%; font-size: 21px; }
.mailing-address { margin-top: 32px; }
.mailing-address address { font-size: 14px; font-style: normal; line-height: 1.7; color: #4f564c; }
.mailing-address address strong { font-weight: 600; color: var(--ink); }
.site-footer { padding-block: 36px 30px; border-top: 1px solid #d6d9ce; background: #f0f0e9; }
.footer-top { display: flex; align-items: center; gap: 35px; }
.footer-top p { margin-left: auto; font-size: 12px; color: var(--muted); }
.footer-top > a:last-child { font-size: 12px; color: var(--muted); }
.website-privacy { display: grid; grid-template-columns: 180px 1fr; gap: 28px; margin-top: 34px; padding-top: 23px; border-top: 1px solid #d6d9ce; color: #5c6456; }
.website-privacy h2 { font-size: 12px; line-height: 1.8; font-weight: 600; }
.website-privacy p { max-width: 760px; font-size: 12px; line-height: 1.8; }
.error-main { display: grid; place-content: center; min-height: calc(100svh - 90px); padding-block: 70px; }
.error-content { width: min(560px, 100%); }
.error-code { margin-bottom: 24px; color: #706b58; font-size: 15px; }
.error-main h1 { margin-bottom: 20px; font-size: clamp(42px, 6vw, 64px); line-height: 1.04; letter-spacing: -3px; }
.error-main p { max-width: 430px; color: var(--muted); font-size: 17px; line-height: 1.65; }
@media (max-width: 1000px) {
  .hero-grid { gap: 40px; min-height: 660px; }
  .hero h1 { font-size: 59px; letter-spacing: -3px; }
  .receipt-card { padding: 25px; }
  .section-intro, .company-grid, .contact-grid { gap: 45px; }
  .features { gap: 28px; }
}
@media (max-width: 760px) {
  .shell { width: calc(100% - 40px); }
  .header-inner { min-height: 76px; gap: 25px; }
  .wordmark { font-size: 31px; }
  .header-inner nav { gap: 24px; font-size: 13px; }
  .header-inner nav > a:nth-child(2) { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; padding-block: 48px 45px; }
  .hero-copy { max-width: 440px; width: 100%; margin-inline: auto; }
  .hero h1 { font-size: clamp(46px, 11.5vw, 70px); letter-spacing: -.06em; }
  .eyebrow { margin-bottom: 24px; }
  .hero-description { max-width: 350px; margin-top: 24px; font-size: 17px; }
  .hero-note { margin-top: 17px; }
  .product-preview { width: min(100%, 390px); }
  .receipt-card { padding: 27px; }
  .section { padding-block: 62px; }
  .section-intro, .company-grid, .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .section h2 { font-size: 36px; letter-spacing: -1.6px; }
  .section-label { margin-bottom: 17px; }
  .section-intro > p { max-width: 440px; font-size: 16px; }
  .features { grid-template-columns: 1fr; gap: 26px; margin-top: 34px; }
  .features li { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 0 15px; padding-top: 23px; }
  .feature-number { grid-row: span 2; margin-top: 4px; margin-bottom: 0; }
  .features h3 { margin-bottom: 9px; font-size: 19px; }
  .features p { grid-column: 2; max-width: 450px; font-size: 14px; }
  .product-note { margin-top: 32px; font-size: 12px; }
  .company-copy { max-width: 500px; padding: 0; font-size: 15px; }
  .company-copy .company-lead { font-size: 19px; }
  .contact-intro h2 { font-size: 41px; }
  .contact-intro > p:last-child { max-width: 340px; margin-top: 18px; }
  .contact-details { margin-top: 5px; }
  .contact-links > a { min-height: 95px; }
  .contact-links strong { font-size: 21px; }
  .footer-top { flex-wrap: wrap; gap: 22px; }
  .footer-top .wordmark { width: 100%; }
  .footer-top p { margin-left: 0; }
  .footer-top > a:last-child { margin-left: auto; }
  .website-privacy { grid-template-columns: 1fr; gap: 8px; margin-top: 28px; padding-top: 22px; }
  .error-main { min-height: calc(100svh - 76px); }
}
@media (max-width: 360px) {
  .header-inner nav { gap: 16px; font-size: 12px; }
  .nav-contact { gap: 5px; }
  .receipt-card { padding: 22px; }
  .receipt-top { gap: 8px; }
  .receipt-top h2 { font-size: 18px; }
  .contact-links strong { font-size: 19px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
@media (forced-colors: active) {
  .receipt-card, .beta, .avatar, .button { border: 1px solid CanvasText; }
  .avatar, .receipt-card { box-shadow: none; }
}
