:root {
    --navy: #111b35;
    --coral: #ff7049;
    --sand: #f4f0e9;
    --white: #fffefa;
    --ink: #182239;
    --muted: #657083;
    --line: #dbe0e6
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--white);
    color: var(--ink);
    font-family: Manrope, Arial, sans-serif
}

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

.wrap {
    width: min(1240px, calc(100% - 56px));
    margin: auto
}

.micro {
    font: 10px "DM Mono", monospace;
    text-transform: uppercase;
    letter-spacing: .12em
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border-radius: 8px;
    background: var(--coral);
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    transition: .25s
}

.btn b {
    font-size: 18px;
    font-weight: 400
}

.btn:hover {
    transform: translateY(-3px);
    background: #ed5a35
}

.btn-outline {
    background: transparent;
    border: 1px solid #ffffff7a
}

header {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    color: #fff;
    transition: .3s
}

header.stuck {
    position: fixed;
    background: #111b35f2;
    backdrop-filter: blur(14px);
    box-shadow: 0 6px 20px #0a10202e
}

.nav {
    width: calc(100% - 56px);
    max-width: none;
    height: 108px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 17px;
    font-weight: 800;
    line-height: .95;
    letter-spacing: -.06em
}

.logo-mark {
    width: 42px;
    height: 42px;
    border: 2px solid var(--coral);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--coral);
    font-size: 17px
}

.nav nav {
    display: flex;
    gap: 34px;
    font-size: 14px;
    font-weight: 700
}

.nav .main-menu-list {
    display: flex;
    gap: 34px;
    list-style: none;
    margin: 0;
    padding: 0
}

.nav .main-menu-list li {
    list-style: none;
    margin: 0;
    padding: 0
}

.nav nav a {
    position: relative
}

.nav nav a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 0;
    height: 2px;
    background: var(--coral);
    transition: .2s
}

.nav nav a:hover:after,
.nav nav a.active:after,
.nav nav .current-menu-item>a:after,
.nav nav .current_page_item>a:after {
    width: 100%
}

.nav-right {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 24px
}

.nav-right .micro {
    color: #d2d8e4
}

.nav-cta {
    padding: 15px 20px;
    border-radius: 7px;
    font-size: 13px
}

.hero {
    min-height: 810px;
    position: relative;
    overflow: hidden;
    background: var(--navy);
    color: #fff;
    display: flex;
    align-items: end
}

.hero-media {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #111b35 4%, #111b35e8 33%, #111b3590 58%, #111b3530), url('../images/banner.webp') center/cover;
    animation: heroScale 10s ease-out both
}

.hero:after {
    content: "";
    position: absolute;
    width: 70vw;
    height: 70vw;
    max-width: 940px;
    max-height: 940px;
    border: 1px solid #ffffff27;
    border-radius: 50%;
    right: -20vw;
    top: 12vh
}

.hero-copy {
    position: relative;
    z-index: 1;
    padding: 210px 0 178px;
    width: min(1240px, calc(100% - 56px));
    margin: 0 auto
}

.hero h1 {
    font-size: clamp(58px, 7vw, 105px);
    letter-spacing: -.075em;
    line-height: .9;
    margin: 19px 0 29px;
    font-weight: 800
}

.hero h1 em,
.heading em,
.quote blockquote em {
    font-family: "Playfair Display";
    font-weight: 600
}

.hero p {
    max-width: 490px;
    font-size: 15px;
    line-height: 1.8;
    color: #d2d9e4;
    margin: 0 0 34px
}

.hero-bottom {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #ffffff2a
}

.hero-metrics {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr
}

.metric {
    padding: 25px 25px 27px;
    border-right: 1px solid #ffffff2a;
    display: flex;
    gap: 17px;
    align-items: center
}

.metric strong {
    font-size: 38px;
    letter-spacing: -.07em
}

.metric span {
    font-size: 13px;
    line-height: 1.45;
    color: #d1d9e3;
    max-width: 158px
}

.scroll-cue {
    position: absolute;
    right: 55px;
    bottom: 40px;
    z-index: 3;
    writing-mode: vertical-rl;
    font: 10px "DM Mono";
    letter-spacing: .14em;
    color: #fff8
}

.scroll-cue:after {
    content: "↓";
    display: block;
    margin-top: 12px;
    color: var(--coral);
    font-size: 17px
}

section {
    padding: 135px 0
}

.label {
    color: var(--coral);
    font: 10px "DM Mono";
    letter-spacing: .13em;
    text-transform: uppercase
}

.heading {
    font-size: clamp(42px, 5vw, 70px);
    line-height: .98;
    letter-spacing: -.075em;
    margin: 18px 0 0;
    font-weight: 800
}

.intro {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.85
}

.about {
    display: grid;
    grid-template-columns: 1.06fr .94fr;
    gap: 10vw;
    align-items: center
}

.about-photo {
    position: relative;
    min-height: 510px
}

.about-photo img {
    width: 81%;
    height: 510px;
    object-fit: cover;
    border-radius: 5px
}

.about-tag {
    position: absolute;
    bottom: 32px;
    right: 0;
    width: 220px;
    padding: 22px;
    background: var(--navy);
    color: #fff;
    border-radius: 4px
}

.about-tag b {
    font-size: 36px;
    display: block;
    letter-spacing: -.07em
}

.about-tag span {
    font-size: 11px;
    line-height: 1.35;
    color: #c9d1e1
}

.about .intro {
    margin: 28px 0
}

.text-arrow {
    font-size: 12px;
    font-weight: 800;
    display: inline-flex;
    gap: 14px;
    align-items: center;
    border-bottom: 1px solid var(--ink);
    padding-bottom: 8px
}

.text-arrow b,
.solution .go,
.step-arrow {
    color: var(--coral);
    font-size: 20px;
    font-weight: 400
}

.solutions {
    background: var(--sand)
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    margin-bottom: 56px
}

.section-head .heading {
    max-width: 670px
}

.section-head .intro {
    max-width: 320px
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.solution {
    background: var(--white);
    min-height: 290px;
    padding: 29px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    transition: .35s
}

.solution:hover {
    background: var(--navy);
    color: #fff;
    transform: translateY(-8px)
}

.solution:hover p {
    color: #d2d9e4
}

.solution-num {
    font: 10px "DM Mono";
    color: var(--coral)
}

.solution h3 {
    font-size: 26px;
    letter-spacing: -.06em;
    margin: 60px 0 13px;
    max-width: 190px
}

.solution p {
    font-size: 12px;
    line-height: 1.7;
    color: var(--muted);
    max-width: 270px
}

.solution .go {
    position: absolute;
    right: 24px;
    bottom: 22px;
    font-size: 22px
}

.products {
    background: var(--navy);
    color: #fff;
    padding-bottom: 0;
    overflow: hidden
}

.products .label {
    color: #ff9478
}

.products .section-head {
    margin-bottom: 62px
}

.products .intro {
    color: #b9c4d5
}

.product-row {
    display: grid;
    grid-template-columns: 1.1fr 1.1fr .8fr;
    min-height: 450px
}

.product-card {
    position: relative;
    overflow: hidden;
    background: #0c1429
}

.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .72;
    transition: .65s
}

.product-card:hover img {
    transform: scale(1.08);
    opacity: .48
}

.product-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #101a35c9, transparent 60%)
}

.product-content {
    position: absolute;
    z-index: 1;
    left: 30px;
    right: 24px;
    bottom: 27px
}

.product-content span {
    font: 10px "DM Mono";
    letter-spacing: .1em;
    color: #ffb29e
}

.product-content h3 {
    font-size: 31px;
    letter-spacing: -.07em;
    margin: 9px 0
}

.product-list {
    padding: 35px;
    background: var(--coral);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.product-list p {
    font-size: 13px;
    line-height: 1.7;
    color: #ffe7df;
    margin: 15px 0
}

.product-list ul {
    list-style: none;
    padding: 0;
    margin: 10px 0
}

.product-list li {
    border-top: 1px solid #ffffff48;
    padding: 13px 0;
    font-size: 13px;
    font-weight: 700
}

.product-list li:after {
    content: "↗";
    float: right
}

.process {
    padding-bottom: 105px
}

.process-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7vw;
    align-items: end
}

.process-head .intro {
    max-width: 420px;
    margin-bottom: 3px
}

.steps {
    margin-top: 64px;
    border-top: 1px solid var(--line)
}

.step {
    display: grid;
    grid-template-columns: 90px 1.1fr 1fr auto;
    gap: 25px;
    align-items: center;
    padding: 29px 0;
    border-bottom: 1px solid var(--line);
    transition: .2s
}

.step:hover {
    padding-left: 15px;
    background: #faf8f4
}

.step-no {
    color: var(--coral);
    font: 12px "DM Mono"
}

.step h3 {
    font-size: 23px;
    letter-spacing: -.06em
}

.step p {
    font-size: 12px;
    line-height: 1.7;
    color: var(--muted);
    margin: 0
}

.step-arrow {
    font-size: 26px
}

.quote {
    background: var(--navy);
    color: #fff;
    text-align: center;
    padding: 120px 0
}

.quote .label {
    color: #ff9478
}

.quote blockquote {
    border: 0;
    font-size: clamp(31px, 4vw, 55px);
    letter-spacing: -.065em;
    line-height: 1.1;
    font-weight: 700;
    max-width: 970px;
    margin: 27px auto
}

.quote cite {
    font-style: normal;
    font: 10px "DM Mono";
    letter-spacing: .12em;
    color: #c9d2df
}

.news {
    background: #fff;
    padding: 112px 0 122px
}

.news-head {
    display: grid;
    grid-template-columns: 1fr 1.18fr;
    gap: 55px;
    align-items: start;
    margin-bottom: 55px
}

.news-head .label {
    padding-top: 9px;
    color: var(--ink)
}

.news-head .heading {
    font-size: clamp(40px, 4.65vw, 65px);
    margin: 0;
    line-height: .94
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.news-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1.28/1;
    object-fit: cover;
    margin-bottom: 23px;
    transition: .35s
}

.news-meta {
    font: 10px "DM Mono";
    letter-spacing: .12em;
    margin-bottom: 14px
}

.news-card h3 {
    font-size: 27px;
    line-height: 1.15;
    letter-spacing: -.05em;
    margin: 0 0 13px
}

.news-date {
    font: 12px "DM Mono";
    color: #8d959b;
    margin: 0
}

.news-card:hover img {
    filter: saturate(1.08);
    transform: scale(1.01)
}

.contact-hero {
    min-height: 610px;
    position: relative;
    overflow: hidden;
    background: var(--navy);
    color: #fff;
    display: flex;
    align-items: end;
    padding: 0
}

.contact-hero .hero-media {
    background: linear-gradient(90deg, #111b35 7%, #111b35e8 39%, #111b3592 68%), url('../images/banner-about.webp') center/cover
}

.contact-hero-copy {
    position: relative;
    z-index: 1;
    padding: 195px 0 105px
}

.contact-hero h1 {
    font-size: clamp(50px, 6.6vw, 92px);
    letter-spacing: -.075em;
    line-height: .92;
    margin: 18px 0 26px;
    font-weight: 800
}

.contact-hero h1 em,
.contact-panel .heading em {
    font-family: "Playfair Display";
    font-weight: 600
}

.contact-hero p {
    max-width: 560px;
    color: #d2d9e4;
    font-size: 15px;
    line-height: 1.8;
    margin: 0
}

.contact-main {
    background: var(--sand);
    padding: 105px 0
}

.contact-layout {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 24px;
    align-items: start
}

.contact-panel,
.contact-details {
    background: var(--white);
    border-radius: 5px;
    padding: 42px
}

.contact-panel .heading {
    font-size: clamp(40px, 4vw, 58px);
    margin-bottom: 32px
}

.contact-form {
    display: grid;
    gap: 18px
}

.field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.contact-form label {
    display: grid;
    gap: 9px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--ink)
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 5px;
    background: #fff;
    color: var(--ink);
    font: 14px Manrope, Arial;
    padding: 15px 16px;
    outline: 0
}

.contact-form textarea {
    resize: vertical;
    min-height: 145px
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--coral);
    box-shadow: 0 0 0 3px #ff70491a
}

.contact-form .btn {
    border: 0;
    justify-self: start;
    cursor: pointer
}

.contact-details {
    background: var(--navy);
    color: #fff;
    position: sticky;
    top: 96px
}

.contact-details .label {
    color: #ff9478
}

.contact-details h2 {
    font-size: 36px;
    line-height: 1.05;
    letter-spacing: -.065em;
    margin: 18px 0 16px
}

.contact-details>p {
    color: #c8d1df;
    font-size: 13px;
    line-height: 1.8;
    margin: 0 0 28px
}

.detail-list {
    border-top: 1px solid #ffffff24
}

.detail-list div {
    padding: 19px 0;
    border-bottom: 1px solid #ffffff24
}

.detail-list span {
    display: block;
    font: 10px "DM Mono";
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #ffb29e;
    margin-bottom: 7px
}

.detail-list a,
.detail-list p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color: #fff
}

.contact-strip {
    background: var(--coral);
    color: #fff;
    padding: 56px 0
}

.contact-strip .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.contact-strip .label {
    color: #ffe4dc
}

.contact-strip h2 {
    font-size: 42px;
    letter-spacing: -.065em;
    margin: 8px 0 0
}

.contact-strip .btn-outline {
    border-color: #ffffff91
}

.about-hero {
    min-height: 650px;
    position: relative;
    overflow: hidden;
    background: var(--navy);
    color: #fff;
    display: flex;
    align-items: end;
    padding: 0
}

.about-hero .hero-media {
    background: linear-gradient(90deg, #111b35 5%, #111b35e6 38%, #111b3580 66%), url('../images/banner-about.webp') center/cover
}

.about-hero-copy {
    position: relative;
    z-index: 1;
    padding: 200px 0 115px
}

.about-hero h1 {
    font-size: clamp(50px, 6.8vw, 94px);
    letter-spacing: -.075em;
    line-height: .92;
    margin: 18px 0 26px;
    font-weight: 800
}

.about-hero h1 em,
.about-story .heading em,
.about-values .heading em,
.about-route .heading em {
    font-family: "Playfair Display";
    font-weight: 600
}

.about-hero p {
    max-width: 620px;
    color: #d2d9e4;
    font-size: 15px;
    line-height: 1.8;
    margin: 0
}

.about-story {
    background: var(--white)
}

.about-story-grid {
    display: grid;
    grid-template-columns: 1fr .95fr;
    gap: 8vw;
    align-items: center
}

.about-story-media {
    position: relative;
    min-height: 520px
}

.about-story-media img {
    width: 84%;
    height: 520px;
    object-fit: cover;
    border-radius: 5px
}

.story-badge {
    position: absolute;
    right: 0;
    bottom: 34px;
    width: 230px;
    background: var(--coral);
    color: #fff;
    border-radius: 4px;
    padding: 22px
}

.story-badge b {
    display: block;
    font-size: 39px;
    letter-spacing: -.07em
}

.story-badge span {
    display: block;
    color: #ffe5dc;
    font-size: 12px;
    line-height: 1.45
}

.about-story .intro+.intro {
    margin-top: 16px
}

.about-values {
    background: var(--sand)
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.value-grid article {
    background: var(--white);
    border-radius: 4px;
    padding: 31px;
    min-height: 260px
}

.value-grid span {
    font: 10px "DM Mono";
    letter-spacing: .13em;
    color: var(--coral)
}

.value-grid h3 {
    font-size: 27px;
    letter-spacing: -.06em;
    margin: 65px 0 13px
}

.value-grid p {
    font-size: 12px;
    line-height: 1.75;
    color: var(--muted);
    margin: 0
}

.about-route {
    background: var(--navy);
    color: #fff
}

.about-route .label {
    color: #ff9478
}

.route-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 7vw;
    align-items: start
}

.route-list {
    border-top: 1px solid #ffffff26
}

.route-list div {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 18px;
    padding: 26px 0;
    border-bottom: 1px solid #ffffff26
}

.route-list span {
    color: #ff9478;
    font: 12px "DM Mono"
}

.route-list p {
    margin: 0;
    color: #d2d9e4;
    font-size: 15px;
    line-height: 1.75
}

.page-hero {
    min-height: 650px;
    position: relative;
    overflow: hidden;
    background: var(--navy);
    color: #fff;
    display: flex;
    align-items: end;
    padding: 0
}

.page-hero .hero-media {
    background: linear-gradient(90deg, #111b35 5%, #111b35e8 38%, #111b3586 68%), url('../images/banner.jpg') center/cover
}

.page-hero-copy {
    position: relative;
    z-index: 1;
    padding: 200px 0 115px
}

.page-hero h1 {
    font-size: clamp(50px, 6.8vw, 94px);
    letter-spacing: -.075em;
    line-height: .92;
    margin: 18px 0 26px;
    font-weight: 800
}

.page-hero h1 em {
    font-family: "Playfair Display";
    font-weight: 600
}

.page-hero p {
    max-width: 620px;
    color: #d2d9e4;
    font-size: 15px;
    line-height: 1.8;
    margin: 0
}

.services-hero .hero-media {
    background: linear-gradient(90deg, #111b35 5%, #111b35e8 38%, #111b3586 68%), url('../images/banner-services.webp') center/cover
}

.products-hero .hero-media {
    background: linear-gradient(90deg, #111b35 5%, #111b35e8 38%, #111b3586 68%), url('../images/banner-services.webp') center/cover
}

.service-detail {
    background: var(--sand)
}

.service-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.service-detail article {
    background: var(--white);
    border-radius: 4px;
    padding: 31px;
    min-height: 420px;
    display: flex;
    flex-direction: column
}

.service-detail span,
.catalog-card span {
    font: 10px "DM Mono";
    letter-spacing: .13em;
    color: var(--coral);
    text-transform: uppercase
}

.service-detail h2 {
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -.065em;
    margin: 56px 0 15px
}

.service-detail p {
    font-size: 13px;
    line-height: 1.75;
    color: var(--muted);
    margin: 0 0 22px
}

.service-detail ul,
.catalog-card ul {
    list-style: none;
    padding: 0;
    margin: auto 0 0
}

.service-detail li,
.catalog-card li {
    border-top: 1px solid var(--line);
    padding: 12px 0;
    font-size: 12px;
    font-weight: 800
}

.service-detail li:after,
.catalog-card li:after {
    content: "↗";
    float: right;
    color: var(--coral);
    font-weight: 400
}

.service-flow {
    background: var(--white)
}

.product-catalog {
    background: var(--white)
}

.catalog-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px
}

.catalog-card {
    display: grid;
    grid-template-columns: .86fr 1.14fr;
    gap: 42px;
    align-items: stretch;
    background: var(--sand);
    border-radius: 5px;
    overflow: hidden
}

.catalog-card img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover
}

.catalog-card>div {
    padding: 38px;
    display: flex;
    flex-direction: column
}

.catalog-card h3 {
    font-size: 38px;
    letter-spacing: -.07em;
    margin: 16px 0 13px
}

.catalog-card p {
    font-size: 14px;
    line-height: 1.8;
    color: var(--muted);
    margin: 0 0 22px;
    max-width: 560px
}

.catalog-card .text-arrow {
    align-self: flex-start;
    margin-top: 25px
}

.product-support {
    background: var(--navy);
    color: #fff
}

.product-support .label {
    color: #ff9478
}

footer {
    background: #151515;
    color: #f6f4f2;
    padding: 129px 0 132px;
    overflow: hidden
}

.footer-shell {
    width: min(1085px, calc(100% - 56px));
    margin: auto
}

.footer-heading {
    font-size: clamp(48px, 6.35vw, 90px);
    font-weight: 600;
    letter-spacing: -.065em;
    line-height: .95;
    text-align: center;
    margin: 0
}

.footer-subtitle {
    color: #aaa9a8;
    text-align: center;
    font-size: 14px;
    letter-spacing: .015em;
    margin: 25px 0 88px
}

.signup {
    width: min(630px, 100%);
    margin: auto
}

.signup-row {
    height: 58px;
    background: #1c1c1c;
    border-radius: 32px;
    padding: 5px 6px 5px 18px;
    display: flex;
    align-items: center;
    gap: 12px
}

.email-icon {
    color: #9b9b9b;
    font-size: 18px
}

.signup input {
    flex: 1;
    min-width: 0;
    color: #e9e9e9;
    background: transparent;
    border: 0;
    outline: 0;
    font: 14px Manrope, Arial
}

.signup input::placeholder {
    color: #888
}

.signup button {
    height: 48px;
    padding: 0 25px;
    border: 0;
    border-radius: 28px;
    background: #302e2e;
    color: #fff;
    font: 700 13px Manrope, Arial;
    cursor: pointer
}

.signup button:hover {
    background: var(--coral)
}

.consent {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    color: #a1a0a0;
    margin-top: 25px
}

.consent input {
    appearance: none;
    width: 18px;
    height: 18px;
    margin: 0;
    border: 1px solid #343434;
    border-radius: 4px
}

.consent input:checked {
    background: var(--coral);
    box-shadow: inset 0 0 0 4px #151515
}

.consent a {
    color: #4c6fff
}

.footer-columns {
    display: grid;
    grid-template-columns: 1.25fr 1.25fr 1.1fr 1fr;
    gap: 42px;
    margin-top: 96px;
    color: #aaa9a8;
    font-size: 14px;
    line-height: 1.95
}

.footer-columns p,
.footer-socials {
    margin: 0
}

.footer-socials {
    list-style: none;
    padding: 0
}

.footer-socials a:hover {
    color: #fff
}

.footer-copyright b {
    color: #f4f3f1;
    font-weight: 500
}

.reveal {
    opacity: 1;
    transform: none
}

.js .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .8s ease, transform .8s ease
}

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

@keyframes heroScale {
    from {
        transform: scale(1.08)
    }

    to {
        transform: scale(1)
    }
}

@media(max-width:800px) {
    .wrap {
        width: min(100% - 36px, 1240px)
    }

    .nav {
        height: 76px;
        grid-template-columns: 1fr auto
    }

    .nav nav,
    .nav-right .micro {
        display: none
    }

    .hero {
        min-height: 690px
    }

    .hero-copy {
        padding: 190px 0 100px
    }

    .hero-metrics,
    .scroll-cue {
        display: none
    }

    section {
        padding: 85px 0
    }

    .about,
    .process-head,
    .news-head,
    .contact-layout,
    .about-story-grid,
    .route-grid,
    .catalog-card {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .about-photo {
        min-height: 400px
    }

    .about-photo img {
        height: 400px
    }

    .section-head {
        display: block;
        margin-bottom: 35px
    }

    .section-head .intro {
        margin-top: 20px
    }

    .solution-grid,
    .news-grid,
    .value-grid,
    .service-detail-grid {
        grid-template-columns: 1fr
    }

    .solution {
        min-height: 220px
    }

    .solution h3 {
        margin-top: 35px
    }

    .product-row {
        grid-template-columns: 1fr
    }

    .product-card {
        height: 320px
    }

    .product-list {
        min-height: 330px
    }

    .step {
        grid-template-columns: 48px 1fr auto;
        gap: 13px
    }

    .step p {
        grid-column: 2/4
    }

    .news {
        padding: 85px 0
    }

    .news-head {
        margin-bottom: 35px
    }

    .news-card img {
        aspect-ratio: 1.55/1
    }

    .contact-hero,
    .about-hero,
    .page-hero {
        min-height: 560px
    }

    .contact-hero-copy,
    .about-hero-copy,
    .page-hero-copy {
        padding: 170px 0 78px
    }

    .contact-main {
        padding: 72px 0
    }

    .contact-details {
        position: static
    }

    .contact-strip .wrap {
        display: block
    }

    .contact-strip .btn {
        margin-top: 20px
    }

    .about-story-media {
        min-height: 400px
    }

    .about-story-media img {
        height: 400px
    }

    .value-grid article {
        min-height: 220px
    }

    .value-grid h3 {
        margin-top: 38px
    }

    .service-detail article {
        min-height: 320px
    }

    .service-detail h2 {
        margin-top: 38px
    }

    .catalog-card {
        gap: 0
    }

    .catalog-card img {
        min-height: 310px
    }

    .catalog-card>div {
        padding: 30px
    }

    .footer-columns {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        margin-top: 62px
    }

    footer {
        padding: 83px 0
    }

    .footer-subtitle {
        margin-bottom: 54px
    }
}

@media(max-width:450px) {
    .hero h1 {
        font-size: 53px
    }

    .contact-hero h1,
    .about-hero h1,
    .page-hero h1 {
        font-size: 46px
    }

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

    .contact-panel,
    .contact-details {
        padding: 28px
    }

    .contact-strip h2 {
        font-size: 34px
    }

    .route-list div {
        grid-template-columns: 48px 1fr
    }

    .catalog-card h3 {
        font-size: 32px
    }

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

    .footer-heading {
        font-size: 45px
    }

    .footer-subtitle {
        font-size: 12px;
        line-height: 1.6
    }

    .signup-row {
        height: 54px
    }

    .signup button {
        padding: 0 17px
    }

    .footer-columns {
        margin-top: 49px
    }

    .about-tag {
        bottom: 13px;
        width: 180px
    }

    .story-badge {
        bottom: 14px;
        width: 185px
    }

    .heading {
        font-size: 40px
    }
}
