.about-page {
    --about-bg: #102f2a;
    --about-bg-deep: #09231f;
    --about-bg-soft: #17453e;
    --about-cream: #f8f4e8;
    --about-muted: #b8c7bb;
    --about-gold: #f2ba62;
    --about-coral: #ef6354;
    background: var(--about-bg);
}

.about-page .site-header {
    border-bottom-color: rgba(17, 17, 15, 0.1);
    background: #e5e2ce;
    backdrop-filter: blur(14px);
}

.about-page .site-header .site-logo--with-image {
    padding: 4px 7px;
    background: var(--about-cream);
}

.about-page .site-header .site-logo__image {
    width: min(150px, 34vw);
}

.about-page .site-nav a {
    color: var(--color-ink);
}

.about-page .site-header__toggle span {
    background: var(--color-ink);
}

.about-hero {
    position: relative;
    display: grid;
    min-height: clamp(500px, 68vh, 720px);
    margin-top: var(--header-height);
    overflow: hidden;
    place-items: center;
    isolation: isolate;
}

.about-hero__media,
.about-hero__overlay {
    position: absolute;
    inset: 0;
}

.about-hero__media {
    background: var(--about-bg-soft);
}

.about-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
    transform: scale(1.02);
}

.about-hero__overlay {
    background:
        radial-gradient(circle at 50% 42%, rgba(242, 186, 98, 0.14), transparent 25%),
        linear-gradient(180deg, rgba(5, 25, 22, 0.42), rgba(5, 25, 22, 0.72) 72%, var(--about-bg) 100%),
        linear-gradient(90deg, rgba(5, 25, 22, 0.54), transparent 52%, rgba(5, 25, 22, 0.38));
}

.about-hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    max-width: 1050px;
    align-items: center;
    flex-direction: column;
    padding-top: clamp(20px, 5vw, 70px);
    text-align: center;
}

.about-hero__eyebrow {
    max-width: 100%;
    margin-bottom: 21px;
    overflow-wrap: anywhere;
    color: var(--about-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.about-hero h1 {
    max-width: 100%;
    margin: 0;
    color: #fffaf0;
    font-size: clamp(58px, 9vw, 132px);
    font-weight: 400;
    letter-spacing: -0.075em;
    line-height: 0.94;
    overflow-wrap: anywhere;
}

.about-hero h1::after {
    display: block;
    width: 58px;
    height: 5px;
    margin: 28px auto 0;
    border-radius: 999px;
    background: var(--about-coral);
    content: "";
    transform: rotate(-4deg);
}

.about-hero p {
    max-width: 680px;
    margin: 30px auto 0;
    color: #f5f2e7;
    font-size: clamp(16px, 1.7vw, 20px);
    line-height: 1.65;
}

.about-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    color: rgba(248, 244, 232, 0.7);
    font-size: 12px;
}

.about-breadcrumb a {
    color: var(--about-gold);
}

.about-breadcrumb a:hover {
    color: #fffaf0;
}

.about-hero__scroll {
    position: absolute;
    z-index: 2;
    bottom: -69px;
    left: 50%;
    display: grid;
    width: 170px;
    height: 126px;
    transform: translateX(-50%);
    border-radius: 50% 50% 0 0;
    background: var(--about-bg);
    place-items: start center;
    padding-top: 20px;
}

.about-hero__scroll span {
    position: relative;
    display: block;
    width: 19px;
    height: 30px;
    border: 1px solid rgba(248, 244, 232, 0.65);
    border-radius: 12px;
}

.about-hero__scroll span::after {
    position: absolute;
    top: 7px;
    left: 50%;
    width: 2px;
    height: 7px;
    border-radius: 2px;
    background: var(--about-coral);
    content: "";
    transform: translateX(-50%);
    animation: about-scroll-hint 1.8s ease infinite;
}

@keyframes about-scroll-hint {
    0%, 100% { opacity: 0.45; transform: translate(-50%, 0); }
    50% { opacity: 1; transform: translate(-50%, 8px); }
}

.about-story {
    position: relative;
    overflow: hidden;
    padding-block: clamp(100px, 12vw, 170px);
    background: var(--about-cream);
    color: var(--color-ink);
}

.about-story::before {
    position: absolute;
    top: 12%;
    right: -120px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(181, 65, 56, 0.17);
    border-radius: 50%;
    content: "";
}

.about-story__grid {
    position: relative;
    z-index: 1;
    display: grid;
    align-items: start;
    gap: clamp(42px, 9vw, 145px);
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
}

.about-story__lead,
.about-story__detail {
    min-width: 0;
}

.about-story .section-kicker {
    color: var(--color-accent);
}

.about-story__lead h2 {
    margin-bottom: 28px;
    color: var(--color-ink);
    font-size: clamp(44px, 5.4vw, 78px);
    letter-spacing: -0.06em;
    line-height: 0.98;
}

.about-story__lead > p {
    max-width: 520px;
    margin: 0;
    color: #3b4037;
    font-size: clamp(19px, 2vw, 27px);
    line-height: 1.55;
}

.about-story__detail {
    display: grid;
    gap: 22px;
    grid-template-columns: 44px minmax(0, 1fr);
    padding-top: 25px;
    border-top: 1px solid rgba(17, 17, 15, 0.24);
}

.about-story__index {
    color: var(--color-accent);
    font-family: var(--font-display);
    font-size: 31px;
    line-height: 1;
}

.about-story__detail h3 {
    margin-bottom: 14px;
    color: var(--color-ink);
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.about-story__detail p {
    margin: 0;
    color: #4e554b;
    font-size: 17px;
    line-height: 1.75;
    overflow-wrap: anywhere;
}

.about-invitation {
    padding-block: clamp(76px, 9vw, 130px);
    background:
        radial-gradient(circle at 85% 25%, rgba(242, 186, 98, 0.13), transparent 24%),
        var(--about-bg);
}

.about-invitation__panel {
    display: grid;
    align-items: center;
    gap: clamp(36px, 8vw, 110px);
    grid-template-columns: minmax(0, 1fr) auto;
    padding: clamp(30px, 5vw, 66px);
    border: 1px solid rgba(248, 244, 232, 0.2);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(23, 69, 62, 0.94), rgba(9, 35, 31, 0.78));
    box-shadow: 0 28px 75px rgba(3, 18, 16, 0.26);
}

.about-invitation__copy .section-kicker {
    color: var(--about-gold);
}

.about-invitation__copy h2 {
    max-width: 700px;
    margin-bottom: 16px;
    color: var(--about-cream);
    font-size: clamp(38px, 5vw, 68px);
    letter-spacing: -0.055em;
    line-height: 1.02;
    overflow-wrap: anywhere;
}

.about-invitation__copy p {
    max-width: 620px;
    margin: 0;
    color: var(--about-muted);
    font-size: 16px;
    line-height: 1.7;
}

.about-invitation__actions {
    display: flex;
    min-width: 190px;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
}

.about-invitation__actions .button {
    width: 100%;
    border-radius: 12px;
}

.about-invitation__text-link {
    align-self: center;
    margin-top: 6px;
    color: var(--about-cream);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition: color var(--transition), transform var(--transition);
}

.about-invitation__text-link span {
    color: var(--about-coral);
    font-size: 16px;
}

.about-invitation__text-link:hover {
    color: var(--about-gold);
    transform: translateX(3px);
}

.about-empty {
    min-height: calc(100vh - var(--header-height));
    margin-top: var(--header-height);
    padding-block: clamp(90px, 12vw, 170px);
    background:
        radial-gradient(circle at 50% 0, rgba(240, 187, 103, 0.1), transparent 36%),
        var(--about-bg);
}

.about-empty .section-heading h1 {
    color: var(--about-cream);
    font-size: clamp(52px, 7vw, 96px);
    letter-spacing: -0.06em;
}

.about-empty .section-heading > p {
    max-width: 560px;
    color: var(--about-muted);
}

.about-empty__actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.about-empty__actions .button {
    border-radius: 12px;
}

.about-page .site-footer {
    background: var(--about-bg-deep);
}

.about-page .site-footer__backdrop {
    opacity: 0.42;
}

@media (max-width: 1080px) {
    .about-page .site-nav a {
        color: #fff;
    }
}

@media (max-width: 820px) {
    .about-story__grid,
    .about-invitation__panel {
        grid-template-columns: 1fr;
    }

    .about-story__detail {
        max-width: 650px;
    }

    .about-invitation__actions {
        width: min(100%, 340px);
        flex-direction: row;
        flex-wrap: wrap;
    }

    .about-invitation__actions .button {
        width: auto;
        flex: 1 1 140px;
    }

    .about-invitation__text-link {
        width: 100%;
        text-align: left;
    }
}

@media (max-width: 560px) {
    .about-hero {
        min-height: 560px;
    }

    .about-hero h1 {
        font-size: clamp(54px, 18vw, 88px);
    }

    .about-hero p {
        max-width: 330px;
        font-size: 15px;
    }

    .about-hero__scroll {
        width: 140px;
    }

    .about-story {
        padding-block: 88px 100px;
    }

    .about-story__lead h2,
    .about-invitation__copy h2 {
        font-size: 42px;
    }

    .about-story__lead > p {
        font-size: 18px;
    }

    .about-story__detail {
        gap: 16px;
        grid-template-columns: 34px minmax(0, 1fr);
    }

    .about-invitation {
        padding-block: 72px 92px;
    }

    .about-invitation__panel {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .about-invitation__actions {
        width: 100%;
        flex-direction: column;
    }

    .about-invitation__actions .button {
        width: 100%;
        flex-basis: auto;
    }

    .about-invitation__text-link {
        align-self: flex-start;
    }

    .about-empty {
        padding-block: 82px 100px;
    }

    .about-empty__actions {
        align-items: stretch;
        flex-direction: column;
        margin-inline: auto;
        width: min(100%, 340px);
    }

    .about-empty__actions .button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-hero__scroll span::after,
    .about-invitation__text-link {
        animation: none;
        transition: none;
    }
}
