/* Public service pages only. Keep the signed-in application's theme untouched. */
:root {
  color-scheme: light;
  --paper: #f7f8f4;
  --ink: #142c2a;
  --teal: #0f766e;
  --mint: #dcefe8;
  --muted: #536561;
  --line: #d5dfd8;
  --white: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-underline-offset: 5px; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
p, li { line-height: 1.65; }
p + p { margin-top: 16px; }
h1, h2, h3 { font-weight: 700; }
h1 { font-size: clamp(44px, 5.1vw, 70px); line-height: 1.04; letter-spacing: -.05em; }
h1 > span { color: var(--teal); }
h2 { font-size: clamp(30px, 3.2vw, 44px); line-height: 1.12; letter-spacing: -.035em; }
h3 { font-size: 23px; line-height: 1.25; letter-spacing: -.02em; }
p { color: var(--muted); }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid #b75910;
  outline-offset: 5px;
}
.wrap { width: min(1200px, calc(100% - 64px)); margin-inline: auto; }
.skip { position: absolute; top: -90px; left: 16px; padding: 16px; z-index: 10; background: white; }
.skip:focus { top: 12px; }
.topline { background: var(--ink); color: var(--paper); font-size: 12px; }
.topline .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 38px; }
.topline a { display: flex; align-items: center; min-height: 44px; white-space: nowrap; text-decoration: none; }
.header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 25px; border-bottom: 1px solid var(--line); }
.brand-lockup { display: flex; align-items: center; gap: 22px; max-width: 100%; text-decoration: none; }
.sculpture-brand { display: flex; flex: 0 1 230px; flex-direction: column; gap: 7px; min-width: 0; }
.sculpture-brand img { width: 230px; height: auto; }
.territory { color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.platform-brand { display: flex; flex-shrink: 0; flex-direction: column; gap: 7px; padding-left: 22px; border-left: 1px solid #bccbc1; }
.platform-label { color: var(--muted); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.klariti-logo { display: flex; align-items: center; gap: 9px; }
.klariti-logo img { width: 34px; height: 34px; }
.brand-lockup .klariti-logo strong { display: inline; margin: 0; font-size: 22px; line-height: 1; letter-spacing: -.8px; }
.nav { display: flex; align-items: center; gap: 24px; }
.nav a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 700; font-size: 14px; white-space: nowrap; text-decoration: none; }
.nav .customer-login { color: var(--teal); }
.nav a:hover, .text-link:hover, .footer a:hover { text-decoration: underline; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 15px 22px; border: 1px solid var(--teal); border-radius: 5px; background: var(--teal); color: white; font-size: 15px; line-height: 1.4; font-weight: 700; text-decoration: none; text-align: center; }
.button:hover { background: #0b5f59; }
.button.secondary { background: transparent; color: var(--ink); border-color: #8caaa0; }
.button.secondary:hover { background: var(--mint); }
.text-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; font-size: 15px; font-weight: 700; text-decoration: none; }
.eyebrow { color: var(--teal); font-size: 11px; line-height: 1.6; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.intro { font-size: 19px; line-height: 1.65; }
.small { font-size: 13px; line-height: 1.6; }
.hero { display: grid; grid-template-columns: 1.13fr 1fr; align-items: center; gap: 64px; padding-block: 64px 72px; }
.hero h1 { margin-block: 18px 25px; }
.hero .intro { max-width: 560px; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 22px; margin-top: 28px; }
.under-cta { font-size: 13px; margin-top: 20px; }
.fieldnote { position: relative; padding: 28px 35px; border: 1px solid #315952; border-radius: 12px; color: #f7f8f4; background: var(--ink); box-shadow: 14px 14px 0 var(--mint); }
.note-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 27px; color: #b9d6cd; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.note-dot { width: 9px; height: 9px; border-radius: 50%; background: #a9d7c8; }
.fieldnote h2 { font-size: clamp(40px, 4vw, 58px); }
.note-steps { list-style: none; padding: 0; margin: 25px 0 0; }
.note-steps li { display: flex; gap: 22px; align-items: flex-start; padding: 21px 0; border-top: 1px solid #44645e; }
.step-no { color: #a9d7c8; font-size: 12px; padding-top: 4px; font-variant-numeric: tabular-nums; }
.note-steps strong { display: block; font-size: 23px; line-height: 1.25; }
.note-steps p { color: #bed5cc; font-size: 14px; margin-top: 5px; }
.note-bottom { display: flex; flex-direction: column; gap: 16px; border-top: 1px solid #44645e; padding-top: 24px; font-size: 12px; color: #bed5cc; }
.signature { font-family: Georgia, 'Times New Roman', serif; color: #f7f8f4; font-size: 27px; font-style: italic; }
.ribbon { background: var(--mint); }
.ribbon .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 25px; font-size: 13px; }
.ribbon strong { font-size: 15px; }
.section { padding-block: 76px; border-bottom: 1px solid var(--line); }
.section:last-child { border-bottom: 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 38px; }
.section-head h2, .split h2, .team h2 { margin-top: 14px; }
.section-head > p { max-width: 300px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card, .service-note { display: flex; flex-direction: column; align-items: flex-start; padding: 27px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.service-card h3 { margin-top: 18px; min-height: 58px; }
.service-card > p:not(.eyebrow) { margin: 14px 0 20px; font-size: 15px; }
.service-card .text-link, .service-note .text-link { margin-top: auto; font-size: 14px; }
.service-note { justify-content: center; background: var(--mint); border-color: var(--mint); }
.service-note p { margin: 16px 0 20px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.split h2 + p { margin-top: 25px; }
.process { list-style: none; margin: 0; padding: 0; counter-reset: service-step; }
.process li { position: relative; counter-increment: service-step; padding: 24px 0 24px 48px; border-top: 1px solid var(--line); }
.process li::before { content: '0' counter(service-step); position: absolute; left: 0; top: 26px; font-size: 13px; font-weight: 700; color: var(--teal); }
.process li p { margin-top: 12px; font-size: 15px; }
.process li:last-child { padding-bottom: 0; }
.team { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.team-heading { border-left: 5px solid var(--teal); padding-left: 28px; }
.team .text-link { margin-top: 20px; }
.team-heading .intro { margin-top: 25px; }
.team-story h3 + p { margin-top: 16px; }
.team-story p + h3 { margin-top: 32px; }
.origin-story { margin-top: 28px; }
.testimonial { margin: 0; padding-block: 40px; border-bottom: 1px solid var(--line); }
.testimonial blockquote { margin: 0; max-width: 920px; }
.testimonial blockquote p { font-size: clamp(22px, 2.5vw, 30px); line-height: 1.5; color: var(--ink); }
.testimonial figcaption { margin-top: 16px; font-size: 15px; line-height: 1.6; color: var(--muted); }
.example { padding: 32px; background: #e9eee7; border-radius: 8px; }
.sample { display: block; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; color: #46615a; margin-bottom: 23px; }
.example h3 { margin-bottom: 22px; }
.example dl { margin: 0; }
.example dt { font-weight: 700; font-size: 14px; margin-top: 22px; }
.example dt:first-child { margin-top: 0; }
.example dd { margin: 7px 0 0; font-size: 15px; line-height: 1.6; color: var(--muted); }
.faq { max-width: 900px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 23px 32px 23px 0; font-size: 18px; line-height: 1.5; font-weight: 700; cursor: pointer; }
.faq details p { margin: 0 25px 25px 0; max-width: 760px; }
.closing { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 42px; background: var(--ink); color: white; border-radius: 9px; }
.closing h2 { margin-top: 12px; max-width: 660px; }
.closing p { color: #c5d9cf; max-width: 600px; margin-top: 15px; }
.closing .eyebrow { margin-top: 0; color: #a9d7c8; }
.closing .button { flex-shrink: 0; background: #a9d7c8; color: var(--ink); border-color: #a9d7c8; }
.closing .button:hover { background: #dcefe8; }
.service-panel { padding: 38px; border: 1px solid #c6d8cd; border-radius: 9px; background: var(--mint); }
.service-panel h2 { margin-top: 16px; }
.service-panel > p:last-child { font-size: 14px; margin-top: 22px; }
.checklist { list-style: none; margin: 28px 0 0; padding: 0; }
.checklist li { position: relative; padding: 14px 0 14px 25px; border-bottom: 1px solid #c0d2c7; font-size: 15px; }
.checklist li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-weight: 700; }
.three { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.three article { border-top: 3px solid var(--teal); padding-top: 24px; }
.three p { margin-top: 16px; }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-block: 64px 80px; }
.contact h1 { margin-block: 18px 25px; }
.contact-notes { margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line); }
.contact-notes h2 { font-size: 25px; letter-spacing: -.02em; margin-bottom: 20px; }
.contact-options { min-width: 0; }
.contact-card { padding: 32px; border: 1px solid var(--line); border-radius: 8px; background: white; margin-bottom: 20px; }
.contact-card:first-child { background: var(--mint); border-color: #c6d8cd; }
.contact-card h2 { font-size: clamp(28px, 2.8vw, 38px); margin-top: 15px; }
.contact-card h2 a { text-decoration: none; }
.contact-card p { margin-top: 16px; }
.contact-card .eyebrow { margin-top: 0; }
.contact-card > .button { margin-top: 24px; }
.email-address { overflow-wrap: anywhere; display: inline-block; line-height: 1.6; }
.contact-card > .email-address { font-size: 14px; margin-top: 18px; min-height: 44px; }
.prose { max-width: 800px; padding-block: 64px 80px; }
.prose h1 { margin-block: 18px 30px; }
.prose h2 { font-size: 28px; margin: 40px 0 18px; }
.prose a { overflow-wrap: anywhere; }
.footer { padding-block: 44px 24px; border-top: 1px solid var(--line); background: #eef2ec; }
.footer-top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; }
.footer-top strong { display: block; margin-bottom: 13px; font-size: 16px; }
.footer-top p { font-size: 14px; }
.footer-top .small { font-size: 12px; margin-top: 8px; }
.footer-top a { display: block; width: fit-content; padding-block: 9px; min-height: 44px; font-size: 14px; }
.footer-top .brand-lockup { display: flex; width: 100%; max-width: 392px; padding: 0; margin-bottom: 20px; text-decoration: none; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 0 26px; margin-top: 28px; border-top: 1px solid var(--line); padding-top: 14px; }
.footer-links a { display: flex; align-items: center; min-height: 44px; text-decoration: none; font-size: 13px; }
@media (max-width: 1050px) {
  .nav { gap: 16px; }
  .brand-lockup { gap: 16px; }
  .platform-brand { padding-left: 16px; }
  .hero { gap: 40px; }
  .split, .team, .contact { gap: 45px; }
  .service-card, .service-note { padding: 22px; }
  .closing { padding: 32px; }
  .closing .button { flex-shrink: 1; }
}
@media (max-width: 1100px) {
  .header { align-items: flex-start; flex-direction: column; gap: 18px; padding-block: 20px 16px; }
  .nav { width: 100%; justify-content: space-between; gap: 12px; }
  .nav .button { min-height: 44px; padding: 10px 16px; }
}
@media (max-width: 820px) {
  .hero { gap: 30px; padding-block: 42px 50px; }
  .hero h1 { font-size: 48px; }
  .intro { font-size: 17px; }
  .fieldnote { padding: 25px; box-shadow: 8px 8px 0 var(--mint); }
  .note-steps li { gap: 15px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ribbon .wrap { flex-wrap: wrap; justify-content: flex-start; gap: 12px 24px; }
  .ribbon strong { width: 100%; }
  .section { padding-block: 50px; }
  .section-head { gap: 25px; }
  .section-head > p { max-width: 230px; }
  .three { gap: 25px; }
  .contact { gap: 30px; }
  .contact-card { padding: 25px; }
}
@media (max-width: 640px) {
  .wrap { width: calc(100% - 36px); }
  .topline .wrap { font-size: 11px; gap: 10px; }
  .topline span { max-width: 180px; line-height: 1.45; padding-block: 8px; }
  .header > .brand-lockup { width: 100%; max-width: 392px; }
  .brand-lockup { gap: 14px; }
  .platform-brand { padding-left: 14px; }
  .klariti-logo { gap: 7px; }
  .klariti-logo img { width: 28px; height: 28px; }
  .brand-lockup .klariti-logo strong { font-size: 20px; }
  .nav { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px 12px; }
  .nav a { grid-column: span 2; justify-content: center; font-size: 14px; }
  .nav .customer-login, .nav .button { grid-column: span 3; }
  .nav .customer-login { border: 1px solid var(--teal); border-radius: 5px; }
  .nav .button { padding: 10px 12px; }
  .hero, .split, .team, .contact { grid-template-columns: 1fr; gap: 32px; }
  .hero h1 { font-size: clamp(43px, 10vw, 60px); }
  .hero { padding-block: 36px 44px; }
  .fieldnote { margin-right: 8px; padding: 26px; }
  .fieldnote h2 { font-size: 44px; }
  .note-steps { margin-top: 22px; }
  .note-steps li { padding-block: 18px; }
  .note-bottom { flex-direction: row; align-items: center; justify-content: space-between; gap: 20px; }
  .note-bottom > span:first-child { max-width: 150px; }
  .signature { font-size: 24px; }
  .section-head { flex-direction: column; align-items: start; gap: 20px; }
  .section-head > p { max-width: none; }
  .service-grid, .three { grid-template-columns: 1fr; }
  .service-card, .service-note { padding: 25px; }
  .service-card h3 { min-height: 0; margin-top: 12px; }
  .service-note { padding-block: 28px; }
  .team-heading { padding-left: 22px; }
  .example, .service-panel { padding: 27px; }
  .closing { flex-direction: column; align-items: start; gap: 25px; padding: 28px; }
  .faq summary { font-size: 17px; }
  .contact { padding-block: 36px 50px; }
  .contact h1 { font-size: 56px; }
  .contact-card h2 { font-size: 32px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { gap: 0 22px; }
  .prose { padding-block: 36px 50px; }
  .prose h1 { font-size: 46px; }
}
@media (max-width: 360px) {
  .nav { gap: 8px; }
  .nav a { font-size: 13px; }
  .nav .button { padding: 10px; }
  .button { padding: 14px 16px; font-size: 14px; }
  .note-bottom { flex-direction: column; align-items: flex-start; }
  .note-bottom > span:first-child { max-width: none; }
}
@media (prefers-reduced-motion: no-preference) {
  a { transition: background-color .15s ease; }
}
@media print {
  .topline, .nav, .skip, .actions, .footer-links { display: none; }
  .wrap { width: 100%; }
  .hero { padding-block: 30px; gap: 30px; }
  .section { padding-block: 30px; break-inside: avoid; }
  .fieldnote { box-shadow: none; }
}
