/* ==========================================================================
   parkingaeroportbarcelone.fr — main stylesheet
   Palette: bleu Méditerranée #14568c + ambre #ef7c2f
   Fonts:   Outfit (titres) + Inter (texte)
   Prefix:  bcp-
   ========================================================================== */
:root{
  --bcp-deep:    #0b2743;
  --bcp-ink:     #103a60;
  --bcp-primary: #14568c;
  --bcp-primary-2:#2b74ad;
  --bcp-text:    #3d4a58;
  --bcp-muted:   #74838f;
  --bcp-line:    #dde5ec;
  --bcp-line-2:  #eef3f7;
  --bcp-surface: #f4f8fb;
  --bcp-white:   #ffffff;
  --bcp-accent:  #ef7c2f;
  --bcp-accent-2:#ff9552;
  --bcp-accent-dk:#c25c16;
  --bcp-green:   #1f8a5b;
  --bcp-star:    #f2b01e;
  --bcp-glow:    0 16px 44px -20px rgba(11,39,67,.34);
  --bcp-glow-sm: 0 6px 20px -12px rgba(11,39,67,.28);
  --bcp-rad:     14px;
  --bcp-rad-lg:  22px;
  --bcp-title:   "Outfit", system-ui, -apple-system, Segoe UI, sans-serif;
  --bcp-sans:    "Inter", system-ui, -apple-system, Segoe UI, sans-serif;
}
*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; font-size:17px; overflow-x:clip; }
body{
  margin:0; font-family:var(--bcp-sans); font-size:1rem; line-height:1.68;
  color:var(--bcp-text); background:var(--bcp-white); -webkit-font-smoothing:antialiased;
}
img,svg,iframe{ display:block; max-width:100%; }
img{ height:auto; }
a{ color:var(--bcp-primary); text-decoration:none; transition:color .2s; }
a:hover{ color:var(--bcp-accent-dk); }
p{ margin:0 0 1rem; } p:last-child{ margin-bottom:0; }
h1,h2,h3,h4{ font-family:var(--bcp-title); color:var(--bcp-ink); line-height:1.2; margin:0 0 .6em; font-weight:700; }
h1{ font-size:clamp(1.85rem,1.3rem + 2.2vw,2.75rem); letter-spacing:-.015em; }
h2{ font-size:clamp(1.4rem,1.1rem + 1.2vw,1.95rem); letter-spacing:-.01em; margin-top:0; }
h3{ font-size:1.2rem; }
h4{ font-size:1.02rem; }
ul,ol{ margin:0 0 1rem; padding-left:1.25rem; }
li{ margin-bottom:.4rem; }
.bcp-shell{ max-width:1180px; margin:0 auto; padding:0 24px; }
.bcp-shell--slim{ max-width:860px; }

/* ---- HEADER ------------------------------------------------------------ */
.bcp-head{ background:var(--bcp-white); border-bottom:1px solid var(--bcp-line); position:sticky; top:0; z-index:120; }
.bcp-head__row{ max-width:1180px; margin:0 auto; padding:13px 24px; display:flex; align-items:center; justify-content:space-between; gap:26px; }
.bcp-logo{ display:inline-flex; align-items:center; gap:12px; flex-shrink:0; color:var(--bcp-ink); }
.bcp-logo__glyph{ width:40px; height:40px; flex-shrink:0; color:var(--bcp-primary); }
.bcp-logo__label{ display:inline-flex; flex-direction:column; line-height:1.05; }
.bcp-logo__name{ font-family:var(--bcp-title); font-weight:700; font-size:19px; color:var(--bcp-ink); }
.bcp-logo__eyebrow{ font-size:10px; letter-spacing:.18em; text-transform:uppercase; color:var(--bcp-muted); margin-top:3px; }
.bcp-menu{ display:flex; align-items:center; gap:2px; }
.bcp-menu a{ color:var(--bcp-ink); font-weight:600; font-size:14.5px; padding:9px 12px; border-radius:9px; transition:background .2s,color .2s; }
.bcp-menu a:hover,.bcp-menu a[aria-current="page"]{ background:var(--bcp-surface); color:var(--bcp-primary); }
.bcp-burger{ display:none; flex-direction:column; gap:5px; background:none; border:none; padding:9px; cursor:pointer; }
.bcp-burger span{ width:24px; height:2px; background:var(--bcp-ink); border-radius:2px; transition:transform .25s,opacity .2s; }
.bcp-burger.is-open span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.bcp-burger.is-open span:nth-child(2){ opacity:0; }
.bcp-burger.is-open span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }
@media (max-width:980px){
  .bcp-menu{
    position:fixed; inset:64px 0 0 auto; width:min(320px,84vw); background:var(--bcp-white);
    border-left:1px solid var(--bcp-line); flex-direction:column; align-items:stretch;
    padding:20px; gap:4px; transform:translateX(105%); transition:transform .3s cubic-bezier(.4,0,.2,1);
    overflow-y:auto; box-shadow:var(--bcp-glow); z-index:130;
  }
  .bcp-menu.is-open{ transform:translateX(0); }
  .bcp-menu a{ padding:13px 15px; font-size:16px; border-radius:10px; }
  .bcp-burger{ display:flex; flex-shrink:0; }
  .bcp-head__row{ padding:11px 16px; gap:12px; }
  .bcp-logo{ min-width:0; flex-shrink:1; gap:9px; }
  .bcp-logo__glyph{ width:32px; height:32px; }
  .bcp-logo__label{ min-width:0; }
  .bcp-logo__name{ font-size:15px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  .bcp-logo__eyebrow{ font-size:9px; letter-spacing:.14em; }
}
@media (max-width:380px){
  .bcp-logo__name{ font-size:13.5px; }
}

/* ---- BUTTONS ----------------------------------------------------------- */
.bcp-btn{
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  padding:14px 26px; border-radius:999px; font-weight:700; font-size:15px;
  font-family:inherit; cursor:pointer; border:none; text-align:center;
  transition:transform .16s, box-shadow .22s, background .22s, color .22s;
}
.bcp-btn--go{ background:var(--bcp-accent); color:var(--bcp-white); box-shadow:0 12px 26px -12px rgba(239,124,47,.75); }
.bcp-btn--go:hover{ background:var(--bcp-accent-2); color:var(--bcp-white); transform:translateY(-2px); }
.bcp-btn--ink{ background:var(--bcp-ink); color:var(--bcp-white); }
.bcp-btn--ink:hover{ background:var(--bcp-primary); color:var(--bcp-white); }
.bcp-btn--line{ background:var(--bcp-white); color:var(--bcp-ink); border:1px solid var(--bcp-line); }
.bcp-btn--line:hover{ border-color:var(--bcp-primary); color:var(--bcp-primary); }
.bcp-btn--sm{ padding:10px 18px; font-size:14px; }
@media (max-width:640px){ .bcp-btn{ width:100%; } .bcp-btn--keep{ width:auto; } }

/* ---- HERO -------------------------------------------------------------- */
.bcp-hero{ background:linear-gradient(160deg,var(--bcp-deep) 0%,var(--bcp-primary) 68%,#1d6ea8 100%); color:#e8f1f8; padding:58px 0 62px; position:relative; overflow:hidden; }
.bcp-hero::after{ content:""; position:absolute; right:-140px; top:-90px; width:420px; height:420px; border-radius:50%; background:radial-gradient(circle,rgba(239,124,47,.30),transparent 62%); z-index:2; }
.bcp-hero__bg{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0; }
.bcp-hero__veil{ position:absolute; inset:0; z-index:1; background:linear-gradient(160deg,rgba(11,39,67,.94) 0%,rgba(20,86,140,.88) 62%,rgba(29,110,168,.80) 100%); }
.bcp-hero__in{ position:relative; z-index:3; max-width:820px; }
.bcp-hero h1{ color:var(--bcp-white); margin-bottom:.45em; }
.bcp-hero__lead{ font-size:1.09rem; color:#d3e4f1; margin-bottom:1.4rem; }
.bcp-hero__facts{ display:flex; flex-wrap:wrap; gap:10px; margin:22px 0 26px; padding:0; list-style:none; }
.bcp-hero__facts li{ margin:0; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.20); border-radius:999px; padding:7px 15px; font-size:13.5px; font-weight:600; color:#eaf3fa; }
.bcp-hero__cta{ display:flex; flex-wrap:wrap; gap:12px; align-items:center; }
.bcp-hero__note{ font-size:12.5px; color:#b9d1e4; margin-top:14px; }
.bcp-hero--slim{ padding:44px 0 46px; }

/* ---- SECTIONS ---------------------------------------------------------- */
.bcp-sec{ padding:52px 0; }
.bcp-sec--tint{ background:var(--bcp-surface); border-top:1px solid var(--bcp-line-2); border-bottom:1px solid var(--bcp-line-2); }
.bcp-sec__head{ max-width:760px; margin-bottom:30px; }
.bcp-sec__head p{ color:var(--bcp-muted); }
.bcp-prose{ max-width:820px; }
.bcp-prose h2{ margin-top:2rem; }
.bcp-prose h3{ margin-top:1.6rem; }

/* ---- LISTING ROWS ------------------------------------------------------ */
.bcp-list{ display:flex; flex-direction:column; gap:14px; }
.bcp-item{
  display:grid; grid-template-columns:1fr auto; gap:18px; align-items:center;
  background:var(--bcp-white); border:1px solid var(--bcp-line); border-radius:var(--bcp-rad-lg);
  padding:20px 22px; transition:box-shadow .22s, border-color .22s, transform .16s;
}
.bcp-item:hover{ box-shadow:var(--bcp-glow); border-color:#cbd9e5; transform:translateY(-1px); }
.bcp-item__name{ font-family:var(--bcp-title); font-weight:700; font-size:1.18rem; color:var(--bcp-ink); margin:0 0 6px; }
.bcp-item__name a{ color:inherit; }
.bcp-item__name a:hover{ color:var(--bcp-primary); }
.bcp-item__meta{ display:flex; flex-wrap:wrap; gap:8px; margin:8px 0 0; }
.bcp-item__desc{ font-size:14.5px; color:var(--bcp-muted); margin:8px 0 0; }
.bcp-item__side{ text-align:right; display:flex; flex-direction:column; align-items:flex-end; gap:9px; min-width:172px; }
.bcp-item__price{ font-family:var(--bcp-title); font-weight:700; font-size:1.05rem; color:var(--bcp-ink); line-height:1.25; }
.bcp-item__price span{ display:block; font-family:var(--bcp-sans); font-size:12px; font-weight:500; color:var(--bcp-muted); }
@media (max-width:760px){
  .bcp-item{ grid-template-columns:1fr; padding:18px; }
  .bcp-item__side{ text-align:left; align-items:stretch; min-width:0; }
  .bcp-item__side .bcp-btn{ width:100%; }
}

/* ---- BADGES & RATING --------------------------------------------------- */
.bcp-tag{ display:inline-flex; align-items:center; gap:6px; font-size:12.5px; font-weight:600; padding:5px 11px; border-radius:999px; background:var(--bcp-surface); color:var(--bcp-ink); border:1px solid var(--bcp-line); }
.bcp-tag--go{ background:#fdf1e7; border-color:#f8d9bf; color:var(--bcp-accent-dk); }
.bcp-tag--ok{ background:#eaf6f0; border-color:#c9e7d8; color:var(--bcp-green); }
.bcp-tag--off{ background:#eaf1f8; border-color:#cbdcec; color:var(--bcp-primary); }
.bcp-rate{ display:inline-flex; align-items:center; gap:7px; font-size:13.5px; color:var(--bcp-muted); }
.bcp-rate__score{ font-family:var(--bcp-title); font-weight:700; font-size:15px; color:var(--bcp-ink); }
.bcp-stars{ color:var(--bcp-star); letter-spacing:1px; font-size:13px; }

/* ---- CARD GRID --------------------------------------------------------- */
.bcp-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(268px,1fr)); gap:18px; }
.bcp-card{ background:var(--bcp-white); border:1px solid var(--bcp-line); border-radius:var(--bcp-rad-lg); padding:24px; transition:box-shadow .22s,transform .16s; }
.bcp-card:hover{ box-shadow:var(--bcp-glow); transform:translateY(-2px); }
.bcp-card h3{ margin-bottom:.4em; }
.bcp-card p{ font-size:15px; color:var(--bcp-muted); }
.bcp-card__link{ display:inline-flex; align-items:center; gap:7px; font-weight:600; font-size:14.5px; margin-top:12px; }

/* ---- FACT TABLE -------------------------------------------------------- */
.bcp-facts{ width:100%; border-collapse:collapse; margin:0 0 1.4rem; font-size:15px; }
.bcp-facts th,.bcp-facts td{ text-align:left; padding:13px 16px; border-bottom:1px solid var(--bcp-line-2); vertical-align:top; }
.bcp-facts th{ width:40%; color:var(--bcp-ink); font-weight:600; background:var(--bcp-surface); }
.bcp-facts tr:last-child th,.bcp-facts tr:last-child td{ border-bottom:none; }
.bcp-facts--frame{ border:1px solid var(--bcp-line); border-radius:var(--bcp-rad); overflow:hidden; }
.bcp-scroll{ overflow-x:auto; -webkit-overflow-scrolling:touch; margin-bottom:1.4rem; }
.bcp-table{ width:100%; border-collapse:collapse; font-size:15px; min-width:520px; }
.bcp-table th,.bcp-table td{ padding:12px 15px; text-align:left; border-bottom:1px solid var(--bcp-line-2); }
.bcp-table thead th{ background:var(--bcp-ink); color:var(--bcp-white); font-weight:600; font-size:14px; }
.bcp-table tbody tr:nth-child(even){ background:var(--bcp-surface); }
.bcp-table td strong{ color:var(--bcp-ink); }
@media (max-width:640px){
  .bcp-facts th{ width:auto; }
  .bcp-facts,.bcp-facts tbody,.bcp-facts tr,.bcp-facts th,.bcp-facts td{ display:block; }
  .bcp-facts th{ border-bottom:none; padding-bottom:4px; font-size:13px; text-transform:uppercase; letter-spacing:.05em; color:var(--bcp-muted); background:transparent; }
  .bcp-facts td{ padding-top:0; padding-bottom:14px; }
}

/* ---- MAP --------------------------------------------------------------- */
.bcp-map{ border:1px solid var(--bcp-line); border-radius:var(--bcp-rad-lg); overflow:hidden; box-shadow:var(--bcp-glow-sm); margin-bottom:1.2rem; }
.bcp-map iframe{ width:100%; height:340px; border:0; }
.bcp-map__cap{ font-size:13px; color:var(--bcp-muted); padding:11px 16px; background:var(--bcp-surface); border-top:1px solid var(--bcp-line-2); }
@media (max-width:640px){ .bcp-map iframe{ height:260px; } }

/* ---- PHOTO ------------------------------------------------------------- */
.bcp-shot{ margin:0 0 1.6rem; }
.bcp-shot img{ width:100%; border-radius:var(--bcp-rad-lg); box-shadow:var(--bcp-glow); }
.bcp-shot figcaption{ font-size:13px; color:var(--bcp-muted); margin-top:10px; }

/* ---- CHIPS & INDEX ----------------------------------------------------- */
.bcp-chips{ display:flex; flex-wrap:wrap; gap:9px; margin:0 0 1.4rem; }
.bcp-chip{ display:inline-flex; align-items:center; padding:9px 16px; border-radius:999px; background:var(--bcp-surface); border:1px solid var(--bcp-line); font-size:14px; font-weight:600; color:var(--bcp-ink); transition:border-color .2s,color .2s,background .2s; }
.bcp-chip:hover{ border-color:var(--bcp-accent); color:var(--bcp-accent-dk); background:#fdf3ec; }
.bcp-index{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:2px 26px; }
.bcp-index li{ margin:0; padding:11px 2px; border-bottom:1px solid var(--bcp-line-2); display:flex; justify-content:space-between; gap:14px; align-items:baseline; font-size:15px; }
.bcp-index a{ font-weight:600; }
.bcp-index span{ font-size:12.5px; color:var(--bcp-muted); text-align:right; flex-shrink:0; }

/* ---- CONTACT PANEL ----------------------------------------------------- */
.bcp-contact{ background:var(--bcp-surface); border:1px solid var(--bcp-line); border-radius:var(--bcp-rad-lg); padding:24px; }
.bcp-contact dl{ margin:0; display:grid; grid-template-columns:auto 1fr; gap:11px 20px; font-size:15px; }
.bcp-contact dt{ font-weight:600; color:var(--bcp-ink); }
.bcp-contact dd{ margin:0; color:var(--bcp-text); }
.bcp-contact .bcp-plain{ color:var(--bcp-text); }
@media (max-width:640px){ .bcp-contact dl{ grid-template-columns:1fr; gap:2px 0; } .bcp-contact dd{ margin-bottom:10px; } }

/* ---- CTA PANEL --------------------------------------------------------- */
.bcp-cta{ background:linear-gradient(150deg,var(--bcp-ink),var(--bcp-primary)); color:#e8f1f8; border-radius:var(--bcp-rad-lg); padding:32px; display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:20px; }
.bcp-cta h3{ color:var(--bcp-white); margin:0 0 6px; }
.bcp-cta p{ margin:0; font-size:15px; color:#cfe1ef; max-width:560px; }
@media (max-width:640px){ .bcp-cta{ padding:24px; } .bcp-cta > div{ width:100%; } }

/* ---- FAQ --------------------------------------------------------------- */
.bcp-faq{ border:1px solid var(--bcp-line); border-radius:var(--bcp-rad); background:var(--bcp-white); margin-bottom:10px; overflow:hidden; }
.bcp-faq summary{ cursor:pointer; padding:16px 20px; font-weight:600; color:var(--bcp-ink); font-family:var(--bcp-title); font-size:1.02rem; list-style:none; display:flex; justify-content:space-between; gap:14px; align-items:center; }
.bcp-faq summary::-webkit-details-marker{ display:none; }
.bcp-faq summary::after{ content:"+"; font-size:20px; color:var(--bcp-accent); flex-shrink:0; }
.bcp-faq[open] summary::after{ content:"–"; }
.bcp-faq__body{ padding:0 20px 18px; font-size:15px; }

/* ---- NOTE / DISCLAIMER ------------------------------------------------- */
.bcp-note{ border-left:3px solid var(--bcp-accent); background:#fdf6f0; border-radius:0 var(--bcp-rad) var(--bcp-rad) 0; padding:15px 18px; font-size:14.5px; color:var(--bcp-text); margin:0 0 1.4rem; }
.bcp-note strong{ color:var(--bcp-ink); }

/* ---- BREADCRUMB -------------------------------------------------------- */
/* Its own tinted strip, tight on top and airy underneath: floating on white under the sticky
   header, the crumb read like a stray line of markup rather than navigation. */
.bcp-crumbbar{ background:var(--bcp-surface); border-bottom:1px solid var(--bcp-line-2); }
.bcp-crumb{ font-size:13px; color:var(--bcp-muted); padding:10px 0 13px; }
.bcp-crumb a{ color:var(--bcp-muted); }
.bcp-crumb a:hover{ color:var(--bcp-primary); }

/* ---- FOOTER ------------------------------------------------------------ */
.bcp-foot{ background:var(--bcp-deep); color:#a9c1d4; padding:48px 0 26px; font-size:14.5px; }
.bcp-foot a{ color:#cfe0ed; }
.bcp-foot a:hover{ color:var(--bcp-accent-2); }
.bcp-foot__grid{ display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr; gap:34px; }
.bcp-foot h4{ color:var(--bcp-white); font-size:14px; text-transform:uppercase; letter-spacing:.09em; margin-bottom:14px; }
.bcp-foot ul{ list-style:none; margin:0; padding:0; }
.bcp-foot li{ margin-bottom:8px; }
.bcp-foot__brand .bcp-logo__name,.bcp-foot__brand .bcp-logo{ color:var(--bcp-white); }
.bcp-foot__brand p{ margin-top:14px; font-size:13.5px; line-height:1.6; }
.bcp-foot__bottom{ border-top:1px solid rgba(255,255,255,.13); margin-top:34px; padding-top:20px; font-size:12.5px; color:#8ba7bd; }
.bcp-foot__bottom p{ margin-bottom:8px; }
@media (max-width:860px){ .bcp-foot__grid{ grid-template-columns:1fr 1fr; gap:26px; } }
@media (max-width:520px){ .bcp-foot__grid{ grid-template-columns:1fr; } }
