body.team-page main{}
.hero-team{padding-top:var(--space-20);padding-bottom:var(--space-16);background:radial-gradient(circle at top left,rgba(244,227,190,0.45) 0,transparent 45%),radial-gradient(circle at top right,rgba(166,188,166,0.3) 0,transparent 50%),var(--color-bg)}
.hero-team-inner{display:grid;grid-template-columns:3fr 2fr;column-gap:var(--space-14);align-items:center}
.hero-team-copy{max-width:34rem}
.hero-team-visual{position:relative}
.hero-team-card{background:linear-gradient(135deg,#fdfbf7,#f3ebdf)}
.hero-team-media{min-height:260px}
.hero-meta-team{margin-top:var(--space-4)}
.hero-meta-team .hero-meta-item{min-width:7rem}
.team-section{padding:var(--space-16) 0}
.team-leadership-grid{align-items:stretch}
.team-card-header{display:flex;flex-direction:column;gap:var(--space-3);margin-bottom:var(--space-4)}
.team-card-title{margin-bottom:0}
.team-highlights{display:flex;flex-direction:column;gap:0.75rem;margin-top:var(--space-4);font-size:var(--font-size-sm)}
.team-highlights li{display:flex;justify-content:space-between;gap:var(--space-4);border-bottom:1px dashed var(--color-border-soft);padding-bottom:0.4rem}
.team-highlights li span:first-child{font-weight:500}
.team-philosophy-list{display:flex;flex-direction:column;gap:0.4rem;font-size:var(--font-size-sm);margin-top:var(--space-3)}
.team-philosophy-footer{margin-top:var(--space-4)}
.team-chef-grid{align-items:flex-start}
.team-chef-figure{padding:0;border-radius:var(--radius-lg);overflow:hidden}
.team-chef-image{width:100%;height:auto;display:block}
.team-chef-caption{padding:var(--space-4) var(--space-5)}
.team-chef-meta{margin-top:var(--space-4)}
.team-chef-signatures{display:flex;flex-direction:column;gap:0.6rem;font-size:var(--font-size-sm)}
.team-chef-signatures li{display:flex;justify-content:space-between;gap:var(--space-4)}
.team-chef-signatures li span:first-child{font-weight:500}
.team-chef-milestones{margin-top:var(--space-3)}
.team-chef-cta{margin-top:var(--space-3)}
.team-salon-grid{align-items:stretch}
.team-salon-list{display:flex;flex-direction:column;gap:var(--space-4);margin-top:var(--space-3)}
.team-salon-list li{display:flex;flex-direction:column;gap:var(--space-2)}
.team-salon-cta{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4)}
.team-brigade-grid{align-items:stretch}
.team-roles{display:flex;flex-direction:column;gap:0.75rem;font-size:var(--font-size-sm);margin-top:var(--space-4)}
.team-roles li{display:flex;justify-content:space-between;gap:var(--space-4);border-bottom:1px dashed var(--color-border-soft);padding-bottom:0.4rem}
.team-roles li span:first-child{font-weight:500}
.team-talents-grid{align-items:flex-start}
.team-talents-card,.team-ambiance-card{height:100%}
.team-expertise-list{display:flex;flex-direction:column;gap:var(--space-4);margin-top:var(--space-3)}
.team-expertise-list p{font-size:var(--font-size-sm)}
.team-ambiance-figure{margin-top:var(--space-3);border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--color-border-soft)}
.team-ambiance-caption{padding:var(--space-3) var(--space-4);background-color:var(--color-bg)}
.team-engagements-grid{align-items:stretch}
.team-engagement-card,.team-training-card,.team-join-card{height:100%}
.team-values-list,.team-training-list,.team-join-list{display:flex;flex-direction:column;gap:0.5rem;font-size:var(--font-size-sm);margin-top:var(--space-3)}
.team-join-ctas{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4)}
@media (max-width:960px){.hero-team-inner{grid-template-columns:1fr;row-gap:var(--space-10)}.hero-team-visual{order:-1}.hero-team-copy{max-width:none}}
@media (max-width:768px){.team-highlights li,.team-roles li,.team-chef-signatures li{flex-direction:column;align-items:flex-start}.team-salon-cta,.team-join-ctas{flex-direction:column;align-items:flex-start}}
@media (max-width:640px){.team-section{padding:var(--space-12) 0}}
