@font-face {
    font-family: "Plus Jakarta Sans Variable";
    src: url("/assets/framer/third-party-assets/fontshare/wf/U2HFRBAHB5SL53RHFEF22BIJZSJRHR2Y/LFPV5QZIFT7V5OMDNHDQPJYOQAHFUE4W/CLVUG765RK3TA3ESG2NBCJJGWFQVIBTA.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 200 800;
}

:root {
    color-scheme: light;
    --hallmann-typeface: "Plus Jakarta Sans Variable", "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    --badge-background: #e65142;
    --badge-shadow-contact: rgba(4, 6, 8, 0.26);
    --badge-shadow-depth: rgba(4, 6, 8, 0.20);
    --badge-shadow-ambient: rgba(4, 6, 8, 0.12);
    --badge-panel-shadow: rgba(4, 6, 8, 0.24);
    --badge-thumb-shadow: rgba(4, 6, 8, 0.24);
    --badge-thumb-shadow-active: rgba(4, 6, 8, 0.34);
    --story-paper: #fff6ea;
    --story-ink: #101214;
    background: var(--badge-background);
}

* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    background: var(--badge-background);
}

body {
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    font-family: var(--hallmann-typeface);
    font-synthesis: none;
}

.background-gradient {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    pointer-events: none;
    background: var(--badge-background);
}

.action-grid {
    position: absolute;
    z-index: 2;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: 0;
    animation: mesh-reveal 1s 1.4s ease both;
}

.action-grid.is-transitioning {
    animation: mesh-switch 1s cubic-bezier(0.24, 0.46, 0.2, 0.99) both;
}

#hero-mesh-canvas {
    position: absolute;
    top: -120px;
    left: -120px;
    display: block;
    width: calc(100% + 240px);
    height: calc(100% + 240px);
}

@keyframes mesh-reveal {
    from { opacity: 0; }
    to { opacity: 0.58; }
}

@keyframes mesh-switch {
    0% { opacity: 0.58; }
    28% { opacity: 0.08; }
    100% { opacity: 0.58; }
}

#hero-root {
    position: relative;
    z-index: 4;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
    background: transparent;
    isolation: isolate;
}

.badge-story {
    --story-accent: #ff2a22;
    --story-text-accent: var(--story-accent);
    --story-progress: 16.666%;
    position: absolute;
    z-index: 12;
    inset: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-width: 0;
    min-height: 0;
    color: var(--story-paper);
    pointer-events: none;
    text-shadow: none;
    user-select: none;
}

.badge-story[data-badge-id="startpartner"] {
    --story-text-accent: #ffffff;
}

.badge-story__top {
    position: absolute;
    z-index: 2;
    top: 110px;
    right: 24px;
    left: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
}

.badge-story__identity,
.badge-story__work {
    min-width: 0;
}

/* Keep the service story comfortably inside shorter desktop viewports. */
.badge-story__work {
    transform: translateY(-48px);
}

.badge-story__location {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 23px;
    color: #e8d9c8;
    font: 500 14px/1 "Plus Jakarta Sans", var(--hallmann-typeface);
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.badge-story__location-icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    background-color: var(--story-accent);
    -webkit-mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-6.1 7-12a7 7 0 1 0-14 0c0 5.9 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/svg%3E");
    mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-6.1 7-12a7 7 0 1 0-14 0c0 5.9 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/svg%3E");
    transition: background-color 280ms ease;
}

.badge-story__signature {
    width: 60%;
    max-width: 370px;
    margin: 0;
    color: #e8d9c8;
    font: 400 36px/1.3 "Bradley Hand", "Bradley Hand ITC", Noteworthy, "Segoe Print", cursive;
    letter-spacing: -0.06em;
    white-space: nowrap;
}

.badge-story__address {
    display: grid;
    width: max-content;
    margin: 12px 0 0;
    color: #e8d9c8;
    font: 400 14px/1.4 var(--hallmann-typeface);
    font-variation-settings: "wght" 640;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    white-space: nowrap;
}

.badge-story__work-label {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 24px;
    color: #e8d9c8;
    font: 400 12px/1 var(--hallmann-typeface);
    font-variation-settings: "wght" 730;
    letter-spacing: -0.04em;
}

.badge-story__plus {
    position: relative;
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
}

.badge-story__plus::before,
.badge-story__plus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1px;
    content: "";
    background: var(--story-accent);
    transition: background-color 280ms ease;
    transform: translate(-50%, -50%);
}

.badge-story__plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.badge-story__services {
    display: flex;
    align-items: stretch;
    min-height: 156px;
}

.badge-story__service-line {
    width: 1px;
    min-height: 156px;
    margin-left: 5px;
    flex: 0 0 1px;
    background: var(--story-accent);
    transition: background-color 280ms ease;
    transform-origin: top;
}

.badge-story__service-list {
    display: flex;
    flex-direction: column;
    padding: 1px 0 1px 16px;
}

.badge-story__service-list span {
    height: 38.4px;
    overflow: hidden;
    color: #e8d9c8;
    font: 400 32px/1.2 var(--hallmann-typeface);
    font-variation-settings: "wght" 640;
    letter-spacing: -0.06em;
    white-space: nowrap;
}

.badge-story__headline {
    position: absolute;
    z-index: 3;
    top: 51.75%;
    right: 24px;
    left: 24px;
    display: grid;
    grid-template-rows: repeat(3, 14.85vh);
    width: auto;
    max-width: none;
    margin: 0;
    font: 400 clamp(51px, 5.625vw, 118px)/0.85 var(--hallmann-typeface);
    font-variation-settings: "wght" 730;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.badge-story__headline-line {
    display: flex;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    padding-top: 0.14em;
    margin-top: -0.14em;
    overflow: hidden;
    white-space: nowrap;
}

.badge-story__headline-line:first-child {
    color: var(--story-text-accent);
}

.badge-story__headline-line:nth-child(3) {
    color: #e8d9c8;
}

.badge-story__headline-line--gradient {
    width: max-content;
    max-width: 100%;
    color: transparent;
    background: linear-gradient(0deg, rgba(232, 217, 200, 0.98) 31.8588%, var(--story-text-accent) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.badge-story__cta {
    position: absolute;
    z-index: 4;
    right: clamp(118px, 8vw, 150px);
    bottom: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-width: 214px;
    min-height: 52px;
    padding: 0 17px 0 20px;
    color: #101214;
    font: 400 13px/1 var(--hallmann-typeface);
    font-variation-settings: "wght" 730;
    letter-spacing: -0.035em;
    text-transform: uppercase;
    text-decoration: none;
    pointer-events: auto;
    background: var(--story-accent);
    border: 1px solid color-mix(in srgb, var(--story-accent) 72%, #ffffff);
    border-radius: 2px;
    box-shadow: 0 12px 28px rgba(5, 7, 9, 0.2);
    transition: background-color 280ms ease, border-color 280ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.badge-story__cta:hover,
.badge-story__cta:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(5, 7, 9, 0.28);
}

.badge-story__cta:focus-visible {
    outline: 2px solid #fff6ea;
    outline-offset: 3px;
}

.badge-story__cta-arrow {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    flex: 0 0 25px;
    border: 1px solid rgba(16, 18, 20, 0.4);
    border-radius: 50%;
}

.badge-story__cta-arrow svg {
    display: block;
    width: 14px;
    height: 14px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: square;
    stroke-linejoin: miter;
}

.badge-story__location,
.badge-story__signature,
.badge-story__address,
.badge-story__work-label,
.badge-story__service-line,
.badge-story__service-list span,
.badge-story__headline-line,
.badge-story__cta {
    will-change: transform, opacity;
}

.badge-story.is-updating .badge-story__location,
.badge-story.is-updating .badge-story__signature,
.badge-story.is-updating .badge-story__address,
.badge-story.is-updating .badge-story__work-label,
.badge-story.is-updating .badge-story__service-line,
.badge-story.is-updating .badge-story__service-list span,
.badge-story.is-updating .badge-story__headline-line,
.badge-story.is-updating .badge-story__cta {
    opacity: 0;
}

.badge-story.is-entering .badge-story__location {
    animation: hero-rise-20 0.6s cubic-bezier(0, 0.42, 0.14, 0.99) both;
}

.badge-story.is-entering .badge-story__signature {
    animation: hero-rise-20 0.7s 0.2s cubic-bezier(0, 0.42, 0.14, 0.99) both;
}

.badge-story.is-entering .badge-story__address {
    animation: hero-rise-20 0.7s 0.3s cubic-bezier(0, 0.42, 0.14, 0.99) both;
}

.badge-story.is-entering .badge-story__work-label {
    animation: hero-rise-30 0.8s 0.5s cubic-bezier(0.24, 0.46, 0.2, 0.99) both;
}

.badge-story.is-entering .badge-story__service-line {
    animation: hero-line 1s 0.55s cubic-bezier(0.06, 0.77, 0.56, 1) both;
}

.badge-story.is-entering .badge-story__service-list span {
    animation: hero-drop-20 0.7s cubic-bezier(0.24, 0.46, 0.2, 0.99) both;
}

.badge-story.is-entering .badge-story__service-list span:nth-child(1) { animation-delay: 1.1s; }
.badge-story.is-entering .badge-story__service-list span:nth-child(2) { animation-delay: 1.2s; }
.badge-story.is-entering .badge-story__service-list span:nth-child(3),
.badge-story.is-entering .badge-story__service-list span:nth-child(4) { animation-delay: 1.3s; }

.badge-story.is-entering .badge-story__headline-line {
    animation: hero-headline-rise 0.7s cubic-bezier(0.36, 0.91, 0.56, 1) both;
}

.badge-story.is-entering .badge-story__headline-line:nth-child(1) { animation-delay: 0.4s; }
.badge-story.is-entering .badge-story__headline-line:nth-child(2) { animation-delay: 0.6s; }
.badge-story.is-entering .badge-story__headline-line:nth-child(3) { animation-delay: 0.8s; }

.badge-story.is-entering .badge-story__cta {
    animation: hero-rise-20 0.7s 1.25s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes hero-rise-20 {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-rise-30 {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-drop-20 {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-line {
    from { opacity: 0; transform: scaleY(0); }
    to { opacity: 1; transform: scaleY(1); }
}

@keyframes hero-headline-rise {
    from { opacity: 0.001; transform: translateY(60px); }
    to { opacity: 1; transform: translateY(0); }
}

#hero-root > * {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
}

#hero-root canvas {
    display: block;
    filter:
        drop-shadow(0 18px 12px var(--badge-shadow-contact))
        drop-shadow(22px 44px 28px var(--badge-shadow-depth))
        drop-shadow(58px 76px 58px var(--badge-shadow-ambient));
    will-change: filter, opacity;
}

.badge-gallery {
    position: absolute;
    z-index: 20;
    top: 50vh;
    top: 50dvh;
    right: max(22px, env(safe-area-inset-right));
    display: grid;
    justify-items: end;
    gap: 0;
    padding: 0;
    color: #ffffff;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transform: translateY(-50%);
}

.badge-gallery__label {
    display: none;
}

.badge-gallery__list {
    display: grid;
    gap: clamp(9px, 1.35vh, 14px);
    justify-items: end;
}

.badge-option {
    --badge-option-size: clamp(62px, min(6.6vw, 10.8vh), 88px);
    position: relative;
    display: block;
    width: auto;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #fff4e7;
    cursor: pointer;
    opacity: 0.86;
    transform: translateZ(0);
    transition: opacity 180ms ease, transform 180ms ease;
}

.badge-option__visual {
    position: relative;
    display: block;
    width: var(--badge-option-size);
    overflow: hidden;
    aspect-ratio: 4 / 5;
    border-radius: clamp(7px, 0.85vw, 11px);
    background: transparent;
    box-shadow: 0 10px 22px var(--badge-thumb-shadow);
    transition: transform 180ms ease, box-shadow 180ms ease, outline-color 180ms ease;
}

.badge-option__visual::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.25) 49%, transparent 63%);
    opacity: 0;
    transform: translateX(-45%);
    transition: opacity 180ms ease, transform 350ms ease;
}

.badge-option__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.badge-option:hover,
.badge-option:focus-visible,
.badge-option.is-active {
    z-index: 1;
    opacity: 1;
    transform: translateX(-6px);
}

.badge-option:hover .badge-option__visual,
.badge-option:focus-visible .badge-option__visual,
.badge-option.is-active .badge-option__visual {
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--badge-accent) 76%, transparent), 0 13px 28px var(--badge-thumb-shadow-active);
    transform: scale(1.07);
}

.badge-option:hover .badge-option__visual::after,
.badge-option:focus-visible .badge-option__visual::after {
    opacity: 0.7;
    transform: translateX(45%);
}

.badge-option:focus-visible {
    outline: none;
}

.badge-option:focus-visible .badge-option__visual {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
}

@media (max-width: 720px) {
    #hero-root > * {
        transform: translate3d(0, -92px, 0);
    }

    .badge-story {
        inset: 0;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        min-width: 0;
        min-height: 0;
    }

    .badge-story__top {
        top: 26px;
        right: 14px;
        left: 14px;
        grid-template-columns: 1fr;
    }

    .badge-story__location {
        font-size: 11px;
    }

    .badge-story__location-icon {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
    }

    .badge-story__signature {
        width: 90%;
        margin-top: 1px;
        font-size: 26px;
    }

    .badge-story__address {
        margin-top: 6px;
        font-size: 11px;
        line-height: 1.35;
    }

    .badge-story__work {
        display: none;
        transform: none;
    }

    .badge-story__headline {
        top: auto;
        right: 14px;
        bottom: 158px;
        left: 14px;
        grid-template-rows: repeat(3, min-content);
        row-gap: 4px;
        max-width: 330px;
        font-size: clamp(32px, 10vw, 42px);
        line-height: 0.88;
    }

    .badge-story__cta {
        right: 14px;
        bottom: 92px;
        min-width: 194px;
        min-height: 46px;
        padding-right: 13px;
        padding-left: 16px;
        font-size: 12px;
    }

    .badge-gallery {
        top: auto;
        right: auto;
        bottom: max(18px, env(safe-area-inset-bottom));
        left: 50%;
        width: min(calc(100vw - 28px), 460px);
        gap: 0;
        padding: 0;
        transform: translateX(-50%);
    }

    .badge-gallery__list {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        width: 100%;
        gap: 8px;
    }

    .badge-option {
        --badge-option-size: auto;
        display: block;
        width: 100%;
        aspect-ratio: 4 / 5;
    }

    .badge-option__visual {
        width: 100%;
        height: 100%;
    }

    .badge-option:hover,
    .badge-option:focus-visible,
    .badge-option.is-active {
        transform: translateY(-4px) scale(1.04);
    }

    .badge-option:hover .badge-option__visual,
    .badge-option:focus-visible .badge-option__visual,
    .badge-option.is-active .badge-option__visual {
        transform: none;
    }
}

@media (max-width: 720px) and (max-height: 560px) {
    #hero-root > * {
        transform: translate3d(0, -108px, 0);
    }

    .badge-story__top {
        top: 16px;
    }

    .badge-story__signature {
        font-size: 24px;
    }

    .badge-story__address {
        display: none;
    }

    .badge-story__headline {
        row-gap: 2px;
        font-size: clamp(28px, 9vw, 34px);
    }

    .badge-story__cta {
        min-height: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .action-grid,
    #hero-root canvas,
    .badge-option,
    .badge-option__visual,
    .badge-option__visual::after {
        transition: none;
        animation: none;
    }

    .badge-story.is-entering .badge-story__location,
    .badge-story.is-entering .badge-story__signature,
    .badge-story.is-entering .badge-story__address,
    .badge-story.is-entering .badge-story__work-label,
    .badge-story.is-entering .badge-story__service-line,
    .badge-story.is-entering .badge-story__service-list span,
    .badge-story.is-entering .badge-story__headline-line,
    .badge-story.is-entering .badge-story__cta {
        animation: none;
    }
}

noscript {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    font: 400 16px/1.5 var(--hallmann-typeface);
    text-align: center;
    background: #e65142;
    color: #111111;
}

.hero-error {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    padding: 24px;
    font: 400 16px/1.5 var(--hallmann-typeface);
    text-align: center;
    color: #111111;
}
