body { margin: 0; background: #FAF6F0; color: #2A2622; font-family: 'Karla', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; }
a { color: #8C6A46; text-decoration: none; }
a:hover { color: #6B4E31; }
input, textarea, button { font-family: inherit; }
::selection { background: #E7DCCB; }
.checklist-grid { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 700px) { .checklist-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .checklist-grid { grid-template-columns: 1fr; padding-bottom: 56px; } }

.bento-why { display: grid; grid-template-columns: 1.3fr 1fr 1fr; grid-template-areas: "img intro intro" "points points points"; gap: clamp(14px, 2vw, 20px); }
.bento-why .bw-img { grid-area: img; min-height: 220px; }
.bento-why .bw-intro { grid-area: intro; }
.bento-why .bw-points { grid-area: points; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 2vw, 20px); }
@media (max-width: 760px) { .bento-why { grid-template-columns: 1fr; grid-template-areas: "intro" "img" "points"; } .bento-why .bw-img { min-height: 260px; } .bento-why .bw-points { grid-template-columns: 1fr; } .bento-why .twa-bw-img { min-height: 0 !important; height: 160px !important; width: 100% !important; object-fit: cover; } }

/* Le survol des cartes « type de demande » passe par le CSS : le JS écrit la bordure de la carte
   sélectionnée en style inline, qu'une restauration au survol viendrait écraser. */

.twa-menu { position: relative; }
.twa-menu__tab { display: flex; align-items: center; gap: 8px; cursor: pointer; white-space: nowrap; font-size: 14.5px; color: #4A423A; padding-bottom: 3px; border-bottom: 1px solid transparent; transition: color .25s, border-color .25s; }
.twa-menu__tab:hover { color: #2A2622; }
.twa-menu.is-open .twa-menu__tab, .twa-menu.is-active .twa-menu__tab { border-bottom-color: #8C6A46; color: #2A2622; }
.twa-menu__caret { font-size: 10px; color: #8C6A46; transition: transform .25s; }
.twa-menu.is-open .twa-menu__caret { transform: rotate(180deg); }
.twa-menu__wrap { position: fixed; top: 0; left: 0; transform: translateX(-50%); z-index: 9999; padding-top: 10px; width: min(520px, calc(100vw - 24px)); max-width: 100vw; display: none; }
.twa-menu.is-open .twa-menu__wrap { display: block; }
.twa-menu__panel { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 2px; padding: 2px; background: #FFFCF7; box-shadow: 0 30px 60px -26px rgba(26,22,18,.55); }
.twa-menu__card { cursor: pointer; background: #FFFCF7; transition: background .3s; min-width: 0; }
.twa-menu__card:hover { background: #F2E9DC; }
.twa-menu__thumb { height: 126px; background-color: #E4DACA; background-size: cover; background-position: center; }
.twa-menu__body { padding: 16px 18px 20px; }
.twa-menu__title { font-family: 'Cormorant Garamond',serif; font-size: 17px; line-height: 1.25; margin-bottom: 6px; white-space: nowrap; }
.twa-menu__desc { font-size: 12.5px; font-weight: 300; line-height: 1.55; color: #6E655C; }

.twa-fab { width: 46px; height: 46px; }
@media (max-width: 480px) { .twa-fab { width: 40px; height: 40px; } }

.twa-burger { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 44px; height: 44px; padding: 0; border: none; background: transparent; cursor: pointer; flex: 0 0 auto; }
.twa-burger span { display: block; width: 22px; height: 1.5px; background: #2A2622; transition: transform .25s, opacity .25s; }
.twa-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.twa-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.twa-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.twa-mobile-panel { display: none; flex-direction: column; padding: 6px clamp(24px,5.5vw,88px) 26px; gap: 2px; border-top: 1px solid rgba(42,38,34,0.10); background: #FAF6F0; }
.twa-mobile-link { display: block; padding: 15px 2px; font-size: 16px; color: #4A423A; border-bottom: 1px solid rgba(42,38,34,0.08); cursor: pointer; }
.twa-mobile-cta { display: block; text-align: center; cursor: pointer; margin: 10px 0 14px; background: #2A2622; color: #FAF6F0; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; border: 1px solid #2A2622; padding: 16px 18px; }
.twa-mobile-langs { display: flex; align-items: center; gap: 8px; margin-top: 20px; font-size: 13px; color: #776D63; }
.twa-mobile-langs a { padding: 8px 4px; color: #776D63; }
.twa-mobile-langs a[aria-current="true"] { color: #2A2622; }

.twa-mobile-label { padding: 14px 2px 2px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #776D63; }
.twa-mobile-sublink { padding-left: 16px; font-size: 15px; }

.twa-header-actions { display: none; align-items: center; gap: 8px; flex: 0 0 auto; }
.twa-header-ig { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: #2A2622; flex: 0 0 auto; transition: background .3s; }
.twa-header-ig:hover { background: #8C6A46; }

/* Sélecteur de langue du pied de page : réservé au mobile, où celui du header est masqué */
.twa-foot-langs { display: none; }
.twa-foot-legal { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: 10px; font-size: 13px; }
.twa-foot-legal a { color: #6E655C; transition: color .25s; }
.twa-foot-legal a:hover { color: #2A2622; }

.twa-hero { min-height: min(84vh, 760px); }
.twa-subhero { aspect-ratio: 4.2/1; min-height: 160px; }
.twa-carousel-dots { display: none; }
.twa-eth-tabs-mobile { display: none; }

@media (max-width: 780px) {
  header nav { display: none !important; }
  header [role="group"] { display: none !important; }
  .twa-burger { display: flex; }
  .twa-header-actions { display: flex; }
  .twa-mobile-panel.is-open { display: flex; }
  /* Le bouton flottant Instagram chevauche des boutons/formulaires au scroll sur mobile : on le retire, remplacé par l'icône dans le header + le lien du menu burger. */
  .twa-fab-wrap { display: none !important; }
  .twa-hero { min-height: min(40vh, 360px); align-items: stretch !important; }
  .twa-subhero { aspect-ratio: 1.5/1; min-height: 220px; }
  /* Le texte occupe toute la hauteur du hero mobile, il faut donc du contraste en haut
     comme en bas — mais pas au milieu : le voile s'y ouvre pour laisser voir la photo. */
  .twa-hero-scrim {
    background: linear-gradient(to top,
      rgba(20,17,14,0.78) 0%,
      rgba(20,17,14,0.34) 30%,
      rgba(20,17,14,0.16) 52%,
      rgba(20,17,14,0.30) 78%,
      rgba(20,17,14,0.44) 100%) !important;
  }
  .twa-hero-inner {
    padding: 22px 20px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }
  .twa-hero-label { font-size: 7px !important; margin-bottom: 10px !important; }
  .twa-hero-title { font-size: 27px !important; margin-bottom: 10px !important; }
  .twa-hero-subtitle { font-size: 13px !important; margin-bottom: 16px !important; }
  .twa-hero-actions { gap: 10px !important; }
  .twa-hero-actions [data-go] { padding: 12px 20px !important; }
  .twa-hero-link { padding: 12px 4px !important; }
  .twa-hero-link::after { content: '\2192'; margin-left: 7px; display: inline-block; }

  /* Carrousels à défilement tactile (Trois manières de partir, Pour qui ?) */
  .twa-carousel {
    display: flex !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 24px;
    scrollbar-width: none;
    padding-bottom: 6px;
  }
  .twa-carousel::-webkit-scrollbar { display: none; }
  .twa-carousel > * {
    flex: 0 0 76vw;
    max-width: 300px;
    scroll-snap-align: center;
  }
  .twa-bw-intro-text { text-align: center; font-size: clamp(12px,3.2vw,13.5px) !important; line-height: 1.6 !important; }

  /* Bandeaux de page : format 3/1, celui de la planche contact Lookasse, qui la montre en entier */
  .twa-hero-band { aspect-ratio: 3/1 !important; min-height: 0 !important; }
  .twa-hero-band-inner { padding: 12px 16px !important; }
  .twa-hero-band-label { font-size: 8px !important; letter-spacing: 0.24em !important; margin-bottom: 6px !important; }
  .twa-lk-note { font-size: clamp(9.5px,2.6vw,11.5px) !important; line-height: 1.6 !important; }

  /* Lookasse : phrase de clôture agrandie au maximum tenant sur une seule ligne */
  .twa-lk-baseline-wrap { padding-left: 12px !important; padding-right: 12px !important; }
  .twa-lk-baseline { font-size: 4.65vw !important; white-space: nowrap !important; }

  /* Lookasse : les 2 photos en carré côte à côte, puis les textes centrés */
  .twa-lk-img { aspect-ratio: 1/1 !important; order: 1; }
  .twa-lk-text { grid-column: 1 / -1; order: 2; text-align: center !important; }

  .twa-why-label { text-align: center; }

  /* Pied de page mobile : menu en liste centrée, puis contact, langues et copyright */
  .twa-foot-grid { gap: 0 !important; padding-top: 0 !important; padding-bottom: 28px !important; }
  .twa-foot-brand { display: contents; }
  .twa-foot-brand-text { display: none; }
  .twa-foot-nav { order: 1; gap: 0 !important; text-align: center; }
  .twa-foot-nav span {
    padding: 17px 4px;
    border-bottom: 1px solid rgba(42,38,34,0.10);
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #2A2622 !important;
  }
  .twa-foot-contact { order: 2; justify-items: center; text-align: center; padding-top: 20px; font-size: 12px !important; gap: 0 !important; }
  .twa-foot-contact a { padding: 7px 0 !important; }
  .twa-foot-langs { order: 3; display: flex; justify-content: center; align-items: center; gap: 6px; padding-top: 14px; font-size: 12px; color: #C9BEB0; }
  .twa-foot-langs a { padding: 8px 5px; color: #776D63; }
  .twa-foot-langs a[aria-current="true"] { color: #2A2622; }
  .twa-foot-copy { order: 4; text-align: center; padding-top: 18px; font-size: 11px !important; }
  .twa-foot-legal { order: 5; justify-content: center; font-size: 12px; }
  .twa-foot-legal a { padding: 6px 2px; }

  /* Accordéon "Notre manière de travailler" : titres seuls, texte au clic */
  .twa-why-card { cursor: pointer; padding: 16px 18px !important; }
  .twa-why-text { margin-top: 4px !important; }

  /* Titres qui doivent toujours tenir sur une seule ligne */
  .twa-title-voyager { font-size: clamp(16px,6.7vw,88px) !important; white-space: nowrap !important; }

  /* Les mêmes lignes sont plus longues en anglais ou en espagnol : on réduit d'autant pour qu'elles tiennent aussi sur une seule ligne */

  .twa-offer-body { padding: 18px 18px 20px !important; gap: 8px !important; }
  .twa-offer-title { font-size: 19px !important; }
  .twa-offer-price { font-size: 12.5px !important; }
  .twa-offer-desc { font-size: 12px !important; line-height: 1.5 !important; }


  .twa-reorder-mobile { display: flex; flex-direction: column; }
  .twa-reorder-1, .twa-reorder-2 { min-width: 0; width: 100%; flex: 1 1 auto; }
  .twa-reorder-1 { order: 1; }
  .twa-reorder-2 { order: 2; }

  .twa-carousel-dots { display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 16px; }
  .twa-carousel-dots span { width: 20px; height: 3px; border-radius: 2px; background: rgba(42,38,34,0.16); transition: background .25s, width .25s; }
  .twa-carousel-dots span.is-active { background: #2A2622; width: 28px; }

  /* Éthique/Transparence/Personnalisation : onglets sur une ligne + description swipeable */
  .twa-eth-desktop { display: none; }
  .twa-eth-tabs-mobile { display: block; }
  .twa-eth-tabs { display: flex; gap: clamp(18px,5vw,28px); overflow-x: auto; scrollbar-width: none; }
  .twa-eth-tabs::-webkit-scrollbar { display: none; }
  .twa-eth-tabs span {
    flex: 0 0 auto;
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
    color: #C9BEB0;
    cursor: pointer;
    white-space: nowrap;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
    transition: color .25s, border-color .25s;
  }
  .twa-eth-tabs span.is-active { color: #2A2622; border-color: #8C6A46; }
  .twa-eth-panels { margin-top: 16px; touch-action: pan-y; }
  .twa-eth-panels p {
    display: none;
    font-size: clamp(12px,3.2vw,13.5px);
    font-weight: 300;
    line-height: 1.6;
    color: #6E655C;
    margin: 0;
  }
  .twa-eth-panels p.is-active { display: block; }
}

/* Desktop : cartes "Trois manières de partir" raccourcies pour tenir davantage dans l'écran au défilement */
@media (min-width: 781px) {
  /* L'accordéon est réservé au mobile : sur desktop le texte reste toujours visible */
  .twa-why-text[hidden] { display: block; }
  .twa-why-toggle { display: none; }

  .twa-offer-body { padding: 20px clamp(18px,2vw,24px) 22px !important; gap: 9px !important; }
  .twa-offer-title { font-size: clamp(19px,2.2vw,23px) !important; }
  .twa-offer-price { font-size: 13px !important; }
  .twa-offer-desc {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
  .twa-offer-body [data-go] { padding: 12px 18px !important; margin-top: 8px !important; }
}

/* Pages légales (mentions, confidentialité, CGV) : texte long, colonne étroite. */
.twa-legal { max-width: 780px; margin: 0 auto; padding: clamp(56px,8vw,110px) clamp(24px,5.5vw,88px); }
.twa-legal h1 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(31px,5.5vw,52px); line-height: 1.08; margin: 0 0 14px; text-wrap: pretty; }
.twa-legal .twa-legal-maj { font-size: 13px; color: #6E655C; margin: 0 0 40px; }
.twa-legal h2 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: clamp(23px,3vw,28px); line-height: 1.2; margin: 52px 0 14px; scroll-margin-top: 90px; }
.twa-legal h3 { font-size: 15.5px; font-weight: 500; margin: 26px 0 8px; }
.twa-legal p, .twa-legal li { font-size: 15.5px; font-weight: 300; line-height: 1.75; color: #4A423A; text-wrap: pretty; }
.twa-legal p { margin: 0 0 14px; }
.twa-legal ul, .twa-legal ol { margin: 0 0 16px; padding-left: 22px; }
.twa-legal li { margin-bottom: 6px; }
.twa-legal strong { font-weight: 500; color: #2A2622; }
.twa-legal a { color: #7A5B3A; border-bottom: 1px solid rgba(122,91,58,0.35); }
.twa-legal a:hover { color: #2A2622; }
.twa-legal .twa-legal-sommaire { columns: 2 240px; column-gap: 32px; padding-left: 20px; margin-bottom: 8px; }
.twa-legal .twa-legal-sommaire li { font-size: 14.5px; margin-bottom: 4px; break-inside: avoid; }
.twa-legal .twa-legal-cadre { background: #F5EFE6; border-left: 2px solid #8C6A46; padding: 20px 24px; margin: 18px 0 22px; }
.twa-legal .twa-legal-cadre p:last-child, .twa-legal .twa-legal-cadre ul:last-child { margin-bottom: 0; }
.twa-legal table { width: 100%; border-collapse: collapse; margin: 6px 0 18px; font-size: 15px; }
.twa-legal th, .twa-legal td { text-align: left; padding: 11px 12px 11px 0; border-bottom: 1px solid rgba(42,38,34,0.12); font-weight: 300; color: #4A423A; vertical-align: top; }
.twa-legal th { font-weight: 500; color: #2A2622; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; }
/* Valeur à compléter avant mise en ligne : volontairement voyante. */
.twa-legal .a-completer { background: #F6DFA8; color: #2A2622; padding: 1px 6px; font-weight: 500; }
