.lilo-engine-page #masthead,
.lilo-engine-page #colophon,
.lilo-engine-page .site-header:not(.lilo-header),
.lilo-engine-page .site-footer:not(.lilo-footer),
.lilo-engine-page .entry-header,
.lilo-engine-page .page-header,
.lilo-engine-page .sidebar,
.lilo-engine-page #secondary {
    display: none !important;
}

.lilo-engine-page .site,
.lilo-engine-page .site-content,
.lilo-engine-page .content-area,
.lilo-engine-page .site-main,
.lilo-engine-page .entry-content,
.lilo-engine-page .wp-block-post-content,
.lilo-engine-page .wp-site-blocks,
.lilo-engine-page .is-layout-constrained,
.lilo-engine-page .alignwide,
.lilo-engine-page .alignfull {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.lilo-site {
    --lilo-black: #050505;
    --lilo-ink: #171717;
    --lilo-muted: #676767;
    --lilo-line: #ebebeb;
    --lilo-paper: #ffffff;
    --lilo-soft: #f7f8f5;
    --lilo-green: #8fcf00;
    --lilo-pink: #ff2f86;
    --lilo-orange: #ff9f1c;
    --lilo-green-soft: #f1ffd1;
    --lilo-pink-soft: #fff0f6;
    --lilo-orange-soft: #fff3d9;
    --lilo-radius: 8px;
    color: var(--lilo-ink);
    background: var(--lilo-paper);
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
}

.lilo-site *,
.lilo-site *::before,
.lilo-site *::after {
    box-sizing: border-box;
}

.lilo-site a {
    color: inherit;
}

.lilo-header {
    position: sticky;
    top: 0;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 10px max(18px, calc((100vw - 1360px) / 2 + 28px));
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid var(--lilo-line);
    backdrop-filter: blur(16px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.035);
}

.lilo-brand {
    display: inline-flex;
    align-items: center;
    width: clamp(138px, 13vw, 176px);
}

.lilo-brand img {
    display: block;
    width: 100%;
    height: auto;
}

.lilo-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
}

.lilo-nav a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    text-decoration: none;
    color: var(--lilo-muted);
    transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.lilo-nav a:hover,
.lilo-nav a[aria-current="page"] {
    color: var(--lilo-black);
    background: linear-gradient(135deg, rgba(143, 207, 0, 0.16), rgba(255, 47, 134, 0.09), rgba(255, 159, 28, 0.12));
    box-shadow: inset 0 0 0 1px rgba(143, 207, 0, 0.28), 0 10px 24px rgba(255, 47, 134, 0.08);
    transform: translateY(-1px);
}

.lilo-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid var(--lilo-line);
    border-radius: 50%;
    background: linear-gradient(135deg, #fff, var(--lilo-green-soft));
    color: var(--lilo-black);
    padding: 0;
    box-shadow: 0 10px 26px rgba(143, 207, 0, 0.12);
}

.lilo-menu-toggle span {
    display: block;
    width: 19px;
    height: 2px;
    border-radius: 999px;
    background: var(--lilo-black);
    transition: transform 180ms ease, opacity 180ms ease, background-color 180ms ease;
}

.lilo-menu-toggle:hover span {
    background: var(--lilo-pink);
}

.lilo-menu-toggle[aria-expanded="true"] {
    background: linear-gradient(135deg, var(--lilo-pink-soft), var(--lilo-orange-soft));
    border-color: rgba(255, 47, 134, 0.28);
}

.lilo-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.lilo-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.lilo-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.lilo-main {
    width: 100%;
    overflow-x: clip;
}

.lilo-page-hero,
.lilo-section,
.lilo-split,
.lilo-info-band,
.lilo-contact-panel,
.lilo-team-section,
.lilo-legal {
    width: min(1160px, calc(100% - 36px));
    margin-inline: auto;
}

.lilo-kicker {
    margin: 0 0 12px;
    color: var(--lilo-pink);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.lilo-hero h1,
.lilo-page-hero h1 {
    margin: 0;
    max-width: 680px;
    color: var(--lilo-black);
    font-size: clamp(42px, 4.4vw, 64px);
    line-height: 0.98;
    letter-spacing: 0;
    text-wrap: balance;
    overflow-wrap: break-word;
    hyphens: auto;
}

.lilo-hero h1::after,
.lilo-page-hero h1::after,
.lilo-person-hero h1::after,
.lilo-section h2::after,
.lilo-split h2::after,
.lilo-contact-panel h2::after {
    content: "";
    display: block;
    width: 92px;
    height: 6px;
    margin-top: 16px;
    margin-left: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--lilo-green), var(--lilo-pink), var(--lilo-orange));
}

.lilo-hero h1::after {
    margin-left: auto;
}

.lilo-page-hero h1 {
    max-width: 640px;
    font-size: clamp(34px, 3.8vw, 54px);
    line-height: 1.03;
}

.lilo-lead,
.lilo-hero p:not(.lilo-kicker),
.lilo-page-hero p:not(.lilo-kicker) {
    max-width: 660px;
    margin: 18px 0 0;
    color: #38342f;
    font-size: clamp(17px, 1.7vw, 21px);
}

.lilo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.lilo-button {
    position: relative;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 10px 18px;
    text-decoration: none;
    font-weight: 900;
    line-height: 1.1;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.lilo-button::before {
    content: "";
    position: absolute;
    inset: -60% auto -60% -40%;
    width: 46%;
    background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.78), transparent);
    opacity: 0;
    transform: translateX(-120%) rotate(8deg);
    pointer-events: none;
}

.lilo-button--primary {
    background: linear-gradient(135deg, var(--lilo-green), #c9f24a);
    border-color: rgba(91, 137, 0, 0.34);
    color: var(--lilo-black);
    box-shadow: 0 14px 34px rgba(143, 207, 0, 0.28);
}

.lilo-button--secondary {
    background: linear-gradient(135deg, #fff, var(--lilo-pink-soft));
    border-color: rgba(255, 47, 134, 0.34);
    color: var(--lilo-black);
}

.lilo-site a.lilo-button--primary {
    color: var(--lilo-black);
}

.lilo-site a.lilo-button--secondary {
    color: var(--lilo-black);
}

.lilo-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(255, 47, 134, 0.14), 0 10px 26px rgba(143, 207, 0, 0.16);
}

.lilo-button:hover::before {
    animation: liloShineSweep 780ms ease;
}

.lilo-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: clamp(560px, 74vh, 760px);
    padding: clamp(72px, 7vw, 112px) 0 clamp(58px, 7vw, 94px);
    overflow: hidden;
    background-image: var(--lilo-hero-image);
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
}

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

.lilo-hero::before {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.28) 47%, rgba(255, 255, 255, 0.92) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.08) 45%, rgba(255, 255, 255, 0.72) 100%);
}

.lilo-hero::after {
    z-index: 0;
    width: 44%;
    left: auto;
    background: linear-gradient(118deg, transparent 18%, rgba(255, 255, 255, 0.5) 43%, rgba(255, 255, 255, 0.12) 58%, transparent 78%);
    mix-blend-mode: screen;
    opacity: 0.72;
    transform: translateX(-14%);
    animation: liloSoftShine 9s ease-in-out infinite;
}

.lilo-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: min(1160px, calc(100% - 36px));
    margin-inline: auto;
}

.lilo-hero__content {
    position: relative;
    max-width: 610px;
    min-width: 0;
    padding: clamp(24px, 3.3vw, 42px);
    text-align: right;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: var(--lilo-radius);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.46));
    box-shadow: 0 28px 70px rgba(31, 37, 38, 0.12);
    backdrop-filter: blur(7px);
}

.lilo-hero__content::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: calc(var(--lilo-radius) - 1px);
    background: linear-gradient(118deg, transparent 8%, rgba(255, 255, 255, 0.56) 32%, transparent 58%);
    opacity: 0.52;
    pointer-events: none;
}

.lilo-hero__content > * {
    position: relative;
    z-index: 1;
}

.lilo-hero .lilo-kicker {
    color: #4c4c4c;
}

.lilo-hero h1 {
    margin-left: auto;
}

.lilo-hero .lilo-lead,
.lilo-hero p:not(.lilo-kicker) {
    margin-left: auto;
    color: #252525;
}

.lilo-hero .lilo-actions {
    justify-content: flex-end;
}

@keyframes liloSoftShine {
    0%,
    100% {
        opacity: 0.24;
        transform: translateX(12%);
    }

    45% {
        opacity: 0.76;
        transform: translateX(-16%);
    }
}

@keyframes liloShineSweep {
    0% {
        opacity: 0;
        transform: translateX(-120%) rotate(8deg);
    }

    24% {
        opacity: 0.72;
    }

    100% {
        opacity: 0;
        transform: translateX(360%) rotate(8deg);
    }
}

@keyframes liloPanelShine {
    0% {
        opacity: 0;
        transform: translateX(-82%);
    }

    28% {
        opacity: 0.48;
    }

    100% {
        opacity: 0;
        transform: translateX(82%);
    }
}

.lilo-hero__image,
.lilo-page-hero figure {
    margin: 0;
    position: relative;
}

.lilo-hero__image::before {
    content: "";
    position: absolute;
    inset: -14px;
    border: 1px solid rgba(5, 5, 5, 0.14);
    border-radius: 18px;
    z-index: -1;
}

.lilo-hero__image::after {
    content: "";
    position: absolute;
    width: 104px;
    height: 104px;
    right: -18px;
    bottom: -24px;
    border-radius: 50%;
    background: var(--lilo-orange);
    box-shadow: -72px -26px 0 -24px var(--lilo-pink), -128px 24px 0 -34px var(--lilo-green), 0 18px 44px rgba(0, 0, 0, 0.12);
}

.lilo-hero__image img,
.lilo-page-hero img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: var(--lilo-radius);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.12);
}

.lilo-page-hero img {
    max-height: 360px;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.09);
}

.lilo-info-band {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid rgba(143, 207, 0, 0.22);
    border-radius: var(--lilo-radius);
    background:
        linear-gradient(90deg, rgba(143, 207, 0, 0.08), rgba(255, 47, 134, 0.06), rgba(255, 159, 28, 0.08)),
        #fff;
    box-shadow: 0 16px 40px rgba(255, 47, 134, 0.06);
}

.lilo-info-band article {
    position: relative;
    padding: clamp(22px, 3vw, 34px);
    border-right: 1px solid var(--lilo-line);
}

.lilo-info-band article::before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    margin-bottom: 18px;
    background-image: url("../images/lilo-icon-32.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: drop-shadow(0 7px 14px rgba(255, 47, 134, 0.13));
}

.lilo-info-band article:last-child {
    border-right: 0;
}

.lilo-info-band strong,
.lilo-note strong {
    display: block;
    margin-bottom: 8px;
    color: var(--lilo-black);
    font-size: 19px;
}

.lilo-info-band span,
.lilo-note p,
.lilo-split p {
    color: var(--lilo-muted);
}

.lilo-section,
.lilo-split,
.lilo-contact-panel,
.lilo-team-section,
.lilo-legal {
    padding: clamp(50px, 7vw, 86px) 0;
}

.lilo-page-hero,
.lilo-person-hero,
.lilo-section,
.lilo-split,
.lilo-info-band,
.lilo-contact-panel,
.lilo-team-section,
.lilo-legal {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: max(18px, calc((100vw - 1160px) / 2));
    padding-right: max(18px, calc((100vw - 1160px) / 2));
}

.lilo-section__head {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 28px;
    align-items: end;
    margin-bottom: 30px;
}

.lilo-section h2,
.lilo-split h2,
.lilo-contact-panel h2,
.lilo-legal h2 {
    margin: 0;
    color: var(--lilo-black);
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.05;
    letter-spacing: 0;
}

.lilo-section__head .lilo-kicker,
.lilo-page-hero .lilo-kicker,
.lilo-person-hero .lilo-kicker {
    width: fit-content;
    padding: 5px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--lilo-green-soft), var(--lilo-pink-soft));
    color: #5d5d5d;
}

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

.lilo-service-card,
.lilo-mini-card {
    position: relative;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), #fff),
        var(--lilo-accent-soft, var(--lilo-soft));
    border: 1px solid var(--lilo-accent-border, var(--lilo-line));
    border-radius: var(--lilo-radius);
    text-decoration: none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
    overflow: hidden;
    transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.lilo-service-card::before,
.lilo-mini-card::before,
.lilo-person-card::after,
.lilo-link-list article::before,
.lilo-note::before,
.lilo-person-copy::before,
.lilo-contact-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 12%, rgba(255, 255, 255, 0.62) 34%, transparent 56%);
    opacity: 0;
    transform: translateX(-70%);
    pointer-events: none;
}

.lilo-service-card:hover,
.lilo-mini-card:hover,
.lilo-person-card:hover,
.lilo-link-list article:hover {
    transform: translateY(-4px);
    border-color: var(--lilo-accent, rgba(5, 5, 5, 0.18));
    box-shadow: 0 22px 54px rgba(255, 47, 134, 0.08), 0 12px 32px rgba(143, 207, 0, 0.1);
}

.lilo-service-card:hover::before,
.lilo-mini-card:hover::before,
.lilo-person-card:hover::after,
.lilo-link-list article:hover::before,
.lilo-note:hover::before,
.lilo-person-copy:hover::before,
.lilo-contact-panel:hover::before {
    animation: liloPanelShine 1200ms ease;
}

.lilo-service-card span {
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--lilo-accent-soft, var(--lilo-soft));
    color: var(--lilo-black);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.lilo-service-card h2,
.lilo-service-card h3,
.lilo-mini-card h2 {
    margin: 20px 0 12px;
    color: var(--lilo-black);
    font-size: clamp(23px, 2.3vw, 32px);
    line-height: 1.08;
}

.lilo-service-card h2::after,
.lilo-service-card h3::after,
.lilo-mini-card h2::after,
.lilo-person-card h2::after,
.lilo-link-list h2::after {
    content: "";
    display: block;
    width: 52px;
    height: 4px;
    margin-top: 12px;
    border-radius: 999px;
    background: var(--lilo-accent, linear-gradient(90deg, var(--lilo-green), var(--lilo-pink)));
}

.lilo-service-card p,
.lilo-mini-card p {
    margin: auto 0 0;
    color: var(--lilo-muted);
}

.lilo-accent-green {
    --lilo-accent: var(--lilo-green);
    --lilo-accent-soft: var(--lilo-green-soft);
    --lilo-accent-border: rgba(143, 207, 0, 0.34);
    border-top: 5px solid var(--lilo-green);
}

.lilo-accent-pink {
    --lilo-accent: var(--lilo-pink);
    --lilo-accent-soft: var(--lilo-pink-soft);
    --lilo-accent-border: rgba(255, 47, 134, 0.3);
    border-top: 5px solid var(--lilo-pink);
}

.lilo-accent-yellow {
    --lilo-accent: var(--lilo-orange);
    --lilo-accent-soft: var(--lilo-orange-soft);
    --lilo-accent-border: rgba(255, 159, 28, 0.32);
    border-top: 5px solid var(--lilo-orange);
}

.lilo-accent-black {
    --lilo-accent: linear-gradient(90deg, var(--lilo-green), var(--lilo-pink), var(--lilo-orange));
    --lilo-accent-soft: #f7f8f5;
    --lilo-accent-border: rgba(255, 47, 134, 0.22);
    border-top: 5px solid;
    border-image: linear-gradient(90deg, var(--lilo-green), var(--lilo-pink), var(--lilo-orange)) 1;
}

.lilo-split,
.lilo-two-col {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
    gap: clamp(28px, 5vw, 68px);
    align-items: start;
}

.lilo-note {
    position: relative;
    padding: 28px;
    background:
        linear-gradient(135deg, rgba(143, 207, 0, 0.08), rgba(255, 47, 134, 0.05) 46%, rgba(255, 159, 28, 0.08)),
        #fff;
    border: 1px solid rgba(255, 159, 28, 0.28);
    border-radius: var(--lilo-radius);
    box-shadow: 0 18px 48px rgba(22, 20, 18, 0.07);
    overflow: hidden;
}

.lilo-page-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.82fr);
    gap: clamp(28px, 4vw, 54px);
    align-items: center;
    padding-top: clamp(44px, 6vw, 78px);
    padding-bottom: clamp(28px, 5vw, 56px);
    background:
        linear-gradient(115deg, rgba(143, 207, 0, 0.06), rgba(255, 255, 255, 0.96) 42%, rgba(255, 47, 134, 0.05) 72%, rgba(255, 159, 28, 0.08)),
        #fff;
    border-bottom: 1px solid rgba(143, 207, 0, 0.14);
}

.lilo-page-hero--compact {
    display: block;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.lilo-team-hero {
    position: relative;
    width: 100vw;
    max-width: none;
    margin: clamp(26px, 4vw, 46px) calc(50% - 50vw) 0;
    padding: clamp(30px, 4.5vw, 56px) max(18px, calc((100vw - 1160px) / 2));
    overflow: hidden;
    border: 1px solid rgba(255, 47, 134, 0.18);
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background:
        linear-gradient(112deg, rgba(143, 207, 0, 0.16), rgba(255, 255, 255, 0.9) 38%, rgba(255, 47, 134, 0.1) 72%, rgba(255, 159, 28, 0.16)),
        #fff;
    box-shadow: 0 24px 64px rgba(255, 47, 134, 0.07), 0 12px 34px rgba(143, 207, 0, 0.08);
}

.lilo-team-hero::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 7px;
    background: linear-gradient(90deg, var(--lilo-green), var(--lilo-pink), var(--lilo-orange));
}

.lilo-team-hero::after {
    content: "";
    position: absolute;
    right: clamp(26px, 4vw, 54px);
    bottom: clamp(20px, 3vw, 42px);
    width: 156px;
    height: 156px;
    background-image: url("../images/lilo-icon-192.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.14;
    transform: rotate(-8deg);
    pointer-events: none;
}

.lilo-team-hero h1,
.lilo-team-hero p {
    position: relative;
    z-index: 1;
    max-width: 820px;
}

.lilo-team-hero p:not(.lilo-kicker) {
    max-width: 760px;
}

.lilo-checklist {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.lilo-checklist li {
    position: relative;
    padding: 16px 18px 16px 62px;
    background: linear-gradient(135deg, #fff, rgba(143, 207, 0, 0.04));
    border: 1px solid rgba(143, 207, 0, 0.24);
    border-radius: var(--lilo-radius);
    transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.lilo-checklist li::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    width: 27px;
    height: 27px;
    background-image: url("../images/lilo-icon-32.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: drop-shadow(0 7px 12px rgba(143, 207, 0, 0.16));
    transform: translateY(-50%);
}

.lilo-checklist li strong,
.lilo-checklist li span {
    display: block;
}

.lilo-checklist li strong {
    color: var(--lilo-black);
}

.lilo-checklist li span {
    margin-top: 4px;
    color: var(--lilo-muted);
    font-size: 15px;
}

.lilo-checklist--cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lilo-card-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.lilo-team-section--directory {
    padding-top: clamp(22px, 3vw, 36px);
}

.lilo-team-section--directory .lilo-team-grid {
    gap: clamp(14px, 2vw, 22px);
}

.lilo-person-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(143, 207, 0, 0.2);
    border-radius: var(--lilo-radius);
    box-shadow: 0 14px 34px rgba(143, 207, 0, 0.04);
    transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.lilo-person-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--lilo-green), var(--lilo-pink), var(--lilo-orange));
    z-index: 1;
}

.lilo-person-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3.4;
    object-fit: cover;
    object-position: center top;
    background: linear-gradient(135deg, var(--lilo-green-soft), var(--lilo-pink-soft));
    transition: transform 520ms ease;
}

.lilo-person-card:hover img {
    transform: scale(1.035);
}

.lilo-person-card div {
    padding: 18px;
}

.lilo-person-card span {
    color: var(--lilo-pink);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.lilo-person-card h2 {
    margin: 4px 0 8px;
    font-size: 21px;
    line-height: 1.12;
}

.lilo-person-card p {
    min-height: 48px;
    margin: 0 0 14px;
    color: var(--lilo-muted);
}

.lilo-person-card a {
    display: block;
    margin-top: 5px;
    overflow-wrap: anywhere;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.lilo-person-card__more {
    width: fit-content;
    margin-top: 14px !important;
    padding: 8px 11px;
    border: 1px solid rgba(255, 47, 134, 0.32);
    border-radius: 999px;
    background: linear-gradient(135deg, #fff, var(--lilo-orange-soft));
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
}

.lilo-inline-action {
    margin-top: 24px;
}

.lilo-person-hero {
    display: grid;
    grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.88fr);
    gap: clamp(30px, 5vw, 68px);
    align-items: center;
    padding-top: clamp(44px, 6vw, 78px);
    padding-bottom: clamp(34px, 5vw, 62px);
    background:
        linear-gradient(115deg, rgba(255, 47, 134, 0.07), rgba(255, 255, 255, 0.94) 44%, rgba(143, 207, 0, 0.08)),
        #fff;
    border-bottom: 1px solid rgba(255, 47, 134, 0.12);
}

.lilo-person-hero figure {
    margin: 0;
}

.lilo-person-hero img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 4.6;
    object-fit: cover;
    object-position: center top;
    border-radius: var(--lilo-radius);
    box-shadow: 14px 14px 0 var(--lilo-green-soft), -14px -14px 0 var(--lilo-pink-soft), 0 18px 46px rgba(0, 0, 0, 0.1);
}

.lilo-person-hero h1 {
    max-width: 760px;
    margin: 0;
    color: var(--lilo-black);
    font-size: clamp(40px, 5.4vw, 74px);
    line-height: 0.98;
    letter-spacing: 0;
    text-wrap: balance;
}

.lilo-person-role {
    max-width: 640px;
    margin: 18px 0 0;
    color: #3b3b3b;
    font-size: clamp(19px, 2vw, 24px);
}

.lilo-person-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.lilo-person-detail {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.1fr);
    gap: clamp(28px, 5vw, 68px);
    align-items: start;
}

.lilo-person-copy {
    position: relative;
    padding: clamp(22px, 4vw, 34px);
    background:
        linear-gradient(135deg, rgba(255, 47, 134, 0.06), rgba(255, 255, 255, 0.88) 44%, rgba(143, 207, 0, 0.07)),
        #fff;
    border: 1px solid rgba(255, 47, 134, 0.22);
    border-radius: var(--lilo-radius);
    box-shadow: 0 16px 42px rgba(255, 47, 134, 0.06);
    overflow: hidden;
}

.lilo-person-copy p {
    margin: 0;
    color: var(--lilo-muted);
    font-size: 18px;
}

.lilo-person-copy blockquote {
    margin: 0 0 18px;
    padding: 0 0 0 18px;
    border-left: 4px solid var(--lilo-pink);
}

.lilo-person-copy blockquote p {
    color: var(--lilo-black);
    font-size: clamp(20px, 2.4vw, 28px);
    font-weight: 850;
    line-height: 1.2;
}

.lilo-person-copy blockquote cite {
    display: block;
    margin-top: 8px;
    color: var(--lilo-muted);
    font-style: normal;
    font-weight: 800;
}

.lilo-person-copy p + p {
    margin-top: 14px;
}

.lilo-contact-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: clamp(24px, 5vw, 56px);
    padding-left: max(22px, calc((100vw - 1160px) / 2));
    padding-right: max(22px, calc((100vw - 1160px) / 2));
    background:
        linear-gradient(135deg, rgba(143, 207, 0, 0.12), rgba(255, 47, 134, 0.06) 48%, rgba(255, 159, 28, 0.13)),
        #ffffff;
    color: var(--lilo-black);
    border: 1px solid var(--lilo-line);
    border-radius: var(--lilo-radius);
    position: relative;
    overflow: hidden;
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.07);
}

.lilo-contact-panel::after {
    content: "";
    position: absolute;
    inset: auto clamp(22px, 5vw, 60px) 0 auto;
    width: 180px;
    height: 5px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, var(--lilo-green), var(--lilo-pink), var(--lilo-orange));
    pointer-events: none;
}

.lilo-contact-panel .lilo-kicker,
.lilo-contact-panel p {
    color: var(--lilo-muted);
}

.lilo-contact-panel h2 {
    color: var(--lilo-black);
}

.lilo-contact-panel .lilo-button--secondary {
    border-color: rgba(5, 5, 5, 0.18);
}

.lilo-link-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.lilo-link-list article {
    position: relative;
    background: linear-gradient(135deg, #fff, rgba(255, 159, 28, 0.05));
    border: 1px solid rgba(255, 159, 28, 0.24);
    border-radius: var(--lilo-radius);
    padding: clamp(24px, 4vw, 42px);
    overflow: hidden;
}

.lilo-link-list article {
    transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.lilo-link-list h2 {
    margin: 0 0 18px;
}

.lilo-link-list a {
    display: block;
    padding: 12px 0;
    border-top: 1px solid var(--lilo-line);
    text-decoration: none;
    font-weight: 800;
}

.lilo-legal {
    position: relative;
    max-width: none;
    margin-bottom: 60px;
    overflow: visible;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 240, 246, 0.36) 52%, rgba(255, 243, 217, 0.3)),
        #fff;
    border-top: 1px solid rgba(255, 159, 28, 0.16);
}

.lilo-legal > * {
    width: min(920px, 100%);
    margin-left: auto;
    margin-right: auto;
}

.lilo-legal h2 {
    margin-top: 34px;
    font-size: clamp(23px, 3vw, 34px);
    overflow-wrap: break-word;
}

.lilo-legal h2:first-child {
    margin-top: 0;
}

.lilo-legal p,
.lilo-legal dd {
    color: var(--lilo-muted);
    overflow-wrap: anywhere;
}

.lilo-legal dl {
    display: grid;
    grid-template-columns: minmax(180px, 0.38fr) minmax(0, 1fr);
    gap: 10px 20px;
}

.lilo-legal dt {
    font-weight: 900;
}

.lilo-legal dd {
    margin: 0;
}

.lilo-footer {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) auto;
    gap: 24px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 32px max(18px, calc((100vw - 1360px) / 2 + 28px));
    background: #fff;
    border-top: 1px solid var(--lilo-line);
}

.lilo-enhanced .lilo-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 520ms ease, transform 520ms ease;
}

.lilo-enhanced .lilo-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.lilo-footer strong,
.lilo-footer span,
.lilo-footer a {
    display: block;
}

.lilo-footer span {
    color: var(--lilo-muted);
}

.lilo-footer a {
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

@media (max-width: 980px) {
    .lilo-menu-toggle {
        display: inline-flex;
    }

    .lilo-nav {
        position: absolute;
        inset: 100% 18px auto;
        display: none;
        grid-template-columns: 1fr;
        padding: 10px;
        background: #fff;
        border: 1px solid var(--lilo-line);
        border-radius: var(--lilo-radius);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    }

    .lilo-nav.is-open {
        display: grid;
    }

    .lilo-page-hero,
    .lilo-person-hero,
    .lilo-person-detail,
    .lilo-split,
    .lilo-two-col,
    .lilo-section__head {
        grid-template-columns: 1fr;
    }

    .lilo-card-grid,
    .lilo-card-grid--four,
    .lilo-team-grid,
    .lilo-checklist--cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lilo-info-band {
        grid-template-columns: 1fr;
    }

    .lilo-info-band article {
        border-right: 0;
        border-bottom: 1px solid var(--lilo-line);
    }

    .lilo-info-band article:last-child {
        border-bottom: 0;
    }

    .lilo-contact-panel,
    .lilo-footer {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .lilo-contact-panel {
        display: grid;
    }

    .lilo-hero {
        min-height: clamp(560px, 72vh, 700px);
        background-position: 34% center;
    }

    .lilo-hero::before {
        background:
            linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.52) 47%, rgba(255, 255, 255, 0.96) 100%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 48%, rgba(255, 255, 255, 0.84) 100%);
    }

    .lilo-hero__content {
        max-width: min(560px, 76vw);
    }

    .lilo-team-hero {
        margin-top: 24px;
        padding: 28px max(18px, calc((100vw - 1160px) / 2));
    }

    .lilo-team-hero::after {
        width: 110px;
        height: 110px;
        opacity: 0.13;
    }
}

@media (max-width: 620px) {
    .lilo-header {
        padding-inline: 14px;
    }

    .lilo-hero {
        min-height: 620px;
        padding: 46px 0 36px;
        background-position: 24% center;
    }

    .lilo-hero::before {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.28) 40%, rgba(255, 255, 255, 0.96) 100%),
            linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.42) 58%, rgba(255, 255, 255, 0.92) 100%);
    }

    .lilo-hero::after {
        width: 72%;
    }

    .lilo-hero__inner {
        align-items: flex-end;
        width: min(100% - 28px, 1160px);
    }

    .lilo-hero__content {
        max-width: 100%;
        padding: 20px;
        text-align: right;
    }

    .lilo-team-hero {
        padding: 24px 20px;
    }

    .lilo-team-hero::after {
        right: 16px;
        bottom: 20px;
        width: 82px;
        height: 82px;
    }

    .lilo-hero h1,
    .lilo-page-hero h1,
    .lilo-person-hero h1 {
        font-size: clamp(38px, 14vw, 58px);
    }

    .lilo-card-grid,
    .lilo-card-grid--four,
    .lilo-team-grid,
    .lilo-checklist--cards,
    .lilo-link-list,
    .lilo-legal dl {
        grid-template-columns: 1fr;
    }

    .lilo-legal dt {
        margin-top: 10px;
    }

    .lilo-service-card,
    .lilo-mini-card {
        min-height: 220px;
    }
}

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