/* ═══════════════════════════════════════════════════════
   LES GOURMANDISES DE MARINE — Styles Plugin v1.0
═══════════════════════════════════════════════════════ */

:root {
  --gm-cream: #FAF6F0;
  --gm-warm: #F5EDE0;
  --gm-terra: #C8694A;
  --gm-terra-light: #E8886A;
  --gm-green: #4A7C5A;
  --gm-charcoal: #2C2C2C;
  --gm-text: #3D3330;
  --gm-muted: #8A7F7A;
}

/* ── RESET WRAPPER ── */
.gm-wrap * { box-sizing: border-box; }
.gm-wrap { font-family: 'DM Sans', sans-serif; color: var(--gm-text); }

/* ── BUTTONS ── */
.gm-btn {
  display: inline-block; padding: 13px 30px; border-radius: 50px;
  font-weight: 500; font-size: 0.9rem; cursor: pointer;
  text-decoration: none; transition: all 0.25s; border: none;
}
.gm-btn-primary { background: var(--gm-terra); color: #fff; }
.gm-btn-primary:hover { background: var(--gm-terra-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(200,105,74,0.3); color: #fff; }
.gm-btn-outline { background: transparent; color: var(--gm-terra); border: 2px solid var(--gm-terra); }
.gm-btn-outline:hover { background: var(--gm-terra); color: #fff; transform: translateY(-2px); }
.gm-btn-white { background: #fff; color: var(--gm-green) !important; }
.gm-btn-white:hover { background: var(--gm-warm); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.gm-btn-outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.5); }
.gm-btn-outline-white:hover { background: rgba(255,255,255,0.15); color: #fff; }
.gm-btns { display: flex; gap: 16px; flex-wrap: wrap; }

/* ── PAGE HEADER ── */
.gm-page-header { background: linear-gradient(135deg, var(--gm-charcoal), #3d3330); color: #fff; padding: 70px 60px 55px; }
.gm-page-header .gm-tag { color: var(--gm-terra-light); }
.gm-page-header h1 { font-family: 'Playfair Display', serif; font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 900; color: #fff; margin: 10px 0 14px; line-height: 1.15; }
.gm-page-header p { color: rgba(255,255,255,0.65); font-size: 1rem; line-height: 1.7; max-width: 560px; }

/* ── TAGS & TITLES ── */
.gm-tag { font-size: 0.72rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gm-terra); font-weight: 500; margin-bottom: 10px; display: block; }
.gm-title { font-family: 'Playfair Display', serif; font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; color: var(--gm-charcoal); line-height: 1.2; margin-bottom: 14px; }
.gm-sub { font-size: 0.97rem; color: var(--gm-muted); line-height: 1.75; max-width: 560px; }

/* ── HERO ── */
.gm-hero { background: linear-gradient(135deg, var(--gm-cream) 60%, var(--gm-warm) 100%); padding: 80px 60px 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; overflow: hidden; min-height: 80vh; }
.gm-hero::before { content: ''; position: absolute; top: -100px; right: -100px; width: 450px; height: 450px; background: radial-gradient(circle, rgba(200,105,74,0.07) 0%, transparent 70%); border-radius: 50%; }
.gm-hero-tag { display: inline-block; background: rgba(200,105,74,0.12); color: var(--gm-terra); font-size: 0.75rem; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; padding: 6px 16px; border-radius: 50px; margin-bottom: 20px; }
.gm-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 900; line-height: 1.1; color: var(--gm-charcoal); margin-bottom: 22px; }
.gm-hero h1 em { color: var(--gm-terra); font-style: normal; }
.gm-hero > div > p { font-size: 1rem; color: var(--gm-muted); line-height: 1.75; max-width: 460px; margin-bottom: 36px; }
.gm-hero-visual { display: flex; flex-direction: column; gap: 18px; align-items: center; }
.gm-hero-card { border-radius: 22px; width: 100%; max-width: 360px; overflow: hidden; position: relative; }
.gm-hero-card img { width: 100%; height: 250px; object-fit: cover; display: block; }
.gm-hero-card .gm-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(44,44,44,0.85)); padding: 26px 22px 20px; color: #fff; }
.gm-hero-card .gm-overlay h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; margin-bottom: 4px; }
.gm-hero-card .gm-overlay p { font-size: 0.78rem; opacity: 0.85; line-height: 1.5; }
.gm-hero-stats { display: flex; gap: 14px; width: 100%; max-width: 360px; }
.gm-stat { flex: 1; background: #fff; border-radius: 14px; padding: 16px 12px; text-align: center; box-shadow: 0 4px 18px rgba(0,0,0,0.06); }
.gm-stat .num { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 900; color: var(--gm-terra); }
.gm-stat .lbl { font-size: 0.7rem; color: var(--gm-muted); margin-top: 3px; }

/* ── ABOUT SPLIT ── */
.gm-split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 80px 60px; background: var(--gm-warm); }
.gm-split-img { border-radius: 28px; overflow: hidden; }
.gm-split-img img { width: 100%; height: 400px; object-fit: cover; display: block; }
.gm-split-content .gm-sub + .gm-sub { margin-top: 12px; }
.gm-split-content .gm-btn { margin-top: 26px; }

/* ── OBJECTIVES / CARDS ── */
.gm-objectifs { padding: 80px 60px; background: var(--gm-cream); }
.gm-objectifs-alt { background: var(--gm-warm); }
.gm-objectifs-header { text-align: center; margin-bottom: 52px; }
.gm-objectifs-header .gm-sub { margin: 0 auto; }
.gm-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.gm-card { background: #fff; border-radius: 22px; padding: 34px 28px; box-shadow: 0 4px 28px rgba(0,0,0,0.05); transition: transform 0.25s, box-shadow 0.25s; border-top: 4px solid transparent; }
.gm-card:hover { transform: translateY(-5px); box-shadow: 0 12px 38px rgba(0,0,0,0.1); }
.gm-card:nth-child(1) { border-top-color: var(--gm-terra); }
.gm-card:nth-child(2) { border-top-color: var(--gm-green); }
.gm-card:nth-child(3) { border-top-color: #C8A44A; }
.gm-card:nth-child(4) { border-top-color: #7A5CC8; }
.gm-card-icon { font-size: 1.9rem; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; background: var(--gm-warm); border-radius: 13px; margin-bottom: 16px; }
.gm-card h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; color: var(--gm-charcoal); margin-bottom: 9px; }
.gm-card p { font-size: 0.87rem; color: var(--gm-muted); line-height: 1.7; }

/* ── ACTIONS DARK ── */
.gm-actions-dark { background: var(--gm-charcoal); padding: 80px 60px; color: #fff; }
.gm-actions-dark .gm-tag { color: var(--gm-terra-light); }
.gm-actions-dark .gm-title { color: #fff; }
.gm-actions-dark .gm-sub { color: rgba(255,255,255,0.6); }
.gm-actions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 44px; }
.gm-action-item { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 18px; padding: 30px 26px; transition: background 0.25s; }
.gm-action-item:hover { background: rgba(255,255,255,0.09); }
.gm-action-item .ico { font-size: 1.9rem; margin-bottom: 12px; display: block; }
.gm-action-item h3 { font-family: 'Playfair Display', serif; font-size: 1.05rem; margin-bottom: 8px; }
.gm-action-item p { font-size: 0.85rem; color: rgba(255,255,255,0.58); line-height: 1.7; }

/* ── RESTAURANT BAND ── */
.gm-resto-band { background: var(--gm-green); color: #fff; text-align: center; padding: 80px 60px; }
.gm-resto-band .gm-tag { color: rgba(255,255,255,0.7); }
.gm-resto-band .gm-title { color: #fff; margin: 0 auto 14px; max-width: 560px; }
.gm-resto-band .gm-sub { color: rgba(255,255,255,0.72); margin: 0 auto 36px; }
.gm-resto-band .gm-btns { justify-content: center; }

/* ── MISSION ── */
.gm-mission-split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 80px 60px; background: var(--gm-warm); }
.gm-mission-img { border-radius: 28px; overflow: hidden; }
.gm-mission-img img { width: 100%; height: 400px; object-fit: cover; display: block; }
.gm-mission-split blockquote { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-style: italic; color: var(--gm-terra); border-left: 4px solid var(--gm-terra); padding-left: 20px; margin: 22px 0; line-height: 1.6; }

/* ── REJOINDRE ── */
.gm-rejoindre { background: var(--gm-cream); text-align: center; padding: 80px 60px; }
.gm-rejoindre .gm-title { margin: 0 auto 12px; max-width: 580px; }
.gm-rejoindre .gm-sub { margin: 0 auto 40px; }
.gm-rejoindre .gm-btns { justify-content: center; margin-bottom: 52px; }
.gm-info-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.gm-info-card { background: #fff; border-radius: 18px; padding: 28px 20px; box-shadow: 0 4px 18px rgba(0,0,0,0.06); }
.gm-info-card h4 { font-family: 'Playfair Display', serif; font-size: 0.92rem; color: var(--gm-charcoal); margin-bottom: 9px; }
.gm-info-card p, .gm-info-card a { font-size: 0.83rem; color: var(--gm-muted); line-height: 1.6; text-decoration: none; display: block; }
.gm-info-card a:hover { color: var(--gm-terra); }

/* ── GALERIE ── */
.gm-galerie { padding: 80px 60px; background: var(--gm-cream); }
.gm-galerie-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.gm-galerie-item { border-radius: 18px; overflow: hidden; aspect-ratio: 4/3; }
.gm-galerie-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
.gm-galerie-item:hover img { transform: scale(1.05); }
.gm-galerie-empty { background: var(--gm-warm); border-radius: 18px; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px; color: var(--gm-muted); font-size: 0.82rem; }
.gm-galerie-empty span { font-size: 2.2rem; }
.gm-galerie-cta { text-align: center; margin-top: 44px; }
.gm-galerie-cta p { color: var(--gm-muted); font-size: 0.88rem; margin-bottom: 16px; }

/* ── CONTACT ── */
.gm-contact { padding: 80px 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.gm-form { display: flex; flex-direction: column; gap: 16px; }
.gm-form-group { display: flex; flex-direction: column; gap: 5px; }
.gm-form-group label { font-size: 0.8rem; font-weight: 500; color: var(--gm-charcoal); text-transform: uppercase; letter-spacing: 0.5px; }
.gm-form-group input,
.gm-form-group textarea,
.gm-form-group select { padding: 11px 15px; border: 2px solid rgba(200,105,74,0.2); border-radius: 11px; font-family: 'DM Sans', sans-serif; font-size: 0.9rem; color: var(--gm-text); background: #fff; outline: none; transition: border-color 0.2s; width: 100%; }
.gm-form-group input:focus,
.gm-form-group textarea:focus,
.gm-form-group select:focus { border-color: var(--gm-terra); }
.gm-form-group textarea { min-height: 115px; resize: vertical; }
.gm-form-msg { padding: 12px 16px; border-radius: 10px; font-size: 0.88rem; margin-top: 6px; display: none; }
.gm-form-msg.success { background: #d4edda; color: #155724; }
.gm-form-msg.error { background: #f8d7da; color: #721c24; }
.gm-contact-info { display: flex; flex-direction: column; gap: 24px; }
.gm-contact-block h3 { font-family: 'Playfair Display', serif; font-size: 1.05rem; color: var(--gm-charcoal); margin-bottom: 6px; }
.gm-contact-block p, .gm-contact-block a { font-size: 0.88rem; color: var(--gm-muted); line-height: 1.6; text-decoration: none; display: block; }
.gm-contact-block a:hover { color: var(--gm-terra); }
.gm-map-ph { background: var(--gm-warm); border-radius: 18px; padding: 36px; text-align: center; color: var(--gm-muted); font-size: 0.87rem; margin-top: 16px; }
.gm-map-ph span { font-size: 2.8rem; display: block; margin-bottom: 10px; }

/* ── POLITIQUE ── */
.gm-politique { padding: 70px 60px; max-width: 820px; }
.gm-politique h2 { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--gm-charcoal); margin: 32px 0 10px; }
.gm-politique p, .gm-politique li { font-size: 0.92rem; color: var(--gm-muted); line-height: 1.8; margin-bottom: 8px; }
.gm-politique ul { padding-left: 18px; }
.gm-politique a { color: var(--gm-terra); }
.gm-politique .gm-highlight { background: var(--gm-warm); border-left: 4px solid var(--gm-terra); padding: 14px 18px; border-radius: 0 11px 11px 0; margin: 18px 0; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .gm-hero, .gm-split, .gm-mission-split, .gm-contact { grid-template-columns: 1fr; gap: 36px; padding: 50px 24px; }
  .gm-hero-visual, .gm-hero-stats { display: none; }
  .gm-page-header, .gm-objectifs, .gm-actions-dark, .gm-resto-band, .gm-rejoindre, .gm-galerie, .gm-politique { padding-left: 24px; padding-right: 24px; }
  .gm-actions-grid { grid-template-columns: 1fr; }
  .gm-galerie-grid { grid-template-columns: repeat(2, 1fr); }
  .gm-info-cards { grid-template-columns: 1fr; }
}
