:root {
    --color-primary: #2d3c55;
    --color-secondary: #395e81;
    --color-background: #f7f7f7;
    --color-surface: #ebebeb;
    --color-text-primary: #000000;
    --color-text-secondary: #4a4a4a;
    --color-accent: #4c79c2;
    --color-border: #355f90;
    --color-button-bg: #46556d;
    --color-button-text: #f9fafb;

    /* NuukTime institutional identity */
    --nuuk-blue: #0874bd;
    --nuuk-purple: #872e84;
    --nuuk-berry: #a44b5f;
    --nuuk-orange: #f09b0f;

    --nuuk-hero-dark: #101a36;
    --nuuk-hero-blue: rgba(8, 116, 189, 0.95);
    --nuuk-hero-purple: rgba(135, 46, 132, 0.88);
    --nuuk-hero-berry: rgba(164, 75, 95, 0.72);
    --nuuk-hero-orange: rgba(240, 155, 15, 0.64);
}

body {
    background: var(--color-background);
    color: var(--color-text-primary);
}

.bg-brand-primary {
    background-color: var(--color-primary);
}

.bg-brand-secondary {
    background-color: var(--color-secondary);
}

.bg-brand-surface {
    background-color: var(--color-surface);
}

.text-brand-primary {
    color: var(--color-text-primary);
}

.text-brand-secondary {
    color: var(--color-text-secondary);
}

.text-brand-accent {
    color: var(--color-accent);
}

.border-brand {
    border-color: var(--color-border);
}

.btn-brand {
    background-color: var(--color-button-bg);
    color: var(--color-button-text);
}

.btn-brand:hover {
    filter: brightness(0.92);
}

.card-brand {
    background-color: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.section-soft {
    background:
        radial-gradient(circle at top left, rgba(76, 121, 194, 0.12), transparent 35%),
        var(--color-background);
}

.time-slot.is-selected {
    background-color: var(--color-button-bg);
    color: var(--color-button-text);
    border-color: var(--color-button-bg);
}

/* =========================================================
   NUUKTIME PUBLIC HERO
   R3.2-A — BASE LAYOUT
   ========================================================= */

.nuuktime-hero {
    min-height: auto;
    background: var(--color-background);
}

.nuuktime-hero__container {
    width: min(100% - 3rem, 80rem);
    margin-inline: auto;
    padding-block: 2rem 5rem;
}


/* =========================================================
   HEADER
   ========================================================= */

.nuuktime-hero__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 4rem;
}

.nuuktime-business-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.875rem;
    color: inherit;
    text-decoration: none;
}

.nuuktime-business-brand__logo,
.nuuktime-business-brand__placeholder {
    width: 3rem;
    height: 3rem;
    flex: 0 0 3rem;
    border-radius: 1rem;
}

.nuuktime-business-brand__logo {
    display: block;
    object-fit: cover;
    background: #ffffff;
    box-shadow:
        0 8px 20px rgba(15, 23, 42, 0.08);
}

.nuuktime-business-brand__placeholder {
    display: grid;
    place-items: center;
    background: var(--color-primary);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    box-shadow:
        0 8px 20px rgba(15, 23, 42, 0.08);
}

.nuuktime-business-brand__name {
    margin: 0;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.15;
}

.nuuktime-business-brand__caption {
    margin: 0.2rem 0 0;
    color: #64748b;
    font-size: 0.75rem;
    line-height: 1.2;
}

.nuuktime-hero__services-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.875rem;
    padding: 0.75rem 1.25rem;
    border-radius: 0.875rem;
    background: var(--color-button-bg);
    color: var(--color-button-text);
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    transition:
        transform 160ms ease,
        box-shadow 160ms ease,
        filter 160ms ease;
}

.nuuktime-hero__services-link:hover {
    transform: translateY(-1px);
    filter: brightness(0.96);
    box-shadow:
        0 10px 24px rgba(15, 23, 42, 0.12);
}


/* =========================================================
   HERO GRID
   ========================================================= */

.nuuktime-hero__grid {
    display: grid;
    grid-template-columns:
        minmax(0, 0.92fr)
        minmax(28rem, 1.08fr);
    align-items: center;
    gap: clamp(3rem, 6vw, 6rem);
}

.nuuktime-hero__content {
    min-width: 0;
    padding-block: 1rem;
}


/* =========================================================
   HERO CONTENT
   ========================================================= */

.nuuktime-hero__badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 1.5rem;
    padding: 0.55rem 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--color-accent);
    font-size: 0.875rem;
    font-weight: 700;
    box-shadow:
        0 6px 18px rgba(15, 23, 42, 0.05);
}

.nuuktime-hero__title {
    max-width: 10ch;
    margin: 0;
    color: #020617;
    font-size: clamp(2.75rem, 5vw, 4.5rem);
    font-weight: 850;
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.nuuktime-hero__business-name {
    display: block;
    margin-top: 0.35rem;
    color: var(--color-accent);
}

.nuuktime-hero__address {
    max-width: 38rem;
    margin: 1.75rem 0 0;
    color: #475569;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.65;
}

.nuuktime-hero__description {
    max-width: 36rem;
    margin: 1rem 0 0;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.75;
}


/* =========================================================
   HERO ACTIONS
   ========================================================= */

.nuuktime-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0.75rem;
    margin-top: 2rem;
}

.nuuktime-hero__primary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.5rem;
    padding: 0.9rem 1.6rem;
    border-radius: 0.9rem;
    background: var(--color-button-bg);
    color: var(--color-button-text);
    font-size: 0.95rem;
    font-weight: 750;
    text-decoration: none;
    transition:
        transform 160ms ease,
        box-shadow 160ms ease,
        filter 160ms ease;
}

.nuuktime-hero__primary-action:hover {
    transform: translateY(-1px);
    filter: brightness(0.95);
    box-shadow:
        0 12px 28px rgba(15, 23, 42, 0.14);
}

.nuuktime-hero__availability {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 3.5rem;
    padding: 0.9rem 1.25rem;
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: 0.9rem;
    background: #ffffff;
    color: #475569;
    font-size: 0.875rem;
    font-weight: 600;
    box-shadow:
        0 8px 20px rgba(15, 23, 42, 0.05);
}

.nuuktime-hero__availability-indicator {
    width: 0.55rem;
    height: 0.55rem;
    flex: 0 0 0.55rem;
    border-radius: 999px;
    background: #22c55e;
}


/* =========================================================
   HERO VISUAL
   ========================================================= */

.nuuktime-hero__visual {
    position: relative;
    min-width: 0;
}

.nuuktime-cover {
    position: relative;
    width: 100%;
    min-height: 29rem;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 2rem;
    background: #ffffff;
    box-shadow:
        0 30px 70px rgba(15, 23, 42, 0.14);
}


/* =========================================================
   BUSINESS COVER
   ========================================================= */

.nuuktime-cover--business {
    background: #e2e8f0;
}

.nuuktime-cover__image {
    display: block;
    width: 100%;
    height: 29rem;
    object-fit: cover;
}


/* =========================================================
   INSTITUTIONAL COVER
   Base only. Visual identity comes in R3.2-B/C.
   ========================================================= */

.nuuktime-cover--institutional {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #eef2f7;
}

.nuuktime-cover__gradient,
.nuuktime-cover__glow,
.nuuktime-cover__modules {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.nuuktime-cover__gradient,
.nuuktime-cover__glow {
    opacity: 0;
}

.nuuktime-cover__modules {
    z-index: 1;
}

.nuuktime-cover__module {
    display: none;
}


/* =========================================================
   INSTITUTIONAL CONTENT
   ========================================================= */

.nuuktime-cover__content {
    position: relative;
    z-index: 2;
    padding: 2rem;
}

.nuuktime-cover__eyebrow {
    margin: 0 0 0.4rem;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nuuktime-cover__business {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 800;
    line-height: 1.1;
}


/* =========================================================
   HERO STATS
   ========================================================= */

.nuuktime-cover__stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(255, 255, 255, 0.92);
}

.nuuktime-cover__stat {
    min-width: 0;
    padding: 1.5rem 1.75rem;
}

.nuuktime-cover__stat + .nuuktime-cover__stat {
    border-left: 1px solid rgba(148, 163, 184, 0.18);
}

.nuuktime-cover__stat strong {
    display: block;
    color: #0f172a;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.2;
}

.nuuktime-cover__stat span {
    display: block;
    margin-top: 0.35rem;
    color: #64748b;
    font-size: 0.8rem;
    line-height: 1.4;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1023px) {

    .nuuktime-hero {
        min-height: auto;
    }

    .nuuktime-hero__container {
        width: min(100% - 2rem, 48rem);
        padding-block:
            1.5rem
            3rem;
    }

    .nuuktime-hero__header {
        margin-bottom: 2.5rem;
    }

    .nuuktime-hero__grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .nuuktime-hero__title {
        max-width: 12ch;
    }

    .nuuktime-hero__content {
        padding-block: 0;
    }

    .nuuktime-cover,
    .nuuktime-cover__image {
        min-height: 24rem;
        height: 24rem;
    }

    .nuuktime-cover--institutional {
        height: 24rem;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 639px) {

    .nuuktime-hero__container {
        width: min(100% - 1.5rem, 36rem);
        padding-block:
            1rem
            2.5rem;
    }

    .nuuktime-hero__header {
        margin-bottom: 2.25rem;
    }

    .nuuktime-business-brand__logo,
    .nuuktime-business-brand__placeholder {
        width: 2.75rem;
        height: 2.75rem;
        flex-basis: 2.75rem;
        border-radius: 0.875rem;
    }

    .nuuktime-hero__services-link {
        display: none;
    }

    .nuuktime-hero__grid {
        gap: 2rem;
    }

    .nuuktime-hero__badge {
        margin-bottom: 1.25rem;
        font-size: 0.8rem;
    }

    .nuuktime-hero__title {
        max-width: none;
        font-size: clamp(
            2.35rem,
            11vw,
            3.25rem
        );
    }

    .nuuktime-hero__address {
        margin-top: 1.4rem;
        font-size: 0.95rem;
    }

    .nuuktime-hero__description {
        font-size: 0.95rem;
    }

    .nuuktime-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .nuuktime-hero__primary-action,
    .nuuktime-hero__availability {
        width: 100%;
    }

    .nuuktime-cover {
        min-height: 20rem;
        border-radius: 1.5rem;
    }

    .nuuktime-cover__image {
        height: 20rem;
    }

    .nuuktime-cover--institutional {
        min-height: 20rem;
        height: auto;
    }

    .nuuktime-cover__content {
        padding:
            1.5rem
            1.25rem;
    }

    .nuuktime-cover__stats {
        grid-template-columns: 1fr 1fr;
    }

    .nuuktime-cover__stat {
        padding:
            1.2rem
            1rem;
    }

    .nuuktime-cover__stat strong {
        font-size: 1rem;
    }
}

/* =========================================================
   R3.2-C — PREMIUM VISUAL REFINEMENT
   ========================================================= */

.nuuktime-cover--institutional {
    background:
        linear-gradient(
            118deg,
            #0f2856 0%,
            #0d78be 31%,
            #4f48c8 53%,
            #8a2f85 72%,
            #b14d67 88%,
            #f09b0f 100%
        );
}


/* =========================================================
   LIGHTING REFINEMENT
   ========================================================= */

.nuuktime-cover__gradient {
    background:
        radial-gradient(
            circle at 8% 16%,
            rgba(255, 255, 255, 0.28),
            transparent 30%
        ),
        radial-gradient(
            circle at 53% 42%,
            rgba(93, 129, 255, 0.2),
            transparent 34%
        ),
        radial-gradient(
            circle at 86% 34%,
            rgba(255, 120, 164, 0.18),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.08),
            transparent 52%
        );
}


/* =========================================================
   GLOWS
   ========================================================= */

.nuuktime-cover__glow--blue {
    width: 22rem;
    height: 22rem;
    top: -7rem;
    left: -6rem;
    background:
        rgba(33, 142, 255, 0.38);
    filter: blur(85px);
}

.nuuktime-cover__glow--purple {
    width: 20rem;
    height: 20rem;
    right: 16%;
    bottom: 5%;
    background:
        rgba(170, 66, 194, 0.30);
    filter: blur(90px);
}

.nuuktime-cover__glow--orange {
    width: 13rem;
    height: 13rem;
    right: -4rem;
    top: 26%;
    background:
        rgba(240, 155, 15, 0.16);
    filter: blur(72px);
}


/* =========================================================
   SUBTLE GRID
   ========================================================= */

.nuuktime-cover__modules {
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.028) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.028) 1px,
            transparent 1px
        );

    background-size:
        2.8rem 2.8rem;
}


/* =========================================================
   LIGHT CURVE
   ========================================================= */

.nuuktime-cover__modules::before {
    content: '';
    position: absolute;

    width: 82%;
    height: 46%;

    left: 8%;
    top: 31%;

    border-radius: 50%;

    border-bottom:
        1px solid rgba(255, 255, 255, 0.28);

    transform:
        rotate(5deg);

    filter:
        drop-shadow(
            0 0 7px rgba(255, 255, 255, 0.24)
        );

    opacity: 0.72;
}


/* =========================================================
   SECONDARY CURVE / DEPTH
   ========================================================= */

.nuuktime-cover__modules::after {
    content: '';
    position: absolute;

    width: 92%;
    height: 52%;

    left: -10%;
    top: 24%;

    border-radius: 50%;

    border-bottom:
        1px solid rgba(123, 169, 255, 0.20);

    transform:
        rotate(-8deg);

    opacity: 0.55;
}


/* =========================================================
   MODULE REFINEMENT
   ========================================================= */

.nuuktime-cover__module {
    border:
        1px solid rgba(255, 255, 255, 0.24);

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.11),
            rgba(255, 255, 255, 0.035)
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 7px 24px rgba(13, 30, 74, 0.12);

    backdrop-filter:
        blur(3px);
}


/* LEFT CLUSTER */

.nuuktime-cover__module--1 {
    width: 3.1rem;
    top: 21%;
    left: 8%;
    opacity: 0.68;
}

.nuuktime-cover__module--2 {
    width: 1.55rem;
    top: 33%;
    left: 18%;
    opacity: 0.54;
}

.nuuktime-cover__module--5 {
    width: 2.8rem;
    bottom: 34%;
    left: 27%;
    opacity: 0.5;
}


/* CENTER CLUSTER */

.nuuktime-cover__module--3 {
    width: 3.8rem;
    top: 17%;
    right: 36%;
    opacity: 0.54;
}

.nuuktime-cover__module--6 {
    width: 1.35rem;
    bottom: 29%;
    right: 40%;
    opacity: 0.62;
}


/* RIGHT CLUSTER */

.nuuktime-cover__module--4 {
    width: 2.5rem;
    top: 34%;
    right: 15%;
    opacity: 0.65;
}

.nuuktime-cover__module--7 {
    width: 2.3rem;
    bottom: 24%;
    right: 8%;

    border-color:
        rgba(240, 155, 15, 0.62);

    background:
        linear-gradient(
            145deg,
            rgba(255, 188, 73, 0.34),
            rgba(240, 155, 15, 0.12)
        );

    box-shadow:
        0 0 22px rgba(240, 155, 15, 0.14);

    opacity: 0.88;
}

.nuuktime-cover__module--8 {
    width: 1.35rem;
    top: 27%;
    right: 5%;

    border-color:
        rgba(255, 184, 62, 0.6);

    background:
        rgba(240, 155, 15, 0.22);

    opacity: 0.86;
}


/* =========================================================
   SPARKS / LIGHT POINTS
   ========================================================= */

.nuuktime-cover--institutional::before,
.nuuktime-cover--institutional::after {
    content: '';
    position: absolute;
    z-index: 2;
    border-radius: 999px;
    pointer-events: none;
}

.nuuktime-cover--institutional::before {
    width: 0.36rem;
    height: 0.36rem;

    left: 46%;
    top: 26%;

    background: rgba(255, 255, 255, 0.9);

    box-shadow:
        5rem 3rem 0 -1px rgba(255, 255, 255, 0.55),
        11rem 0.5rem 0 -1px rgba(255, 173, 214, 0.75),
        15rem 5rem 0 -1px rgba(255, 192, 85, 0.62),
        -7rem 6rem 0 -1px rgba(151, 193, 255, 0.55);

    filter:
        drop-shadow(
            0 0 7px rgba(255, 255, 255, 0.65)
        );

    opacity: 0.85;
}

.nuuktime-cover--institutional::after {
    width: 10rem;
    height: 10rem;

    right: 4%;
    top: 2%;

    background:
        radial-gradient(
            circle,
            rgba(255, 255, 255, 0.07),
            transparent 68%
        );

    filter: blur(16px);
}


/* =========================================================
   CONTENT REFINEMENT
   ========================================================= */

.nuuktime-cover__content {
    padding:
        2.4rem
        2.3rem
        2rem;
}

.nuuktime-cover__eyebrow {
    color:
        rgba(255, 255, 255, 0.62);

    font-size:
        0.7rem;

    letter-spacing:
        0.16em;
}

.nuuktime-cover__business {
    max-width: 15ch;

    color:
        rgba(255, 255, 255, 0.98);

    text-shadow:
        0 6px 24px rgba(6, 19, 51, 0.18);
}


/* =========================================================
   STATS REFINEMENT
   ========================================================= */

.nuuktime-cover__stats {
    background:
        rgba(255, 255, 255, 0.93);

    box-shadow:
        0 -10px 26px rgba(15, 23, 42, 0.035);

    backdrop-filter:
        blur(22px);
}

.nuuktime-cover__stat {
    padding:
        1.55rem
        1.8rem;
}

.nuuktime-cover__stat strong {
    letter-spacing:
        -0.02em;
}


/* =========================================================
   MOBILE SIMPLIFICATION
   ========================================================= */

@media (max-width: 639px) {

    .nuuktime-cover__glow--blue {
        width: 15rem;
        height: 15rem;
        top: -5rem;
        left: -6rem;
    }

    .nuuktime-cover__glow--purple {
        width: 14rem;
        height: 14rem;
        right: -2rem;
        bottom: 14%;
    }

    .nuuktime-cover__glow--orange {
        width: 8rem;
        height: 8rem;
        right: -4rem;
        top: 24%;
    }

    .nuuktime-cover__modules {
        background-size:
            3.2rem
            3.2rem;
    }

    .nuuktime-cover__module--2,
    .nuuktime-cover__module--5,
    .nuuktime-cover__module--6 {
        display: none;
    }

    .nuuktime-cover__modules::after {
        display: none;
    }

    .nuuktime-cover--institutional::before {
        opacity: 0.5;
    }

    .nuuktime-cover__content {
        padding:
            1.6rem
            1.35rem;
    }
}

/* =========================================================
   R3.2-D — RESPONSIVE + FINAL REFINEMENT
   ========================================================= */

/* Desktop refinement */
@media (min-width: 1280px) {

    .nuuktime-hero__grid {
        grid-template-columns:
            minmax(0, 0.95fr)
            minmax(30rem, 1.05fr);

        gap: clamp(3.5rem, 5vw, 5rem);
    }

    .nuuktime-hero__title {
        max-width: 11ch;
        font-size: clamp(3.4rem, 4.4vw, 4.35rem);
        line-height: 0.98;
    }

    .nuuktime-cover {
        min-height: 30rem;
    }

    .nuuktime-cover__image {
        height: 30rem;
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (min-width: 640px) and (max-width: 1023px) {

    .nuuktime-hero__container {
        width: min(100% - 2.5rem, 52rem);
    }

    .nuuktime-hero__header {
        margin-bottom: 2.75rem;
    }

    .nuuktime-hero__grid {
        gap: 2.75rem;
    }

    .nuuktime-hero__content {
        max-width: 42rem;
    }

    .nuuktime-hero__title {
        max-width: 11ch;
        font-size: clamp(3rem, 7vw, 4rem);
    }

    .nuuktime-hero__actions {
        max-width: 36rem;
    }

    .nuuktime-cover {
        min-height: 25rem;
    }

    .nuuktime-cover--institutional {
        min-height: 25rem;
    }

    .nuuktime-cover__content {
        padding:
            2rem
            1.9rem
            1.75rem;
    }

    .nuuktime-cover__stat {
        padding:
            1.35rem
            1.5rem;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 639px) {

    .nuuktime-hero {
        min-height: auto;
    }

    .nuuktime-hero__container {
        width: min(100% - 1.25rem, 34rem);
        padding-block:
            0.9rem
            2rem;
    }

    .nuuktime-hero__header {
        margin-bottom: 2rem;
    }

    .nuuktime-business-brand {
        gap: 0.75rem;
    }

    .nuuktime-business-brand__name {
        max-width: 14rem;
        font-size: 0.95rem;
    }

    .nuuktime-business-brand__caption {
        font-size: 0.7rem;
    }

    .nuuktime-hero__grid {
        gap: 1.75rem;
    }

    .nuuktime-hero__badge {
        margin-bottom: 1.1rem;
        padding:
            0.5rem
            0.75rem;

        font-size: 0.76rem;
    }

    .nuuktime-hero__title {
        max-width: 10ch;
        font-size: clamp(
            2.5rem,
            12vw,
            3.35rem
        );

        line-height: 0.96;
        letter-spacing: -0.05em;
    }

    .nuuktime-hero__business-name {
        margin-top: 0.3rem;
    }

    .nuuktime-hero__address {
        margin-top: 1.25rem;
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .nuuktime-hero__description {
        margin-top: 0.8rem;
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .nuuktime-hero__actions {
        gap: 0.65rem;
        margin-top: 1.6rem;
    }

    .nuuktime-hero__primary-action,
    .nuuktime-hero__availability {
        min-height: 3.25rem;
        border-radius: 0.8rem;
    }

    .nuuktime-hero__availability {
        padding:
            0.85rem
            1rem;

        font-size: 0.8rem;
    }


    /* Cover */

    .nuuktime-cover {
        min-height: 19rem;
        border-radius: 1.4rem;
    }

    .nuuktime-cover--institutional {
        min-height: 19rem;
    }

    .nuuktime-cover__image {
        height: 19rem;
    }

    .nuuktime-cover__content {
        padding:
            1.5rem
            1.2rem
            1.25rem;
    }

    .nuuktime-cover__eyebrow {
        font-size: 0.62rem;
        letter-spacing: 0.14em;
    }

    .nuuktime-cover__business {
        max-width: 12ch;
        font-size: clamp(
            1.4rem,
            7vw,
            1.8rem
        );
    }

    .nuuktime-cover__stats {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .nuuktime-cover__stat {
        padding:
            1rem
            0.9rem;
    }

    .nuuktime-cover__stat strong {
        font-size: 0.95rem;
    }

    .nuuktime-cover__stat span {
        font-size: 0.72rem;
    }


    /* Simplify institutional geometry */

    .nuuktime-cover__module--1 {
        width: 2.4rem;
        left: 7%;
    }

    .nuuktime-cover__module--3 {
        width: 2.8rem;
        right: 28%;
    }

    .nuuktime-cover__module--4 {
        width: 1.9rem;
        right: 12%;
    }

    .nuuktime-cover__module--7 {
        width: 1.7rem;
    }

    .nuuktime-cover__module--8 {
        width: 1.05rem;
    }

    .nuuktime-cover__modules::before {
        width: 90%;
        height: 42%;
        left: 5%;
        top: 30%;
        opacity: 0.48;
    }

    .nuuktime-cover--institutional::before {
        transform: scale(0.8);
        transform-origin: center;
        opacity: 0.42;
    }
}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 374px) {

    .nuuktime-hero__container {
        width: min(100% - 1rem, 32rem);
    }

    .nuuktime-hero__title {
        font-size: 2.3rem;
    }

    .nuuktime-business-brand__name {
        max-width: 10rem;
    }

    .nuuktime-cover {
        min-height: 18rem;
    }

    .nuuktime-cover--institutional {
        min-height: 18rem;
    }

    .nuuktime-cover__image {
        height: 18rem;
    }

    .nuuktime-cover__stat {
        padding:
            0.9rem
            0.75rem;
    }
}


/* =========================================================
   SUBTLE MOTION
   ========================================================= */

@keyframes nuuktimeHeroGlow {
    0%,
    100% {
        transform:
            translate3d(0, 0, 0)
            scale(1);
    }

    50% {
        transform:
            translate3d(0.5rem, -0.35rem, 0)
            scale(1.025);
    }
}

@keyframes nuuktimeHeroModules {
    0%,
    100% {
        transform:
            translate3d(0, 0, 0);
    }

    50% {
        transform:
            translate3d(0, -0.3rem, 0);
    }
}

@media (prefers-reduced-motion: no-preference) {

    .nuuktime-cover__glow--blue {
        animation:
            nuuktimeHeroGlow
            12s
            ease-in-out
            infinite;
    }

    .nuuktime-cover__glow--purple {
        animation:
            nuuktimeHeroGlow
            15s
            ease-in-out
            infinite reverse;
    }

    .nuuktime-cover__module--3,
    .nuuktime-cover__module--7 {
        animation:
            nuuktimeHeroModules
            8s
            ease-in-out
            infinite;
    }
}


/* =========================================================
   ACCESSIBILITY / MOTION SAFETY
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .nuuktime-cover__glow,
    .nuuktime-cover__module {
        animation: none !important;
        transform: none !important;
    }
}

/* =========================================================
   R3.2-E — HERO INFO BAR
   ========================================================= */

.nuuktime-cover__stats {
    position: relative;
    z-index: 3;

    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    background:
        linear-gradient(
            100deg,
            rgba(244, 249, 255, 0.98) 0%,
            rgba(248, 248, 255, 0.96) 50%,
            rgba(255, 247, 245, 0.98) 100%
        );

    border-top:
        1px solid rgba(255, 255, 255, 0.65);

    backdrop-filter:
        blur(24px);

    box-shadow:
        0 -8px 28px rgba(15, 23, 42, 0.035);
}

.nuuktime-cover__stat {
    position: relative;

    display: flex;
    align-items: center;

    gap: 1.25rem;

    min-width: 0;

    padding:
        1.6rem
        1.75rem;
}

.nuuktime-cover__stat + .nuuktime-cover__stat {
    border-left:
        1px solid rgba(148, 163, 184, 0.20);
}


/* =========================================================
   STAT COPY
   ========================================================= */

.nuuktime-cover__stat-copy {
    min-width: 0;
}

.nuuktime-cover__stat-copy strong {
    display: block;

    color: #0f172a;

    font-size: clamp(
        1.15rem,
        2vw,
        1.4rem
    );

    font-weight: 800;

    line-height: 1.15;

    letter-spacing: -0.025em;
}

.nuuktime-cover__stat-copy span {
    display: block;

    margin-top: 0.4rem;

    color: #64748b;

    font-size: 0.82rem;

    line-height: 1.45;
}


/* =========================================================
   ICON CONTAINER
   ========================================================= */

.nuuktime-cover__stat-icon {
    position: relative;

    display: grid;
    place-items: center;

    width: 3.3rem;
    height: 3.3rem;

    flex: 0 0 3.3rem;

    border-radius: 1rem;

    background:
        rgba(255, 255, 255, 0.82);

    border:
        1px solid rgba(255, 255, 255, 0.9);

    box-shadow:
        0 8px 24px rgba(15, 23, 42, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}


/* =========================================================
   SERVICES ICON
   ========================================================= */

.nuuktime-cover__stat-icon--services {
    grid-template-columns:
        repeat(2, 0.65rem);

    grid-template-rows:
        repeat(2, 0.65rem);

    gap: 0.26rem;
}

.nuuktime-cover__stat-icon--services span {
    width: 0.65rem;
    height: 0.65rem;

    border-radius: 0.16rem;

    border:
        2px solid #3f6ee8;

    background:
        rgba(63, 110, 232, 0.09);

    box-shadow:
        0 0 8px rgba(63, 110, 232, 0.10);
}


/* =========================================================
   CLOCK ICON
   ========================================================= */

.nuuktime-cover__stat-icon--time {
    border-radius: 999px;
}

.nuuktime-cover__clock {
    position: relative;

    width: 1.65rem;
    height: 1.65rem;

    border-radius: 999px;

    border:
        2px solid #5d3be8;
}

.nuuktime-cover__clock::after {
    content: '';

    position: absolute;

    width: 0.2rem;
    height: 0.2rem;

    left: 50%;
    top: 50%;

    transform:
        translate(-50%, -50%);

    border-radius: 999px;

    background:
        #5d3be8;
}

.nuuktime-cover__clock-hand {
    position: absolute;

    left: 50%;
    top: 27%;

    width: 2px;

    border-radius: 999px;

    background:
        #5d3be8;

    transform-origin:
        bottom center;
}

.nuuktime-cover__clock-hand--hour {
    height: 0.45rem;

    transform:
        translate(-50%, -100%)
        rotate(0deg);
}

.nuuktime-cover__clock-hand--minute {
    height: 0.62rem;

    transform:
        translate(-50%, -100%)
        rotate(115deg);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 639px) {

    .nuuktime-cover__stats {
        grid-template-columns: 1fr;
    }

    .nuuktime-cover__stat {
        gap: 1rem;

        padding:
            1rem
            1.1rem;
    }

    .nuuktime-cover__stat + .nuuktime-cover__stat {
        border-left: 0;

        border-top:
            1px solid rgba(148, 163, 184, 0.18);
    }

    .nuuktime-cover__stat-icon {
        width: 2.8rem;
        height: 2.8rem;

        flex-basis: 2.8rem;

        border-radius: 0.85rem;
    }

    .nuuktime-cover__stat-icon--time {
        border-radius: 999px;
    }

    .nuuktime-cover__stat-copy strong {
        font-size: 1rem;
    }

    .nuuktime-cover__stat-copy span {
        margin-top: 0.25rem;

        font-size: 0.75rem;
    }
}

/* =========================================================
   R3.2-E.1 — MICRO ALIGNMENT FIXES
   ========================================================= */

.nuuktime-cover__stat {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.25rem;
    min-height: 7rem;
}

.nuuktime-cover__stat-icon {
    display: grid;
    place-items: center;
    align-self: center;
    margin: 0;
}

.nuuktime-cover__stat-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 3.3rem;
}

.nuuktime-cover__stat-copy strong,
.nuuktime-cover__stat-copy span {
    margin-left: 0;
}


/* =========================================================
   SERVICES ICON ALIGNMENT
   ========================================================= */

.nuuktime-cover__stat-icon--services {
    place-content: center;
}

.nuuktime-cover__stat-icon--services span {
    display: block;
}


/* =========================================================
   CLOCK ALIGNMENT
   ========================================================= */

.nuuktime-cover__clock {
    position: relative;
    display: block;
}

.nuuktime-cover__clock-hand {
    position: absolute;
    left: 50%;
    top: 27%;
    width: 2px;
    border-radius: 999px;
    background: #5d3be8;
    transform-origin: 50% 100%;
}

.nuuktime-cover__clock-hand--hour {
    height: 0.42rem;
    transform:
        translate(-50%, -100%)
        rotate(0deg);
}

.nuuktime-cover__clock-hand--minute {
    height: 0.62rem;
    transform:
        translate(-50%, -100%)
        rotate(115deg);
}


/* =========================================================
   DIVIDER / BALANCE
   ========================================================= */

.nuuktime-cover__stat + .nuuktime-cover__stat {
    border-left:
        1px solid rgba(148, 163, 184, 0.18);
}


/* =========================================================
   EYEBROW TUNING
   ========================================================= */

.nuuktime-cover__eyebrow {
    margin-bottom: 0.4rem;
    letter-spacing: 0.18em;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 639px) {

    .nuuktime-cover__stat {
        min-height: 5.5rem;
        gap: 1rem;
    }

    .nuuktime-cover__stat-copy {
        min-height: auto;
    }

    .nuuktime-cover__stat + .nuuktime-cover__stat {
        border-left: 0;
        border-top:
            1px solid rgba(148, 163, 184, 0.18);
    }
}
/* =========================================================
   R3.3 — SERVICES
   ========================================================= */

.nuuktime-services {
    position: relative;
    /*padding-block:
        clamp(4rem, 7vw, 6.5rem);*/
    padding:
        3.75rem
        0
        clamp(4rem, 7vw, 6.5rem);

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbfcfe 100%
        );
}

.nuuktime-services__container {
    width: min(100% - 3rem, 80rem);
    margin-inline: auto;
}


/* =========================================================
   HEADER
   ========================================================= */

.nuuktime-services__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 3rem;

    margin-bottom:
        clamp(3rem, 5vw, 4rem);
}

.nuuktime-services__eyebrow {
    margin: 0 0 0.65rem;

    color: var(--nuuk-blue);

    font-size: 0.76rem;
    font-weight: 800;

    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.nuuktime-services__title {
    max-width: 14ch;

    margin: 0;

    color: #0f172a;

    font-size:
        clamp(2rem, 3.5vw, 3rem);

    font-weight: 850;

    line-height: 1.05;

    letter-spacing: -0.04em;
}

.nuuktime-services__description {
    max-width: 36rem;

    margin: 1rem 0 0;

    color: #64748b;

    font-size: 0.98rem;

    line-height: 1.7;
}


/* Count */

.nuuktime-services__count {
    display: flex;
    align-items: baseline;

    gap: 0.45rem;

    flex-shrink: 0;

    padding:
        0.8rem
        1rem;

    border:
        1px solid rgba(148, 163, 184, 0.20);

    border-radius: 1rem;

    background:
        rgba(248, 250, 252, 0.8);
}

.nuuktime-services__count strong {
    color: #0f172a;

    font-size: 1.2rem;

    font-weight: 850;
}

.nuuktime-services__count span {
    color: #64748b;

    font-size: 0.78rem;

    font-weight: 600;
}


/* =========================================================
   GRID
   ========================================================= */

.nuuktime-services__grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}


/* =========================================================
   CARD
   ========================================================= */

.nuuktime-service-card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;
    min-height: auto;

    padding: 1.4rem;

    overflow: hidden;

    border:
        1px solid rgba(148, 163, 184, 0.16);

    border-radius: 1.5rem;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(249, 251, 255, 0.98) 68%,
            rgba(248, 247, 255, 0.96) 100%
        );

    box-shadow:
        0 14px 38px rgba(15, 23, 42, 0.055);

    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

/* Institutional glow */

.nuuktime-service-card::after {
    content: '';

    position: absolute;

    width: 9rem;
    height: 9rem;

    top: -5.5rem;
    right: -4.5rem;

    border-radius: 999px;

    background:
        radial-gradient(
            circle,
            rgba(8, 116, 189, 0.10),
            rgba(135, 46, 132, 0.045) 48%,
            transparent 72%
        );

    pointer-events: none;
}

.nuuktime-service-card::before {
    content: '';

    position: absolute;

    top: 0;
    left: 1.4rem;
    right: 1.4rem;

    height: 2px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            var(--nuuk-blue),
            var(--nuuk-purple),
            var(--nuuk-berry)
        );

    opacity: 0.28;

    transition:
        opacity 180ms ease;
}

.nuuktime-service-card:hover {
    transform: translateY(-3px);

    border-color:
        rgba(8, 116, 189, 0.18);

    box-shadow:
        0 22px 48px rgba(15, 23, 42, 0.09);
}

.nuuktime-service-card:hover::before {
    opacity: 0.75;
}


/* =========================================================
   TOP
   ========================================================= */

.nuuktime-service-card__top {
    position: relative;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 0.75rem;

    margin-bottom: 1rem;
}

.nuuktime-service-card__icon {
    width: 3.8rem;
    height: 3.8rem;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 1rem;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.95),
            rgba(245,247,252,.95)
        );

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.9),
        0 8px 18px rgba(25,40,70,.08);

    flex-shrink: 0;
}
.nuuktime-service-card__icon span,
.nuuktime-service-card__icon i,
.nuuktime-service-card__emoji {
    font-size: 2.3rem;
    line-height: 1;

    display: flex;
    align-items: center;
    justify-content: center;
}

.nuuktime-service-card:hover .nuuktime-service-card__icon{
    transform: scale(1.06);
}

.nuuktime-service-card__icon{
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}
/*
.nuuktime-service-card__icon {
    width: 3.8rem;
    height: 3.8rem;

    flex:
        0
        0
        2.8rem;

    border-radius: 0.9rem;

    background:
        linear-gradient(
            145deg,
            rgba(8, 116, 189, 0.09),
            rgba(135, 46, 132, 0.055)
        );
}
*/
/* Default icon */

.nuuktime-service-card__default-icon {
    display: grid;

    grid-template-columns:
        repeat(2, 0.48rem);

    grid-template-rows:
        repeat(2, 0.48rem);

    gap: 0.2rem;
}

.nuuktime-service-card__default-icon span {
    border:
        1.5px solid
        var(--nuuk-blue);

    border-radius: 0.13rem;

    background:
        rgba(8, 116, 189, 0.07);
}


/* Duration */

.nuuktime-service-card__duration {
    display: inline-flex;

    align-items: center;

    min-height: 2rem;

    padding:
        0.45rem
        0.8rem;

    border:
        1px solid rgba(148, 163, 184, 0.16);

    border-radius: 999px;

    background:
        #f8fafc;

    color:
        #64748b;

    font-size:
        0.75rem;

    font-weight:
        700;
}


/* =========================================================
   BODY
   ========================================================= */
.nuuktime-service-card__body {
    position: relative;
    z-index: 1;

    flex: 0 1 auto;
}

.nuuktime-service-card__title {
    font-size: 1.1rem;
    line-height: 1.3;
}

.nuuktime-service-card__description {
    margin-top: 0.55rem;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
}



/* Modality */

.nuuktime-service-card__modality {
    margin-top: 0.7rem;

    color: #64748b;

    font-size: 0.72rem;
}

.nuuktime-service-card__status-dot {
    width:
        0.45rem;

    height:
        0.45rem;

    flex:
        0
        0
        0.45rem;

    border-radius:
        999px;

    background:
        #22c55e;

    box-shadow:
        0
        0
        0
        3px
        rgba(34, 197, 94, 0.10);
}


/* =========================================================
   FOOTER
   ========================================================= */

.nuuktime-service-card__footer {
    position: relative;
    z-index: 1;

    margin-top: 1.2rem;
    padding-top: 1.1rem;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 1rem;

    border-top:
        1px solid rgba(148, 163, 184, 0.13);
}

.nuuktime-service-card__price strong {
    font-size: 1.45rem;
}


/* Price */
/*
.nuuktime-service-card__price {
    min-width: 0;
}

.nuuktime-service-card__price-label {
    display: block;

    margin-bottom:
        0.2rem;

    color:
        #94a3b8;

    font-size:
        0.7rem;

    font-weight:
        650;

    text-transform:
        uppercase;

    letter-spacing:
        0.06em;
}

.nuuktime-service-card__price strong {
    display: block;

    color:
        #0f172a;

    font-size:
        1.65rem;

    font-weight:
        850;

    line-height:
        1;

    letter-spacing:
        -0.04em;
}
*/

/* =========================================================
   ACTION
   ========================================================= */

.nuuktime-service-card__action {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap:
        0.55rem;

    min-height:
        2.9rem;

    padding:
        0.75rem
        1rem;

    border-radius:
        0.9rem;

    background:
        #2d3c55;

    color:
        #ffffff;

    font-size:
        0.84rem;

    font-weight:
        750;

    text-decoration:
        none;

    transition:
        transform 160ms ease,
        box-shadow 160ms ease,
        background 160ms ease;
}

.nuuktime-service-card__action svg {
    width:
        1rem;

    height:
        1rem;

    transition:
        transform 160ms ease;
}

.nuuktime-service-card__action:hover {
    background:
        #202d43;

    transform:
        translateY(-1px);

    box-shadow:
        0 10px 22px rgba(45, 60, 85, 0.16);
}

.nuuktime-service-card__action:hover svg {
    transform:
        translateX(2px);
}


/* =========================================================
   EMPTY STATE
   ========================================================= */

.nuuktime-services__empty {
    display: flex;

    flex-direction: column;

    align-items: center;

    max-width:
        32rem;

    margin-inline:
        auto;

    padding:
        4rem
        1.5rem;

    text-align:
        center;
}

.nuuktime-services__empty-icon {
    display: grid;

    grid-template-columns:
        repeat(2, 0.75rem);

    grid-template-rows:
        repeat(2, 0.75rem);

    gap:
        0.3rem;

    margin-bottom:
        1.5rem;

    padding:
        1.25rem;

    border-radius:
        1.25rem;

    background:
        rgba(8, 116, 189, 0.06);
}

.nuuktime-services__empty-icon span {
    border:
        2px solid
        var(--nuuk-blue);

    border-radius:
        0.2rem;
}

.nuuktime-services__empty h2 {
    margin:
        0;

    color:
        #0f172a;

    font-size:
        1.5rem;

    font-weight:
        800;
}

.nuuktime-services__empty p {
    margin:
        0.75rem
        0
        0;

    color:
        #64748b;

    line-height:
        1.65;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1023px) {

    .nuuktime-services__container {
        width:
            min(100% - 2rem, 48rem);
    }

    .nuuktime-services__header {
        align-items:
            flex-start;

        gap:
            2rem;
    }

    .nuuktime-services__grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 639px) {

    .nuuktime-services {
        padding-block:
            3.5rem;
    }

    .nuuktime-services__container {
        width:
            min(100% - 1.25rem, 34rem);
    }

    .nuuktime-services__header {
        display:
            block;

        margin-bottom:
            2rem;
    }

    .nuuktime-services__title {
        max-width:
            12ch;

        font-size:
            2rem;
    }

    .nuuktime-services__count {
        width:
            fit-content;

        margin-top:
            1.4rem;
    }


    .nuuktime-services__grid {
            grid-template-columns: 1fr;
        }

    

    .nuuktime-service-card {
        min-height:
            auto;

        padding:
            1.3rem;

        border-radius:
            1.4rem;
    }

    .nuuktime-service-card__footer {
        align-items:
            center;
    }

    .nuuktime-service-card__action {
        min-width:
            7.5rem;
    }

}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 374px) {

    .nuuktime-service-card__footer {
        align-items:
            stretch;

        flex-direction:
            column;
    }

    .nuuktime-service-card__action {
        width:
            100%;
    }

}