/* Full page styles for scandic-landvetter.cfm (divergent chrome kept inline; app.css loaded first for shared baseline/cache). */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

        :root {
            --deep: #ffffff; --navy: #f4f5f7; --slate: #e5e7eb;
            --gold: #f2ea25; --gold-light: #f5ef5a; --gold-dark: #c4bd00;
            --gold-glow: rgba(242, 234, 37, 0.12);
            --green: #234d35; --green-mid: #3a7d55;
            --green-glow: rgba(35, 77, 53, 0.08);
            --cream: #1a1a2e; --text-muted: #6b7280; --text-body: #374151;
            --glass: rgba(255, 255, 255, 0.92); --glass-border: rgba(0, 0, 0, 0.08);
            --radius: 16px; --radius-sm: 10px;
            --font-display: 'Cormorant Garamond', Georgia, serif;
            --font-body: 'Outfit', system-ui, sans-serif;
        }

        html { scroll-behavior: smooth; font-size: 16px; }
        body { font-family: var(--font-body); background: var(--deep); color: var(--text-body); -webkit-font-smoothing: antialiased; }

        /* ─── NAV ─── */
        .nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 0.75rem 3rem; display: flex; align-items: center; justify-content: space-between; background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(24px); box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06); transition: background 0.4s, backdrop-filter 0.4s, box-shadow 0.4s; }
        .nav.on-hero { background: rgba(255, 255, 255, 0.08); backdrop-filter: blur(18px); box-shadow: none; }
        .nav.on-hero .nav-links a { color: #fff; }
        .nav.on-hero .nav-links a:hover { color: var(--gold); }
        .nav.on-hero .nav-links a.active { color: var(--gold); }
        .nav.on-hero .nav-links a.active::after { background: var(--gold); }
        .nav.on-hero .nav-cta { border-color: #fff; color: #fff !important; }
        .nav.on-hero .nav-cta:hover { background: #fff; color: var(--green) !important; }
        .nav.on-hero .nav-hamburger span { background: #fff; }
        .nav-logo { text-decoration: none; display: flex; align-items: center; position: relative; z-index: 101; }
        .nav-logo img { height: 120px; width: auto; margin: 0 0 -60px 0; }
        .nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
        .nav-links a { color: #1a1a1a; text-decoration: none; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; transition: color 0.3s; position: relative; }
        .nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: var(--green); transition: width 0.3s; }
        .nav-links a:hover { color: var(--green); }
        .nav-links a:hover::after { width: 100%; }
        .nav-links a.active { color: var(--green); }
        .nav-links a.active::after { width: 100%; }
        .nav-cta { background: transparent; border: 1px solid var(--green); color: var(--green) !important; padding: 0.6rem 1.5rem; border-radius: 100px; font-size: 0.8rem !important; letter-spacing: 0.1em !important; transition: all 0.3s !important; cursor: pointer; }
        .nav-cta:hover { background: var(--green) !important; color: #fff !important; }
        .nav-cta::after { display: none !important; }

        .nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; z-index: 110; }
        .nav-hamburger span { width: 24px; height: 2px; background: #1a1a1a; transition: all 0.3s; }
        .nav-hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
        .nav-hamburger.open span:nth-child(2) { opacity: 0; }
        .nav-hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
        .nav-mobile { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,0.98); backdrop-filter: blur(24px); z-index: 105; flex-direction: column; align-items: center; justify-content: center; gap: 2rem; }
        .nav-mobile.open { display: flex; }
        .nav-mobile a { color: var(--cream); text-decoration: none; font-size: 1.25rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; transition: color 0.3s; }
        .nav-mobile a:hover { color: var(--green); }

        /* ─── HERO (full-bleed image) ─── */
        .hero {
            position: relative;
            min-height: 80vh;
            display: flex; align-items: flex-end;
            padding: 8rem 3rem 4rem;
            overflow: hidden;
            color: #fff;
        }
        .hero-bg {
            position: absolute; inset: 0;
            background-image: url('https://img.scandichotels.com/.netlify/images?url=https://images.scandichotels.com/publishedmedia/e7fnd5tum7dux740j0s7/Scandic-Landvetter-Exteriort_Entre-0048-vald.jpg');
            background-size: cover; background-position: center;
            transform: scale(1.05);
            filter: brightness(0.85);
        }
        .hero-bg::after {
            content: ''; position: absolute; inset: 0;
            background: linear-gradient(180deg, rgba(26, 26, 46, 0.55) 0%, rgba(26, 26, 46, 0.15) 35%, rgba(26, 26, 46, 0.85) 100%);
        }
        .hero-content {
            position: relative; z-index: 2;
            max-width: 720px;
        }
        .hero .section-label {
            display: inline-block;
            font-size: 0.7rem; font-weight: 600; letter-spacing: 0.18em;
            text-transform: uppercase; color: var(--gold);
            margin-bottom: 1.25rem;
            padding: 0.4rem 0.9rem;
            border: 1px solid rgba(242, 234, 37, 0.4);
            border-radius: 100px;
            background: rgba(242, 234, 37, 0.08);
            backdrop-filter: blur(8px);
        }
        .hero h1 {
            font-family: var(--font-display);
            font-size: clamp(2.5rem, 6vw, 4.5rem);
            font-weight: 700; line-height: 1.05;
            margin-bottom: 1.25rem;
            color: #fff;
            text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
        }
        .hero h1 em {
            font-style: italic; color: var(--gold);
            font-weight: 600;
        }
        .hero p {
            font-size: 1.15rem; line-height: 1.7;
            font-weight: 300; opacity: 0.95;
            max-width: 560px;
            text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
        }
        .hero-badge {
            position: absolute; top: 50%; right: 3rem;
            transform: translateY(-50%);
            z-index: 2;
            width: 240px; height: 240px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
            display: flex; flex-direction: column;
            align-items: center; justify-content: center;
            color: var(--cream);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), inset 0 2px 0 rgba(255, 255, 255, 0.3);
            font-family: var(--font-display);
            transform-origin: center;
            animation: badge-float 6s ease-in-out infinite;
        }
        @keyframes badge-float {
            0%, 100% { transform: translateY(-50%) rotate(-4deg); }
            50% { transform: translateY(calc(-50% - 8px)) rotate(4deg); }
        }
        .hero-badge .pct {
            font-size: 4.5rem; font-weight: 700; line-height: 1;
        }
        .hero-badge .label {
            font-family: var(--font-body);
            font-size: 0.7rem; font-weight: 600;
            letter-spacing: 0.18em; text-transform: uppercase;
            margin-top: 0.4rem;
        }
        .hero-badge .sublabel {
            font-family: var(--font-body);
            font-size: 0.7rem; font-weight: 400;
            opacity: 0.75; margin-top: 0.2rem;
        }

        section { padding: 5rem 3rem; }
        .section-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--green-mid); margin-bottom: 1rem; }
        .section-title { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: var(--cream); margin-bottom: 1rem; line-height: 1.15; }

        /* ─── STORY ─── */
        .story-grid {
            display: grid; grid-template-columns: 1.1fr 1fr;
            gap: 4rem; max-width: 1100px; margin: 0 auto; align-items: center;
        }
        .story-text p {
            font-size: 1rem; color: var(--text-body); line-height: 1.8; margin-bottom: 1.5rem;
        }
        .story-visual {
            background: linear-gradient(135deg, #0a0a0a, #1f1f2e);
            border-radius: var(--radius); padding: 3rem;
            text-align: center; color: #fff;
            position: relative; overflow: hidden;
        }
        .story-visual::before {
            content: ''; position: absolute; inset: 0;
            background: radial-gradient(ellipse at 30% 40%, rgba(242, 234, 37, 0.18), transparent 60%);
        }
        .story-visual .big-pct {
            position: relative;
            font-family: var(--font-display); font-size: 7rem; font-weight: 700;
            color: var(--gold); line-height: 1; margin-bottom: 0.5rem;
        }
        .story-visual .label {
            position: relative;
            font-size: 1.1rem; font-weight: 400; opacity: 0.9;
            letter-spacing: 0.02em;
        }
        .story-visual .brand {
            position: relative;
            font-family: var(--font-display); font-size: 1.25rem; font-style: italic;
            margin-top: 1.5rem; color: var(--gold-light);
            opacity: 0.85;
        }

        /* ─── HOW IT WORKS ─── */
        .how-section { background: var(--navy); }
        .how-header { text-align: center; margin-bottom: 3rem; }
        .how-grid {
            display: grid; grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem; max-width: 1100px; margin: 0 auto;
            position: relative;
        }
        .how-step {
            background: #fff; border: 1px solid rgba(0, 0, 0, 0.06);
            border-radius: var(--radius); padding: 2.5rem 2rem;
            text-align: center; transition: all 0.3s;
            position: relative;
        }
        .how-step:hover {
            border-color: rgba(35, 77, 53, 0.2); transform: translateY(-4px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
        }
        .how-step .num {
            display: inline-flex;
            width: 48px; height: 48px; border-radius: 50%;
            background: var(--green); color: var(--gold);
            align-items: center; justify-content: center;
            font-family: var(--font-display); font-size: 1.5rem; font-weight: 700;
            margin-bottom: 1.25rem;
        }
        .how-step h3 {
            font-family: var(--font-display); font-size: 1.25rem; font-weight: 600;
            color: var(--cream); margin-bottom: 0.75rem;
        }
        .how-step p {
            font-size: 0.9rem; color: var(--text-muted); line-height: 1.7;
        }

        /* ─── ABOUT HOTEL ─── */
        .about-grid {
            display: grid; grid-template-columns: 1fr 1.1fr;
            gap: 4rem; max-width: 1100px; margin: 0 auto; align-items: center;
        }
        .about-visual {
            border-radius: var(--radius); overflow: hidden;
            aspect-ratio: 4/3;
            background-image: url('https://img.scandichotels.com/.netlify/images?url=https://images.scandichotels.com/publishedmedia/e7fnd5tum7dux740j0s7/Scandic-Landvetter-Exteriort_Entre-0048-vald.jpg');
            background-size: cover; background-position: center;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
        }
        .about-text h2 {
            font-family: var(--font-display);
            font-size: clamp(1.8rem, 3.5vw, 2.5rem);
            font-weight: 700; color: var(--cream);
            line-height: 1.2; margin-bottom: 1.25rem;
        }
        .about-text p {
            font-size: 1rem; color: var(--text-body);
            line-height: 1.8; margin-bottom: 1.25rem;
        }
        .about-features {
            list-style: none; margin: 1.5rem 0 2rem;
            display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem;
        }
        .about-features li {
            font-size: 0.9rem; color: var(--text-body);
            padding-left: 1.5rem; position: relative;
        }
        .about-features li::before {
            content: '✓'; position: absolute; left: 0;
            color: var(--green-mid); font-weight: 700;
        }
        .cta-button {
            display: inline-flex; align-items: center; gap: 0.6rem;
            background: var(--green); color: #fff;
            padding: 1rem 2rem; border-radius: 100px;
            text-decoration: none; font-weight: 500;
            font-size: 0.95rem; letter-spacing: 0.04em;
            transition: all 0.3s;
            box-shadow: 0 8px 24px rgba(35, 77, 53, 0.25);
        }
        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 32px rgba(35, 77, 53, 0.35);
            background: var(--green-mid);
        }
        .cta-button svg {
            width: 16px; height: 16px;
            transition: transform 0.3s;
        }
        .cta-button:hover svg { transform: translateX(4px); }

        /* ─── FINE PRINT ─── */
        .fine-section { background: var(--navy); padding: 4rem 3rem; }
        .fine-wrap { max-width: 800px; margin: 0 auto; text-align: center; }
        .fine-wrap h3 {
            font-family: var(--font-display); font-size: 1.5rem;
            color: var(--cream); margin-bottom: 1.5rem; font-weight: 600;
        }
        .fine-wrap ul {
            list-style: none;
            text-align: left;
            display: inline-block;
        }
        .fine-wrap li {
            font-size: 0.875rem; color: var(--text-muted);
            line-height: 1.7; margin-bottom: 0.6rem;
            padding-left: 1.25rem; position: relative;
        }
        .fine-wrap li::before {
            content: '·'; position: absolute; left: 0; top: -0.15rem;
            color: var(--green-mid); font-size: 1.4rem; line-height: 1;
        }

        /* ─── FOOTER ─── */
        .footer { background: var(--navy); border-top: 1px solid rgba(0, 0, 0, 0.06); padding: 4rem 3rem 2rem; }
        .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; max-width: 1200px; margin: 0 auto 3rem; }
        .footer-brand .nav-logo { display: inline-block; margin-bottom: 1rem; }
        .footer-brand .nav-logo img { height: 60px; margin: 0; }
        .footer-brand p { color: var(--text-muted); font-size: 0.85rem; line-height: 1.7; max-width: 300px; }
        .footer-aaa-img { width: 125px; height: auto; display: block; margin-top: 25px; }
        .footer-col h4 { font-family: var(--font-display); font-size: 1rem; font-weight: 600; color: var(--cream); margin-bottom: 1.25rem; }
        .footer-col ul { list-style: none; }
        .footer-col li { margin-bottom: 0.6rem; }
        .footer-col a { color: var(--text-muted); text-decoration: none; font-size: 0.85rem; transition: color 0.3s; }
        .footer-col a:hover { color: var(--green); }
        .footer-col .contact-item { color: var(--text-muted); font-size: 0.85rem; margin-bottom: 0.6rem; }
        .footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 2rem; border-top: 1px solid rgba(0, 0, 0, 0.06); text-align: center; font-size: 0.8rem; color: var(--text-muted); }

        @media (max-width: 968px) {
            .hero-badge { width: 180px; height: 180px; right: 1.5rem; }
            .hero-badge .pct { font-size: 3.25rem; }
            .story-grid, .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
            .how-grid { grid-template-columns: 1fr; }
        }

        @media (max-width: 768px) {
            .nav { padding: 0.6rem 1.5rem; }
            .nav-logo img { height: 90px; margin: 5px 0 -38px 0; }
            .nav-links { display: none; }
            .nav-hamburger { display: flex; }
            .hero { padding: 7rem 1.5rem 3rem; min-height: 70vh; }
            .hero-badge { display: none; }
            section { padding: 3rem 1.5rem; }
            .fine-section { padding: 3rem 1.5rem; }
            .about-features { grid-template-columns: 1fr; }
            .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
        }
