.about-breadcrumb {
    margin-bottom: 28px;
}

.about-hero,
.about-grid,
.about-features,
.about-principles,
.about-contact,
.about-related {
    margin-bottom: 28px;
}

.about-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 28px;
    align-items: center;
    padding: 34px;
    border: 1px solid var(--border);
    border-radius: 32px;
    background:
        radial-gradient(circle at top left, rgba(191, 149, 63, 0.18), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 252, 245, 0.96));
    box-shadow: 0 24px 60px rgba(16, 24, 40, 0.08);
    overflow: hidden;
}

.about-hero__content {
    position: relative;
    z-index: 1;
}

.about-hero__eyebrow,
.about-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(191, 149, 63, 0.12);
    color: var(--gold-dark);
    font-size: 13px;
    font-weight: 800;
}

.about-hero__title {
    margin: 0 0 14px;
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.15;
    font-weight: 900;
    color: var(--text);
}

.about-hero__title span {
    background: linear-gradient(135deg, #aa771c, #d9b44a, #f4df96);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-hero__lead {
    max-width: 760px;
    margin: 0 0 22px;
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.95;
}

.about-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.about-stat,
.about-card,
.about-feature-card,
.about-principle,
.about-contact__link {
    border: 1px solid var(--border);
    border-radius: 24px;
    background: var(--bg2);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.about-stat {
    padding: 18px;
}

.about-stat strong {
    display: block;
    margin-bottom: 6px;
    color: var(--text);
    font-size: 16px;
}

.about-stat span {
    display: block;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.7;
}

.about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.about-btn:hover {
    transform: translateY(-2px);
}

.about-btn--primary {
    color: #231400;
    background: linear-gradient(135deg, #f4df96, #d6ad45);
    box-shadow: 0 14px 24px rgba(191, 149, 63, 0.25);
}

.about-btn--ghost {
    color: var(--text);
    background: transparent;
    border: 1px solid var(--border);
}

.about-hero__visual {
    position: relative;
    min-height: 360px;
    perspective: 1200px;
    transform-style: preserve-3d;
}

.about-hero__halo {
    position: absolute;
    inset: 16% 14%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(244, 223, 150, 0.5), rgba(191, 149, 63, 0.05) 68%, transparent 72%);
    filter: blur(4px);
}

.about-hero__panel {
    position: absolute;
    border: 1px solid rgba(191, 149, 63, 0.18);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(14px);
    box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}

.about-hero__panel--main {
    inset: 18px 42px 78px 22px;
    padding: 24px;
    transform: rotate(-6deg) translateZ(22px);
}

.about-hero__panel--accent {
    right: 8px;
    bottom: 18px;
    width: 210px;
    padding: 18px 20px;
    transform: rotate(9deg) translateZ(40px);
}

.about-mini-label {
    margin-bottom: 10px;
    color: var(--gold-dark);
    font-size: 13px;
    font-weight: 800;
}

.about-mini-title {
    margin-bottom: 10px;
    color: var(--text);
    font-size: 26px;
    font-weight: 900;
}

.about-hero__panel p,
.about-hero__panel small,
.about-hero__panel span {
    color: var(--text-muted);
    line-height: 1.8;
}

.about-hero__panel strong {
    display: block;
    margin: 10px 0 6px;
    color: var(--text);
    font-size: 18px;
}

.about-hero__ring {
    position: absolute;
    border: 1px solid rgba(191, 149, 63, 0.3);
    border-radius: 50%;
}

.about-hero__ring--one {
    inset: 10px 34px 42px 48px;
}

.about-hero__ring--two {
    inset: 62px 8px 8px 82px;
}

.about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 20px;
}

.about-card {
    padding: 28px;
}

.about-card h2,
.about-section-heading h2,
.about-contact h2 {
    margin: 0 0 14px;
    color: var(--text);
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.3;
}

.about-card p,
.about-feature-card p,
.about-principle p,
.about-contact p {
    margin: 0;
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.95;
}

.about-card p + p {
    margin-top: 14px;
}

.about-focus-list {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-focus-list li {
    padding-bottom: 16px;
    border-bottom: 1px dashed var(--border);
}

.about-focus-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.about-focus-list strong {
    display: block;
    margin-bottom: 4px;
    color: var(--text);
    font-size: 16px;
}

.about-focus-list span {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.8;
}

.about-section-heading {
    margin-bottom: 18px;
}

.about-feature-grid,
.about-principles__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.about-feature-card,
.about-principle {
    padding: 24px;
}

.about-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 14px;
    background: rgba(191, 149, 63, 0.14);
    color: var(--gold-dark);
    font-size: 14px;
    font-weight: 900;
}

.about-feature-card h3,
.about-principle h3 {
    margin: 0 0 10px;
    color: var(--text);
    font-size: 19px;
}

.about-contact {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 20px;
    padding: 28px;
    border: 1px solid var(--border);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(191, 149, 63, 0.08), rgba(191, 149, 63, 0.03));
}

.about-contact__actions {
    display: grid;
    gap: 14px;
}

.about-contact__link {
    display: block;
    padding: 20px 22px;
    text-decoration: none;
}

.about-contact__link span {
    display: block;
    margin-bottom: 8px;
    color: var(--text-muted);
    font-size: 13px;
    font-weight: 700;
}

.about-contact__link strong {
    color: var(--text);
    font-size: 18px;
    word-break: break-word;
}

.about-related {
    padding: 24px 28px;
    border: 1px solid var(--border);
    border-radius: 24px;
    background: var(--bg2);
}

.about-related__links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.about-related__links a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid var(--border);
    border-radius: 999px;
    color: var(--text);
    background: var(--bg);
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.about-related__links a:hover,
.about-contact__link:hover,
.about-btn--ghost:hover {
    border-color: var(--gold);
}

.about-related__links a:hover {
    transform: translateY(-2px);
    background: rgba(191, 149, 63, 0.08);
}

[data-about-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-about-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

html[data-theme="night"] .about-hero {
    background:
        radial-gradient(circle at top left, rgba(214, 173, 69, 0.16), transparent 36%),
        linear-gradient(180deg, rgba(20, 24, 32, 0.96), rgba(12, 14, 20, 0.98));
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

html[data-theme="night"] .about-stat,
html[data-theme="night"] .about-card,
html[data-theme="night"] .about-feature-card,
html[data-theme="night"] .about-principle,
html[data-theme="night"] .about-contact__link,
html[data-theme="night"] .about-related {
    background: rgba(19, 24, 33, 0.88);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

html[data-theme="night"] .about-hero__panel {
    background: rgba(18, 22, 30, 0.84);
    border-color: rgba(214, 173, 69, 0.24);
}

html[data-theme="night"] .about-hero__eyebrow,
html[data-theme="night"] .about-section-label,
html[data-theme="night"] .about-feature-icon {
    background: rgba(214, 173, 69, 0.14);
    color: #f1cf6c;
}

html[data-theme="night"] .about-btn--primary {
    color: #201402;
}

html[data-theme="night"] .about-btn--ghost,
html[data-theme="night"] .about-related__links a {
    background: rgba(12, 14, 20, 0.6);
}

html[data-theme="night"] .about-contact {
    background: linear-gradient(180deg, rgba(214, 173, 69, 0.1), rgba(19, 24, 33, 0.86));
}

@media (max-width: 980px) {
    .about-hero,
    .about-grid,
    .about-contact {
        grid-template-columns: 1fr;
    }

    .about-hero__stats,
    .about-feature-grid,
    .about-principles__grid {
        grid-template-columns: 1fr;
    }

    .about-hero__visual {
        order: -1;
        min-height: 300px;
    }
}

@media (max-width: 640px) {
    .about-hero,
    .about-card,
    .about-contact,
    .about-related {
        padding: 22px;
        border-radius: 24px;
    }

    .about-hero__title {
        font-size: 31px;
    }

    .about-hero__lead,
    .about-card p,
    .about-feature-card p,
    .about-principle p,
    .about-contact p {
        font-size: 14px;
    }

    .about-hero__actions,
    .about-related__links {
        flex-direction: column;
    }

    .about-btn,
    .about-related__links a {
        width: 100%;
    }

    .about-hero__panel--main {
        inset: 8px 18px 76px 8px;
        padding: 20px;
    }

    .about-hero__panel--accent {
        width: 190px;
        right: 0;
        bottom: 8px;
    }
}
