/* Pages éditoriales reprises de la vitrine 160foals.com (about, concierge,
   ambassadors, contact). Même charte que theme_public.css (mêmes variables). */

.mkt { background: var(--bg); color: var(--text); }
.mkt-wrap { max-width: var(--max); margin: 0 auto; padding-inline: var(--gutter); }

/* --- Hero éditorial commun --- */
.mkt-hero { text-align: center; padding: clamp(4rem, 11vw, 9rem) 0 clamp(2.5rem, 6vw, 4rem); }
.mkt-hero__kicker { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold-light); display: inline-flex; align-items: center; gap: 12px; }
.mkt-hero__kicker::before, .mkt-hero__kicker::after { content: ""; width: 28px; height: 1px; background: var(--gold-deep); }
.mkt-hero__title { font-family: var(--serif); font-weight: 300; font-size: clamp(2.4rem, 6vw, 4.5rem); line-height: 1.05; letter-spacing: -0.02em; color: var(--white); margin: 1.4rem auto 0; max-width: 18ch; }
.mkt-hero__title em { font-style: italic; color: var(--gold-light); }
.mkt-hero__lead { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: clamp(1.05rem, 2.2vw, 1.45rem); line-height: 1.5; color: var(--text); margin: 1.5rem auto 0; max-width: 46ch; }

/* --- Ambassadeurs --- */
.amb-list { display: flex; flex-direction: column; gap: clamp(1.5rem, 3vw, 2.5rem); padding-bottom: clamp(3rem, 7vw, 6rem); }
.amb-card { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); overflow: hidden; }
.amb-card--reverse { grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); }
.amb-card--reverse .amb-card__media { order: 2; }
.amb-card__media { position: relative; min-height: 420px; background: #000; }
.amb-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.amb-card__tag { position: absolute; top: 1.1rem; left: 1.1rem; z-index: 2; font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-light); background: rgba(14,11,8,0.72); border: 1px solid var(--gold-deep); border-radius: var(--r-pill); padding: 0.45rem 0.9rem; backdrop-filter: blur(4px); }
.amb-card__body { padding: clamp(1.75rem, 4vw, 3.25rem); display: flex; flex-direction: column; justify-content: center; }
.amb-card__name { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: clamp(2rem, 4.5vw, 3.4rem); line-height: 1.04; letter-spacing: -0.01em; color: var(--white); margin: 0; }
.amb-card__name span { color: var(--gold-light); }
.amb-card__role { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin: 1rem 0 1.4rem; padding-bottom: 1.4rem; border-bottom: 1px solid var(--line); }
.amb-card__bio { font-family: var(--sans); font-size: 0.95rem; font-weight: 300; line-height: 1.7; color: var(--text); margin: 0; max-width: 52ch; }

/* --- Bande « engineered » de clôture --- */
.mkt-engineered { text-align: center; padding: clamp(3.5rem, 9vw, 7rem) 0; border-top: 1px solid var(--line); }
.mkt-engineered__line { font-family: var(--serif); font-weight: 300; font-size: clamp(1.8rem, 5vw, 3.4rem); line-height: 1.12; letter-spacing: -0.015em; color: var(--text-faint); margin: 0 auto; max-width: 20ch; }
.mkt-engineered__line em { font-style: italic; color: var(--gold-light); }
.mkt-engineered__rule { width: 40px; height: 1px; background: var(--gold-deep); margin: 1.8rem auto 0; }

@media (max-width: 820px) {
  .amb-card, .amb-card--reverse { grid-template-columns: 1fr; }
  .amb-card--reverse .amb-card__media { order: 0; }
  .amb-card__media { min-height: 280px; }
}

/* --- Hero avec photo de fond (about) --- */
.mkt-hero--photo { position: relative; overflow: hidden; }
.mkt-hero--photo .mkt-hero__bg { position: absolute; inset: 0; z-index: 0; }
.mkt-hero--photo .mkt-hero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.45; }
.mkt-hero--photo::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(14,11,8,0.5) 0%, rgba(14,11,8,0.78) 60%, var(--bg) 100%); }
.mkt-hero--photo .mkt-wrap { position: relative; z-index: 2; }

/* --- Section fondateur --- */
.mkt-section-kicker { text-align: center; font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold-light); margin: clamp(2rem, 5vw, 3.5rem) 0 0; }
.founder { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; padding: clamp(1.5rem, 4vw, 3rem) 0 clamp(2.5rem, 6vw, 4.5rem); }
.founder__photo { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4 / 5; }
.founder__photo img { width: 100%; height: 100%; object-fit: cover; }
.founder__title { font-family: var(--serif); font-weight: 300; font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.08; letter-spacing: -0.015em; color: var(--white); margin: 0 0 1.6rem; }
.founder__title em { font-style: italic; color: var(--gold-light); }
.founder__body p { font-family: var(--sans); font-weight: 300; font-size: 0.98rem; line-height: 1.7; color: var(--text); margin: 0 0 1rem; max-width: 56ch; }
.founder__body p.is-gold { color: var(--gold-light); font-style: italic; font-family: var(--serif); font-size: 1.15rem; line-height: 1.55; }
.founder__sign { margin-top: 1.4rem; padding-top: 1.4rem; border-top: 1px solid var(--line); font-family: var(--sans); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }

/* --- Grande citation --- */
.mkt-quote { text-align: center; padding: clamp(3rem, 8vw, 6rem) 0; border-top: 1px solid var(--line); }
.mkt-quote__text { font-family: var(--serif); font-weight: 300; font-size: clamp(1.35rem, 3.2vw, 2.3rem); line-height: 1.34; color: var(--text); max-width: min(92%, 820px); margin: 0 auto; }
.mkt-quote__text em { font-style: italic; color: var(--gold-light); }
.mkt-quote__by { margin-top: 1.8rem; font-family: var(--sans); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }

@media (max-width: 820px) { .founder { grid-template-columns: 1fr; } }

/* ===== Concierge ===== */
.cs-intro { text-align: center; max-width: 780px; margin: 0 auto; padding: clamp(1rem, 3vw, 2rem) var(--gutter) clamp(2rem, 5vw, 3.5rem); }
.cs-intro__title { font-family: var(--serif); font-weight: 300; font-size: clamp(1.6rem, 3.6vw, 2.6rem); line-height: 1.15; color: var(--white); margin: 0 0 1.4rem; }
.cs-intro__title em { font-style: italic; color: var(--gold-light); }
.cs-intro p { font-family: var(--sans); font-weight: 300; font-size: 1rem; line-height: 1.7; color: var(--text); margin: 0 auto 0.8rem; max-width: 62ch; }

.cs-stage__age { font-family: var(--sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin: 0 0 0.6rem; }
.cs-stage__title { font-family: var(--serif); font-weight: 300; font-size: clamp(1.4rem, 3vw, 2.1rem); line-height: 1.12; color: var(--white); margin: 0; }
.cs-stage__lead { font-family: var(--serif); font-style: italic; color: var(--gold-light); margin: 0.7rem 0 1.2rem; font-size: 1.05rem; }
.cs-stage__title em { font-style: italic; color: var(--gold-light); }

/* Timeline des étapes : ligne dorée centrale + pastilles OR (chiffre sombre), image
   ~carrée côte-à-côte (alternée), carte et image alignées en haut. Repris de 160foals.com. */
.cs-timeline { position: relative; padding: clamp(1rem, 3vw, 2rem) 0; }
.cs-timeline::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: var(--gold-deep); opacity: 0.6; transform: translateX(-50%); }
.cs-tl-row { display: grid; grid-template-columns: 1fr 84px 1fr; align-items: start; gap: clamp(1rem, 3vw, 2rem); margin-bottom: clamp(1.75rem, 4vw, 3rem); }
.cs-tl-row:last-child { margin-bottom: 0; }
.cs-tl-badge { grid-column: 2; grid-row: 1; justify-self: center; align-self: center; position: relative; z-index: 2; width: 62px; height: 62px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--gold-gradient); box-shadow: 0 0 0 9px var(--bg), 0 0 0 10px rgba(201,169,97,0.25); }
.cs-tl-card, .cs-tl-media { grid-row: 1; }
.cs-tl-badge span { font-family: var(--serif); font-style: italic; font-size: 1.6rem; color: var(--bg); }
.cs-tl-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.5rem, 3vw, 2.4rem); }
.cs-tl-card p:not([class]) { font-family: var(--sans); font-weight: 300; font-size: 0.93rem; line-height: 1.7; color: var(--text); margin: 0 0 0.75rem; }
.cs-tl-card p:not([class]):last-child { margin-bottom: 0; }
.cs-tl-media { margin: 0; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 107 / 100; }
.cs-tl-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cs-tl-row--left  .cs-tl-card  { grid-column: 1; }
.cs-tl-row--left  .cs-tl-media { grid-column: 3; }
.cs-tl-row--right .cs-tl-card  { grid-column: 3; }
.cs-tl-row--right .cs-tl-media { grid-column: 1; }

.cs-pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; margin: clamp(2rem, 5vw, 3.5rem) 0; }
.cs-pillar { background: var(--surface); padding: clamp(1.4rem, 3vw, 2.1rem); }
.cs-pillar__n { font-family: var(--sans); font-size: 11px; letter-spacing: 0.2em; color: var(--gold-deep); }
.cs-pillar__t { font-family: var(--serif); font-weight: 300; font-size: 1.12rem; color: var(--white); margin: 0.6rem 0 0; line-height: 1.2; }

.cs-team { text-align: center; max-width: 740px; margin: 0 auto; padding: clamp(2rem, 5vw, 4rem) var(--gutter); }
.cs-team__title { font-family: var(--serif); font-weight: 300; font-size: clamp(1.6rem, 3.6vw, 2.6rem); color: var(--white); margin: 0 0 1.5rem; line-height: 1.15; }
.cs-team__title em { font-style: italic; color: var(--gold-light); }
.cs-team p { font-family: var(--sans); font-weight: 300; font-size: 1rem; line-height: 1.7; color: var(--text); margin: 0 auto 0.8rem; max-width: 56ch; }

/* Relevé financier */
.cs-statement { max-width: 860px; margin: 0 auto clamp(2rem, 5vw, 3rem); background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--r-lg); overflow: hidden; }
.cs-statement__head { display: flex; justify-content: space-between; align-items: baseline; padding: 1.4rem clamp(1.25rem, 3vw, 2rem); border-bottom: 1px solid var(--line); }
.cs-statement__brand { font-family: var(--serif); font-style: italic; color: var(--white); font-size: 1.1rem; }
.cs-statement__ref { font-family: var(--sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.cs-row { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: 0.95rem clamp(1.25rem, 3vw, 2rem); border-bottom: 1px solid var(--line); align-items: baseline; }
.cs-row__label { font-family: var(--sans); font-size: 0.92rem; color: var(--white); }
.cs-row__detail { display: block; font-size: 0.78rem; color: var(--text-mute); margin-top: 0.2rem; }
.cs-row__amount { font-family: var(--serif); font-size: 1.05rem; color: var(--text); white-space: nowrap; }
.cs-row--credit .cs-row__amount { color: var(--gold-light); }
.cs-row--total { background: rgba(201,169,97,0.06); border-bottom: 0; }
.cs-row--total .cs-row__label { font-family: var(--serif); font-style: italic; font-size: 1.1rem; color: var(--gold-light); }
.cs-row--total .cs-row__amount { font-size: 1.5rem; color: var(--white); }
.cs-statement__note { padding: 1.2rem clamp(1.25rem, 3vw, 2rem); font-family: var(--sans); font-size: 0.82rem; line-height: 1.6; color: var(--text-mute); margin: 0; }

.cs-cta { text-align: center; padding-bottom: clamp(2.5rem, 6vw, 4rem); }
.mkt-btn { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.95rem 1.8rem; font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bg); background: var(--gold-gradient); border-radius: var(--r-pill); transition: all var(--t); }
.mkt-btn:hover { background: var(--gold-light); transform: translateY(-1px); }

@media (max-width: 820px) {
  .cs-timeline::before { display: none; }
  .cs-tl-row { grid-template-columns: 1fr; gap: 0.85rem; margin-bottom: 1.6rem; }
  .cs-tl-badge, .cs-tl-card { grid-column: 1 !important; grid-row: auto !important; }
  .cs-tl-badge { justify-self: center; box-shadow: none; }
  .cs-tl-media { display: none; } /* comme la source : images masquées sur mobile */
  .cs-pillars { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) { .cs-pillars { grid-template-columns: 1fr; } }

/* ===== Contact ===== */
.ct-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(2rem, 5vw, 4rem); padding-bottom: clamp(3rem, 7vw, 5rem); align-items: start; }
.ct-info__item { padding: 1.4rem 0; border-top: 1px solid var(--line); }
.ct-info__item:first-child { border-top: 0; }
.ct-info__label { font-family: var(--sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin: 0 0 0.5rem; }
.ct-info__value { font-family: var(--serif); font-size: 1.2rem; color: var(--white); margin: 0; }
.ct-info__value a { color: var(--white); text-decoration: none; border-bottom: 1px solid var(--gold-deep); }
.ct-info__sub { font-family: var(--sans); font-size: 0.85rem; color: var(--text-mute); margin: 0.35rem 0 0; }
.ct-social { display: flex; gap: 0.6rem; margin-top: 0.9rem; }
.ct-social a { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid var(--line-2); border-radius: 50%; color: var(--gold-light); transition: all var(--t); }
.ct-social a:hover { border-color: var(--gold); background: var(--gold-glow); }

.ct-form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.5rem, 3.5vw, 2.5rem); }
.ct-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.ct-field { margin-bottom: 1.1rem; }
.ct-field label { display: block; font-family: var(--sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
.ct-input, .ct-textarea, .ct-select { width: 100%; background: var(--bg); border: 1px solid var(--line-2); border-radius: var(--r-sm); padding: 0.85rem 1rem; font-family: var(--sans); font-size: 0.95rem; color: var(--white); }
.ct-input:focus, .ct-textarea:focus, .ct-select:focus { outline: none; border-color: var(--gold); }
.ct-textarea { min-height: 150px; resize: vertical; }
.ct-form__error { color: #f1a0a0; font-size: 0.8rem; margin-top: 0.35rem; }
.ct-flash { padding: 1rem 1.2rem; border-radius: var(--r-sm); margin-bottom: 1.3rem; font-family: var(--sans); font-size: 0.9rem; }
.ct-flash--notice { background: rgba(201,169,97,0.1); border: 1px solid var(--gold-deep); color: var(--gold-light); }
.ct-flash--alert { background: rgba(224,72,72,0.1); border: 1px solid var(--red); color: #f1a0a0; }
.ct-form .mkt-btn { width: 100%; justify-content: center; border: 0; cursor: pointer; margin-top: 0.4rem; }

@media (max-width: 820px) { .ct-grid { grid-template-columns: 1fr; } .ct-form__row { grid-template-columns: 1fr; } }
