/*
|--------------------------------------------------------------------------
| Halis Usta · Hakkımızda Sayfası
| Ana site renk sistemiyle uyumlu sürüm
|--------------------------------------------------------------------------
*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    background: #ffffff;
    color: #10251e;
    font-family: "Inter", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.menu-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

.about-page {
    --about-green-950: #032c20;
    --about-green-900: #063d2d;
    --about-green-800: #075039;
    --about-green-700: #0a684a;
    --about-green-100: #eaf5f0;
    --about-green-50: #f4f9f7;
    --about-gold: #d2a22b;
    --about-gold-dark: #ac7d12;
    --about-gold-light: #f1d57d;
    --about-ink: #10251e;
    --about-muted: #5d7068;
    --about-line: rgba(3, 44, 32, 0.12);

    overflow: hidden;
    background: #ffffff;
    color: var(--about-ink);
}

.about-shell {
    width: min(calc(100% - 48px), 1240px);
    margin: 0 auto;
}

/* =========================================================
   HERO
========================================================= */

.about-hero {
    position: relative;
    padding: 54px 0 68px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 92% 8%,
            rgba(10, 104, 74, 0.07),
            transparent 27%
        ),
        #ffffff;
}

.about-hero::before {
    position: absolute;
    right: -230px;
    bottom: -280px;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(10, 104, 74, 0.07);
    border-radius: 50%;
    box-shadow:
        0 0 0 70px rgba(10, 104, 74, 0.022),
        0 0 0 140px rgba(210, 162, 43, 0.012);
    pointer-events: none;
    content: "";
}

.about-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.82fr);
    gap: clamp(44px, 6vw, 82px);
    align-items: center;
}

.about-hero__content {
    max-width: 700px;
    padding: 12px 0;
}

.about-eyebrow,
.about-section-heading__eyebrow,
.about-contact__eyebrow {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0;
    color: var(--about-gold-dark);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.about-eyebrow > span {
    width: 26px;
    height: 2px;
    border-radius: 999px;
    background: var(--about-gold);
}

.about-hero h1 {
    max-width: 700px;
    margin: 18px 0 0;
    color: var(--about-green-950);
    font-family: "Bricolage Grotesque", "Inter", sans-serif;
    font-size: clamp(3.3rem, 5vw, 5.25rem);
    font-weight: 800;
    line-height: 0.94;
    letter-spacing: -0.062em;
}

.about-hero h1 em {
    color: var(--about-gold-dark);
    font-style: normal;
}

.about-hero__lead {
    max-width: 620px;
    margin: 24px 0 0;
    color: var(--about-muted);
    font-size: clamp(0.92rem, 1.2vw, 1.02rem);
    line-height: 1.78;
}

.about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 27px;
}

.about-button {
    display: inline-flex;
    min-height: 52px;
    gap: 9px;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border: 1px solid rgba(3, 44, 32, 0.18);
    border-radius: 14px;
    font-size: 0.78rem;
    font-weight: 850;
    text-decoration: none;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        border-color 180ms ease,
        background-color 180ms ease;
}

.about-button i {
    font-size: 1.14rem;
}

.about-button--primary {
    border-color: var(--about-green-800);
    background: var(--about-green-800);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(3, 44, 32, 0.15);
}

.about-button--secondary {
    background: #ffffff;
    color: var(--about-green-900);
}

.about-button:hover,
.about-button:focus-visible {
    transform: translateY(-2px);
}

.about-button--primary:hover,
.about-button--primary:focus-visible {
    background: var(--about-green-700);
    box-shadow: 0 18px 34px rgba(3, 44, 32, 0.2);
}

.about-button--secondary:hover,
.about-button--secondary:focus-visible {
    border-color: rgba(3, 44, 32, 0.32);
    background: var(--about-green-50);
}

.about-button:focus-visible,
.about-text-link:focus-visible,
.about-contact__actions a:focus-visible {
    outline: 3px solid rgba(210, 162, 43, 0.5);
    outline-offset: 3px;
}

.about-hero__facts {
    display: flex;
    gap: 0;
    margin: 31px 0 0;
    padding: 19px 0 0;
    border-top: 1px solid var(--about-line);
    list-style: none;
}

.about-hero__facts li {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 0 23px;
    border-left: 1px solid var(--about-line);
}

.about-hero__facts li:first-child {
    padding-left: 0;
    border-left: 0;
}

.about-hero__facts strong {
    color: var(--about-green-900);
    font-family: "Bricolage Grotesque", "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 800;
}

.about-hero__facts span {
    color: #71847c;
    font-size: 0.7rem;
    font-weight: 650;
}

.about-hero__visual {
    position: relative;
    isolation: isolate;
    justify-self: end;
    width: min(100%, 468px);
    padding: 22px 21px 24px 28px;
}

.about-hero__visual::before {
    position: absolute;
    z-index: -2;
    top: 10px;
    right: 32px;
    bottom: 11px;
    left: 10px;
    border-radius: 30px 7px 30px 7px;
    background: var(--about-green-900);
    box-shadow: 0 25px 55px rgba(3, 44, 32, 0.12);
    content: "";
    transform: rotate(-2.2deg);
}

.about-hero__visual::after {
    position: absolute;
    z-index: -3;
    right: 2px;
    bottom: -4px;
    width: 76%;
    height: 58%;
    border-radius: 50%;
    background: rgba(3, 44, 32, 0.16);
    content: "";
    filter: blur(34px);
    opacity: 0.5;
}

.about-store-card {
    position: relative;
    width: 100%;
    aspect-ratio: 0.94;
    margin: 0;
    overflow: hidden;
    border: 6px solid #ffffff;
    border-radius: 23px 7px 23px 7px;
    background: var(--about-green-900);
    box-shadow:
        0 24px 55px rgba(3, 44, 32, 0.18),
        0 6px 16px rgba(3, 44, 32, 0.1);
}

.about-store-card::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            to top,
            rgba(1, 23, 16, 0.58),
            rgba(1, 23, 16, 0.04) 43%,
            transparent 66%
        );
    content: "";
}

.about-store-card img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center 49%;
    transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.about-hero__visual:hover .about-store-card img {
    transform: scale(1.025);
}

.about-store-card figcaption {
    position: absolute;
    z-index: 2;
    right: auto;
    bottom: 16px;
    left: 16px;
    display: grid;
    width: min(78%, 285px);
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 9px 13px 9px 9px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 13px;
    background: rgba(3, 44, 32, 0.88);
    box-shadow: 0 12px 26px rgba(3, 44, 32, 0.24);
    color: #ffffff;
    backdrop-filter: blur(12px);
}

.about-store-card__pin {
    display: grid;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: rgba(241, 213, 125, 0.15);
    color: var(--about-gold-light);
    font-size: 1.05rem;
    place-items: center;
}

.about-store-card figcaption small,
.about-store-card figcaption strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.about-store-card figcaption small {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-store-card figcaption strong {
    margin-top: 3px;
    font-size: 0.72rem;
    font-weight: 850;
}

.about-hero__seal {
    position: absolute;
    z-index: 4;
    top: 0;
    right: -2px;
    bottom: auto;
    display: grid;
    width: 98px;
    height: 98px;
    align-content: center;
    justify-items: center;
    border: 6px solid #ffffff;
    border-radius: 50%;
    background: var(--about-gold);
    color: var(--about-green-950);
    box-shadow: 0 16px 30px rgba(3, 44, 32, 0.18);
    transform: rotate(3deg);
}

.about-hero__seal span {
    font-family: "Bricolage Grotesque", "Inter", sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    text-transform: none;
}

.about-hero__seal strong {
    font-size: 0.43rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.1;
    text-transform: uppercase;
}

.about-hero__seal i {
    margin: 5px 0 4px;
    color: var(--about-green-900);
    font-size: 1rem;
}

/* =========================================================
   ORTAK BAŞLIKLAR
========================================================= */

.about-intro,
.about-standards {
    padding: 72px 0;
}

.about-intro {
    border-top: 1px solid rgba(3, 44, 32, 0.08);
    background: var(--about-green-50);
}

.about-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.66fr);
    gap: 58px;
    align-items: end;
    margin-bottom: 26px;
    padding-bottom: 21px;
    border-bottom: 1px solid var(--about-line);
}

.about-section-heading h2,
.about-story__content h2,
.about-contact__content h2 {
    margin: 8px 0 0;
    color: var(--about-green-950);
    font-family: "Bricolage Grotesque", "Inter", sans-serif;
    font-size: clamp(2.1rem, 3.7vw, 3.65rem);
    font-weight: 800;
    line-height: 0.99;
    letter-spacing: -0.05em;
}

.about-section-heading > p {
    margin: 0;
    padding-left: 17px;
    border-left: 3px solid var(--about-gold);
    color: #61736c;
    font-size: 0.79rem;
    line-height: 1.7;
}

/* =========================================================
   DEĞERLER
========================================================= */

.about-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.about-value {
    position: relative;
    min-height: 232px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid rgba(3, 44, 32, 0.11);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(3, 44, 32, 0.045);
}

.about-value__number {
    position: absolute;
    top: 22px;
    right: 22px;
    color: rgba(3, 44, 32, 0.22);
    font-family: "Bricolage Grotesque", "Inter", sans-serif;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.about-value > i {
    display: grid;
    width: 52px;
    height: 52px;
    border-radius: 15px;
    background: var(--about-green-100);
    color: var(--about-green-700);
    font-size: 1.48rem;
    place-items: center;
}

.about-value:nth-child(2) > i {
    border: 1px solid rgba(210, 162, 43, 0.34);
    background: #ffffff;
    color: var(--about-gold-dark);
}

.about-value h3 {
    margin: 29px 0 9px;
    color: var(--about-green-900);
    font-family: "Bricolage Grotesque", "Inter", sans-serif;
    font-size: 1.34rem;
    line-height: 1.08;
}

.about-value p {
    margin: 0;
    color: #63766e;
    font-size: 0.77rem;
    line-height: 1.68;
}

/* =========================================================
   HİKÂYE KARTI
========================================================= */

.about-story {
    padding: 72px 0;
    background: #ffffff;
}

.about-story__grid {
    display: grid;
    grid-template-columns: minmax(330px, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(40px, 6vw, 78px);
    align-items: center;
    padding: clamp(34px, 4.5vw, 56px);
    border: 1px solid rgba(210, 162, 43, 0.3);
    border-radius: 30px;
    background: var(--about-green-900);
    color: #ffffff;
    box-shadow: 0 22px 54px rgba(3, 44, 32, 0.14);
}

.about-story__visual {
    position: relative;
}

.about-story__visual::before {
    position: absolute;
    top: -13px;
    left: -13px;
    width: 42%;
    height: 42%;
    border-top: 2px solid rgba(210, 162, 43, 0.68);
    border-left: 2px solid rgba(210, 162, 43, 0.68);
    border-radius: 21px 0 0;
    content: "";
}

.about-story__visual img {
    position: relative;
    width: 100%;
    max-height: 470px;
    aspect-ratio: 1.02;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 26px 56px rgba(0, 21, 15, 0.25);
}

.about-story__badge {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: inline-flex;
    min-height: 42px;
    gap: 8px;
    align-items: center;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--about-green-900);
    font-size: 0.69rem;
    font-weight: 850;
    backdrop-filter: blur(10px);
}

.about-story__badge i {
    color: var(--about-gold-dark);
    font-size: 0.98rem;
}

.about-story__content .about-section-heading__eyebrow {
    color: var(--about-gold-light);
}

.about-story__content h2 {
    max-width: 650px;
    color: #ffffff;
}

.about-story__content > p {
    max-width: 670px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    line-height: 1.78;
}

.about-story__content blockquote {
    margin: 25px 0 0;
    padding: 17px 0 17px 20px;
    border-left: 3px solid var(--about-gold);
    color: #ffffff;
    font-family: "Bricolage Grotesque", "Inter", sans-serif;
    font-size: clamp(1.08rem, 1.8vw, 1.42rem);
    font-weight: 700;
    line-height: 1.35;
}

.about-text-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-top: 22px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(241, 213, 125, 0.65);
    color: var(--about-gold-light);
    font-size: 0.75rem;
    font-weight: 850;
    text-decoration: none;
}

.about-text-link i {
    transition: transform 180ms ease;
}

.about-text-link:hover i,
.about-text-link:focus-visible i {
    transform: translate(2px, -2px);
}

/* =========================================================
   STANDARTLAR
========================================================= */

.about-section-heading--compact {
    grid-template-columns: 1fr;
    margin-bottom: 25px;
}

.about-standard-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--about-line);
    border-radius: 22px;
    background: #ffffff;
}

.about-standard-list article {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    min-height: 154px;
    align-items: start;
    padding: 25px;
    border-right: 1px solid var(--about-line);
    border-bottom: 1px solid var(--about-line);
    background: #ffffff;
}

.about-standard-list article:nth-child(2n) {
    border-right: 0;
}

.about-standard-list article:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.about-standard-list article > span {
    display: grid;
    width: 52px;
    height: 52px;
    border-radius: 15px;
    background: var(--about-green-100);
    color: var(--about-green-700);
    font-size: 1.36rem;
    place-items: center;
}

.about-standard-list h3 {
    margin: 2px 0 7px;
    color: var(--about-green-900);
    font-family: "Bricolage Grotesque", "Inter", sans-serif;
    font-size: 1.14rem;
}

.about-standard-list p {
    margin: 0;
    color: #64776f;
    font-size: 0.75rem;
    line-height: 1.65;
}

/* =========================================================
   İLETİŞİM KARTI
========================================================= */

.about-contact {
    padding: 0 0 80px;
}

.about-contact__card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(500px, 1.22fr);
    gap: 46px;
    align-items: center;
    padding: clamp(30px, 4.5vw, 50px);
    overflow: hidden;
    border: 1px solid rgba(210, 162, 43, 0.32);
    border-radius: 28px;
    background: var(--about-green-900);
    color: #ffffff;
    box-shadow: 0 22px 54px rgba(3, 44, 32, 0.14);
}

.about-contact__card::before {
    position: absolute;
    top: -190px;
    left: -150px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(241, 213, 125, 0.18);
    border-radius: 50%;
    box-shadow: 0 0 0 64px rgba(241, 213, 125, 0.025);
    content: "";
}

.about-contact__content,
.about-contact__actions {
    position: relative;
    z-index: 1;
}

.about-contact__eyebrow {
    color: var(--about-gold-light);
}

.about-contact__content h2 {
    margin-top: 8px;
    color: #ffffff;
}

.about-contact__content > p:last-child {
    max-width: 430px;
    margin: 15px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.77rem;
    line-height: 1.65;
}

.about-contact__actions {
    display: grid;
    gap: 9px;
}

.about-contact__actions a {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 30px;
    gap: 13px;
    align-items: center;
    min-height: 70px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--about-green-900);
    text-decoration: none;
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        box-shadow 180ms ease;
}

.about-contact__actions a:hover,
.about-contact__actions a:focus-visible {
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(0, 20, 14, 0.18);
    transform: translateX(3px);
}

.about-contact__actions a > i:first-child {
    display: grid;
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: var(--about-green-800);
    color: #ffffff;
    font-size: 1.23rem;
    place-items: center;
}

.about-contact__actions a > i:last-child {
    font-size: 0.9rem;
}

.about-contact__actions span {
    display: grid;
    gap: 2px;
}

.about-contact__actions small {
    color: #71847c;
    font-size: 0.61rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-contact__actions strong {
    font-size: 0.81rem;
}

/* =========================================================
   ANİMASYON
========================================================= */

[data-about-reveal] {
    opacity: 0;
    transform: translateY(16px);
    transition:
        opacity 580ms ease,
        transform 580ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

[data-about-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

.about-values [data-about-reveal]:nth-child(2),
.about-standard-list [data-about-reveal]:nth-child(2) {
    transition-delay: 70ms;
}

.about-values [data-about-reveal]:nth-child(3),
.about-standard-list [data-about-reveal]:nth-child(3) {
    transition-delay: 130ms;
}

.about-standard-list [data-about-reveal]:nth-child(4) {
    transition-delay: 190ms;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 980px) {
    .about-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
        gap: 34px;
    }

    .about-section-heading {
        gap: 34px;
    }

    .about-contact__card {
        grid-template-columns: 1fr;
        gap: 27px;
    }
}

@media (max-width: 820px) {
    .about-shell {
        width: min(calc(100% - 32px), 1240px);
    }

    .about-hero {
        padding: 35px 0 56px;
    }

    .about-hero__grid,
    .about-story__grid {
        grid-template-columns: 1fr;
    }

    .about-hero__content {
        max-width: none;
        padding: 0;
    }

    .about-hero__visual {
        justify-self: center;
        width: min(100%, 520px);
    }

    .about-store-card img {
        object-position: center 48%;
    }

    .about-section-heading {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .about-section-heading > p {
        max-width: 670px;
    }

    .about-values {
        grid-template-columns: 1fr;
    }

    .about-value {
        min-height: 0;
    }

    .about-story__grid {
        padding: 34px;
    }

    .about-story__visual {
        width: min(100%, 620px);
    }
}

@media (max-width: 640px) {
    .about-shell {
        width: min(calc(100% - 28px), 1240px);
    }

    .about-hero {
        padding: 26px 0 48px;
    }

    .about-hero h1 {
        margin-top: 14px;
        font-size: clamp(2.65rem, 14vw, 4rem);
        line-height: 0.94;
    }

    .about-hero__lead {
        margin-top: 19px;
        font-size: 0.83rem;
        line-height: 1.7;
    }

    .about-hero__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 22px;
    }

    .about-button {
        min-height: 49px;
        padding: 11px 10px;
        font-size: 0.69rem;
    }

    .about-hero__facts {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 25px;
        padding-top: 17px;
    }

    .about-hero__facts li {
        padding: 0 10px;
    }

    .about-hero__facts strong {
        font-size: 0.82rem;
    }

    .about-hero__facts span {
        font-size: 0.61rem;
    }

    .about-hero__visual {
        width: min(100%, 430px);
        padding: 18px 16px 21px 22px;
    }

    .about-hero__visual::before {
        top: 8px;
        right: 24px;
        bottom: 9px;
        left: 8px;
        border-radius: 25px 6px 25px 6px;
    }

    .about-store-card {
        aspect-ratio: 0.93;
        border-width: 5px;
        border-radius: 20px 6px 20px 6px;
    }

    .about-store-card figcaption {
        right: auto;
        bottom: 12px;
        left: 12px;
        width: min(76%, 260px);
        grid-template-columns: 35px minmax(0, 1fr);
        padding: 8px 11px 8px 8px;
    }

    .about-store-card__pin {
        width: 35px;
        height: 35px;
    }

    .about-store-card figcaption strong {
        font-size: 0.66rem;
    }

    .about-hero__seal {
        top: 0;
        right: -1px;
        width: 84px;
        height: 84px;
        border-width: 5px;
    }

    .about-hero__seal span {
        font-size: 0.7rem;
    }

    .about-hero__seal strong {
        font-size: 0.36rem;
    }

    .about-hero__seal i {
        margin: 4px 0 3px;
        font-size: 0.86rem;
    }

    .about-intro,
    .about-standards,
    .about-story {
        padding: 56px 0;
    }

    .about-section-heading {
        margin-bottom: 20px;
        padding-bottom: 17px;
    }

    .about-section-heading h2,
    .about-story__content h2,
    .about-contact__content h2 {
        font-size: clamp(1.95rem, 9.5vw, 2.85rem);
    }

    .about-section-heading > p {
        font-size: 0.74rem;
    }

    .about-value {
        padding: 21px;
    }

    .about-value h3 {
        margin-top: 25px;
    }

    .about-story__grid {
        gap: 34px;
        padding: 24px 20px;
        border-radius: 23px;
    }

    .about-story__visual::before {
        top: -9px;
        left: -9px;
    }

    .about-story__visual img {
        aspect-ratio: 1;
        border-radius: 19px;
    }

    .about-story__content > p {
        font-size: 0.77rem;
    }

    .about-story__content blockquote {
        padding-left: 15px;
    }

    .about-standard-list {
        grid-template-columns: 1fr;
    }

    .about-standard-list article,
    .about-standard-list article:nth-child(2n),
    .about-standard-list article:nth-last-child(-n + 2) {
        min-height: 0;
        grid-template-columns: 47px minmax(0, 1fr);
        padding: 21px;
        border-right: 0;
        border-bottom: 1px solid var(--about-line);
    }

    .about-standard-list article:last-child {
        border-bottom: 0;
    }

    .about-standard-list article > span {
        width: 47px;
        height: 47px;
        border-radius: 14px;
        font-size: 1.18rem;
    }

    .about-contact {
        padding-bottom: 58px;
    }

    .about-contact__card {
        padding: 25px 20px;
        border-radius: 22px;
    }
}

@media (max-width: 400px) {
    .about-hero__actions {
        grid-template-columns: 1fr;
    }

    .about-hero__facts {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .about-hero__facts li,
    .about-hero__facts li:first-child {
        padding: 0 0 12px;
        border: 0;
        border-bottom: 1px solid rgba(3, 44, 32, 0.11);
    }

    .about-hero__facts li:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    [data-about-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .about-button,
    .about-text-link i,
    .about-contact__actions a {
        transition: none;
    }
}