/* Norway Arrival — une seule feuille pour toutes les langues.
   Famille visuelle des sites maison : police Outfit, marine + rouge d'accent. */
:root {
  --marine: #0f2a44;
  --marine-2: #1d4468;
  --fjord: #5fb3d9;
  --rouge: #d62839;
  --fond: #f5f8fb;
  --blanc: #ffffff;
  --bord: #dde5ee;
  --texte: #1f2d3a;
  --doux: #5b6b7b;
  --large: 1160px;
  --etroit: 820px;
  --ombre: 0 8px 28px rgba(15, 42, 68, .08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Outfit', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  color: var(--texte); background: var(--blanc); font-size: 1.075rem; line-height: 1.65; }
a { color: var(--marine-2); }
img { max-width: 100%; }
.conteneur { max-width: var(--large); margin: 0 auto; padding: 0 20px; }
.conteneur.etroit { max-width: var(--etroit); }
h1, h2, h3 { color: var(--marine); line-height: 1.2; font-weight: 800; }
h1 { font-size: clamp(2rem, 4.6vw, 3.1rem); margin: .2em 0 .4em; }
h2 { font-size: clamp(1.45rem, 2.8vw, 1.9rem); margin: 0 0 .6em; }
h3 { font-size: 1.15rem; font-weight: 600; margin: 0 0 .35em; }

/* En-tête */
.entete { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--bord); backdrop-filter: blur(6px); }
.entete-in { display: flex; align-items: center; justify-content: space-between; min-height: 68px; gap: 16px; }
.marque { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--marine);
  font-size: 1.35rem; font-weight: 400; letter-spacing: -.01em; }
.marque b, .pied-marque b { font-weight: 800; }
.nav { display: flex; align-items: center; gap: 22px; }
.nav a { text-decoration: none; color: var(--texte); font-weight: 600; font-size: .98rem; }
.nav a.actif, .nav a:hover { color: var(--rouge); }
.nav a.bouton { color: var(--blanc); }
.langues { display: flex; gap: 6px; font-size: .85rem; }
.langues a { color: var(--doux); }
.burger { display: none; background: none; border: 0; font-size: 1.6rem; color: var(--marine); cursor: pointer; }

/* Boutons */
.bouton { display: inline-block; background: var(--rouge); color: var(--blanc); text-decoration: none;
  font-weight: 600; padding: .8em 1.5em; border-radius: 10px; border: 0; font: inherit; font-weight: 600;
  cursor: pointer; transition: transform .15s, background .15s; }
.bouton:hover { background: #b81f2f; transform: translateY(-1px); }
.bouton.clair { background: transparent; color: var(--blanc); box-shadow: inset 0 0 0 2px rgba(255,255,255,.7); }
.bouton.clair:hover { background: rgba(255,255,255,.12); }
.bouton.petit { padding: .5em 1em; font-size: .95rem; }

/* Hero */
.hero { background: linear-gradient(160deg, var(--marine) 0%, var(--marine-2) 70%, #2d6a8f 100%);
  color: var(--blanc); padding: 88px 0 80px; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 90px;
  background: var(--blanc); clip-path: polygon(0 100%, 0 70%, 18% 30%, 30% 58%, 46% 12%, 62% 60%, 76% 34%, 100% 72%, 100% 100%); opacity: .98; }
.hero h1 { color: var(--blanc); max-width: 17ch; }
.sur-titre { text-transform: uppercase; letter-spacing: .12em; font-size: .85rem; color: var(--fjord); font-weight: 600; margin: 0; }
.hero-texte { font-size: 1.25rem; max-width: 40em; color: #e3edf6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 22px; }
.hero-points { list-style: none; padding: 0; margin: 0 0 40px; display: flex; flex-wrap: wrap; gap: 8px 28px;
  color: #cfe0ee; font-size: .98rem; position: relative; z-index: 1; }
.hero-points li::before { content: "✓ "; color: var(--fjord); font-weight: 800; }

/* Titre de page intérieure */
.page-titre { background: var(--fond); border-bottom: 1px solid var(--bord); padding: 44px 0 34px; }
.fil { font-size: .9rem; color: var(--doux); margin: 0; }
.fil a { color: var(--doux); }
.chapeau { font-size: 1.2rem; color: var(--doux); margin: 0; }
.maj { font-size: .85rem; color: var(--doux); margin: 14px 0 0; }

/* Sections */
.section { padding: 48px 0 24px; }
.bloc { margin: 0 0 44px; }
.bloc p { margin: 0 0 1em; }
.grille { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 960px) { .grille { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grille { grid-template-columns: 1fr; } }
.carte { background: var(--blanc); border: 1px solid var(--bord); border-radius: 14px; padding: 24px;
  box-shadow: var(--ombre); display: flex; flex-direction: column; }
.carte p { color: var(--doux); font-size: 1rem; }
.carte .icone { font-size: 1.8rem; line-height: 1; margin-bottom: 12px; }
.carte-lien { margin-top: auto; font-weight: 600; text-decoration: none; color: var(--rouge); }

.coches { list-style: none; padding: 0; }
.coches li { padding-left: 1.8em; position: relative; margin: 0 0 .6em; }
.coches li::before { content: "✓"; position: absolute; left: 0; color: var(--rouge); font-weight: 800; }

.questions { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.questions li { background: var(--fond); border: 1px solid var(--bord); border-radius: 12px; padding: 12px 16px 12px 52px; position: relative; font-weight: 600; color: var(--marine); }
.questions li::before { content: "?"; position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 26px; height: 26px; border-radius: 50%; background: var(--rouge); color: var(--blanc); display: grid; place-items: center; font-weight: 800; font-size: .95rem; }

.etapes { list-style: none; padding: 0; margin: 0; counter-reset: e; }
.etapes li { display: flex; gap: 18px; margin: 0 0 26px; }
.etapes .num { flex: 0 0 44px; height: 44px; border-radius: 50%; background: var(--marine); color: var(--blanc);
  display: grid; place-items: center; font-weight: 800; font-size: 1.1rem; }
.etapes p { margin: 0 0 .6em; }

.pieces { list-style: none; padding: 0; border: 1px solid var(--bord); border-radius: 12px; overflow: hidden; }
.pieces li { padding: 14px 18px; border-bottom: 1px solid var(--bord); display: flex; flex-direction: column; }
.pieces li:last-child { border-bottom: 0; }
.pieces li:nth-child(odd) { background: var(--fond); }
.pieces span { color: var(--doux); font-size: .95rem; }

.encadre { border-left: 5px solid var(--fjord); background: #eef7fc; padding: 18px 22px; border-radius: 0 12px 12px 0; margin: 0 0 40px; }
.encadre.alerte { border-color: var(--rouge); background: #fdf0f1; }
.encadre h2 { font-size: 1.2rem; }
.encadre p:last-child { margin-bottom: 0; }

.faq details { border: 1px solid var(--bord); border-radius: 12px; padding: 0 18px; margin: 0 0 10px; }
.faq summary { cursor: pointer; font-weight: 600; padding: 14px 0; color: var(--marine); }
.faq details[open] summary { border-bottom: 1px solid var(--bord); margin-bottom: 12px; }

.sources { font-size: .92rem; color: var(--doux); border-top: 1px solid var(--bord); padding-top: 24px; }
.sources h2 { font-size: 1.05rem; }
.sources .lu { white-space: nowrap; }

/* Offres et prix */
/* 3 colonnes : installation sur la 1re ligne, les deux offres « entreprise » sur la 2e (Sébastien, 27/09/2026). */
.offres { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
@media (max-width: 960px) { .offres { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .offres { grid-template-columns: 1fr; } }
.offre { position: relative; background: var(--blanc); border: 1px solid var(--bord); border-radius: 16px;
  padding: 28px 22px 24px; box-shadow: var(--ombre); display: flex; flex-direction: column; }
.offre.vedette { border: 2px solid var(--rouge); }
.offre h3 { font-size: 1.2rem; font-weight: 800; }
.offre-pour { color: var(--doux); font-size: .95rem; margin: 0 0 14px; min-height: 3em; }
.prix { font-size: 2rem; font-weight: 800; color: var(--marine); margin: 0; line-height: 1.15; }
.prix-avant { font-size: .88rem; color: var(--doux); margin: 0; min-height: 1.3em; }
.prix-note { font-size: .88rem; color: var(--doux); margin: 4px 0 0; min-height: 2.8em; }
.offre .coches { margin: 18px 0 22px; font-size: .97rem; }
.offre .bouton { margin-top: auto; text-align: center; padding: .8em 1em; }
.bouton.contour { background: transparent; color: var(--marine); box-shadow: inset 0 0 0 2px var(--marine); }
.bouton.contour:hover { background: var(--marine); color: var(--blanc); }
.badge { position: absolute; top: -13px; left: 22px; background: var(--rouge); color: var(--blanc);
  font-size: .8rem; font-weight: 600; padding: 3px 12px; border-radius: 20px; }

/* Appel à l'action */
.appel { background: var(--marine); color: #e3edf6; padding: 56px 0; text-align: center; }
.appel h2 { color: var(--blanc); }
.appel .bouton { margin-top: 10px; }

/* Formulaire */
.formulaire { display: grid; gap: 6px; }
.formulaire label { font-weight: 600; margin-top: 12px; }
.formulaire input, .formulaire select, .formulaire textarea { font: inherit; padding: .65em .8em;
  border: 1px solid var(--bord); border-radius: 10px; background: var(--blanc); }
.formulaire button { justify-self: start; margin-top: 18px; }
.rgpd { font-size: .88rem; color: var(--doux); margin-top: 14px; }
.piege { position: absolute; left: -9999px; }

/* Pied */
.pied { background: #0a1f33; color: #b9c9d8; padding: 48px 0 30px; font-size: .95rem; }
.pied-in { display: grid; grid-template-columns: 2fr 1.3fr 1fr; gap: 36px; }
.pied a { color: #d9e6f1; text-decoration: none; }
.pied ul { list-style: none; padding: 0; margin: 0; }
.pied li { margin: 0 0 6px; }
.pied-marque { font-size: 1.3rem; color: var(--blanc); margin: 0 0 8px; }
.pied-titre { color: var(--blanc); font-weight: 600; margin: 0 0 10px; }
.pied-avert { font-size: .85rem; color: #8ea3b6; }
.pied-annee { margin-top: 18px; color: #8ea3b6; font-size: .85rem; }

@media (max-width: 860px) {
  .burger { display: block; }
  .nav { display: none; position: absolute; top: 68px; left: 0; right: 0; background: var(--blanc);
    flex-direction: column; align-items: flex-start; padding: 16px 20px 22px; border-bottom: 1px solid var(--bord); gap: 14px; }
  .nav.ouverte { display: flex; }
  .pied-in { grid-template-columns: 1fr; }
  .hero { padding: 56px 0 70px; }
}

/* Les portes d'entrée — direction visuelle du 26/09/2026 : une piste = une porte peinte
   (maisons de bois de Bakklandet) ; l'état de la porte dit notre position ; trois cadenas devant. */
:root { --bois: #4a2f1c; --lumiere: #fbe9b4; }
.hero.portes-hero h1 { max-width: 14ch; }
.portes-bloc { position: relative; }
.portes { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 26px 20px; align-items: start; }
.porte { display: flex; flex-direction: column; align-items: center; text-align: center; text-decoration: none;
  color: inherit; padding: 8px 6px 14px; border-radius: 14px; transition: transform .18s, background .18s; }
a.porte:hover, a.porte:focus-visible { transform: translateY(-4px); background: var(--fond); outline: none; }
a.porte:focus-visible { box-shadow: 0 0 0 3px var(--fjord); }
.porte-plaque { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600;
  color: var(--doux); background: var(--fond); border: 1px solid var(--bord); border-radius: 4px; padding: 3px 10px; margin-bottom: 10px; }
.porte-svg { width: 100%; max-width: 150px; height: auto; display: block;
  filter: drop-shadow(0 10px 14px rgba(15, 42, 68, .18)); }
.porte h3 { margin: 12px 0 4px; font-size: 1.05rem; font-weight: 800; color: var(--marine); text-wrap: balance; }
.porte p { margin: 0; color: var(--doux); font-size: .93rem; line-height: 1.45; }
.porte-lien { margin-top: 10px; font-weight: 600; color: var(--rouge); font-size: .95rem; }
.porte-verrous { display: inline-flex; gap: 5px; margin-top: 8px; color: var(--marine); min-height: 16px; }
/* Couleurs des vantaux */
.porte--rouge { color: #9c2f2a; } .porte--bleu { color: #2f5d8a; } .porte--ocre { color: #c48a2c; }
.porte--vert { color: #4f6b4a; } .porte--ardoise { color: #5c7386; } .porte--gris { color: #a4aeb5; }
.porte--fermee h3, .porte--muree h3 { color: var(--doux); }
.porte--fermee .porte-svg, .porte--muree .porte-svg { filter: drop-shadow(0 6px 10px rgba(15, 42, 68, .1)); }
.porte--entrouverte .porte-plaque { border-style: dashed; }
.portes-legende { margin: 26px 0 0; color: var(--doux); font-size: .92rem; }
.portes-sous-titre { margin: 40px 0 14px; font-size: 1.05rem; color: var(--doux); font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.portes.murees { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); }
.portes.murees .porte-svg { max-width: 96px; }
/* Les trois cadenas en tête de chaque démarche */
.verrous { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: .88rem; color: var(--doux); }
.verrous li { display: inline-flex; align-items: center; gap: 6px; color: #9aa6ae; }
.verrous li.actif { color: var(--rouge); font-weight: 600; }
@media (max-width: 620px) { .portes { grid-template-columns: repeat(2, 1fr); gap: 22px 12px; } .porte-svg { max-width: 120px; } }

/* empreinte 20260927-0148 */
