@font-face {
            font-family: "Neuropol";
            src: url("fonts/Neuropol_X_Rg.woff2") format("woff2");
            font-weight: 400;
            font-style: normal;
            font-display: swap;
        }

        :root {
            --brand: #061587;
            --brand-dark: #040f63;
            --brand-soft: #e8ecff;
            --ink: #17202a;
            --muted: #5f6973;
            --bg: #f4f6f8;
            --card: #ffffff;
            --line: #d9e0e7;
            --radius: 18px;
            --radius-sm: 12px;
            --shadow: 0 18px 40px rgba(23, 32, 42, 0.12);
        }

        * { box-sizing: border-box; }

        body {
            margin: 0;
            font-family: "Source Sans 3", sans-serif;
            color: var(--ink);
            overflow-x: hidden;
            background:
                radial-gradient(circle at 15% -10%, #e7edff 0%, transparent 45%),
                radial-gradient(circle at 90% 10%, #e8f3ff 0%, transparent 35%),
                var(--bg);
        }

        h1, h2, h3, h4 {
            font-family: "Neuropol", "Space Grotesk", sans-serif;
            letter-spacing: 0.01em;
        }

        .navbar-brand,
        .nav-link,
        .dropdown-item {
            font-family: "Neuropol", "Space Grotesk", sans-serif;
            letter-spacing: 0.03em;
        }

        .navbar {
            background: rgba(255, 255, 255, 0.96);
            backdrop-filter: blur(8px);
            border-bottom: 1px solid rgba(6, 21, 135, 0.12);
            padding: 0.75rem 0;
        }

        .navbar-brand img {
            height: 44px;
            width: auto;
        }

        .nav-link {
            font-weight: 600;
            color: #0f1720 !important;
            transition: color 0.25s ease, opacity 0.2s ease;
        }

        .nav-link:hover,
        .nav-link:focus {
            color: var(--brand) !important;
            opacity: 1;
        }

        .navbar .nav-link.dropdown-toggle {
            color: var(--brand) !important;
        }

        .navbar-toggler {
            border-color: rgba(6, 21, 135, 0.28);
            color: var(--brand) !important;
        }

        .navbar-toggler:focus {
            box-shadow: 0 0 0 0.18rem rgba(6, 21, 135, 0.15);
        }

        .dropdown-item {
            color: #1a2430;
        }

        .dropdown-item:hover,
        .dropdown-item:focus {
            color: var(--brand-dark);
            background: var(--brand-soft);
        }

        .dropdown-menu {
            border-radius: var(--radius-sm);
            border: 1px solid var(--line);
        }

        .masthead {
            min-height: 86vh;
            /*padding: 7rem 0 4rem;*/
            color: #fff;
        }

        .masthead .carousel-item {
            min-height: 86vh;
            position: relative;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .slide-1 { background-image: url("../assets/img/bg1.png"); }
        .slide-2 { background-image: url("../assets/img/bg2.png"); }
        .slide-3 { background-image: url("../assets/img/bg3.png"); }

        .masthead-content-bottom {
            position: relative;
            z-index: 1;
            min-height: 86vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
        }

        .masthead-subheading {
            display: inline-flex;
            align-items: center;
            background: rgba(255, 255, 255, 0.14);
            border: 1px solid rgba(255, 255, 255, 0.28);
            border-radius: 999px;
            padding: 0.35rem 0.75rem;
            margin-bottom: 1rem;
            font-weight: 600;
            font-size: 1rem;
        }

        .masthead-heading {
            font-size: clamp(1.55rem, 4.2vw, 2.9rem);
            line-height: 1.05;
            margin-bottom: 1rem;
            max-width: 820px;
            text-wrap: balance;
            font-family: "Neuropol", "Space Grotesk", sans-serif;
            letter-spacing: 0.03em;
        }

        .section-title,
        .shop-card h4,
        .history-title,
        .team-name {
            font-family: "Neuropol", "Space Grotesk", sans-serif;
        }

        .masthead .btn-brand {
            margin-top: 0.45rem;
            background: linear-gradient(135deg, #ff9a1f 0%, #ff6a00 100%);
            box-shadow: 0 12px 26px rgba(255, 106, 0, 0.24);
        }

        .masthead .carousel-control-prev,
        .masthead .carousel-control-next {
            width: 9%;
        }

        .masthead .carousel-control-prev-icon,
        .masthead .carousel-control-next-icon {
            width: 2.4rem;
            height: 2.4rem;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.2);
            background-size: 52% 52%;
            border: 1px solid rgba(255, 255, 255, 0.35);
        }

        .masthead-lead {
            font-size: 1.1rem;
            max-width: 620px;
            color: rgba(255, 255, 255, 0.88);
            margin-bottom: 2rem;
        }

        .btn-brand {
            background: var(--brand);
            border: none;
            color: #fff;
            padding: 0.82rem 1.4rem;
            font-weight: 700;
            border-radius: 12px;
            text-transform: uppercase;
            letter-spacing: 0.03em;
            transition: transform 0.2s ease, background 0.2s ease;
        }

        .btn-brand:hover,
        .btn-brand:focus {
            background: var(--brand-dark);
            color: #fff;
            transform: translateY(-1px);
        }

        .masthead .btn-brand:hover,
        .masthead .btn-brand:focus {
            background: linear-gradient(135deg, #ffb24d 0%, #ff7a1a 100%);
            box-shadow: 0 14px 30px rgba(255, 106, 0, 0.3);
        }

        .btn-brand:disabled,
        .btn-brand.disabled {
            opacity: 1;
            background: var(--brand);
            color: #fff;
            cursor: not-allowed;
            transform: none;
        }

        .section {
            padding: 5rem 0;
            position: relative;
        }

        .page-section {
            padding: 5rem 0;
            position: relative;
        }

        .page-section .section-heading {
            font-size: clamp(1.8rem, 3.8vw, 2.8rem);
            margin-bottom: 0.8rem;
        }

        .page-section .section-subheading {
            color: var(--muted);
            margin-bottom: 2.4rem;
            font-size: 1.1rem;
        }

        .section-alt {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(248, 251, 255, 0.72) 100%);
            border-top: 1px solid rgba(217, 224, 231, 0.7);
            border-bottom: 1px solid rgba(217, 224, 231, 0.7);
        }

        .section-soft {
            background: linear-gradient(180deg, rgba(232, 236, 255, 0.52) 0%, rgba(255, 255, 255, 0.32) 100%);
        }

        .section-title {
            font-size: clamp(1.8rem, 3.8vw, 2.8rem);
            margin-bottom: 0.8rem;
        }

        .section-sub {
            color: var(--muted);
            margin-bottom: 2.4rem;
            font-size: 1.1rem;
        }

        .shop-card {
            background: var(--card);
            border: 1px solid var(--line);
            border-radius: var(--radius);
            box-shadow: var(--shadow);
            padding: 1.35rem;
            height: 100%;
        }

        .shop-layout {
            display: grid;
            grid-template-columns: 1fr 330px;
            gap: 1rem;
            align-items: stretch;
            height: 100%;
        }

        .shop-copy {
            display: flex;
            flex-direction: column;
            min-width: 0;
        }

        .shop-header {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 0.85rem;
            margin-bottom: 0.25rem;
        }

        .shop-card h4 {
            margin: 0.6rem 0 0.8rem;
        }

        .shop-icon {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: var(--brand-soft);
            color: var(--brand-dark);
            font-size: 1.2rem;
        }

        .shop-info {
            margin-bottom: 0.5rem;
            color: #3f4954;
        }

        .shop-info i {
            width: 16px;
            margin-right: 0.45rem;
            color: var(--brand-dark);
        }

        .shop-info a {
            color: inherit;
            text-decoration: none;
        }

        .shop-socials {
            display: flex;
            gap: 0.65rem;
            align-items: center;
            flex-wrap: wrap;
            justify-content: flex-end;
            margin-top: 0.15rem;
        }

        .shop-socials a {
            width: 38px;
            height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            border: 1px solid var(--line);
            background: #fff;
            color: var(--brand-dark);
            text-decoration: none;
            transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
        }

        .shop-socials a:hover,
        .shop-socials a:focus {
            transform: translateY(-1px);
            background: var(--brand);
            color: #fff;
            border-color: var(--brand);
        }

        .shop-actions {
            margin-top: auto;
            padding-top: 1rem;
        }

        .shop-actions .btn {
            min-width: 150px;
        }

        .shop-map {
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid var(--line);
            min-height: 185px;
            background: #eef2ff;
            height: 100%;
        }

        .shop-map iframe {
            width: 100%;
            height: 100%;
            min-height: 185px;
            border: 0;
            display: block;
        }

        .shop-map img {
            width: 100%;
            height: 100%;
            min-height: 185px;
            object-fit: cover;
            display: block;
        }

        .history-timeline {
            position: relative;
            padding-left: 2.2rem;
        }

        .history-timeline::before {
            content: "";
            position: absolute;
            left: 0.78rem;
            top: 0;
            bottom: 0;
            width: 3px;
            border-radius: 999px;
            background: linear-gradient(to bottom, #9aa8ff 0%, var(--brand) 35%, #b4c5da 100%);
        }

        .history-item {
            position: relative;
            margin-bottom: 1.35rem;
            background: #fff;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            box-shadow: 0 8px 24px rgba(16, 23, 31, 0.09);
            overflow: hidden;
        }

        .history-item:last-child {
            margin-bottom: 0;
        }

        .history-item::before {
            content: "";
            position: absolute;
            left: -1.92rem;
            top: 1.2rem;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: var(--brand);
            border: 2px solid #fff;
            box-shadow: 0 0 0 3px rgba(6, 21, 135, 0.2);
        }

        .history-content {
            display: grid;
            grid-template-columns: minmax(190px, 240px) 1fr;
            gap: 1rem;
            align-items: stretch;
        }

        .history-item img {
            width: 100%;
            height: 100%;
            min-height: 170px;
            object-fit: cover;
            display: block;
        }

        .history-body {
            padding: 1rem 1.1rem 1rem 0;
        }

        .history-date {
            display: inline-block;
            font-size: 0.86rem;
            font-weight: 700;
            color: #fff;
            background: var(--brand-dark);
            padding: 0.2rem 0.6rem;
            border-radius: 999px;
            margin-bottom: 0.5rem;
        }

        .history-title {
            margin: 0.1rem 0 0.45rem;
            font-size: 1rem;
        }

        .history-desc {
            margin: 0;
            color: var(--muted);
            font-size: 0.98rem;
            line-height: 1.45;
        }

        .dato-missing {
            color: #c00000;
            font-weight: 700;
        }

        .team-section {
            background:
                radial-gradient(circle at 10% 0%, rgba(255, 154, 31, 0.08) 0%, transparent 38%),
                radial-gradient(circle at 90% 10%, rgba(6, 21, 135, 0.05) 0%, transparent 32%),
                linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 250, 255, 0.95) 100%);
        }

        .team-layout {
            display: grid;
            grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
            gap: 1.5rem;
            align-items: stretch;
            margin-top: 1.5rem;
        }

        .team-photo-card,
        .team-role-card {
            height: 100%;
            background: #fff;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            box-shadow: var(--shadow);
            overflow: hidden;
        }

        .team-photo-card {
            background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
        }

        .team-photo-card img {
            width: 100%;
            height: 100%;
            min-height: 320px;
            display: block;
            object-fit: cover;
        }

        .team-roles {
            display: grid;
            gap: 1rem;
        }

        .team-role-card {
            display: grid;
            grid-template-columns: 1fr;
            gap: 0.3rem;
            align-items: center;
            padding: 1.15rem 1.2rem;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .team-role-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 18px 38px rgba(23, 32, 42, 0.12);
        }

        .team-role-body h4 {
            margin: 0;
            font-size: 1.06rem;
            line-height: 1.4;
        }

        .team-role-body p {
            margin: 0.25rem 0 0;
            color: var(--muted);
        }

        .timeline {
            position: relative;
            padding: 0;
            list-style: none;
        }

        .timeline::before {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 40px;
            width: 2px;
            margin-left: -1.5px;
            content: "";
            background: linear-gradient(to bottom, #9aa8ff 0%, var(--brand) 35%, #b4c5da 100%);
        }

        .timeline > li {
            position: relative;
            min-height: 50px;
            margin-bottom: 50px;
        }

        .timeline > li::after,
        .timeline > li::before {
            display: table;
            content: " ";
        }

        .timeline > li::after {
            clear: both;
        }

        .timeline > li .timeline-panel {
            position: relative;
            float: right;
            width: 100%;
            padding: 0 20px 0 100px;
            text-align: left;
        }

        .timeline > li .timeline-image {
            position: absolute;
            z-index: 100;
            left: 0;
            width: 80px;
            height: 80px;
            margin-left: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            color: white;
            border: 7px solid #e9ecef;
            border-radius: 100%;
            background-color: var(--brand);
            box-shadow: 0 0 0 3px rgba(6, 21, 135, 0.16);
        }

        .timeline > li .timeline-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .timeline > li .timeline-image h4,
        .timeline > li .timeline-image .h4 {
            font-size: 10px;
            line-height: 14px;
            margin-top: 24px;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            padding: 0 20px 0 100px;
            text-align: left;
        }

        .timeline .timeline-heading h4,
        .timeline .timeline-heading .h4 {
            margin-top: 0;
            color: inherit;
        }

        .timeline .timeline-heading h4.subheading,
        .timeline .timeline-heading .subheading.h4 {
            text-transform: none;
        }

        .timeline .timeline-body > ul,
        .timeline .timeline-body > p {
            margin-bottom: 0;
        }

        .timeline > li.timeline-inverted > .timeline-image h4,
        .timeline > li.timeline-inverted > .timeline-image .h4 {
            margin-top: 0;
            padding: 0 0.35rem;
            line-height: 1.1;
            text-align: center;
            width: 100%;
        }

        .brand-strip {
            padding: 0;
            border-radius: 0;
            background: #fff;
            border: 1px solid var(--line);
            overflow: hidden;
            position: relative;
            width: 100%;
            margin: 0;
        }

        .brand-strip::before,
        .brand-strip::after {
            content: "";
            position: absolute;
            top: 0;
            width: 90px;
            height: 100%;
            z-index: 2;
            pointer-events: none;
        }

        .brand-strip::before {
            left: 0;
            background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
        }

        .brand-strip::after {
            right: 0;
            background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
        }

        .brand-track {
            display: flex;
            width: max-content;
            animation: brand-slide 26s linear infinite;
        }

        .brand-strip:hover .brand-track {
            animation-play-state: paused;
        }

        .brand-group {
            display: flex;
            align-items: center;
            gap: 3rem;
            padding: 1.2rem 1.6rem;
        }

        .brand-group img {
            height: 34px;
            width: auto;
            max-width: 140px;
            object-fit: contain;
            flex: 0 0 auto;
            display: block;
            opacity: 0.72;
            filter: grayscale(100%);
            transition: opacity 0.2s ease, filter 0.2s ease, transform 0.2s ease;
        }

        .brand-group img:hover {
            opacity: 1;
            filter: grayscale(0%);
            transform: translateY(-1px);
        }

        @keyframes brand-slide {
            from { transform: translateX(0); }
            to { transform: translateX(-50%); }
        }

        .contact-card {
            background: #fff;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            box-shadow: var(--shadow);
            padding: 1.6rem;
        }

        .contact-form {
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .contact-honeypot {
            position: absolute;
            left: -9999px;
            top: auto;
            width: 1px;
            height: 1px;
            overflow: hidden;
        }

        .contact-alert {
            margin-bottom: 1rem;
            border-radius: 14px;
        }

        .contact-message {
            min-height: 220px;
            resize: vertical;
        }

        .contact-accept {
            padding-left: 2rem;
        }

        .contact-accept .form-check-input {
            margin-left: -2rem;
            margin-top: 0.35rem;
            width: 1.05rem;
            height: 1.05rem;
        }

        .contact-accept .form-check-label {
            color: #33404a;
            line-height: 1.5;
        }

        .contact-accept a {
            color: var(--brand-dark);
            font-weight: 600;
            text-decoration: none;
        }

        .contact-accept a:hover,
        .contact-accept a:focus {
            text-decoration: underline;
        }

        .contact-map {
            height: 100%;
            min-height: 420px;
            border-radius: var(--radius);
            overflow: hidden;
            border: 1px solid var(--line);
            box-shadow: 0 10px 28px rgba(16, 23, 31, 0.09);
            background: #eef2ff;
        }

        .contact-map iframe {
            width: 100%;
            height: 100%;
            min-height: 420px;
            border: 0;
            display: block;
        }

        .contact-address {
            margin-top: 1rem;
            padding: 1rem 1.1rem;
            border-radius: 14px;
            background: linear-gradient(180deg, rgba(232, 236, 255, 0.58) 0%, rgba(255, 255, 255, 0.86) 100%);
            border: 1px solid var(--line);
            color: #33404a;
            line-height: 1.55;
        }

        .form-control {
            border-radius: 12px;
            border-color: #d2dae3;
            padding: 0.72rem 0.9rem;
        }

        .form-control:focus {
            border-color: #7f93ff;
            box-shadow: 0 0 0 0.2rem rgba(6, 21, 135, 0.14);
        }

        .footer {
            border-top: 1px solid var(--line);
            background: #fff;
            color: var(--muted);
        }

        .floating-cta {
            position: fixed;
            right: 1.25rem;
            bottom: 1.25rem;
            z-index: 1040;
            display: inline-flex;
            align-items: center;
            gap: 0.85rem;
            padding: 0.9rem 1.1rem;
            border-radius: 12px;
            background: linear-gradient(135deg, #ff9a1f 0%, #ff6a00 100%);
            color: #fff;
            text-decoration: none;
            box-shadow: 0 16px 34px rgba(255, 106, 0, 0.32);
            border: 1px solid rgba(255, 255, 255, 0.26);
            animation: cta-breathe 2.8s ease-in-out infinite;
            transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
        }

        .floating-cta:hover,
        .floating-cta:focus {
            color: #fff;
            transform: translateY(-2px) scale(1.01);
            box-shadow: 0 20px 40px rgba(255, 106, 0, 0.42);
            filter: saturate(1.05);
        }

        .floating-cta-icon {
            width: 42px;
            height: 42px;
            border-radius: 12px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.18);
            font-size: 1rem;
            flex: 0 0 auto;
        }

        .floating-cta-text {
            display: flex;
            flex-direction: column;
            line-height: 1.05;
        }

        .floating-cta-text strong {
            font-size: 0.98rem;
            letter-spacing: 0.02em;
        }

        .floating-cta-text small {
            font-size: 0.72rem;
            opacity: 0.92;
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }

        @keyframes cta-breathe {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-2px); }
        }

        @media (max-width: 992px) {
            .history-content {
                grid-template-columns: minmax(150px, 190px) 1fr;
            }

            .shop-layout {
                grid-template-columns: 1fr;
            }

            .shop-map img,
            .shop-map iframe {
                min-height: 260px;
            }

            .contact-map,
            .contact-map iframe {
                min-height: 360px;
            }
        }

        @media (min-width: 768px) {
            .timeline::before {
                left: 50%;
            }

            .timeline > li {
                min-height: 100px;
                margin-bottom: 100px;
            }

            .timeline > li .timeline-panel {
                float: left;
                width: 41%;
                padding: 0 20px 20px 30px;
                text-align: right;
            }

            .timeline > li .timeline-image {
                left: 50%;
                width: 100px;
                height: 100px;
                margin-left: -50px;
            }

            .timeline > li .timeline-image h4,
            .timeline > li .timeline-image .h4 {
                font-size: 13px;
                line-height: 18px;
                margin-top: 16px;
            }

            .timeline > li.timeline-inverted > .timeline-panel {
                float: right;
                padding: 0 30px 20px 20px;
                text-align: left;
            }
        }

        @media (min-width: 992px) {
            .timeline > li {
                min-height: 150px;
            }

            .timeline > li .timeline-panel {
                padding: 0 20px 20px;
            }

            .timeline > li .timeline-image {
                width: 150px;
                height: 150px;
                margin-left: -75px;
            }

            .timeline > li .timeline-image h4,
            .timeline > li .timeline-image .h4 {
                font-size: 18px;
                line-height: 26px;
                margin-top: 30px;
            }

            .timeline > li.timeline-inverted > .timeline-panel {
                padding: 0 20px 20px;
            }
        }

        @media (min-width: 1200px) {
            .timeline > li {
                min-height: 170px;
            }

            .timeline > li .timeline-panel {
                padding: 0 20px 20px 100px;
            }

            .timeline > li .timeline-image {
                width: 170px;
                height: 170px;
                margin-left: -85px;
            }

            .timeline > li .timeline-image h4,
            .timeline > li .timeline-image .h4 {
                margin-top: 40%;
            }

            .timeline > li.timeline-inverted > .timeline-panel {
                padding: 0 100px 20px 20px;
            }
        }

        @media (max-width: 768px) {
            .masthead,
            .masthead .carousel-item,
            .masthead-content-bottom {
                min-height: 72vh;
                padding-top: 6rem;
            }

            .masthead .carousel-control-prev,
            .masthead .carousel-control-next {
                width: 13%;
            }

            .history-timeline {
                padding-left: 1.6rem;
            }

            .history-timeline::before {
                left: 0.55rem;
            }

            .history-item::before {
                left: -1.42rem;
            }

            .history-content {
                grid-template-columns: 1fr;
                gap: 0;
            }

            .history-item img {
                min-height: 180px;
            }

            .history-body {
                padding: 0.95rem 1rem 1rem;
            }

            .brand-strip::before,
            .brand-strip::after {
                width: 36px;
            }

            .brand-group {
                gap: 2rem;
                padding: 0 1rem;
            }

            .brand-group img {
                height: 26px;
            }

            .section {
                padding: 4rem 0;
            }

            .contact-map,
            .contact-map iframe {
                min-height: 300px;
            }

            .team-layout {
                grid-template-columns: 1fr;
            }

            .team-role-card {
                padding: 1rem;
            }

            .team-photo-card img {
                min-height: 240px;
            }

            .floating-cta {
                right: 0.9rem;
                bottom: 0.9rem;
                padding: 0.82rem 0.95rem;
                gap: 0.7rem;
            }

            .floating-cta-icon {
                width: 38px;
                height: 38px;
            }

            .floating-cta-text strong {
                font-size: 0.92rem;
            }

            .floating-cta-text small {
                font-size: 0.68rem;
            }
        }
