:root {
    --adc-text: #1f1f24;
    --adc-heading: #101014;
    --adc-muted: #6f6f78;
    --adc-readable-muted: #4f4f58;
    --adc-soft: #f8f7f8;
    --adc-line: #ece8eb;
    --adc-sakura: #e8a5b8;
    --adc-sakura-dark: #c86d89;
    --adc-sakura-contrast: #a34462;
    --adc-white: #ffffff;
    --bulma-body-background-color: var(--adc-white);
    --bulma-body-color: var(--adc-text);
    --bulma-background: var(--adc-soft);
    --bulma-title-color: var(--adc-heading);
    --bulma-subtitle-color: var(--adc-readable-muted);
    --bulma-card-background-color: var(--adc-white);
    --bulma-card-color: var(--adc-text);
    --bulma-card-shadow: none;
    --bulma-navbar-background-color: var(--adc-white);
    --bulma-footer-background-color: var(--adc-white);
    --bulma-table-background-color: var(--adc-white);
    --bulma-table-striped-row-even-background-color: var(--adc-soft);
    --bulma-label-color: var(--adc-text);
    --bulma-table-head-cell-color: var(--adc-text);
    color-scheme: light;
}

html {
    background: var(--adc-white);
}

body {
    background: var(--adc-white);
    color: var(--adc-text);
    font-family: "Inter", Arial, sans-serif;
}

body .title,
body .content h1,
body .content h2,
body .content h3,
body .content h4,
body .content h5,
body .content h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--adc-heading);
    font-weight: 800;
    line-height: 1.16;
}

body .subtitle {
    color: var(--adc-readable-muted);
    line-height: 1.55;
}

body h3,
body .title.is-5,
body .adc-card .card-content h3.title,
body .adc-person-card .card-content h3.title {
    color: var(--adc-heading);
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.28;
}

body .adc-card .card-content h3.title {
    margin-bottom: 0.85rem;
}

.label,
.table th {
    color: var(--adc-text);
}

.adc-navbar {
    border-bottom: 1px solid var(--adc-line);
    position: sticky;
    top: 0;
    z-index: 30;
}

.adc-brand {
    font-weight: 700;
    gap: 0.65rem;
}

.adc-brand-mark {
    background: radial-gradient(circle at 35% 35%, var(--adc-white) 0 16%, var(--adc-sakura) 17% 58%, var(--adc-sakura-dark) 59% 100%);
    border-radius: 999px 999px 999px 0;
    display: inline-block;
    height: 1rem;
    transform: rotate(-25deg);
    width: 1rem;
}

.navbar-item.is-active {
    color: var(--adc-sakura-dark);
    font-weight: 700;
}

.adc-hero {
    background:
        radial-gradient(circle at 82% 20%, rgba(232, 165, 184, 0.16), transparent 28%),
        linear-gradient(135deg, var(--adc-white) 0%, #faf9fa 100%);
    min-height: 72vh;
}

.adc-hero .hero-body {
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.adc-kicker {
    color: var(--adc-sakura-contrast);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

.adc-hero-text {
    color: var(--adc-readable-muted);
    font-size: 1.12rem;
    line-height: 1.8;
    max-width: 42rem;
}

.adc-hero-panel {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: var(--adc-white);
    border: 1px solid var(--adc-line);
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(31, 31, 36, 0.08);
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.adc-hero-panel p {
    color: var(--adc-text);
    font-size: clamp(2rem, 6vw, 4.5rem);
    font-weight: 800;
    line-height: 0.95;
    max-width: 9ch;
    text-align: center;
}

.adc-petal {
    background: rgba(232, 165, 184, 0.32);
    border-radius: 999px 999px 999px 0;
    height: 5rem;
    position: absolute;
    transform: rotate(-28deg);
    width: 5rem;
}

.adc-petal-one {
    right: 12%;
    top: 12%;
}

.adc-petal-two {
    bottom: 14%;
    left: 11%;
    transform: rotate(42deg);
}

.adc-petal-three {
    bottom: 18%;
    right: 18%;
    height: 2.4rem;
    opacity: 0.7;
    width: 2.4rem;
}

.adc-section-soft,
.adc-page-header {
    background: var(--adc-soft);
}

.section-heading {
    margin-bottom: 2rem;
    max-width: 44rem;
}

.adc-card {
    background: var(--adc-white);
    border: 1px solid var(--adc-line);
    border-radius: 8px;
    color: var(--adc-text);
    box-shadow: none;
    height: 100%;
    transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.adc-card .card-content {
    background: transparent;
    color: var(--adc-text);
}

.adc-card:hover {
    border-color: rgba(200, 109, 137, 0.35);
    box-shadow: 0 14px 36px rgba(31, 31, 36, 0.07);
    transform: translateY(-2px);
}

.adc-button-accent {
    background: var(--adc-sakura-dark);
    border-color: var(--adc-sakura-dark);
    color: var(--adc-white);
}

.adc-button-accent:hover {
    background: #b95876;
    border-color: #b95876;
    color: var(--adc-white);
}

.adc-page-header {
    border-bottom: 1px solid var(--adc-line);
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.adc-price-row {
    align-items: center;
    border-bottom: 1px solid var(--adc-line);
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 0;
}

.adc-price-row:last-of-type {
    border-bottom: 0;
}

.adc-person-card .card-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.adc-avatar {
    align-items: center;
    background: #f7e3ea;
    border: 1px solid #edc5d1;
    border-radius: 999px;
    color: var(--adc-sakura-dark);
    display: flex;
    font-weight: 800;
    height: 3rem;
    justify-content: center;
    margin-bottom: 1rem;
    width: 3rem;
}

.adc-honeypot {
    left: -9999px;
    opacity: 0;
    position: absolute;
}

.adc-footer {
    background: var(--adc-white);
    border-top: 1px solid var(--adc-line);
    padding: 2rem 1.5rem;
}

.hero .title,
.adc-hero-text,
.adc-hero-panel {
    animation: adcFadeIn 520ms ease both;
}

@keyframes adcFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .adc-hero {
        min-height: auto;
    }

    .adc-hero .hero-body {
        padding-bottom: 3rem;
        padding-top: 3rem;
    }

    .adc-hero-panel {
        margin-top: 2rem;
    }
}
