:root {
      --parchment: #F6F5F2;
      --sage: #E4E9E5;
      --sage-deep: #8A9A8E;
      --terra: #D3654B;
      --terra-dark: #B8533B;
      --terra-light: #EDD9D3;
      --ink: #353837;
      --muted: #7A817E;
      --white: #FFFFFF;
      --font-story: 'Cormorant Garamond', Georgia, serif;
      --font-ui: 'Manrope', Arial, sans-serif;
      --ease: cubic-bezier(0.16, 1, 0.3, 1);
      --content: 1200px;
    }

    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      overflow-x: hidden;
      background: var(--parchment);
      color: var(--ink);
      font-family: var(--font-ui);
      font-weight: 400;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }
    img, video { max-width: 100%; }
    img { display: block; }
    button, a { font: inherit; }
    button { color: inherit; }
    h1, h2, h3, h4, p { margin: 0; }
    h1, h2, h3, h4 { font-family: var(--font-story); font-weight: 400; line-height: 1.1; }
    a { color: inherit; }

    .page-section { position: relative; }
    .sage-surface { background: var(--white); }
    .cream-surface { background: var(--parchment); }
    .white-surface { background: var(--white); }

    /* Header + hero */
    .hero {
      position: relative;
      width: 100%;
      height: min(95vh, 980px);
      min-height: 680px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background: #121413;
    }
    .hero-video-wrapper { position: absolute; inset: 0; z-index: 1; overflow: hidden; }
    .hero-video { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
    .hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.65)); }
    .site-header {
      position: absolute;
      inset: 0 0 auto;
      z-index: 5;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      padding: 22px 5vw;
      color: var(--white);
      transition: opacity .35s ease, background .35s ease, box-shadow .35s ease;
    }
    .site-header.is-hidden { opacity: 0; pointer-events: none; }
    .site-header.is-floating {
      position: fixed;
      top: 22px;
      right: auto;
      bottom: auto;
      left: 50%;
      width: max-content;
      max-width: calc(100vw - 32px);
      padding: 12px 20px;
      border: 1px solid rgba(255,255,255,.24);
      border-radius: 999px;
      background: linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.03)), rgba(15,17,17,.34);
      box-shadow: 0 18px 45px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.16);
      backdrop-filter: blur(18px) saturate(115%);
      -webkit-backdrop-filter: blur(18px) saturate(115%);
      transform: translateX(-50%);
    }
    .site-header.is-floating::before { content: ''; position: absolute; inset: 1px; z-index: -1; border-radius: inherit; background: linear-gradient(105deg, rgba(255,255,255,.08), transparent 42%); pointer-events: none; }
    .site-header.is-floating:not(.is-visible) { opacity: 0; pointer-events: none; }
    .site-header.is-floating .site-logo { display: none; }
    .site-header.is-floating .site-nav { gap: clamp(18px, 1.8vw, 28px); }
    .site-header.is-floating .site-nav a:not(.site-header-cta) { color: rgba(255,255,255,.92); font-size: .9rem; font-weight: 700; letter-spacing: 1.25px; }
    .site-header.is-floating .site-nav a:not(.site-header-cta):hover { color: var(--white); }
    .site-header.is-floating .site-header-cta { padding: 9px 17px; font-size: .74rem; letter-spacing: 1.15px; }
    .site-logo { color: var(--white); text-decoration: none; font-family: var(--font-story); font-size: 1.5rem; letter-spacing: .08em; }
    .site-nav { display: flex; align-items: center; gap: clamp(12px, 1.8vw, 26px); }
    .site-nav a { color: rgba(255,255,255,.88); text-decoration: none; font-size: .82rem; letter-spacing: 1.6px; text-transform: uppercase; transition: color .25s ease; }
    .site-nav a:hover { color: var(--terra-light); }
    .site-header-cta { color: var(--white) !important; background: var(--terra); padding: 10px 18px; border-radius: 999px; }
    .menu-toggle { display: none; min-height: 38px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; background: rgba(20,22,21,.28); color: var(--white); cursor: pointer; font-size: .68rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; box-shadow: 0 12px 28px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.18); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
    .menu-toggle::before { display: none; }
    .mobile-menu { display: none; }
    .hero-content { position: relative; z-index: 2; width: 100%; display: flex; justify-content: center; padding: 0 5%; text-align: center; }
    .hero-title-group { display: flex; flex-direction: column; align-items: center; margin-bottom: 2rem; }
    .hero-title { color: var(--terra); font-family: var(--font-story); font-size: clamp(3.8rem, 7.5vw, 6.5rem); font-weight: 300; line-height: .82; letter-spacing: -.04em; white-space: nowrap; }
    .hero-name-last { margin-left: .16em; }
    .hero-title span { display: inline-block; opacity: 0; transform: translateY(20px); animation: letterReveal .5s var(--ease) forwards; }
    .hero-title span:nth-child(1) { animation-delay: .35s; }
    .hero-title span:nth-child(2) { animation-delay: .5s; }
    .hero-title span:nth-child(3) { animation-delay: .65s; }
    .hero-title span:nth-child(4) { animation-delay: .8s; }
    .hero-title span:nth-child(5) { animation-delay: .95s; }
    .hero-meta { display: flex; flex-direction: column; align-items: center; gap: .18em; color: var(--white); font-family: var(--font-story); font-size: clamp(1.35rem, 2.4vw, 1.7rem); font-weight: 400; opacity: 0; animation: fadeIn .8s .95s forwards; }
    .hero-meta-main { font-size: clamp(2.1rem, 3.5vw, 3rem); }
    .hero-meta-sub { font-size: clamp(1rem, 1.45vw, 1.35rem); letter-spacing: .03em; opacity: .92; }
    .mobile-break { display: none; }
    .scroll-indicator { position: absolute; bottom: 42px; left: 50%; z-index: 3; width: 30px; height: 50px; border: 1px solid var(--terra); border-radius: 15px; opacity: 0; transform: translateX(-50%); animation: fadeIn 1s 2.15s forwards; }
    .scroll-dot { position: absolute; top: 10px; left: 50%; width: 6px; height: 6px; border-radius: 50%; background: var(--terra); transform: translateX(-50%); animation: scrollFloat 1.8s ease-in-out infinite; }
    @keyframes letterReveal { to { opacity: 1; transform: translateY(0); } }
    @keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
    @keyframes fadeIn { to { opacity: 1; } }
    @keyframes scrollFloat { 0%,100% { transform: translate(-50%, 0); opacity: 1; } 50% { transform: translate(-50%, 15px); opacity: .5; } }

    /* USP */
    .usp-section { margin: 0; padding: 84px 5vw 100px; position: relative; z-index: 2; background: var(--white); border-radius: 60px; box-shadow: 0 20px 50px rgba(53,56,55,.05); text-align: center; }
    .usp-container { max-width: 900px; margin: 0 auto; }
    .usp-badge, .section-label { display: block; color: var(--terra); font-size: .7rem; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; }
    .usp-badge { margin-bottom: 20px; }
    .usp-title { margin-bottom: 30px; color: var(--ink); font-family: var(--font-story); font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1.1; }
    .usp-title i, .accent { color: var(--terra); font-style: italic; }
    .usp-text { max-width: 700px; margin: 0 auto; color: #666; font-size: 1.05rem; font-weight: 300; line-height: 1.8; }

    /* Stats */
    .stats-section { padding: 42px 6vw 32px; background: var(--sage); }
    .bloc-stats { display: flex; max-width: 1100px; margin: 0 auto; }
    .stat-item { flex: 1; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px 24px; text-align: center; opacity: 0; transition: opacity 1s var(--ease); }
    .stat-item.visible { opacity: 1; }
    .stat-item:nth-child(2) { transition-delay: .2s; }
    .stat-item:nth-child(3) { transition-delay: .4s; }
    .stat-item:nth-child(4) { transition-delay: .6s; }
    .stat-item:not(:last-child)::after { content: ''; position: absolute; top: 25%; right: 0; width: 1px; height: 50%; background: rgba(53,56,55,.12); }
    .stat-num { display: flex; align-items: baseline; gap: 4px; margin-bottom: 14px; color: var(--terra); font-family: var(--font-story); font-size: clamp(3.3rem, 6vw, 5.5rem); line-height: 1; }
    .stat-num .prefix { font-size: .55em; }
    .stat-label { color: #171917; font-size: .62rem; letter-spacing: 2.5px; text-transform: uppercase; }

    /* CTA */
    .fusion-section { padding: 60px 6vw 90px; background: var(--white); text-align: center; }
    .fusion-label { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 28px; color: var(--muted); font-size: .62rem; letter-spacing: 4px; text-transform: uppercase; }
    .fusion-label::before, .fusion-label::after { content: ''; display: block; width: 32px; height: 1px; background: rgba(53,56,55,.2); }
    .fusion-title { margin-bottom: 20px; color: var(--ink); font-size: clamp(3rem, 5.5vw, 5rem); font-weight: 300; letter-spacing: -.5px; }
    .fusion-desc { max-width: 700px; margin: 0 auto 44px; color: var(--muted); font-size: .87rem; line-height: 1.9; }
    .btn-primary { display: inline-block; padding: 17px 38px; border: 0; border-radius: 999px; background: var(--terra); color: var(--white); cursor: pointer; font-size: .66rem; font-weight: 700; letter-spacing: 2.5px; text-decoration: none; text-transform: uppercase; transition: transform .3s var(--ease), background .3s; }
    .btn-primary:hover { background: var(--terra-dark); transform: translateY(-3px); }

    /* Bio */
    .bio-section { padding: 80px 5vw; background: var(--sage); }
    .bio-wrapper { display: flex; align-items: center; justify-content: center; max-width: var(--content); margin: 0 auto; }
    .bio-img { width: 48%; position: relative; z-index: 1; overflow: hidden; border-radius: 20px; }
    .bio-img img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; transition: transform .7s var(--ease); }
    .bio-img:hover img { transform: scale(1.03); }
    .bio-text { width: 55%; z-index: 2; margin-left: -5%; padding: 50px 60px; position: relative; border: 1px solid rgba(255,255,255,.8); border-radius: 30px; background: rgba(255,255,255,.68); box-shadow: 0 8px 32px rgba(53,56,55,.04); backdrop-filter: blur(12px); color: var(--ink); transition: transform .4s var(--ease); }
    .bio-text:hover { transform: translateX(5px); }
    .badge { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--terra); font-size: .65rem; letter-spacing: 4px; text-transform: uppercase; }
    .badge::before { content: ''; display: block; width: 30px; height: 1px; background: var(--terra); }
    .bio-text h2 { position: relative; margin-bottom: 25px; padding-bottom: 15px; font-size: clamp(2.5rem, 4vw, 3.8rem); font-weight: 300; }
    .name-line { position: absolute; bottom: 0; left: 0; width: 40px; height: 1px; background: var(--terra); transition: width .5s var(--ease); }
    .bio-text:hover .name-line { width: 110px; }
    .bio-text p { margin-bottom: 20px; font-size: 1rem; line-height: 1.8; opacity: .9; }
    .bio-text strong { font-weight: 700; }
    .bio-list { margin: 25px 0 0; padding: 0; list-style: none; }
    .bio-list li { position: relative; margin-bottom: 15px; padding-left: 20px; font-size: 1rem; opacity: .9; }
    .bio-list li::before { content: ''; position: absolute; top: 10px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--terra); opacity: .8; }

    /* Process */
    .process-section { max-width: none; margin: 0; padding: 100px 0 90px; background: var(--parchment); overflow: hidden; }
    .process-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 64px; padding: 0 7vw; }
    .process-label, .portfolio-label, .locations-label, .faq-label { display: block; margin-bottom: 14px; color: var(--terra); font-size: .65rem; letter-spacing: 4px; text-transform: uppercase; }
    .process-title { font-size: clamp(2.5rem, 4vw, 3.8rem); font-weight: 300; line-height: 1.05; }
    .process-title em, .portfolio-title em { color: var(--terra); font-style: italic; }
    .process-header-note { max-width: 280px; color: #171917; font-size: .9rem; line-height: 1.8; text-align: right; }
    .process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding: 0 7vw; }
    .process-item { display: flex; flex-direction: column; position: relative; padding: 40px; border: 1px solid rgba(255,255,255,.8); border-radius: 30px; background: rgba(255,255,255,.5); box-shadow: 0 10px 40px rgba(53,56,55,.06); backdrop-filter: blur(16px); transition: transform .5s var(--ease), border-color .4s, box-shadow .4s; }
    .process-item:hover { transform: translateY(-15px); border-color: rgba(211,101,75,.4); box-shadow: 0 20px 50px rgba(211,101,75,.08); }
    .process-header-mobile, .invest-card-header { display: flex; align-items: center; justify-content: space-between; width: 100%; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; color: inherit; font: inherit; text-align: left; appearance: none; -webkit-appearance: none; }
    .process-title-group { display: flex; flex-direction: column; }
    .process-toggle-icon { display: none; }
    .process-body { display: block; flex: 1; }
    .process-step-label { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 12px; color: var(--terra); font-size: .65rem; letter-spacing: 3px; text-transform: uppercase; }
    .process-step-label::before { content: ''; display: block; width: 25px; height: 1px; background: var(--terra); }
    .process-card-title { display: block; margin-bottom: 20px; color: var(--ink); font-family: var(--font-story); font-size: 1.8rem; font-style: italic; line-height: 1.1; }
    .process-img { width: 100%; aspect-ratio: 4 / 3; margin-bottom: 28px; overflow: hidden; border-radius: 16px; background: var(--sage); }
    .process-img img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.95) saturate(.9); transition: transform 1.2s var(--ease), filter .6s var(--ease); }
    .process-item:hover .process-img img { transform: scale(1.05); filter: brightness(1) saturate(1); }
    .process-sep { width: 35px; height: 1px; margin-bottom: 20px; background: var(--terra); opacity: .4; transition: width .5s var(--ease), opacity .4s; }
    .process-item:hover .process-sep { width: 60px; opacity: 1; }
    .process-list { margin: 0; padding: 0; list-style: none; }
    .process-list li { position: relative; margin-bottom: 14px; padding-left: 20px; color: var(--muted); font-size: .9rem; line-height: 1.7; }
    .process-list li::before { content: '◆'; position: absolute; top: 2px; left: 0; color: var(--terra); font-size: .55rem; }
    .process-list li strong { color: var(--ink); font-weight: 700; }

    /* Portfolio */
    .portfolio-section { padding: 100px 0 80px; background: var(--white); }
    .portfolio-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 60px; padding: 0 7vw; }
    .portfolio-title { color: var(--ink); font-size: clamp(2.8rem, 5vw, 4.2rem); font-weight: 300; line-height: 1; }
    .stagger-grid { display: flex; flex-direction: column; gap: 40px; padding: 0 7vw; }
    .h-card { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
    .h-card:nth-child(even) .h-img-wrapper { order: 2; }
    .h-card:nth-child(even) .h-info { order: 1; }
    .h-img-wrapper { width: 100%; aspect-ratio: 16 / 9; position: relative; overflow: hidden; border-radius: 12px; background: #1a1a1a; box-shadow: 0 15px 40px rgba(53,56,55,.08); cursor: pointer; }
    .h-img-wrapper img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.5s var(--ease), filter .8s var(--ease); }
    .h-img-wrapper:hover img { transform: scale(1.03); filter: brightness(.75); }
    .play-btn { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; }
    .play-circle { width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(255,255,255,.12); opacity: 0; transform: scale(.85); transition: all .5s var(--ease); backdrop-filter: blur(8px); }
    .h-img-wrapper:hover .play-circle { opacity: 1; transform: scale(1); }
    .play-tri { width: 0; height: 0; margin-left: 4px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 14px solid var(--white); }
    .h-info { display: flex; flex-direction: column; gap: 10px; padding: 0 10px; }
    .h-info-loc { margin: 0 0 4px; color: var(--terra); font-size: .65rem; letter-spacing: 5px; text-transform: uppercase; }
    .h-info h3 { color: var(--ink); font-size: clamp(2.2rem, 3.5vw, 3.5rem); font-weight: 300; line-height: 1.05; }
    .h-info-meta { display: flex; flex-wrap: wrap; gap: 12px; margin: 0; padding: 0; color: var(--muted); font-size: .7rem; font-weight: 600; letter-spacing: 1px; list-style: none; text-transform: uppercase; }
    .h-info-meta li:not(:last-child)::after { content: '•'; margin-left: 12px; color: var(--terra); opacity: .5; }
    .h-info-desc { max-width: 90%; margin-top: 8px; color: var(--muted); font-size: .95rem; line-height: 1.7; }
    .lightbox { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; background: rgba(20,22,21,.85); opacity: 0; pointer-events: none; transition: opacity .5s ease; backdrop-filter: blur(15px); }
    .lightbox.active { opacity: 1; pointer-events: auto; }
    .lightbox-content { width: min(90%, 1000px); aspect-ratio: 16 / 9; position: relative; transform: scale(.95); transition: transform .5s var(--ease); }
    .lightbox.active .lightbox-content { transform: scale(1); }
    .lightbox iframe { width: 100%; height: 100%; border: 0; border-radius: 12px; background: #000; box-shadow: 0 30px 60px rgba(0,0,0,.6); }
    .lightbox-close { position: absolute; top: -50px; right: 0; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.1); color: var(--white); cursor: pointer; font-size: 1.5rem; line-height: 1; }

    /* Formules */
    .investment-section { padding: 90px 0; background: var(--sage); }
    .container { width: min(1200px, 100%); margin: 0 auto; padding: 0 5vw; }
    .investment-section .container { width: 100%; padding: 0 7vw; }
    .invest-header { margin-bottom: 70px; text-align: center; }
    .invest-header h2 { color: var(--ink); font-size: clamp(2.8rem, 5vw, 4rem); }
    .invest-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: clamp(1.25rem, 2.5vw, 3rem); max-width: none; margin: 0 auto; }
    .invest-card { display: flex; flex-direction: column; position: relative; height: 100%; overflow: hidden; padding: 50px clamp(22px, 2.8vw, 42px); border: 0; border-radius: 0; background: transparent; box-shadow: none; transition: transform .45s var(--ease), padding .4s var(--ease), background .4s var(--ease), box-shadow .4s var(--ease); }
    .invest-card::before { display: none; }
    .invest-card:hover { transform: none; background: transparent; box-shadow: none; }
    .invest-card.is-featured { margin: -18px 0; padding-top: 68px; padding-bottom: 68px; border-radius: 28px; background: rgba(255,255,255,.5); box-shadow: 0 22px 55px rgba(53,56,55,.08); }
    .invest-card.is-featured:hover { background: rgba(255,255,255,.58); box-shadow: 0 22px 55px rgba(53,56,55,.08); }
    .formula-badge { position: absolute; top: 20px; left: 50%; padding: 7px 14px; border-radius: 999px; background: var(--terra); color: var(--white); font-family: var(--font-ui); font-size: .58rem; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }
    .invest-card-header { position: relative; }
    .invest-card h4 { width: 100%; margin-bottom: 1.5rem; color: var(--terra); font-family: var(--font-story); font-size: 2.4rem; letter-spacing: 3px; text-align: center; text-transform: uppercase; }
    .invest-card .intro-p { min-height: 7rem; margin-bottom: 2.5rem; color: var(--ink); font-size: 1rem; font-style: italic; opacity: .8; text-align: center; }
    .invest-card-body, .invest-card-content { display: flex; flex-direction: column; flex: 1; }
    .invest-card ul { margin: 0; padding: 0; list-style: none; }
    .invest-card li { position: relative; margin-bottom: 1.5rem; padding-left: 30px; color: var(--ink); font-size: .95rem; opacity: .9; }
    .invest-card li::before { content: '—'; position: absolute; left: 0; color: var(--terra); font-weight: 700; }
    @media (min-width: 1061px) {
      .investment-section .invest-card:hover { transform: translateY(-6px); }
    }
    .price-tag-large { display: flex; align-items: baseline; justify-content: center; width: fit-content; min-width: 155px; margin: auto auto 0; padding: .8rem 1.3rem; border: 1px solid rgba(211,101,75,.34); border-radius: 999px; background: rgba(255,255,255,.62); color: var(--terra); font-size: 1.15rem; font-weight: 800; text-align: center; }
    .invest-card.is-featured .price-tag-large { border-color: var(--terra); background: var(--terra); color: var(--white); box-shadow: 0 10px 24px rgba(211,101,75,.2); }
    .invest-toggle-icon { display: none; }

    /* Témoignages */
    .testi-section { padding: 70px 0; background: var(--parchment); text-align: center; }
    .testi-header { margin-bottom: 40px; }
    .testi-header span { display: block; margin-bottom: 10px; color: var(--terra); font-size: .65rem; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; }
    .testi-header h2 { color: var(--ink); font-size: clamp(2rem, 3.5vw, 2.8rem); font-style: italic; }
    .testi-google-btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 24px; padding: 12px 28px; border: 1px solid rgba(53,56,55,.1); border-radius: 999px; background: var(--white); box-shadow: 0 4px 15px rgba(0,0,0,.03); color: var(--ink); font-size: .85rem; font-weight: 600; text-decoration: none; transition: all .4s var(--ease); }
    .testi-google-btn:hover { border-color: var(--terra); color: var(--terra); transform: translateY(-3px); }
    .testi-google-btn img { width: 20px; height: 20px; object-fit: contain; }
    .testi-stars { display: flex; align-items: center; justify-content: center; gap: .42rem; margin: 0 auto 42px; color: var(--terra); font-size: .88rem; letter-spacing: 2px; line-height: 1; opacity: 1; }
    .testi-stage { max-width: 850px; margin: 0 auto; padding: 0 5vw; }
    .testi-quote-wrap { min-height: 100px; position: relative; }
    .testi-quote { position: absolute; inset: 0; color: #171917; font-family: var(--font-story); font-size: clamp(1.4rem, 2.5vw, 2rem); font-style: italic; font-weight: 300; line-height: 1.4; opacity: 0; transform: translateY(16px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
    .testi-quote.active { position: relative; opacity: 1; transform: translateY(0); }
    .testi-author-wrap { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 18px; }
    .testi-author-line { width: 40px; height: 1px; background: var(--terra); }
    .testi-author { color: #111311; font-size: .68rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; }
    .testi-nav, .testi-arrows { display: flex; align-items: center; justify-content: center; gap: 10px; }
    .testi-nav { margin-top: 28px; }
    .testi-dot { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; background: rgba(23,25,23,.68); cursor: pointer; transition: all .4s var(--ease); }
    .testi-dot.active { width: 24px; border-radius: 3px; background: var(--terra); }
    .testi-arrows { gap: 22px; margin-top: 36px; }
    .testi-arrow { width: 42px; height: 28px; padding: 0; border: 0; border-radius: 0; background: transparent; color: #171917; cursor: pointer; font-size: 1.15rem; line-height: 1; transition: color .3s var(--ease), transform .3s var(--ease); }
    .testi-arrow:hover { color: var(--terra); transform: translateY(-2px); }
    .testi-arrow:focus-visible { outline: 2px solid var(--terra); outline-offset: 5px; }
    .testi-counter { margin-top: 18px; color: #171917; font-family: var(--font-story); font-size: .95rem; font-weight: 600; letter-spacing: 3px; }

    /* FAQ */
    .faq-section { padding: 100px 5vw 80px; background: var(--white); }
    .faq-header { max-width: 900px; margin: 0 auto 60px; text-align: center; }
    .faq-header h2 { color: var(--ink); font-size: clamp(2.4rem, 4vw, 3.2rem); }
    .faq-header p { max-width: 700px; margin: 12px auto 0; color: var(--muted); font-size: .85rem; line-height: 1.8; }
    .faq-container { display: grid; grid-template-columns: 220px 1fr; gap: 50px; align-items: start; max-width: 1200px; margin: 0 auto; }
    .faq-categories { display: flex; flex-direction: column; gap: 10px; position: sticky; top: 40px; }
    .faq-cat-btn { padding: 12px 20px; border: 0; border-left: 2px solid rgba(0,0,0,.1); background: none; color: var(--muted); cursor: pointer; font-size: 1rem; text-align: left; transition: all .3s ease; }
    .faq-cat-btn:hover { color: var(--ink); }
    .faq-cat-btn.active { border-left-color: var(--terra); color: var(--terra); font-weight: 700; }
    .faq-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
    .faq-item { overflow: hidden; border: 1px solid rgba(0,0,0,.1); border-radius: 20px; transition: border-color .3s ease; }
    .faq-item.open { border-color: var(--terra-light); }
    .faq-item.hidden-item { display: none; }
    .faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 22px 26px; border: 0; background: none; color: var(--ink); cursor: pointer; font-family: var(--font-story); font-size: 1.35rem; line-height: 1.3; text-align: left; }
    .faq-question:hover, .faq-item.open .faq-question { background: rgba(0,0,0,.02); }
    .faq-icon { width: 28px; height: 28px; position: relative; flex: 0 0 auto; border: 1px solid rgba(0,0,0,.1); border-radius: 50%; font-size: 0; transition: transform .4s var(--ease), background .3s, border-color .3s; }
    .faq-icon::before, .faq-icon::after { content: ''; position: absolute; top: 50%; left: 50%; background: var(--terra); transform: translate(-50%,-50%); }
    .faq-icon::before { width: 11px; height: 1px; }
    .faq-icon::after { width: 1px; height: 11px; }
    .faq-item.open .faq-icon { border-color: var(--terra); background: var(--terra); transform: rotate(45deg); }
    .faq-item.open .faq-icon::before, .faq-item.open .faq-icon::after { background: var(--white); }
    .faq-answer { max-height: 0; overflow: hidden; transition: max-height .5s var(--ease); }
    .faq-item.open .faq-answer { max-height: 300px; }
    .faq-answer-inner { padding: 16px 26px 24px; border-top: 1px solid rgba(0,0,0,.1); color: var(--muted); font-size: 1rem; line-height: 1.85; }
    .faq-progress-wrap { display: none; }

    /* Destinations */
    .locations-section { padding: 90px 5vw; background: var(--parchment); text-align: center; }
    .locations-title { margin-bottom: 52px; color: var(--ink); font-size: clamp(2.6rem, 5vw, 4rem); font-style: italic; font-weight: 300; line-height: 1.1; }
    .locations-title em { color: var(--terra); font-style: normal; }
    .locations-sep { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 52px; padding: 10px 0; }
    .locations-sep-line { width: 60px; height: 1px; background: rgba(53,56,55,.15); transition: width .4s var(--ease); }
    .locations-sep-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--terra); opacity: .5; transition: transform .4s var(--ease), opacity .4s var(--ease); }
    .locations-sep:hover .locations-sep-line { width: 90px; }
    .locations-sep:hover .locations-sep-dot { opacity: 1; transform: scale(1.5); }
    .locations-grid { display: flex; flex-wrap: wrap; justify-content: center; max-width: 860px; margin: 0 auto; }
    .location-item { padding: 14px 28px; }
    .location-name { display: block; color: var(--ink); font-family: var(--font-story); font-size: 1.45rem; line-height: 1; transition: color .3s var(--ease); }
    .location-region { display: block; margin-top: 4px; color: rgba(53,56,55,.3); font-size: .58rem; letter-spacing: 2px; text-transform: uppercase; }
    .location-item:hover .location-name, .location-item:hover .location-region { color: var(--terra); }
    .location-item.highlight .location-name { color: var(--terra); font-size: 1.6rem; font-style: italic; }

    /* Contact + footer */
    .footer-opt2 { position: relative; z-index: 10; padding: 0 0 2rem; border-radius: 60px 60px 0 0; background: var(--terra); }
    .opt2-card { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; max-width: 100%; margin: 0; padding: 5rem 6rem; border-radius: 40px; background: var(--parchment); color: var(--ink); }
    .contact-title { margin-bottom: 1.5rem; color: var(--terra); font-family: var(--font-ui); font-size: clamp(3rem, 5vw, 4.5rem); font-weight: 700; line-height: 1.1; }
    .contact-title i { font-family: var(--font-story); font-weight: 500; }
    .intro-text { max-width: 420px; margin-bottom: 2rem; font-size: 1.05rem; line-height: 1.6; opacity: .8; }
    .contact-info-list { display: flex; flex-direction: column; gap: 1.5rem; margin: 2.5rem 0; }
    .contact-item { display: flex; align-items: center; gap: 1.2rem; color: inherit; text-decoration: none; transition: transform .4s var(--ease); }
    .contact-item:hover { transform: translateX(4px); }
    .contact-icon { display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; flex: 0 0 auto; border-radius: 50%; background: var(--terra); color: var(--white); transition: all .4s var(--ease); }
    .contact-icon svg { width: 20px; height: 20px; }
    .contact-item:hover .contact-icon { background: var(--terra-dark); box-shadow: 0 10px 20px rgba(211,101,75,.3); transform: translateY(-5px); }
    .contact-text p { margin: 0; color: var(--ink); font-size: .95rem; font-weight: 600; }
    .contact-text span { color: var(--ink); font-size: .8rem; opacity: .8; }
    .social-block { margin-top: 2rem; }
    .social-text { margin: 0; font-size: .9rem; opacity: .7; }
    .social-links { display: flex; gap: 1rem; margin-top: .9rem; }
    .social-links a { display: flex; align-items: center; justify-content: center; width: 55px; height: 55px; border: 1px solid rgba(53,56,55,.15); border-radius: 50%; color: var(--ink); text-decoration: none; transition: all .4s var(--ease); }
    .social-links a svg { width: 24px; height: 24px; }
    .social-links a:hover { border-color: var(--terra); background: var(--terra); color: var(--white); transform: translateY(-6px) scale(1.05); }
    .calendly-wrapper { position: relative; z-index: 10; height: 700px; overflow: hidden; border-radius: 16px; background: var(--white); box-shadow: 0 10px 30px rgba(53,56,55,.05); }
    .calendly-inline-widget { min-width: 100%; width: 100%; height: 100%; }
    .zones-block { max-width: 1200px; position: relative; z-index: 20; margin: 4rem auto 0; padding-top: 3rem; border-top: 1px solid rgba(255,255,255,.2); color: var(--white); text-align: center; }
    .zones-title { display: block; margin-bottom: 1rem; font-size: .75rem; letter-spacing: 2px; text-transform: uppercase; }
    .zones-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; color: var(--white); font-size: .9rem; font-weight: 500; }
    .zones-list a { position: relative; padding-bottom: 2px; color: var(--white); text-decoration: none; }
    .zones-list a::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--white); transform: scaleX(0); transform-origin: bottom right; transition: transform .3s ease-out; }
    .zones-list a:hover::after { transform: scaleX(1); transform-origin: bottom left; }

    @media (max-width: 900px) {
      .site-header { padding: 18px 6vw; }
      .site-nav { display: none; }
      .menu-toggle { display: block; border-color: rgba(255,255,255,.4); background: rgba(20,22,21,.3); }
      .site-header.is-floating { top: 16px; right: 16px; bottom: auto; left: auto; width: auto; max-width: none; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; transform: none; }
      .site-header.is-floating::before { display: none; }
      .site-header.is-floating .site-logo { display: none; }
      .site-header.is-floating .menu-toggle { display: grid; position: relative; width: 52px; height: 52px; min-height: 0; place-items: center; padding: 0; border-radius: 50%; font-size: 0; line-height: 0; }
      .site-header.is-floating .menu-toggle::before { display: block; position: absolute; top: 50%; left: 50%; width: 19px; height: 14px; content: ''; margin: 0; background: linear-gradient(to bottom, currentColor 0 1.5px, transparent 1.5px 6px, currentColor 6px 7.5px, transparent 7.5px 12px, currentColor 12px 13.5px); transform: translate(-50%, -50%); }
      .site-header.is-floating .mobile-menu.is-open { position: fixed; top: 80px; right: 6vw; bottom: auto; left: 6vw; width: auto; }
      .mobile-menu.is-open { display: flex; position: absolute; top: 72px; right: 6vw; left: 6vw; flex-direction: column; gap: 0; padding: 16px 20px 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: rgba(20,22,21,.96); box-shadow: 0 18px 45px rgba(0,0,0,.25); backdrop-filter: blur(18px); }
      .mobile-menu a { display: flex; align-items: center; min-height: 48px; padding: 12px 4px; border-bottom: 1px solid rgba(255,255,255,.12); color: var(--white); font-size: .78rem; letter-spacing: 1.7px; text-decoration: none; text-transform: uppercase; }
      .mobile-menu a:last-child { border-bottom: 0; }
      .mobile-menu .mobile-menu-cta { justify-content: center; min-height: 50px; margin-top: 14px; padding: 14px 18px; border: 0; border-radius: 999px; background: var(--terra); box-shadow: 0 10px 24px rgba(211,101,75,.28); font-weight: 700; letter-spacing: 1.5px; }
      .hero { height: 750px; min-height: 0; }
      .hero-title { font-size: clamp(3rem, 12vw, 5rem); }
      .hero-meta { max-width: 90vw; font-size: 1.2rem; line-height: 1.25; }
      .hero-meta-main { font-size: clamp(1.8rem, 7vw, 2.4rem); }
      .hero-meta-sub { font-size: clamp(.95rem, 3.3vw, 1.2rem); }
      .usp-section { margin: 0 2vw; padding: 52px 6vw; border-radius: 40px; box-shadow: none; }
      .usp-title { margin-bottom: 20px; font-size: 2.2rem; line-height: 1.15; }
      .usp-text { font-size: .95rem; line-height: 1.75; }
      .stats-section { padding: 34px 6vw 24px; }
      .bloc-stats { flex-direction: column; }
      .stat-item { padding: 20px 24px; }
      .stat-item:not(:last-child)::after { display: none; }
      .stat-item:not(:first-child)::before { content: ''; position: absolute; top: 0; right: 25%; left: 25%; width: 50%; height: 1px; background: rgba(138,154,142,.48); }
      .fusion-section { padding: 52px 6vw 65px; }
      .fusion-title { font-size: 2.8rem; }
      .btn-primary { width: 100%; text-align: center; }
      .bio-section { padding: 60px 6vw; }
      .bio-wrapper { flex-direction: column; }
      .bio-img { width: 100%; }
      .bio-text { width: 90%; margin: -40px 0 0; padding: 40px 30px; }
      .bio-text p, .bio-list li { font-size: .95rem; }
      .process-section { padding: 60px 0 30px; }
      .process-header { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 32px; padding: 0 6vw; }
      .process-header-note { text-align: left; }
      .process-grid { display: flex; flex-direction: column; gap: 20px; padding: 0 6vw; }
      .process-item { padding: 30px 25px; border-radius: 24px; background: var(--white); box-shadow: none; }
      .process-header-mobile { cursor: pointer; }
      .process-step-label { margin-bottom: 5px; }
      .process-card-title { margin-bottom: 0; font-size: 1.6rem; }
      .process-toggle-icon { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; position: relative; flex: 0 0 auto; border: 1px solid var(--sage); border-radius: 50%; transition: all .4s var(--ease); }
      .process-toggle-icon::before, .process-toggle-icon::after { content: ''; position: absolute; background: var(--terra); transition: all .4s var(--ease); }
      .process-toggle-icon::before { width: 14px; height: 1.5px; }
      .process-toggle-icon::after { width: 1.5px; height: 14px; }
      .process-item.open .process-toggle-icon { border-color: var(--terra); transform: rotate(135deg); }
      .process-item.open .process-toggle-icon::before, .process-item.open .process-toggle-icon::after { background: var(--ink); }
      .process-body { max-height: 0; margin-top: 0; overflow: hidden; transition: max-height .6s var(--ease); }
      .process-item.open .process-body { max-height: 1000px; margin-top: 25px; }
      .process-img { margin-bottom: 20px; }
      .portfolio-section { padding: 70px 0 50px; }
      .portfolio-header { flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 25px; padding: 0 6vw; }
      .stagger-grid { flex-direction: column; gap: 14px; overflow: visible; padding: 0 6vw 12px; }
      .h-card, .h-card:nth-child(even) { display: flex; flex: 0 0 auto; flex-direction: column; gap: 0; padding: 0; border-radius: 24px; background: var(--sage); overflow: hidden; }
      .h-card:nth-child(even) .h-img-wrapper, .h-card:nth-child(even) .h-info { order: 0; }
      .h-img-wrapper { width: calc(100% - 28px); max-height: 280px; margin: 14px 14px 0; aspect-ratio: 16 / 9; border-radius: 14px; opacity: 1; transition: transform .55s var(--ease), opacity .35s ease; }
      .play-circle { width: 50px; height: 50px; opacity: 1; transform: scale(1); }
      .play-tri { border-top-width: 8px; border-bottom-width: 8px; border-left-width: 12px; }
      .h-info { position: relative; gap: 8px; padding: 22px 22px 26px; cursor: default; }
      .h-info h3 { font-size: 1.8rem; }
      .h-info-meta { display: flex; }
      .h-info-desc { display: block; max-width: 100%; color: var(--ink); opacity: .8; }
      .invest-section, .investment-section { padding: 60px 0; }
      .invest-header { margin-bottom: 36px; }
      .invest-grid { display: grid; grid-template-columns: 1fr; gap: 18px; padding: 0 6vw; }
      .investment-section .container { width: 100%; padding: 0; }
      .invest-card { height: auto; padding: 30px 22px 28px; border: 1px solid rgba(53,56,55,.08); border-radius: 26px; background: rgba(255,255,255,.62); box-shadow: 0 14px 30px rgba(53,56,55,.05); }
      .invest-card:nth-child(1), .invest-card:nth-child(2) { border: 1px solid rgba(53,56,55,.08); background: rgba(255,255,255,.62); box-shadow: 0 14px 30px rgba(53,56,55,.05); }
      .invest-card.is-featured { margin: 0; padding: 60px 22px 32px; border-color: rgba(211,101,75,.32); background: rgba(255,255,255,.84); box-shadow: 0 18px 38px rgba(53,56,55,.08); }
      .invest-card.is-featured:hover { background: rgba(255,255,255,.84); box-shadow: 0 18px 38px rgba(53,56,55,.08); }
      .formula-badge { top: 16px; left: 50%; font-size: .52rem; transform: translateX(-50%); }
      .invest-card .intro-p { min-height: 0; margin-bottom: 2rem; font-size: .95rem; line-height: 1.75; text-align: left; }
      .invest-card-header { padding-right: 0; cursor: default; }
      .invest-card h4 { width: 100%; margin-bottom: 1.1rem; font-size: 2rem; letter-spacing: 0; text-align: center; text-transform: none; }
      .invest-card-header::after { display: none; }
      .invest-toggle-icon { display: none; }
      .invest-card-body, .invest-card.open .invest-card-body { max-height: none; padding-top: 0; overflow: visible; opacity: 1; }
      .invest-card li { margin-bottom: 1rem; padding-left: 22px; font-size: .9rem; line-height: 1.65; }
      .price-tag-large { display: flex; align-items: baseline; justify-content: center; width: fit-content; min-width: 145px; margin: 1.3rem auto 0; padding: .72rem 1.1rem; border: 1px solid rgba(211,101,75,.34); border-radius: 999px; background: rgba(255,255,255,.62); color: var(--terra); font-size: 1rem; font-weight: 800; text-align: center; }
      .invest-card.is-featured .price-tag-large { border-color: var(--terra); background: var(--terra); color: var(--white); }
      .testi-section { padding: 50px 0; }
      .testi-google-btn { margin-bottom: 20px; }
      .testi-stars { gap: .32rem; margin-bottom: 30px; font-size: .8rem; letter-spacing: 1px; }
      .testi-quote { font-size: 1.3rem; }
      .testi-quote-wrap { min-height: 95px; }
      .faq-section { padding: 55px 0 40px; }
      .faq-header { margin-bottom: 24px; padding: 0 6vw; }
      .faq-container { display: block; }
      .faq-categories { flex-direction: row; flex-wrap: wrap; justify-content: center; position: relative; top: auto; padding: 0 6vw 24px; }
      .faq-cat-btn { border: 1px solid rgba(0,0,0,.1); border-radius: 30px; padding: 8px 18px; font-size: .8rem; text-align: center; white-space: nowrap; }
      .faq-cat-btn.active { border-color: var(--terra); background: var(--terra); color: var(--white); }
      .faq-grid { display: block; padding: 8px 6vw 24px; overflow: visible; }
      .faq-item { display: block; width: 100%; margin-bottom: 14px; border: 1px solid rgba(53,56,55,.08); border-radius: 22px; background: #fbfaf7; box-shadow: 0 12px 28px rgba(53,56,55,.06); }
      .faq-item .faq-answer { max-height: 0; }
      .faq-item.open .faq-answer { max-height: 500px; }
      .faq-question { pointer-events: auto; padding: 20px 18px 18px; background: transparent !important; color: var(--ink); font-size: 1.16rem; }
      .faq-item.open .faq-question { background: var(--sage) !important; }
      .faq-icon { display: block; width: 30px; height: 30px; border-color: rgba(211,101,75,.35); }
      .faq-item.open .faq-icon { background: var(--terra-pale); border-color: var(--terra); transform: none; }
      .faq-item.open .faq-icon::before { background: var(--terra); }
      .faq-item.open .faq-icon::after { height: 0; }
      .faq-item.open .faq-icon::before, .faq-item.open .faq-icon::after { background: var(--terra); }
      .faq-answer-inner { padding: 20px 18px 24px; border-top: 1px solid rgba(53,56,55,.1); background: rgba(228,233,229,.32); color: #353837; font-size: .9rem; line-height: 1.85; }
      .faq-progress-wrap { display: none; }
      .locations-section { padding: 55px 5vw; }
      .locations-title { margin-bottom: 34px; font-size: 2.2rem; }
      .locations-sep { margin-bottom: 34px; }
      .location-item { padding: 10px 18px; }
      .location-name { font-size: 1.25rem; }
      .footer-opt2 { padding: 36px 10px 30px; border-radius: 40px 40px 0 0; }
      .opt2-card { grid-template-columns: 1fr; gap: 2rem; max-width: 100%; margin: 0 auto; padding: 42px 22px 28px; border-radius: 30px; }
      .contact-infos { display: contents; }
      .contact-title { order: 1; justify-self: center; margin-bottom: 1.35rem; font-size: 2.8rem; text-align: center; }
      .intro-text { order: 2; justify-self: center; max-width: none; margin: 0 auto; text-align: center; white-space: nowrap; }
      .calendly-wrapper { order: 3; }
      .contact-info-list { order: 4; justify-self: center; width: min(100%, 340px); align-items: stretch; margin: 3.5rem auto 0; }
      .contact-item { width: 100%; justify-content: flex-start; text-align: left; }
      .social-block { order: 5; justify-self: center; margin-top: 4.5rem; text-align: center; }
      .social-text { margin-bottom: 1.25rem; }
      .social-links { justify-content: center; }
      .calendly-wrapper { width: 100%; height: 750px; margin: 0 auto; border-radius: 14px; }
    }

    @media (max-width: 519px) {
      .intro-text { white-space: normal; }
    }

    @media (prefers-reduced-motion: reduce) {
      .site-header { transition: none; }
    }

    /* Footer de contact unifié avec la page « Qui suis-je ? » */
    .contact-footer { position: relative; padding: 2vw 2vw 34px; background: var(--terra); color: var(--ink); }
    .contact-card { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px, 8vw, 120px); max-width: 1500px; margin: 0 auto; padding: clamp(60px, 7vw, 105px); border-radius: 44px; background: var(--parchment); }
    .contact-copy { display: block; }
    .contact-copy h2 { color: var(--terra); font-family: var(--font-ui); font-size: clamp(3rem, 5vw, 5rem); font-weight: 600; line-height: 1.05; }
    .contact-copy h2 i { font-family: var(--font-story); font-weight: 400; }
    .contact-intro { max-width: 430px; margin-top: 25px; color: var(--muted); }
    .contact-list { display: flex; flex-direction: column; gap: 18px; margin: 38px 0; }
    .contact-item { display: flex; align-items: center; gap: 16px; color: inherit; text-decoration: none; }
    .contact-item:hover { transform: none; }
    .contact-item:hover .contact-icon { background: var(--terra); box-shadow: none; transform: none; }
    .contact-icon { display: grid; flex: 0 0 44px; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--terra); color: var(--white); }
    .contact-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.3; }
    .contact-text p { font-size: .9rem; font-weight: 600; }
    .contact-text span { color: var(--muted); font-size: .76rem; }
    .social-label { color: var(--muted); font-size: .78rem; }
    .social-links { display: flex; gap: 10px; margin-top: 24px; }
    .social-links a { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(53,56,55,.15); border-radius: 50%; color: var(--ink); transition: color .25s, border-color .25s, transform .25s; }
    .social-links a:hover { border-color: var(--terra); background: transparent; color: var(--terra); transform: translateY(-3px); }
    .social-links svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.3; }
    .calendly-wrapper { min-height: 700px; overflow: hidden; border: 1px solid rgba(53,56,55,.08); border-radius: 18px; background: var(--white); box-shadow: 0 18px 50px rgba(53,56,55,.07); }
    .calendly-inline-widget { min-width: 100%; height: 700px; }
    .footer-zones { max-width: 1200px; margin: 42px auto 0; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.24); color: var(--white); text-align: center; }
    .footer-zones-title { display: block; margin-bottom: 14px; font-size: .72rem; letter-spacing: 2.2px; text-transform: uppercase; }
    .footer-zones-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; font-size: .95rem; }
    .footer-zones-list a { color: var(--white); text-decoration: none; }
    @media (max-width: 1060px) {
      .contact-card { grid-template-columns: 1fr; gap: 55px; }
      .contact-copy { display: contents; }
      .contact-copy h2 { order: 1; justify-self: center; margin-bottom: 1.35rem; text-align: center; }
      .contact-intro { order: 2; justify-self: center; max-width: none; margin: 0 auto; text-align: center; white-space: nowrap; }
      .calendly-wrapper { order: 3; width: 100%; margin: 0 auto; }
      .contact-list { order: 4; justify-self: center; width: min(100%, 340px); align-items: stretch; margin: 3.5rem auto 0; }
      .contact-item { width: 100%; justify-content: flex-start; text-align: left; }
      .social-block { order: 5; justify-self: center; margin-top: 4.5rem; text-align: center; }
      .social-label { margin-bottom: 1.25rem; }
      .social-links { justify-content: center; }
    }
    @media (max-width: 640px) {
      .contact-footer { padding: 45px 5px 28px; }
      .contact-card { padding: 55px 6vw; border-radius: 34px; }
      .contact-copy h2 { text-align: center; }
      .contact-intro { margin-right: auto; margin-left: auto; text-align: center; }
      .calendly-wrapper, .calendly-inline-widget { min-height: 760px; height: 760px; }
      .footer-zones-list { gap: 9px; }
    }
    @media (max-width: 519px) { .contact-intro { white-space: normal; } }
