.helleny-about-page .entry-hero-container,
.helleny-about-page .entry-hero,
.helleny-about-page .entry-hero-container-inner {
    display: none !important;
}

.helleny-about-page .content-container {
    width: 100%;
    max-width: none;
    padding: 0;
}

.helleny-about-page .content-area,
.helleny-about-page .site-main,
.helleny-about-page .site-main > article {
    margin: 0;
    padding: 0;
}

.helleny-about-page .entry-content-wrap,
.helleny-about-page .content-bg {
    padding: 0 !important;
    border-radius: 0;
    background: transparent;
}

.helleny-about {
    --about-ink: #2a1d17;
    --about-brown: #845128;
    --about-gold: #b8874f;
    --about-muted: #756b64;
    --about-line: #e7dacb;
    width: 100%;
    padding: clamp(52px, 7vw, 92px) 20px clamp(64px, 8vw, 108px);
    background:
        radial-gradient(circle at 50% 2%, rgba(194, 151, 100, .1), transparent 28rem),
        #fbfaf7;
    color: var(--about-ink);
}

.helleny-about__inner {
    width: min(880px, 100%);
    margin: 0 auto;
}

.helleny-about__intro {
    margin-bottom: clamp(34px, 5vw, 56px);
    text-align: center;
}

.helleny-about__eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--about-brown);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.helleny-about h1 {
    margin: 0;
    color: var(--about-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 5vw, 62px);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1.04;
}

.helleny-about__lead {
    max-width: 720px;
    margin: 17px auto 0;
    color: var(--about-muted);
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.75;
}

.helleny-about__portrait {
    position: relative;
    width: min(640px, 100%);
    margin: 0 auto clamp(40px, 6vw, 68px);
}

.helleny-about__portrait::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 14px -14px -14px 14px;
    border: 1px solid rgba(132, 81, 40, .24);
    border-radius: 22px;
}

.helleny-about__portrait img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 22px;
    object-fit: cover;
    box-shadow: 0 22px 55px rgba(56, 37, 24, .13);
}

.helleny-about__story {
    font-size: 16px;
    line-height: 1.85;
}

.helleny-about__story > p {
    margin: 0 0 22px;
}

.helleny-about__section {
    margin-top: clamp(42px, 6vw, 68px);
    padding-top: clamp(32px, 4vw, 46px);
    border-top: 1px solid var(--about-line);
}

.helleny-about__section-heading {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.helleny-about__section-number {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid var(--about-line);
    border-radius: 50%;
    color: var(--about-brown);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
}

.helleny-about h2 {
    margin: 0;
    color: var(--about-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 3vw, 34px);
    font-weight: 600;
    letter-spacing: -.02em;
}

.helleny-about__list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.helleny-about__list li {
    position: relative;
    margin: 0;
    padding: 15px 18px 15px 46px;
    border: 1px solid var(--about-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .72);
    color: #4f443d;
    line-height: 1.65;
}

.helleny-about__list li::before {
    content: "♪";
    position: absolute;
    top: 15px;
    left: 18px;
    color: var(--about-gold);
    font-size: 17px;
}

.helleny-about__list strong {
    color: var(--about-ink);
}

.helleny-about__closing {
    margin-top: clamp(46px, 7vw, 76px);
    padding: clamp(28px, 5vw, 46px);
    border: 1px solid #e4d3bf;
    border-radius: 20px;
    background: linear-gradient(135deg, #f8f0e6, #fffdfa);
    color: #44362d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(18px, 2.4vw, 23px);
    line-height: 1.65;
    text-align: center;
}

@media (max-width: 600px) {
    .helleny-about {
        padding: 38px 24px 64px;
    }

    .helleny-about h1 {
        font-size: 38px;
    }

    .helleny-about__lead {
        font-size: 15px;
        line-height: 1.65;
    }

    .helleny-about__portrait {
        width: calc(100% - 14px);
    }

    .helleny-about__portrait::before {
        inset: 9px -9px -9px 9px;
        border-radius: 17px;
    }

    .helleny-about__portrait img {
        border-radius: 17px;
    }

    .helleny-about__story {
        font-size: 15px;
        line-height: 1.75;
    }

    .helleny-about__section-heading {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 11px;
    }

    .helleny-about__section-number {
        width: 34px;
        height: 34px;
    }

    .helleny-about__list li {
        padding: 13px 14px 13px 40px;
    }

    .helleny-about__list li::before {
        top: 13px;
        left: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .helleny-about *,
    .helleny-about *::before,
    .helleny-about *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
