@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=DM+Sans:wght@400;500;600;700&display=swap');

:root {
    --orange: rgba(242, 100, 50, 1);
    --orange-deep: #e95426;
    --ink: #101210;
    --paper: #fff8ef;
    --green: rgba(220, 235, 221, 1);
    --line: rgba(16, 18, 16, .18);
    --display: "Archivo Black", Impact, "Arial Black", sans-serif;
    --body: "DM Sans", Arial, sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    overflow-x: hidden;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--body);
    -webkit-font-smoothing: antialiased
}

body.menu-open {
    overflow: hidden
}

a {
    color: inherit;
    text-decoration: none
}

img {
    display: block;
    max-width: 100%
}

button {
    font: inherit
}

::selection {
    color: var(--paper);
    background: var(--ink)
}

.noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 99;
    opacity: .055;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E");
    mix-blend-mode: multiply
}

.page-width {
    width: min(1200px, calc(100% - 64px));
    margin-inline: auto
}

.section-light {
    background: var(--paper)
}

.section-orange {
    background: var(--orange)
}

.site-header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 20
}

.nav-shell {
    width: min(1200px, calc(100% - 64px));
    height: 100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand img {
    width: 190px
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 36px
}

.main-nav a {
    position: relative;
    padding: 12px 0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -.02em
}

.main-nav a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 4px;
    height: 3px;
    background: var(--ink);
    transition: right .35s cubic-bezier(.2, .8, .2, 1)
}

.main-nav a:hover:after, .main-nav a.active:after {
    right: 0
}

.menu-toggle {
    display: none;
    border: 0;
    padding: 8px;
    background: none;
    cursor: pointer
}

.menu-toggle span {
    width: 26px;
    height: 2px;
    display: block;
    margin: 5px;
    background: var(--ink);
    transition: .3s
}

.hero {
    position: relative;
    min-height: 760px;
    padding-top: 100px;
    overflow: hidden
}

.hero-inner {
    position: relative;
    min-height: 660px;
    display: grid;
    grid-template-columns:.82fr 1.18fr;
    align-items: center;
    z-index: 2
}

.hero-copy {
    position: relative;
    z-index: 3;
    padding: 70px 0 60px
}

.eyebrow {
    width: max-content;
    margin: 0 0 22px;
    padding: 8px 12px;
    border: 1px solid var(--ink);
    border-radius: 99px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 800
}

.hero h1, .section-intro h2, .simple-lead h2, .protected-copy h2, .transparency-copy h2, .faq-heading h2 {
    margin: 0;
    font-family: var(--display);
    text-transform: uppercase;
    letter-spacing: -.075em;
    line-height: .88
}

.hero h1 {
    font-size: clamp(75px, 8.2vw, 124px)
}

.hero h1 span {
    position: relative
}

.hero h1 span:after {
    content: "";
    position: absolute;
    left: .03em;
    right: -.02em;
    bottom: .03em;
    height: .1em;
    background: var(--paper);
    z-index: -1;
    transform: rotate(-1deg)
}

.title-rule {
    width: 36px;
    height: 4px;
    margin: 26px 0 18px;
    background: var(--ink)
}

.hero-copy h2 {
    max-width: 300px;
    margin: 0 0 12px;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1.05;
    letter-spacing: -.02em
}

.hero-copy > p:last-of-type {
    max-width: 335px;
    margin: 0;
    font-size: 14px;
    line-height: 1.55
}

.hero-cta {
    width: max-content;
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 13px 14px 13px 20px;
    color: var(--paper);
    background: var(--ink);
    border: 1px solid var(--ink);
    border-radius: 99px;
    font-size: 12px;
    font-weight: 700;
    transition: color .3s, background .3s, transform .3s
}

.hero-cta b {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    color: var(--ink);
    background: var(--orange);
    border-radius: 50%;
    transition: transform .35s
}

.hero-cta:hover {
    color: var(--ink);
    background: var(--paper)
}

.hero-cta:hover b {
    transform: rotate(45deg)
}

.hero-visual {
    position: relative;
    align-self: end;
    display: flex;
    justify-content: flex-end;
    transform-style: preserve-3d
}

.hero-visual > img {
    position: relative;
    width: min(600px, 61vw);
    margin-right: -20px;
    z-index: 2;
    filter: drop-shadow(0 32px 22px rgba(0, 0, 0, .12))
}

.hero-glow {
    position: absolute;
    width: 62%;
    aspect-ratio: 1;
    right: 9%;
    top: 18%;
    border-radius: 50%;
    background: rgba(255, 255, 255, .14);
    filter: blur(10px);
    animation: pulse 4s ease-in-out infinite
}

.floating-pill {
    position: absolute;
    z-index: 4;
    padding: 10px 15px;
    color: var(--ink);
    background: rgba(255, 248, 239, .92);
    border: 1px solid rgba(16, 18, 16, .55);
    border-radius: 99px;
    box-shadow: 4px 4px 0 var(--ink);
    backdrop-filter: blur(8px);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
    animation: bob 3.5s ease-in-out infinite
}

.pill-one {
    top: 28%;
    left: 12%
}

.pill-two {
    right: 3%;
    bottom: 17%;
    animation-delay: -1.5s
}

.hero-fan {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    z-index: 1
}

.hero-dots {
    position: absolute;
    width: 130px;
    right: 24px;
    bottom: 20px;
    opacity: .85;
    z-index: 3
}

.hero-orbit {
    position: absolute;
    border: 1px solid rgba(16, 18, 16, .18);
    border-radius: 50%
}

.orbit-one {
    width: 670px;
    height: 670px;
    right: 4%;
    top: 9%
}

.orbit-two {
    width: 540px;
    height: 540px;
    right: 9%;
    top: 18%;
    border-style: dashed;
    animation: spin 28s linear infinite
}

.stats {
    position: relative;
    z-index: 5;
    color: var(--paper);
    background: var(--ink)
}

.stats-inner {
    min-height: 182px;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    align-items: center
}

.stat {
    min-height: 106px;
    padding: 8px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, .28)
}

.stat:first-child {
    padding-left: 0
}

.stat:last-child {
    border: 0
}

.stat small {
    font-size: 12px;
    font-weight: 700
}

.stat strong {
    margin: 2px 0;
    font-family: var(--display);
    font-size: clamp(42px, 5.1vw, 72px);
    letter-spacing: -.065em;
    line-height: 1;
    white-space: nowrap
}

.stat strong > span:first-child:not(.counter) {
    font-size: .65em
}

.stat em {
    color: var(--orange);
    font-size: 11px;
    font-style: normal;
    font-weight: 800
}

.how {
    padding: 100px 0 72px
}

.how-grid {
    display: grid;
    grid-template-columns:260px 1fr;
    gap: 80px;
    align-items: center
}

.section-index {
    display: block;
    margin-bottom: 18px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em
}

.section-intro h2, .simple-lead h2, .protected-copy h2, .transparency-copy h2, .faq-heading h2 {
    font-size: clamp(54px, 5.4vw, 78px)
}

.section-intro p, .simple-lead p, .protected-copy p, .transparency-copy p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6
}

.how-art {
    width: 220px;
    margin-top: 32px
}

.steps {
    border: 1px solid var(--line);
    box-shadow: 13px 13px 0 rgba(16, 18, 16, .05)
}

.step-card {
    min-height: 132px;
    display: grid;
    grid-template-columns:125px 86px 1fr 45px;
    align-items: center;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, .18);
    overflow: hidden
}

.step-card:last-child {
    border: 0
}

.step-number {
    align-self: stretch;
    display: grid;
    place-items: center;
    color: var(--ink);
    background: var(--orange);
    font-family: var(--display);
    font-size: 48px;
    letter-spacing: -.06em;
    transition: color .35s, background .35s
}

.step-icon img {
    width: 70px;
    transition: transform .4s cubic-bezier(.2, .8, .2, 1)
}

.step-copy h3 {
    margin: 0 0 8px;
    font-size: 18px
}

.step-copy p {
    margin: 0;
    font-size: 12px;
    color: #4b4b45
}

.step-arrow {
    opacity: 0;
    font-size: 26px;
    transform: translate(-12px, 12px);
    transition: .35s
}

.step-card:hover .step-number {
    color: var(--paper);
    background: var(--ink)
}

.step-card:hover .step-icon img {
    transform: rotate(-7deg) scale(1.08)
}

.step-card:hover .step-arrow {
    opacity: 1;
    transform: translate(0)
}

.simple {
    padding: 35px 0 0
}

.simple-shell {
    min-height: 380px;
    display: grid;
    grid-template-columns:310px 1fr;
    border-top: 1px solid var(--line)
}

.simple-lead {
    position: relative;
    min-height: 380px;
    padding: 58px 44px;
    background: var(--orange);
    overflow: hidden
}

.simple-lead:before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(16, 18, 16, .15);
    border-radius: 50%;
    right: -95px;
    top: -90px
}

.light-index {
    color: rgba(16, 18, 16, .65)
}

.simple-lead h2 {
    font-size: 57px
}

.simple-lead > img {
    position: absolute;
    left: 42px;
    bottom: 30px;
    width: 145px
}

.benefit-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    align-items: stretch
}

.benefit {
    position: relative;
    display: flex;
    min-height: 380px;
    padding: 55px 32px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid var(--line);
    transition: background .35s;
    overflow: hidden
}

.benefit:last-child {
    border-right: 0
}

.benefit:before {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid transparent;
    transition: border-color .35s
}

.benefit:hover {
    background: #fff1e3
}

.benefit:hover:before {
    border-color: var(--orange)
}

.benefit-icon {
    width: 90px;
    transition: transform .45s cubic-bezier(.2, .8, .2, 1)
}

.benefit:hover .benefit-icon {
    transform: translateY(-8px) rotate(4deg)
}

.benefit h3 {
    min-height: 42px;
    margin: 20px 0 8px;
    font-size: 18px;
    line-height: 1.05
}

.benefit p {
    max-width: 220px;
    margin: 0;
    color: #55534e;
    font-size: 11px;
    line-height: 1.5
}

.benefit > span {
    position: absolute;
    right: 22px;
    bottom: 12px;
    color: rgba(16, 18, 16, .07);
    font-family: var(--display);
    font-size: 58px
}

.protected {
    padding: 76px 0;
    background: rgba(220, 235, 221, 1);
    overflow: hidden
}

.protected-grid {
    min-height: 400px;
    display: grid;
    grid-template-columns:.85fr 1.15fr;
    align-items: center
}

.protected-copy {
    padding-left: 42px
}

.protected-copy h3 {
    margin: 0 0 10px;
    font-size: 15px
}

.protected-copy p {
    max-width: 330px
}

.shield-scene {
    position: relative;
    min-height: 430px;
    display: grid;
    place-items: center;
    transform-style: preserve-3d
}

.shield {
    position: relative;
    width: 390px;
    z-index: 2;
    filter: drop-shadow(0 25px 20px rgba(67, 106, 72, .14));
    animation: shield-float 4s ease-in-out infinite
}

.shield-rings {
    position: absolute;
    width: 370px;
    aspect-ratio: 1;
    border: 1px solid rgba(36, 84, 43, .2);
    border-radius: 50%;
    box-shadow: 0 0 0 35px rgba(255, 255, 255, .08), 0 0 0 70px rgba(255, 255, 255, .06);
    animation: pulse 4s ease-in-out infinite
}

.security-dots {
    position: absolute;
    z-index: 1
}

.dots-left {
    width: 230px;
    left: -2%;
    bottom: 7%
}

.dots-right {
    width: 150px;
    right: 1%;
    top: 22%
}

.transparency {
    min-height: 455px;
    display: grid;
    grid-template-columns:37% 63%;
    background: var(--paper);
    overflow: hidden
}

.transparency-copy {
    padding: 75px max(45px, calc((100vw - 1200px) / 2 + 42px));
    color: var(--paper);
    background: var(--ink)
}

.dark-index {
    color: rgba(255, 255, 255, .58)
}

.transparency-copy p {
    max-width: 370px;
    color: rgba(255, 248, 239, .84)
}

.orange-rule {
    background: var(--orange)
}

.transparency-visual {
    position: relative;
    min-height: 455px;
    display: grid;
    place-items: center;
    overflow: hidden
}

.transparency-art {
    position: relative;
    width: min(650px, 80%);
    z-index: 2
}

.orange-corner {
    position: absolute;
    right: 0;
    top: 0;
    width: 180px
}

.clarity-badge {
    position: absolute;
    left: 8%;
    top: 14%;
    width: 112px;
    height: 112px;
    z-index: 3;
    display: grid;
    place-content: center;
    text-align: center;
    color: var(--paper);
    background: var(--orange);
    border: 2px solid var(--ink);
    border-radius: 50%;
    box-shadow: 7px 7px 0 var(--ink);
    transform: rotate(-8deg)
}

.clarity-badge b {
    font-family: var(--display);
    font-size: 26px
}

.clarity-badge span {
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 800
}

.faq {
    padding: 90px 0 110px
}

.faq-grid {
    display: grid;
    grid-template-columns:280px 1fr;
    gap: 70px;
    align-items: start
}

.faq-heading {
    padding-right: 50px;
    border-right: 2px solid var(--orange)
}

.faq-heading h2 {
    font-size: 60px
}

.accordion {
    border-top: 1px solid var(--line)
}

.faq-item {
    border-bottom: 1px solid var(--line)
}

.faq-item button {
    width: 100%;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 6px;
    border: 0;
    color: var(--ink);
    background: transparent;
    text-align: left;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer
}

.faq-item button span {
    transition: color .25s, transform .25s
}

.faq-item button:hover span {
    color: var(--orange-deep);
    transform: translateX(6px)
}

.faq-icon {
    width: 32px;
    flex: 0 0 32px;
    transition: transform .35s
}

.faq-answer {
    display: grid;
    grid-template-rows:0fr;
    transition: grid-template-rows .45s cubic-bezier(.2, .8, .2, 1)
}

.faq-answer > div {
    overflow: hidden
}

.faq-answer p {
    max-width: 740px;
    margin: 0;
    padding: 0 50px 26px 6px;
    color: #55534e;
    font-size: 12px;
    line-height: 1.7
}

.faq-item.is-open .faq-answer {
    grid-template-rows:1fr
}

.site-footer {
    padding: 56px 0 18px;
    color: rgba(255, 255, 255, .7);
    background: var(--ink)
}

.footer-main {
    display: grid;
    grid-template-columns:240px 1fr 250px;
    gap: 44px;
    align-items: center
}

.footer-brand img {
    width: 210px
}

.footer-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px
}

.footer-nav a {
    font-size: 10px;
    font-weight: 700;
    transition: color .25s, transform .25s
}

.footer-nav a:hover {
    color: var(--orange);
    transform: translateY(-2px)
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-style: normal
}

.footer-contact a {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 10px;
    transition: color .25s
}

.footer-contact a:hover {
    color: var(--orange)
}

.footer-contact img {
    width: 16px
}

.footer-bottom {
    margin-top: 45px;
    padding-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .08);
    position: relative
}

.footer-bottom p {
    margin: 0;
    font-size: 8px
}

.back-top {
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: var(--ink);
    background: var(--orange);
    border-radius: 50%;
    font-size: 18px;
    transition: transform .3s
}

.back-top:hover {
    transform: translateY(-5px)
}

.reveal {
    opacity: 0;
    transform: translateY(38px);
    transition: opacity .8s ease, transform .8s cubic-bezier(.2, .8, .2, 1)
}

.reveal-delay-small {
    transition-delay: .1s
}

.reveal-delay {
    transition-delay: .18s
}

.reveal-delay-large {
    transition-delay: .28s
}

.reveal.in-view {
    opacity: 1;
    transform: translateY(0)
}

.floaty {
    animation: bob 4s ease-in-out infinite
}

.interactive-card {
    position: relative
}

.interactive-card:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(242, 100, 50, .16), transparent 40%);
    transition: opacity .25s
}

.interactive-card:hover:after {
    opacity: 1
}

@keyframes bob {
    0%, 100% {
        transform: translateY(0) rotate(0)
    }
    50% {
        transform: translateY(-10px) rotate(1deg)
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(.96);
        opacity: .6
    }
    50% {
        transform: scale(1.04);
        opacity: 1
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes shield-float {
    0%, 100% {
        transform: translateY(0) rotate(-1deg)
    }
    50% {
        transform: translateY(-12px) rotate(1deg)
    }
}

@media (max-width: 1040px) {
    .hero {
        min-height: 700px
    }

    .hero-inner {
        min-height: 600px;
        grid-template-columns:.9fr 1.1fr
    }

    .hero h1 {
        font-size: 78px
    }

    .floating-pill {
        display: none
    }

    .how-grid {
        gap: 40px
    }

    .simple-shell {
        grid-template-columns:260px 1fr
    }

    .simple-lead {
        padding-inline: 30px
    }

    .benefit {
        padding-inline: 18px
    }

    .transparency-copy {
        padding-inline: 40px
    }

    .faq-grid {
        grid-template-columns:245px 1fr;
        gap: 45px
    }

    .footer-main {
        grid-template-columns:200px 1fr 220px;
        gap: 25px
    }

    .footer-nav {
        gap: 16px
    }
}

@media (max-width: 820px) {
    .page-width, .nav-shell {
        width: min(100% - 36px, 680px)
    }

    .nav-shell {
        height: 78px
    }

    .brand img {
        width: 155px
    }

    .menu-toggle {
        position: relative;
        z-index: 30;
        display: block
    }

    .menu-toggle[aria-expanded=true] span:nth-child(1) {
        transform: translateY(7px) rotate(45deg)
    }

    .menu-toggle[aria-expanded=true] span:nth-child(2) {
        opacity: 0
    }

    .menu-toggle[aria-expanded=true] span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg)
    }

    .main-nav {
        position: fixed;
        inset: 0;
        z-index: 25;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 24px;
        background: var(--orange);
        transform: translateX(100%);
        transition: transform .5s cubic-bezier(.2, .8, .2, 1)
    }

    .main-nav.is-open {
        transform: translateX(0)
    }

    .main-nav a {
        font-family: var(--display);
        font-size: 34px;
        text-transform: uppercase
    }

    .hero {
        min-height: auto;
        padding-top: 78px
    }

    .hero-inner {
        min-height: 0;
        padding-top: 30px;
        grid-template-columns:1fr
    }

    .hero-copy {
        padding: 45px 0 10px
    }

    .hero h1 {
        font-size: clamp(68px, 20vw, 105px)
    }

    .hero-copy > p:last-of-type {
        max-width: 390px
    }

    .hero-visual {
        justify-content: center;
        margin-top: -30px
    }

    .hero-visual > img {
        width: min(720px, 105vw);
        margin-right: -12vw
    }

    .orbit-one {
        width: 500px;
        height: 500px;
        right: -35%;
        top: 48%
    }

    .orbit-two {
        width: 380px;
        height: 380px;
        right: -23%;
        top: 54%
    }

    .hero-fan {
        width: 100px
    }

    .hero-dots {
        width: 90px
    }

    .stats-inner {
        grid-template-columns:1fr;
        padding: 20px 0
    }

    .stat, .stat:first-child {
        min-height: 130px;
        padding: 25px 5px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .2)
    }

    .stat strong {
        font-size: 58px
    }

    .how {
        padding: 80px 0 50px
    }

    .how-grid {
        grid-template-columns:1fr
    }

    .section-intro {
        display: grid;
        grid-template-columns:1fr 180px;
        column-gap: 25px
    }

    .section-intro .section-index, .section-intro h2, .section-intro .title-rule, .section-intro p {
        grid-column: 1
    }

    .how-art {
        grid-column: 2;
        grid-row: 2/6;
        align-self: center;
        width: 180px
    }

    .simple-shell {
        width: 100%;
        grid-template-columns:1fr
    }

    .simple-lead {
        min-height: 340px;
        padding: 48px max(28px, calc((100vw - 680px) / 2))
    }

    .simple-lead > img {
        left: max(28px, calc((100vw - 680px) / 2))
    }

    .benefit-grid {
        grid-template-columns:1fr
    }

    .benefit {
        min-height: 300px;
        border-right: 0;
        border-bottom: 1px solid var(--line)
    }

    .protected-grid {
        grid-template-columns:1fr
    }

    .protected-copy {
        padding: 0
    }

    .shield-scene {
        min-height: 390px
    }

    .shield {
        width: 350px
    }

    .transparency {
        grid-template-columns:1fr
    }

    .transparency-copy {
        padding: 70px max(28px, calc((100vw - 680px) / 2))
    }

    .transparency-visual {
        min-height: 400px
    }

    .faq-grid {
        grid-template-columns:1fr
    }

    .faq-heading {
        padding-right: 0;
        padding-bottom: 40px;
        border-right: 0;
        border-bottom: 2px solid var(--orange)
    }

    .footer-main {
        grid-template-columns:1fr;
        justify-items: center;
        text-align: center
    }

    .footer-contact {
        align-items: center
    }
}

@media (max-width: 540px) {
    .page-width, .nav-shell {
        width: calc(100% - 28px)
    }

    .hero-copy {
        padding-top: 30px
    }

    .eyebrow {
        font-size: 9px
    }

    .hero h1 {
        font-size: 65px
    }

    .hero-visual {
        margin-top: -10px
    }

    .hero-visual > img {
        width: 120vw;
        max-width: none;
        margin-left: -7vw;
        margin-right: -18vw
    }

    .hero-dots {
        display: none
    }

    .section-intro {
        display: block
    }

    .how-art {
        width: 190px
    }

    .step-card {
        min-height: 112px;
        grid-template-columns:68px 62px 1fr
    }

    .step-number {
        font-size: 31px
    }

    .step-icon img {
        width: 52px
    }

    .step-copy {
        padding: 18px 12px
    }

    .step-copy h3 {
        font-size: 15px
    }

    .step-copy p {
        font-size: 10px;
        line-height: 1.4
    }

    .step-arrow {
        display: none
    }

    .section-intro h2, .simple-lead h2, .protected-copy h2, .transparency-copy h2, .faq-heading h2 {
        font-size: 52px
    }

    .protected {
        padding-bottom: 35px
    }

    .shield-scene {
        min-height: 320px
    }

    .shield {
        width: 290px
    }

    .shield-rings {
        width: 270px
    }

    .dots-left {
        width: 150px
    }

    .dots-right {
        width: 100px
    }

    .transparency-art {
        width: 98%
    }

    .orange-corner {
        width: 110px
    }

    .clarity-badge {
        width: 92px;
        height: 92px;
        left: 4%;
        top: 8%
    }

    .faq {
        padding: 70px 0
    }

    .faq-item button {
        min-height: 62px;
        font-size: 12px
    }

    .faq-icon {
        width: 28px;
        flex-basis: 28px
    }

    .footer-nav {
        flex-direction: column
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *:before, *:after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition-duration: .01ms !important
    }

    .reveal {
        opacity: 1;
        transform: none
    }
}

/* Fine-tune the FAQ title so it never crowds the accordion. */
.faq-heading {
    padding-right: 30px
}

.faq-heading h2 {
    font-size: 50px
}

@media (max-width: 1040px) and (min-width: 821px) {
    .faq-grid {
        grid-template-columns:225px 1fr
    }

    .faq-heading h2 {
        font-size: 42px
    }
}

