@font-face {
  font-family: Schneider;
  src: local("Aptos"), local("Segoe UI");
  font-display: swap;
}
.mobile-dock {
  display: none;
}
:root {
  --ink: #183a37;
  --muted: #61716a;
  --green: #153f3b;
  --sage: #dce8cc;
  --paper: #f7f8f3;
  --line: #dce1d7;
  --gold: #c6a26d;
  --white: #fff;
  --radius: 18px;
  font-family: Schneider, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  line-height: 1.55;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.5;
  cursor: wait;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #a36b27;
  outline-offset: 4px;
}
input,
select {
  accent-color: var(--green);
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(2.5rem, 4.8vw, 4.8rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
  font-weight: 570;
  margin-bottom: 28px;
}
h1:focus {
  outline: none;
}
h2 {
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  line-height: 1.2;
  letter-spacing: -0.035em;
  font-weight: 550;
}
h3 {
  font-size: 1.12rem;
  line-height: 1.35;
}
h4 {
  font-size: 1rem;
  margin-bottom: 9px;
}
p {
  color: var(--muted);
}
em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: #718363;
}
.icon {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  vertical-align: middle;
}
.eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  display: block;
}
.dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #728854;
  margin-right: 8px;
}
.header {
  max-width: 1370px;
  margin: auto;
  padding: 27px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.7px;
}
.brand-light {
  font-weight: 400;
}
.brand small {
  font-size: 8px;
  letter-spacing: 2px;
  display: block;
  margin-top: 1px;
}
.brand-mark {
  width: 40px;
  height: 43px;
  border: 1px solid #ced7c8;
  border-radius: 12px;
  display: grid;
  place-items: center;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.82rem;
}
.account-link {
  border: 1px solid #c9d2c3;
  border-radius: 30px;
  padding: 9px 20px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 16px 24px;
  border-radius: 9px;
  font-weight: 600;
  font-size: 0.9rem;
  border: 1px solid transparent;
  transition:
    background 0.15s,
    transform 0.15s;
  min-height: 50px;
}
.button:hover {
  transform: translateY(-1px);
}
.primary {
  background: var(--green);
  color: #fff;
}
.primary:hover {
  background: #24534b;
}
.secondary {
  background: transparent;
  border-color: #b9c8b4;
  color: var(--ink);
}
.quiet {
  border: 0;
  background: none;
  color: var(--ink);
  font-size: 0.85rem;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.text-link {
  display: inline-block;
  font-size: 0.88rem;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin: 10px 0;
}
.fine {
  font-size: 0.76rem;
  line-height: 1.7;
}
.lead {
  font-size: 1.15rem;
  line-height: 1.8;
}
.landing {
  max-width: 1370px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  min-height: 660px;
  padding: 90px 72px 70px;
}
.hero-copy {
  padding-top: 18px;
}
.hero-copy > .eyebrow {
  margin-bottom: 30px;
}
.hero-copy h1 {
  font-size: clamp(3.5rem, 5.7vw, 5.5rem);
  margin-bottom: 27px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 32px 0 17px;
}
.hero-trust {
  display: flex;
  gap: 26px;
  font-size: 0.75rem;
  margin-top: 42px;
  color: var(--muted);
}
.hero-trust span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-trust .icon {
  width: 18px;
}
.hero-art {
  position: relative;
  min-height: 510px;
  display: grid;
  place-items: center;
  background: radial-gradient(ellipse at 55% 50%, #e0e7d0 0%, transparent 65%);
  isolation: isolate;
}
.sample-card {
  width: 340px;
  background: #fffdf8;
  box-shadow: 0 18px 48px #24401d12;
  border: 1px solid #e0e2d3;
  border-radius: 4px 34px 4px 4px;
  padding: 28px 26px;
  transform: rotate(-3deg);
  z-index: 2;
}
.sample-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #7d8c6d;
  margin-bottom: 25px;
}
.sample-top .eyebrow {
  font-size: 8px;
}
.sample-card h2 {
  font-family: Georgia, serif;
  font-size: 2.2rem;
  margin-bottom: 7px;
}
.sample-card > p {
  font-size: 0.75rem;
  margin-bottom: 23px;
}
.sample-row {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 0;
  border-top: 1px dashed #d7dbcf;
}
.sample-row strong {
  font-size: 0.8rem;
  display: block;
  font-weight: 600;
}
.sample-row small {
  font-size: 0.65rem;
  color: var(--muted);
}
.sample-icon {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  background: #edf1e7;
  border-radius: 9px;
}
.sample-icon .icon {
  width: 19px;
}
.sample-number {
  font-family: Georgia, serif;
  color: #a9b299;
  font-size: 0.8rem;
  margin-left: auto;
}
.sample-foot {
  border-top: 1px dashed #d7dbcf;
  padding-top: 18px;
  font-size: 0.65rem;
  color: #7e8b72;
}
.stitch-orbit {
  position: absolute;
  z-index: -1;
  border: 1px dashed #acb79c;
  border-radius: 50%;
  width: 420px;
  height: 420px;
  transform: rotate(35deg);
}
.orbit-two {
  width: 340px;
  height: 580px;
  transform: rotate(48deg);
}
.measure-tape {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 35px;
  transform: rotate(13deg);
  width: 40px;
  height: 340px;
  background: #e3cfa3;
  box-shadow: 3px 5px 10px #4551320a;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  font-size: 9px;
  color: #6d614b;
  background-image: repeating-linear-gradient(
    180deg,
    transparent 0 8px,
    #a5916b 8px 9px
  );
  background-size: 8px 100%;
  background-repeat: repeat-y;
}
.art-note {
  position: absolute;
  bottom: -5px;
  right: 65px;
  font-family: Georgia, serif;
  font-size: 0.96rem;
  font-style: italic;
  color: #7d8a70;
  transform: rotate(-5deg);
}
.how {
  max-width: 1226px;
  margin: 28px auto 0;
  padding: 60px 30px;
  border-top: 1px solid var(--line);
}
.how > .eyebrow {
  margin-bottom: 17px;
}
.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 42px;
}
.how-grid article > span {
  font-family: Georgia, serif;
  font-size: 1.6rem;
  color: #93a180;
}
.how-grid h3 {
  margin: 16px 0 10px;
}
.how-grid p {
  font-size: 0.9rem;
  line-height: 1.8;
}
.insurer-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 46px 0 0;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.insurer-line span {
  color: #b6c1aa;
}
footer {
  max-width: 1226px;
  margin: 0 auto;
  padding: 26px 30px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 0.72rem;
  color: var(--muted);
}
footer div {
  display: flex;
  gap: 24px;
}
.skip {
  position: absolute;
  top: -100px;
}
.skip:focus {
  top: 10px;
  left: 10px;
  z-index: 20;
  background: white;
  padding: 10px;
}
.atelier {
  max-width: 1140px;
  margin: 50px auto 80px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 72px;
  padding: 0 30px;
}
.atelier-aside {
  background: #eaf0e0;
  border-radius: 4px 32px 4px 4px;
  padding: 30px 25px;
  align-self: start;
  position: sticky;
  top: 30px;
}
.atelier-aside .eyebrow {
  font-size: 0.57rem;
  line-height: 1.8;
}
.atelier-aside h2 {
  font-family: Georgia, serif;
  margin: 24px 0 10px;
  font-size: 2.4rem;
}
.atelier-aside > p {
  font-size: 0.87rem;
}
.atelier-aside ol {
  list-style: none;
  padding: 0;
  margin: 34px 0;
}
.atelier-aside li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.8rem;
  padding: 15px 0;
  color: #66735d;
}
.atelier-aside li > span {
  border: 1px solid #c4d0b6;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 0.64rem;
}
.atelier-aside li.current {
  font-weight: 650;
  color: var(--green);
}
.atelier-aside li.current > span {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}
.atelier-aside li .icon {
  width: 15px;
}
.aside-bottom {
  border-top: 1px dashed #bfcdb0;
  padding-top: 20px;
}
.aside-bottom p {
  font-size: 0.72rem;
  margin: 10px 0 0;
}
.atelier-content {
  min-width: 0;
  padding: 13px 0;
}
.atelier-content > .eyebrow {
  color: #7e8a70;
  margin-bottom: 22px;
}
.atelier-content h1 {
  font-size: 2.8rem;
}
.intro {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 660px;
}
.options-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 19px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  cursor: pointer;
  min-height: 92px;
  transition:
    background 0.15s,
    border-color 0.15s;
}
.option:hover {
  border-color: #8ba079;
}
.option:focus-within {
  outline: 3px solid #a36b27;
  outline-offset: 2px;
}
.option.selected {
  background: #edf3e5;
  border-color: #4d6a45;
  box-shadow: inset 0 0 0 1px #4d6a45;
}
.option input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.option-icon {
  width: 35px;
  height: 35px;
  background: #f0f3e9;
  border-radius: 9px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.option-icon .icon {
  width: 19px;
}
.option strong {
  font-size: 0.83rem;
  display: block;
  font-weight: 600;
}
.option small {
  font-size: 0.7rem;
  line-height: 1.5;
  display: block;
  color: var(--muted);
  margin-top: 5px;
}
.choice-dot {
  margin-left: auto;
  border: 1px solid #c5cebe;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}
.choice-dot .icon {
  width: 15px;
  height: 15px;
}
.selected .choice-dot {
  background: var(--green);
  color: white;
  border-color: var(--green);
}
.options-stack {
  display: grid;
  gap: 14px;
}
.followups {
  margin-top: 28px;
}
.checkline {
  display: flex;
  align-items: start;
  gap: 11px;
  font-size: 0.85rem;
  margin: 16px 0;
  cursor: pointer;
}
.checkline input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  flex-shrink: 0;
}
.field {
  display: flex;
  flex-direction: column;
  font-size: 0.83rem;
  font-weight: 550;
  gap: 8px;
  margin: 20px 0;
}
.field input,
.field select {
  width: 100%;
  min-width: 0;
  border: 1px solid #cbd4c4;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 400;
}
.field small {
  font-size: 0.72rem;
  font-weight: 400;
  color: var(--muted);
}
.field-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.followups .field {
  margin-top: 28px;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 28px 0 0;
}
legend {
  font-weight: 600;
  font-size: 0.85rem;
}
.step-actions {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 25px;
  margin-top: 32px;
}
.note {
  background: #eaf0e1;
  border-left: 3px solid #90a675;
  border-radius: 0 8px 8px 0;
  padding: 18px 20px;
  font-size: 0.83rem;
  line-height: 1.7;
  margin: 24px 0;
  color: #465b3e;
}
.table-wrap {
  overflow-x: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
  margin: 20px 0;
}
caption {
  text-align: left;
  font-weight: 600;
  font-size: 0.95rem;
  padding-bottom: 16px;
}
th,
td {
  text-align: left;
  padding: 13px 8px;
  border-bottom: 1px solid var(--line);
}
th {
  color: var(--muted);
  font-weight: 500;
}
td:first-child {
  font-weight: 600;
}
.small-tag {
  display: inline-block;
  font-size: 0.62rem;
  background: #e3edda;
  padding: 3px 5px;
  border-radius: 4px;
  margin-left: 5px;
}
.detail-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px 20px;
  background: #fff;
}
.detail-card legend {
  padding: 0 8px;
}
.detail-card .field {
  margin: 8px 0 18px;
}
.mobile-progress {
  display: none;
}
.result {
  max-width: 1040px;
  padding: 50px 30px 70px;
  margin: auto;
}
.result-heading {
  text-align: center;
  max-width: 650px;
  margin: 10px auto 45px;
}
.result-heading > .eyebrow {
  margin-bottom: 20px;
}
.result-heading h1 {
  font-size: 3.6rem;
}
.result-overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.result-overview article {
  background: #eaf0e1;
  padding: 25px;
  border-radius: 10px;
}
.result-overview .eyebrow {
  font-size: 0.59rem;
  color: #6e7a63;
  margin-bottom: 16px;
}
.result-overview h3 {
  font-size: 1.02rem;
}
.result-overview p {
  font-size: 0.78rem;
  margin-bottom: 0;
}
.result-section {
  margin-top: 46px;
}
.result-section > p {
  font-size: 0.86rem;
}
.model-results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}
.model-result {
  background: #fff;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.model-result p {
  font-size: 0.88rem;
}
.model-result small {
  font-size: 0.74rem;
  color: var(--muted);
}
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.section-head h2 {
  margin: 10px 0 12px;
}
.count-badge {
  font-size: 0.68rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 6px 12px;
  white-space: nowrap;
}
.insurer-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  margin: 18px 0;
  padding: 26px;
}
.insurer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
}
.insurer-head h3 {
  font-size: 1.3rem;
  margin: 0;
}
.shortlist {
  font-size: 0.78rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.product {
  padding: 20px 0;
  border-bottom: 1px dashed var(--line);
}
.product:last-child {
  border: 0;
  padding-bottom: 0;
}
.product p {
  font-size: 0.78rem;
  margin: 10px 0 5px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.tags span {
  background: #eff3e8;
  color: #5a6a4c;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 0.67rem;
}
.source-link {
  font-size: 0.71rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #60724c;
}
.answers > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  font-size: 0.82rem;
}
.answers span {
  color: var(--muted);
}
.answers strong {
  text-align: right;
  font-weight: 550;
}
.check-list {
  padding: 0;
  list-style: none;
}
.check-list li {
  display: flex;
  gap: 12px;
  margin: 15px 0;
  font-size: 0.84rem;
}
.check-list .icon {
  width: 18px;
  color: #748d5e;
}
.request-banner {
  background: #e4ecd9;
  border-radius: 8px 30px 8px 8px;
  margin: 50px 0 25px;
  padding: 35px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
.request-banner h2 {
  margin: 17px 0;
}
.request-banner p {
  font-size: 0.87rem;
  margin-bottom: 0;
}
.request-banner > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.access {
  max-width: 1040px;
  margin: 80px auto;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 90px;
  padding: 0 30px;
}
.access-copy {
  padding-top: 45px;
}
.access-copy .eyebrow {
  margin-bottom: 26px;
}
.access-copy h1 {
  font-size: 3.3rem;
}
.access-copy > p {
  line-height: 1.8;
  font-size: 0.94rem;
}
.access-panel {
  background: white;
  border: 1px solid var(--line);
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 8px 30px #21361605;
}
.access-panel h2 {
  font-size: 1.5rem;
  margin-bottom: 12px;
}
.access-panel > p {
  font-size: 0.8rem;
}
.access-panel > .text-link {
  display: block;
  font-size: 0.77rem;
  margin: 20px 0;
}
.wide {
  width: 100%;
}
#form-message {
  font-size: 0.83rem;
  color: #884d2a;
  line-height: 1.6;
}
.narrow {
  max-width: 720px;
  margin: 65px auto;
  padding: 0 30px 40px;
}
.narrow h1 {
  font-size: 3rem;
}
.narrow > .eyebrow {
  margin-bottom: 20px;
}
.narrow .intro {
  margin-bottom: 25px;
}
.narrow form {
  max-width: 520px;
}
.consent {
  margin: 25px 0;
  line-height: 1.7;
}
.consent a {
  text-decoration: underline;
}
.legal h2 {
  font-size: 1.3rem;
  margin-top: 32px;
}
.legal p,
.legal li {
  font-size: 0.9rem;
  line-height: 1.9;
}
.legal a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal li {
  margin: 12px 0;
}
.settings {
  max-width: 680px;
  margin: 55px auto 90px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}
.settings > header {
  background: #f0f2ed;
  padding: 22px 27px;
}
.settings h1 {
  font-size: 1.55rem;
  letter-spacing: -0.03em;
  margin: 0;
}
.settings header p {
  font-size: 0.78rem;
  margin: 7px 0 0;
}
.settings-layout {
  display: grid;
  grid-template-columns: 150px 1fr;
  padding: 24px;
}
.settings-layout nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 0.82rem;
}
.settings section {
  min-width: 0;
}
.settings h2 {
  font-size: 1.15rem;
  margin: 10px 0 18px;
}
.settings dl {
  font-size: 0.82rem;
  margin-bottom: 28px;
}
.settings dt {
  color: var(--muted);
  margin-top: 15px;
}
.settings dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.settings section > .button {
  margin-bottom: 35px;
}
.settings-logout {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.request-row {
  border: 1px solid var(--line);
  padding: 12px;
  border-radius: 8px;
  margin: 10px 0;
  font-size: 0.8rem;
}
.request-row p {
  margin: 5px 0;
}
.request-row .quiet {
  padding-left: 0;
}
.model-catalog {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 20px 0;
}
.model-catalog article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.model-catalog .eyebrow {
  font-size: 0.6rem;
  margin-bottom: 10px;
}
.model-catalog p {
  font-size: 0.77rem;
}
.model-catalog h4 {
  font-size: 0.9rem;
}
#model-products > h3 {
  margin-top: 25px;
}
pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 0.78rem;
  background: #f5f7f2;
  padding: 15px;
}
#toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
  background: var(--green);
  color: white;
  padding: 15px 22px;
  border-radius: 10px;
  font-size: 0.85rem;
  max-width: 560px;
  width: calc(100% - 36px);
  z-index: 20;
  box-shadow: 0 8px 30px #0002;
  transition:
    opacity 0.2s,
    transform 0.2s;
}
#toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
@media (max-width: 1000px) {
  .header {
    padding: 22px 30px;
  }
  .header nav {
    gap: 15px;
  }
  .nav-link {
    display: none;
  }
  .landing {
    padding: 60px 35px;
    gap: 20px;
  }
  .hero-copy h1 {
    font-size: 4rem;
  }
  .sample-card {
    width: 300px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
  .stitch-orbit {
    width: 340px;
    height: 340px;
  }
  .orbit-two {
    height: 460px;
    width: 280px;
  }
  .atelier {
    gap: 35px;
    grid-template-columns: 220px 1fr;
  }
  .atelier-aside {
    padding: 25px 20px;
  }
  .option {
    padding: 15px 10px;
    gap: 8px;
  }
  .option-icon {
    width: 28px;
    height: 30px;
  }
  .access {
    gap: 40px;
  }
  .measure-tape {
    right: -10px;
  }
  .how {
    margin-top: 0;
  }
  .how-grid {
    gap: 25px;
  }
}
@media (max-width: 700px) {
  .header {
    padding: 18px 20px;
    gap: 12px;
  }
  .brand {
    font-size: 14px;
    gap: 8px;
  }
  .brand-mark {
    width: 32px;
    height: 36px;
  }
  .brand small {
    font-size: 7px;
  }
  .header .install {
    display: none;
  }
  .account-link {
    font-size: 0.75rem;
    padding: 8px 12px;
  }
  .landing {
    display: flex;
    flex-direction: column;
    padding: 42px 24px 35px;
    gap: 16px;
  }
  .hero-copy {
    padding-top: 0;
  }
  .hero-copy > .eyebrow {
    font-size: 0.58rem;
    margin-bottom: 24px;
  }
  .hero-copy h1 {
    font-size: 3.7rem;
  }
  .lead {
    font-size: 1rem;
  }
  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
  }
  .hero-actions .button {
    padding: 15px 18px;
    font-size: 0.84rem;
  }
  .hero-actions .text-link {
    font-size: 0.8rem;
  }
  .hero-trust {
    margin-top: 22px;
  }
  .hero-art {
    min-height: 480px;
    margin: 15px 5px 0;
  }
  .sample-card {
    width: min(310px, 90%);
    padding: 24px 22px;
  }
  .measure-tape {
    height: 290px;
    width: 32px;
    right: 0;
    top: 50px;
  }
  .stitch-orbit {
    width: 280px;
    height: 350px;
  }
  .orbit-two {
    height: 420px;
    width: 250px;
  }
  .art-note {
    right: 30px;
    bottom: 0;
  }
  .how {
    padding: 40px 24px;
  }
  .how-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
  }
  .how-grid article {
    display: grid;
    grid-template-columns: 40px 1fr;
    column-gap: 14px;
  }
  .how-grid h3 {
    margin: 5px 0 8px;
  }
  .how-grid p {
    grid-column: 2;
  }
  .insurer-line {
    font-size: 0.8rem;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  .insurer-line span {
    display: none;
  }
  footer {
    padding: 25px 24px;
    flex-direction: column;
    gap: 12px;
  }
  footer div {
    gap: 18px;
  }
  .atelier {
    display: block;
    padding: 0 22px;
    margin: 25px auto 40px;
  }
  .atelier-aside {
    display: none;
  }
  .mobile-progress {
    display: block;
    font-size: 0.75rem;
    color: var(--muted);
    margin-bottom: 25px;
  }
  .mobile-progress progress {
    width: 100%;
    height: 4px;
    display: block;
    margin-top: 10px;
    accent-color: var(--green);
  }
  .atelier-content {
    padding: 0;
  }
  .atelier-content h1 {
    font-size: 2.4rem;
  }
  .atelier-content > .eyebrow {
    font-size: 0.62rem;
    margin-bottom: 15px;
  }
  .intro {
    font-size: 0.92rem;
  }
  .options-grid {
    gap: 9px;
  }
  .option {
    min-height: 105px;
    align-items: start;
    flex-wrap: wrap;
    padding: 14px 12px;
    gap: 8px;
  }
  .option-icon {
    width: 28px;
    height: 28px;
  }
  .option > span:nth-of-type(2) {
    width: 100%;
    order: 3;
  }
  .option strong {
    font-size: 0.79rem;
  }
  .option small {
    font-size: 0.68rem;
  }
  .choice-dot {
    margin-top: 4px;
  }
  .options-stack .option {
    flex-wrap: nowrap;
    align-items: center;
    min-height: 95px;
  }
  .options-stack .option > span:nth-of-type(2) {
    order: 0;
    width: auto;
  }
  .options-stack .option-icon {
    display: none;
  }
  .field-pair {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .field {
    margin: 18px 0;
  }
  .table-wrap {
    margin: 0 -6px;
  }
  th,
  td {
    padding: 11px 6px;
    font-size: 0.73rem;
  }
  .small-tag {
    display: block;
    margin: 4px 0 0;
    font-size: 0.57rem;
    width: fit-content;
  }
  .step-actions {
    gap: 10px;
  }
  .step-actions .button {
    padding: 14px 17px;
    font-size: 0.82rem;
  }
  .result {
    padding: 35px 22px;
  }
  .result-heading {
    text-align: left;
  }
  .result-heading h1 {
    font-size: 3rem;
  }
  .result-overview {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .result-overview article {
    padding: 19px;
  }
  .result-overview .eyebrow {
    margin-bottom: 9px;
  }
  .result-overview h3 {
    margin-bottom: 8px;
  }
  .section-head {
    align-items: start;
    flex-direction: column;
    gap: 5px;
  }
  .count-badge {
    margin-bottom: 12px;
  }
  .insurer-card {
    padding: 20px 17px;
  }
  .shortlist {
    font-size: 0.68rem;
  }
  .answers > div {
    flex-direction: column;
    gap: 4px;
  }
  .answers strong {
    text-align: left;
  }
  .request-banner {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 25px;
  }
  .request-banner .button {
    font-size: 0.8rem;
    padding: 14px;
  }
  .access {
    display: flex;
    flex-direction: column;
    margin: 30px auto;
    padding: 0 22px;
    gap: 25px;
  }
  .access-copy {
    padding-top: 0;
  }
  .access-copy h1 {
    font-size: 2.7rem;
  }
  .access-copy .eyebrow {
    margin-bottom: 18px;
  }
  .access-panel {
    padding: 24px;
  }
  .narrow {
    margin: 35px auto;
    padding: 0 22px 35px;
  }
  .narrow h1 {
    font-size: 2.5rem;
  }
  .settings {
    margin: 30px 18px;
  }
  .settings-layout {
    grid-template-columns: 1fr;
    padding: 22px;
    gap: 24px;
  }
  .settings-layout nav {
    flex-direction: row;
    gap: 22px;
    padding-bottom: 17px;
    border-bottom: 1px solid var(--line);
  }
  .model-catalog {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .model-catalog article {
    padding: 14px;
  }
  .model-catalog h4 {
    font-size: 0.8rem;
  }
  .model-catalog p {
    font-size: 0.69rem;
  }
  .model-catalog .source-link {
    font-size: 0.65rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
@media print {
  .header,
  footer,
  .request-banner,
  .shortlist,
  #toast,
  .step-actions {
    display: none !important;
  }
  body {
    background: white;
    color: #111;
  }
  .result {
    max-width: none;
    padding: 0;
  }
  .result-heading {
    text-align: left;
  }
  .result-heading h1 {
    font-size: 30px;
  }
  .insurer-card,
  .model-result,
  .result-overview article {
    break-inside: avoid;
  }
  .result-section {
    margin-top: 24px;
  }
  a {
    text-decoration: none;
  }
  .insurer-card {
    padding: 15px;
  }
  .result-heading .intro {
    font-size: 12px;
  }
}
/* Conversational atelier: one question at a time, persistent answer history. */
.chat-app {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  min-height: calc(100svh - 98px);
  background: #fff;
}
.chat-sidebar {
  background: #f1f3ec;
  padding: 30px 22px;
  position: sticky;
  top: 0;
  align-self: start;
  min-height: calc(100svh - 98px);
  display: flex;
  flex-direction: column;
}
.chat-side-title {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 22px;
}
.chat-new {
  padding: 12px 15px;
  background: #fff;
  border: 1px solid #d9dfd2;
  border-radius: 9px;
  color: var(--ink);
  font-size: 0.86rem;
  text-align: left;
  margin-bottom: 35px;
}
.chat-sidebar > .eyebrow {
  font-size: 0.58rem;
  color: #859178;
}
.chat-sidebar ol {
  list-style: none;
  padding: 0;
  margin: 18px 0;
}
.chat-sidebar li {
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 14px 0;
  font-size: 0.8rem;
  color: #7f8b74;
}
.chat-sidebar li > span {
  font-size: 0.68rem;
  width: 23px;
}
.chat-sidebar li .icon {
  width: 17px;
}
.chat-sidebar li.current {
  font-weight: 600;
  color: var(--ink);
}
.chat-side-bottom {
  margin-top: auto;
  padding-top: 65px;
}
.chat-side-bottom p {
  font-size: 0.8rem;
}
.chat-side-bottom .quiet {
  padding-left: 0;
  display: block;
}
.chat-side-bottom .text-link {
  font-size: 0.78rem;
}
.chat-main {
  min-width: 0;
  max-width: 980px;
  width: 100%;
  margin: auto;
  padding: 0 50px;
}
.chat-topbar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #edf0e8;
  padding: 25px 0;
  font-size: 0.88rem;
  font-weight: 600;
}
.chat-topbar small {
  font-weight: 400;
  color: #7b8772;
  font-size: 0.7rem;
}
.conversation {
  padding: 40px 0 20px;
  max-width: 730px;
  margin: auto;
}
.assistant-message,
.past-question {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 16px;
  margin-bottom: 26px;
}
.chat-avatar {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #e9efdf;
  color: #466137;
  flex-shrink: 0;
}
.chat-avatar .icon {
  width: 20px;
}
.speaker {
  display: block;
  font-size: 0.76rem;
  margin: 5px 0 12px;
}
.assistant-message p {
  font-size: 0.92rem;
  line-height: 1.85;
  margin-bottom: 14px;
  color: #495d51;
}
.assistant-message h1 {
  font-family: inherit;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 550;
  letter-spacing: -0.025em;
  margin: 16px 0 13px;
}
.assistant-message p.chat-hint {
  font-size: 0.83rem;
  color: #7a8770;
  margin-bottom: 24px;
}
.past-question {
  margin-top: 25px;
  margin-bottom: 8px;
}
.past-question p {
  font-size: 0.92rem;
  line-height: 1.7;
  padding-top: 3px;
  color: var(--ink);
}
.user-message {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin: 8px 0 35px;
  padding-left: 60px;
}
.user-message > div {
  background: #f1f3ed;
  border-radius: 20px 20px 4px 20px;
  padding: 14px 20px;
  max-width: 90%;
  font-size: 0.87rem;
  line-height: 1.7;
}
.edit-answer {
  border: 0;
  background: transparent;
  color: #849176;
  font-size: 0.67rem;
  margin-top: 7px;
  padding: 4px 8px;
}
.edit-answer:hover {
  color: var(--green);
  text-decoration: underline;
}
.current-message {
  scroll-margin-top: 28px;
}
.chat-context:empty {
  display: none;
}
.chat-choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 15px 0 24px;
}
.chat-choice {
  border: 1px solid #dce2d5;
  border-radius: 12px;
  padding: 14px;
  display: flex;
  align-items: start;
  gap: 10px;
  cursor: pointer;
  transition: background 0.15s;
}
.chat-choice:hover {
  background: #f7f9f3;
}
.chat-choice:has(input:checked) {
  border-color: #738969;
  background: #eef4e7;
}
.chat-choice input {
  flex-shrink: 0;
  margin-top: 4px;
  width: 15px;
  height: 15px;
}
.chat-choice strong {
  display: block;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 500;
}
.chat-choice small {
  font-size: 0.69rem;
  line-height: 1.5;
  display: block;
  margin-top: 5px;
  color: #7a8770;
}
.chat-composer {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  border: 1px solid #dde3d6;
  border-radius: 18px;
  padding: 10px 12px 10px 19px;
  box-shadow: 0 2px 6px #183a3706;
}
.chat-composer > span {
  font-size: 0.78rem;
  color: #8b9582;
}
.send-answer {
  border: 0;
  background: var(--green);
  color: white;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
}
.send-answer .icon {
  width: 20px;
  transform: rotate(-90deg);
}
.chat-disclaimer {
  text-align: center;
  font-size: 0.65rem;
  color: #87927d;
  margin: 20px auto 28px;
}
.model-catalog details {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 16px;
  background: white;
}
.model-catalog summary {
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
}
.model-catalog summary small {
  display: block;
  font-size: 0.65rem;
  font-weight: 400;
  color: var(--muted);
  margin-top: 4px;
}
.model-catalog details article {
  border: none;
  border-top: 1px solid var(--line);
  border-radius: 0;
  padding: 17px 0 0;
  margin-top: 17px;
}
.product .fit-label {
  font-size: 0.65rem;
  color: #80916f;
}
.product .requirement {
  font-size: 0.73rem;
  font-style: italic;
  color: #5c7250;
}
@media (max-width: 900px) {
  .chat-app {
    grid-template-columns: 190px minmax(0, 1fr);
  }
  .chat-sidebar {
    padding: 25px 15px;
  }
  .chat-main {
    padding: 0 25px;
  }
  .chat-sidebar li {
    font-size: 0.73rem;
  }
  .chat-choices {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .chat-app {
    display: block;
    min-height: calc(100svh - 75px);
  }
  .chat-sidebar {
    display: none;
  }
  .chat-main {
    padding: 0 18px;
  }
  .chat-topbar {
    padding: 17px 0;
    font-size: 0.77rem;
  }
  .chat-topbar small {
    font-size: 0.64rem;
  }
  .conversation {
    padding-top: 25px;
  }
  .assistant-message,
  .past-question {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 10px;
  }
  .chat-avatar {
    width: 26px;
    height: 28px;
    border-radius: 8px;
  }
  .chat-avatar .icon {
    width: 17px;
  }
  .assistant-message h1 {
    font-size: 1.2rem;
  }
  .assistant-message p,
  .past-question p {
    font-size: 0.87rem;
  }
  .assistant-message p.chat-hint {
    font-size: 0.76rem;
  }
  .user-message {
    padding-left: 35px;
  }
  .user-message > div {
    max-width: 100%;
    font-size: 0.8rem;
    padding: 12px 15px;
  }
  .chat-choice {
    padding: 13px;
  }
  .chat-choices {
    grid-template-columns: 1fr;
  }
  .chat-composer > span {
    font-size: 0.72rem;
  }
  .chat-disclaimer {
    font-size: 0.6rem;
    line-height: 1.7;
  }
  .current-message {
    scroll-margin-top: 15px;
  }
}
.footer-install {
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  font: inherit;
  cursor: pointer;
}
footer div {
  flex-wrap: wrap;
}

.intake-modes {
  display: grid;
  gap: 1rem;
  margin: 2rem 0;
}
.intake-mode {
  display: grid;
  gap: 0.7rem;
  text-align: left;
  border: 1px solid #d5dfd8;
  background: #fff;
  border-radius: 20px;
  padding: 1.5rem;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.intake-mode strong {
  font-size: 1.35rem;
}
.intake-mode:hover,
.intake-mode:focus-visible {
  border-color: #276c50;
  background: #f2f7f3;
}

@media screen and (max-width: 700px) {
  body {
    --dock-height: calc(74px + env(safe-area-inset-bottom, 0px));
    padding-bottom: var(--dock-height);
  }
  body.has-mobile-action {
    --dock-height: calc(138px + env(safe-area-inset-bottom, 0px));
  }
  html {
    scroll-padding-bottom: calc(154px + env(safe-area-inset-bottom, 0px));
  }
  .header nav {
    display: none;
  }
  .mobile-dock {
    display: block;
    position: fixed;
    inset: auto 0 0;
    z-index: 15;
    padding: 0 max(12px, env(safe-area-inset-right, 0px))
      env(safe-area-inset-bottom, 0px) max(12px, env(safe-area-inset-left, 0px));
    background: var(--paper);
    border-top: 1px solid var(--line);
    box-shadow: 0 -5px 24px #183a370d;
  }
  .mobile-dock nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 73px;
    gap: 8px;
    align-items: center;
  }
  .mobile-dock nav a {
    min-height: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    border-radius: 12px;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 600;
  }
  .mobile-dock nav a[aria-current="page"] {
    color: var(--green);
    background: #e5eddd;
  }
  .mobile-dock .icon {
    width: 22px;
    height: 22px;
  }
  .mobile-action {
    height: 64px;
    padding-top: 10px;
  }
  .mobile-action .button {
    width: 100%;
    min-height: 50px;
    padding: 12px;
    gap: 12px;
  }
  .chat-composer {
    display: none;
  }
  .chat-choice {
    min-height: 52px;
  }
  .edit-answer,
  .footer-install {
    min-height: 44px;
  }
  #toast {
    bottom: calc(var(--dock-height) + 12px);
  }
  input,
  select {
    font-size: 16px;
  }
  body:has(
      input:not([type="radio"]):not([type="checkbox"]):focus
    ):focus-within {
    padding-bottom: var(--dock-height);
  }
  body:has(input:not([type="radio"]):not([type="checkbox"]):focus)
    .mobile-dock {
    display: none;
  }
}
.sa-page {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  background: #f8fafc;
  padding: 28px;
  color: #0d1b35;
}
.sa-shell {
  width: 100%;
  max-width: 1120px;
  margin: auto;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(300px, 0.75fr) minmax(560px, 1.25fr);
  gap: 28px 54px;
}
.sa-story {
  max-width: 420px;
}
.sa-brand {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 28px;
}
.sa-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: #0d1b35;
  color: white;
  border-radius: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.sa-brand strong {
  display: block;
  font-size: 14px;
}
.sa-brand small {
  display: block;
  font-size: 12px;
  color: #64748b;
}
.sa-story h1 {
  font-size: 38px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin: 0;
  overflow-wrap: anywhere;
}
.sa-subtitle {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #c9a84c;
}
.sa-description {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 28px;
  color: #334155;
}
.sa-benefits {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  list-style: none;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}
.sa-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sa-benefits li span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #e2e8f0;
}
.sa-benefits .icon {
  width: 16px;
  height: 16px;
}
.sa-panel {
  min-width: 0;
  width: 100%;
  max-width: 620px;
  justify-self: end;
  border: 1px solid #d7dee8;
  border-radius: 22px;
  padding: 28px 30px;
  background: white;
  box-shadow: 0 18px 55px #0d1b351f;
}
.sa-panel h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 16px;
  letter-spacing: -0.025em;
}
.sa-modes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  background: #f1f5f9;
  padding: 4px;
  border-radius: 12px;
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 700;
}
.sa-modes a {
  display: grid;
  place-items: center;
  padding: 10px 12px;
  min-height: 40px;
  border-radius: 12px;
  color: #475569;
}
.sa-modes [aria-current="page"] {
  background: #0d1b35;
  color: white;
}
.sa-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.sa-panel label {
  display: block;
  color: #475569;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 0;
  min-width: 0;
}
.sa-panel input,
.sa-panel select {
  width: 100%;
  min-width: 0;
  min-height: 49px;
  margin-top: 6px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: white;
  padding: 12px 16px;
  color: #0f172a;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}
.sa-panel input::placeholder {
  color: #94a3b8;
}
.sa-panel input:focus,
.sa-panel select:focus {
  outline: 2px solid #c9a84c55;
  outline-offset: 1px;
  border-color: #c9a84c;
}
.sa-section {
  grid-column: 1/-1;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0;
  color: #0d1b35;
}
.sa-phone {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 8px;
}
.sa-phone select {
  padding-left: 10px;
  padding-right: 8px;
}
.sa-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  grid-column: 1/-1;
}
.sa-submit,
.sa-cancel {
  min-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 999px;
  padding: 14px 18px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.sa-submit {
  background: #0d1b35;
  color: white;
}
.sa-cancel {
  background: #f1f5f9;
  color: #0d1b35;
}
.sa-reset {
  grid-column: 1/-1;
  justify-self: center;
  text-decoration: underline;
  font-size: 12px;
  min-height: 32px;
}
.sa-form #form-message {
  grid-column: 1/-1;
  margin: 0;
  font-size: 13px;
}
.sa-form #form-message:empty {
  display: none;
}
.sa-privacy {
  grid-column: 1/-1;
  border-top: 1px solid #cbd5e1;
  margin: 0;
  padding-top: 16px;
  font-size: 11px;
  line-height: 1.7;
  text-align: center;
  color: #475569;
}
.sa-privacy a {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .sa-shell {
    grid-template-columns: minmax(0, 1fr);
    max-width: 620px;
  }
  .sa-story {
    max-width: 620px;
  }
  .sa-panel {
    justify-self: start;
  }
}
@media (max-width: 639px) {
  .sa-page {
    padding: 20px 12px;
  }
  .sa-shell {
    gap: 24px;
  }
  .sa-story {
    padding: 0 8px;
  }
  .sa-story h1 {
    font-size: 32px;
  }
  .sa-brand {
    margin-bottom: 22px;
  }
  .sa-panel {
    padding: 24px 20px;
  }
  .sa-form,
  .sa-actions {
    grid-template-columns: 1fr;
  }
  .sa-subtitle {
    font-size: 17px;
  }
  .sa-panel input,
  .sa-panel select {
    font-size: 16px;
  }
}

@font-face {
  font-family: SharedManrope;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/manrope-500.ttf") format("truetype");
}
@font-face {
  font-family: SharedManrope;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/manrope-600.ttf") format("truetype");
}
@font-face {
  font-family: SharedManrope;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/manrope-700.ttf") format("truetype");
}
@font-face {
  font-family: SharedManrope;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/manrope-800.ttf") format("truetype");
}

.sa-page {
  font-family: SharedManrope, "Segoe UI", sans-serif;
  font-weight: 500;
}
