@font-face {
    font-family: Oswald;
    src: url("/assets/fonts/oswald.woff2") format("woff2");
    font-weight: 200 700;
    font-display: swap;
}
@font-face {
    font-family: Playfair;
    src: url("/assets/fonts/playfair.woff2") format("woff2");
    font-weight: 400 900;
    font-display: swap;
}
@font-face {
    font-family: Playfair;
    src: url("/assets/fonts/playfair-italic.woff2") format("woff2");
    font-style: italic;
    font-weight: 400 900;
    font-display: swap;
}
:root {
    --navy: #031827;
    --cream: #f4eadb;
    --paper: #f6eee2;
    --rust: #9a3d18;
    --olive: #50532a;
    --ink: #061b30;
    --gutter: 1rem;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    overflow-x: hidden;
    background: var(--navy);
    color: var(--cream);
    font-family: Arial, Helvetica, sans-serif;
}
button,
input,
textarea {
    font: inherit;
}
a {
    color: inherit;
}
.skip-link {
    position: fixed;
    z-index: 30;
    top: 0.5rem;
    left: 0.5rem;
    padding: 0.75rem 1rem;
    background: var(--cream);
    color: var(--ink);
    transform: translateY(-150%);
}
.skip-link:focus {
    transform: none;
}
.hero,
.contact {
    background-color: var(--navy);
    background-image: url("/assets/navy-texture.jpg");
    background-repeat: repeat;
    background-size: 900px 100px;
}
.hero {
    position: relative;
    overflow: hidden;
    min-height: 100svh;
}
.hero-container {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    min-height: 100svh;
    padding-top: 4.625rem;
}
.site-header {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    height: 4.625rem;
    padding: 0 1.25rem;
}
.brand {
    font:
        500 clamp(2rem, 2.7vw, 3rem) / 1 Oswald,
        sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.55rem;
    letter-spacing: 0.13em;
}
.hero-art {
    flex: 0 0 53.7%;
    min-width: 0;
    aspect-ratio: 1448 / 1086;
    align-self: center;
    overflow: hidden;
    order: 1;
    width: 100%;
    margin: 0;
    height: auto;
    max-height: none;
    -webkit-mask-image:
        linear-gradient(to right, transparent, #000 10%, #000 90%, transparent),
        linear-gradient(to bottom, transparent, #000 10%, #000 90%, transparent);
    -webkit-mask-composite: source-in;
    mask-image:
        linear-gradient(to right, transparent, #000 10%, #000 90%, transparent),
        linear-gradient(to bottom, transparent, #000 10%, #000 90%, transparent);
    mask-composite: intersect;
}
.phone-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #92934d;
    aspect-ratio: 1;
    width: 2rem;
    height: 2rem;
}
.phone-link svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}
.hero-art img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hero-copy {
    flex: 0 0 46.3%;
    align-self: start;
    min-width: 0;
    order: 2;
    width: 100%;
    text-align: center;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 1.9rem 1.45rem 1.7rem;
}
.hero h1 {
    margin: 0;
    font:
        400 clamp(4.7rem, 5.9vw, 6.35rem) / 0.96 Playfair,
        Georgia,
        serif;
    letter-spacing: -0.035em;
    font-size: clamp(3.05rem, 13vw, 3.3rem);
    line-height: 0.98;
}
.headline-line {
    white-space: normal;
    display: inline;
}
.hero h1 em {
    color: var(--rust);
    font-style: italic;
}
.hero-lead {
    margin: clamp(2.65rem, 3.55vw, 3.65rem) 0 0;
    line-height: 1.35;
    margin-top: 1rem;
    font-size: 1rem;
}
.hero-lead::before {
    content: "";
    display: block;
    background: var(--olive);
    margin-inline: auto;
    width: 3.8rem;
    height: 0.2rem;
    margin-bottom: 0.9rem;
}
.price-line {
    width: min(100%, 28rem);
    display: flex;
    align-items: center;
    margin: clamp(1.6rem, 2vw, 2rem) 0 0;
    font-family: Arial, Helvetica, sans-serif;
    height: 4.35rem;
    margin-top: 1.2rem;
}
.price-option {
    height: 100%;
    display: flex;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(151, 146, 76, 0.82);
    width: calc(50% - 0.8rem);
    padding: 0.6rem 0.2rem;
}
.price-copy {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.2rem;
}
.price-line strong {
    color: var(--rust);
    font:
        400 clamp(3.4rem, 4vw, 4.35rem) / 0.9 Georgia,
        "Times New Roman",
        serif;
    font-variant-numeric: lining-nums;
    letter-spacing: -0.055em;
    white-space: nowrap;
    font-size: 2.5rem;
}
.price-line small {
    font-weight: 500;
    white-space: nowrap;
    font-size: 0.82rem;
}
.price-line i {
    z-index: 1;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    margin: 0 -0.35rem;
    border: 1px solid rgba(151, 146, 76, 0.82);
    border-radius: 50%;
    background: var(--olive);
    font:
        italic 1.05rem / 1 Playfair,
        serif;
    width: 2.55rem;
    height: 2.55rem;
    font-size: 0.9rem;
}
.button {
    width: min(100%, 28rem);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem;
    background-color: #923c17;
    background-image:
        linear-gradient(105deg, rgba(255, 255, 255, 0.07), rgba(0, 0, 0, 0.12)), url("/assets/paper-texture.jpg");
    background-blend-mode: soft-light, multiply;
    background-size: auto, cover;
    color: #fff8ee;
    font:
        500 clamp(1.2rem, 1.45vw, 1.55rem) / 1 Oswald,
        sans-serif;
    letter-spacing: 0.13em;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
    min-height: 3.65rem;
    margin-top: 1.15rem;
    font-size: 1rem;
}
.button:hover,
.button:focus-visible,
.form-wrap button:hover,
.form-wrap button:focus-visible {
    background-color: #7e3012;
}
.terms {
    width: min(100%, 34rem);
    display: flex;
    align-items: center;
    margin: 1.85rem 0 0;
    gap: 0.35rem;
    margin-top: 1.25rem;
    font-size: 0.74rem;
}
.term {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    white-space: normal;
    align-items: center;
    justify-content: flex-start;
    gap: 0.3rem;
    min-height: 2.85rem;
    line-height: 1.15;
}
.term > span {
    min-width: 0;
    overflow-wrap: anywhere;
}
.term-divider {
    width: 1px;
    display: block;
    flex: 0 0 1px;
    background: rgba(151, 146, 76, 0.75);
    height: 2.85rem;
}
.term::before {
    content: "✓";
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--olive);
    color: var(--cream);
    font-weight: 700;
    width: 1.35rem;
    height: 1.35rem;
}
.software {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--paper);
    color: var(--ink);
    min-height: 100svh;
}
.software::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/assets/paper-texture.jpg") center / cover no-repeat;
    opacity: 0.18;
    pointer-events: none;
}
.software > * {
    position: relative;
    z-index: 1;
}
.software-main {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.4rem;
    padding: 3rem 1rem 2.5rem;
}
.software-copy {
    flex: 0 1 34%;
    width: 100%;
    max-width: 48rem;
    min-width: 0;
    margin: 0 auto;
    text-align: center;
}
.software h2 {
    margin: 0;
    font:
        500 clamp(3.5rem, 4.45vw, 4.85rem) / 0.98 Playfair,
        Georgia,
        serif;
    letter-spacing: -0.04em;
    font-size: 2.75rem;
    line-height: 0.98;
}
.software h2 span {
    display: block;
}
.software h2 span:last-child {
    color: var(--rust);
}
.software h2::after {
    content: "";
    display: block;
    background: var(--olive);
    width: 2.8rem;
    height: 0.16rem;
    margin-top: 1.3rem;
}
.software-label {
    margin: clamp(2.4rem, 3.2vw, 3.25rem) 0 0;
    color: var(--olive);
    font:
        600 clamp(1rem, 1.25vw, 1.25rem) / 1.2 Oswald,
        sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-top: 1.5rem;
    font-size: 1rem;
}
.software-summary {
    margin: 1rem 0 0;
    margin-inline: auto;
    max-width: 21rem;
    margin-top: 0.9rem;
    font-size: 1rem;
    line-height: 1.5;
}
.dashboard-caption {
    margin: 2rem 0 0;
    font-size: clamp(0.9rem, 1vw, 1rem);
    line-height: 1.35;
}
.dashboard-caption::before {
    content: "";
    display: block;
    width: 2rem;
    height: 0.16rem;
    margin-bottom: 1rem;
    background: var(--olive);
}
.mobile-caption {
    width: min(100%, 27rem);
    display: block;
    margin: -0.45rem auto 0;
    font-size: 0.86rem;
    text-align: left;
}
.dashboard-shot {
    flex: 1 1 66%;
    min-width: 0;
    display: block;
    overflow: hidden;
    border: 2px solid var(--olive);
    border-radius: 0.25rem;
    background: #f8f0e5;
    box-shadow: 0 1rem 2.5rem rgba(3, 24, 39, 0.08);
    margin: 0 auto;
    width: min(100%, 27rem);
    border-width: 1px;
}
.dashboard-shot img {
    display: block;
    width: 100%;
    height: auto;
}
.discovery {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--navy);
    background-image: url("/assets/navy-texture.jpg");
    background-repeat: repeat;
    background-size: 900px 100px;
    color: var(--cream);
    text-align: center;
    min-height: 15rem;
    padding: 3.25rem 1.4rem;
}
.discovery-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.discovery h3 {
    margin: 0;
    font:
        500 clamp(2.35rem, 3.35vw, 3.65rem) / 1.05 Playfair,
        Georgia,
        serif;
    letter-spacing: -0.025em;
    max-width: 20rem;
    font-size: 2.2rem;
}
.discovery h3::after {
    content: "";
    display: block;
    margin: 1.35rem auto 0;
    background: #99974e;
    width: 2.8rem;
    height: 0.16rem;
    margin-top: 1rem;
}
.discovery p {
    max-width: 58rem;
    margin: 1.25rem 0 0;
    font:
        400 clamp(1.1rem, 1.55vw, 1.45rem) / 1.45 Playfair,
        Georgia,
        serif;
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.4;
}
.explanation {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--paper);
    color: var(--ink);
    min-height: 100svh;
}
.explanation::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/assets/paper-texture.jpg") center / cover no-repeat;
    opacity: 0.18;
    pointer-events: none;
}
.explanation > * {
    position: relative;
    z-index: 1;
}
.explanation-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 2.9rem 1rem 0;
}
.explanation-head {
    text-align: center;
}
.explanation h2 {
    margin: 0;
    font:
        500 clamp(3.4rem, 4.3vw, 4.7rem) / 0.98 Playfair,
        Georgia,
        serif;
    letter-spacing: -0.035em;
    font-size: 1.95rem;
    line-height: 1.02;
}
.explanation h2 span {
    display: block;
    color: var(--rust);
    font-size: 0.95em;
}
.explanation h2::after {
    content: "";
    display: block;
    margin: 1.7rem auto 0;
    background: var(--olive);
    width: 2.8rem;
    height: 0.16rem;
    margin-top: 1.15rem;
}
.explanation-head > p {
    margin: 1.35rem 0 0;
    color: #111;
    line-height: 1.3;
    margin-top: 1rem;
    font-size: 1rem;
}
.steps {
    display: flex;
    max-width: 44rem;
    flex-direction: column;
    margin: 1.65rem 0.8rem 2.5rem;
}
.steps article {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 clamp(1.4rem, 2.4vw, 2.6rem);
    border-right: 1px solid rgba(75, 77, 41, 0.35);
}
.steps article:first-child {
    padding-left: 0;
}
.steps article:last-child {
    padding-right: 0;
    border: 0;
    border-bottom: 0;
}
.step-art {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 13rem;
    flex-basis: 7.9rem;
    height: 7.7rem;
}
.step-art img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    user-select: none;
    pointer-events: none;
}
.steps h3 {
    margin: 1.15rem 0 0;
    font:
        600 clamp(1.05rem, 1.35vw, 1.3rem) / 1.15 Oswald,
        sans-serif;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 0.98rem;
    line-height: 1.1;
}
.steps h3 b {
    color: var(--rust);
    font:
        500 clamp(2.65rem, 3.2vw, 3.25rem) / 1 Playfair,
        Georgia,
        serif;
    font-size: 2.2rem;
}
.steps h3 i {
    color: var(--olive);
    font-style: normal;
    margin: 0 0.3rem;
}
.steps h3::after {
    content: "";
    display: block;
    height: 0.16rem;
    background: var(--olive);
    width: 1.7rem;
    margin-top: 0.45rem;
}
.steps article > div > p {
    margin: 0.9rem 0 0;
    margin-top: 0.6rem;
    font-size: 0.88rem;
    line-height: 1.35;
}
.assurance {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0 0;
    background: var(--olive);
    color: var(--cream);
    text-align: center;
    min-height: 9.5rem;
    padding: 1.4rem;
}
.assurance p {
    margin: 0;
    font:
        400 clamp(1.4rem, 2vw, 1.9rem) / 1.3 Playfair,
        Georgia,
        serif;
    font-size: 1.2rem;
    line-height: 1.35;
}
.assurance p::after {
    content: "";
    display: block;
    height: 0.2rem;
    margin: 1.45rem auto 0;
    background: #99974e;
    width: 2.8rem;
    margin-top: 1rem;
}
.contact {
    position: relative;
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(244, 234, 219, 0.15);
    min-height: 100svh;
    overflow: visible;
}
.contact-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 2.25rem 1rem 0;
}
.contact-main {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}
.contact-copy {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    flex: 1 1 0;
    min-width: 0;
    width: 100%;
    max-width: 44rem;
    margin: 0 auto;
    text-align: left;
}
.contact h2 {
    margin: 0;
    font:
        500 clamp(3.15rem, 4vw, 4.4rem) / 1.04 Playfair,
        Georgia,
        serif;
    letter-spacing: -0.03em;
    width: auto;
    margin-left: 0;
    font-size: 2.05rem;
    line-height: 1;
}
.contact h2 span {
    display: block;
}
.contact-copy > i {
    display: block;
    margin: 0;
    background: var(--olive);
    width: 3.5rem;
    height: 0.18rem;
}
.contact-copy > p {
    max-width: 43rem;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.35;
}
.contact-copy > p strong,
.contact-copy > p span {
    display: block;
}
.contact-copy > p strong {
    color: var(--rust);
    font:
        italic 500 clamp(1.35rem, 1.85vw, 1.8rem) / 1.25 Playfair,
        Georgia,
        serif;
    margin-bottom: 0.35rem;
    font-size: 1.08rem;
}
.mug {
    aspect-ratio: 1135 / 741;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 9.75rem;
}
.mug img {
    display: block;
    width: 110.49%;
    max-width: none;
    height: auto;
    transform: translate(-4.14%, -17.7%);
}
.form-wrap {
    flex: 0 1 48.2%;
    width: 100%;
    min-width: 0;
    max-width: 44rem;
    margin: 2rem auto 0;
    margin-top: 0.15rem;
}
.form-wrap form {
    background: #f4ebdd;
    color: var(--ink);
    padding: 0.9rem 1rem 1rem;
    border-radius: 0.45rem;
}
.form-wrap label {
    display: block;
    margin: 0 0 0.55rem;
    font:
        600 clamp(0.9rem, 1vw, 1.05rem) / 1 Oswald,
        sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
    font-size: 0.76rem;
}
.form-wrap input,
.form-wrap textarea {
    width: 100%;
    margin: 0 0 clamp(1rem, 1.45vw, 1.25rem);
    border: 1px solid #777871;
    border-radius: 0.3rem;
    background: rgba(255, 255, 255, 0.05);
    color: var(--ink);
    min-height: 2.75rem;
    margin-bottom: 0.5rem;
    padding: 0.4rem;
    font-size: 1rem;
}
.form-wrap textarea {
    resize: vertical;
    min-height: 4.7rem;
}
.form-wrap button {
    width: 100%;
    border: 0;
    border-radius: 0.3rem;
    background-color: #923c17;
    background-image:
        linear-gradient(105deg, rgba(255, 255, 255, 0.07), rgba(0, 0, 0, 0.12)), url("/assets/paper-texture.jpg");
    background-blend-mode: soft-light, multiply;
    background-size: auto, cover;
    color: #fff8ee;
    font:
        500 clamp(1.15rem, 1.4vw, 1.45rem) / 1 Oswald,
        sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    min-height: 3.3rem;
    font-size: 1rem;
}
.form-note {
    color: #a29a4c;
    font:
        italic 500 clamp(1rem, 1.5vw, 1.35rem) / 1.3 Playfair,
        Georgia,
        serif;
    position: static;
    width: 100%;
    align-self: stretch;
    margin: 0;
    text-align: center;
    font-size: 0.88rem;
}
.honeypot {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}
.contact-status {
    display: none;
    margin: 0 0 1rem;
    padding: 0.9rem;
    background: #fee0cc;
    color: #702800;
    font-weight: 700;
}
.contact-status.success {
    background: #dcebd1;
    color: #234d23;
}
.contact-status:target {
    display: block;
}
.contact footer {
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto 0 0;
    border-top: 1px solid rgba(151, 146, 76, 0.65);
    min-height: 5.5rem;
}
.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.contact footer .brand {
    font:
        500 clamp(2.3rem, 3.2vw, 3.2rem) / 1 Playfair,
        Georgia,
        serif;
    letter-spacing: 0.04em;
    font-size: 2rem;
}
.contact footer p {
    margin: 0.8rem 0 0;
    color: var(--rust);
    font:
        italic 500 clamp(1.05rem, 1.55vw, 1.4rem) / 1 Playfair,
        Georgia,
        serif;
    margin-top: 0.5rem;
    font-size: 1rem;
}
.form-wrap button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 3px solid #ffaf7c;
    outline-width: 2px;
    outline-offset: 2px;
}
.price-line,
.button,
.terms {
    margin-inline: auto;
}
.software h2::after,
.dashboard-caption::before {
    margin-inline: auto;
}
.steps article,
.steps article:first-child,
.steps article:last-child {
    display: flex;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid rgba(75, 77, 41, 0.3);
    min-height: 9.4rem;
    gap: 1.15rem;
    padding: 0.8rem 0;
}
.headline-line::after {
    content: " ";
}
.software-copy > .dashboard-caption {
    display: none;
}
.mobile-caption::before {
    width: 1.7rem;
    margin: 0 0 0.75rem;
}
.assurance p span {
    display: block;
}
@media (width >= 375px) {
    .price-copy {
        gap: 0.35rem;
    }
    .price-line strong {
        font-size: 2.8rem;
    }
    .price-line small {
        font-size: 0.95rem;
    }
    .explanation h2 span,
    .contact-copy > p strong {
        white-space: nowrap;
    }
}
@media (width >= 40rem) {
    :root {
        --gutter: clamp(1.75rem, 5vw, 3rem);
    }
    .hero-container {
        padding-top: 5rem;
    }
    .site-header {
        height: 5rem;
        padding: 0 var(--gutter);
    }
    .brand {
        letter-spacing: 0.15em;
        font:
            500 clamp(2rem, 2.7vw, 3rem) / 1 Oswald,
            sans-serif;
    }
    .hero-art {
        max-height: initial;
    }
    .phone-link {
        width: 2.4rem;
        height: 2.4rem;
    }
    .hero-copy {
        padding: 2.25rem var(--gutter) 0.5rem;
        min-height: initial;
        display: revert;
        flex-direction: initial;
    }
    .hero h1 {
        font:
            400 clamp(4.7rem, 5.9vw, 6.35rem) / 0.96 Playfair,
            Georgia,
            serif;
    }
    .headline-line {
        display: block;
    }
    .hero-lead {
        font-size: clamp(1.2rem, 1.55vw, 1.65rem);
        margin: clamp(2.65rem, 3.55vw, 3.65rem) 0 0;
    }
    .hero-lead::before {
        width: clamp(4.25rem, 5.8vw, 6rem);
        height: 0.25rem;
        margin-bottom: clamp(1.5rem, 2.1vw, 2rem);
    }
    .price-line {
        height: clamp(4.75rem, 5.5vw, 5.5rem);
        margin: clamp(1.6rem, 2vw, 2rem) auto 0;
    }
    .price-option {
        width: auto;
        padding: 1rem;
    }
    .price-copy {
        gap: 0.5rem;
    }
    .price-line strong {
        font:
            400 clamp(3.4rem, 4vw, 4.35rem) / 0.9 Georgia,
            "Times New Roman",
            serif;
    }
    .price-line small {
        font-size: clamp(1.08rem, 1.35vw, 1.4rem);
    }
    .price-line i {
        font:
            italic 1.05rem / 1 Playfair,
            serif;
    }
    .button {
        min-height: clamp(4rem, 4.5vw, 4.5rem);
        margin-top: 1.75rem;
        font:
            500 clamp(1.2rem, 1.45vw, 1.55rem) / 1 Oswald,
            sans-serif;
    }
    .terms {
        gap: clamp(0.45rem, 1.2vw, 0.8rem);
        font-size: clamp(0.82rem, 0.95vw, 1rem);
        margin: 1.85rem auto 0;
    }
    .term {
        gap: 0.65rem;
        justify-content: initial;
        min-height: initial;
        line-height: inherit;
    }
    .term > span {
        overflow-wrap: inherit;
    }
    .term-divider {
        height: 2.7rem;
    }
    .term::before {
        width: 1.7rem;
        height: 1.7rem;
    }
    .software-main {
        gap: clamp(2.5rem, 4vw, 5rem);
        padding: 4.75rem var(--gutter);
    }
    .software h2 {
        font:
            500 clamp(3.5rem, 4.45vw, 4.85rem) / 0.98 Playfair,
            Georgia,
            serif;
    }
    .software h2::after {
        width: 3.7rem;
        height: 0.2rem;
        margin-top: 1.8rem;
    }
    .software-label {
        margin: clamp(2.4rem, 3.2vw, 3.25rem) 0 0;
        font:
            600 clamp(1rem, 1.25vw, 1.25rem) / 1.2 Oswald,
            sans-serif;
    }
    .software-summary {
        max-width: 31rem;
        font-size: clamp(1.05rem, 1.3vw, 1.3rem);
        margin: 1rem auto 0;
    }
    .mobile-caption {
        display: none;
        width: initial;
        margin: initial;
        font-size: inherit;
        text-align: inherit;
    }
    .dashboard-shot {
        width: min(100%, 64rem);
        border: 2px solid var(--olive);
    }
    .discovery {
        min-height: clamp(13rem, 18vw, 18rem);
        padding: 3.5rem var(--gutter);
    }
    .discovery h3 {
        max-width: initial;
        font:
            500 clamp(2.35rem, 3.35vw, 3.65rem) / 1.05 Playfair,
            Georgia,
            serif;
    }
    .discovery h3::after {
        width: 3.7rem;
        height: 0.2rem;
        margin: 1.35rem auto 0;
    }
    .discovery p {
        margin: 1.25rem 0 0;
        font:
            400 clamp(1.1rem, 1.55vw, 1.45rem) / 1.45 Playfair,
            Georgia,
            serif;
    }
    .explanation-content {
        padding: clamp(4.5rem, 5.4vw, 6.5rem) var(--gutter) 0;
    }
    .explanation h2 {
        font:
            500 clamp(3.4rem, 4.3vw, 4.7rem) / 0.98 Playfair,
            Georgia,
            serif;
    }
    .explanation h2 span {
        font-size: inherit;
    }
    .explanation h2::after {
        width: 3.7rem;
        height: 0.2rem;
        margin: 1.7rem auto 0;
    }
    .explanation-head > p {
        font-size: clamp(1.15rem, 1.5vw, 1.45rem);
        margin: 1.35rem 0 0;
    }
    .steps {
        margin: clamp(2.5rem, 3.3vw, 3.5rem) auto clamp(4rem, 5vw, 6rem);
    }
    .step-art {
        height: 10rem;
        flex: 0 0 13rem;
    }
    .steps h3 {
        font:
            600 clamp(1.05rem, 1.35vw, 1.3rem) / 1.15 Oswald,
            sans-serif;
    }
    .steps h3 b {
        font:
            500 clamp(2.65rem, 3.2vw, 3.25rem) / 1 Playfair,
            Georgia,
            serif;
    }
    .steps h3 i {
        margin: 0 0.55rem;
    }
    .steps h3::after {
        width: 1.9rem;
        margin-top: 0.75rem;
    }
    .steps article > div > p {
        font-size: clamp(0.98rem, 1.25vw, 1.15rem);
        line-height: 1.45;
        margin: 0.9rem 0 0;
    }
    .assurance {
        padding: 1.5rem;
        min-height: 9rem;
    }
    .assurance p {
        font:
            400 clamp(1.4rem, 2vw, 1.9rem) / 1.3 Playfair,
            Georgia,
            serif;
    }
    .assurance p::after {
        width: 3.7rem;
        margin: 1.45rem auto 0;
    }
    .contact-content {
        padding: 4.75rem var(--gutter);
    }
    .contact h2 {
        font:
            500 clamp(3.15rem, 4vw, 4.4rem) / 1.04 Playfair,
            Georgia,
            serif;
    }
    .contact-copy > i {
        width: 4.5rem;
        height: 0.25rem;
    }
    .contact-copy > p {
        font-size: clamp(1.15rem, 1.42vw, 1.45rem);
        line-height: 1.5;
    }
    .contact-copy > p strong {
        margin-bottom: 0.45rem;
        font:
            italic 500 clamp(1.35rem, 1.85vw, 1.8rem) / 1.25 Playfair,
            Georgia,
            serif;
    }
    .mug {
        width: 13.75rem;
    }
    .form-wrap {
        margin: 2rem auto 0;
    }
    .form-wrap form {
        padding: clamp(2rem, 2.7vw, 2.6rem);
        border-radius: 0.7rem;
    }
    .form-wrap label {
        margin: 0 0 0.55rem;
        font:
            600 clamp(0.9rem, 1vw, 1.05rem) / 1 Oswald,
            sans-serif;
    }
    .form-wrap input,
    .form-wrap textarea {
        min-height: clamp(3.25rem, 4vw, 3.65rem);
        padding: 0.65rem;
        margin: 0 0 clamp(1rem, 1.45vw, 1.25rem);
        font-size: inherit;
    }
    .form-wrap textarea {
        min-height: clamp(7.2rem, 9vw, 8.3rem);
    }
    .form-wrap button {
        min-height: clamp(3.75rem, 4.5vw, 4.25rem);
        font:
            500 clamp(1.15rem, 1.4vw, 1.45rem) / 1 Oswald,
            sans-serif;
    }
    .form-note {
        font:
            italic 500 clamp(1rem, 1.5vw, 1.35rem) / 1.3 Playfair,
            Georgia,
            serif;
    }
    .contact footer {
        min-height: 8rem;
    }
    .contact footer .brand {
        font:
            500 clamp(2.3rem, 3.2vw, 3.2rem) / 1 Playfair,
            Georgia,
            serif;
    }
    .contact footer p {
        margin: 0.8rem 0 0;
        font:
            italic 500 clamp(1.05rem, 1.55vw, 1.4rem) / 1 Playfair,
            Georgia,
            serif;
    }
    .form-wrap button:focus-visible,
    a:focus-visible,
    input:focus-visible,
    textarea:focus-visible {
        outline-offset: 3px;
        outline: 3px solid #ffaf7c;
    }
    .steps article,
    .steps article:first-child,
    .steps article:last-child {
        gap: 2rem;
        padding: 2rem 0;
        min-height: initial;
    }
    .headline-line::after {
        content: initial;
    }
    .software-copy > .dashboard-caption {
        display: revert;
    }
    .mobile-caption::before {
        width: initial;
        margin: initial;
    }
    .assurance p span {
        display: revert;
    }
    .explanation h2 span,
    .contact-copy > p strong {
        white-space: inherit;
    }
}
@media (width >= 64rem) {
    :root {
        --gutter: clamp(3rem, 3.45vw, 4.25rem);
    }
    .hero {
        min-height: initial;
    }
    .hero-container {
        min-height: initial;
        height: initial;
        flex-direction: initial;
        padding-top: initial;
    }
    .site-header {
        height: clamp(6.5rem, 8vw, 8rem);
        align-items: flex-start;
        padding: 3.75rem 0 0 var(--gutter);
    }
    .hero-art {
        flex-basis: 50%;
        order: 2;
        margin: clamp(7rem, 7.85vw, 8.5rem) 0 clamp(6rem, 6.75vw, 7rem);
        width: initial;
    }
    .hero-copy {
        flex-basis: 50%;
        order: 1;
        padding: clamp(9.5rem, 11.7vw, 13rem) 2.5rem 4rem var(--gutter);
        width: initial;
        text-align: inherit;
    }
    .hero h1 {
        font:
            400 clamp(4.25rem, 4.5vw, 5.2rem) / 0.96 Playfair,
            Georgia,
            serif;
    }
    .headline-line {
        white-space: nowrap;
    }
    .hero-lead::before {
        margin-inline: initial;
    }
    .software {
        min-height: initial;
    }
    .software-main {
        align-items: center;
        padding: clamp(4.5rem, 5.4vw, 6.5rem) var(--gutter);
        flex-direction: initial;
    }
    .software-copy {
        min-width: 19rem;
        width: initial;
        max-width: initial;
        margin: initial;
        text-align: inherit;
    }
    .software-summary {
        margin: 1rem 0 0;
    }
    .dashboard-shot {
        width: initial;
        margin: initial;
    }
    .explanation {
        min-height: initial;
    }
    .steps {
        max-width: 82rem;
        flex-direction: initial;
    }
    .steps article:last-child {
        border: 0;
    }
    .step-art {
        height: clamp(17rem, 20vw, 18rem);
        flex: initial;
    }
    .steps h3 {
        margin: 1.15rem 0 0;
    }
    .assurance {
        min-height: clamp(8.5rem, 9.7vw, 10.5rem);
    }
    .contact {
        min-height: initial;
        overflow: hidden;
    }
    .contact-content {
        padding: clamp(5.5rem, 6.25vw, 6.75rem) var(--gutter) clamp(3rem, 5vw, 5rem);
    }
    .contact-main {
        align-items: flex-start;
        gap: clamp(3.5rem, 6vw, 6.5rem);
        flex-direction: initial;
    }
    .contact-copy {
        width: initial;
        max-width: initial;
        margin: initial;
        text-align: left;
    }
    .contact h2 {
        width: 100%;
        margin-left: 0;
        font:
            500 clamp(3.15rem, 4vw, 4.4rem) / 1.04 Playfair,
            Georgia,
            serif;
    }
    .mug {
        width: clamp(18rem, 24vw, 23rem);
        margin: 0 auto;
    }
    .form-wrap {
        min-width: 29rem;
        width: initial;
        max-width: initial;
        margin: initial;
    }
    .contact footer {
        min-height: clamp(8rem, 10vw, 10.5rem);
    }
    .price-line,
    .button,
    .terms {
        margin-inline: initial;
    }
    .software h2::after,
    .dashboard-caption::before {
        margin-inline: initial;
    }
    .steps article,
    .steps article:first-child,
    .steps article:last-child {
        display: revert;
        align-items: initial;
        gap: initial;
        padding: initial;
        border-right: initial;
        border-bottom: initial;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
