/* =================================================================
   WEST YACHT BROKER — Design System
   Palette : blanc · rose flamant (#E6007E) · noir-marine (#0D1426) · or (#E0BA6B)
   ================================================================= */

:root {
  --ink: #0d1426;        /* noir-marine */
  --ink-soft: #2b3245;
  --paper: #f7f4f0;      /* blanc chaud */
  --paper-pure: #ffffff;
  --pink: #e6007e;       /* rose flamant */
  --pink-soft: #ff4fb0;
  --gold: #e0ba6b;
  --line: rgba(13, 20, 38, 0.12);
  --line-soft: rgba(13, 20, 38, 0.07);

  --serif: "Fraunces", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;

  --ease: cubic-bezier(0.65, 0.05, 0, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  --pad: clamp(1.25rem, 5vw, 6rem);
  --maxw: 1600px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
  font-weight: 400;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }
::selection { background: var(--pink); color: #fff; }

/* ---------- Typo ---------- */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 380; line-height: 1.02; letter-spacing: -0.01em; }
.display {
  font-family: var(--serif);
  font-weight: 350;
  font-size: clamp(2.8rem, 9vw, 9.5rem);
  line-height: 0.92;
  letter-spacing: -0.02em;
}
.display em { font-style: italic; font-variation-settings: "opsz" 144; color: var(--pink); }
.eyebrow {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--pink);
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--pink); display: inline-block; }
.section-title { font-size: clamp(2rem, 5.5vw, 4.6rem); font-weight: 360; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.35rem); line-height: 1.55; color: var(--ink-soft); font-weight: 350; }

/* ---------- Layout ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
section { position: relative; }
.pad-y { padding-top: clamp(5rem, 12vh, 11rem); padding-bottom: clamp(5rem, 12vh, 11rem); }

/* =================================================================
   LOADER (premium)
   ================================================================= */
#loader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--ink);
  display: flex; align-items: center; justify-content: center;
  color: var(--paper); overflow: hidden;
}
/* panneaux de sortie */
.loader-panels { position: absolute; inset: 0; display: flex; z-index: 0; }
.loader-panels span { flex: 1 1 0; background: var(--ink); height: 100%; }
.loader-panels span:nth-child(odd) { background: #0a1020; }
/* contenu */
.loader-inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 1.4rem; padding: 0 var(--pad); }
.loader-logo { width: min(340px, 70vw); height: auto; }
.loader-line { width: min(280px, 60vw); height: 1px; background: rgba(255,255,255,0.16); overflow: hidden; }
.loader-line span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--pink), var(--gold)); }
.loader-tag { font-size: .72rem; letter-spacing: .32em; text-transform: uppercase; color: rgba(255,255,255,.65); }
.loader-count {
  position: absolute; z-index: 2; bottom: clamp(1.6rem,5vw,3rem); right: var(--pad);
  font-family: var(--serif); font-weight: 300; color: var(--paper);
  display: flex; align-items: flex-end; line-height: .85;
}
.loader-count .lc-num { font-size: clamp(3.5rem, 13vw, 9rem); }
.loader-count .lc-pct { font-size: clamp(1rem, 3vw, 1.8rem); color: var(--pink); margin-bottom: .4em; margin-left: .15em; }

/* =================================================================
   CUSTOM CURSOR
   ================================================================= */
.cursor, .cursor-dot { position: fixed; top: 0; left: 0; z-index: 9998; pointer-events: none; border-radius: 50%; mix-blend-mode: difference; }
.cursor { width: 38px; height: 38px; border: 1px solid #fff; transform: translate(-50%, -50%); transition: width .35s var(--ease-out), height .35s var(--ease-out), background .35s; }
.cursor-dot { width: 5px; height: 5px; background: #fff; transform: translate(-50%, -50%); }
.cursor.is-hover { width: 78px; height: 78px; background: #fff; }
.cursor.is-hover ~ .cursor-dot { opacity: 0; }
.cursor.is-text { width: 90px; height: 90px; background: var(--pink); border-color: var(--pink); mix-blend-mode: normal; }
body.has-cursor, body.has-cursor a, body.has-cursor button { cursor: none; }
@media (hover: none) { .cursor, .cursor-dot { display: none; } body.has-cursor, body.has-cursor a { cursor: auto; } }

/* =================================================================
   NAVBAR (pill flottant en verre + méga-menus)
   ================================================================= */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.5rem var(--pad);
  transition: transform .6s var(--ease), background .5s, padding .5s, box-shadow .5s, color .4s, left .5s var(--ease), right .5s var(--ease), top .5s var(--ease), border-radius .5s;
  --nav-fg: #fff; color: var(--nav-fg);
}
/* posé : devient un pill blanc flottant, en verre */
.nav.scrolled, .nav.solid {
  --nav-fg: var(--ink);
  left: clamp(.7rem, 2vw, 1.5rem); right: clamp(.7rem, 2vw, 1.5rem); top: clamp(.6rem, 1.4vw, 1rem);
  padding: .55rem .8rem .55rem 1.7rem; border-radius: 100px;
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(18px) saturate(1.4); -webkit-backdrop-filter: blur(18px) saturate(1.4);
  box-shadow: 0 20px 60px -26px rgba(13,20,38,.55), inset 0 0 0 1px rgba(255,255,255,.5);
}
.nav.hidden { transform: translateY(-150%); }
.nav-logo { display: flex; align-items: center; gap: .65rem; z-index: 902; }
.nav-logo .wyb-mark { height: 34px; width: auto; transition: height .4s; }
.nav.scrolled .nav-logo .wyb-mark, .nav.solid .nav-logo .wyb-mark { height: 30px; }
.nav-logo .wyb-mark .st0 { fill: var(--pink); }

.nav-links { display: flex; gap: 1.7rem; align-items: center; }
.nav-item { position: relative; }
.nav-item > a { font-size: 0.8rem; letter-spacing: 0.02em; color: var(--nav-fg); position: relative; padding: 1.4rem 0; font-weight: 600; display: inline-flex; align-items: center; gap: .4rem; transition: color .3s, opacity .3s; }
.nav-item > a .caret { width: 6px; height: 6px; border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor; transform: rotate(45deg) translateY(-1px); transition: transform .3s; opacity: .65; }
.nav-item > a::after { content: ""; position: absolute; left: 0; right: 0; margin: auto; bottom: 1rem; height: 2px; width: 0; border-radius: 2px; background: var(--pink); transition: width .4s var(--ease); }
.nav-item > a:hover::after, .nav-item > a.active::after { width: 100%; }
.nav-item:hover > a { color: var(--pink); }
.nav-item:hover > a .caret { transform: rotate(225deg) translateY(-2px); }

/* méga-dropdown */
.nav-drop {
  position: absolute; top: calc(100% + 6px); left: 50%; transform: translate(-50%, 12px);
  width: 320px; opacity: 0; visibility: hidden;
  transition: opacity .4s var(--ease), transform .4s var(--ease), visibility .4s;
}
.nav-drop-inner { background: var(--paper-pure); border-radius: 18px; padding: .6rem; box-shadow: 0 36px 80px -34px rgba(13,20,38,.55), inset 0 0 0 1px var(--line-soft); }
.nav-drop::before { content: ""; position: absolute; top: -6px; left: 50%; transform: translateX(-50%) rotate(45deg); width: 14px; height: 14px; background: var(--paper-pure); border-radius: 3px; box-shadow: inset 0 0 0 1px var(--line-soft); }
.nav-item:hover .nav-drop { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.drop-item { display: flex; align-items: center; gap: .9rem; padding: .8rem .85rem; border-radius: 13px; transition: background .3s; }
.drop-item:hover { background: var(--paper); }
.drop-item .di-ico { width: 40px; height: 40px; flex: none; border-radius: 11px; background: var(--paper); display: flex; align-items: center; justify-content: center; color: var(--pink); transition: background .3s, color .3s, transform .3s; }
.drop-item:hover .di-ico { background: var(--pink); color: #fff; transform: rotate(-6deg); }
.drop-item .di-ico .nico { width: 20px; height: 20px; }
.di-txt { display: flex; flex-direction: column; line-height: 1.2; }
.di-txt b { font-size: .92rem; font-weight: 600; color: var(--ink); }
.di-txt i { font-style: normal; font-size: .76rem; color: var(--ink-soft); margin-top: 2px; }
.di-arrow { margin-left: auto; color: var(--pink); opacity: 0; transform: translateX(-6px); transition: opacity .3s, transform .3s; }
.drop-item:hover .di-arrow { opacity: 1; transform: translateX(0); }

.nav-cta { display: flex; align-items: center; gap: 1.2rem; z-index: 902; }
.nav-phone { font-size: 0.8rem; color: var(--nav-fg); font-weight: 600; transition: color .4s; display: inline-flex; align-items: center; gap: .45rem; }
.nav-phone .nico { width: 1.15em; height: 1.15em; color: var(--pink); }
.nav-book { font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; font-weight: 700; padding: .75rem 1.3rem; border-radius: 100px; background: var(--pink); color: #fff !important; transition: transform .4s var(--ease), box-shadow .4s; box-shadow: 0 10px 24px -12px rgba(230,0,126,.8); }
.nav-book:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(230,0,126,.9); }

/* burger 3 traits */
.burger { width: 48px; height: 48px; border-radius: 50%; border: 1px solid currentColor; display: none; flex-direction: column; gap: 4px; align-items: center; justify-content: center; position: relative; color: var(--nav-fg); transition: background .3s, color .3s; }
.burger span { width: 18px; height: 1.6px; background: currentColor; transition: transform .4s var(--ease), opacity .3s; transform-origin: center; }
.nav.menu-open .burger { background: var(--pink); border-color: var(--pink); color: #fff; }
.nav.menu-open { --nav-fg: #fff; background: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
.nav.menu-open .burger span:nth-child(1) { transform: translateY(5.6px) rotate(45deg); }
.nav.menu-open .burger span:nth-child(2) { opacity: 0; }
.nav.menu-open .burger span:nth-child(3) { transform: translateY(-5.6px) rotate(-45deg); }

@media (max-width: 1100px) {
  .nav-links, .nav-phone { display: none; }
  .burger { display: flex; }
}

/* =================================================================
   MENU OVERLAY (fullscreen)
   ================================================================= */
.menu {
  position: fixed; inset: 0; z-index: 850;
  background: var(--ink); color: var(--paper);
  display: grid; grid-template-columns: 1.4fr 1fr;
  clip-path: inset(0 0 100% 0);
  pointer-events: none;
}
.menu.open { pointer-events: all; }
.menu-left { padding: clamp(6rem,14vh,9rem) var(--pad) var(--pad); display: flex; flex-direction: column; justify-content: center; }
.menu-nav li { overflow: hidden; }
.menu-nav a {
  font-family: var(--serif); font-size: clamp(2.4rem, 7vw, 6rem); font-weight: 340;
  display: inline-flex; align-items: baseline; gap: 1.2rem; line-height: 1.18;
  transition: color .4s, padding-left .5s var(--ease); position: relative;
}
.menu-nav a .idx { font-family: var(--sans); font-size: 0.8rem; color: var(--pink); letter-spacing: 0.2em; }
.menu-nav a:hover { color: var(--pink); padding-left: 1.2rem; }
.menu-right { background: var(--ink-soft); position: relative; overflow: hidden; }
.menu-right img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; filter: grayscale(.3); }
.menu-meta { padding: var(--pad); position: absolute; bottom: 0; left: 0; right: 0; }
.menu-meta h4 { font-family: var(--sans); font-size: .72rem; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); margin-bottom: .6rem; }
.menu-meta p { color: var(--paper); opacity: .85; font-size: .95rem; }
.menu-socials { display: flex; gap: 1.6rem; margin-top: 2.5rem; }
.menu-socials a { font-size: .8rem; letter-spacing: .15em; text-transform: uppercase; opacity: .8; transition: opacity .3s, color .3s; }
.menu-socials a:hover { opacity: 1; color: var(--pink); }
@media (max-width: 880px) { .menu { grid-template-columns: 1fr; } .menu-right { display: none; } }

/* =================================================================
   BUTTONS
   ================================================================= */
.btn {
  position: relative; display: inline-flex; align-items: center; gap: 0.8rem;
  padding: 1.05rem 2.1rem; border-radius: 100px; overflow: hidden;
  font-size: 0.82rem; letter-spacing: 0.05em; font-weight: 600;
  border: 1px solid var(--ink); color: var(--ink); isolation: isolate;
  transition: color .5s var(--ease);
}
.btn::before { content: ""; position: absolute; inset: 0; background: var(--ink); border-radius: 100px; transform: translateY(101%); transition: transform .55s var(--ease); z-index: -1; }
.btn:hover { color: var(--paper); }
.btn:hover::before { transform: translateY(0); }
.btn .arrow { transition: transform .5s var(--ease); }
.btn:hover .arrow { transform: translate(4px, -4px); }
.btn--pink { border-color: var(--pink); background: var(--pink); color: #fff; }
.btn--pink::before { background: var(--ink); }
.btn--pink:hover { color: #fff; }
.btn--light { border-color: rgba(255,255,255,.5); color: #fff; }
.btn--light::before { background: #fff; }
.btn--light:hover { color: var(--ink); }
.btn--solid { background: var(--ink); color: #fff; }
.btn--solid::before { background: var(--pink); }
.btn--solid:hover { color: #fff; }

.link-arrow { display: inline-flex; align-items: center; gap: .6rem; font-size: .82rem; font-weight: 600; letter-spacing: .04em; position: relative; }
.link-arrow::after { content:""; position:absolute; left:0; bottom:-3px; height:1px; width:100%; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease); }
.link-arrow:hover::after { transform: scaleX(1); transform-origin: left; }

/* =================================================================
   HERO
   ================================================================= */
.hero { position: relative; height: 100svh; min-height: 680px; overflow: hidden; background: var(--ink); }
#hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.hero::after { content:""; position:absolute; inset:0; z-index:1; pointer-events:none;
  background:
    linear-gradient(93deg, rgba(5,8,16,.95) 0%, rgba(5,8,16,.8) 24%, rgba(5,8,16,.46) 46%, rgba(5,8,16,.12) 64%, rgba(5,8,16,0) 80%),
    linear-gradient(to top, rgba(5,8,16,.92) 0%, rgba(5,8,16,.55) 24%, rgba(5,8,16,.1) 48%, rgba(5,8,16,0) 66%),
    linear-gradient(to bottom, rgba(5,8,16,.6) 0%, rgba(5,8,16,.05) 24%, transparent 30%);
}
.hero-media img { filter: brightness(0.96) saturate(1.06) contrast(1.02); }
.hero-content { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 var(--pad) clamp(2.5rem,7vh,5rem); color: #fff; }
.hero-eyebrow { color: #fff; margin-bottom: 1.6rem; text-shadow: 0 2px 14px rgba(0,0,0,.55); }
.hero-eyebrow::before { background: var(--pink); }
.hero h1 { color: #fff; max-width: 15ch; letter-spacing: -0.02em; text-shadow: 0 8px 60px rgba(0,0,0,.5), 0 2px 14px rgba(0,0,0,.35); }
.hero h1 em { color: var(--pink-soft); }
.hero-bottom { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 2rem; margin-top: 2.5rem; }
.hero-bottom p { max-width: 42ch; color: rgba(255,255,255,.92); font-size: 1.05rem; text-shadow: 0 2px 18px rgba(0,0,0,.6); }
.hero-scroll { position: absolute; left: 50%; transform: translateX(-50%); bottom: 1.4rem; font-size: .64rem; letter-spacing: .28em; text-transform: uppercase; color: rgba(255,255,255,.7); display: flex; flex-direction: column; align-items: center; gap: .6rem; z-index: 4; }
@media (max-width: 1100px), (max-height: 720px) { .hero-scroll { display: none; } }
.hero-scroll .dot { width: 24px; height: 38px; border: 1px solid rgba(255,255,255,.4); border-radius: 14px; position: relative; }
.hero-scroll .dot::after { content:""; position:absolute; top:6px; left:50%; width:3px; height:7px; background:#fff; border-radius:3px; transform:translateX(-50%); animation: scrolldot 1.8s var(--ease) infinite; }
@keyframes scrolldot { 0%{opacity:0;transform:translate(-50%,0)} 30%{opacity:1} 70%{opacity:1} 100%{opacity:0;transform:translate(-50%,12px)} }

/* word reveal */
.reveal-line { overflow: hidden; display: block; }
.reveal-line > span { display: inline-block; will-change: transform; }

/* =================================================================
   MARQUEE (brands)
   ================================================================= */
.marquee { overflow: hidden; padding: clamp(2.4rem,4.5vw,4rem) 0; position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 11%, #000 89%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 11%, #000 89%, transparent 100%); }
.marquee-label { display: block; text-align: center; font-size: .68rem; letter-spacing: .3em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: clamp(1.6rem,3vw,2.4rem); }
.marquee-track { display: flex; gap: clamp(3.2rem,6vw,6.5rem); width: max-content; will-change: transform; align-items: center; }
.marquee-track img { height: 27px; width: auto; opacity: .4; filter: brightness(0); transition: opacity .4s; }
.marquee-track img:hover { opacity: .82; }

/* =================================================================
   INTRO / split
   ================================================================= */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,6vw,7rem); align-items: center; }
@media (max-width: 880px){ .split { grid-template-columns: 1fr; } }
.fig { position: relative; overflow: hidden; border-radius: 4px; }
.fig img { width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.fig.tall { aspect-ratio: 4/5; }
.fig.wide { aspect-ratio: 16/10; }
.fig-mask { position: absolute; inset: 0; background: var(--paper); transform-origin: top; z-index: 2; }

.stats { display: flex; gap: clamp(1.5rem,5vw,4rem); flex-wrap: wrap; }
.stat .num { font-family: var(--serif); font-size: clamp(2.6rem,5vw,4.6rem); font-weight: 340; line-height: 1; }
.stat .num em { color: var(--pink); font-style: normal; }
.stat .lbl { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); margin-top: .5rem; }

/* =================================================================
   BRAND GRID
   ================================================================= */
.brand-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
@media (max-width: 980px){ .brand-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px){ .brand-grid { grid-template-columns: 1fr; } }
.brand-card {
  background: var(--paper); padding: clamp(2rem,4vw,3.4rem); min-height: 340px;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative; overflow: hidden; transition: color .5s var(--ease);
}
.brand-card .bc-bg { position: absolute; inset: 0; z-index: 0; opacity: 0; transform: scale(1.1); transition: opacity .6s var(--ease), transform .8s var(--ease); }
.brand-card .bc-bg img { width: 100%; height: 100%; object-fit: cover; }
.brand-card .bc-bg::after { content:""; position:absolute; inset:0; background: linear-gradient(to top, rgba(13,20,38,.85), rgba(13,20,38,.35)); }
.brand-card:hover .bc-bg { opacity: 1; transform: scale(1); }
.brand-card > * { position: relative; z-index: 1; transition: color .5s; }
.brand-card:hover { color: #fff; }
.bc-logo { height: 42px; display: flex; align-items: center; }
.bc-logo img { height: 100%; width: auto; max-width: 160px; object-fit: contain; filter: brightness(0); opacity: .82; transition: filter .5s, opacity .5s; }
.brand-card:hover .bc-logo img { filter: brightness(0) invert(1); opacity: 1; }
.bc-foot { display: flex; align-items: flex-end; justify-content: space-between; }
.bc-name { font-family: var(--serif); font-size: clamp(1.6rem,3vw,2.4rem); font-weight: 360; }
.bc-cat { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--pink); margin-bottom: .5rem; }
.brand-card:hover .bc-cat { color: var(--pink-soft); }
.bc-count { font-size: .8rem; opacity: .7; }
.bc-go { width: 48px; height: 48px; border-radius: 50%; border: 1px solid currentColor; display: flex; align-items: center; justify-content: center; flex: none; transition: background .4s, color .4s; }
.brand-card:hover .bc-go { background: var(--pink); border-color: var(--pink); color: #fff; }

/* =================================================================
   BOAT CARDS
   ================================================================= */
.boat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(1.4rem,2.5vw,2.4rem); }
@media (max-width: 980px){ .boat-grid { grid-template-columns: repeat(2,1fr);} }
@media (max-width: 620px){ .boat-grid { grid-template-columns: 1fr;} }
.boat-card { position: relative; }
.boat-thumb { position: relative; overflow: hidden; aspect-ratio: 4/3; border-radius: 4px; background: var(--ink); }
.boat-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); will-change: transform; }
.boat-card:hover .boat-thumb img { transform: scale(1.06); }
.boat-badge { position: absolute; top: 1rem; left: 1rem; z-index: 2; background: var(--pink); color: #fff; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; padding: .45rem .8rem; border-radius: 100px; font-weight: 600; }
.boat-type { position: absolute; bottom: 1rem; right: 1rem; z-index: 2; background: rgba(247,244,240,.9); backdrop-filter: blur(6px); color: var(--ink); font-size: .68rem; letter-spacing: .08em; padding: .4rem .8rem; border-radius: 100px; }
.boat-info { padding: 1.3rem 0.2rem 0; }
.boat-info h3 { font-size: 1.45rem; font-weight: 380; }
.boat-tag { color: var(--ink-soft); font-size: .92rem; margin-top: .35rem; }
.boat-specs { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 1.1rem; padding-top: 1.1rem; border-top: 1px solid var(--line); }
.boat-specs div { font-size: .82rem; }
.boat-specs .k { display: block; color: var(--pink); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: .2rem; }
.boat-price { display: flex; justify-content: space-between; align-items: center; margin-top: 1.1rem; }
.boat-price .p { font-family: var(--serif); font-size: 1.25rem; }

/* =================================================================
   NEWS
   ================================================================= */
.news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(1.5rem,3vw,2.6rem); }
@media (max-width: 900px){ .news-grid { grid-template-columns: 1fr; } }
.news-card .news-img { overflow: hidden; aspect-ratio: 16/11; border-radius: 4px; }
.news-card .news-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.news-card:hover .news-img img { transform: scale(1.05); }
.news-meta { display: flex; gap: 1rem; align-items: center; margin: 1.1rem 0 .6rem; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.news-meta .cat { color: var(--pink); font-weight: 600; }
.news-card h3 { font-size: 1.4rem; font-weight: 380; line-height: 1.15; }
.news-card p { color: var(--ink-soft); margin-top: .7rem; font-size: .96rem; }

/* =================================================================
   QUOTE / Pocquet
   ================================================================= */
.quote-sec { background: var(--ink); color: var(--paper); }
.quote-sec .eyebrow { color: var(--gold); }
.quote-sec .eyebrow::before { background: var(--gold); }
.quote-big { font-family: var(--serif); font-weight: 320; font-size: clamp(1.5rem,3vw,2.7rem); line-height: 1.3; }
.quote-big em { color: var(--pink-soft); font-style: italic; }
.quote-author { margin-top: 2.5rem; display: flex; align-items: center; gap: 1.2rem; }
.quote-author img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.quote-author .qa-name { font-family: var(--serif); font-size: 1.2rem; }
.quote-author .qa-role { font-size: .8rem; color: rgba(255,255,255,.6); letter-spacing: .08em; }

/* =================================================================
   REVIEWS
   ================================================================= */
.reviews-head { display:flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 1.5rem; }
.rating-pill { display:inline-flex; align-items:center; gap:.8rem; border:1px solid var(--line); border-radius:100px; padding:.7rem 1.3rem; }
.rating-pill .stars { color: var(--gold); letter-spacing: 2px; }
.rating-pill b { font-family: var(--serif); font-weight: 380; }
.review-grid { display:grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border:1px solid var(--line); margin-top: 3rem; }
@media (max-width: 900px){ .review-grid { grid-template-columns: 1fr; } }
.review { background: var(--paper); padding: clamp(1.8rem,3vw,2.6rem); }
.review .stars { color: var(--gold); letter-spacing: 2px; font-size: .95rem; }
.review p { margin: 1rem 0 1.6rem; font-size: 1.02rem; line-height: 1.5; }
.review .r-name { font-family: var(--serif); font-size: 1.1rem; }
.review .r-when { font-size: .76rem; color: var(--ink-soft); }

/* =================================================================
   CTA band
   ================================================================= */
.cta-band { background: var(--pink); color: #fff; text-align: center; }
.cta-band .display { color: #fff; }
.cta-band .display em { color: var(--ink); }

/* =================================================================
   FOOTER (premium)
   ================================================================= */
.footer { background: var(--ink); color: var(--paper); position: relative; }
.footer-wave { position: absolute; top: -1px; left: 0; width: 100%; height: clamp(34px,4vw,64px); transform: translateY(-99%); display: block; }
.footer-wave svg, .footer-wave path { display: block; }

/* newsletter */
.footer-cta { display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; padding: clamp(3rem,6vh,5rem) var(--pad); border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-cta-title { font-family: var(--serif); font-weight: 350; font-size: clamp(1.6rem,3.2vw,2.8rem); line-height: 1.05; margin-top: .6rem; max-width: 16ch; color: #fff; }
.news-form { position: relative; display: flex; align-items: center; gap: .6rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.18); border-radius: 100px; padding: .4rem .4rem .4rem 1.4rem; min-width: min(420px, 90vw); transition: border-color .4s; }
.news-form:focus-within { border-color: var(--pink); }
.news-form input { flex: 1; background: none; border: none; color: #fff; font-family: var(--sans); font-size: .95rem; outline: none; }
.news-form input::placeholder { color: rgba(255,255,255,.5); }
.news-form button { display: inline-flex; align-items: center; gap: .5rem; background: var(--pink); color: #fff; border-radius: 100px; padding: .8rem 1.4rem; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; white-space: nowrap; transition: transform .4s var(--ease); }
.news-form button .nico { width: 1.05em; height: 1.05em; }
.news-form button:hover { transform: translateY(-2px); }
.news-ok { position: absolute; left: 1.4rem; bottom: -1.8rem; font-size: .82rem; color: var(--pink-soft); opacity: 0; transition: opacity .4s; }
.news-form.sent .news-ok { opacity: 1; }
.news-form.sent input { opacity: .4; }

/* colonnes */
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.1fr; gap: clamp(2rem,4vw,3.5rem); padding: clamp(3.5rem,7vh,6rem) var(--pad) clamp(2.5rem,5vh,4rem); }
@media (max-width: 980px){ .footer-top { grid-template-columns: 1fr 1fr; gap: 2.5rem; } }
@media (max-width: 560px){ .footer-top { grid-template-columns: 1fr; } }
.footer-brand .footer-mark img { width: 220px; max-width: 80%; height: auto; }
.footer-brand p { color: rgba(255,255,255,.65); margin-top: 1.3rem; max-width: 34ch; font-size: .96rem; line-height: 1.55; }
.footer-soc { display: flex; gap: .7rem; margin-top: 1.6rem; }
.footer-soc a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; color: #fff; transition: background .35s, color .35s, transform .35s, border-color .35s; }
.footer-soc a svg { width: 18px; height: 18px; }
.footer-soc a:hover { background: var(--pink); border-color: var(--pink); transform: translateY(-3px); }
.footer h4 { font-family: var(--sans); font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.3rem; }
.footer-col a, .footer-col p { display: block; color: rgba(255,255,255,.72); padding: .32rem 0; transition: color .3s, padding-left .3s var(--ease); font-size: .96rem; }
.footer-col a:hover { color: var(--pink-soft); padding-left: .4rem; }
.footer-col .fc-line { padding: 0; color: rgba(255,255,255,.6); line-height: 1.6; }
.footer-col .fc-strong { font-family: var(--serif); font-size: 1.25rem; color: #fff; padding: .2rem 0; }

/* réseau : marques + partenaires */
.footer-network { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem,4vw,4rem); padding: clamp(2rem,4vw,3rem) var(--pad); border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
@media (max-width: 760px){ .footer-network { grid-template-columns: 1fr; gap: 2.5rem; } }
.fn-label { display: block; font-size: .68rem; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.4rem; }
.fn-logos { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(1.2rem,2.5vw,2.4rem); }
.fn-brand img { height: 24px; width: auto; filter: brightness(0) invert(1); opacity: .55; transition: opacity .35s, transform .35s; }
.fn-brand:hover img { opacity: 1; transform: translateY(-3px); }
.fn-partners { gap: .7rem; }
.fn-chip { display: inline-flex; align-items: center; justify-content: center; height: 46px; padding: 0 1rem; background: #fff; border-radius: 10px; transition: transform .35s; }
.fn-chip:hover { transform: translateY(-3px); }
.fn-chip img { max-height: 26px; max-width: 110px; width: auto; object-fit: contain; }
.fn-chip-txt { font-family: var(--serif); font-size: .95rem; color: var(--ink); }

/* marquee géant */
.footer-marquee { overflow: hidden; padding: clamp(1.5rem,3vw,2.6rem) 0; }
.footer-big-track { display: flex; gap: 2rem; width: max-content; }
.footer-big { font-family: var(--serif); font-size: clamp(3rem, 13vw, 14rem); line-height: .9; font-weight: 320; letter-spacing: -0.02em; white-space: nowrap; color: var(--paper); }
.footer-big em { color: var(--pink); font-style: normal; }

.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; padding: 2rem var(--pad) 2.4rem; font-size: .78rem; color: rgba(255,255,255,.5); border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom a:hover { color: #fff; }
.to-top { display: inline-flex; align-items: center; gap: .5rem; color: rgba(255,255,255,.7); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; transition: color .3s; }
.to-top .nico { width: 1.2em; height: 1.2em; color: var(--pink); transition: transform .4s var(--ease); }
.to-top:hover { color: #fff; }
.to-top:hover .nico { transform: translateY(-3px); }

/* =================================================================
   PAGE TRANSITION
   ================================================================= */
#page-transition { position: fixed; inset: 0; z-index: 9990; pointer-events: none; }
#page-transition .pt-panels { position: absolute; inset: 0; display: flex; }
#page-transition .pt-panels span { flex: 1 1 0; height: 100%; background: var(--ink); transform: translateY(100%); }
#page-transition .pt-panels span:nth-child(odd) { background: #0a1020; }
#page-transition .pt-logo { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.1rem; opacity: 0; }
#page-transition .pt-logo img { width: min(280px, 62vw); height: auto; order: 2; }
#page-transition .pt-flam { order: 1; display: block; }
#page-transition .pt-flam .wyb-mark { width: 46px; height: auto; }
#page-transition .pt-flam .st0 { fill: var(--pink); }

/* =================================================================
   PAGE HEADER (interior pages)
   ================================================================= */
.page-head { padding-top: clamp(8rem, 18vh, 13rem); padding-bottom: clamp(3rem,7vh,5rem); border-bottom: 1px solid var(--line); }
.page-head .display { font-size: clamp(2.6rem, 8vw, 7rem); }
.crumbs { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 1.5rem; display:flex; gap:.6rem; }
.crumbs a:hover { color: var(--pink); }

/* filters */
.filters { display: flex; gap: .7rem; flex-wrap: wrap; margin: 2.5rem 0 3rem; }
.filter { padding: .6rem 1.2rem; border: 1px solid var(--line); border-radius: 100px; font-size: .8rem; transition: all .35s var(--ease); }
.filter:hover { border-color: var(--ink); }
.filter.active { background: var(--ink); color: #fff; border-color: var(--ink); }

/* brand hero (brand page) */
.brand-hero { min-height: 60vh; background: var(--ink); color: #fff; position: relative; display:flex; align-items:flex-end; overflow:hidden; }
.brand-hero img.bh-bg { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.4; }
.brand-hero::after { content:""; position:absolute; inset:0; background: linear-gradient(to top, var(--ink), transparent 70%); }
.brand-hero .wrap { position: relative; z-index: 2; padding-top: 10rem; padding-bottom: 4rem; width:100%; }
.brand-hero .bh-logo { height: 60px; margin-bottom: 1.5rem; }
.brand-hero .bh-logo img { height:100%; filter: brightness(0) invert(1); }

/* contact */
.contact-grid { display:grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,5rem); }
@media (max-width: 880px){ .contact-grid { grid-template-columns: 1fr; } }
.field { margin-bottom: 1.6rem; position: relative; }
.field label { display:block; font-size:.72rem; letter-spacing:.12em; text-transform:uppercase; color: var(--ink-soft); margin-bottom:.5rem; }
.field input, .field textarea, .field select { width:100%; background:transparent; border:none; border-bottom:1px solid var(--line); padding:.7rem 0; font-family:var(--sans); font-size:1rem; color:var(--ink); transition: border-color .4s; }
.field input:focus, .field textarea:focus, .field select:focus { outline:none; border-color: var(--pink); }
.info-block { padding: 1.6rem 0; border-bottom: 1px solid var(--line); }
.info-block .k { font-size:.72rem; letter-spacing:.14em; text-transform:uppercase; color: var(--pink); margin-bottom:.5rem; }
.info-block .v { font-family: var(--serif); font-size: 1.4rem; }

/* map placeholder */
.map-embed { width:100%; aspect-ratio: 16/7; border:0; border-radius:4px; filter: grayscale(.4) contrast(1.05); }

/* utilities */
.center { text-align: center; }
.mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; } .mt-4 { margin-top: 4rem; }
.mb-2 { margin-bottom: 2rem; }
.flex-between { display:flex; justify-content:space-between; align-items:flex-end; flex-wrap:wrap; gap:1.5rem; }
.divider { height:1px; background: var(--line); border:0; margin: 0; }
[data-reveal] { will-change: transform, opacity; }

/* float anim icon */
.float { animation: floaty 6s ease-in-out infinite; }
@keyframes floaty { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }

/* =================================================================
   GRAIN cinéma (overlay maritime)
   ================================================================= */
.grain { position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: .07; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

/* =================================================================
   VAGUE (séparateur maritime)
   ================================================================= */
.wave-divider { display: block; width: 100%; height: clamp(40px, 6vw, 80px); color: var(--paper); margin-top: -1px; }
.wave-divider.ink { color: var(--ink); }
.wave-divider svg { display: block; width: 100%; height: 100%; }
.hero-wave { position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; height: clamp(38px, 5vw, 72px); z-index: 4; }

/* icônes nautiques (line) */
.nico { width: 1em; height: 1em; display: inline-block; vertical-align: -0.12em; fill: none; stroke: currentColor; stroke-width: 1.6; }
.eyebrow .nico { width: 1.05em; height: 1.05em; color: var(--pink); }

/* =================================================================
   FICHE BATEAU
   ================================================================= */
.brand-hero .bh-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.boat-chips { display: flex; gap: .7rem; flex-wrap: wrap; margin-top: 1.6rem; }
.chip { border: 1px solid rgba(255,255,255,.4); color: #fff; border-radius: 100px; padding: .5rem 1.1rem; font-size: .78rem; letter-spacing: .04em; backdrop-filter: blur(4px); }
.spec-table { margin-top: 1.5rem; border-top: 1px solid var(--line); }
.spec-row { display: flex; justify-content: space-between; align-items: center; padding: 1rem .2rem; border-bottom: 1px solid var(--line); }
.spec-row .sk { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }
.spec-row .sv { font-family: var(--serif); font-size: 1.2rem; }
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(.8rem,1.5vw,1.4rem); }
.gallery .fig { aspect-ratio: 4/3; }
.gallery .fig.g-wide { grid-column: 1 / -1; aspect-ratio: 16/8; }
@media (max-width: 640px){ .gallery { grid-template-columns: 1fr; } .gallery .fig.g-wide { aspect-ratio: 4/3; } }

/* =================================================================
   HERO PHOTO (Ken Burns)
   ================================================================= */
.hero-media { position: absolute; inset: 0; overflow: hidden; z-index: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); animation: kenburns 18s ease-in-out infinite alternate; will-change: transform; }
@keyframes kenburns { from { transform: scale(1.12) translate(0,0); } to { transform: scale(1.2) translate(-2%, -2%); } }
.hero-tags { display: flex; gap: clamp(1.4rem,3vw,2.8rem); flex-wrap: wrap; margin-top: 2.4rem; padding-top: 1.8rem; border-top: 1px solid rgba(255,255,255,.18); max-width: 640px; }
.hero-tags .ht { display: flex; align-items: baseline; gap: .5rem; color: rgba(255,255,255,.85); font-size: .82rem; letter-spacing: .04em; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.hero-tags .ht + .ht { padding-left: clamp(1.4rem,3vw,2.8rem); border-left: 1px solid rgba(255,255,255,.18); }
.hero-tags .ht b { color: #fff; font-family: var(--serif); font-size: clamp(1.5rem,2.2vw,2rem); font-weight: 380; margin-right: .15rem; }

/* =================================================================
   BRAND BANDS (pleine largeur, alternées)
   ================================================================= */
.brand-bands { display: flex; flex-direction: column; }
.brand-band { position: relative; min-height: clamp(440px, 66vh, 760px); display: flex; align-items: center; overflow: hidden; }
.brand-band .bb-media { position: absolute; inset: 0; z-index: 0; }
.brand-band .bb-media img { width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.brand-band .bb-media::after { content: ""; position: absolute; inset: 0; background: var(--pink); opacity: 0; mix-blend-mode: soft-light; transition: opacity .7s var(--ease); }
.brand-band:hover .bb-media::after { opacity: .28; }
.brand-band::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, rgba(8,12,24,.88) 0%, rgba(10,14,28,.5) 42%, rgba(13,20,38,.05) 72%); }
.brand-band.right::after { background: linear-gradient(260deg, rgba(8,12,24,.88) 0%, rgba(10,14,28,.5) 42%, rgba(13,20,38,.05) 72%); }
.brand-band .bb-inner { position: relative; z-index: 2; width: 100%; }
.bb-content { max-width: 500px; display: flex; flex-direction: column; align-items: flex-start; color: #fff; }
.brand-band.right .bb-content { margin-left: auto; text-align: right; align-items: flex-end; }
.bb-index { font-family: var(--serif); font-size: .9rem; color: var(--pink-soft); margin-bottom: 1rem; letter-spacing: .1em; }
.bb-logo { height: clamp(46px, 5.5vw, 66px); margin-bottom: 1.5rem; }
.bb-logo img { height: 100%; width: auto; max-width: 240px; object-fit: contain; filter: brightness(0) invert(1) drop-shadow(0 6px 20px rgba(0,0,0,.4)); }
.bb-cat { font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--pink-soft); margin-bottom: .7rem; display: inline-flex; align-items: center; gap: .6rem; }
.brand-band.right .bb-cat { flex-direction: row-reverse; }
.bb-cat::before { content: ""; width: 26px; height: 1px; background: var(--pink); }
.bb-title { font-family: var(--serif); font-size: clamp(2.2rem, 4.5vw, 3.8rem); font-weight: 360; line-height: 1; }
.bb-tag { color: rgba(255,255,255,.82); margin-top: 1rem; font-size: 1.05rem; max-width: 38ch; }
.bb-btn { margin-top: 1.8rem; display: inline-flex; align-items: center; gap: .7rem; padding: .95rem 1.8rem; border-radius: 100px; border: 1px solid rgba(255,255,255,.55); color: #fff; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; overflow: hidden; position: relative; isolation: isolate; transition: color .5s var(--ease); }
.bb-btn::before { content: ""; position: absolute; inset: 0; background: var(--pink); border-radius: 100px; transform: translateY(101%); transition: transform .5s var(--ease); z-index: -1; }
.brand-band:hover .bb-btn { color: #fff; }
.brand-band:hover .bb-btn::before { transform: translateY(0); }
.bb-count { position: absolute; z-index: 2; bottom: 2rem; font-family: var(--serif); font-size: clamp(4rem, 12vw, 11rem); line-height: .8; color: rgba(255,255,255,.08); font-weight: 350; right: var(--pad); pointer-events: none; }
.brand-band.right .bb-count { right: auto; left: var(--pad); }
@media (max-width: 760px){
  .brand-band::after, .brand-band.right::after { background: linear-gradient(to top, rgba(13,20,38,.9), rgba(13,20,38,.35)); }
  .brand-band .bb-content, .brand-band.right .bb-content { text-align: left; align-items: flex-start; margin: 0; max-width: 100%; }
  .bb-count { display: none; }
}

/* =================================================================
   ANNONCES / note occasion
   ================================================================= */
.boat-note { position: absolute; bottom: 1rem; left: 1rem; z-index: 2; background: var(--gold); color: var(--ink); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; padding: .4rem .8rem; border-radius: 100px; font-weight: 700; }

/* légende sous image (devanture) */
.fig-cap { display: flex; align-items: center; gap: .6rem; margin-top: 1rem; font-size: .8rem; letter-spacing: .04em; color: var(--ink-soft); }
.fig-cap .nico-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pink); flex: none; box-shadow: 0 0 0 4px rgba(230,0,126,.15); }

/* =================================================================
   SERVICES (rangées alternées)
   ================================================================= */
.service { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,6vw,6rem); align-items: center; }
.service + .service { margin-top: clamp(4rem, 9vh, 8rem); }
.service:nth-child(even) .service-media { order: 2; }
@media (max-width: 880px){ .service { grid-template-columns: 1fr; } .service:nth-child(even) .service-media { order: 0; } }
.service-num { font-family: var(--serif); font-size: 1rem; color: var(--pink); letter-spacing: .15em; }
.service-media { position: relative; overflow: hidden; border-radius: 4px; aspect-ratio: 4/3; }
.service-media img { width: 100%; height: 100%; object-fit: cover; will-change: transform; }

/* =================================================================
   PARTENAIRES
   ================================================================= */
.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
@media (max-width: 900px){ .partner-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 600px){ .partner-grid { grid-template-columns: 1fr; } }
.partner-card { background: var(--paper); padding: clamp(1.8rem,3vw,2.6rem); display: flex; flex-direction: column; transition: background .4s; }
.partner-card:hover { background: var(--paper-pure); }
.partner-logo { height: 64px; display: flex; align-items: center; margin-bottom: 1.4rem; }
.partner-logo img { max-height: 100%; max-width: 170px; width: auto; object-fit: contain; }
.partner-logo .ph { font-family: var(--serif); font-size: 1.6rem; color: var(--ink); }
.partner-card h3 { font-size: 1.25rem; font-weight: 400; margin-bottom: .6rem; }
.partner-card p { color: var(--ink-soft); font-size: .94rem; line-height: 1.5; }
.partner-card .pc-link { margin-top: auto; padding-top: 1.2rem; }

/* =================================================================
   ABYA / engagements
   ================================================================= */
.abya-head { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.abya-head img { height: 90px; width: auto; }
.engagements { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
@media (max-width: 900px){ .engagements { grid-template-columns: 1fr; } }
.engagement { background: var(--paper); padding: 1.6rem; display: flex; gap: 1rem; align-items: flex-start; }
.engagement .n { flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--pink); color: #fff; display: flex; align-items: center; justify-content: center; font-size: .85rem; }
.engagement p { font-size: .96rem; line-height: 1.45; }
.values-row { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(1.5rem,4vw,3rem); }
@media (max-width: 760px){ .values-row { grid-template-columns: 1fr; } }
.value-card h3 { font-family: var(--serif); font-size: 1.5rem; color: var(--pink); margin-bottom: .6rem; }
.value-card p { color: var(--ink-soft); }
