@charset "UTF-8";
@font-face {
  font-family: "Instrument Serif";
  src: url("/fonts/instrument-serif-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Serif";
  src: url("/fonts/instrument-serif-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("/fonts/manrope-regular.ttf") format("truetype");
  font-weight: 400 500;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("/fonts/manrope-bold.ttf") format("truetype");
  font-weight: 600 800;
  font-display: swap;
}
:root {
  --cream: #f7f5ee;
  --paper: #fffefa;
  --ink: #183e33;
  --muted: #596b61;
  --rust: #ad472d;
  --line: #d9ded3;
  --serif: "Instrument Serif", Georgia, serif;
  --sans: Manrope, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font: 400 15px/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--rust);
  outline-offset: 5px;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
h1,
h2 {
  font-family: var(--serif);
  line-height: 1.03;
  letter-spacing: -0.025em;
}
h2 {
  font-size: clamp(42px, 4.5vw, 62px);
}
h1 em,
h2 em {
  color: var(--rust);
  font-weight: 400;
}
.section-wrap,
.site-header {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  left: 1rem;
  top: -5rem;
  padding: 0.7rem 1rem;
  background: var(--ink);
  color: var(--paper);
  z-index: 10;
}
.skip-link:focus {
  top: 1rem;
}
.site-header {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: 400 29px/1 var(--serif);
  letter-spacing: -0.02em;
}
.logo-mark {
  color: var(--rust);
  font: 28px/1 var(--sans);
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 12px;
  font-weight: 700;
}
.site-header nav a {
  padding-block: 12px;
}
.site-header nav a:hover,
.footer-links a:hover {
  color: var(--rust);
}
.site-header .login-link {
  margin-left: 8px;
  padding: 10px 18px;
  border: 1px solid #b8c4b8;
  border-radius: 5px;
}
.login-link span {
  margin-left: 12px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font: 700 10px/1.7 var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  margin-bottom: 22px;
  color: var(--muted);
}
.eyebrow > span {
  flex: 0 0 20px;
  height: 2px;
  background: var(--rust);
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 60px;
  align-items: center;
  padding-block: 68px 70px;
}
.hero h1 {
  font-size: clamp(64px, 6.6vw, 92px);
  line-height: 0.99;
  margin-bottom: 27px;
}
.hero-intro {
  max-width: 420px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 50px;
  padding: 14px 21px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  color: #fff;
  background: var(--rust);
  box-shadow: 0 3px 0 #833b2820;
}
.button-primary:hover {
  background: #913b26;
}
.button-light {
  color: var(--ink);
  background: var(--cream);
}
.button-light:hover {
  background: #e6eadc;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-block: 9px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #8a9e90;
}
.text-link:hover {
  color: var(--rust);
}
.hero-footnote {
  font-size: 11px;
  color: var(--muted);
  margin-top: 18px;
}
.hero-preview {
  min-width: 0;
  padding-top: 12px;
}
.preview-stage {
  position: relative;
  padding: 29px 22px 72px;
  border: 1px solid #dce1d4;
  border-radius: 16px;
  background: #e9eddf;
}
.preview-caption {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 23px 5px;
  font-size: 11px;
  color: #4e6553;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #487b51;
  border-radius: 50%;
  flex-shrink: 0;
}
.planner-preview {
  position: relative;
  background: var(--paper);
  border: 1px solid #d8dfd4;
  border-radius: 8px;
  box-shadow: 0 12px 26px #243d2910;
  overflow: hidden;
}
.planner-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid #e8ebe3;
  font-size: 9px;
}
.preview-brand {
  font-weight: 700;
}
.preview-venue {
  color: var(--muted);
}
.planner-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 21px 16px 15px;
}
.ui-label {
  display: block;
  font-size: 8px;
  color: var(--muted);
  margin-bottom: 4px;
}
.planner-heading h2 {
  font: 700 18px/1.4 var(--sans);
  letter-spacing: -0.04em;
}
.published {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 8px;
  padding: 5px 7px;
  background: #eff4e9;
  border-radius: 4px;
}
.planner-toolbar {
  display: flex;
  justify-content: space-between;
  padding: 0 16px 14px;
  color: var(--muted);
  font-size: 9px;
}
.week-grid {
  width: calc(100% - 18px);
  margin: 0 9px 13px;
  border-spacing: 4px 6px;
  table-layout: fixed;
  font-size: 9px;
}
.week-grid th {
  font-weight: 400;
}
.week-grid thead th {
  text-align: center;
  padding: 4px 0;
  color: var(--muted);
}
.week-grid thead th span {
  display: block;
  font-weight: 700;
  color: var(--ink);
}
.week-grid thead th:first-child {
  width: 76px;
  text-align: left;
  padding-left: 2px;
}
.week-grid .today {
  border-radius: 5px;
  background: #edf0e4;
}
.week-grid tbody th {
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
}
.avatar {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font: 700 10px var(--sans);
  vertical-align: middle;
  margin-right: 5px;
}
.avatar-rose {
  background: #efd6c8;
  color: #82492f;
}
.avatar-sage {
  background: #d5e2cb;
  color: #476438;
}
.avatar-gold {
  background: #eee0b9;
  color: #795e1c;
}
.shift {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 3px;
  min-height: 49px;
  padding: 7px 5px;
  border-radius: 4px;
  border-left: 2px solid;
  line-height: 1.4;
  font-size: 8px;
}
.shift b {
  font-size: 8px;
  font-weight: 700;
}
.shift-service {
  background: #f5e4dc;
  color: #8b4934;
  border-color: #c7886c;
}
.shift-kitchen {
  background: #e5eddf;
  color: #4b6744;
  border-color: #8aa57b;
}
.shift-bar {
  background: #f4ebd2;
  color: #79602d;
  border-color: #c3a65e;
}
.shift-off {
  border-color: transparent;
  color: #748173;
  align-items: center;
}
.planner-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #e8ebe3;
  padding: 12px 16px;
  font-size: 8px;
  color: var(--muted);
}
.legend-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  margin-right: 3px;
}
.legend-dot:not(:first-child) {
  margin-left: 6px;
}
.service-dot {
  background: #bd7b5c;
}
.kitchen-dot {
  background: #809c71;
}
.bar-dot {
  background: #c0a151;
}
.punch-receipt {
  position: absolute;
  bottom: 23px;
  left: -18px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 315px;
  max-width: calc(100% - 24px);
  padding: 16px 18px;
  background: var(--paper);
  border: 1px solid #d5ddd0;
  border-radius: 9px;
  box-shadow: 0 8px 26px #22392712;
}
.receipt-check {
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #e5eedc;
  color: #496c39;
  font-size: 16px;
}
.punch-receipt strong {
  display: block;
  font-size: 11px;
}
.punch-receipt div > span {
  display: block;
  font-size: 9px;
  color: var(--muted);
  margin-top: 2px;
}
.punch-receipt time {
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.hero-preview figcaption {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px 12px;
  font-size: 9px;
  margin-top: 15px;
  color: var(--muted);
}
.benefit-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 24px;
  padding-block: 23px;
  border-block: 1px solid var(--line);
}
.benefit-strip p {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  font-weight: 700;
}
.benefit-strip p > span {
  font: italic 21px var(--serif);
  color: var(--rust);
}
.product {
  padding-block: 98px 0;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 40px;
}
.section-heading > p {
  color: var(--muted);
  max-width: 335px;
  font-size: 13px;
  padding-bottom: 5px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.feature-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: var(--paper);
}
.feature-visual {
  display: flex;
  align-items: end;
  justify-content: center;
  height: 225px;
  padding: 25px 26px 0;
  overflow: hidden;
}
.visual-tablet {
  background: #e8e9de;
}
.visual-plan {
  background: #efe6dc;
  align-items: center;
  padding-bottom: 25px;
}
.visual-phone {
  background: #e5ebe5;
}
.mini-tablet {
  position: relative;
  width: 265px;
  padding: 22px 16px 18px;
  text-align: center;
  border: 7px solid #27483c;
  border-bottom: 0;
  border-radius: 17px 17px 0 0;
  background: #fbfaf4;
  box-shadow: 0 9px 25px #26362b20;
}
.device-camera {
  position: absolute;
  width: 3px;
  height: 3px;
  background: #74877b;
  border-radius: 50%;
  top: -5px;
  left: 50%;
}
.mini-tablet > strong {
  font-size: 12px;
}
.people-preview {
  display: flex;
  justify-content: center;
  gap: 17px;
  margin: 16px 0 13px;
}
.people-preview > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 8px;
}
.people-preview .avatar {
  width: 35px;
  height: 35px;
  font-size: 12px;
  margin: 0;
  font-style: normal;
}
.terminal-hint {
  display: block;
  font-size: 7px;
  color: var(--muted);
}
.mini-plan {
  width: 282px;
  padding: 17px 18px 12px;
  background: var(--paper);
  border: 1px solid #ded6ca;
  border-radius: 7px;
  box-shadow: 0 7px 19px #4d3d2510;
}
.mini-plan > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
  font-size: 12px;
}
.mini-plan > div > span {
  font-size: 8px;
  color: var(--muted);
}
.mini-plan > p {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  padding: 8px 0;
  border-top: 1px solid #eae9e0;
}
.mini-plan > p > span {
  margin-left: auto;
  color: var(--muted);
}
.mini-plan-footer {
  font-size: 8px;
  display: block;
  color: #526c42;
  margin-top: 9px;
}
.mini-phone {
  width: 195px;
  padding: 20px 14px 0;
  border: 5px solid #29463b;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  background: var(--paper);
  position: relative;
  box-shadow: 0 5px 22px #1d392d20;
}
.phone-speaker {
  width: 31px;
  height: 4px;
  border-radius: 3px;
  background: #29463b;
  position: absolute;
  top: 6px;
  left: calc(50% - 15px);
}
.mini-phone > strong {
  display: block;
  font-size: 15px;
  margin-bottom: 9px;
}
.phone-shift {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #e5e9dd;
  padding: 8px 0;
  font-size: 8px;
}
.phone-shift > span {
  font-size: 7px;
  text-align: center;
  color: var(--muted);
}
.phone-shift > span b {
  display: block;
  font-size: 13px;
  color: var(--ink);
}
.phone-shift > div > span {
  display: block;
  color: var(--muted);
}
.phone-vacation {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  background: #eff1e5;
  margin-inline: -14px;
  padding: 10px 12px;
}
.feature-copy {
  padding: 25px 28px 28px;
}
.feature-kicker {
  font-size: 9px;
  color: var(--rust);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin-bottom: 12px;
}
.feature-copy h3 {
  font: 400 34px/1.08 var(--serif);
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.feature-copy > p:not(.feature-kicker) {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}
.feature-detail {
  display: block;
  border-top: 1px solid var(--line);
  padding-top: 15px;
  margin-top: 21px;
  color: var(--muted);
  font-size: 10px;
}
.illustration-note {
  font-size: 10px;
  color: var(--muted);
  margin-top: 13px;
}
.workflow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  padding-block: 104px;
  border-bottom: 1px solid var(--line);
}
.workflow-intro h2 {
  margin-bottom: 25px;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.steps li {
  display: flex;
  gap: 23px;
  padding-block: 24px;
  border-top: 1px solid var(--line);
}
.steps li:first-child {
  padding-top: 0;
  border-top: 0;
}
.steps li:last-child {
  padding-bottom: 0;
}
.step-number {
  font: italic 29px/1.2 var(--serif);
  color: var(--rust);
}
.steps h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 9px;
}
.steps p {
  color: var(--muted);
  font-size: 13px;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 70px;
  padding-block: 90px;
}
.faq > div > p:last-child {
  font-size: 12px;
  color: var(--muted);
  margin-top: 21px;
}
.faq p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  padding-block: 21px;
  font-weight: 700;
  font-size: 13px;
}
summary::-webkit-details-marker {
  display: none;
}
summary > span {
  font-size: 20px;
  font-weight: 400;
  color: var(--rust);
  transition: transform 0.2s;
}
details[open] summary > span {
  transform: rotate(45deg);
}
details > p {
  color: var(--muted);
  font-size: 13px;
  padding-bottom: 24px;
}
.quiet-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: var(--ink);
  color: var(--paper);
  border-radius: 12px;
  padding: 54px 60px;
}
.quiet-cta .eyebrow {
  color: #c5d3bc;
}
.quiet-cta .eyebrow > span {
  background: #d7af82;
}
.quiet-cta h2 {
  font-size: clamp(42px, 4.4vw, 60px);
}
.quiet-cta h2 em {
  color: #dfc7a2;
}
.cta-action {
  text-align: center;
}
.cta-action p {
  margin-top: 14px;
  color: #c5d3bc;
  font-size: 10px;
}
.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 38px;
  padding-block: 44px;
  font-size: 11px;
}
.site-footer .logo {
  font-size: 25px;
}
.site-footer p {
  color: var(--muted);
  font-size: 10px;
  margin-top: 10px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}
.footer-links a {
  display: inline-block;
  padding-block: 10px;
}
.site-footer small {
  text-align: right;
  color: var(--muted);
  font-size: 9px;
}
@media (max-width: 1100px) {
  .section-wrap,
  .site-header {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 32px;
  }
  .hero h1 {
    font-size: 74px;
  }
  .hero-actions {
    gap: 12px;
  }
  .preview-stage {
    padding-inline: 14px;
  }
  .week-grid thead th:first-child {
    width: 50px;
  }
  .week-grid .avatar {
    display: none;
  }
  .planner-bottom > span:last-child {
    display: none;
  }
  .feature-copy {
    padding-inline: 22px;
  }
  .feature-copy h3 {
    font-size: 30px;
  }
  .feature-visual {
    padding-inline: 16px;
  }
  .workflow {
    gap: 55px;
  }
  .site-footer {
    gap: 25px;
  }
}
@media (max-width: 800px) {
  .section-wrap,
  .site-header {
    width: calc(100% - 40px);
    max-width: 600px;
  }
  .site-header {
    min-height: 76px;
  }
  .site-header nav {
    gap: 18px;
  }
  .site-header nav a:not(.login-link) {
    display: none;
  }
  .site-header .login-link {
    margin: 0;
    padding: 9px 12px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-block: 46px 32px;
  }
  .hero h1 {
    font-size: clamp(62px, 12vw, 88px);
  }
  .hero-intro {
    max-width: 470px;
  }
  .hero-preview {
    padding-top: 0;
  }
  .preview-stage {
    padding: 23px 22px 72px;
  }
  .punch-receipt {
    left: 12px;
  }
  .week-grid thead th:first-child {
    width: 74px;
  }
  .week-grid .avatar {
    display: inline-grid;
  }
  .benefit-strip {
    gap: 15px;
    padding-block: 18px;
  }
  .benefit-strip p {
    align-items: start;
    gap: 8px;
    font-size: 9px;
  }
  .benefit-strip p > span {
    font-size: 18px;
  }
  .product {
    padding-top: 64px;
  }
  .section-heading {
    display: block;
    margin-bottom: 28px;
  }
  .section-heading > p {
    margin-top: 20px;
    max-width: 420px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .feature-card {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
  }
  .feature-visual {
    height: 100%;
    min-height: 235px;
    padding-inline: 15px;
  }
  .visual-tablet,
  .visual-phone {
    align-items: center;
  }
  .mini-tablet {
    border-bottom: 7px solid #27483c;
    border-radius: 17px;
  }
  .mini-phone {
    border-bottom: 5px solid #29463b;
    border-radius: 22px;
    overflow: hidden;
  }
  .mini-plan {
    padding-inline: 12px;
  }
  .feature-copy {
    padding: 24px 20px;
  }
  .feature-copy h3 {
    font-size: 29px;
  }
  .feature-copy > p:not(.feature-kicker) {
    font-size: 13px;
  }
  .feature-detail {
    font-size: 9px;
  }
  .workflow {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-block: 64px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 58px;
  }
  .quiet-cta {
    flex-direction: column;
    align-items: start;
    gap: 28px;
    padding: 38px 30px;
  }
  .cta-action {
    text-align: left;
  }
  .site-footer {
    grid-template-columns: 1fr auto;
    gap: 20px;
    padding-block: 32px;
  }
  .site-footer .footer-links {
    grid-row: 2;
    grid-column: 1 / -1;
  }
  .site-footer > small {
    grid-column: 2;
    grid-row: 1;
  }
}
@media (max-width: 480px) {
  .logo {
    font-size: 25px;
    gap: 7px;
  }
  .logo-mark {
    font-size: 23px;
  }
  .site-header nav {
    font-size: 10px;
  }
  .login-link span {
    margin-left: 5px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 0.1em;
  }
  .hero h1 {
    font-size: clamp(58px, 16vw, 74px);
  }
  .hero-intro {
    font-size: 13px;
  }
  .hero-actions {
    align-items: start;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-footnote {
    font-size: 10px;
    margin-top: 12px;
  }
  .preview-stage {
    padding: 18px 12px 69px;
    border-radius: 10px;
  }
  .preview-caption {
    font-size: 9px;
    margin: 0 0 16px;
  }
  .planner-top {
    padding: 12px 10px;
    font-size: 8px;
  }
  .planner-heading {
    padding: 15px 10px 12px;
  }
  .planner-heading h2 {
    font-size: 16px;
  }
  .published {
    font-size: 7px;
    gap: 4px;
    padding: 4px;
  }
  .planner-toolbar {
    padding-inline: 10px;
    font-size: 8px;
  }
  .week-grid .optional-day {
    display: none;
  }
  .week-grid thead th:first-child {
    width: 55px;
  }
  .week-grid .avatar {
    display: none;
  }
  .shift {
    font-size: 9px;
    min-height: 47px;
  }
  .shift b {
    font-size: 9px;
  }
  .planner-bottom {
    padding: 10px;
  }
  .punch-receipt {
    gap: 9px;
    padding: 12px;
    bottom: 18px;
  }
  .punch-receipt time {
    font-size: 14px;
  }
  .punch-receipt strong {
    font-size: 10px;
  }
  .hero-preview figcaption {
    font-size: 8px;
  }
  .benefit-strip {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .benefit-strip p {
    align-items: center;
    font-size: 11px;
    gap: 12px;
  }
  .feature-card {
    display: block;
  }
  .feature-visual {
    height: 220px;
    min-height: auto;
  }
  .visual-tablet,
  .visual-phone {
    align-items: end;
  }
  .mini-tablet {
    border-bottom: 0;
    border-radius: 17px 17px 0 0;
  }
  .mini-phone {
    border-bottom: 0;
    border-radius: 22px 22px 0 0;
  }
  .feature-copy {
    padding: 25px;
  }
  .feature-copy h3 {
    font-size: 34px;
  }
  .feature-copy > p:not(.feature-kicker) {
    font-size: 13px;
  }
  .feature-detail {
    font-size: 10px;
  }
  .steps li {
    gap: 16px;
  }
  .steps h3 {
    font-size: 14px;
  }
  .steps p {
    font-size: 12px;
  }
  .quiet-cta {
    padding: 33px 24px;
  }
  .quiet-cta h2 {
    font-size: 43px;
  }
  .quiet-cta .eyebrow {
    font-size: 8px;
  }
  .quiet-cta .button {
    padding-inline: 16px;
    gap: 16px;
    font-size: 11px;
  }
  .site-footer {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .site-footer > small {
    grid-column: 1;
    grid-row: 3;
    text-align: left;
  }
  .site-footer > small br {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
  }
  .button:hover {
    transform: none;
  }
}
.legal-page {
  max-width: 820px;
  padding-block: 80px;
}
.legal-page h1 {
  font-size: clamp(48px, 8vw, 76px);
  margin-bottom: 24px;
}
.legal-page p {
  margin-bottom: 18px;
}
.legal-intro {
  font-size: 19px;
  color: var(--muted);
}
.legal-page section {
  padding-block: 30px;
  border-top: 1px solid var(--line);
}
.legal-page h2 {
  font-size: clamp(26px, 4vw, 34px);
  line-height: 1.15;
  letter-spacing: -0.035em;
  margin-bottom: 24px;
}
.legal-page address {
  font-style: normal;
  margin-bottom: 24px;
}
.legal-page a {
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
.legal-page li {
  margin-block: 12px;
}
.legal-details {
  margin: 0 0 24px;
}
.legal-details > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 16px;
  padding-block: 10px;
}
.legal-details dt {
  color: var(--muted);
  overflow-wrap: anywhere;
}
.legal-details dd {
  margin: 0;
  overflow-wrap: anywhere;
}
@media (max-width: 480px) {
  .legal-details > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}
