/* =========================================================
   ABOUT MODERN — «Карусель»
   Лёгкая визуальная страница без тяжёлых фоновых анимаций
   ========================================================= */

.about-page {
    --about-ink: #302342;
    --about-muted: #786b88;
    --about-violet: #8f70ff;
    --about-pink: #ff8dcc;
    --about-blue: #7fb7ff;
    --about-bg: #fffafd;
    --about-card: rgba(255, 255, 255, .82);
    --about-border: rgba(114, 83, 168, .14);
    font-family: 'Manrope', sans-serif;
    background: var(--about-bg);
    color: var(--about-ink);
}

.about-page h1,
.about-page h2,
.about-page h3 {
    font-family: 'Cormorant Garamond', serif;
}

.about-page main { overflow: clip; }

.about-hero {
    position: relative;
    min-height: min(820px, 88vh);
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
    overflow: hidden;
    padding: 0;
    background:
        radial-gradient(circle at 50% 14%, rgba(255, 183, 231, .38), transparent 35%),
        radial-gradient(circle at 18% 65%, rgba(198, 168, 255, .30), transparent 38%),
        radial-gradient(circle at 84% 62%, rgba(145, 183, 255, .28), transparent 38%),
        linear-gradient(145deg, #fffafd 0%, #f8f1ff 48%, #eef6ff 100%);
}

.about-hero-inner {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1050px;
    padding-top: clamp(125px, 15vh, 170px);
    padding-bottom: clamp(115px, 14vh, 160px);
    text-align: center;
}

.about-eyebrow,
.about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.about-eyebrow {
    justify-content: center;
    color: #795bd7;
    padding: 10px 18px;
    border: 1px solid rgba(132, 91, 210, .16);
    border-radius: 999px;
    background: rgba(255,255,255,.62);
    box-shadow: 0 12px 35px rgba(94, 67, 148, .08);
}

.about-hero h1 {
    max-width: 980px;
    margin: 26px auto 20px;
    color: #35254f;
    font-size: clamp(54px, 7.2vw, 96px);
    line-height: .92;
    letter-spacing: -.045em;
    text-align: center;
    text-wrap: balance;
}

.about-hero h1 em {
    display: inline-block;
    margin-top: 8px;
    font-style: italic;
    background: linear-gradient(90deg, #b44bc4, #795bd7, #527fd7, #b44bc4);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.about-final-card h2 em {
    font-style: italic;
    color: #f7c9ea;
}

.about-hero-lead {
    max-width: 720px;
    margin: 0 auto;
    color: #746487;
    font-size: clamp(16px, 1.7vw, 20px);
    line-height: 1.7;
    text-align: center;
}

.about-hero-facts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.about-hero-facts span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(255,255,255,.70);
    border: 1px solid rgba(112,78,173,.14);
    color: #5d4977;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 10px 28px rgba(94,67,148,.06);
}

.about-hero-facts i {
    color: #8b64d9;
}

.about-hero-actions,
.about-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 36px;
}

.about-hero-actions {
    justify-content: center;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.about-btn:hover { transform: translateY(-2px); }

.about-btn-primary {
    color: #2f2240 !important;
    background: linear-gradient(135deg, #ffd9f0, #c9afff 45%, #9bc7ff);
    box-shadow: 0 16px 38px rgba(139, 103, 218, .28);
}

.about-btn-glass {
    color: #5b3fa0 !important;
    border: 1px solid rgba(112, 78, 173, .20);
    background: rgba(255,255,255,.72);
    box-shadow: 0 12px 32px rgba(94,67,148,.07);
}

.about-btn-glass-dark {
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.24);
    background: rgba(255,255,255,.10);
}

.about-btn-outline {
    color: #5b3fa0 !important;
    border: 1px solid rgba(112, 78, 173, .20);
    background: rgba(255,255,255,.78);
}

.about-scroll-cue {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 28px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    transform: translateX(-50%);
    border: 1px solid rgba(112,78,173,.16);
    border-radius: 50%;
    color: #795bd7;
    background: rgba(255,255,255,.62);
    box-shadow: 0 10px 30px rgba(94,67,148,.08);
}

.about-hero-glow {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(10px);
}

.about-hero-glow-one {
    width: 430px;
    height: 430px;
    left: -180px;
    top: 110px;
    background: radial-gradient(circle, rgba(255,151,218,.20), transparent 70%);
}

.about-hero-glow-two {
    width: 500px;
    height: 500px;
    right: -210px;
    top: 70px;
    background: radial-gradient(circle, rgba(126,151,255,.20), transparent 70%);
}

.about-hero-glow-three {
    width: 520px;
    height: 280px;
    left: 50%;
    bottom: -170px;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(185,135,255,.20), transparent 70%);
}

.about-section { padding: clamp(72px, 9vw, 124px) 0; }

.about-section-heading {
    max-width: 760px;
    margin-bottom: 42px;
}
.about-section-heading-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.about-kicker { color: #8b64d9; }
.about-section-heading h2 {
    margin: 10px 0 14px;
    color: var(--about-ink) !important;
    font-size: clamp(38px, 5vw, 64px);
    line-height: .98;
    letter-spacing: -.035em;
}
.about-section-heading p {
    margin: 0;
    color: var(--about-muted);
    font-size: 17px;
    line-height: 1.75;
}

.about-numbers {
    position: relative;
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 176, 223, .25), transparent 30%),
        radial-gradient(circle at 90% 100%, rgba(148, 190, 255, .25), transparent 32%),
        #fffafd;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.about-stat-card {
    min-height: 230px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid var(--about-border);
    border-radius: 30px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 24px 60px rgba(71, 47, 109, .08);
}

.about-stat-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: auto;
    border-radius: 16px;
    color: #7251bd;
    background: linear-gradient(135deg, #ffe0f2, #e8dcff, #d9ecff);
}
.about-stat-number {
    display: block;
    margin-top: 28px;
    color: #3d2d55;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(48px, 5vw, 72px);
    line-height: .8;
}
.about-stat-label {
    margin-top: 14px;
    color: #776987;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.about-story-section { background: #f7f2fb; }
.about-story-line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    padding-top: 34px;
}
.about-story-line::before {
    content: '';
    position: absolute;
    left: 7%; right: 7%; top: 45px;
    height: 2px;
    background: linear-gradient(90deg, #ffafd9, #b39cff, #87baff);
}
.about-story-step { position: relative; padding-top: 34px; }
.about-story-index {
    position: absolute;
    top: -28px;
    color: rgba(104, 75, 158, .18);
    font-family: 'Cormorant Garamond', serif;
    font-size: 62px;
    font-weight: 700;
}
.about-story-dot {
    position: absolute;
    top: 3px;
    left: 18px;
    width: 17px;
    height: 17px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #9b78e7;
    box-shadow: 0 0 0 5px rgba(155, 120, 231, .16);
}
.about-story-step h3 {
    margin: 18px 0 8px;
    color: #3c2c51 !important;
    font-size: 28px;
}
.about-story-step p { margin: 0; color: #756984; line-height: 1.7; font-size: 15px; }

.about-trust-section { background: #fff; }
.about-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.about-trust-card {
    position: relative;
    min-height: 255px;
    padding: 28px;
    border-radius: 26px;
    border: 1px solid var(--about-border);
    background:
        radial-gradient(circle at 95% 0%, rgba(180,151,255,.16), transparent 35%),
        #fff;
    box-shadow: 0 16px 46px rgba(71, 47, 109, .06);
}
.about-trust-card i { font-size: 28px; color: #8b66d5; }
.about-trust-card h3 { margin: 28px 0 9px; color: #3d2d52 !important; font-size: 28px; }
.about-trust-card p { margin: 0; color: #776b84; line-height: 1.7; }

.about-memories-section { background: linear-gradient(180deg, #fbf7ff, #fffafd); }
.about-memory-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 220px;
    gap: 12px;
}
.about-memory {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #e9e1ef;
}
.about-memory-large { grid-column: span 2; grid-row: span 2; }
.about-memory-wide { grid-column: span 2; }
.about-memory img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.about-memory:hover img { transform: scale(1.04); }
.about-memory::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(0deg, rgba(34,21,47,.68), transparent 55%);
}
.about-memory span {
    position: absolute;
    z-index: 2;
    left: 20px; bottom: 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}
.about-center-action { display: flex; justify-content: center; margin-top: 30px; }

.about-lofts-section { background: #fff; }
.about-lofts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.about-loft-card {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border-radius: 32px;
    color: white !important;
    text-decoration: none !important;
    background: #4a385b;
}
.about-loft-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .55s ease; }
.about-loft-card:hover img { transform: scale(1.035); }
.about-loft-card::after { content:''; position:absolute; inset:0; background:linear-gradient(0deg, rgba(35,22,47,.88), transparent 68%); }
.about-loft-overlay { position:absolute; z-index:2; left:0; right:0; bottom:0; padding:32px; }
.about-loft-overlay span { font-size:12px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; color:#f7c7e8; }
.about-loft-overlay h3 { margin:5px 0 7px; color:#fff !important; font-size:44px; }
.about-loft-overlay p { max-width:470px; margin:0 0 16px; color:rgba(255,255,255,.82); }
.about-loft-overlay strong { font-size:14px; }

.about-process-section { background: #f6f2fa; }
.about-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}
.about-process-step {
    position: relative;
    min-height: 270px;
    padding: 24px 20px;
    border-radius: 24px;
    border: 1px solid var(--about-border);
    background: rgba(255,255,255,.80);
}
.about-process-step > span { color: rgba(104,75,158,.28); font-family:'Cormorant Garamond',serif; font-size:38px; font-weight:700; }
.about-process-step > i { display:block; margin:26px 0 16px; color:#8865d1; font-size:24px; }
.about-process-step h3 { margin:0 0 8px; color:#3c2d50 !important; font-size:24px; }
.about-process-step p { margin:0; color:#776a85; font-size:14px; line-height:1.65; }

.about-reviews-section { background: #fff; }
.about-reviews-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.about-review-card,
.about-review-loading {
    min-height: 225px;
    padding: 28px;
    border-radius: 28px;
    border: 1px solid var(--about-border);
    background: linear-gradient(145deg, #fff, #fbf7ff);
    box-shadow: 0 18px 48px rgba(70,49,104,.06);
}
.about-review-top { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.about-review-name { font-weight:800; color:#3e2f52; }
.about-review-stars { color:#e7a82e; letter-spacing:2px; white-space:nowrap; }
.about-review-text { margin:24px 0 0; color:#756a82; line-height:1.75; }
.about-review-loading { grid-column:1/-1; display:grid; place-items:center; color:#7a6b88; }

.about-final-section { padding: 0 0 clamp(90px, 10vw, 140px); background:#fff; }
.about-final-card {
    position: relative;
    overflow: hidden;
    padding: clamp(42px, 6vw, 78px);
    border-radius: 40px;
    color:#fff;
    background:
        radial-gradient(circle at 15% 15%, rgba(255,151,210,.30), transparent 30%),
        radial-gradient(circle at 85% 80%, rgba(117,174,255,.28), transparent 34%),
        #3c2c52;
    box-shadow:0 34px 90px rgba(50,35,76,.20);
}
.about-final-card .about-kicker { color:#f7cae8; }
.about-final-card h2 { position:relative; z-index:2; max-width:900px; margin:14px 0; color:#fff !important; font-size:clamp(42px,5.4vw,70px); line-height:.98; letter-spacing:-.035em; }
.about-final-card p { position:relative; z-index:2; max-width:660px; margin:0; color:rgba(255,255,255,.78); font-size:17px; line-height:1.7; }
.about-final-actions { position:relative; z-index:2; }
.about-final-glow { position:absolute; width:360px; height:360px; border-radius:50%; right:-120px; top:-140px; background:rgba(183,153,255,.16); filter:blur(8px); }

/* лёгкое появление без бесконечных анимаций */
.about-reveal { opacity:0; transform:translateY(18px); transition:opacity .55s ease, transform .55s ease; }
.about-reveal.is-visible { opacity:1; transform:none; }

@media (prefers-reduced-motion: reduce) {
    .about-reveal { opacity:1; transform:none; transition:none; }
    .about-memory img, .about-loft-card img, .about-btn { transition:none; }
}

@media (max-width: 980px) {
    .about-stats-grid { grid-template-columns:repeat(2,1fr); }
    .about-trust-grid { grid-template-columns:repeat(2,1fr); }
    .about-story-line { grid-template-columns:repeat(2,1fr); }
    .about-story-line::before { display:none; }
    .about-process { grid-template-columns:repeat(2,1fr); }
    .about-reviews-grid { grid-template-columns:1fr; }
}

@media (max-width: 768px) {
    .about-page { padding-bottom: 78px; }
    .about-hero { min-height: auto; }
    .about-hero-inner { padding-top:120px; padding-bottom:72px; }
    .about-eyebrow { padding:8px 13px; font-size:10px; letter-spacing:.07em; }
    .about-hero h1 { font-size:clamp(43px,13vw,62px); }
    .about-hero-lead { max-width:520px; font-size:15px; }
    .about-hero-facts { flex-direction:column; align-items:center; gap:7px; margin-top:25px; }
    .about-hero-facts span { font-size:12px; padding:8px 11px; }
    .about-hero-actions { flex-direction:column; align-items:center; width:100%; margin-top:30px; }
    .about-hero-actions .about-btn { width:min(100%, 360px); }
    .about-btn { width:100%; }
    .about-scroll-cue { display:none; }
    .about-section { padding:70px 0; }
    .about-section-heading { margin-bottom:30px; }
    .about-section-heading h2 { font-size:clamp(38px,12vw,52px); }
    .about-section-heading p { font-size:15px; }
    .about-story-step { padding:22px; border:1px solid var(--about-border); border-radius:22px; background:#fff; }
    .about-story-dot { display:none; }
    .about-story-index { top:5px; right:18px; left:auto; font-size:48px; }
    .about-story-step h3 { margin-top:10px; }
    .about-memory-grid { grid-template-columns:1fr 1fr; grid-auto-rows:180px; }
    .about-memory-large { grid-column:1/-1; grid-row:span 2; }
    .about-memory-wide { grid-column:1/-1; }
    .about-lofts-grid { grid-template-columns:1fr; }
    .about-loft-card { min-height:420px; }
    .about-process { grid-template-columns:1fr; }
    .about-process-step { min-height:0; display:grid; grid-template-columns:56px 1fr; column-gap:14px; align-items:start; }
    .about-process-step > span { grid-row:1/4; }
    .about-process-step > i { margin:0 0 8px; }
    .about-process-step h3 { grid-column:2; }
    .about-process-step p { grid-column:2; }
    .about-final-card { border-radius:30px; }
    .about-final-actions { flex-direction:column; }
    .about-reveal { opacity:1; transform:none; }
}

@media (max-width: 520px) {
    .about-stats-grid,
    .about-trust-grid,
    .about-story-line { grid-template-columns:1fr; }
    .about-stat-card { min-height:190px; }
    .about-memory-grid { grid-template-columns:1fr; grid-auto-rows:230px; }
    .about-memory-large, .about-memory-wide { grid-column:auto; grid-row:auto; }
    .about-loft-card { min-height:390px; }
    .about-loft-overlay { padding:24px; }
    .about-loft-overlay h3 { font-size:38px; }
    .about-final-card { padding:38px 22px; }
}