body {
    background:
        radial-gradient(700px 360px at 10% 8%, rgba(244, 114, 182, 0.12), transparent 72%),
        radial-gradient(760px 420px at 92% 84%, rgba(251, 207, 232, 0.34), transparent 76%),
        linear-gradient(180deg, #fcf9fb 0%, #f7f3f6 100%);
    color: #141414;
}

.about-shell {
    max-width: 1480px;
    margin: 5.8rem auto 4.8rem;
    padding: 0 18px;
}

.about-stage {
    position: relative;
}

.about-stage::before {
    content: "";
    position: absolute;
    inset: -10px -4px auto;
    height: 280px;
    background:
        radial-gradient(240px 160px at 12% 24%, rgba(236, 72, 153, 0.08), transparent 75%),
        radial-gradient(220px 160px at 88% 32%, rgba(244, 114, 182, 0.08), transparent 75%);
    pointer-events: none;
    z-index: 0;
}

.about-stage-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(350px, 0.82fr);
    gap: 18px;
    align-items: start;
}

.about-stage-copy {
    position: relative;
    border-radius: 28px;
    padding: 28px 28px 24px;
    border: 1px solid rgba(17, 17, 17, 0.05);
    background: rgba(255, 255, 255, 0.9);
    box-shadow:
        0 26px 56px rgba(17, 24, 39, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    overflow: hidden;
}

.about-stage-copy::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 18px;
    border: 1px solid rgba(236, 72, 153, 0.08);
    pointer-events: none;
}

.about-stage-copy::after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 999px;
    right: -60px;
    top: -70px;
    background: rgba(244, 114, 182, 0.11);
    filter: blur(6px);
    pointer-events: none;
}

.about-stage-eyebrow {
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    color: #db2777;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.about-stage-title {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #111;
    font-family: "Playfair Display", "Times New Roman", "Prompt", serif;
    font-weight: 700;
    font-size: clamp(2.05rem, 4vw, 3.5rem);
    line-height: 0.96;
    letter-spacing: -0.03em;
    max-width: 16ch;
    text-wrap: balance;
}

.about-stage-subtitle {
    position: relative;
    z-index: 1;
    margin: 16px 0 0;
    max-width: 62ch;
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.72;
}

.about-stage-tags {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.about-stage-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #9d174d;
    background: rgba(244, 114, 182, 0.07);
    border: 1px solid rgba(236, 72, 153, 0.15);
}

.about-stage-tag::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #ec4899;
    box-shadow: 0 0 0 4px rgba(236, 72, 153, 0.12);
}

.about-brand-panel {
    display: block;
}

.about-brand-logo-card {
    position: relative;
    border-radius: 24px;
    padding: 16px;
    border: 1px solid rgba(17, 17, 17, 0.05);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 38px rgba(17, 24, 39, 0.04);
    overflow: hidden;
}

.about-brand-logo-card::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 999px;
    left: -48px;
    bottom: -84px;
    background: rgba(236, 72, 153, 0.08);
    filter: blur(6px);
    pointer-events: none;
}

.about-brand-logo-frame {
    position: relative;
    border-radius: 18px;
    min-height: 260px;
    display: grid;
    place-items: center;
    padding: 28px;
    background:
        radial-gradient(220px 140px at 14% 14%, rgba(244, 114, 182, 0.09), transparent 70%),
        linear-gradient(180deg, #ffffff 0%, #fdfbfd 100%);
    border: 1px solid rgba(236, 72, 153, 0.08);
    overflow: hidden;
}

.about-brand-logo-frame::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 12px;
    border: 1px dashed rgba(236, 72, 153, 0.12);
}

.about-brand-logo-frame::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 999px;
    right: -28px;
    top: -40px;
    background: rgba(244, 114, 182, 0.08);
}

.about-brand-logo-frame img {
    position: relative;
    z-index: 1;
    width: min(100%, 360px);
    max-height: 210px;
    object-fit: contain;
    filter: drop-shadow(0 12px 22px rgba(17, 24, 39, 0.08));
}

.about-brand-note {
    position: relative;
    margin-top: 12px;
    border-radius: 14px;
    border: 1px solid rgba(236, 72, 153, 0.1);
    background: rgba(244, 114, 182, 0.04);
    padding: 12px 13px;
}

.about-brand-note-label {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #db2777;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.about-brand-note-label::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: currentColor;
}

.about-brand-note-text {
    margin: 8px 0 0;
    color: #4b5563;
    font-size: 0.9rem;
    line-height: 1.55;
}

.about-stats-band {
    margin-top: 12px;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.about-stat-tile {
    border-radius: 16px;
    border: 1px solid rgba(17, 17, 17, 0.045);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 22px rgba(17, 24, 39, 0.03);
    padding: 14px;
    position: relative;
    overflow: hidden;
}

.about-stat-tile::before {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    top: 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(236, 72, 153, 0.85), rgba(236, 72, 153, 0.12));
}

.about-stat-tile-label {
    margin: 0 0 7px;
    color: #6b7280;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-stat-tile-value {
    margin: 0;
    color: #111;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.about-stat-tile-value.small {
    font-size: 0.94rem;
    line-height: 1.38;
}

.about-story-section {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
}

.about-story-card {
    position: relative;
    border-radius: 24px;
    border: 1px solid rgba(17, 17, 17, 0.045);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 36px rgba(17, 24, 39, 0.04);
    padding: 20px;
    overflow: hidden;
}

.about-story-card::before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 999px;
    right: -180px;
    top: -220px;
    background: rgba(244, 114, 182, 0.06);
}

.about-story-head {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 6px;
    margin-bottom: 12px;
}

.about-story-eyebrow {
    margin: 0;
    color: #9ca3af;
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.about-story-title {
    margin: 0;
    color: #111;
    font-family: "Playfair Display", "Times New Roman", "Prompt", serif;
    font-size: clamp(1.28rem, 1.8vw, 1.7rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-wrap: balance;
}

.about-story-body {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
}

.about-story-paragraph {
    margin: 0;
    border-radius: 14px;
    border: 1px solid rgba(17, 17, 17, 0.04);
    background: rgba(255, 255, 255, 0.95);
    padding: 12px 13px;
    color: #374151;
    font-size: 0.96rem;
    line-height: 1.78;
}

.about-principles-panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.about-principle-item {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    border-radius: 18px;
    border: 1px solid rgba(17, 17, 17, 0.045);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 26px rgba(17, 24, 39, 0.03);
    padding: 14px;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.about-principle-item:hover {
    transform: translateY(-2px);
    border-color: rgba(236, 72, 153, 0.14);
    box-shadow: 0 16px 30px rgba(17, 24, 39, 0.04);
}

.about-principle-item::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 14px;
    width: 28px;
    height: 1px;
    background: rgba(236, 72, 153, 0.18);
}

.about-principle-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #be185d;
    border: 1px solid rgba(236, 72, 153, 0.16);
    background: rgba(244, 114, 182, 0.08);
}

.about-principle-icon i {
    font-size: 1.05rem;
    line-height: 1;
}

.about-principle-content {
    min-width: 0;
    display: grid;
    align-content: start;
}

.about-principle-name {
    margin: 1px 0 0;
    color: #111;
    font-size: 0.97rem;
    font-weight: 700;
    line-height: 1.24;
}

.about-principle-copy {
    margin: 8px 0 0;
    color: #6b7280;
    font-size: 0.86rem;
    line-height: 1.55;
}

.about-signature-section {
    margin-top: 18px;
}

.about-signature-shell {
    position: relative;
    border-radius: 24px;
    border: 1px solid rgba(236, 72, 153, 0.1);
    background:
        radial-gradient(340px 180px at 100% 0%, rgba(244, 114, 182, 0.09), transparent 76%),
        radial-gradient(260px 150px at 0% 100%, rgba(236, 72, 153, 0.06), transparent 74%),
        rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.04);
    padding: 18px;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    overflow: hidden;
}

.about-signature-shell::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 14px;
    border: 1px solid rgba(236, 72, 153, 0.07);
    pointer-events: none;
}

.about-signature-accent,
.about-signature-main {
    position: relative;
    z-index: 1;
}

.about-signature-accent {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    border: 1px solid rgba(236, 72, 153, 0.16);
    background: rgba(244, 114, 182, 0.08);
    display: grid;
    place-items: center;
    color: #db2777;
}

.about-signature-accent i {
    font-size: 1.1rem;
    line-height: 1;
}

.about-signature-accent-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    top: 8px;
    right: 8px;
    background: #ec4899;
    box-shadow: 0 0 0 4px rgba(236, 72, 153, 0.11);
}

.about-signature-eyebrow {
    margin: 1px 0 4px;
    color: #9ca3af;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.about-signature-title {
    margin: 0;
    color: #111;
    font-family: "Playfair Display", "Times New Roman", "Prompt", serif;
    font-size: 1.22rem;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.about-signature-text {
    margin: 8px 0 0;
    color: #4b5563;
    font-size: 0.92rem;
    line-height: 1.62;
}

@keyframes aboutRise {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-stage-copy,
.about-brand-logo-card,
.about-story-card,
.about-principle-item,
.about-signature-shell {
    animation: aboutRise 420ms ease both;
}

.about-brand-logo-card { animation-delay: 50ms; }
.about-story-card { animation-delay: 90ms; }
.about-signature-shell { animation-delay: 130ms; }

@media (max-width: 1199px) {
    .about-stage-grid {
        grid-template-columns: 1fr;
    }

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

    .about-stats-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .about-brand-logo-frame {
        min-height: 240px;
    }

    .about-visual-card,
    .about-brand-logo-card {
        position: static;
    }
}

@media (max-width: 900px) {
    .about-stats-grid {
        grid-template-columns: 1fr;
    }

    .about-principles-panel {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .about-shell {
        margin-top: 5.15rem;
        padding: 0 12px;
    }

    .about-stage-copy,
    .about-brand-logo-card,
    .about-story-card,
    .about-signature-shell {
        border-radius: 16px;
    }

    .about-stage-copy {
        padding: 16px 15px 15px;
    }

    .about-stage-copy::before {
        inset: 8px;
        border-radius: 10px;
    }

    .about-stage-copy::after {
        display: none;
    }

    .about-stage-title {
        font-size: 1.9rem;
        line-height: 1.02;
    }

    .about-stage-subtitle {
        font-size: 0.92rem;
        line-height: 1.58;
    }

    .about-stage-tags {
        margin-top: 14px;
        gap: 6px;
    }

    .about-stage-tag {
        font-size: 0.72rem;
        padding: 6px 10px;
    }

    .about-brand-logo-card {
        padding: 12px;
    }

    .about-brand-logo-frame {
        min-height: 220px;
        padding: 18px;
        border-radius: 14px;
    }

    .about-brand-logo-frame img {
        max-height: 150px;
    }

    .about-story-card {
        padding: 14px;
    }

    .about-story-paragraph {
        font-size: 0.9rem;
        line-height: 1.68;
        padding: 10px 11px;
    }

    .about-signature-shell {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 14px;
    }

    .about-signature-accent {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-stage-copy,
    .about-brand-logo-card,
    .about-story-card,
    .about-principle-item,
    .about-signature-shell {
        animation: none !important;
        transition: none !important;
    }
}

html[lang="th"] .about-shell {
    font-family: "Prompt", "Inter", sans-serif;
}

html[lang="th"] .about-stage-title,
html[lang="th"] .about-story-title,
html[lang="th"] .about-signature-title {
    font-family: "Prompt", "Inter", sans-serif;
    /* Thai tone marks collide with their base glyph under negative tracking. */
    letter-spacing: 0;
    line-height: 1.14;
    font-weight: 700;
}

html[lang="th"] .about-stage-title {
    max-width: 15ch;
    font-size: clamp(2rem, 3.8vw, 3.04rem);
}

html[lang="th"] .about-story-title,
html[lang="th"] .about-signature-title {
    font-size: clamp(1.2rem, 1.65vw, 1.5rem);
}

html[lang="th"] .about-stage-eyebrow,
html[lang="th"] .about-stage-subtitle,
html[lang="th"] .about-brand-note-text,
html[lang="th"] .about-stat-tile-value,
html[lang="th"] .about-story-paragraph,
html[lang="th"] .about-principle-name,
html[lang="th"] .about-principle-copy,
html[lang="th"] .about-signature-text {
    letter-spacing: 0;
}

html[lang="th"] .about-stage-subtitle,
html[lang="th"] .about-story-paragraph,
html[lang="th"] .about-signature-text {
    line-height: 1.8;
}

html[lang="th"] .about-stage-tag,
html[lang="th"] .about-stat-tile-label,
html[lang="th"] .about-story-eyebrow,
html[lang="th"] .about-signature-eyebrow {
    font-family: "Prompt", "Inter", sans-serif;
}
