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

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

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

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

.helleny-home {
    --home-ink: #291d17;
    --home-brown: #7b4c26;
    --home-brown-dark: #58341e;
    --home-gold: #b8874f;
    --home-cream: #f7efe4;
    --home-paper: #fbfaf7;
    --home-muted: #746961;
    --home-line: #e7dacb;
    overflow: hidden;
    background: var(--home-paper);
    color: var(--home-ink);
}

.helleny-home h1,
.helleny-home h2,
.helleny-home h3 {
    color: var(--home-ink);
    font-family: Georgia, "Times New Roman", serif;
}

.helleny-home__eyebrow {
    display: block;
    color: var(--home-brown);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.helleny-home-hero {
    display: grid;
    width: min(1240px, calc(100% - 48px));
    min-height: 610px;
    grid-template-columns: minmax(0, .9fr) minmax(420px, .78fr);
    align-items: center;
    gap: clamp(48px, 7vw, 96px);
    margin: 0 auto;
    padding: 70px 0 82px;
}

.helleny-home-hero__content {
    position: relative;
    z-index: 2;
}

.helleny-home-hero h1 {
    margin: 15px 0 22px;
    font-size: clamp(48px, 6vw, 78px);
    font-weight: 600;
    letter-spacing: -.048em;
    line-height: .98;
}

.helleny-home-hero h1 em {
    color: var(--home-brown);
    font-weight: 500;
}

.helleny-home-hero__content > p {
    max-width: 610px;
    margin: 0;
    color: var(--home-muted);
    font-size: clamp(17px, 1.7vw, 20px);
    line-height: 1.72;
}

.helleny-home__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 31px;
}

.helleny-home__button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 10px 21px;
    border: 1px solid var(--home-brown);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, color .18s ease;
}

.helleny-home__button:hover,
.helleny-home__button:focus-visible {
    transform: translateY(-2px);
}

.helleny-home__button--primary {
    background: var(--home-brown);
    color: #fff !important;
}

.helleny-home__button--primary:hover,
.helleny-home__button--primary:focus-visible {
    background: var(--home-brown-dark);
}

.helleny-home__button--secondary {
    background: transparent;
    color: var(--home-brown) !important;
}

.helleny-home__button--secondary:hover,
.helleny-home__button--secondary:focus-visible {
    background: var(--home-cream);
}

.helleny-home-hero__visual {
    position: relative;
    padding: 0 18px 24px 0;
}

.helleny-home-hero__visual::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -120px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(210,177,138,.26),rgba(247,239,228,0) 68%);
}

.helleny-home-hero__frame {
    position: relative;
    z-index: 1;
    padding: 10px;
    border: 1px solid rgba(123,76,38,.2);
    border-radius: 48% 48% 18px 18px;
    background: rgba(255,255,255,.62);
}

.helleny-home-hero__frame::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 20px -18px -20px 20px;
    border: 1px solid rgba(184,135,79,.34);
    border-radius: inherit;
}

.helleny-home-hero__frame img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 4.65;
    border-radius: 48% 48% 12px 12px;
    object-fit: cover;
    object-position: 50% center;
}

.helleny-home-hero__signature {
    position: absolute;
    right: 28px;
    bottom: 24px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.88);
    color: var(--home-brown);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
}

.helleny-home-hero__note {
    position: absolute;
    z-index: 2;
    color: rgba(123,76,38,.42);
    font-family: Georgia, "Times New Roman", serif;
}

.helleny-home-hero__note--one {
    top: 16%;
    left: -28px;
    font-size: 29px;
    transform: rotate(-12deg);
}

.helleny-home-hero__note--two {
    right: -11px;
    bottom: 7%;
    font-size: 25px;
    transform: rotate(9deg);
}

.helleny-home-trust {
    display: grid;
    width: min(1240px, calc(100% - 48px));
    grid-template-columns: repeat(3,1fr);
    margin: 0 auto;
    border-block: 1px solid var(--home-line);
}

.helleny-home-trust > div {
    display: flex;
    min-height: 108px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 18px 28px;
}

.helleny-home-trust > div + div {
    border-left: 1px solid var(--home-line);
}

.helleny-home-trust__icon {
    color: var(--home-gold);
    font-size: 25px;
}

.helleny-home-trust p {
    display: grid;
    gap: 3px;
    margin: 0;
}

.helleny-home-trust strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
}

.helleny-home-trust small {
    color: var(--home-muted);
    font-size: 11px;
}

.helleny-home-paths {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
    padding: 102px 0 110px;
}

.helleny-home__section-heading {
    max-width: 700px;
    margin: 0 auto 46px;
    text-align: center;
}

.helleny-home__section-heading h2 {
    margin: 9px 0 12px;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 600;
    letter-spacing: -.035em;
}

.helleny-home__section-heading p {
    margin: 0;
    color: var(--home-muted);
    line-height: 1.7;
}

.helleny-home-paths__grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 20px;
}

.helleny-home-path {
    position: relative;
    display: grid;
    min-height: 490px;
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: 20px;
}

.helleny-home-path__copy {
    position: relative;
    z-index: 2;
    padding: clamp(30px,4vw,48px);
}

.helleny-home-path__number {
    position: absolute;
    top: 31px;
    right: 36px;
    color: rgba(123,76,38,.28);
    font: 500 20px/1 Georgia,"Times New Roman",serif;
}

.helleny-home-path__label {
    color: var(--home-brown);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.helleny-home-path h3 {
    max-width: 390px;
    margin: 13px 0 14px;
    font-size: clamp(29px,3vw,40px);
    font-weight: 600;
    letter-spacing: -.025em;
}

.helleny-home-path p {
    max-width: 460px;
    color: var(--home-muted);
    line-height: 1.7;
}

.helleny-home-path ul {
    display: grid;
    gap: 8px;
    margin: 20px 0 28px;
    padding: 0;
    list-style: none;
}

.helleny-home-path li {
    color: #51463f;
    font-size: 13px;
}

.helleny-home-path li::before {
    content: "✓";
    margin-right: 8px;
    color: #38884d;
    font-weight: 900;
}

.helleny-home-path a,
.helleny-home__text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--home-brown) !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.helleny-home-path--sheets {
    grid-template-columns: 1.08fr .92fr;
    background: #fff;
}

.helleny-home-path--sheets .helleny-home-path__image {
    align-self: stretch;
}

.helleny-home-path--sheets .helleny-home-path__image img {
    width: 100%;
    height: 100%;
    min-height: 490px;
    object-fit: cover;
}

.helleny-home-path--courses {
    background: linear-gradient(145deg,#f7efe4,#fffaf4);
}

.helleny-home-live {
    display: grid;
    width: min(1240px, calc(100% - 48px));
    grid-template-columns: 72px minmax(0,1fr) auto;
    align-items: center;
    gap: 28px;
    margin: 0 auto 110px;
    padding: 34px 40px;
    border: 1px solid #dcc8b1;
    border-radius: 18px;
    background: linear-gradient(115deg,#fff,#f8efe4);
}

.helleny-home-live__symbol {
    display: grid;
    width: 66px;
    height: 66px;
    place-items: center;
    border: 1px solid #d8c2a9;
    border-radius: 50%;
    color: var(--home-brown);
    font: 600 30px/1 Georgia,"Times New Roman",serif;
}

.helleny-home-live h2 {
    margin: 5px 0 7px;
    font-size: 30px;
}

.helleny-home-live p {
    max-width: 720px;
    margin: 0;
    color: var(--home-muted);
    font-size: 14px;
    line-height: 1.65;
}

.helleny-home-about {
    width: min(780px, calc(100% - 48px));
    margin: 0 auto;
    padding: 0 0 110px;
    text-align: center;
}

.helleny-home-about h2 {
    margin: 12px 0 20px;
    font-size: clamp(36px,4vw,52px);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.helleny-home-about p {
    margin: 0 0 15px;
    color: var(--home-muted);
    line-height: 1.75;
}

.helleny-home__text-link {
    justify-content: center;
    margin-top: 12px;
}

@media (max-width: 960px) {
    .helleny-home-hero {
        min-height: 0;
        grid-template-columns: 1fr .75fr;
        gap: 36px;
        padding-block: 54px 66px;
    }

    .helleny-home-hero h1 {
        font-size: 55px;
    }

    .helleny-home-paths__grid {
        grid-template-columns: 1fr;
    }

    .helleny-home-live {
        grid-template-columns: 60px minmax(0,1fr);
    }

    .helleny-home-live .helleny-home__button {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 720px) {
    .helleny-home-hero {
        width: calc(100% - 32px);
        grid-template-columns: 1fr;
        gap: 42px;
        padding: 42px 0 58px;
        text-align: center;
    }

    .helleny-home-hero h1 {
        margin-top: 12px;
        font-size: clamp(42px,13vw,56px);
    }

    .helleny-home-hero__content > p {
        font-size: 16px;
    }

    .helleny-home__actions {
        display: flex;
        justify-content: center;
        gap: 9px;
        margin-top: 25px;
    }

    .helleny-home__actions .helleny-home__button {
        width: auto;
        min-height: 42px;
        padding: 8px 13px;
        font-size: 11px;
    }

    .helleny-home-hero__visual {
        width: min(390px,calc(100% - 20px));
        justify-self: center;
        padding-right: 10px;
    }

    .helleny-home-trust {
        width: calc(100% - 32px);
        grid-template-columns: 1fr;
    }

    .helleny-home-trust > div {
        min-height: 84px;
        justify-content: flex-start;
        padding: 14px 18px;
    }

    .helleny-home-trust > div + div {
        border-top: 1px solid var(--home-line);
        border-left: 0;
    }

    .helleny-home-paths {
        width: calc(100% - 40px);
        padding: 72px 0 74px;
    }

    .helleny-home__section-heading {
        margin-bottom: 30px;
    }

    .helleny-home__section-heading h2 {
        font-size: 38px;
    }

    .helleny-home-path {
        min-height: 0;
    }

    .helleny-home-path--sheets {
        display: flex;
        flex-direction: column-reverse;
    }

    .helleny-home-path--sheets .helleny-home-path__image img {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .helleny-home-path__copy {
        padding: 28px 24px 32px;
    }

    .helleny-home-path h3 {
        font-size: 31px;
    }

    .helleny-home-live {
        width: calc(100% - 40px);
        grid-template-columns: 1fr;
        gap: 17px;
        margin-bottom: 78px;
        padding: 27px 24px;
        text-align: center;
    }

    .helleny-home-live__symbol {
        width: 54px;
        height: 54px;
        justify-self: center;
    }

    .helleny-home-live .helleny-home__button {
        grid-column: 1;
        justify-self: stretch;
    }

    .helleny-home-about {
        width: calc(100% - 40px);
        padding-bottom: 78px;
        text-align: center;
    }

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

    .helleny-home__text-link {
        justify-content: center;
    }

}

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