/* State attestation banner */
.state-attestation-banner {
    --state-primary: #ff665b;
    --state-primary-dark: #f05249;
    --state-secondary: #079da6;
    --state-secondary-dark: #087e87;
    --state-accent: #ff9b20;
    --state-ink: #16233b;
    --state-muted: #5e6a78;
    --state-line: #dce8ea;
    --state-soft: #edf9fa;
    --state-footer-soft: #a9e5ed;
    --state-footer-soft-copyr: #5bd3dc;
    --state-shadow: 0 14px 34px rgba(28, 57, 69, .07);
    padding: 10px 0 34px;
}

.state-attestation-card {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: 310px;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 30px;
    color: #fff;
    background:
        radial-gradient(circle at 18% 8%, rgba(255, 155, 32, .32), transparent 29%),
        radial-gradient(circle at 76% 82%, rgba(255, 102, 91, .43), transparent 32%),
        linear-gradient(128deg, var(--state-secondary-dark), var(--state-secondary) 58%, #0eb2b7);
    box-shadow: 0 24px 70px rgba(8, 126, 135, .2);
}

.state-attestation-card::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, .09), transparent 46%),
        repeating-linear-gradient(135deg, transparent 0 26px, rgba(255, 255, 255, .025) 27px 28px);
    content: "";
    pointer-events: none;
}

.state-attestation-copy {
    position: relative;
    z-index: 3;
    padding: 48px 28px 48px 52px;
}

.state-attestation-label {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .13);
    box-shadow: inset 0 1px rgba(255, 255, 255, .2);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.state-attestation-label svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.state-attestation-copy h2 {
    max-width: 700px;
    margin: 17px 0 12px;
    color: #fff;
    font-size: clamp(28px, 3vw, 43px);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.state-attestation-copy p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 14px;
    line-height: 1.7;
}

.state-attestation-button {
    display: inline-flex;
    min-height: 48px;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    padding: 0 21px;
    border-radius: 12px;
    color: var(--state-secondary-dark);
    background: #fff;
    box-shadow: 0 12px 30px rgba(22, 35, 59, .18);
    font-size: 13px;
    font-weight: 850;
    transition: transform .25s ease, box-shadow .25s ease, color .25s ease;
}

.state-attestation-button svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    transition: transform .25s ease;
}

.state-attestation-button:hover {
    color: var(--state-primary-dark);
    box-shadow: 0 16px 36px rgba(22, 35, 59, .24);
    transform: translateY(-3px);
}

.state-attestation-button:hover svg {
    transform: translateX(4px);
}

.state-attestation-visual {
    position: relative;
    z-index: 2;
    width: 360px;
    height: 260px;
    justify-self: center;
}

.state-attestation-sheet {
    position: absolute;
    width: 196px;
    height: 236px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 55px rgba(22, 35, 59, .25);
}

.state-attestation-sheet.sheet-back {
    top: 19px;
    left: 64px;
    padding: 55px 28px;
    opacity: .65;
    transform: rotate(-10deg);
}

.state-attestation-sheet.sheet-back span {
    display: block;
    height: 8px;
    margin-bottom: 15px;
    border-radius: 20px;
    background: var(--state-footer-soft);
}

.state-attestation-sheet.sheet-front {
    top: 4px;
    left: 105px;
    padding: 24px;
    transform: rotate(6deg);
    animation: state-sheet-float 5s ease-in-out infinite;
}

.state-attestation-sheet-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    color: var(--state-muted);
    font-size: 11px;
}

.state-attestation-seal {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(145deg, var(--state-primary), var(--state-primary-dark));
    box-shadow: 0 10px 24px rgba(255, 102, 91, .28);
}

.state-attestation-seal svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.state-attestation-line {
    display: block;
    height: 8px;
    margin-bottom: 14px;
    border-radius: 20px;
    background: var(--state-line);
}

.state-attestation-line.line-long {
    width: 100%;
}

.state-attestation-line.line-medium {
    width: 78%;
}

.state-attestation-line.line-short {
    width: 55%;
}

.state-attestation-approved {
    position: absolute;
    right: 17px;
    bottom: 22px;
    padding: 7px 9px;
    border: 2px solid var(--state-secondary);
    border-radius: 8px;
    color: var(--state-secondary-dark);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    transform: rotate(-7deg);
}

.state-attestation-orb,
.state-attestation-star,
.state-attestation-dots {
    position: absolute;
    pointer-events: none;
}

.state-attestation-orb {
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
}

.state-attestation-orb.orb-one {
    top: -105px;
    right: -62px;
    width: 270px;
    height: 270px;
    box-shadow: inset 0 0 0 28px rgba(255, 255, 255, .035);
    animation: state-orb-drift 8s ease-in-out infinite;
}

.state-attestation-orb.orb-two {
    bottom: -95px;
    left: 44%;
    width: 190px;
    height: 190px;
    background: rgba(255, 155, 32, .08);
    animation: state-orb-drift 7s ease-in-out -2s infinite reverse;
}

.state-attestation-dots {
    top: 32px;
    right: 37%;
    width: 90px;
    height: 58px;
    opacity: .42;
    background-image: radial-gradient(circle, #fff 1.8px, transparent 2px);
    background-size: 14px 14px;
}

.state-attestation-star {
    color: var(--state-accent);
    filter: drop-shadow(0 5px 8px rgba(22, 35, 59, .18));
    animation: state-star-pulse 2.8s ease-in-out infinite;
}

.state-attestation-star.star-one {
    top: 18px;
    right: 19px;
    font-size: 28px;
}

.state-attestation-star.star-two {
    bottom: 22px;
    left: 22px;
    color: #fff;
    font-size: 17px;
    animation-delay: -1.2s;
}

@keyframes state-sheet-float {
    0%,
    100% {
        transform: rotate(6deg) translateY(0);
    }

    50% {
        transform: rotate(4deg) translateY(-9px);
    }
}

@keyframes state-orb-drift {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(-10px, 8px, 0);
    }
}

@keyframes state-star-pulse {
    0%,
    100% {
        opacity: .6;
        transform: scale(.85) rotate(0);
    }

    50% {
        opacity: 1;
        transform: scale(1.15) rotate(12deg);
    }
}

@media (max-width: 1024px) {
    .state-attestation-card {
        grid-template-columns: minmax(0, 1fr) 290px;
    }

    .state-attestation-copy {
        padding-left: 38px;
    }

    .state-attestation-visual {
        width: 290px;
        transform: scale(.88);
    }
}

@media (max-width: 768px) {
    .state-attestation-card {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .state-attestation-copy {
        padding: 38px 28px 24px;
        text-align: center;
    }

    .state-attestation-label,
    .state-attestation-button {
        margin-right: auto;
        margin-left: auto;
    }

    .state-attestation-copy p {
        margin-inline: auto;
    }

    .state-attestation-visual {
        height: 225px;
        margin: -8px auto 15px;
        transform: scale(.82);
        transform-origin: center;
    }
}

@media (max-width: 480px) {
    .state-attestation-banner {
        padding-bottom: 26px;
    }

    .state-attestation-card {
        border-radius: 22px;
    }

    .state-attestation-copy {
        padding: 30px 19px 18px;
    }

    .state-attestation-copy h2 {
        font-size: 27px;
    }

    .state-attestation-copy p {
        font-size: 13px;
    }

    .state-attestation-button {
        width: 100%;
    }

    .state-attestation-visual {
        width: 270px;
        margin-bottom: 0;
        transform: scale(.76);
    }
}

@media (prefers-reduced-motion: reduce) {
    .state-attestation-sheet.sheet-front,
    .state-attestation-orb,
    .state-attestation-star {
        animation: none;
    }
}


:root{--footer-soft:#b9dfc5}
.hero{background:var(--white)}.hero-grid{grid-template-columns:.43fr .57fr}.hero-art{height:445px}
.hero-photo{
    /*inset:18px 20px 35px 22px;*/
    border-radius:50%;outline:2px solid var(--secondary);outline-offset:10px}
.hero-deco{width:72px;height:72px;border:10px solid var(--primary);border-radius:50%;left:-22px;top:28px}
.hero-deco2{width:44px;height:44px;background:var(--secondary);border-radius:50%;right:55px;top:26px}
.hero-deco3{width:125px;height:125px;border:8px solid var(--primary);border-radius:50%;right:-74px;bottom:18px}
.hero-bottom{display:none}
/*.panel{background:linear-gradient(110deg,#eef8f1,var(--surface))}*/
.about-grid{grid-template-columns:1.12fr .88fr}.about-img{order:2}.director-panel{background:var(--white);border:1px solid #d7ebdd}
.director-photo{border-radius:50%;aspect-ratio:1/1;height:auto;max-width:225px;justify-self:center;outline:1px solid var(--secondary);outline-offset:9px}

.brand-logo{width:205px;height:auto;object-fit:contain}@media(max-width:560px){.brand-logo{width:155px}}
