:root {
    --ap-forest: #0b2c20;
    --ap-forest-deep: #061b14;
    --ap-leaf: #315c3a;
    --ap-moss: #728464;
    --ap-honey: #e8aa20;
    --ap-honey-light: #f5cb69;
    --ap-cream: #f4f0e6;
    --ap-paper: #fffdf8;
    --ap-charcoal: #18211c;
    --ap-muted: #667169;
    --ap-line: rgba(11,44,32,.13);
    --ap-radius: 28px;
    --ap-radius-large: 46px;
    --ap-shadow: 0 30px 90px rgba(6,27,20,.15);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--ap-cream);
    color: var(--ap-charcoal);
}

body.elementor-page {
    margin: 0;
}

.ap-home {
    min-height: 100vh;
    overflow: hidden;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: var(--ap-cream);
    color: var(--ap-charcoal);
}

.ap-home a {
    color: inherit;
    text-decoration: none;
}

.ap-home button {
    font: inherit;
}

.ap-shell {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}

.ap-section {
    padding: 120px 0;
}

.ap-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
    color: #fff;
}

.ap-header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    min-height: 92px;
    gap: 36px;
    border-bottom: 1px solid rgba(255,255,255,.15);
}

.ap-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 25px;
    font-weight: 750;
    letter-spacing: -.04em;
}

.ap-brand-mark {
    width: 38px;
    height: 38px;
    color: var(--ap-honey);
}

.ap-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    color: rgba(255,255,255,.74);
    font-size: 14px;
    font-weight: 600;
}

.ap-nav a {
    transition: color .25s ease;
}

.ap-nav a:hover {
    color: var(--ap-honey-light);
}

.ap-menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 9px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    background: rgba(255,255,255,.06);
}

.ap-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 4px 0;
    background: #fff;
}

.ap-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    gap: 12px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 750;
    transition:
        transform .25s ease,
        background .25s ease,
        color .25s ease,
        border-color .25s ease;
}

.ap-button:hover {
    transform: translateY(-2px);
}

.ap-button-small {
    min-height: 44px;
    padding: 0 20px;
}

.ap-button-gold {
    background: var(--ap-honey);
    color: var(--ap-forest-deep) !important;
}

.ap-button-gold:hover {
    background: var(--ap-honey-light);
}

.ap-button-ghost {
    border-color: rgba(255,255,255,.28);
    background: rgba(255,255,255,.05);
    color: #fff !important;
    backdrop-filter: blur(14px);
}

.ap-button-dark {
    background: var(--ap-forest-deep);
    color: #fff !important;
}

.ap-button-outline-dark {
    border-color: rgba(6,27,20,.3);
    color: var(--ap-forest-deep) !important;
}

.ap-hero {
    position: relative;
    min-height: 900px;
    padding: 172px 0 55px;
    overflow: hidden;
    background:
        radial-gradient(circle at 77% 22%, rgba(232,170,32,.16), transparent 25%),
        linear-gradient(135deg, #071e16 0%, #0b2c20 52%, #102f20 100%);
    color: #fff;
}

.ap-hero::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    opacity: .07;
    background-image:
        url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.ap-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
}

.ap-hero-glow-one {
    top: 220px;
    left: -180px;
    width: 420px;
    height: 420px;
    background: rgba(58,108,69,.28);
}

.ap-hero-glow-two {
    right: -180px;
    bottom: -100px;
    width: 500px;
    height: 500px;
    background: rgba(232,170,32,.10);
}

.ap-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    align-items: center;
    min-height: 620px;
    gap: 70px;
}

.ap-eyebrow,
.ap-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: var(--ap-honey);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.ap-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ap-honey);
    box-shadow: 0 0 0 7px rgba(232,170,32,.11);
}

.ap-hero h1 {
    max-width: 680px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(58px, 6vw, 91px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.06em;
}

.ap-hero h1 em {
    color: var(--ap-honey);
    font-weight: 400;
}

.ap-hero-lead {
    max-width: 620px;
    margin: 32px 0 0;
    color: rgba(255,255,255,.72);
    font-size: 19px;
    line-height: 1.7;
}

.ap-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

.ap-hero-note {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 34px;
    color: rgba(255,255,255,.52);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ap-hero-note span {
    display: inline-flex;
    align-items: center;
    gap: 18px;
}

.ap-hero-note span:not(:last-child)::after {
    width: 4px;
    height: 4px;
    content: "";
    border-radius: 50%;
    background: var(--ap-honey);
}

.ap-hero-art {
    position: relative;
}

.ap-art-card {
    position: relative;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 36px;
    background: rgba(255,255,255,.07);
    box-shadow: 0 38px 100px rgba(0,0,0,.32);
    backdrop-filter: blur(24px);
}

.ap-art-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 7px 17px;
    color: rgba(255,255,255,.55);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
}

.ap-live-pill {
    padding: 8px 11px;
    border: 1px solid rgba(232,170,32,.32);
    border-radius: 999px;
    color: var(--ap-honey-light);
}

.ap-landscape {
    position: relative;
    min-height: 460px;
    overflow: hidden;
    border-radius: 25px;
    background:
        linear-gradient(to bottom, #315f58 0%, #7e9b7b 38%, #33553c 39%, #102f20 100%);
}

.ap-sun {
    position: absolute;
    top: 54px;
    right: 76px;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background: #f6cc6c;
    box-shadow: 0 0 80px rgba(246,204,108,.5);
}

.ap-hills {
    position: absolute;
    right: -8%;
    left: -8%;
    bottom: 0;
    height: 57%;
    border-radius: 50% 50% 0 0 / 45% 45% 0 0;
}

.ap-hills-back {
    bottom: 79px;
    background: #58765e;
    transform: rotate(-4deg);
}

.ap-hills-front {
    height: 46%;
    background: #183f2b;
    transform: rotate(3deg);
}

.ap-village {
    position: absolute;
    top: 138px;
    left: 92px;
    display: flex;
    align-items: flex-end;
    gap: 3px;
}

.ap-village span {
    display: block;
    width: 30px;
    height: 45px;
    border-radius: 3px 3px 0 0;
    background: #d6bf91;
    box-shadow: inset 0 -20px 0 rgba(93,68,39,.18);
}

.ap-village span:nth-child(2) {
    height: 64px;
}

.ap-village span:nth-child(3) {
    width: 23px;
    height: 86px;
}

.ap-village span:nth-child(4) {
    height: 55px;
}

.ap-village span:nth-child(5) {
    width: 36px;
    height: 42px;
}

.ap-lodge {
    position: absolute;
    bottom: 54px;
    width: 115px;
    height: 138px;
    border: 10px solid #8f5b2f;
    border-bottom: 18px solid #6f4525;
    border-radius: 60px 60px 12px 12px;
    background: rgba(250,199,111,.28);
    box-shadow: 0 16px 28px rgba(0,0,0,.22);
}

.ap-lodge i {
    position: absolute;
    right: 20px;
    bottom: 0;
    left: 20px;
    height: 82px;
    border-radius: 28px 28px 0 0;
    background: linear-gradient(180deg, #f0bd6c, #7e4425);
}

.ap-lodge-one {
    left: 74px;
}

.ap-lodge-two {
    right: 68px;
    bottom: 84px;
    transform: scale(.83);
}

.ap-flower-field {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100px;
    opacity: .68;
    background:
        radial-gradient(circle at 10% 50%, #e8aa20 0 3px, transparent 4px),
        radial-gradient(circle at 25% 30%, #f5e6aa 0 3px, transparent 4px),
        radial-gradient(circle at 40% 75%, #d4a6b8 0 3px, transparent 4px),
        radial-gradient(circle at 57% 28%, #f5e6aa 0 3px, transparent 4px),
        radial-gradient(circle at 72% 65%, #e8aa20 0 3px, transparent 4px),
        radial-gradient(circle at 90% 35%, #d4a6b8 0 3px, transparent 4px);
    background-size: 74px 74px;
}

.ap-bee-route {
    position: absolute;
    inset: 70px 25px 90px;
    width: calc(100% - 50px);
    height: calc(100% - 160px);
}

.ap-bee {
    position: absolute;
    top: 95px;
    right: 43px;
    width: 44px;
    height: 30px;
    animation: apBeeFloat 4s ease-in-out infinite;
}

.ap-bee-body {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 26px;
    height: 17px;
    border-radius: 50%;
    background:
        repeating-linear-gradient(90deg, #e8aa20 0 6px, #1c231d 6px 11px);
}

.ap-bee-wing {
    position: absolute;
    top: 0;
    width: 18px;
    height: 13px;
    border: 2px solid rgba(255,255,255,.72);
    border-radius: 50%;
    transform-origin: bottom center;
}

.ap-bee-wing-one {
    left: 8px;
    transform: rotate(-28deg);
}

.ap-bee-wing-two {
    right: 6px;
    transform: rotate(28deg);
}

.ap-art-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 16px;
    overflow: hidden;
    border-radius: 17px;
    background: rgba(255,255,255,.12);
}

.ap-art-metrics div {
    padding: 17px;
    background: rgba(8,29,21,.82);
}

.ap-art-metrics strong,
.ap-art-metrics span {
    display: block;
}

.ap-art-metrics strong {
    color: #fff;
    font-size: 13px;
}

.ap-art-metrics span {
    margin-top: 5px;
    color: rgba(255,255,255,.5);
    font-size: 10px;
    line-height: 1.4;
}

.ap-floating-card {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    min-width: 225px;
    padding: 15px 17px;
    gap: 12px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 18px;
    background: rgba(7,30,22,.85);
    box-shadow: 0 18px 45px rgba(0,0,0,.3);
    backdrop-filter: blur(20px);
}

.ap-floating-card-one {
    top: 115px;
    left: -54px;
}

.ap-floating-card-two {
    right: -35px;
    bottom: 70px;
}

.ap-floating-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    background: rgba(232,170,32,.14);
    color: var(--ap-honey);
    font-size: 20px;
}

.ap-floating-card small,
.ap-floating-card strong {
    display: block;
}

.ap-floating-card small {
    margin-bottom: 3px;
    color: rgba(255,255,255,.45);
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ap-floating-card strong {
    color: #fff;
    font-size: 12px;
}

.ap-hero-bottom {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 18px;
    color: rgba(255,255,255,.42);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.ap-scroll-line {
    width: 100px;
    height: 1px;
    background: linear-gradient(90deg, var(--ap-honey), transparent);
}

.ap-section-heading {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    align-items: end;
    gap: 70px;
    margin-bottom: 72px;
}

.ap-section-heading h2,
.ap-sound-copy h2,
.ap-partner-copy h2,
.ap-impact-copy h2 {
    margin: 0;
    color: var(--ap-forest-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(43px, 4.8vw, 70px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -.055em;
}

.ap-section-heading > p,
.ap-sound-copy > p,
.ap-partner-copy > p,
.ap-impact-copy > p {
    margin: 0;
    color: var(--ap-muted);
    font-size: 17px;
    line-height: 1.75;
}

.ap-principles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--ap-line);
}

.ap-principle {
    padding: 44px 42px 14px 0;
}

.ap-principle:not(:last-child) {
    margin-right: 42px;
    border-right: 1px solid var(--ap-line);
}

.ap-principle > span,
.ap-feature-index {
    color: var(--ap-honey);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
}

.ap-principle h3 {
    margin: 35px 0 16px;
    color: var(--ap-forest-deep);
    font-size: 22px;
}

.ap-principle p {
    margin: 0;
    color: var(--ap-muted);
    line-height: 1.75;
}

.ap-experience {
    background:
        radial-gradient(circle at 85% 20%, rgba(232,170,32,.09), transparent 25%),
        var(--ap-forest-deep);
    color: #fff;
}

.ap-section-heading-light h2 {
    color: #fff;
}

.ap-section-heading-light > p {
    color: rgba(255,255,255,.56);
}

.ap-experience-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 22px;
}

.ap-feature {
    position: relative;
    min-height: 350px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--ap-radius);
    background: rgba(255,255,255,.055);
    transition:
        transform .3s ease,
        border-color .3s ease,
        background .3s ease;
}

.ap-feature:hover {
    transform: translateY(-5px);
    border-color: rgba(232,170,32,.3);
    background: rgba(255,255,255,.08);
}

.ap-feature-large {
    grid-row: span 2;
    min-height: 720px;
    display: flex;
    flex-direction: column;
}

.ap-feature-index {
    position: relative;
    z-index: 2;
}

.ap-feature-copy {
    position: relative;
    z-index: 3;
    margin-top: auto;
}

.ap-feature-copy > span {
    color: var(--ap-honey);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ap-feature-copy h3 {
    margin: 11px 0 13px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.04em;
}

.ap-feature-copy p {
    max-width: 530px;
    margin: 0;
    color: rgba(255,255,255,.58);
    line-height: 1.7;
}

.ap-feature-copy a {
    display: inline-flex;
    margin-top: 22px;
    gap: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.ap-feature-copy a b {
    color: var(--ap-honey);
}

.ap-feature-icon {
    display: grid;
    width: 118px;
    height: 118px;
    margin: 38px auto 25px;
    place-items: center;
    border-radius: 32px;
    background: rgba(255,255,255,.07);
    color: rgba(255,255,255,.65);
}

.ap-feature-icon svg {
    width: 68px;
    height: 68px;
}

.ap-feature-icon-gold {
    color: var(--ap-honey);
}

.ap-feature-visual {
    position: relative;
    flex: 1;
    min-height: 330px;
    margin: 30px 0;
    overflow: hidden;
    border-radius: 23px;
    background:
        linear-gradient(180deg, #587667 0%, #234631 58%, #102d20 100%);
}

.ap-mini-lodge {
    position: absolute;
    bottom: 42px;
    left: 50%;
    width: 190px;
    height: 230px;
    border: 18px solid #966239;
    border-bottom-width: 25px;
    border-radius: 100px 100px 20px 20px;
    background: rgba(244,194,108,.28);
    box-shadow: 0 25px 40px rgba(0,0,0,.28);
    transform: translateX(-50%);
}

.ap-mini-lodge span {
    position: absolute;
    right: 32px;
    bottom: 0;
    left: 32px;
    height: 145px;
    border-radius: 55px 55px 0 0;
    background: linear-gradient(180deg, #efc679, #704324);
}

.ap-mini-path {
    position: absolute;
    right: -80px;
    bottom: -20px;
    left: 50%;
    height: 100px;
    border-radius: 50%;
    background: #a78a60;
    transform: translateX(-50%) rotate(-5deg);
    opacity: .55;
}

.ap-mini-flower {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--ap-honey);
    box-shadow:
        18px 20px 0 #eadbb2,
        -14px 35px 0 #c79aae,
        32px 52px 0 #e8aa20;
}

.ap-mini-flower.f1 {
    bottom: 55px;
    left: 42px;
}

.ap-mini-flower.f2 {
    right: 70px;
    bottom: 90px;
}

.ap-mini-flower.f3 {
    top: 80px;
    right: 52px;
}

.ap-sound {
    background: var(--ap-paper);
}

.ap-sound-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    align-items: center;
    gap: 90px;
}

.ap-sound-copy > p {
    margin-top: 25px;
}

.ap-check-list {
    display: grid;
    gap: 14px;
    margin: 32px 0;
    padding: 0;
    list-style: none;
}

.ap-check-list li {
    position: relative;
    padding-left: 30px;
    color: #39453e;
    line-height: 1.5;
}

.ap-check-list li::before {
    position: absolute;
    top: 4px;
    left: 0;
    display: grid;
    width: 19px;
    height: 19px;
    content: "✓";
    place-items: center;
    border-radius: 50%;
    background: rgba(49,92,58,.12);
    color: var(--ap-leaf);
    font-size: 11px;
    font-weight: 900;
}

.ap-text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--ap-forest-deep) !important;
    font-weight: 750;
}

.ap-text-link span {
    color: var(--ap-honey);
}

.ap-sound-console {
    padding: 28px;
    border-radius: 36px;
    background:
        radial-gradient(circle at 80% 10%, rgba(232,170,32,.16), transparent 26%),
        var(--ap-forest-deep);
    box-shadow: var(--ap-shadow);
    color: #fff;
}

.ap-console-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.52);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .11em;
}

.ap-console-header > div {
    display: flex;
    align-items: center;
    gap: 9px;
}

.ap-console-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ap-honey);
    box-shadow: 0 0 12px rgba(232,170,32,.7);
}

.ap-waveform {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 260px;
    gap: 5px;
}

.ap-waveform i {
    width: 8px;
    height: var(--h);
    min-height: 16px;
    border-radius: 999px;
    background:
        linear-gradient(180deg, var(--ap-honey-light), var(--ap-honey));
    animation: apWave 1.8s ease-in-out infinite alternate;
    animation-delay: calc(var(--h) * -0.012);
}

.ap-console-controls {
    display: grid;
    grid-template-columns: auto 1fr 1fr;
    align-items: center;
    gap: 18px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.12);
}

.ap-console-controls button {
    display: grid;
    width: 54px;
    height: 54px;
    padding: 0;
    border: 0;
    place-items: center;
    border-radius: 50%;
    background: var(--ap-honey);
    color: var(--ap-forest-deep);
}

.ap-console-controls small,
.ap-console-controls strong {
    display: block;
}

.ap-console-controls small {
    color: rgba(255,255,255,.38);
    font-size: 9px;
    letter-spacing: .1em;
}

.ap-console-controls strong {
    margin-top: 4px;
    font-size: 12px;
}

.ap-console-disclaimer {
    margin-top: 18px;
    color: rgba(255,255,255,.34);
    font-size: 10px;
    line-height: 1.5;
}

.ap-pilot {
    background: var(--ap-cream);
}

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

.ap-number {
    min-height: 355px;
    padding: 30px;
    border: 1px solid var(--ap-line);
    border-radius: var(--ap-radius);
    background: rgba(255,255,255,.46);
}

.ap-number > span {
    color: var(--ap-moss);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.ap-number strong {
    display: block;
    margin: 52px 0 2px;
    color: var(--ap-forest-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.06em;
}

.ap-number h3 {
    margin: 14px 0;
    color: var(--ap-forest-deep);
    font-size: 20px;
}

.ap-number p {
    margin: 0;
    color: var(--ap-muted);
    font-size: 14px;
    line-height: 1.7;
}

.ap-pilot-note {
    display: grid;
    grid-template-columns: 190px 1fr;
    margin-top: 28px;
    padding: 24px 28px;
    gap: 25px;
    border-left: 3px solid var(--ap-honey);
    background: rgba(232,170,32,.08);
}

.ap-pilot-note span {
    color: var(--ap-forest-deep);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.ap-pilot-note p {
    margin: 0;
    color: var(--ap-muted);
    line-height: 1.65;
}

.ap-partners {
    background: var(--ap-paper);
}

.ap-partner-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    align-items: start;
    gap: 90px;
}

.ap-partner-copy {
    position: sticky;
    top: 40px;
}

.ap-partner-copy > p {
    margin-top: 25px;
}

.ap-partner-list {
    border-top: 1px solid var(--ap-line);
}

.ap-partner-item {
    display: grid;
    grid-template-columns: 70px 1fr;
    padding: 35px 0;
    border-bottom: 1px solid var(--ap-line);
}

.ap-partner-item > span {
    color: var(--ap-honey);
    font-size: 11px;
    font-weight: 800;
}

.ap-partner-item h3 {
    margin: 0 0 8px;
    color: var(--ap-forest-deep);
    font-size: 21px;
}

.ap-partner-item p {
    margin: 0;
    color: var(--ap-muted);
    line-height: 1.65;
}

.ap-impact {
    background: var(--ap-paper);
    padding-top: 20px;
}

.ap-impact-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    min-height: 440px;
    padding: 70px;
    gap: 50px;
    overflow: hidden;
    border-radius: var(--ap-radius-large);
    background:
        radial-gradient(circle at 85% 20%, rgba(232,170,32,.25), transparent 25%),
        var(--ap-forest-deep);
    color: #fff;
}

.ap-impact-copy {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.ap-impact-copy h2 {
    color: #fff;
}

.ap-impact-copy > p {
    max-width: 620px;
    margin-top: 24px;
    color: rgba(255,255,255,.58);
}

.ap-impact-actions {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ap-impact-orbit {
    position: absolute;
    top: -70px;
    right: -70px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(232,170,32,.17);
    border-radius: 50%;
}

.ap-impact-orbit span {
    position: absolute;
    border: 1px solid rgba(232,170,32,.13);
    border-radius: 50%;
}

.ap-impact-orbit span:nth-child(1) {
    inset: 42px;
}

.ap-impact-orbit span:nth-child(2) {
    inset: 88px;
}

.ap-impact-orbit span:nth-child(3) {
    top: 48%;
    left: 48%;
    width: 18px;
    height: 18px;
    background: var(--ap-honey);
    box-shadow: 0 0 45px rgba(232,170,32,.65);
}

.ap-footer {
    padding: 85px 0 28px;
    background: #061610;
    color: #fff;
}

.ap-footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 42px;
    border-bottom: 1px solid rgba(255,255,255,.11);
}

.ap-brand-footer {
    color: #fff !important;
}

.ap-footer-top p {
    margin: 0;
    color: rgba(255,255,255,.45);
}

.ap-footer-grid {
    display: grid;
    grid-template-columns: repeat(3, .7fr) 1.3fr;
    gap: 50px;
    padding: 55px 0;
}

.ap-footer-grid h4 {
    margin: 0 0 20px;
    color: rgba(255,255,255,.32);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ap-footer-grid > div:not(.ap-footer-status) a {
    display: block;
    margin: 12px 0;
    color: rgba(255,255,255,.72);
    font-size: 14px;
}

.ap-footer-status {
    padding: 24px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 20px;
    background: rgba(255,255,255,.04);
}

.ap-footer-status span,
.ap-footer-status strong {
    display: block;
}

.ap-footer-status span {
    color: var(--ap-honey);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ap-footer-status strong {
    margin-top: 10px;
    font-size: 20px;
}

.ap-footer-status p {
    margin: 10px 0 0;
    color: rgba(255,255,255,.42);
    font-size: 12px;
    line-height: 1.6;
}

.ap-footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    padding-top: 28px;
    gap: 28px;
    border-top: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.35);
    font-size: 11px;
}

.ap-footer-bottom div {
    display: flex;
    gap: 20px;
}

.ap-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity .8s ease,
        transform .8s ease;
}

.ap-reveal.ap-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes apBeeFloat {
    0%, 100% {
        transform: translate3d(0,0,0) rotate(-5deg);
    }
    50% {
        transform: translate3d(-18px,12px,0) rotate(8deg);
    }
}

@keyframes apWave {
    from {
        transform: scaleY(.62);
        opacity: .58;
    }
    to {
        transform: scaleY(1);
        opacity: 1;
    }
}

@media (max-width: 1100px) {
    .ap-nav {
        gap: 18px;
    }

    .ap-hero-grid,
    .ap-sound-grid,
    .ap-partner-grid {
        gap: 48px;
    }

    .ap-floating-card-one {
        left: -15px;
    }

    .ap-floating-card-two {
        right: -10px;
    }

    .ap-numbers {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .ap-shell {
        width: min(100% - 32px, 760px);
    }

    .ap-section {
        padding: 90px 0;
    }

    .ap-header-inner {
        grid-template-columns: 1fr auto;
    }

    .ap-header .ap-button-small {
        display: none;
    }

    .ap-menu-toggle {
        display: block;
    }

    .ap-nav {
        position: absolute;
        top: 82px;
        right: 16px;
        left: 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 22px;
        border: 1px solid rgba(255,255,255,.15);
        border-radius: 20px;
        background: rgba(6,27,20,.96);
        box-shadow: 0 20px 60px rgba(0,0,0,.35);
    }

    .ap-nav.ap-nav-open {
        display: flex;
    }

    .ap-hero {
        min-height: auto;
        padding-top: 145px;
    }

    .ap-hero-grid,
    .ap-section-heading,
    .ap-sound-grid,
    .ap-partner-grid,
    .ap-impact-card {
        grid-template-columns: 1fr;
    }

    .ap-hero-grid {
        gap: 65px;
    }

    .ap-hero-art {
        max-width: 700px;
        margin: 0 auto;
    }

    .ap-section-heading {
        align-items: start;
        gap: 25px;
    }

    .ap-principles {
        grid-template-columns: 1fr;
    }

    .ap-principle:not(:last-child) {
        margin-right: 0;
        border-right: 0;
        border-bottom: 1px solid var(--ap-line);
    }

    .ap-experience-grid {
        grid-template-columns: 1fr;
    }

    .ap-feature-large {
        grid-row: auto;
        min-height: 680px;
    }

    .ap-partner-copy {
        position: static;
    }

    .ap-impact-card {
        align-items: start;
        padding: 55px 40px;
    }

    .ap-impact-actions {
        align-items: flex-start;
    }

    .ap-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ap-footer-bottom {
        grid-template-columns: 1fr;
        justify-items: start;
    }
}

@media (max-width: 620px) {
    .ap-shell {
        width: min(100% - 24px, 560px);
    }

    .ap-section {
        padding: 72px 0;
    }

    .ap-header-inner {
        min-height: 76px;
    }

    .ap-brand {
        font-size: 22px;
    }

    .ap-brand-mark {
        width: 34px;
        height: 34px;
    }

    .ap-hero {
        padding-top: 120px;
    }

    .ap-hero h1 {
        font-size: 49px;
    }

    .ap-hero-lead {
        font-size: 17px;
    }

    .ap-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ap-actions .ap-button {
        width: 100%;
    }

    .ap-hero-note {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .ap-hero-note span::after {
        display: none;
    }

    .ap-art-card {
        padding: 10px;
        border-radius: 24px;
    }

    .ap-landscape {
        min-height: 360px;
    }

    .ap-art-metrics {
        grid-template-columns: 1fr;
    }

    .ap-floating-card {
        display: none;
    }

    .ap-village {
        top: 120px;
        left: 35px;
        transform: scale(.72);
        transform-origin: left bottom;
    }

    .ap-lodge-one {
        left: 30px;
    }

    .ap-lodge-two {
        right: 25px;
    }

    .ap-section-heading h2,
    .ap-sound-copy h2,
    .ap-partner-copy h2,
    .ap-impact-copy h2 {
        font-size: 42px;
    }

    .ap-feature {
        min-height: 390px;
        padding: 25px;
    }

    .ap-feature-large {
        min-height: 590px;
    }

    .ap-feature-visual {
        min-height: 270px;
    }

    .ap-mini-lodge {
        transform: translateX(-50%) scale(.8);
    }

    .ap-sound-console {
        padding: 20px;
        border-radius: 25px;
    }

    .ap-waveform {
        height: 190px;
        gap: 3px;
    }

    .ap-waveform i {
        width: 5px;
    }

    .ap-console-controls {
        grid-template-columns: auto 1fr;
    }

    .ap-console-controls > div:last-child {
        display: none;
    }

    .ap-numbers {
        grid-template-columns: 1fr;
    }

    .ap-number {
        min-height: 305px;
    }

    .ap-pilot-note {
        grid-template-columns: 1fr;
    }

    .ap-partner-item {
        grid-template-columns: 45px 1fr;
    }

    .ap-impact-card {
        min-height: 500px;
        padding: 42px 25px;
        border-radius: 30px;
    }

    .ap-footer-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .ap-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 35px 25px;
    }

    .ap-footer-status {
        grid-column: 1 / -1;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .ap-bee,
    .ap-waveform i {
        animation: none;
    }

    .ap-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* APETERRA_MOBILE_HERO_DARK_ALL_PAGES_V2_START */

/*
 * Mobile hero correction for every ApeTerra page using
 * the apeterra_exact_hero Elementor widget.
 *
 * Desktop is not affected.
 */
@media (max-width: 767px) {

    /*
     * Remove any pale responsive background assigned by
     * Elementor media controls to the widget wrapper.
     */
    body
    .elementor-widget.elementor-widget-apeterra_exact_hero,
    body
    .elementor-widget.elementor-widget-apeterra_exact_hero
    > .elementor-widget-container {
        --apxmc-bg-image:
            none !important;

        --apxmc-bg-mobile-image:
            none !important;

        --apxmc-mobile-image:
            none !important;

        --apxmc-bg-overlay:
            rgba(4, 29, 22, 0) !important;

        background:
            #041d16 !important;

        background-color:
            #041d16 !important;

        background-image:
            none !important;
    }

    /*
     * Use the approved dark green atmosphere on every
     * Home and inner-page hero.
     */
    body
    .elementor-widget.elementor-widget-apeterra_exact_hero
    .ap-hero {
        background-color:
            #041d16 !important;

        background-image:
            radial-gradient(
                circle at 18% 17%,
                rgba(52, 108, 73, .34) 0,
                rgba(52, 108, 73, 0) 45%
            ),
            radial-gradient(
                circle at 88% 72%,
                rgba(232, 170, 32, .10) 0,
                rgba(232, 170, 32, 0) 40%
            ),
            linear-gradient(
                135deg,
                #041d16 0%,
                #082c20 48%,
                #103d29 100%
            ) !important;

        background-position:
            center center !important;

        background-repeat:
            no-repeat !important;

        background-size:
            cover !important;

        color:
            #ffffff !important;
    }

    /*
     * Maintain correct text contrast.
     */
    body
    .elementor-widget-apeterra_exact_hero
    .ap-hero h1 {
        color:
            #ffffff !important;
    }

    body
    .elementor-widget-apeterra_exact_hero
    .ap-hero h1 em,
    body
    .elementor-widget-apeterra_exact_hero
    .ap-eyebrow {
        color:
            var(--ap-honey) !important;
    }

    body
    .elementor-widget-apeterra_exact_hero
    .ap-hero-lead {
        color:
            rgba(255, 255, 255, .76) !important;
    }

    body
    .elementor-widget-apeterra_exact_hero
    .ap-hero-note,
    body
    .elementor-widget-apeterra_exact_hero
    .ap-hero-bottom {
        color:
            rgba(255, 255, 255, .60) !important;
    }

    /*
     * Several pages place an independent full-width image
     * immediately after the Elementor section containing
     * the hero. On mobile it can overlap and whiten the
     * entire hero.
     *
     * Hide only that directly associated image container.
     * Other page images remain untouched.
     */
    body
    .elementor-section:has(
        .elementor-widget-apeterra_exact_hero
    )
    + .ap-fullbleed,
    body
    .e-con:has(
        .elementor-widget-apeterra_exact_hero
    )
    + .ap-fullbleed {
        display:
            none !important;
    }

    /*
     * Fallback for the known Home full-bleed image.
     */
    body.home
    .elementor-element-90293ef,
    body.page-id-42
    .elementor-element-90293ef,
    body.apxmf-home
    .elementor-element-90293ef {
        display:
            none !important;
    }
}

/* APETERRA_MOBILE_HERO_DARK_ALL_PAGES_V2_END */

/* APETERRA HERO CROWDFUNDING V1 START */

.ap-hero-copy-stage {
    display: grid;
}

.ap-hero-story {
    grid-area: 1 / 1;
    min-width: 0;
    transition:
        opacity 560ms ease,
        transform 560ms cubic-bezier(.22, 1, .36, 1),
        visibility 0s linear 560ms;
}

.ap-hero-story-original {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.ap-hero-story-crowdfunding {
    opacity: 0;
    transform: translateY(18px);
    visibility: hidden;
    pointer-events: none;
}

.ap-hero.is-crowdfunding-focus .ap-hero-story-original {
    opacity: 0;
    transform: translateY(-18px);
    visibility: hidden;
    pointer-events: none;
}

.ap-hero.is-crowdfunding-focus .ap-hero-story-crowdfunding {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
    transition-delay: 140ms, 140ms, 0s;
}

.ap-cf-eyebrow {
    color: #f2b72c;
}

.ap-cf-primary {
    box-shadow: 0 12px 30px rgba(232, 170, 32, .24);
}

.ap-cf-notes span:first-child {
    color: #f2c45a;
}

.ap-hero-art {
    isolation: isolate;
}

.ap-hero-visual-original {
    position: relative;
    width: 100%;
    opacity: 1;
    transform: scale(1);
    transition:
        opacity 600ms ease,
        transform 700ms cubic-bezier(.22, 1, .36, 1),
        visibility 0s linear 600ms;
}

.ap-hero.is-crowdfunding-focus .ap-hero-visual-original {
    opacity: 0;
    transform: scale(.975);
    visibility: hidden;
    pointer-events: none;
}

.ap-cf-card {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid rgba(231, 194, 104, .26);
    border-radius: 26px;
    background:
        linear-gradient(
            155deg,
            rgba(12, 61, 47, .95),
            rgba(4, 39, 30, .99)
        );
    box-shadow:
        0 34px 80px rgba(0, 0, 0, .28),
        inset 0 1px 0 rgba(255, 255, 255, .06);
    opacity: 0;
    transform: translateY(22px) scale(.985);
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 650ms ease,
        transform 750ms cubic-bezier(.22, 1, .36, 1),
        visibility 0s linear 650ms;
}

.ap-hero.is-crowdfunding-focus .ap-cf-card {
    opacity: 1;
    transform: translateY(0) scale(1);
    visibility: visible;
    pointer-events: auto;
    transition-delay: 160ms, 160ms, 0s;
}

.ap-cf-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.ap-cf-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .72;
    transform: scale(1.025);
    filter: saturate(.92) contrast(1.04);
    transition: transform 8s ease;
}

.ap-hero.is-crowdfunding-focus .ap-cf-image {
    transform: scale(1.075);
}

.ap-cf-image-fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(237, 184, 55, .64);
    background:
        radial-gradient(
            circle at 55% 32%,
            rgba(233, 180, 49, .22),
            transparent 31%
        ),
        linear-gradient(
            145deg,
            #245d49,
            #073b2d 72%
        );
}

.ap-cf-image-fallback svg {
    width: min(46%, 220px);
    height: auto;
}

.ap-cf-media-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(3, 35, 27, .18) 0%,
            rgba(3, 35, 27, .38) 38%,
            rgba(3, 35, 27, .94) 76%,
            rgba(3, 35, 27, .99) 100%
        );
}

.ap-cf-topline,
.ap-cf-card-content {
    position: relative;
    z-index: 2;
}

.ap-cf-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 22px 24px 0;
    color: rgba(255, 255, 255, .76);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.ap-cf-live-pill {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 11px;
    border: 1px solid rgba(236, 183, 48, .42);
    border-radius: 999px;
    color: #f0c65d;
    background: rgba(2, 34, 26, .52);
    backdrop-filter: blur(10px);
}

.ap-cf-card-content {
    margin-top: auto;
    padding: 30px 26px 26px;
}

.ap-cf-campaign-name {
    margin-bottom: 8px;
    color: #f1bf48;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.ap-cf-card-content h2 {
    max-width: 410px;
    margin: 0;
    color: #fff;
    font-family: var(--ap-serif, Georgia, serif);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -.035em;
}

.ap-cf-card-content > p {
    max-width: 430px;
    margin: 13px 0 18px;
    color: rgba(255, 255, 255, .74);
    font-size: 14px;
    line-height: 1.55;
}

.ap-cf-progress {
    position: relative;
    width: 100%;
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, .15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .18);
}

.ap-cf-progress span {
    display: block;
    width: 0;
    min-width: 0;
    height: 100%;
    border-radius: inherit;
    background:
        linear-gradient(
            90deg,
            #db9411,
            #f4c555
        );
    box-shadow: 0 0 22px rgba(238, 177, 42, .42);
    transition: width 1100ms cubic-bezier(.22, 1, .36, 1) 650ms;
}

.ap-cf-progress-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 8px;
    color: rgba(255, 255, 255, .68);
    font-size: 11px;
}

.ap-cf-progress-caption strong {
    color: #f2c45a;
    font-size: 13px;
}

.ap-cf-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 17px;
    border-top: 1px solid rgba(255, 255, 255, .13);
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.ap-cf-stats > div {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 14px 13px;
}

.ap-cf-stats > div:first-child {
    padding-left: 0;
}

.ap-cf-stats > div:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .13);
}

.ap-cf-stats strong {
    color: #fff;
    font-size: 17px;
    line-height: 1;
}

.ap-cf-stats span {
    color: rgba(255, 255, 255, .56);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ap-cf-milestone {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 15px;
    color: rgba(255, 255, 255, .82) !important;
    font-size: 11px;
    line-height: 1.35;
}

.ap-cf-milestone span {
    display: grid;
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    place-items: center;
    border-radius: 50%;
    color: #f3c452;
    background: rgba(232, 170, 32, .15);
}

.ap-hero-scroll-crowdfunding {
    display: none;
    color: inherit !important;
}

.ap-hero.is-crowdfunding-focus .ap-hero-scroll-original {
    display: none;
}

.ap-hero.is-crowdfunding-focus .ap-hero-scroll-crowdfunding {
    display: inline-flex;
}

@media (max-width: 1024px) {
    .ap-cf-card {
        min-height: 510px;
    }
}

@media (max-width: 767px) {
    .ap-hero-copy-stage {
        min-height: 510px;
    }

    .ap-cf-card {
        position: relative;
        inset: auto;
        min-height: 490px;
        margin-top: 10px;
    }

    .ap-hero-visual-original,
    .ap-cf-card {
        grid-area: 1 / 1;
    }

    .ap-hero-art {
        display: grid;
    }

    .ap-cf-topline {
        padding: 18px 18px 0;
        font-size: 8px;
    }

    .ap-cf-card-content {
        padding: 24px 19px 20px;
    }

    .ap-cf-card-content h2 {
        font-size: 31px;
    }

    .ap-cf-card-content > p {
        font-size: 13px;
    }

    .ap-cf-stats > div {
        padding: 12px 8px;
    }

    .ap-cf-stats > div:first-child {
        padding-left: 0;
    }

    .ap-cf-stats strong {
        font-size: 14px;
    }

    .ap-cf-stats span {
        font-size: 7px;
    }

    .ap-cf-milestone {
        font-size: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ap-hero-story,
    .ap-hero-visual-original,
    .ap-cf-card,
    .ap-cf-image,
    .ap-cf-progress span {
        transition: none !important;
        animation: none !important;
    }
}

/* APETERRA HERO CROWDFUNDING V1 END */

/* APETERRA HERO PIXEL PANEL V3 START */

.ap-cf-pixel-panel {
    position: absolute;
    top: 68px;
    left: 24px;
    z-index: 3;
    width: min(250px, calc(100% - 48px));
    padding: 14px 14px 12px;
    border: 1px solid rgba(236, 191, 76, .26);
    border-radius: 18px;
    background: rgba(6, 38, 29, .58);
    backdrop-filter: blur(12px);
    box-shadow:
        0 18px 45px rgba(0, 0, 0, .20),
        inset 0 1px 0 rgba(255, 255, 255, .06);
    animation: apCfPixelFloat 5.2s ease-in-out infinite;
}

.ap-cf-pixel-panel__eyebrow {
    margin-bottom: 10px;
    color: #f0bf4a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.ap-cf-pixel-panel__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.ap-cf-pixel-stat {
    padding: 10px 10px 9px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 12px;
    background: rgba(255, 255, 255, .04);
}

.ap-cf-pixel-stat strong {
    display: block;
    color: #ffffff;
    font-size: 17px;
    line-height: 1;
}

.ap-cf-pixel-stat span {
    display: block;
    margin-top: 4px;
    color: rgba(255,255,255,.70);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1.35;
}

@keyframes apCfPixelFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

@media (max-width: 1024px) {
    .ap-cf-pixel-panel {
        top: 70px;
        left: 18px;
        width: min(230px, calc(100% - 36px));
    }
}

@media (max-width: 767px) {
    .ap-cf-pixel-panel {
        top: 64px;
        left: 14px;
        width: calc(100% - 28px);
        padding: 12px 12px 10px;
    }

    .ap-cf-pixel-panel__eyebrow {
        font-size: 9px;
    }

    .ap-cf-pixel-stat {
        padding: 9px 9px 8px;
    }

    .ap-cf-pixel-stat strong {
        font-size: 15px;
    }

    .ap-cf-pixel-stat span {
        font-size: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ap-cf-pixel-panel {
        animation: none !important;
    }
}

/* APETERRA HERO PIXEL PANEL V3 END */

/* APETERRA HERO V4 START */

/* Left copy */
.ap-hero-story-crowdfunding h1 {
    max-width: 620px;
}

.ap-hero-story-crowdfunding .ap-hero-lead {
    max-width: 620px;
}

/* Right card alignment improvements */
.ap-cf-card {
    overflow: hidden;
}

.ap-cf-image {
    object-position: center 38%;
}

.ap-cf-topline {
    padding: 20px 22px 0;
}

.ap-cf-pixel-panel {
    top: 72px;
    left: 22px;
    width: min(250px, calc(100% - 44px));
    padding: 14px 14px 12px;
    border-radius: 20px;
    background: rgba(7, 41, 31, .58);
    backdrop-filter: blur(14px);
    box-shadow:
        0 18px 45px rgba(0, 0, 0, .22),
        inset 0 1px 0 rgba(255,255,255,.06);
}

.ap-cf-card-content {
    padding: 215px 26px 24px;
}

.ap-cf-campaign-name {
    margin-bottom: 10px;
}

.ap-cf-card-content h2 {
    max-width: 360px;
    font-size: clamp(28px, 3vw, 48px);
    line-height: .98;
}

.ap-cf-card-content > p {
    max-width: 430px;
    margin: 12px 0 18px;
}

.ap-cf-progress {
    margin-top: 2px;
}

.ap-cf-stats {
    margin-top: 16px;
}

.ap-cf-milestone {
    margin-top: 14px;
}

/* Flying bees */
.ap-cf-flying-bees {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.ap-cf-bee {
    position: absolute;
    display: block;
    width: 30px;
    height: 20px;
    transform-origin: center;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,.18));
}

.ap-cf-bee-wing,
.ap-cf-bee-body {
    position: absolute;
    display: block;
}

.ap-cf-bee-wing {
    top: 1px;
    width: 12px;
    height: 9px;
    border-radius: 999px;
    background: rgba(255,255,255,.62);
    backdrop-filter: blur(2px);
    animation: apCfBeeWing 140ms linear infinite alternate;
}

.ap-cf-bee-wing-left {
    left: 6px;
    transform: rotate(-18deg);
}

.ap-cf-bee-wing-right {
    right: 6px;
    transform: rotate(18deg);
}

.ap-cf-bee-body {
    left: 8px;
    top: 7px;
    width: 14px;
    height: 9px;
    border-radius: 999px;
    background:
        linear-gradient(
            90deg,
            #1f1f1f 0%,
            #1f1f1f 18%,
            #f3bd3d 18%,
            #f3bd3d 42%,
            #1f1f1f 42%,
            #1f1f1f 58%,
            #f3bd3d 58%,
            #f3bd3d 82%,
            #1f1f1f 82%,
            #1f1f1f 100%
        );
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.16);
}

.ap-cf-bee-one {
    top: 118px;
    right: 136px;
    animation: apCfBeeFloatOne 7.8s ease-in-out infinite;
}

.ap-cf-bee-two {
    top: 198px;
    left: 285px;
    transform: scale(.92);
    animation: apCfBeeFloatTwo 8.6s ease-in-out infinite;
}

.ap-cf-bee-three {
    top: 92px;
    right: 48px;
    transform: scale(.82);
    animation: apCfBeeFloatThree 6.9s ease-in-out infinite;
}

@keyframes apCfBeeWing {
    from { transform: translateY(0) rotate(-18deg); opacity: .62; }
    to   { transform: translateY(-2px) rotate(-30deg); opacity: .92; }
}

.ap-cf-bee-wing-right {
    animation-name: apCfBeeWingRight;
}

@keyframes apCfBeeWingRight {
    from { transform: translateY(0) rotate(18deg); opacity: .62; }
    to   { transform: translateY(-2px) rotate(30deg); opacity: .92; }
}

@keyframes apCfBeeFloatOne {
    0%, 100% { transform: translate3d(0,0,0) rotate(4deg); }
    25% { transform: translate3d(-20px,8px,0) rotate(-5deg); }
    50% { transform: translate3d(-8px,-8px,0) rotate(3deg); }
    75% { transform: translate3d(14px,5px,0) rotate(-4deg); }
}

@keyframes apCfBeeFloatTwo {
    0%, 100% { transform: scale(.92) translate3d(0,0,0) rotate(-6deg); }
    30% { transform: scale(.92) translate3d(18px,-10px,0) rotate(5deg); }
    60% { transform: scale(.92) translate3d(-12px,6px,0) rotate(-3deg); }
    80% { transform: scale(.92) translate3d(8px,10px,0) rotate(4deg); }
}

@keyframes apCfBeeFloatThree {
    0%, 100% { transform: scale(.82) translate3d(0,0,0) rotate(8deg); }
    35% { transform: scale(.82) translate3d(-10px,-7px,0) rotate(-4deg); }
    65% { transform: scale(.82) translate3d(12px,8px,0) rotate(6deg); }
}

/* Better responsive tuning */
@media (max-width: 1199px) {
    .ap-cf-card-content {
        padding: 225px 22px 22px;
    }

    .ap-cf-card-content h2 {
        max-width: 330px;
    }

    .ap-cf-bee-two {
        left: 235px;
    }
}

@media (max-width: 1024px) {
    .ap-cf-image {
        object-position: center 34%;
    }

    .ap-cf-pixel-panel {
        top: 68px;
        left: 18px;
        width: min(230px, calc(100% - 36px));
    }

    .ap-cf-card-content {
        padding: 220px 20px 20px;
    }

    .ap-cf-card-content h2 {
        font-size: 38px;
        max-width: 320px;
    }

    .ap-cf-bee-one {
        right: 122px;
    }

    .ap-cf-bee-two {
        left: 190px;
    }

    .ap-cf-bee-three {
        right: 34px;
    }
}

@media (max-width: 767px) {
    .ap-hero-story-crowdfunding h1 {
        max-width: 100%;
    }

    .ap-hero-story-crowdfunding .ap-hero-lead {
        max-width: 100%;
    }

    .ap-cf-image {
        object-position: center 30%;
    }

    .ap-cf-pixel-panel {
        top: 64px;
        left: 14px;
        width: calc(100% - 28px);
        padding: 12px 12px 10px;
    }

    .ap-cf-card-content {
        padding: 208px 18px 18px;
    }

    .ap-cf-card-content h2 {
        max-width: 270px;
        font-size: 33px;
    }

    .ap-cf-card-content > p {
        max-width: 100%;
        font-size: 13px;
    }

    .ap-cf-bee-one {
        top: 126px;
        right: 112px;
        transform: scale(.88);
    }

    .ap-cf-bee-two {
        top: 176px;
        left: 142px;
        transform: scale(.82);
    }

    .ap-cf-bee-three {
        top: 96px;
        right: 28px;
        transform: scale(.72);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ap-cf-bee,
    .ap-cf-bee-wing {
        animation: none !important;
    }
}

/* APETERRA HERO V4 END */

/* APETERRA HERO TOP SPACE V5 START */

/*
 * Riduce lo spazio tra header e contenuto.
 * Vale sia per la hero iniziale sia per la hero crowdfunding.
 */

@media (min-width: 1200px) {
    .ap-hero {
        min-height: 0 !important;
        padding-top: 68px !important;
        padding-bottom: 48px !important;
    }

    .ap-hero-grid {
        min-height: 0 !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
        align-items: center !important;
    }

    .ap-hero-copy,
    .ap-hero-art {
        align-self: center !important;
    }

    .ap-hero-bottom {
        margin-top: 30px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .ap-hero {
        min-height: 0 !important;
        padding-top: 54px !important;
        padding-bottom: 42px !important;
    }

    .ap-hero-grid {
        min-height: 0 !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
        align-items: center !important;
    }

    .ap-hero-copy,
    .ap-hero-art {
        align-self: center !important;
    }

    .ap-hero-bottom {
        margin-top: 26px !important;
    }
}

@media (max-width: 767px) {
    .ap-hero {
        min-height: 0 !important;
        padding-top: 38px !important;
        padding-bottom: 34px !important;
    }

    .ap-hero-grid {
        min-height: 0 !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .ap-hero-bottom {
        margin-top: 22px !important;
    }
}

/* APETERRA HERO TOP SPACE V5 END */

/* APETERRA HERO COLUMNS TOP ALIGN V6 START */

/*
 * La colonna destra non deve essere centrata verticalmente
 * rispetto al titolo molto più alto della colonna sinistra.
 */

@media (min-width: 768px) {
    .ap-hero-grid {
        align-items: start !important;
    }

    .ap-hero-copy,
    .ap-hero-art {
        align-self: start !important;
    }

    .ap-hero-art {
        margin-top: 0 !important;
        padding-top: 0 !important;
        top: 0 !important;
    }

    .ap-hero-visual-original,
    .ap-cf-card {
        margin-top: 0 !important;
    }
}

/*
 * Su desktop la card viene allineata con l'inizio
 * del titolo, subito sotto l'eyebrow.
 */
@media (min-width: 1200px) {
    .ap-hero-art {
        margin-top: 58px !important;
    }
}

/*
 * Compensazione più piccola per tablet e laptop.
 */
@media (min-width: 768px) and (max-width: 1199px) {
    .ap-hero-art {
        margin-top: 50px !important;
    }
}

/*
 * Su mobile i blocchi restano impilati normalmente.
 */
@media (max-width: 767px) {
    .ap-hero-art {
        margin-top: 20px !important;
    }
}

/* APETERRA HERO COLUMNS TOP ALIGN V6 END */


/* APETERRA HERO SINGLE CTA V7B START */

.ap-cf-actions-single {
    display: flex;
    align-items: center;
}

.ap-cf-actions-single .ap-cf-primary {
    min-width: 270px;
    justify-content: center;
}

@media (max-width: 767px) {
    .ap-cf-actions-single .ap-cf-primary {
        width: 100%;
        min-width: 0;
    }
}

/* APETERRA HERO SINGLE CTA V7B END */

/* APETERRA QUEEN BEE HEART SUN V8 START */

.ap-hero-crowdfunding-enabled {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.ap-hero-crowdfunding-enabled .ap-hero-grid,
.ap-hero-crowdfunding-enabled .ap-hero-bottom {
    position: relative;
    z-index: 3;
}

/* Flight layer above the hero but below the sticky header. */
.ap-cf-queen-flight-layer {
    position: absolute;
    inset: 0;
    z-index: 30;
    overflow: hidden;
    pointer-events: none;
}

/* Queen bee */
.ap-cf-queen-bee {
    position: absolute;
    width: 50px;
    height: 36px;
    opacity: 0;
    transform-origin: center center;
    filter: drop-shadow(0 7px 8px rgba(0, 0, 0, .28));
    will-change: transform;
}

.ap-cf-queen-bee.is-flying,
.ap-cf-queen-bee.is-landed {
    opacity: 1;
}

.ap-cf-queen-wing,
.ap-cf-queen-body,
.ap-cf-queen-crown {
    position: absolute;
    display: block;
}

.ap-cf-queen-wing {
    top: 2px;
    width: 19px;
    height: 14px;
    border: 1px solid rgba(255, 255, 255, .68);
    border-radius: 70% 45% 65% 45%;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .88),
            rgba(207, 239, 235, .40)
        );
    box-shadow:
        inset 0 0 5px rgba(255, 255, 255, .54),
        0 2px 5px rgba(0, 0, 0, .10);
    transform-origin: bottom center;
    animation: apCfQueenWingLeft 105ms linear infinite alternate;
}

.ap-cf-queen-wing-left {
    left: 5px;
    transform: rotate(-23deg);
}

.ap-cf-queen-wing-right {
    right: 5px;
    transform: rotate(23deg);
    animation-name: apCfQueenWingRight;
}

.ap-cf-queen-body {
    left: 10px;
    top: 13px;
    width: 31px;
    height: 17px;
    border-radius: 60% 72% 72% 60%;
    background:
        repeating-linear-gradient(
            90deg,
            #191a18 0,
            #191a18 6px,
            #f2b62d 6px,
            #f2b62d 12px
        );
    box-shadow:
        inset 0 -3px 4px rgba(0, 0, 0, .23),
        inset 0 2px 2px rgba(255, 255, 255, .14);
}

.ap-cf-queen-body::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #171916;
}

.ap-cf-queen-body::after {
    content: "";
    position: absolute;
    right: -7px;
    top: 5px;
    width: 10px;
    height: 7px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #e7a91d;
}

.ap-cf-queen-crown {
    left: 5px;
    top: 4px;
    width: 17px;
    height: 11px;
    clip-path: polygon(
        0 100%,
        0 34%,
        28% 62%,
        48% 0,
        68% 62%,
        100% 30%,
        100% 100%
    );
    background: linear-gradient(180deg, #ffe27a, #e5a614);
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .26));
}

.ap-cf-queen-bee.is-landed {
    animation: apCfQueenRest 1.6s ease-in-out infinite;
}

.ap-cf-queen-bee.is-landed .ap-cf-queen-wing {
    animation-duration: 340ms;
}

/* Heart */
.ap-cf-heart-flight {
    position: absolute;
    z-index: 34;
    width: 44px;
    height: 44px;
    pointer-events: none;
    will-change: transform, opacity;
}

.ap-cf-heart-shape {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 27px;
    height: 27px;
    border-radius: 4px;
    background: linear-gradient(145deg, #ff5367, #c91332);
    transform: rotate(45deg);
    box-shadow:
        0 9px 22px rgba(209, 25, 54, .44),
        inset 0 2px 3px rgba(255, 255, 255, .28);
}

.ap-cf-heart-shape::before,
.ap-cf-heart-shape::after {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: inherit;
}

.ap-cf-heart-shape::before {
    left: -14px;
    top: 0;
}

.ap-cf-heart-shape::after {
    left: 0;
    top: -14px;
}

.ap-cf-heart-particle {
    position: absolute;
    z-index: 35;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ef304c;
    box-shadow: 0 0 10px rgba(239, 48, 76, .65);
    pointer-events: none;
}

/* Button reaction when the queen lands. */
.ap-cf-primary.is-queen-landing {
    animation: apCfButtonLanding 1.3s cubic-bezier(.22, 1, .36, 1);
}

/* Sunrise on the far right */
.ap-cf-sunrise {
    position: absolute;
    right: -155px;
    bottom: -265px;
    z-index: 1;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    opacity: 0;
    transform: translate3d(0, 180px, 0) scale(.76);
    background:
        radial-gradient(
            circle at 40% 38%,
            #fff2a2 0,
            #ffd75b 19%,
            #edae24 55%,
            rgba(237, 174, 36, .50) 70%,
            rgba(237, 174, 36, 0) 72%
        );
    filter: blur(.2px);
    pointer-events: none;
    transition:
        opacity 1300ms ease,
        transform 2500ms cubic-bezier(.16, 1, .30, 1);
}

.ap-cf-sunrise::before {
    content: "";
    position: absolute;
    inset: -80px;
    border-radius: 50%;
    background:
        repeating-conic-gradient(
            from 0deg,
            rgba(255, 205, 77, .18) 0deg 4deg,
            transparent 4deg 17deg
        );
    opacity: .56;
    animation: apCfSunRays 20s linear infinite;
}

.ap-cf-sunrise::after {
    content: "";
    position: absolute;
    inset: 42px;
    border-radius: 50%;
    box-shadow:
        0 0 70px rgba(255, 198, 59, .35),
        0 0 130px rgba(255, 184, 38, .18);
}

.ap-hero.is-sunrise .ap-cf-sunrise {
    opacity: .88;
    transform: translate3d(-25px, -118px, 0) scale(1);
}

@keyframes apCfQueenWingLeft {
    from {
        transform: rotate(-20deg) translateY(0);
    }
    to {
        transform: rotate(-39deg) translateY(-3px);
    }
}

@keyframes apCfQueenWingRight {
    from {
        transform: rotate(20deg) translateY(0);
    }
    to {
        transform: rotate(39deg) translateY(-3px);
    }
}

@keyframes apCfQueenRest {
    0%,
    100% {
        margin-top: 0;
    }
    50% {
        margin-top: -3px;
    }
}

@keyframes apCfButtonLanding {
    0% {
        transform: scale(1);
        box-shadow: 0 12px 30px rgba(232, 170, 32, .24);
    }
    35% {
        transform: scale(1.045);
        box-shadow:
            0 0 0 9px rgba(239, 177, 36, .11),
            0 18px 42px rgba(232, 170, 32, .38);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 12px 30px rgba(232, 170, 32, .24);
    }
}

@keyframes apCfSunRays {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1024px) {
    .ap-cf-sunrise {
        right: -175px;
        bottom: -250px;
        width: 350px;
        height: 350px;
    }

    .ap-hero.is-sunrise .ap-cf-sunrise {
        transform: translate3d(-20px, -95px, 0) scale(1);
    }
}

@media (max-width: 767px) {
    .ap-cf-queen-bee {
        width: 43px;
        height: 32px;
        transform: scale(.86);
    }

    .ap-cf-sunrise {
        right: -135px;
        bottom: -205px;
        width: 280px;
        height: 280px;
    }

    .ap-hero.is-sunrise .ap-cf-sunrise {
        transform: translate3d(-10px, -75px, 0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ap-cf-queen-flight-layer {
        display: none !important;
    }

    .ap-cf-sunrise,
    .ap-cf-sunrise::before,
    .ap-cf-primary {
        animation: none !important;
        transition: none !important;
    }
}

/* APETERRA QUEEN BEE HEART SUN V8 END */


/* APETERRA QUEEN BEE GLOW BUBBLE V8B START */

/* More visible magical glow around the queen bee */
.ap-cf-queen-bee {
    z-index: 33;
}

.ap-cf-queen-bee::before {
    content: "";
    position: absolute;
    left: -16px;
    top: -14px;
    width: 82px;
    height: 68px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(255, 244, 171, .95) 0%,
            rgba(255, 213, 92, .62) 24%,
            rgba(245, 177, 46, .34) 46%,
            rgba(245, 177, 46, 0) 73%
        );
    filter: blur(7px);
    opacity: 0;
    transform: scale(.55);
    transition:
        opacity 220ms ease,
        transform 220ms ease;
    z-index: -1;
    pointer-events: none;
}

.ap-cf-queen-bee.is-flying::before,
.ap-cf-queen-bee.is-landed::before {
    opacity: .95;
    transform: scale(1.12);
    animation: apCfQueenGlowPulse 1.8s ease-in-out infinite;
}

@keyframes apCfQueenGlowPulse {
    0%, 100% {
        opacity: .58;
        filter: blur(6px);
        transform: scale(.92);
    }
    50% {
        opacity: 1;
        filter: blur(11px);
        transform: scale(1.18);
    }
}

/* Bigger + slower heart */
.ap-cf-heart-flight {
    width: 68px;
    height: 68px;
}

.ap-cf-heart-shape {
    left: 13px;
    top: 13px;
    width: 40px;
    height: 40px;
    box-shadow:
        0 12px 26px rgba(209, 25, 54, .44),
        inset 0 2px 3px rgba(255, 255, 255, .28);
}

.ap-cf-heart-shape::before,
.ap-cf-heart-shape::after {
    width: 40px;
    height: 40px;
}

.ap-cf-heart-shape::before {
    left: -20px;
}

.ap-cf-heart-shape::after {
    top: -20px;
}

.ap-cf-heart-particle {
    width: 11px;
    height: 11px;
}

/* Queen speech bubble */
.ap-cf-queen-message {
    position: absolute;
    z-index: 36;
    min-width: 210px;
    max-width: 260px;
    padding: 12px 15px;
    border: 1px solid rgba(245, 199, 88, .38);
    border-radius: 16px;
    background:
        linear-gradient(
            180deg,
            rgba(9, 45, 34, .94),
            rgba(14, 58, 45, .90)
        );
    color: #fff7dd;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: .01em;
    box-shadow:
        0 16px 34px rgba(0, 0, 0, .22),
        inset 0 1px 0 rgba(255, 255, 255, .07);
    opacity: 0;
    transform: translate(-50%, 12px) scale(.88);
    transition:
        opacity 320ms ease,
        transform 320ms ease;
    pointer-events: none;
    backdrop-filter: blur(10px);
}

.ap-cf-queen-message::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 18px;
    height: 18px;
    transform: translateX(-50%) rotate(45deg);
    background: rgba(13, 54, 42, .96);
    border-right: 1px solid rgba(245, 199, 88, .30);
    border-bottom: 1px solid rgba(245, 199, 88, .30);
}

.ap-cf-queen-message.is-visible {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
    animation: apCfQueenMessageFloat 2.7s ease-in-out infinite;
}

@keyframes apCfQueenMessageFloat {
    0%, 100% {
        transform: translate(-50%, 0) scale(1);
    }
    50% {
        transform: translate(-50%, -4px) scale(1.01);
    }
}

@media (max-width: 767px) {
    .ap-cf-queen-message {
        min-width: 180px;
        max-width: 220px;
        padding: 10px 12px;
        font-size: 12px;
    }
}

/* APETERRA QUEEN BEE GLOW BUBBLE V8B END */

/* APETERRA HERO DOT NAVIGATION + SWIPE V3 START */

/*
 * The controls belong to the whole hero, not to its bottom row.
 * This keeps them visible in the upper centre on every slide.
 */
.ap-hero-crowdfunding-enabled {
    position: relative;
    touch-action: pan-y;
}

.ap-hero-pagination {
    position: absolute;
    top: 18px;
    left: 50%;
    z-index: 45;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0;
    transform: translateX(-50%);
}

.ap-hero-dot {
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    appearance: none;
    background: transparent;
    cursor: pointer;
    touch-action: manipulation;
}

.ap-hero-dot::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border: 1px solid rgba(255, 255, 255, .88);
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    box-shadow: 0 0 0 0 rgba(242, 183, 44, 0);
    content: "";
    transform: translate(-50%, -50%);
    transition:
        width 180ms ease,
        height 180ms ease,
        border-color 180ms ease,
        background-color 180ms ease,
        box-shadow 180ms ease;
}

.ap-hero-dot:hover::before {
    border-color: #ffffff;
    background: rgba(255, 255, 255, .38);
}

.ap-hero-dot.is-active::before {
    width: 11px;
    height: 11px;
    border-color: #e52b75;
    background: #e52b75;
    box-shadow: 0 0 0 4px rgba(229, 43, 117, .24);
}

.ap-hero-dot:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 1px;
}

/*
 * Crowdfunding-only effects must never appear on the main slide,
 * even if an animation callback finishes after the user goes back.
 */
.ap-hero:not(.is-crowdfunding-focus)
.ap-cf-queen-flight-layer,
.ap-hero:not(.is-crowdfunding-focus)
.ap-cf-sunrise {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

@media (max-width: 767px) {
    .ap-hero-pagination {
        top: 12px;
        gap: 5px;
    }

    .ap-hero-dot {
        width: 34px;
        height: 34px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ap-hero-dot::before {
        transition: none;
    }
}

/* APETERRA HERO DOT NAVIGATION + SWIPE V3 END */
