.about-section {
    position: relative;
    padding: 4.2rem 0 3.5rem;
    background:
        radial-gradient(circle at top left, rgba(255, 182, 152, 0.2), transparent 22%),
        radial-gradient(circle at 82% 18%, rgba(231, 76, 60, 0.08), transparent 20%),
        #f8f3f4;
    overflow: hidden;
}

.about-section__container {
    position: relative;
    z-index: 1;
    max-width: 1180px;
}

.about-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
    align-items: start;
    gap: 3.2rem;
}

.about-row + .about-row {
    margin-top: 4.4rem;
}

.about-content {
    min-width: 0;
}

.about-content h2,
.about-content h3 {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    color: #313131;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.about-content h2 {
    font-size: clamp(2.4rem, 5vw, 3.4rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.about-content h3 {
    font-size: clamp(2.1rem, 4.8vw, 3.2rem);
    font-weight: 800;
    margin-bottom: 1.05rem;
}

.about-content h2::after,
.about-content h3::after {
    content: "";
    display: block;
    width: 92px;
    height: 4px;
    margin-top: 0.7rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #e74c3c 0%, #ffb36a 100%);
}

.about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.7rem;
    color: #d95d4a;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.about-eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #e74c3c 0%, #ffb36a 100%);
}

.about-accent-text {
    color: #d84f40;
}

.about-content p {
    margin: 0;
    max-width: 60ch;
    color: #3f3f3f;
    font-size: 1.03rem;
    line-height: 1.5;
}

.about-content p + p {
    margin-top: 1rem;
}

.about-copy {
    display: grid;
    gap: 1rem;
    width: 100%;
}

.about-copy > * {
    max-width: 60ch;
}

.about-copy p,
.about-copy ul,
.about-copy ol {
    margin: 0;
    color: #3f3f3f;
    font-size: 1.03rem;
    line-height: 1.62;
}

.about-copy ul,
.about-copy ol {
    padding-left: 1.25rem;
}

.about-copy li + li {
    margin-top: 0.45rem;
}

.about-copy p:empty {
    display: none;
}

.about-copy a {
    color: var(--color-main);
    text-decoration: underline;
    text-underline-offset: 0.14em;
}

.about-photo {
    position: relative;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(145deg, #f2d3c6 0%, #caa9a8 100%);
    border: 1px solid rgba(231, 76, 60, 0.12);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.16);
}

.about-photo::after {
    content: "";
    position: absolute;
    inset: auto 18px 14px auto;
    width: 84px;
    height: 84px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.2), rgba(255, 179, 106, 0.12));
    z-index: 0;
}

.about-photo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.about-photo--portrait {
    max-width: 320px;
    justify-self: end;
}

.about-photo--landscape {
    max-width: 360px;
    justify-self: start;
}

.about-photo--square {
    max-width: 360px;
    justify-self: end;
}

.about-cta {
    margin-top: 4.8rem;
    text-align: center;
    position: relative;
}

.about-cta p {
    margin: 0 auto;
    max-width: 760px;
    font-size: 1.34rem;
    line-height: 1.3;
    color: #222;
    font-weight: 700;
}

.about-cta__line {
    display: block;
    width: min(560px, 72%);
    height: 3px;
    margin: 1.3rem auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(231, 76, 60, 0.78), rgba(255, 179, 106, 0.72));
}

.about-reviews {
    margin-top: 5rem;
}

.about-media {
    margin-top: 3.8rem;
}

.about-media__panel {
    position: relative;
    overflow: hidden;
    padding: 1.75rem clamp(1rem, 2.5vw, 2rem) 1.8rem;
    border-radius: 24px;
    border: 1px solid rgba(231, 76, 60, 0.14);
    background:
        radial-gradient(circle at top right, rgba(255, 179, 106, 0.16), transparent 24%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 237, 234, 0.9));
    box-shadow: 0 14px 28px rgba(40, 22, 15, 0.06);
    text-align: center;
}

.about-media__panel .about-eyebrow {
    margin-bottom: 0.45rem;
}

.about-media__panel h2 {
    margin: 0 0 1.25rem;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.1rem, 2.2vw, 1.45rem);
    font-weight: 800;
    color: #2b2b2b;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.about-media__panel h2::after {
    content: "";
    display: block;
    width: 52px;
    height: 3px;
    margin: 0.55rem auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #e74c3c 0%, #ffb36a 100%);
}

.about-media__copy {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    align-items: stretch;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.about-media__copy p {
    margin: 0;
    color: #3f3f3f;
    font-size: 1.02rem;
    line-height: 1.65;
}

.about-media__copy p + p {
    margin-top: 0.95rem;
}

.about-media__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    min-height: 220px;
    padding: 0.9rem;
    border-radius: 18px;
    border: 1px solid rgba(231, 76, 60, 0.14);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.97), rgba(252, 244, 239, 0.9));
    box-shadow: 0 14px 24px rgba(57, 31, 20, 0.06);
    isolation: isolate;
    overflow: hidden;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.about-media__item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.08), rgba(255, 179, 106, 0.03) 42%, transparent 70%);
    opacity: 0;
    transition: opacity 200ms ease;
    z-index: -1;
}

.about-media__item:hover {
    transform: translateY(-4px);
    border-color: rgba(231, 76, 60, 0.26);
    box-shadow: 0 20px 28px rgba(57, 31, 20, 0.12);
}

.about-media__item:hover::before,
.about-media__item:focus-visible::before {
    opacity: 1;
}

.about-media__item:focus-visible {
    outline: 3px solid rgba(231, 76, 60, 0.22);
    outline-offset: 3px;
    border-color: rgba(231, 76, 60, 0.34);
    box-shadow: 0 20px 28px rgba(57, 31, 20, 0.12);
}

.about-media__item-head {
    display: grid;
    gap: 0.62rem;
    justify-items: center;
    margin-bottom: 0.65rem;
}

.about-media__logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 78px;
    padding: 0.75rem;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 244, 241, 0.9));
    border: 1px solid rgba(223, 182, 169, 0.16);
}

.about-media__logo {
    display: block;
    width: auto;
    max-width: min(100%, 126px);
    max-height: 48px;
    object-fit: contain;
    filter: saturate(1.02) contrast(1.02);
}

.about-media__host {
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7a4a3e;
}

.about-media__player-wrap {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(231, 76, 60, 0.16);
    box-shadow: 0 10px 18px rgba(27, 14, 10, 0.14);
    background: #100d0b;
}

.about-media__player {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

.about-media__item-actions {
    margin-top: auto;
    padding-top: 0.75rem;
    display: flex;
    justify-content: center;
}

.about-media__source {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0.46rem 0.9rem;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #fff;
    background: linear-gradient(90deg, #d84f40 0%, #f18f46 100%);
    box-shadow: 0 9px 16px rgba(216, 79, 64, 0.28);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.about-media__source:hover,
.about-media__source:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 12px 20px rgba(216, 79, 64, 0.35);
}

.about-media__item.is-youtube {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(248, 237, 234, 0.92));
}

.about-media__empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 1rem 0;
}

.about-reviews__head {
    text-align: center;
    margin-bottom: 1.4rem;
}

.about-reviews__head h2 {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: #2f2f2f;
    letter-spacing: -0.03em;
}

.about-reviews__summary {
    margin: 0 auto 1.6rem;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(231, 76, 60, 0.22);
    background: rgba(255, 255, 255, 0.7);
    border-radius: 14px;
}

.about-reviews__stars {
    color: #f0b90b;
    letter-spacing: 0.06em;
}

.about-reviews__score {
    font-weight: 800;
    color: #222;
}

.about-reviews__count {
    color: #555;
    margin-right: 0.3rem;
}

.about-reviews__cta {
    background: var(--color-main);
    color: #fff;
    font-weight: 700;
    font-size: 0.86rem;
    padding: 0.45rem 0.72rem;
    border-radius: 8px;
}

.about-reviews__note {
    width: 100%;
    text-align: center;
    font-size: 0.78rem;
    color: #999;
    margin: 0.25rem 0 0;
}

.about-reviews__carousel {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.9rem;
}

.about-reviews__nav {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(231, 76, 60, 0.5);
    background: #fff;
    color: var(--color-main);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}

.about-reviews__track-wrap {
    overflow: hidden;
}

.about-reviews__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(250px, 1fr);
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0.2rem;
}

.about-reviews__track::-webkit-scrollbar {
    display: none;
}

.about-review-card {
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(248, 237, 234, 0.94));
    border: 1px solid rgba(231, 76, 60, 0.25);
    border-radius: 16px;
    padding: 1.15rem;
    min-height: 275px;
}

.about-review-card__header {
    display: flex;
    align-items: center;
    gap: 0.72rem;
    margin-bottom: 0.8rem;
}

.about-review-card__avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--color-main);
}

.about-review-card h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    color: #222;
}

.about-review-card p {
    margin: 0;
    color: #3c3c3c;
    line-height: 1.55;
}

.about-review-card__header p {
    font-size: 0.84rem;
    color: #7b7b7b;
    margin: 0.2rem 0 0;
}

.about-review-card__stars {
    margin-top: 0.18rem;
    color: #f0b90b;
    letter-spacing: 0.05em;
    font-size: 0.92rem;
}

.about-reviews__swipe-hint {
    display: none;
    margin-top: 0.7rem;
    text-align: center;
    color: rgba(216, 79, 64, 0.92);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    animation: aboutSwipePulse 1.8s ease-in-out infinite;
}

.about-reviews__empty {
    margin: 0;
    padding: 1.2rem;
    border: 1px dashed rgba(231, 76, 60, 0.3);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    color: #5a5a5a;
    text-align: center;
    line-height: 1.5;
}

@keyframes aboutSwipePulse {
    0%,
    100% {
        transform: translateX(0);
        opacity: 0.85;
    }
    50% {
        transform: translateX(-6px);
        opacity: 1;
    }
}

.about-bg {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.5;
    z-index: 0;
}

.about-bg::before,
.about-bg::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 18px solid rgba(207, 198, 198, 0.38);
}

.about-bg::before {
    inset: 0;
}

.about-bg::after {
    inset: 48px;
}

.about-bg--top-right {
    right: -260px;
    top: 64px;
}

.about-bg--bottom-left {
    left: -280px;
    bottom: -56px;
}

.about-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    pointer-events: none;
    z-index: 0;
}

.about-glow--top {
    top: 120px;
    right: 10%;
    width: 180px;
    height: 180px;
    background: rgba(231, 76, 60, 0.12);
}

.about-glow--bottom {
    left: 8%;
    bottom: 120px;
    width: 200px;
    height: 200px;
    background: rgba(255, 179, 106, 0.14);
}

@media (max-width: 1024px) {
    .about-section {
        padding: 3.5rem 0 3rem;
    }

    .about-row {
        gap: 2rem;
    }

    .about-row + .about-row {
        margin-top: 3.2rem;
    }

    .about-content h3 {
        font-size: clamp(1.8rem, 4vw, 2.4rem);
    }

    .about-content p {
        font-size: 0.98rem;
    }

    .about-copy p,
    .about-copy ul,
    .about-copy ol {
        font-size: 0.98rem;
    }

    .about-cta p {
        font-size: 1.16rem;
    }

    .about-media__panel {
        padding: 1.35rem 1.1rem 1.4rem;
    }

    .about-media__copy {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 0.84rem;
        max-width: 900px;
    }

    .about-media__player-wrap {
        max-width: 320px;
    }

    .about-bg {
        width: 320px;
        height: 320px;
    }

    .about-bg--top-right {
        right: -220px;
    }

    .about-bg--bottom-left {
        left: -220px;
    }
}

@media (max-width: 900px) {
    .about-row,
    .about-row.about-row--feature,
    .about-row.about-row--journey {
        grid-template-columns: 1fr;
    }

    .about-photo--portrait,
    .about-photo--landscape,
    .about-photo--square {
        max-width: 360px;
        width: 100%;
        justify-self: center;
    }

    .about-row.about-row--feature .about-content,
    .about-row.about-row--journey .about-content {
        order: 2;
    }

    .about-row.about-row--feature .about-photo,
    .about-row.about-row--journey .about-photo {
        order: 1;
    }

    .about-content p {
        max-width: 100%;
    }

    .about-copy > * {
        max-width: 100%;
    }

    .about-cta {
        margin-top: 3.4rem;
    }

    .about-media {
        margin-top: 2.8rem;
    }

    .about-bg {
        opacity: 0.3;
    }

    .about-reviews__carousel {
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }

    .about-reviews__nav {
        display: none !important;
    }

    .about-reviews__nav--prev {
        justify-self: start;
    }

    .about-reviews__nav--next {
        justify-self: end;
    }

    .about-reviews__track {
        grid-auto-columns: 85%;
    }

    .about-reviews__swipe-hint {
        display: block;
    }

    .about-glow--top {
        right: -20px;
    }

    .about-glow--bottom {
        left: -30px;
    }
}

@media (max-width: 640px) {
    .about-section {
        padding: 2.6rem 0 2.4rem;
    }

    .about-row + .about-row {
        margin-top: 2.6rem;
    }

    .about-content h2 {
        font-size: clamp(2rem, 8vw, 2.5rem);
    }

    .about-content h3 {
        font-size: clamp(1.6rem, 7vw, 2.2rem);
    }

    .about-content p {
        font-size: 0.95rem;
    }

    .about-copy p,
    .about-copy ul,
    .about-copy ol {
        font-size: 0.95rem;
    }

    .about-media__panel {
        padding: 1.1rem 0.85rem 1.15rem;
        border-radius: 18px;
    }

    .about-media__panel h2 {
        margin-bottom: 0.95rem;
        font-size: 1.05rem;
    }

    .about-media__copy {
        grid-template-columns: 1fr;
        gap: 0.72rem;
        max-width: 420px;
    }

    .about-media__item {
        min-height: 0;
        padding: 0.72rem;
        border-radius: 14px;
    }

    .about-media__item-head {
        margin-bottom: 0.55rem;
        gap: 0.5rem;
    }

    .about-media__logo-wrap {
        min-height: 62px;
        padding: 0.58rem;
        border-radius: 10px;
    }

    .about-media__logo {
        max-width: min(100%, 98px);
        max-height: 36px;
    }

    .about-media__host {
        font-size: 0.76rem;
    }

    .about-media__item-actions {
        padding-top: 0.62rem;
    }

    .about-media__player-wrap {
        max-width: 100%;
    }

    .about-cta p {
        font-size: 1.02rem;
    }

    .about-bg {
        display: none;
    }

    .about-glow {
        display: none;
    }

    .about-reviews__summary {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .about-reviews__track {
        grid-auto-columns: 95%;
        gap: 0.8rem;
    }

    .about-reviews__swipe-hint {
        font-size: 0.72rem;
    }
}
