/* Home styles contain page-specific sections while reusing layout and component classes. */
.hero {
    position: relative;
    min-height: calc(92vh - 82px);
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(205, 187, 159, 0.58);
    background:
        linear-gradient(115deg, rgba(20, 32, 28, 0.94) 0%, rgba(20, 32, 28, 0.84) 42%, rgba(251, 250, 247, 0.94) 100%),
        radial-gradient(circle at 78% 20%, rgba(217, 188, 136, 0.36), transparent 22rem),
        linear-gradient(135deg, #14201c 0%, #22352f 46%, #f2ece2 100%);
}

.hero::before,
.hero::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.hero::before {
    inset: 8% auto auto 50%;
    width: 42rem;
    height: 42rem;
    border: 1px solid rgba(217, 188, 136, 0.22);
    border-radius: 50%;
    transform: translateX(-4%);
}

.hero::after {
    right: 0;
    bottom: 0;
    width: 48%;
    height: 44%;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.16));
    clip-path: polygon(32% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-shape {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(1px);
}

.hero-shape-large {
    top: 14%;
    right: 9%;
    width: 17rem;
    height: 17rem;
    background: radial-gradient(circle, rgba(217, 188, 136, 0.32), transparent 68%);
}

.hero-shape-small {
    bottom: 12%;
    left: 6%;
    width: 9rem;
    height: 9rem;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 70%);
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.76fr);
    gap: 70px;
    align-items: center;
}

.hero-content {
    max-width: 820px;
}

.eyebrow {
    margin-bottom: 18px;
    color: var(--color-gold-soft);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero h1 {
    max-width: 860px;
    margin-bottom: 28px;
    color: #ffffff;
    font-family: var(--font-serif);
    font-size: 4.55rem;
    font-weight: 500;
    line-height: 1.02;
}

h1,
h2,
h3 {
    line-height: 1.08;
    color: var(--color-ink);
}

h2 {
    margin-bottom: 24px;
    font-family: var(--font-serif);
    font-size: 2.65rem;
    font-weight: 500;
}

h3 {
    margin-bottom: 12px;
    color: var(--color-ink-soft);
    font-size: 1.12rem;
}

.hero-copy {
    max-width: 690px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.24rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.hero-visual {
    position: relative;
    min-height: 520px;
}

.hero-profile {
    display: grid;
    align-items: end;
    justify-items: center;
}

.profile-glow {
    position: absolute;
    inset: 2% 0 auto auto;
    width: 31rem;
    height: 31rem;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(217, 188, 136, 0.38), transparent 58%),
        radial-gradient(circle at 35% 62%, rgba(34, 53, 47, 0.5), transparent 62%);
    filter: blur(10px);
    pointer-events: none;
}

.profile-photo {
    position: relative;
    z-index: 1;
    width: min(94%, 520px);
    max-height: 650px;
    object-fit: contain;
    filter: drop-shadow(0 34px 56px rgba(0, 0, 0, 0.34));
}

.profile-card {
    position: relative;
    z-index: 2;
    width: min(100%, 440px);
    margin-top: -148px;
    justify-self: end;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: var(--radius-large);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: var(--shadow-premium);
    backdrop-filter: blur(18px);
}

.profile-kicker {
    margin-bottom: 10px;
    color: var(--color-gold-soft);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.profile-name-greek {
    margin-bottom: 4px;
    color: #ffffff;
    font-family: var(--font-serif);
    font-size: 1.34rem;
    line-height: 1.1;
}

.profile-card h2 {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.3rem;
    font-weight: 700;
}

.profile-role {
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
}

.profile-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.profile-badges span {
    display: grid;
    min-height: 84px;
    align-content: center;
    gap: 6px;
    padding: 14px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius);
    color: rgba(255, 255, 255, 0.86);
    background: rgba(20, 32, 28, 0.34);
}

.profile-badges strong {
    color: #ffffff;
    font-family: var(--font-serif);
    font-size: 1.62rem;
    font-weight: 500;
    line-height: 1;
}

.profile-badges small {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.25;
}
.step-card span {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--color-gold-dark);
    font-size: 0.78rem;
    font-weight: 800;
}

.panel-item p,
.info-card p,
.step-card p,
.contact-card p {
    margin-bottom: 0;
}

.trust-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(217, 188, 136, 0.18), transparent 28rem),
        linear-gradient(180deg, #fbfaf7, #f2ece2);
}

.trust-heading {
    max-width: 820px;
    margin-bottom: 54px;
}

.trust-heading .eyebrow {
    color: var(--color-gold-dark);
}

.trust-heading h2 {
    margin-bottom: 18px;
}

.trust-heading p {
    max-width: 720px;
    color: var(--color-muted-strong);
    font-size: 1.16rem;
}

.trust-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
    gap: 64px;
    align-items: center;
}

.trust-photo-card {
    position: relative;
    display: grid;
    min-height: 560px;
    align-items: end;
    justify-items: center;
    overflow: hidden;
    border: 1px solid rgba(184, 137, 69, 0.26);
    border-radius: var(--radius-large);
    background: rgba(255, 255, 255, 0.34);
    box-shadow: var(--shadow-premium);
    backdrop-filter: blur(18px);
}

.trust-photo-card::before {
    position: absolute;
    inset: 18px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: calc(var(--radius-large) - 2px);
    pointer-events: none;
}

.trust-photo-glow {
    position: absolute;
    inset: 18% auto auto 50%;
    width: 23rem;
    height: 23rem;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(217, 188, 136, 0.34), transparent 60%),
        radial-gradient(circle at 32% 64%, rgba(34, 53, 47, 0.3), transparent 64%);
    filter: blur(8px);
    transform: translateX(-50%);
}

.trust-photo-card img {
    position: relative;
    z-index: 1;
    width: min(86%, 420px);
    max-height: 650px;
    object-fit: contain;
    filter: drop-shadow(0 30px 48px rgba(20, 32, 28, 0.26));
}

.trust-content {
    display: grid;
    gap: 28px;
}

.trust-copy {
    display: grid;
    gap: 16px;
}

.trust-copy p {
    margin-bottom: 0;
    color: var(--color-muted-strong);
    font-size: 1.06rem;
}

.achievement-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.achievement-card {
    min-height: 128px;
    padding: 22px 18px;
    border: 1px solid rgba(184, 137, 69, 0.24);
    border-radius: var(--radius-large);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.58));
    box-shadow: 0 14px 34px rgba(20, 32, 28, 0.07);
}

.achievement-card strong {
    display: block;
    margin-bottom: 8px;
    color: var(--color-deep);
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
}

.achievement-card span {
    color: var(--color-muted-strong);
    font-size: 0.92rem;
    font-weight: 700;
}

.trust-quote {
    margin: 6px 0 0;
    padding: 30px;
    border: 1px solid rgba(184, 137, 69, 0.3);
    border-radius: var(--radius-large);
    background:
        linear-gradient(135deg, rgba(20, 32, 28, 0.94), rgba(34, 53, 47, 0.9));
    box-shadow: var(--shadow-premium);
}

.trust-quote p {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.86);
    font-family: var(--font-serif);
    font-size: 1.36rem;
    line-height: 1.38;
}

.trust-quote footer {
    color: var(--color-gold-soft);
    font-weight: 800;
}

.section-accent {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(184, 137, 69, 0.18), transparent 36%),
        var(--color-deep);
}

.section-accent h2,
.section-accent .eyebrow {
    color: #ffffff;
}

.section-accent p {
    color: rgba(255, 255, 255, 0.78);
}

.text-stack p {
    max-width: 620px;
    font-size: 1.08rem;
}

.contact-section {
    padding-top: 48px;
}

.contact-card h2 {
    margin-bottom: 14px;
}

@media (max-width: 980px) {
    .hero-grid {
        gap: 44px;
    }

    .hero h1 {
        font-size: 3.55rem;
    }
}

@media (max-width: 860px) {
    .hero {
        min-height: auto;
        padding-top: 54px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .hero h1 {
        font-size: 2.85rem;
    }

    h2 {
        font-size: 2.08rem;
    }

    .hero-copy {
        font-size: 1.12rem;
    }

    .hero-visual {
        min-height: auto;
    }

    .profile-photo {
        width: min(82%, 360px);
    }

    .profile-card {
        width: 100%;
        margin-top: -90px;
        justify-self: stretch;
    }

    .profile-badges {
        grid-template-columns: 1fr;
    }

    .trust-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .trust-photo-card {
        min-height: 460px;
    }

    .achievement-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .hero h1 {
        font-size: 2.34rem;
    }

    h2 {
        font-size: 1.86rem;
    }

    .hero-actions {
        width: 100%;
    }

    .profile-card {
        padding: 24px;
    }

    .profile-name-greek {
        font-size: 1.18rem;
    }

    .profile-card h2 {
        font-size: 1.08rem;
    }

    .trust-heading {
        margin-bottom: 36px;
    }

    .trust-photo-card {
        min-height: 380px;
    }

    .achievement-grid {
        grid-template-columns: 1fr;
    }

    .trust-quote {
        padding: 24px;
    }

    .trust-quote p {
        font-size: 1.16rem;
    }
}
