        :root {
            --dobrogea-sea: #0a2540;
            --dobrogea-sea-light: #123a5c;
            --dobrogea-sand: #f5f0e6;
            --dobrogea-sand-dark: #e8dfd0;
            --dobrogea-wheat: #c9a84c;
            --dobrogea-wheat-light: #dbc278;
            --dobrogea-terracotta: #a0522d;
            --dobrogea-delta: #1a535c;
            --dobrogea-sky: #4a7c9b;
            --dobrogea-text: #1a2e3b;
            --dobrogea-text-muted: #4a5f6d;
        }

        * {
            scroll-behavior: smooth;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
            background: var(--dobrogea-sand);
            scroll-padding-top: 4.5rem;
        }

        body {
            font-family: 'Source Sans 3', sans-serif;
            background: var(--dobrogea-sand);
            color: var(--dobrogea-text);
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
            margin: 0;
        }

        :target {
            outline: none;
        }

        main:focus {
            outline: none;
        }

        a:focus,
        button:focus {
            outline: none;
        }

        a:focus-visible,
        button:focus-visible,
        input:focus-visible,
        textarea:focus-visible,
        select:focus-visible,
        [tabindex]:focus-visible {
            outline: 2px solid var(--dobrogea-wheat);
            outline-offset: 2px;
        }

        .skip-link {
            position: absolute;
            left: -9999px;
            top: 0;
            z-index: 10000;
            padding: 0.75rem 1rem;
            background: var(--dobrogea-wheat);
            color: var(--dobrogea-sea);
            font-weight: 600;
            text-decoration: none;
        }

        .skip-link:focus {
            left: 0;
        }

        /* Hide the blinking text caret when clicking on content */
        body { caret-color: transparent; }

        input,
        textarea,
        select,
        [contenteditable] {
            caret-color: auto;
        }

        .site-section {
            padding: 5rem 1rem;
        }

        @media (min-width: 640px) {
            .site-section { padding: 5rem 1.5rem; }
        }

        @media (max-width: 767px) {
            .site-section { padding: 3rem 1rem; }
            .page-section { padding: 3rem 1rem; }
            .page-card { padding: 1.5rem; }
            .footer-brand-strip { flex-wrap: wrap; gap: 0.75rem; }
            .footer-brand-strip .strip-divider { display: none; }

            html, body { overflow-x: clip; }

            .page-card-grid,
            #trasee-grid,
            #curio-grid {
                grid-template-columns: 1fr !important;
            }

            .page-section-header h2,
            .section-header h2 {
                font-size: clamp(1.5rem, 6vw, 2rem);
            }

            .product-hero h1 {
                font-size: clamp(1.75rem, 7vw, 2.75rem);
            }

            .product-hero-lead {
                font-size: 1rem;
            }

            .site-breadcrumb ol {
                flex-wrap: wrap;
                row-gap: 0.25rem;
            }

            .btn-primary,
            .btn-secondary,
            .btn-hero {
                min-height: 44px;
            }

            .nav-mobile-sub a {
                padding-left: 1.25rem;
                font-size: 0.875rem;
            }
        }

        .header.scrolled {
            box-shadow: 0 4px 24px rgba(10, 37, 64, 0.25);
        }

        h1, h2, h3, h4, .font-display {
            font-family: 'Cormorant Garamond', serif;
            font-weight: 600;
            letter-spacing: -0.01em;
        }

        .header {
            background: rgba(10, 37, 64, 0.97);
            border-bottom: 1px solid rgba(201, 168, 76, 0.12);
            backdrop-filter: saturate(180%) blur(16px);
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 32px rgba(10, 37, 64, 0.18);
        }

        .header a:not(.logo-link) {
            position: relative;
            transition: color 0.2s ease;
        }

        .header a:not(.logo-link)::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--dobrogea-wheat);
            transition: width 0.25s ease;
        }

        .header a:not(.logo-link):hover::after {
            width: 100%;
        }

        .footer {
            background: #061828;
            border-top: 1px solid rgba(201, 168, 76, 0.12);
        }

        .gradient-text {
            background: linear-gradient(135deg, var(--dobrogea-sea) 0%, var(--dobrogea-sky) 50%, var(--dobrogea-wheat) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hover-lift {
            transition: transform 0.25s ease, box-shadow 0.25s ease;
        }

        .hover-lift:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(10, 37, 64, 0.1);
        }

        .btn-primary {
            background: var(--dobrogea-sea);
            color: white;
            padding: 0.875rem 2rem;
            border-radius: 8px;
            border: 1px solid rgba(201, 168, 76, 0.2);
            font-weight: 600;
            font-size: 0.9375rem;
            letter-spacing: 0.01em;
            font-family: 'Source Sans 3', sans-serif;
            transition: all 0.25s ease;
            box-shadow: 0 2px 8px rgba(10, 37, 64, 0.2);
            position: relative;
            overflow: hidden;
            text-decoration: none;
            display: inline-block;
        }

        .btn-primary:hover {
            background: var(--dobrogea-sea-light);
            transform: translateY(-1px);
            box-shadow: 0 6px 20px rgba(10, 37, 64, 0.28);
            color: white;
        }

        .btn-secondary {
            background: white;
            color: var(--dobrogea-sea);
            padding: 0.875rem 2rem;
            border-radius: 8px;
            border: 1px solid rgba(10, 37, 64, 0.12);
            font-weight: 600;
            font-size: 0.9375rem;
            font-family: 'Source Sans 3', sans-serif;
            text-decoration: none;
            display: inline-block;
            transition: all 0.25s ease;
            box-shadow: 0 1px 3px rgba(10, 37, 64, 0.06);
        }

        .btn-secondary:hover {
            border-color: var(--dobrogea-wheat);
            color: var(--dobrogea-sea);
            background: rgba(255, 255, 255, 0.95);
            box-shadow: 0 4px 12px rgba(10, 37, 64, 0.08);
        }

        .dobrogea-divider {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin: 0 auto;
            max-width: 200px;
        }

        .dobrogea-divider::before,
        .dobrogea-divider::after {
            content: '';
            flex: 1;
            height: 1px;
            background: linear-gradient(90deg, transparent, var(--dobrogea-wheat), transparent);
        }

        .dobrogea-divider i {
            color: var(--dobrogea-wheat);
            font-size: 0.75rem;
        }

        .section-label {
            font-size: 0.75rem;
            font-weight: 600;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: #7a6020;
            margin-bottom: 0.75rem;
        }

        .section-header {
            text-align: center;
            margin-bottom: 3rem;
        }

        .section-header h2 {
            font-size: clamp(1.875rem, 4vw, 2.75rem);
            color: var(--dobrogea-sea);
            margin-bottom: 0.875rem;
            line-height: 1.15;
        }

        .section-header p {
            color: var(--dobrogea-text-muted);
            font-size: 1.0625rem;
            line-height: 1.7;
            max-width: 38rem;
            margin: 0 auto;
        }

        ::selection {
            background: rgba(201, 168, 76, 0.25);
            color: var(--dobrogea-sea);
        }

        /* ── Responsive navigation ── */
        .site-nav {
            max-width: 80rem;
            margin: 0 auto;
            padding: 0.875rem 1rem;
        }

        @media (min-width: 640px) {
            .site-nav { padding: 1rem 1.5rem; }
        }

        @media (min-width: 1024px) {
            .site-nav { padding: 1rem 2rem; }
        }

        .nav-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
        }

        .nav-toggle {
            margin-left: auto;
        }

        @media (max-width: 640px) {
            .logo-link .logo-tagline { display: none; }
            .logo-link .logo-name { font-size: 0.95rem; }
            .site-nav { padding: 0.625rem 0.875rem; }
        }

        @media (max-width: 380px) {
            .logo-link .logo-name { font-size: 0.85rem; }
        }

        .logo-link {
            font-family: 'Cormorant Garamond', serif;
            font-weight: 600;
            color: white;
            text-decoration: none;
            transition: color 0.2s ease;
            flex-shrink: 1;
            min-width: 0;
            letter-spacing: 0.01em;
        }

        .logo-link .logo-name {
            display: block;
            font-size: clamp(1.05rem, 3.2vw, 1.3rem);
            line-height: 1.2;
        }

        .logo-link .logo-tagline {
            display: block;
            font-family: 'Source Sans 3', sans-serif;
            font-size: 0.625rem;
            font-weight: 500;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: #dbc278;
            margin-top: 0.125rem;
        }

        .logo-link:hover,
        .logo-link:hover .logo-name { color: #dbc278; }

        .nav-desktop {
            display: none;
            align-items: center;
            gap: 2rem;
        }

        .nav-desktop a,
        .nav-desktop button {
            color: white;
            font-weight: 500;
            font-size: 0.9375rem;
            background: none;
            border: none;
            cursor: pointer;
            font-family: 'Source Sans 3', sans-serif;
            text-decoration: none;
            transition: color 0.2s ease;
            white-space: nowrap;
        }

        .nav-desktop a:hover,
        .nav-desktop button:hover { color: #dbc278; }

        .nav-dropdown { position: relative; }

        .nav-dropdown-menu {
            position: absolute;
            top: calc(100% + 0.5rem);
            left: 0;
            width: 13rem;
            background: white;
            border-radius: 0.75rem;
            box-shadow: 0 12px 32px rgba(10, 37, 64, 0.15);
            border: 1px solid rgba(0, 0, 0, 0.06);
            opacity: 0;
            visibility: hidden;
            transform: translateY(-4px);
            transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
            z-index: 60;
        }

        .nav-dropdown:hover .nav-dropdown-menu,
        .nav-dropdown.open .nav-dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .nav-dropdown-menu a {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.75rem 1rem;
            color: #374151 !important;
            font-weight: 500;
        }

        .nav-menu-icon {
            width: 1rem;
            text-align: center;
            color: #96752e;
            flex-shrink: 0;
        }

        .nav-dropdown-menu a::after { display: none !important; }

        .nav-dropdown-menu a:first-child { border-radius: 0.75rem 0.75rem 0 0; }
        .nav-dropdown-menu a:last-child { border-radius: 0 0 0.75rem 0.75rem; }

        .nav-dropdown-menu a:hover {
            background: #faf6eb;
            color: #96752e !important;
        }

        .nav-dropdown-menu a:nth-child(2):hover {
            background: #eef4f8;
            color: #2d6080 !important;
        }

        .nav-dropdown-menu a:nth-child(3):hover {
            background: #edf5f4;
            color: #1a535c !important;
        }

        .nav-dropdown-menu a:last-child:hover {
            background: #eff6ff;
            color: #1e40af !important;
        }

        .nav-toggle {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 2.5rem;
            height: 2.5rem;
            background: transparent;
            border: none;
            padding: 0;
            cursor: pointer;
            flex-shrink: 0;
        }

        .hamburger {
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 5px;
            width: 22px;
            height: 16px;
        }

        .hamburger span {
            display: block;
            height: 2px;
            width: 100%;
            background: white;
            border-radius: 1px;
            transition: transform 0.25s ease, opacity 0.25s ease;
        }

        .nav-toggle.is-active .hamburger span:nth-child(1) {
            transform: translateY(7px) rotate(45deg);
        }

        .nav-toggle.is-active .hamburger span:nth-child(2) {
            opacity: 0;
        }

        .nav-toggle.is-active .hamburger span:nth-child(3) {
            transform: translateY(-7px) rotate(-45deg);
        }

        .nav-mobile {
            display: none;
            flex-direction: column;
            gap: 0;
            margin-top: 0.5rem;
            padding-top: 0.5rem;
            border-top: 1px solid rgba(255, 255, 255, 0.15);
        }

        .nav-mobile.is-open { display: flex; }

        .nav-mobile a {
            display: block;
            color: white;
            text-decoration: none;
            padding: 0.5rem 0.75rem;
            border-radius: 0.375rem;
            font-weight: 500;
            font-size: 0.9375rem;
            line-height: 1.35;
            transition: background 0.2s ease, color 0.2s ease;
        }

        .nav-mobile a::after { display: none !important; }

        .nav-mobile a:hover {
            background: rgba(255, 255, 255, 0.08);
            color: #dbc278;
        }

        .nav-mobile-label {
            color: rgba(255, 255, 255, 0.6);
            font-size: 0.6875rem;
            font-weight: 600;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            padding: 0.625rem 0.75rem 0.125rem;
        }

        .nav-mobile-sub a {
            padding-left: 0.75rem;
            color: rgba(255, 255, 255, 0.85);
            font-size: 0.875rem;
        }

        .nav-app-logo {
            width: 1.25rem;
            height: 1.25rem;
            border-radius: 5px;
            display: inline-block;
            vertical-align: -0.3rem;
            margin-right: 0.5rem;
            object-fit: cover;
        }

        @media (min-width: 768px) {
            .nav-desktop { display: flex; }
            .nav-toggle { display: none; }
            .nav-mobile { display: none !important; }
        }

        /* ── Global responsive helpers ── */
        img, video, svg { max-width: 100%; height: auto; }

        .site-footer { margin-top: 5rem; }

        @media (max-width: 767px) {
            .site-footer { margin-top: 3rem; }
            .site-footer .footer-grid {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
            .btn-row .btn-primary,
            .btn-row .btn-secondary {
                padding: 0.75rem 1.5rem;
                font-size: 0.875rem;
            }
            .btn-row {
                flex-direction: column;
                width: 100%;
            }
            .btn-row .btn-primary,
            .btn-row .btn-secondary { width: 100%; text-align: center; }

            .page-card-grid,
            #trasee-grid,
            #curio-grid {
                grid-template-columns: 1fr !important;
            }
        }

        @media (min-width: 768px) {
            .btn-row .btn-primary,
            .btn-row .btn-secondary { width: auto; }
        }

        /* ── Brand & regional identity ── */
        .header-accent {
            height: 3px;
            background: linear-gradient(90deg, var(--dobrogea-sea) 0%, var(--dobrogea-wheat) 35%, var(--dobrogea-sky) 65%, var(--dobrogea-delta) 100%);
        }

        .footer-brand-strip {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 0.6rem;
            padding: 1.25rem 1rem;
            margin-bottom: 2.5rem;
            border-radius: 0.75rem;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(201, 168, 76, 0.15);
        }

        .footer-brand-strip a {
            font-size: 0.75rem;
            font-weight: 600;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: rgba(219, 194, 120, 0.85);
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.5rem 0.9rem;
            border: 1px solid rgba(201, 168, 76, 0.35);
            border-radius: 100px;
            text-decoration: none;
            transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
        }

        .footer-brand-strip a::after {
            content: '→';
            font-size: 0.8em;
            letter-spacing: 0;
            opacity: 0.7;
        }

        .footer-brand-strip a:hover,
        .footer-brand-strip a:active {
            color: var(--dobrogea-wheat-light);
            border-color: var(--dobrogea-wheat);
            background: rgba(201, 168, 76, 0.1);
        }

        .footer-brand-strip a i { color: var(--dobrogea-wheat); font-size: 0.875rem; }

        .footer-brand-strip .strip-divider { display: none; }

        .footer-copy {
            font-size: 0.8125rem;
            letter-spacing: 0.02em;
            border-top: 1px solid rgba(255, 255, 255, 0.12);
        }

        .footer-grid a {
            color: #d1d5db;
            text-decoration: none;
            transition: color 0.15s ease;
        }

        .footer-grid a:hover,
        .footer-grid a:focus-visible {
            color: var(--dobrogea-wheat-light);
        }

        .footer-grid .flex a {
            color: #d1d5db;
        }

        .footer-copy strong {
            color: rgba(219, 194, 120, 0.85);
            font-weight: 600;
        }

        .site-breadcrumb {
            background: rgba(255, 255, 255, 0.6);
            border-bottom: 1px solid var(--dobrogea-sand-dark);
            padding: 0.75rem 1rem;
        }

        .site-breadcrumb ol {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.875rem;
            color: var(--dobrogea-text-muted);
        }

        .site-breadcrumb a {
            color: var(--dobrogea-sky);
            text-decoration: none;
            transition: color 0.2s ease;
        }

        .site-breadcrumb a:hover { color: var(--dobrogea-sea); }

        .site-breadcrumb li + li::before {
            content: '/';
            margin-right: 0.5rem;
            color: var(--dobrogea-sand-dark);
        }

        /* ── Shared product page styles ── */
        .product-hero {
            background: linear-gradient(155deg, #061828 0%, var(--dobrogea-sea) 45%, var(--dobrogea-sea-light) 100%);
            color: white;
            padding: 5rem 1.25rem 5.5rem;
            position: relative;
            overflow: hidden;
        }

        .product-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background:
                radial-gradient(ellipse 55% 45% at 90% 10%, rgba(74, 124, 155, 0.25) 0%, transparent 55%),
                radial-gradient(ellipse 40% 35% at 5% 90%, rgba(201, 168, 76, 0.12) 0%, transparent 50%),
                url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a84c' fill-opacity='0.035'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            pointer-events: none;
        }

        .product-hero.ishopsync-theme {
            background: linear-gradient(155deg, #061828 0%, var(--dobrogea-sea) 35%, #503d18 70%, var(--dobrogea-wheat) 130%);
        }

        .product-hero.irezervare-theme {
            background: linear-gradient(155deg, #061828 0%, var(--dobrogea-sea) 40%, var(--dobrogea-delta) 85%, var(--dobrogea-sky) 130%);
        }

        .product-hero.imemory-theme {
            background: linear-gradient(155deg, #061828 0%, #0d2818 45%, #1a4d2e 100%);
        }

        .product-hero.daunomania-theme {
            background: linear-gradient(155deg, #061828 0%, #0f2557 45%, #1e40af 110%);
        }

        .product-hero-inner {
            position: relative;
            z-index: 10;
            max-width: 80rem;
            margin: 0 auto;
        }

        .product-hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.4rem 1rem;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(201, 168, 76, 0.3);
            border-radius: 100px;
            font-size: 0.6875rem;
            font-weight: 600;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: var(--dobrogea-wheat-light);
            margin-bottom: 1.5rem;
        }

        .product-hero h1 {
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(2.25rem, 5vw, 3.75rem);
            font-weight: 600;
            margin-bottom: 1.25rem;
            line-height: 1.1;
        }

        .product-hero h1 i {
            font-size: 0.75em;
            opacity: 0.85;
            margin-right: 0.5rem;
        }

        .product-hero h1 .hero-logo {
            width: 0.9em;
            height: 0.9em;
            border-radius: 0.2em;
            display: inline-block;
            vertical-align: -0.12em;
            margin-right: 0.35em;
            object-fit: cover;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
        }

        .product-hero-lead {
            font-size: 1.125rem;
            line-height: 1.75;
            color: rgba(255, 255, 255, 0.82);
            max-width: 42rem;
            margin-bottom: 2rem;
        }

        .product-hero-wave {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            line-height: 0;
        }

        .product-hero-wave svg {
            display: block;
            width: 100%;
            height: 48px;
        }

        .btn-hero {
            background: white;
            color: var(--dobrogea-sea);
            padding: 0.875rem 2rem;
            border-radius: 8px;
            font-weight: 600;
            font-size: 0.9375rem;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            transition: all 0.25s ease;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
            border: 1px solid rgba(201, 168, 76, 0.25);
        }

        .btn-hero:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
            color: var(--dobrogea-sea);
            background: var(--dobrogea-sand);
        }

        .page-section {
            padding: 5rem 1rem;
        }

        .page-section-alt {
            background: var(--dobrogea-sand-dark);
        }

        .page-section-header {
            text-align: center;
            margin-bottom: 3.5rem;
        }

        .page-section-header h2 {
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(2rem, 4vw, 2.75rem);
            color: var(--dobrogea-sea);
            margin-bottom: 1rem;
        }

        .page-section-header p {
            color: var(--dobrogea-text-muted);
            font-size: 1.0625rem;
            line-height: 1.75;
            max-width: 42rem;
            margin: 0 auto;
        }

        .page-card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 1.5rem;
        }

        .page-card {
            background: white;
            border: 1px solid rgba(10, 37, 64, 0.08);
            border-radius: 14px;
            padding: 2rem;
            transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
            box-shadow: 0 2px 12px rgba(10, 37, 64, 0.04);
        }

        .page-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 32px rgba(10, 37, 64, 0.08);
            border-color: rgba(201, 168, 76, 0.25);
        }

        .page-card-icon {
            width: 3.25rem;
            height: 3.25rem;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.35rem;
            margin-bottom: 1.25rem;
        }

        a.page-card-link {
            display: block;
            text-decoration: none;
        }

        .page-card-more {
            display: block;
            margin-top: 1rem;
            font-size: 0.8125rem;
            font-weight: 600;
            color: #96752e;
            transition: color 0.25s ease;
        }

        a.page-card-link:hover .page-card-more { color: var(--dobrogea-sea); }

        .page-card-icon.gold { background: rgba(201, 168, 76, 0.12); color: #96752e; }
        .page-card-icon.sea { background: rgba(74, 124, 155, 0.12); color: var(--dobrogea-sky); }
        .page-card-icon.navy { background: rgba(10, 37, 64, 0.08); color: var(--dobrogea-sea); }
        .page-card-icon.delta { background: rgba(26, 83, 92, 0.1); color: var(--dobrogea-delta); }

        .page-card h3 {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.35rem;
            color: var(--dobrogea-sea);
            margin-bottom: 0.75rem;
        }

        .page-card p {
            color: var(--dobrogea-text-muted);
            font-size: 0.9375rem;
            line-height: 1.7;
            margin: 0;
        }

        .page-card ul {
            list-style: none;
            padding: 0;
            margin: 1rem 0 0;
        }

        .page-card ul li {
            position: relative;
            padding-left: 1.25rem;
            margin-bottom: 0.5rem;
            font-size: 0.875rem;
            color: var(--dobrogea-text-muted);
        }

        .page-card ul li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0.55em;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--dobrogea-wheat);
        }

        .page-cta {
            background: var(--dobrogea-sea);
            color: white;
            text-align: center;
            padding: 5rem 1rem;
            position: relative;
            overflow: hidden;
        }

        .page-cta::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse 60% 50% at 50% 100%, rgba(201, 168, 76, 0.08) 0%, transparent 60%);
            pointer-events: none;
        }

        .page-cta h2 {
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(2rem, 4vw, 2.5rem);
            margin-bottom: 1rem;
            position: relative;
        }

        .page-cta p {
            color: rgba(255, 255, 255, 0.75);
            max-width: 36rem;
            margin: 0 auto 2rem;
            line-height: 1.7;
            position: relative;
        }

        .page-cta .btn-hero { position: relative; }

        @media (max-width: 767px) {
            .product-hero { padding: 3.5rem 1rem 4rem; }
            .page-section { padding: 3rem 1rem; }
            .page-card { padding: 1.5rem; }
            .footer-brand-strip { flex-wrap: wrap; gap: 0.75rem; }
            .footer-brand-strip .strip-divider { display: none; }
        }

        /* ── Shared dark strip + quote ── */
        .dobrogea-strip {
            background: var(--dobrogea-sea);
            color: white;
            position: relative;
            overflow: hidden;
        }

        .dobrogea-strip::before {
            content: '';
            position: absolute;
            inset: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a84c' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            pointer-events: none;
        }

        .dobrogea-quote {
            max-width: 40rem;
            margin: 0 auto 3rem;
            padding: 1.75rem 2rem;
            border-left: 3px solid var(--dobrogea-wheat);
            background: rgba(255, 255, 255, 0.05);
            border-radius: 0 12px 12px 0;
            text-align: left;
        }

        .dobrogea-quote p {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.25rem;
            font-style: italic;
            color: rgba(255, 255, 255, 0.85);
            line-height: 1.65;
            margin: 0 0 0.75rem;
        }

        .dobrogea-quote cite {
            font-family: 'Source Sans 3', sans-serif;
            font-size: 0.8125rem;
            font-style: normal;
            color: rgba(219, 194, 120, 0.75);
            letter-spacing: 0.04em;
        }

        /* ── Shared history timeline ── */
        .history-timeline {
            max-width: 46rem;
            margin: 0 auto;
            position: relative;
            padding-left: 2rem;
        }

        .history-timeline::before {
            content: '';
            position: absolute;
            left: 0.4375rem;
            top: 0.5rem;
            bottom: 0.5rem;
            width: 2px;
            background: linear-gradient(180deg, var(--dobrogea-wheat), var(--dobrogea-sky), var(--dobrogea-delta));
            opacity: 0.5;
        }

        .timeline-item {
            position: relative;
            padding-bottom: 2rem;
        }

        .timeline-item:last-child { padding-bottom: 0; }

        .timeline-item::before {
            content: '';
            position: absolute;
            left: -2rem;
            top: 0.4rem;
            width: 1rem;
            height: 1rem;
            border-radius: 50%;
            background: var(--dobrogea-sand);
            border: 3px solid var(--dobrogea-wheat);
        }

        .timeline-year {
            display: inline-block;
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.35rem;
            font-weight: 700;
            color: var(--dobrogea-sea);
            margin-bottom: 0.25rem;
        }

        .timeline-item h3,
        .timeline-item h5,
        .timeline-item .timeline-title {
            font-family: 'Source Sans 3', sans-serif;
            font-size: 1.05rem;
            font-weight: 600;
            color: var(--dobrogea-text);
            margin-bottom: 0.375rem;
        }

        .timeline-item p {
            font-size: 0.9rem;
            color: var(--dobrogea-text-muted);
            line-height: 1.7;
            margin: 0;
        }

        /* Compact timeline variant */
        .history-timeline-compact { padding-left: 1.5rem; max-width: none; }

        .history-timeline-compact .timeline-item { padding-bottom: 1.1rem; }

        .history-timeline-compact .timeline-item::before {
            left: -1.5rem;
            top: 0.3rem;
            width: 0.75rem;
            height: 0.75rem;
            border-width: 2px;
        }

        .history-timeline-compact .timeline-year { font-size: 1.05rem; margin-bottom: 0.1rem; }

        .history-timeline-compact .timeline-item h3,
        .history-timeline-compact .timeline-item h5,
        .history-timeline-compact .timeline-item .timeline-title { font-size: 0.875rem; margin-bottom: 0.2rem; }

        .history-timeline-compact .timeline-item p { font-size: 0.8125rem; line-height: 1.6; }

        /* ── Expandable attraction cards ── */
        .atractie-toggle {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            margin-top: 1rem;
            padding: 0;
            background: none;
            border: none;
            cursor: pointer;
            font-family: inherit;
            font-size: 0.8125rem;
            font-weight: 600;
            color: #96752e;
            transition: color 0.2s ease;
        }

        .atractie-toggle:hover { color: var(--dobrogea-sea); }

        .atractie-toggle i {
            font-size: 0.7em;
            transition: transform 0.25s ease;
        }

        .atractie-toggle[aria-expanded="true"] i { transform: rotate(180deg); }

        .atractie-extra {
            margin-top: 1rem;
            padding-top: 1rem;
            border-top: 1px dashed rgba(10, 37, 64, 0.12);
            animation: atractieIn 0.3s ease;
        }

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

        .atractie-detalii {
            font-size: 0.85rem;
            line-height: 1.7;
            margin-bottom: 1rem;
        }

        .atractie-extra .history-timeline-compact { margin-bottom: 1rem; }

        .atractie-link {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            font-size: 0.8125rem;
            font-weight: 600;
            color: var(--dobrogea-sky);
            text-decoration: none;
        }

        .atractie-link:hover { color: var(--dobrogea-sea); text-decoration: underline; }

        .atractie-link i { font-size: 0.75em; }

        /* ── Shared scroll animation ── */
        .animate-on-scroll {
            opacity: 0;
            transition: opacity 0.5s ease;
        }

        .animate-on-scroll.visible {
            opacity: 1;
        }