.elementor-5367 .elementor-element.elementor-element-1c490f6{--display:flex;}/* Start custom CSS */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --cream: #F7F3EE; --warm-white: #FDFAF7; --charcoal: #2A2722;
  --accent: #B8956A; --accent-light: #D4AD85; --dark: #1A1714;
  --warm-gray: #8a8278; --text: #3d3530;
}
html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; font-weight: 300; background: var(--warm-white); color: var(--charcoal); overflow-x: hidden; }

/* ─── NAV ─── */
#main-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 28px 60px; background: rgba(253,250,247,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(184,149,106,0.12); transition: padding 0.4s; }
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 20px; letter-spacing: 0.12em; color: var(--charcoal); text-decoration: none; }
.nav-links { display: flex; gap: 44px; list-style: none; }
.nav-links a { font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--warm-gray); text-decoration: none; transition: color 0.3s; }
.nav-links a:hover, .nav-links a.active { color: var(--accent); }

/* ─── HERO ─── */
.ap-hero { height: 100vh; position: relative; display: flex; align-items: flex-end; justify-content: flex-start; overflow: hidden; }
.ap-hero-bg { position: absolute; inset: 0; background: url('https://julien-jeanne.fr/wp-content/uploads/2020/04/Mariage_Cote_Azur_Julien_Jeanne_0034.jpg') center 30%/cover no-repeat; filter: grayscale(30%); }
.ap-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,23,20,0.82) 0%, rgba(26,23,20,0.3) 50%, transparent 100%); }
.ap-hero-content { position: relative; z-index: 2; padding: 0 80px 80px; }
.ap-hero-eyebrow { font-size: 9px; letter-spacing: 0.35em; text-transform: uppercase; color: var(--accent-light); margin-bottom: 18px; }
.ap-hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(52px, 7vw, 90px); font-weight: 300; color: white; line-height: 1.05; letter-spacing: 0.03em; }
.ap-hero-title em { color: var(--accent-light); font-style: italic; display: block; }
.ap-hero-sub { margin-top: 20px; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.45); }

/* ─── BIO ─── */
.ap-bio { display: grid; grid-template-columns: 1fr 1fr; min-height: 90vh; }
.ap-bio-image { position: relative; overflow: hidden; }
.ap-bio-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: grayscale(20%); }
.ap-bio-text { background: var(--warm-white); display: flex; flex-direction: column; justify-content: center; padding: 100px 80px; }
.section-eyebrow { font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.ap-bio-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 4vw, 52px); font-weight: 300; color: var(--charcoal); line-height: 1.15; margin-bottom: 36px; }
.ap-bio-title em { color: var(--accent); font-style: italic; }
.ap-bio-body { font-size: 15px; line-height: 1.9; color: #6b635b; max-width: 520px; }
.ap-bio-body p + p { margin-top: 20px; }
.ap-bio-sig { margin-top: 48px; font-family: 'Cormorant Garamond', serif; font-size: 28px; font-style: italic; font-weight: 300; color: var(--accent); }

/* ─── PHILOSOPHIE ─── */
.ap-philo { background: var(--dark); padding: 120px 80px; }
.ap-philo-header { text-align: center; margin-bottom: 80px; }
.ap-philo-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 4vw, 52px); font-weight: 300; color: white; line-height: 1.2; }
.ap-philo-title em { color: var(--accent-light); font-style: italic; }
.ap-philo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.ap-philo-card { background: rgba(255,255,255,0.04); padding: 56px 48px; border-top: 1px solid rgba(184,149,106,0.2); transition: background 0.4s; }
.ap-philo-card:hover { background: rgba(255,255,255,0.07); }
.ap-philo-num { font-family: 'Cormorant Garamond', serif; font-size: 60px; font-weight: 300; color: rgba(184,149,106,0.12); line-height: 1; margin-bottom: 24px; }
.ap-philo-name { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 300; color: white; margin-bottom: 18px; letter-spacing: 0.04em; }
.ap-philo-name em { color: var(--accent-light); font-style: italic; }
.ap-philo-desc { font-size: 13px; line-height: 1.85; color: rgba(255,255,255,0.48); }

/* ─── STATS ─── */
.ap-stats { background: var(--cream); padding: 80px; display: flex; justify-content: center; gap: 0; }
.ap-stat { flex: 1; max-width: 260px; text-align: center; padding: 40px; border-right: 1px solid rgba(184,149,106,0.2); }
.ap-stat:last-child { border-right: none; }
.ap-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 64px; font-weight: 300; color: var(--charcoal); line-height: 1; }
.ap-stat-num sup { font-size: 28px; color: var(--accent); vertical-align: super; }
.ap-stat-label { margin-top: 10px; font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--warm-gray); }

/* ─── TERRAIN ─── */
.ap-terrain { display: grid; grid-template-columns: 1fr 1fr; min-height: 70vh; }
.ap-terrain-images { display: grid; grid-template-columns: 1fr 1fr; }
.ap-terrain-images img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1/1; }
.ap-terrain-text { background: var(--charcoal); display: flex; flex-direction: column; justify-content: center; padding: 80px 72px; }
.ap-terrain-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 3.5vw, 46px); font-weight: 300; color: white; line-height: 1.2; margin-bottom: 28px; }
.ap-terrain-title em { color: var(--accent-light); font-style: italic; }
.ap-terrain-body { font-size: 14px; line-height: 1.9; color: rgba(255,255,255,0.55); }
.ap-terrain-list { margin-top: 36px; display: flex; flex-direction: column; gap: 14px; }
.ap-terrain-item { display: flex; align-items: center; gap: 14px; font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.ap-terrain-item::before { content: ''; width: 20px; height: 1px; background: var(--accent); flex-shrink: 0; }

/* ─── CTA ─── */
.ap-cta { background: var(--dark); padding: 120px 80px; text-align: center; }
.ap-cta-eyebrow { font-size: 9px; letter-spacing: 0.35em; text-transform: uppercase; color: var(--accent); margin-bottom: 24px; }
.ap-cta-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(38px, 5vw, 66px); font-weight: 300; color: white; line-height: 1.15; margin-bottom: 48px; }
.ap-cta-title em { color: var(--accent-light); font-style: italic; }
.ap-cta-btn { display: inline-block; padding: 18px 56px; border: 1px solid var(--accent); font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--accent); text-decoration: none; transition: all 0.4s; }
.ap-cta-btn:hover { background: var(--accent); color: var(--dark); }

/* ─── FOOTER ─── */
.ap-footer { background: var(--dark); border-top: 1px solid rgba(184,149,106,0.1); padding: 48px 80px; display: flex; align-items: center; justify-content: space-between; }
.ap-footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 18px; letter-spacing: 0.1em; color: rgba(255,255,255,0.7); }
.ap-footer-links { display: flex; gap: 32px; }
.ap-footer-links a { font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.3); text-decoration: none; transition: color 0.3s; }
.ap-footer-links a:hover { color: var(--accent); }
.ap-footer-copy { font-size: 9px; color: rgba(255,255,255,0.2); letter-spacing: 0.1em; }

@media (max-width: 900px) {
  #main-nav { padding: 20px 24px; }
  .ap-hero-content { padding: 0 28px 60px; }
  .ap-bio { grid-template-columns: 1fr; }
  .ap-bio-image { height: 60vw; }
  .ap-bio-text { padding: 60px 28px; }
  .ap-philo { padding: 80px 28px; }
  .ap-philo-grid { grid-template-columns: 1fr; gap: 2px; }
  .ap-stats { flex-direction: column; align-items: center; padding: 60px 28px; }
  .ap-stat { border-right: none; border-bottom: 1px solid rgba(184,149,106,0.2); padding: 32px; max-width: 100%; }
  .ap-terrain { grid-template-columns: 1fr; }
  .ap-terrain-text { padding: 60px 28px; }
  .ap-cta { padding: 80px 28px; }
  .ap-footer { flex-direction: column; gap: 20px; text-align: center; padding: 40px 24px; }
}/* End custom CSS */