/*
Theme Name: Vivalda Corporate
Theme URI: https://cabinetvivalda.com
Author: Cabinet Vivalda
Author URI: https://cabinetvivalda.com
Description: Thème WordPress sur mesure pour Cabinet Vivalda — Administrateur de biens et Syndic de copropriétés à Monaco. Groupe Alvi.
Version: 6.11.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vivalda
Tags: one-page, custom-menu, translation-ready
*/

/* ============================================
   CSS CUSTOM PROPERTIES
   ============================================ */
:root {
    --ink: #071E33;
    --bg: #0A2540;
    --cream: #F4ECE0;
    --gold: #D8C7AD;
    --gold-light: #E8DDD0;
    --white: #FFFFFF;
    --text-dark: #1A1A1A;
    --text-muted: #6B7B8D;
    --glass-bg: rgba(255, 255, 255, 0.06);
    --glass-border: rgba(216, 199, 173, 0.15);
    --glass-bg-light: rgba(10, 37, 64, 0.04);
    --glass-border-light: rgba(7, 30, 51, 0.1);
    --radius: 16px;
    --radius-sm: 10px;
    --shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    --shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.18);
    --transition: 0.25s ease;
    --max-width: 1200px;
    --header-height: 80px;
}

/* ============================================
   RESET & BASE
   ============================================ */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Source Sans 3', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-dark);
    background-color: var(--cream);
    opacity: 1;
    visibility: visible;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color var(--transition);
}

ul, ol {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    opacity: 1;
    visibility: visible;
}

p, span, div, section, article, main, aside, header, footer, nav {
    opacity: 1;
    visibility: visible;
}

/* ============================================
   TYPOGRAPHY
   ============================================ */
.label {
    font-family: 'Source Sans 3', 'Helvetica Neue', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    opacity: 1;
}

.label--dark {
    color: var(--bg);
}

h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    letter-spacing: -0.02em;
}

h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    letter-spacing: -0.01em;
}

h3 {
    font-size: clamp(1.4rem, 2.5vw, 1.75rem);
}

h4 {
    font-size: 1.25rem;
}

/* ============================================
   LAYOUT
   ============================================ */
.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    opacity: 1;
    visibility: visible;
}

.section {
    padding: 100px 0;
    opacity: 1;
    visibility: visible;
}

.section--dark {
    background-color: var(--bg);
    color: var(--cream);
}

.section--cream {
    background-color: var(--cream);
    color: var(--text-dark);
}

.section--ink {
    background-color: var(--ink);
    color: var(--cream);
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 50px;
    font-family: 'Source Sans 3', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    cursor: pointer;
    border: none;
    transition: transform var(--transition), box-shadow var(--transition), background-color var(--transition);
    opacity: 1;
    visibility: visible;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.btn--gold {
    background-color: var(--gold);
    color: var(--ink);
}

.btn--gold:hover {
    background-color: var(--gold-light);
}

.btn--outline {
    background: transparent;
    border: 1.5px solid var(--gold);
    color: var(--gold);
}

.btn--outline:hover {
    background-color: rgba(216, 199, 173, 0.1);
}

.btn--outline-dark {
    background: transparent;
    border: 1.5px solid var(--bg);
    color: var(--bg);
}

.btn--outline-dark:hover {
    background-color: rgba(10, 37, 64, 0.06);
}

.btn--white {
    background: var(--white);
    color: var(--ink);
}

.btn--white:hover {
    background: var(--cream);
}

.btn-group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 32px;
    opacity: 1;
}

/* ============================================
   HEADER
   ============================================ */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--ink);
    border-bottom: 1px solid rgba(216, 199, 173, 0.1);
    height: var(--header-height);
    opacity: 1;
    visibility: visible;
}

.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.site-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    opacity: 1;
}

.site-logo img {
    height: 44px;
    width: auto;
    opacity: 1;
}

.header-logo-clean {
    height: 48px;
    width: auto;
    filter: brightness(0) invert(1);
}

.site-logo svg {
    height: 64px;
    width: auto;
    display: block;
}

.site-logo-text {
    font-family: 'Raleway', 'Helvetica Neue', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--cream);
    letter-spacing: 0.02em;
    opacity: 1;
}

.site-logo-tagline {
    font-family: 'Source Sans 3', 'Helvetica Neue', sans-serif;
    font-size: 0.6rem;
    color: var(--gold);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: block;
    margin-top: 2px;
    opacity: 1;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 1;
}

.main-nav a {
    font-family: 'Source Sans 3', 'Helvetica Neue', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--cream);
    padding: 8px 18px;
    border-radius: 8px;
    transition: background-color var(--transition), color var(--transition);
    opacity: 1;
}

.main-nav a:hover,
.main-nav a.active {
    background: rgba(216, 199, 173, 0.1);
    color: var(--gold);
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 8px;
    z-index: 1001;
    opacity: 1;
}

.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--cream);
    transition: transform var(--transition), opacity var(--transition);
    border-radius: 2px;
    opacity: 1;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    transform: scaleX(0);
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.mobile-nav {
    display: none;
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--ink);
    padding: 40px 24px;
    z-index: 999;
    opacity: 1;
    visibility: visible;
}

.mobile-nav.active {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mobile-nav a {
    font-family: 'Source Sans 3', 'Helvetica Neue', sans-serif;
    font-size: 1.2rem;
    color: var(--cream);
    padding: 16px 20px;
    border-radius: 10px;
    transition: background-color var(--transition);
    opacity: 1;
}

.mobile-nav a:hover {
    background: rgba(216, 199, 173, 0.1);
    color: var(--gold);
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
    padding: 160px 0 100px;
    background: linear-gradient(160deg, var(--ink) 0%, var(--bg) 100%);
    color: var(--cream);
    position: relative;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
}

.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(216, 199, 173, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero h1 {
    margin-bottom: 16px;
    color: var(--cream);
    opacity: 1;
}

.hero .tagline {
    font-family: 'Source Sans 3', 'Helvetica Neue', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 24px;
    opacity: 1;
}

.hero .description {
    font-size: 1.15rem;
    line-height: 1.8;
    max-width: 640px;
    color: rgba(244, 236, 224, 0.8);
    opacity: 1;
}

/* ============================================
   PAGE HERO
   ============================================ */
.page-hero {
    padding: 140px 0 60px;
    background: linear-gradient(160deg, var(--ink) 0%, var(--bg) 100%);
    color: var(--cream);
    opacity: 1;
    visibility: visible;
}

.page-hero .label {
    margin-bottom: 12px;
    display: block;
    opacity: 1;
}

.page-hero h1 {
    opacity: 1;
}

.page-hero .subtitle {
    font-size: 1.1rem;
    color: rgba(244, 236, 224, 0.7);
    margin-top: 16px;
    max-width: 600px;
    opacity: 1;
}

/* ============================================
   GLASS CARDS
   ============================================ */
.glass-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius);
    padding: 40px 32px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: transform var(--transition), box-shadow var(--transition);
    opacity: 1;
    visibility: visible;
}

.glass-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.glass-card--light {
    background: var(--glass-bg-light);
    border: 1px solid var(--glass-border-light);
}

.glass-card--light:hover {
    box-shadow: 0 8px 32px rgba(7, 30, 51, 0.08);
}

.glass-card .card-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 1.5rem;
    opacity: 1;
}

.glass-card .card-icon--gold {
    background: rgba(216, 199, 173, 0.15);
    color: var(--gold);
}

.glass-card .card-icon--dark {
    background: rgba(10, 37, 64, 0.08);
    color: var(--bg);
}

.glass-card h3 {
    margin-bottom: 12px;
    opacity: 1;
}

.glass-card p {
    font-size: 0.95rem;
    line-height: 1.7;
    opacity: 1;
}

.glass-card ul {
    margin-top: 16px;
    list-style: none;
    opacity: 1;
}

.glass-card ul li {
    padding: 6px 0;
    padding-left: 20px;
    position: relative;
    font-size: 0.95rem;
    opacity: 1;
}

.glass-card ul li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--gold);
}

/* ============================================
   CARDS GRID
   ============================================ */
.cards-grid {
    display: grid;
    gap: 24px;
    opacity: 1;
    visibility: visible;
}

.cards-grid--3 {
    grid-template-columns: repeat(3, 1fr);
}

.cards-grid--2 {
    grid-template-columns: repeat(2, 1fr);
}

.cards-grid--4 {
    grid-template-columns: repeat(4, 1fr);
}

/* ============================================
   SECTION HEADER
   ============================================ */
.section-header {
    margin-bottom: 48px;
    opacity: 1;
}

.section-header .label {
    margin-bottom: 12px;
    display: block;
}

.section-header h2 {
    margin-bottom: 16px;
    opacity: 1;
}

.section-header p {
    font-size: 1.05rem;
    max-width: 600px;
    line-height: 1.7;
    opacity: 1;
}

.section-header--center {
    text-align: center;
}

.section-header--center p {
    margin: 0 auto;
}

/* ============================================
   CTA BAND
   ============================================ */
.cta-band {
    padding: 60px 0;
    background: linear-gradient(135deg, var(--ink) 0%, var(--bg) 100%);
    color: var(--cream);
    opacity: 1;
    visibility: visible;
}

.cta-band .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

.cta-band h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    opacity: 1;
}

.cta-band .btn-group {
    margin-top: 0;
}

/* ============================================
   SERVICE BLOCKS
   ============================================ */
.service-block {
    padding: 60px 0;
    border-bottom: 1px solid rgba(7, 30, 51, 0.08);
    opacity: 1;
    visibility: visible;
}

.service-block:last-child {
    border-bottom: none;
}

.service-block-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    opacity: 1;
}

.service-block-content h3 {
    margin-bottom: 16px;
    color: var(--ink);
    opacity: 1;
}

.service-block-content .label {
    margin-bottom: 12px;
    display: block;
    color: var(--bg);
}

.service-block-content p {
    margin-bottom: 20px;
    color: var(--text-dark);
    line-height: 1.8;
    opacity: 1;
}

.service-block-content ul {
    list-style: none;
    opacity: 1;
}

.service-block-content ul li {
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
    font-size: 0.95rem;
    color: var(--text-dark);
    opacity: 1;
}

.service-block-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 8px;
    height: 2px;
    background: var(--gold);
}

.service-block-visual {
    opacity: 1;
    visibility: visible;
}

.service-block-visual .glass-card--light {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 1;
}

.service-block-visual .stat {
    font-family: 'Raleway', 'Helvetica Neue', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--bg);
    margin-bottom: 8px;
    opacity: 1;
}

.service-block-visual .stat-label {
    font-family: 'Source Sans 3', 'Helvetica Neue', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-muted);
    opacity: 1;
}

/* ============================================
   VALUES GRID
   ============================================ */
.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    opacity: 1;
    visibility: visible;
}

.value-card {
    text-align: center;
    padding: 40px 24px;
    opacity: 1;
    visibility: visible;
}

.value-card .value-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba(216, 199, 173, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.5rem;
    opacity: 1;
}

.value-card h4 {
    margin-bottom: 10px;
    color: var(--cream);
    opacity: 1;
}

.value-card p {
    font-size: 0.9rem;
    color: rgba(244, 236, 224, 0.65);
    line-height: 1.6;
    opacity: 1;
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    opacity: 1;
    visibility: visible;
}

.about-text h3 {
    color: var(--ink);
    margin-bottom: 16px;
    opacity: 1;
}

.about-text p {
    margin-bottom: 16px;
    line-height: 1.8;
    color: var(--text-dark);
    opacity: 1;
}

.about-sidebar .glass-card--light {
    opacity: 1;
}

.about-sidebar .info-item {
    padding: 16px 0;
    border-bottom: 1px solid rgba(7, 30, 51, 0.06);
    opacity: 1;
}

.about-sidebar .info-item:last-child {
    border-bottom: none;
}

.about-sidebar .info-item .label {
    color: var(--text-muted);
    font-size: 0.7rem;
    margin-bottom: 4px;
    display: block;
    opacity: 1;
}

.about-sidebar .info-item span {
    font-weight: 500;
    color: var(--ink);
    opacity: 1;
}

/* ============================================
   EXTRANET SECTION
   ============================================ */
.extranet-card {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 48px;
    opacity: 1;
    visibility: visible;
}

.extranet-card .card-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    margin: 0 auto 24px;
    font-size: 2rem;
    opacity: 1;
}

.extranet-card h3 {
    margin-bottom: 16px;
    opacity: 1;
}

.extranet-card p {
    margin-bottom: 24px;
    line-height: 1.7;
    opacity: 1;
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 48px;
    opacity: 1;
    visibility: visible;
}

.step {
    text-align: center;
    opacity: 1;
    visibility: visible;
}

.step-number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(216, 199, 173, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-family: 'Raleway', 'Helvetica Neue', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--gold);
    opacity: 1;
}

.step h4 {
    margin-bottom: 8px;
    color: var(--cream);
    opacity: 1;
}

.step p {
    font-size: 0.9rem;
    color: rgba(244, 236, 224, 0.65);
    line-height: 1.6;
    opacity: 1;
}

/* ============================================
   CONTACT GRID
   ============================================ */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    opacity: 1;
    visibility: visible;
}

.contact-card {
    text-align: center;
    padding: 48px 32px;
    opacity: 1;
    visibility: visible;
}

.contact-card .card-icon {
    margin: 0 auto 20px;
    opacity: 1;
}

.contact-card h4 {
    margin-bottom: 8px;
    opacity: 1;
}

.contact-card p {
    opacity: 1;
}

.contact-card a {
    color: var(--gold);
    font-weight: 500;
    opacity: 1;
}

.contact-card a:hover {
    color: var(--gold-light);
}

/* ============================================
   ECOSYSTEM SECTION
   ============================================ */
.ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    opacity: 1;
    visibility: visible;
}

.ecosystem-card {
    padding: 40px 32px;
    opacity: 1;
    visibility: visible;
}

.ecosystem-card .label {
    margin-bottom: 8px;
    display: block;
    opacity: 1;
}

.ecosystem-card h3 {
    margin-bottom: 12px;
    color: var(--cream);
    opacity: 1;
}

.ecosystem-card p {
    color: rgba(244, 236, 224, 0.7);
    margin-bottom: 20px;
    line-height: 1.7;
    opacity: 1;
}

.ecosystem-card a.card-link {
    font-family: 'Source Sans 3', 'Helvetica Neue', sans-serif;
    font-size: 0.8rem;
    color: var(--gold);
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    opacity: 1;
}

.ecosystem-card a.card-link:hover {
    color: var(--gold-light);
}

.ecosystem-card a.card-link::after {
    content: '\2192';
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
    background: var(--ink);
    color: var(--cream);
    padding: 80px 0 0;
    opacity: 1;
    visibility: visible;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(216, 199, 173, 0.1);
    opacity: 1;
}

.footer-col h4 {
    font-family: 'Source Sans 3', 'Helvetica Neue', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--gold);
    margin-bottom: 20px;
    opacity: 1;
}

.footer-col p {
    font-size: 0.9rem;
    color: rgba(244, 236, 224, 0.6);
    line-height: 1.7;
    margin-bottom: 8px;
    opacity: 1;
}

.footer-col a {
    color: rgba(244, 236, 224, 0.6);
    transition: color var(--transition);
    opacity: 1;
}

.footer-col a:hover {
    color: var(--gold);
}

.footer-col ul li {
    margin-bottom: 10px;
    opacity: 1;
}

.footer-col ul li a {
    font-size: 0.9rem;
    opacity: 1;
}

.footer-brand {
    margin-bottom: 16px;
    opacity: 1;
}

.footer-brand .site-logo-text {
    font-size: 1.3rem;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: rgba(244, 236, 224, 0.6);
    opacity: 1;
}

.footer-contact-item svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    fill: var(--gold);
    opacity: 1;
}

.footer-bottom {
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    opacity: 1;
}

.footer-bottom p {
    font-size: 0.8rem;
    color: rgba(244, 236, 224, 0.4);
    opacity: 1;
}

.footer-cim {
    font-family: 'Source Sans 3', 'Helvetica Neue', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(216, 199, 173, 0.4);
    opacity: 1;
}

/* ============================================
   404 PAGE
   ============================================ */
.error-404 {
    min-height: calc(100vh - var(--header-height));
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(160deg, var(--ink) 0%, var(--bg) 100%);
    color: var(--cream);
    padding-top: var(--header-height);
    opacity: 1;
    visibility: visible;
}

.error-404 h1 {
    font-size: 8rem;
    color: var(--gold);
    margin-bottom: 16px;
    opacity: 1;
}

.error-404 h2 {
    margin-bottom: 16px;
    opacity: 1;
}

.error-404 p {
    color: rgba(244, 236, 224, 0.6);
    margin-bottom: 32px;
    opacity: 1;
}

/* ============================================
   BODY PADDING FOR FIXED HEADER
   ============================================ */
body {
    padding-top: 0;
}

/* ============================================
   RESPONSIVE — TABLET
   ============================================ */
@media (max-width: 1024px) {
    .cards-grid--3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .cards-grid--4,
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-block-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ============================================
   RESPONSIVE — MOBILE
   ============================================ */
@media (max-width: 768px) {
    :root {
        --header-height: 64px;
    }

    .section {
        padding: 64px 0;
    }

    .hero {
        padding: 120px 0 64px;
    }

    .page-hero {
        padding: 100px 0 40px;
    }

    .main-nav {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .cards-grid--3,
    .cards-grid--2,
    .cards-grid--4,
    .values-grid,
    .contact-grid,
    .ecosystem-grid,
    .steps {
        grid-template-columns: 1fr;
    }

    .cta-band .container {
        flex-direction: column;
        text-align: center;
    }

    .cta-band .btn-group {
        justify-content: center;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .glass-card {
        padding: 32px 24px;
    }

    .extranet-card {
        padding: 40px 24px;
    }

    .btn {
        padding: 12px 24px;
        font-size: 0.9rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.75rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }

    .btn-group {
        flex-direction: column;
        width: 100%;
    }

    .btn-group .btn {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================
   FIXED COASTLINE BACKDROP & GLASS ENHANCEMENTS
   ============================================ */

/* Monaco coastline background — directly on hero, no double-stacking */
.hero {
  background:
    linear-gradient(160deg, rgba(7,30,51,.55) 0%, rgba(10,37,64,.50) 50%, rgba(7,30,51,.45) 100%),
    url('https://images.unsplash.com/photo-1561768789-ad8f2d165ba0?w=1920&q=80') center/cover no-repeat !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.section--dark { background: var(--bg) !important; }
.section--cream { background: var(--cream) !important; }
.cta-band { background: var(--ink) !important; }
.site-footer { background: var(--ink) !important; }
.site-header { background: rgba(7,30,51,.95) !important; backdrop-filter: blur(20px) saturate(1.3); -webkit-backdrop-filter: blur(20px) saturate(1.3); }
.page-hero {
  background:
    linear-gradient(160deg, rgba(7,30,51,.6) 0%, rgba(10,37,64,.55) 100%),
    url('https://images.unsplash.com/photo-1561768789-ad8f2d165ba0?w=1920&q=80') center/cover no-repeat !important;
}

/* Enhanced glass cards */
.glass-card {
  background: rgba(216,199,173,.06) !important;
  backdrop-filter: blur(16px) saturate(1.2) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.2) !important;
  border: 1px solid rgba(216,199,173,.12) !important;
  box-shadow: 0 8px 32px rgba(7,30,51,.12), inset 0 1px 0 rgba(240,229,218,.03) !important;
}
.glass-card:hover {
  border-color: rgba(216,199,173,.25) !important;
  box-shadow: 0 16px 48px rgba(7,30,51,.18) !important;
}

.ecosystem__card {
  background: rgba(216,199,173,.06) !important;
  backdrop-filter: blur(16px) !important;
  border: 1px solid rgba(216,199,173,.1) !important;
}

.section--cream .glass-card,
.section--cream .value-item {
  background: rgba(255,255,255,.7) !important;
  backdrop-filter: blur(8px) !important;
}

.extranet-card {
  background: rgba(216,199,173,.06) !important;
  backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(216,199,173,.15) !important;
}

.btn--primary {
  box-shadow: 0 4px 16px rgba(216,199,173,.2) !important;
}

/* ============================================
   SKIP TO CONTENT
   ============================================ */
.skip-to-content {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: var(--ink);
    padding: 12px 24px;
    border-radius: 0 0 8px 8px;
    z-index: 10000;
    font-weight: 600;
    transition: top 0.2s;
}
.skip-to-content:focus {
    top: 0;
}

/* ============================================
   CONTACT FORM
   ============================================ */
.contact-form-wrapper {
    max-width: 720px;
    margin: 0 auto;
}

.contact-form-header {
    text-align: center;
    margin-bottom: 40px;
}

.contact-form-header h2 {
    margin-bottom: 8px;
    color: var(--ink);
}

.form-promise {
    font-size: 0.95rem;
    color: var(--gold);
    font-weight: 500;
    letter-spacing: 0.02em;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group--full {
    grid-column: 1 / -1;
}

.form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--ink);
    margin-bottom: 6px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid rgba(7, 30, 51, 0.15);
    border-radius: 8px;
    font-family: 'Source Sans 3', 'Helvetica Neue', sans-serif;
    font-size: 0.95rem;
    background: var(--white);
    color: var(--text-dark);
    transition: border-color var(--transition), box-shadow var(--transition);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(216, 199, 173, 0.2);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.85rem;
    color: var(--text-muted);
    cursor: pointer;
    line-height: 1.5;
}

.checkbox-label input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    accent-color: var(--gold);
}

.checkbox-label a {
    color: var(--gold);
    text-decoration: underline;
}

.btn--full {
    width: 100%;
    justify-content: center;
    padding: 14px 24px;
    font-size: 1rem;
}

.form-message {
    padding: 16px 20px;
    border-radius: 8px;
    margin-bottom: 24px;
    font-size: 0.95rem;
}

.form-message--success {
    background: rgba(141, 174, 114, 0.1);
    border: 1px solid rgba(141, 174, 114, 0.3);
    color: #4a7a2e;
}

.form-message--error {
    background: rgba(196, 112, 94, 0.1);
    border: 1px solid rgba(196, 112, 94, 0.3);
    color: #a04030;
}

@media (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   LEGAL PAGES
   ============================================ */
.legal-content h2 {
    font-size: 1.4rem;
    color: var(--ink);
    margin-top: 32px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(7, 30, 51, 0.08);
}

.legal-content h2:first-child {
    margin-top: 0;
}

.legal-content p {
    margin-bottom: 16px;
    line-height: 1.8;
    color: var(--text-dark);
}

.legal-content a {
    color: var(--gold);
}

.footer-alvi-logo {
    /* Logo source is dark-on-transparent: force all opaque pixels to white. */
    filter: brightness(0) invert(1);
    opacity: 0.85;
}

/* ============================================
   FOOTER LEGAL LINKS
   ============================================ */
.footer-legal {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
}

.footer-legal a {
    color: rgba(244, 236, 224, 0.4);
    transition: color var(--transition);
}

.footer-legal a:hover {
    color: var(--gold);
}

.footer-legal span {
    color: rgba(244, 236, 224, 0.2);
}

/* ============================================
   TRUST STRIP
   ============================================ */
.trust-strip {
    background: rgba(7, 30, 51, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 16px 0;
    border-top: 1px solid rgba(216, 199, 173, 0.1);
    border-bottom: 1px solid rgba(216, 199, 173, 0.1);
    opacity: 1;
    visibility: visible;
}

.trust-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    opacity: 1;
}

.trust-item {
    font-family: 'Source Sans 3', 'Helvetica Neue', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    opacity: 1;
}

.trust-item svg {
    stroke: var(--gold);
    flex-shrink: 0;
    opacity: 0.7;
}

.trust-divider {
    color: rgba(216, 199, 173, 0.3);
    font-size: 0.6rem;
}

/* ============================================
   GOLD SECTION DIVIDER
   ============================================ */
.gold-divider {
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, var(--gold) 20%, var(--gold) 80%, transparent 100%);
    opacity: 0.25;
}

/* ============================================
   ACCENT CARDS (colored top bar)
   ============================================ */
.accent-card {
    position: relative;
    overflow: hidden;
    border-top: none !important;
}

.accent-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    opacity: 1;
}

.accent-card--gold::before {
    background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 100%);
}

.accent-card--ink::before {
    background: linear-gradient(90deg, var(--ink) 0%, var(--bg) 100%);
}

.accent-card--cream::before {
    background: linear-gradient(90deg, #C4B49A 0%, var(--gold) 100%);
}

/* ============================================
   ECOSYSTEM LOGOS (transparent on dark bg)
   ============================================ */
.ecosystem-logo {
    height: 36px;
    width: auto;
    max-width: 180px;
    margin-bottom: 16px;
    padding: 8px 16px;
    background: var(--white);
    border-radius: 8px;
    object-fit: contain;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform var(--transition), box-shadow var(--transition);
}

.ecosystem-card:hover .ecosystem-logo {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* ============================================
   POLYLANG LANGUAGE SWITCHER
   ============================================ */
.lang-switcher {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid rgba(216, 199, 173, 0.2);
}

.lang-switcher ul {
    display: flex;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lang-switcher li {
    display: inline;
}

.lang-switcher a {
    font-family: 'Source Sans 3', 'Helvetica Neue', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(244, 236, 224, 0.5);
    padding: 4px 8px;
    border-radius: 4px;
    transition: all var(--transition);
}

.lang-switcher a:hover {
    color: var(--gold);
    background: rgba(216, 199, 173, 0.1);
}

.lang-switcher .current-lang a,
.lang-switcher li.current-lang a {
    color: var(--gold);
    background: rgba(216, 199, 173, 0.12);
    font-weight: 600;
}

/* Language switch link */
.lang-switch-link {
    font-family: 'Source Sans 3', 'Helvetica Neue', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(244, 236, 224, 0.5);
    padding: 5px 12px;
    border: 1px solid rgba(216, 199, 173, 0.2);
    border-radius: 4px;
    transition: all var(--transition);
    margin-left: 12px;
}

.lang-switch-link:hover {
    color: var(--gold);
    border-color: var(--gold);
    background: rgba(216, 199, 173, 0.08);
}

.lang-switch-mobile {
    display: none;
}

@media (max-width: 768px) {
    .lang-switch-mobile {
        display: inline;
    }
    .lang-switch-mobile .lang-switch-link {
        margin-left: 0;
    }
}

.mobile-lang {
    padding-top: 16px;
    margin-top: 8px;
    border-top: 1px solid rgba(216, 199, 173, 0.15);
}

.mobile-lang .lang-switch-link {
    margin-left: 0;
    display: inline-block;
}

/* Mobile lang switcher — visible next to hamburger */
.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lang-switcher--mobile {
    display: none;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}

@media (max-width: 768px) {
    .lang-switcher--mobile {
        display: flex;
    }
}


/* ============================================
   v6.5.0 — HEADER LOGO CHIPS, ACCORDIONS, CHIPS, STEPS, STATS, PHOTOS
   ============================================ */
.logo-chip {
    background: #fff;
    border-radius: 8px;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.logo-chip img { height: 40px; width: auto; display: block; }

.pacific-brand {
    background: #fff;
    border-radius: 8px;
    padding: 7px 12px;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
    transition: transform 0.15s ease;
}
.pacific-brand:hover { transform: translateY(-1px); }
.pacific-brand img { height: 22px; width: auto; display: block; }
@media (max-width: 860px) { .pacific-brand { display: none; } }

.trust-item--link { color: inherit; text-decoration: none; border-bottom: 1px dashed var(--gold); padding-bottom: 2px; }
.trust-item--link:hover { color: var(--gold); }

.svc-more { margin-top: 12px; }
.svc-more summary {
    cursor: pointer;
    color: var(--ink);
    font-weight: 600;
    font-family: 'Raleway', 'Helvetica Neue', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-bottom: 2px solid var(--gold);
    padding-bottom: 3px;
    list-style: none;
}
.svc-more summary::-webkit-details-marker { display: none; }
.svc-more summary::after { content: '+'; font-size: 1.1em; color: var(--gold); }
.svc-more[open] summary::after { content: '−'; }
.svc-more-body { margin-top: 18px; padding: 22px 26px; background: rgba(255,255,255,0.65); border-left: 3px solid var(--gold); border-radius: 0 10px 10px 0; }
.svc-more-body h4 { margin: 18px 0 8px; color: var(--ink); font-family: 'Raleway', 'Helvetica Neue', sans-serif; }
.svc-more-body h4:first-child { margin-top: 0; }
.svc-more-body ul { columns: 2; column-gap: 36px; margin: 10px 0; }
@media (max-width: 720px) { .svc-more-body ul { columns: 1; } }

.chip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 900px) { .chip-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .chip-grid { grid-template-columns: 1fr; } }
.value-chip { background: rgba(255,255,255,0.05); border: 1px solid rgba(216,199,173,0.25); border-radius: 12px; padding: 24px 20px; text-align: center; }
.value-chip h4 { color: var(--gold); letter-spacing: 0.12em; font-size: 0.85rem; margin-bottom: 8px; font-family: 'Raleway', 'Helvetica Neue', sans-serif; }
.value-chip p { color: rgba(244,236,224,0.8); font-size: 0.92rem; margin: 0; }

.icon-points { display: flex; flex-direction: column; gap: 18px; margin-top: 18px; }
.icon-point { display: flex; gap: 14px; align-items: flex-start; }
.icon-point-icon { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 10px; background: var(--ink); color: var(--gold); display: flex; align-items: center; justify-content: center; }
.icon-point p { margin: 0; }
.icon-point a { color: var(--ink); font-weight: 600; border-bottom: 1px solid var(--gold); text-decoration: none; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 10px; }
@media (max-width: 900px) { .steps-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .steps-grid { grid-template-columns: 1fr; } }
.step { background: rgba(255,255,255,0.05); border: 1px solid rgba(216,199,173,0.2); border-radius: 12px; padding: 24px; }
.step-num { color: var(--gold); font-weight: 700; font-size: 0.9rem; letter-spacing: 0.1em; }
.step h4 { color: var(--cream); margin: 8px 0 6px; font-family: 'Raleway', 'Helvetica Neue', sans-serif; }
.step p { color: rgba(244,236,224,0.75); font-size: 0.92rem; margin: 0; }

.stats-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
@media (max-width: 900px) { .stats-band { grid-template-columns: repeat(2, 1fr); } }
.stat { padding: 22px 14px; border-radius: 12px; background: #fff; box-shadow: 0 4px 18px rgba(7,30,51,0.06); display: flex; flex-direction: column; gap: 6px; }
.stat-value { font-family: 'Raleway', 'Helvetica Neue', sans-serif; font-weight: 700; font-size: 1.35rem; color: var(--ink); }
.stat-label { font-size: 0.85rem; color: rgba(7,30,51,0.65); }
a.stat--link { text-decoration: none; border: 1px solid var(--gold); }
a.stat--link:hover .stat-value { color: var(--gold); }

.side-photo { margin: 0; border-radius: 14px; min-height: 340px; display: flex; align-items: flex-end; overflow: hidden; background-size: cover; background-position: center; }
.side-photo figcaption { width: 100%; padding: 10px 16px; background: rgba(7,30,51,0.75); color: var(--cream); font-size: 0.8rem; letter-spacing: 0.05em; }
.side-photo--odeon { background-image: linear-gradient(rgba(7,30,51,0.12), rgba(7,30,51,0.12)), url('assets/tour-odeon.jpg'); background-position: left center; }
.side-photo--reception { background: repeating-linear-gradient(45deg, rgba(216,199,173,0.15), rgba(216,199,173,0.15) 12px, rgba(7,30,51,0.08) 12px, rgba(7,30,51,0.08) 24px); border: 2px dashed rgba(216,199,173,0.7); align-items: center; justify-content: center; }
.side-photo--reception figcaption { background: none; color: rgba(7,30,51,0.6); text-align: center; }


/* ============================================
   v6.6.0 — PACIFIC-EDITORIAL RESTYLE
   Light warm surfaces, floating glass header, cyan accent.
   Fonts unchanged (Raleway + Source Sans 3, per handoff rule 4).
   ============================================ */
:root {
    --pe-bg: #f7f4ef;
    --pe-bg-alt: #efe6d8;
    --pe-surface: #fffdf9;
    --pe-muted: #6f7580;
    --pe-cyan: #1ca9c9;
    --pe-cyan-soft: rgba(28, 169, 201, 0.12);
    --pe-line: rgba(7, 30, 51, 0.13);
    --pe-line-warm: rgba(216, 199, 173, 0.62);
    --pe-shadow-soft: 0 24px 70px rgba(7, 30, 51, 0.12);
    --pe-shadow-card: 0 18px 44px rgba(7, 30, 51, 0.09);
    --pe-radius: 8px;
}

body { background: var(--pe-bg) !important; color: #1b2733; }

/* --- Floating glass header --- */
.site-header {
    top: 14px !important;
    left: 14px !important;
    right: 14px !important;
    background: rgba(255, 253, 249, 0.74) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 10px !important;
    box-shadow: 0 14px 46px rgba(7, 30, 51, 0.11) !important;
    backdrop-filter: blur(22px) saturate(1.35) !important;
    -webkit-backdrop-filter: blur(22px) saturate(1.35) !important;
}
main#main-content, main { padding-top: calc(var(--header-height) + 14px); }
.main-nav a { color: var(--ink) !important; }
.main-nav a:hover { color: var(--pe-cyan) !important; }
.main-nav a.active { color: var(--pe-cyan) !important; border-color: var(--pe-cyan) !important; }
.lang-switch a, .lang-switch-mobile a, .header-actions a { color: var(--ink); }
.hamburger span { background: var(--ink) !important; }
.logo-chip, .pacific-brand { background: transparent !important; box-shadow: none !important; padding: 0 !important; }
.pacific-brand { margin-right: 14px; }
.logo-chip img { height: 44px; }
.mobile-nav { background: var(--pe-surface) !important; }
.mobile-nav a { color: var(--ink) !important; border-color: var(--pe-line) !important; }

/* --- Trust strip: light editorial band --- */
.trust-strip { background: var(--pe-surface) !important; border-top: 1px solid var(--pe-line-warm); border-bottom: 1px solid var(--pe-line-warm); }
.trust-strip .trust-item { color: var(--ink) !important; }
.trust-strip .trust-divider { color: var(--pe-cyan) !important; }
.trust-item--link { border-bottom: 1px dashed var(--pe-cyan) !important; }
.trust-item--link:hover { color: var(--pe-cyan) !important; }

/* --- Sections: light alternation --- */
.section--cream { background: var(--pe-bg) !important; }
.section--dark { background: var(--pe-bg-alt) !important; }
.section--dark h2, .section--dark h3, .section--dark h4 { color: var(--ink) !important; }
.section--dark p { color: rgba(27, 39, 51, 0.78) !important; }
.section--dark .label { color: var(--pe-cyan) !important; }
.section-lead { color: rgba(27, 39, 51, 0.78) !important; }
.gold-divider { opacity: 0.5; }

/* --- Cards on light --- */
.glass-card, .glass-card--light {
    background: var(--pe-surface) !important;
    border: 1px solid var(--pe-line-warm) !important;
    border-radius: var(--pe-radius) !important;
    box-shadow: var(--pe-shadow-card) !important;
}
.glass-card h3, .glass-card p { color: inherit; }

/* --- Value chips & steps: surface cards --- */
.value-chip, .step {
    background: var(--pe-surface) !important;
    border: 1px solid var(--pe-line-warm) !important;
    border-radius: var(--pe-radius) !important;
    box-shadow: var(--pe-shadow-card) !important;
}
.value-chip h4 { color: var(--pe-cyan) !important; }
.value-chip p { color: rgba(27, 39, 51, 0.75) !important; }
.step h4 { color: var(--ink) !important; }
.step p { color: rgba(27, 39, 51, 0.72) !important; }
.step-num { color: var(--pe-cyan) !important; }

/* --- Stats band --- */
.stat { border: 1px solid var(--pe-line-warm) !important; border-radius: var(--pe-radius) !important; box-shadow: var(--pe-shadow-card) !important; }
a.stat--link { border-color: var(--pe-cyan) !important; }
a.stat--link:hover .stat-value { color: var(--pe-cyan) !important; }

/* --- Accordions --- */
.svc-more-body { background: var(--pe-surface) !important; border-left: 3px solid var(--pe-cyan) !important; border-radius: 0 var(--pe-radius) var(--pe-radius) 0 !important; }
.svc-more summary { border-bottom-color: var(--pe-cyan) !important; }
.svc-more summary::after, .svc-more[open] summary::after { color: var(--pe-cyan) !important; }

/* --- Icon points --- */
.icon-point-icon { background: var(--pe-cyan-soft) !important; color: var(--pe-cyan) !important; border: 1px solid rgba(28, 169, 201, 0.3); border-radius: var(--pe-radius) !important; }
.icon-point a { border-bottom-color: var(--pe-cyan) !important; }

/* --- CTA band: light-alt --- */
.cta-band { background: var(--pe-bg-alt) !important; border-top: 1px solid var(--pe-line-warm); }
.cta-band h3 { color: var(--ink) !important; }
.cta-band .btn--outline { border-color: var(--ink) !important; color: var(--ink) !important; }
.cta-band .btn--outline:hover { border-color: var(--pe-cyan) !important; color: var(--pe-cyan) !important; }

/* --- Buttons: editorial radius + cyan hover --- */
.btn { border-radius: var(--pe-radius) !important; }
.btn--gold:hover { background: var(--pe-cyan) !important; border-color: var(--pe-cyan) !important; color: #fffdf9 !important; }

/* --- Heroes keep the dark photo treatment (Pacific pattern) --- */
.hero .btn--outline, .page-hero .btn--outline { border-color: rgba(247, 244, 239, 0.72) !important; color: #f7f4ef !important; }

/* --- Footer stays ink navy (brand anchor) --- */
.site-footer a:hover { color: var(--pe-cyan) !important; }

/* --- Misc surfaces --- */
.service-block { border-bottom: 1px solid var(--pe-line-warm); }
.side-photo { border-radius: var(--pe-radius) !important; box-shadow: var(--pe-shadow-card); }
.side-photo--reception { background: repeating-linear-gradient(45deg, rgba(216,199,173,0.25), rgba(216,199,173,0.25) 12px, rgba(255,253,249,0.9) 12px, rgba(255,253,249,0.9) 24px) !important; border: 2px dashed var(--pe-line-warm) !important; }
.side-photo--reception figcaption { color: var(--pe-muted) !important; }


/* ============================================
   v6.7.0 — PACIFIC CUES: PILL CTAS, CARD HOVERS, PARALLAX BAND
   ============================================ */
.btn { border-radius: 999px !important; transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease !important; }
.btn--gold:hover { background: var(--ink) !important; border-color: var(--pe-cyan) !important; color: #fffdf9 !important; transform: translateY(-2px); box-shadow: 0 14px 34px rgba(7, 30, 51, 0.18); }
.cta-band .btn--outline, .section--cream .btn--outline { border: 1px solid rgba(7, 30, 51, 0.18) !important; background: var(--pe-surface) !important; color: var(--ink) !important; }
.cta-band .btn--outline:hover, .section--cream .btn--outline:hover { border-color: var(--pe-cyan) !important; background: var(--ink) !important; color: #fffdf9 !important; transform: translateY(-2px); }

.glass-card, .value-chip, .step, .stat { transition: transform 0.18s ease, box-shadow 0.18s ease; }
.glass-card:hover, .value-chip:hover, .step:hover, .stat:hover { transform: translateY(-3px); box-shadow: 0 26px 60px rgba(7, 30, 51, 0.14) !important; }
.card-link { color: var(--pe-cyan) !important; }
.card-link:hover { color: var(--ink) !important; }

.parallax-band {
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(7, 30, 51, 0.72), rgba(7, 30, 51, 0.35) 60%, rgba(7, 30, 51, 0.25)),
        url('assets/tour-odeon.jpg') center 30% / cover no-repeat;
    background-attachment: fixed, fixed;
}
.parallax-band .label { color: var(--gold); letter-spacing: 0.14em; }
.parallax-band h2 { color: #f7f4ef; max-width: 640px; margin-top: 10px; text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35); }
@media (max-width: 900px), (hover: none) {
    .parallax-band { background-attachment: scroll, scroll; min-height: 260px; }
}


/* ============================================
   v6.7.1 — UNIFIED SITE-WIDE FIXED BACKDROP
   Heroes share the same fixed background as the parallax bands:
   one continuous image revealed on scroll, no per-hero layered photo.
   ============================================ */
.hero, .page-hero {
    background:
        linear-gradient(160deg, rgba(7, 30, 51, 0.66) 0%, rgba(10, 37, 64, 0.48) 60%, rgba(7, 30, 51, 0.38) 100%),
        url('assets/tour-odeon.jpg') center 30% / cover no-repeat !important;
    background-attachment: fixed, fixed !important;
}
@media (max-width: 900px), (hover: none) {
    .hero, .page-hero { background-attachment: scroll, scroll !important; }
}


/* ============================================
   v6.7.2 — PERFORMANT SITE-WIDE FIXED BACKDROP
   Single fixed layer (body::before); heroes and parallax bands are
   transparent windows with a flat tint. Replaces background-attachment:
   fixed (expensive repaints, frozen renderer).
   ============================================ */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(160deg, rgba(7, 30, 51, 0.38), rgba(10, 37, 64, 0.22) 60%, rgba(7, 30, 51, 0.18)),
        url('assets/tour-odeon.jpg') center 30% / cover no-repeat;
}
.hero, .page-hero {
    background: rgba(7, 30, 51, 0.34) !important;
    background-attachment: initial !important;
}
.parallax-band {
    background: linear-gradient(90deg, rgba(7, 30, 51, 0.45), rgba(7, 30, 51, 0.15) 65%, rgba(7, 30, 51, 0.10)) !important;
    background-attachment: initial !important;
}
@media (max-width: 900px), (hover: none) {
    .hero, .page-hero, .parallax-band { background-attachment: initial !important; }
}


/* ============================================
   v6.8.0 — LIQUID GLASS SYSTEM
   Frosted translucent sections + listing-style glass cards over the
   site-wide fixed backdrop. Header logos equalised.
   ============================================ */
.section--cream {
    background: rgba(247, 244, 239, 0.86) !important;
    backdrop-filter: blur(20px) saturate(1.15);
    -webkit-backdrop-filter: blur(20px) saturate(1.15);
}
.section--dark {
    background: rgba(239, 230, 216, 0.80) !important;
    backdrop-filter: blur(20px) saturate(1.15);
    -webkit-backdrop-filter: blur(20px) saturate(1.15);
}
.trust-strip {
    background: rgba(255, 253, 249, 0.70) !important;
    backdrop-filter: blur(20px) saturate(1.2);
    -webkit-backdrop-filter: blur(20px) saturate(1.2);
}
.cta-band {
    background: rgba(239, 230, 216, 0.76) !important;
    backdrop-filter: blur(20px) saturate(1.15);
    -webkit-backdrop-filter: blur(20px) saturate(1.15);
}
.site-footer {
    background: rgba(7, 30, 51, 0.93) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
.glass-card, .glass-card--light, .value-chip, .step, .stat, .svc-more-body, .icon-point-icon {
    background: rgba(255, 253, 249, 0.58) !important;
    backdrop-filter: blur(16px) saturate(1.25);
    -webkit-backdrop-filter: blur(16px) saturate(1.25);
    border: 1px solid rgba(255, 255, 255, 0.60) !important;
    box-shadow: 0 18px 44px rgba(7, 30, 51, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.65) !important;
}
.glass-card, .glass-card--light, .value-chip, .step, .stat {
    border-radius: 14px !important;
}
.svc-more-body { border-left: 3px solid var(--pe-cyan) !important; border-radius: 0 14px 14px 0 !important; }
.glass-card:hover, .value-chip:hover, .step:hover, .stat:hover {
    box-shadow: 0 28px 64px rgba(7, 30, 51, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
}
a.stat--link { border: 1px solid rgba(28, 169, 201, 0.55) !important; }
.mobile-nav {
    background: rgba(255, 253, 249, 0.82) !important;
    backdrop-filter: blur(22px) saturate(1.2);
    -webkit-backdrop-filter: blur(22px) saturate(1.2);
}
.logo-chip img { height: 44px !important; width: auto !important; }
.pacific-brand img { height: 44px !important; width: auto !important; }
@supports not (backdrop-filter: blur(1px)) {
    .section--cream { background: rgba(247, 244, 239, 0.97) !important; }
    .section--dark, .cta-band { background: rgba(239, 230, 216, 0.97) !important; }
    .trust-strip { background: rgba(255, 253, 249, 0.97) !important; }
    .glass-card, .glass-card--light, .value-chip, .step, .stat, .svc-more-body { background: rgba(255, 253, 249, 0.95) !important; }
}


/* ============================================
   v6.8.1 — GLASS PERFORMANCE PASS
   Section-level backdrop-filter removed (GPU cost over fixed backdrop
   caused compositor stalls). Cards keep true liquid glass; sections use
   near-opaque frosted tones.
   ============================================ */
.section--cream, .section--dark, .trust-strip, .cta-band, .site-footer {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
.section--cream { background: rgba(247, 244, 239, 0.94) !important; }
.section--dark { background: rgba(239, 230, 216, 0.92) !important; }
.trust-strip { background: rgba(255, 253, 249, 0.90) !important; }
.cta-band { background: rgba(239, 230, 216, 0.90) !important; }
.site-footer { background: rgba(7, 30, 51, 0.97) !important; }


/* ============================================
   v6.8.2 — GLASS RENDER TUNE
   Lighter card blur + GPU layer promotion for smooth rasterization.
   ============================================ */
body::before { will-change: transform; transform: translateZ(0); }
.glass-card, .glass-card--light, .value-chip, .step, .stat, .svc-more-body, .icon-point-icon {
    backdrop-filter: blur(10px) saturate(1.2) !important;
    -webkit-backdrop-filter: blur(10px) saturate(1.2) !important;
}
@media (max-width: 900px) {
    .glass-card, .glass-card--light, .value-chip, .step, .stat, .svc-more-body, .icon-point-icon {
        backdrop-filter: blur(6px) !important;
        -webkit-backdrop-filter: blur(6px) !important;
    }
}


/* ============================================
   v6.9.0 — ROTATING PANNING FIXED BACKDROP
   8 editorial Monaco / Tour Odeon aerials (client photo + Unsplash,
   Unsplash License) crossfade every 8s with a slow Ken Burns pan.
   GPU-friendly: opacity + transform only. body::before becomes tint-only.
   ============================================ */
.site-backdrop {
    position: fixed;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    background: #0a2540;
}
.site-backdrop .bd {
    position: absolute;
    inset: -7%;
    background-position: center 35%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    will-change: opacity, transform;
    animation: bd-fade 64s linear infinite, bd-pan 32s ease-in-out infinite alternate;
}
.site-backdrop .bd:nth-child(1) { animation-delay: -2s, 0s; }
.site-backdrop .bd:nth-child(2) { animation-delay: 6s, -4s; }
.site-backdrop .bd:nth-child(3) { animation-delay: 14s, -8s; }
.site-backdrop .bd:nth-child(4) { animation-delay: 22s, -12s; }
.site-backdrop .bd:nth-child(5) { animation-delay: 30s, -16s; }
.site-backdrop .bd:nth-child(6) { animation-delay: 38s, -20s; }
.site-backdrop .bd:nth-child(7) { animation-delay: 46s, -24s; }
.site-backdrop .bd:nth-child(8) { animation-delay: 54s, -28s; }
@keyframes bd-fade {
    0% { opacity: 0; }
    4.7% { opacity: 1; }
    12.5% { opacity: 1; }
    17.2% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes bd-pan {
    from { transform: scale(1.10) translate3d(-3%, 1.2%, 0); }
    to   { transform: scale(1.26) translate3d(3%, -1.6%, 0); }
}

/* body::before: navy tint only (image now lives in .site-backdrop) */
body::before {
    background: linear-gradient(160deg, rgba(7, 30, 51, 0.40), rgba(10, 37, 64, 0.24) 60%, rgba(7, 30, 51, 0.20)) !important;
}

/* Accessibility + small screens: static first image, no motion */
@media (prefers-reduced-motion: reduce) {
    .site-backdrop .bd { animation: none !important; opacity: 0 !important; }
    .site-backdrop .bd:first-child { opacity: 1 !important; transform: none !important; }
}


/* ============================================
   v6.10.0 — TEAM GRID, SURVEY EMBED, ANCHOR OFFSET
   ============================================ */
#equipe, #enquete { scroll-margin-top: calc(var(--header-height) + 28px); }
.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
@media (max-width: 1000px) { .team-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .team-grid { grid-template-columns: 1fr; } }
.team-card {
    background: rgba(255, 253, 249, 0.58);
    backdrop-filter: blur(10px) saturate(1.2);
    -webkit-backdrop-filter: blur(10px) saturate(1.2);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    box-shadow: 0 10px 26px rgba(7, 30, 51, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.65);
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.team-card:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(7, 30, 51, 0.12); }
.team-name { font-family: 'Raleway', 'Helvetica Neue', sans-serif; font-weight: 600; color: var(--ink); font-size: 0.98rem; }
.team-role { font-size: 0.82rem; color: rgba(7, 30, 51, 0.62); letter-spacing: 0.02em; }

.survey-embed {
    max-width: 760px;
    margin: 0 auto;
    background: rgba(255, 253, 249, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 14px;
    box-shadow: 0 18px 44px rgba(7, 30, 51, 0.10);
    padding: 14px;
}
.survey-embed iframe { width: 100%; height: 1150px; border: 0; border-radius: 8px; background: #fff; }
@media (max-width: 700px) { .survey-embed iframe { height: 1350px; } }
.survey-fallback { text-align: center; margin: 10px 0 2px; }
.survey-fallback a { color: var(--pe-cyan); font-weight: 600; text-decoration: none; }
