/* About Page — Full redesign */

.page-about {
    background: #000;
}

#about-story,
#about-categories {
    scroll-margin-top: calc(var(--top-bar-height) + var(--header-height) + 1rem);
}

@media (max-width: 768px) {
    #about-story,
    #about-categories {
        scroll-margin-top: calc(var(--top-bar-height) + var(--header-height-mobile) + 1rem);
    }
}

.page-about .site-header--premium {
    background: rgba(0, 0, 0, 0.45);
}

/* Hero — matches gallery / branches page heroes */
.about-hero {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #000;
    padding-top: calc(var(--top-bar-height) + var(--header-height) + 1rem);
}

.about-hero__content {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1.25rem 1.5rem;
}

.about-hero__label {
    display: block;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.5rem;
}

.about-hero .section-ornament {
    margin-bottom: 1rem;
}

.about-hero h1 {
    font-family: var(--font-serif);
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.55rem;
    line-height: 1.15;
}

.about-hero__tagline {
    max-width: 560px;
    margin: 0 auto;
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.55;
}

.about-hero__visual {
    width: 100%;
    padding: 0 clamp(1rem, 4vw, 3.5rem) 0;
    margin-bottom: 0;
}

.about-hero__frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 72vh;
    overflow: hidden;
    border-radius: 2px;
    isolation: isolate;
    box-shadow:
        0 0 0 1px rgba(201, 162, 39, 0.28),
        0 24px 64px rgba(0, 0, 0, 0.55),
        0 0 80px rgba(201, 162, 39, 0.08);
}

.about-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    transform: scale(1.04);
    animation: aboutHeroReveal 1.4s cubic-bezier(0.22, 1, 0.36, 1) both;
    transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-hero__frame:hover .about-hero__image {
    transform: scale(1.08);
}

.about-hero__glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.55) 100%),
        radial-gradient(ellipse 80% 50% at 50% 100%, rgba(201, 162, 39, 0.18) 0%, transparent 70%);
    z-index: 1;
}

.about-hero__corner {
    position: absolute;
    width: 28px;
    height: 28px;
    z-index: 2;
    pointer-events: none;
    border-color: var(--gold);
    border-style: solid;
    opacity: 0.85;
}

.about-hero__corner--tl {
    top: 12px;
    left: 12px;
    border-width: 2px 0 0 2px;
}

.about-hero__corner--tr {
    top: 12px;
    right: 12px;
    border-width: 2px 2px 0 0;
}

.about-hero__corner--bl {
    bottom: 12px;
    left: 12px;
    border-width: 0 0 2px 2px;
}

.about-hero__corner--br {
    bottom: 12px;
    right: 12px;
    border-width: 0 2px 2px 0;
}

@keyframes aboutHeroReveal {
    from {
        opacity: 0.35;
        transform: scale(1.12);
        filter: brightness(0.7);
    }
    to {
        opacity: 1;
        transform: scale(1.04);
        filter: brightness(1);
    }
}

/* Sections */
.about-section {
    padding: 5.5rem 0;
    background: #000;
}

.about-section--alt {
    background: #050505;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.about-label,
.about-sublabel {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.85rem;
}

.about-sublabel {
    text-align: center;
}

.about-section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 3rem;
}

.about-section-head h2 {
    font-family: var(--font-serif);
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.about-section-head p {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.75;
    font-size: 0.95rem;
}

/* Story */
.about-story {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-story__visual {
    position: relative;
    min-height: 480px;
}

.about-story__image {
    overflow: hidden;
    border-radius: 2px;
    border: 1px solid rgba(201, 162, 39, 0.28);
    box-shadow: var(--shadow-lg);
}

.about-story__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.about-story__image--main {
    aspect-ratio: 4/5;
    width: 78%;
}

.about-story__image--accent {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52%;
    aspect-ratio: 1;
    border-color: rgba(201, 162, 39, 0.45);
}

.about-story__visual:hover .about-story__image img {
    transform: scale(1.04);
}

.about-story__badge {
    position: absolute;
    top: 1.5rem;
    right: 28%;
    background: rgba(0, 0, 0, 0.88);
    border: 1px solid rgba(201, 162, 39, 0.4);
    padding: 1rem 1.25rem;
    text-align: center;
    backdrop-filter: blur(8px);
}

.about-story__badge strong {
    display: block;
    font-family: var(--font-serif);
    font-size: 1.75rem;
    color: var(--gold);
    line-height: 1;
}

.about-story__badge span {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

.about-story__copy h2 {
    font-family: var(--font-serif);
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    color: #fff;
    margin-bottom: 1.25rem;
    line-height: 1.2;
}

.about-story__copy p {
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.8;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.about-story__family {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(201, 162, 39, 0.2);
    font-family: var(--font-serif);
    font-style: italic;
    color: var(--gold) !important;
    font-size: 1.05rem !important;
}

/* Metrics */
.about-metrics {
    padding: 0 0 5.5rem;
    background: #000;
}

.about-metrics__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(201, 162, 39, 0.18);
    border: 1px solid rgba(201, 162, 39, 0.22);
    border-radius: 2px;
    overflow: hidden;
}

.about-metric {
    background: #0a0a0a;
    padding: 2rem 1.25rem;
    text-align: center;
}

.about-metric__value {
    display: block;
    font-family: var(--font-serif);
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-weight: 600;
    color: var(--gold);
    line-height: 1;
}

.about-metric__label {
    display: block;
    margin-top: 0.65rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

/* Mission & Vision */
.about-mv {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.about-mv__card {
    position: relative;
    padding: 2.5rem 2rem 2rem;
    background: linear-gradient(155deg, rgba(201, 162, 39, 0.09), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(201, 162, 39, 0.18);
    border-radius: 2px;
    overflow: hidden;
}

.about-mv__card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.12), transparent 70%);
    pointer-events: none;
}

.about-mv__num {
    display: block;
    font-family: var(--font-serif);
    font-size: 3rem;
    font-weight: 600;
    color: rgba(201, 162, 39, 0.2);
    line-height: 1;
    margin-bottom: 1rem;
}

.about-mv__card h2 {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 1rem;
}

.about-mv__card p {
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.75;
    font-size: 0.92rem;
}

/* Disciplines */
.about-disciplines {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-bottom: 2.5rem;
}

.about-discipline {
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 2px;
    overflow: hidden;
    transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.about-discipline:hover {
    border-color: rgba(201, 162, 39, 0.4);
    transform: translateY(-4px);
    box-shadow: var(--shadow-gold);
}

.about-discipline__media {
    aspect-ratio: 3 / 4;
    overflow: hidden;
}

.about-discipline__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.about-discipline:hover .about-discipline__media img {
    transform: scale(1.06);
}

.about-discipline__body {
    padding: 1.35rem 1.25rem 1.5rem;
}

.about-discipline__tag {
    display: inline-block;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.5rem;
}

.about-discipline__body h3 {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 0.5rem;
}

.about-discipline__body p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.88rem;
    line-height: 1.65;
}

.about-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem 1.5rem;
    max-width: 820px;
    margin: 0 auto;
    padding: 1.75rem 2rem;
    background: rgba(201, 162, 39, 0.06);
    border: 1px solid rgba(201, 162, 39, 0.16);
    border-radius: 2px;
}

.about-highlights li {
    position: relative;
    padding-left: 1.35rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
    line-height: 1.5;
}

.about-highlights li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    background: var(--gold);
    border-radius: 50%;
}

/* Values */
.about-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.about-value {
    padding: 1.5rem 1.25rem;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 2px;
    transition: border-color 0.3s ease;
}

.about-value:hover {
    border-color: rgba(201, 162, 39, 0.3);
}

.about-value__num {
    display: block;
    font-family: var(--font-serif);
    font-size: 1.5rem;
    color: rgba(201, 162, 39, 0.45);
    margin-bottom: 0.75rem;
    line-height: 1;
}

.about-value p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Moments strip */
.about-moments {
    padding: 0 0 5.5rem;
    background: #050505;
}

.about-moments__viewport {
    overflow: hidden;
}

.about-moments__track {
    display: flex;
    gap: 1rem;
    width: max-content;
    animation: aboutMomentsScroll 55s linear infinite;
    will-change: transform;
}

.about-moments__item {
    flex: 0 0 min(240px, 58vw);
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-moments__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.about-moments__item:hover img {
    transform: scale(1.05);
}

.about-moments__viewport:hover .about-moments__track {
    animation-play-state: paused;
}

@keyframes aboutMomentsScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .about-moments__track {
        animation: none;
        overflow-x: auto;
        scrollbar-width: none;
        padding: 0 1.25rem;
    }

    .about-moments__track::-webkit-scrollbar {
        display: none;
    }
}

/* Founder */
.about-founder {
    padding: 5.5rem 0;
    background:
        linear-gradient(180deg, #000 0%, #080808 50%, #000 100%),
        radial-gradient(ellipse at 20% 50%, rgba(201, 162, 39, 0.1), transparent 55%);
    border-top: 1px solid rgba(201, 162, 39, 0.15);
    border-bottom: 1px solid rgba(201, 162, 39, 0.15);
}

.about-founder__layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) 1.05fr;
    gap: 4rem;
    align-items: start;
}

.about-founder__portrait {
    position: sticky;
    top: 6rem;
    aspect-ratio: 3/4;
    overflow: hidden;
    border-radius: 2px;
    border: 1px solid rgba(201, 162, 39, 0.4);
    box-shadow: 0 28px 56px rgba(0, 0, 0, 0.55);
    background: #0a0a0a;
}

.about-founder__portrait img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 72% 18%;
}

.about-founder__bio h2 {
    font-family: var(--font-serif);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    color: #fff;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.about-founder__role {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
}

.about-founder__bio p {
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.8;
    font-size: 0.93rem;
    margin-bottom: 1rem;
}

.about-founder__quote {
    font-family: var(--font-serif);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-style: italic;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.65;
    border-left: 3px solid var(--gold);
    padding-left: 1.25rem;
    margin: 2rem 0 1rem;
}

.about-founder__sign {
    color: var(--gold);
    font-weight: 600;
    font-size: 0.95rem;
}

/* Awards */
.about-awards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    max-width: 900px;
    margin: 0 auto;
}

.about-award {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 2px;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.about-award:hover {
    border-color: rgba(201, 162, 39, 0.35);
    transform: translateY(-2px);
}

.about-award__icon {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(201, 162, 39, 0.12);
    border: 1px solid rgba(201, 162, 39, 0.3);
    border-radius: 50%;
    color: var(--gold);
    font-size: 0.85rem;
}

.about-award p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    font-size: 0.92rem;
}

/* CTA */
.about-cta {
    position: relative;
    padding: 5rem 0 6rem;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(201, 162, 39, 0.1) 0%, rgba(0, 0, 0, 0.95) 50%, rgba(201, 162, 39, 0.08) 100%),
        #0a0a0a;
    border-top: 1px solid rgba(201, 162, 39, 0.2);
}

.about-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(201, 162, 39, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.about-cta__inner {
    position: relative;
    text-align: center;
    max-width: 640px;
}

.about-cta__inner h2 {
    font-family: var(--font-serif);
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    color: #fff;
    margin-bottom: 1rem;
}

.about-cta__inner p {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.about-cta__actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.about-cta .btn-gold,
.about-cta .btn-ghost {
    padding: 0.9rem 2rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: var(--radius);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.about-cta .btn-gold {
    background: var(--gold);
    color: #000;
    border: 1px solid var(--gold);
}

.about-cta .btn-gold:hover {
    background: var(--gold-light);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(201, 162, 39, 0.4);
}

.about-cta .btn-ghost {
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.about-cta .btn-ghost:hover {
    background: rgba(201, 162, 39, 0.12);
    border-color: var(--gold);
    transform: translateY(-2px);
}

/* Category teasers (About page) */
.about-categories .container {
    max-width: 1000px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.about-categories .about-category-row + .about-category-row {
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.about-category-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.75rem 2rem;
}

.about-category-row__content {
    flex: 1;
    max-width: 52ch;
    text-align: left;
}

.about-category-row .about-label {
    font-size: 0.62rem;
    margin-bottom: 0.6rem;
}

.about-category-row__content h2 {
    font-family: var(--font-serif);
    font-size: clamp(1.15rem, 2vw, 1.5rem);
    color: #fff;
    margin-bottom: 0.55rem;
    line-height: 1.25;
}

.about-category-row__content p {
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.65;
    font-size: 0.875rem;
    margin: 0;
}

.about-category-row__read {
    flex-shrink: 0;
    white-space: nowrap;
    padding: 0.7rem 1.35rem;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: var(--radius);
    background: var(--gold);
    color: #000;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.about-category-row__read:hover {
    background: var(--gold-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(201, 162, 39, 0.35);
}

/* About sub-pages */
.about-subpage-hero {
    position: relative;
    padding: 5rem 0 3rem;
    background: #000;
    overflow: hidden;
}

.about-subpage-hero__bg {
    position: absolute;
    inset: 0;
    background: url('../images/about-story-main.jpg') center / cover no-repeat;
    opacity: 0.18;
}

.about-subpage-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, #000 100%);
}

.about-subpage-hero__content {
    position: relative;
    z-index: 1;
    text-align: left;
}

.about-subpage-hero__back {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 1.25rem;
    transition: color 0.2s ease;
}

.about-subpage-hero__back:hover {
    color: var(--gold);
}

.about-subpage-hero__back::before {
    content: '←';
}

.about-subpage-hero h1 {
    font-family: var(--font-serif);
    font-size: clamp(2rem, 4vw, 2.75rem);
    color: #fff;
    line-height: 1.15;
    margin: 0;
}

.about-subpage-body {
    padding-top: 0;
}

.about-subpage-body--founder {
    padding: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .about-story,
    .about-founder__layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .about-founder__portrait {
        position: static;
        max-width: 420px;
        margin: 0 auto;
    }

    .about-metrics__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-mv,
    .about-disciplines,
    .about-values {
        grid-template-columns: 1fr;
    }

    .about-story__visual {
        min-height: auto;
        max-width: 520px;
        margin: 0 auto;
    }

    .about-story__image--main {
        width: 100%;
    }

    .about-story__image--accent {
        width: 45%;
    }
}

@media (max-width: 640px) {
    .about-hero {
        padding-top: calc(var(--top-bar-height) + var(--header-height-mobile) + 0.75rem);
    }

    .about-hero__content {
        padding: 0 1.15rem 1.15rem;
    }

    .about-hero__visual {
        padding: 0 0.85rem;
    }

    .about-hero__frame {
        aspect-ratio: 4 / 3;
        max-height: 52vh;
    }

    .about-hero__corner {
        width: 18px;
        height: 18px;
    }

    .about-hero__corner--tl,
    .about-hero__corner--tr {
        top: 8px;
    }

    .about-hero__corner--tl,
    .about-hero__corner--bl {
        left: 8px;
    }

    .about-hero__corner--tr,
    .about-hero__corner--br {
        right: 8px;
    }

    .about-hero__corner--bl,
    .about-hero__corner--br {
        bottom: 8px;
    }

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

    .about-highlights,
    .about-awards {
        grid-template-columns: 1fr;
    }

    .about-highlights {
        padding: 1.25rem;
    }

    .about-story__badge {
        right: 1rem;
        top: 1rem;
    }

    .about-category-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: 1.5rem 1.25rem;
    }

    .about-categories .container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .about-category-row__read {
        width: 100%;
        text-align: center;
    }
}
