
:root {
  --brand: #0A9AB3;
  --brand-dark: #087B90;
  --accent: #FFF0D2;
  --ink: #1F1F1F;
  --muted: #6E6E6E;
  --soft: #FFF8E8;
  --line: #E8DDC8;
  --white: #FFFFFF;
  --radius: 20px;
  --shadow: 0 18px 50px rgba(10, 154, 179, .12);
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'DM Sans', sans-serif; color: var(--ink); background: #FFFDF7; line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; background: #fff; padding: 10px 14px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.component-error { background: #fff3cd; color: #664d03; padding: 12px; text-align: center; margin: 0; }

.promo-bar { background: var(--ink); color: #fff; font-size: .9rem; }
.promo-bar__inner { min-height: 38px; display: flex; justify-content: center; gap: 14px; align-items: center; }
.promo-bar strong { color: var(--accent); }

.site-header { background: #fff; border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.header-main { min-height: 120px; display: grid; grid-template-columns: 260px minmax(280px, 1fr) auto; gap: 34px; align-items: center; }
.brand { display: inline-flex; width: max-content; flex-direction: column; line-height: .88; }
.brand__main, .brand__accent { font-family: 'Oswald', sans-serif; font-weight: 700; letter-spacing: .06em; font-size: 2rem; }
.brand__accent { color: var(--brand); }
.brand small { font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; margin-top: 8px; color: var(--muted); }
.search { height: 52px; border: 1px solid var(--line); border-radius: 999px; padding: 0 20px; display: flex; gap: 10px; align-items: center; background: #fafafa; }
.search input { border: 0; outline: 0; background: transparent; width: 100%; }
.header-actions { display: flex; gap: 10px; }
.header-action { min-height: 48px; padding: 0 18px; border: 1px solid var(--ink); border-radius: 999px; display: inline-flex; gap: 8px; align-items: center; white-space: nowrap; }
.header-action--cart { background: var(--ink); color: #fff; }
.icon-button { border: 0; background: transparent; font-size: 1.6rem; cursor: pointer; }
.mobile-menu-button { display: none; }
.desktop-nav { border-top: 1px solid var(--line); }
.desktop-nav__inner { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .94rem; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--brand); transition: .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.nav-highlight { color: var(--brand); }
.mobile-nav { padding: 14px 20px 24px; border-top: 1px solid var(--line); background: #fff; }
.mobile-nav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 600; }

.hero { margin-top: 28px; min-height: 560px; border-radius: 28px; overflow: hidden; background: linear-gradient(135deg, #FFF8E8 0%, #E7F7FA 100%); display: grid; grid-template-columns: 1fr 1.1fr; align-items: stretch; }
.hero__content { padding: clamp(46px, 7vw, 88px); align-self: center; }
.eyebrow { margin: 0 0 10px; color: var(--brand); font-weight: 700; text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; }
.eyebrow--light { color: #ffd7e7; }
h1, h2, h3 { margin-top: 0; line-height: 1.1; }
h1, h2 { font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: .01em; }
h1 { font-size: clamp(2.8rem, 5.2vw, 5.6rem); margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 3.4vw, 3.3rem); margin-bottom: 16px; }
.hero__content > p:not(.eyebrow) { color: var(--muted); font-size: 1.1rem; max-width: 570px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0; }
.button { min-height: 50px; padding: 0 22px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; font-weight: 700; cursor: pointer; }
.button--primary { background: var(--brand); color: #fff; }
.button--ghost { border-color: var(--ink); }
.button--dark { background: var(--ink); color: #fff; }
.button--light { background: #fff; color: var(--brand-dark); }
.hero__benefits { padding: 0; margin: 0; display: grid; gap: 7px; list-style: none; font-size: .9rem; }
.hero__benefits li::before { content: '✓'; color: var(--brand); font-weight: 800; margin-right: 8px; }
.hero__visual { min-height: 560px; }
.hero__visual img { width: 100%; height: 100%; object-fit: cover; }

.section { padding-block: 88px; }
.section--soft { background: var(--soft); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.section-heading h2 { margin-bottom: 0; }
.text-link { font-weight: 700; color: var(--brand); white-space: nowrap; }
.collections-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.collection-card { position: relative; min-height: 310px; overflow: hidden; border-radius: var(--radius); background: #ddd; box-shadow: var(--shadow); }
.collection-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.collection-card:hover img { transform: scale(1.04); }
.collection-card__overlay { position: absolute; inset: auto 0 0; padding: 70px 24px 24px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.78)); }
.collection-card__overlay strong { display: block; font-family: 'Oswald'; text-transform: uppercase; font-size: 1.7rem; }
.collection-card__overlay small { opacity: .9; }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card { background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card__image { display: block; position: relative; aspect-ratio: 4 / 5; background: #eee; overflow: hidden; }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; }
.product-card__badge { position: absolute; top: 14px; left: 14px; padding: 6px 10px; border-radius: 999px; background: var(--brand); color: #fff; font-size: .74rem; font-weight: 700; }
.product-card__content { padding: 18px; }
.product-card__content p { margin: 0 0 6px; color: var(--muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.product-card__content h3 { margin-bottom: 18px; font-size: 1.05rem; }
.product-card__bottom { display: flex; align-items: center; justify-content: space-between; }
.product-card__bottom strong { font-size: 1.18rem; }
.add-button { border: 1px solid var(--ink); background: #fff; border-radius: 999px; padding: 8px 14px; cursor: pointer; font-weight: 700; }

.story-card { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--brand-dark); color: #fff; border-radius: 28px; overflow: hidden; }
.story-card__image img { width: 100%; height: 100%; object-fit: cover; }
.story-card__content { padding: clamp(36px, 6vw, 78px); align-self: center; }
.story-card__content p:not(.eyebrow) { color: rgba(255,255,255,.78); }

.trust { margin-bottom: 88px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.trust article { background: #fff; padding: 28px 24px; text-align: center; }
.trust span { font-size: 1.6rem; }
.trust h3 { margin: 12px 0 8px; }
.trust p { margin: 0; color: var(--muted); font-size: .9rem; }
.newsletter { padding-block: 64px; background: var(--brand); color: #fff; }
.newsletter__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.newsletter h2 { margin-bottom: 0; font-size: clamp(1.8rem, 3vw, 3rem); }
.newsletter__form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.newsletter input { min-height: 54px; border: 0; border-radius: 999px; padding: 0 20px; outline: 0; }

.site-footer { background: #121214; color: #fff; padding-top: 70px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 60px; padding-bottom: 48px; }
.brand--footer { margin-bottom: 22px; }
.footer-grid h3 { font-size: 1rem; margin-bottom: 16px; }
.footer-grid a { display: block; color: rgba(255,255,255,.7); margin: 9px 0; }
.footer-grid p { color: rgba(255,255,255,.7); max-width: 330px; }
.footer-small { font-size: .9rem; }
.footer-bottom { min-height: 74px; border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.6); font-size: .85rem; }

@media (max-width: 1000px) {
  .header-main { grid-template-columns: auto 1fr auto; min-height: 92px; gap: 18px; }
  .mobile-menu-button { display: block; }
  .search { grid-column: 1 / -1; order: 4; margin-bottom: 18px; }
  .desktop-nav { display: none; }
  .header-action__label { display: none; }
  .header-action { width: 46px; height: 46px; min-height: 46px; padding: 0; justify-content: center; }
  .hero { grid-template-columns: 1fr; }
  .hero__visual { min-height: 380px; order: -1; }
  .collections-grid { grid-template-columns: repeat(2, 1fr); }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .story-card { grid-template-columns: 1fr; }
  .story-card__image { max-height: 420px; }
  .trust { grid-template-columns: repeat(2, 1fr); }
  .newsletter__inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 24px, var(--container)); }
  .promo-bar__inner { font-size: .77rem; gap: 7px; }
  .header-main { grid-template-columns: auto 1fr auto; }
  .brand__main, .brand__accent { font-size: 1.4rem; }
  .brand small { display: none; }
  .header-actions { gap: 4px; }
  .header-action:first-child { display: none; }
  .hero { margin-top: 12px; border-radius: 18px; }
  .hero__visual { min-height: 260px; }
  .hero__content { padding: 34px 24px; }
  h1 { font-size: 2.55rem; }
  .hero__actions { display: grid; }
  .section { padding-block: 60px; }
  .section-heading { align-items: start; flex-direction: column; gap: 10px; }
  .collections-grid, .products-grid, .trust, .footer-grid { grid-template-columns: 1fr; }
  .collection-card { min-height: 260px; }
  .newsletter__form { grid-template-columns: 1fr; }
  .newsletter__form .button { width: 100%; }
  .footer-bottom { padding-block: 20px; gap: 8px; align-items: flex-start; flex-direction: column; }
}


/* Pages boutique */
.page-shell { min-height: 60vh; }
.page-hero { padding: clamp(70px,9vw,130px) 0; background: linear-gradient(135deg,#087B90 0%,#0A9AB3 58%,#67C8D8 100%); color:#fff; }
.page-hero--compact { padding: 62px 0; }
.page-hero h1 { max-width: 900px; margin-bottom: 18px; font-size: clamp(3rem,7vw,6.5rem); }
.page-hero p:not(.eyebrow) { color: rgba(255,255,255,.72); max-width: 720px; font-size:1.08rem; }
.split-hero { display:grid; grid-template-columns:1.05fr .95fr; gap:70px; align-items:center; }
.catalog-layout { display:grid; grid-template-columns:260px 1fr; gap:42px; align-items:start; }
.filters-panel { position:sticky; top:20px; border:1px solid var(--line); border-radius:20px; padding:24px; background:#fff; }
.filters-panel__head,.catalog-toolbar,.summary-line { display:flex; justify-content:space-between; gap:20px; align-items:center; }
.field-label { display:block; font-size:.84rem; font-weight:700; margin:24px 0 8px; }
.field { width:100%; min-height:48px; border:1px solid var(--line); border-radius:12px; padding:10px 14px; font:inherit; background:#fff; }
.field--small { width:auto; min-width:190px; }
.filter-group { border:0; padding:0; margin:28px 0 0; }
.filter-group legend { font-weight:700; margin-bottom:12px; }
.filter-list { display:grid; gap:10px; }
.filter-list label { cursor:pointer; color:var(--muted); }
.catalog-toolbar { margin-bottom:24px; }
.text-button { border:0; background:none; padding:0; text-decoration:underline; cursor:pointer; font:inherit; color:var(--brand); }
.empty-state { padding:70px 25px; text-align:center; border:1px dashed var(--line); border-radius:20px; }
.product-page { display:grid; grid-template-columns:1.05fr .95fr; gap:72px; align-items:start; }
.product-gallery__frame { background:#FFF8E8; border-radius:28px; padding:46px; min-height:620px; display:grid; place-items:center; }
.product-gallery__frame img { max-height:570px; width:100%; object-fit:contain; filter:drop-shadow(0 22px 24px rgba(0,0,0,.18)); }
.product-note { margin-top:18px; color:var(--muted); font-size:.9rem; text-align:center; }
.product-info { padding-top:18px; }
.product-info h1 { font-size:clamp(3rem,6vw,5.7rem); }
.rating-line { color:#e6a400; margin:18px 0; }.rating-line span{color:var(--muted); margin-left:8px;}
.product-price { font-size:2rem; font-weight:800; color:var(--ink); }
.product-description { font-size:1.05rem; color:var(--muted); line-height:1.75; }
.quantity-row { display:flex; align-items:center; justify-content:space-between; margin:30px 0 18px; font-weight:700; }
.quantity-control { display:inline-flex; border:1px solid var(--line); border-radius:999px; overflow:hidden; align-items:center; }
.quantity-control button { width:42px; height:42px; border:0; background:#fff; cursor:pointer; font-size:1.2rem; }
.quantity-control input { width:48px; border:0; text-align:center; font:inherit; }
.button--wide { width:100%; justify-content:center; }
.product-reassurance { margin-top:28px; border-top:1px solid var(--line); }
.product-reassurance article { display:grid; gap:3px; padding:16px 0; border-bottom:1px solid var(--line); }
.product-reassurance span { color:var(--muted); font-size:.9rem; }
.section--soft { background:#FFF8E8; }
.cart-layout { display:grid; grid-template-columns:1fr 370px; gap:48px; align-items:start; }
.cart-items { display:grid; gap:16px; }
.cart-line { display:grid; grid-template-columns:120px 1fr auto auto; gap:22px; align-items:center; border:1px solid var(--line); border-radius:20px; padding:18px; background:#fff; }
.cart-line img { width:120px; height:140px; object-fit:cover; border-radius:12px; background:#eee; }
.cart-line p { color:var(--muted); margin:0; text-transform:uppercase; font-size:.75rem; letter-spacing:.08em; }
.cart-line h2 { font-size:1.2rem; margin:5px 0 12px; }
.cart-summary,.contact-card,.feature-card { background:#fff; color:var(--ink); border-radius:24px; padding:30px; box-shadow:var(--shadow); }
.cart-summary { position:sticky; top:20px; }
.summary-line { padding:18px 0; border-bottom:1px solid var(--line); color:var(--muted); }
.summary-line--total { color:var(--ink); font-size:1.2rem; border-bottom:0; }
.summary-help { color:var(--muted); font-size:.85rem; text-align:center; }
.contact-form { display:grid; gap:16px; }.contact-form label{display:grid;gap:7px;font-weight:700;}.contact-form textarea{resize:vertical;}
.feature-card > span { display:inline-grid; place-items:center; width:38px;height:38px;border-radius:50%;background:var(--brand);color:#fff;font-weight:800;margin-top:14px;}
.feature-card h2 { margin:9px 0 4px; }.feature-card p{color:var(--muted);}
.check-list { list-style:none; padding:0; display:grid; gap:15px; }.check-list li:before{content:'✓';color:var(--brand);font-weight:900;margin-right:10px;}
.legal-copy { max-width:850px; font-size:1.05rem; line-height:1.8; }
@media(max-width:900px){.catalog-layout,.product-page,.cart-layout,.split-hero{grid-template-columns:1fr}.filters-panel,.cart-summary{position:static}.product-gallery__frame{min-height:420px}.cart-line{grid-template-columns:90px 1fr}.cart-line img{width:90px;height:110px}.cart-line .quantity-control,.cart-line>strong{grid-column:2}.page-hero h1{font-size:3.2rem}}
@media(max-width:600px){.catalog-toolbar{align-items:flex-start;flex-direction:column}.field--small{width:100%}.product-gallery__frame{padding:24px;min-height:340px}.cart-line{gap:14px;padding:12px}.page-hero{padding:55px 0}.page-hero h1{font-size:2.7rem}}


/* Identité Passion Plaque */
.brand { display:flex; align-items:center; flex-shrink:0; width:max-content; }
.brand__logo { display:block; width:105px; height:105px; object-fit:contain; }
.brand__logo--footer { width:92px; height:92px; }
@media (max-width:640px) {
  .brand__logo { width:72px; height:72px; }
  .brand__logo--footer { width:82px; height:82px; }
}


/* Pack univers Passion Plaque */
.category-hero { position:relative; overflow:hidden; background:linear-gradient(135deg,var(--soft),#eefbfc); }
.category-hero::after { content:""; position:absolute; width:340px; height:340px; border-radius:50%; right:-90px; top:-160px; background:rgba(10,154,179,.12); }
.category-hero .container { position:relative; z-index:1; }
.category-hero--humour { background:linear-gradient(135deg,#fff8df,#eefbfc); }
.category-hero--animaux { background:linear-gradient(135deg,#f3fbf7,#fff8e8); }
.category-hero--auto-moto { background:linear-gradient(135deg,#edf7f9,#f7f7f7); }
.category-hero--sport { background:linear-gradient(135deg,#e9f9fc,#fff7df); }
.category-hero--musique { background:linear-gradient(135deg,#eef9fb,#f7f0ff); }
.category-hero--boisson { background:linear-gradient(135deg,#fff6dc,#eefbfc); }
@media (max-width:1100px){.desktop-nav__inner{gap:18px;font-size:.88rem;overflow-x:auto;scrollbar-width:none}.desktop-nav__inner::-webkit-scrollbar{display:none}}


/* ===== PASSION PLAQUE - MENU COLLECTIONS ELEGANT ===== */
.desktop-nav__inner{
  display:flex;
  align-items:center;
  gap:28px;
  flex-wrap:nowrap;
  position:relative;
  overflow:visible;
}
.desktop-nav__inner > a,
.desktop-nav__inner > .collections-menu > button{
  white-space:nowrap;
}
.collections-menu{
  position:relative;
  display:flex;
  align-items:center;
}
.collections-menu > button{
  appearance:none;
  border:0;
  background:transparent;
  font:inherit;
  font-weight:700;
  color:inherit;
  cursor:pointer;
  padding:14px 0;
}
.collections-menu > button::after{
  content:"⌄";
  margin-left:6px;
  font-size:.85em;
}
.collections-panel{
  position:absolute;
  top:100%;
  left:50%;
  transform:translateX(-50%) translateY(8px);
  width:min(760px, 88vw);
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  box-shadow:0 18px 45px rgba(0,0,0,.14);
  padding:22px 24px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px 28px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:.16s ease;
  z-index:1000;
}
.collections-menu:hover .collections-panel,
.collections-menu:focus-within .collections-panel{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}
.collections-panel a{
  display:block;
  padding:9px 10px;
  border-radius:9px;
  text-decoration:none;
  color:#1c1c1c;
  font-weight:600;
}
.collections-panel a:hover{
  background:#f4f4f4;
}
@media (max-width: 1100px){
  .desktop-nav__inner{gap:18px;}
}
@media (max-width: 900px){
  .collections-menu{display:none;}
}
