.about-page {
    overflow-x: hidden;
    color: #172333;
    background: #fff;
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page p {
    margin-top: 0;
}

.about-page h1,
.about-page h2,
.about-page h3 {
    color: #172333;
}

.about-container {
    width: min(1180px, calc(100% - 80px));
    margin: 0 auto;
}

.about-header .header__inner {
    max-width: 1180px;
}

.about-logo {
    flex-shrink: 0;
}

.about-header .menu__link {
    margin-right: 34px;
    font-size: 1.05rem;
}

.about-header .menu__link.is-active {
    color: #159edc;
    font-weight: 700;
}

.about-nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(135deg, #4dabff 0%, #28b9ef 100%);
    box-shadow: 0 10px 24px rgba(41, 180, 241, 0.22);
}

.about-nav-cta:hover,
.about-nav-cta:focus {
    color: #fff;
    transform: translateY(-2px);
}

.about-hero {
    position: relative;
    min-height: 730px;
    padding: 95px 0 0;
    overflow: hidden;
    background: linear-gradient(180deg, #e6f8ff 0%, #f8fdff 75%, #fff 100%);
}

.about-hero::after {
    content: "";
    position: absolute;
    right: -10%;
    bottom: -350px;
    width: 860px;
    height: 860px;
    border: 1px solid rgba(77, 171, 255, 0.22);
    border-radius: 50%;
}

.about-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    min-height: 635px;
}

.about-hero__content {
    max-width: 670px;
    padding: 80px 0;
}

.about-kicker {
    display: inline-block;
    margin-bottom: 22px;
    color: #149cd8;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.about-hero h1 {
    margin-bottom: 28px;
    font-size: clamp(3.2rem, 5vw, 5.2rem);
    line-height: 0.99;
    letter-spacing: -0.045em;
}

.about-hero__content > p {
    max-width: 610px;
    margin-bottom: 38px;
    color: #526273;
    font-size: 1.2rem;
    line-height: 1.65;
}

.about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 29px;
    border: 2px solid transparent;
    border-radius: 9px;
    font-size: 1rem;
    font-weight: 700;
}

.about-button:hover,
.about-button:focus {
    transform: translateY(-2px);
}

.about-button--primary {
    color: #fff;
    background: linear-gradient(135deg, #4dabff 0%, #23b9ec 100%);
    box-shadow: 0 16px 34px rgba(35, 178, 237, 0.26);
}

.about-button--primary:hover,
.about-button--primary:focus {
    color: #fff;
}

.about-button--secondary {
    border-color: #b7dff1;
    color: #172333;
    background: rgba(255, 255, 255, 0.72);
}

.about-button--secondary:hover,
.about-button--secondary:focus {
    border-color: #4dabff;
    color: #159edc;
}

.about-hero__visual {
    position: relative;
    min-height: 530px;
}

.about-hero__visual .about-hero__construction {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: min(680px, 52vw);
    max-width: none;
    height: auto;
    border-radius: 48%;
    transform: translate(-46%, -50%);
    filter: drop-shadow(0 28px 35px rgba(44, 133, 181, 0.11));
    -webkit-mask-image: radial-gradient(ellipse 68% 72% at 50% 53%, #000 68%, transparent 100%);
    mask-image: radial-gradient(ellipse 68% 72% at 50% 53%, #000 68%, transparent 100%);
}

.about-hero__glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: rgba(255, 237, 128, 0.45);
    filter: blur(30px);
    transform: translate(-37%, -48%);
}

.about-sweeps {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.about-sweep--one {
    fill: rgba(61, 168, 235, 0.075);
}

.about-sweep--two {
    fill: rgba(76, 187, 239, 0.045);
}

.about-intro {
    padding: 120px 0 100px;
}

.about-intro__grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 110px;
}

.about-intro h2,
.about-section-heading h2,
.about-contact h2 {
    margin-bottom: 0;
    font-size: clamp(2.2rem, 4vw, 3.55rem);
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.about-intro__copy {
    padding-top: 7px;
}

.about-intro__copy p {
    margin-bottom: 20px;
    color: #667587;
    font-size: 1.05rem;
    line-height: 1.8;
}

.about-services {
    position: relative;
    padding: 130px 0 138px;
    overflow: hidden;
    color: #dce8ef;
    background:
        linear-gradient(rgba(111, 194, 229, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(111, 194, 229, 0.055) 1px, transparent 1px),
        #0d2231;
    background-size: 54px 54px;
}

.about-services::before {
    content: "";
    position: absolute;
    top: -330px;
    left: -280px;
    width: 680px;
    height: 680px;
    border: 1px solid rgba(76, 187, 239, 0.22);
    border-radius: 50%;
    box-shadow:
        0 0 0 70px rgba(76, 187, 239, 0.025),
        0 0 0 140px rgba(76, 187, 239, 0.018);
}

.about-services::after {
    content: "BUILD / SHIP / GROW";
    position: absolute;
    right: -8px;
    bottom: 24px;
    color: rgba(167, 214, 234, 0.09);
    font-size: clamp(3.8rem, 8vw, 8.8rem);
    font-weight: 800;
    line-height: 0.8;
    letter-spacing: -0.055em;
    white-space: nowrap;
    pointer-events: none;
}

.about-services__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(570px, 1.22fr);
    gap: clamp(70px, 9vw, 130px);
}

.about-services__heading {
    position: relative;
    padding-bottom: 120px;
}

.about-services .about-kicker {
    color: #68c9ed;
}

.about-services__heading h2 {
    margin-bottom: 28px;
    color: #fff;
    font-size: clamp(3rem, 4.5vw, 4.9rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.about-services__heading h2 em {
    color: #65c8ed;
    font-style: normal;
}

.about-services__heading > p {
    max-width: 440px;
    margin-bottom: 0;
    color: #9db0bc;
    font-size: 1.03rem;
    line-height: 1.75;
}

.about-services__aside {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

.about-services__aside strong {
    color: #fff;
    font-size: 4.2rem;
    font-weight: 300;
    line-height: 0.82;
    letter-spacing: -0.08em;
}

.about-services__aside span {
    padding-left: 16px;
    border-left: 1px solid rgba(104, 201, 237, 0.4);
    color: #7492a3;
    font-size: 0.7rem;
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-services__list {
    border-top: 1px solid rgba(150, 200, 220, 0.25);
}

.about-service-line {
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(190px, 0.85fr) minmax(220px, 1.15fr) 42px;
    align-items: center;
    gap: 26px;
    min-height: 174px;
    margin: 0;
    border-bottom: 1px solid rgba(150, 200, 220, 0.25);
}

.about-service-line::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0 -24px;
    background: rgba(255, 255, 255, 0);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.42s cubic-bezier(0.2, 0.75, 0.25, 1), background 0.42s ease;
}

.about-service-line:hover::before {
    background: rgba(87, 191, 231, 0.07);
    transform: scaleX(1);
    transform-origin: left center;
}

.about-service-line__number {
    align-self: start;
    padding-top: 45px;
    color: #68c9ed;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.about-service-line__meta {
    display: block;
    margin-bottom: 9px;
    color: #6f8d9e;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.about-service-line h3 {
    margin-bottom: 0;
    color: #fff;
    font-size: clamp(1.75rem, 2.6vw, 2.65rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.045em;
}

.about-service-line p {
    margin-bottom: 0;
    color: #9db0bc;
    font-size: 0.93rem;
    line-height: 1.65;
}

.about-service-line__mark {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(104, 201, 237, 0.35);
    border-radius: 50%;
    color: #68c9ed;
    font-size: 1.05rem;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.about-service-line:hover .about-service-line__mark {
    color: #0d2231;
    background: #68c9ed;
    transform: rotate(45deg);
}

.about-portfolio {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: #fff;
}

.about-portfolio::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -120px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(77, 171, 255, 0.16);
    border-radius: 50%;
    pointer-events: none;
}

.about-portfolio::after {
    content: "";
    position: absolute;
    bottom: -220px;
    left: -160px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(77, 171, 255, 0.1) 0%, rgba(77, 171, 255, 0) 68%);
    pointer-events: none;
}

.about-portfolio .about-container {
    position: relative;
    z-index: 1;
}

.about-portfolio__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.about-project {
    position: relative;
    min-height: 300px;
    padding: 38px 34px;
    overflow: hidden;
    border: 1px solid rgba(77, 171, 255, 0.13);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(72, 123, 151, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-project:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 54px rgba(72, 123, 151, 0.13);
}

.about-project h3 {
    max-width: 390px;
    margin-bottom: 14px;
    font-size: 1.45rem;
    line-height: 1.18;
}

.about-project p {
    margin-bottom: 0;
    max-width: 440px;
    color: #6c7a89;
    line-height: 1.75;
}

.about-project__tag {
    display: inline-block;
    margin-bottom: 28px;
    color: #149cd8;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-project--featured {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    min-height: 440px;
    padding: 52px 56px;
    border: 0;
    background:
        radial-gradient(circle at 88% 18%, rgba(255, 239, 146, 0.55) 0, rgba(255, 239, 146, 0) 28%),
        linear-gradient(135deg, #159edc 0%, #4dabff 48%, #63ddff 100%);
    box-shadow: 0 26px 60px rgba(35, 178, 237, 0.28);
}

.about-project--featured .about-project__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.about-project--featured .about-project__tag {
    margin-bottom: auto;
    color: #0d5274;
}

.about-project--featured h3 {
    margin-top: 56px;
    color: #102f42;
    font-size: clamp(3.2rem, 5.5vw, 5rem);
    line-height: 0.95;
    letter-spacing: -0.055em;
}

.about-project--featured p {
    max-width: 570px;
    margin-bottom: 28px;
    color: #174b65;
    font-size: 1.05rem;
}

.about-project--featured ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-project--featured li {
    margin: 0;
    padding: 9px 13px;
    border: 1px solid rgba(16, 47, 66, 0.12);
    border-radius: 8px;
    color: #102f42;
    font-size: 0.88rem;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.35);
}

.about-project__art {
    position: relative;
    min-height: 348px;
}

.about-project__glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    filter: blur(28px);
    transform: translate(-50%, -50%);
}

.about-project__art::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 310px;
    height: 310px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.about-project__art img {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 260px;
    max-height: 260px;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 22px 30px rgba(16, 47, 66, 0.18));
}

.about-project--mobile,
.about-project--web {
    display: flex;
    flex-direction: column;
}

.about-project__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.about-project__index {
    color: #dcecf4;
    font-size: 2rem;
    font-weight: 700;
}

.about-project__mini-art {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #edf8fe;
}

.about-project__mini-art img {
    width: 36px;
    height: 36px;
}

.about-project--mobile h3,
.about-project--web h3 {
    max-width: 310px;
}

.about-project--mobile p,
.about-project--web p {
    max-width: 380px;
}

.about-project__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: auto 0 0;
    padding: 22px 0 0;
    list-style: none;
}

.about-project__meta li {
    margin: 0;
    padding: 7px 13px;
    border: 1px solid rgba(77, 171, 255, 0.18);
    border-radius: 8px;
    color: #2c6a86;
    font-size: 0.82rem;
    font-weight: 600;
    background: #f3f9fe;
}

/* Portfolio showcase */
.about-portfolio {
    padding: 128px 0 132px;
    background: #f6fbff;
}

.about-portfolio::before {
    top: 68px;
    right: -250px;
    width: 490px;
    height: 490px;
    border: 80px solid rgba(77, 171, 255, 0.055);
}

.about-portfolio::after {
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 1px;
    border-radius: 0;
    background: rgba(23, 35, 51, 0.08);
}

.about-portfolio__heading {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    align-items: end;
    gap: 90px;
    margin-bottom: 62px;
}

.about-portfolio__heading .about-kicker {
    margin-bottom: 18px;
}

.about-portfolio__heading h2 {
    margin: 0;
    max-width: 710px;
    font-size: clamp(2.75rem, 5vw, 4.7rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.about-portfolio__heading > p {
    margin: 0 0 6px;
    max-width: 430px;
    color: #667587;
    font-size: 1.03rem;
    line-height: 1.75;
}

.about-case {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(450px, 1.1fr);
    min-height: 620px;
    overflow: hidden;
    border-radius: 30px;
    background: #0b1d2b;
    box-shadow: 0 34px 80px rgba(14, 51, 76, 0.18);
}

.about-case::before {
    content: "";
    position: absolute;
    top: -240px;
    right: -110px;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: rgba(66, 194, 251, 0.13);
    pointer-events: none;
}

.about-case__copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: 52px 0 52px 56px;
}

.about-case__eyebrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% + 24px);
    color: #8ea3b3;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.about-case__status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #a8dcef;
}

.about-case__status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #58d494;
    box-shadow: 0 0 0 5px rgba(88, 212, 148, 0.1);
}

.about-case__body {
    margin: auto 0;
    padding: 60px 40px 55px 0;
}

.about-case h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(3rem, 4.2vw, 4.65rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.about-case h3 em {
    color: #65d4ff;
    font-style: normal;
}

.about-case__body > p {
    max-width: 480px;
    margin: 28px 0;
    color: #9fb0bf;
    font-size: 1.02rem;
    line-height: 1.72;
}

.about-case__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-case__tags li {
    margin: 0;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: #c1d0da;
    font-size: 0.78rem;
    background: rgba(255, 255, 255, 0.035);
}

.about-case__link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 28px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 700;
}

.about-case__link:hover,
.about-case__link:focus {
    color: #65d4ff;
}

.about-case__link span {
    font-size: 1.35rem;
}

.about-case__visual {
    position: relative;
    z-index: 1;
    min-width: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-position: center;
    background-size: 46px 46px;
}

.about-case__visual::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 460px;
    height: 460px;
    border: 1px solid rgba(101, 212, 255, 0.22);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.about-case__visual::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 330px;
    height: 330px;
    border: 1px dashed rgba(101, 212, 255, 0.14);
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(-20deg);
}

.about-case__window {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: min(475px, calc(100% - 58px));
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    background: rgba(19, 43, 59, 0.78);
    box-shadow: 0 34px 65px rgba(0, 0, 0, 0.28);
    transform: translate(-50%, -50%) rotate(-4deg);
    backdrop-filter: blur(12px);
}

.about-case__window-bar {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 48px;
    padding: 0 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.about-case__window-bar span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
}

.about-case__window-bar b {
    margin-left: auto;
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.58rem;
    letter-spacing: 0.13em;
}

.about-case__window-content {
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    align-items: center;
    gap: 22px;
    min-height: 330px;
    padding: 38px;
}

.about-case__icon {
    position: relative;
}

.about-case__icon::before {
    content: "";
    position: absolute;
    inset: -25px;
    border-radius: 50%;
    background: #65d4ff;
    filter: blur(45px);
    opacity: 0.24;
}

.about-case__icon img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    border-radius: 27%;
    box-shadow: 0 24px 34px rgba(0, 0, 0, 0.35);
}

.about-case__visual-copy {
    min-width: 0;
}

.about-case__visual-copy span {
    display: block;
    margin-bottom: 10px;
    color: #65d4ff;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-case__visual-copy strong {
    display: block;
    color: #fff;
    font-size: clamp(3.2rem, 5.6vw, 5.4rem);
    line-height: 0.9;
    letter-spacing: -0.06em;
}

.about-case__visual-copy small {
    display: block;
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.62rem;
    line-height: 1.6;
    letter-spacing: 0.16em;
}

.about-case__platform {
    position: absolute;
    z-index: 4;
    padding: 9px 13px;
    border: 1px solid rgba(101, 212, 255, 0.35);
    border-radius: 999px;
    color: #b9eaff;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: rgba(11, 29, 43, 0.82);
    backdrop-filter: blur(8px);
}

.about-case__platform--mobile {
    top: 84px;
    left: 28px;
}

.about-case__platform--desktop {
    right: 25px;
    bottom: 92px;
}

.about-case__stamp {
    position: absolute;
    right: 28px;
    bottom: 28px;
    color: rgba(255, 255, 255, 0.28);
    font-size: 0.58rem;
    letter-spacing: 0.13em;
}

.about-portfolio__expertise {
    display: grid;
    grid-template-columns: 0.62fr 2.38fr;
    gap: 50px;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(23, 35, 51, 0.14);
}

.about-portfolio__expertise > p {
    margin: 2px 0 0;
    color: #718091;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.55;
}

.about-portfolio__expertise ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-portfolio__expertise li {
    display: flex;
    gap: 18px;
    margin: 0;
    padding: 0 26px;
    border-left: 1px solid rgba(23, 35, 51, 0.12);
}

.about-portfolio__expertise li > span {
    color: #159edc;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.about-portfolio__expertise h3 {
    margin: -2px 0 7px;
    font-size: 1.15rem;
}

.about-portfolio__expertise li p {
    margin: 0;
    color: #718091;
    font-size: 0.83rem;
    line-height: 1.55;
}

.about-process {
    padding: 115px 0 125px;
    background: #14293c;
}

.about-section-heading--light {
    max-width: 760px;
}

.about-section-heading--light h2 {
    color: #fff;
}

.about-section-heading--light .about-kicker {
    color: #65d4ff;
}

.about-process__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: rgba(255, 255, 255, 0.15);
}

.about-process__list li {
    min-height: 260px;
    padding: 36px 30px;
    background: #14293c;
}

.about-process__list li > span {
    display: block;
    margin-bottom: 50px;
    color: #56c9f5;
    font-weight: 700;
}

.about-process__list h3 {
    margin-bottom: 14px;
    color: #fff;
    font-size: 1.3rem;
}

.about-process__list p {
    margin-bottom: 0;
    color: #9fb0bf;
    line-height: 1.65;
}

.about-contact {
    padding: 110px 0;
    background:
        radial-gradient(circle at 82% 15%, rgba(255, 239, 146, 0.85) 0, rgba(255, 239, 146, 0) 24%),
        linear-gradient(135deg, #4dabff 0%, #63ddff 100%);
}

.about-contact__inner {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: 90px;
}

.about-contact .about-kicker {
    color: #0d5274;
}

.about-contact h2 {
    max-width: 690px;
    margin-bottom: 22px;
}

.about-contact__content p {
    max-width: 640px;
    margin-bottom: 0;
    color: #174b65;
    font-size: 1.05rem;
    line-height: 1.75;
}

.about-contact__action {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.about-contact__action > span {
    margin-bottom: 7px;
    color: #1e607e;
    font-size: 0.85rem;
}

.about-contact__action > a:not(.about-button) {
    margin-bottom: 28px;
    color: #102f42;
    font-size: clamp(1.55rem, 3vw, 2.2rem);
    font-weight: 700;
    word-break: break-word;
}

.about-button--dark {
    gap: 22px;
    color: #fff;
    background: #14293c;
}

.about-button--dark:hover,
.about-button--dark:focus {
    color: #fff;
}

.about-button--dark span {
    font-size: 1.4rem;
}

.about-footer {
    padding: 55px 0;
    color: #8ea3b3;
    background: #0c1e2d;
}

.about-footer__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 34px;
}

.about-footer p {
    margin: 0;
}

.about-footer__links {
    display: flex;
    gap: 25px;
}

.about-footer a {
    color: #cad6de;
}

.about-footer__inner > span {
    grid-column: 1 / 3;
    font-size: 0.85rem;
}

@media (max-width: 1080px) {
    .about-header .menu__link {
        margin-right: 0;
    }

    .about-header .about-nav-cta {
        width: 100%;
        margin: 10px 0 20px;
    }

    .about-hero__inner {
        grid-template-columns: 1fr 0.75fr;
    }

    .about-hero__visual .about-hero__construction {
        width: 650px;
    }

    .about-intro__grid,
    .about-contact__inner {
        gap: 55px;
    }

    .about-services__layout {
        grid-template-columns: 1fr;
        gap: 62px;
    }

    .about-services__heading {
        max-width: 700px;
        padding-bottom: 0;
    }

    .about-services__aside {
        position: static;
        margin-top: 42px;
    }

    .about-process__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 790px) {
    .about-container {
        width: min(100% - 40px, 1180px);
    }

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

    .about-hero__inner {
        display: block;
    }

    .about-hero__content {
        position: relative;
        z-index: 4;
        padding: 80px 0 25px;
    }

    .about-hero__visual {
        min-height: 370px;
    }

    .about-hero__visual .about-hero__construction {
        width: 620px;
        transform: translate(-50%, -49%);
    }

    .about-intro,
    .about-portfolio {
        padding: 85px 0;
    }

    .about-intro h2,
    .about-section-heading h2,
    .about-contact h2 {
        font-size: 2.35rem !important;
    }

    .about-intro__grid,
    .about-contact__inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .about-services,
    .about-process {
        padding: 85px 0;
    }

    .about-services__heading h2 {
        font-size: 3.4rem !important;
    }

    .about-service-line {
        grid-template-columns: 36px minmax(160px, 0.8fr) minmax(210px, 1.2fr) 38px;
        gap: 18px;
    }

    .about-portfolio__grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .about-project--featured {
        grid-template-columns: 1fr;
        padding: 46px;
    }

    .about-contact {
        padding: 85px 0;
    }

    .about-footer__inner {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .about-footer__inner > span {
        grid-column: auto;
    }
}

@media (max-width: 560px) {
    .about-container {
        width: min(100% - 30px, 1180px);
    }

    .about-hero__content {
        padding-top: 65px;
    }

    .about-hero h1 {
        font-size: 2.65rem;
    }

    .about-hero__content > p {
        font-size: 1rem;
    }

    .about-hero__actions {
        flex-direction: column;
    }

    .about-button {
        width: 100%;
    }

    .about-hero__visual {
        min-height: 300px;
    }

    .about-hero__visual .about-hero__construction {
        width: 500px;
    }

    .about-hero__glow {
        width: 280px;
        height: 280px;
    }

    .about-intro h2,
    .about-section-heading h2,
    .about-contact h2 {
        font-size: 2.1rem !important;
    }

    .about-project {
        padding: 28px 24px;
    }

    .about-services__heading h2 {
        font-size: 2.75rem !important;
    }

    .about-services__layout {
        gap: 48px;
    }

    .about-service-line {
        grid-template-columns: 32px 1fr 36px;
        gap: 13px;
        min-height: 0;
        padding: 30px 0;
    }

    .about-service-line__number {
        padding-top: 4px;
    }

    .about-service-line__title {
        grid-column: 2;
    }

    .about-service-line p {
        grid-column: 2 / 4;
        padding-right: 12px;
    }

    .about-service-line__mark {
        grid-column: 3;
        grid-row: 1;
    }

    .about-project__tag {
        margin-bottom: 20px;
    }

    .about-project__head {
        margin-bottom: 24px;
    }

    .about-project--featured {
        grid-template-columns: 1fr;
        display: block;
        min-height: auto;
        padding: 38px 32px;
    }

    .about-project--featured h3 {
        margin-top: 40px;
    }

    .about-project__art {
        min-height: 300px;
        margin-top: 24px;
    }

    .about-project__art img {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        width: 220px;
        max-height: 220px;
        transform: translate(-50%, -50%);
    }

    .about-project__art::before {
        width: 250px;
        height: 250px;
    }

    .about-project__glow {
        width: 220px;
        height: 220px;
    }

    .about-process__list {
        grid-template-columns: 1fr;
    }

    .about-process__list li {
        min-height: auto;
    }

    .about-process__list li > span {
        margin-bottom: 30px;
    }

    .about-footer__links {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 980px) {
    .about-portfolio__heading {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 48px;
    }

    .about-portfolio__heading > p {
        max-width: 620px;
    }

    .about-case {
        grid-template-columns: 1fr;
    }

    .about-case__copy {
        padding: 48px;
    }

    .about-case__eyebrow {
        width: 100%;
    }

    .about-case__body {
        padding: 70px 0 60px;
    }

    .about-case__visual {
        min-height: 520px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .about-case__window {
        width: min(520px, calc(100% - 80px));
    }

    .about-portfolio__expertise {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 620px) {
    .about-portfolio {
        padding: 82px 0 86px;
    }

    .about-portfolio::before {
        display: none;
    }

    .about-portfolio__heading {
        gap: 18px;
        margin-bottom: 38px;
    }

    .about-portfolio__heading h2 {
        font-size: clamp(2.35rem, 12vw, 2.65rem);
        line-height: 1.02;
    }

    .about-portfolio__heading > p {
        font-size: 0.96rem;
        line-height: 1.65;
    }

    .about-case {
        min-height: 0;
        border-radius: 21px;
    }

    .about-case__copy {
        padding: 32px 24px 30px;
    }

    .about-case__eyebrow {
        align-items: flex-start;
        gap: 18px;
        font-size: 0.62rem;
        line-height: 1.45;
    }

    .about-case__status {
        justify-content: flex-end;
        text-align: right;
    }

    .about-case__body {
        padding: 52px 0 44px;
    }

    .about-case h3 {
        font-size: clamp(2.35rem, 13vw, 2.75rem);
    }

    .about-case__body > p {
        margin: 23px 0;
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .about-case__link {
        padding-right: 0;
    }

    .about-case__visual {
        min-height: 410px;
    }

    .about-case__visual::before {
        width: 330px;
        height: 330px;
    }

    .about-case__visual::after {
        width: 240px;
        height: 240px;
    }

    .about-case__window {
        width: calc(100% - 32px);
        border-radius: 15px;
        transform: translate(-50%, -50%) rotate(-2deg);
    }

    .about-case__window-bar {
        height: 40px;
    }

    .about-case__window-content {
        grid-template-columns: 0.85fr 1.15fr;
        gap: 17px;
        min-height: 260px;
        padding: 25px;
    }

    .about-case__visual-copy strong {
        font-size: 3.15rem;
    }

    .about-case__visual-copy small {
        margin-top: 15px;
        font-size: 0.53rem;
    }

    .about-case__platform {
        display: none;
    }

    .about-case__stamp {
        right: 18px;
        bottom: 15px;
    }

    .about-portfolio__expertise {
        margin-top: 42px;
        padding-top: 24px;
    }

    .about-portfolio__expertise > p br {
        display: none;
    }

    .about-portfolio__expertise ol {
        grid-template-columns: 1fr;
    }

    .about-portfolio__expertise li {
        padding: 23px 0;
        border-top: 1px solid rgba(23, 35, 51, 0.12);
        border-left: 0;
    }

    .about-portfolio__expertise li:last-child {
        padding-bottom: 0;
    }
}

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